/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
/*$blue:    #325d88 !default;*/
/*$purple:  #6f42c1 !default;*/
/*$success:       $green !default;*/
/**/
:root,
[data-bs-theme=light] {
  --bs-blue: #011d41;
  --bs-indigo: #6610f2;
  --bs-purple: #8a2f37;
  --bs-pink: #e83e8c;
  --bs-red: #d9534f;
  --bs-orange: #f47c3c;
  --bs-yellow: #ffc107;
  --bs-green: #93c54b;
  --bs-teal: #20c997;
  --bs-cyan: #29abe0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #8e8c84;
  --bs-gray-dark: #3e3f3a;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f8f5f0;
  --bs-gray-300: #dfd7ca;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #98978b;
  --bs-gray-600: #8e8c84;
  --bs-gray-700: #495057;
  --bs-gray-800: #3e3f3a;
  --bs-gray-900: #212529;
  --bs-primary: #011d41;
  --bs-secondary: #8e8c84;
  --bs-success: #8a2f37;
  --bs-info: #29abe0;
  --bs-warning: #f47c3c;
  --bs-danger: #d9534f;
  --bs-light: #f8f5f0;
  --bs-dark: #3e3f3a;
  --bs-primary-rgb: 1, 29, 65;
  --bs-secondary-rgb: 142, 140, 132;
  --bs-success-rgb: 138, 47, 55;
  --bs-info-rgb: 41, 171, 224;
  --bs-warning-rgb: 244, 124, 60;
  --bs-danger-rgb: 217, 83, 79;
  --bs-light-rgb: 248, 245, 240;
  --bs-dark-rgb: 62, 63, 58;
  --bs-primary-text-emphasis: rgb(0.4, 11.6, 26);
  --bs-secondary-text-emphasis: rgb(56.8, 56, 52.8);
  --bs-success-text-emphasis: rgb(55.2, 18.8, 22);
  --bs-info-text-emphasis: rgb(16.4, 68.4, 89.6);
  --bs-warning-text-emphasis: rgb(97.6, 49.6, 24);
  --bs-danger-text-emphasis: rgb(86.8, 33.2, 31.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204.2, 209.8, 217);
  --bs-secondary-bg-subtle: rgb(232.4, 232, 230.4);
  --bs-success-bg-subtle: rgb(231.6, 213.4, 215);
  --bs-info-bg-subtle: rgb(212.2, 238.2, 248.8);
  --bs-warning-bg-subtle: rgb(252.8, 228.8, 216);
  --bs-danger-bg-subtle: rgb(247.4, 220.6, 219.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153.4, 164.6, 179);
  --bs-secondary-border-subtle: rgb(209.8, 209, 205.8);
  --bs-success-border-subtle: rgb(208.2, 171.8, 175);
  --bs-info-border-subtle: rgb(169.4, 221.4, 242.6);
  --bs-warning-border-subtle: rgb(250.6, 202.6, 177);
  --bs-danger-border-subtle: rgb(239.8, 186.2, 184.6);
  --bs-light-border-subtle: #f8f5f0;
  --bs-dark-border-subtle: #98978b;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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: #3e3f3a;
  --bs-body-color-rgb: 62, 63, 58;
  --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(62, 63, 58, 0.75);
  --bs-secondary-color-rgb: 62, 63, 58;
  --bs-secondary-bg: #f8f5f0;
  --bs-secondary-bg-rgb: 248, 245, 240;
  --bs-tertiary-color: rgba(62, 63, 58, 0.5);
  --bs-tertiary-color-rgb: 62, 63, 58;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #8a2f37;
  --bs-link-color-rgb: 138, 47, 55;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(110.4, 37.6, 44);
  --bs-link-hover-color-rgb: 110, 38, 44;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #3e3f3a;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dfd7ca;
  --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(1, 29, 65, 0.25);
  --bs-form-valid-color: #8a2f37;
  --bs-form-valid-border-color: #8a2f37;
  --bs-form-invalid-color: #d9534f;
  --bs-form-invalid-border-color: #d9534f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dfd7ca;
  --bs-body-color-rgb: 223, 215, 202;
  --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(223, 215, 202, 0.75);
  --bs-secondary-color-rgb: 223, 215, 202;
  --bs-secondary-bg: #3e3f3a;
  --bs-secondary-bg-rgb: 62, 63, 58;
  --bs-tertiary-color: rgba(223, 215, 202, 0.5);
  --bs-tertiary-color-rgb: 223, 215, 202;
  --bs-tertiary-bg: rgb(47.5, 50, 49.5);
  --bs-tertiary-bg-rgb: 48, 50, 50;
  --bs-primary-text-emphasis: rgb(102.6, 119.4, 141);
  --bs-secondary-text-emphasis: rgb(187.2, 186, 181.2);
  --bs-success-text-emphasis: rgb(184.8, 130.2, 135);
  --bs-info-text-emphasis: rgb(126.6, 204.6, 236.4);
  --bs-warning-text-emphasis: rgb(248.4, 176.4, 138);
  --bs-danger-text-emphasis: rgb(232.2, 151.8, 149.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dfd7ca;
  --bs-primary-bg-subtle: rgb(0.2, 5.8, 13);
  --bs-secondary-bg-subtle: rgb(28.4, 28, 26.4);
  --bs-success-bg-subtle: rgb(27.6, 9.4, 11);
  --bs-info-bg-subtle: rgb(8.2, 34.2, 44.8);
  --bs-warning-bg-subtle: rgb(48.8, 24.8, 12);
  --bs-danger-bg-subtle: rgb(43.4, 16.6, 15.8);
  --bs-light-bg-subtle: #3e3f3a;
  --bs-dark-bg-subtle: rgb(31, 31.5, 29);
  --bs-primary-border-subtle: rgb(0.6, 17.4, 39);
  --bs-secondary-border-subtle: rgb(85.2, 84, 79.2);
  --bs-success-border-subtle: rgb(82.8, 28.2, 33);
  --bs-info-border-subtle: rgb(24.6, 102.6, 134.4);
  --bs-warning-border-subtle: rgb(146.4, 74.4, 36);
  --bs-danger-border-subtle: rgb(130.2, 49.8, 47.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #3e3f3a;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102.6, 119.4, 141);
  --bs-link-hover-color: rgb(133.08, 146.52, 163.8);
  --bs-link-color-rgb: 103, 119, 141;
  --bs-link-hover-color-rgb: 133, 147, 164;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dfd7ca;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(190.2, 220.2, 147);
  --bs-form-valid-border-color: rgb(190.2, 220.2, 147);
  --bs-form-invalid-color: rgb(232.2, 151.8, 149.4);
  --bs-form-invalid-border-color: rgb(232.2, 151.8, 149.4);
}

@media (min-width: 150px) {
  #red-card {
    display: none;
  }
  #white-card {
    display: none;
  }
}
@media (min-width: 897px) {
  #red-card {
    display: flex;
  }
  #white-card {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #red-card {
    display: flex;
  }
  #white-card {
    display: flex;
  }
}

/*# sourceMappingURL=page-content.css.map*/