:root,
[data-bs-theme=light] {
  --bs-gray-light: #e2e8f0;
  --bs-gray: #64748b;
  --bs-azure: #0f75da;
  --bs-rock-blue: #93a3b7;
  --bs-transparent: transparent;
  --bs-gray-100: #f8fafc;
  --bs-gray-200: #e2e8f0;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #cbcccb;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #777776;
  --bs-gray-700: #475569;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #5f9bc3;
  --bs-secondary: #dd112c;
  --bs-primary-blue: #5f9bc3;
  --bs-primary-dark-blue: #193857;
  --bs-primary-red: #db162e;
  --bs-primary-black: #000105;
  --bs-primary-gray: #777776;
  --bs-primary-light: #cbcccb;
  --bs-secondary-yellow: #ffef44;
  --bs-secondary-cyan: #00a5d7;
  --bs-secondary-pink: #db007b;
  --bs-secondary-green: #009a50;
  --bs-secondary-red: #dd112c;
  --bs-secondary-blue: #004586;
  --bs-secondary-orange: #f0893a;
  --bs-secondary-brown: #927e71;
  --bs-secondary-purple: #562b76;
  --bs-secondary-azure: #0f75da;
  --bs-success: #009a50;
  --bs-info: #00a5d7;
  --bs-warning: #f0893a;
  --bs-danger: #dd112c;
  --bs-light: #f8fafc;
  --bs-light-150: #f1f5f9;
  --bs-dark: #212529;
  --bs-darkest: #101922;
  --bs-primary-rgb: 95, 155, 195;
  --bs-secondary-rgb: 221, 17, 44;
  --bs-primary-blue-rgb: 95, 155, 195;
  --bs-primary-dark-blue-rgb: 25, 56, 87;
  --bs-primary-red-rgb: 219, 22, 46;
  --bs-primary-black-rgb: 0, 1, 5;
  --bs-primary-gray-rgb: 119, 119, 118;
  --bs-primary-light-rgb: 203, 204, 203;
  --bs-secondary-yellow-rgb: 255, 239, 68;
  --bs-secondary-cyan-rgb: 0, 165, 215;
  --bs-secondary-pink-rgb: 219, 0, 123;
  --bs-secondary-green-rgb: 0, 154, 80;
  --bs-secondary-red-rgb: 221, 17, 44;
  --bs-secondary-blue-rgb: 0, 69, 134;
  --bs-secondary-orange-rgb: 240, 137, 58;
  --bs-secondary-brown-rgb: 146, 126, 113;
  --bs-secondary-purple-rgb: 86, 43, 118;
  --bs-secondary-azure-rgb: 15, 117, 218;
  --bs-success-rgb: 0, 154, 80;
  --bs-info-rgb: 0, 165, 215;
  --bs-warning-rgb: 240, 137, 58;
  --bs-danger-rgb: 221, 17, 44;
  --bs-light-rgb: 248, 250, 252;
  --bs-light-150-rgb: 241, 245, 249;
  --bs-dark-rgb: 33, 37, 41;
  --bs-darkest-rgb: 16, 25, 34;
  --bs-primary-text-emphasis: rgb(0, 27.6, 53.6);
  --bs-secondary-text-emphasis: rgb(47.6, 47.6, 47.2);
  --bs-success-text-emphasis: rgb(0, 61.6, 32);
  --bs-info-text-emphasis: #004256;
  --bs-warning-text-emphasis: rgb(102, 95.6, 27.2);
  --bs-danger-text-emphasis: rgb(88.4, 6.8, 17.6);
  --bs-light-text-emphasis: #475569;
  --bs-dark-text-emphasis: #475569;
  --bs-primary-bg-subtle: rgb(204, 217.8, 230.8);
  --bs-secondary-bg-subtle: rgb(227.8, 227.8, 227.6);
  --bs-success-bg-subtle: rgb(204, 234.8, 220);
  --bs-info-bg-subtle: #ccedf7;
  --bs-warning-bg-subtle: rgb(255, 251.8, 217.6);
  --bs-danger-bg-subtle: rgb(248.2, 207.4, 212.8);
  --bs-light-bg-subtle: rgb(251.5, 252.5, 253.5);
  --bs-dark-bg-subtle: #cbcccb;
  --bs-primary-border-subtle: rgb(153, 180.6, 206.6);
  --bs-secondary-border-subtle: rgb(200.6, 200.6, 200.2);
  --bs-success-border-subtle: rgb(153, 214.6, 185);
  --bs-info-border-subtle: #99dbef;
  --bs-warning-border-subtle: rgb(255, 248.6, 180.2);
  --bs-danger-border-subtle: rgb(241.4, 159.8, 170.6);
  --bs-light-border-subtle: #e2e8f0;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "League Spartan", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #64748b;
  --bs-body-color-rgb: 100, 116, 139;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(100, 116, 139, 0.75);
  --bs-secondary-color-rgb: 100, 116, 139;
  --bs-secondary-bg: #e2e8f0;
  --bs-secondary-bg-rgb: 226, 232, 240;
  --bs-tertiary-color: rgba(100, 116, 139, 0.5);
  --bs-tertiary-color-rgb: 100, 116, 139;
  --bs-tertiary-bg: #f8fafc;
  --bs-tertiary-bg-rgb: 248, 250, 252;
  --bs-heading-color: #101922;
  --bs-link-color: #004586;
  --bs-link-color-rgb: 0, 69, 134;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(0, 55.2, 107.2);
  --bs-link-hover-color-rgb: 0, 55, 107;
  --bs-code-color: #db007b;
  --bs-highlight-color: #64748b;
  --bs-highlight-bg: rgb(255, 251.8, 217.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(95, 155, 195, 0.25);
  --bs-form-valid-color: #009a50;
  --bs-form-valid-border-color: #009a50;
  --bs-form-invalid-color: #dd112c;
  --bs-form-invalid-border-color: #dd112c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 143.4, 182.4);
  --bs-secondary-text-emphasis: rgb(173.4, 173.4, 172.8);
  --bs-success-text-emphasis: rgb(102, 194.4, 150);
  --bs-info-text-emphasis: #66c9e7;
  --bs-warning-text-emphasis: rgb(255, 245.4, 142.8);
  --bs-danger-text-emphasis: rgb(234.6, 112.2, 128.4);
  --bs-light-text-emphasis: #f8fafc;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 13.8, 26.8);
  --bs-secondary-bg-subtle: rgb(23.8, 23.8, 23.6);
  --bs-success-bg-subtle: rgb(0, 30.8, 16);
  --bs-info-bg-subtle: #00212b;
  --bs-warning-bg-subtle: rgb(51, 47.8, 13.6);
  --bs-danger-bg-subtle: rgb(44.2, 3.4, 8.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 41.4, 80.4);
  --bs-secondary-border-subtle: rgb(71.4, 71.4, 70.8);
  --bs-success-border-subtle: rgb(0, 92.4, 48);
  --bs-info-border-subtle: #006381;
  --bs-warning-border-subtle: rgb(153, 143.4, 40.8);
  --bs-danger-border-subtle: rgb(132.6, 10.2, 26.4);
  --bs-light-border-subtle: #475569;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 143.4, 182.4);
  --bs-link-hover-color: rgb(132.6, 165.72, 196.92);
  --bs-link-color-rgb: 102, 143, 182;
  --bs-link-hover-color-rgb: 133, 166, 197;
  --bs-code-color: rgb(233.4, 102, 175.8);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 95.6, 27.2);
  --bs-border-color: #475569;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 194.4, 150);
  --bs-form-valid-border-color: rgb(102, 194.4, 150);
  --bs-form-invalid-color: rgb(234.6, 112.2, 128.4);
  --bs-form-invalid-border-color: rgb(234.6, 112.2, 128.4);
}

.action-cards-grid__header {
  border-bottom: none;
}
.action-cards-grid .action-cards-grid__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 0.375rem;
  background-color: #0f75da;
  border-radius: 2px;
}
.action-cards-grid .action-cards-grid__group {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 28.9fr 28.9fr 29.7fr;
  grid-template-rows: auto;
}
.action-cards-grid .action-cards-grid__group + .action-cards-grid__group {
  margin-top: 1.5rem;
}
.action-cards-grid .action-cards-grid__group:nth-child(even) .action-card:nth-child(5n+1) {
  grid-column: 1/3;
  grid-row: span 2;
}
.action-cards-grid .action-cards-grid__group:nth-child(even) .action-card:nth-child(5n+2) {
  grid-column: 3/4;
  grid-row: span 1;
}
.action-cards-grid .action-cards-grid__group:nth-child(even) .action-card:nth-child(5n+3) {
  grid-column: 3/4;
  grid-row: span 2;
}
.action-cards-grid .action-cards-grid__group:nth-child(even) .action-card:nth-child(5n+4) {
  grid-column: 1/2;
  grid-row: span 1;
}
.action-cards-grid .action-cards-grid__group:nth-child(even) .action-card:nth-child(5n+5) {
  grid-column: 2/3;
  grid-row: span 1;
}
.action-cards-grid .action-cards-grid__group:nth-child(odd) .action-card:nth-child(5n+1) {
  grid-column: 1/2;
  grid-row: span 1;
}
.action-cards-grid .action-cards-grid__group:nth-child(odd) .action-card:nth-child(5n+2) {
  grid-column: 2/4;
  grid-row: span 2;
}
.action-cards-grid .action-cards-grid__group:nth-child(odd) .action-card:nth-child(5n+3) {
  grid-column: 1/2;
  grid-row: span 2;
}
.action-cards-grid .action-cards-grid__group:nth-child(odd) .action-card:nth-child(5n+4) {
  grid-column: 2/3;
  grid-row: span 1;
}
.action-cards-grid .action-cards-grid__group:nth-child(odd) .action-card:nth-child(5n+5) {
  grid-column: 3/4;
  grid-row: span 1;
}

/*# sourceMappingURL=action-cards-grid.css.map*/