Subversion Repositories oidplus

Rev

Rev 1407 | View as "text/css" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /*!
  2.  * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
  3.  * Copyright 2011-2024 The Bootstrap Authors
  4.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  5.  */
  6. :root,
  7. [data-bs-theme=light] {
  8.   --bs-blue: #0d6efd;
  9.   --bs-indigo: #6610f2;
  10.   --bs-purple: #6f42c1;
  11.   --bs-pink: #d63384;
  12.   --bs-red: #dc3545;
  13.   --bs-orange: #fd7e14;
  14.   --bs-yellow: #ffc107;
  15.   --bs-green: #198754;
  16.   --bs-teal: #20c997;
  17.   --bs-cyan: #0dcaf0;
  18.   --bs-black: #000;
  19.   --bs-white: #fff;
  20.   --bs-gray: #6c757d;
  21.   --bs-gray-dark: #343a40;
  22.   --bs-gray-100: #f8f9fa;
  23.   --bs-gray-200: #e9ecef;
  24.   --bs-gray-300: #dee2e6;
  25.   --bs-gray-400: #ced4da;
  26.   --bs-gray-500: #adb5bd;
  27.   --bs-gray-600: #6c757d;
  28.   --bs-gray-700: #495057;
  29.   --bs-gray-800: #343a40;
  30.   --bs-gray-900: #212529;
  31.   --bs-primary: #0d6efd;
  32.   --bs-secondary: #6c757d;
  33.   --bs-success: #198754;
  34.   --bs-info: #0dcaf0;
  35.   --bs-warning: #ffc107;
  36.   --bs-danger: #dc3545;
  37.   --bs-light: #f8f9fa;
  38.   --bs-dark: #212529;
  39.   --bs-primary-rgb: 13, 110, 253;
  40.   --bs-secondary-rgb: 108, 117, 125;
  41.   --bs-success-rgb: 25, 135, 84;
  42.   --bs-info-rgb: 13, 202, 240;
  43.   --bs-warning-rgb: 255, 193, 7;
  44.   --bs-danger-rgb: 220, 53, 69;
  45.   --bs-light-rgb: 248, 249, 250;
  46.   --bs-dark-rgb: 33, 37, 41;
  47.   --bs-primary-text-emphasis: #052c65;
  48.   --bs-secondary-text-emphasis: #2b2f32;
  49.   --bs-success-text-emphasis: #0a3622;
  50.   --bs-info-text-emphasis: #055160;
  51.   --bs-warning-text-emphasis: #664d03;
  52.   --bs-danger-text-emphasis: #58151c;
  53.   --bs-light-text-emphasis: #495057;
  54.   --bs-dark-text-emphasis: #495057;
  55.   --bs-primary-bg-subtle: #cfe2ff;
  56.   --bs-secondary-bg-subtle: #e2e3e5;
  57.   --bs-success-bg-subtle: #d1e7dd;
  58.   --bs-info-bg-subtle: #cff4fc;
  59.   --bs-warning-bg-subtle: #fff3cd;
  60.   --bs-danger-bg-subtle: #f8d7da;
  61.   --bs-light-bg-subtle: #fcfcfd;
  62.   --bs-dark-bg-subtle: #ced4da;
  63.   --bs-primary-border-subtle: #9ec5fe;
  64.   --bs-secondary-border-subtle: #c4c8cb;
  65.   --bs-success-border-subtle: #a3cfbb;
  66.   --bs-info-border-subtle: #9eeaf9;
  67.   --bs-warning-border-subtle: #ffe69c;
  68.   --bs-danger-border-subtle: #f1aeb5;
  69.   --bs-light-border-subtle: #e9ecef;
  70.   --bs-dark-border-subtle: #adb5bd;
  71.   --bs-white-rgb: 255, 255, 255;
  72.   --bs-black-rgb: 0, 0, 0;
  73.   --bs-font-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";
  74.   --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  75.   --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  76.   --bs-body-font-family: var(--bs-font-sans-serif);
  77.   --bs-body-font-size: 1rem;
  78.   --bs-body-font-weight: 400;
  79.   --bs-body-line-height: 1.5;
  80.   --bs-body-color: #212529;
  81.   --bs-body-color-rgb: 33, 37, 41;
  82.   --bs-body-bg: #fff;
  83.   --bs-body-bg-rgb: 255, 255, 255;
  84.   --bs-emphasis-color: #000;
  85.   --bs-emphasis-color-rgb: 0, 0, 0;
  86.   --bs-secondary-color: rgba(33, 37, 41, 0.75);
  87.   --bs-secondary-color-rgb: 33, 37, 41;
  88.   --bs-secondary-bg: #e9ecef;
  89.   --bs-secondary-bg-rgb: 233, 236, 239;
  90.   --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  91.   --bs-tertiary-color-rgb: 33, 37, 41;
  92.   --bs-tertiary-bg: #f8f9fa;
  93.   --bs-tertiary-bg-rgb: 248, 249, 250;
  94.   --bs-heading-color: inherit;
  95.   --bs-link-color: #0d6efd;
  96.   --bs-link-color-rgb: 13, 110, 253;
  97.   --bs-link-decoration: underline;
  98.   --bs-link-hover-color: #0a58ca;
  99.   --bs-link-hover-color-rgb: 10, 88, 202;
  100.   --bs-code-color: #d63384;
  101.   --bs-highlight-color: #212529;
  102.   --bs-highlight-bg: #fff3cd;
  103.   --bs-border-width: 1px;
  104.   --bs-border-style: solid;
  105.   --bs-border-color: #dee2e6;
  106.   --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  107.   --bs-border-radius: 0.375rem;
  108.   --bs-border-radius-sm: 0.25rem;
  109.   --bs-border-radius-lg: 0.5rem;
  110.   --bs-border-radius-xl: 1rem;
  111.   --bs-border-radius-xxl: 2rem;
  112.   --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  113.   --bs-border-radius-pill: 50rem;
  114.   --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  115.   --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  116.   --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  117.   --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  118.   --bs-focus-ring-width: 0.25rem;
  119.   --bs-focus-ring-opacity: 0.25;
  120.   --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  121.   --bs-form-valid-color: #198754;
  122.   --bs-form-valid-border-color: #198754;
  123.   --bs-form-invalid-color: #dc3545;
  124.   --bs-form-invalid-border-color: #dc3545;
  125. }
  126.  
  127. [data-bs-theme=dark] {
  128.   color-scheme: dark;
  129.   --bs-body-color: #dee2e6;
  130.   --bs-body-color-rgb: 222, 226, 230;
  131.   --bs-body-bg: #212529;
  132.   --bs-body-bg-rgb: 33, 37, 41;
  133.   --bs-emphasis-color: #fff;
  134.   --bs-emphasis-color-rgb: 255, 255, 255;
  135.   --bs-secondary-color: rgba(222, 226, 230, 0.75);
  136.   --bs-secondary-color-rgb: 222, 226, 230;
  137.   --bs-secondary-bg: #343a40;
  138.   --bs-secondary-bg-rgb: 52, 58, 64;
  139.   --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  140.   --bs-tertiary-color-rgb: 222, 226, 230;
  141.   --bs-tertiary-bg: #2b3035;
  142.   --bs-tertiary-bg-rgb: 43, 48, 53;
  143.   --bs-primary-text-emphasis: #6ea8fe;
  144.   --bs-secondary-text-emphasis: #a7acb1;
  145.   --bs-success-text-emphasis: #75b798;
  146.   --bs-info-text-emphasis: #6edff6;
  147.   --bs-warning-text-emphasis: #ffda6a;
  148.   --bs-danger-text-emphasis: #ea868f;
  149.   --bs-light-text-emphasis: #f8f9fa;
  150.   --bs-dark-text-emphasis: #dee2e6;
  151.   --bs-primary-bg-subtle: #031633;
  152.   --bs-secondary-bg-subtle: #161719;
  153.   --bs-success-bg-subtle: #051b11;
  154.   --bs-info-bg-subtle: #032830;
  155.   --bs-warning-bg-subtle: #332701;
  156.   --bs-danger-bg-subtle: #2c0b0e;
  157.   --bs-light-bg-subtle: #343a40;
  158.   --bs-dark-bg-subtle: #1a1d20;
  159.   --bs-primary-border-subtle: #084298;
  160.   --bs-secondary-border-subtle: #41464b;
  161.   --bs-success-border-subtle: #0f5132;
  162.   --bs-info-border-subtle: #087990;
  163.   --bs-warning-border-subtle: #997404;
  164.   --bs-danger-border-subtle: #842029;
  165.   --bs-light-border-subtle: #495057;
  166.   --bs-dark-border-subtle: #343a40;
  167.   --bs-heading-color: inherit;
  168.   --bs-link-color: #6ea8fe;
  169.   --bs-link-hover-color: #8bb9fe;
  170.   --bs-link-color-rgb: 110, 168, 254;
  171.   --bs-link-hover-color-rgb: 139, 185, 254;
  172.   --bs-code-color: #e685b5;
  173.   --bs-highlight-color: #dee2e6;
  174.   --bs-highlight-bg: #664d03;
  175.   --bs-border-color: #495057;
  176.   --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  177.   --bs-form-valid-color: #75b798;
  178.   --bs-form-valid-border-color: #75b798;
  179.   --bs-form-invalid-color: #ea868f;
  180.   --bs-form-invalid-border-color: #ea868f;
  181. }
  182.  
  183. .clearfix::after {
  184.   display: block;
  185.   clear: both;
  186.   content: "";
  187. }
  188.  
  189. .text-bg-primary {
  190.   color: #fff !important;
  191.   background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  192. }
  193.  
  194. .text-bg-secondary {
  195.   color: #fff !important;
  196.   background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  197. }
  198.  
  199. .text-bg-success {
  200.   color: #fff !important;
  201.   background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  202. }
  203.  
  204. .text-bg-info {
  205.   color: #000 !important;
  206.   background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  207. }
  208.  
  209. .text-bg-warning {
  210.   color: #000 !important;
  211.   background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  212. }
  213.  
  214. .text-bg-danger {
  215.   color: #fff !important;
  216.   background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  217. }
  218.  
  219. .text-bg-light {
  220.   color: #000 !important;
  221.   background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  222. }
  223.  
  224. .text-bg-dark {
  225.   color: #fff !important;
  226.   background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  227. }
  228.  
  229. .link-primary {
  230.   color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  231.   -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  232.   text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  233. }
  234. .link-primary:hover, .link-primary:focus {
  235.   color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  236.   -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  237.   text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  238. }
  239.  
  240. .link-secondary {
  241.   color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  242.   -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  243.   text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  244. }
  245. .link-secondary:hover, .link-secondary:focus {
  246.   color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  247.   -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  248.   text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  249. }
  250.  
  251. .link-success {
  252.   color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  253.   -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  254.   text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  255. }
  256. .link-success:hover, .link-success:focus {
  257.   color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  258.   -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  259.   text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  260. }
  261.  
  262. .link-info {
  263.   color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  264.   -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  265.   text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  266. }
  267. .link-info:hover, .link-info:focus {
  268.   color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  269.   -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  270.   text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  271. }
  272.  
  273. .link-warning {
  274.   color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  275.   -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  276.   text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  277. }
  278. .link-warning:hover, .link-warning:focus {
  279.   color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  280.   -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  281.   text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  282. }
  283.  
  284. .link-danger {
  285.   color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  286.   -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  287.   text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  288. }
  289. .link-danger:hover, .link-danger:focus {
  290.   color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  291.   -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  292.   text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  293. }
  294.  
  295. .link-light {
  296.   color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  297.   -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  298.   text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  299. }
  300. .link-light:hover, .link-light:focus {
  301.   color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  302.   -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  303.   text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  304. }
  305.  
  306. .link-dark {
  307.   color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  308.   -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  309.   text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  310. }
  311. .link-dark:hover, .link-dark:focus {
  312.   color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  313.   -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  314.   text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  315. }
  316.  
  317. .link-body-emphasis {
  318.   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  319.   -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  320.   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  321. }
  322. .link-body-emphasis:hover, .link-body-emphasis:focus {
  323.   color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  324.   -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  325.   text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  326. }
  327.  
  328. .focus-ring:focus {
  329.   outline: 0;
  330.   box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  331. }
  332.  
  333. .icon-link {
  334.   display: inline-flex;
  335.   gap: 0.375rem;
  336.   align-items: center;
  337.   -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  338.   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  339.   text-underline-offset: 0.25em;
  340.   -webkit-backface-visibility: hidden;
  341.   backface-visibility: hidden;
  342. }
  343. .icon-link > .bi {
  344.   flex-shrink: 0;
  345.   width: 1em;
  346.   height: 1em;
  347.   fill: currentcolor;
  348.   transition: 0.2s ease-in-out transform;
  349. }
  350. @media (prefers-reduced-motion: reduce) {
  351.   .icon-link > .bi {
  352.     transition: none;
  353.   }
  354. }
  355.  
  356. .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  357.   transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
  358. }
  359.  
  360. .ratio {
  361.   position: relative;
  362.   width: 100%;
  363. }
  364. .ratio::before {
  365.   display: block;
  366.   padding-top: var(--bs-aspect-ratio);
  367.   content: "";
  368. }
  369. .ratio > * {
  370.   position: absolute;
  371.   top: 0;
  372.   right: 0;
  373.   width: 100%;
  374.   height: 100%;
  375. }
  376.  
  377. .ratio-1x1 {
  378.   --bs-aspect-ratio: 100%;
  379. }
  380.  
  381. .ratio-4x3 {
  382.   --bs-aspect-ratio: 75%;
  383. }
  384.  
  385. .ratio-16x9 {
  386.   --bs-aspect-ratio: 56.25%;
  387. }
  388.  
  389. .ratio-21x9 {
  390.   --bs-aspect-ratio: 42.8571428571%;
  391. }
  392.  
  393. .fixed-top {
  394.   position: fixed;
  395.   top: 0;
  396.   left: 0;
  397.   right: 0;
  398.   z-index: 1030;
  399. }
  400.  
  401. .fixed-bottom {
  402.   position: fixed;
  403.   left: 0;
  404.   bottom: 0;
  405.   right: 0;
  406.   z-index: 1030;
  407. }
  408.  
  409. .sticky-top {
  410.   position: -webkit-sticky;
  411.   position: sticky;
  412.   top: 0;
  413.   z-index: 1020;
  414. }
  415.  
  416. .sticky-bottom {
  417.   position: -webkit-sticky;
  418.   position: sticky;
  419.   bottom: 0;
  420.   z-index: 1020;
  421. }
  422.  
  423. @media (min-width: 576px) {
  424.   .sticky-sm-top {
  425.     position: -webkit-sticky;
  426.     position: sticky;
  427.     top: 0;
  428.     z-index: 1020;
  429.   }
  430.   .sticky-sm-bottom {
  431.     position: -webkit-sticky;
  432.     position: sticky;
  433.     bottom: 0;
  434.     z-index: 1020;
  435.   }
  436. }
  437. @media (min-width: 768px) {
  438.   .sticky-md-top {
  439.     position: -webkit-sticky;
  440.     position: sticky;
  441.     top: 0;
  442.     z-index: 1020;
  443.   }
  444.   .sticky-md-bottom {
  445.     position: -webkit-sticky;
  446.     position: sticky;
  447.     bottom: 0;
  448.     z-index: 1020;
  449.   }
  450. }
  451. @media (min-width: 992px) {
  452.   .sticky-lg-top {
  453.     position: -webkit-sticky;
  454.     position: sticky;
  455.     top: 0;
  456.     z-index: 1020;
  457.   }
  458.   .sticky-lg-bottom {
  459.     position: -webkit-sticky;
  460.     position: sticky;
  461.     bottom: 0;
  462.     z-index: 1020;
  463.   }
  464. }
  465. @media (min-width: 1200px) {
  466.   .sticky-xl-top {
  467.     position: -webkit-sticky;
  468.     position: sticky;
  469.     top: 0;
  470.     z-index: 1020;
  471.   }
  472.   .sticky-xl-bottom {
  473.     position: -webkit-sticky;
  474.     position: sticky;
  475.     bottom: 0;
  476.     z-index: 1020;
  477.   }
  478. }
  479. @media (min-width: 1400px) {
  480.   .sticky-xxl-top {
  481.     position: -webkit-sticky;
  482.     position: sticky;
  483.     top: 0;
  484.     z-index: 1020;
  485.   }
  486.   .sticky-xxl-bottom {
  487.     position: -webkit-sticky;
  488.     position: sticky;
  489.     bottom: 0;
  490.     z-index: 1020;
  491.   }
  492. }
  493. .hstack {
  494.   display: flex;
  495.   flex-direction: row;
  496.   align-items: center;
  497.   align-self: stretch;
  498. }
  499.  
  500. .vstack {
  501.   display: flex;
  502.   flex: 1 1 auto;
  503.   flex-direction: column;
  504.   align-self: stretch;
  505. }
  506.  
  507. .visually-hidden,
  508. .visually-hidden-focusable:not(:focus):not(:focus-within) {
  509.   width: 1px !important;
  510.   height: 1px !important;
  511.   padding: 0 !important;
  512.   margin: -1px !important;
  513.   overflow: hidden !important;
  514.   clip: rect(0, 0, 0, 0) !important;
  515.   white-space: nowrap !important;
  516.   border: 0 !important;
  517. }
  518. .visually-hidden:not(caption),
  519. .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  520.   position: absolute !important;
  521. }
  522.  
  523. .stretched-link::after {
  524.   position: absolute;
  525.   top: 0;
  526.   left: 0;
  527.   bottom: 0;
  528.   right: 0;
  529.   z-index: 1;
  530.   content: "";
  531. }
  532.  
  533. .text-truncate {
  534.   overflow: hidden;
  535.   text-overflow: ellipsis;
  536.   white-space: nowrap;
  537. }
  538.  
  539. .vr {
  540.   display: inline-block;
  541.   align-self: stretch;
  542.   width: var(--bs-border-width);
  543.   min-height: 1em;
  544.   background-color: currentcolor;
  545.   opacity: 0.25;
  546. }
  547.  
  548. .align-baseline {
  549.   vertical-align: baseline !important;
  550. }
  551.  
  552. .align-top {
  553.   vertical-align: top !important;
  554. }
  555.  
  556. .align-middle {
  557.   vertical-align: middle !important;
  558. }
  559.  
  560. .align-bottom {
  561.   vertical-align: bottom !important;
  562. }
  563.  
  564. .align-text-bottom {
  565.   vertical-align: text-bottom !important;
  566. }
  567.  
  568. .align-text-top {
  569.   vertical-align: text-top !important;
  570. }
  571.  
  572. .float-start {
  573.   float: right !important;
  574. }
  575.  
  576. .float-end {
  577.   float: left !important;
  578. }
  579.  
  580. .float-none {
  581.   float: none !important;
  582. }
  583.  
  584. .object-fit-contain {
  585.   -o-object-fit: contain !important;
  586.   object-fit: contain !important;
  587. }
  588.  
  589. .object-fit-cover {
  590.   -o-object-fit: cover !important;
  591.   object-fit: cover !important;
  592. }
  593.  
  594. .object-fit-fill {
  595.   -o-object-fit: fill !important;
  596.   object-fit: fill !important;
  597. }
  598.  
  599. .object-fit-scale {
  600.   -o-object-fit: scale-down !important;
  601.   object-fit: scale-down !important;
  602. }
  603.  
  604. .object-fit-none {
  605.   -o-object-fit: none !important;
  606.   object-fit: none !important;
  607. }
  608.  
  609. .opacity-0 {
  610.   opacity: 0 !important;
  611. }
  612.  
  613. .opacity-25 {
  614.   opacity: 0.25 !important;
  615. }
  616.  
  617. .opacity-50 {
  618.   opacity: 0.5 !important;
  619. }
  620.  
  621. .opacity-75 {
  622.   opacity: 0.75 !important;
  623. }
  624.  
  625. .opacity-100 {
  626.   opacity: 1 !important;
  627. }
  628.  
  629. .overflow-auto {
  630.   overflow: auto !important;
  631. }
  632.  
  633. .overflow-hidden {
  634.   overflow: hidden !important;
  635. }
  636.  
  637. .overflow-visible {
  638.   overflow: visible !important;
  639. }
  640.  
  641. .overflow-scroll {
  642.   overflow: scroll !important;
  643. }
  644.  
  645. .overflow-x-auto {
  646.   overflow-x: auto !important;
  647. }
  648.  
  649. .overflow-x-hidden {
  650.   overflow-x: hidden !important;
  651. }
  652.  
  653. .overflow-x-visible {
  654.   overflow-x: visible !important;
  655. }
  656.  
  657. .overflow-x-scroll {
  658.   overflow-x: scroll !important;
  659. }
  660.  
  661. .overflow-y-auto {
  662.   overflow-y: auto !important;
  663. }
  664.  
  665. .overflow-y-hidden {
  666.   overflow-y: hidden !important;
  667. }
  668.  
  669. .overflow-y-visible {
  670.   overflow-y: visible !important;
  671. }
  672.  
  673. .overflow-y-scroll {
  674.   overflow-y: scroll !important;
  675. }
  676.  
  677. .d-inline {
  678.   display: inline !important;
  679. }
  680.  
  681. .d-inline-block {
  682.   display: inline-block !important;
  683. }
  684.  
  685. .d-block {
  686.   display: block !important;
  687. }
  688.  
  689. .d-grid {
  690.   display: grid !important;
  691. }
  692.  
  693. .d-inline-grid {
  694.   display: inline-grid !important;
  695. }
  696.  
  697. .d-table {
  698.   display: table !important;
  699. }
  700.  
  701. .d-table-row {
  702.   display: table-row !important;
  703. }
  704.  
  705. .d-table-cell {
  706.   display: table-cell !important;
  707. }
  708.  
  709. .d-flex {
  710.   display: flex !important;
  711. }
  712.  
  713. .d-inline-flex {
  714.   display: inline-flex !important;
  715. }
  716.  
  717. .d-none {
  718.   display: none !important;
  719. }
  720.  
  721. .shadow {
  722.   box-shadow: var(--bs-box-shadow) !important;
  723. }
  724.  
  725. .shadow-sm {
  726.   box-shadow: var(--bs-box-shadow-sm) !important;
  727. }
  728.  
  729. .shadow-lg {
  730.   box-shadow: var(--bs-box-shadow-lg) !important;
  731. }
  732.  
  733. .shadow-none {
  734.   box-shadow: none !important;
  735. }
  736.  
  737. .focus-ring-primary {
  738.   --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  739. }
  740.  
  741. .focus-ring-secondary {
  742.   --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  743. }
  744.  
  745. .focus-ring-success {
  746.   --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  747. }
  748.  
  749. .focus-ring-info {
  750.   --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  751. }
  752.  
  753. .focus-ring-warning {
  754.   --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  755. }
  756.  
  757. .focus-ring-danger {
  758.   --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  759. }
  760.  
  761. .focus-ring-light {
  762.   --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  763. }
  764.  
  765. .focus-ring-dark {
  766.   --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  767. }
  768.  
  769. .position-static {
  770.   position: static !important;
  771. }
  772.  
  773. .position-relative {
  774.   position: relative !important;
  775. }
  776.  
  777. .position-absolute {
  778.   position: absolute !important;
  779. }
  780.  
  781. .position-fixed {
  782.   position: fixed !important;
  783. }
  784.  
  785. .position-sticky {
  786.   position: -webkit-sticky !important;
  787.   position: sticky !important;
  788. }
  789.  
  790. .top-0 {
  791.   top: 0 !important;
  792. }
  793.  
  794. .top-50 {
  795.   top: 50% !important;
  796. }
  797.  
  798. .top-100 {
  799.   top: 100% !important;
  800. }
  801.  
  802. .bottom-0 {
  803.   bottom: 0 !important;
  804. }
  805.  
  806. .bottom-50 {
  807.   bottom: 50% !important;
  808. }
  809.  
  810. .bottom-100 {
  811.   bottom: 100% !important;
  812. }
  813.  
  814. .start-0 {
  815.   right: 0 !important;
  816. }
  817.  
  818. .start-50 {
  819.   right: 50% !important;
  820. }
  821.  
  822. .start-100 {
  823.   right: 100% !important;
  824. }
  825.  
  826. .end-0 {
  827.   left: 0 !important;
  828. }
  829.  
  830. .end-50 {
  831.   left: 50% !important;
  832. }
  833.  
  834. .end-100 {
  835.   left: 100% !important;
  836. }
  837.  
  838. .translate-middle {
  839.   transform: translate(50%, -50%) !important;
  840. }
  841.  
  842. .translate-middle-x {
  843.   transform: translateX(50%) !important;
  844. }
  845.  
  846. .translate-middle-y {
  847.   transform: translateY(-50%) !important;
  848. }
  849.  
  850. .border {
  851.   border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  852. }
  853.  
  854. .border-0 {
  855.   border: 0 !important;
  856. }
  857.  
  858. .border-top {
  859.   border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  860. }
  861.  
  862. .border-top-0 {
  863.   border-top: 0 !important;
  864. }
  865.  
  866. .border-end {
  867.   border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  868. }
  869.  
  870. .border-end-0 {
  871.   border-left: 0 !important;
  872. }
  873.  
  874. .border-bottom {
  875.   border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  876. }
  877.  
  878. .border-bottom-0 {
  879.   border-bottom: 0 !important;
  880. }
  881.  
  882. .border-start {
  883.   border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  884. }
  885.  
  886. .border-start-0 {
  887.   border-right: 0 !important;
  888. }
  889.  
  890. .border-primary {
  891.   --bs-border-opacity: 1;
  892.   border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  893. }
  894.  
  895. .border-secondary {
  896.   --bs-border-opacity: 1;
  897.   border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  898. }
  899.  
  900. .border-success {
  901.   --bs-border-opacity: 1;
  902.   border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  903. }
  904.  
  905. .border-info {
  906.   --bs-border-opacity: 1;
  907.   border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  908. }
  909.  
  910. .border-warning {
  911.   --bs-border-opacity: 1;
  912.   border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  913. }
  914.  
  915. .border-danger {
  916.   --bs-border-opacity: 1;
  917.   border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  918. }
  919.  
  920. .border-light {
  921.   --bs-border-opacity: 1;
  922.   border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  923. }
  924.  
  925. .border-dark {
  926.   --bs-border-opacity: 1;
  927.   border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  928. }
  929.  
  930. .border-black {
  931.   --bs-border-opacity: 1;
  932.   border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  933. }
  934.  
  935. .border-white {
  936.   --bs-border-opacity: 1;
  937.   border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  938. }
  939.  
  940. .border-primary-subtle {
  941.   border-color: var(--bs-primary-border-subtle) !important;
  942. }
  943.  
  944. .border-secondary-subtle {
  945.   border-color: var(--bs-secondary-border-subtle) !important;
  946. }
  947.  
  948. .border-success-subtle {
  949.   border-color: var(--bs-success-border-subtle) !important;
  950. }
  951.  
  952. .border-info-subtle {
  953.   border-color: var(--bs-info-border-subtle) !important;
  954. }
  955.  
  956. .border-warning-subtle {
  957.   border-color: var(--bs-warning-border-subtle) !important;
  958. }
  959.  
  960. .border-danger-subtle {
  961.   border-color: var(--bs-danger-border-subtle) !important;
  962. }
  963.  
  964. .border-light-subtle {
  965.   border-color: var(--bs-light-border-subtle) !important;
  966. }
  967.  
  968. .border-dark-subtle {
  969.   border-color: var(--bs-dark-border-subtle) !important;
  970. }
  971.  
  972. .border-1 {
  973.   border-width: 1px !important;
  974. }
  975.  
  976. .border-2 {
  977.   border-width: 2px !important;
  978. }
  979.  
  980. .border-3 {
  981.   border-width: 3px !important;
  982. }
  983.  
  984. .border-4 {
  985.   border-width: 4px !important;
  986. }
  987.  
  988. .border-5 {
  989.   border-width: 5px !important;
  990. }
  991.  
  992. .border-opacity-10 {
  993.   --bs-border-opacity: 0.1;
  994. }
  995.  
  996. .border-opacity-25 {
  997.   --bs-border-opacity: 0.25;
  998. }
  999.  
  1000. .border-opacity-50 {
  1001.   --bs-border-opacity: 0.5;
  1002. }
  1003.  
  1004. .border-opacity-75 {
  1005.   --bs-border-opacity: 0.75;
  1006. }
  1007.  
  1008. .border-opacity-100 {
  1009.   --bs-border-opacity: 1;
  1010. }
  1011.  
  1012. .w-25 {
  1013.   width: 25% !important;
  1014. }
  1015.  
  1016. .w-50 {
  1017.   width: 50% !important;
  1018. }
  1019.  
  1020. .w-75 {
  1021.   width: 75% !important;
  1022. }
  1023.  
  1024. .w-100 {
  1025.   width: 100% !important;
  1026. }
  1027.  
  1028. .w-auto {
  1029.   width: auto !important;
  1030. }
  1031.  
  1032. .mw-100 {
  1033.   max-width: 100% !important;
  1034. }
  1035.  
  1036. .vw-100 {
  1037.   width: 100vw !important;
  1038. }
  1039.  
  1040. .min-vw-100 {
  1041.   min-width: 100vw !important;
  1042. }
  1043.  
  1044. .h-25 {
  1045.   height: 25% !important;
  1046. }
  1047.  
  1048. .h-50 {
  1049.   height: 50% !important;
  1050. }
  1051.  
  1052. .h-75 {
  1053.   height: 75% !important;
  1054. }
  1055.  
  1056. .h-100 {
  1057.   height: 100% !important;
  1058. }
  1059.  
  1060. .h-auto {
  1061.   height: auto !important;
  1062. }
  1063.  
  1064. .mh-100 {
  1065.   max-height: 100% !important;
  1066. }
  1067.  
  1068. .vh-100 {
  1069.   height: 100vh !important;
  1070. }
  1071.  
  1072. .min-vh-100 {
  1073.   min-height: 100vh !important;
  1074. }
  1075.  
  1076. .flex-fill {
  1077.   flex: 1 1 auto !important;
  1078. }
  1079.  
  1080. .flex-row {
  1081.   flex-direction: row !important;
  1082. }
  1083.  
  1084. .flex-column {
  1085.   flex-direction: column !important;
  1086. }
  1087.  
  1088. .flex-row-reverse {
  1089.   flex-direction: row-reverse !important;
  1090. }
  1091.  
  1092. .flex-column-reverse {
  1093.   flex-direction: column-reverse !important;
  1094. }
  1095.  
  1096. .flex-grow-0 {
  1097.   flex-grow: 0 !important;
  1098. }
  1099.  
  1100. .flex-grow-1 {
  1101.   flex-grow: 1 !important;
  1102. }
  1103.  
  1104. .flex-shrink-0 {
  1105.   flex-shrink: 0 !important;
  1106. }
  1107.  
  1108. .flex-shrink-1 {
  1109.   flex-shrink: 1 !important;
  1110. }
  1111.  
  1112. .flex-wrap {
  1113.   flex-wrap: wrap !important;
  1114. }
  1115.  
  1116. .flex-nowrap {
  1117.   flex-wrap: nowrap !important;
  1118. }
  1119.  
  1120. .flex-wrap-reverse {
  1121.   flex-wrap: wrap-reverse !important;
  1122. }
  1123.  
  1124. .justify-content-start {
  1125.   justify-content: flex-start !important;
  1126. }
  1127.  
  1128. .justify-content-end {
  1129.   justify-content: flex-end !important;
  1130. }
  1131.  
  1132. .justify-content-center {
  1133.   justify-content: center !important;
  1134. }
  1135.  
  1136. .justify-content-between {
  1137.   justify-content: space-between !important;
  1138. }
  1139.  
  1140. .justify-content-around {
  1141.   justify-content: space-around !important;
  1142. }
  1143.  
  1144. .justify-content-evenly {
  1145.   justify-content: space-evenly !important;
  1146. }
  1147.  
  1148. .align-items-start {
  1149.   align-items: flex-start !important;
  1150. }
  1151.  
  1152. .align-items-end {
  1153.   align-items: flex-end !important;
  1154. }
  1155.  
  1156. .align-items-center {
  1157.   align-items: center !important;
  1158. }
  1159.  
  1160. .align-items-baseline {
  1161.   align-items: baseline !important;
  1162. }
  1163.  
  1164. .align-items-stretch {
  1165.   align-items: stretch !important;
  1166. }
  1167.  
  1168. .align-content-start {
  1169.   align-content: flex-start !important;
  1170. }
  1171.  
  1172. .align-content-end {
  1173.   align-content: flex-end !important;
  1174. }
  1175.  
  1176. .align-content-center {
  1177.   align-content: center !important;
  1178. }
  1179.  
  1180. .align-content-between {
  1181.   align-content: space-between !important;
  1182. }
  1183.  
  1184. .align-content-around {
  1185.   align-content: space-around !important;
  1186. }
  1187.  
  1188. .align-content-stretch {
  1189.   align-content: stretch !important;
  1190. }
  1191.  
  1192. .align-self-auto {
  1193.   align-self: auto !important;
  1194. }
  1195.  
  1196. .align-self-start {
  1197.   align-self: flex-start !important;
  1198. }
  1199.  
  1200. .align-self-end {
  1201.   align-self: flex-end !important;
  1202. }
  1203.  
  1204. .align-self-center {
  1205.   align-self: center !important;
  1206. }
  1207.  
  1208. .align-self-baseline {
  1209.   align-self: baseline !important;
  1210. }
  1211.  
  1212. .align-self-stretch {
  1213.   align-self: stretch !important;
  1214. }
  1215.  
  1216. .order-first {
  1217.   order: -1 !important;
  1218. }
  1219.  
  1220. .order-0 {
  1221.   order: 0 !important;
  1222. }
  1223.  
  1224. .order-1 {
  1225.   order: 1 !important;
  1226. }
  1227.  
  1228. .order-2 {
  1229.   order: 2 !important;
  1230. }
  1231.  
  1232. .order-3 {
  1233.   order: 3 !important;
  1234. }
  1235.  
  1236. .order-4 {
  1237.   order: 4 !important;
  1238. }
  1239.  
  1240. .order-5 {
  1241.   order: 5 !important;
  1242. }
  1243.  
  1244. .order-last {
  1245.   order: 6 !important;
  1246. }
  1247.  
  1248. .m-0 {
  1249.   margin: 0 !important;
  1250. }
  1251.  
  1252. .m-1 {
  1253.   margin: 0.25rem !important;
  1254. }
  1255.  
  1256. .m-2 {
  1257.   margin: 0.5rem !important;
  1258. }
  1259.  
  1260. .m-3 {
  1261.   margin: 1rem !important;
  1262. }
  1263.  
  1264. .m-4 {
  1265.   margin: 1.5rem !important;
  1266. }
  1267.  
  1268. .m-5 {
  1269.   margin: 3rem !important;
  1270. }
  1271.  
  1272. .m-auto {
  1273.   margin: auto !important;
  1274. }
  1275.  
  1276. .mx-0 {
  1277.   margin-left: 0 !important;
  1278.   margin-right: 0 !important;
  1279. }
  1280.  
  1281. .mx-1 {
  1282.   margin-left: 0.25rem !important;
  1283.   margin-right: 0.25rem !important;
  1284. }
  1285.  
  1286. .mx-2 {
  1287.   margin-left: 0.5rem !important;
  1288.   margin-right: 0.5rem !important;
  1289. }
  1290.  
  1291. .mx-3 {
  1292.   margin-left: 1rem !important;
  1293.   margin-right: 1rem !important;
  1294. }
  1295.  
  1296. .mx-4 {
  1297.   margin-left: 1.5rem !important;
  1298.   margin-right: 1.5rem !important;
  1299. }
  1300.  
  1301. .mx-5 {
  1302.   margin-left: 3rem !important;
  1303.   margin-right: 3rem !important;
  1304. }
  1305.  
  1306. .mx-auto {
  1307.   margin-left: auto !important;
  1308.   margin-right: auto !important;
  1309. }
  1310.  
  1311. .my-0 {
  1312.   margin-top: 0 !important;
  1313.   margin-bottom: 0 !important;
  1314. }
  1315.  
  1316. .my-1 {
  1317.   margin-top: 0.25rem !important;
  1318.   margin-bottom: 0.25rem !important;
  1319. }
  1320.  
  1321. .my-2 {
  1322.   margin-top: 0.5rem !important;
  1323.   margin-bottom: 0.5rem !important;
  1324. }
  1325.  
  1326. .my-3 {
  1327.   margin-top: 1rem !important;
  1328.   margin-bottom: 1rem !important;
  1329. }
  1330.  
  1331. .my-4 {
  1332.   margin-top: 1.5rem !important;
  1333.   margin-bottom: 1.5rem !important;
  1334. }
  1335.  
  1336. .my-5 {
  1337.   margin-top: 3rem !important;
  1338.   margin-bottom: 3rem !important;
  1339. }
  1340.  
  1341. .my-auto {
  1342.   margin-top: auto !important;
  1343.   margin-bottom: auto !important;
  1344. }
  1345.  
  1346. .mt-0 {
  1347.   margin-top: 0 !important;
  1348. }
  1349.  
  1350. .mt-1 {
  1351.   margin-top: 0.25rem !important;
  1352. }
  1353.  
  1354. .mt-2 {
  1355.   margin-top: 0.5rem !important;
  1356. }
  1357.  
  1358. .mt-3 {
  1359.   margin-top: 1rem !important;
  1360. }
  1361.  
  1362. .mt-4 {
  1363.   margin-top: 1.5rem !important;
  1364. }
  1365.  
  1366. .mt-5 {
  1367.   margin-top: 3rem !important;
  1368. }
  1369.  
  1370. .mt-auto {
  1371.   margin-top: auto !important;
  1372. }
  1373.  
  1374. .me-0 {
  1375.   margin-left: 0 !important;
  1376. }
  1377.  
  1378. .me-1 {
  1379.   margin-left: 0.25rem !important;
  1380. }
  1381.  
  1382. .me-2 {
  1383.   margin-left: 0.5rem !important;
  1384. }
  1385.  
  1386. .me-3 {
  1387.   margin-left: 1rem !important;
  1388. }
  1389.  
  1390. .me-4 {
  1391.   margin-left: 1.5rem !important;
  1392. }
  1393.  
  1394. .me-5 {
  1395.   margin-left: 3rem !important;
  1396. }
  1397.  
  1398. .me-auto {
  1399.   margin-left: auto !important;
  1400. }
  1401.  
  1402. .mb-0 {
  1403.   margin-bottom: 0 !important;
  1404. }
  1405.  
  1406. .mb-1 {
  1407.   margin-bottom: 0.25rem !important;
  1408. }
  1409.  
  1410. .mb-2 {
  1411.   margin-bottom: 0.5rem !important;
  1412. }
  1413.  
  1414. .mb-3 {
  1415.   margin-bottom: 1rem !important;
  1416. }
  1417.  
  1418. .mb-4 {
  1419.   margin-bottom: 1.5rem !important;
  1420. }
  1421.  
  1422. .mb-5 {
  1423.   margin-bottom: 3rem !important;
  1424. }
  1425.  
  1426. .mb-auto {
  1427.   margin-bottom: auto !important;
  1428. }
  1429.  
  1430. .ms-0 {
  1431.   margin-right: 0 !important;
  1432. }
  1433.  
  1434. .ms-1 {
  1435.   margin-right: 0.25rem !important;
  1436. }
  1437.  
  1438. .ms-2 {
  1439.   margin-right: 0.5rem !important;
  1440. }
  1441.  
  1442. .ms-3 {
  1443.   margin-right: 1rem !important;
  1444. }
  1445.  
  1446. .ms-4 {
  1447.   margin-right: 1.5rem !important;
  1448. }
  1449.  
  1450. .ms-5 {
  1451.   margin-right: 3rem !important;
  1452. }
  1453.  
  1454. .ms-auto {
  1455.   margin-right: auto !important;
  1456. }
  1457.  
  1458. .p-0 {
  1459.   padding: 0 !important;
  1460. }
  1461.  
  1462. .p-1 {
  1463.   padding: 0.25rem !important;
  1464. }
  1465.  
  1466. .p-2 {
  1467.   padding: 0.5rem !important;
  1468. }
  1469.  
  1470. .p-3 {
  1471.   padding: 1rem !important;
  1472. }
  1473.  
  1474. .p-4 {
  1475.   padding: 1.5rem !important;
  1476. }
  1477.  
  1478. .p-5 {
  1479.   padding: 3rem !important;
  1480. }
  1481.  
  1482. .px-0 {
  1483.   padding-left: 0 !important;
  1484.   padding-right: 0 !important;
  1485. }
  1486.  
  1487. .px-1 {
  1488.   padding-left: 0.25rem !important;
  1489.   padding-right: 0.25rem !important;
  1490. }
  1491.  
  1492. .px-2 {
  1493.   padding-left: 0.5rem !important;
  1494.   padding-right: 0.5rem !important;
  1495. }
  1496.  
  1497. .px-3 {
  1498.   padding-left: 1rem !important;
  1499.   padding-right: 1rem !important;
  1500. }
  1501.  
  1502. .px-4 {
  1503.   padding-left: 1.5rem !important;
  1504.   padding-right: 1.5rem !important;
  1505. }
  1506.  
  1507. .px-5 {
  1508.   padding-left: 3rem !important;
  1509.   padding-right: 3rem !important;
  1510. }
  1511.  
  1512. .py-0 {
  1513.   padding-top: 0 !important;
  1514.   padding-bottom: 0 !important;
  1515. }
  1516.  
  1517. .py-1 {
  1518.   padding-top: 0.25rem !important;
  1519.   padding-bottom: 0.25rem !important;
  1520. }
  1521.  
  1522. .py-2 {
  1523.   padding-top: 0.5rem !important;
  1524.   padding-bottom: 0.5rem !important;
  1525. }
  1526.  
  1527. .py-3 {
  1528.   padding-top: 1rem !important;
  1529.   padding-bottom: 1rem !important;
  1530. }
  1531.  
  1532. .py-4 {
  1533.   padding-top: 1.5rem !important;
  1534.   padding-bottom: 1.5rem !important;
  1535. }
  1536.  
  1537. .py-5 {
  1538.   padding-top: 3rem !important;
  1539.   padding-bottom: 3rem !important;
  1540. }
  1541.  
  1542. .pt-0 {
  1543.   padding-top: 0 !important;
  1544. }
  1545.  
  1546. .pt-1 {
  1547.   padding-top: 0.25rem !important;
  1548. }
  1549.  
  1550. .pt-2 {
  1551.   padding-top: 0.5rem !important;
  1552. }
  1553.  
  1554. .pt-3 {
  1555.   padding-top: 1rem !important;
  1556. }
  1557.  
  1558. .pt-4 {
  1559.   padding-top: 1.5rem !important;
  1560. }
  1561.  
  1562. .pt-5 {
  1563.   padding-top: 3rem !important;
  1564. }
  1565.  
  1566. .pe-0 {
  1567.   padding-left: 0 !important;
  1568. }
  1569.  
  1570. .pe-1 {
  1571.   padding-left: 0.25rem !important;
  1572. }
  1573.  
  1574. .pe-2 {
  1575.   padding-left: 0.5rem !important;
  1576. }
  1577.  
  1578. .pe-3 {
  1579.   padding-left: 1rem !important;
  1580. }
  1581.  
  1582. .pe-4 {
  1583.   padding-left: 1.5rem !important;
  1584. }
  1585.  
  1586. .pe-5 {
  1587.   padding-left: 3rem !important;
  1588. }
  1589.  
  1590. .pb-0 {
  1591.   padding-bottom: 0 !important;
  1592. }
  1593.  
  1594. .pb-1 {
  1595.   padding-bottom: 0.25rem !important;
  1596. }
  1597.  
  1598. .pb-2 {
  1599.   padding-bottom: 0.5rem !important;
  1600. }
  1601.  
  1602. .pb-3 {
  1603.   padding-bottom: 1rem !important;
  1604. }
  1605.  
  1606. .pb-4 {
  1607.   padding-bottom: 1.5rem !important;
  1608. }
  1609.  
  1610. .pb-5 {
  1611.   padding-bottom: 3rem !important;
  1612. }
  1613.  
  1614. .ps-0 {
  1615.   padding-right: 0 !important;
  1616. }
  1617.  
  1618. .ps-1 {
  1619.   padding-right: 0.25rem !important;
  1620. }
  1621.  
  1622. .ps-2 {
  1623.   padding-right: 0.5rem !important;
  1624. }
  1625.  
  1626. .ps-3 {
  1627.   padding-right: 1rem !important;
  1628. }
  1629.  
  1630. .ps-4 {
  1631.   padding-right: 1.5rem !important;
  1632. }
  1633.  
  1634. .ps-5 {
  1635.   padding-right: 3rem !important;
  1636. }
  1637.  
  1638. .gap-0 {
  1639.   gap: 0 !important;
  1640. }
  1641.  
  1642. .gap-1 {
  1643.   gap: 0.25rem !important;
  1644. }
  1645.  
  1646. .gap-2 {
  1647.   gap: 0.5rem !important;
  1648. }
  1649.  
  1650. .gap-3 {
  1651.   gap: 1rem !important;
  1652. }
  1653.  
  1654. .gap-4 {
  1655.   gap: 1.5rem !important;
  1656. }
  1657.  
  1658. .gap-5 {
  1659.   gap: 3rem !important;
  1660. }
  1661.  
  1662. .row-gap-0 {
  1663.   row-gap: 0 !important;
  1664. }
  1665.  
  1666. .row-gap-1 {
  1667.   row-gap: 0.25rem !important;
  1668. }
  1669.  
  1670. .row-gap-2 {
  1671.   row-gap: 0.5rem !important;
  1672. }
  1673.  
  1674. .row-gap-3 {
  1675.   row-gap: 1rem !important;
  1676. }
  1677.  
  1678. .row-gap-4 {
  1679.   row-gap: 1.5rem !important;
  1680. }
  1681.  
  1682. .row-gap-5 {
  1683.   row-gap: 3rem !important;
  1684. }
  1685.  
  1686. .column-gap-0 {
  1687.   -moz-column-gap: 0 !important;
  1688.   column-gap: 0 !important;
  1689. }
  1690.  
  1691. .column-gap-1 {
  1692.   -moz-column-gap: 0.25rem !important;
  1693.   column-gap: 0.25rem !important;
  1694. }
  1695.  
  1696. .column-gap-2 {
  1697.   -moz-column-gap: 0.5rem !important;
  1698.   column-gap: 0.5rem !important;
  1699. }
  1700.  
  1701. .column-gap-3 {
  1702.   -moz-column-gap: 1rem !important;
  1703.   column-gap: 1rem !important;
  1704. }
  1705.  
  1706. .column-gap-4 {
  1707.   -moz-column-gap: 1.5rem !important;
  1708.   column-gap: 1.5rem !important;
  1709. }
  1710.  
  1711. .column-gap-5 {
  1712.   -moz-column-gap: 3rem !important;
  1713.   column-gap: 3rem !important;
  1714. }
  1715.  
  1716. .font-monospace {
  1717.   font-family: var(--bs-font-monospace) !important;
  1718. }
  1719.  
  1720. .fs-1 {
  1721.   font-size: calc(1.375rem + 1.5vw) !important;
  1722. }
  1723.  
  1724. .fs-2 {
  1725.   font-size: calc(1.325rem + 0.9vw) !important;
  1726. }
  1727.  
  1728. .fs-3 {
  1729.   font-size: calc(1.3rem + 0.6vw) !important;
  1730. }
  1731.  
  1732. .fs-4 {
  1733.   font-size: calc(1.275rem + 0.3vw) !important;
  1734. }
  1735.  
  1736. .fs-5 {
  1737.   font-size: 1.25rem !important;
  1738. }
  1739.  
  1740. .fs-6 {
  1741.   font-size: 1rem !important;
  1742. }
  1743.  
  1744. .fst-italic {
  1745.   font-style: italic !important;
  1746. }
  1747.  
  1748. .fst-normal {
  1749.   font-style: normal !important;
  1750. }
  1751.  
  1752. .fw-lighter {
  1753.   font-weight: lighter !important;
  1754. }
  1755.  
  1756. .fw-light {
  1757.   font-weight: 300 !important;
  1758. }
  1759.  
  1760. .fw-normal {
  1761.   font-weight: 400 !important;
  1762. }
  1763.  
  1764. .fw-medium {
  1765.   font-weight: 500 !important;
  1766. }
  1767.  
  1768. .fw-semibold {
  1769.   font-weight: 600 !important;
  1770. }
  1771.  
  1772. .fw-bold {
  1773.   font-weight: 700 !important;
  1774. }
  1775.  
  1776. .fw-bolder {
  1777.   font-weight: bolder !important;
  1778. }
  1779.  
  1780. .lh-1 {
  1781.   line-height: 1 !important;
  1782. }
  1783.  
  1784. .lh-sm {
  1785.   line-height: 1.25 !important;
  1786. }
  1787.  
  1788. .lh-base {
  1789.   line-height: 1.5 !important;
  1790. }
  1791.  
  1792. .lh-lg {
  1793.   line-height: 2 !important;
  1794. }
  1795.  
  1796. .text-start {
  1797.   text-align: right !important;
  1798. }
  1799.  
  1800. .text-end {
  1801.   text-align: left !important;
  1802. }
  1803.  
  1804. .text-center {
  1805.   text-align: center !important;
  1806. }
  1807.  
  1808. .text-decoration-none {
  1809.   text-decoration: none !important;
  1810. }
  1811.  
  1812. .text-decoration-underline {
  1813.   text-decoration: underline !important;
  1814. }
  1815.  
  1816. .text-decoration-line-through {
  1817.   text-decoration: line-through !important;
  1818. }
  1819.  
  1820. .text-lowercase {
  1821.   text-transform: lowercase !important;
  1822. }
  1823.  
  1824. .text-uppercase {
  1825.   text-transform: uppercase !important;
  1826. }
  1827.  
  1828. .text-capitalize {
  1829.   text-transform: capitalize !important;
  1830. }
  1831.  
  1832. .text-wrap {
  1833.   white-space: normal !important;
  1834. }
  1835.  
  1836. .text-nowrap {
  1837.   white-space: nowrap !important;
  1838. }
  1839. .text-primary {
  1840.   --bs-text-opacity: 1;
  1841.   color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  1842. }
  1843.  
  1844. .text-secondary {
  1845.   --bs-text-opacity: 1;
  1846.   color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  1847. }
  1848.  
  1849. .text-success {
  1850.   --bs-text-opacity: 1;
  1851.   color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  1852. }
  1853.  
  1854. .text-info {
  1855.   --bs-text-opacity: 1;
  1856.   color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  1857. }
  1858.  
  1859. .text-warning {
  1860.   --bs-text-opacity: 1;
  1861.   color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  1862. }
  1863.  
  1864. .text-danger {
  1865.   --bs-text-opacity: 1;
  1866.   color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  1867. }
  1868.  
  1869. .text-light {
  1870.   --bs-text-opacity: 1;
  1871.   color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  1872. }
  1873.  
  1874. .text-dark {
  1875.   --bs-text-opacity: 1;
  1876.   color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  1877. }
  1878.  
  1879. .text-black {
  1880.   --bs-text-opacity: 1;
  1881.   color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  1882. }
  1883.  
  1884. .text-white {
  1885.   --bs-text-opacity: 1;
  1886.   color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  1887. }
  1888.  
  1889. .text-body {
  1890.   --bs-text-opacity: 1;
  1891.   color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  1892. }
  1893.  
  1894. .text-muted {
  1895.   --bs-text-opacity: 1;
  1896.   color: var(--bs-secondary-color) !important;
  1897. }
  1898.  
  1899. .text-black-50 {
  1900.   --bs-text-opacity: 1;
  1901.   color: rgba(0, 0, 0, 0.5) !important;
  1902. }
  1903.  
  1904. .text-white-50 {
  1905.   --bs-text-opacity: 1;
  1906.   color: rgba(255, 255, 255, 0.5) !important;
  1907. }
  1908.  
  1909. .text-body-secondary {
  1910.   --bs-text-opacity: 1;
  1911.   color: var(--bs-secondary-color) !important;
  1912. }
  1913.  
  1914. .text-body-tertiary {
  1915.   --bs-text-opacity: 1;
  1916.   color: var(--bs-tertiary-color) !important;
  1917. }
  1918.  
  1919. .text-body-emphasis {
  1920.   --bs-text-opacity: 1;
  1921.   color: var(--bs-emphasis-color) !important;
  1922. }
  1923.  
  1924. .text-reset {
  1925.   --bs-text-opacity: 1;
  1926.   color: inherit !important;
  1927. }
  1928.  
  1929. .text-opacity-25 {
  1930.   --bs-text-opacity: 0.25;
  1931. }
  1932.  
  1933. .text-opacity-50 {
  1934.   --bs-text-opacity: 0.5;
  1935. }
  1936.  
  1937. .text-opacity-75 {
  1938.   --bs-text-opacity: 0.75;
  1939. }
  1940.  
  1941. .text-opacity-100 {
  1942.   --bs-text-opacity: 1;
  1943. }
  1944.  
  1945. .text-primary-emphasis {
  1946.   color: var(--bs-primary-text-emphasis) !important;
  1947. }
  1948.  
  1949. .text-secondary-emphasis {
  1950.   color: var(--bs-secondary-text-emphasis) !important;
  1951. }
  1952.  
  1953. .text-success-emphasis {
  1954.   color: var(--bs-success-text-emphasis) !important;
  1955. }
  1956.  
  1957. .text-info-emphasis {
  1958.   color: var(--bs-info-text-emphasis) !important;
  1959. }
  1960.  
  1961. .text-warning-emphasis {
  1962.   color: var(--bs-warning-text-emphasis) !important;
  1963. }
  1964.  
  1965. .text-danger-emphasis {
  1966.   color: var(--bs-danger-text-emphasis) !important;
  1967. }
  1968.  
  1969. .text-light-emphasis {
  1970.   color: var(--bs-light-text-emphasis) !important;
  1971. }
  1972.  
  1973. .text-dark-emphasis {
  1974.   color: var(--bs-dark-text-emphasis) !important;
  1975. }
  1976.  
  1977. .link-opacity-10 {
  1978.   --bs-link-opacity: 0.1;
  1979. }
  1980.  
  1981. .link-opacity-10-hover:hover {
  1982.   --bs-link-opacity: 0.1;
  1983. }
  1984.  
  1985. .link-opacity-25 {
  1986.   --bs-link-opacity: 0.25;
  1987. }
  1988.  
  1989. .link-opacity-25-hover:hover {
  1990.   --bs-link-opacity: 0.25;
  1991. }
  1992.  
  1993. .link-opacity-50 {
  1994.   --bs-link-opacity: 0.5;
  1995. }
  1996.  
  1997. .link-opacity-50-hover:hover {
  1998.   --bs-link-opacity: 0.5;
  1999. }
  2000.  
  2001. .link-opacity-75 {
  2002.   --bs-link-opacity: 0.75;
  2003. }
  2004.  
  2005. .link-opacity-75-hover:hover {
  2006.   --bs-link-opacity: 0.75;
  2007. }
  2008.  
  2009. .link-opacity-100 {
  2010.   --bs-link-opacity: 1;
  2011. }
  2012.  
  2013. .link-opacity-100-hover:hover {
  2014.   --bs-link-opacity: 1;
  2015. }
  2016.  
  2017. .link-offset-1 {
  2018.   text-underline-offset: 0.125em !important;
  2019. }
  2020.  
  2021. .link-offset-1-hover:hover {
  2022.   text-underline-offset: 0.125em !important;
  2023. }
  2024.  
  2025. .link-offset-2 {
  2026.   text-underline-offset: 0.25em !important;
  2027. }
  2028.  
  2029. .link-offset-2-hover:hover {
  2030.   text-underline-offset: 0.25em !important;
  2031. }
  2032.  
  2033. .link-offset-3 {
  2034.   text-underline-offset: 0.375em !important;
  2035. }
  2036.  
  2037. .link-offset-3-hover:hover {
  2038.   text-underline-offset: 0.375em !important;
  2039. }
  2040.  
  2041. .link-underline-primary {
  2042.   --bs-link-underline-opacity: 1;
  2043.   -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  2044.   text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  2045. }
  2046.  
  2047. .link-underline-secondary {
  2048.   --bs-link-underline-opacity: 1;
  2049.   -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  2050.   text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  2051. }
  2052.  
  2053. .link-underline-success {
  2054.   --bs-link-underline-opacity: 1;
  2055.   -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  2056.   text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  2057. }
  2058.  
  2059. .link-underline-info {
  2060.   --bs-link-underline-opacity: 1;
  2061.   -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  2062.   text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  2063. }
  2064.  
  2065. .link-underline-warning {
  2066.   --bs-link-underline-opacity: 1;
  2067.   -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  2068.   text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  2069. }
  2070.  
  2071. .link-underline-danger {
  2072.   --bs-link-underline-opacity: 1;
  2073.   -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  2074.   text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  2075. }
  2076.  
  2077. .link-underline-light {
  2078.   --bs-link-underline-opacity: 1;
  2079.   -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  2080.   text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  2081. }
  2082.  
  2083. .link-underline-dark {
  2084.   --bs-link-underline-opacity: 1;
  2085.   -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  2086.   text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  2087. }
  2088.  
  2089. .link-underline {
  2090.   --bs-link-underline-opacity: 1;
  2091.   -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  2092.   text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  2093. }
  2094.  
  2095. .link-underline-opacity-0 {
  2096.   --bs-link-underline-opacity: 0;
  2097. }
  2098.  
  2099. .link-underline-opacity-0-hover:hover {
  2100.   --bs-link-underline-opacity: 0;
  2101. }
  2102.  
  2103. .link-underline-opacity-10 {
  2104.   --bs-link-underline-opacity: 0.1;
  2105. }
  2106.  
  2107. .link-underline-opacity-10-hover:hover {
  2108.   --bs-link-underline-opacity: 0.1;
  2109. }
  2110.  
  2111. .link-underline-opacity-25 {
  2112.   --bs-link-underline-opacity: 0.25;
  2113. }
  2114.  
  2115. .link-underline-opacity-25-hover:hover {
  2116.   --bs-link-underline-opacity: 0.25;
  2117. }
  2118.  
  2119. .link-underline-opacity-50 {
  2120.   --bs-link-underline-opacity: 0.5;
  2121. }
  2122.  
  2123. .link-underline-opacity-50-hover:hover {
  2124.   --bs-link-underline-opacity: 0.5;
  2125. }
  2126.  
  2127. .link-underline-opacity-75 {
  2128.   --bs-link-underline-opacity: 0.75;
  2129. }
  2130.  
  2131. .link-underline-opacity-75-hover:hover {
  2132.   --bs-link-underline-opacity: 0.75;
  2133. }
  2134.  
  2135. .link-underline-opacity-100 {
  2136.   --bs-link-underline-opacity: 1;
  2137. }
  2138.  
  2139. .link-underline-opacity-100-hover:hover {
  2140.   --bs-link-underline-opacity: 1;
  2141. }
  2142.  
  2143. .bg-primary {
  2144.   --bs-bg-opacity: 1;
  2145.   background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  2146. }
  2147.  
  2148. .bg-secondary {
  2149.   --bs-bg-opacity: 1;
  2150.   background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  2151. }
  2152.  
  2153. .bg-success {
  2154.   --bs-bg-opacity: 1;
  2155.   background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  2156. }
  2157.  
  2158. .bg-info {
  2159.   --bs-bg-opacity: 1;
  2160.   background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  2161. }
  2162.  
  2163. .bg-warning {
  2164.   --bs-bg-opacity: 1;
  2165.   background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  2166. }
  2167.  
  2168. .bg-danger {
  2169.   --bs-bg-opacity: 1;
  2170.   background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  2171. }
  2172.  
  2173. .bg-light {
  2174.   --bs-bg-opacity: 1;
  2175.   background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  2176. }
  2177.  
  2178. .bg-dark {
  2179.   --bs-bg-opacity: 1;
  2180.   background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  2181. }
  2182.  
  2183. .bg-black {
  2184.   --bs-bg-opacity: 1;
  2185.   background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  2186. }
  2187.  
  2188. .bg-white {
  2189.   --bs-bg-opacity: 1;
  2190.   background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  2191. }
  2192.  
  2193. .bg-body {
  2194.   --bs-bg-opacity: 1;
  2195.   background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  2196. }
  2197.  
  2198. .bg-transparent {
  2199.   --bs-bg-opacity: 1;
  2200.   background-color: transparent !important;
  2201. }
  2202.  
  2203. .bg-body-secondary {
  2204.   --bs-bg-opacity: 1;
  2205.   background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  2206. }
  2207.  
  2208. .bg-body-tertiary {
  2209.   --bs-bg-opacity: 1;
  2210.   background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  2211. }
  2212.  
  2213. .bg-opacity-10 {
  2214.   --bs-bg-opacity: 0.1;
  2215. }
  2216.  
  2217. .bg-opacity-25 {
  2218.   --bs-bg-opacity: 0.25;
  2219. }
  2220.  
  2221. .bg-opacity-50 {
  2222.   --bs-bg-opacity: 0.5;
  2223. }
  2224.  
  2225. .bg-opacity-75 {
  2226.   --bs-bg-opacity: 0.75;
  2227. }
  2228.  
  2229. .bg-opacity-100 {
  2230.   --bs-bg-opacity: 1;
  2231. }
  2232.  
  2233. .bg-primary-subtle {
  2234.   background-color: var(--bs-primary-bg-subtle) !important;
  2235. }
  2236.  
  2237. .bg-secondary-subtle {
  2238.   background-color: var(--bs-secondary-bg-subtle) !important;
  2239. }
  2240.  
  2241. .bg-success-subtle {
  2242.   background-color: var(--bs-success-bg-subtle) !important;
  2243. }
  2244.  
  2245. .bg-info-subtle {
  2246.   background-color: var(--bs-info-bg-subtle) !important;
  2247. }
  2248.  
  2249. .bg-warning-subtle {
  2250.   background-color: var(--bs-warning-bg-subtle) !important;
  2251. }
  2252.  
  2253. .bg-danger-subtle {
  2254.   background-color: var(--bs-danger-bg-subtle) !important;
  2255. }
  2256.  
  2257. .bg-light-subtle {
  2258.   background-color: var(--bs-light-bg-subtle) !important;
  2259. }
  2260.  
  2261. .bg-dark-subtle {
  2262.   background-color: var(--bs-dark-bg-subtle) !important;
  2263. }
  2264.  
  2265. .bg-gradient {
  2266.   background-image: var(--bs-gradient) !important;
  2267. }
  2268.  
  2269. .user-select-all {
  2270.   -webkit-user-select: all !important;
  2271.   -moz-user-select: all !important;
  2272.   user-select: all !important;
  2273. }
  2274.  
  2275. .user-select-auto {
  2276.   -webkit-user-select: auto !important;
  2277.   -moz-user-select: auto !important;
  2278.   user-select: auto !important;
  2279. }
  2280.  
  2281. .user-select-none {
  2282.   -webkit-user-select: none !important;
  2283.   -moz-user-select: none !important;
  2284.   user-select: none !important;
  2285. }
  2286.  
  2287. .pe-none {
  2288.   pointer-events: none !important;
  2289. }
  2290.  
  2291. .pe-auto {
  2292.   pointer-events: auto !important;
  2293. }
  2294.  
  2295. .rounded {
  2296.   border-radius: var(--bs-border-radius) !important;
  2297. }
  2298.  
  2299. .rounded-0 {
  2300.   border-radius: 0 !important;
  2301. }
  2302.  
  2303. .rounded-1 {
  2304.   border-radius: var(--bs-border-radius-sm) !important;
  2305. }
  2306.  
  2307. .rounded-2 {
  2308.   border-radius: var(--bs-border-radius) !important;
  2309. }
  2310.  
  2311. .rounded-3 {
  2312.   border-radius: var(--bs-border-radius-lg) !important;
  2313. }
  2314.  
  2315. .rounded-4 {
  2316.   border-radius: var(--bs-border-radius-xl) !important;
  2317. }
  2318.  
  2319. .rounded-5 {
  2320.   border-radius: var(--bs-border-radius-xxl) !important;
  2321. }
  2322.  
  2323. .rounded-circle {
  2324.   border-radius: 50% !important;
  2325. }
  2326.  
  2327. .rounded-pill {
  2328.   border-radius: var(--bs-border-radius-pill) !important;
  2329. }
  2330.  
  2331. .rounded-top {
  2332.   border-top-right-radius: var(--bs-border-radius) !important;
  2333.   border-top-left-radius: var(--bs-border-radius) !important;
  2334. }
  2335.  
  2336. .rounded-top-0 {
  2337.   border-top-right-radius: 0 !important;
  2338.   border-top-left-radius: 0 !important;
  2339. }
  2340.  
  2341. .rounded-top-1 {
  2342.   border-top-right-radius: var(--bs-border-radius-sm) !important;
  2343.   border-top-left-radius: var(--bs-border-radius-sm) !important;
  2344. }
  2345.  
  2346. .rounded-top-2 {
  2347.   border-top-right-radius: var(--bs-border-radius) !important;
  2348.   border-top-left-radius: var(--bs-border-radius) !important;
  2349. }
  2350.  
  2351. .rounded-top-3 {
  2352.   border-top-right-radius: var(--bs-border-radius-lg) !important;
  2353.   border-top-left-radius: var(--bs-border-radius-lg) !important;
  2354. }
  2355.  
  2356. .rounded-top-4 {
  2357.   border-top-right-radius: var(--bs-border-radius-xl) !important;
  2358.   border-top-left-radius: var(--bs-border-radius-xl) !important;
  2359. }
  2360.  
  2361. .rounded-top-5 {
  2362.   border-top-right-radius: var(--bs-border-radius-xxl) !important;
  2363.   border-top-left-radius: var(--bs-border-radius-xxl) !important;
  2364. }
  2365.  
  2366. .rounded-top-circle {
  2367.   border-top-right-radius: 50% !important;
  2368.   border-top-left-radius: 50% !important;
  2369. }
  2370.  
  2371. .rounded-top-pill {
  2372.   border-top-right-radius: var(--bs-border-radius-pill) !important;
  2373.   border-top-left-radius: var(--bs-border-radius-pill) !important;
  2374. }
  2375.  
  2376. .rounded-end {
  2377.   border-top-left-radius: var(--bs-border-radius) !important;
  2378.   border-bottom-left-radius: var(--bs-border-radius) !important;
  2379. }
  2380.  
  2381. .rounded-end-0 {
  2382.   border-top-left-radius: 0 !important;
  2383.   border-bottom-left-radius: 0 !important;
  2384. }
  2385.  
  2386. .rounded-end-1 {
  2387.   border-top-left-radius: var(--bs-border-radius-sm) !important;
  2388.   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  2389. }
  2390.  
  2391. .rounded-end-2 {
  2392.   border-top-left-radius: var(--bs-border-radius) !important;
  2393.   border-bottom-left-radius: var(--bs-border-radius) !important;
  2394. }
  2395.  
  2396. .rounded-end-3 {
  2397.   border-top-left-radius: var(--bs-border-radius-lg) !important;
  2398.   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  2399. }
  2400.  
  2401. .rounded-end-4 {
  2402.   border-top-left-radius: var(--bs-border-radius-xl) !important;
  2403.   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  2404. }
  2405.  
  2406. .rounded-end-5 {
  2407.   border-top-left-radius: var(--bs-border-radius-xxl) !important;
  2408.   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  2409. }
  2410.  
  2411. .rounded-end-circle {
  2412.   border-top-left-radius: 50% !important;
  2413.   border-bottom-left-radius: 50% !important;
  2414. }
  2415.  
  2416. .rounded-end-pill {
  2417.   border-top-left-radius: var(--bs-border-radius-pill) !important;
  2418.   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  2419. }
  2420.  
  2421. .rounded-bottom {
  2422.   border-bottom-left-radius: var(--bs-border-radius) !important;
  2423.   border-bottom-right-radius: var(--bs-border-radius) !important;
  2424. }
  2425.  
  2426. .rounded-bottom-0 {
  2427.   border-bottom-left-radius: 0 !important;
  2428.   border-bottom-right-radius: 0 !important;
  2429. }
  2430.  
  2431. .rounded-bottom-1 {
  2432.   border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  2433.   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  2434. }
  2435.  
  2436. .rounded-bottom-2 {
  2437.   border-bottom-left-radius: var(--bs-border-radius) !important;
  2438.   border-bottom-right-radius: var(--bs-border-radius) !important;
  2439. }
  2440.  
  2441. .rounded-bottom-3 {
  2442.   border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  2443.   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  2444. }
  2445.  
  2446. .rounded-bottom-4 {
  2447.   border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  2448.   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  2449. }
  2450.  
  2451. .rounded-bottom-5 {
  2452.   border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  2453.   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  2454. }
  2455.  
  2456. .rounded-bottom-circle {
  2457.   border-bottom-left-radius: 50% !important;
  2458.   border-bottom-right-radius: 50% !important;
  2459. }
  2460.  
  2461. .rounded-bottom-pill {
  2462.   border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  2463.   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  2464. }
  2465.  
  2466. .rounded-start {
  2467.   border-bottom-right-radius: var(--bs-border-radius) !important;
  2468.   border-top-right-radius: var(--bs-border-radius) !important;
  2469. }
  2470.  
  2471. .rounded-start-0 {
  2472.   border-bottom-right-radius: 0 !important;
  2473.   border-top-right-radius: 0 !important;
  2474. }
  2475.  
  2476. .rounded-start-1 {
  2477.   border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  2478.   border-top-right-radius: var(--bs-border-radius-sm) !important;
  2479. }
  2480.  
  2481. .rounded-start-2 {
  2482.   border-bottom-right-radius: var(--bs-border-radius) !important;
  2483.   border-top-right-radius: var(--bs-border-radius) !important;
  2484. }
  2485.  
  2486. .rounded-start-3 {
  2487.   border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  2488.   border-top-right-radius: var(--bs-border-radius-lg) !important;
  2489. }
  2490.  
  2491. .rounded-start-4 {
  2492.   border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  2493.   border-top-right-radius: var(--bs-border-radius-xl) !important;
  2494. }
  2495.  
  2496. .rounded-start-5 {
  2497.   border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  2498.   border-top-right-radius: var(--bs-border-radius-xxl) !important;
  2499. }
  2500.  
  2501. .rounded-start-circle {
  2502.   border-bottom-right-radius: 50% !important;
  2503.   border-top-right-radius: 50% !important;
  2504. }
  2505.  
  2506. .rounded-start-pill {
  2507.   border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  2508.   border-top-right-radius: var(--bs-border-radius-pill) !important;
  2509. }
  2510.  
  2511. .visible {
  2512.   visibility: visible !important;
  2513. }
  2514.  
  2515. .invisible {
  2516.   visibility: hidden !important;
  2517. }
  2518.  
  2519. .z-n1 {
  2520.   z-index: -1 !important;
  2521. }
  2522.  
  2523. .z-0 {
  2524.   z-index: 0 !important;
  2525. }
  2526.  
  2527. .z-1 {
  2528.   z-index: 1 !important;
  2529. }
  2530.  
  2531. .z-2 {
  2532.   z-index: 2 !important;
  2533. }
  2534.  
  2535. .z-3 {
  2536.   z-index: 3 !important;
  2537. }
  2538.  
  2539. @media (min-width: 576px) {
  2540.   .float-sm-start {
  2541.     float: right !important;
  2542.   }
  2543.   .float-sm-end {
  2544.     float: left !important;
  2545.   }
  2546.   .float-sm-none {
  2547.     float: none !important;
  2548.   }
  2549.   .object-fit-sm-contain {
  2550.     -o-object-fit: contain !important;
  2551.     object-fit: contain !important;
  2552.   }
  2553.   .object-fit-sm-cover {
  2554.     -o-object-fit: cover !important;
  2555.     object-fit: cover !important;
  2556.   }
  2557.   .object-fit-sm-fill {
  2558.     -o-object-fit: fill !important;
  2559.     object-fit: fill !important;
  2560.   }
  2561.   .object-fit-sm-scale {
  2562.     -o-object-fit: scale-down !important;
  2563.     object-fit: scale-down !important;
  2564.   }
  2565.   .object-fit-sm-none {
  2566.     -o-object-fit: none !important;
  2567.     object-fit: none !important;
  2568.   }
  2569.   .d-sm-inline {
  2570.     display: inline !important;
  2571.   }
  2572.   .d-sm-inline-block {
  2573.     display: inline-block !important;
  2574.   }
  2575.   .d-sm-block {
  2576.     display: block !important;
  2577.   }
  2578.   .d-sm-grid {
  2579.     display: grid !important;
  2580.   }
  2581.   .d-sm-inline-grid {
  2582.     display: inline-grid !important;
  2583.   }
  2584.   .d-sm-table {
  2585.     display: table !important;
  2586.   }
  2587.   .d-sm-table-row {
  2588.     display: table-row !important;
  2589.   }
  2590.   .d-sm-table-cell {
  2591.     display: table-cell !important;
  2592.   }
  2593.   .d-sm-flex {
  2594.     display: flex !important;
  2595.   }
  2596.   .d-sm-inline-flex {
  2597.     display: inline-flex !important;
  2598.   }
  2599.   .d-sm-none {
  2600.     display: none !important;
  2601.   }
  2602.   .flex-sm-fill {
  2603.     flex: 1 1 auto !important;
  2604.   }
  2605.   .flex-sm-row {
  2606.     flex-direction: row !important;
  2607.   }
  2608.   .flex-sm-column {
  2609.     flex-direction: column !important;
  2610.   }
  2611.   .flex-sm-row-reverse {
  2612.     flex-direction: row-reverse !important;
  2613.   }
  2614.   .flex-sm-column-reverse {
  2615.     flex-direction: column-reverse !important;
  2616.   }
  2617.   .flex-sm-grow-0 {
  2618.     flex-grow: 0 !important;
  2619.   }
  2620.   .flex-sm-grow-1 {
  2621.     flex-grow: 1 !important;
  2622.   }
  2623.   .flex-sm-shrink-0 {
  2624.     flex-shrink: 0 !important;
  2625.   }
  2626.   .flex-sm-shrink-1 {
  2627.     flex-shrink: 1 !important;
  2628.   }
  2629.   .flex-sm-wrap {
  2630.     flex-wrap: wrap !important;
  2631.   }
  2632.   .flex-sm-nowrap {
  2633.     flex-wrap: nowrap !important;
  2634.   }
  2635.   .flex-sm-wrap-reverse {
  2636.     flex-wrap: wrap-reverse !important;
  2637.   }
  2638.   .justify-content-sm-start {
  2639.     justify-content: flex-start !important;
  2640.   }
  2641.   .justify-content-sm-end {
  2642.     justify-content: flex-end !important;
  2643.   }
  2644.   .justify-content-sm-center {
  2645.     justify-content: center !important;
  2646.   }
  2647.   .justify-content-sm-between {
  2648.     justify-content: space-between !important;
  2649.   }
  2650.   .justify-content-sm-around {
  2651.     justify-content: space-around !important;
  2652.   }
  2653.   .justify-content-sm-evenly {
  2654.     justify-content: space-evenly !important;
  2655.   }
  2656.   .align-items-sm-start {
  2657.     align-items: flex-start !important;
  2658.   }
  2659.   .align-items-sm-end {
  2660.     align-items: flex-end !important;
  2661.   }
  2662.   .align-items-sm-center {
  2663.     align-items: center !important;
  2664.   }
  2665.   .align-items-sm-baseline {
  2666.     align-items: baseline !important;
  2667.   }
  2668.   .align-items-sm-stretch {
  2669.     align-items: stretch !important;
  2670.   }
  2671.   .align-content-sm-start {
  2672.     align-content: flex-start !important;
  2673.   }
  2674.   .align-content-sm-end {
  2675.     align-content: flex-end !important;
  2676.   }
  2677.   .align-content-sm-center {
  2678.     align-content: center !important;
  2679.   }
  2680.   .align-content-sm-between {
  2681.     align-content: space-between !important;
  2682.   }
  2683.   .align-content-sm-around {
  2684.     align-content: space-around !important;
  2685.   }
  2686.   .align-content-sm-stretch {
  2687.     align-content: stretch !important;
  2688.   }
  2689.   .align-self-sm-auto {
  2690.     align-self: auto !important;
  2691.   }
  2692.   .align-self-sm-start {
  2693.     align-self: flex-start !important;
  2694.   }
  2695.   .align-self-sm-end {
  2696.     align-self: flex-end !important;
  2697.   }
  2698.   .align-self-sm-center {
  2699.     align-self: center !important;
  2700.   }
  2701.   .align-self-sm-baseline {
  2702.     align-self: baseline !important;
  2703.   }
  2704.   .align-self-sm-stretch {
  2705.     align-self: stretch !important;
  2706.   }
  2707.   .order-sm-first {
  2708.     order: -1 !important;
  2709.   }
  2710.   .order-sm-0 {
  2711.     order: 0 !important;
  2712.   }
  2713.   .order-sm-1 {
  2714.     order: 1 !important;
  2715.   }
  2716.   .order-sm-2 {
  2717.     order: 2 !important;
  2718.   }
  2719.   .order-sm-3 {
  2720.     order: 3 !important;
  2721.   }
  2722.   .order-sm-4 {
  2723.     order: 4 !important;
  2724.   }
  2725.   .order-sm-5 {
  2726.     order: 5 !important;
  2727.   }
  2728.   .order-sm-last {
  2729.     order: 6 !important;
  2730.   }
  2731.   .m-sm-0 {
  2732.     margin: 0 !important;
  2733.   }
  2734.   .m-sm-1 {
  2735.     margin: 0.25rem !important;
  2736.   }
  2737.   .m-sm-2 {
  2738.     margin: 0.5rem !important;
  2739.   }
  2740.   .m-sm-3 {
  2741.     margin: 1rem !important;
  2742.   }
  2743.   .m-sm-4 {
  2744.     margin: 1.5rem !important;
  2745.   }
  2746.   .m-sm-5 {
  2747.     margin: 3rem !important;
  2748.   }
  2749.   .m-sm-auto {
  2750.     margin: auto !important;
  2751.   }
  2752.   .mx-sm-0 {
  2753.     margin-left: 0 !important;
  2754.     margin-right: 0 !important;
  2755.   }
  2756.   .mx-sm-1 {
  2757.     margin-left: 0.25rem !important;
  2758.     margin-right: 0.25rem !important;
  2759.   }
  2760.   .mx-sm-2 {
  2761.     margin-left: 0.5rem !important;
  2762.     margin-right: 0.5rem !important;
  2763.   }
  2764.   .mx-sm-3 {
  2765.     margin-left: 1rem !important;
  2766.     margin-right: 1rem !important;
  2767.   }
  2768.   .mx-sm-4 {
  2769.     margin-left: 1.5rem !important;
  2770.     margin-right: 1.5rem !important;
  2771.   }
  2772.   .mx-sm-5 {
  2773.     margin-left: 3rem !important;
  2774.     margin-right: 3rem !important;
  2775.   }
  2776.   .mx-sm-auto {
  2777.     margin-left: auto !important;
  2778.     margin-right: auto !important;
  2779.   }
  2780.   .my-sm-0 {
  2781.     margin-top: 0 !important;
  2782.     margin-bottom: 0 !important;
  2783.   }
  2784.   .my-sm-1 {
  2785.     margin-top: 0.25rem !important;
  2786.     margin-bottom: 0.25rem !important;
  2787.   }
  2788.   .my-sm-2 {
  2789.     margin-top: 0.5rem !important;
  2790.     margin-bottom: 0.5rem !important;
  2791.   }
  2792.   .my-sm-3 {
  2793.     margin-top: 1rem !important;
  2794.     margin-bottom: 1rem !important;
  2795.   }
  2796.   .my-sm-4 {
  2797.     margin-top: 1.5rem !important;
  2798.     margin-bottom: 1.5rem !important;
  2799.   }
  2800.   .my-sm-5 {
  2801.     margin-top: 3rem !important;
  2802.     margin-bottom: 3rem !important;
  2803.   }
  2804.   .my-sm-auto {
  2805.     margin-top: auto !important;
  2806.     margin-bottom: auto !important;
  2807.   }
  2808.   .mt-sm-0 {
  2809.     margin-top: 0 !important;
  2810.   }
  2811.   .mt-sm-1 {
  2812.     margin-top: 0.25rem !important;
  2813.   }
  2814.   .mt-sm-2 {
  2815.     margin-top: 0.5rem !important;
  2816.   }
  2817.   .mt-sm-3 {
  2818.     margin-top: 1rem !important;
  2819.   }
  2820.   .mt-sm-4 {
  2821.     margin-top: 1.5rem !important;
  2822.   }
  2823.   .mt-sm-5 {
  2824.     margin-top: 3rem !important;
  2825.   }
  2826.   .mt-sm-auto {
  2827.     margin-top: auto !important;
  2828.   }
  2829.   .me-sm-0 {
  2830.     margin-left: 0 !important;
  2831.   }
  2832.   .me-sm-1 {
  2833.     margin-left: 0.25rem !important;
  2834.   }
  2835.   .me-sm-2 {
  2836.     margin-left: 0.5rem !important;
  2837.   }
  2838.   .me-sm-3 {
  2839.     margin-left: 1rem !important;
  2840.   }
  2841.   .me-sm-4 {
  2842.     margin-left: 1.5rem !important;
  2843.   }
  2844.   .me-sm-5 {
  2845.     margin-left: 3rem !important;
  2846.   }
  2847.   .me-sm-auto {
  2848.     margin-left: auto !important;
  2849.   }
  2850.   .mb-sm-0 {
  2851.     margin-bottom: 0 !important;
  2852.   }
  2853.   .mb-sm-1 {
  2854.     margin-bottom: 0.25rem !important;
  2855.   }
  2856.   .mb-sm-2 {
  2857.     margin-bottom: 0.5rem !important;
  2858.   }
  2859.   .mb-sm-3 {
  2860.     margin-bottom: 1rem !important;
  2861.   }
  2862.   .mb-sm-4 {
  2863.     margin-bottom: 1.5rem !important;
  2864.   }
  2865.   .mb-sm-5 {
  2866.     margin-bottom: 3rem !important;
  2867.   }
  2868.   .mb-sm-auto {
  2869.     margin-bottom: auto !important;
  2870.   }
  2871.   .ms-sm-0 {
  2872.     margin-right: 0 !important;
  2873.   }
  2874.   .ms-sm-1 {
  2875.     margin-right: 0.25rem !important;
  2876.   }
  2877.   .ms-sm-2 {
  2878.     margin-right: 0.5rem !important;
  2879.   }
  2880.   .ms-sm-3 {
  2881.     margin-right: 1rem !important;
  2882.   }
  2883.   .ms-sm-4 {
  2884.     margin-right: 1.5rem !important;
  2885.   }
  2886.   .ms-sm-5 {
  2887.     margin-right: 3rem !important;
  2888.   }
  2889.   .ms-sm-auto {
  2890.     margin-right: auto !important;
  2891.   }
  2892.   .p-sm-0 {
  2893.     padding: 0 !important;
  2894.   }
  2895.   .p-sm-1 {
  2896.     padding: 0.25rem !important;
  2897.   }
  2898.   .p-sm-2 {
  2899.     padding: 0.5rem !important;
  2900.   }
  2901.   .p-sm-3 {
  2902.     padding: 1rem !important;
  2903.   }
  2904.   .p-sm-4 {
  2905.     padding: 1.5rem !important;
  2906.   }
  2907.   .p-sm-5 {
  2908.     padding: 3rem !important;
  2909.   }
  2910.   .px-sm-0 {
  2911.     padding-left: 0 !important;
  2912.     padding-right: 0 !important;
  2913.   }
  2914.   .px-sm-1 {
  2915.     padding-left: 0.25rem !important;
  2916.     padding-right: 0.25rem !important;
  2917.   }
  2918.   .px-sm-2 {
  2919.     padding-left: 0.5rem !important;
  2920.     padding-right: 0.5rem !important;
  2921.   }
  2922.   .px-sm-3 {
  2923.     padding-left: 1rem !important;
  2924.     padding-right: 1rem !important;
  2925.   }
  2926.   .px-sm-4 {
  2927.     padding-left: 1.5rem !important;
  2928.     padding-right: 1.5rem !important;
  2929.   }
  2930.   .px-sm-5 {
  2931.     padding-left: 3rem !important;
  2932.     padding-right: 3rem !important;
  2933.   }
  2934.   .py-sm-0 {
  2935.     padding-top: 0 !important;
  2936.     padding-bottom: 0 !important;
  2937.   }
  2938.   .py-sm-1 {
  2939.     padding-top: 0.25rem !important;
  2940.     padding-bottom: 0.25rem !important;
  2941.   }
  2942.   .py-sm-2 {
  2943.     padding-top: 0.5rem !important;
  2944.     padding-bottom: 0.5rem !important;
  2945.   }
  2946.   .py-sm-3 {
  2947.     padding-top: 1rem !important;
  2948.     padding-bottom: 1rem !important;
  2949.   }
  2950.   .py-sm-4 {
  2951.     padding-top: 1.5rem !important;
  2952.     padding-bottom: 1.5rem !important;
  2953.   }
  2954.   .py-sm-5 {
  2955.     padding-top: 3rem !important;
  2956.     padding-bottom: 3rem !important;
  2957.   }
  2958.   .pt-sm-0 {
  2959.     padding-top: 0 !important;
  2960.   }
  2961.   .pt-sm-1 {
  2962.     padding-top: 0.25rem !important;
  2963.   }
  2964.   .pt-sm-2 {
  2965.     padding-top: 0.5rem !important;
  2966.   }
  2967.   .pt-sm-3 {
  2968.     padding-top: 1rem !important;
  2969.   }
  2970.   .pt-sm-4 {
  2971.     padding-top: 1.5rem !important;
  2972.   }
  2973.   .pt-sm-5 {
  2974.     padding-top: 3rem !important;
  2975.   }
  2976.   .pe-sm-0 {
  2977.     padding-left: 0 !important;
  2978.   }
  2979.   .pe-sm-1 {
  2980.     padding-left: 0.25rem !important;
  2981.   }
  2982.   .pe-sm-2 {
  2983.     padding-left: 0.5rem !important;
  2984.   }
  2985.   .pe-sm-3 {
  2986.     padding-left: 1rem !important;
  2987.   }
  2988.   .pe-sm-4 {
  2989.     padding-left: 1.5rem !important;
  2990.   }
  2991.   .pe-sm-5 {
  2992.     padding-left: 3rem !important;
  2993.   }
  2994.   .pb-sm-0 {
  2995.     padding-bottom: 0 !important;
  2996.   }
  2997.   .pb-sm-1 {
  2998.     padding-bottom: 0.25rem !important;
  2999.   }
  3000.   .pb-sm-2 {
  3001.     padding-bottom: 0.5rem !important;
  3002.   }
  3003.   .pb-sm-3 {
  3004.     padding-bottom: 1rem !important;
  3005.   }
  3006.   .pb-sm-4 {
  3007.     padding-bottom: 1.5rem !important;
  3008.   }
  3009.   .pb-sm-5 {
  3010.     padding-bottom: 3rem !important;
  3011.   }
  3012.   .ps-sm-0 {
  3013.     padding-right: 0 !important;
  3014.   }
  3015.   .ps-sm-1 {
  3016.     padding-right: 0.25rem !important;
  3017.   }
  3018.   .ps-sm-2 {
  3019.     padding-right: 0.5rem !important;
  3020.   }
  3021.   .ps-sm-3 {
  3022.     padding-right: 1rem !important;
  3023.   }
  3024.   .ps-sm-4 {
  3025.     padding-right: 1.5rem !important;
  3026.   }
  3027.   .ps-sm-5 {
  3028.     padding-right: 3rem !important;
  3029.   }
  3030.   .gap-sm-0 {
  3031.     gap: 0 !important;
  3032.   }
  3033.   .gap-sm-1 {
  3034.     gap: 0.25rem !important;
  3035.   }
  3036.   .gap-sm-2 {
  3037.     gap: 0.5rem !important;
  3038.   }
  3039.   .gap-sm-3 {
  3040.     gap: 1rem !important;
  3041.   }
  3042.   .gap-sm-4 {
  3043.     gap: 1.5rem !important;
  3044.   }
  3045.   .gap-sm-5 {
  3046.     gap: 3rem !important;
  3047.   }
  3048.   .row-gap-sm-0 {
  3049.     row-gap: 0 !important;
  3050.   }
  3051.   .row-gap-sm-1 {
  3052.     row-gap: 0.25rem !important;
  3053.   }
  3054.   .row-gap-sm-2 {
  3055.     row-gap: 0.5rem !important;
  3056.   }
  3057.   .row-gap-sm-3 {
  3058.     row-gap: 1rem !important;
  3059.   }
  3060.   .row-gap-sm-4 {
  3061.     row-gap: 1.5rem !important;
  3062.   }
  3063.   .row-gap-sm-5 {
  3064.     row-gap: 3rem !important;
  3065.   }
  3066.   .column-gap-sm-0 {
  3067.     -moz-column-gap: 0 !important;
  3068.     column-gap: 0 !important;
  3069.   }
  3070.   .column-gap-sm-1 {
  3071.     -moz-column-gap: 0.25rem !important;
  3072.     column-gap: 0.25rem !important;
  3073.   }
  3074.   .column-gap-sm-2 {
  3075.     -moz-column-gap: 0.5rem !important;
  3076.     column-gap: 0.5rem !important;
  3077.   }
  3078.   .column-gap-sm-3 {
  3079.     -moz-column-gap: 1rem !important;
  3080.     column-gap: 1rem !important;
  3081.   }
  3082.   .column-gap-sm-4 {
  3083.     -moz-column-gap: 1.5rem !important;
  3084.     column-gap: 1.5rem !important;
  3085.   }
  3086.   .column-gap-sm-5 {
  3087.     -moz-column-gap: 3rem !important;
  3088.     column-gap: 3rem !important;
  3089.   }
  3090.   .text-sm-start {
  3091.     text-align: right !important;
  3092.   }
  3093.   .text-sm-end {
  3094.     text-align: left !important;
  3095.   }
  3096.   .text-sm-center {
  3097.     text-align: center !important;
  3098.   }
  3099. }
  3100. @media (min-width: 768px) {
  3101.   .float-md-start {
  3102.     float: right !important;
  3103.   }
  3104.   .float-md-end {
  3105.     float: left !important;
  3106.   }
  3107.   .float-md-none {
  3108.     float: none !important;
  3109.   }
  3110.   .object-fit-md-contain {
  3111.     -o-object-fit: contain !important;
  3112.     object-fit: contain !important;
  3113.   }
  3114.   .object-fit-md-cover {
  3115.     -o-object-fit: cover !important;
  3116.     object-fit: cover !important;
  3117.   }
  3118.   .object-fit-md-fill {
  3119.     -o-object-fit: fill !important;
  3120.     object-fit: fill !important;
  3121.   }
  3122.   .object-fit-md-scale {
  3123.     -o-object-fit: scale-down !important;
  3124.     object-fit: scale-down !important;
  3125.   }
  3126.   .object-fit-md-none {
  3127.     -o-object-fit: none !important;
  3128.     object-fit: none !important;
  3129.   }
  3130.   .d-md-inline {
  3131.     display: inline !important;
  3132.   }
  3133.   .d-md-inline-block {
  3134.     display: inline-block !important;
  3135.   }
  3136.   .d-md-block {
  3137.     display: block !important;
  3138.   }
  3139.   .d-md-grid {
  3140.     display: grid !important;
  3141.   }
  3142.   .d-md-inline-grid {
  3143.     display: inline-grid !important;
  3144.   }
  3145.   .d-md-table {
  3146.     display: table !important;
  3147.   }
  3148.   .d-md-table-row {
  3149.     display: table-row !important;
  3150.   }
  3151.   .d-md-table-cell {
  3152.     display: table-cell !important;
  3153.   }
  3154.   .d-md-flex {
  3155.     display: flex !important;
  3156.   }
  3157.   .d-md-inline-flex {
  3158.     display: inline-flex !important;
  3159.   }
  3160.   .d-md-none {
  3161.     display: none !important;
  3162.   }
  3163.   .flex-md-fill {
  3164.     flex: 1 1 auto !important;
  3165.   }
  3166.   .flex-md-row {
  3167.     flex-direction: row !important;
  3168.   }
  3169.   .flex-md-column {
  3170.     flex-direction: column !important;
  3171.   }
  3172.   .flex-md-row-reverse {
  3173.     flex-direction: row-reverse !important;
  3174.   }
  3175.   .flex-md-column-reverse {
  3176.     flex-direction: column-reverse !important;
  3177.   }
  3178.   .flex-md-grow-0 {
  3179.     flex-grow: 0 !important;
  3180.   }
  3181.   .flex-md-grow-1 {
  3182.     flex-grow: 1 !important;
  3183.   }
  3184.   .flex-md-shrink-0 {
  3185.     flex-shrink: 0 !important;
  3186.   }
  3187.   .flex-md-shrink-1 {
  3188.     flex-shrink: 1 !important;
  3189.   }
  3190.   .flex-md-wrap {
  3191.     flex-wrap: wrap !important;
  3192.   }
  3193.   .flex-md-nowrap {
  3194.     flex-wrap: nowrap !important;
  3195.   }
  3196.   .flex-md-wrap-reverse {
  3197.     flex-wrap: wrap-reverse !important;
  3198.   }
  3199.   .justify-content-md-start {
  3200.     justify-content: flex-start !important;
  3201.   }
  3202.   .justify-content-md-end {
  3203.     justify-content: flex-end !important;
  3204.   }
  3205.   .justify-content-md-center {
  3206.     justify-content: center !important;
  3207.   }
  3208.   .justify-content-md-between {
  3209.     justify-content: space-between !important;
  3210.   }
  3211.   .justify-content-md-around {
  3212.     justify-content: space-around !important;
  3213.   }
  3214.   .justify-content-md-evenly {
  3215.     justify-content: space-evenly !important;
  3216.   }
  3217.   .align-items-md-start {
  3218.     align-items: flex-start !important;
  3219.   }
  3220.   .align-items-md-end {
  3221.     align-items: flex-end !important;
  3222.   }
  3223.   .align-items-md-center {
  3224.     align-items: center !important;
  3225.   }
  3226.   .align-items-md-baseline {
  3227.     align-items: baseline !important;
  3228.   }
  3229.   .align-items-md-stretch {
  3230.     align-items: stretch !important;
  3231.   }
  3232.   .align-content-md-start {
  3233.     align-content: flex-start !important;
  3234.   }
  3235.   .align-content-md-end {
  3236.     align-content: flex-end !important;
  3237.   }
  3238.   .align-content-md-center {
  3239.     align-content: center !important;
  3240.   }
  3241.   .align-content-md-between {
  3242.     align-content: space-between !important;
  3243.   }
  3244.   .align-content-md-around {
  3245.     align-content: space-around !important;
  3246.   }
  3247.   .align-content-md-stretch {
  3248.     align-content: stretch !important;
  3249.   }
  3250.   .align-self-md-auto {
  3251.     align-self: auto !important;
  3252.   }
  3253.   .align-self-md-start {
  3254.     align-self: flex-start !important;
  3255.   }
  3256.   .align-self-md-end {
  3257.     align-self: flex-end !important;
  3258.   }
  3259.   .align-self-md-center {
  3260.     align-self: center !important;
  3261.   }
  3262.   .align-self-md-baseline {
  3263.     align-self: baseline !important;
  3264.   }
  3265.   .align-self-md-stretch {
  3266.     align-self: stretch !important;
  3267.   }
  3268.   .order-md-first {
  3269.     order: -1 !important;
  3270.   }
  3271.   .order-md-0 {
  3272.     order: 0 !important;
  3273.   }
  3274.   .order-md-1 {
  3275.     order: 1 !important;
  3276.   }
  3277.   .order-md-2 {
  3278.     order: 2 !important;
  3279.   }
  3280.   .order-md-3 {
  3281.     order: 3 !important;
  3282.   }
  3283.   .order-md-4 {
  3284.     order: 4 !important;
  3285.   }
  3286.   .order-md-5 {
  3287.     order: 5 !important;
  3288.   }
  3289.   .order-md-last {
  3290.     order: 6 !important;
  3291.   }
  3292.   .m-md-0 {
  3293.     margin: 0 !important;
  3294.   }
  3295.   .m-md-1 {
  3296.     margin: 0.25rem !important;
  3297.   }
  3298.   .m-md-2 {
  3299.     margin: 0.5rem !important;
  3300.   }
  3301.   .m-md-3 {
  3302.     margin: 1rem !important;
  3303.   }
  3304.   .m-md-4 {
  3305.     margin: 1.5rem !important;
  3306.   }
  3307.   .m-md-5 {
  3308.     margin: 3rem !important;
  3309.   }
  3310.   .m-md-auto {
  3311.     margin: auto !important;
  3312.   }
  3313.   .mx-md-0 {
  3314.     margin-left: 0 !important;
  3315.     margin-right: 0 !important;
  3316.   }
  3317.   .mx-md-1 {
  3318.     margin-left: 0.25rem !important;
  3319.     margin-right: 0.25rem !important;
  3320.   }
  3321.   .mx-md-2 {
  3322.     margin-left: 0.5rem !important;
  3323.     margin-right: 0.5rem !important;
  3324.   }
  3325.   .mx-md-3 {
  3326.     margin-left: 1rem !important;
  3327.     margin-right: 1rem !important;
  3328.   }
  3329.   .mx-md-4 {
  3330.     margin-left: 1.5rem !important;
  3331.     margin-right: 1.5rem !important;
  3332.   }
  3333.   .mx-md-5 {
  3334.     margin-left: 3rem !important;
  3335.     margin-right: 3rem !important;
  3336.   }
  3337.   .mx-md-auto {
  3338.     margin-left: auto !important;
  3339.     margin-right: auto !important;
  3340.   }
  3341.   .my-md-0 {
  3342.     margin-top: 0 !important;
  3343.     margin-bottom: 0 !important;
  3344.   }
  3345.   .my-md-1 {
  3346.     margin-top: 0.25rem !important;
  3347.     margin-bottom: 0.25rem !important;
  3348.   }
  3349.   .my-md-2 {
  3350.     margin-top: 0.5rem !important;
  3351.     margin-bottom: 0.5rem !important;
  3352.   }
  3353.   .my-md-3 {
  3354.     margin-top: 1rem !important;
  3355.     margin-bottom: 1rem !important;
  3356.   }
  3357.   .my-md-4 {
  3358.     margin-top: 1.5rem !important;
  3359.     margin-bottom: 1.5rem !important;
  3360.   }
  3361.   .my-md-5 {
  3362.     margin-top: 3rem !important;
  3363.     margin-bottom: 3rem !important;
  3364.   }
  3365.   .my-md-auto {
  3366.     margin-top: auto !important;
  3367.     margin-bottom: auto !important;
  3368.   }
  3369.   .mt-md-0 {
  3370.     margin-top: 0 !important;
  3371.   }
  3372.   .mt-md-1 {
  3373.     margin-top: 0.25rem !important;
  3374.   }
  3375.   .mt-md-2 {
  3376.     margin-top: 0.5rem !important;
  3377.   }
  3378.   .mt-md-3 {
  3379.     margin-top: 1rem !important;
  3380.   }
  3381.   .mt-md-4 {
  3382.     margin-top: 1.5rem !important;
  3383.   }
  3384.   .mt-md-5 {
  3385.     margin-top: 3rem !important;
  3386.   }
  3387.   .mt-md-auto {
  3388.     margin-top: auto !important;
  3389.   }
  3390.   .me-md-0 {
  3391.     margin-left: 0 !important;
  3392.   }
  3393.   .me-md-1 {
  3394.     margin-left: 0.25rem !important;
  3395.   }
  3396.   .me-md-2 {
  3397.     margin-left: 0.5rem !important;
  3398.   }
  3399.   .me-md-3 {
  3400.     margin-left: 1rem !important;
  3401.   }
  3402.   .me-md-4 {
  3403.     margin-left: 1.5rem !important;
  3404.   }
  3405.   .me-md-5 {
  3406.     margin-left: 3rem !important;
  3407.   }
  3408.   .me-md-auto {
  3409.     margin-left: auto !important;
  3410.   }
  3411.   .mb-md-0 {
  3412.     margin-bottom: 0 !important;
  3413.   }
  3414.   .mb-md-1 {
  3415.     margin-bottom: 0.25rem !important;
  3416.   }
  3417.   .mb-md-2 {
  3418.     margin-bottom: 0.5rem !important;
  3419.   }
  3420.   .mb-md-3 {
  3421.     margin-bottom: 1rem !important;
  3422.   }
  3423.   .mb-md-4 {
  3424.     margin-bottom: 1.5rem !important;
  3425.   }
  3426.   .mb-md-5 {
  3427.     margin-bottom: 3rem !important;
  3428.   }
  3429.   .mb-md-auto {
  3430.     margin-bottom: auto !important;
  3431.   }
  3432.   .ms-md-0 {
  3433.     margin-right: 0 !important;
  3434.   }
  3435.   .ms-md-1 {
  3436.     margin-right: 0.25rem !important;
  3437.   }
  3438.   .ms-md-2 {
  3439.     margin-right: 0.5rem !important;
  3440.   }
  3441.   .ms-md-3 {
  3442.     margin-right: 1rem !important;
  3443.   }
  3444.   .ms-md-4 {
  3445.     margin-right: 1.5rem !important;
  3446.   }
  3447.   .ms-md-5 {
  3448.     margin-right: 3rem !important;
  3449.   }
  3450.   .ms-md-auto {
  3451.     margin-right: auto !important;
  3452.   }
  3453.   .p-md-0 {
  3454.     padding: 0 !important;
  3455.   }
  3456.   .p-md-1 {
  3457.     padding: 0.25rem !important;
  3458.   }
  3459.   .p-md-2 {
  3460.     padding: 0.5rem !important;
  3461.   }
  3462.   .p-md-3 {
  3463.     padding: 1rem !important;
  3464.   }
  3465.   .p-md-4 {
  3466.     padding: 1.5rem !important;
  3467.   }
  3468.   .p-md-5 {
  3469.     padding: 3rem !important;
  3470.   }
  3471.   .px-md-0 {
  3472.     padding-left: 0 !important;
  3473.     padding-right: 0 !important;
  3474.   }
  3475.   .px-md-1 {
  3476.     padding-left: 0.25rem !important;
  3477.     padding-right: 0.25rem !important;
  3478.   }
  3479.   .px-md-2 {
  3480.     padding-left: 0.5rem !important;
  3481.     padding-right: 0.5rem !important;
  3482.   }
  3483.   .px-md-3 {
  3484.     padding-left: 1rem !important;
  3485.     padding-right: 1rem !important;
  3486.   }
  3487.   .px-md-4 {
  3488.     padding-left: 1.5rem !important;
  3489.     padding-right: 1.5rem !important;
  3490.   }
  3491.   .px-md-5 {
  3492.     padding-left: 3rem !important;
  3493.     padding-right: 3rem !important;
  3494.   }
  3495.   .py-md-0 {
  3496.     padding-top: 0 !important;
  3497.     padding-bottom: 0 !important;
  3498.   }
  3499.   .py-md-1 {
  3500.     padding-top: 0.25rem !important;
  3501.     padding-bottom: 0.25rem !important;
  3502.   }
  3503.   .py-md-2 {
  3504.     padding-top: 0.5rem !important;
  3505.     padding-bottom: 0.5rem !important;
  3506.   }
  3507.   .py-md-3 {
  3508.     padding-top: 1rem !important;
  3509.     padding-bottom: 1rem !important;
  3510.   }
  3511.   .py-md-4 {
  3512.     padding-top: 1.5rem !important;
  3513.     padding-bottom: 1.5rem !important;
  3514.   }
  3515.   .py-md-5 {
  3516.     padding-top: 3rem !important;
  3517.     padding-bottom: 3rem !important;
  3518.   }
  3519.   .pt-md-0 {
  3520.     padding-top: 0 !important;
  3521.   }
  3522.   .pt-md-1 {
  3523.     padding-top: 0.25rem !important;
  3524.   }
  3525.   .pt-md-2 {
  3526.     padding-top: 0.5rem !important;
  3527.   }
  3528.   .pt-md-3 {
  3529.     padding-top: 1rem !important;
  3530.   }
  3531.   .pt-md-4 {
  3532.     padding-top: 1.5rem !important;
  3533.   }
  3534.   .pt-md-5 {
  3535.     padding-top: 3rem !important;
  3536.   }
  3537.   .pe-md-0 {
  3538.     padding-left: 0 !important;
  3539.   }
  3540.   .pe-md-1 {
  3541.     padding-left: 0.25rem !important;
  3542.   }
  3543.   .pe-md-2 {
  3544.     padding-left: 0.5rem !important;
  3545.   }
  3546.   .pe-md-3 {
  3547.     padding-left: 1rem !important;
  3548.   }
  3549.   .pe-md-4 {
  3550.     padding-left: 1.5rem !important;
  3551.   }
  3552.   .pe-md-5 {
  3553.     padding-left: 3rem !important;
  3554.   }
  3555.   .pb-md-0 {
  3556.     padding-bottom: 0 !important;
  3557.   }
  3558.   .pb-md-1 {
  3559.     padding-bottom: 0.25rem !important;
  3560.   }
  3561.   .pb-md-2 {
  3562.     padding-bottom: 0.5rem !important;
  3563.   }
  3564.   .pb-md-3 {
  3565.     padding-bottom: 1rem !important;
  3566.   }
  3567.   .pb-md-4 {
  3568.     padding-bottom: 1.5rem !important;
  3569.   }
  3570.   .pb-md-5 {
  3571.     padding-bottom: 3rem !important;
  3572.   }
  3573.   .ps-md-0 {
  3574.     padding-right: 0 !important;
  3575.   }
  3576.   .ps-md-1 {
  3577.     padding-right: 0.25rem !important;
  3578.   }
  3579.   .ps-md-2 {
  3580.     padding-right: 0.5rem !important;
  3581.   }
  3582.   .ps-md-3 {
  3583.     padding-right: 1rem !important;
  3584.   }
  3585.   .ps-md-4 {
  3586.     padding-right: 1.5rem !important;
  3587.   }
  3588.   .ps-md-5 {
  3589.     padding-right: 3rem !important;
  3590.   }
  3591.   .gap-md-0 {
  3592.     gap: 0 !important;
  3593.   }
  3594.   .gap-md-1 {
  3595.     gap: 0.25rem !important;
  3596.   }
  3597.   .gap-md-2 {
  3598.     gap: 0.5rem !important;
  3599.   }
  3600.   .gap-md-3 {
  3601.     gap: 1rem !important;
  3602.   }
  3603.   .gap-md-4 {
  3604.     gap: 1.5rem !important;
  3605.   }
  3606.   .gap-md-5 {
  3607.     gap: 3rem !important;
  3608.   }
  3609.   .row-gap-md-0 {
  3610.     row-gap: 0 !important;
  3611.   }
  3612.   .row-gap-md-1 {
  3613.     row-gap: 0.25rem !important;
  3614.   }
  3615.   .row-gap-md-2 {
  3616.     row-gap: 0.5rem !important;
  3617.   }
  3618.   .row-gap-md-3 {
  3619.     row-gap: 1rem !important;
  3620.   }
  3621.   .row-gap-md-4 {
  3622.     row-gap: 1.5rem !important;
  3623.   }
  3624.   .row-gap-md-5 {
  3625.     row-gap: 3rem !important;
  3626.   }
  3627.   .column-gap-md-0 {
  3628.     -moz-column-gap: 0 !important;
  3629.     column-gap: 0 !important;
  3630.   }
  3631.   .column-gap-md-1 {
  3632.     -moz-column-gap: 0.25rem !important;
  3633.     column-gap: 0.25rem !important;
  3634.   }
  3635.   .column-gap-md-2 {
  3636.     -moz-column-gap: 0.5rem !important;
  3637.     column-gap: 0.5rem !important;
  3638.   }
  3639.   .column-gap-md-3 {
  3640.     -moz-column-gap: 1rem !important;
  3641.     column-gap: 1rem !important;
  3642.   }
  3643.   .column-gap-md-4 {
  3644.     -moz-column-gap: 1.5rem !important;
  3645.     column-gap: 1.5rem !important;
  3646.   }
  3647.   .column-gap-md-5 {
  3648.     -moz-column-gap: 3rem !important;
  3649.     column-gap: 3rem !important;
  3650.   }
  3651.   .text-md-start {
  3652.     text-align: right !important;
  3653.   }
  3654.   .text-md-end {
  3655.     text-align: left !important;
  3656.   }
  3657.   .text-md-center {
  3658.     text-align: center !important;
  3659.   }
  3660. }
  3661. @media (min-width: 992px) {
  3662.   .float-lg-start {
  3663.     float: right !important;
  3664.   }
  3665.   .float-lg-end {
  3666.     float: left !important;
  3667.   }
  3668.   .float-lg-none {
  3669.     float: none !important;
  3670.   }
  3671.   .object-fit-lg-contain {
  3672.     -o-object-fit: contain !important;
  3673.     object-fit: contain !important;
  3674.   }
  3675.   .object-fit-lg-cover {
  3676.     -o-object-fit: cover !important;
  3677.     object-fit: cover !important;
  3678.   }
  3679.   .object-fit-lg-fill {
  3680.     -o-object-fit: fill !important;
  3681.     object-fit: fill !important;
  3682.   }
  3683.   .object-fit-lg-scale {
  3684.     -o-object-fit: scale-down !important;
  3685.     object-fit: scale-down !important;
  3686.   }
  3687.   .object-fit-lg-none {
  3688.     -o-object-fit: none !important;
  3689.     object-fit: none !important;
  3690.   }
  3691.   .d-lg-inline {
  3692.     display: inline !important;
  3693.   }
  3694.   .d-lg-inline-block {
  3695.     display: inline-block !important;
  3696.   }
  3697.   .d-lg-block {
  3698.     display: block !important;
  3699.   }
  3700.   .d-lg-grid {
  3701.     display: grid !important;
  3702.   }
  3703.   .d-lg-inline-grid {
  3704.     display: inline-grid !important;
  3705.   }
  3706.   .d-lg-table {
  3707.     display: table !important;
  3708.   }
  3709.   .d-lg-table-row {
  3710.     display: table-row !important;
  3711.   }
  3712.   .d-lg-table-cell {
  3713.     display: table-cell !important;
  3714.   }
  3715.   .d-lg-flex {
  3716.     display: flex !important;
  3717.   }
  3718.   .d-lg-inline-flex {
  3719.     display: inline-flex !important;
  3720.   }
  3721.   .d-lg-none {
  3722.     display: none !important;
  3723.   }
  3724.   .flex-lg-fill {
  3725.     flex: 1 1 auto !important;
  3726.   }
  3727.   .flex-lg-row {
  3728.     flex-direction: row !important;
  3729.   }
  3730.   .flex-lg-column {
  3731.     flex-direction: column !important;
  3732.   }
  3733.   .flex-lg-row-reverse {
  3734.     flex-direction: row-reverse !important;
  3735.   }
  3736.   .flex-lg-column-reverse {
  3737.     flex-direction: column-reverse !important;
  3738.   }
  3739.   .flex-lg-grow-0 {
  3740.     flex-grow: 0 !important;
  3741.   }
  3742.   .flex-lg-grow-1 {
  3743.     flex-grow: 1 !important;
  3744.   }
  3745.   .flex-lg-shrink-0 {
  3746.     flex-shrink: 0 !important;
  3747.   }
  3748.   .flex-lg-shrink-1 {
  3749.     flex-shrink: 1 !important;
  3750.   }
  3751.   .flex-lg-wrap {
  3752.     flex-wrap: wrap !important;
  3753.   }
  3754.   .flex-lg-nowrap {
  3755.     flex-wrap: nowrap !important;
  3756.   }
  3757.   .flex-lg-wrap-reverse {
  3758.     flex-wrap: wrap-reverse !important;
  3759.   }
  3760.   .justify-content-lg-start {
  3761.     justify-content: flex-start !important;
  3762.   }
  3763.   .justify-content-lg-end {
  3764.     justify-content: flex-end !important;
  3765.   }
  3766.   .justify-content-lg-center {
  3767.     justify-content: center !important;
  3768.   }
  3769.   .justify-content-lg-between {
  3770.     justify-content: space-between !important;
  3771.   }
  3772.   .justify-content-lg-around {
  3773.     justify-content: space-around !important;
  3774.   }
  3775.   .justify-content-lg-evenly {
  3776.     justify-content: space-evenly !important;
  3777.   }
  3778.   .align-items-lg-start {
  3779.     align-items: flex-start !important;
  3780.   }
  3781.   .align-items-lg-end {
  3782.     align-items: flex-end !important;
  3783.   }
  3784.   .align-items-lg-center {
  3785.     align-items: center !important;
  3786.   }
  3787.   .align-items-lg-baseline {
  3788.     align-items: baseline !important;
  3789.   }
  3790.   .align-items-lg-stretch {
  3791.     align-items: stretch !important;
  3792.   }
  3793.   .align-content-lg-start {
  3794.     align-content: flex-start !important;
  3795.   }
  3796.   .align-content-lg-end {
  3797.     align-content: flex-end !important;
  3798.   }
  3799.   .align-content-lg-center {
  3800.     align-content: center !important;
  3801.   }
  3802.   .align-content-lg-between {
  3803.     align-content: space-between !important;
  3804.   }
  3805.   .align-content-lg-around {
  3806.     align-content: space-around !important;
  3807.   }
  3808.   .align-content-lg-stretch {
  3809.     align-content: stretch !important;
  3810.   }
  3811.   .align-self-lg-auto {
  3812.     align-self: auto !important;
  3813.   }
  3814.   .align-self-lg-start {
  3815.     align-self: flex-start !important;
  3816.   }
  3817.   .align-self-lg-end {
  3818.     align-self: flex-end !important;
  3819.   }
  3820.   .align-self-lg-center {
  3821.     align-self: center !important;
  3822.   }
  3823.   .align-self-lg-baseline {
  3824.     align-self: baseline !important;
  3825.   }
  3826.   .align-self-lg-stretch {
  3827.     align-self: stretch !important;
  3828.   }
  3829.   .order-lg-first {
  3830.     order: -1 !important;
  3831.   }
  3832.   .order-lg-0 {
  3833.     order: 0 !important;
  3834.   }
  3835.   .order-lg-1 {
  3836.     order: 1 !important;
  3837.   }
  3838.   .order-lg-2 {
  3839.     order: 2 !important;
  3840.   }
  3841.   .order-lg-3 {
  3842.     order: 3 !important;
  3843.   }
  3844.   .order-lg-4 {
  3845.     order: 4 !important;
  3846.   }
  3847.   .order-lg-5 {
  3848.     order: 5 !important;
  3849.   }
  3850.   .order-lg-last {
  3851.     order: 6 !important;
  3852.   }
  3853.   .m-lg-0 {
  3854.     margin: 0 !important;
  3855.   }
  3856.   .m-lg-1 {
  3857.     margin: 0.25rem !important;
  3858.   }
  3859.   .m-lg-2 {
  3860.     margin: 0.5rem !important;
  3861.   }
  3862.   .m-lg-3 {
  3863.     margin: 1rem !important;
  3864.   }
  3865.   .m-lg-4 {
  3866.     margin: 1.5rem !important;
  3867.   }
  3868.   .m-lg-5 {
  3869.     margin: 3rem !important;
  3870.   }
  3871.   .m-lg-auto {
  3872.     margin: auto !important;
  3873.   }
  3874.   .mx-lg-0 {
  3875.     margin-left: 0 !important;
  3876.     margin-right: 0 !important;
  3877.   }
  3878.   .mx-lg-1 {
  3879.     margin-left: 0.25rem !important;
  3880.     margin-right: 0.25rem !important;
  3881.   }
  3882.   .mx-lg-2 {
  3883.     margin-left: 0.5rem !important;
  3884.     margin-right: 0.5rem !important;
  3885.   }
  3886.   .mx-lg-3 {
  3887.     margin-left: 1rem !important;
  3888.     margin-right: 1rem !important;
  3889.   }
  3890.   .mx-lg-4 {
  3891.     margin-left: 1.5rem !important;
  3892.     margin-right: 1.5rem !important;
  3893.   }
  3894.   .mx-lg-5 {
  3895.     margin-left: 3rem !important;
  3896.     margin-right: 3rem !important;
  3897.   }
  3898.   .mx-lg-auto {
  3899.     margin-left: auto !important;
  3900.     margin-right: auto !important;
  3901.   }
  3902.   .my-lg-0 {
  3903.     margin-top: 0 !important;
  3904.     margin-bottom: 0 !important;
  3905.   }
  3906.   .my-lg-1 {
  3907.     margin-top: 0.25rem !important;
  3908.     margin-bottom: 0.25rem !important;
  3909.   }
  3910.   .my-lg-2 {
  3911.     margin-top: 0.5rem !important;
  3912.     margin-bottom: 0.5rem !important;
  3913.   }
  3914.   .my-lg-3 {
  3915.     margin-top: 1rem !important;
  3916.     margin-bottom: 1rem !important;
  3917.   }
  3918.   .my-lg-4 {
  3919.     margin-top: 1.5rem !important;
  3920.     margin-bottom: 1.5rem !important;
  3921.   }
  3922.   .my-lg-5 {
  3923.     margin-top: 3rem !important;
  3924.     margin-bottom: 3rem !important;
  3925.   }
  3926.   .my-lg-auto {
  3927.     margin-top: auto !important;
  3928.     margin-bottom: auto !important;
  3929.   }
  3930.   .mt-lg-0 {
  3931.     margin-top: 0 !important;
  3932.   }
  3933.   .mt-lg-1 {
  3934.     margin-top: 0.25rem !important;
  3935.   }
  3936.   .mt-lg-2 {
  3937.     margin-top: 0.5rem !important;
  3938.   }
  3939.   .mt-lg-3 {
  3940.     margin-top: 1rem !important;
  3941.   }
  3942.   .mt-lg-4 {
  3943.     margin-top: 1.5rem !important;
  3944.   }
  3945.   .mt-lg-5 {
  3946.     margin-top: 3rem !important;
  3947.   }
  3948.   .mt-lg-auto {
  3949.     margin-top: auto !important;
  3950.   }
  3951.   .me-lg-0 {
  3952.     margin-left: 0 !important;
  3953.   }
  3954.   .me-lg-1 {
  3955.     margin-left: 0.25rem !important;
  3956.   }
  3957.   .me-lg-2 {
  3958.     margin-left: 0.5rem !important;
  3959.   }
  3960.   .me-lg-3 {
  3961.     margin-left: 1rem !important;
  3962.   }
  3963.   .me-lg-4 {
  3964.     margin-left: 1.5rem !important;
  3965.   }
  3966.   .me-lg-5 {
  3967.     margin-left: 3rem !important;
  3968.   }
  3969.   .me-lg-auto {
  3970.     margin-left: auto !important;
  3971.   }
  3972.   .mb-lg-0 {
  3973.     margin-bottom: 0 !important;
  3974.   }
  3975.   .mb-lg-1 {
  3976.     margin-bottom: 0.25rem !important;
  3977.   }
  3978.   .mb-lg-2 {
  3979.     margin-bottom: 0.5rem !important;
  3980.   }
  3981.   .mb-lg-3 {
  3982.     margin-bottom: 1rem !important;
  3983.   }
  3984.   .mb-lg-4 {
  3985.     margin-bottom: 1.5rem !important;
  3986.   }
  3987.   .mb-lg-5 {
  3988.     margin-bottom: 3rem !important;
  3989.   }
  3990.   .mb-lg-auto {
  3991.     margin-bottom: auto !important;
  3992.   }
  3993.   .ms-lg-0 {
  3994.     margin-right: 0 !important;
  3995.   }
  3996.   .ms-lg-1 {
  3997.     margin-right: 0.25rem !important;
  3998.   }
  3999.   .ms-lg-2 {
  4000.     margin-right: 0.5rem !important;
  4001.   }
  4002.   .ms-lg-3 {
  4003.     margin-right: 1rem !important;
  4004.   }
  4005.   .ms-lg-4 {
  4006.     margin-right: 1.5rem !important;
  4007.   }
  4008.   .ms-lg-5 {
  4009.     margin-right: 3rem !important;
  4010.   }
  4011.   .ms-lg-auto {
  4012.     margin-right: auto !important;
  4013.   }
  4014.   .p-lg-0 {
  4015.     padding: 0 !important;
  4016.   }
  4017.   .p-lg-1 {
  4018.     padding: 0.25rem !important;
  4019.   }
  4020.   .p-lg-2 {
  4021.     padding: 0.5rem !important;
  4022.   }
  4023.   .p-lg-3 {
  4024.     padding: 1rem !important;
  4025.   }
  4026.   .p-lg-4 {
  4027.     padding: 1.5rem !important;
  4028.   }
  4029.   .p-lg-5 {
  4030.     padding: 3rem !important;
  4031.   }
  4032.   .px-lg-0 {
  4033.     padding-left: 0 !important;
  4034.     padding-right: 0 !important;
  4035.   }
  4036.   .px-lg-1 {
  4037.     padding-left: 0.25rem !important;
  4038.     padding-right: 0.25rem !important;
  4039.   }
  4040.   .px-lg-2 {
  4041.     padding-left: 0.5rem !important;
  4042.     padding-right: 0.5rem !important;
  4043.   }
  4044.   .px-lg-3 {
  4045.     padding-left: 1rem !important;
  4046.     padding-right: 1rem !important;
  4047.   }
  4048.   .px-lg-4 {
  4049.     padding-left: 1.5rem !important;
  4050.     padding-right: 1.5rem !important;
  4051.   }
  4052.   .px-lg-5 {
  4053.     padding-left: 3rem !important;
  4054.     padding-right: 3rem !important;
  4055.   }
  4056.   .py-lg-0 {
  4057.     padding-top: 0 !important;
  4058.     padding-bottom: 0 !important;
  4059.   }
  4060.   .py-lg-1 {
  4061.     padding-top: 0.25rem !important;
  4062.     padding-bottom: 0.25rem !important;
  4063.   }
  4064.   .py-lg-2 {
  4065.     padding-top: 0.5rem !important;
  4066.     padding-bottom: 0.5rem !important;
  4067.   }
  4068.   .py-lg-3 {
  4069.     padding-top: 1rem !important;
  4070.     padding-bottom: 1rem !important;
  4071.   }
  4072.   .py-lg-4 {
  4073.     padding-top: 1.5rem !important;
  4074.     padding-bottom: 1.5rem !important;
  4075.   }
  4076.   .py-lg-5 {
  4077.     padding-top: 3rem !important;
  4078.     padding-bottom: 3rem !important;
  4079.   }
  4080.   .pt-lg-0 {
  4081.     padding-top: 0 !important;
  4082.   }
  4083.   .pt-lg-1 {
  4084.     padding-top: 0.25rem !important;
  4085.   }
  4086.   .pt-lg-2 {
  4087.     padding-top: 0.5rem !important;
  4088.   }
  4089.   .pt-lg-3 {
  4090.     padding-top: 1rem !important;
  4091.   }
  4092.   .pt-lg-4 {
  4093.     padding-top: 1.5rem !important;
  4094.   }
  4095.   .pt-lg-5 {
  4096.     padding-top: 3rem !important;
  4097.   }
  4098.   .pe-lg-0 {
  4099.     padding-left: 0 !important;
  4100.   }
  4101.   .pe-lg-1 {
  4102.     padding-left: 0.25rem !important;
  4103.   }
  4104.   .pe-lg-2 {
  4105.     padding-left: 0.5rem !important;
  4106.   }
  4107.   .pe-lg-3 {
  4108.     padding-left: 1rem !important;
  4109.   }
  4110.   .pe-lg-4 {
  4111.     padding-left: 1.5rem !important;
  4112.   }
  4113.   .pe-lg-5 {
  4114.     padding-left: 3rem !important;
  4115.   }
  4116.   .pb-lg-0 {
  4117.     padding-bottom: 0 !important;
  4118.   }
  4119.   .pb-lg-1 {
  4120.     padding-bottom: 0.25rem !important;
  4121.   }
  4122.   .pb-lg-2 {
  4123.     padding-bottom: 0.5rem !important;
  4124.   }
  4125.   .pb-lg-3 {
  4126.     padding-bottom: 1rem !important;
  4127.   }
  4128.   .pb-lg-4 {
  4129.     padding-bottom: 1.5rem !important;
  4130.   }
  4131.   .pb-lg-5 {
  4132.     padding-bottom: 3rem !important;
  4133.   }
  4134.   .ps-lg-0 {
  4135.     padding-right: 0 !important;
  4136.   }
  4137.   .ps-lg-1 {
  4138.     padding-right: 0.25rem !important;
  4139.   }
  4140.   .ps-lg-2 {
  4141.     padding-right: 0.5rem !important;
  4142.   }
  4143.   .ps-lg-3 {
  4144.     padding-right: 1rem !important;
  4145.   }
  4146.   .ps-lg-4 {
  4147.     padding-right: 1.5rem !important;
  4148.   }
  4149.   .ps-lg-5 {
  4150.     padding-right: 3rem !important;
  4151.   }
  4152.   .gap-lg-0 {
  4153.     gap: 0 !important;
  4154.   }
  4155.   .gap-lg-1 {
  4156.     gap: 0.25rem !important;
  4157.   }
  4158.   .gap-lg-2 {
  4159.     gap: 0.5rem !important;
  4160.   }
  4161.   .gap-lg-3 {
  4162.     gap: 1rem !important;
  4163.   }
  4164.   .gap-lg-4 {
  4165.     gap: 1.5rem !important;
  4166.   }
  4167.   .gap-lg-5 {
  4168.     gap: 3rem !important;
  4169.   }
  4170.   .row-gap-lg-0 {
  4171.     row-gap: 0 !important;
  4172.   }
  4173.   .row-gap-lg-1 {
  4174.     row-gap: 0.25rem !important;
  4175.   }
  4176.   .row-gap-lg-2 {
  4177.     row-gap: 0.5rem !important;
  4178.   }
  4179.   .row-gap-lg-3 {
  4180.     row-gap: 1rem !important;
  4181.   }
  4182.   .row-gap-lg-4 {
  4183.     row-gap: 1.5rem !important;
  4184.   }
  4185.   .row-gap-lg-5 {
  4186.     row-gap: 3rem !important;
  4187.   }
  4188.   .column-gap-lg-0 {
  4189.     -moz-column-gap: 0 !important;
  4190.     column-gap: 0 !important;
  4191.   }
  4192.   .column-gap-lg-1 {
  4193.     -moz-column-gap: 0.25rem !important;
  4194.     column-gap: 0.25rem !important;
  4195.   }
  4196.   .column-gap-lg-2 {
  4197.     -moz-column-gap: 0.5rem !important;
  4198.     column-gap: 0.5rem !important;
  4199.   }
  4200.   .column-gap-lg-3 {
  4201.     -moz-column-gap: 1rem !important;
  4202.     column-gap: 1rem !important;
  4203.   }
  4204.   .column-gap-lg-4 {
  4205.     -moz-column-gap: 1.5rem !important;
  4206.     column-gap: 1.5rem !important;
  4207.   }
  4208.   .column-gap-lg-5 {
  4209.     -moz-column-gap: 3rem !important;
  4210.     column-gap: 3rem !important;
  4211.   }
  4212.   .text-lg-start {
  4213.     text-align: right !important;
  4214.   }
  4215.   .text-lg-end {
  4216.     text-align: left !important;
  4217.   }
  4218.   .text-lg-center {
  4219.     text-align: center !important;
  4220.   }
  4221. }
  4222. @media (min-width: 1200px) {
  4223.   .float-xl-start {
  4224.     float: right !important;
  4225.   }
  4226.   .float-xl-end {
  4227.     float: left !important;
  4228.   }
  4229.   .float-xl-none {
  4230.     float: none !important;
  4231.   }
  4232.   .object-fit-xl-contain {
  4233.     -o-object-fit: contain !important;
  4234.     object-fit: contain !important;
  4235.   }
  4236.   .object-fit-xl-cover {
  4237.     -o-object-fit: cover !important;
  4238.     object-fit: cover !important;
  4239.   }
  4240.   .object-fit-xl-fill {
  4241.     -o-object-fit: fill !important;
  4242.     object-fit: fill !important;
  4243.   }
  4244.   .object-fit-xl-scale {
  4245.     -o-object-fit: scale-down !important;
  4246.     object-fit: scale-down !important;
  4247.   }
  4248.   .object-fit-xl-none {
  4249.     -o-object-fit: none !important;
  4250.     object-fit: none !important;
  4251.   }
  4252.   .d-xl-inline {
  4253.     display: inline !important;
  4254.   }
  4255.   .d-xl-inline-block {
  4256.     display: inline-block !important;
  4257.   }
  4258.   .d-xl-block {
  4259.     display: block !important;
  4260.   }
  4261.   .d-xl-grid {
  4262.     display: grid !important;
  4263.   }
  4264.   .d-xl-inline-grid {
  4265.     display: inline-grid !important;
  4266.   }
  4267.   .d-xl-table {
  4268.     display: table !important;
  4269.   }
  4270.   .d-xl-table-row {
  4271.     display: table-row !important;
  4272.   }
  4273.   .d-xl-table-cell {
  4274.     display: table-cell !important;
  4275.   }
  4276.   .d-xl-flex {
  4277.     display: flex !important;
  4278.   }
  4279.   .d-xl-inline-flex {
  4280.     display: inline-flex !important;
  4281.   }
  4282.   .d-xl-none {
  4283.     display: none !important;
  4284.   }
  4285.   .flex-xl-fill {
  4286.     flex: 1 1 auto !important;
  4287.   }
  4288.   .flex-xl-row {
  4289.     flex-direction: row !important;
  4290.   }
  4291.   .flex-xl-column {
  4292.     flex-direction: column !important;
  4293.   }
  4294.   .flex-xl-row-reverse {
  4295.     flex-direction: row-reverse !important;
  4296.   }
  4297.   .flex-xl-column-reverse {
  4298.     flex-direction: column-reverse !important;
  4299.   }
  4300.   .flex-xl-grow-0 {
  4301.     flex-grow: 0 !important;
  4302.   }
  4303.   .flex-xl-grow-1 {
  4304.     flex-grow: 1 !important;
  4305.   }
  4306.   .flex-xl-shrink-0 {
  4307.     flex-shrink: 0 !important;
  4308.   }
  4309.   .flex-xl-shrink-1 {
  4310.     flex-shrink: 1 !important;
  4311.   }
  4312.   .flex-xl-wrap {
  4313.     flex-wrap: wrap !important;
  4314.   }
  4315.   .flex-xl-nowrap {
  4316.     flex-wrap: nowrap !important;
  4317.   }
  4318.   .flex-xl-wrap-reverse {
  4319.     flex-wrap: wrap-reverse !important;
  4320.   }
  4321.   .justify-content-xl-start {
  4322.     justify-content: flex-start !important;
  4323.   }
  4324.   .justify-content-xl-end {
  4325.     justify-content: flex-end !important;
  4326.   }
  4327.   .justify-content-xl-center {
  4328.     justify-content: center !important;
  4329.   }
  4330.   .justify-content-xl-between {
  4331.     justify-content: space-between !important;
  4332.   }
  4333.   .justify-content-xl-around {
  4334.     justify-content: space-around !important;
  4335.   }
  4336.   .justify-content-xl-evenly {
  4337.     justify-content: space-evenly !important;
  4338.   }
  4339.   .align-items-xl-start {
  4340.     align-items: flex-start !important;
  4341.   }
  4342.   .align-items-xl-end {
  4343.     align-items: flex-end !important;
  4344.   }
  4345.   .align-items-xl-center {
  4346.     align-items: center !important;
  4347.   }
  4348.   .align-items-xl-baseline {
  4349.     align-items: baseline !important;
  4350.   }
  4351.   .align-items-xl-stretch {
  4352.     align-items: stretch !important;
  4353.   }
  4354.   .align-content-xl-start {
  4355.     align-content: flex-start !important;
  4356.   }
  4357.   .align-content-xl-end {
  4358.     align-content: flex-end !important;
  4359.   }
  4360.   .align-content-xl-center {
  4361.     align-content: center !important;
  4362.   }
  4363.   .align-content-xl-between {
  4364.     align-content: space-between !important;
  4365.   }
  4366.   .align-content-xl-around {
  4367.     align-content: space-around !important;
  4368.   }
  4369.   .align-content-xl-stretch {
  4370.     align-content: stretch !important;
  4371.   }
  4372.   .align-self-xl-auto {
  4373.     align-self: auto !important;
  4374.   }
  4375.   .align-self-xl-start {
  4376.     align-self: flex-start !important;
  4377.   }
  4378.   .align-self-xl-end {
  4379.     align-self: flex-end !important;
  4380.   }
  4381.   .align-self-xl-center {
  4382.     align-self: center !important;
  4383.   }
  4384.   .align-self-xl-baseline {
  4385.     align-self: baseline !important;
  4386.   }
  4387.   .align-self-xl-stretch {
  4388.     align-self: stretch !important;
  4389.   }
  4390.   .order-xl-first {
  4391.     order: -1 !important;
  4392.   }
  4393.   .order-xl-0 {
  4394.     order: 0 !important;
  4395.   }
  4396.   .order-xl-1 {
  4397.     order: 1 !important;
  4398.   }
  4399.   .order-xl-2 {
  4400.     order: 2 !important;
  4401.   }
  4402.   .order-xl-3 {
  4403.     order: 3 !important;
  4404.   }
  4405.   .order-xl-4 {
  4406.     order: 4 !important;
  4407.   }
  4408.   .order-xl-5 {
  4409.     order: 5 !important;
  4410.   }
  4411.   .order-xl-last {
  4412.     order: 6 !important;
  4413.   }
  4414.   .m-xl-0 {
  4415.     margin: 0 !important;
  4416.   }
  4417.   .m-xl-1 {
  4418.     margin: 0.25rem !important;
  4419.   }
  4420.   .m-xl-2 {
  4421.     margin: 0.5rem !important;
  4422.   }
  4423.   .m-xl-3 {
  4424.     margin: 1rem !important;
  4425.   }
  4426.   .m-xl-4 {
  4427.     margin: 1.5rem !important;
  4428.   }
  4429.   .m-xl-5 {
  4430.     margin: 3rem !important;
  4431.   }
  4432.   .m-xl-auto {
  4433.     margin: auto !important;
  4434.   }
  4435.   .mx-xl-0 {
  4436.     margin-left: 0 !important;
  4437.     margin-right: 0 !important;
  4438.   }
  4439.   .mx-xl-1 {
  4440.     margin-left: 0.25rem !important;
  4441.     margin-right: 0.25rem !important;
  4442.   }
  4443.   .mx-xl-2 {
  4444.     margin-left: 0.5rem !important;
  4445.     margin-right: 0.5rem !important;
  4446.   }
  4447.   .mx-xl-3 {
  4448.     margin-left: 1rem !important;
  4449.     margin-right: 1rem !important;
  4450.   }
  4451.   .mx-xl-4 {
  4452.     margin-left: 1.5rem !important;
  4453.     margin-right: 1.5rem !important;
  4454.   }
  4455.   .mx-xl-5 {
  4456.     margin-left: 3rem !important;
  4457.     margin-right: 3rem !important;
  4458.   }
  4459.   .mx-xl-auto {
  4460.     margin-left: auto !important;
  4461.     margin-right: auto !important;
  4462.   }
  4463.   .my-xl-0 {
  4464.     margin-top: 0 !important;
  4465.     margin-bottom: 0 !important;
  4466.   }
  4467.   .my-xl-1 {
  4468.     margin-top: 0.25rem !important;
  4469.     margin-bottom: 0.25rem !important;
  4470.   }
  4471.   .my-xl-2 {
  4472.     margin-top: 0.5rem !important;
  4473.     margin-bottom: 0.5rem !important;
  4474.   }
  4475.   .my-xl-3 {
  4476.     margin-top: 1rem !important;
  4477.     margin-bottom: 1rem !important;
  4478.   }
  4479.   .my-xl-4 {
  4480.     margin-top: 1.5rem !important;
  4481.     margin-bottom: 1.5rem !important;
  4482.   }
  4483.   .my-xl-5 {
  4484.     margin-top: 3rem !important;
  4485.     margin-bottom: 3rem !important;
  4486.   }
  4487.   .my-xl-auto {
  4488.     margin-top: auto !important;
  4489.     margin-bottom: auto !important;
  4490.   }
  4491.   .mt-xl-0 {
  4492.     margin-top: 0 !important;
  4493.   }
  4494.   .mt-xl-1 {
  4495.     margin-top: 0.25rem !important;
  4496.   }
  4497.   .mt-xl-2 {
  4498.     margin-top: 0.5rem !important;
  4499.   }
  4500.   .mt-xl-3 {
  4501.     margin-top: 1rem !important;
  4502.   }
  4503.   .mt-xl-4 {
  4504.     margin-top: 1.5rem !important;
  4505.   }
  4506.   .mt-xl-5 {
  4507.     margin-top: 3rem !important;
  4508.   }
  4509.   .mt-xl-auto {
  4510.     margin-top: auto !important;
  4511.   }
  4512.   .me-xl-0 {
  4513.     margin-left: 0 !important;
  4514.   }
  4515.   .me-xl-1 {
  4516.     margin-left: 0.25rem !important;
  4517.   }
  4518.   .me-xl-2 {
  4519.     margin-left: 0.5rem !important;
  4520.   }
  4521.   .me-xl-3 {
  4522.     margin-left: 1rem !important;
  4523.   }
  4524.   .me-xl-4 {
  4525.     margin-left: 1.5rem !important;
  4526.   }
  4527.   .me-xl-5 {
  4528.     margin-left: 3rem !important;
  4529.   }
  4530.   .me-xl-auto {
  4531.     margin-left: auto !important;
  4532.   }
  4533.   .mb-xl-0 {
  4534.     margin-bottom: 0 !important;
  4535.   }
  4536.   .mb-xl-1 {
  4537.     margin-bottom: 0.25rem !important;
  4538.   }
  4539.   .mb-xl-2 {
  4540.     margin-bottom: 0.5rem !important;
  4541.   }
  4542.   .mb-xl-3 {
  4543.     margin-bottom: 1rem !important;
  4544.   }
  4545.   .mb-xl-4 {
  4546.     margin-bottom: 1.5rem !important;
  4547.   }
  4548.   .mb-xl-5 {
  4549.     margin-bottom: 3rem !important;
  4550.   }
  4551.   .mb-xl-auto {
  4552.     margin-bottom: auto !important;
  4553.   }
  4554.   .ms-xl-0 {
  4555.     margin-right: 0 !important;
  4556.   }
  4557.   .ms-xl-1 {
  4558.     margin-right: 0.25rem !important;
  4559.   }
  4560.   .ms-xl-2 {
  4561.     margin-right: 0.5rem !important;
  4562.   }
  4563.   .ms-xl-3 {
  4564.     margin-right: 1rem !important;
  4565.   }
  4566.   .ms-xl-4 {
  4567.     margin-right: 1.5rem !important;
  4568.   }
  4569.   .ms-xl-5 {
  4570.     margin-right: 3rem !important;
  4571.   }
  4572.   .ms-xl-auto {
  4573.     margin-right: auto !important;
  4574.   }
  4575.   .p-xl-0 {
  4576.     padding: 0 !important;
  4577.   }
  4578.   .p-xl-1 {
  4579.     padding: 0.25rem !important;
  4580.   }
  4581.   .p-xl-2 {
  4582.     padding: 0.5rem !important;
  4583.   }
  4584.   .p-xl-3 {
  4585.     padding: 1rem !important;
  4586.   }
  4587.   .p-xl-4 {
  4588.     padding: 1.5rem !important;
  4589.   }
  4590.   .p-xl-5 {
  4591.     padding: 3rem !important;
  4592.   }
  4593.   .px-xl-0 {
  4594.     padding-left: 0 !important;
  4595.     padding-right: 0 !important;
  4596.   }
  4597.   .px-xl-1 {
  4598.     padding-left: 0.25rem !important;
  4599.     padding-right: 0.25rem !important;
  4600.   }
  4601.   .px-xl-2 {
  4602.     padding-left: 0.5rem !important;
  4603.     padding-right: 0.5rem !important;
  4604.   }
  4605.   .px-xl-3 {
  4606.     padding-left: 1rem !important;
  4607.     padding-right: 1rem !important;
  4608.   }
  4609.   .px-xl-4 {
  4610.     padding-left: 1.5rem !important;
  4611.     padding-right: 1.5rem !important;
  4612.   }
  4613.   .px-xl-5 {
  4614.     padding-left: 3rem !important;
  4615.     padding-right: 3rem !important;
  4616.   }
  4617.   .py-xl-0 {
  4618.     padding-top: 0 !important;
  4619.     padding-bottom: 0 !important;
  4620.   }
  4621.   .py-xl-1 {
  4622.     padding-top: 0.25rem !important;
  4623.     padding-bottom: 0.25rem !important;
  4624.   }
  4625.   .py-xl-2 {
  4626.     padding-top: 0.5rem !important;
  4627.     padding-bottom: 0.5rem !important;
  4628.   }
  4629.   .py-xl-3 {
  4630.     padding-top: 1rem !important;
  4631.     padding-bottom: 1rem !important;
  4632.   }
  4633.   .py-xl-4 {
  4634.     padding-top: 1.5rem !important;
  4635.     padding-bottom: 1.5rem !important;
  4636.   }
  4637.   .py-xl-5 {
  4638.     padding-top: 3rem !important;
  4639.     padding-bottom: 3rem !important;
  4640.   }
  4641.   .pt-xl-0 {
  4642.     padding-top: 0 !important;
  4643.   }
  4644.   .pt-xl-1 {
  4645.     padding-top: 0.25rem !important;
  4646.   }
  4647.   .pt-xl-2 {
  4648.     padding-top: 0.5rem !important;
  4649.   }
  4650.   .pt-xl-3 {
  4651.     padding-top: 1rem !important;
  4652.   }
  4653.   .pt-xl-4 {
  4654.     padding-top: 1.5rem !important;
  4655.   }
  4656.   .pt-xl-5 {
  4657.     padding-top: 3rem !important;
  4658.   }
  4659.   .pe-xl-0 {
  4660.     padding-left: 0 !important;
  4661.   }
  4662.   .pe-xl-1 {
  4663.     padding-left: 0.25rem !important;
  4664.   }
  4665.   .pe-xl-2 {
  4666.     padding-left: 0.5rem !important;
  4667.   }
  4668.   .pe-xl-3 {
  4669.     padding-left: 1rem !important;
  4670.   }
  4671.   .pe-xl-4 {
  4672.     padding-left: 1.5rem !important;
  4673.   }
  4674.   .pe-xl-5 {
  4675.     padding-left: 3rem !important;
  4676.   }
  4677.   .pb-xl-0 {
  4678.     padding-bottom: 0 !important;
  4679.   }
  4680.   .pb-xl-1 {
  4681.     padding-bottom: 0.25rem !important;
  4682.   }
  4683.   .pb-xl-2 {
  4684.     padding-bottom: 0.5rem !important;
  4685.   }
  4686.   .pb-xl-3 {
  4687.     padding-bottom: 1rem !important;
  4688.   }
  4689.   .pb-xl-4 {
  4690.     padding-bottom: 1.5rem !important;
  4691.   }
  4692.   .pb-xl-5 {
  4693.     padding-bottom: 3rem !important;
  4694.   }
  4695.   .ps-xl-0 {
  4696.     padding-right: 0 !important;
  4697.   }
  4698.   .ps-xl-1 {
  4699.     padding-right: 0.25rem !important;
  4700.   }
  4701.   .ps-xl-2 {
  4702.     padding-right: 0.5rem !important;
  4703.   }
  4704.   .ps-xl-3 {
  4705.     padding-right: 1rem !important;
  4706.   }
  4707.   .ps-xl-4 {
  4708.     padding-right: 1.5rem !important;
  4709.   }
  4710.   .ps-xl-5 {
  4711.     padding-right: 3rem !important;
  4712.   }
  4713.   .gap-xl-0 {
  4714.     gap: 0 !important;
  4715.   }
  4716.   .gap-xl-1 {
  4717.     gap: 0.25rem !important;
  4718.   }
  4719.   .gap-xl-2 {
  4720.     gap: 0.5rem !important;
  4721.   }
  4722.   .gap-xl-3 {
  4723.     gap: 1rem !important;
  4724.   }
  4725.   .gap-xl-4 {
  4726.     gap: 1.5rem !important;
  4727.   }
  4728.   .gap-xl-5 {
  4729.     gap: 3rem !important;
  4730.   }
  4731.   .row-gap-xl-0 {
  4732.     row-gap: 0 !important;
  4733.   }
  4734.   .row-gap-xl-1 {
  4735.     row-gap: 0.25rem !important;
  4736.   }
  4737.   .row-gap-xl-2 {
  4738.     row-gap: 0.5rem !important;
  4739.   }
  4740.   .row-gap-xl-3 {
  4741.     row-gap: 1rem !important;
  4742.   }
  4743.   .row-gap-xl-4 {
  4744.     row-gap: 1.5rem !important;
  4745.   }
  4746.   .row-gap-xl-5 {
  4747.     row-gap: 3rem !important;
  4748.   }
  4749.   .column-gap-xl-0 {
  4750.     -moz-column-gap: 0 !important;
  4751.     column-gap: 0 !important;
  4752.   }
  4753.   .column-gap-xl-1 {
  4754.     -moz-column-gap: 0.25rem !important;
  4755.     column-gap: 0.25rem !important;
  4756.   }
  4757.   .column-gap-xl-2 {
  4758.     -moz-column-gap: 0.5rem !important;
  4759.     column-gap: 0.5rem !important;
  4760.   }
  4761.   .column-gap-xl-3 {
  4762.     -moz-column-gap: 1rem !important;
  4763.     column-gap: 1rem !important;
  4764.   }
  4765.   .column-gap-xl-4 {
  4766.     -moz-column-gap: 1.5rem !important;
  4767.     column-gap: 1.5rem !important;
  4768.   }
  4769.   .column-gap-xl-5 {
  4770.     -moz-column-gap: 3rem !important;
  4771.     column-gap: 3rem !important;
  4772.   }
  4773.   .text-xl-start {
  4774.     text-align: right !important;
  4775.   }
  4776.   .text-xl-end {
  4777.     text-align: left !important;
  4778.   }
  4779.   .text-xl-center {
  4780.     text-align: center !important;
  4781.   }
  4782. }
  4783. @media (min-width: 1400px) {
  4784.   .float-xxl-start {
  4785.     float: right !important;
  4786.   }
  4787.   .float-xxl-end {
  4788.     float: left !important;
  4789.   }
  4790.   .float-xxl-none {
  4791.     float: none !important;
  4792.   }
  4793.   .object-fit-xxl-contain {
  4794.     -o-object-fit: contain !important;
  4795.     object-fit: contain !important;
  4796.   }
  4797.   .object-fit-xxl-cover {
  4798.     -o-object-fit: cover !important;
  4799.     object-fit: cover !important;
  4800.   }
  4801.   .object-fit-xxl-fill {
  4802.     -o-object-fit: fill !important;
  4803.     object-fit: fill !important;
  4804.   }
  4805.   .object-fit-xxl-scale {
  4806.     -o-object-fit: scale-down !important;
  4807.     object-fit: scale-down !important;
  4808.   }
  4809.   .object-fit-xxl-none {
  4810.     -o-object-fit: none !important;
  4811.     object-fit: none !important;
  4812.   }
  4813.   .d-xxl-inline {
  4814.     display: inline !important;
  4815.   }
  4816.   .d-xxl-inline-block {
  4817.     display: inline-block !important;
  4818.   }
  4819.   .d-xxl-block {
  4820.     display: block !important;
  4821.   }
  4822.   .d-xxl-grid {
  4823.     display: grid !important;
  4824.   }
  4825.   .d-xxl-inline-grid {
  4826.     display: inline-grid !important;
  4827.   }
  4828.   .d-xxl-table {
  4829.     display: table !important;
  4830.   }
  4831.   .d-xxl-table-row {
  4832.     display: table-row !important;
  4833.   }
  4834.   .d-xxl-table-cell {
  4835.     display: table-cell !important;
  4836.   }
  4837.   .d-xxl-flex {
  4838.     display: flex !important;
  4839.   }
  4840.   .d-xxl-inline-flex {
  4841.     display: inline-flex !important;
  4842.   }
  4843.   .d-xxl-none {
  4844.     display: none !important;
  4845.   }
  4846.   .flex-xxl-fill {
  4847.     flex: 1 1 auto !important;
  4848.   }
  4849.   .flex-xxl-row {
  4850.     flex-direction: row !important;
  4851.   }
  4852.   .flex-xxl-column {
  4853.     flex-direction: column !important;
  4854.   }
  4855.   .flex-xxl-row-reverse {
  4856.     flex-direction: row-reverse !important;
  4857.   }
  4858.   .flex-xxl-column-reverse {
  4859.     flex-direction: column-reverse !important;
  4860.   }
  4861.   .flex-xxl-grow-0 {
  4862.     flex-grow: 0 !important;
  4863.   }
  4864.   .flex-xxl-grow-1 {
  4865.     flex-grow: 1 !important;
  4866.   }
  4867.   .flex-xxl-shrink-0 {
  4868.     flex-shrink: 0 !important;
  4869.   }
  4870.   .flex-xxl-shrink-1 {
  4871.     flex-shrink: 1 !important;
  4872.   }
  4873.   .flex-xxl-wrap {
  4874.     flex-wrap: wrap !important;
  4875.   }
  4876.   .flex-xxl-nowrap {
  4877.     flex-wrap: nowrap !important;
  4878.   }
  4879.   .flex-xxl-wrap-reverse {
  4880.     flex-wrap: wrap-reverse !important;
  4881.   }
  4882.   .justify-content-xxl-start {
  4883.     justify-content: flex-start !important;
  4884.   }
  4885.   .justify-content-xxl-end {
  4886.     justify-content: flex-end !important;
  4887.   }
  4888.   .justify-content-xxl-center {
  4889.     justify-content: center !important;
  4890.   }
  4891.   .justify-content-xxl-between {
  4892.     justify-content: space-between !important;
  4893.   }
  4894.   .justify-content-xxl-around {
  4895.     justify-content: space-around !important;
  4896.   }
  4897.   .justify-content-xxl-evenly {
  4898.     justify-content: space-evenly !important;
  4899.   }
  4900.   .align-items-xxl-start {
  4901.     align-items: flex-start !important;
  4902.   }
  4903.   .align-items-xxl-end {
  4904.     align-items: flex-end !important;
  4905.   }
  4906.   .align-items-xxl-center {
  4907.     align-items: center !important;
  4908.   }
  4909.   .align-items-xxl-baseline {
  4910.     align-items: baseline !important;
  4911.   }
  4912.   .align-items-xxl-stretch {
  4913.     align-items: stretch !important;
  4914.   }
  4915.   .align-content-xxl-start {
  4916.     align-content: flex-start !important;
  4917.   }
  4918.   .align-content-xxl-end {
  4919.     align-content: flex-end !important;
  4920.   }
  4921.   .align-content-xxl-center {
  4922.     align-content: center !important;
  4923.   }
  4924.   .align-content-xxl-between {
  4925.     align-content: space-between !important;
  4926.   }
  4927.   .align-content-xxl-around {
  4928.     align-content: space-around !important;
  4929.   }
  4930.   .align-content-xxl-stretch {
  4931.     align-content: stretch !important;
  4932.   }
  4933.   .align-self-xxl-auto {
  4934.     align-self: auto !important;
  4935.   }
  4936.   .align-self-xxl-start {
  4937.     align-self: flex-start !important;
  4938.   }
  4939.   .align-self-xxl-end {
  4940.     align-self: flex-end !important;
  4941.   }
  4942.   .align-self-xxl-center {
  4943.     align-self: center !important;
  4944.   }
  4945.   .align-self-xxl-baseline {
  4946.     align-self: baseline !important;
  4947.   }
  4948.   .align-self-xxl-stretch {
  4949.     align-self: stretch !important;
  4950.   }
  4951.   .order-xxl-first {
  4952.     order: -1 !important;
  4953.   }
  4954.   .order-xxl-0 {
  4955.     order: 0 !important;
  4956.   }
  4957.   .order-xxl-1 {
  4958.     order: 1 !important;
  4959.   }
  4960.   .order-xxl-2 {
  4961.     order: 2 !important;
  4962.   }
  4963.   .order-xxl-3 {
  4964.     order: 3 !important;
  4965.   }
  4966.   .order-xxl-4 {
  4967.     order: 4 !important;
  4968.   }
  4969.   .order-xxl-5 {
  4970.     order: 5 !important;
  4971.   }
  4972.   .order-xxl-last {
  4973.     order: 6 !important;
  4974.   }
  4975.   .m-xxl-0 {
  4976.     margin: 0 !important;
  4977.   }
  4978.   .m-xxl-1 {
  4979.     margin: 0.25rem !important;
  4980.   }
  4981.   .m-xxl-2 {
  4982.     margin: 0.5rem !important;
  4983.   }
  4984.   .m-xxl-3 {
  4985.     margin: 1rem !important;
  4986.   }
  4987.   .m-xxl-4 {
  4988.     margin: 1.5rem !important;
  4989.   }
  4990.   .m-xxl-5 {
  4991.     margin: 3rem !important;
  4992.   }
  4993.   .m-xxl-auto {
  4994.     margin: auto !important;
  4995.   }
  4996.   .mx-xxl-0 {
  4997.     margin-left: 0 !important;
  4998.     margin-right: 0 !important;
  4999.   }
  5000.   .mx-xxl-1 {
  5001.     margin-left: 0.25rem !important;
  5002.     margin-right: 0.25rem !important;
  5003.   }
  5004.   .mx-xxl-2 {
  5005.     margin-left: 0.5rem !important;
  5006.     margin-right: 0.5rem !important;
  5007.   }
  5008.   .mx-xxl-3 {
  5009.     margin-left: 1rem !important;
  5010.     margin-right: 1rem !important;
  5011.   }
  5012.   .mx-xxl-4 {
  5013.     margin-left: 1.5rem !important;
  5014.     margin-right: 1.5rem !important;
  5015.   }
  5016.   .mx-xxl-5 {
  5017.     margin-left: 3rem !important;
  5018.     margin-right: 3rem !important;
  5019.   }
  5020.   .mx-xxl-auto {
  5021.     margin-left: auto !important;
  5022.     margin-right: auto !important;
  5023.   }
  5024.   .my-xxl-0 {
  5025.     margin-top: 0 !important;
  5026.     margin-bottom: 0 !important;
  5027.   }
  5028.   .my-xxl-1 {
  5029.     margin-top: 0.25rem !important;
  5030.     margin-bottom: 0.25rem !important;
  5031.   }
  5032.   .my-xxl-2 {
  5033.     margin-top: 0.5rem !important;
  5034.     margin-bottom: 0.5rem !important;
  5035.   }
  5036.   .my-xxl-3 {
  5037.     margin-top: 1rem !important;
  5038.     margin-bottom: 1rem !important;
  5039.   }
  5040.   .my-xxl-4 {
  5041.     margin-top: 1.5rem !important;
  5042.     margin-bottom: 1.5rem !important;
  5043.   }
  5044.   .my-xxl-5 {
  5045.     margin-top: 3rem !important;
  5046.     margin-bottom: 3rem !important;
  5047.   }
  5048.   .my-xxl-auto {
  5049.     margin-top: auto !important;
  5050.     margin-bottom: auto !important;
  5051.   }
  5052.   .mt-xxl-0 {
  5053.     margin-top: 0 !important;
  5054.   }
  5055.   .mt-xxl-1 {
  5056.     margin-top: 0.25rem !important;
  5057.   }
  5058.   .mt-xxl-2 {
  5059.     margin-top: 0.5rem !important;
  5060.   }
  5061.   .mt-xxl-3 {
  5062.     margin-top: 1rem !important;
  5063.   }
  5064.   .mt-xxl-4 {
  5065.     margin-top: 1.5rem !important;
  5066.   }
  5067.   .mt-xxl-5 {
  5068.     margin-top: 3rem !important;
  5069.   }
  5070.   .mt-xxl-auto {
  5071.     margin-top: auto !important;
  5072.   }
  5073.   .me-xxl-0 {
  5074.     margin-left: 0 !important;
  5075.   }
  5076.   .me-xxl-1 {
  5077.     margin-left: 0.25rem !important;
  5078.   }
  5079.   .me-xxl-2 {
  5080.     margin-left: 0.5rem !important;
  5081.   }
  5082.   .me-xxl-3 {
  5083.     margin-left: 1rem !important;
  5084.   }
  5085.   .me-xxl-4 {
  5086.     margin-left: 1.5rem !important;
  5087.   }
  5088.   .me-xxl-5 {
  5089.     margin-left: 3rem !important;
  5090.   }
  5091.   .me-xxl-auto {
  5092.     margin-left: auto !important;
  5093.   }
  5094.   .mb-xxl-0 {
  5095.     margin-bottom: 0 !important;
  5096.   }
  5097.   .mb-xxl-1 {
  5098.     margin-bottom: 0.25rem !important;
  5099.   }
  5100.   .mb-xxl-2 {
  5101.     margin-bottom: 0.5rem !important;
  5102.   }
  5103.   .mb-xxl-3 {
  5104.     margin-bottom: 1rem !important;
  5105.   }
  5106.   .mb-xxl-4 {
  5107.     margin-bottom: 1.5rem !important;
  5108.   }
  5109.   .mb-xxl-5 {
  5110.     margin-bottom: 3rem !important;
  5111.   }
  5112.   .mb-xxl-auto {
  5113.     margin-bottom: auto !important;
  5114.   }
  5115.   .ms-xxl-0 {
  5116.     margin-right: 0 !important;
  5117.   }
  5118.   .ms-xxl-1 {
  5119.     margin-right: 0.25rem !important;
  5120.   }
  5121.   .ms-xxl-2 {
  5122.     margin-right: 0.5rem !important;
  5123.   }
  5124.   .ms-xxl-3 {
  5125.     margin-right: 1rem !important;
  5126.   }
  5127.   .ms-xxl-4 {
  5128.     margin-right: 1.5rem !important;
  5129.   }
  5130.   .ms-xxl-5 {
  5131.     margin-right: 3rem !important;
  5132.   }
  5133.   .ms-xxl-auto {
  5134.     margin-right: auto !important;
  5135.   }
  5136.   .p-xxl-0 {
  5137.     padding: 0 !important;
  5138.   }
  5139.   .p-xxl-1 {
  5140.     padding: 0.25rem !important;
  5141.   }
  5142.   .p-xxl-2 {
  5143.     padding: 0.5rem !important;
  5144.   }
  5145.   .p-xxl-3 {
  5146.     padding: 1rem !important;
  5147.   }
  5148.   .p-xxl-4 {
  5149.     padding: 1.5rem !important;
  5150.   }
  5151.   .p-xxl-5 {
  5152.     padding: 3rem !important;
  5153.   }
  5154.   .px-xxl-0 {
  5155.     padding-left: 0 !important;
  5156.     padding-right: 0 !important;
  5157.   }
  5158.   .px-xxl-1 {
  5159.     padding-left: 0.25rem !important;
  5160.     padding-right: 0.25rem !important;
  5161.   }
  5162.   .px-xxl-2 {
  5163.     padding-left: 0.5rem !important;
  5164.     padding-right: 0.5rem !important;
  5165.   }
  5166.   .px-xxl-3 {
  5167.     padding-left: 1rem !important;
  5168.     padding-right: 1rem !important;
  5169.   }
  5170.   .px-xxl-4 {
  5171.     padding-left: 1.5rem !important;
  5172.     padding-right: 1.5rem !important;
  5173.   }
  5174.   .px-xxl-5 {
  5175.     padding-left: 3rem !important;
  5176.     padding-right: 3rem !important;
  5177.   }
  5178.   .py-xxl-0 {
  5179.     padding-top: 0 !important;
  5180.     padding-bottom: 0 !important;
  5181.   }
  5182.   .py-xxl-1 {
  5183.     padding-top: 0.25rem !important;
  5184.     padding-bottom: 0.25rem !important;
  5185.   }
  5186.   .py-xxl-2 {
  5187.     padding-top: 0.5rem !important;
  5188.     padding-bottom: 0.5rem !important;
  5189.   }
  5190.   .py-xxl-3 {
  5191.     padding-top: 1rem !important;
  5192.     padding-bottom: 1rem !important;
  5193.   }
  5194.   .py-xxl-4 {
  5195.     padding-top: 1.5rem !important;
  5196.     padding-bottom: 1.5rem !important;
  5197.   }
  5198.   .py-xxl-5 {
  5199.     padding-top: 3rem !important;
  5200.     padding-bottom: 3rem !important;
  5201.   }
  5202.   .pt-xxl-0 {
  5203.     padding-top: 0 !important;
  5204.   }
  5205.   .pt-xxl-1 {
  5206.     padding-top: 0.25rem !important;
  5207.   }
  5208.   .pt-xxl-2 {
  5209.     padding-top: 0.5rem !important;
  5210.   }
  5211.   .pt-xxl-3 {
  5212.     padding-top: 1rem !important;
  5213.   }
  5214.   .pt-xxl-4 {
  5215.     padding-top: 1.5rem !important;
  5216.   }
  5217.   .pt-xxl-5 {
  5218.     padding-top: 3rem !important;
  5219.   }
  5220.   .pe-xxl-0 {
  5221.     padding-left: 0 !important;
  5222.   }
  5223.   .pe-xxl-1 {
  5224.     padding-left: 0.25rem !important;
  5225.   }
  5226.   .pe-xxl-2 {
  5227.     padding-left: 0.5rem !important;
  5228.   }
  5229.   .pe-xxl-3 {
  5230.     padding-left: 1rem !important;
  5231.   }
  5232.   .pe-xxl-4 {
  5233.     padding-left: 1.5rem !important;
  5234.   }
  5235.   .pe-xxl-5 {
  5236.     padding-left: 3rem !important;
  5237.   }
  5238.   .pb-xxl-0 {
  5239.     padding-bottom: 0 !important;
  5240.   }
  5241.   .pb-xxl-1 {
  5242.     padding-bottom: 0.25rem !important;
  5243.   }
  5244.   .pb-xxl-2 {
  5245.     padding-bottom: 0.5rem !important;
  5246.   }
  5247.   .pb-xxl-3 {
  5248.     padding-bottom: 1rem !important;
  5249.   }
  5250.   .pb-xxl-4 {
  5251.     padding-bottom: 1.5rem !important;
  5252.   }
  5253.   .pb-xxl-5 {
  5254.     padding-bottom: 3rem !important;
  5255.   }
  5256.   .ps-xxl-0 {
  5257.     padding-right: 0 !important;
  5258.   }
  5259.   .ps-xxl-1 {
  5260.     padding-right: 0.25rem !important;
  5261.   }
  5262.   .ps-xxl-2 {
  5263.     padding-right: 0.5rem !important;
  5264.   }
  5265.   .ps-xxl-3 {
  5266.     padding-right: 1rem !important;
  5267.   }
  5268.   .ps-xxl-4 {
  5269.     padding-right: 1.5rem !important;
  5270.   }
  5271.   .ps-xxl-5 {
  5272.     padding-right: 3rem !important;
  5273.   }
  5274.   .gap-xxl-0 {
  5275.     gap: 0 !important;
  5276.   }
  5277.   .gap-xxl-1 {
  5278.     gap: 0.25rem !important;
  5279.   }
  5280.   .gap-xxl-2 {
  5281.     gap: 0.5rem !important;
  5282.   }
  5283.   .gap-xxl-3 {
  5284.     gap: 1rem !important;
  5285.   }
  5286.   .gap-xxl-4 {
  5287.     gap: 1.5rem !important;
  5288.   }
  5289.   .gap-xxl-5 {
  5290.     gap: 3rem !important;
  5291.   }
  5292.   .row-gap-xxl-0 {
  5293.     row-gap: 0 !important;
  5294.   }
  5295.   .row-gap-xxl-1 {
  5296.     row-gap: 0.25rem !important;
  5297.   }
  5298.   .row-gap-xxl-2 {
  5299.     row-gap: 0.5rem !important;
  5300.   }
  5301.   .row-gap-xxl-3 {
  5302.     row-gap: 1rem !important;
  5303.   }
  5304.   .row-gap-xxl-4 {
  5305.     row-gap: 1.5rem !important;
  5306.   }
  5307.   .row-gap-xxl-5 {
  5308.     row-gap: 3rem !important;
  5309.   }
  5310.   .column-gap-xxl-0 {
  5311.     -moz-column-gap: 0 !important;
  5312.     column-gap: 0 !important;
  5313.   }
  5314.   .column-gap-xxl-1 {
  5315.     -moz-column-gap: 0.25rem !important;
  5316.     column-gap: 0.25rem !important;
  5317.   }
  5318.   .column-gap-xxl-2 {
  5319.     -moz-column-gap: 0.5rem !important;
  5320.     column-gap: 0.5rem !important;
  5321.   }
  5322.   .column-gap-xxl-3 {
  5323.     -moz-column-gap: 1rem !important;
  5324.     column-gap: 1rem !important;
  5325.   }
  5326.   .column-gap-xxl-4 {
  5327.     -moz-column-gap: 1.5rem !important;
  5328.     column-gap: 1.5rem !important;
  5329.   }
  5330.   .column-gap-xxl-5 {
  5331.     -moz-column-gap: 3rem !important;
  5332.     column-gap: 3rem !important;
  5333.   }
  5334.   .text-xxl-start {
  5335.     text-align: right !important;
  5336.   }
  5337.   .text-xxl-end {
  5338.     text-align: left !important;
  5339.   }
  5340.   .text-xxl-center {
  5341.     text-align: center !important;
  5342.   }
  5343. }
  5344. @media (min-width: 1200px) {
  5345.   .fs-1 {
  5346.     font-size: 2.5rem !important;
  5347.   }
  5348.   .fs-2 {
  5349.     font-size: 2rem !important;
  5350.   }
  5351.   .fs-3 {
  5352.     font-size: 1.75rem !important;
  5353.   }
  5354.   .fs-4 {
  5355.     font-size: 1.5rem !important;
  5356.   }
  5357. }
  5358. @media print {
  5359.   .d-print-inline {
  5360.     display: inline !important;
  5361.   }
  5362.   .d-print-inline-block {
  5363.     display: inline-block !important;
  5364.   }
  5365.   .d-print-block {
  5366.     display: block !important;
  5367.   }
  5368.   .d-print-grid {
  5369.     display: grid !important;
  5370.   }
  5371.   .d-print-inline-grid {
  5372.     display: inline-grid !important;
  5373.   }
  5374.   .d-print-table {
  5375.     display: table !important;
  5376.   }
  5377.   .d-print-table-row {
  5378.     display: table-row !important;
  5379.   }
  5380.   .d-print-table-cell {
  5381.     display: table-cell !important;
  5382.   }
  5383.   .d-print-flex {
  5384.     display: flex !important;
  5385.   }
  5386.   .d-print-inline-flex {
  5387.     display: inline-flex !important;
  5388.   }
  5389.   .d-print-none {
  5390.     display: none !important;
  5391.   }
  5392. }
  5393. /*# sourceMappingURL=bootstrap-utilities.rtl.css.map */