@charset "UTF-8";
/*
Theme Name: FourB
Theme URI: https://www.fourbtechnologies.com/
Author: Four B
Description: Custom classic theme for Four B
Version: 1.0

*/
:root,
[data-bs-theme=light] {
  --fourb-blue: #0d6efd;
  --fourb-indigo: #6610f2;
  --fourb-purple: #6f42c1;
  --fourb-pink: #d63384;
  --fourb-red: #dc3545;
  --fourb-orange: #f3350c;
  --fourb-yellow: #ffc107;
  --fourb-green: #198754;
  --fourb-teal: #20c997;
  --fourb-cyan: #0dcaf0;
  --fourb-black: #000;
  --fourb-white: #fff;
  --fourb-gray: #666666;
  --fourb-gray-dark: #343a40;
  --fourb-gray-100: #dddddd;
  --fourb-gray-200: #b6b6b6;
  --fourb-gray-300: #dee2e6;
  --fourb-gray-400: #ced4da;
  --fourb-gray-500: #adb5bd;
  --fourb-gray-600: #666666;
  --fourb-gray-700: #495057;
  --fourb-gray-800: #343a40;
  --fourb-gray-900: #000000;
  --fourb-primary: #0d6efd;
  --fourb-secondary: #666666;
  --fourb-success: #198754;
  --fourb-info: #0dcaf0;
  --fourb-warning: #ffc107;
  --fourb-danger: #dc3545;
  --fourb-light: #dddddd;
  --fourb-dark: #000000;
  --fourb-primary-rgb: 13, 110, 253;
  --fourb-secondary-rgb: 102, 102, 102;
  --fourb-success-rgb: 25, 135, 84;
  --fourb-info-rgb: 13, 202, 240;
  --fourb-warning-rgb: 255, 193, 7;
  --fourb-danger-rgb: 220, 53, 69;
  --fourb-light-rgb: 221, 221, 221;
  --fourb-dark-rgb: 0, 0, 0;
  --fourb-primary-text-emphasis: #052c65;
  --fourb-secondary-text-emphasis: #292929;
  --fourb-success-text-emphasis: #0a3622;
  --fourb-info-text-emphasis: #055160;
  --fourb-warning-text-emphasis: #664d03;
  --fourb-danger-text-emphasis: #58151c;
  --fourb-light-text-emphasis: #495057;
  --fourb-dark-text-emphasis: #495057;
  --fourb-primary-bg-subtle: #cfe2ff;
  --fourb-secondary-bg-subtle: #e0e0e0;
  --fourb-success-bg-subtle: #d1e7dd;
  --fourb-info-bg-subtle: #cff4fc;
  --fourb-warning-bg-subtle: #fff3cd;
  --fourb-danger-bg-subtle: #f8d7da;
  --fourb-light-bg-subtle: #eeeeee;
  --fourb-dark-bg-subtle: #ced4da;
  --fourb-primary-border-subtle: #9ec5fe;
  --fourb-secondary-border-subtle: #c2c2c2;
  --fourb-success-border-subtle: #a3cfbb;
  --fourb-info-border-subtle: #9eeaf9;
  --fourb-warning-border-subtle: #ffe69c;
  --fourb-danger-border-subtle: #f1aeb5;
  --fourb-light-border-subtle: #b6b6b6;
  --fourb-dark-border-subtle: #adb5bd;
  --fourb-white-rgb: 255, 255, 255;
  --fourb-black-rgb: 0, 0, 0;
  --fourb-font-sans-serif: "Inter", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --fourb-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --fourb-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --fourb-body-font-family: var(--fourb-font-sans-serif);
  --fourb-body-font-size: 1rem;
  --fourb-body-font-weight: 400;
  --fourb-body-line-height: 1.5;
  --fourb-body-color: #000000;
  --fourb-body-color-rgb: 0, 0, 0;
  --fourb-body-bg: #f8f7f3;
  --fourb-body-bg-rgb: 248, 247, 243;
  --fourb-emphasis-color: #000;
  --fourb-emphasis-color-rgb: 0, 0, 0;
  --fourb-secondary-color: rgba(0, 0, 0, 0.75);
  --fourb-secondary-color-rgb: 0, 0, 0;
  --fourb-secondary-bg: #b6b6b6;
  --fourb-secondary-bg-rgb: 182, 182, 182;
  --fourb-tertiary-color: rgba(0, 0, 0, 0.5);
  --fourb-tertiary-color-rgb: 0, 0, 0;
  --fourb-tertiary-bg: #dddddd;
  --fourb-tertiary-bg-rgb: 221, 221, 221;
  --fourb-heading-color: inherit;
  --fourb-link-color: #0d6efd;
  --fourb-link-color-rgb: 13, 110, 253;
  --fourb-link-decoration: underline;
  --fourb-link-hover-color: #0a58ca;
  --fourb-link-hover-color-rgb: 10, 88, 202;
  --fourb-code-color: #d63384;
  --fourb-highlight-color: #000000;
  --fourb-highlight-bg: #fff3cd;
  --fourb-border-width: 1px;
  --fourb-border-style: solid;
  --fourb-border-color: #dee2e6;
  --fourb-border-color-translucent: rgba(0, 0, 0, 0.175);
  --fourb-border-radius: 0.375rem;
  --fourb-border-radius-sm: 0.25rem;
  --fourb-border-radius-lg: 0.5rem;
  --fourb-border-radius-xl: 1rem;
  --fourb-border-radius-xxl: 2rem;
  --fourb-border-radius-2xl: var(--fourb-border-radius-xxl);
  --fourb-border-radius-pill: 50rem;
  --fourb-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --fourb-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --fourb-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --fourb-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --fourb-focus-ring-width: 0.25rem;
  --fourb-focus-ring-opacity: 0.25;
  --fourb-focus-ring-color: rgba(13, 110, 253, 0.25);
  --fourb-form-valid-color: #198754;
  --fourb-form-valid-border-color: #198754;
  --fourb-form-invalid-color: #dc3545;
  --fourb-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --fourb-body-color: #dee2e6;
  --fourb-body-color-rgb: 222, 226, 230;
  --fourb-body-bg: #000000;
  --fourb-body-bg-rgb: 0, 0, 0;
  --fourb-emphasis-color: #fff;
  --fourb-emphasis-color-rgb: 255, 255, 255;
  --fourb-secondary-color: rgba(222, 226, 230, 0.75);
  --fourb-secondary-color-rgb: 222, 226, 230;
  --fourb-secondary-bg: #343a40;
  --fourb-secondary-bg-rgb: 52, 58, 64;
  --fourb-tertiary-color: rgba(222, 226, 230, 0.5);
  --fourb-tertiary-color-rgb: 222, 226, 230;
  --fourb-tertiary-bg: #1a1d20;
  --fourb-tertiary-bg-rgb: 26, 29, 32;
  --fourb-primary-text-emphasis: #6ea8fe;
  --fourb-secondary-text-emphasis: #a3a3a3;
  --fourb-success-text-emphasis: #75b798;
  --fourb-info-text-emphasis: #6edff6;
  --fourb-warning-text-emphasis: #ffda6a;
  --fourb-danger-text-emphasis: #ea868f;
  --fourb-light-text-emphasis: #dddddd;
  --fourb-dark-text-emphasis: #dee2e6;
  --fourb-primary-bg-subtle: #031633;
  --fourb-secondary-bg-subtle: #141414;
  --fourb-success-bg-subtle: #051b11;
  --fourb-info-bg-subtle: #032830;
  --fourb-warning-bg-subtle: #332701;
  --fourb-danger-bg-subtle: #2c0b0e;
  --fourb-light-bg-subtle: #343a40;
  --fourb-dark-bg-subtle: #1a1d20;
  --fourb-primary-border-subtle: #084298;
  --fourb-secondary-border-subtle: #3d3d3d;
  --fourb-success-border-subtle: #0f5132;
  --fourb-info-border-subtle: #087990;
  --fourb-warning-border-subtle: #997404;
  --fourb-danger-border-subtle: #842029;
  --fourb-light-border-subtle: #495057;
  --fourb-dark-border-subtle: #343a40;
  --fourb-heading-color: inherit;
  --fourb-link-color: #6ea8fe;
  --fourb-link-hover-color: #8bb9fe;
  --fourb-link-color-rgb: 110, 168, 254;
  --fourb-link-hover-color-rgb: 139, 185, 254;
  --fourb-code-color: #e685b5;
  --fourb-highlight-color: #dee2e6;
  --fourb-highlight-bg: #664d03;
  --fourb-border-color: #495057;
  --fourb-border-color-translucent: rgba(255, 255, 255, 0.15);
  --fourb-form-valid-color: #75b798;
  --fourb-form-valid-border-color: #75b798;
  --fourb-form-invalid-color: #ea868f;
  --fourb-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--fourb-body-font-family);
  font-size: var(--fourb-body-font-size);
  font-weight: var(--fourb-body-font-weight);
  line-height: var(--fourb-body-line-height);
  color: var(--fourb-body-color);
  text-align: var(--fourb-body-text-align);
  background-color: var(--fourb-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--fourb-link-color-rgb), var(--fourb-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --fourb-link-color-rgb: var(--fourb-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--fourb-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--fourb-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

:root {
  --fourb-breakpoint-xs: 0;
  --fourb-breakpoint-sm: 576px;
  --fourb-breakpoint-md: 768px;
  --fourb-breakpoint-lg: 992px;
  --fourb-breakpoint-xl: 1200px;
  --fourb-breakpoint-xxl: 1400px;
}

.row {
  --fourb-gutter-x: 1.5rem;
  --fourb-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--fourb-gutter-y));
  margin-right: calc(-0.5 * var(--fourb-gutter-x));
  margin-left: calc(-0.5 * var(--fourb-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--fourb-gutter-x) * 0.5);
  padding-left: calc(var(--fourb-gutter-x) * 0.5);
  margin-top: var(--fourb-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

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

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

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

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

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  --fourb-gutter-x: 0;
}

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

.g-5,
.gx-5 {
  --fourb-gutter-x: 0.313rem;
}

.g-5,
.gy-5 {
  --fourb-gutter-y: 0.313rem;
}

.g-10,
.gx-10 {
  --fourb-gutter-x: 0.625rem;
}

.g-10,
.gy-10 {
  --fourb-gutter-y: 0.625rem;
}

.g-15,
.gx-15 {
  --fourb-gutter-x: 0.938rem;
}

.g-15,
.gy-15 {
  --fourb-gutter-y: 0.938rem;
}

.g-20,
.gx-20 {
  --fourb-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --fourb-gutter-y: 1.25rem;
}

.g-25,
.gx-25 {
  --fourb-gutter-x: 1.563rem;
}

.g-25,
.gy-25 {
  --fourb-gutter-y: 1.563rem;
}

.g-30,
.gx-30 {
  --fourb-gutter-x: 1.875rem;
}

.g-30,
.gy-30 {
  --fourb-gutter-y: 1.875rem;
}

.g-35,
.gx-35 {
  --fourb-gutter-x: 2.188rem;
}

.g-35,
.gy-35 {
  --fourb-gutter-y: 2.188rem;
}

.g-40,
.gx-40 {
  --fourb-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --fourb-gutter-y: 2.5rem;
}

.g-50,
.gx-50 {
  --fourb-gutter-x: 2.813rem;
}

.g-50,
.gy-50 {
  --fourb-gutter-y: 2.813rem;
}

.g-60,
.gx-60 {
  --fourb-gutter-x: 3.75rem;
}

.g-60,
.gy-60 {
  --fourb-gutter-y: 3.75rem;
}

.g-70,
.gx-70 {
  --fourb-gutter-x: 4.375rem;
}

.g-70,
.gy-70 {
  --fourb-gutter-y: 4.375rem;
}

.g-80,
.gx-80 {
  --fourb-gutter-x: 5rem;
}

.g-80,
.gy-80 {
  --fourb-gutter-y: 5rem;
}

.g-90,
.gx-90 {
  --fourb-gutter-x: 5.625rem;
}

.g-90,
.gy-90 {
  --fourb-gutter-y: 5.625rem;
}

.g-100,
.gx-100 {
  --fourb-gutter-x: 6.25rem;
}

.g-100,
.gy-100 {
  --fourb-gutter-y: 6.25rem;
}

.g-120,
.gx-120 {
  --fourb-gutter-x: 7.5rem;
}

.g-120,
.gy-120 {
  --fourb-gutter-y: 7.5rem;
}

.g-140,
.gx-140 {
  --fourb-gutter-x: 8.75rem;
}

.g-140,
.gy-140 {
  --fourb-gutter-y: 8.75rem;
}

.g-160,
.gx-160 {
  --fourb-gutter-x: 10rem;
}

.g-160,
.gy-160 {
  --fourb-gutter-y: 10rem;
}

.g-180,
.gx-180 {
  --fourb-gutter-x: 11.25rem;
}

.g-180,
.gy-180 {
  --fourb-gutter-y: 11.25rem;
}

.g-200,
.gx-200 {
  --fourb-gutter-x: 12.5rem;
}

.g-200,
.gy-200 {
  --fourb-gutter-y: 12.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fourb-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --fourb-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --fourb-gutter-x: 0.313rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --fourb-gutter-y: 0.313rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --fourb-gutter-x: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --fourb-gutter-y: 0.625rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --fourb-gutter-x: 0.938rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --fourb-gutter-y: 0.938rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --fourb-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --fourb-gutter-y: 1.25rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --fourb-gutter-x: 1.563rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --fourb-gutter-y: 1.563rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --fourb-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --fourb-gutter-y: 1.875rem;
  }
  .g-sm-35,
  .gx-sm-35 {
    --fourb-gutter-x: 2.188rem;
  }
  .g-sm-35,
  .gy-sm-35 {
    --fourb-gutter-y: 2.188rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --fourb-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --fourb-gutter-y: 2.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --fourb-gutter-x: 2.813rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --fourb-gutter-y: 2.813rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --fourb-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --fourb-gutter-y: 3.75rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --fourb-gutter-x: 4.375rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --fourb-gutter-y: 4.375rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --fourb-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --fourb-gutter-y: 5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --fourb-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --fourb-gutter-y: 5.625rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --fourb-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --fourb-gutter-y: 6.25rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --fourb-gutter-x: 7.5rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --fourb-gutter-y: 7.5rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --fourb-gutter-x: 8.75rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --fourb-gutter-y: 8.75rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --fourb-gutter-x: 10rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --fourb-gutter-y: 10rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --fourb-gutter-x: 11.25rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --fourb-gutter-y: 11.25rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --fourb-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --fourb-gutter-y: 12.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fourb-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --fourb-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --fourb-gutter-x: 0.313rem;
  }
  .g-md-5,
  .gy-md-5 {
    --fourb-gutter-y: 0.313rem;
  }
  .g-md-10,
  .gx-md-10 {
    --fourb-gutter-x: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --fourb-gutter-y: 0.625rem;
  }
  .g-md-15,
  .gx-md-15 {
    --fourb-gutter-x: 0.938rem;
  }
  .g-md-15,
  .gy-md-15 {
    --fourb-gutter-y: 0.938rem;
  }
  .g-md-20,
  .gx-md-20 {
    --fourb-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --fourb-gutter-y: 1.25rem;
  }
  .g-md-25,
  .gx-md-25 {
    --fourb-gutter-x: 1.563rem;
  }
  .g-md-25,
  .gy-md-25 {
    --fourb-gutter-y: 1.563rem;
  }
  .g-md-30,
  .gx-md-30 {
    --fourb-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --fourb-gutter-y: 1.875rem;
  }
  .g-md-35,
  .gx-md-35 {
    --fourb-gutter-x: 2.188rem;
  }
  .g-md-35,
  .gy-md-35 {
    --fourb-gutter-y: 2.188rem;
  }
  .g-md-40,
  .gx-md-40 {
    --fourb-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --fourb-gutter-y: 2.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --fourb-gutter-x: 2.813rem;
  }
  .g-md-50,
  .gy-md-50 {
    --fourb-gutter-y: 2.813rem;
  }
  .g-md-60,
  .gx-md-60 {
    --fourb-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --fourb-gutter-y: 3.75rem;
  }
  .g-md-70,
  .gx-md-70 {
    --fourb-gutter-x: 4.375rem;
  }
  .g-md-70,
  .gy-md-70 {
    --fourb-gutter-y: 4.375rem;
  }
  .g-md-80,
  .gx-md-80 {
    --fourb-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --fourb-gutter-y: 5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --fourb-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --fourb-gutter-y: 5.625rem;
  }
  .g-md-100,
  .gx-md-100 {
    --fourb-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --fourb-gutter-y: 6.25rem;
  }
  .g-md-120,
  .gx-md-120 {
    --fourb-gutter-x: 7.5rem;
  }
  .g-md-120,
  .gy-md-120 {
    --fourb-gutter-y: 7.5rem;
  }
  .g-md-140,
  .gx-md-140 {
    --fourb-gutter-x: 8.75rem;
  }
  .g-md-140,
  .gy-md-140 {
    --fourb-gutter-y: 8.75rem;
  }
  .g-md-160,
  .gx-md-160 {
    --fourb-gutter-x: 10rem;
  }
  .g-md-160,
  .gy-md-160 {
    --fourb-gutter-y: 10rem;
  }
  .g-md-180,
  .gx-md-180 {
    --fourb-gutter-x: 11.25rem;
  }
  .g-md-180,
  .gy-md-180 {
    --fourb-gutter-y: 11.25rem;
  }
  .g-md-200,
  .gx-md-200 {
    --fourb-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --fourb-gutter-y: 12.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fourb-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --fourb-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --fourb-gutter-x: 0.313rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --fourb-gutter-y: 0.313rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --fourb-gutter-x: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --fourb-gutter-y: 0.625rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --fourb-gutter-x: 0.938rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --fourb-gutter-y: 0.938rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --fourb-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --fourb-gutter-y: 1.25rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --fourb-gutter-x: 1.563rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --fourb-gutter-y: 1.563rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --fourb-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --fourb-gutter-y: 1.875rem;
  }
  .g-lg-35,
  .gx-lg-35 {
    --fourb-gutter-x: 2.188rem;
  }
  .g-lg-35,
  .gy-lg-35 {
    --fourb-gutter-y: 2.188rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --fourb-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --fourb-gutter-y: 2.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --fourb-gutter-x: 2.813rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --fourb-gutter-y: 2.813rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --fourb-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --fourb-gutter-y: 3.75rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --fourb-gutter-x: 4.375rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --fourb-gutter-y: 4.375rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --fourb-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --fourb-gutter-y: 5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --fourb-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --fourb-gutter-y: 5.625rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --fourb-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --fourb-gutter-y: 6.25rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --fourb-gutter-x: 7.5rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --fourb-gutter-y: 7.5rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --fourb-gutter-x: 8.75rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --fourb-gutter-y: 8.75rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --fourb-gutter-x: 10rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --fourb-gutter-y: 10rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --fourb-gutter-x: 11.25rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --fourb-gutter-y: 11.25rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --fourb-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --fourb-gutter-y: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fourb-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --fourb-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --fourb-gutter-x: 0.313rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --fourb-gutter-y: 0.313rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --fourb-gutter-x: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --fourb-gutter-y: 0.625rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --fourb-gutter-x: 0.938rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --fourb-gutter-y: 0.938rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --fourb-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --fourb-gutter-y: 1.25rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --fourb-gutter-x: 1.563rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --fourb-gutter-y: 1.563rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --fourb-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --fourb-gutter-y: 1.875rem;
  }
  .g-xl-35,
  .gx-xl-35 {
    --fourb-gutter-x: 2.188rem;
  }
  .g-xl-35,
  .gy-xl-35 {
    --fourb-gutter-y: 2.188rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --fourb-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --fourb-gutter-y: 2.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --fourb-gutter-x: 2.813rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --fourb-gutter-y: 2.813rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --fourb-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --fourb-gutter-y: 3.75rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --fourb-gutter-x: 4.375rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --fourb-gutter-y: 4.375rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --fourb-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --fourb-gutter-y: 5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --fourb-gutter-x: 5.625rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --fourb-gutter-y: 5.625rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --fourb-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --fourb-gutter-y: 6.25rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --fourb-gutter-x: 7.5rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --fourb-gutter-y: 7.5rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --fourb-gutter-x: 8.75rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --fourb-gutter-y: 8.75rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --fourb-gutter-x: 10rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --fourb-gutter-y: 10rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --fourb-gutter-x: 11.25rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --fourb-gutter-y: 11.25rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --fourb-gutter-x: 12.5rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --fourb-gutter-y: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    --fourb-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --fourb-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --fourb-gutter-x: 0.313rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --fourb-gutter-y: 0.313rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --fourb-gutter-x: 0.625rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --fourb-gutter-y: 0.625rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --fourb-gutter-x: 0.938rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --fourb-gutter-y: 0.938rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --fourb-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --fourb-gutter-y: 1.25rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --fourb-gutter-x: 1.563rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --fourb-gutter-y: 1.563rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --fourb-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --fourb-gutter-y: 1.875rem;
  }
  .g-xxl-35,
  .gx-xxl-35 {
    --fourb-gutter-x: 2.188rem;
  }
  .g-xxl-35,
  .gy-xxl-35 {
    --fourb-gutter-y: 2.188rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --fourb-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --fourb-gutter-y: 2.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --fourb-gutter-x: 2.813rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --fourb-gutter-y: 2.813rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --fourb-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --fourb-gutter-y: 3.75rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --fourb-gutter-x: 4.375rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --fourb-gutter-y: 4.375rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --fourb-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --fourb-gutter-y: 5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --fourb-gutter-x: 5.625rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --fourb-gutter-y: 5.625rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --fourb-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --fourb-gutter-y: 6.25rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --fourb-gutter-x: 7.5rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --fourb-gutter-y: 7.5rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --fourb-gutter-x: 8.75rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --fourb-gutter-y: 8.75rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --fourb-gutter-x: 10rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --fourb-gutter-y: 10rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --fourb-gutter-x: 11.25rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --fourb-gutter-y: 11.25rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --fourb-gutter-x: 12.5rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --fourb-gutter-y: 12.5rem;
  }
}
.table {
  --fourb-table-color-type: initial;
  --fourb-table-bg-type: initial;
  --fourb-table-color-state: initial;
  --fourb-table-bg-state: initial;
  --fourb-table-color: var(--fourb-emphasis-color);
  --fourb-table-bg: var(--fourb-body-bg);
  --fourb-table-border-color: var(--fourb-border-color);
  --fourb-table-accent-bg: transparent;
  --fourb-table-striped-color: var(--fourb-emphasis-color);
  --fourb-table-striped-bg: rgba(var(--fourb-emphasis-color-rgb), 0.05);
  --fourb-table-active-color: var(--fourb-emphasis-color);
  --fourb-table-active-bg: rgba(var(--fourb-emphasis-color-rgb), 0.1);
  --fourb-table-hover-color: var(--fourb-emphasis-color);
  --fourb-table-hover-bg: rgba(var(--fourb-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--fourb-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--fourb-table-color-state, var(--fourb-table-color-type, var(--fourb-table-color)));
  background-color: var(--fourb-table-bg);
  border-bottom-width: var(--fourb-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--fourb-table-bg-state, var(--fourb-table-bg-type, var(--fourb-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--fourb-table-bg-state, var(--fourb-table-bg-type, var(--fourb-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --fourb-table-color: #000;
  --fourb-table-bg: #cfe2ff;
  --fourb-table-border-color: #a6b5cc;
  --fourb-table-striped-bg: #c5d7f2;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #bacbe6;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #bfd1ec;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-secondary {
  --fourb-table-color: #000;
  --fourb-table-bg: #e0e0e0;
  --fourb-table-border-color: #b3b3b3;
  --fourb-table-striped-bg: #d5d5d5;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #cacaca;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #cfcfcf;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-success {
  --fourb-table-color: #000;
  --fourb-table-bg: #d1e7dd;
  --fourb-table-border-color: #a7b9b1;
  --fourb-table-striped-bg: #c7dbd2;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #bcd0c7;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #c1d6cc;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-info {
  --fourb-table-color: #000;
  --fourb-table-bg: #cff4fc;
  --fourb-table-border-color: #a6c3ca;
  --fourb-table-striped-bg: #c5e8ef;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #badce3;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #bfe2e9;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-warning {
  --fourb-table-color: #000;
  --fourb-table-bg: #fff3cd;
  --fourb-table-border-color: #ccc2a4;
  --fourb-table-striped-bg: #f2e7c3;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #e6dbb9;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #ece1be;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-danger {
  --fourb-table-color: #000;
  --fourb-table-bg: #f8d7da;
  --fourb-table-border-color: #c6acae;
  --fourb-table-striped-bg: #eccccf;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #dfc2c4;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #e5c7ca;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-light {
  --fourb-table-color: #000;
  --fourb-table-bg: #dddddd;
  --fourb-table-border-color: #b1b1b1;
  --fourb-table-striped-bg: #d2d2d2;
  --fourb-table-striped-color: #000;
  --fourb-table-active-bg: #c7c7c7;
  --fourb-table-active-color: #000;
  --fourb-table-hover-bg: #cccccc;
  --fourb-table-hover-color: #000;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

.table-dark {
  --fourb-table-color: #fff;
  --fourb-table-bg: #000000;
  --fourb-table-border-color: #333333;
  --fourb-table-striped-bg: #0d0d0d;
  --fourb-table-striped-color: #fff;
  --fourb-table-active-bg: #1a1a1a;
  --fourb-table-active-color: #fff;
  --fourb-table-hover-bg: #131313;
  --fourb-table-hover-color: #fff;
  color: var(--fourb-table-color);
  border-color: var(--fourb-table-border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-select {
  --fourb-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--fourb-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--fourb-body-bg);
  background-image: var(--fourb-form-select-bg-img), var(--fourb-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--fourb-border-width) solid var(--fourb-border-color);
  border-radius: var(--fourb-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--fourb-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--fourb-body-color);
}

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

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

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

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

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

.form-check-input {
  --fourb-form-check-bg: var(--fourb-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--fourb-form-check-bg);
  background-image: var(--fourb-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--fourb-border-width) solid var(--fourb-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --fourb-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --fourb-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --fourb-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --fourb-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--fourb-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --fourb-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --fourb-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #f8f7f3, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #f8f7f3, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f7f3, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--fourb-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--fourb-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--fourb-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--fourb-secondary-color);
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--fourb-success);
  border-radius: var(--fourb-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--fourb-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--fourb-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--fourb-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--fourb-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--fourb-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --fourb-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--fourb-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--fourb-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--fourb-success-rgb), 0.25);
}

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--fourb-danger);
  border-radius: var(--fourb-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--fourb-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--fourb-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--fourb-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--fourb-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--fourb-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --fourb-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--fourb-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--fourb-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--fourb-danger-rgb), 0.25);
}

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

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

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

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

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

.btn-primary {
  --fourb-btn-color: #fff;
  --fourb-btn-bg: #0d6efd;
  --fourb-btn-border-color: #0d6efd;
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #0b5ed7;
  --fourb-btn-hover-border-color: #0a58ca;
  --fourb-btn-focus-shadow-rgb: 49, 132, 253;
  --fourb-btn-active-color: #fff;
  --fourb-btn-active-bg: #0a58ca;
  --fourb-btn-active-border-color: #0a53be;
  --fourb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fourb-btn-disabled-color: #fff;
  --fourb-btn-disabled-bg: #0d6efd;
  --fourb-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --fourb-btn-color: #fff;
  --fourb-btn-bg: #666666;
  --fourb-btn-border-color: #666666;
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #575757;
  --fourb-btn-hover-border-color: #525252;
  --fourb-btn-focus-shadow-rgb: 125, 125, 125;
  --fourb-btn-active-color: #fff;
  --fourb-btn-active-bg: #525252;
  --fourb-btn-active-border-color: #4d4d4d;
  --fourb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fourb-btn-disabled-color: #fff;
  --fourb-btn-disabled-bg: #666666;
  --fourb-btn-disabled-border-color: #666666;
}

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

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

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

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

.btn-light {
  --fourb-btn-color: #000;
  --fourb-btn-bg: #dddddd;
  --fourb-btn-border-color: #dddddd;
  --fourb-btn-hover-color: #000;
  --fourb-btn-hover-bg: #bcbcbc;
  --fourb-btn-hover-border-color: #b1b1b1;
  --fourb-btn-focus-shadow-rgb: 188, 188, 188;
  --fourb-btn-active-color: #000;
  --fourb-btn-active-bg: #b1b1b1;
  --fourb-btn-active-border-color: #a6a6a6;
  --fourb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fourb-btn-disabled-color: #000;
  --fourb-btn-disabled-bg: #dddddd;
  --fourb-btn-disabled-border-color: #dddddd;
}

.btn-dark {
  --fourb-btn-color: #fff;
  --fourb-btn-bg: #000000;
  --fourb-btn-border-color: #000000;
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #262626;
  --fourb-btn-hover-border-color: #1a1a1a;
  --fourb-btn-focus-shadow-rgb: 38, 38, 38;
  --fourb-btn-active-color: #fff;
  --fourb-btn-active-bg: #333333;
  --fourb-btn-active-border-color: #1a1a1a;
  --fourb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fourb-btn-disabled-color: #fff;
  --fourb-btn-disabled-bg: #000000;
  --fourb-btn-disabled-border-color: #000000;
}

.btn-outline-primary {
  --fourb-btn-color: #0d6efd;
  --fourb-btn-border-color: #0d6efd;
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #0d6efd;
  --fourb-btn-hover-border-color: #0d6efd;
  --fourb-btn-focus-shadow-rgb: 13, 110, 253;
  --fourb-btn-active-color: #fff;
  --fourb-btn-active-bg: #0d6efd;
  --fourb-btn-active-border-color: #0d6efd;
  --fourb-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --fourb-btn-disabled-color: #0d6efd;
  --fourb-btn-disabled-bg: transparent;
  --fourb-btn-disabled-border-color: #0d6efd;
  --fourb-gradient: none;
}

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

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

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

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

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

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

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

.btn-link {
  --fourb-btn-font-weight: 400;
  --fourb-btn-color: var(--fourb-link-color);
  --fourb-btn-bg: transparent;
  --fourb-btn-border-color: transparent;
  --fourb-btn-hover-color: var(--fourb-link-hover-color);
  --fourb-btn-hover-border-color: transparent;
  --fourb-btn-active-color: var(--fourb-link-hover-color);
  --fourb-btn-active-border-color: transparent;
  --fourb-btn-disabled-color: #666666;
  --fourb-btn-disabled-border-color: transparent;
  --fourb-btn-box-shadow: 0 0 0 #000;
  --fourb-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--fourb-btn-color);
}
.btn-link:hover {
  color: var(--fourb-btn-hover-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--fourb-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: var(--fourb-nav-link-padding-y) var(--fourb-nav-link-padding-x);
  font-size: var(--fourb-nav-link-font-size);
  font-weight: var(--fourb-nav-link-font-weight);
  color: var(--fourb-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--fourb-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--fourb-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

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

.nav-pills {
  --fourb-nav-pills-border-radius: var(--fourb-border-radius);
  --fourb-nav-pills-link-active-color: #fff;
  --fourb-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--fourb-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--fourb-nav-pills-link-active-color);
  background-color: var(--fourb-nav-pills-link-active-bg);
}

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

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

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

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

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

.navbar-collapse {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --fourb-navbar-color: rgba(255, 255, 255, 0.55);
  --fourb-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --fourb-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --fourb-navbar-active-color: #fff;
  --fourb-navbar-brand-color: #fff;
  --fourb-navbar-brand-hover-color: #fff;
  --fourb-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --fourb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --fourb-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--fourb-card-spacer-y) var(--fourb-card-spacer-x);
  color: var(--fourb-card-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: var(--fourb-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --fourb-accordion-color: var(--fourb-body-color);
  --fourb-accordion-bg: var(--fourb-body-bg);
  --fourb-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --fourb-accordion-border-color: var(--fourb-border-color);
  --fourb-accordion-border-width: var(--fourb-border-width);
  --fourb-accordion-border-radius: var(--fourb-border-radius);
  --fourb-accordion-inner-border-radius: calc(var(--fourb-border-radius) - (var(--fourb-border-width)));
  --fourb-accordion-btn-padding-x: 1.25rem;
  --fourb-accordion-btn-padding-y: 1rem;
  --fourb-accordion-btn-color: var(--fourb-body-color);
  --fourb-accordion-btn-bg: var(--fourb-accordion-bg);
  --fourb-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --fourb-accordion-btn-icon-width: 1.25rem;
  --fourb-accordion-btn-icon-transform: rotate(-180deg);
  --fourb-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --fourb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --fourb-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --fourb-accordion-body-padding-x: 1.25rem;
  --fourb-accordion-body-padding-y: 1rem;
  --fourb-accordion-active-color: var(--fourb-primary-text-emphasis);
  --fourb-accordion-active-bg: var(--fourb-primary-bg-subtle);
}

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

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

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

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

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

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

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

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

.pagination {
  --fourb-pagination-padding-x: 0.75rem;
  --fourb-pagination-padding-y: 0.375rem;
  --fourb-pagination-font-size: 1rem;
  --fourb-pagination-color: var(--fourb-link-color);
  --fourb-pagination-bg: var(--fourb-body-bg);
  --fourb-pagination-border-width: var(--fourb-border-width);
  --fourb-pagination-border-color: var(--fourb-border-color);
  --fourb-pagination-border-radius: var(--fourb-border-radius);
  --fourb-pagination-hover-color: var(--fourb-link-hover-color);
  --fourb-pagination-hover-bg: var(--fourb-tertiary-bg);
  --fourb-pagination-hover-border-color: var(--fourb-border-color);
  --fourb-pagination-focus-color: var(--fourb-link-hover-color);
  --fourb-pagination-focus-bg: var(--fourb-secondary-bg);
  --fourb-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --fourb-pagination-active-color: #fff;
  --fourb-pagination-active-bg: #0d6efd;
  --fourb-pagination-active-border-color: #0d6efd;
  --fourb-pagination-disabled-color: var(--fourb-secondary-color);
  --fourb-pagination-disabled-bg: var(--fourb-secondary-bg);
  --fourb-pagination-disabled-border-color: var(--fourb-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--fourb-pagination-padding-y) var(--fourb-pagination-padding-x);
  font-size: var(--fourb-pagination-font-size);
  color: var(--fourb-pagination-color);
  text-decoration: none;
  background-color: var(--fourb-pagination-bg);
  border: var(--fourb-pagination-border-width) solid var(--fourb-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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, -webkit-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;
  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-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--fourb-pagination-hover-color);
  background-color: var(--fourb-pagination-hover-bg);
  border-color: var(--fourb-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--fourb-pagination-focus-color);
  background-color: var(--fourb-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--fourb-pagination-focus-box-shadow);
          box-shadow: var(--fourb-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--fourb-pagination-active-color);
  background-color: var(--fourb-pagination-active-bg);
  border-color: var(--fourb-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--fourb-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--fourb-pagination-disabled-bg);
  border-color: var(--fourb-pagination-disabled-border-color);
}

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--fourb-progress-height);
  }
}

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--fourb-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--fourb-progress-bar-bg);
  -webkit-transition: var(--fourb-progress-bar-transition);
  transition: var(--fourb-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

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

.list-group {
  --fourb-list-group-color: var(--fourb-body-color);
  --fourb-list-group-bg: var(--fourb-body-bg);
  --fourb-list-group-border-color: var(--fourb-border-color);
  --fourb-list-group-border-width: var(--fourb-border-width);
  --fourb-list-group-border-radius: var(--fourb-border-radius);
  --fourb-list-group-item-padding-x: 1rem;
  --fourb-list-group-item-padding-y: 0.5rem;
  --fourb-list-group-action-color: var(--fourb-secondary-color);
  --fourb-list-group-action-hover-color: var(--fourb-emphasis-color);
  --fourb-list-group-action-hover-bg: var(--fourb-tertiary-bg);
  --fourb-list-group-action-active-color: var(--fourb-body-color);
  --fourb-list-group-action-active-bg: var(--fourb-secondary-bg);
  --fourb-list-group-disabled-color: var(--fourb-secondary-color);
  --fourb-list-group-disabled-bg: var(--fourb-body-bg);
  --fourb-list-group-active-color: #fff;
  --fourb-list-group-active-bg: #0d6efd;
  --fourb-list-group-active-border-color: #0d6efd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--fourb-list-group-border-radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-close {
  --fourb-btn-close-color: #000;
  --fourb-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --fourb-btn-close-opacity: 0.5;
  --fourb-btn-close-hover-opacity: 0.75;
  --fourb-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --fourb-btn-close-focus-opacity: 1;
  --fourb-btn-close-disabled-opacity: 0.25;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--fourb-btn-close-color);
  background: transparent var(--fourb-btn-close-bg) center/1em auto no-repeat;
  -webkit-filter: var(--fourb-btn-close-filter);
          filter: var(--fourb-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--fourb-btn-close-opacity);
}
.btn-close:hover {
  color: var(--fourb-btn-close-color);
  text-decoration: none;
  opacity: var(--fourb-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--fourb-btn-close-focus-shadow);
          box-shadow: var(--fourb-btn-close-focus-shadow);
  opacity: var(--fourb-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--fourb-btn-close-disabled-opacity);
}

.btn-close-white {
  --fourb-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --fourb-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --fourb-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

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

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

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

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

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

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

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

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--fourb-modal-header-padding);
  border-bottom: var(--fourb-modal-header-border-width) solid var(--fourb-modal-header-border-color);
  border-top-left-radius: var(--fourb-modal-inner-border-radius);
  border-top-right-radius: var(--fourb-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--fourb-modal-header-padding-y) * 0.5) calc(var(--fourb-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--fourb-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--fourb-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--fourb-modal-header-padding-y));
  margin-left: auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--fourb-modal-padding);
}

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --fourb-tooltip-zindex: 1080;
  --fourb-tooltip-max-width: 200px;
  --fourb-tooltip-padding-x: 0.5rem;
  --fourb-tooltip-padding-y: 0.25rem;
  --fourb-tooltip-margin: ;
  --fourb-tooltip-font-size: 0.875rem;
  --fourb-tooltip-color: var(--fourb-body-bg);
  --fourb-tooltip-bg: var(--fourb-emphasis-color);
  --fourb-tooltip-border-radius: var(--fourb-border-radius);
  --fourb-tooltip-opacity: 0.9;
  --fourb-tooltip-arrow-width: 0.8rem;
  --fourb-tooltip-arrow-height: 0.4rem;
  z-index: var(--fourb-tooltip-zindex);
  display: block;
  margin: var(--fourb-tooltip-margin);
  font-family: var(--fourb-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--fourb-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--fourb-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--fourb-tooltip-arrow-width);
  height: var(--fourb-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  --fourb-popover-zindex: 1070;
  --fourb-popover-max-width: 276px;
  --fourb-popover-font-size: 0.875rem;
  --fourb-popover-bg: var(--fourb-body-bg);
  --fourb-popover-border-width: var(--fourb-border-width);
  --fourb-popover-border-color: var(--fourb-border-color-translucent);
  --fourb-popover-border-radius: var(--fourb-border-radius-lg);
  --fourb-popover-inner-border-radius: calc(var(--fourb-border-radius-lg) - var(--fourb-border-width));
  --fourb-popover-box-shadow: var(--fourb-box-shadow);
  --fourb-popover-header-padding-x: 1rem;
  --fourb-popover-header-padding-y: 0.5rem;
  --fourb-popover-header-font-size: 1rem;
  --fourb-popover-header-color: inherit;
  --fourb-popover-header-bg: var(--fourb-secondary-bg);
  --fourb-popover-body-padding-x: 1rem;
  --fourb-popover-body-padding-y: 1rem;
  --fourb-popover-body-color: var(--fourb-body-color);
  --fourb-popover-arrow-width: 1rem;
  --fourb-popover-arrow-height: 0.5rem;
  --fourb-popover-arrow-border: var(--fourb-popover-border-color);
  z-index: var(--fourb-popover-zindex);
  display: block;
  max-width: var(--fourb-popover-max-width);
  font-family: var(--fourb-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--fourb-popover-font-size);
  word-wrap: break-word;
  background-color: var(--fourb-popover-bg);
  background-clip: padding-box;
  border: var(--fourb-popover-border-width) solid var(--fourb-popover-border-color);
  border-radius: var(--fourb-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--fourb-popover-arrow-width);
  height: var(--fourb-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  -webkit-filter: var(--fourb-carousel-control-icon-filter);
          filter: var(--fourb-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--fourb-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--fourb-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --fourb-carousel-indicator-active-bg: #000;
  --fourb-carousel-caption-color: #000;
  --fourb-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --fourb-carousel-indicator-active-bg: #fff;
  --fourb-carousel-caption-color: #fff;
  --fourb-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --fourb-carousel-indicator-active-bg: #000;
  --fourb-carousel-caption-color: #000;
  --fourb-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--fourb-spinner-width);
  height: var(--fourb-spinner-height);
  vertical-align: var(--fourb-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--fourb-spinner-animation-speed) linear infinite var(--fourb-spinner-animation-name);
          animation: var(--fourb-spinner-animation-speed) linear infinite var(--fourb-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--fourb-offcanvas-padding-y) var(--fourb-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--fourb-offcanvas-padding-y) * 0.5) calc(var(--fourb-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--fourb-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--fourb-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--fourb-offcanvas-padding-y));
  margin-left: auto;
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--fourb-offcanvas-padding-y) var(--fourb-offcanvas-padding-x);
  overflow-y: auto;
}

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

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

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

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

.placeholder-glow .placeholder {
  -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-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-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--fourb-primary-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--fourb-secondary-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--fourb-success-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--fourb-info-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--fourb-warning-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--fourb-danger-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--fourb-light-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--fourb-dark-rgb), var(--fourb-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--fourb-primary-rgb), var(--fourb-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--fourb-primary-rgb), var(--fourb-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--fourb-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--fourb-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

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

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--fourb-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-grid {
  display: -ms-inline-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: var(--fourb-box-shadow) !important;
          box-shadow: var(--fourb-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--fourb-box-shadow-sm) !important;
          box-shadow: var(--fourb-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--fourb-box-shadow-lg) !important;
          box-shadow: var(--fourb-box-shadow-lg) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark-subtle {
  border-color: var(--fourb-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

.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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 0.313rem !important;
}

.m-10 {
  margin: 0.625rem !important;
}

.m-15 {
  margin: 0.938rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-25 {
  margin: 1.563rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-35 {
  margin: 2.188rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-50 {
  margin: 2.813rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

.m-80 {
  margin: 5rem !important;
}

.m-90 {
  margin: 5.625rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.m-140 {
  margin: 8.75rem !important;
}

.m-160 {
  margin: 10rem !important;
}

.m-180 {
  margin: 11.25rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-5 {
  margin-right: 0.313rem !important;
  margin-left: 0.313rem !important;
}

.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-15 {
  margin-right: 0.938rem !important;
  margin-left: 0.938rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-25 {
  margin-right: 1.563rem !important;
  margin-left: 1.563rem !important;
}

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-35 {
  margin-right: 2.188rem !important;
  margin-left: 2.188rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-50 {
  margin-right: 2.813rem !important;
  margin-left: 2.813rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-90 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-5 {
  margin-top: 0.313rem !important;
  margin-bottom: 0.313rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-15 {
  margin-top: 0.938rem !important;
  margin-bottom: 0.938rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-25 {
  margin-top: 1.563rem !important;
  margin-bottom: 1.563rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-35 {
  margin-top: 2.188rem !important;
  margin-bottom: 2.188rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-50 {
  margin-top: 2.813rem !important;
  margin-bottom: 2.813rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-5 {
  margin-top: 0.313rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.563rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-35 {
  margin-top: 2.188rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 2.813rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mt-140 {
  margin-top: 8.75rem !important;
}

.mt-160 {
  margin-top: 10rem !important;
}

.mt-180 {
  margin-top: 11.25rem !important;
}

.mt-200 {
  margin-top: 12.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-5 {
  margin-right: 0.313rem !important;
}

.me-10 {
  margin-right: 0.625rem !important;
}

.me-15 {
  margin-right: 0.938rem !important;
}

.me-20 {
  margin-right: 1.25rem !important;
}

.me-25 {
  margin-right: 1.563rem !important;
}

.me-30 {
  margin-right: 1.875rem !important;
}

.me-35 {
  margin-right: 2.188rem !important;
}

.me-40 {
  margin-right: 2.5rem !important;
}

.me-50 {
  margin-right: 2.813rem !important;
}

.me-60 {
  margin-right: 3.75rem !important;
}

.me-70 {
  margin-right: 4.375rem !important;
}

.me-80 {
  margin-right: 5rem !important;
}

.me-90 {
  margin-right: 5.625rem !important;
}

.me-100 {
  margin-right: 6.25rem !important;
}

.me-120 {
  margin-right: 7.5rem !important;
}

.me-140 {
  margin-right: 8.75rem !important;
}

.me-160 {
  margin-right: 10rem !important;
}

.me-180 {
  margin-right: 11.25rem !important;
}

.me-200 {
  margin-right: 12.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-5 {
  margin-bottom: 0.313rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.563rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-35 {
  margin-bottom: 2.188rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 2.813rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-120 {
  margin-bottom: 7.5rem !important;
}

.mb-140 {
  margin-bottom: 8.75rem !important;
}

.mb-160 {
  margin-bottom: 10rem !important;
}

.mb-180 {
  margin-bottom: 11.25rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-5 {
  margin-left: 0.313rem !important;
}

.ms-10 {
  margin-left: 0.625rem !important;
}

.ms-15 {
  margin-left: 0.938rem !important;
}

.ms-20 {
  margin-left: 1.25rem !important;
}

.ms-25 {
  margin-left: 1.563rem !important;
}

.ms-30 {
  margin-left: 1.875rem !important;
}

.ms-35 {
  margin-left: 2.188rem !important;
}

.ms-40 {
  margin-left: 2.5rem !important;
}

.ms-50 {
  margin-left: 2.813rem !important;
}

.ms-60 {
  margin-left: 3.75rem !important;
}

.ms-70 {
  margin-left: 4.375rem !important;
}

.ms-80 {
  margin-left: 5rem !important;
}

.ms-90 {
  margin-left: 5.625rem !important;
}

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-120 {
  margin-left: 7.5rem !important;
}

.ms-140 {
  margin-left: 8.75rem !important;
}

.ms-160 {
  margin-left: 10rem !important;
}

.ms-180 {
  margin-left: 11.25rem !important;
}

.ms-200 {
  margin-left: 12.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 0.313rem !important;
}

.p-10 {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.938rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-25 {
  padding: 1.563rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-35 {
  padding: 2.188rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-50 {
  padding: 2.813rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

.p-80 {
  padding: 5rem !important;
}

.p-90 {
  padding: 5.625rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.p-140 {
  padding: 8.75rem !important;
}

.p-160 {
  padding: 10rem !important;
}

.p-180 {
  padding: 11.25rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-5 {
  padding-right: 0.313rem !important;
  padding-left: 0.313rem !important;
}

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-15 {
  padding-right: 0.938rem !important;
  padding-left: 0.938rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-25 {
  padding-right: 1.563rem !important;
  padding-left: 1.563rem !important;
}

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-35 {
  padding-right: 2.188rem !important;
  padding-left: 2.188rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-50 {
  padding-right: 2.813rem !important;
  padding-left: 2.813rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-15 {
  padding-top: 0.938rem !important;
  padding-bottom: 0.938rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-25 {
  padding-top: 1.563rem !important;
  padding-bottom: 1.563rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-35 {
  padding-top: 2.188rem !important;
  padding-bottom: 2.188rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-50 {
  padding-top: 2.813rem !important;
  padding-bottom: 2.813rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

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

.pt-5 {
  padding-top: 0.313rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.938rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.563rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-35 {
  padding-top: 2.188rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-50 {
  padding-top: 2.813rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-180 {
  padding-top: 11.25rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-5 {
  padding-right: 0.313rem !important;
}

.pe-10 {
  padding-right: 0.625rem !important;
}

.pe-15 {
  padding-right: 0.938rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

.pe-25 {
  padding-right: 1.563rem !important;
}

.pe-30 {
  padding-right: 1.875rem !important;
}

.pe-35 {
  padding-right: 2.188rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-50 {
  padding-right: 2.813rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-70 {
  padding-right: 4.375rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-90 {
  padding-right: 5.625rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-120 {
  padding-right: 7.5rem !important;
}

.pe-140 {
  padding-right: 8.75rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-180 {
  padding-right: 11.25rem !important;
}

.pe-200 {
  padding-right: 12.5rem !important;
}

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

.pb-5 {
  padding-bottom: 0.313rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.938rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.563rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-35 {
  padding-bottom: 2.188rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 2.813rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-140 {
  padding-bottom: 8.75rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-5 {
  padding-left: 0.313rem !important;
}

.ps-10 {
  padding-left: 0.625rem !important;
}

.ps-15 {
  padding-left: 0.938rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.ps-25 {
  padding-left: 1.563rem !important;
}

.ps-30 {
  padding-left: 1.875rem !important;
}

.ps-35 {
  padding-left: 2.188rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-50 {
  padding-left: 2.813rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-70 {
  padding-left: 4.375rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-90 {
  padding-left: 5.625rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-120 {
  padding-left: 7.5rem !important;
}

.ps-140 {
  padding-left: 8.75rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-180 {
  padding-left: 11.25rem !important;
}

.ps-200 {
  padding-left: 12.5rem !important;
}

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

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

.gap-10 {
  gap: 0.625rem !important;
}

.gap-15 {
  gap: 0.938rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-25 {
  gap: 1.563rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-35 {
  gap: 2.188rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-50 {
  gap: 2.813rem !important;
}

.gap-60 {
  gap: 3.75rem !important;
}

.gap-70 {
  gap: 4.375rem !important;
}

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

.gap-90 {
  gap: 5.625rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-120 {
  gap: 7.5rem !important;
}

.gap-140 {
  gap: 8.75rem !important;
}

.gap-160 {
  gap: 10rem !important;
}

.gap-180 {
  gap: 11.25rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

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

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

.row-gap-10 {
  row-gap: 0.625rem !important;
}

.row-gap-15 {
  row-gap: 0.938rem !important;
}

.row-gap-20 {
  row-gap: 1.25rem !important;
}

.row-gap-25 {
  row-gap: 1.563rem !important;
}

.row-gap-30 {
  row-gap: 1.875rem !important;
}

.row-gap-35 {
  row-gap: 2.188rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.row-gap-50 {
  row-gap: 2.813rem !important;
}

.row-gap-60 {
  row-gap: 3.75rem !important;
}

.row-gap-70 {
  row-gap: 4.375rem !important;
}

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

.row-gap-90 {
  row-gap: 5.625rem !important;
}

.row-gap-100 {
  row-gap: 6.25rem !important;
}

.row-gap-120 {
  row-gap: 7.5rem !important;
}

.row-gap-140 {
  row-gap: 8.75rem !important;
}

.row-gap-160 {
  row-gap: 10rem !important;
}

.row-gap-180 {
  row-gap: 11.25rem !important;
}

.row-gap-200 {
  row-gap: 12.5rem !important;
}

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

.column-gap-5 {
  -webkit-column-gap: 0.313rem !important;
     -moz-column-gap: 0.313rem !important;
          column-gap: 0.313rem !important;
}

.column-gap-10 {
  -webkit-column-gap: 0.625rem !important;
     -moz-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.column-gap-15 {
  -webkit-column-gap: 0.938rem !important;
     -moz-column-gap: 0.938rem !important;
          column-gap: 0.938rem !important;
}

.column-gap-20 {
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.column-gap-25 {
  -webkit-column-gap: 1.563rem !important;
     -moz-column-gap: 1.563rem !important;
          column-gap: 1.563rem !important;
}

.column-gap-30 {
  -webkit-column-gap: 1.875rem !important;
     -moz-column-gap: 1.875rem !important;
          column-gap: 1.875rem !important;
}

.column-gap-35 {
  -webkit-column-gap: 2.188rem !important;
     -moz-column-gap: 2.188rem !important;
          column-gap: 2.188rem !important;
}

.column-gap-40 {
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.column-gap-50 {
  -webkit-column-gap: 2.813rem !important;
     -moz-column-gap: 2.813rem !important;
          column-gap: 2.813rem !important;
}

.column-gap-60 {
  -webkit-column-gap: 3.75rem !important;
     -moz-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.column-gap-70 {
  -webkit-column-gap: 4.375rem !important;
     -moz-column-gap: 4.375rem !important;
          column-gap: 4.375rem !important;
}

.column-gap-80 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-90 {
  -webkit-column-gap: 5.625rem !important;
     -moz-column-gap: 5.625rem !important;
          column-gap: 5.625rem !important;
}

.column-gap-100 {
  -webkit-column-gap: 6.25rem !important;
     -moz-column-gap: 6.25rem !important;
          column-gap: 6.25rem !important;
}

.column-gap-120 {
  -webkit-column-gap: 7.5rem !important;
     -moz-column-gap: 7.5rem !important;
          column-gap: 7.5rem !important;
}

.column-gap-140 {
  -webkit-column-gap: 8.75rem !important;
     -moz-column-gap: 8.75rem !important;
          column-gap: 8.75rem !important;
}

.column-gap-160 {
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.column-gap-180 {
  -webkit-column-gap: 11.25rem !important;
     -moz-column-gap: 11.25rem !important;
          column-gap: 11.25rem !important;
}

.column-gap-200 {
  -webkit-column-gap: 12.5rem !important;
     -moz-column-gap: 12.5rem !important;
          column-gap: 12.5rem !important;
}

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

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.813rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.938rem !important;
}

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

.fs-17 {
  font-size: 1.063rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.188rem !important;
}

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

.fs-21 {
  font-size: calc(1.2563rem + 0.0756vw) !important;
}

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-23 {
  font-size: calc(1.2688rem + 0.2256vw) !important;
}

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

.fs-25 {
  font-size: calc(1.2813rem + 0.3756vw) !important;
}

.fs-26 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-27 {
  font-size: calc(1.2938rem + 0.5256vw) !important;
}

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

.fs-29 {
  font-size: calc(1.3063rem + 0.6756vw) !important;
}

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

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

.fs-50 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

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

.fs-70 {
  font-size: calc(1.5625rem + 3.75vw) !important;
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-90 {
  font-size: calc(1.6875rem + 5.25vw) !important;
}

.fs-100 {
  font-size: calc(1.75rem + 6vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--fourb-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: var(--fourb-border-radius) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.313rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .m-sm-15 {
    margin: 0.938rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-25 {
    margin: 1.563rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-35 {
    margin: 2.188rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 2.813rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.313rem !important;
    margin-left: 0.313rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-25 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-35 {
    margin-right: 2.188rem !important;
    margin-left: 2.188rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 0.313rem !important;
    margin-bottom: 0.313rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-50 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.313rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-15 {
    margin-top: 0.938rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-25 {
    margin-top: 1.563rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-35 {
    margin-top: 2.188rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 2.813rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 0.313rem !important;
  }
  .me-sm-10 {
    margin-right: 0.625rem !important;
  }
  .me-sm-15 {
    margin-right: 0.938rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-25 {
    margin-right: 1.563rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-35 {
    margin-right: 2.188rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-50 {
    margin-right: 2.813rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-140 {
    margin-right: 8.75rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-180 {
    margin-right: 11.25rem !important;
  }
  .me-sm-200 {
    margin-right: 12.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.313rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 0.938rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 1.563rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 2.188rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 2.813rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 0.313rem !important;
  }
  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-15 {
    margin-left: 0.938rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-25 {
    margin-left: 1.563rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-35 {
    margin-left: 2.188rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 2.813rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-180 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 0.313rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .p-sm-15 {
    padding: 0.938rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-25 {
    padding: 1.563rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-35 {
    padding: 2.188rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-50 {
    padding: 2.813rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 0.313rem !important;
    padding-left: 0.313rem !important;
  }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-25 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-35 {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-50 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-50 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 0.313rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-15 {
    padding-top: 0.938rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-25 {
    padding-top: 1.563rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-35 {
    padding-top: 2.188rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 2.813rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 0.313rem !important;
  }
  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-15 {
    padding-right: 0.938rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-25 {
    padding-right: 1.563rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-35 {
    padding-right: 2.188rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 2.813rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-200 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.313rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 0.938rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 1.563rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 2.188rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 2.813rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 0.313rem !important;
  }
  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-15 {
    padding-left: 0.938rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-25 {
    padding-left: 1.563rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-35 {
    padding-left: 2.188rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 2.813rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-180 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-200 {
    padding-left: 12.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 0.313rem !important;
  }
  .gap-sm-10 {
    gap: 0.625rem !important;
  }
  .gap-sm-15 {
    gap: 0.938rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-25 {
    gap: 1.563rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-35 {
    gap: 2.188rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-50 {
    gap: 2.813rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-120 {
    gap: 7.5rem !important;
  }
  .gap-sm-140 {
    gap: 8.75rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-5 {
    row-gap: 0.313rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 0.938rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 1.563rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-35 {
    row-gap: 2.188rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 2.813rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-sm-200 {
    row-gap: 12.5rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 0.313rem !important;
       -moz-column-gap: 0.313rem !important;
            column-gap: 0.313rem !important;
  }
  .column-gap-sm-10 {
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }
  .column-gap-sm-15 {
    -webkit-column-gap: 0.938rem !important;
       -moz-column-gap: 0.938rem !important;
            column-gap: 0.938rem !important;
  }
  .column-gap-sm-20 {
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }
  .column-gap-sm-25 {
    -webkit-column-gap: 1.563rem !important;
       -moz-column-gap: 1.563rem !important;
            column-gap: 1.563rem !important;
  }
  .column-gap-sm-30 {
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }
  .column-gap-sm-35 {
    -webkit-column-gap: 2.188rem !important;
       -moz-column-gap: 2.188rem !important;
            column-gap: 2.188rem !important;
  }
  .column-gap-sm-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-sm-50 {
    -webkit-column-gap: 2.813rem !important;
       -moz-column-gap: 2.813rem !important;
            column-gap: 2.813rem !important;
  }
  .column-gap-sm-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-sm-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-sm-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-sm-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-sm-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-sm-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-sm-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-sm-180 {
    -webkit-column-gap: 11.25rem !important;
       -moz-column-gap: 11.25rem !important;
            column-gap: 11.25rem !important;
  }
  .column-gap-sm-200 {
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.313rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .m-md-15 {
    margin: 0.938rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-25 {
    margin: 1.563rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-35 {
    margin: 2.188rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-50 {
    margin: 2.813rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.313rem !important;
    margin-left: 0.313rem !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-25 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-35 {
    margin-right: 2.188rem !important;
    margin-left: 2.188rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-50 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 0.313rem !important;
    margin-bottom: 0.313rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-50 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.313rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mt-md-15 {
    margin-top: 0.938rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-25 {
    margin-top: 1.563rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-35 {
    margin-top: 2.188rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-50 {
    margin-top: 2.813rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 0.313rem !important;
  }
  .me-md-10 {
    margin-right: 0.625rem !important;
  }
  .me-md-15 {
    margin-right: 0.938rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-25 {
    margin-right: 1.563rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-35 {
    margin-right: 2.188rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-50 {
    margin-right: 2.813rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-140 {
    margin-right: 8.75rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-180 {
    margin-right: 11.25rem !important;
  }
  .me-md-200 {
    margin-right: 12.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.313rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-15 {
    margin-bottom: 0.938rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-25 {
    margin-bottom: 1.563rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-35 {
    margin-bottom: 2.188rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 2.813rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 0.313rem !important;
  }
  .ms-md-10 {
    margin-left: 0.625rem !important;
  }
  .ms-md-15 {
    margin-left: 0.938rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-25 {
    margin-left: 1.563rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-35 {
    margin-left: 2.188rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-50 {
    margin-left: 2.813rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-140 {
    margin-left: 8.75rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-180 {
    margin-left: 11.25rem !important;
  }
  .ms-md-200 {
    margin-left: 12.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 0.313rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .p-md-15 {
    padding: 0.938rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-25 {
    padding: 1.563rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-35 {
    padding: 2.188rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-50 {
    padding: 2.813rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 0.313rem !important;
    padding-left: 0.313rem !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-25 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-35 {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-50 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-50 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 0.313rem !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pt-md-15 {
    padding-top: 0.938rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-25 {
    padding-top: 1.563rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-35 {
    padding-top: 2.188rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-50 {
    padding-top: 2.813rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 0.313rem !important;
  }
  .pe-md-10 {
    padding-right: 0.625rem !important;
  }
  .pe-md-15 {
    padding-right: 0.938rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-25 {
    padding-right: 1.563rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-35 {
    padding-right: 2.188rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-50 {
    padding-right: 2.813rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pe-md-140 {
    padding-right: 8.75rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-180 {
    padding-right: 11.25rem !important;
  }
  .pe-md-200 {
    padding-right: 12.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 0.313rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-15 {
    padding-bottom: 0.938rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-25 {
    padding-bottom: 1.563rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-35 {
    padding-bottom: 2.188rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 2.813rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 0.313rem !important;
  }
  .ps-md-10 {
    padding-left: 0.625rem !important;
  }
  .ps-md-15 {
    padding-left: 0.938rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-25 {
    padding-left: 1.563rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-35 {
    padding-left: 2.188rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-50 {
    padding-left: 2.813rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !important;
  }
  .ps-md-140 {
    padding-left: 8.75rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-180 {
    padding-left: 11.25rem !important;
  }
  .ps-md-200 {
    padding-left: 12.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 0.313rem !important;
  }
  .gap-md-10 {
    gap: 0.625rem !important;
  }
  .gap-md-15 {
    gap: 0.938rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-25 {
    gap: 1.563rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-35 {
    gap: 2.188rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-50 {
    gap: 2.813rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-70 {
    gap: 4.375rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-120 {
    gap: 7.5rem !important;
  }
  .gap-md-140 {
    gap: 8.75rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-180 {
    gap: 11.25rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-5 {
    row-gap: 0.313rem !important;
  }
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-15 {
    row-gap: 0.938rem !important;
  }
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-25 {
    row-gap: 1.563rem !important;
  }
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-35 {
    row-gap: 2.188rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-50 {
    row-gap: 2.813rem !important;
  }
  .row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .row-gap-md-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-md-200 {
    row-gap: 12.5rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 0.313rem !important;
       -moz-column-gap: 0.313rem !important;
            column-gap: 0.313rem !important;
  }
  .column-gap-md-10 {
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }
  .column-gap-md-15 {
    -webkit-column-gap: 0.938rem !important;
       -moz-column-gap: 0.938rem !important;
            column-gap: 0.938rem !important;
  }
  .column-gap-md-20 {
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }
  .column-gap-md-25 {
    -webkit-column-gap: 1.563rem !important;
       -moz-column-gap: 1.563rem !important;
            column-gap: 1.563rem !important;
  }
  .column-gap-md-30 {
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }
  .column-gap-md-35 {
    -webkit-column-gap: 2.188rem !important;
       -moz-column-gap: 2.188rem !important;
            column-gap: 2.188rem !important;
  }
  .column-gap-md-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-md-50 {
    -webkit-column-gap: 2.813rem !important;
       -moz-column-gap: 2.813rem !important;
            column-gap: 2.813rem !important;
  }
  .column-gap-md-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-md-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-md-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-md-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-md-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-md-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-md-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-md-180 {
    -webkit-column-gap: 11.25rem !important;
       -moz-column-gap: 11.25rem !important;
            column-gap: 11.25rem !important;
  }
  .column-gap-md-200 {
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 0.313rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .m-lg-15 {
    margin: 0.938rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-25 {
    margin: 1.563rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-35 {
    margin: 2.188rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-50 {
    margin: 2.813rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 0.313rem !important;
    margin-left: 0.313rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-25 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-35 {
    margin-right: 2.188rem !important;
    margin-left: 2.188rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 0.313rem !important;
    margin-bottom: 0.313rem !important;
  }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-50 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 0.313rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-15 {
    margin-top: 0.938rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-25 {
    margin-top: 1.563rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-35 {
    margin-top: 2.188rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 2.813rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 0.313rem !important;
  }
  .me-lg-10 {
    margin-right: 0.625rem !important;
  }
  .me-lg-15 {
    margin-right: 0.938rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-25 {
    margin-right: 1.563rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-35 {
    margin-right: 2.188rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-50 {
    margin-right: 2.813rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-140 {
    margin-right: 8.75rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-180 {
    margin-right: 11.25rem !important;
  }
  .me-lg-200 {
    margin-right: 12.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.313rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 0.938rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 1.563rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 2.188rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 2.813rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 0.313rem !important;
  }
  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-15 {
    margin-left: 0.938rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-25 {
    margin-left: 1.563rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-35 {
    margin-left: 2.188rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 2.813rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-180 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 0.313rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .p-lg-15 {
    padding: 0.938rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-25 {
    padding: 1.563rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-35 {
    padding: 2.188rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-50 {
    padding: 2.813rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 0.313rem !important;
    padding-left: 0.313rem !important;
  }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-25 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-35 {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-50 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-50 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 0.313rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-15 {
    padding-top: 0.938rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-25 {
    padding-top: 1.563rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-35 {
    padding-top: 2.188rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 2.813rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 0.313rem !important;
  }
  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-15 {
    padding-right: 0.938rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-25 {
    padding-right: 1.563rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-35 {
    padding-right: 2.188rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 2.813rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-200 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.313rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 0.938rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 1.563rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 2.188rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 2.813rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 0.313rem !important;
  }
  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-15 {
    padding-left: 0.938rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-25 {
    padding-left: 1.563rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-35 {
    padding-left: 2.188rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 2.813rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-180 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-200 {
    padding-left: 12.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 0.313rem !important;
  }
  .gap-lg-10 {
    gap: 0.625rem !important;
  }
  .gap-lg-15 {
    gap: 0.938rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-25 {
    gap: 1.563rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-35 {
    gap: 2.188rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-50 {
    gap: 2.813rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-120 {
    gap: 7.5rem !important;
  }
  .gap-lg-140 {
    gap: 8.75rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-5 {
    row-gap: 0.313rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 0.938rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 1.563rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-35 {
    row-gap: 2.188rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 2.813rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-lg-200 {
    row-gap: 12.5rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 0.313rem !important;
       -moz-column-gap: 0.313rem !important;
            column-gap: 0.313rem !important;
  }
  .column-gap-lg-10 {
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }
  .column-gap-lg-15 {
    -webkit-column-gap: 0.938rem !important;
       -moz-column-gap: 0.938rem !important;
            column-gap: 0.938rem !important;
  }
  .column-gap-lg-20 {
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }
  .column-gap-lg-25 {
    -webkit-column-gap: 1.563rem !important;
       -moz-column-gap: 1.563rem !important;
            column-gap: 1.563rem !important;
  }
  .column-gap-lg-30 {
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }
  .column-gap-lg-35 {
    -webkit-column-gap: 2.188rem !important;
       -moz-column-gap: 2.188rem !important;
            column-gap: 2.188rem !important;
  }
  .column-gap-lg-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-lg-50 {
    -webkit-column-gap: 2.813rem !important;
       -moz-column-gap: 2.813rem !important;
            column-gap: 2.813rem !important;
  }
  .column-gap-lg-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-lg-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-lg-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-lg-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-lg-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-lg-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-lg-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-lg-180 {
    -webkit-column-gap: 11.25rem !important;
       -moz-column-gap: 11.25rem !important;
            column-gap: 11.25rem !important;
  }
  .column-gap-lg-200 {
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 0.313rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem !important;
  }
  .m-xl-15 {
    margin: 0.938rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-25 {
    margin: 1.563rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-35 {
    margin: 2.188rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-50 {
    margin: 2.813rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-140 {
    margin: 8.75rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 11.25rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 0.313rem !important;
    margin-left: 0.313rem !important;
  }
  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-25 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-35 {
    margin-right: 2.188rem !important;
    margin-left: 2.188rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 0.313rem !important;
    margin-bottom: 0.313rem !important;
  }
  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-50 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 0.313rem !important;
  }
  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-15 {
    margin-top: 0.938rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-25 {
    margin-top: 1.563rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-35 {
    margin-top: 2.188rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 2.813rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 0.313rem !important;
  }
  .me-xl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xl-15 {
    margin-right: 0.938rem !important;
  }
  .me-xl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xl-25 {
    margin-right: 1.563rem !important;
  }
  .me-xl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xl-35 {
    margin-right: 2.188rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-50 {
    margin-right: 2.813rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.313rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 0.938rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 1.563rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-35 {
    margin-bottom: 2.188rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 0.313rem !important;
  }
  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-15 {
    margin-left: 0.938rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-25 {
    margin-left: 1.563rem !important;
  }
  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-35 {
    margin-left: 2.188rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 2.813rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 0.313rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .p-xl-15 {
    padding: 0.938rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-25 {
    padding: 1.563rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-35 {
    padding: 2.188rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-50 {
    padding: 2.813rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .p-xl-140 {
    padding: 8.75rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-180 {
    padding: 11.25rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 0.313rem !important;
    padding-left: 0.313rem !important;
  }
  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-25 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-35 {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-50 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-50 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 0.313rem !important;
  }
  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-15 {
    padding-top: 0.938rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-25 {
    padding-top: 1.563rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-35 {
    padding-top: 2.188rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 2.813rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xl-200 {
    padding-top: 12.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 0.313rem !important;
  }
  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-15 {
    padding-right: 0.938rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-25 {
    padding-right: 1.563rem !important;
  }
  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-35 {
    padding-right: 2.188rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 2.813rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xl-200 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.313rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 0.938rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 1.563rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-35 {
    padding-bottom: 2.188rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 0.313rem !important;
  }
  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-15 {
    padding-left: 0.938rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-25 {
    padding-left: 1.563rem !important;
  }
  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-35 {
    padding-left: 2.188rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 2.813rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xl-200 {
    padding-left: 12.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 0.313rem !important;
  }
  .gap-xl-10 {
    gap: 0.625rem !important;
  }
  .gap-xl-15 {
    gap: 0.938rem !important;
  }
  .gap-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-xl-25 {
    gap: 1.563rem !important;
  }
  .gap-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-xl-35 {
    gap: 2.188rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-50 {
    gap: 2.813rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-70 {
    gap: 4.375rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-90 {
    gap: 5.625rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-120 {
    gap: 7.5rem !important;
  }
  .gap-xl-140 {
    gap: 8.75rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-180 {
    gap: 11.25rem !important;
  }
  .gap-xl-200 {
    gap: 12.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-5 {
    row-gap: 0.313rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 0.938rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 1.563rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-35 {
    row-gap: 2.188rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 2.813rem !important;
  }
  .row-gap-xl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-xl-200 {
    row-gap: 12.5rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 0.313rem !important;
       -moz-column-gap: 0.313rem !important;
            column-gap: 0.313rem !important;
  }
  .column-gap-xl-10 {
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }
  .column-gap-xl-15 {
    -webkit-column-gap: 0.938rem !important;
       -moz-column-gap: 0.938rem !important;
            column-gap: 0.938rem !important;
  }
  .column-gap-xl-20 {
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }
  .column-gap-xl-25 {
    -webkit-column-gap: 1.563rem !important;
       -moz-column-gap: 1.563rem !important;
            column-gap: 1.563rem !important;
  }
  .column-gap-xl-30 {
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }
  .column-gap-xl-35 {
    -webkit-column-gap: 2.188rem !important;
       -moz-column-gap: 2.188rem !important;
            column-gap: 2.188rem !important;
  }
  .column-gap-xl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xl-50 {
    -webkit-column-gap: 2.813rem !important;
       -moz-column-gap: 2.813rem !important;
            column-gap: 2.813rem !important;
  }
  .column-gap-xl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xl-180 {
    -webkit-column-gap: 11.25rem !important;
       -moz-column-gap: 11.25rem !important;
            column-gap: 11.25rem !important;
  }
  .column-gap-xl-200 {
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.313rem !important;
  }
  .m-xxl-10 {
    margin: 0.625rem !important;
  }
  .m-xxl-15 {
    margin: 0.938rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-25 {
    margin: 1.563rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-35 {
    margin: 2.188rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-50 {
    margin: 2.813rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 11.25rem !important;
  }
  .m-xxl-200 {
    margin: 12.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 0.313rem !important;
    margin-left: 0.313rem !important;
  }
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-15 {
    margin-right: 0.938rem !important;
    margin-left: 0.938rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-25 {
    margin-right: 1.563rem !important;
    margin-left: 1.563rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-35 {
    margin-right: 2.188rem !important;
    margin-left: 2.188rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 0.313rem !important;
    margin-bottom: 0.313rem !important;
  }
  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-15 {
    margin-top: 0.938rem !important;
    margin-bottom: 0.938rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-25 {
    margin-top: 1.563rem !important;
    margin-bottom: 1.563rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-35 {
    margin-top: 2.188rem !important;
    margin-bottom: 2.188rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 0.313rem !important;
  }
  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-15 {
    margin-top: 0.938rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-25 {
    margin-top: 1.563rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-35 {
    margin-top: 2.188rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 2.813rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xxl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 0.313rem !important;
  }
  .me-xxl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-15 {
    margin-right: 0.938rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-25 {
    margin-right: 1.563rem !important;
  }
  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-35 {
    margin-right: 2.188rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 2.813rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xxl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.313rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 0.938rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 1.563rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-35 {
    margin-bottom: 2.188rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 0.313rem !important;
  }
  .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-15 {
    margin-left: 0.938rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-25 {
    margin-left: 1.563rem !important;
  }
  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-35 {
    margin-left: 2.188rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 2.813rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.313rem !important;
  }
  .p-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-xxl-15 {
    padding: 0.938rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-25 {
    padding: 1.563rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-35 {
    padding: 2.188rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-50 {
    padding: 2.813rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-xxl-200 {
    padding: 12.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 0.313rem !important;
    padding-left: 0.313rem !important;
  }
  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-15 {
    padding-right: 0.938rem !important;
    padding-left: 0.938rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-25 {
    padding-right: 1.563rem !important;
    padding-left: 1.563rem !important;
  }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-35 {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-15 {
    padding-top: 0.938rem !important;
    padding-bottom: 0.938rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-25 {
    padding-top: 1.563rem !important;
    padding-bottom: 1.563rem !important;
  }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-35 {
    padding-top: 2.188rem !important;
    padding-bottom: 2.188rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 0.313rem !important;
  }
  .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-15 {
    padding-top: 0.938rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-25 {
    padding-top: 1.563rem !important;
  }
  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-35 {
    padding-top: 2.188rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 2.813rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xxl-200 {
    padding-top: 12.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-5 {
    padding-right: 0.313rem !important;
  }
  .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-15 {
    padding-right: 0.938rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-25 {
    padding-right: 1.563rem !important;
  }
  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-35 {
    padding-right: 2.188rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 2.813rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xxl-200 {
    padding-right: 12.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.313rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 0.938rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 1.563rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-35 {
    padding-bottom: 2.188rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-5 {
    padding-left: 0.313rem !important;
  }
  .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-15 {
    padding-left: 0.938rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-25 {
    padding-left: 1.563rem !important;
  }
  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-35 {
    padding-left: 2.188rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 2.813rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xxl-200 {
    padding-left: 12.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-5 {
    gap: 0.313rem !important;
  }
  .gap-xxl-10 {
    gap: 0.625rem !important;
  }
  .gap-xxl-15 {
    gap: 0.938rem !important;
  }
  .gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-xxl-25 {
    gap: 1.563rem !important;
  }
  .gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-xxl-35 {
    gap: 2.188rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-50 {
    gap: 2.813rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-180 {
    gap: 11.25rem !important;
  }
  .gap-xxl-200 {
    gap: 12.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-5 {
    row-gap: 0.313rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 0.938rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 1.563rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xxl-35 {
    row-gap: 2.188rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 2.813rem !important;
  }
  .row-gap-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-xxl-200 {
    row-gap: 12.5rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 0.313rem !important;
       -moz-column-gap: 0.313rem !important;
            column-gap: 0.313rem !important;
  }
  .column-gap-xxl-10 {
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }
  .column-gap-xxl-15 {
    -webkit-column-gap: 0.938rem !important;
       -moz-column-gap: 0.938rem !important;
            column-gap: 0.938rem !important;
  }
  .column-gap-xxl-20 {
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }
  .column-gap-xxl-25 {
    -webkit-column-gap: 1.563rem !important;
       -moz-column-gap: 1.563rem !important;
            column-gap: 1.563rem !important;
  }
  .column-gap-xxl-30 {
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }
  .column-gap-xxl-35 {
    -webkit-column-gap: 2.188rem !important;
       -moz-column-gap: 2.188rem !important;
            column-gap: 2.188rem !important;
  }
  .column-gap-xxl-40 {
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }
  .column-gap-xxl-50 {
    -webkit-column-gap: 2.813rem !important;
       -moz-column-gap: 2.813rem !important;
            column-gap: 2.813rem !important;
  }
  .column-gap-xxl-60 {
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }
  .column-gap-xxl-70 {
    -webkit-column-gap: 4.375rem !important;
       -moz-column-gap: 4.375rem !important;
            column-gap: 4.375rem !important;
  }
  .column-gap-xxl-80 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-90 {
    -webkit-column-gap: 5.625rem !important;
       -moz-column-gap: 5.625rem !important;
            column-gap: 5.625rem !important;
  }
  .column-gap-xxl-100 {
    -webkit-column-gap: 6.25rem !important;
       -moz-column-gap: 6.25rem !important;
            column-gap: 6.25rem !important;
  }
  .column-gap-xxl-120 {
    -webkit-column-gap: 7.5rem !important;
       -moz-column-gap: 7.5rem !important;
            column-gap: 7.5rem !important;
  }
  .column-gap-xxl-140 {
    -webkit-column-gap: 8.75rem !important;
       -moz-column-gap: 8.75rem !important;
            column-gap: 8.75rem !important;
  }
  .column-gap-xxl-160 {
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }
  .column-gap-xxl-180 {
    -webkit-column-gap: 11.25rem !important;
       -moz-column-gap: 11.25rem !important;
            column-gap: 11.25rem !important;
  }
  .column-gap-xxl-200 {
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !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-21 {
    font-size: 1.313rem !important;
  }
  .fs-22 {
    font-size: 1.375rem !important;
  }
  .fs-23 {
    font-size: 1.438rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-25 {
    font-size: 1.563rem !important;
  }
  .fs-26 {
    font-size: 1.625rem !important;
  }
  .fs-27 {
    font-size: 1.688rem !important;
  }
  .fs-28 {
    font-size: 1.75rem !important;
  }
  .fs-29 {
    font-size: 1.813rem !important;
  }
  .fs-30 {
    font-size: 1.875rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-50 {
    font-size: 3.125rem !important;
  }
  .fs-60 {
    font-size: 3.75rem !important;
  }
  .fs-70 {
    font-size: 4.375rem !important;
  }
  .fs-80 {
    font-size: 5rem !important;
  }
  .fs-90 {
    font-size: 5.625rem !important;
  }
  .fs-100 {
    font-size: 6.25rem !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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ==========================================================================
   1. GLOBAL / RESET
   ========================================================================== */
body {
  overflow-x: hidden;
  padding-top: 40px;
}

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

.btn-light {
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #000;
  --fourb-btn-hover-border-color: #000;
}

.btn-light-custom {
  --fourb-btn-hover-color: #fff;
  --fourb-btn-hover-bg: #000;
  --fourb-btn-hover-border-color: #fff;
  --fourb-btn-bg: #fff;
}

.button--contact-fixed {
  padding: 0;
  background: none;
  -webkit-clip-path: circle(40% at 50% 50%);
  clip-path: circle(40% at 50% 50%);
}

.button--contact-fixed:focus-visible {
  background: #443ffc;
}

.contact-fixed .textcircle {
  position: relative;
  display: block;
  width: 120px;
  -webkit-animation: rotateIt 15s linear infinite;
          animation: rotateIt 15s linear infinite;
  background: #f3350e;
}

.contact-fixed .textcircle text {
  font-size: 44px;
  text-transform: uppercase;
  fill: #ffffff;
}

.contact-fixed .textcircle textPath {
  letter-spacing: 15px; /* Firefox needs this */
}

@-webkit-keyframes rotateIt {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateIt {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.button--contact-fixed-img {
  position: absolute;
  z-index: 2;
  width: 55px;
  height: 55px;
  top: calc(50% - 30px);
  left: calc(50% - 28px);
}

/* ==========================================================================
     2. HEADER
     ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8f7f3;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding-top: 10px;
}

.site-branding .custom-logo {
  width: 120px;
  height: auto;
  display: block;
}
@media(min-width:768px){
    display:none;
}
.hamburger-menu {
	z-index: 999;
	width: 3.5rem;
	height: 2.5rem;
	grid-column-gap: .375rem;
	grid-row-gap: .375rem;
	border-radius: 5px;
	cursor: pointer;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-right: -.625rem;
	display: flex;
	position: relative;
}

.ham-lines {
	width: 2.25rem;
	background-color:#000000;
	height: 2px;
}
@media(min-width:768px){
        #responsive-menu{
        display:none;
    }
}


@media(max-width:768px){
    .light-contact-form {
	padding: 40px 20px !important;

}
.desktop-site-nav{
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background: #fff;
      box-shadow: -2px 0 10px rgba(0,0,0,0.15);
      transition: all 0.35s ease-in-out;
      z-index: 999;
      padding: 4rem 2rem;
      opacity: 0;
      visibility: hidden;
      display: flex;
      flex-direction: column;
    }
    
 .desktop-site-nav ul.primary-menu li a {
	font-size: 2rem !important;
    display: block !important;
    cursor: pointer;
}
    
    .menu-open .desktop-site-nav{
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    
}

/* ==========================================================================
     3. HERO SECTION
     ========================================================================== */
.fourb-hero-heading {
  z-index: 5;
  font-size: 12vw;
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.fourb-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.fourb-hero-video {
  height: 62vh;
}

.fourb-hero-list h6, .fourb-hero-list .h6 {
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

/* ==========================================================================
     4. NAVIGATION
     ========================================================================== */
     
@media(min-width:768px){
    #site-navigation ul.primary-menu{
              display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
    }

}
     
#site-navigation ul.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-navigation ul.primary-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

#site-navigation .current_page_item > a {
	font-weight: 600 !important;
}

/* ==========================================================================
     5. UTILITIES
     ========================================================================== */
.border-dotted-bottom {
  border-bottom: 1px dotted var(--fourb-gray-200);
}

.border-dotted {
  border: 1px dotted var(--fourb-gray-200);
}

.border-dotted-top {
  border-top: 1px dotted var(--fourb-gray-200);
}

/* ==========================================================================
     6. RESPONSIVE
     ========================================================================== */
@media (max-width: 480px) {
  .fourb-hero-heading {
    font-size: 12vw;
  }
  #site-navigation .primary-menu ul {
    gap: 16px;
  }
}
/* Preloader - premium overlay */
#site-preloader {
  position: fixed;
  inset: 0;
  height:110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  z-index: 2147483647; /* highest practical z-index to sit above everything */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease, -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  pointer-events: auto;
}

/* Lock scroll while preloader active */
html.preloader-lock,
body.preloader-lock {
  height: 100%;
  overflow: hidden;
}

/* exit state - slide up fast & smooth */
#site-preloader.preloader-exit {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

/* Content styling */
#site-preloader .loader-content {
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: loaderFadeIn 0.9s cubic-bezier(0.2, 0.9, 0.2, 1) both;
          animation: loaderFadeIn 0.9s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

#site-preloader .loader-logo {
  width: 60px; /* tweak as needed */
  height: auto;
  display: block;
  margin: 0 auto 14px;
  -webkit-filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 28px rgba(0, 160, 255, 0.07));
          filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 28px rgba(0, 160, 255, 0.07));
  -webkit-animation: floatBounce 1.2s ease-in-out infinite;
          animation: floatBounce 1.2s ease-in-out infinite;
}

/* Smooth up/down motion */
@-webkit-keyframes floatBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* jump up 10px */
  }
}
@keyframes floatBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); /* jump up 10px */
  }
}
/* subtle, premium text */
#site-preloader .loader-text {
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.6px;
  margin: 0;
}

/* entrance animation */
@-webkit-keyframes loaderFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loaderFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Brand Intro Section */
#brand-intro {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000; /* black background */
  z-index: 2147483646; /* just under preloader */
  overflow: hidden;
}

.brand-intro-words {
  text-align: center;
}

.brand-intro-words .brand-word {
  font-size: 12vw; /* big bold text */
  font-weight: 900;
  color: #f44336; /* red shade (can match your palette) */
  line-height: 0.9;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, #000), color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.marquee .marquee-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3rem;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  will-change: transform;
}
.marquee .marquee-track span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.marquee .marquee-track span:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ==========================================================================
       KEYFRAMES
       ========================================================================== */
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.paragraph-extra-large {
  letter-spacing: -0.04em;
  margin-bottom: 0;
  font-size: 4.75vw;
  font-weight: 500;
  line-height: 1.15;
}
.section-block {
  margin-top: 17rem;
}




.lines-pattern {
  opacity: 0.12;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-pattern {
  border-right: 1px solid #e0e0e0;
  width: 20%;
  height: 100%;
}

.fourb-heading {
  font-size: 8rem;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.container-custom {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:1500px){
.container-custom {

  max-width: 100%;
padding-left:40px;
padding-right:40px;
}
}

@media(max-width:768px){
.container-custom {


padding-left:15px;
padding-right:15px;
}
}


.fourb-sub-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-template-template-homepage .cta-wrapper .orb-wrapper {
	position: absolute;
	top: -260px;
	left: 0;
	right: 0;
}

.work-wrapper {
  overflow: hidden;
  position: relative;
}

.work-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-thumb {
  padding-bottom: 74.14%;
  position: relative;
  overflow: hidden;
}

.project-link {
  text-decoration: none;
  display: block;
  position: relative;
}

.hover-intro-content-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2;
  color:#000;
  margin-top: 15px;
}

.project-link {
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden; /* important for smooth clipping */
}

.project-block {
  position: relative;
  will-change: transform; /* for GSAP performance */
}

.hover-intro-content {
  position: relative;
  overflow: hidden;
  will-change: transform, opacity;
  -webkit-transition: none;
  transition: none; /* GSAP handles animation */
}

.scrolling-text {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scrolling-text .rail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.scrolling-text .rail h2, .scrolling-text .rail .h2 {
  white-space: nowrap;
  font-size: clamp(40px, 8vw, 150px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: white;
}

.service-badge {
	padding: 8px 0.75rem;
	background-color: #464040;
	color: #f4e6e6;
	font-size: 0.875rem;
	font-weight: 400;
	border-radius: 3rem;
}

.home-services_img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 300px;
  height: 200px;
}

.text-dark-light {
  color: #998f8f;
}

.service-list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 20vh;
}

.section-about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media(max-width:992px){
    .section-about {
        min-height:70vh;
    }
}

.background-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-title-small {
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4.75vw;
  font-weight: 500;
  line-height: 1;
}

.underline-link {
  letter-spacing: -0.02em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25em;
  color: #fff;
  text-decoration: underline;
}

.heading-title-sm {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.02em;
}

.feedback-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  pointer-events: none;
  background-color: rgba(45, 49, 49, 0.3019607843);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), #000 40%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
  mask-image: linear-gradient(rgba(0, 0, 0, 0), #000 40%);
}

.img-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  pointer-events: none;
  background-color: rgba(45, 49, 49, 0.3019607843);
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), #000 40%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, #000));
  mask-image: linear-gradient(rgba(0, 0, 0, 0), #000 40%);
}

.testimonial-card {
  border-radius: 30px;
  overflow: hidden;
}

.testimonial-card-blockquote {
  padding: 0;
  font-size: 1.15rem;
  line-height: 130%;
  font-weight: 400;
  font-style: italic;
}

.testimonial-card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 550px;
}

.avatar-initials {
  width: 40px; /* size of avatar */
  height: 40px;
  border-radius: 50%; /* makes it round */
  background-color: #d7d7d7; /* fallback bg color (Bootstrap primary) */
  color: #fff; /* text color */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.stat-numbers h2, .stat-numbers .h2 {
  font-size: 5vw;
}

.cta-wrapper h2, .cta-wrapper .h2 {
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
:root {
  --bg: oklch(12.9% 0.042 264.695);
  --c1: oklch(44.4% 0.177 26.899);
  --c2: oklch(85.2% 0.199 91.936);
  --c3: oklch(58.8% 0.158 241.966);
}

.orb {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "stack";
  inline-size: min(260px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.orb::before, .orb::after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  content: "";
  display: block;
  grid-area: stack;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.orb::before {
  background: conic-gradient(from calc(var(--angle) * 2) at 25% 70%, var(--c3), transparent 20% 80%, var(--c3)), conic-gradient(from calc(var(--angle) * 2) at 45% 75%, var(--c2), transparent 30% 60%, var(--c2)), conic-gradient(from calc(var(--angle) * -3) at 80% 20%, var(--c1), transparent 40% 60%, var(--c1)), conic-gradient(from calc(var(--angle) * 2) at 15% 5%, var(--c2), transparent 10% 90%, var(--c2)), conic-gradient(from calc(var(--angle) * 1) at 20% 80%, var(--c1), transparent 10% 90%, var(--c1)), conic-gradient(from calc(var(--angle) * -2) at 85% 10%, var(--c3), transparent 20% 80%, var(--c3));
  -webkit-box-shadow: inset var(--bg) 0 0 5vmin 1vmin;
          box-shadow: inset var(--bg) 0 0 5vmin 1vmin;
  -webkit-filter: blur(3vmin) contrast(5);
          filter: blur(3vmin) contrast(5);
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.orb::after {
  --dot: 1.5px;
  background-image: radial-gradient(circle at center, var(--bg) var(--dot), transparent var(--dot));
  background-size: calc(var(--dot) * 2) calc(var(--dot) * 2);
  -webkit-mask-image: radial-gradient(black 25%, transparent 75%);
          mask-image: radial-gradient(black 25%, transparent 75%);
  -webkit-backdrop-filter: blur(8vmin) contrast(10);
          backdrop-filter: blur(8vmin) contrast(10);
  mix-blend-mode: overlay;
}

@-webkit-keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
.dark-contact-form {
  background: #181818;
  padding: 50px 30px;
  border-radius: 30px;
  /* Placeholder colors */
}
.dark-contact-form label {
  color: #d5d5d5;
}
.dark-contact-form label,.light-contact-form label {
  width:100%;
}

.dark-contact-form input, .dark-contact-form textarea{
    background-color: transparent;
    color: #d5d5d5 !important;

}

.dark-contact-form input, .dark-contact-form textarea,.light-contact-form input, .light-contact-form textarea{
        border-top: 0;
            background-color: transparent;
    border-right: 0;
    border-left: 0;
    margin-bottom: 30px;
    width: 100%;
    
}

.light-contact-form input, .light-contact-form textarea{
        border-bottom: 1px solid rgba(0,0,0,0.7);
    
}

.light-contact-form {
    background: #eaeaea;
    padding: 40px;
    border-radius: 20px;
}

.wpcf7-submit {
    margin-bottom:0 !important;
}

.dark-contact-form .wpcf7-submit {
    padding: 1rem;
    color: #fff;
    background: #fff;
    color: #000 !important;
    line-height: normal;
    height: auto !important;
    border-radius: 40px;
    width:auto !important;
}

.light-contact-form .wpcf7-submit {
    padding: 1rem 1.75rem;
    color: #fff;
    background: #000;
    line-height: normal;
    height: auto !important;
    border-radius: 40px;
    width:auto !important;
}

.light-contact-form .wpcf7-submit:focus {
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.light-contact-form .wpcf7-response-output,.dark-contact-form .wpcf7-response-output{
    	border: 0 !important;
	border-radius: 10px;
	font-size: 14px;
	padding: 15px !important;
	height: auto !important;
}

.dark-contact-form .wpcf7-response-output {
	background: #e0d3d3;
}

.light-contact-form .wpcf7-response-output {
	background: #fff;
}

.dark-contact-form .wpcf7-submit:focus {
    color: #000;
    background: rgba(255,255,255,0.7);
}

.dark-contact-form input,.light-contact-form input{
    height: 45px;
}

.dark-contact-form textarea,.light-contact-form textarea{
    height: 150px;
}

.dark-contact-form input::-webkit-input-placeholder, .dark-contact-form textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input::-moz-placeholder, .dark-contact-form textarea::-moz-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input:-ms-input-placeholder, .dark-contact-form textarea:-ms-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input::-ms-input-placeholder, .dark-contact-form textarea::-ms-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input::placeholder,
.dark-contact-form textarea::placeholder {
  color: #d5d5d5;
}
.dark-contact-form input::-webkit-input-placeholder,
.dark-contact-form textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input:-moz-placeholder,
.dark-contact-form textarea:-moz-placeholder {
  color: #d5d5d5;
  opacity: 0.3;
}
.dark-contact-form input::-moz-placeholder,
.dark-contact-form textarea::-moz-placeholder {
  color: #d5d5d5;
  opacity: 0.3;
}
.dark-contact-form input:-ms-input-placeholder,
.dark-contact-form textarea:-ms-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form input::-ms-input-placeholder,
.dark-contact-form textarea::-ms-input-placeholder {
  color: #d5d5d5;
}
.dark-contact-form .form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #312727;
}
.dark-contact-form input:focus ,.dark-contact-form input:focus-visible,.dark-contact-form textarea:focus-visible,.dark-contact-form testarea:focus {
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #fff;
}

.light-contact-form input:focus ,.light-contact-form input:focus-visible,.light-contact-form textarea:focus-visible,.light-contact-form testarea:focus {
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #000;
}

.fourb-contact-form h3, .fourb-contact-form .h3 {
  font-size: 32px;
}
.fourb-contact-form .btn {
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 40px;
}
.footer-menu li > a {
  color: #000;
  display: block;
  text-decoration: none;
}

.fourb-footer-brand {
  letter-spacing: -0.05em;
  margin-right: auto;
  font-size: 13vw;
  font-weight: 500;
  line-height: 1;
}

.progressive-blur_wrap {
  z-index: 99;
  pointer-events: none;
  width: 100%;
  height: 6rem;
  position: fixed;
  inset: auto 0% 0%;
  overflow: clip;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.progressive-blur_panel {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(20%, #000), color-stop(50%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 10%, #000 20% 40%, rgba(0, 0, 0, 0) 50%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(20%, #000), color-stop(50%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 10%, #000 20% 40%, rgba(0, 0, 0, 0) 50%);
}
.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(calc(1rem / 4));
  backdrop-filter: blur(calc(1rem / 4));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(30%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(#000 0% 10%, rgba(0, 0, 0, 0) 30%);
  mask: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(30%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(#000 0% 10%, rgba(0, 0, 0, 0) 30%);
}
.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(1rem / 2));
  backdrop-filter: blur(calc(1rem / 2));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(40%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 10% 20%, rgba(0, 0, 0, 0) 40%);
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(10%, #000), color-stop(40%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 10% 20%, rgba(0, 0, 0, 0) 40%);
}
.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(1rem / 4));
  backdrop-filter: blur(calc(1rem / 4));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, #000), color-stop(50%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 20% 30%, rgba(0, 0, 0, 0) 50%);
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, #000), color-stop(50%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 20% 30%, rgba(0, 0, 0, 0) 50%);
}
.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(1rem / 8));
  backdrop-filter: blur(calc(1rem / 8));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(30%, #000), color-stop(60%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 10%, #000 30% 40%, rgba(0, 0, 0, 0) 60%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(30%, #000), color-stop(60%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 10%, #000 30% 40%, rgba(0, 0, 0, 0) 60%);
}
.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(1rem / 16));
  backdrop-filter: blur(calc(1rem / 16));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, #000), color-stop(70%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 20%, #000 40% 50%, rgba(0, 0, 0, 0) 70%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, #000), color-stop(70%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 20%, #000 40% 50%, rgba(0, 0, 0, 0) 70%);
}
.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(1rem / 32));
  backdrop-filter: blur(calc(1rem / 32));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(50%, #000), color-stop(80%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 30%, #000 50% 60%, rgba(0, 0, 0, 0) 80%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(50%, #000), color-stop(80%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 30%, #000 50% 60%, rgba(0, 0, 0, 0) 80%);
}
.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(1rem / 64));
  backdrop-filter: blur(calc(1rem / 64));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(60%, #000), color-stop(90%, rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 40%, #000 60% 70%, rgba(0, 0, 0, 0) 90%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(60%, #000), color-stop(90%, rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 40%, #000 60% 70%, rgba(0, 0, 0, 0) 90%);
}
.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(1rem / 128));
  backdrop-filter: blur(calc(1rem / 128));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(70%, #000), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 50%, #000 70% 80%, rgba(0, 0, 0, 0) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(70%, #000), to(rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 50%, #000 70% 80%, rgba(0, 0, 0, 0) 100%);
}
.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(1rem / 256));
  backdrop-filter: blur(calc(1rem / 256));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 60%, #000 80% 90%, rgba(0, 0, 0, 0) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(80%, #000), to(rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 60%, #000 80% 90%, rgba(0, 0, 0, 0) 100%);
}
.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(1rem / 512));
  backdrop-filter: blur(calc(1rem / 512));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 70%, #000 90%, rgba(0, 0, 0, 0) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(90%, #000), to(rgba(0, 0, 0, 0)));
  mask: linear-gradient(rgba(0, 0, 0, 0) 70%, #000 90%, rgba(0, 0, 0, 0) 100%);
}

.contact-fixed {
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.underline-text {
  background-image: url("https://www.fourbtechnologies.com/wp-content/themes/fourb/assets/images/underline.svg");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: contain;
}

.xl-content p {
  font-size: 2rem;
}

.page-title-heading {
  font-size: 12rem;
  line-height: 85%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cta-title {
  font-size: 6rem;
}

.service-light .service-badge {
  background-color: #fff;
  color: #000;
  border: 1px solid #eae8e8;
}
.service-light .service-list-item {
  background-color: #f8f7f3;
}

.service-approach-wrapper .service-approach-item h2, .service-approach-wrapper .service-approach-item .h2 {
  font-size: 5rem;
}
.service-approach-wrapper .service-approach-item p {
  font-size: 1.25rem;
  opacity: 0.75;
}

.service-approach-wrapper-num {
  font-size: 12rem;
  position: absolute;
  opacity: 0.2;
  top: -50px;
  font-weight: 800;
  left: 100px;
}

.sub-heading {
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  color: #f3350c;
  text-transform: uppercase;
}



/* ==========================================================================
   RESPONSIVE (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .container-custom {
    max-width: 100%;
    padding: 0 1rem;
  }

  .marquee .marquee-track {
    gap: 2rem;
    animation-duration: 40s;
  }

  .marquee .marquee-track span {
    font-size: 1rem;
  }

  .paragraph-extra-large {
    font-size: 40px;
  }

  .section-block {
    margin-top: 8rem;
  }

  .scrolling-text {
    height: 150px;
  }

  .fourb-heading,
  .cta-wrapper h2,
  .cta-wrapper .h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .page-template-template-homepage .cta-wrapper .orb-wrapper {
    display: none !important;
  }

  .stat-numbers h2,
  .stat-numbers .h2 {
    font-size: 10vw;
  }

  .footer-menu {
    gap: 20px;
    padding-left: 0;
  }

  .fourb-footer-brand {
    font-size: 28vw;
  }

  .section-about {
    padding-top: 3rem;
  }

  .button--contact-fixed-img {
    width: 35px;
    height: 35px;
    top: calc(50% - 20px);
    left: calc(50% - 18px);
  }

  .contact-fixed .textcircle {
    width: 80px;
  }

  .dark-contact-form {
    padding: 50px 1rem;
  }

  .page-title-heading {
    font-size: 5rem;
  }

  .cta-title {
    font-size: 3rem;
  }

  .service-approach-wrapper-num {
    font-size: 7rem;
    top: 0;
    left: 20px;
  }

  .service-approach-wrapper .service-approach-item h2,
  .service-approach-wrapper .service-approach-item .h2 {
    font-size: 4rem;
    word-break: break-word; /* Changed from break-all → better readability */
  }

  .xl-content p {
    line-height: 1.3;
  }
}



/* ----------------------------------------------
Site Redesign - July 2025
---------------------------------------------- */  
  
  
  .main-header {
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	z-index: 99;
	border: 0;
}

.main-header .site-logo img{
	max-height: 65px;
}

.topbar-wrapp {
	background-color: transparent !important;
	position: absolute;
	z-index: 99;
	height:42px;
}

.main-header .main-nav .menu {
	margin-left: -12px;
	margin-right: -12px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 100px;
}

.main-header .main-nav .menu > li > a {
	height: 39px;
	line-height: 40px;
	color: #fff;
	font-size:16px !important;
	font-weight: 500 !important;
	border-radius: 20px;
	padding: 0 15px;
}

.main-header .main-nav .menu {
	background-color: rgba(255,255,255,0.1);
	border-radius: 100px;
	width: 530px;
	padding: 5px;
}

.header-clone .main-nav .menu > li > a {
	font-size:16px;
	font-weight:400;
	color:#ffffff;
}

.sticky-header {
	background: rgba(0, 0, 0, 0.4) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.act-scroll .site-logo img, .header-clone .site-logo img {
	max-height: 65px !important;
}
.search-button.basel-search-full-screen > a {
	background: rgba(255,255,255,0.1);
	border-radius: 100%;
	padding: 5px;
	color: #fff;
}
.right-column .wishlist-info-widget {
	display:none;
}

.main-header .right-column > div ul li a, .main-header  .right-column > div > a {
	color: #fff;
}

.main-header .main-nav .menu > li > a:hover {
	background-color: rgba(255,255,255,1);
}

 .current-menu-item > a {
	background: #fff;
	color: #000 !important;
}


.main-nav .menu > li > a {
	font-size: 16px;
	text-transform: capitalize;
}

.topbar-wrapp.color-scheme-light .top-bar-left {
	font-size: 16px;
}

/* ----------------------------------------------
  Base Styles
---------------------------------------------- */


.site-content.col-sm-9 {
	width: 100%;
}

.sidebar-container.col-sm-3.sidebar-right.area-sidebar-1 {
	display: none;
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: 'Inter Tight', sans-serif !important;
  font-weight: 600;
}

body{
  font-family: 'Inter Tight', sans-serif !important;
}

body p {
  font-family: 'Inter Tight', sans-serif !important;
  font-size: 18px;
}

.display-2 { font-size: 48px; line-height: 60px; }
.display-3 { font-size: 32px; line-height: 42px; }
.fs-sm { font-size: 16px; }


/* ----------------------------------------------
  Layout & Containers
---------------------------------------------- */


/* Flex Utilities */


/* Spacing Utilities */
.m-0{margin: 0;}
.mb-0{margin-bottom: 0;}
.mb-5  { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }

.mt-5  { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }

.ms-5  { margin-inline-start: 5px; }
.ms-10 { margin-inline-start: 10px; }
.ms-15 { margin-inline-start: 15px; }
.ms-20 { margin-inline-start: 20px; }
.ms-25 { margin-inline-start: 25px; }
.ms-30 { margin-inline-start: 30px; }
.ms-35 { margin-inline-start: 35px; }
.ms-40 { margin-inline-start: 40px; }
.ms-45 { margin-inline-start: 45px; }
.ms-50 { margin-inline-start: 50px; }

.me-5  { margin-inline-end: 5px; }
.me-10 { margin-inline-end: 10px; }
.me-15 { margin-inline-end: 15px; }
.me-20 { margin-inline-end: 20px; }
.me-25 { margin-inline-end: 25px; }
.me-30 { margin-inline-end: 30px; }
.me-35 { margin-inline-end: 35px; }
.me-40 { margin-inline-end: 40px; }
.me-45 { margin-inline-end: 45px; }
.me-50 { margin-inline-end: 50px; }

.pt-5  { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }

.pb-5  { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }

.ps-5  { padding-inline-start: 5px; }
.ps-10 { padding-inline-start: 10px; }
.ps-15 { padding-inline-start: 15px; }
.ps-20 { padding-inline-start: 20px; }
.ps-25 { padding-inline-start: 25px; }
.ps-30 { padding-inline-start: 30px; }
.ps-35 { padding-inline-start: 35px; }
.ps-40 { padding-inline-start: 40px; }
.ps-45 { padding-inline-start: 45px; }
.ps-50 { padding-inline-start: 50px; }

.pe-5  { padding-inline-end: 5px; }
.pe-10 { padding-inline-end: 10px; }
.pe-15 { padding-inline-end: 15px; }
.pe-20 { padding-inline-end: 20px; }
.pe-25 { padding-inline-end: 25px; }
.pe-30 { padding-inline-end: 30px; }
.pe-35 { padding-inline-end: 35px; }
.pe-40 { padding-inline-end: 40px; }
.pe-45 { padding-inline-end: 45px; }
.pe-50 { padding-inline-end: 50px; }

.p-20{
    padding:20px;
}

.p-25{
    padding:25px;
}
.p-30{
    padding:30px;
}

.py-100{
    padding-top:100px;
    padding-bottom:100px;
}

/* ----------------------------------------------
  Buttons
---------------------------------------------- */
.btn {
  background-color: #2e7d64;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  text-decoration:none;
}

/* ----------------------------------------------
  Hero Section
---------------------------------------------- */
.hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1601183798470-4a248a6fe6b4?auto=format&fit=crop&w=1350&q=80') no-repeat center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, #00000033 0%, #1A211E 100%);
  z-index: 9;
}

.hero-content-wrapper {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.hero-content {
  margin-bottom: 10rem;
  width:80%;
}

.hero-content p {
  padding-right: 12rem;
}

.hero h1 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.button-primary {
  background-color: #0367c9;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
   transition: background-color 0.3s ease;
}

.btn-outline-success{
      background-color:transparent;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  border:1px solid #ffffff;
   transition: background-color 0.3s ease;
}

.btn-outline-success:hover{
      background-color:#ffffff;
      color:#1a211e;
}

.button-primary:hover {
    background-color: #025bb3;
}


/* ----------------------------------------------
  Slider
---------------------------------------------- */
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease, transform 10s ease;
}

.slide.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1.1);
}

.slide.inactive {
  opacity: 0;
  z-index: 1;
  transform: scale(1);
}

/* ----------------------------------------------
  Recent Works
---------------------------------------------- */
.recent-works {
  position: absolute;
  bottom: 0;
  right: 2rem;

  background: white;
  border-radius: 1rem 1rem 0 0;

  padding: 0.7rem 0.7rem 0.5rem;
  max-width: 600px;
}

.recent-works-left {
    justify-content: flex-end;
    border-radius: 0px 0px 16px 0px;
    display: flex;
    width: fit-content;
    position: absolute;
    left: -32px;
    bottom: 0;
}

.recent-works-left-inner,.recent-works-right-inner  {
    width: 32px;
    max-width: 32px;
}

.recent-works-left-inner > .inner {
    border-radius: 0 0 16px 0;
    box-shadow: 16px 16px 0 0 #FBFDFC;
    height: 100%;
    width: 100%;
}

.inn {
    height: 32px;
}

.recent-works-right {
    justify-content: flex-end;
    border-radius: 0px 0px 16px 0px;
    display: flex;
    width: fit-content;
    position: absolute;
    right: -32px;
    bottom: 0;
}


.recent-works-right-inner > .inner {
    border-radius: 0 0 0 16px;
    box-shadow: -16px 16px 0 0 #FBFDFC;
}



.recent-works-inner {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	position: relative;
}

.recent-works img {
  width: 400px;
  height: 140px;
  border-radius: 0.75rem;
  object-fit: cover;
}

.recent-works-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recent-works-text h4 {
  font-size: 28px;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: #333;
  line-height: 32px;
}

.recent-works-text p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}

/* ----------------------------------------------
  Misc
---------------------------------------------- */
.sq-45px {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #0367c9;
}

.arrow {
  font-size: 1.5rem;
  color: #ffffff;
}


.who-we-are img{
    
    object-fit: cover;
  height: 680px;
  width: 100%;
  border-radius: 20px;
}

.award-card {
	position: absolute;
	padding: 20px;
	background: #0367c9;
	right: 0;
	width: 270px;
	border-radius: 20px 0px 20px 0;
	bottom: 0;
	z-index: 99;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
}
.award-card i{
 font-size: 54px;   
}


.site-gradient{
	position: relative;
}

.site-gradient:after{

	content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, #00000033 0%, #1A211E 100%);
  z-index: 9;
  border-radius:20px;
}

/* ----------------------------------------------
Service
---------------------------------------------- */

.services-section{
    background-image: url('https://ardorsteel.com/wp-content/uploads/2025/07/bg-benefits.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.service-cards-wrapper {
  position: relative;
}

.service-card {
  background-color: #0367c9; /* dark green tone */
  color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  position: sticky;
}

.service-card.one{
    top:80px;
}
.service-card.two{
    top:120px;
}
.service-card.three{
    top:160px;
}
.service-card h5{
    color: #d0ffd4;
}

.d-block{
    display:block;
}

/* smooth hover effect (optional) */
.service-card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.featured-card {
    background: rgba(3, 103, 201,0.05);
    border: 1px solid #0367c9;
    border-radius:20px;
}

.text-black{
    color:#1a211e !important;
}

.text-primary{
color:#0367c9 !important;
}

.bg-primary{
    background-color:#0367c9 !important;
}

.fs-40{
    font-size:40px;
}

.fs-20{
    font-size:20px;
}

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

.display-4{
    font-size:28px;
    line-height:32px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.bg-white{
    background-color:#ffffff;
}

.benefit-wrap-list {
	margin-top: -16rem;
	padding: 20px;
	border-radius: 20px;
}
.title-bg{
    padding-top:100px;
    padding-bottom: 20rem;
    border-radius:20px;
}

.z-99{
    z-index:99;
}

.sq-50px{
    width:50px;
    height:50px;
}
.rounded-circle{
    border-radius:20rem;
}

.testimonial-card {
	font-size:28px;
}

.testimonial-card-img img{
  object-fit: cover;
  height: 780px;
  width: 100%;
}

.rounded-20{
	border-radius:20px;
}

.testimonial-card-link {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 10px;
	border-radius: 0 20px 0 0;
}

.testimonial-card h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.testimonial-card-img{
 position:relative;   
}

.element-space-wrap {
	width: 32px;
	max-width: 32px;
	top: -32px;
	position: absolute;
	left: 0;
}

.element-space-item {
	border-radius: 0 0 0 16px;
	box-shadow: -16px 16px 0 0 #FBFDFC;
	height: 32px;
}


.element-space-wrap.second-item {
	right: -32px;
	bottom: 0;
	left: auto;
	top: auto;
}

.section-products-ardor {
	background: rgba(3, 103, 201, 0.05);
	padding-top:0 !important;
	padding-bottom:50px;
}

.section-products-ardor .basel-hover-alt .product-title a {
	font-size: 22px;
	text-decoration: none;
	border:0;
	font-family: 'Inter Tight', sans-serif;
    font-weight: 400;  
}

.section-products-ardor .product-element-top {
	border: 0 !important;
	overflow: hidden;
	border-radius: 20px;
}

.section-products-ardor .product-element-top img {
	border-radius: 20px;
	border: 0 !important;
	transition: all 0.3s ease-in-out 0s;
}

.section-products-ardor .basel-hover-alt .product-title {
	margin-top: 20px;

}

.section-products-ardor .product-element-top:hover img {
	transform: scale(1.05);
}

.section-products-title{
  padding-top: 100px;
  padding-bottom: 30px;
}

.section-products-title-wrapper .wpb_content_element{
	margin-bottom:0 !important;
}

.benefit-wrap {
	padding-bottom: 60px;
}

  .section-lets-work-inner {
    background: #0367c9;
    padding: 80px 20px;
 }

 .section-lets-work-inner p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

  a.button-white {
    background: #fff !important;
    color: #0367c9;
    padding: 17px 34px;
    font-size: 1rem;
 }

 .button-white:hover {
    background: #fff;
    color: #0367c9;
 }
 
 
           body a{
            font-family: 'Inter Tight', sans-serif !important;
          }

          .bottom-footer{
            border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 30px;
          }

.section-contact {
	background-color: #1a211e;
	padding: 200px 0 10px 0;
	position: relative;
	margin-top:10px;
}

	.footer-logo {
		position: absolute;
		background: #fff;
		padding: 10px;
		border-radius: 0 0 10px 10px;
		top: 0;
	}

	.footer-ele-left-wrap {
		border-radius: 0 20px 0 0;
		box-shadow: 8px -8px 0 0 #FBFDFC;
		height: 100%;
		width: 40px;
		margin-left: 0;
		position: absolute;
		left: -40px;
		top: 0px;
	}

	.footer-logo-inner {
		background: #0367c9;
		padding: 40px 30px;
		border-radius: 10px;
	}

	.footer-ele-right-wrap {
		border-radius: 20px 0 0 0;
		box-shadow: -8px -8px 0 0 #FBFDFC;
		height: 100%;
		width: 40px;
		margin-left: 0;
		position: absolute;
		right: -40px;
		top: 0px;
	}

         .get-in-touch-footer {
            border-radius: 100%;
            width: 200px;
            height: 200px;
            display: flex;
            color: #fff;
            font-size: 1.5rem;
            background: #000;
            line-height: 1;
            justify-content: center;
            align-content: c;
            align-items: center;
            border: 1px solid #fff;
            margin-left: auto;
            text-decoration: none;
            transition:all 0.3 ease-in-out 0s;
         }

         .get-in-touch-footer:hover {
            background-color:#0367c9;
            color:#fff;
            text-decoration:none;
         }

         .ardor-footer-list li a,.ardor-social-list li a {
            color: #fff;
            font-size: 1rem;
            cursor: pointer;
         }

         .ardor-footer-list,.ardor-social-list {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
         }

         .ardor-social-list {
            justify-content: end;
            margin: 25px 0;
         }
         
         .ardor-social-list li a {
	font-size: 2rem !important;
}

.secondary-card {
    background: #0367c9;
    border-radius: 20px;
}

.bg-black{
    background-color:#1B1919 !important;
}

@media(max-width:1024px){
    .hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}
    .hero-content {
        margin-bottom: 8rem;
        width: 100%;
    }
    .hero-content p {
        padding-right: 2rem;
    }
        .testimonial-card h3 {
      font-size: 20px;
      margin-bottom: 30px;
    }
    .col-md-6.pe-40{
      padding-right:1rem;
      margin-bottom:1.25rem;
    }
    .testimonial-card-img img {
      height: 400px;
      width: 100%;
    }
      .py-100{
    padding-top:70px;
    padding-bottom:70px;
}
.section-lets-work-inner p{
    width:100%;
}
.secondary-card {
margin-bottom:25px;
}
.display-2 {
	font-size: 32px;
	line-height: 40px;
}
.get-in-touch-footer {
	width: 100px;
	height: 100px;
	margin-bottom:15px;
	font-size: 16px;
	margin-left: 0;
    margin-right: auto;
}
.ardor-social-list {
	justify-content: flex-start;

}
.bottom-footer .text-right {
	text-align: left;
}
}

@media(max-width:768px){
    .recent-works {
    position: absolute;
    bottom: 0;
    right:1.2rem;
    left:auto;
    max-width: 200px;
}
.award-card {
	width: 210px;


}
.hero-content {
    margin-bottom: 13rem;
}
.recent-works img {
    width: auto;
    height: auto;
}
    .hero p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .recent-works-inner {
        flex-direction:column;
        gap: 0.5rem;
    }
    .recent-works-text {
        width:100%
}
.recent-works-text p{
    display:none;
}
.recent-works-text h4 {
    font-size: 16px;
    line-height: 20px;
}

    .award-card .display-3 {
font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    }
    .award-card p{
        font-size:14px;
    }
        .col-md-6.ps-40{
        padding-left:1rem !important;
        margin-top:2rem;
    }
    .display-2 {
        font-size: 38px;
        line-height: 48px;
    }
    .col-6.col-sm-4:not(:last-child) {
        margin-bottom: 2rem;
    }
    .service-cards-wrapper {
        margin-top:40px;
    }
    .service-card {
        padding:20px;
    }
    .featured-card{
        margin-bottom:30px;
        padding:20px;
    }
}

.wishlist-btn-wrapper,.compare-btn-wrapper,.product-share,.product-tabs-wrapper{
    
    display:none !important;
}


.basel-hover-alt .product-title a{
	border:0 !important;
	font-family: 'Inter Tight', sans-serif !important;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  border: 0;
}

.product-grid-item .product-title{
	font-size: 22px;
  text-decoration: none;
  border: 0;
  font-family: 'Inter Tight', sans-serif !important;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
}

.product-grid-item img {
	height: 330px;
	width: 100%;
	background: rgba(3, 103, 201,0.07);
	padding: 7px;
	border-radius: 20px;
	object-fit: cover;
}
.related-and-upsells {
	background: #f2f7fc;
	padding: 80px 0;
}

.title.slider-title {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.woocommerce-shop .title-shop.without-title.title-size-small {
	padding-top: 11rem;
	padding-bottom: 1rem;
	background-image: url(https://ardorsteel.com/wp-content/uploads/2025/08/title-bg.jpg);
	  background-color: #212121;
  background-size: cover;
  background-position: center center;
}



.title.slider-title:before {
    display:none !important;
}

.product_title.entry-title {
	font-size: 2rem;
	font-weight: 600;
	text-transform: capitalize !important;
}

.basel-buttons {
display:none;
}

.single-product .site-content {

	padding: 0 !important;
}
.title-size-large h1 {
	font-size: 34px !important;
	text-transform:capitalize !important;
	font-weight: 600;
}

.title-size-large {
	padding: 200px 0 100px 0;
}

.single-product-page {
	padding-top: 3rem;
}

.single-product-content .product-image-summary {
	margin-bottom: 90px;
}

.single-product-content .product_meta{
    display:none;
}
.who-we-are {
	padding-top: 3rem !important;
}

.woocommerce-product-gallery__image {
	border-radius: 20px;
	padding: 5px;
	background: #e0ecf8;
}

.contact-form-section {
	background-color: #1a211e;
	padding: 3rem 5rem;
}

.contact-us-info {
	margin-top: 2rem;
}

.contact-us-info > li {
	display: flex;
	gap: 15px;
	font-size: 18px;
	margin-bottom: 10px;
}

.wpcf7-form {
	padding: 0 4rem;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="date"], input[type="tel"], select, textarea{
    
    border-radius:10px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="date"], input[type="tel"], select{
    
    height:50px !important;
}

.added_to_cart, .btn, .button, button, input[type="submit"] {
    background-color:#0367c9 !important;
    color:#fff;
    border-radius:10px;
    font-size:16px !important;
    
    background-color: #0367c9;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border:0 !important;
  font-weight: 600;
  text-decoration: none;
  color: white;
  text-transform:capitalize !important;
  transition: background-color 0.3s ease;
}

.vc_custom_1754217743434 {
	border-radius: 20px;
	margin-left: 1rem;
}


label {

	font-size: 16px;
	font-family: 'Inter Tight', sans-serif !important;
}

.hidden-fields-container{
    display:none;
}


.contact-card {
	background: #0367c9;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
}

.contact-card i {
	font-size: 2rem;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255,0.1);
	padding: ;
	border-radius: 30px;
	margin-bottom: 1rem;
}

.contact-card h2{
	color:#ffffff;
	margin-bottom:1rem;
	margin-bottom:0;
}

.ardor-bg-light{
    background-color:#f2f7fc !important;
}

.vc_custom_1754217700633 {
	padding-top: 3rem;
}

.contact-card a{
	color:#ffffff;
	font-size:16px;
}

.error404 .page-content > .searchform,.error404 .page-content > .searchform {
display:none !important;
}

.mobile-nav-icon .basel-burger, .mobile-nav-icon .basel-burger::after, .mobile-nav-icon .basel-burger::before{
    background-color:#ffffff !important;
}

@media(max-width:768px){
    
  html  .contact-form-section {
	padding: 1rem 2rem;
}
.vc_custom_1754217743434 {
	margin-right: 1rem;
}
.wpcf7-form{
    padding-left:1rem;
    padding-right:1rem;
}
.basel-sticky-sidebar-opener{
    display:none !important;
}
.header-links.my-account-with-text {
	display: none;
}
.award-card i {
	font-size: 40px;
}

.who-we-are img {
	height: 500px;
}


.footer-logo-inner {
	padding: 20px 20px;

  }
}

.ardor-footer-list, .ardor-social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	list-style:none;
	padding-left:0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

