diff --git a/build/build-sass.ts b/build/build-sass.ts index bc244cc5..ac159181 100644 --- a/build/build-sass.ts +++ b/build/build-sass.ts @@ -93,15 +93,10 @@ packageNamesRequested.forEach(async workspace => { if (repositoryInfo.name === repositoryConfig.ccm.name) { // Compile SASS - const jstreeFile = compileSass('jstree.scss', 'src/scss/packages/ccm/'); const tempusDominusFile = compileSass('tempus-dominus.scss', 'src/scss/packages/ccm/'); const vendorsFile = compileSass('vendors.scss', 'src/scss/packages/ccm/'); - // Modify the contents of the CSS - jstreeFile.css = jstreeFile.css.replaceAll('url("32px.png")', 'var(--jstree-image-checkbox-path)'); - // Output CSS - await outputAndMinifyCss('jstree', workspace, jstreeFile); await outputAndMinifyCss('tempus-dominus', workspace, tempusDominusFile); await outputAndMinifyCss('vendors', workspace, vendorsFile); } diff --git a/package.json b/package.json index ecfa0e02..5e9a0814 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,15 @@ "packages/*" ], "devDependencies": { - "cssnano": "^7.1.4", - "postcss": "^8.5.9", + "cssnano": "^7.1.7", + "postcss": "^8.5.12", "sass": "^1.99.0", "stylelint": "^16.26.1", "stylelint-config-twbs-bootstrap": "^16.1.0" }, + "resolutions": { + "uuid": "^14.0.0" + }, "scripts": { "audit": "yarn npm audit --all --recursive --no-deprecations", "build": "yarn build-clean \"$@\" dist && yarn build-js \"$@\" && yarn build-sass \"$@\" && yarn build-partials \"$@\" && yarn build-assets \"$@\" && yarn build-clean \"$@\" temp", diff --git a/packages/astro/package.json b/packages/astro/package.json index acb88802..d8c966ad 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,16 +1,16 @@ { "name": "@chocolatey-software/astro", - "version": "2.7.0", + "version": "2.8.0", "description": "Chocolatey Software theme assets for Astro.", "author": "Chocolatey Software (https://chocolatey.org/)", "homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/astro#readme", "license": "Apache-2.0", "dependencies": { - "@astrojs/mdx": "5.0.3", - "@astrojs/node": "10.0.4", + "@astrojs/mdx": "5.0.4", + "@astrojs/node": "10.0.6", "@astrojs/rss": "4.0.18", "@astrojs/sitemap": "3.7.2", - "astro": "6.1.5", + "astro": "6.1.10", "rehype-mermaid": "^3.0.0", "remark-custom-header-id": "^1.0.0" }, diff --git a/packages/blog/dist/css/blog.css b/packages/blog/dist/css/blog.css index ea7082b4..bfa6e7d9 100644 --- a/packages/blog/dist/css/blog.css +++ b/packages/blog/dist/css/blog.css @@ -16840,6 +16840,14 @@ textarea.form-control-lg { z-index: 1021 !important; } +.z-1070 { + z-index: 1070 !important; +} + +.z-2000 { + z-index: 2000 !important; +} + .rotate-10 { transform: rotate(10deg) !important; } @@ -18236,6 +18244,10 @@ textarea.form-control-lg { min-height: 40px !important; } +.min-h-px-42 { + min-height: 42px !important; +} + .min-h-px-50 { min-height: 50px !important; } @@ -18268,6 +18280,14 @@ textarea.form-control-lg { min-height: 100px !important; } +.min-h-px-107 { + min-height: 107px !important; +} + +.min-h-px-110 { + min-height: 110px !important; +} + .min-h-px-125 { min-height: 125px !important; } @@ -18276,10 +18296,18 @@ textarea.form-control-lg { min-height: 130px !important; } +.min-h-px-191 { + min-height: 191px !important; +} + .min-h-px-200 { min-height: 200px !important; } +.min-h-px-205 { + min-height: 205px !important; +} + .min-h-px-250 { min-height: 250px !important; } @@ -18288,14 +18316,158 @@ textarea.form-control-lg { min-height: 300px !important; } +.min-h-px-335 { + min-height: 335px !important; +} + .min-h-px-400 { min-height: 400px !important; } +.min-h-px-450 { + min-height: 450px !important; +} + .min-h-px-500 { min-height: 500px !important; } +.min-h-px-650 { + min-height: 650px !important; +} + +.max-h-px-0 { + max-height: 0 !important; +} + +.max-h-px-5 { + max-height: 5px !important; +} + +.max-h-px-10 { + max-height: 10px !important; +} + +.max-h-px-15 { + max-height: 15px !important; +} + +.max-h-px-16 { + max-height: 16px !important; +} + +.max-h-px-20 { + max-height: 20px !important; +} + +.max-h-px-25 { + max-height: 25px !important; +} + +.max-h-px-30 { + max-height: 30px !important; +} + +.max-h-px-35 { + max-height: 35px !important; +} + +.max-h-px-40 { + max-height: 40px !important; +} + +.max-h-px-42 { + max-height: 42px !important; +} + +.max-h-px-50 { + max-height: 50px !important; +} + +.max-h-px-60 { + max-height: 60px !important; +} + +.max-h-px-65 { + max-height: 65px !important; +} + +.max-h-px-70 { + max-height: 70px !important; +} + +.max-h-px-75 { + max-height: 75px !important; +} + +.max-h-px-80 { + max-height: 80px !important; +} + +.max-h-px-90 { + max-height: 90px !important; +} + +.max-h-px-100 { + max-height: 100px !important; +} + +.max-h-px-107 { + max-height: 107px !important; +} + +.max-h-px-110 { + max-height: 110px !important; +} + +.max-h-px-125 { + max-height: 125px !important; +} + +.max-h-px-130 { + max-height: 130px !important; +} + +.max-h-px-191 { + max-height: 191px !important; +} + +.max-h-px-200 { + max-height: 200px !important; +} + +.max-h-px-205 { + max-height: 205px !important; +} + +.max-h-px-250 { + max-height: 250px !important; +} + +.max-h-px-300 { + max-height: 300px !important; +} + +.max-h-px-335 { + max-height: 335px !important; +} + +.max-h-px-400 { + max-height: 400px !important; +} + +.max-h-px-450 { + max-height: 450px !important; +} + +.max-h-px-500 { + max-height: 500px !important; +} + +.max-h-px-650 { + max-height: 650px !important; +} + .min-w-px-0 { min-width: 0 !important; } @@ -18336,6 +18508,10 @@ textarea.form-control-lg { min-width: 40px !important; } +.min-w-px-42 { + min-width: 42px !important; +} + .min-w-px-50 { min-width: 50px !important; } @@ -18368,6 +18544,14 @@ textarea.form-control-lg { min-width: 100px !important; } +.min-w-px-107 { + min-width: 107px !important; +} + +.min-w-px-110 { + min-width: 110px !important; +} + .min-w-px-125 { min-width: 125px !important; } @@ -18376,10 +18560,18 @@ textarea.form-control-lg { min-width: 130px !important; } +.min-w-px-191 { + min-width: 191px !important; +} + .min-w-px-200 { min-width: 200px !important; } +.min-w-px-205 { + min-width: 205px !important; +} + .min-w-px-250 { min-width: 250px !important; } @@ -18388,14 +18580,26 @@ textarea.form-control-lg { min-width: 300px !important; } +.min-w-px-335 { + min-width: 335px !important; +} + .min-w-px-400 { min-width: 400px !important; } +.min-w-px-450 { + min-width: 450px !important; +} + .min-w-px-500 { min-width: 500px !important; } +.min-w-px-650 { + min-width: 650px !important; +} + .h-px-0 { height: 0 !important; } @@ -18436,6 +18640,10 @@ textarea.form-control-lg { height: 40px !important; } +.h-px-42 { + height: 42px !important; +} + .h-px-50 { height: 50px !important; } @@ -18468,6 +18676,14 @@ textarea.form-control-lg { height: 100px !important; } +.h-px-107 { + height: 107px !important; +} + +.h-px-110 { + height: 110px !important; +} + .h-px-125 { height: 125px !important; } @@ -18476,10 +18692,18 @@ textarea.form-control-lg { height: 130px !important; } +.h-px-191 { + height: 191px !important; +} + .h-px-200 { height: 200px !important; } +.h-px-205 { + height: 205px !important; +} + .h-px-250 { height: 250px !important; } @@ -18488,14 +18712,26 @@ textarea.form-control-lg { height: 300px !important; } +.h-px-335 { + height: 335px !important; +} + .h-px-400 { height: 400px !important; } +.h-px-450 { + height: 450px !important; +} + .h-px-500 { height: 500px !important; } +.h-px-650 { + height: 650px !important; +} + .w-px-0 { width: 0 !important; } @@ -18536,6 +18772,10 @@ textarea.form-control-lg { width: 40px !important; } +.w-px-42 { + width: 42px !important; +} + .w-px-50 { width: 50px !important; } @@ -18568,6 +18808,14 @@ textarea.form-control-lg { width: 100px !important; } +.w-px-107 { + width: 107px !important; +} + +.w-px-110 { + width: 110px !important; +} + .w-px-125 { width: 125px !important; } @@ -18576,10 +18824,18 @@ textarea.form-control-lg { width: 130px !important; } +.w-px-191 { + width: 191px !important; +} + .w-px-200 { width: 200px !important; } +.w-px-205 { + width: 205px !important; +} + .w-px-250 { width: 250px !important; } @@ -18588,14 +18844,26 @@ textarea.form-control-lg { width: 300px !important; } +.w-px-335 { + width: 335px !important; +} + .w-px-400 { width: 400px !important; } +.w-px-450 { + width: 450px !important; +} + .w-px-500 { width: 500px !important; } +.w-px-650 { + width: 650px !important; +} + .min-h-0 { min-height: 0% !important; } @@ -22588,6 +22856,9 @@ textarea.form-control-lg { .h-px-sm-40 { height: 40px !important; } + .h-px-sm-42 { + height: 42px !important; + } .h-px-sm-50 { height: 50px !important; } @@ -22612,27 +22883,48 @@ textarea.form-control-lg { .h-px-sm-100 { height: 100px !important; } + .h-px-sm-107 { + height: 107px !important; + } + .h-px-sm-110 { + height: 110px !important; + } .h-px-sm-125 { height: 125px !important; } .h-px-sm-130 { height: 130px !important; } + .h-px-sm-191 { + height: 191px !important; + } .h-px-sm-200 { height: 200px !important; } + .h-px-sm-205 { + height: 205px !important; + } .h-px-sm-250 { height: 250px !important; } .h-px-sm-300 { height: 300px !important; } + .h-px-sm-335 { + height: 335px !important; + } .h-px-sm-400 { height: 400px !important; } + .h-px-sm-450 { + height: 450px !important; + } .h-px-sm-500 { height: 500px !important; } + .h-px-sm-650 { + height: 650px !important; + } } @media (min-width: 768px) { .float-md-start { @@ -26370,6 +26662,9 @@ textarea.form-control-lg { .h-px-md-40 { height: 40px !important; } + .h-px-md-42 { + height: 42px !important; + } .h-px-md-50 { height: 50px !important; } @@ -26394,27 +26689,48 @@ textarea.form-control-lg { .h-px-md-100 { height: 100px !important; } + .h-px-md-107 { + height: 107px !important; + } + .h-px-md-110 { + height: 110px !important; + } .h-px-md-125 { height: 125px !important; } .h-px-md-130 { height: 130px !important; } + .h-px-md-191 { + height: 191px !important; + } .h-px-md-200 { height: 200px !important; } + .h-px-md-205 { + height: 205px !important; + } .h-px-md-250 { height: 250px !important; } .h-px-md-300 { height: 300px !important; } + .h-px-md-335 { + height: 335px !important; + } .h-px-md-400 { height: 400px !important; } + .h-px-md-450 { + height: 450px !important; + } .h-px-md-500 { height: 500px !important; } + .h-px-md-650 { + height: 650px !important; + } } @media (min-width: 992px) { .float-lg-start { @@ -30152,6 +30468,9 @@ textarea.form-control-lg { .h-px-lg-40 { height: 40px !important; } + .h-px-lg-42 { + height: 42px !important; + } .h-px-lg-50 { height: 50px !important; } @@ -30176,27 +30495,48 @@ textarea.form-control-lg { .h-px-lg-100 { height: 100px !important; } + .h-px-lg-107 { + height: 107px !important; + } + .h-px-lg-110 { + height: 110px !important; + } .h-px-lg-125 { height: 125px !important; } .h-px-lg-130 { height: 130px !important; } + .h-px-lg-191 { + height: 191px !important; + } .h-px-lg-200 { height: 200px !important; } + .h-px-lg-205 { + height: 205px !important; + } .h-px-lg-250 { height: 250px !important; } .h-px-lg-300 { height: 300px !important; } + .h-px-lg-335 { + height: 335px !important; + } .h-px-lg-400 { height: 400px !important; } + .h-px-lg-450 { + height: 450px !important; + } .h-px-lg-500 { height: 500px !important; } + .h-px-lg-650 { + height: 650px !important; + } } @media (min-width: 1200px) { .float-xl-start { @@ -33934,6 +34274,9 @@ textarea.form-control-lg { .h-px-xl-40 { height: 40px !important; } + .h-px-xl-42 { + height: 42px !important; + } .h-px-xl-50 { height: 50px !important; } @@ -33958,27 +34301,48 @@ textarea.form-control-lg { .h-px-xl-100 { height: 100px !important; } + .h-px-xl-107 { + height: 107px !important; + } + .h-px-xl-110 { + height: 110px !important; + } .h-px-xl-125 { height: 125px !important; } .h-px-xl-130 { height: 130px !important; } + .h-px-xl-191 { + height: 191px !important; + } .h-px-xl-200 { height: 200px !important; } + .h-px-xl-205 { + height: 205px !important; + } .h-px-xl-250 { height: 250px !important; } .h-px-xl-300 { height: 300px !important; } + .h-px-xl-335 { + height: 335px !important; + } .h-px-xl-400 { height: 400px !important; } + .h-px-xl-450 { + height: 450px !important; + } .h-px-xl-500 { height: 500px !important; } + .h-px-xl-650 { + height: 650px !important; + } } @media (min-width: 1400px) { .float-xxl-start { @@ -37716,6 +38080,9 @@ textarea.form-control-lg { .h-px-xxl-40 { height: 40px !important; } + .h-px-xxl-42 { + height: 42px !important; + } .h-px-xxl-50 { height: 50px !important; } @@ -37740,27 +38107,48 @@ textarea.form-control-lg { .h-px-xxl-100 { height: 100px !important; } + .h-px-xxl-107 { + height: 107px !important; + } + .h-px-xxl-110 { + height: 110px !important; + } .h-px-xxl-125 { height: 125px !important; } .h-px-xxl-130 { height: 130px !important; } + .h-px-xxl-191 { + height: 191px !important; + } .h-px-xxl-200 { height: 200px !important; } + .h-px-xxl-205 { + height: 205px !important; + } .h-px-xxl-250 { height: 250px !important; } .h-px-xxl-300 { height: 300px !important; } + .h-px-xxl-335 { + height: 335px !important; + } .h-px-xxl-400 { height: 400px !important; } + .h-px-xxl-450 { + height: 450px !important; + } .h-px-xxl-500 { height: 500px !important; } + .h-px-xxl-650 { + height: 650px !important; + } } @media (min-width: 1600px) { .float-xxxl-start { @@ -41498,6 +41886,9 @@ textarea.form-control-lg { .h-px-xxxl-40 { height: 40px !important; } + .h-px-xxxl-42 { + height: 42px !important; + } .h-px-xxxl-50 { height: 50px !important; } @@ -41522,27 +41913,48 @@ textarea.form-control-lg { .h-px-xxxl-100 { height: 100px !important; } + .h-px-xxxl-107 { + height: 107px !important; + } + .h-px-xxxl-110 { + height: 110px !important; + } .h-px-xxxl-125 { height: 125px !important; } .h-px-xxxl-130 { height: 130px !important; } + .h-px-xxxl-191 { + height: 191px !important; + } .h-px-xxxl-200 { height: 200px !important; } + .h-px-xxxl-205 { + height: 205px !important; + } .h-px-xxxl-250 { height: 250px !important; } .h-px-xxxl-300 { height: 300px !important; } + .h-px-xxxl-335 { + height: 335px !important; + } .h-px-xxxl-400 { height: 400px !important; } + .h-px-xxxl-450 { + height: 450px !important; + } .h-px-xxxl-500 { height: 500px !important; } + .h-px-xxxl-650 { + height: 650px !important; + } } @media (min-width: 1200px) { .fs-1 { diff --git a/packages/blog/dist/css/blog.min.css b/packages/blog/dist/css/blog.min.css index 875a72d3..b9348ceb 100644 --- a/packages/blog/dist/css/blog.min.css +++ b/packages/blog/dist/css/blog.min.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! * choco-theme chocolatey (https://github.com/chocolatey/choco-theme#readme) -*/:root{color-scheme:unset!important;--bs-blue-rgb:44,117,181;--bs-indigo-rgb:102,16,242;--bs-purple-rgb:111,66,193;--bs-pink-rgb:209,41,125;--bs-red-rgb:225,14,50;--bs-orange-rgb:187,85,2;--bs-yellow-rgb:143,107,0;--bs-green-rgb:37,126,103;--bs-teal-rgb:37,126,103;--bs-cyan-rgb:7,123,146;--bs-black-rgb:0,0,0;--bs-white-rgb:255,255,255;--bs-gray-rgb:108,117,125;--bs-gray-dark-rgb:52,58,64}:root,[data-bs-theme=light]{--choco-adaptive:#c0d6e9;--choco-border-color-adaptive:#dee2e6;--bs-blue-contrast:#fff;--bs-indigo-contrast:#fff;--bs-purple-contrast:#fff;--bs-pink-contrast:#fff;--bs-red-contrast:#fff;--bs-orange-contrast:#fff;--bs-yellow-contrast:#fff;--bs-green-contrast:#fff;--bs-teal-contrast:#fff;--bs-cyan-contrast:#fff;--bs-black-contrast:#fff;--bs-white-contrast:#000;--bs-gray-contrast:#fff;--bs-gray-dark-contrast:#fff;--bs-primary-contrast:#fff;--bs-primary-shift:#25639a;--bs-secondary-contrast:#000;--bs-secondary-shift:#737a80;--bs-success-contrast:#fff;--bs-success-shift:#1f6b58;--bs-info-contrast:#fff;--bs-info-shift:#25639a;--bs-warning-contrast:#fff;--bs-warning-shift:#7a5b00;--bs-danger-contrast:#fff;--bs-danger-shift:#bf0c2b;--bs-light-contrast:#000;--bs-light-shift:#d3d4d5;--bs-dark-contrast:#fff;--bs-dark-shift:#040a0f;--bs-tip-contrast:#fff;--bs-tip-shift:#5e38a4;--bs-primary-50:#eaf1f8;--bs-primary-50-contrast:#000;--bs-primary-100:#d5e3f0;--bs-primary-100-contrast:#000;--bs-primary-150:#c0d6e9;--bs-primary-150-contrast:#000;--bs-primary-200:#abc8e1;--bs-primary-200-contrast:#000;--bs-primary-250:#96bada;--bs-primary-250-contrast:#000;--bs-primary-300:#80acd3;--bs-primary-300-contrast:#000;--bs-primary-350:#6b9ecb;--bs-primary-350-contrast:#000;--bs-primary-400:#5691c4;--bs-primary-400-contrast:#000;--bs-primary-450:#4183bc;--bs-primary-450-contrast:#000;--bs-primary-500:#2c75b5;--bs-primary-500-contrast:#fff;--bs-primary-550:#2869a3;--bs-primary-550-contrast:#fff;--bs-primary-600:#235e91;--bs-primary-600-contrast:#fff;--bs-primary-650:#1f527f;--bs-primary-650-contrast:#fff;--bs-primary-700:#1a466d;--bs-primary-700-contrast:#fff;--bs-primary-750:#163b5b;--bs-primary-750-contrast:#fff;--bs-primary-800:#122f48;--bs-primary-800-contrast:#fff;--bs-primary-850:#0d2336;--bs-primary-850-contrast:#fff;--bs-primary-900:#091724;--bs-primary-900-contrast:#fff;--bs-primary-950:#040c12;--bs-primary-950-contrast:#fff;--bs-blue-100:#d5e3f0;--bs-blue-100-contrast:#000;--bs-blue-200:#abc8e1;--bs-blue-200-contrast:#000;--bs-blue-300:#80acd3;--bs-blue-300-contrast:#000;--bs-blue-400:#5691c4;--bs-blue-400-contrast:#000;--bs-blue-500:#2c75b5;--bs-blue-500-contrast:#fff;--bs-blue-600:#235e91;--bs-blue-600-contrast:#fff;--bs-blue-700:#1a466d;--bs-blue-700-contrast:#fff;--bs-blue-800:#122f48;--bs-blue-800-contrast:#fff;--bs-blue-900:#091724;--bs-blue-900-contrast:#fff;--bs-blue-50:#eaf1f8;--bs-blue-50-contrast:#000;--bs-blue-150:#c0d6e9;--bs-blue-150-contrast:#000;--bs-blue-250:#96bada;--bs-blue-250-contrast:#000;--bs-blue-350:#6b9ecb;--bs-blue-350-contrast:#000;--bs-blue-450:#4183bc;--bs-blue-450-contrast:#000;--bs-blue-550:#2869a3;--bs-blue-550-contrast:#fff;--bs-blue-650:#1f527f;--bs-blue-650-contrast:#fff;--bs-blue-750:#163b5b;--bs-blue-750-contrast:#fff;--bs-blue-850:#0d2336;--bs-blue-850-contrast:#fff;--bs-blue-950:#040c12;--bs-blue-950-contrast:#fff;--bs-purple-100:#e2d9f3;--bs-purple-100-contrast:#000;--bs-purple-200:#c5b3e6;--bs-purple-200-contrast:#000;--bs-purple-300:#a98eda;--bs-purple-300-contrast:#000;--bs-purple-400:#8c68cd;--bs-purple-400-contrast:#000;--bs-purple-500:#6f42c1;--bs-purple-500-contrast:#fff;--bs-purple-600:#59359a;--bs-purple-600-contrast:#fff;--bs-purple-700:#432874;--bs-purple-700-contrast:#fff;--bs-purple-800:#2c1a4d;--bs-purple-800-contrast:#fff;--bs-purple-900:#160d27;--bs-purple-900-contrast:#fff;--bs-purple-50:#f1ecf9;--bs-purple-50-contrast:#000;--bs-purple-150:#d4c6ec;--bs-purple-150-contrast:#000;--bs-purple-250:#b7a1e0;--bs-purple-250-contrast:#000;--bs-purple-350:#9a7bd4;--bs-purple-350-contrast:#000;--bs-purple-450:#7d55c7;--bs-purple-450-contrast:#fff;--bs-purple-550:#643bae;--bs-purple-550-contrast:#fff;--bs-purple-650:#4e2e87;--bs-purple-650-contrast:#fff;--bs-purple-750:#382161;--bs-purple-750-contrast:#fff;--bs-purple-850:#21143a;--bs-purple-850-contrast:#fff;--bs-purple-950:#0b0713;--bs-purple-950-contrast:#fff;--bs-pink-100:#f6d4e5;--bs-pink-100-contrast:#000;--bs-pink-200:#eda9cb;--bs-pink-200-contrast:#000;--bs-pink-300:#e37fb1;--bs-pink-300-contrast:#000;--bs-pink-400:#da5497;--bs-pink-400-contrast:#000;--bs-pink-500:#d1297d;--bs-pink-500-contrast:#fff;--bs-pink-600:#a72164;--bs-pink-600-contrast:#fff;--bs-pink-700:#7d194b;--bs-pink-700-contrast:#fff;--bs-pink-800:#541032;--bs-pink-800-contrast:#fff;--bs-pink-900:#2a0819;--bs-pink-900-contrast:#fff;--bs-pink-50:#faeaf2;--bs-pink-50-contrast:#000;--bs-pink-150:#f1bfd8;--bs-pink-150-contrast:#000;--bs-pink-250:#e894be;--bs-pink-250-contrast:#000;--bs-pink-350:#df69a4;--bs-pink-350-contrast:#000;--bs-pink-450:#d63e8a;--bs-pink-450-contrast:#000;--bs-pink-550:#bc2571;--bs-pink-550-contrast:#fff;--bs-pink-650:#921d58;--bs-pink-650-contrast:#fff;--bs-pink-750:#69153f;--bs-pink-750-contrast:#fff;--bs-pink-850:#3f0c26;--bs-pink-850-contrast:#fff;--bs-pink-950:#15040d;--bs-pink-950-contrast:#fff;--bs-red-100:#f9cfd6;--bs-red-100-contrast:#000;--bs-red-200:#f39fad;--bs-red-200-contrast:#000;--bs-red-300:#ed6e84;--bs-red-300-contrast:#000;--bs-red-400:#e73e5b;--bs-red-400-contrast:#000;--bs-red-500:#e10e32;--bs-red-500-contrast:#fff;--bs-red-600:#b40b28;--bs-red-600-contrast:#fff;--bs-red-700:#87081e;--bs-red-700-contrast:#fff;--bs-red-800:#5a0614;--bs-red-800-contrast:#fff;--bs-red-900:#2d030a;--bs-red-900-contrast:#fff;--bs-red-50:#fce7eb;--bs-red-50-contrast:#000;--bs-red-150:#f6b7c2;--bs-red-150-contrast:#000;--bs-red-250:#f08799;--bs-red-250-contrast:#000;--bs-red-350:#ea5670;--bs-red-350-contrast:#000;--bs-red-450:#e42647;--bs-red-450-contrast:#000;--bs-red-550:#cb0d2d;--bs-red-550-contrast:#fff;--bs-red-650:#9e0a23;--bs-red-650-contrast:#fff;--bs-red-750:#710719;--bs-red-750-contrast:#fff;--bs-red-850:#44040f;--bs-red-850-contrast:#fff;--bs-red-950:#170105;--bs-red-950-contrast:#fff;--bs-orange-100:#f1ddcc;--bs-orange-100-contrast:#000;--bs-orange-200:#e4bb9a;--bs-orange-200-contrast:#000;--bs-orange-300:#d69967;--bs-orange-300-contrast:#000;--bs-orange-400:#c97735;--bs-orange-400-contrast:#000;--bs-orange-500:#bb5502;--bs-orange-500-contrast:#fff;--bs-orange-600:#964402;--bs-orange-600-contrast:#fff;--bs-orange-700:#703301;--bs-orange-700-contrast:#fff;--bs-orange-800:#4b2201;--bs-orange-800-contrast:#fff;--bs-orange-900:#251100;--bs-orange-900-contrast:#fff;--bs-orange-50:#f8eee6;--bs-orange-50-contrast:#000;--bs-orange-150:#ebccb3;--bs-orange-150-contrast:#000;--bs-orange-250:#ddaa81;--bs-orange-250-contrast:#000;--bs-orange-350:#cf884e;--bs-orange-350-contrast:#000;--bs-orange-450:#c2661b;--bs-orange-450-contrast:#000;--bs-orange-550:#a84d02;--bs-orange-550-contrast:#fff;--bs-orange-650:#833c01;--bs-orange-650-contrast:#fff;--bs-orange-750:#5e2b01;--bs-orange-750-contrast:#fff;--bs-orange-850:#381a01;--bs-orange-850-contrast:#fff;--bs-orange-950:#130900;--bs-orange-950-contrast:#fff;--bs-yellow-100:#e9e1cc;--bs-yellow-100-contrast:#000;--bs-yellow-200:#d2c499;--bs-yellow-200-contrast:#000;--bs-yellow-300:#bca666;--bs-yellow-300-contrast:#000;--bs-yellow-400:#a58933;--bs-yellow-400-contrast:#000;--bs-yellow-500:#8f6b00;--bs-yellow-500-contrast:#fff;--bs-yellow-600:#725600;--bs-yellow-600-contrast:#fff;--bs-yellow-700:#564000;--bs-yellow-700-contrast:#fff;--bs-yellow-800:#392b00;--bs-yellow-800-contrast:#fff;--bs-yellow-900:#1d1500;--bs-yellow-900-contrast:#fff;--bs-yellow-50:#f4f0e6;--bs-yellow-50-contrast:#000;--bs-yellow-150:#ddd3b3;--bs-yellow-150-contrast:#000;--bs-yellow-250:#c7b580;--bs-yellow-250-contrast:#000;--bs-yellow-350:#b1974d;--bs-yellow-350-contrast:#000;--bs-yellow-450:#9a7a1a;--bs-yellow-450-contrast:#000;--bs-yellow-550:#816000;--bs-yellow-550-contrast:#fff;--bs-yellow-650:#644b00;--bs-yellow-650-contrast:#fff;--bs-yellow-750:#483600;--bs-yellow-750-contrast:#fff;--bs-yellow-850:#2b2000;--bs-yellow-850-contrast:#fff;--bs-yellow-950:#0e0b00;--bs-yellow-950-contrast:#fff;--bs-green-100:#d3e5e1;--bs-green-100-contrast:#000;--bs-green-200:#a8cbc2;--bs-green-200-contrast:#000;--bs-green-300:#7cb2a4;--bs-green-300-contrast:#000;--bs-green-400:#519885;--bs-green-400-contrast:#000;--bs-green-500:#257e67;--bs-green-500-contrast:#fff;--bs-green-600:#1e6552;--bs-green-600-contrast:#fff;--bs-green-700:#164c3e;--bs-green-700-contrast:#fff;--bs-green-800:#0f3229;--bs-green-800-contrast:#fff;--bs-green-900:#071915;--bs-green-900-contrast:#fff;--bs-green-50:#e9f2f0;--bs-green-50-contrast:#000;--bs-green-150:#bed8d1;--bs-green-150-contrast:#000;--bs-green-250:#92bfb3;--bs-green-250-contrast:#000;--bs-green-350:#66a595;--bs-green-350-contrast:#000;--bs-green-450:#3b8b76;--bs-green-450-contrast:#000;--bs-green-550:#21715d;--bs-green-550-contrast:#fff;--bs-green-650:#1a5848;--bs-green-650-contrast:#fff;--bs-green-750:#133f34;--bs-green-750-contrast:#fff;--bs-green-850:#0b261f;--bs-green-850-contrast:#fff;--bs-green-950:#040d0a;--bs-green-950-contrast:#fff;--bs-tertiary-bg-contrast:#000;--bs-secondary-bg-contrast:#000}:root[data-bs-theme=dark],[data-bs-theme=dark]{--choco-adaptive:#0d2336;--choco-border-color-adaptive:rgba(var(--bs-primary-rgb),0.5);--bs-blue:#5c9fd8;--bs-blue-contrast:#000;--bs-indigo:#9c64f7;--bs-indigo-contrast:#000;--bs-purple:#9271d1;--bs-purple-contrast:#000;--bs-pink:#dc4c94;--bs-pink-contrast:#000;--bs-red:#f4516c;--bs-red-contrast:#000;--bs-orange:#fd7e14;--bs-orange-contrast:#000;--bs-yellow:#ffc107;--bs-yellow-contrast:#000;--bs-green:#36bc98;--bs-green-contrast:#000;--bs-teal:#36bc98;--bs-teal-contrast:#000;--bs-cyan:#0dcaf0;--bs-cyan-contrast:#000;--bs-black:#000;--bs-black-contrast:#fff;--bs-white:#fff;--bs-white-contrast:#000;--bs-gray:#adb5bd;--bs-gray-contrast:#000;--bs-gray-dark:#040c12;--bs-gray-dark-contrast:#fff;--bs-primary:#5c9fd8;--bs-primary-contrast:#000;--bs-primary-shift:#4e87b8;--bs-primary-rgb:92,159,216;--bs-secondary:#62686a;--bs-secondary-contrast:#fff;--bs-secondary-shift:#53585a;--bs-secondary-rgb:98,104,106;--bs-success:#36bc98;--bs-success-contrast:#000;--bs-success-shift:#2ea081;--bs-success-rgb:54,188,152;--bs-info:#5c9fd8;--bs-info-contrast:#000;--bs-info-shift:#4e87b8;--bs-info-rgb:92,159,216;--bs-warning:#ffc107;--bs-warning-contrast:#000;--bs-warning-shift:#d9a406;--bs-warning-rgb:255,193,7;--bs-danger:#f4516c;--bs-danger-contrast:#000;--bs-danger-shift:#cf455c;--bs-danger-rgb:244,81,108;--bs-light:#f8f9fa;--bs-light-contrast:#000;--bs-light-shift:#d3d4d5;--bs-light-rgb:248,249,250;--bs-dark:#040c12;--bs-dark-contrast:#fff;--bs-dark-shift:#040a0f;--bs-dark-rgb:4,12,18;--bs-tip:#9271d1;--bs-tip-contrast:#000;--bs-tip-shift:#7c60b2;--bs-tip-rgb:146,113,209;--bs-primary-50:#eff5fb;--bs-primary-50-contrast:#000;--bs-primary-100:#deecf7;--bs-primary-100-contrast:#000;--bs-primary-150:#cee2f3;--bs-primary-150-contrast:#000;--bs-primary-200:#bed9ef;--bs-primary-200-contrast:#000;--bs-primary-250:#aecfec;--bs-primary-250-contrast:#000;--bs-primary-300:#9dc5e8;--bs-primary-300-contrast:#000;--bs-primary-350:#8dbce4;--bs-primary-350-contrast:#000;--bs-primary-400:#7db2e0;--bs-primary-400-contrast:#000;--bs-primary-450:#6ca9dc;--bs-primary-450-contrast:#000;--bs-primary-500:#5c9fd8;--bs-primary-500-contrast:#000;--bs-primary-550:#538fc2;--bs-primary-550-contrast:#000;--bs-primary-600:#4a7fad;--bs-primary-600-contrast:#000;--bs-primary-650:#406f97;--bs-primary-650-contrast:#fff;--bs-primary-700:#375f82;--bs-primary-700-contrast:#fff;--bs-primary-750:#2e506c;--bs-primary-750-contrast:#fff;--bs-primary-800:#254056;--bs-primary-800-contrast:#fff;--bs-primary-850:#1c3041;--bs-primary-850-contrast:#fff;--bs-primary-900:#12202b;--bs-primary-900-contrast:#fff;--bs-primary-950:#091016;--bs-primary-950-contrast:#fff;--bs-blue-50:#eff5fb;--bs-blue-50-contrast:#000;--bs-blue-100:#deecf7;--bs-blue-100-contrast:#000;--bs-blue-150:#cee2f3;--bs-blue-150-contrast:#000;--bs-blue-200:#bed9ef;--bs-blue-200-contrast:#000;--bs-blue-250:#aecfec;--bs-blue-250-contrast:#000;--bs-blue-300:#9dc5e8;--bs-blue-300-contrast:#000;--bs-blue-350:#8dbce4;--bs-blue-350-contrast:#000;--bs-blue-400:#7db2e0;--bs-blue-400-contrast:#000;--bs-blue-450:#6ca9dc;--bs-blue-450-contrast:#000;--bs-blue-500:#5c9fd8;--bs-blue-500-contrast:#000;--bs-blue-550:#538fc2;--bs-blue-550-contrast:#000;--bs-blue-600:#4a7fad;--bs-blue-600-contrast:#000;--bs-blue-650:#406f97;--bs-blue-650-contrast:#fff;--bs-blue-700:#375f82;--bs-blue-700-contrast:#fff;--bs-blue-750:#2e506c;--bs-blue-750-contrast:#fff;--bs-blue-800:#254056;--bs-blue-800-contrast:#fff;--bs-blue-850:#1c3041;--bs-blue-850-contrast:#fff;--bs-blue-900:#12202b;--bs-blue-900-contrast:#fff;--bs-blue-950:#091016;--bs-blue-950-contrast:#fff;--bs-purple-50:#f4f1fa;--bs-purple-50-contrast:#000;--bs-purple-100:#e9e3f6;--bs-purple-100-contrast:#000;--bs-purple-150:#ded4f1;--bs-purple-150-contrast:#000;--bs-purple-200:#d3c6ed;--bs-purple-200-contrast:#000;--bs-purple-250:#c9b8e8;--bs-purple-250-contrast:#000;--bs-purple-300:#beaae3;--bs-purple-300-contrast:#000;--bs-purple-350:#b39cdf;--bs-purple-350-contrast:#000;--bs-purple-400:#a88dda;--bs-purple-400-contrast:#000;--bs-purple-450:#9d7fd6;--bs-purple-450-contrast:#000;--bs-purple-500:#9271d1;--bs-purple-500-contrast:#000;--bs-purple-550:#8366bc;--bs-purple-550-contrast:#fff;--bs-purple-600:#755aa7;--bs-purple-600-contrast:#fff;--bs-purple-650:#664f92;--bs-purple-650-contrast:#fff;--bs-purple-700:#58447d;--bs-purple-700-contrast:#fff;--bs-purple-750:#493969;--bs-purple-750-contrast:#fff;--bs-purple-800:#3a2d54;--bs-purple-800-contrast:#fff;--bs-purple-850:#2c223f;--bs-purple-850-contrast:#fff;--bs-purple-900:#1d172a;--bs-purple-900-contrast:#fff;--bs-purple-950:#0f0b15;--bs-purple-950-contrast:#fff;--bs-pink-50:#fcedf4;--bs-pink-50-contrast:#000;--bs-pink-100:#f8dbea;--bs-pink-100-contrast:#000;--bs-pink-150:#f5c9df;--bs-pink-150-contrast:#000;--bs-pink-200:#f1b7d4;--bs-pink-200-contrast:#000;--bs-pink-250:#eea6ca;--bs-pink-250-contrast:#000;--bs-pink-300:#ea94bf;--bs-pink-300-contrast:#000;--bs-pink-350:#e782b4;--bs-pink-350-contrast:#000;--bs-pink-400:#e370a9;--bs-pink-400-contrast:#000;--bs-pink-450:#e05e9f;--bs-pink-450-contrast:#000;--bs-pink-500:#dc4c94;--bs-pink-500-contrast:#000;--bs-pink-550:#c64485;--bs-pink-550-contrast:#fff;--bs-pink-600:#b03d76;--bs-pink-600-contrast:#fff;--bs-pink-650:#9a3568;--bs-pink-650-contrast:#fff;--bs-pink-700:#842e59;--bs-pink-700-contrast:#fff;--bs-pink-750:#6e264a;--bs-pink-750-contrast:#fff;--bs-pink-800:#581e3b;--bs-pink-800-contrast:#fff;--bs-pink-850:#42172c;--bs-pink-850-contrast:#fff;--bs-pink-900:#2c0f1e;--bs-pink-900-contrast:#fff;--bs-pink-950:#16080f;--bs-pink-950-contrast:#fff;--bs-red-50:#feeef0;--bs-red-50-contrast:#000;--bs-red-100:#fddce2;--bs-red-100-contrast:#000;--bs-red-150:#fccbd3;--bs-red-150-contrast:#000;--bs-red-200:#fbb9c4;--bs-red-200-contrast:#000;--bs-red-250:#faa8b6;--bs-red-250-contrast:#000;--bs-red-300:#f897a7;--bs-red-300-contrast:#000;--bs-red-350:#f78598;--bs-red-350-contrast:#000;--bs-red-400:#f67489;--bs-red-400-contrast:#000;--bs-red-450:#f5627b;--bs-red-450-contrast:#000;--bs-red-500:#f4516c;--bs-red-500-contrast:#000;--bs-red-550:#dc4961;--bs-red-550-contrast:#000;--bs-red-600:#c34156;--bs-red-600-contrast:#fff;--bs-red-650:#ab394c;--bs-red-650-contrast:#fff;--bs-red-700:#923141;--bs-red-700-contrast:#fff;--bs-red-750:#7a2936;--bs-red-750-contrast:#fff;--bs-red-800:#62202b;--bs-red-800-contrast:#fff;--bs-red-850:#491820;--bs-red-850-contrast:#fff;--bs-red-900:#311016;--bs-red-900-contrast:#fff;--bs-red-950:#18080b;--bs-red-950-contrast:#fff;--bs-orange-50:#fff2e8;--bs-orange-50-contrast:#000;--bs-orange-100:#ffe5d0;--bs-orange-100-contrast:#000;--bs-orange-150:#fed8b9;--bs-orange-150-contrast:#000;--bs-orange-200:#fecba1;--bs-orange-200-contrast:#000;--bs-orange-250:#febf8a;--bs-orange-250-contrast:#000;--bs-orange-300:#feb272;--bs-orange-300-contrast:#000;--bs-orange-350:#fea55b;--bs-orange-350-contrast:#000;--bs-orange-400:#fd9843;--bs-orange-400-contrast:#000;--bs-orange-450:#fd8b2c;--bs-orange-450-contrast:#000;--bs-orange-500:#fd7e14;--bs-orange-500-contrast:#000;--bs-orange-550:#e47112;--bs-orange-550-contrast:#000;--bs-orange-600:#ca6510;--bs-orange-600-contrast:#000;--bs-orange-650:#b1580e;--bs-orange-650-contrast:#fff;--bs-orange-700:#984c0c;--bs-orange-700-contrast:#fff;--bs-orange-750:#7f3f0a;--bs-orange-750-contrast:#fff;--bs-orange-800:#653208;--bs-orange-800-contrast:#fff;--bs-orange-850:#4c2606;--bs-orange-850-contrast:#fff;--bs-orange-900:#331904;--bs-orange-900-contrast:#fff;--bs-orange-950:#190d02;--bs-orange-950-contrast:#fff;--bs-yellow-50:#fff9e6;--bs-yellow-50-contrast:#000;--bs-yellow-100:#fff3cd;--bs-yellow-100-contrast:#000;--bs-yellow-150:#ffecb5;--bs-yellow-150-contrast:#000;--bs-yellow-200:#ffe69c;--bs-yellow-200-contrast:#000;--bs-yellow-250:#ffe083;--bs-yellow-250-contrast:#000;--bs-yellow-300:#ffda6a;--bs-yellow-300-contrast:#000;--bs-yellow-350:#ffd451;--bs-yellow-350-contrast:#000;--bs-yellow-400:#ffcd39;--bs-yellow-400-contrast:#000;--bs-yellow-450:#ffc720;--bs-yellow-450-contrast:#000;--bs-yellow-500:#ffc107;--bs-yellow-500-contrast:#000;--bs-yellow-550:#e6ae06;--bs-yellow-550-contrast:#000;--bs-yellow-600:#cc9a06;--bs-yellow-600-contrast:#000;--bs-yellow-650:#b38705;--bs-yellow-650-contrast:#000;--bs-yellow-700:#997404;--bs-yellow-700-contrast:#000;--bs-yellow-750:#806104;--bs-yellow-750-contrast:#fff;--bs-yellow-800:#664d03;--bs-yellow-800-contrast:#fff;--bs-yellow-850:#4d3a02;--bs-yellow-850-contrast:#fff;--bs-yellow-900:#332701;--bs-yellow-900-contrast:#fff;--bs-yellow-950:#1a1301;--bs-yellow-950-contrast:#fff;--bs-green-50:#ebf8f5;--bs-green-50-contrast:#000;--bs-green-100:#d7f2ea;--bs-green-100-contrast:#000;--bs-green-150:#c3ebe0;--bs-green-150-contrast:#000;--bs-green-200:#afe4d6;--bs-green-200-contrast:#000;--bs-green-250:#9bdecc;--bs-green-250-contrast:#000;--bs-green-300:#86d7c1;--bs-green-300-contrast:#000;--bs-green-350:#72d0b7;--bs-green-350-contrast:#000;--bs-green-400:#5ec9ad;--bs-green-400-contrast:#000;--bs-green-450:#4ac3a2;--bs-green-450-contrast:#000;--bs-green-500:#36bc98;--bs-green-500-contrast:#000;--bs-green-550:#31a989;--bs-green-550-contrast:#000;--bs-green-600:#2b967a;--bs-green-600-contrast:#000;--bs-green-650:#26846a;--bs-green-650-contrast:#fff;--bs-green-700:#20715b;--bs-green-700-contrast:#fff;--bs-green-750:#1b5e4c;--bs-green-750-contrast:#fff;--bs-green-800:#164b3d;--bs-green-800-contrast:#fff;--bs-green-850:#10382e;--bs-green-850-contrast:#fff;--bs-green-900:#0b261e;--bs-green-900-contrast:#fff;--bs-green-950:#05130f;--bs-green-950-contrast:#fff;--bs-tertiary-bg-contrast:#fff;--bs-secondary-bg-contrast:#fff}:root,[data-bs-theme=light]{--bs-blue:#2c75b5;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d1297d;--bs-red:#e10e32;--bs-orange:#bb5502;--bs-yellow:#8f6b00;--bs-green:#257e67;--bs-teal:#257e67;--bs-cyan:#077b92;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#2c75b5;--bs-secondary:#878f97;--bs-success:#257e67;--bs-info:#2c75b5;--bs-warning:#8f6b00;--bs-danger:#e10e32;--bs-light:#f8f9fa;--bs-dark:#040c12;--bs-tip:#6f42c1;--bs-primary-rgb:44,117,181;--bs-secondary-rgb:135,143,151;--bs-success-rgb:37,126,103;--bs-info-rgb:44,117,181;--bs-warning-rgb:143,107,0;--bs-danger-rgb:225,14,50;--bs-light-rgb:248,249,250;--bs-dark-rgb:4,12,18;--bs-tip-rgb:111,66,193;--bs-primary-text-emphasis:#122f48;--bs-secondary-text-emphasis:#36393c;--bs-success-text-emphasis:#0f3229;--bs-info-text-emphasis:#122f48;--bs-warning-text-emphasis:#392b00;--bs-danger-text-emphasis:#5a0614;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d5e3f0;--bs-secondary-bg-subtle:#e7e9ea;--bs-success-bg-subtle:#d3e5e1;--bs-info-bg-subtle:#d5e3f0;--bs-warning-bg-subtle:#e9e1cc;--bs-danger-bg-subtle:#f9cfd6;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#abc8e1;--bs-secondary-border-subtle:#cfd2d5;--bs-success-border-subtle:#a8cbc2;--bs-info-border-subtle:#abc8e1;--bs-warning-border-subtle:#d2c499;--bs-danger-border-subtle:#f39fad;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"PT Sans",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.7;--bs-body-color:#040c12;--bs-body-color-rgb:4,12,18;--bs-body-bg:#f8f9fa;--bs-body-bg-rgb:248,249,250;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(4,12,18,.75);--bs-secondary-color-rgb:4,12,18;--bs-secondary-bg:#fff;--bs-secondary-bg-rgb:255,255,255;--bs-tertiary-color:rgba(4,12,18,.5);--bs-tertiary-color-rgb:4,12,18;--bs-tertiary-bg:#dee2e6;--bs-tertiary-bg-rgb:222,226,230;--bs-heading-color:inherit;--bs-link-color:#2c75b5;--bs-link-color-rgb:44,117,181;--bs-link-decoration:underline;--bs-link-hover-color:#235e91;--bs-link-hover-color-rgb:35,94,145;--bs-code-color:var(--bs-body-color);--bs-highlight-color:#040c12;--bs-highlight-bg:#e9e1cc;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#dee2e6;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(44,117,181,.25);--bs-form-valid-color:#257e67;--bs-form-valid-border-color:#257e67;--bs-form-invalid-color:#e10e32;--bs-form-invalid-border-color:#e10e32}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#e9ecef;--bs-body-color-rgb:233,236,239;--bs-body-bg:#040c12;--bs-body-bg-rgb:4,12,18;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(233,236,239,.75);--bs-secondary-color-rgb:233,236,239;--bs-secondary-bg:#141b1f;--bs-secondary-bg-rgb:20,27,31;--bs-tertiary-color:rgba(233,236,239,.5);--bs-tertiary-color-rgb:233,236,239;--bs-tertiary-bg:#2b3135;--bs-tertiary-bg-rgb:43,49,53;--bs-primary-text-emphasis:#80acd3;--bs-secondary-text-emphasis:#b7bcc1;--bs-success-text-emphasis:#7cb2a4;--bs-info-text-emphasis:#80acd3;--bs-warning-text-emphasis:#bca666;--bs-danger-text-emphasis:#ed6e84;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#254056;--bs-secondary-bg-subtle:#1b1d1e;--bs-success-bg-subtle:#164b3d;--bs-info-bg-subtle:#254056;--bs-warning-bg-subtle:#664d03;--bs-danger-bg-subtle:#62202b;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#375f82;--bs-secondary-border-subtle:#51565b;--bs-success-border-subtle:#20715b;--bs-info-border-subtle:#375f82;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#923141;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#5c9fd8;--bs-link-hover-color:#4a7fad;--bs-link-color-rgb:92,159,216;--bs-link-hover-color-rgb:74,127,173;--bs-code-color:var(--bs-body-color);--bs-highlight-color:#e9ecef;--bs-highlight-bg:#392b00;--bs-border-color:#2b3135;--bs-border-color-translucent:#2b3135;--bs-form-valid-color:#7cb2a4;--bs-form-valid-border-color:#7cb2a4;--bs-form-invalid-color:#ed6e84;--bs-form-invalid-border-color:#ed6e84}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.7;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{color:var(--bs-code-color);font-size:.875em;word-wrap:break-word}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{max-width:1536px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:1600px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:6rem}.g-6,.gy-6{--bs-gutter-y:6rem}.g-7,.gx-7{--bs-gutter-x:12rem}.g-7,.gy-7{--bs-gutter-y:12rem}.g-8,.gx-8{--bs-gutter-x:20rem}.g-8,.gy-8{--bs-gutter-y:20rem}.g-c45,.gx-c45{--bs-gutter-x:0.45rem}.g-c45,.gy-c45{--bs-gutter-y:0.45rem}.g-c75,.gx-c75{--bs-gutter-x:0.75rem}.g-c75,.gy-c75{--bs-gutter-y:0.75rem}.g-c1-25,.gx-c1-25{--bs-gutter-x:1.25rem}.g-c1-25,.gy-c1-25{--bs-gutter-y:1.25rem}.g-c1-75,.gx-c1-75{--bs-gutter-x:1.75rem}.g-c1-75,.gy-c1-75{--bs-gutter-y:1.75rem}.g-c2,.gx-c2{--bs-gutter-x:2rem}.g-c2,.gy-c2{--bs-gutter-y:2rem}.g-c2-25,.gx-c2-25{--bs-gutter-x:2.25rem}.g-c2-25,.gy-c2-25{--bs-gutter-y:2.25rem}.g-c2-75,.gx-c2-75{--bs-gutter-x:2.75rem}.g-c2-75,.gy-c2-75{--bs-gutter-y:2.75rem}.g-c3-75,.gx-c3-75{--bs-gutter-x:3.75rem}.g-c3-75,.gy-c3-75{--bs-gutter-y:3.75rem}.g-c4,.gx-c4{--bs-gutter-x:4rem}.g-c4,.gy-c4{--bs-gutter-y:4rem}.g-c4-5,.gx-c4-5{--bs-gutter-x:4.5rem}.g-c4-5,.gy-c4-5{--bs-gutter-y:4.5rem}.g-c4-75,.gx-c4-75{--bs-gutter-x:4.75rem}.g-c4-75,.gy-c4-75{--bs-gutter-y:4.75rem}.g-c5,.gx-c5{--bs-gutter-x:5rem}.g-c5,.gy-c5{--bs-gutter-y:5rem}.g-c6,.gx-c6{--bs-gutter-x:6rem}.g-c6,.gy-c6{--bs-gutter-y:6rem}.g-c7,.gx-c7{--bs-gutter-x:7rem}.g-c7,.gy-c7{--bs-gutter-y:7rem}.g-c5-px,.gx-c5-px{--bs-gutter-x:5px}.g-c5-px,.gy-c5-px{--bs-gutter-y:5px}.g-c10-px,.gx-c10-px{--bs-gutter-x:10px}.g-c10-px,.gy-c10-px{--bs-gutter-y:10px}.g-c15-px,.gx-c15-px{--bs-gutter-x:15px}.g-c15-px,.gy-c15-px{--bs-gutter-y:15px}.g-c20-px,.gx-c20-px{--bs-gutter-x:20px}.g-c20-px,.gy-c20-px{--bs-gutter-y:20px}.g-c30-px,.gx-c30-px{--bs-gutter-x:30px}.g-c30-px,.gy-c30-px{--bs-gutter-y:30px}.g-c35-px,.gx-c35-px{--bs-gutter-x:35px}.g-c35-px,.gy-c35-px{--bs-gutter-y:35px}.g-c40-px,.gx-c40-px{--bs-gutter-x:40px}.g-c40-px,.gy-c40-px{--bs-gutter-y:40px}.g-c50-px,.gx-c50-px{--bs-gutter-x:50px}.g-c50-px,.gy-c50-px{--bs-gutter-y:50px}.g-c60-px,.gx-c60-px{--bs-gutter-x:60px}.g-c60-px,.gy-c60-px{--bs-gutter-y:60px}.g-c65-px,.gx-c65-px{--bs-gutter-x:65px}.g-c65-px,.gy-c65-px{--bs-gutter-y:65px}.g-c70-px,.gx-c70-px{--bs-gutter-x:70px}.g-c70-px,.gy-c70-px{--bs-gutter-y:70px}.g-c75-px,.gx-c75-px{--bs-gutter-x:75px}.g-c75-px,.gy-c75-px{--bs-gutter-y:75px}.g-c80-px,.gx-c80-px{--bs-gutter-x:80px}.g-c80-px,.gy-c80-px{--bs-gutter-y:80px}.g-c90-px,.gx-c90-px{--bs-gutter-x:90px}.g-c90-px,.gy-c90-px{--bs-gutter-y:90px}.g-c100-px,.gx-c100-px{--bs-gutter-x:100px}.g-c100-px,.gy-c100-px{--bs-gutter-y:100px}.g-c125-px,.gx-c125-px{--bs-gutter-x:125px}.g-c125-px,.gy-c125-px{--bs-gutter-y:125px}.g-c130-px,.gx-c130-px{--bs-gutter-x:130px}.g-c130-px,.gy-c130-px{--bs-gutter-y:130px}.g-c200-px,.gx-c200-px{--bs-gutter-x:200px}.g-c200-px,.gy-c200-px{--bs-gutter-y:200px}.g-c250-px,.gx-c250-px{--bs-gutter-x:250px}.g-c250-px,.gy-c250-px{--bs-gutter-y:250px}.g-c300-px,.gx-c300-px{--bs-gutter-x:300px}.g-c300-px,.gy-c300-px{--bs-gutter-y:300px}.g-c400-px,.gx-c400-px{--bs-gutter-x:400px}.g-c400-px,.gy-c400-px{--bs-gutter-y:400px}.g-c500-px,.gx-c500-px{--bs-gutter-x:500px}.g-c500-px,.gy-c500-px{--bs-gutter-y:500px}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:6rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:6rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:12rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:12rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:20rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:20rem}.g-sm-c45,.gx-sm-c45{--bs-gutter-x:0.45rem}.g-sm-c45,.gy-sm-c45{--bs-gutter-y:0.45rem}.g-sm-c75,.gx-sm-c75{--bs-gutter-x:0.75rem}.g-sm-c75,.gy-sm-c75{--bs-gutter-y:0.75rem}.g-sm-c1-25,.gx-sm-c1-25{--bs-gutter-x:1.25rem}.g-sm-c1-25,.gy-sm-c1-25{--bs-gutter-y:1.25rem}.g-sm-c1-75,.gx-sm-c1-75{--bs-gutter-x:1.75rem}.g-sm-c1-75,.gy-sm-c1-75{--bs-gutter-y:1.75rem}.g-sm-c2,.gx-sm-c2{--bs-gutter-x:2rem}.g-sm-c2,.gy-sm-c2{--bs-gutter-y:2rem}.g-sm-c2-25,.gx-sm-c2-25{--bs-gutter-x:2.25rem}.g-sm-c2-25,.gy-sm-c2-25{--bs-gutter-y:2.25rem}.g-sm-c2-75,.gx-sm-c2-75{--bs-gutter-x:2.75rem}.g-sm-c2-75,.gy-sm-c2-75{--bs-gutter-y:2.75rem}.g-sm-c3-75,.gx-sm-c3-75{--bs-gutter-x:3.75rem}.g-sm-c3-75,.gy-sm-c3-75{--bs-gutter-y:3.75rem}.g-sm-c4,.gx-sm-c4{--bs-gutter-x:4rem}.g-sm-c4,.gy-sm-c4{--bs-gutter-y:4rem}.g-sm-c4-5,.gx-sm-c4-5{--bs-gutter-x:4.5rem}.g-sm-c4-5,.gy-sm-c4-5{--bs-gutter-y:4.5rem}.g-sm-c4-75,.gx-sm-c4-75{--bs-gutter-x:4.75rem}.g-sm-c4-75,.gy-sm-c4-75{--bs-gutter-y:4.75rem}.g-sm-c5,.gx-sm-c5{--bs-gutter-x:5rem}.g-sm-c5,.gy-sm-c5{--bs-gutter-y:5rem}.g-sm-c6,.gx-sm-c6{--bs-gutter-x:6rem}.g-sm-c6,.gy-sm-c6{--bs-gutter-y:6rem}.g-sm-c7,.gx-sm-c7{--bs-gutter-x:7rem}.g-sm-c7,.gy-sm-c7{--bs-gutter-y:7rem}.g-sm-c5-px,.gx-sm-c5-px{--bs-gutter-x:5px}.g-sm-c5-px,.gy-sm-c5-px{--bs-gutter-y:5px}.g-sm-c10-px,.gx-sm-c10-px{--bs-gutter-x:10px}.g-sm-c10-px,.gy-sm-c10-px{--bs-gutter-y:10px}.g-sm-c15-px,.gx-sm-c15-px{--bs-gutter-x:15px}.g-sm-c15-px,.gy-sm-c15-px{--bs-gutter-y:15px}.g-sm-c20-px,.gx-sm-c20-px{--bs-gutter-x:20px}.g-sm-c20-px,.gy-sm-c20-px{--bs-gutter-y:20px}.g-sm-c30-px,.gx-sm-c30-px{--bs-gutter-x:30px}.g-sm-c30-px,.gy-sm-c30-px{--bs-gutter-y:30px}.g-sm-c35-px,.gx-sm-c35-px{--bs-gutter-x:35px}.g-sm-c35-px,.gy-sm-c35-px{--bs-gutter-y:35px}.g-sm-c40-px,.gx-sm-c40-px{--bs-gutter-x:40px}.g-sm-c40-px,.gy-sm-c40-px{--bs-gutter-y:40px}.g-sm-c50-px,.gx-sm-c50-px{--bs-gutter-x:50px}.g-sm-c50-px,.gy-sm-c50-px{--bs-gutter-y:50px}.g-sm-c60-px,.gx-sm-c60-px{--bs-gutter-x:60px}.g-sm-c60-px,.gy-sm-c60-px{--bs-gutter-y:60px}.g-sm-c65-px,.gx-sm-c65-px{--bs-gutter-x:65px}.g-sm-c65-px,.gy-sm-c65-px{--bs-gutter-y:65px}.g-sm-c70-px,.gx-sm-c70-px{--bs-gutter-x:70px}.g-sm-c70-px,.gy-sm-c70-px{--bs-gutter-y:70px}.g-sm-c75-px,.gx-sm-c75-px{--bs-gutter-x:75px}.g-sm-c75-px,.gy-sm-c75-px{--bs-gutter-y:75px}.g-sm-c80-px,.gx-sm-c80-px{--bs-gutter-x:80px}.g-sm-c80-px,.gy-sm-c80-px{--bs-gutter-y:80px}.g-sm-c90-px,.gx-sm-c90-px{--bs-gutter-x:90px}.g-sm-c90-px,.gy-sm-c90-px{--bs-gutter-y:90px}.g-sm-c100-px,.gx-sm-c100-px{--bs-gutter-x:100px}.g-sm-c100-px,.gy-sm-c100-px{--bs-gutter-y:100px}.g-sm-c125-px,.gx-sm-c125-px{--bs-gutter-x:125px}.g-sm-c125-px,.gy-sm-c125-px{--bs-gutter-y:125px}.g-sm-c130-px,.gx-sm-c130-px{--bs-gutter-x:130px}.g-sm-c130-px,.gy-sm-c130-px{--bs-gutter-y:130px}.g-sm-c200-px,.gx-sm-c200-px{--bs-gutter-x:200px}.g-sm-c200-px,.gy-sm-c200-px{--bs-gutter-y:200px}.g-sm-c250-px,.gx-sm-c250-px{--bs-gutter-x:250px}.g-sm-c250-px,.gy-sm-c250-px{--bs-gutter-y:250px}.g-sm-c300-px,.gx-sm-c300-px{--bs-gutter-x:300px}.g-sm-c300-px,.gy-sm-c300-px{--bs-gutter-y:300px}.g-sm-c400-px,.gx-sm-c400-px{--bs-gutter-x:400px}.g-sm-c400-px,.gy-sm-c400-px{--bs-gutter-y:400px}.g-sm-c500-px,.gx-sm-c500-px{--bs-gutter-x:500px}.g-sm-c500-px,.gy-sm-c500-px{--bs-gutter-y:500px}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:6rem}.g-md-6,.gy-md-6{--bs-gutter-y:6rem}.g-md-7,.gx-md-7{--bs-gutter-x:12rem}.g-md-7,.gy-md-7{--bs-gutter-y:12rem}.g-md-8,.gx-md-8{--bs-gutter-x:20rem}.g-md-8,.gy-md-8{--bs-gutter-y:20rem}.g-md-c45,.gx-md-c45{--bs-gutter-x:0.45rem}.g-md-c45,.gy-md-c45{--bs-gutter-y:0.45rem}.g-md-c75,.gx-md-c75{--bs-gutter-x:0.75rem}.g-md-c75,.gy-md-c75{--bs-gutter-y:0.75rem}.g-md-c1-25,.gx-md-c1-25{--bs-gutter-x:1.25rem}.g-md-c1-25,.gy-md-c1-25{--bs-gutter-y:1.25rem}.g-md-c1-75,.gx-md-c1-75{--bs-gutter-x:1.75rem}.g-md-c1-75,.gy-md-c1-75{--bs-gutter-y:1.75rem}.g-md-c2,.gx-md-c2{--bs-gutter-x:2rem}.g-md-c2,.gy-md-c2{--bs-gutter-y:2rem}.g-md-c2-25,.gx-md-c2-25{--bs-gutter-x:2.25rem}.g-md-c2-25,.gy-md-c2-25{--bs-gutter-y:2.25rem}.g-md-c2-75,.gx-md-c2-75{--bs-gutter-x:2.75rem}.g-md-c2-75,.gy-md-c2-75{--bs-gutter-y:2.75rem}.g-md-c3-75,.gx-md-c3-75{--bs-gutter-x:3.75rem}.g-md-c3-75,.gy-md-c3-75{--bs-gutter-y:3.75rem}.g-md-c4,.gx-md-c4{--bs-gutter-x:4rem}.g-md-c4,.gy-md-c4{--bs-gutter-y:4rem}.g-md-c4-5,.gx-md-c4-5{--bs-gutter-x:4.5rem}.g-md-c4-5,.gy-md-c4-5{--bs-gutter-y:4.5rem}.g-md-c4-75,.gx-md-c4-75{--bs-gutter-x:4.75rem}.g-md-c4-75,.gy-md-c4-75{--bs-gutter-y:4.75rem}.g-md-c5,.gx-md-c5{--bs-gutter-x:5rem}.g-md-c5,.gy-md-c5{--bs-gutter-y:5rem}.g-md-c6,.gx-md-c6{--bs-gutter-x:6rem}.g-md-c6,.gy-md-c6{--bs-gutter-y:6rem}.g-md-c7,.gx-md-c7{--bs-gutter-x:7rem}.g-md-c7,.gy-md-c7{--bs-gutter-y:7rem}.g-md-c5-px,.gx-md-c5-px{--bs-gutter-x:5px}.g-md-c5-px,.gy-md-c5-px{--bs-gutter-y:5px}.g-md-c10-px,.gx-md-c10-px{--bs-gutter-x:10px}.g-md-c10-px,.gy-md-c10-px{--bs-gutter-y:10px}.g-md-c15-px,.gx-md-c15-px{--bs-gutter-x:15px}.g-md-c15-px,.gy-md-c15-px{--bs-gutter-y:15px}.g-md-c20-px,.gx-md-c20-px{--bs-gutter-x:20px}.g-md-c20-px,.gy-md-c20-px{--bs-gutter-y:20px}.g-md-c30-px,.gx-md-c30-px{--bs-gutter-x:30px}.g-md-c30-px,.gy-md-c30-px{--bs-gutter-y:30px}.g-md-c35-px,.gx-md-c35-px{--bs-gutter-x:35px}.g-md-c35-px,.gy-md-c35-px{--bs-gutter-y:35px}.g-md-c40-px,.gx-md-c40-px{--bs-gutter-x:40px}.g-md-c40-px,.gy-md-c40-px{--bs-gutter-y:40px}.g-md-c50-px,.gx-md-c50-px{--bs-gutter-x:50px}.g-md-c50-px,.gy-md-c50-px{--bs-gutter-y:50px}.g-md-c60-px,.gx-md-c60-px{--bs-gutter-x:60px}.g-md-c60-px,.gy-md-c60-px{--bs-gutter-y:60px}.g-md-c65-px,.gx-md-c65-px{--bs-gutter-x:65px}.g-md-c65-px,.gy-md-c65-px{--bs-gutter-y:65px}.g-md-c70-px,.gx-md-c70-px{--bs-gutter-x:70px}.g-md-c70-px,.gy-md-c70-px{--bs-gutter-y:70px}.g-md-c75-px,.gx-md-c75-px{--bs-gutter-x:75px}.g-md-c75-px,.gy-md-c75-px{--bs-gutter-y:75px}.g-md-c80-px,.gx-md-c80-px{--bs-gutter-x:80px}.g-md-c80-px,.gy-md-c80-px{--bs-gutter-y:80px}.g-md-c90-px,.gx-md-c90-px{--bs-gutter-x:90px}.g-md-c90-px,.gy-md-c90-px{--bs-gutter-y:90px}.g-md-c100-px,.gx-md-c100-px{--bs-gutter-x:100px}.g-md-c100-px,.gy-md-c100-px{--bs-gutter-y:100px}.g-md-c125-px,.gx-md-c125-px{--bs-gutter-x:125px}.g-md-c125-px,.gy-md-c125-px{--bs-gutter-y:125px}.g-md-c130-px,.gx-md-c130-px{--bs-gutter-x:130px}.g-md-c130-px,.gy-md-c130-px{--bs-gutter-y:130px}.g-md-c200-px,.gx-md-c200-px{--bs-gutter-x:200px}.g-md-c200-px,.gy-md-c200-px{--bs-gutter-y:200px}.g-md-c250-px,.gx-md-c250-px{--bs-gutter-x:250px}.g-md-c250-px,.gy-md-c250-px{--bs-gutter-y:250px}.g-md-c300-px,.gx-md-c300-px{--bs-gutter-x:300px}.g-md-c300-px,.gy-md-c300-px{--bs-gutter-y:300px}.g-md-c400-px,.gx-md-c400-px{--bs-gutter-x:400px}.g-md-c400-px,.gy-md-c400-px{--bs-gutter-y:400px}.g-md-c500-px,.gx-md-c500-px{--bs-gutter-x:500px}.g-md-c500-px,.gy-md-c500-px{--bs-gutter-y:500px}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:6rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:6rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:12rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:12rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:20rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:20rem}.g-lg-c45,.gx-lg-c45{--bs-gutter-x:0.45rem}.g-lg-c45,.gy-lg-c45{--bs-gutter-y:0.45rem}.g-lg-c75,.gx-lg-c75{--bs-gutter-x:0.75rem}.g-lg-c75,.gy-lg-c75{--bs-gutter-y:0.75rem}.g-lg-c1-25,.gx-lg-c1-25{--bs-gutter-x:1.25rem}.g-lg-c1-25,.gy-lg-c1-25{--bs-gutter-y:1.25rem}.g-lg-c1-75,.gx-lg-c1-75{--bs-gutter-x:1.75rem}.g-lg-c1-75,.gy-lg-c1-75{--bs-gutter-y:1.75rem}.g-lg-c2,.gx-lg-c2{--bs-gutter-x:2rem}.g-lg-c2,.gy-lg-c2{--bs-gutter-y:2rem}.g-lg-c2-25,.gx-lg-c2-25{--bs-gutter-x:2.25rem}.g-lg-c2-25,.gy-lg-c2-25{--bs-gutter-y:2.25rem}.g-lg-c2-75,.gx-lg-c2-75{--bs-gutter-x:2.75rem}.g-lg-c2-75,.gy-lg-c2-75{--bs-gutter-y:2.75rem}.g-lg-c3-75,.gx-lg-c3-75{--bs-gutter-x:3.75rem}.g-lg-c3-75,.gy-lg-c3-75{--bs-gutter-y:3.75rem}.g-lg-c4,.gx-lg-c4{--bs-gutter-x:4rem}.g-lg-c4,.gy-lg-c4{--bs-gutter-y:4rem}.g-lg-c4-5,.gx-lg-c4-5{--bs-gutter-x:4.5rem}.g-lg-c4-5,.gy-lg-c4-5{--bs-gutter-y:4.5rem}.g-lg-c4-75,.gx-lg-c4-75{--bs-gutter-x:4.75rem}.g-lg-c4-75,.gy-lg-c4-75{--bs-gutter-y:4.75rem}.g-lg-c5,.gx-lg-c5{--bs-gutter-x:5rem}.g-lg-c5,.gy-lg-c5{--bs-gutter-y:5rem}.g-lg-c6,.gx-lg-c6{--bs-gutter-x:6rem}.g-lg-c6,.gy-lg-c6{--bs-gutter-y:6rem}.g-lg-c7,.gx-lg-c7{--bs-gutter-x:7rem}.g-lg-c7,.gy-lg-c7{--bs-gutter-y:7rem}.g-lg-c5-px,.gx-lg-c5-px{--bs-gutter-x:5px}.g-lg-c5-px,.gy-lg-c5-px{--bs-gutter-y:5px}.g-lg-c10-px,.gx-lg-c10-px{--bs-gutter-x:10px}.g-lg-c10-px,.gy-lg-c10-px{--bs-gutter-y:10px}.g-lg-c15-px,.gx-lg-c15-px{--bs-gutter-x:15px}.g-lg-c15-px,.gy-lg-c15-px{--bs-gutter-y:15px}.g-lg-c20-px,.gx-lg-c20-px{--bs-gutter-x:20px}.g-lg-c20-px,.gy-lg-c20-px{--bs-gutter-y:20px}.g-lg-c30-px,.gx-lg-c30-px{--bs-gutter-x:30px}.g-lg-c30-px,.gy-lg-c30-px{--bs-gutter-y:30px}.g-lg-c35-px,.gx-lg-c35-px{--bs-gutter-x:35px}.g-lg-c35-px,.gy-lg-c35-px{--bs-gutter-y:35px}.g-lg-c40-px,.gx-lg-c40-px{--bs-gutter-x:40px}.g-lg-c40-px,.gy-lg-c40-px{--bs-gutter-y:40px}.g-lg-c50-px,.gx-lg-c50-px{--bs-gutter-x:50px}.g-lg-c50-px,.gy-lg-c50-px{--bs-gutter-y:50px}.g-lg-c60-px,.gx-lg-c60-px{--bs-gutter-x:60px}.g-lg-c60-px,.gy-lg-c60-px{--bs-gutter-y:60px}.g-lg-c65-px,.gx-lg-c65-px{--bs-gutter-x:65px}.g-lg-c65-px,.gy-lg-c65-px{--bs-gutter-y:65px}.g-lg-c70-px,.gx-lg-c70-px{--bs-gutter-x:70px}.g-lg-c70-px,.gy-lg-c70-px{--bs-gutter-y:70px}.g-lg-c75-px,.gx-lg-c75-px{--bs-gutter-x:75px}.g-lg-c75-px,.gy-lg-c75-px{--bs-gutter-y:75px}.g-lg-c80-px,.gx-lg-c80-px{--bs-gutter-x:80px}.g-lg-c80-px,.gy-lg-c80-px{--bs-gutter-y:80px}.g-lg-c90-px,.gx-lg-c90-px{--bs-gutter-x:90px}.g-lg-c90-px,.gy-lg-c90-px{--bs-gutter-y:90px}.g-lg-c100-px,.gx-lg-c100-px{--bs-gutter-x:100px}.g-lg-c100-px,.gy-lg-c100-px{--bs-gutter-y:100px}.g-lg-c125-px,.gx-lg-c125-px{--bs-gutter-x:125px}.g-lg-c125-px,.gy-lg-c125-px{--bs-gutter-y:125px}.g-lg-c130-px,.gx-lg-c130-px{--bs-gutter-x:130px}.g-lg-c130-px,.gy-lg-c130-px{--bs-gutter-y:130px}.g-lg-c200-px,.gx-lg-c200-px{--bs-gutter-x:200px}.g-lg-c200-px,.gy-lg-c200-px{--bs-gutter-y:200px}.g-lg-c250-px,.gx-lg-c250-px{--bs-gutter-x:250px}.g-lg-c250-px,.gy-lg-c250-px{--bs-gutter-y:250px}.g-lg-c300-px,.gx-lg-c300-px{--bs-gutter-x:300px}.g-lg-c300-px,.gy-lg-c300-px{--bs-gutter-y:300px}.g-lg-c400-px,.gx-lg-c400-px{--bs-gutter-x:400px}.g-lg-c400-px,.gy-lg-c400-px{--bs-gutter-y:400px}.g-lg-c500-px,.gx-lg-c500-px{--bs-gutter-x:500px}.g-lg-c500-px,.gy-lg-c500-px{--bs-gutter-y:500px}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:6rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:6rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:12rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:12rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:20rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:20rem}.g-xl-c45,.gx-xl-c45{--bs-gutter-x:0.45rem}.g-xl-c45,.gy-xl-c45{--bs-gutter-y:0.45rem}.g-xl-c75,.gx-xl-c75{--bs-gutter-x:0.75rem}.g-xl-c75,.gy-xl-c75{--bs-gutter-y:0.75rem}.g-xl-c1-25,.gx-xl-c1-25{--bs-gutter-x:1.25rem}.g-xl-c1-25,.gy-xl-c1-25{--bs-gutter-y:1.25rem}.g-xl-c1-75,.gx-xl-c1-75{--bs-gutter-x:1.75rem}.g-xl-c1-75,.gy-xl-c1-75{--bs-gutter-y:1.75rem}.g-xl-c2,.gx-xl-c2{--bs-gutter-x:2rem}.g-xl-c2,.gy-xl-c2{--bs-gutter-y:2rem}.g-xl-c2-25,.gx-xl-c2-25{--bs-gutter-x:2.25rem}.g-xl-c2-25,.gy-xl-c2-25{--bs-gutter-y:2.25rem}.g-xl-c2-75,.gx-xl-c2-75{--bs-gutter-x:2.75rem}.g-xl-c2-75,.gy-xl-c2-75{--bs-gutter-y:2.75rem}.g-xl-c3-75,.gx-xl-c3-75{--bs-gutter-x:3.75rem}.g-xl-c3-75,.gy-xl-c3-75{--bs-gutter-y:3.75rem}.g-xl-c4,.gx-xl-c4{--bs-gutter-x:4rem}.g-xl-c4,.gy-xl-c4{--bs-gutter-y:4rem}.g-xl-c4-5,.gx-xl-c4-5{--bs-gutter-x:4.5rem}.g-xl-c4-5,.gy-xl-c4-5{--bs-gutter-y:4.5rem}.g-xl-c4-75,.gx-xl-c4-75{--bs-gutter-x:4.75rem}.g-xl-c4-75,.gy-xl-c4-75{--bs-gutter-y:4.75rem}.g-xl-c5,.gx-xl-c5{--bs-gutter-x:5rem}.g-xl-c5,.gy-xl-c5{--bs-gutter-y:5rem}.g-xl-c6,.gx-xl-c6{--bs-gutter-x:6rem}.g-xl-c6,.gy-xl-c6{--bs-gutter-y:6rem}.g-xl-c7,.gx-xl-c7{--bs-gutter-x:7rem}.g-xl-c7,.gy-xl-c7{--bs-gutter-y:7rem}.g-xl-c5-px,.gx-xl-c5-px{--bs-gutter-x:5px}.g-xl-c5-px,.gy-xl-c5-px{--bs-gutter-y:5px}.g-xl-c10-px,.gx-xl-c10-px{--bs-gutter-x:10px}.g-xl-c10-px,.gy-xl-c10-px{--bs-gutter-y:10px}.g-xl-c15-px,.gx-xl-c15-px{--bs-gutter-x:15px}.g-xl-c15-px,.gy-xl-c15-px{--bs-gutter-y:15px}.g-xl-c20-px,.gx-xl-c20-px{--bs-gutter-x:20px}.g-xl-c20-px,.gy-xl-c20-px{--bs-gutter-y:20px}.g-xl-c30-px,.gx-xl-c30-px{--bs-gutter-x:30px}.g-xl-c30-px,.gy-xl-c30-px{--bs-gutter-y:30px}.g-xl-c35-px,.gx-xl-c35-px{--bs-gutter-x:35px}.g-xl-c35-px,.gy-xl-c35-px{--bs-gutter-y:35px}.g-xl-c40-px,.gx-xl-c40-px{--bs-gutter-x:40px}.g-xl-c40-px,.gy-xl-c40-px{--bs-gutter-y:40px}.g-xl-c50-px,.gx-xl-c50-px{--bs-gutter-x:50px}.g-xl-c50-px,.gy-xl-c50-px{--bs-gutter-y:50px}.g-xl-c60-px,.gx-xl-c60-px{--bs-gutter-x:60px}.g-xl-c60-px,.gy-xl-c60-px{--bs-gutter-y:60px}.g-xl-c65-px,.gx-xl-c65-px{--bs-gutter-x:65px}.g-xl-c65-px,.gy-xl-c65-px{--bs-gutter-y:65px}.g-xl-c70-px,.gx-xl-c70-px{--bs-gutter-x:70px}.g-xl-c70-px,.gy-xl-c70-px{--bs-gutter-y:70px}.g-xl-c75-px,.gx-xl-c75-px{--bs-gutter-x:75px}.g-xl-c75-px,.gy-xl-c75-px{--bs-gutter-y:75px}.g-xl-c80-px,.gx-xl-c80-px{--bs-gutter-x:80px}.g-xl-c80-px,.gy-xl-c80-px{--bs-gutter-y:80px}.g-xl-c90-px,.gx-xl-c90-px{--bs-gutter-x:90px}.g-xl-c90-px,.gy-xl-c90-px{--bs-gutter-y:90px}.g-xl-c100-px,.gx-xl-c100-px{--bs-gutter-x:100px}.g-xl-c100-px,.gy-xl-c100-px{--bs-gutter-y:100px}.g-xl-c125-px,.gx-xl-c125-px{--bs-gutter-x:125px}.g-xl-c125-px,.gy-xl-c125-px{--bs-gutter-y:125px}.g-xl-c130-px,.gx-xl-c130-px{--bs-gutter-x:130px}.g-xl-c130-px,.gy-xl-c130-px{--bs-gutter-y:130px}.g-xl-c200-px,.gx-xl-c200-px{--bs-gutter-x:200px}.g-xl-c200-px,.gy-xl-c200-px{--bs-gutter-y:200px}.g-xl-c250-px,.gx-xl-c250-px{--bs-gutter-x:250px}.g-xl-c250-px,.gy-xl-c250-px{--bs-gutter-y:250px}.g-xl-c300-px,.gx-xl-c300-px{--bs-gutter-x:300px}.g-xl-c300-px,.gy-xl-c300-px{--bs-gutter-y:300px}.g-xl-c400-px,.gx-xl-c400-px{--bs-gutter-x:400px}.g-xl-c400-px,.gy-xl-c400-px{--bs-gutter-y:400px}.g-xl-c500-px,.gx-xl-c500-px{--bs-gutter-x:500px}.g-xl-c500-px,.gy-xl-c500-px{--bs-gutter-y:500px}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:6rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:6rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:12rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:12rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:20rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:20rem}.g-xxl-c45,.gx-xxl-c45{--bs-gutter-x:0.45rem}.g-xxl-c45,.gy-xxl-c45{--bs-gutter-y:0.45rem}.g-xxl-c75,.gx-xxl-c75{--bs-gutter-x:0.75rem}.g-xxl-c75,.gy-xxl-c75{--bs-gutter-y:0.75rem}.g-xxl-c1-25,.gx-xxl-c1-25{--bs-gutter-x:1.25rem}.g-xxl-c1-25,.gy-xxl-c1-25{--bs-gutter-y:1.25rem}.g-xxl-c1-75,.gx-xxl-c1-75{--bs-gutter-x:1.75rem}.g-xxl-c1-75,.gy-xxl-c1-75{--bs-gutter-y:1.75rem}.g-xxl-c2,.gx-xxl-c2{--bs-gutter-x:2rem}.g-xxl-c2,.gy-xxl-c2{--bs-gutter-y:2rem}.g-xxl-c2-25,.gx-xxl-c2-25{--bs-gutter-x:2.25rem}.g-xxl-c2-25,.gy-xxl-c2-25{--bs-gutter-y:2.25rem}.g-xxl-c2-75,.gx-xxl-c2-75{--bs-gutter-x:2.75rem}.g-xxl-c2-75,.gy-xxl-c2-75{--bs-gutter-y:2.75rem}.g-xxl-c3-75,.gx-xxl-c3-75{--bs-gutter-x:3.75rem}.g-xxl-c3-75,.gy-xxl-c3-75{--bs-gutter-y:3.75rem}.g-xxl-c4,.gx-xxl-c4{--bs-gutter-x:4rem}.g-xxl-c4,.gy-xxl-c4{--bs-gutter-y:4rem}.g-xxl-c4-5,.gx-xxl-c4-5{--bs-gutter-x:4.5rem}.g-xxl-c4-5,.gy-xxl-c4-5{--bs-gutter-y:4.5rem}.g-xxl-c4-75,.gx-xxl-c4-75{--bs-gutter-x:4.75rem}.g-xxl-c4-75,.gy-xxl-c4-75{--bs-gutter-y:4.75rem}.g-xxl-c5,.gx-xxl-c5{--bs-gutter-x:5rem}.g-xxl-c5,.gy-xxl-c5{--bs-gutter-y:5rem}.g-xxl-c6,.gx-xxl-c6{--bs-gutter-x:6rem}.g-xxl-c6,.gy-xxl-c6{--bs-gutter-y:6rem}.g-xxl-c7,.gx-xxl-c7{--bs-gutter-x:7rem}.g-xxl-c7,.gy-xxl-c7{--bs-gutter-y:7rem}.g-xxl-c5-px,.gx-xxl-c5-px{--bs-gutter-x:5px}.g-xxl-c5-px,.gy-xxl-c5-px{--bs-gutter-y:5px}.g-xxl-c10-px,.gx-xxl-c10-px{--bs-gutter-x:10px}.g-xxl-c10-px,.gy-xxl-c10-px{--bs-gutter-y:10px}.g-xxl-c15-px,.gx-xxl-c15-px{--bs-gutter-x:15px}.g-xxl-c15-px,.gy-xxl-c15-px{--bs-gutter-y:15px}.g-xxl-c20-px,.gx-xxl-c20-px{--bs-gutter-x:20px}.g-xxl-c20-px,.gy-xxl-c20-px{--bs-gutter-y:20px}.g-xxl-c30-px,.gx-xxl-c30-px{--bs-gutter-x:30px}.g-xxl-c30-px,.gy-xxl-c30-px{--bs-gutter-y:30px}.g-xxl-c35-px,.gx-xxl-c35-px{--bs-gutter-x:35px}.g-xxl-c35-px,.gy-xxl-c35-px{--bs-gutter-y:35px}.g-xxl-c40-px,.gx-xxl-c40-px{--bs-gutter-x:40px}.g-xxl-c40-px,.gy-xxl-c40-px{--bs-gutter-y:40px}.g-xxl-c50-px,.gx-xxl-c50-px{--bs-gutter-x:50px}.g-xxl-c50-px,.gy-xxl-c50-px{--bs-gutter-y:50px}.g-xxl-c60-px,.gx-xxl-c60-px{--bs-gutter-x:60px}.g-xxl-c60-px,.gy-xxl-c60-px{--bs-gutter-y:60px}.g-xxl-c65-px,.gx-xxl-c65-px{--bs-gutter-x:65px}.g-xxl-c65-px,.gy-xxl-c65-px{--bs-gutter-y:65px}.g-xxl-c70-px,.gx-xxl-c70-px{--bs-gutter-x:70px}.g-xxl-c70-px,.gy-xxl-c70-px{--bs-gutter-y:70px}.g-xxl-c75-px,.gx-xxl-c75-px{--bs-gutter-x:75px}.g-xxl-c75-px,.gy-xxl-c75-px{--bs-gutter-y:75px}.g-xxl-c80-px,.gx-xxl-c80-px{--bs-gutter-x:80px}.g-xxl-c80-px,.gy-xxl-c80-px{--bs-gutter-y:80px}.g-xxl-c90-px,.gx-xxl-c90-px{--bs-gutter-x:90px}.g-xxl-c90-px,.gy-xxl-c90-px{--bs-gutter-y:90px}.g-xxl-c100-px,.gx-xxl-c100-px{--bs-gutter-x:100px}.g-xxl-c100-px,.gy-xxl-c100-px{--bs-gutter-y:100px}.g-xxl-c125-px,.gx-xxl-c125-px{--bs-gutter-x:125px}.g-xxl-c125-px,.gy-xxl-c125-px{--bs-gutter-y:125px}.g-xxl-c130-px,.gx-xxl-c130-px{--bs-gutter-x:130px}.g-xxl-c130-px,.gy-xxl-c130-px{--bs-gutter-y:130px}.g-xxl-c200-px,.gx-xxl-c200-px{--bs-gutter-x:200px}.g-xxl-c200-px,.gy-xxl-c200-px{--bs-gutter-y:200px}.g-xxl-c250-px,.gx-xxl-c250-px{--bs-gutter-x:250px}.g-xxl-c250-px,.gy-xxl-c250-px{--bs-gutter-y:250px}.g-xxl-c300-px,.gx-xxl-c300-px{--bs-gutter-x:300px}.g-xxl-c300-px,.gy-xxl-c300-px{--bs-gutter-y:300px}.g-xxl-c400-px,.gx-xxl-c400-px{--bs-gutter-x:400px}.g-xxl-c400-px,.gy-xxl-c400-px{--bs-gutter-y:400px}.g-xxl-c500-px,.gx-xxl-c500-px{--bs-gutter-x:500px}.g-xxl-c500-px,.gy-xxl-c500-px{--bs-gutter-y:500px}}@media (min-width:1600px){.col-xxxl{flex:1 0 0}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:0.25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:0.25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:6rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:6rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:12rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:12rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:20rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:20rem}.g-xxxl-c45,.gx-xxxl-c45{--bs-gutter-x:0.45rem}.g-xxxl-c45,.gy-xxxl-c45{--bs-gutter-y:0.45rem}.g-xxxl-c75,.gx-xxxl-c75{--bs-gutter-x:0.75rem}.g-xxxl-c75,.gy-xxxl-c75{--bs-gutter-y:0.75rem}.g-xxxl-c1-25,.gx-xxxl-c1-25{--bs-gutter-x:1.25rem}.g-xxxl-c1-25,.gy-xxxl-c1-25{--bs-gutter-y:1.25rem}.g-xxxl-c1-75,.gx-xxxl-c1-75{--bs-gutter-x:1.75rem}.g-xxxl-c1-75,.gy-xxxl-c1-75{--bs-gutter-y:1.75rem}.g-xxxl-c2,.gx-xxxl-c2{--bs-gutter-x:2rem}.g-xxxl-c2,.gy-xxxl-c2{--bs-gutter-y:2rem}.g-xxxl-c2-25,.gx-xxxl-c2-25{--bs-gutter-x:2.25rem}.g-xxxl-c2-25,.gy-xxxl-c2-25{--bs-gutter-y:2.25rem}.g-xxxl-c2-75,.gx-xxxl-c2-75{--bs-gutter-x:2.75rem}.g-xxxl-c2-75,.gy-xxxl-c2-75{--bs-gutter-y:2.75rem}.g-xxxl-c3-75,.gx-xxxl-c3-75{--bs-gutter-x:3.75rem}.g-xxxl-c3-75,.gy-xxxl-c3-75{--bs-gutter-y:3.75rem}.g-xxxl-c4,.gx-xxxl-c4{--bs-gutter-x:4rem}.g-xxxl-c4,.gy-xxxl-c4{--bs-gutter-y:4rem}.g-xxxl-c4-5,.gx-xxxl-c4-5{--bs-gutter-x:4.5rem}.g-xxxl-c4-5,.gy-xxxl-c4-5{--bs-gutter-y:4.5rem}.g-xxxl-c4-75,.gx-xxxl-c4-75{--bs-gutter-x:4.75rem}.g-xxxl-c4-75,.gy-xxxl-c4-75{--bs-gutter-y:4.75rem}.g-xxxl-c5,.gx-xxxl-c5{--bs-gutter-x:5rem}.g-xxxl-c5,.gy-xxxl-c5{--bs-gutter-y:5rem}.g-xxxl-c6,.gx-xxxl-c6{--bs-gutter-x:6rem}.g-xxxl-c6,.gy-xxxl-c6{--bs-gutter-y:6rem}.g-xxxl-c7,.gx-xxxl-c7{--bs-gutter-x:7rem}.g-xxxl-c7,.gy-xxxl-c7{--bs-gutter-y:7rem}.g-xxxl-c5-px,.gx-xxxl-c5-px{--bs-gutter-x:5px}.g-xxxl-c5-px,.gy-xxxl-c5-px{--bs-gutter-y:5px}.g-xxxl-c10-px,.gx-xxxl-c10-px{--bs-gutter-x:10px}.g-xxxl-c10-px,.gy-xxxl-c10-px{--bs-gutter-y:10px}.g-xxxl-c15-px,.gx-xxxl-c15-px{--bs-gutter-x:15px}.g-xxxl-c15-px,.gy-xxxl-c15-px{--bs-gutter-y:15px}.g-xxxl-c20-px,.gx-xxxl-c20-px{--bs-gutter-x:20px}.g-xxxl-c20-px,.gy-xxxl-c20-px{--bs-gutter-y:20px}.g-xxxl-c30-px,.gx-xxxl-c30-px{--bs-gutter-x:30px}.g-xxxl-c30-px,.gy-xxxl-c30-px{--bs-gutter-y:30px}.g-xxxl-c35-px,.gx-xxxl-c35-px{--bs-gutter-x:35px}.g-xxxl-c35-px,.gy-xxxl-c35-px{--bs-gutter-y:35px}.g-xxxl-c40-px,.gx-xxxl-c40-px{--bs-gutter-x:40px}.g-xxxl-c40-px,.gy-xxxl-c40-px{--bs-gutter-y:40px}.g-xxxl-c50-px,.gx-xxxl-c50-px{--bs-gutter-x:50px}.g-xxxl-c50-px,.gy-xxxl-c50-px{--bs-gutter-y:50px}.g-xxxl-c60-px,.gx-xxxl-c60-px{--bs-gutter-x:60px}.g-xxxl-c60-px,.gy-xxxl-c60-px{--bs-gutter-y:60px}.g-xxxl-c65-px,.gx-xxxl-c65-px{--bs-gutter-x:65px}.g-xxxl-c65-px,.gy-xxxl-c65-px{--bs-gutter-y:65px}.g-xxxl-c70-px,.gx-xxxl-c70-px{--bs-gutter-x:70px}.g-xxxl-c70-px,.gy-xxxl-c70-px{--bs-gutter-y:70px}.g-xxxl-c75-px,.gx-xxxl-c75-px{--bs-gutter-x:75px}.g-xxxl-c75-px,.gy-xxxl-c75-px{--bs-gutter-y:75px}.g-xxxl-c80-px,.gx-xxxl-c80-px{--bs-gutter-x:80px}.g-xxxl-c80-px,.gy-xxxl-c80-px{--bs-gutter-y:80px}.g-xxxl-c90-px,.gx-xxxl-c90-px{--bs-gutter-x:90px}.g-xxxl-c90-px,.gy-xxxl-c90-px{--bs-gutter-y:90px}.g-xxxl-c100-px,.gx-xxxl-c100-px{--bs-gutter-x:100px}.g-xxxl-c100-px,.gy-xxxl-c100-px{--bs-gutter-y:100px}.g-xxxl-c125-px,.gx-xxxl-c125-px{--bs-gutter-x:125px}.g-xxxl-c125-px,.gy-xxxl-c125-px{--bs-gutter-y:125px}.g-xxxl-c130-px,.gx-xxxl-c130-px{--bs-gutter-x:130px}.g-xxxl-c130-px,.gy-xxxl-c130-px{--bs-gutter-y:130px}.g-xxxl-c200-px,.gx-xxxl-c200-px{--bs-gutter-x:200px}.g-xxxl-c200-px,.gy-xxxl-c200-px{--bs-gutter-y:200px}.g-xxxl-c250-px,.gx-xxxl-c250-px{--bs-gutter-x:250px}.g-xxxl-c250-px,.gy-xxxl-c250-px{--bs-gutter-y:250px}.g-xxxl-c300-px,.gx-xxxl-c300-px{--bs-gutter-x:300px}.g-xxxl-c300-px,.gy-xxxl-c300-px{--bs-gutter-y:300px}.g-xxxl-c400-px,.gx-xxxl-c400-px{--bs-gutter-x:400px}.g-xxxl-c400-px,.gy-xxxl-c400-px{--bs-gutter-y:400px}.g-xxxl-c500-px,.gx-xxxl-c500-px{--bs-gutter-x:500px}.g-xxxl-c500-px,.gy-xxxl-c500-px{--bs-gutter-y:500px}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-tip{background-color:RGBA(var(--bs-tip-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(35,94,145,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(35,94,145,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(159,165,172,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(159,165,172,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(30,101,82,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(30,101,82,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(35,94,145,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(35,94,145,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(114,86,0,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(114,86,0,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(180,11,40,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(180,11,40,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(4,9,14,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(4,9,14,var(--bs-link-underline-opacity,1))!important}.link-tip{color:RGBA(var(--bs-tip-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-tip-rgb),var(--bs-link-underline-opacity,1))!important}.link-tip:focus,.link-tip:hover{color:RGBA(89,53,154,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(89,53,154,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{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);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ratio-700x506{--bs-aspect-ratio:72.2857142857%}.ratio-1200x630{--bs-aspect-ratio:52.5%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1600px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:var(--bs-secondary-bg);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#d5e3f0;--bs-table-border-color:#aab6c0;--bs-table-striped-bg:#cad8e4;--bs-table-striped-color:#000;--bs-table-active-bg:#c0cdd8;--bs-table-active-color:#000;--bs-table-hover-bg:#c5d2de;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e7e9ea;--bs-table-border-color:#b9babb;--bs-table-striped-bg:#dbddde;--bs-table-striped-color:#000;--bs-table-active-bg:#d0d1d3;--bs-table-active-color:#000;--bs-table-hover-bg:#d6d7d9;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d3e5e1;--bs-table-border-color:#a9b7b4;--bs-table-striped-bg:#c9dad5;--bs-table-striped-color:#000;--bs-table-active-bg:#bececa;--bs-table-active-color:#000;--bs-table-hover-bg:#c4d4d0;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#d5e3f0;--bs-table-border-color:#aab6c0;--bs-table-striped-bg:#cad8e4;--bs-table-striped-color:#000;--bs-table-active-bg:#c0cdd8;--bs-table-active-color:#000;--bs-table-hover-bg:#c5d2de;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#e9e1cc;--bs-table-border-color:#bab4a3;--bs-table-striped-bg:#ddd6c2;--bs-table-striped-color:#000;--bs-table-active-bg:#d1cbb8;--bs-table-active-color:#000;--bs-table-hover-bg:#d7d0bd;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f9cfd6;--bs-table-border-color:#c7a5ab;--bs-table-striped-bg:#edc4cb;--bs-table-striped-color:#000;--bs-table-active-bg:#e0bac1;--bs-table-active-color:#000;--bs-table-hover-bg:#e6bfc6;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#040c12;--bs-table-border-color:#373c41;--bs-table-striped-bg:#11181e;--bs-table-striped-color:#fff;--bs-table-active-bg:#1d242a;--bs-table-active-color:#fff;--bs-table-hover-bg:#171e24;--bs-table-hover-color:#fff}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1599.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.7;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(var(--bs-border-width));padding-top:calc(var(--bs-border-width))}.form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:var(--bs-secondary-bg);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--bs-secondary-bg);border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);color:var(--bs-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.7em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-tertiary-bg);opacity:1}.form-control::file-selector-button{background-color:var(--bs-secondary);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-secondary-contrast);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-shift)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.7;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.7em + var(--bs-border-width)*2);padding:0 6px}.form-control-sm::file-selector-button{margin:0 -6px;margin-inline-end:6px;padding:0 6px}.form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.7em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.7em + .75rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.7em + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.7em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.7em + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");appearance:none;background-color:var(--bs-secondary-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-tertiary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:0;padding-left:6px;padding-top:0}.form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.5rem;min-height:1.57em;padding-left:2.07em}.form-check .form-check-input{float:left;margin-left:-2.07em}.form-check-reverse{padding-left:0;padding-right:2.07em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-2.07em}.form-check-input{--bs-form-check-bg:var(--bs-secondary-bg);appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-secondary);flex-shrink:0;height:1.57em;margin-top:.065em;print-color-adjust:exact;vertical-align:top;width:1.57em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#2c75b5;border-color:#2c75b5;--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{filter:none;opacity:1;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2395bada'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .25rem rgba(44,117,181,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .25rem rgba(44,117,181,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#2c75b5;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c0d6e9}.form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#2c75b5;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#c0d6e9}.form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:var(--bs-border-width) solid transparent;color:rgba(var(--bs-body-color-rgb),.65);height:100%;left:0;max-width:100%;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-left:.75rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{background-color:var(--bs-secondary-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>textarea:disabled~label:after{background-color:var(--bs-tertiary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:var(--bs-secondary);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-secondary-contrast);display:flex;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:0 6px}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23257e67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23257e67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.7em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e10e32' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e10e32' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e10e32' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e10e32' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.7em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.7;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#25639a;--bs-btn-hover-border-color:#235e91;--bs-btn-focus-shadow-rgb:76,138,192;--bs-btn-active-color:#fff;--bs-btn-active-bg:#235e91;--bs-btn-active-border-color:#215888;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#2c75b5;--bs-btn-disabled-border-color:#2c75b5}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#878f97;--bs-btn-border-color:#878f97;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#99a0a7;--bs-btn-hover-border-color:#939aa1;--bs-btn-focus-shadow-rgb:115,122,128;--bs-btn-active-color:#000;--bs-btn-active-bg:#9fa5ac;--bs-btn-active-border-color:#939aa1;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#878f97;--bs-btn-disabled-border-color:#878f97}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#257e67;--bs-btn-border-color:#257e67;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1f6b58;--bs-btn-hover-border-color:#1e6552;--bs-btn-focus-shadow-rgb:70,145,126;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1e6552;--bs-btn-active-border-color:#1c5f4d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#257e67;--bs-btn-disabled-border-color:#257e67}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#25639a;--bs-btn-hover-border-color:#235e91;--bs-btn-focus-shadow-rgb:76,138,192;--bs-btn-active-color:#fff;--bs-btn-active-bg:#235e91;--bs-btn-active-border-color:#215888;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#2c75b5;--bs-btn-disabled-border-color:#2c75b5}.btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#8f6b00;--bs-btn-border-color:#8f6b00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#7a5b00;--bs-btn-hover-border-color:#725600;--bs-btn-focus-shadow-rgb:160,129,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#725600;--bs-btn-active-border-color:#6b5000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#8f6b00;--bs-btn-disabled-border-color:#8f6b00}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#e10e32;--bs-btn-border-color:#e10e32;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bf0c2b;--bs-btn-hover-border-color:#b40b28;--bs-btn-focus-shadow-rgb:230,50,81;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b40b28;--bs-btn-active-border-color:#a90b26;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#e10e32;--bs-btn-disabled-border-color:#e10e32}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#040c12;--bs-btn-border-color:#040c12;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2a3036;--bs-btn-hover-border-color:#1d242a;--bs-btn-focus-shadow-rgb:42,48,54;--bs-btn-active-color:#fff;--bs-btn-active-bg:#373c41;--bs-btn-active-border-color:#1d242a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#040c12;--bs-btn-disabled-border-color:#040c12}.btn-tip{--bs-btn-color:#fff;--bs-btn-bg:#6f42c1;--bs-btn-border-color:#6f42c1;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5e38a4;--bs-btn-hover-border-color:#59359a;--bs-btn-focus-shadow-rgb:133,94,202;--bs-btn-active-color:#fff;--bs-btn-active-bg:#59359a;--bs-btn-active-border-color:#533291;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6f42c1;--bs-btn-disabled-border-color:#6f42c1}.btn-outline-primary{--bs-btn-color:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2c75b5;--bs-btn-hover-border-color:#2c75b5;--bs-btn-focus-shadow-rgb:44,117,181;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2c75b5;--bs-btn-active-border-color:#2c75b5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#2c75b5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2c75b5;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#878f97;--bs-btn-border-color:#878f97;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#878f97;--bs-btn-hover-border-color:#878f97;--bs-btn-focus-shadow-rgb:135,143,151;--bs-btn-active-color:#000;--bs-btn-active-bg:#878f97;--bs-btn-active-border-color:#878f97;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#878f97;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#878f97;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#257e67;--bs-btn-border-color:#257e67;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#257e67;--bs-btn-hover-border-color:#257e67;--bs-btn-focus-shadow-rgb:37,126,103;--bs-btn-active-color:#fff;--bs-btn-active-bg:#257e67;--bs-btn-active-border-color:#257e67;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#257e67;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#257e67;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2c75b5;--bs-btn-hover-border-color:#2c75b5;--bs-btn-focus-shadow-rgb:44,117,181;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2c75b5;--bs-btn-active-border-color:#2c75b5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#2c75b5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2c75b5;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#8f6b00;--bs-btn-border-color:#8f6b00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#8f6b00;--bs-btn-hover-border-color:#8f6b00;--bs-btn-focus-shadow-rgb:143,107,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#8f6b00;--bs-btn-active-border-color:#8f6b00;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#8f6b00;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#8f6b00;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#e10e32;--bs-btn-border-color:#e10e32;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#e10e32;--bs-btn-hover-border-color:#e10e32;--bs-btn-focus-shadow-rgb:225,14,50;--bs-btn-active-color:#fff;--bs-btn-active-bg:#e10e32;--bs-btn-active-border-color:#e10e32;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e10e32;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e10e32;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#040c12;--bs-btn-border-color:#040c12;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#040c12;--bs-btn-hover-border-color:#040c12;--bs-btn-focus-shadow-rgb:4,12,18;--bs-btn-active-color:#fff;--bs-btn-active-bg:#040c12;--bs-btn-active-border-color:#040c12;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#040c12;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#040c12;--bs-gradient:none}.btn-outline-tip{--bs-btn-color:#6f42c1;--bs-btn-border-color:#6f42c1;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6f42c1;--bs-btn-hover-border-color:#6f42c1;--bs-btn-focus-shadow-rgb:111,66,193;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6f42c1;--bs-btn-active-border-color:#6f42c1;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6f42c1;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6f42c1;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:76,138,192;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0;--bs-btn-padding-x:6px;--bs-btn-font-size:1rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1060;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-secondary-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:var(--bs-secondary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.75rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1600px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:4.5px;padding-right:4.5px}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-body-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary) var(--bs-secondary) transparent;--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:transparent;--bs-nav-tabs-link-active-border-color:var(--bs-body-color) var(--bs-body-color) var(--bs-secondary-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:var(--bs-secondary-contrast);--bs-nav-pills-link-active-bg:var(--bs-secondary)}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.2875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.375rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(4.4, 11.7, 18.1, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:var(--choco-border-color-adaptive);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl,.navbar>.container-xxxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1600px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:2rem;--bs-card-spacer-x:2rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:1rem;--bs-card-cap-padding-x:2rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color:var(--bs-body-color);--bs-card-bg:var(--bs-secondary-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23040b12' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23112e48' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2380acd2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2380acd2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-border-radius:0;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-pagination-active-color:var(--bs-primary-contrast);--bs-pagination-active-bg:var(--bs-primary);--bs-pagination-active-border-color:var(--bs-primary);--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:1rem;--bs-badge-font-weight:700;--bs-badge-color:var(--bs-body-color);--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:0;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:0 solid var(--bs-alert-border-color);--bs-alert-border-radius:0;--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-tip{--bs-alert-color:var(--bs-tip-text-emphasis);--bs-alert-bg:var(--bs-tip-bg-subtle);--bs-alert-border-color:var(--bs-tip-border-subtle);--bs-alert-link-color:var(--bs-tip-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-tertiary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#2c75b5;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#000;--bs-list-group-active-bg:#2c75b5;--bs-list-group-active-border-color:#2c75b5;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:not(.active):active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1600px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.list-group-item-tip{--bs-list-group-color:var(--bs-tip-text-emphasis);--bs-list-group-bg:var(--bs-tip-bg-subtle);--bs-list-group-border-color:var(--bs-tip-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tip-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-tip-border-subtle);--bs-list-group-active-color:var(--bs-tip-bg-subtle);--bs-list-group-active-bg:var(--bs-tip-text-emphasis);--bs-list-group-active-border-color:var(--bs-tip-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:none;--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;filter:var(--bs-btn-close-filter);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;user-select:none}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1062;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-secondary-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.7;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1061;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin-bottom:calc(var(--bs-modal-header-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-modal-header-padding-x)*-.5);margin-top:calc(var(--bs-modal-header-padding-y)*-.5);padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (max-width:1599.98px){.modal-fullscreen-xxxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-footer,.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;margin:var(--bs-tooltip-margin);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;filter:var(--bs-carousel-control-icon-filter);justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:3.5%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.5rem;width:1.5rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:3.5%;margin-right:3.5%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:var(--bs-carousel-indicator-active-bg);border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:15px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:15px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color);left:5%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:5%;text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;flex-shrink:0;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl,.offcanvas-xxxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-secondary-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.7}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1599.98px){.offcanvas-xxxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1599.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none}}@media (max-width:1599.98px){.offcanvas-xxxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxxl.offcanvas-bottom,.offcanvas-xxxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxl.show:not(.hiding),.offcanvas-xxxl.showing{transform:none}.offcanvas-xxxl.hiding,.offcanvas-xxxl.show,.offcanvas-xxxl.showing{visibility:visible}}@media (min-width:1600px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxxl .offcanvas-header{display:none}.offcanvas-xxxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.focus-ring-tip{--bs-focus-ring-color:rgba(var(--bs-tip-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-tip{--bs-border-opacity:1;border-color:rgba(var(--bs-tip-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-0{width:0!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-35{width:35%!important}.w-40{width:40%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-125{width:125%!important}.w-130{width:130%!important}.w-200{width:200%!important}.w-250{width:250%!important}.w-300{width:300%!important}.w-400{width:400%!important}.w-500{width:500%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-0{height:0!important}.h-5{height:5%!important}.h-10{height:10%!important}.h-15{height:15%!important}.h-20{height:20%!important}.h-25{height:25%!important}.h-30{height:30%!important}.h-35{height:35%!important}.h-40{height:40%!important}.h-50{height:50%!important}.h-60{height:60%!important}.h-65{height:65%!important}.h-70{height:70%!important}.h-75{height:75%!important}.h-80{height:80%!important}.h-90{height:90%!important}.h-100{height:100%!important}.h-125{height:125%!important}.h-130{height:130%!important}.h-200{height:200%!important}.h-250{height:250%!important}.h-300{height:300%!important}.h-400{height:400%!important}.h-500{height:500%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:6rem!important}.m-7{margin:12rem!important}.m-8{margin:20rem!important}.m-c45{margin:.45rem!important}.m-c75{margin:.75rem!important}.m-c1-25{margin:1.25rem!important}.m-c1-75{margin:1.75rem!important}.m-c2{margin:2rem!important}.m-c2-25{margin:2.25rem!important}.m-c2-75{margin:2.75rem!important}.m-c3-75{margin:3.75rem!important}.m-c4{margin:4rem!important}.m-c4-5{margin:4.5rem!important}.m-c4-75{margin:4.75rem!important}.m-c5{margin:5rem!important}.m-c6{margin:6rem!important}.m-c7{margin:7rem!important}.m-c5-px{margin:5px!important}.m-c10-px{margin:10px!important}.m-c15-px{margin:15px!important}.m-c20-px{margin:20px!important}.m-c30-px{margin:30px!important}.m-c35-px{margin:35px!important}.m-c40-px{margin:40px!important}.m-c50-px{margin:50px!important}.m-c60-px{margin:60px!important}.m-c65-px{margin:65px!important}.m-c70-px{margin:70px!important}.m-c75-px{margin:75px!important}.m-c80-px{margin:80px!important}.m-c90-px{margin:90px!important}.m-c100-px{margin:100px!important}.m-c125-px{margin:125px!important}.m-c130-px{margin:130px!important}.m-c200-px{margin:200px!important}.m-c250-px{margin:250px!important}.m-c300-px{margin:300px!important}.m-c400-px{margin:400px!important}.m-c500-px{margin:500px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.mx-7{margin-left:12rem!important;margin-right:12rem!important}.mx-8{margin-left:20rem!important;margin-right:20rem!important}.mx-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:6rem!important}.mt-7{margin-top:12rem!important}.mt-8{margin-top:20rem!important}.mt-c45{margin-top:.45rem!important}.mt-c75{margin-top:.75rem!important}.mt-c1-25{margin-top:1.25rem!important}.mt-c1-75{margin-top:1.75rem!important}.mt-c2{margin-top:2rem!important}.mt-c2-25{margin-top:2.25rem!important}.mt-c2-75{margin-top:2.75rem!important}.mt-c3-75{margin-top:3.75rem!important}.mt-c4{margin-top:4rem!important}.mt-c4-5{margin-top:4.5rem!important}.mt-c4-75{margin-top:4.75rem!important}.mt-c5{margin-top:5rem!important}.mt-c6{margin-top:6rem!important}.mt-c7{margin-top:7rem!important}.mt-c5-px{margin-top:5px!important}.mt-c10-px{margin-top:10px!important}.mt-c15-px{margin-top:15px!important}.mt-c20-px{margin-top:20px!important}.mt-c30-px{margin-top:30px!important}.mt-c35-px{margin-top:35px!important}.mt-c40-px{margin-top:40px!important}.mt-c50-px{margin-top:50px!important}.mt-c60-px{margin-top:60px!important}.mt-c65-px{margin-top:65px!important}.mt-c70-px{margin-top:70px!important}.mt-c75-px{margin-top:75px!important}.mt-c80-px{margin-top:80px!important}.mt-c90-px{margin-top:90px!important}.mt-c100-px{margin-top:100px!important}.mt-c125-px{margin-top:125px!important}.mt-c130-px{margin-top:130px!important}.mt-c200-px{margin-top:200px!important}.mt-c250-px{margin-top:250px!important}.mt-c300-px{margin-top:300px!important}.mt-c400-px{margin-top:400px!important}.mt-c500-px{margin-top:500px!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:6rem!important}.me-7{margin-right:12rem!important}.me-8{margin-right:20rem!important}.me-c45{margin-right:.45rem!important}.me-c75{margin-right:.75rem!important}.me-c1-25{margin-right:1.25rem!important}.me-c1-75{margin-right:1.75rem!important}.me-c2{margin-right:2rem!important}.me-c2-25{margin-right:2.25rem!important}.me-c2-75{margin-right:2.75rem!important}.me-c3-75{margin-right:3.75rem!important}.me-c4{margin-right:4rem!important}.me-c4-5{margin-right:4.5rem!important}.me-c4-75{margin-right:4.75rem!important}.me-c5{margin-right:5rem!important}.me-c6{margin-right:6rem!important}.me-c7{margin-right:7rem!important}.me-c5-px{margin-right:5px!important}.me-c10-px{margin-right:10px!important}.me-c15-px{margin-right:15px!important}.me-c20-px{margin-right:20px!important}.me-c30-px{margin-right:30px!important}.me-c35-px{margin-right:35px!important}.me-c40-px{margin-right:40px!important}.me-c50-px{margin-right:50px!important}.me-c60-px{margin-right:60px!important}.me-c65-px{margin-right:65px!important}.me-c70-px{margin-right:70px!important}.me-c75-px{margin-right:75px!important}.me-c80-px{margin-right:80px!important}.me-c90-px{margin-right:90px!important}.me-c100-px{margin-right:100px!important}.me-c125-px{margin-right:125px!important}.me-c130-px{margin-right:130px!important}.me-c200-px{margin-right:200px!important}.me-c250-px{margin-right:250px!important}.me-c300-px{margin-right:300px!important}.me-c400-px{margin-right:400px!important}.me-c500-px{margin-right:500px!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:6rem!important}.mb-7{margin-bottom:12rem!important}.mb-8{margin-bottom:20rem!important}.mb-c45{margin-bottom:.45rem!important}.mb-c75{margin-bottom:.75rem!important}.mb-c1-25{margin-bottom:1.25rem!important}.mb-c1-75{margin-bottom:1.75rem!important}.mb-c2{margin-bottom:2rem!important}.mb-c2-25{margin-bottom:2.25rem!important}.mb-c2-75{margin-bottom:2.75rem!important}.mb-c3-75{margin-bottom:3.75rem!important}.mb-c4{margin-bottom:4rem!important}.mb-c4-5{margin-bottom:4.5rem!important}.mb-c4-75{margin-bottom:4.75rem!important}.mb-c5{margin-bottom:5rem!important}.mb-c6{margin-bottom:6rem!important}.mb-c7{margin-bottom:7rem!important}.mb-c5-px{margin-bottom:5px!important}.mb-c10-px{margin-bottom:10px!important}.mb-c15-px{margin-bottom:15px!important}.mb-c20-px{margin-bottom:20px!important}.mb-c30-px{margin-bottom:30px!important}.mb-c35-px{margin-bottom:35px!important}.mb-c40-px{margin-bottom:40px!important}.mb-c50-px{margin-bottom:50px!important}.mb-c60-px{margin-bottom:60px!important}.mb-c65-px{margin-bottom:65px!important}.mb-c70-px{margin-bottom:70px!important}.mb-c75-px{margin-bottom:75px!important}.mb-c80-px{margin-bottom:80px!important}.mb-c90-px{margin-bottom:90px!important}.mb-c100-px{margin-bottom:100px!important}.mb-c125-px{margin-bottom:125px!important}.mb-c130-px{margin-bottom:130px!important}.mb-c200-px{margin-bottom:200px!important}.mb-c250-px{margin-bottom:250px!important}.mb-c300-px{margin-bottom:300px!important}.mb-c400-px{margin-bottom:400px!important}.mb-c500-px{margin-bottom:500px!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:6rem!important}.ms-7{margin-left:12rem!important}.ms-8{margin-left:20rem!important}.ms-c45{margin-left:.45rem!important}.ms-c75{margin-left:.75rem!important}.ms-c1-25{margin-left:1.25rem!important}.ms-c1-75{margin-left:1.75rem!important}.ms-c2{margin-left:2rem!important}.ms-c2-25{margin-left:2.25rem!important}.ms-c2-75{margin-left:2.75rem!important}.ms-c3-75{margin-left:3.75rem!important}.ms-c4{margin-left:4rem!important}.ms-c4-5{margin-left:4.5rem!important}.ms-c4-75{margin-left:4.75rem!important}.ms-c5{margin-left:5rem!important}.ms-c6{margin-left:6rem!important}.ms-c7{margin-left:7rem!important}.ms-c5-px{margin-left:5px!important}.ms-c10-px{margin-left:10px!important}.ms-c15-px{margin-left:15px!important}.ms-c20-px{margin-left:20px!important}.ms-c30-px{margin-left:30px!important}.ms-c35-px{margin-left:35px!important}.ms-c40-px{margin-left:40px!important}.ms-c50-px{margin-left:50px!important}.ms-c60-px{margin-left:60px!important}.ms-c65-px{margin-left:65px!important}.ms-c70-px{margin-left:70px!important}.ms-c75-px{margin-left:75px!important}.ms-c80-px{margin-left:80px!important}.ms-c90-px{margin-left:90px!important}.ms-c100-px{margin-left:100px!important}.ms-c125-px{margin-left:125px!important}.ms-c130-px{margin-left:130px!important}.ms-c200-px{margin-left:200px!important}.ms-c250-px{margin-left:250px!important}.ms-c300-px{margin-left:300px!important}.ms-c400-px{margin-left:400px!important}.ms-c500-px{margin-left:500px!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-6rem!important}.m-n7{margin:-12rem!important}.m-n8{margin:-20rem!important}.m-nc45{margin:-.45rem!important}.m-nc75{margin:-.75rem!important}.m-nc1-25{margin:-1.25rem!important}.m-nc1-75{margin:-1.75rem!important}.m-nc2{margin:-2rem!important}.m-nc2-25{margin:-2.25rem!important}.m-nc2-75{margin:-2.75rem!important}.m-nc3-75{margin:-3.75rem!important}.m-nc4{margin:-4rem!important}.m-nc4-5{margin:-4.5rem!important}.m-nc4-75{margin:-4.75rem!important}.m-nc5{margin:-5rem!important}.m-nc6{margin:-6rem!important}.m-nc7{margin:-7rem!important}.m-nc5-px{margin:-5px!important}.m-nc10-px{margin:-10px!important}.m-nc15-px{margin:-15px!important}.m-nc20-px{margin:-20px!important}.m-nc30-px{margin:-30px!important}.m-nc35-px{margin:-35px!important}.m-nc40-px{margin:-40px!important}.m-nc50-px{margin:-50px!important}.m-nc60-px{margin:-60px!important}.m-nc65-px{margin:-65px!important}.m-nc70-px{margin:-70px!important}.m-nc75-px{margin:-75px!important}.m-nc80-px{margin:-80px!important}.m-nc90-px{margin:-90px!important}.m-nc100-px{margin:-100px!important}.m-nc125-px{margin:-125px!important}.m-nc130-px{margin:-130px!important}.m-nc200-px{margin:-200px!important}.m-nc250-px{margin:-250px!important}.m-nc300-px{margin:-300px!important}.m-nc400-px{margin:-400px!important}.m-nc500-px{margin:-500px!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-6rem!important}.mt-n7{margin-top:-12rem!important}.mt-n8{margin-top:-20rem!important}.mt-nc45{margin-top:-.45rem!important}.mt-nc75{margin-top:-.75rem!important}.mt-nc1-25{margin-top:-1.25rem!important}.mt-nc1-75{margin-top:-1.75rem!important}.mt-nc2{margin-top:-2rem!important}.mt-nc2-25{margin-top:-2.25rem!important}.mt-nc2-75{margin-top:-2.75rem!important}.mt-nc3-75{margin-top:-3.75rem!important}.mt-nc4{margin-top:-4rem!important}.mt-nc4-5{margin-top:-4.5rem!important}.mt-nc4-75{margin-top:-4.75rem!important}.mt-nc5{margin-top:-5rem!important}.mt-nc6{margin-top:-6rem!important}.mt-nc7{margin-top:-7rem!important}.mt-nc5-px{margin-top:-5px!important}.mt-nc10-px{margin-top:-10px!important}.mt-nc15-px{margin-top:-15px!important}.mt-nc20-px{margin-top:-20px!important}.mt-nc30-px{margin-top:-30px!important}.mt-nc35-px{margin-top:-35px!important}.mt-nc40-px{margin-top:-40px!important}.mt-nc50-px{margin-top:-50px!important}.mt-nc60-px{margin-top:-60px!important}.mt-nc65-px{margin-top:-65px!important}.mt-nc70-px{margin-top:-70px!important}.mt-nc75-px{margin-top:-75px!important}.mt-nc80-px{margin-top:-80px!important}.mt-nc90-px{margin-top:-90px!important}.mt-nc100-px{margin-top:-100px!important}.mt-nc125-px{margin-top:-125px!important}.mt-nc130-px{margin-top:-130px!important}.mt-nc200-px{margin-top:-200px!important}.mt-nc250-px{margin-top:-250px!important}.mt-nc300-px{margin-top:-300px!important}.mt-nc400-px{margin-top:-400px!important}.mt-nc500-px{margin-top:-500px!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-6rem!important}.me-n7{margin-right:-12rem!important}.me-n8{margin-right:-20rem!important}.me-nc45{margin-right:-.45rem!important}.me-nc75{margin-right:-.75rem!important}.me-nc1-25{margin-right:-1.25rem!important}.me-nc1-75{margin-right:-1.75rem!important}.me-nc2{margin-right:-2rem!important}.me-nc2-25{margin-right:-2.25rem!important}.me-nc2-75{margin-right:-2.75rem!important}.me-nc3-75{margin-right:-3.75rem!important}.me-nc4{margin-right:-4rem!important}.me-nc4-5{margin-right:-4.5rem!important}.me-nc4-75{margin-right:-4.75rem!important}.me-nc5{margin-right:-5rem!important}.me-nc6{margin-right:-6rem!important}.me-nc7{margin-right:-7rem!important}.me-nc5-px{margin-right:-5px!important}.me-nc10-px{margin-right:-10px!important}.me-nc15-px{margin-right:-15px!important}.me-nc20-px{margin-right:-20px!important}.me-nc30-px{margin-right:-30px!important}.me-nc35-px{margin-right:-35px!important}.me-nc40-px{margin-right:-40px!important}.me-nc50-px{margin-right:-50px!important}.me-nc60-px{margin-right:-60px!important}.me-nc65-px{margin-right:-65px!important}.me-nc70-px{margin-right:-70px!important}.me-nc75-px{margin-right:-75px!important}.me-nc80-px{margin-right:-80px!important}.me-nc90-px{margin-right:-90px!important}.me-nc100-px{margin-right:-100px!important}.me-nc125-px{margin-right:-125px!important}.me-nc130-px{margin-right:-130px!important}.me-nc200-px{margin-right:-200px!important}.me-nc250-px{margin-right:-250px!important}.me-nc300-px{margin-right:-300px!important}.me-nc400-px{margin-right:-400px!important}.me-nc500-px{margin-right:-500px!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-6rem!important}.mb-n7{margin-bottom:-12rem!important}.mb-n8{margin-bottom:-20rem!important}.mb-nc45{margin-bottom:-.45rem!important}.mb-nc75{margin-bottom:-.75rem!important}.mb-nc1-25{margin-bottom:-1.25rem!important}.mb-nc1-75{margin-bottom:-1.75rem!important}.mb-nc2{margin-bottom:-2rem!important}.mb-nc2-25{margin-bottom:-2.25rem!important}.mb-nc2-75{margin-bottom:-2.75rem!important}.mb-nc3-75{margin-bottom:-3.75rem!important}.mb-nc4{margin-bottom:-4rem!important}.mb-nc4-5{margin-bottom:-4.5rem!important}.mb-nc4-75{margin-bottom:-4.75rem!important}.mb-nc5{margin-bottom:-5rem!important}.mb-nc6{margin-bottom:-6rem!important}.mb-nc7{margin-bottom:-7rem!important}.mb-nc5-px{margin-bottom:-5px!important}.mb-nc10-px{margin-bottom:-10px!important}.mb-nc15-px{margin-bottom:-15px!important}.mb-nc20-px{margin-bottom:-20px!important}.mb-nc30-px{margin-bottom:-30px!important}.mb-nc35-px{margin-bottom:-35px!important}.mb-nc40-px{margin-bottom:-40px!important}.mb-nc50-px{margin-bottom:-50px!important}.mb-nc60-px{margin-bottom:-60px!important}.mb-nc65-px{margin-bottom:-65px!important}.mb-nc70-px{margin-bottom:-70px!important}.mb-nc75-px{margin-bottom:-75px!important}.mb-nc80-px{margin-bottom:-80px!important}.mb-nc90-px{margin-bottom:-90px!important}.mb-nc100-px{margin-bottom:-100px!important}.mb-nc125-px{margin-bottom:-125px!important}.mb-nc130-px{margin-bottom:-130px!important}.mb-nc200-px{margin-bottom:-200px!important}.mb-nc250-px{margin-bottom:-250px!important}.mb-nc300-px{margin-bottom:-300px!important}.mb-nc400-px{margin-bottom:-400px!important}.mb-nc500-px{margin-bottom:-500px!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-6rem!important}.ms-n7{margin-left:-12rem!important}.ms-n8{margin-left:-20rem!important}.ms-nc45{margin-left:-.45rem!important}.ms-nc75{margin-left:-.75rem!important}.ms-nc1-25{margin-left:-1.25rem!important}.ms-nc1-75{margin-left:-1.75rem!important}.ms-nc2{margin-left:-2rem!important}.ms-nc2-25{margin-left:-2.25rem!important}.ms-nc2-75{margin-left:-2.75rem!important}.ms-nc3-75{margin-left:-3.75rem!important}.ms-nc4{margin-left:-4rem!important}.ms-nc4-5{margin-left:-4.5rem!important}.ms-nc4-75{margin-left:-4.75rem!important}.ms-nc5{margin-left:-5rem!important}.ms-nc6{margin-left:-6rem!important}.ms-nc7{margin-left:-7rem!important}.ms-nc5-px{margin-left:-5px!important}.ms-nc10-px{margin-left:-10px!important}.ms-nc15-px{margin-left:-15px!important}.ms-nc20-px{margin-left:-20px!important}.ms-nc30-px{margin-left:-30px!important}.ms-nc35-px{margin-left:-35px!important}.ms-nc40-px{margin-left:-40px!important}.ms-nc50-px{margin-left:-50px!important}.ms-nc60-px{margin-left:-60px!important}.ms-nc65-px{margin-left:-65px!important}.ms-nc70-px{margin-left:-70px!important}.ms-nc75-px{margin-left:-75px!important}.ms-nc80-px{margin-left:-80px!important}.ms-nc90-px{margin-left:-90px!important}.ms-nc100-px{margin-left:-100px!important}.ms-nc125-px{margin-left:-125px!important}.ms-nc130-px{margin-left:-130px!important}.ms-nc200-px{margin-left:-200px!important}.ms-nc250-px{margin-left:-250px!important}.ms-nc300-px{margin-left:-300px!important}.ms-nc400-px{margin-left:-400px!important}.ms-nc500-px{margin-left:-500px!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:6rem!important}.p-7{padding:12rem!important}.p-8{padding:20rem!important}.p-c45{padding:.45rem!important}.p-c75{padding:.75rem!important}.p-c1-25{padding:1.25rem!important}.p-c1-75{padding:1.75rem!important}.p-c2{padding:2rem!important}.p-c2-25{padding:2.25rem!important}.p-c2-75{padding:2.75rem!important}.p-c3-75{padding:3.75rem!important}.p-c4{padding:4rem!important}.p-c4-5{padding:4.5rem!important}.p-c4-75{padding:4.75rem!important}.p-c5{padding:5rem!important}.p-c6{padding:6rem!important}.p-c7{padding:7rem!important}.p-c5-px{padding:5px!important}.p-c10-px{padding:10px!important}.p-c15-px{padding:15px!important}.p-c20-px{padding:20px!important}.p-c30-px{padding:30px!important}.p-c35-px{padding:35px!important}.p-c40-px{padding:40px!important}.p-c50-px{padding:50px!important}.p-c60-px{padding:60px!important}.p-c65-px{padding:65px!important}.p-c70-px{padding:70px!important}.p-c75-px{padding:75px!important}.p-c80-px{padding:80px!important}.p-c90-px{padding:90px!important}.p-c100-px{padding:100px!important}.p-c125-px{padding:125px!important}.p-c130-px{padding:130px!important}.p-c200-px{padding:200px!important}.p-c250-px{padding:250px!important}.p-c300-px{padding:300px!important}.p-c400-px{padding:400px!important}.p-c500-px{padding:500px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:6rem!important;padding-right:6rem!important}.px-7{padding-left:12rem!important;padding-right:12rem!important}.px-8{padding-left:20rem!important;padding-right:20rem!important}.px-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-c2{padding-left:2rem!important;padding-right:2rem!important}.px-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-c4{padding-left:4rem!important;padding-right:4rem!important}.px-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-c5{padding-left:5rem!important;padding-right:5rem!important}.px-c6{padding-left:6rem!important;padding-right:6rem!important}.px-c7{padding-left:7rem!important;padding-right:7rem!important}.px-c5-px{padding-left:5px!important;padding-right:5px!important}.px-c10-px{padding-left:10px!important;padding-right:10px!important}.px-c15-px{padding-left:15px!important;padding-right:15px!important}.px-c20-px{padding-left:20px!important;padding-right:20px!important}.px-c30-px{padding-left:30px!important;padding-right:30px!important}.px-c35-px{padding-left:35px!important;padding-right:35px!important}.px-c40-px{padding-left:40px!important;padding-right:40px!important}.px-c50-px{padding-left:50px!important;padding-right:50px!important}.px-c60-px{padding-left:60px!important;padding-right:60px!important}.px-c65-px{padding-left:65px!important;padding-right:65px!important}.px-c70-px{padding-left:70px!important;padding-right:70px!important}.px-c75-px{padding-left:75px!important;padding-right:75px!important}.px-c80-px{padding-left:80px!important;padding-right:80px!important}.px-c90-px{padding-left:90px!important;padding-right:90px!important}.px-c100-px{padding-left:100px!important;padding-right:100px!important}.px-c125-px{padding-left:125px!important;padding-right:125px!important}.px-c130-px{padding-left:130px!important;padding-right:130px!important}.px-c200-px{padding-left:200px!important;padding-right:200px!important}.px-c250-px{padding-left:250px!important;padding-right:250px!important}.px-c300-px{padding-left:300px!important;padding-right:300px!important}.px-c400-px{padding-left:400px!important;padding-right:400px!important}.px-c500-px{padding-left:500px!important;padding-right:500px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:6rem!important}.pt-7{padding-top:12rem!important}.pt-8{padding-top:20rem!important}.pt-c45{padding-top:.45rem!important}.pt-c75{padding-top:.75rem!important}.pt-c1-25{padding-top:1.25rem!important}.pt-c1-75{padding-top:1.75rem!important}.pt-c2{padding-top:2rem!important}.pt-c2-25{padding-top:2.25rem!important}.pt-c2-75{padding-top:2.75rem!important}.pt-c3-75{padding-top:3.75rem!important}.pt-c4{padding-top:4rem!important}.pt-c4-5{padding-top:4.5rem!important}.pt-c4-75{padding-top:4.75rem!important}.pt-c5{padding-top:5rem!important}.pt-c6{padding-top:6rem!important}.pt-c7{padding-top:7rem!important}.pt-c5-px{padding-top:5px!important}.pt-c10-px{padding-top:10px!important}.pt-c15-px{padding-top:15px!important}.pt-c20-px{padding-top:20px!important}.pt-c30-px{padding-top:30px!important}.pt-c35-px{padding-top:35px!important}.pt-c40-px{padding-top:40px!important}.pt-c50-px{padding-top:50px!important}.pt-c60-px{padding-top:60px!important}.pt-c65-px{padding-top:65px!important}.pt-c70-px{padding-top:70px!important}.pt-c75-px{padding-top:75px!important}.pt-c80-px{padding-top:80px!important}.pt-c90-px{padding-top:90px!important}.pt-c100-px{padding-top:100px!important}.pt-c125-px{padding-top:125px!important}.pt-c130-px{padding-top:130px!important}.pt-c200-px{padding-top:200px!important}.pt-c250-px{padding-top:250px!important}.pt-c300-px{padding-top:300px!important}.pt-c400-px{padding-top:400px!important}.pt-c500-px{padding-top:500px!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:6rem!important}.pe-7{padding-right:12rem!important}.pe-8{padding-right:20rem!important}.pe-c45{padding-right:.45rem!important}.pe-c75{padding-right:.75rem!important}.pe-c1-25{padding-right:1.25rem!important}.pe-c1-75{padding-right:1.75rem!important}.pe-c2{padding-right:2rem!important}.pe-c2-25{padding-right:2.25rem!important}.pe-c2-75{padding-right:2.75rem!important}.pe-c3-75{padding-right:3.75rem!important}.pe-c4{padding-right:4rem!important}.pe-c4-5{padding-right:4.5rem!important}.pe-c4-75{padding-right:4.75rem!important}.pe-c5{padding-right:5rem!important}.pe-c6{padding-right:6rem!important}.pe-c7{padding-right:7rem!important}.pe-c5-px{padding-right:5px!important}.pe-c10-px{padding-right:10px!important}.pe-c15-px{padding-right:15px!important}.pe-c20-px{padding-right:20px!important}.pe-c30-px{padding-right:30px!important}.pe-c35-px{padding-right:35px!important}.pe-c40-px{padding-right:40px!important}.pe-c50-px{padding-right:50px!important}.pe-c60-px{padding-right:60px!important}.pe-c65-px{padding-right:65px!important}.pe-c70-px{padding-right:70px!important}.pe-c75-px{padding-right:75px!important}.pe-c80-px{padding-right:80px!important}.pe-c90-px{padding-right:90px!important}.pe-c100-px{padding-right:100px!important}.pe-c125-px{padding-right:125px!important}.pe-c130-px{padding-right:130px!important}.pe-c200-px{padding-right:200px!important}.pe-c250-px{padding-right:250px!important}.pe-c300-px{padding-right:300px!important}.pe-c400-px{padding-right:400px!important}.pe-c500-px{padding-right:500px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:6rem!important}.pb-7{padding-bottom:12rem!important}.pb-8{padding-bottom:20rem!important}.pb-c45{padding-bottom:.45rem!important}.pb-c75{padding-bottom:.75rem!important}.pb-c1-25{padding-bottom:1.25rem!important}.pb-c1-75{padding-bottom:1.75rem!important}.pb-c2{padding-bottom:2rem!important}.pb-c2-25{padding-bottom:2.25rem!important}.pb-c2-75{padding-bottom:2.75rem!important}.pb-c3-75{padding-bottom:3.75rem!important}.pb-c4{padding-bottom:4rem!important}.pb-c4-5{padding-bottom:4.5rem!important}.pb-c4-75{padding-bottom:4.75rem!important}.pb-c5{padding-bottom:5rem!important}.pb-c6{padding-bottom:6rem!important}.pb-c7{padding-bottom:7rem!important}.pb-c5-px{padding-bottom:5px!important}.pb-c10-px{padding-bottom:10px!important}.pb-c15-px{padding-bottom:15px!important}.pb-c20-px{padding-bottom:20px!important}.pb-c30-px{padding-bottom:30px!important}.pb-c35-px{padding-bottom:35px!important}.pb-c40-px{padding-bottom:40px!important}.pb-c50-px{padding-bottom:50px!important}.pb-c60-px{padding-bottom:60px!important}.pb-c65-px{padding-bottom:65px!important}.pb-c70-px{padding-bottom:70px!important}.pb-c75-px{padding-bottom:75px!important}.pb-c80-px{padding-bottom:80px!important}.pb-c90-px{padding-bottom:90px!important}.pb-c100-px{padding-bottom:100px!important}.pb-c125-px{padding-bottom:125px!important}.pb-c130-px{padding-bottom:130px!important}.pb-c200-px{padding-bottom:200px!important}.pb-c250-px{padding-bottom:250px!important}.pb-c300-px{padding-bottom:300px!important}.pb-c400-px{padding-bottom:400px!important}.pb-c500-px{padding-bottom:500px!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:6rem!important}.ps-7{padding-left:12rem!important}.ps-8{padding-left:20rem!important}.ps-c45{padding-left:.45rem!important}.ps-c75{padding-left:.75rem!important}.ps-c1-25{padding-left:1.25rem!important}.ps-c1-75{padding-left:1.75rem!important}.ps-c2{padding-left:2rem!important}.ps-c2-25{padding-left:2.25rem!important}.ps-c2-75{padding-left:2.75rem!important}.ps-c3-75{padding-left:3.75rem!important}.ps-c4{padding-left:4rem!important}.ps-c4-5{padding-left:4.5rem!important}.ps-c4-75{padding-left:4.75rem!important}.ps-c5{padding-left:5rem!important}.ps-c6{padding-left:6rem!important}.ps-c7{padding-left:7rem!important}.ps-c5-px{padding-left:5px!important}.ps-c10-px{padding-left:10px!important}.ps-c15-px{padding-left:15px!important}.ps-c20-px{padding-left:20px!important}.ps-c30-px{padding-left:30px!important}.ps-c35-px{padding-left:35px!important}.ps-c40-px{padding-left:40px!important}.ps-c50-px{padding-left:50px!important}.ps-c60-px{padding-left:60px!important}.ps-c65-px{padding-left:65px!important}.ps-c70-px{padding-left:70px!important}.ps-c75-px{padding-left:75px!important}.ps-c80-px{padding-left:80px!important}.ps-c90-px{padding-left:90px!important}.ps-c100-px{padding-left:100px!important}.ps-c125-px{padding-left:125px!important}.ps-c130-px{padding-left:130px!important}.ps-c200-px{padding-left:200px!important}.ps-c250-px{padding-left:250px!important}.ps-c300-px{padding-left:300px!important}.ps-c400-px{padding-left:400px!important}.ps-c500-px{padding-left:500px!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:6rem!important}.gap-7{gap:12rem!important}.gap-8{gap:20rem!important}.gap-c45{gap:.45rem!important}.gap-c75{gap:.75rem!important}.gap-c1-25{gap:1.25rem!important}.gap-c1-75{gap:1.75rem!important}.gap-c2{gap:2rem!important}.gap-c2-25{gap:2.25rem!important}.gap-c2-75{gap:2.75rem!important}.gap-c3-75{gap:3.75rem!important}.gap-c4{gap:4rem!important}.gap-c4-5{gap:4.5rem!important}.gap-c4-75{gap:4.75rem!important}.gap-c5{gap:5rem!important}.gap-c6{gap:6rem!important}.gap-c7{gap:7rem!important}.gap-c5-px{gap:5px!important}.gap-c10-px{gap:10px!important}.gap-c15-px{gap:15px!important}.gap-c20-px{gap:20px!important}.gap-c30-px{gap:30px!important}.gap-c35-px{gap:35px!important}.gap-c40-px{gap:40px!important}.gap-c50-px{gap:50px!important}.gap-c60-px{gap:60px!important}.gap-c65-px{gap:65px!important}.gap-c70-px{gap:70px!important}.gap-c75-px{gap:75px!important}.gap-c80-px{gap:80px!important}.gap-c90-px{gap:90px!important}.gap-c100-px{gap:100px!important}.gap-c125-px{gap:125px!important}.gap-c130-px{gap:130px!important}.gap-c200-px{gap:200px!important}.gap-c250-px{gap:250px!important}.gap-c300-px{gap:300px!important}.gap-c400-px{gap:400px!important}.gap-c500-px{gap:500px!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.row-gap-6{row-gap:6rem!important}.row-gap-7{row-gap:12rem!important}.row-gap-8{row-gap:20rem!important}.row-gap-c45{row-gap:.45rem!important}.row-gap-c75{row-gap:.75rem!important}.row-gap-c1-25{row-gap:1.25rem!important}.row-gap-c1-75{row-gap:1.75rem!important}.row-gap-c2{row-gap:2rem!important}.row-gap-c2-25{row-gap:2.25rem!important}.row-gap-c2-75{row-gap:2.75rem!important}.row-gap-c3-75{row-gap:3.75rem!important}.row-gap-c4{row-gap:4rem!important}.row-gap-c4-5{row-gap:4.5rem!important}.row-gap-c4-75{row-gap:4.75rem!important}.row-gap-c5{row-gap:5rem!important}.row-gap-c6{row-gap:6rem!important}.row-gap-c7{row-gap:7rem!important}.row-gap-c5-px{row-gap:5px!important}.row-gap-c10-px{row-gap:10px!important}.row-gap-c15-px{row-gap:15px!important}.row-gap-c20-px{row-gap:20px!important}.row-gap-c30-px{row-gap:30px!important}.row-gap-c35-px{row-gap:35px!important}.row-gap-c40-px{row-gap:40px!important}.row-gap-c50-px{row-gap:50px!important}.row-gap-c60-px{row-gap:60px!important}.row-gap-c65-px{row-gap:65px!important}.row-gap-c70-px{row-gap:70px!important}.row-gap-c75-px{row-gap:75px!important}.row-gap-c80-px{row-gap:80px!important}.row-gap-c90-px{row-gap:90px!important}.row-gap-c100-px{row-gap:100px!important}.row-gap-c125-px{row-gap:125px!important}.row-gap-c130-px{row-gap:130px!important}.row-gap-c200-px{row-gap:200px!important}.row-gap-c250-px{row-gap:250px!important}.row-gap-c300-px{row-gap:300px!important}.row-gap-c400-px{row-gap:400px!important}.row-gap-c500-px{row-gap:500px!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.column-gap-6{column-gap:6rem!important}.column-gap-7{column-gap:12rem!important}.column-gap-8{column-gap:20rem!important}.column-gap-c45{column-gap:.45rem!important}.column-gap-c75{column-gap:.75rem!important}.column-gap-c1-25{column-gap:1.25rem!important}.column-gap-c1-75{column-gap:1.75rem!important}.column-gap-c2{column-gap:2rem!important}.column-gap-c2-25{column-gap:2.25rem!important}.column-gap-c2-75{column-gap:2.75rem!important}.column-gap-c3-75{column-gap:3.75rem!important}.column-gap-c4{column-gap:4rem!important}.column-gap-c4-5{column-gap:4.5rem!important}.column-gap-c4-75{column-gap:4.75rem!important}.column-gap-c5{column-gap:5rem!important}.column-gap-c6{column-gap:6rem!important}.column-gap-c7{column-gap:7rem!important}.column-gap-c5-px{column-gap:5px!important}.column-gap-c10-px{column-gap:10px!important}.column-gap-c15-px{column-gap:15px!important}.column-gap-c20-px{column-gap:20px!important}.column-gap-c30-px{column-gap:30px!important}.column-gap-c35-px{column-gap:35px!important}.column-gap-c40-px{column-gap:40px!important}.column-gap-c50-px{column-gap:50px!important}.column-gap-c60-px{column-gap:60px!important}.column-gap-c65-px{column-gap:65px!important}.column-gap-c70-px{column-gap:70px!important}.column-gap-c75-px{column-gap:75px!important}.column-gap-c80-px{column-gap:80px!important}.column-gap-c90-px{column-gap:90px!important}.column-gap-c100-px{column-gap:100px!important}.column-gap-c125-px{column-gap:125px!important}.column-gap-c130-px{column-gap:130px!important}.column-gap-c200-px{column-gap:200px!important}.column-gap-c250-px{column-gap:250px!important}.column-gap-c300-px{column-gap:300px!important}.column-gap-c400-px{column-gap:400px!important}.column-gap-c500-px{column-gap:500px!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.7!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-tip{--bs-text-opacity:1;color:rgba(var(--bs-tip-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-tip{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-tip-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark,.bg-tip{--bs-bg-opacity:1}.bg-tip{background-color:rgba(var(--bs-tip-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-1021{z-index:1021!important}.rotate-10{transform:rotate(10deg)!important}.rotate-20{transform:rotate(20deg)!important}.rotate-30{transform:rotate(30deg)!important}.rotate-45{transform:rotate(45deg)!important}.rotate-90{transform:rotate(90deg)!important}.rotate-145{transform:rotate(145deg)!important}.rotate-180{transform:rotate(180deg)!important}.rotate-360{transform:rotate(1turn)!important}.bg-blue{background-color:#2c75b5!important}.bg-indigo{background-color:#6610f2!important}.bg-purple{background-color:#6f42c1!important}.bg-pink{background-color:#d1297d!important}.bg-red{background-color:#e10e32!important}.bg-orange{background-color:#bb5502!important}.bg-yellow{background-color:#8f6b00!important}.bg-green,.bg-teal{background-color:#257e67!important}.bg-cyan{background-color:#077b92!important}.bg-black{background-color:#000!important}.bg-white{background-color:#fff!important}.bg-gray{background-color:#6c757d!important}.bg-gray-dark{background-color:#343a40!important}.bg-primary-50{background-color:#eaf1f8!important}.bg-primary-100{background-color:#d5e3f0!important}.bg-primary-150{background-color:#c0d6e9!important}.bg-primary-200{background-color:#abc8e1!important}.bg-primary-250{background-color:#96bada!important}.bg-primary-300{background-color:#80acd3!important}.bg-primary-350{background-color:#6b9ecb!important}.bg-primary-400{background-color:#5691c4!important}.bg-primary-450{background-color:#4183bc!important}.bg-primary-500{background-color:#2c75b5!important}.bg-primary-550{background-color:#2869a3!important}.bg-primary-600{background-color:#235e91!important}.bg-primary-650{background-color:#1f527f!important}.bg-primary-700{background-color:#1a466d!important}.bg-primary-750{background-color:#163b5b!important}.bg-primary-800{background-color:#122f48!important}.bg-primary-850{background-color:#0d2336!important}.bg-primary-900{background-color:#091724!important}.bg-primary-950{background-color:#040c12!important}.bg-blue-100{background-color:#d5e3f0!important}.bg-blue-200{background-color:#abc8e1!important}.bg-blue-300{background-color:#80acd3!important}.bg-blue-400{background-color:#5691c4!important}.bg-blue-500{background-color:#2c75b5!important}.bg-blue-600{background-color:#235e91!important}.bg-blue-700{background-color:#1a466d!important}.bg-blue-800{background-color:#122f48!important}.bg-blue-900{background-color:#091724!important}.bg-blue-50{background-color:#eaf1f8!important}.bg-blue-150{background-color:#c0d6e9!important}.bg-blue-250{background-color:#96bada!important}.bg-blue-350{background-color:#6b9ecb!important}.bg-blue-450{background-color:#4183bc!important}.bg-blue-550{background-color:#2869a3!important}.bg-blue-650{background-color:#1f527f!important}.bg-blue-750{background-color:#163b5b!important}.bg-blue-850{background-color:#0d2336!important}.bg-blue-950{background-color:#040c12!important}.bg-purple-100{background-color:#e2d9f3!important}.bg-purple-200{background-color:#c5b3e6!important}.bg-purple-300{background-color:#a98eda!important}.bg-purple-400{background-color:#8c68cd!important}.bg-purple-500{background-color:#6f42c1!important}.bg-purple-600{background-color:#59359a!important}.bg-purple-700{background-color:#432874!important}.bg-purple-800{background-color:#2c1a4d!important}.bg-purple-900{background-color:#160d27!important}.bg-purple-50{background-color:#f1ecf9!important}.bg-purple-150{background-color:#d4c6ec!important}.bg-purple-250{background-color:#b7a1e0!important}.bg-purple-350{background-color:#9a7bd4!important}.bg-purple-450{background-color:#7d55c7!important}.bg-purple-550{background-color:#643bae!important}.bg-purple-650{background-color:#4e2e87!important}.bg-purple-750{background-color:#382161!important}.bg-purple-850{background-color:#21143a!important}.bg-purple-950{background-color:#0b0713!important}.bg-pink-100{background-color:#f6d4e5!important}.bg-pink-200{background-color:#eda9cb!important}.bg-pink-300{background-color:#e37fb1!important}.bg-pink-400{background-color:#da5497!important}.bg-pink-500{background-color:#d1297d!important}.bg-pink-600{background-color:#a72164!important}.bg-pink-700{background-color:#7d194b!important}.bg-pink-800{background-color:#541032!important}.bg-pink-900{background-color:#2a0819!important}.bg-pink-50{background-color:#faeaf2!important}.bg-pink-150{background-color:#f1bfd8!important}.bg-pink-250{background-color:#e894be!important}.bg-pink-350{background-color:#df69a4!important}.bg-pink-450{background-color:#d63e8a!important}.bg-pink-550{background-color:#bc2571!important}.bg-pink-650{background-color:#921d58!important}.bg-pink-750{background-color:#69153f!important}.bg-pink-850{background-color:#3f0c26!important}.bg-pink-950{background-color:#15040d!important}.bg-red-100{background-color:#f9cfd6!important}.bg-red-200{background-color:#f39fad!important}.bg-red-300{background-color:#ed6e84!important}.bg-red-400{background-color:#e73e5b!important}.bg-red-500{background-color:#e10e32!important}.bg-red-600{background-color:#b40b28!important}.bg-red-700{background-color:#87081e!important}.bg-red-800{background-color:#5a0614!important}.bg-red-900{background-color:#2d030a!important}.bg-red-50{background-color:#fce7eb!important}.bg-red-150{background-color:#f6b7c2!important}.bg-red-250{background-color:#f08799!important}.bg-red-350{background-color:#ea5670!important}.bg-red-450{background-color:#e42647!important}.bg-red-550{background-color:#cb0d2d!important}.bg-red-650{background-color:#9e0a23!important}.bg-red-750{background-color:#710719!important}.bg-red-850{background-color:#44040f!important}.bg-red-950{background-color:#170105!important}.bg-orange-100{background-color:#f1ddcc!important}.bg-orange-200{background-color:#e4bb9a!important}.bg-orange-300{background-color:#d69967!important}.bg-orange-400{background-color:#c97735!important}.bg-orange-500{background-color:#bb5502!important}.bg-orange-600{background-color:#964402!important}.bg-orange-700{background-color:#703301!important}.bg-orange-800{background-color:#4b2201!important}.bg-orange-900{background-color:#251100!important}.bg-orange-50{background-color:#f8eee6!important}.bg-orange-150{background-color:#ebccb3!important}.bg-orange-250{background-color:#ddaa81!important}.bg-orange-350{background-color:#cf884e!important}.bg-orange-450{background-color:#c2661b!important}.bg-orange-550{background-color:#a84d02!important}.bg-orange-650{background-color:#833c01!important}.bg-orange-750{background-color:#5e2b01!important}.bg-orange-850{background-color:#381a01!important}.bg-orange-950{background-color:#130900!important}.bg-yellow-100{background-color:#e9e1cc!important}.bg-yellow-200{background-color:#d2c499!important}.bg-yellow-300{background-color:#bca666!important}.bg-yellow-400{background-color:#a58933!important}.bg-yellow-500{background-color:#8f6b00!important}.bg-yellow-600{background-color:#725600!important}.bg-yellow-700{background-color:#564000!important}.bg-yellow-800{background-color:#392b00!important}.bg-yellow-900{background-color:#1d1500!important}.bg-yellow-50{background-color:#f4f0e6!important}.bg-yellow-150{background-color:#ddd3b3!important}.bg-yellow-250{background-color:#c7b580!important}.bg-yellow-350{background-color:#b1974d!important}.bg-yellow-450{background-color:#9a7a1a!important}.bg-yellow-550{background-color:#816000!important}.bg-yellow-650{background-color:#644b00!important}.bg-yellow-750{background-color:#483600!important}.bg-yellow-850{background-color:#2b2000!important}.bg-yellow-950{background-color:#0e0b00!important}.bg-green-100{background-color:#d3e5e1!important}.bg-green-200{background-color:#a8cbc2!important}.bg-green-300{background-color:#7cb2a4!important}.bg-green-400{background-color:#519885!important}.bg-green-500{background-color:#257e67!important}.bg-green-600{background-color:#1e6552!important}.bg-green-700{background-color:#164c3e!important}.bg-green-800{background-color:#0f3229!important}.bg-green-900{background-color:#071915!important}.bg-green-50{background-color:#e9f2f0!important}.bg-green-150{background-color:#bed8d1!important}.bg-green-250{background-color:#92bfb3!important}.bg-green-350{background-color:#66a595!important}.bg-green-450{background-color:#3b8b76!important}.bg-green-550{background-color:#21715d!important}.bg-green-650{background-color:#1a5848!important}.bg-green-750{background-color:#133f34!important}.bg-green-850{background-color:#0b261f!important}.bg-green-950{background-color:#040d0a!important}.bg-twitch{background-color:#9147ff!important}.bg-youtube{background-color:red!important}.bg-twitter{background-color:#000!important}.bg-linkedin{background-color:#0073b1!important}.bg-github{background-color:#212529!important}.bg-facebook{background-color:#1877f2!important}.bg-rss{background-color:#bb5502!important}.bg-chat{background-color:#5865f2!important}.bg-google{background-color:#4285f4!important}.bg-website{background-color:#6c757d!important}.bg-mastodon{background-color:#6364ff!important}.bg-bluesky{background-color:#1184fe!important}.bg-podcast{background-color:#92b944!important}.fill-primary-50{fill:#eaf1f8!important}.fill-primary-100{fill:#d5e3f0!important}.fill-primary-150{fill:#c0d6e9!important}.fill-primary-200{fill:#abc8e1!important}.fill-primary-250{fill:#96bada!important}.fill-primary-300{fill:#80acd3!important}.fill-primary-350{fill:#6b9ecb!important}.fill-primary-400{fill:#5691c4!important}.fill-primary-450{fill:#4183bc!important}.fill-primary-500{fill:#2c75b5!important}.fill-primary-550{fill:#2869a3!important}.fill-primary-600{fill:#235e91!important}.fill-primary-650{fill:#1f527f!important}.fill-primary-700{fill:#1a466d!important}.fill-primary-750{fill:#163b5b!important}.fill-primary-800{fill:#122f48!important}.fill-primary-850{fill:#0d2336!important}.fill-primary-900{fill:#091724!important}.fill-primary-950{fill:#040c12!important}.fill-blue-100{fill:#d5e3f0!important}.fill-blue-200{fill:#abc8e1!important}.fill-blue-300{fill:#80acd3!important}.fill-blue-400{fill:#5691c4!important}.fill-blue-500{fill:#2c75b5!important}.fill-blue-600{fill:#235e91!important}.fill-blue-700{fill:#1a466d!important}.fill-blue-800{fill:#122f48!important}.fill-blue-900{fill:#091724!important}.fill-blue-50{fill:#eaf1f8!important}.fill-blue-150{fill:#c0d6e9!important}.fill-blue-250{fill:#96bada!important}.fill-blue-350{fill:#6b9ecb!important}.fill-blue-450{fill:#4183bc!important}.fill-blue-550{fill:#2869a3!important}.fill-blue-650{fill:#1f527f!important}.fill-blue-750{fill:#163b5b!important}.fill-blue-850{fill:#0d2336!important}.fill-blue-950{fill:#040c12!important}.fill-purple-100{fill:#e2d9f3!important}.fill-purple-200{fill:#c5b3e6!important}.fill-purple-300{fill:#a98eda!important}.fill-purple-400{fill:#8c68cd!important}.fill-purple-500{fill:#6f42c1!important}.fill-purple-600{fill:#59359a!important}.fill-purple-700{fill:#432874!important}.fill-purple-800{fill:#2c1a4d!important}.fill-purple-900{fill:#160d27!important}.fill-purple-50{fill:#f1ecf9!important}.fill-purple-150{fill:#d4c6ec!important}.fill-purple-250{fill:#b7a1e0!important}.fill-purple-350{fill:#9a7bd4!important}.fill-purple-450{fill:#7d55c7!important}.fill-purple-550{fill:#643bae!important}.fill-purple-650{fill:#4e2e87!important}.fill-purple-750{fill:#382161!important}.fill-purple-850{fill:#21143a!important}.fill-purple-950{fill:#0b0713!important}.fill-pink-100{fill:#f6d4e5!important}.fill-pink-200{fill:#eda9cb!important}.fill-pink-300{fill:#e37fb1!important}.fill-pink-400{fill:#da5497!important}.fill-pink-500{fill:#d1297d!important}.fill-pink-600{fill:#a72164!important}.fill-pink-700{fill:#7d194b!important}.fill-pink-800{fill:#541032!important}.fill-pink-900{fill:#2a0819!important}.fill-pink-50{fill:#faeaf2!important}.fill-pink-150{fill:#f1bfd8!important}.fill-pink-250{fill:#e894be!important}.fill-pink-350{fill:#df69a4!important}.fill-pink-450{fill:#d63e8a!important}.fill-pink-550{fill:#bc2571!important}.fill-pink-650{fill:#921d58!important}.fill-pink-750{fill:#69153f!important}.fill-pink-850{fill:#3f0c26!important}.fill-pink-950{fill:#15040d!important}.fill-red-100{fill:#f9cfd6!important}.fill-red-200{fill:#f39fad!important}.fill-red-300{fill:#ed6e84!important}.fill-red-400{fill:#e73e5b!important}.fill-red-500{fill:#e10e32!important}.fill-red-600{fill:#b40b28!important}.fill-red-700{fill:#87081e!important}.fill-red-800{fill:#5a0614!important}.fill-red-900{fill:#2d030a!important}.fill-red-50{fill:#fce7eb!important}.fill-red-150{fill:#f6b7c2!important}.fill-red-250{fill:#f08799!important}.fill-red-350{fill:#ea5670!important}.fill-red-450{fill:#e42647!important}.fill-red-550{fill:#cb0d2d!important}.fill-red-650{fill:#9e0a23!important}.fill-red-750{fill:#710719!important}.fill-red-850{fill:#44040f!important}.fill-red-950{fill:#170105!important}.fill-orange-100{fill:#f1ddcc!important}.fill-orange-200{fill:#e4bb9a!important}.fill-orange-300{fill:#d69967!important}.fill-orange-400{fill:#c97735!important}.fill-orange-500{fill:#bb5502!important}.fill-orange-600{fill:#964402!important}.fill-orange-700{fill:#703301!important}.fill-orange-800{fill:#4b2201!important}.fill-orange-900{fill:#251100!important}.fill-orange-50{fill:#f8eee6!important}.fill-orange-150{fill:#ebccb3!important}.fill-orange-250{fill:#ddaa81!important}.fill-orange-350{fill:#cf884e!important}.fill-orange-450{fill:#c2661b!important}.fill-orange-550{fill:#a84d02!important}.fill-orange-650{fill:#833c01!important}.fill-orange-750{fill:#5e2b01!important}.fill-orange-850{fill:#381a01!important}.fill-orange-950{fill:#130900!important}.fill-yellow-100{fill:#e9e1cc!important}.fill-yellow-200{fill:#d2c499!important}.fill-yellow-300{fill:#bca666!important}.fill-yellow-400{fill:#a58933!important}.fill-yellow-500{fill:#8f6b00!important}.fill-yellow-600{fill:#725600!important}.fill-yellow-700{fill:#564000!important}.fill-yellow-800{fill:#392b00!important}.fill-yellow-900{fill:#1d1500!important}.fill-yellow-50{fill:#f4f0e6!important}.fill-yellow-150{fill:#ddd3b3!important}.fill-yellow-250{fill:#c7b580!important}.fill-yellow-350{fill:#b1974d!important}.fill-yellow-450{fill:#9a7a1a!important}.fill-yellow-550{fill:#816000!important}.fill-yellow-650{fill:#644b00!important}.fill-yellow-750{fill:#483600!important}.fill-yellow-850{fill:#2b2000!important}.fill-yellow-950{fill:#0e0b00!important}.fill-green-100{fill:#d3e5e1!important}.fill-green-200{fill:#a8cbc2!important}.fill-green-300{fill:#7cb2a4!important}.fill-green-400{fill:#519885!important}.fill-green-500{fill:#257e67!important}.fill-green-600{fill:#1e6552!important}.fill-green-700{fill:#164c3e!important}.fill-green-800{fill:#0f3229!important}.fill-green-900{fill:#071915!important}.fill-green-50{fill:#e9f2f0!important}.fill-green-150{fill:#bed8d1!important}.fill-green-250{fill:#92bfb3!important}.fill-green-350{fill:#66a595!important}.fill-green-450{fill:#3b8b76!important}.fill-green-550{fill:#21715d!important}.fill-green-650{fill:#1a5848!important}.fill-green-750{fill:#133f34!important}.fill-green-850{fill:#0b261f!important}.fill-green-950{fill:#040d0a!important}.min-h-px-0{min-height:0!important}.min-h-px-5{min-height:5px!important}.min-h-px-10{min-height:10px!important}.min-h-px-15{min-height:15px!important}.min-h-px-16{min-height:16px!important}.min-h-px-20{min-height:20px!important}.min-h-px-25{min-height:25px!important}.min-h-px-30{min-height:30px!important}.min-h-px-35{min-height:35px!important}.min-h-px-40{min-height:40px!important}.min-h-px-50{min-height:50px!important}.min-h-px-60{min-height:60px!important}.min-h-px-65{min-height:65px!important}.min-h-px-70{min-height:70px!important}.min-h-px-75{min-height:75px!important}.min-h-px-80{min-height:80px!important}.min-h-px-90{min-height:90px!important}.min-h-px-100{min-height:100px!important}.min-h-px-125{min-height:125px!important}.min-h-px-130{min-height:130px!important}.min-h-px-200{min-height:200px!important}.min-h-px-250{min-height:250px!important}.min-h-px-300{min-height:300px!important}.min-h-px-400{min-height:400px!important}.min-h-px-500{min-height:500px!important}.min-w-px-0{min-width:0!important}.min-w-px-5{min-width:5px!important}.min-w-px-10{min-width:10px!important}.min-w-px-15{min-width:15px!important}.min-w-px-16{min-width:16px!important}.min-w-px-20{min-width:20px!important}.min-w-px-25{min-width:25px!important}.min-w-px-30{min-width:30px!important}.min-w-px-35{min-width:35px!important}.min-w-px-40{min-width:40px!important}.min-w-px-50{min-width:50px!important}.min-w-px-60{min-width:60px!important}.min-w-px-65{min-width:65px!important}.min-w-px-70{min-width:70px!important}.min-w-px-75{min-width:75px!important}.min-w-px-80{min-width:80px!important}.min-w-px-90{min-width:90px!important}.min-w-px-100{min-width:100px!important}.min-w-px-125{min-width:125px!important}.min-w-px-130{min-width:130px!important}.min-w-px-200{min-width:200px!important}.min-w-px-250{min-width:250px!important}.min-w-px-300{min-width:300px!important}.min-w-px-400{min-width:400px!important}.min-w-px-500{min-width:500px!important}.h-px-0{height:0!important}.h-px-5{height:5px!important}.h-px-10{height:10px!important}.h-px-15{height:15px!important}.h-px-16{height:16px!important}.h-px-20{height:20px!important}.h-px-25{height:25px!important}.h-px-30{height:30px!important}.h-px-35{height:35px!important}.h-px-40{height:40px!important}.h-px-50{height:50px!important}.h-px-60{height:60px!important}.h-px-65{height:65px!important}.h-px-70{height:70px!important}.h-px-75{height:75px!important}.h-px-80{height:80px!important}.h-px-90{height:90px!important}.h-px-100{height:100px!important}.h-px-125{height:125px!important}.h-px-130{height:130px!important}.h-px-200{height:200px!important}.h-px-250{height:250px!important}.h-px-300{height:300px!important}.h-px-400{height:400px!important}.h-px-500{height:500px!important}.w-px-0{width:0!important}.w-px-5{width:5px!important}.w-px-10{width:10px!important}.w-px-15{width:15px!important}.w-px-16{width:16px!important}.w-px-20{width:20px!important}.w-px-25{width:25px!important}.w-px-30{width:30px!important}.w-px-35{width:35px!important}.w-px-40{width:40px!important}.w-px-50{width:50px!important}.w-px-60{width:60px!important}.w-px-65{width:65px!important}.w-px-70{width:70px!important}.w-px-75{width:75px!important}.w-px-80{width:80px!important}.w-px-90{width:90px!important}.w-px-100{width:100px!important}.w-px-125{width:125px!important}.w-px-130{width:130px!important}.w-px-200{width:200px!important}.w-px-250{width:250px!important}.w-px-300{width:300px!important}.w-px-400{width:400px!important}.w-px-500{width:500px!important}.min-h-0{min-height:0!important}.min-h-5{min-height:5%!important}.min-h-10{min-height:10%!important}.min-h-15{min-height:15%!important}.min-h-20{min-height:20%!important}.min-h-25{min-height:25%!important}.min-h-30{min-height:30%!important}.min-h-35{min-height:35%!important}.min-h-40{min-height:40%!important}.min-h-50{min-height:50%!important}.min-h-60{min-height:60%!important}.min-h-65{min-height:65%!important}.min-h-70{min-height:70%!important}.min-h-75{min-height:75%!important}.min-h-80{min-height:80%!important}.min-h-90{min-height:90%!important}.min-h-100{min-height:100%!important}.min-h-125{min-height:125%!important}.min-h-130{min-height:130%!important}.min-h-200{min-height:200%!important}.min-h-250{min-height:250%!important}.min-h-300{min-height:300%!important}.min-h-400{min-height:400%!important}.min-h-500{min-height:500%!important}.min-h-auto{min-height:auto!important}.min-w-0{min-width:0!important}.min-w-5{min-width:5%!important}.min-w-10{min-width:10%!important}.min-w-15{min-width:15%!important}.min-w-20{min-width:20%!important}.min-w-25{min-width:25%!important}.min-w-30{min-width:30%!important}.min-w-35{min-width:35%!important}.min-w-40{min-width:40%!important}.min-w-50{min-width:50%!important}.min-w-60{min-width:60%!important}.min-w-65{min-width:65%!important}.min-w-70{min-width:70%!important}.min-w-75{min-width:75%!important}.min-w-80{min-width:80%!important}.min-w-90{min-width:90%!important}.min-w-100{min-width:100%!important}.min-w-125{min-width:125%!important}.min-w-130{min-width:130%!important}.min-w-200{min-width:200%!important}.min-w-250{min-width:250%!important}.min-w-300{min-width:300%!important}.min-w-400{min-width:400%!important}.min-w-500{min-width:500%!important}.min-w-auto{min-width:auto!important}.text-blue{color:#2c75b5!important}.text-indigo{color:#6610f2!important}.text-purple{color:#6f42c1!important}.text-pink{color:#d1297d!important}.text-red{color:#e10e32!important}.text-orange{color:#bb5502!important}.text-yellow{color:#8f6b00!important}.text-green,.text-teal{color:#257e67!important}.text-cyan{color:#077b92!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-gray{color:#6c757d!important}.text-gray-dark{color:#343a40!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:6rem!important}.m-sm-7{margin:12rem!important}.m-sm-8{margin:20rem!important}.m-sm-c45{margin:.45rem!important}.m-sm-c75{margin:.75rem!important}.m-sm-c1-25{margin:1.25rem!important}.m-sm-c1-75{margin:1.75rem!important}.m-sm-c2{margin:2rem!important}.m-sm-c2-25{margin:2.25rem!important}.m-sm-c2-75{margin:2.75rem!important}.m-sm-c3-75{margin:3.75rem!important}.m-sm-c4{margin:4rem!important}.m-sm-c4-5{margin:4.5rem!important}.m-sm-c4-75{margin:4.75rem!important}.m-sm-c5{margin:5rem!important}.m-sm-c6{margin:6rem!important}.m-sm-c7{margin:7rem!important}.m-sm-c5-px{margin:5px!important}.m-sm-c10-px{margin:10px!important}.m-sm-c15-px{margin:15px!important}.m-sm-c20-px{margin:20px!important}.m-sm-c30-px{margin:30px!important}.m-sm-c35-px{margin:35px!important}.m-sm-c40-px{margin:40px!important}.m-sm-c50-px{margin:50px!important}.m-sm-c60-px{margin:60px!important}.m-sm-c65-px{margin:65px!important}.m-sm-c70-px{margin:70px!important}.m-sm-c75-px{margin:75px!important}.m-sm-c80-px{margin:80px!important}.m-sm-c90-px{margin:90px!important}.m-sm-c100-px{margin:100px!important}.m-sm-c125-px{margin:125px!important}.m-sm-c130-px{margin:130px!important}.m-sm-c200-px{margin:200px!important}.m-sm-c250-px{margin:250px!important}.m-sm-c300-px{margin:300px!important}.m-sm-c400-px{margin:400px!important}.m-sm-c500-px{margin:500px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-7{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:20rem!important;margin-right:20rem!important}.mx-sm-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-sm-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-sm-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-sm-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-sm-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-sm-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-sm-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-sm-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-sm-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-sm-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-sm-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-sm-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-sm-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-sm-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-sm-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-sm-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-sm-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-sm-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-sm-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-sm-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-sm-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-sm-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-sm-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-sm-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-sm-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-sm-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-sm-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-sm-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-sm-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-sm-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-sm-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-sm-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-sm-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-sm-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-sm-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-sm-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-sm-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-sm-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-sm-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-sm-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-sm-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-sm-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-sm-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-sm-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-sm-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-sm-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:6rem!important}.mt-sm-7{margin-top:12rem!important}.mt-sm-8{margin-top:20rem!important}.mt-sm-c45{margin-top:.45rem!important}.mt-sm-c75{margin-top:.75rem!important}.mt-sm-c1-25{margin-top:1.25rem!important}.mt-sm-c1-75{margin-top:1.75rem!important}.mt-sm-c2{margin-top:2rem!important}.mt-sm-c2-25{margin-top:2.25rem!important}.mt-sm-c2-75{margin-top:2.75rem!important}.mt-sm-c3-75{margin-top:3.75rem!important}.mt-sm-c4{margin-top:4rem!important}.mt-sm-c4-5{margin-top:4.5rem!important}.mt-sm-c4-75{margin-top:4.75rem!important}.mt-sm-c5{margin-top:5rem!important}.mt-sm-c6{margin-top:6rem!important}.mt-sm-c7{margin-top:7rem!important}.mt-sm-c5-px{margin-top:5px!important}.mt-sm-c10-px{margin-top:10px!important}.mt-sm-c15-px{margin-top:15px!important}.mt-sm-c20-px{margin-top:20px!important}.mt-sm-c30-px{margin-top:30px!important}.mt-sm-c35-px{margin-top:35px!important}.mt-sm-c40-px{margin-top:40px!important}.mt-sm-c50-px{margin-top:50px!important}.mt-sm-c60-px{margin-top:60px!important}.mt-sm-c65-px{margin-top:65px!important}.mt-sm-c70-px{margin-top:70px!important}.mt-sm-c75-px{margin-top:75px!important}.mt-sm-c80-px{margin-top:80px!important}.mt-sm-c90-px{margin-top:90px!important}.mt-sm-c100-px{margin-top:100px!important}.mt-sm-c125-px{margin-top:125px!important}.mt-sm-c130-px{margin-top:130px!important}.mt-sm-c200-px{margin-top:200px!important}.mt-sm-c250-px{margin-top:250px!important}.mt-sm-c300-px{margin-top:300px!important}.mt-sm-c400-px{margin-top:400px!important}.mt-sm-c500-px{margin-top:500px!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:6rem!important}.me-sm-7{margin-right:12rem!important}.me-sm-8{margin-right:20rem!important}.me-sm-c45{margin-right:.45rem!important}.me-sm-c75{margin-right:.75rem!important}.me-sm-c1-25{margin-right:1.25rem!important}.me-sm-c1-75{margin-right:1.75rem!important}.me-sm-c2{margin-right:2rem!important}.me-sm-c2-25{margin-right:2.25rem!important}.me-sm-c2-75{margin-right:2.75rem!important}.me-sm-c3-75{margin-right:3.75rem!important}.me-sm-c4{margin-right:4rem!important}.me-sm-c4-5{margin-right:4.5rem!important}.me-sm-c4-75{margin-right:4.75rem!important}.me-sm-c5{margin-right:5rem!important}.me-sm-c6{margin-right:6rem!important}.me-sm-c7{margin-right:7rem!important}.me-sm-c5-px{margin-right:5px!important}.me-sm-c10-px{margin-right:10px!important}.me-sm-c15-px{margin-right:15px!important}.me-sm-c20-px{margin-right:20px!important}.me-sm-c30-px{margin-right:30px!important}.me-sm-c35-px{margin-right:35px!important}.me-sm-c40-px{margin-right:40px!important}.me-sm-c50-px{margin-right:50px!important}.me-sm-c60-px{margin-right:60px!important}.me-sm-c65-px{margin-right:65px!important}.me-sm-c70-px{margin-right:70px!important}.me-sm-c75-px{margin-right:75px!important}.me-sm-c80-px{margin-right:80px!important}.me-sm-c90-px{margin-right:90px!important}.me-sm-c100-px{margin-right:100px!important}.me-sm-c125-px{margin-right:125px!important}.me-sm-c130-px{margin-right:130px!important}.me-sm-c200-px{margin-right:200px!important}.me-sm-c250-px{margin-right:250px!important}.me-sm-c300-px{margin-right:300px!important}.me-sm-c400-px{margin-right:400px!important}.me-sm-c500-px{margin-right:500px!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:6rem!important}.mb-sm-7{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:20rem!important}.mb-sm-c45{margin-bottom:.45rem!important}.mb-sm-c75{margin-bottom:.75rem!important}.mb-sm-c1-25{margin-bottom:1.25rem!important}.mb-sm-c1-75{margin-bottom:1.75rem!important}.mb-sm-c2{margin-bottom:2rem!important}.mb-sm-c2-25{margin-bottom:2.25rem!important}.mb-sm-c2-75{margin-bottom:2.75rem!important}.mb-sm-c3-75{margin-bottom:3.75rem!important}.mb-sm-c4{margin-bottom:4rem!important}.mb-sm-c4-5{margin-bottom:4.5rem!important}.mb-sm-c4-75{margin-bottom:4.75rem!important}.mb-sm-c5{margin-bottom:5rem!important}.mb-sm-c6{margin-bottom:6rem!important}.mb-sm-c7{margin-bottom:7rem!important}.mb-sm-c5-px{margin-bottom:5px!important}.mb-sm-c10-px{margin-bottom:10px!important}.mb-sm-c15-px{margin-bottom:15px!important}.mb-sm-c20-px{margin-bottom:20px!important}.mb-sm-c30-px{margin-bottom:30px!important}.mb-sm-c35-px{margin-bottom:35px!important}.mb-sm-c40-px{margin-bottom:40px!important}.mb-sm-c50-px{margin-bottom:50px!important}.mb-sm-c60-px{margin-bottom:60px!important}.mb-sm-c65-px{margin-bottom:65px!important}.mb-sm-c70-px{margin-bottom:70px!important}.mb-sm-c75-px{margin-bottom:75px!important}.mb-sm-c80-px{margin-bottom:80px!important}.mb-sm-c90-px{margin-bottom:90px!important}.mb-sm-c100-px{margin-bottom:100px!important}.mb-sm-c125-px{margin-bottom:125px!important}.mb-sm-c130-px{margin-bottom:130px!important}.mb-sm-c200-px{margin-bottom:200px!important}.mb-sm-c250-px{margin-bottom:250px!important}.mb-sm-c300-px{margin-bottom:300px!important}.mb-sm-c400-px{margin-bottom:400px!important}.mb-sm-c500-px{margin-bottom:500px!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:6rem!important}.ms-sm-7{margin-left:12rem!important}.ms-sm-8{margin-left:20rem!important}.ms-sm-c45{margin-left:.45rem!important}.ms-sm-c75{margin-left:.75rem!important}.ms-sm-c1-25{margin-left:1.25rem!important}.ms-sm-c1-75{margin-left:1.75rem!important}.ms-sm-c2{margin-left:2rem!important}.ms-sm-c2-25{margin-left:2.25rem!important}.ms-sm-c2-75{margin-left:2.75rem!important}.ms-sm-c3-75{margin-left:3.75rem!important}.ms-sm-c4{margin-left:4rem!important}.ms-sm-c4-5{margin-left:4.5rem!important}.ms-sm-c4-75{margin-left:4.75rem!important}.ms-sm-c5{margin-left:5rem!important}.ms-sm-c6{margin-left:6rem!important}.ms-sm-c7{margin-left:7rem!important}.ms-sm-c5-px{margin-left:5px!important}.ms-sm-c10-px{margin-left:10px!important}.ms-sm-c15-px{margin-left:15px!important}.ms-sm-c20-px{margin-left:20px!important}.ms-sm-c30-px{margin-left:30px!important}.ms-sm-c35-px{margin-left:35px!important}.ms-sm-c40-px{margin-left:40px!important}.ms-sm-c50-px{margin-left:50px!important}.ms-sm-c60-px{margin-left:60px!important}.ms-sm-c65-px{margin-left:65px!important}.ms-sm-c70-px{margin-left:70px!important}.ms-sm-c75-px{margin-left:75px!important}.ms-sm-c80-px{margin-left:80px!important}.ms-sm-c90-px{margin-left:90px!important}.ms-sm-c100-px{margin-left:100px!important}.ms-sm-c125-px{margin-left:125px!important}.ms-sm-c130-px{margin-left:130px!important}.ms-sm-c200-px{margin-left:200px!important}.ms-sm-c250-px{margin-left:250px!important}.ms-sm-c300-px{margin-left:300px!important}.ms-sm-c400-px{margin-left:400px!important}.ms-sm-c500-px{margin-left:500px!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-6rem!important}.m-sm-n7{margin:-12rem!important}.m-sm-n8{margin:-20rem!important}.m-sm-nc45{margin:-.45rem!important}.m-sm-nc75{margin:-.75rem!important}.m-sm-nc1-25{margin:-1.25rem!important}.m-sm-nc1-75{margin:-1.75rem!important}.m-sm-nc2{margin:-2rem!important}.m-sm-nc2-25{margin:-2.25rem!important}.m-sm-nc2-75{margin:-2.75rem!important}.m-sm-nc3-75{margin:-3.75rem!important}.m-sm-nc4{margin:-4rem!important}.m-sm-nc4-5{margin:-4.5rem!important}.m-sm-nc4-75{margin:-4.75rem!important}.m-sm-nc5{margin:-5rem!important}.m-sm-nc6{margin:-6rem!important}.m-sm-nc7{margin:-7rem!important}.m-sm-nc5-px{margin:-5px!important}.m-sm-nc10-px{margin:-10px!important}.m-sm-nc15-px{margin:-15px!important}.m-sm-nc20-px{margin:-20px!important}.m-sm-nc30-px{margin:-30px!important}.m-sm-nc35-px{margin:-35px!important}.m-sm-nc40-px{margin:-40px!important}.m-sm-nc50-px{margin:-50px!important}.m-sm-nc60-px{margin:-60px!important}.m-sm-nc65-px{margin:-65px!important}.m-sm-nc70-px{margin:-70px!important}.m-sm-nc75-px{margin:-75px!important}.m-sm-nc80-px{margin:-80px!important}.m-sm-nc90-px{margin:-90px!important}.m-sm-nc100-px{margin:-100px!important}.m-sm-nc125-px{margin:-125px!important}.m-sm-nc130-px{margin:-130px!important}.m-sm-nc200-px{margin:-200px!important}.m-sm-nc250-px{margin:-250px!important}.m-sm-nc300-px{margin:-300px!important}.m-sm-nc400-px{margin:-400px!important}.m-sm-nc500-px{margin:-500px!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-sm-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-sm-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-sm-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-sm-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-sm-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-sm-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-sm-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-sm-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-sm-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-sm-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-sm-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-sm-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-sm-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-sm-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-sm-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-sm-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-sm-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-sm-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-sm-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-sm-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-sm-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-sm-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-sm-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-sm-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-sm-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-sm-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-sm-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-sm-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-sm-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-sm-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-sm-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-sm-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-sm-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-sm-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-sm-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-sm-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-sm-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-sm-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-sm-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-sm-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-sm-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-sm-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-sm-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-sm-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-sm-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-sm-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-sm-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-sm-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-sm-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-sm-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-sm-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-sm-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-sm-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-sm-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-sm-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-sm-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-sm-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-sm-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-sm-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-6rem!important}.mt-sm-n7{margin-top:-12rem!important}.mt-sm-n8{margin-top:-20rem!important}.mt-sm-nc45{margin-top:-.45rem!important}.mt-sm-nc75{margin-top:-.75rem!important}.mt-sm-nc1-25{margin-top:-1.25rem!important}.mt-sm-nc1-75{margin-top:-1.75rem!important}.mt-sm-nc2{margin-top:-2rem!important}.mt-sm-nc2-25{margin-top:-2.25rem!important}.mt-sm-nc2-75{margin-top:-2.75rem!important}.mt-sm-nc3-75{margin-top:-3.75rem!important}.mt-sm-nc4{margin-top:-4rem!important}.mt-sm-nc4-5{margin-top:-4.5rem!important}.mt-sm-nc4-75{margin-top:-4.75rem!important}.mt-sm-nc5{margin-top:-5rem!important}.mt-sm-nc6{margin-top:-6rem!important}.mt-sm-nc7{margin-top:-7rem!important}.mt-sm-nc5-px{margin-top:-5px!important}.mt-sm-nc10-px{margin-top:-10px!important}.mt-sm-nc15-px{margin-top:-15px!important}.mt-sm-nc20-px{margin-top:-20px!important}.mt-sm-nc30-px{margin-top:-30px!important}.mt-sm-nc35-px{margin-top:-35px!important}.mt-sm-nc40-px{margin-top:-40px!important}.mt-sm-nc50-px{margin-top:-50px!important}.mt-sm-nc60-px{margin-top:-60px!important}.mt-sm-nc65-px{margin-top:-65px!important}.mt-sm-nc70-px{margin-top:-70px!important}.mt-sm-nc75-px{margin-top:-75px!important}.mt-sm-nc80-px{margin-top:-80px!important}.mt-sm-nc90-px{margin-top:-90px!important}.mt-sm-nc100-px{margin-top:-100px!important}.mt-sm-nc125-px{margin-top:-125px!important}.mt-sm-nc130-px{margin-top:-130px!important}.mt-sm-nc200-px{margin-top:-200px!important}.mt-sm-nc250-px{margin-top:-250px!important}.mt-sm-nc300-px{margin-top:-300px!important}.mt-sm-nc400-px{margin-top:-400px!important}.mt-sm-nc500-px{margin-top:-500px!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-6rem!important}.me-sm-n7{margin-right:-12rem!important}.me-sm-n8{margin-right:-20rem!important}.me-sm-nc45{margin-right:-.45rem!important}.me-sm-nc75{margin-right:-.75rem!important}.me-sm-nc1-25{margin-right:-1.25rem!important}.me-sm-nc1-75{margin-right:-1.75rem!important}.me-sm-nc2{margin-right:-2rem!important}.me-sm-nc2-25{margin-right:-2.25rem!important}.me-sm-nc2-75{margin-right:-2.75rem!important}.me-sm-nc3-75{margin-right:-3.75rem!important}.me-sm-nc4{margin-right:-4rem!important}.me-sm-nc4-5{margin-right:-4.5rem!important}.me-sm-nc4-75{margin-right:-4.75rem!important}.me-sm-nc5{margin-right:-5rem!important}.me-sm-nc6{margin-right:-6rem!important}.me-sm-nc7{margin-right:-7rem!important}.me-sm-nc5-px{margin-right:-5px!important}.me-sm-nc10-px{margin-right:-10px!important}.me-sm-nc15-px{margin-right:-15px!important}.me-sm-nc20-px{margin-right:-20px!important}.me-sm-nc30-px{margin-right:-30px!important}.me-sm-nc35-px{margin-right:-35px!important}.me-sm-nc40-px{margin-right:-40px!important}.me-sm-nc50-px{margin-right:-50px!important}.me-sm-nc60-px{margin-right:-60px!important}.me-sm-nc65-px{margin-right:-65px!important}.me-sm-nc70-px{margin-right:-70px!important}.me-sm-nc75-px{margin-right:-75px!important}.me-sm-nc80-px{margin-right:-80px!important}.me-sm-nc90-px{margin-right:-90px!important}.me-sm-nc100-px{margin-right:-100px!important}.me-sm-nc125-px{margin-right:-125px!important}.me-sm-nc130-px{margin-right:-130px!important}.me-sm-nc200-px{margin-right:-200px!important}.me-sm-nc250-px{margin-right:-250px!important}.me-sm-nc300-px{margin-right:-300px!important}.me-sm-nc400-px{margin-right:-400px!important}.me-sm-nc500-px{margin-right:-500px!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-6rem!important}.mb-sm-n7{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-20rem!important}.mb-sm-nc45{margin-bottom:-.45rem!important}.mb-sm-nc75{margin-bottom:-.75rem!important}.mb-sm-nc1-25{margin-bottom:-1.25rem!important}.mb-sm-nc1-75{margin-bottom:-1.75rem!important}.mb-sm-nc2{margin-bottom:-2rem!important}.mb-sm-nc2-25{margin-bottom:-2.25rem!important}.mb-sm-nc2-75{margin-bottom:-2.75rem!important}.mb-sm-nc3-75{margin-bottom:-3.75rem!important}.mb-sm-nc4{margin-bottom:-4rem!important}.mb-sm-nc4-5{margin-bottom:-4.5rem!important}.mb-sm-nc4-75{margin-bottom:-4.75rem!important}.mb-sm-nc5{margin-bottom:-5rem!important}.mb-sm-nc6{margin-bottom:-6rem!important}.mb-sm-nc7{margin-bottom:-7rem!important}.mb-sm-nc5-px{margin-bottom:-5px!important}.mb-sm-nc10-px{margin-bottom:-10px!important}.mb-sm-nc15-px{margin-bottom:-15px!important}.mb-sm-nc20-px{margin-bottom:-20px!important}.mb-sm-nc30-px{margin-bottom:-30px!important}.mb-sm-nc35-px{margin-bottom:-35px!important}.mb-sm-nc40-px{margin-bottom:-40px!important}.mb-sm-nc50-px{margin-bottom:-50px!important}.mb-sm-nc60-px{margin-bottom:-60px!important}.mb-sm-nc65-px{margin-bottom:-65px!important}.mb-sm-nc70-px{margin-bottom:-70px!important}.mb-sm-nc75-px{margin-bottom:-75px!important}.mb-sm-nc80-px{margin-bottom:-80px!important}.mb-sm-nc90-px{margin-bottom:-90px!important}.mb-sm-nc100-px{margin-bottom:-100px!important}.mb-sm-nc125-px{margin-bottom:-125px!important}.mb-sm-nc130-px{margin-bottom:-130px!important}.mb-sm-nc200-px{margin-bottom:-200px!important}.mb-sm-nc250-px{margin-bottom:-250px!important}.mb-sm-nc300-px{margin-bottom:-300px!important}.mb-sm-nc400-px{margin-bottom:-400px!important}.mb-sm-nc500-px{margin-bottom:-500px!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-6rem!important}.ms-sm-n7{margin-left:-12rem!important}.ms-sm-n8{margin-left:-20rem!important}.ms-sm-nc45{margin-left:-.45rem!important}.ms-sm-nc75{margin-left:-.75rem!important}.ms-sm-nc1-25{margin-left:-1.25rem!important}.ms-sm-nc1-75{margin-left:-1.75rem!important}.ms-sm-nc2{margin-left:-2rem!important}.ms-sm-nc2-25{margin-left:-2.25rem!important}.ms-sm-nc2-75{margin-left:-2.75rem!important}.ms-sm-nc3-75{margin-left:-3.75rem!important}.ms-sm-nc4{margin-left:-4rem!important}.ms-sm-nc4-5{margin-left:-4.5rem!important}.ms-sm-nc4-75{margin-left:-4.75rem!important}.ms-sm-nc5{margin-left:-5rem!important}.ms-sm-nc6{margin-left:-6rem!important}.ms-sm-nc7{margin-left:-7rem!important}.ms-sm-nc5-px{margin-left:-5px!important}.ms-sm-nc10-px{margin-left:-10px!important}.ms-sm-nc15-px{margin-left:-15px!important}.ms-sm-nc20-px{margin-left:-20px!important}.ms-sm-nc30-px{margin-left:-30px!important}.ms-sm-nc35-px{margin-left:-35px!important}.ms-sm-nc40-px{margin-left:-40px!important}.ms-sm-nc50-px{margin-left:-50px!important}.ms-sm-nc60-px{margin-left:-60px!important}.ms-sm-nc65-px{margin-left:-65px!important}.ms-sm-nc70-px{margin-left:-70px!important}.ms-sm-nc75-px{margin-left:-75px!important}.ms-sm-nc80-px{margin-left:-80px!important}.ms-sm-nc90-px{margin-left:-90px!important}.ms-sm-nc100-px{margin-left:-100px!important}.ms-sm-nc125-px{margin-left:-125px!important}.ms-sm-nc130-px{margin-left:-130px!important}.ms-sm-nc200-px{margin-left:-200px!important}.ms-sm-nc250-px{margin-left:-250px!important}.ms-sm-nc300-px{margin-left:-300px!important}.ms-sm-nc400-px{margin-left:-400px!important}.ms-sm-nc500-px{margin-left:-500px!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:6rem!important}.p-sm-7{padding:12rem!important}.p-sm-8{padding:20rem!important}.p-sm-c45{padding:.45rem!important}.p-sm-c75{padding:.75rem!important}.p-sm-c1-25{padding:1.25rem!important}.p-sm-c1-75{padding:1.75rem!important}.p-sm-c2{padding:2rem!important}.p-sm-c2-25{padding:2.25rem!important}.p-sm-c2-75{padding:2.75rem!important}.p-sm-c3-75{padding:3.75rem!important}.p-sm-c4{padding:4rem!important}.p-sm-c4-5{padding:4.5rem!important}.p-sm-c4-75{padding:4.75rem!important}.p-sm-c5{padding:5rem!important}.p-sm-c6{padding:6rem!important}.p-sm-c7{padding:7rem!important}.p-sm-c5-px{padding:5px!important}.p-sm-c10-px{padding:10px!important}.p-sm-c15-px{padding:15px!important}.p-sm-c20-px{padding:20px!important}.p-sm-c30-px{padding:30px!important}.p-sm-c35-px{padding:35px!important}.p-sm-c40-px{padding:40px!important}.p-sm-c50-px{padding:50px!important}.p-sm-c60-px{padding:60px!important}.p-sm-c65-px{padding:65px!important}.p-sm-c70-px{padding:70px!important}.p-sm-c75-px{padding:75px!important}.p-sm-c80-px{padding:80px!important}.p-sm-c90-px{padding:90px!important}.p-sm-c100-px{padding:100px!important}.p-sm-c125-px{padding:125px!important}.p-sm-c130-px{padding:130px!important}.p-sm-c200-px{padding:200px!important}.p-sm-c250-px{padding:250px!important}.p-sm-c300-px{padding:300px!important}.p-sm-c400-px{padding:400px!important}.p-sm-c500-px{padding:500px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-7{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:20rem!important;padding-right:20rem!important}.px-sm-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-sm-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-c2{padding-left:2rem!important;padding-right:2rem!important}.px-sm-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-c4{padding-left:4rem!important;padding-right:4rem!important}.px-sm-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-c5{padding-left:5rem!important;padding-right:5rem!important}.px-sm-c6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-c7{padding-left:7rem!important;padding-right:7rem!important}.px-sm-c5-px{padding-left:5px!important;padding-right:5px!important}.px-sm-c10-px{padding-left:10px!important;padding-right:10px!important}.px-sm-c15-px{padding-left:15px!important;padding-right:15px!important}.px-sm-c20-px{padding-left:20px!important;padding-right:20px!important}.px-sm-c30-px{padding-left:30px!important;padding-right:30px!important}.px-sm-c35-px{padding-left:35px!important;padding-right:35px!important}.px-sm-c40-px{padding-left:40px!important;padding-right:40px!important}.px-sm-c50-px{padding-left:50px!important;padding-right:50px!important}.px-sm-c60-px{padding-left:60px!important;padding-right:60px!important}.px-sm-c65-px{padding-left:65px!important;padding-right:65px!important}.px-sm-c70-px{padding-left:70px!important;padding-right:70px!important}.px-sm-c75-px{padding-left:75px!important;padding-right:75px!important}.px-sm-c80-px{padding-left:80px!important;padding-right:80px!important}.px-sm-c90-px{padding-left:90px!important;padding-right:90px!important}.px-sm-c100-px{padding-left:100px!important;padding-right:100px!important}.px-sm-c125-px{padding-left:125px!important;padding-right:125px!important}.px-sm-c130-px{padding-left:130px!important;padding-right:130px!important}.px-sm-c200-px{padding-left:200px!important;padding-right:200px!important}.px-sm-c250-px{padding-left:250px!important;padding-right:250px!important}.px-sm-c300-px{padding-left:300px!important;padding-right:300px!important}.px-sm-c400-px{padding-left:400px!important;padding-right:400px!important}.px-sm-c500-px{padding-left:500px!important;padding-right:500px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-sm-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-sm-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-sm-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-sm-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-sm-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-sm-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-sm-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-sm-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-sm-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-sm-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-sm-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-sm-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-sm-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-sm-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-sm-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-sm-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-sm-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-sm-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-sm-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-sm-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-sm-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-sm-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-sm-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:6rem!important}.pt-sm-7{padding-top:12rem!important}.pt-sm-8{padding-top:20rem!important}.pt-sm-c45{padding-top:.45rem!important}.pt-sm-c75{padding-top:.75rem!important}.pt-sm-c1-25{padding-top:1.25rem!important}.pt-sm-c1-75{padding-top:1.75rem!important}.pt-sm-c2{padding-top:2rem!important}.pt-sm-c2-25{padding-top:2.25rem!important}.pt-sm-c2-75{padding-top:2.75rem!important}.pt-sm-c3-75{padding-top:3.75rem!important}.pt-sm-c4{padding-top:4rem!important}.pt-sm-c4-5{padding-top:4.5rem!important}.pt-sm-c4-75{padding-top:4.75rem!important}.pt-sm-c5{padding-top:5rem!important}.pt-sm-c6{padding-top:6rem!important}.pt-sm-c7{padding-top:7rem!important}.pt-sm-c5-px{padding-top:5px!important}.pt-sm-c10-px{padding-top:10px!important}.pt-sm-c15-px{padding-top:15px!important}.pt-sm-c20-px{padding-top:20px!important}.pt-sm-c30-px{padding-top:30px!important}.pt-sm-c35-px{padding-top:35px!important}.pt-sm-c40-px{padding-top:40px!important}.pt-sm-c50-px{padding-top:50px!important}.pt-sm-c60-px{padding-top:60px!important}.pt-sm-c65-px{padding-top:65px!important}.pt-sm-c70-px{padding-top:70px!important}.pt-sm-c75-px{padding-top:75px!important}.pt-sm-c80-px{padding-top:80px!important}.pt-sm-c90-px{padding-top:90px!important}.pt-sm-c100-px{padding-top:100px!important}.pt-sm-c125-px{padding-top:125px!important}.pt-sm-c130-px{padding-top:130px!important}.pt-sm-c200-px{padding-top:200px!important}.pt-sm-c250-px{padding-top:250px!important}.pt-sm-c300-px{padding-top:300px!important}.pt-sm-c400-px{padding-top:400px!important}.pt-sm-c500-px{padding-top:500px!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:6rem!important}.pe-sm-7{padding-right:12rem!important}.pe-sm-8{padding-right:20rem!important}.pe-sm-c45{padding-right:.45rem!important}.pe-sm-c75{padding-right:.75rem!important}.pe-sm-c1-25{padding-right:1.25rem!important}.pe-sm-c1-75{padding-right:1.75rem!important}.pe-sm-c2{padding-right:2rem!important}.pe-sm-c2-25{padding-right:2.25rem!important}.pe-sm-c2-75{padding-right:2.75rem!important}.pe-sm-c3-75{padding-right:3.75rem!important}.pe-sm-c4{padding-right:4rem!important}.pe-sm-c4-5{padding-right:4.5rem!important}.pe-sm-c4-75{padding-right:4.75rem!important}.pe-sm-c5{padding-right:5rem!important}.pe-sm-c6{padding-right:6rem!important}.pe-sm-c7{padding-right:7rem!important}.pe-sm-c5-px{padding-right:5px!important}.pe-sm-c10-px{padding-right:10px!important}.pe-sm-c15-px{padding-right:15px!important}.pe-sm-c20-px{padding-right:20px!important}.pe-sm-c30-px{padding-right:30px!important}.pe-sm-c35-px{padding-right:35px!important}.pe-sm-c40-px{padding-right:40px!important}.pe-sm-c50-px{padding-right:50px!important}.pe-sm-c60-px{padding-right:60px!important}.pe-sm-c65-px{padding-right:65px!important}.pe-sm-c70-px{padding-right:70px!important}.pe-sm-c75-px{padding-right:75px!important}.pe-sm-c80-px{padding-right:80px!important}.pe-sm-c90-px{padding-right:90px!important}.pe-sm-c100-px{padding-right:100px!important}.pe-sm-c125-px{padding-right:125px!important}.pe-sm-c130-px{padding-right:130px!important}.pe-sm-c200-px{padding-right:200px!important}.pe-sm-c250-px{padding-right:250px!important}.pe-sm-c300-px{padding-right:300px!important}.pe-sm-c400-px{padding-right:400px!important}.pe-sm-c500-px{padding-right:500px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:6rem!important}.pb-sm-7{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:20rem!important}.pb-sm-c45{padding-bottom:.45rem!important}.pb-sm-c75{padding-bottom:.75rem!important}.pb-sm-c1-25{padding-bottom:1.25rem!important}.pb-sm-c1-75{padding-bottom:1.75rem!important}.pb-sm-c2{padding-bottom:2rem!important}.pb-sm-c2-25{padding-bottom:2.25rem!important}.pb-sm-c2-75{padding-bottom:2.75rem!important}.pb-sm-c3-75{padding-bottom:3.75rem!important}.pb-sm-c4{padding-bottom:4rem!important}.pb-sm-c4-5{padding-bottom:4.5rem!important}.pb-sm-c4-75{padding-bottom:4.75rem!important}.pb-sm-c5{padding-bottom:5rem!important}.pb-sm-c6{padding-bottom:6rem!important}.pb-sm-c7{padding-bottom:7rem!important}.pb-sm-c5-px{padding-bottom:5px!important}.pb-sm-c10-px{padding-bottom:10px!important}.pb-sm-c15-px{padding-bottom:15px!important}.pb-sm-c20-px{padding-bottom:20px!important}.pb-sm-c30-px{padding-bottom:30px!important}.pb-sm-c35-px{padding-bottom:35px!important}.pb-sm-c40-px{padding-bottom:40px!important}.pb-sm-c50-px{padding-bottom:50px!important}.pb-sm-c60-px{padding-bottom:60px!important}.pb-sm-c65-px{padding-bottom:65px!important}.pb-sm-c70-px{padding-bottom:70px!important}.pb-sm-c75-px{padding-bottom:75px!important}.pb-sm-c80-px{padding-bottom:80px!important}.pb-sm-c90-px{padding-bottom:90px!important}.pb-sm-c100-px{padding-bottom:100px!important}.pb-sm-c125-px{padding-bottom:125px!important}.pb-sm-c130-px{padding-bottom:130px!important}.pb-sm-c200-px{padding-bottom:200px!important}.pb-sm-c250-px{padding-bottom:250px!important}.pb-sm-c300-px{padding-bottom:300px!important}.pb-sm-c400-px{padding-bottom:400px!important}.pb-sm-c500-px{padding-bottom:500px!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:6rem!important}.ps-sm-7{padding-left:12rem!important}.ps-sm-8{padding-left:20rem!important}.ps-sm-c45{padding-left:.45rem!important}.ps-sm-c75{padding-left:.75rem!important}.ps-sm-c1-25{padding-left:1.25rem!important}.ps-sm-c1-75{padding-left:1.75rem!important}.ps-sm-c2{padding-left:2rem!important}.ps-sm-c2-25{padding-left:2.25rem!important}.ps-sm-c2-75{padding-left:2.75rem!important}.ps-sm-c3-75{padding-left:3.75rem!important}.ps-sm-c4{padding-left:4rem!important}.ps-sm-c4-5{padding-left:4.5rem!important}.ps-sm-c4-75{padding-left:4.75rem!important}.ps-sm-c5{padding-left:5rem!important}.ps-sm-c6{padding-left:6rem!important}.ps-sm-c7{padding-left:7rem!important}.ps-sm-c5-px{padding-left:5px!important}.ps-sm-c10-px{padding-left:10px!important}.ps-sm-c15-px{padding-left:15px!important}.ps-sm-c20-px{padding-left:20px!important}.ps-sm-c30-px{padding-left:30px!important}.ps-sm-c35-px{padding-left:35px!important}.ps-sm-c40-px{padding-left:40px!important}.ps-sm-c50-px{padding-left:50px!important}.ps-sm-c60-px{padding-left:60px!important}.ps-sm-c65-px{padding-left:65px!important}.ps-sm-c70-px{padding-left:70px!important}.ps-sm-c75-px{padding-left:75px!important}.ps-sm-c80-px{padding-left:80px!important}.ps-sm-c90-px{padding-left:90px!important}.ps-sm-c100-px{padding-left:100px!important}.ps-sm-c125-px{padding-left:125px!important}.ps-sm-c130-px{padding-left:130px!important}.ps-sm-c200-px{padding-left:200px!important}.ps-sm-c250-px{padding-left:250px!important}.ps-sm-c300-px{padding-left:300px!important}.ps-sm-c400-px{padding-left:400px!important}.ps-sm-c500-px{padding-left:500px!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:6rem!important}.gap-sm-7{gap:12rem!important}.gap-sm-8{gap:20rem!important}.gap-sm-c45{gap:.45rem!important}.gap-sm-c75{gap:.75rem!important}.gap-sm-c1-25{gap:1.25rem!important}.gap-sm-c1-75{gap:1.75rem!important}.gap-sm-c2{gap:2rem!important}.gap-sm-c2-25{gap:2.25rem!important}.gap-sm-c2-75{gap:2.75rem!important}.gap-sm-c3-75{gap:3.75rem!important}.gap-sm-c4{gap:4rem!important}.gap-sm-c4-5{gap:4.5rem!important}.gap-sm-c4-75{gap:4.75rem!important}.gap-sm-c5{gap:5rem!important}.gap-sm-c6{gap:6rem!important}.gap-sm-c7{gap:7rem!important}.gap-sm-c5-px{gap:5px!important}.gap-sm-c10-px{gap:10px!important}.gap-sm-c15-px{gap:15px!important}.gap-sm-c20-px{gap:20px!important}.gap-sm-c30-px{gap:30px!important}.gap-sm-c35-px{gap:35px!important}.gap-sm-c40-px{gap:40px!important}.gap-sm-c50-px{gap:50px!important}.gap-sm-c60-px{gap:60px!important}.gap-sm-c65-px{gap:65px!important}.gap-sm-c70-px{gap:70px!important}.gap-sm-c75-px{gap:75px!important}.gap-sm-c80-px{gap:80px!important}.gap-sm-c90-px{gap:90px!important}.gap-sm-c100-px{gap:100px!important}.gap-sm-c125-px{gap:125px!important}.gap-sm-c130-px{gap:130px!important}.gap-sm-c200-px{gap:200px!important}.gap-sm-c250-px{gap:250px!important}.gap-sm-c300-px{gap:300px!important}.gap-sm-c400-px{gap:400px!important}.gap-sm-c500-px{gap:500px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.row-gap-sm-6{row-gap:6rem!important}.row-gap-sm-7{row-gap:12rem!important}.row-gap-sm-8{row-gap:20rem!important}.row-gap-sm-c45{row-gap:.45rem!important}.row-gap-sm-c75{row-gap:.75rem!important}.row-gap-sm-c1-25{row-gap:1.25rem!important}.row-gap-sm-c1-75{row-gap:1.75rem!important}.row-gap-sm-c2{row-gap:2rem!important}.row-gap-sm-c2-25{row-gap:2.25rem!important}.row-gap-sm-c2-75{row-gap:2.75rem!important}.row-gap-sm-c3-75{row-gap:3.75rem!important}.row-gap-sm-c4{row-gap:4rem!important}.row-gap-sm-c4-5{row-gap:4.5rem!important}.row-gap-sm-c4-75{row-gap:4.75rem!important}.row-gap-sm-c5{row-gap:5rem!important}.row-gap-sm-c6{row-gap:6rem!important}.row-gap-sm-c7{row-gap:7rem!important}.row-gap-sm-c5-px{row-gap:5px!important}.row-gap-sm-c10-px{row-gap:10px!important}.row-gap-sm-c15-px{row-gap:15px!important}.row-gap-sm-c20-px{row-gap:20px!important}.row-gap-sm-c30-px{row-gap:30px!important}.row-gap-sm-c35-px{row-gap:35px!important}.row-gap-sm-c40-px{row-gap:40px!important}.row-gap-sm-c50-px{row-gap:50px!important}.row-gap-sm-c60-px{row-gap:60px!important}.row-gap-sm-c65-px{row-gap:65px!important}.row-gap-sm-c70-px{row-gap:70px!important}.row-gap-sm-c75-px{row-gap:75px!important}.row-gap-sm-c80-px{row-gap:80px!important}.row-gap-sm-c90-px{row-gap:90px!important}.row-gap-sm-c100-px{row-gap:100px!important}.row-gap-sm-c125-px{row-gap:125px!important}.row-gap-sm-c130-px{row-gap:130px!important}.row-gap-sm-c200-px{row-gap:200px!important}.row-gap-sm-c250-px{row-gap:250px!important}.row-gap-sm-c300-px{row-gap:300px!important}.row-gap-sm-c400-px{row-gap:400px!important}.row-gap-sm-c500-px{row-gap:500px!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.column-gap-sm-6{column-gap:6rem!important}.column-gap-sm-7{column-gap:12rem!important}.column-gap-sm-8{column-gap:20rem!important}.column-gap-sm-c45{column-gap:.45rem!important}.column-gap-sm-c75{column-gap:.75rem!important}.column-gap-sm-c1-25{column-gap:1.25rem!important}.column-gap-sm-c1-75{column-gap:1.75rem!important}.column-gap-sm-c2{column-gap:2rem!important}.column-gap-sm-c2-25{column-gap:2.25rem!important}.column-gap-sm-c2-75{column-gap:2.75rem!important}.column-gap-sm-c3-75{column-gap:3.75rem!important}.column-gap-sm-c4{column-gap:4rem!important}.column-gap-sm-c4-5{column-gap:4.5rem!important}.column-gap-sm-c4-75{column-gap:4.75rem!important}.column-gap-sm-c5{column-gap:5rem!important}.column-gap-sm-c6{column-gap:6rem!important}.column-gap-sm-c7{column-gap:7rem!important}.column-gap-sm-c5-px{column-gap:5px!important}.column-gap-sm-c10-px{column-gap:10px!important}.column-gap-sm-c15-px{column-gap:15px!important}.column-gap-sm-c20-px{column-gap:20px!important}.column-gap-sm-c30-px{column-gap:30px!important}.column-gap-sm-c35-px{column-gap:35px!important}.column-gap-sm-c40-px{column-gap:40px!important}.column-gap-sm-c50-px{column-gap:50px!important}.column-gap-sm-c60-px{column-gap:60px!important}.column-gap-sm-c65-px{column-gap:65px!important}.column-gap-sm-c70-px{column-gap:70px!important}.column-gap-sm-c75-px{column-gap:75px!important}.column-gap-sm-c80-px{column-gap:80px!important}.column-gap-sm-c90-px{column-gap:90px!important}.column-gap-sm-c100-px{column-gap:100px!important}.column-gap-sm-c125-px{column-gap:125px!important}.column-gap-sm-c130-px{column-gap:130px!important}.column-gap-sm-c200-px{column-gap:200px!important}.column-gap-sm-c250-px{column-gap:250px!important}.column-gap-sm-c300-px{column-gap:300px!important}.column-gap-sm-c400-px{column-gap:400px!important}.column-gap-sm-c500-px{column-gap:500px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.h-px-sm-0{height:0!important}.h-px-sm-5{height:5px!important}.h-px-sm-10{height:10px!important}.h-px-sm-15{height:15px!important}.h-px-sm-16{height:16px!important}.h-px-sm-20{height:20px!important}.h-px-sm-25{height:25px!important}.h-px-sm-30{height:30px!important}.h-px-sm-35{height:35px!important}.h-px-sm-40{height:40px!important}.h-px-sm-50{height:50px!important}.h-px-sm-60{height:60px!important}.h-px-sm-65{height:65px!important}.h-px-sm-70{height:70px!important}.h-px-sm-75{height:75px!important}.h-px-sm-80{height:80px!important}.h-px-sm-90{height:90px!important}.h-px-sm-100{height:100px!important}.h-px-sm-125{height:125px!important}.h-px-sm-130{height:130px!important}.h-px-sm-200{height:200px!important}.h-px-sm-250{height:250px!important}.h-px-sm-300{height:300px!important}.h-px-sm-400{height:400px!important}.h-px-sm-500{height:500px!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:6rem!important}.m-md-7{margin:12rem!important}.m-md-8{margin:20rem!important}.m-md-c45{margin:.45rem!important}.m-md-c75{margin:.75rem!important}.m-md-c1-25{margin:1.25rem!important}.m-md-c1-75{margin:1.75rem!important}.m-md-c2{margin:2rem!important}.m-md-c2-25{margin:2.25rem!important}.m-md-c2-75{margin:2.75rem!important}.m-md-c3-75{margin:3.75rem!important}.m-md-c4{margin:4rem!important}.m-md-c4-5{margin:4.5rem!important}.m-md-c4-75{margin:4.75rem!important}.m-md-c5{margin:5rem!important}.m-md-c6{margin:6rem!important}.m-md-c7{margin:7rem!important}.m-md-c5-px{margin:5px!important}.m-md-c10-px{margin:10px!important}.m-md-c15-px{margin:15px!important}.m-md-c20-px{margin:20px!important}.m-md-c30-px{margin:30px!important}.m-md-c35-px{margin:35px!important}.m-md-c40-px{margin:40px!important}.m-md-c50-px{margin:50px!important}.m-md-c60-px{margin:60px!important}.m-md-c65-px{margin:65px!important}.m-md-c70-px{margin:70px!important}.m-md-c75-px{margin:75px!important}.m-md-c80-px{margin:80px!important}.m-md-c90-px{margin:90px!important}.m-md-c100-px{margin:100px!important}.m-md-c125-px{margin:125px!important}.m-md-c130-px{margin:130px!important}.m-md-c200-px{margin:200px!important}.m-md-c250-px{margin:250px!important}.m-md-c300-px{margin:300px!important}.m-md-c400-px{margin:400px!important}.m-md-c500-px{margin:500px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-7{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:20rem!important;margin-right:20rem!important}.mx-md-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-md-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-md-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-md-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-md-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-md-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-md-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-md-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-md-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-md-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-md-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-md-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-md-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-md-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-md-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-md-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-md-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-md-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-md-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-md-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-md-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-md-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-md-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-md-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-md-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-md-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-md-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-md-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-md-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-md-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-md-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-md-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-md-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-md-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-md-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-md-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-md-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-md-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-md-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-md-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-md-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-md-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-md-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-md-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-md-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-md-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-md-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-md-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-md-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-md-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:12rem!important}.mt-md-8{margin-top:20rem!important}.mt-md-c45{margin-top:.45rem!important}.mt-md-c75{margin-top:.75rem!important}.mt-md-c1-25{margin-top:1.25rem!important}.mt-md-c1-75{margin-top:1.75rem!important}.mt-md-c2{margin-top:2rem!important}.mt-md-c2-25{margin-top:2.25rem!important}.mt-md-c2-75{margin-top:2.75rem!important}.mt-md-c3-75{margin-top:3.75rem!important}.mt-md-c4{margin-top:4rem!important}.mt-md-c4-5{margin-top:4.5rem!important}.mt-md-c4-75{margin-top:4.75rem!important}.mt-md-c5{margin-top:5rem!important}.mt-md-c6{margin-top:6rem!important}.mt-md-c7{margin-top:7rem!important}.mt-md-c5-px{margin-top:5px!important}.mt-md-c10-px{margin-top:10px!important}.mt-md-c15-px{margin-top:15px!important}.mt-md-c20-px{margin-top:20px!important}.mt-md-c30-px{margin-top:30px!important}.mt-md-c35-px{margin-top:35px!important}.mt-md-c40-px{margin-top:40px!important}.mt-md-c50-px{margin-top:50px!important}.mt-md-c60-px{margin-top:60px!important}.mt-md-c65-px{margin-top:65px!important}.mt-md-c70-px{margin-top:70px!important}.mt-md-c75-px{margin-top:75px!important}.mt-md-c80-px{margin-top:80px!important}.mt-md-c90-px{margin-top:90px!important}.mt-md-c100-px{margin-top:100px!important}.mt-md-c125-px{margin-top:125px!important}.mt-md-c130-px{margin-top:130px!important}.mt-md-c200-px{margin-top:200px!important}.mt-md-c250-px{margin-top:250px!important}.mt-md-c300-px{margin-top:300px!important}.mt-md-c400-px{margin-top:400px!important}.mt-md-c500-px{margin-top:500px!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:6rem!important}.me-md-7{margin-right:12rem!important}.me-md-8{margin-right:20rem!important}.me-md-c45{margin-right:.45rem!important}.me-md-c75{margin-right:.75rem!important}.me-md-c1-25{margin-right:1.25rem!important}.me-md-c1-75{margin-right:1.75rem!important}.me-md-c2{margin-right:2rem!important}.me-md-c2-25{margin-right:2.25rem!important}.me-md-c2-75{margin-right:2.75rem!important}.me-md-c3-75{margin-right:3.75rem!important}.me-md-c4{margin-right:4rem!important}.me-md-c4-5{margin-right:4.5rem!important}.me-md-c4-75{margin-right:4.75rem!important}.me-md-c5{margin-right:5rem!important}.me-md-c6{margin-right:6rem!important}.me-md-c7{margin-right:7rem!important}.me-md-c5-px{margin-right:5px!important}.me-md-c10-px{margin-right:10px!important}.me-md-c15-px{margin-right:15px!important}.me-md-c20-px{margin-right:20px!important}.me-md-c30-px{margin-right:30px!important}.me-md-c35-px{margin-right:35px!important}.me-md-c40-px{margin-right:40px!important}.me-md-c50-px{margin-right:50px!important}.me-md-c60-px{margin-right:60px!important}.me-md-c65-px{margin-right:65px!important}.me-md-c70-px{margin-right:70px!important}.me-md-c75-px{margin-right:75px!important}.me-md-c80-px{margin-right:80px!important}.me-md-c90-px{margin-right:90px!important}.me-md-c100-px{margin-right:100px!important}.me-md-c125-px{margin-right:125px!important}.me-md-c130-px{margin-right:130px!important}.me-md-c200-px{margin-right:200px!important}.me-md-c250-px{margin-right:250px!important}.me-md-c300-px{margin-right:300px!important}.me-md-c400-px{margin-right:400px!important}.me-md-c500-px{margin-right:500px!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:12rem!important}.mb-md-8{margin-bottom:20rem!important}.mb-md-c45{margin-bottom:.45rem!important}.mb-md-c75{margin-bottom:.75rem!important}.mb-md-c1-25{margin-bottom:1.25rem!important}.mb-md-c1-75{margin-bottom:1.75rem!important}.mb-md-c2{margin-bottom:2rem!important}.mb-md-c2-25{margin-bottom:2.25rem!important}.mb-md-c2-75{margin-bottom:2.75rem!important}.mb-md-c3-75{margin-bottom:3.75rem!important}.mb-md-c4{margin-bottom:4rem!important}.mb-md-c4-5{margin-bottom:4.5rem!important}.mb-md-c4-75{margin-bottom:4.75rem!important}.mb-md-c5{margin-bottom:5rem!important}.mb-md-c6{margin-bottom:6rem!important}.mb-md-c7{margin-bottom:7rem!important}.mb-md-c5-px{margin-bottom:5px!important}.mb-md-c10-px{margin-bottom:10px!important}.mb-md-c15-px{margin-bottom:15px!important}.mb-md-c20-px{margin-bottom:20px!important}.mb-md-c30-px{margin-bottom:30px!important}.mb-md-c35-px{margin-bottom:35px!important}.mb-md-c40-px{margin-bottom:40px!important}.mb-md-c50-px{margin-bottom:50px!important}.mb-md-c60-px{margin-bottom:60px!important}.mb-md-c65-px{margin-bottom:65px!important}.mb-md-c70-px{margin-bottom:70px!important}.mb-md-c75-px{margin-bottom:75px!important}.mb-md-c80-px{margin-bottom:80px!important}.mb-md-c90-px{margin-bottom:90px!important}.mb-md-c100-px{margin-bottom:100px!important}.mb-md-c125-px{margin-bottom:125px!important}.mb-md-c130-px{margin-bottom:130px!important}.mb-md-c200-px{margin-bottom:200px!important}.mb-md-c250-px{margin-bottom:250px!important}.mb-md-c300-px{margin-bottom:300px!important}.mb-md-c400-px{margin-bottom:400px!important}.mb-md-c500-px{margin-bottom:500px!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:6rem!important}.ms-md-7{margin-left:12rem!important}.ms-md-8{margin-left:20rem!important}.ms-md-c45{margin-left:.45rem!important}.ms-md-c75{margin-left:.75rem!important}.ms-md-c1-25{margin-left:1.25rem!important}.ms-md-c1-75{margin-left:1.75rem!important}.ms-md-c2{margin-left:2rem!important}.ms-md-c2-25{margin-left:2.25rem!important}.ms-md-c2-75{margin-left:2.75rem!important}.ms-md-c3-75{margin-left:3.75rem!important}.ms-md-c4{margin-left:4rem!important}.ms-md-c4-5{margin-left:4.5rem!important}.ms-md-c4-75{margin-left:4.75rem!important}.ms-md-c5{margin-left:5rem!important}.ms-md-c6{margin-left:6rem!important}.ms-md-c7{margin-left:7rem!important}.ms-md-c5-px{margin-left:5px!important}.ms-md-c10-px{margin-left:10px!important}.ms-md-c15-px{margin-left:15px!important}.ms-md-c20-px{margin-left:20px!important}.ms-md-c30-px{margin-left:30px!important}.ms-md-c35-px{margin-left:35px!important}.ms-md-c40-px{margin-left:40px!important}.ms-md-c50-px{margin-left:50px!important}.ms-md-c60-px{margin-left:60px!important}.ms-md-c65-px{margin-left:65px!important}.ms-md-c70-px{margin-left:70px!important}.ms-md-c75-px{margin-left:75px!important}.ms-md-c80-px{margin-left:80px!important}.ms-md-c90-px{margin-left:90px!important}.ms-md-c100-px{margin-left:100px!important}.ms-md-c125-px{margin-left:125px!important}.ms-md-c130-px{margin-left:130px!important}.ms-md-c200-px{margin-left:200px!important}.ms-md-c250-px{margin-left:250px!important}.ms-md-c300-px{margin-left:300px!important}.ms-md-c400-px{margin-left:400px!important}.ms-md-c500-px{margin-left:500px!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-6rem!important}.m-md-n7{margin:-12rem!important}.m-md-n8{margin:-20rem!important}.m-md-nc45{margin:-.45rem!important}.m-md-nc75{margin:-.75rem!important}.m-md-nc1-25{margin:-1.25rem!important}.m-md-nc1-75{margin:-1.75rem!important}.m-md-nc2{margin:-2rem!important}.m-md-nc2-25{margin:-2.25rem!important}.m-md-nc2-75{margin:-2.75rem!important}.m-md-nc3-75{margin:-3.75rem!important}.m-md-nc4{margin:-4rem!important}.m-md-nc4-5{margin:-4.5rem!important}.m-md-nc4-75{margin:-4.75rem!important}.m-md-nc5{margin:-5rem!important}.m-md-nc6{margin:-6rem!important}.m-md-nc7{margin:-7rem!important}.m-md-nc5-px{margin:-5px!important}.m-md-nc10-px{margin:-10px!important}.m-md-nc15-px{margin:-15px!important}.m-md-nc20-px{margin:-20px!important}.m-md-nc30-px{margin:-30px!important}.m-md-nc35-px{margin:-35px!important}.m-md-nc40-px{margin:-40px!important}.m-md-nc50-px{margin:-50px!important}.m-md-nc60-px{margin:-60px!important}.m-md-nc65-px{margin:-65px!important}.m-md-nc70-px{margin:-70px!important}.m-md-nc75-px{margin:-75px!important}.m-md-nc80-px{margin:-80px!important}.m-md-nc90-px{margin:-90px!important}.m-md-nc100-px{margin:-100px!important}.m-md-nc125-px{margin:-125px!important}.m-md-nc130-px{margin:-130px!important}.m-md-nc200-px{margin:-200px!important}.m-md-nc250-px{margin:-250px!important}.m-md-nc300-px{margin:-300px!important}.m-md-nc400-px{margin:-400px!important}.m-md-nc500-px{margin:-500px!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-md-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-md-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-md-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-md-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-md-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-md-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-md-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-md-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-md-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-md-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-md-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-md-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-md-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-md-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-md-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-md-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-md-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-md-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-md-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-md-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-md-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-md-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-md-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-md-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-md-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-md-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-md-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-md-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-md-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-md-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-md-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-md-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-md-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-md-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-md-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-md-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-md-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-md-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-md-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-md-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-md-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-md-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-md-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-md-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-md-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-md-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-md-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-md-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-md-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-md-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-md-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-md-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-md-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-md-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-md-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-md-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-md-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-md-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-md-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-md-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-md-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-md-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-6rem!important}.mt-md-n7{margin-top:-12rem!important}.mt-md-n8{margin-top:-20rem!important}.mt-md-nc45{margin-top:-.45rem!important}.mt-md-nc75{margin-top:-.75rem!important}.mt-md-nc1-25{margin-top:-1.25rem!important}.mt-md-nc1-75{margin-top:-1.75rem!important}.mt-md-nc2{margin-top:-2rem!important}.mt-md-nc2-25{margin-top:-2.25rem!important}.mt-md-nc2-75{margin-top:-2.75rem!important}.mt-md-nc3-75{margin-top:-3.75rem!important}.mt-md-nc4{margin-top:-4rem!important}.mt-md-nc4-5{margin-top:-4.5rem!important}.mt-md-nc4-75{margin-top:-4.75rem!important}.mt-md-nc5{margin-top:-5rem!important}.mt-md-nc6{margin-top:-6rem!important}.mt-md-nc7{margin-top:-7rem!important}.mt-md-nc5-px{margin-top:-5px!important}.mt-md-nc10-px{margin-top:-10px!important}.mt-md-nc15-px{margin-top:-15px!important}.mt-md-nc20-px{margin-top:-20px!important}.mt-md-nc30-px{margin-top:-30px!important}.mt-md-nc35-px{margin-top:-35px!important}.mt-md-nc40-px{margin-top:-40px!important}.mt-md-nc50-px{margin-top:-50px!important}.mt-md-nc60-px{margin-top:-60px!important}.mt-md-nc65-px{margin-top:-65px!important}.mt-md-nc70-px{margin-top:-70px!important}.mt-md-nc75-px{margin-top:-75px!important}.mt-md-nc80-px{margin-top:-80px!important}.mt-md-nc90-px{margin-top:-90px!important}.mt-md-nc100-px{margin-top:-100px!important}.mt-md-nc125-px{margin-top:-125px!important}.mt-md-nc130-px{margin-top:-130px!important}.mt-md-nc200-px{margin-top:-200px!important}.mt-md-nc250-px{margin-top:-250px!important}.mt-md-nc300-px{margin-top:-300px!important}.mt-md-nc400-px{margin-top:-400px!important}.mt-md-nc500-px{margin-top:-500px!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-6rem!important}.me-md-n7{margin-right:-12rem!important}.me-md-n8{margin-right:-20rem!important}.me-md-nc45{margin-right:-.45rem!important}.me-md-nc75{margin-right:-.75rem!important}.me-md-nc1-25{margin-right:-1.25rem!important}.me-md-nc1-75{margin-right:-1.75rem!important}.me-md-nc2{margin-right:-2rem!important}.me-md-nc2-25{margin-right:-2.25rem!important}.me-md-nc2-75{margin-right:-2.75rem!important}.me-md-nc3-75{margin-right:-3.75rem!important}.me-md-nc4{margin-right:-4rem!important}.me-md-nc4-5{margin-right:-4.5rem!important}.me-md-nc4-75{margin-right:-4.75rem!important}.me-md-nc5{margin-right:-5rem!important}.me-md-nc6{margin-right:-6rem!important}.me-md-nc7{margin-right:-7rem!important}.me-md-nc5-px{margin-right:-5px!important}.me-md-nc10-px{margin-right:-10px!important}.me-md-nc15-px{margin-right:-15px!important}.me-md-nc20-px{margin-right:-20px!important}.me-md-nc30-px{margin-right:-30px!important}.me-md-nc35-px{margin-right:-35px!important}.me-md-nc40-px{margin-right:-40px!important}.me-md-nc50-px{margin-right:-50px!important}.me-md-nc60-px{margin-right:-60px!important}.me-md-nc65-px{margin-right:-65px!important}.me-md-nc70-px{margin-right:-70px!important}.me-md-nc75-px{margin-right:-75px!important}.me-md-nc80-px{margin-right:-80px!important}.me-md-nc90-px{margin-right:-90px!important}.me-md-nc100-px{margin-right:-100px!important}.me-md-nc125-px{margin-right:-125px!important}.me-md-nc130-px{margin-right:-130px!important}.me-md-nc200-px{margin-right:-200px!important}.me-md-nc250-px{margin-right:-250px!important}.me-md-nc300-px{margin-right:-300px!important}.me-md-nc400-px{margin-right:-400px!important}.me-md-nc500-px{margin-right:-500px!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-6rem!important}.mb-md-n7{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-20rem!important}.mb-md-nc45{margin-bottom:-.45rem!important}.mb-md-nc75{margin-bottom:-.75rem!important}.mb-md-nc1-25{margin-bottom:-1.25rem!important}.mb-md-nc1-75{margin-bottom:-1.75rem!important}.mb-md-nc2{margin-bottom:-2rem!important}.mb-md-nc2-25{margin-bottom:-2.25rem!important}.mb-md-nc2-75{margin-bottom:-2.75rem!important}.mb-md-nc3-75{margin-bottom:-3.75rem!important}.mb-md-nc4{margin-bottom:-4rem!important}.mb-md-nc4-5{margin-bottom:-4.5rem!important}.mb-md-nc4-75{margin-bottom:-4.75rem!important}.mb-md-nc5{margin-bottom:-5rem!important}.mb-md-nc6{margin-bottom:-6rem!important}.mb-md-nc7{margin-bottom:-7rem!important}.mb-md-nc5-px{margin-bottom:-5px!important}.mb-md-nc10-px{margin-bottom:-10px!important}.mb-md-nc15-px{margin-bottom:-15px!important}.mb-md-nc20-px{margin-bottom:-20px!important}.mb-md-nc30-px{margin-bottom:-30px!important}.mb-md-nc35-px{margin-bottom:-35px!important}.mb-md-nc40-px{margin-bottom:-40px!important}.mb-md-nc50-px{margin-bottom:-50px!important}.mb-md-nc60-px{margin-bottom:-60px!important}.mb-md-nc65-px{margin-bottom:-65px!important}.mb-md-nc70-px{margin-bottom:-70px!important}.mb-md-nc75-px{margin-bottom:-75px!important}.mb-md-nc80-px{margin-bottom:-80px!important}.mb-md-nc90-px{margin-bottom:-90px!important}.mb-md-nc100-px{margin-bottom:-100px!important}.mb-md-nc125-px{margin-bottom:-125px!important}.mb-md-nc130-px{margin-bottom:-130px!important}.mb-md-nc200-px{margin-bottom:-200px!important}.mb-md-nc250-px{margin-bottom:-250px!important}.mb-md-nc300-px{margin-bottom:-300px!important}.mb-md-nc400-px{margin-bottom:-400px!important}.mb-md-nc500-px{margin-bottom:-500px!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-6rem!important}.ms-md-n7{margin-left:-12rem!important}.ms-md-n8{margin-left:-20rem!important}.ms-md-nc45{margin-left:-.45rem!important}.ms-md-nc75{margin-left:-.75rem!important}.ms-md-nc1-25{margin-left:-1.25rem!important}.ms-md-nc1-75{margin-left:-1.75rem!important}.ms-md-nc2{margin-left:-2rem!important}.ms-md-nc2-25{margin-left:-2.25rem!important}.ms-md-nc2-75{margin-left:-2.75rem!important}.ms-md-nc3-75{margin-left:-3.75rem!important}.ms-md-nc4{margin-left:-4rem!important}.ms-md-nc4-5{margin-left:-4.5rem!important}.ms-md-nc4-75{margin-left:-4.75rem!important}.ms-md-nc5{margin-left:-5rem!important}.ms-md-nc6{margin-left:-6rem!important}.ms-md-nc7{margin-left:-7rem!important}.ms-md-nc5-px{margin-left:-5px!important}.ms-md-nc10-px{margin-left:-10px!important}.ms-md-nc15-px{margin-left:-15px!important}.ms-md-nc20-px{margin-left:-20px!important}.ms-md-nc30-px{margin-left:-30px!important}.ms-md-nc35-px{margin-left:-35px!important}.ms-md-nc40-px{margin-left:-40px!important}.ms-md-nc50-px{margin-left:-50px!important}.ms-md-nc60-px{margin-left:-60px!important}.ms-md-nc65-px{margin-left:-65px!important}.ms-md-nc70-px{margin-left:-70px!important}.ms-md-nc75-px{margin-left:-75px!important}.ms-md-nc80-px{margin-left:-80px!important}.ms-md-nc90-px{margin-left:-90px!important}.ms-md-nc100-px{margin-left:-100px!important}.ms-md-nc125-px{margin-left:-125px!important}.ms-md-nc130-px{margin-left:-130px!important}.ms-md-nc200-px{margin-left:-200px!important}.ms-md-nc250-px{margin-left:-250px!important}.ms-md-nc300-px{margin-left:-300px!important}.ms-md-nc400-px{margin-left:-400px!important}.ms-md-nc500-px{margin-left:-500px!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:6rem!important}.p-md-7{padding:12rem!important}.p-md-8{padding:20rem!important}.p-md-c45{padding:.45rem!important}.p-md-c75{padding:.75rem!important}.p-md-c1-25{padding:1.25rem!important}.p-md-c1-75{padding:1.75rem!important}.p-md-c2{padding:2rem!important}.p-md-c2-25{padding:2.25rem!important}.p-md-c2-75{padding:2.75rem!important}.p-md-c3-75{padding:3.75rem!important}.p-md-c4{padding:4rem!important}.p-md-c4-5{padding:4.5rem!important}.p-md-c4-75{padding:4.75rem!important}.p-md-c5{padding:5rem!important}.p-md-c6{padding:6rem!important}.p-md-c7{padding:7rem!important}.p-md-c5-px{padding:5px!important}.p-md-c10-px{padding:10px!important}.p-md-c15-px{padding:15px!important}.p-md-c20-px{padding:20px!important}.p-md-c30-px{padding:30px!important}.p-md-c35-px{padding:35px!important}.p-md-c40-px{padding:40px!important}.p-md-c50-px{padding:50px!important}.p-md-c60-px{padding:60px!important}.p-md-c65-px{padding:65px!important}.p-md-c70-px{padding:70px!important}.p-md-c75-px{padding:75px!important}.p-md-c80-px{padding:80px!important}.p-md-c90-px{padding:90px!important}.p-md-c100-px{padding:100px!important}.p-md-c125-px{padding:125px!important}.p-md-c130-px{padding:130px!important}.p-md-c200-px{padding:200px!important}.p-md-c250-px{padding:250px!important}.p-md-c300-px{padding:300px!important}.p-md-c400-px{padding:400px!important}.p-md-c500-px{padding:500px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:6rem!important;padding-right:6rem!important}.px-md-7{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:20rem!important;padding-right:20rem!important}.px-md-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-md-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-c2{padding-left:2rem!important;padding-right:2rem!important}.px-md-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-c4{padding-left:4rem!important;padding-right:4rem!important}.px-md-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-c5{padding-left:5rem!important;padding-right:5rem!important}.px-md-c6{padding-left:6rem!important;padding-right:6rem!important}.px-md-c7{padding-left:7rem!important;padding-right:7rem!important}.px-md-c5-px{padding-left:5px!important;padding-right:5px!important}.px-md-c10-px{padding-left:10px!important;padding-right:10px!important}.px-md-c15-px{padding-left:15px!important;padding-right:15px!important}.px-md-c20-px{padding-left:20px!important;padding-right:20px!important}.px-md-c30-px{padding-left:30px!important;padding-right:30px!important}.px-md-c35-px{padding-left:35px!important;padding-right:35px!important}.px-md-c40-px{padding-left:40px!important;padding-right:40px!important}.px-md-c50-px{padding-left:50px!important;padding-right:50px!important}.px-md-c60-px{padding-left:60px!important;padding-right:60px!important}.px-md-c65-px{padding-left:65px!important;padding-right:65px!important}.px-md-c70-px{padding-left:70px!important;padding-right:70px!important}.px-md-c75-px{padding-left:75px!important;padding-right:75px!important}.px-md-c80-px{padding-left:80px!important;padding-right:80px!important}.px-md-c90-px{padding-left:90px!important;padding-right:90px!important}.px-md-c100-px{padding-left:100px!important;padding-right:100px!important}.px-md-c125-px{padding-left:125px!important;padding-right:125px!important}.px-md-c130-px{padding-left:130px!important;padding-right:130px!important}.px-md-c200-px{padding-left:200px!important;padding-right:200px!important}.px-md-c250-px{padding-left:250px!important;padding-right:250px!important}.px-md-c300-px{padding-left:300px!important;padding-right:300px!important}.px-md-c400-px{padding-left:400px!important;padding-right:400px!important}.px-md-c500-px{padding-left:500px!important;padding-right:500px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-md-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-md-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-md-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-md-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-md-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-md-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-md-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-md-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-md-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-md-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-md-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-md-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-md-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-md-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-md-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-md-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-md-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-md-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-md-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-md-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-md-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-md-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-md-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:12rem!important}.pt-md-8{padding-top:20rem!important}.pt-md-c45{padding-top:.45rem!important}.pt-md-c75{padding-top:.75rem!important}.pt-md-c1-25{padding-top:1.25rem!important}.pt-md-c1-75{padding-top:1.75rem!important}.pt-md-c2{padding-top:2rem!important}.pt-md-c2-25{padding-top:2.25rem!important}.pt-md-c2-75{padding-top:2.75rem!important}.pt-md-c3-75{padding-top:3.75rem!important}.pt-md-c4{padding-top:4rem!important}.pt-md-c4-5{padding-top:4.5rem!important}.pt-md-c4-75{padding-top:4.75rem!important}.pt-md-c5{padding-top:5rem!important}.pt-md-c6{padding-top:6rem!important}.pt-md-c7{padding-top:7rem!important}.pt-md-c5-px{padding-top:5px!important}.pt-md-c10-px{padding-top:10px!important}.pt-md-c15-px{padding-top:15px!important}.pt-md-c20-px{padding-top:20px!important}.pt-md-c30-px{padding-top:30px!important}.pt-md-c35-px{padding-top:35px!important}.pt-md-c40-px{padding-top:40px!important}.pt-md-c50-px{padding-top:50px!important}.pt-md-c60-px{padding-top:60px!important}.pt-md-c65-px{padding-top:65px!important}.pt-md-c70-px{padding-top:70px!important}.pt-md-c75-px{padding-top:75px!important}.pt-md-c80-px{padding-top:80px!important}.pt-md-c90-px{padding-top:90px!important}.pt-md-c100-px{padding-top:100px!important}.pt-md-c125-px{padding-top:125px!important}.pt-md-c130-px{padding-top:130px!important}.pt-md-c200-px{padding-top:200px!important}.pt-md-c250-px{padding-top:250px!important}.pt-md-c300-px{padding-top:300px!important}.pt-md-c400-px{padding-top:400px!important}.pt-md-c500-px{padding-top:500px!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:6rem!important}.pe-md-7{padding-right:12rem!important}.pe-md-8{padding-right:20rem!important}.pe-md-c45{padding-right:.45rem!important}.pe-md-c75{padding-right:.75rem!important}.pe-md-c1-25{padding-right:1.25rem!important}.pe-md-c1-75{padding-right:1.75rem!important}.pe-md-c2{padding-right:2rem!important}.pe-md-c2-25{padding-right:2.25rem!important}.pe-md-c2-75{padding-right:2.75rem!important}.pe-md-c3-75{padding-right:3.75rem!important}.pe-md-c4{padding-right:4rem!important}.pe-md-c4-5{padding-right:4.5rem!important}.pe-md-c4-75{padding-right:4.75rem!important}.pe-md-c5{padding-right:5rem!important}.pe-md-c6{padding-right:6rem!important}.pe-md-c7{padding-right:7rem!important}.pe-md-c5-px{padding-right:5px!important}.pe-md-c10-px{padding-right:10px!important}.pe-md-c15-px{padding-right:15px!important}.pe-md-c20-px{padding-right:20px!important}.pe-md-c30-px{padding-right:30px!important}.pe-md-c35-px{padding-right:35px!important}.pe-md-c40-px{padding-right:40px!important}.pe-md-c50-px{padding-right:50px!important}.pe-md-c60-px{padding-right:60px!important}.pe-md-c65-px{padding-right:65px!important}.pe-md-c70-px{padding-right:70px!important}.pe-md-c75-px{padding-right:75px!important}.pe-md-c80-px{padding-right:80px!important}.pe-md-c90-px{padding-right:90px!important}.pe-md-c100-px{padding-right:100px!important}.pe-md-c125-px{padding-right:125px!important}.pe-md-c130-px{padding-right:130px!important}.pe-md-c200-px{padding-right:200px!important}.pe-md-c250-px{padding-right:250px!important}.pe-md-c300-px{padding-right:300px!important}.pe-md-c400-px{padding-right:400px!important}.pe-md-c500-px{padding-right:500px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:12rem!important}.pb-md-8{padding-bottom:20rem!important}.pb-md-c45{padding-bottom:.45rem!important}.pb-md-c75{padding-bottom:.75rem!important}.pb-md-c1-25{padding-bottom:1.25rem!important}.pb-md-c1-75{padding-bottom:1.75rem!important}.pb-md-c2{padding-bottom:2rem!important}.pb-md-c2-25{padding-bottom:2.25rem!important}.pb-md-c2-75{padding-bottom:2.75rem!important}.pb-md-c3-75{padding-bottom:3.75rem!important}.pb-md-c4{padding-bottom:4rem!important}.pb-md-c4-5{padding-bottom:4.5rem!important}.pb-md-c4-75{padding-bottom:4.75rem!important}.pb-md-c5{padding-bottom:5rem!important}.pb-md-c6{padding-bottom:6rem!important}.pb-md-c7{padding-bottom:7rem!important}.pb-md-c5-px{padding-bottom:5px!important}.pb-md-c10-px{padding-bottom:10px!important}.pb-md-c15-px{padding-bottom:15px!important}.pb-md-c20-px{padding-bottom:20px!important}.pb-md-c30-px{padding-bottom:30px!important}.pb-md-c35-px{padding-bottom:35px!important}.pb-md-c40-px{padding-bottom:40px!important}.pb-md-c50-px{padding-bottom:50px!important}.pb-md-c60-px{padding-bottom:60px!important}.pb-md-c65-px{padding-bottom:65px!important}.pb-md-c70-px{padding-bottom:70px!important}.pb-md-c75-px{padding-bottom:75px!important}.pb-md-c80-px{padding-bottom:80px!important}.pb-md-c90-px{padding-bottom:90px!important}.pb-md-c100-px{padding-bottom:100px!important}.pb-md-c125-px{padding-bottom:125px!important}.pb-md-c130-px{padding-bottom:130px!important}.pb-md-c200-px{padding-bottom:200px!important}.pb-md-c250-px{padding-bottom:250px!important}.pb-md-c300-px{padding-bottom:300px!important}.pb-md-c400-px{padding-bottom:400px!important}.pb-md-c500-px{padding-bottom:500px!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:6rem!important}.ps-md-7{padding-left:12rem!important}.ps-md-8{padding-left:20rem!important}.ps-md-c45{padding-left:.45rem!important}.ps-md-c75{padding-left:.75rem!important}.ps-md-c1-25{padding-left:1.25rem!important}.ps-md-c1-75{padding-left:1.75rem!important}.ps-md-c2{padding-left:2rem!important}.ps-md-c2-25{padding-left:2.25rem!important}.ps-md-c2-75{padding-left:2.75rem!important}.ps-md-c3-75{padding-left:3.75rem!important}.ps-md-c4{padding-left:4rem!important}.ps-md-c4-5{padding-left:4.5rem!important}.ps-md-c4-75{padding-left:4.75rem!important}.ps-md-c5{padding-left:5rem!important}.ps-md-c6{padding-left:6rem!important}.ps-md-c7{padding-left:7rem!important}.ps-md-c5-px{padding-left:5px!important}.ps-md-c10-px{padding-left:10px!important}.ps-md-c15-px{padding-left:15px!important}.ps-md-c20-px{padding-left:20px!important}.ps-md-c30-px{padding-left:30px!important}.ps-md-c35-px{padding-left:35px!important}.ps-md-c40-px{padding-left:40px!important}.ps-md-c50-px{padding-left:50px!important}.ps-md-c60-px{padding-left:60px!important}.ps-md-c65-px{padding-left:65px!important}.ps-md-c70-px{padding-left:70px!important}.ps-md-c75-px{padding-left:75px!important}.ps-md-c80-px{padding-left:80px!important}.ps-md-c90-px{padding-left:90px!important}.ps-md-c100-px{padding-left:100px!important}.ps-md-c125-px{padding-left:125px!important}.ps-md-c130-px{padding-left:130px!important}.ps-md-c200-px{padding-left:200px!important}.ps-md-c250-px{padding-left:250px!important}.ps-md-c300-px{padding-left:300px!important}.ps-md-c400-px{padding-left:400px!important}.ps-md-c500-px{padding-left:500px!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:6rem!important}.gap-md-7{gap:12rem!important}.gap-md-8{gap:20rem!important}.gap-md-c45{gap:.45rem!important}.gap-md-c75{gap:.75rem!important}.gap-md-c1-25{gap:1.25rem!important}.gap-md-c1-75{gap:1.75rem!important}.gap-md-c2{gap:2rem!important}.gap-md-c2-25{gap:2.25rem!important}.gap-md-c2-75{gap:2.75rem!important}.gap-md-c3-75{gap:3.75rem!important}.gap-md-c4{gap:4rem!important}.gap-md-c4-5{gap:4.5rem!important}.gap-md-c4-75{gap:4.75rem!important}.gap-md-c5{gap:5rem!important}.gap-md-c6{gap:6rem!important}.gap-md-c7{gap:7rem!important}.gap-md-c5-px{gap:5px!important}.gap-md-c10-px{gap:10px!important}.gap-md-c15-px{gap:15px!important}.gap-md-c20-px{gap:20px!important}.gap-md-c30-px{gap:30px!important}.gap-md-c35-px{gap:35px!important}.gap-md-c40-px{gap:40px!important}.gap-md-c50-px{gap:50px!important}.gap-md-c60-px{gap:60px!important}.gap-md-c65-px{gap:65px!important}.gap-md-c70-px{gap:70px!important}.gap-md-c75-px{gap:75px!important}.gap-md-c80-px{gap:80px!important}.gap-md-c90-px{gap:90px!important}.gap-md-c100-px{gap:100px!important}.gap-md-c125-px{gap:125px!important}.gap-md-c130-px{gap:130px!important}.gap-md-c200-px{gap:200px!important}.gap-md-c250-px{gap:250px!important}.gap-md-c300-px{gap:300px!important}.gap-md-c400-px{gap:400px!important}.gap-md-c500-px{gap:500px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.row-gap-md-6{row-gap:6rem!important}.row-gap-md-7{row-gap:12rem!important}.row-gap-md-8{row-gap:20rem!important}.row-gap-md-c45{row-gap:.45rem!important}.row-gap-md-c75{row-gap:.75rem!important}.row-gap-md-c1-25{row-gap:1.25rem!important}.row-gap-md-c1-75{row-gap:1.75rem!important}.row-gap-md-c2{row-gap:2rem!important}.row-gap-md-c2-25{row-gap:2.25rem!important}.row-gap-md-c2-75{row-gap:2.75rem!important}.row-gap-md-c3-75{row-gap:3.75rem!important}.row-gap-md-c4{row-gap:4rem!important}.row-gap-md-c4-5{row-gap:4.5rem!important}.row-gap-md-c4-75{row-gap:4.75rem!important}.row-gap-md-c5{row-gap:5rem!important}.row-gap-md-c6{row-gap:6rem!important}.row-gap-md-c7{row-gap:7rem!important}.row-gap-md-c5-px{row-gap:5px!important}.row-gap-md-c10-px{row-gap:10px!important}.row-gap-md-c15-px{row-gap:15px!important}.row-gap-md-c20-px{row-gap:20px!important}.row-gap-md-c30-px{row-gap:30px!important}.row-gap-md-c35-px{row-gap:35px!important}.row-gap-md-c40-px{row-gap:40px!important}.row-gap-md-c50-px{row-gap:50px!important}.row-gap-md-c60-px{row-gap:60px!important}.row-gap-md-c65-px{row-gap:65px!important}.row-gap-md-c70-px{row-gap:70px!important}.row-gap-md-c75-px{row-gap:75px!important}.row-gap-md-c80-px{row-gap:80px!important}.row-gap-md-c90-px{row-gap:90px!important}.row-gap-md-c100-px{row-gap:100px!important}.row-gap-md-c125-px{row-gap:125px!important}.row-gap-md-c130-px{row-gap:130px!important}.row-gap-md-c200-px{row-gap:200px!important}.row-gap-md-c250-px{row-gap:250px!important}.row-gap-md-c300-px{row-gap:300px!important}.row-gap-md-c400-px{row-gap:400px!important}.row-gap-md-c500-px{row-gap:500px!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.column-gap-md-6{column-gap:6rem!important}.column-gap-md-7{column-gap:12rem!important}.column-gap-md-8{column-gap:20rem!important}.column-gap-md-c45{column-gap:.45rem!important}.column-gap-md-c75{column-gap:.75rem!important}.column-gap-md-c1-25{column-gap:1.25rem!important}.column-gap-md-c1-75{column-gap:1.75rem!important}.column-gap-md-c2{column-gap:2rem!important}.column-gap-md-c2-25{column-gap:2.25rem!important}.column-gap-md-c2-75{column-gap:2.75rem!important}.column-gap-md-c3-75{column-gap:3.75rem!important}.column-gap-md-c4{column-gap:4rem!important}.column-gap-md-c4-5{column-gap:4.5rem!important}.column-gap-md-c4-75{column-gap:4.75rem!important}.column-gap-md-c5{column-gap:5rem!important}.column-gap-md-c6{column-gap:6rem!important}.column-gap-md-c7{column-gap:7rem!important}.column-gap-md-c5-px{column-gap:5px!important}.column-gap-md-c10-px{column-gap:10px!important}.column-gap-md-c15-px{column-gap:15px!important}.column-gap-md-c20-px{column-gap:20px!important}.column-gap-md-c30-px{column-gap:30px!important}.column-gap-md-c35-px{column-gap:35px!important}.column-gap-md-c40-px{column-gap:40px!important}.column-gap-md-c50-px{column-gap:50px!important}.column-gap-md-c60-px{column-gap:60px!important}.column-gap-md-c65-px{column-gap:65px!important}.column-gap-md-c70-px{column-gap:70px!important}.column-gap-md-c75-px{column-gap:75px!important}.column-gap-md-c80-px{column-gap:80px!important}.column-gap-md-c90-px{column-gap:90px!important}.column-gap-md-c100-px{column-gap:100px!important}.column-gap-md-c125-px{column-gap:125px!important}.column-gap-md-c130-px{column-gap:130px!important}.column-gap-md-c200-px{column-gap:200px!important}.column-gap-md-c250-px{column-gap:250px!important}.column-gap-md-c300-px{column-gap:300px!important}.column-gap-md-c400-px{column-gap:400px!important}.column-gap-md-c500-px{column-gap:500px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.h-px-md-0{height:0!important}.h-px-md-5{height:5px!important}.h-px-md-10{height:10px!important}.h-px-md-15{height:15px!important}.h-px-md-16{height:16px!important}.h-px-md-20{height:20px!important}.h-px-md-25{height:25px!important}.h-px-md-30{height:30px!important}.h-px-md-35{height:35px!important}.h-px-md-40{height:40px!important}.h-px-md-50{height:50px!important}.h-px-md-60{height:60px!important}.h-px-md-65{height:65px!important}.h-px-md-70{height:70px!important}.h-px-md-75{height:75px!important}.h-px-md-80{height:80px!important}.h-px-md-90{height:90px!important}.h-px-md-100{height:100px!important}.h-px-md-125{height:125px!important}.h-px-md-130{height:130px!important}.h-px-md-200{height:200px!important}.h-px-md-250{height:250px!important}.h-px-md-300{height:300px!important}.h-px-md-400{height:400px!important}.h-px-md-500{height:500px!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:6rem!important}.m-lg-7{margin:12rem!important}.m-lg-8{margin:20rem!important}.m-lg-c45{margin:.45rem!important}.m-lg-c75{margin:.75rem!important}.m-lg-c1-25{margin:1.25rem!important}.m-lg-c1-75{margin:1.75rem!important}.m-lg-c2{margin:2rem!important}.m-lg-c2-25{margin:2.25rem!important}.m-lg-c2-75{margin:2.75rem!important}.m-lg-c3-75{margin:3.75rem!important}.m-lg-c4{margin:4rem!important}.m-lg-c4-5{margin:4.5rem!important}.m-lg-c4-75{margin:4.75rem!important}.m-lg-c5{margin:5rem!important}.m-lg-c6{margin:6rem!important}.m-lg-c7{margin:7rem!important}.m-lg-c5-px{margin:5px!important}.m-lg-c10-px{margin:10px!important}.m-lg-c15-px{margin:15px!important}.m-lg-c20-px{margin:20px!important}.m-lg-c30-px{margin:30px!important}.m-lg-c35-px{margin:35px!important}.m-lg-c40-px{margin:40px!important}.m-lg-c50-px{margin:50px!important}.m-lg-c60-px{margin:60px!important}.m-lg-c65-px{margin:65px!important}.m-lg-c70-px{margin:70px!important}.m-lg-c75-px{margin:75px!important}.m-lg-c80-px{margin:80px!important}.m-lg-c90-px{margin:90px!important}.m-lg-c100-px{margin:100px!important}.m-lg-c125-px{margin:125px!important}.m-lg-c130-px{margin:130px!important}.m-lg-c200-px{margin:200px!important}.m-lg-c250-px{margin:250px!important}.m-lg-c300-px{margin:300px!important}.m-lg-c400-px{margin:400px!important}.m-lg-c500-px{margin:500px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-7{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:20rem!important;margin-right:20rem!important}.mx-lg-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-lg-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-lg-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-lg-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-lg-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-lg-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-lg-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-lg-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-lg-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-lg-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-lg-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-lg-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-lg-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-lg-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-lg-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-lg-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-lg-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-lg-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-lg-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-lg-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-lg-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-lg-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-lg-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-lg-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-lg-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-lg-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-lg-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-lg-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-lg-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-lg-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-lg-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-lg-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-lg-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-lg-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-lg-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-lg-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-lg-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-lg-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-lg-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-lg-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-lg-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-lg-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-lg-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-lg-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-lg-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-lg-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:12rem!important}.mt-lg-8{margin-top:20rem!important}.mt-lg-c45{margin-top:.45rem!important}.mt-lg-c75{margin-top:.75rem!important}.mt-lg-c1-25{margin-top:1.25rem!important}.mt-lg-c1-75{margin-top:1.75rem!important}.mt-lg-c2{margin-top:2rem!important}.mt-lg-c2-25{margin-top:2.25rem!important}.mt-lg-c2-75{margin-top:2.75rem!important}.mt-lg-c3-75{margin-top:3.75rem!important}.mt-lg-c4{margin-top:4rem!important}.mt-lg-c4-5{margin-top:4.5rem!important}.mt-lg-c4-75{margin-top:4.75rem!important}.mt-lg-c5{margin-top:5rem!important}.mt-lg-c6{margin-top:6rem!important}.mt-lg-c7{margin-top:7rem!important}.mt-lg-c5-px{margin-top:5px!important}.mt-lg-c10-px{margin-top:10px!important}.mt-lg-c15-px{margin-top:15px!important}.mt-lg-c20-px{margin-top:20px!important}.mt-lg-c30-px{margin-top:30px!important}.mt-lg-c35-px{margin-top:35px!important}.mt-lg-c40-px{margin-top:40px!important}.mt-lg-c50-px{margin-top:50px!important}.mt-lg-c60-px{margin-top:60px!important}.mt-lg-c65-px{margin-top:65px!important}.mt-lg-c70-px{margin-top:70px!important}.mt-lg-c75-px{margin-top:75px!important}.mt-lg-c80-px{margin-top:80px!important}.mt-lg-c90-px{margin-top:90px!important}.mt-lg-c100-px{margin-top:100px!important}.mt-lg-c125-px{margin-top:125px!important}.mt-lg-c130-px{margin-top:130px!important}.mt-lg-c200-px{margin-top:200px!important}.mt-lg-c250-px{margin-top:250px!important}.mt-lg-c300-px{margin-top:300px!important}.mt-lg-c400-px{margin-top:400px!important}.mt-lg-c500-px{margin-top:500px!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:6rem!important}.me-lg-7{margin-right:12rem!important}.me-lg-8{margin-right:20rem!important}.me-lg-c45{margin-right:.45rem!important}.me-lg-c75{margin-right:.75rem!important}.me-lg-c1-25{margin-right:1.25rem!important}.me-lg-c1-75{margin-right:1.75rem!important}.me-lg-c2{margin-right:2rem!important}.me-lg-c2-25{margin-right:2.25rem!important}.me-lg-c2-75{margin-right:2.75rem!important}.me-lg-c3-75{margin-right:3.75rem!important}.me-lg-c4{margin-right:4rem!important}.me-lg-c4-5{margin-right:4.5rem!important}.me-lg-c4-75{margin-right:4.75rem!important}.me-lg-c5{margin-right:5rem!important}.me-lg-c6{margin-right:6rem!important}.me-lg-c7{margin-right:7rem!important}.me-lg-c5-px{margin-right:5px!important}.me-lg-c10-px{margin-right:10px!important}.me-lg-c15-px{margin-right:15px!important}.me-lg-c20-px{margin-right:20px!important}.me-lg-c30-px{margin-right:30px!important}.me-lg-c35-px{margin-right:35px!important}.me-lg-c40-px{margin-right:40px!important}.me-lg-c50-px{margin-right:50px!important}.me-lg-c60-px{margin-right:60px!important}.me-lg-c65-px{margin-right:65px!important}.me-lg-c70-px{margin-right:70px!important}.me-lg-c75-px{margin-right:75px!important}.me-lg-c80-px{margin-right:80px!important}.me-lg-c90-px{margin-right:90px!important}.me-lg-c100-px{margin-right:100px!important}.me-lg-c125-px{margin-right:125px!important}.me-lg-c130-px{margin-right:130px!important}.me-lg-c200-px{margin-right:200px!important}.me-lg-c250-px{margin-right:250px!important}.me-lg-c300-px{margin-right:300px!important}.me-lg-c400-px{margin-right:400px!important}.me-lg-c500-px{margin-right:500px!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:20rem!important}.mb-lg-c45{margin-bottom:.45rem!important}.mb-lg-c75{margin-bottom:.75rem!important}.mb-lg-c1-25{margin-bottom:1.25rem!important}.mb-lg-c1-75{margin-bottom:1.75rem!important}.mb-lg-c2{margin-bottom:2rem!important}.mb-lg-c2-25{margin-bottom:2.25rem!important}.mb-lg-c2-75{margin-bottom:2.75rem!important}.mb-lg-c3-75{margin-bottom:3.75rem!important}.mb-lg-c4{margin-bottom:4rem!important}.mb-lg-c4-5{margin-bottom:4.5rem!important}.mb-lg-c4-75{margin-bottom:4.75rem!important}.mb-lg-c5{margin-bottom:5rem!important}.mb-lg-c6{margin-bottom:6rem!important}.mb-lg-c7{margin-bottom:7rem!important}.mb-lg-c5-px{margin-bottom:5px!important}.mb-lg-c10-px{margin-bottom:10px!important}.mb-lg-c15-px{margin-bottom:15px!important}.mb-lg-c20-px{margin-bottom:20px!important}.mb-lg-c30-px{margin-bottom:30px!important}.mb-lg-c35-px{margin-bottom:35px!important}.mb-lg-c40-px{margin-bottom:40px!important}.mb-lg-c50-px{margin-bottom:50px!important}.mb-lg-c60-px{margin-bottom:60px!important}.mb-lg-c65-px{margin-bottom:65px!important}.mb-lg-c70-px{margin-bottom:70px!important}.mb-lg-c75-px{margin-bottom:75px!important}.mb-lg-c80-px{margin-bottom:80px!important}.mb-lg-c90-px{margin-bottom:90px!important}.mb-lg-c100-px{margin-bottom:100px!important}.mb-lg-c125-px{margin-bottom:125px!important}.mb-lg-c130-px{margin-bottom:130px!important}.mb-lg-c200-px{margin-bottom:200px!important}.mb-lg-c250-px{margin-bottom:250px!important}.mb-lg-c300-px{margin-bottom:300px!important}.mb-lg-c400-px{margin-bottom:400px!important}.mb-lg-c500-px{margin-bottom:500px!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:6rem!important}.ms-lg-7{margin-left:12rem!important}.ms-lg-8{margin-left:20rem!important}.ms-lg-c45{margin-left:.45rem!important}.ms-lg-c75{margin-left:.75rem!important}.ms-lg-c1-25{margin-left:1.25rem!important}.ms-lg-c1-75{margin-left:1.75rem!important}.ms-lg-c2{margin-left:2rem!important}.ms-lg-c2-25{margin-left:2.25rem!important}.ms-lg-c2-75{margin-left:2.75rem!important}.ms-lg-c3-75{margin-left:3.75rem!important}.ms-lg-c4{margin-left:4rem!important}.ms-lg-c4-5{margin-left:4.5rem!important}.ms-lg-c4-75{margin-left:4.75rem!important}.ms-lg-c5{margin-left:5rem!important}.ms-lg-c6{margin-left:6rem!important}.ms-lg-c7{margin-left:7rem!important}.ms-lg-c5-px{margin-left:5px!important}.ms-lg-c10-px{margin-left:10px!important}.ms-lg-c15-px{margin-left:15px!important}.ms-lg-c20-px{margin-left:20px!important}.ms-lg-c30-px{margin-left:30px!important}.ms-lg-c35-px{margin-left:35px!important}.ms-lg-c40-px{margin-left:40px!important}.ms-lg-c50-px{margin-left:50px!important}.ms-lg-c60-px{margin-left:60px!important}.ms-lg-c65-px{margin-left:65px!important}.ms-lg-c70-px{margin-left:70px!important}.ms-lg-c75-px{margin-left:75px!important}.ms-lg-c80-px{margin-left:80px!important}.ms-lg-c90-px{margin-left:90px!important}.ms-lg-c100-px{margin-left:100px!important}.ms-lg-c125-px{margin-left:125px!important}.ms-lg-c130-px{margin-left:130px!important}.ms-lg-c200-px{margin-left:200px!important}.ms-lg-c250-px{margin-left:250px!important}.ms-lg-c300-px{margin-left:300px!important}.ms-lg-c400-px{margin-left:400px!important}.ms-lg-c500-px{margin-left:500px!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-6rem!important}.m-lg-n7{margin:-12rem!important}.m-lg-n8{margin:-20rem!important}.m-lg-nc45{margin:-.45rem!important}.m-lg-nc75{margin:-.75rem!important}.m-lg-nc1-25{margin:-1.25rem!important}.m-lg-nc1-75{margin:-1.75rem!important}.m-lg-nc2{margin:-2rem!important}.m-lg-nc2-25{margin:-2.25rem!important}.m-lg-nc2-75{margin:-2.75rem!important}.m-lg-nc3-75{margin:-3.75rem!important}.m-lg-nc4{margin:-4rem!important}.m-lg-nc4-5{margin:-4.5rem!important}.m-lg-nc4-75{margin:-4.75rem!important}.m-lg-nc5{margin:-5rem!important}.m-lg-nc6{margin:-6rem!important}.m-lg-nc7{margin:-7rem!important}.m-lg-nc5-px{margin:-5px!important}.m-lg-nc10-px{margin:-10px!important}.m-lg-nc15-px{margin:-15px!important}.m-lg-nc20-px{margin:-20px!important}.m-lg-nc30-px{margin:-30px!important}.m-lg-nc35-px{margin:-35px!important}.m-lg-nc40-px{margin:-40px!important}.m-lg-nc50-px{margin:-50px!important}.m-lg-nc60-px{margin:-60px!important}.m-lg-nc65-px{margin:-65px!important}.m-lg-nc70-px{margin:-70px!important}.m-lg-nc75-px{margin:-75px!important}.m-lg-nc80-px{margin:-80px!important}.m-lg-nc90-px{margin:-90px!important}.m-lg-nc100-px{margin:-100px!important}.m-lg-nc125-px{margin:-125px!important}.m-lg-nc130-px{margin:-130px!important}.m-lg-nc200-px{margin:-200px!important}.m-lg-nc250-px{margin:-250px!important}.m-lg-nc300-px{margin:-300px!important}.m-lg-nc400-px{margin:-400px!important}.m-lg-nc500-px{margin:-500px!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-lg-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-lg-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-lg-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-lg-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-lg-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-lg-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-lg-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-lg-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-lg-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-lg-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-lg-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-lg-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-lg-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-lg-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-lg-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-lg-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-lg-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-lg-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-lg-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-lg-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-lg-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-lg-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-lg-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-lg-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-lg-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-lg-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-lg-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-lg-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-lg-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-lg-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-lg-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-lg-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-lg-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-lg-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-lg-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-lg-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-lg-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-lg-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-lg-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-lg-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-lg-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-lg-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-lg-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-lg-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-lg-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-lg-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-lg-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-lg-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-lg-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-lg-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-lg-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-lg-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-lg-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-lg-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-lg-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-lg-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-lg-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-lg-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-lg-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-6rem!important}.mt-lg-n7{margin-top:-12rem!important}.mt-lg-n8{margin-top:-20rem!important}.mt-lg-nc45{margin-top:-.45rem!important}.mt-lg-nc75{margin-top:-.75rem!important}.mt-lg-nc1-25{margin-top:-1.25rem!important}.mt-lg-nc1-75{margin-top:-1.75rem!important}.mt-lg-nc2{margin-top:-2rem!important}.mt-lg-nc2-25{margin-top:-2.25rem!important}.mt-lg-nc2-75{margin-top:-2.75rem!important}.mt-lg-nc3-75{margin-top:-3.75rem!important}.mt-lg-nc4{margin-top:-4rem!important}.mt-lg-nc4-5{margin-top:-4.5rem!important}.mt-lg-nc4-75{margin-top:-4.75rem!important}.mt-lg-nc5{margin-top:-5rem!important}.mt-lg-nc6{margin-top:-6rem!important}.mt-lg-nc7{margin-top:-7rem!important}.mt-lg-nc5-px{margin-top:-5px!important}.mt-lg-nc10-px{margin-top:-10px!important}.mt-lg-nc15-px{margin-top:-15px!important}.mt-lg-nc20-px{margin-top:-20px!important}.mt-lg-nc30-px{margin-top:-30px!important}.mt-lg-nc35-px{margin-top:-35px!important}.mt-lg-nc40-px{margin-top:-40px!important}.mt-lg-nc50-px{margin-top:-50px!important}.mt-lg-nc60-px{margin-top:-60px!important}.mt-lg-nc65-px{margin-top:-65px!important}.mt-lg-nc70-px{margin-top:-70px!important}.mt-lg-nc75-px{margin-top:-75px!important}.mt-lg-nc80-px{margin-top:-80px!important}.mt-lg-nc90-px{margin-top:-90px!important}.mt-lg-nc100-px{margin-top:-100px!important}.mt-lg-nc125-px{margin-top:-125px!important}.mt-lg-nc130-px{margin-top:-130px!important}.mt-lg-nc200-px{margin-top:-200px!important}.mt-lg-nc250-px{margin-top:-250px!important}.mt-lg-nc300-px{margin-top:-300px!important}.mt-lg-nc400-px{margin-top:-400px!important}.mt-lg-nc500-px{margin-top:-500px!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-6rem!important}.me-lg-n7{margin-right:-12rem!important}.me-lg-n8{margin-right:-20rem!important}.me-lg-nc45{margin-right:-.45rem!important}.me-lg-nc75{margin-right:-.75rem!important}.me-lg-nc1-25{margin-right:-1.25rem!important}.me-lg-nc1-75{margin-right:-1.75rem!important}.me-lg-nc2{margin-right:-2rem!important}.me-lg-nc2-25{margin-right:-2.25rem!important}.me-lg-nc2-75{margin-right:-2.75rem!important}.me-lg-nc3-75{margin-right:-3.75rem!important}.me-lg-nc4{margin-right:-4rem!important}.me-lg-nc4-5{margin-right:-4.5rem!important}.me-lg-nc4-75{margin-right:-4.75rem!important}.me-lg-nc5{margin-right:-5rem!important}.me-lg-nc6{margin-right:-6rem!important}.me-lg-nc7{margin-right:-7rem!important}.me-lg-nc5-px{margin-right:-5px!important}.me-lg-nc10-px{margin-right:-10px!important}.me-lg-nc15-px{margin-right:-15px!important}.me-lg-nc20-px{margin-right:-20px!important}.me-lg-nc30-px{margin-right:-30px!important}.me-lg-nc35-px{margin-right:-35px!important}.me-lg-nc40-px{margin-right:-40px!important}.me-lg-nc50-px{margin-right:-50px!important}.me-lg-nc60-px{margin-right:-60px!important}.me-lg-nc65-px{margin-right:-65px!important}.me-lg-nc70-px{margin-right:-70px!important}.me-lg-nc75-px{margin-right:-75px!important}.me-lg-nc80-px{margin-right:-80px!important}.me-lg-nc90-px{margin-right:-90px!important}.me-lg-nc100-px{margin-right:-100px!important}.me-lg-nc125-px{margin-right:-125px!important}.me-lg-nc130-px{margin-right:-130px!important}.me-lg-nc200-px{margin-right:-200px!important}.me-lg-nc250-px{margin-right:-250px!important}.me-lg-nc300-px{margin-right:-300px!important}.me-lg-nc400-px{margin-right:-400px!important}.me-lg-nc500-px{margin-right:-500px!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-6rem!important}.mb-lg-n7{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-20rem!important}.mb-lg-nc45{margin-bottom:-.45rem!important}.mb-lg-nc75{margin-bottom:-.75rem!important}.mb-lg-nc1-25{margin-bottom:-1.25rem!important}.mb-lg-nc1-75{margin-bottom:-1.75rem!important}.mb-lg-nc2{margin-bottom:-2rem!important}.mb-lg-nc2-25{margin-bottom:-2.25rem!important}.mb-lg-nc2-75{margin-bottom:-2.75rem!important}.mb-lg-nc3-75{margin-bottom:-3.75rem!important}.mb-lg-nc4{margin-bottom:-4rem!important}.mb-lg-nc4-5{margin-bottom:-4.5rem!important}.mb-lg-nc4-75{margin-bottom:-4.75rem!important}.mb-lg-nc5{margin-bottom:-5rem!important}.mb-lg-nc6{margin-bottom:-6rem!important}.mb-lg-nc7{margin-bottom:-7rem!important}.mb-lg-nc5-px{margin-bottom:-5px!important}.mb-lg-nc10-px{margin-bottom:-10px!important}.mb-lg-nc15-px{margin-bottom:-15px!important}.mb-lg-nc20-px{margin-bottom:-20px!important}.mb-lg-nc30-px{margin-bottom:-30px!important}.mb-lg-nc35-px{margin-bottom:-35px!important}.mb-lg-nc40-px{margin-bottom:-40px!important}.mb-lg-nc50-px{margin-bottom:-50px!important}.mb-lg-nc60-px{margin-bottom:-60px!important}.mb-lg-nc65-px{margin-bottom:-65px!important}.mb-lg-nc70-px{margin-bottom:-70px!important}.mb-lg-nc75-px{margin-bottom:-75px!important}.mb-lg-nc80-px{margin-bottom:-80px!important}.mb-lg-nc90-px{margin-bottom:-90px!important}.mb-lg-nc100-px{margin-bottom:-100px!important}.mb-lg-nc125-px{margin-bottom:-125px!important}.mb-lg-nc130-px{margin-bottom:-130px!important}.mb-lg-nc200-px{margin-bottom:-200px!important}.mb-lg-nc250-px{margin-bottom:-250px!important}.mb-lg-nc300-px{margin-bottom:-300px!important}.mb-lg-nc400-px{margin-bottom:-400px!important}.mb-lg-nc500-px{margin-bottom:-500px!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-6rem!important}.ms-lg-n7{margin-left:-12rem!important}.ms-lg-n8{margin-left:-20rem!important}.ms-lg-nc45{margin-left:-.45rem!important}.ms-lg-nc75{margin-left:-.75rem!important}.ms-lg-nc1-25{margin-left:-1.25rem!important}.ms-lg-nc1-75{margin-left:-1.75rem!important}.ms-lg-nc2{margin-left:-2rem!important}.ms-lg-nc2-25{margin-left:-2.25rem!important}.ms-lg-nc2-75{margin-left:-2.75rem!important}.ms-lg-nc3-75{margin-left:-3.75rem!important}.ms-lg-nc4{margin-left:-4rem!important}.ms-lg-nc4-5{margin-left:-4.5rem!important}.ms-lg-nc4-75{margin-left:-4.75rem!important}.ms-lg-nc5{margin-left:-5rem!important}.ms-lg-nc6{margin-left:-6rem!important}.ms-lg-nc7{margin-left:-7rem!important}.ms-lg-nc5-px{margin-left:-5px!important}.ms-lg-nc10-px{margin-left:-10px!important}.ms-lg-nc15-px{margin-left:-15px!important}.ms-lg-nc20-px{margin-left:-20px!important}.ms-lg-nc30-px{margin-left:-30px!important}.ms-lg-nc35-px{margin-left:-35px!important}.ms-lg-nc40-px{margin-left:-40px!important}.ms-lg-nc50-px{margin-left:-50px!important}.ms-lg-nc60-px{margin-left:-60px!important}.ms-lg-nc65-px{margin-left:-65px!important}.ms-lg-nc70-px{margin-left:-70px!important}.ms-lg-nc75-px{margin-left:-75px!important}.ms-lg-nc80-px{margin-left:-80px!important}.ms-lg-nc90-px{margin-left:-90px!important}.ms-lg-nc100-px{margin-left:-100px!important}.ms-lg-nc125-px{margin-left:-125px!important}.ms-lg-nc130-px{margin-left:-130px!important}.ms-lg-nc200-px{margin-left:-200px!important}.ms-lg-nc250-px{margin-left:-250px!important}.ms-lg-nc300-px{margin-left:-300px!important}.ms-lg-nc400-px{margin-left:-400px!important}.ms-lg-nc500-px{margin-left:-500px!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:6rem!important}.p-lg-7{padding:12rem!important}.p-lg-8{padding:20rem!important}.p-lg-c45{padding:.45rem!important}.p-lg-c75{padding:.75rem!important}.p-lg-c1-25{padding:1.25rem!important}.p-lg-c1-75{padding:1.75rem!important}.p-lg-c2{padding:2rem!important}.p-lg-c2-25{padding:2.25rem!important}.p-lg-c2-75{padding:2.75rem!important}.p-lg-c3-75{padding:3.75rem!important}.p-lg-c4{padding:4rem!important}.p-lg-c4-5{padding:4.5rem!important}.p-lg-c4-75{padding:4.75rem!important}.p-lg-c5{padding:5rem!important}.p-lg-c6{padding:6rem!important}.p-lg-c7{padding:7rem!important}.p-lg-c5-px{padding:5px!important}.p-lg-c10-px{padding:10px!important}.p-lg-c15-px{padding:15px!important}.p-lg-c20-px{padding:20px!important}.p-lg-c30-px{padding:30px!important}.p-lg-c35-px{padding:35px!important}.p-lg-c40-px{padding:40px!important}.p-lg-c50-px{padding:50px!important}.p-lg-c60-px{padding:60px!important}.p-lg-c65-px{padding:65px!important}.p-lg-c70-px{padding:70px!important}.p-lg-c75-px{padding:75px!important}.p-lg-c80-px{padding:80px!important}.p-lg-c90-px{padding:90px!important}.p-lg-c100-px{padding:100px!important}.p-lg-c125-px{padding:125px!important}.p-lg-c130-px{padding:130px!important}.p-lg-c200-px{padding:200px!important}.p-lg-c250-px{padding:250px!important}.p-lg-c300-px{padding:300px!important}.p-lg-c400-px{padding:400px!important}.p-lg-c500-px{padding:500px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-7{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:20rem!important;padding-right:20rem!important}.px-lg-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-lg-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-c2{padding-left:2rem!important;padding-right:2rem!important}.px-lg-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-c4{padding-left:4rem!important;padding-right:4rem!important}.px-lg-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-c5{padding-left:5rem!important;padding-right:5rem!important}.px-lg-c6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-c7{padding-left:7rem!important;padding-right:7rem!important}.px-lg-c5-px{padding-left:5px!important;padding-right:5px!important}.px-lg-c10-px{padding-left:10px!important;padding-right:10px!important}.px-lg-c15-px{padding-left:15px!important;padding-right:15px!important}.px-lg-c20-px{padding-left:20px!important;padding-right:20px!important}.px-lg-c30-px{padding-left:30px!important;padding-right:30px!important}.px-lg-c35-px{padding-left:35px!important;padding-right:35px!important}.px-lg-c40-px{padding-left:40px!important;padding-right:40px!important}.px-lg-c50-px{padding-left:50px!important;padding-right:50px!important}.px-lg-c60-px{padding-left:60px!important;padding-right:60px!important}.px-lg-c65-px{padding-left:65px!important;padding-right:65px!important}.px-lg-c70-px{padding-left:70px!important;padding-right:70px!important}.px-lg-c75-px{padding-left:75px!important;padding-right:75px!important}.px-lg-c80-px{padding-left:80px!important;padding-right:80px!important}.px-lg-c90-px{padding-left:90px!important;padding-right:90px!important}.px-lg-c100-px{padding-left:100px!important;padding-right:100px!important}.px-lg-c125-px{padding-left:125px!important;padding-right:125px!important}.px-lg-c130-px{padding-left:130px!important;padding-right:130px!important}.px-lg-c200-px{padding-left:200px!important;padding-right:200px!important}.px-lg-c250-px{padding-left:250px!important;padding-right:250px!important}.px-lg-c300-px{padding-left:300px!important;padding-right:300px!important}.px-lg-c400-px{padding-left:400px!important;padding-right:400px!important}.px-lg-c500-px{padding-left:500px!important;padding-right:500px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-lg-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-lg-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-lg-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-lg-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-lg-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-lg-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-lg-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-lg-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-lg-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-lg-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-lg-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-lg-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-lg-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-lg-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-lg-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-lg-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-lg-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-lg-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-lg-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-lg-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-lg-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-lg-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-lg-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:12rem!important}.pt-lg-8{padding-top:20rem!important}.pt-lg-c45{padding-top:.45rem!important}.pt-lg-c75{padding-top:.75rem!important}.pt-lg-c1-25{padding-top:1.25rem!important}.pt-lg-c1-75{padding-top:1.75rem!important}.pt-lg-c2{padding-top:2rem!important}.pt-lg-c2-25{padding-top:2.25rem!important}.pt-lg-c2-75{padding-top:2.75rem!important}.pt-lg-c3-75{padding-top:3.75rem!important}.pt-lg-c4{padding-top:4rem!important}.pt-lg-c4-5{padding-top:4.5rem!important}.pt-lg-c4-75{padding-top:4.75rem!important}.pt-lg-c5{padding-top:5rem!important}.pt-lg-c6{padding-top:6rem!important}.pt-lg-c7{padding-top:7rem!important}.pt-lg-c5-px{padding-top:5px!important}.pt-lg-c10-px{padding-top:10px!important}.pt-lg-c15-px{padding-top:15px!important}.pt-lg-c20-px{padding-top:20px!important}.pt-lg-c30-px{padding-top:30px!important}.pt-lg-c35-px{padding-top:35px!important}.pt-lg-c40-px{padding-top:40px!important}.pt-lg-c50-px{padding-top:50px!important}.pt-lg-c60-px{padding-top:60px!important}.pt-lg-c65-px{padding-top:65px!important}.pt-lg-c70-px{padding-top:70px!important}.pt-lg-c75-px{padding-top:75px!important}.pt-lg-c80-px{padding-top:80px!important}.pt-lg-c90-px{padding-top:90px!important}.pt-lg-c100-px{padding-top:100px!important}.pt-lg-c125-px{padding-top:125px!important}.pt-lg-c130-px{padding-top:130px!important}.pt-lg-c200-px{padding-top:200px!important}.pt-lg-c250-px{padding-top:250px!important}.pt-lg-c300-px{padding-top:300px!important}.pt-lg-c400-px{padding-top:400px!important}.pt-lg-c500-px{padding-top:500px!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:6rem!important}.pe-lg-7{padding-right:12rem!important}.pe-lg-8{padding-right:20rem!important}.pe-lg-c45{padding-right:.45rem!important}.pe-lg-c75{padding-right:.75rem!important}.pe-lg-c1-25{padding-right:1.25rem!important}.pe-lg-c1-75{padding-right:1.75rem!important}.pe-lg-c2{padding-right:2rem!important}.pe-lg-c2-25{padding-right:2.25rem!important}.pe-lg-c2-75{padding-right:2.75rem!important}.pe-lg-c3-75{padding-right:3.75rem!important}.pe-lg-c4{padding-right:4rem!important}.pe-lg-c4-5{padding-right:4.5rem!important}.pe-lg-c4-75{padding-right:4.75rem!important}.pe-lg-c5{padding-right:5rem!important}.pe-lg-c6{padding-right:6rem!important}.pe-lg-c7{padding-right:7rem!important}.pe-lg-c5-px{padding-right:5px!important}.pe-lg-c10-px{padding-right:10px!important}.pe-lg-c15-px{padding-right:15px!important}.pe-lg-c20-px{padding-right:20px!important}.pe-lg-c30-px{padding-right:30px!important}.pe-lg-c35-px{padding-right:35px!important}.pe-lg-c40-px{padding-right:40px!important}.pe-lg-c50-px{padding-right:50px!important}.pe-lg-c60-px{padding-right:60px!important}.pe-lg-c65-px{padding-right:65px!important}.pe-lg-c70-px{padding-right:70px!important}.pe-lg-c75-px{padding-right:75px!important}.pe-lg-c80-px{padding-right:80px!important}.pe-lg-c90-px{padding-right:90px!important}.pe-lg-c100-px{padding-right:100px!important}.pe-lg-c125-px{padding-right:125px!important}.pe-lg-c130-px{padding-right:130px!important}.pe-lg-c200-px{padding-right:200px!important}.pe-lg-c250-px{padding-right:250px!important}.pe-lg-c300-px{padding-right:300px!important}.pe-lg-c400-px{padding-right:400px!important}.pe-lg-c500-px{padding-right:500px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:20rem!important}.pb-lg-c45{padding-bottom:.45rem!important}.pb-lg-c75{padding-bottom:.75rem!important}.pb-lg-c1-25{padding-bottom:1.25rem!important}.pb-lg-c1-75{padding-bottom:1.75rem!important}.pb-lg-c2{padding-bottom:2rem!important}.pb-lg-c2-25{padding-bottom:2.25rem!important}.pb-lg-c2-75{padding-bottom:2.75rem!important}.pb-lg-c3-75{padding-bottom:3.75rem!important}.pb-lg-c4{padding-bottom:4rem!important}.pb-lg-c4-5{padding-bottom:4.5rem!important}.pb-lg-c4-75{padding-bottom:4.75rem!important}.pb-lg-c5{padding-bottom:5rem!important}.pb-lg-c6{padding-bottom:6rem!important}.pb-lg-c7{padding-bottom:7rem!important}.pb-lg-c5-px{padding-bottom:5px!important}.pb-lg-c10-px{padding-bottom:10px!important}.pb-lg-c15-px{padding-bottom:15px!important}.pb-lg-c20-px{padding-bottom:20px!important}.pb-lg-c30-px{padding-bottom:30px!important}.pb-lg-c35-px{padding-bottom:35px!important}.pb-lg-c40-px{padding-bottom:40px!important}.pb-lg-c50-px{padding-bottom:50px!important}.pb-lg-c60-px{padding-bottom:60px!important}.pb-lg-c65-px{padding-bottom:65px!important}.pb-lg-c70-px{padding-bottom:70px!important}.pb-lg-c75-px{padding-bottom:75px!important}.pb-lg-c80-px{padding-bottom:80px!important}.pb-lg-c90-px{padding-bottom:90px!important}.pb-lg-c100-px{padding-bottom:100px!important}.pb-lg-c125-px{padding-bottom:125px!important}.pb-lg-c130-px{padding-bottom:130px!important}.pb-lg-c200-px{padding-bottom:200px!important}.pb-lg-c250-px{padding-bottom:250px!important}.pb-lg-c300-px{padding-bottom:300px!important}.pb-lg-c400-px{padding-bottom:400px!important}.pb-lg-c500-px{padding-bottom:500px!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:6rem!important}.ps-lg-7{padding-left:12rem!important}.ps-lg-8{padding-left:20rem!important}.ps-lg-c45{padding-left:.45rem!important}.ps-lg-c75{padding-left:.75rem!important}.ps-lg-c1-25{padding-left:1.25rem!important}.ps-lg-c1-75{padding-left:1.75rem!important}.ps-lg-c2{padding-left:2rem!important}.ps-lg-c2-25{padding-left:2.25rem!important}.ps-lg-c2-75{padding-left:2.75rem!important}.ps-lg-c3-75{padding-left:3.75rem!important}.ps-lg-c4{padding-left:4rem!important}.ps-lg-c4-5{padding-left:4.5rem!important}.ps-lg-c4-75{padding-left:4.75rem!important}.ps-lg-c5{padding-left:5rem!important}.ps-lg-c6{padding-left:6rem!important}.ps-lg-c7{padding-left:7rem!important}.ps-lg-c5-px{padding-left:5px!important}.ps-lg-c10-px{padding-left:10px!important}.ps-lg-c15-px{padding-left:15px!important}.ps-lg-c20-px{padding-left:20px!important}.ps-lg-c30-px{padding-left:30px!important}.ps-lg-c35-px{padding-left:35px!important}.ps-lg-c40-px{padding-left:40px!important}.ps-lg-c50-px{padding-left:50px!important}.ps-lg-c60-px{padding-left:60px!important}.ps-lg-c65-px{padding-left:65px!important}.ps-lg-c70-px{padding-left:70px!important}.ps-lg-c75-px{padding-left:75px!important}.ps-lg-c80-px{padding-left:80px!important}.ps-lg-c90-px{padding-left:90px!important}.ps-lg-c100-px{padding-left:100px!important}.ps-lg-c125-px{padding-left:125px!important}.ps-lg-c130-px{padding-left:130px!important}.ps-lg-c200-px{padding-left:200px!important}.ps-lg-c250-px{padding-left:250px!important}.ps-lg-c300-px{padding-left:300px!important}.ps-lg-c400-px{padding-left:400px!important}.ps-lg-c500-px{padding-left:500px!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:6rem!important}.gap-lg-7{gap:12rem!important}.gap-lg-8{gap:20rem!important}.gap-lg-c45{gap:.45rem!important}.gap-lg-c75{gap:.75rem!important}.gap-lg-c1-25{gap:1.25rem!important}.gap-lg-c1-75{gap:1.75rem!important}.gap-lg-c2{gap:2rem!important}.gap-lg-c2-25{gap:2.25rem!important}.gap-lg-c2-75{gap:2.75rem!important}.gap-lg-c3-75{gap:3.75rem!important}.gap-lg-c4{gap:4rem!important}.gap-lg-c4-5{gap:4.5rem!important}.gap-lg-c4-75{gap:4.75rem!important}.gap-lg-c5{gap:5rem!important}.gap-lg-c6{gap:6rem!important}.gap-lg-c7{gap:7rem!important}.gap-lg-c5-px{gap:5px!important}.gap-lg-c10-px{gap:10px!important}.gap-lg-c15-px{gap:15px!important}.gap-lg-c20-px{gap:20px!important}.gap-lg-c30-px{gap:30px!important}.gap-lg-c35-px{gap:35px!important}.gap-lg-c40-px{gap:40px!important}.gap-lg-c50-px{gap:50px!important}.gap-lg-c60-px{gap:60px!important}.gap-lg-c65-px{gap:65px!important}.gap-lg-c70-px{gap:70px!important}.gap-lg-c75-px{gap:75px!important}.gap-lg-c80-px{gap:80px!important}.gap-lg-c90-px{gap:90px!important}.gap-lg-c100-px{gap:100px!important}.gap-lg-c125-px{gap:125px!important}.gap-lg-c130-px{gap:130px!important}.gap-lg-c200-px{gap:200px!important}.gap-lg-c250-px{gap:250px!important}.gap-lg-c300-px{gap:300px!important}.gap-lg-c400-px{gap:400px!important}.gap-lg-c500-px{gap:500px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.row-gap-lg-6{row-gap:6rem!important}.row-gap-lg-7{row-gap:12rem!important}.row-gap-lg-8{row-gap:20rem!important}.row-gap-lg-c45{row-gap:.45rem!important}.row-gap-lg-c75{row-gap:.75rem!important}.row-gap-lg-c1-25{row-gap:1.25rem!important}.row-gap-lg-c1-75{row-gap:1.75rem!important}.row-gap-lg-c2{row-gap:2rem!important}.row-gap-lg-c2-25{row-gap:2.25rem!important}.row-gap-lg-c2-75{row-gap:2.75rem!important}.row-gap-lg-c3-75{row-gap:3.75rem!important}.row-gap-lg-c4{row-gap:4rem!important}.row-gap-lg-c4-5{row-gap:4.5rem!important}.row-gap-lg-c4-75{row-gap:4.75rem!important}.row-gap-lg-c5{row-gap:5rem!important}.row-gap-lg-c6{row-gap:6rem!important}.row-gap-lg-c7{row-gap:7rem!important}.row-gap-lg-c5-px{row-gap:5px!important}.row-gap-lg-c10-px{row-gap:10px!important}.row-gap-lg-c15-px{row-gap:15px!important}.row-gap-lg-c20-px{row-gap:20px!important}.row-gap-lg-c30-px{row-gap:30px!important}.row-gap-lg-c35-px{row-gap:35px!important}.row-gap-lg-c40-px{row-gap:40px!important}.row-gap-lg-c50-px{row-gap:50px!important}.row-gap-lg-c60-px{row-gap:60px!important}.row-gap-lg-c65-px{row-gap:65px!important}.row-gap-lg-c70-px{row-gap:70px!important}.row-gap-lg-c75-px{row-gap:75px!important}.row-gap-lg-c80-px{row-gap:80px!important}.row-gap-lg-c90-px{row-gap:90px!important}.row-gap-lg-c100-px{row-gap:100px!important}.row-gap-lg-c125-px{row-gap:125px!important}.row-gap-lg-c130-px{row-gap:130px!important}.row-gap-lg-c200-px{row-gap:200px!important}.row-gap-lg-c250-px{row-gap:250px!important}.row-gap-lg-c300-px{row-gap:300px!important}.row-gap-lg-c400-px{row-gap:400px!important}.row-gap-lg-c500-px{row-gap:500px!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.column-gap-lg-6{column-gap:6rem!important}.column-gap-lg-7{column-gap:12rem!important}.column-gap-lg-8{column-gap:20rem!important}.column-gap-lg-c45{column-gap:.45rem!important}.column-gap-lg-c75{column-gap:.75rem!important}.column-gap-lg-c1-25{column-gap:1.25rem!important}.column-gap-lg-c1-75{column-gap:1.75rem!important}.column-gap-lg-c2{column-gap:2rem!important}.column-gap-lg-c2-25{column-gap:2.25rem!important}.column-gap-lg-c2-75{column-gap:2.75rem!important}.column-gap-lg-c3-75{column-gap:3.75rem!important}.column-gap-lg-c4{column-gap:4rem!important}.column-gap-lg-c4-5{column-gap:4.5rem!important}.column-gap-lg-c4-75{column-gap:4.75rem!important}.column-gap-lg-c5{column-gap:5rem!important}.column-gap-lg-c6{column-gap:6rem!important}.column-gap-lg-c7{column-gap:7rem!important}.column-gap-lg-c5-px{column-gap:5px!important}.column-gap-lg-c10-px{column-gap:10px!important}.column-gap-lg-c15-px{column-gap:15px!important}.column-gap-lg-c20-px{column-gap:20px!important}.column-gap-lg-c30-px{column-gap:30px!important}.column-gap-lg-c35-px{column-gap:35px!important}.column-gap-lg-c40-px{column-gap:40px!important}.column-gap-lg-c50-px{column-gap:50px!important}.column-gap-lg-c60-px{column-gap:60px!important}.column-gap-lg-c65-px{column-gap:65px!important}.column-gap-lg-c70-px{column-gap:70px!important}.column-gap-lg-c75-px{column-gap:75px!important}.column-gap-lg-c80-px{column-gap:80px!important}.column-gap-lg-c90-px{column-gap:90px!important}.column-gap-lg-c100-px{column-gap:100px!important}.column-gap-lg-c125-px{column-gap:125px!important}.column-gap-lg-c130-px{column-gap:130px!important}.column-gap-lg-c200-px{column-gap:200px!important}.column-gap-lg-c250-px{column-gap:250px!important}.column-gap-lg-c300-px{column-gap:300px!important}.column-gap-lg-c400-px{column-gap:400px!important}.column-gap-lg-c500-px{column-gap:500px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.h-px-lg-0{height:0!important}.h-px-lg-5{height:5px!important}.h-px-lg-10{height:10px!important}.h-px-lg-15{height:15px!important}.h-px-lg-16{height:16px!important}.h-px-lg-20{height:20px!important}.h-px-lg-25{height:25px!important}.h-px-lg-30{height:30px!important}.h-px-lg-35{height:35px!important}.h-px-lg-40{height:40px!important}.h-px-lg-50{height:50px!important}.h-px-lg-60{height:60px!important}.h-px-lg-65{height:65px!important}.h-px-lg-70{height:70px!important}.h-px-lg-75{height:75px!important}.h-px-lg-80{height:80px!important}.h-px-lg-90{height:90px!important}.h-px-lg-100{height:100px!important}.h-px-lg-125{height:125px!important}.h-px-lg-130{height:130px!important}.h-px-lg-200{height:200px!important}.h-px-lg-250{height:250px!important}.h-px-lg-300{height:300px!important}.h-px-lg-400{height:400px!important}.h-px-lg-500{height:500px!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:6rem!important}.m-xl-7{margin:12rem!important}.m-xl-8{margin:20rem!important}.m-xl-c45{margin:.45rem!important}.m-xl-c75{margin:.75rem!important}.m-xl-c1-25{margin:1.25rem!important}.m-xl-c1-75{margin:1.75rem!important}.m-xl-c2{margin:2rem!important}.m-xl-c2-25{margin:2.25rem!important}.m-xl-c2-75{margin:2.75rem!important}.m-xl-c3-75{margin:3.75rem!important}.m-xl-c4{margin:4rem!important}.m-xl-c4-5{margin:4.5rem!important}.m-xl-c4-75{margin:4.75rem!important}.m-xl-c5{margin:5rem!important}.m-xl-c6{margin:6rem!important}.m-xl-c7{margin:7rem!important}.m-xl-c5-px{margin:5px!important}.m-xl-c10-px{margin:10px!important}.m-xl-c15-px{margin:15px!important}.m-xl-c20-px{margin:20px!important}.m-xl-c30-px{margin:30px!important}.m-xl-c35-px{margin:35px!important}.m-xl-c40-px{margin:40px!important}.m-xl-c50-px{margin:50px!important}.m-xl-c60-px{margin:60px!important}.m-xl-c65-px{margin:65px!important}.m-xl-c70-px{margin:70px!important}.m-xl-c75-px{margin:75px!important}.m-xl-c80-px{margin:80px!important}.m-xl-c90-px{margin:90px!important}.m-xl-c100-px{margin:100px!important}.m-xl-c125-px{margin:125px!important}.m-xl-c130-px{margin:130px!important}.m-xl-c200-px{margin:200px!important}.m-xl-c250-px{margin:250px!important}.m-xl-c300-px{margin:300px!important}.m-xl-c400-px{margin:400px!important}.m-xl-c500-px{margin:500px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:12rem!important}.mt-xl-8{margin-top:20rem!important}.mt-xl-c45{margin-top:.45rem!important}.mt-xl-c75{margin-top:.75rem!important}.mt-xl-c1-25{margin-top:1.25rem!important}.mt-xl-c1-75{margin-top:1.75rem!important}.mt-xl-c2{margin-top:2rem!important}.mt-xl-c2-25{margin-top:2.25rem!important}.mt-xl-c2-75{margin-top:2.75rem!important}.mt-xl-c3-75{margin-top:3.75rem!important}.mt-xl-c4{margin-top:4rem!important}.mt-xl-c4-5{margin-top:4.5rem!important}.mt-xl-c4-75{margin-top:4.75rem!important}.mt-xl-c5{margin-top:5rem!important}.mt-xl-c6{margin-top:6rem!important}.mt-xl-c7{margin-top:7rem!important}.mt-xl-c5-px{margin-top:5px!important}.mt-xl-c10-px{margin-top:10px!important}.mt-xl-c15-px{margin-top:15px!important}.mt-xl-c20-px{margin-top:20px!important}.mt-xl-c30-px{margin-top:30px!important}.mt-xl-c35-px{margin-top:35px!important}.mt-xl-c40-px{margin-top:40px!important}.mt-xl-c50-px{margin-top:50px!important}.mt-xl-c60-px{margin-top:60px!important}.mt-xl-c65-px{margin-top:65px!important}.mt-xl-c70-px{margin-top:70px!important}.mt-xl-c75-px{margin-top:75px!important}.mt-xl-c80-px{margin-top:80px!important}.mt-xl-c90-px{margin-top:90px!important}.mt-xl-c100-px{margin-top:100px!important}.mt-xl-c125-px{margin-top:125px!important}.mt-xl-c130-px{margin-top:130px!important}.mt-xl-c200-px{margin-top:200px!important}.mt-xl-c250-px{margin-top:250px!important}.mt-xl-c300-px{margin-top:300px!important}.mt-xl-c400-px{margin-top:400px!important}.mt-xl-c500-px{margin-top:500px!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:6rem!important}.me-xl-7{margin-right:12rem!important}.me-xl-8{margin-right:20rem!important}.me-xl-c45{margin-right:.45rem!important}.me-xl-c75{margin-right:.75rem!important}.me-xl-c1-25{margin-right:1.25rem!important}.me-xl-c1-75{margin-right:1.75rem!important}.me-xl-c2{margin-right:2rem!important}.me-xl-c2-25{margin-right:2.25rem!important}.me-xl-c2-75{margin-right:2.75rem!important}.me-xl-c3-75{margin-right:3.75rem!important}.me-xl-c4{margin-right:4rem!important}.me-xl-c4-5{margin-right:4.5rem!important}.me-xl-c4-75{margin-right:4.75rem!important}.me-xl-c5{margin-right:5rem!important}.me-xl-c6{margin-right:6rem!important}.me-xl-c7{margin-right:7rem!important}.me-xl-c5-px{margin-right:5px!important}.me-xl-c10-px{margin-right:10px!important}.me-xl-c15-px{margin-right:15px!important}.me-xl-c20-px{margin-right:20px!important}.me-xl-c30-px{margin-right:30px!important}.me-xl-c35-px{margin-right:35px!important}.me-xl-c40-px{margin-right:40px!important}.me-xl-c50-px{margin-right:50px!important}.me-xl-c60-px{margin-right:60px!important}.me-xl-c65-px{margin-right:65px!important}.me-xl-c70-px{margin-right:70px!important}.me-xl-c75-px{margin-right:75px!important}.me-xl-c80-px{margin-right:80px!important}.me-xl-c90-px{margin-right:90px!important}.me-xl-c100-px{margin-right:100px!important}.me-xl-c125-px{margin-right:125px!important}.me-xl-c130-px{margin-right:130px!important}.me-xl-c200-px{margin-right:200px!important}.me-xl-c250-px{margin-right:250px!important}.me-xl-c300-px{margin-right:300px!important}.me-xl-c400-px{margin-right:400px!important}.me-xl-c500-px{margin-right:500px!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:20rem!important}.mb-xl-c45{margin-bottom:.45rem!important}.mb-xl-c75{margin-bottom:.75rem!important}.mb-xl-c1-25{margin-bottom:1.25rem!important}.mb-xl-c1-75{margin-bottom:1.75rem!important}.mb-xl-c2{margin-bottom:2rem!important}.mb-xl-c2-25{margin-bottom:2.25rem!important}.mb-xl-c2-75{margin-bottom:2.75rem!important}.mb-xl-c3-75{margin-bottom:3.75rem!important}.mb-xl-c4{margin-bottom:4rem!important}.mb-xl-c4-5{margin-bottom:4.5rem!important}.mb-xl-c4-75{margin-bottom:4.75rem!important}.mb-xl-c5{margin-bottom:5rem!important}.mb-xl-c6{margin-bottom:6rem!important}.mb-xl-c7{margin-bottom:7rem!important}.mb-xl-c5-px{margin-bottom:5px!important}.mb-xl-c10-px{margin-bottom:10px!important}.mb-xl-c15-px{margin-bottom:15px!important}.mb-xl-c20-px{margin-bottom:20px!important}.mb-xl-c30-px{margin-bottom:30px!important}.mb-xl-c35-px{margin-bottom:35px!important}.mb-xl-c40-px{margin-bottom:40px!important}.mb-xl-c50-px{margin-bottom:50px!important}.mb-xl-c60-px{margin-bottom:60px!important}.mb-xl-c65-px{margin-bottom:65px!important}.mb-xl-c70-px{margin-bottom:70px!important}.mb-xl-c75-px{margin-bottom:75px!important}.mb-xl-c80-px{margin-bottom:80px!important}.mb-xl-c90-px{margin-bottom:90px!important}.mb-xl-c100-px{margin-bottom:100px!important}.mb-xl-c125-px{margin-bottom:125px!important}.mb-xl-c130-px{margin-bottom:130px!important}.mb-xl-c200-px{margin-bottom:200px!important}.mb-xl-c250-px{margin-bottom:250px!important}.mb-xl-c300-px{margin-bottom:300px!important}.mb-xl-c400-px{margin-bottom:400px!important}.mb-xl-c500-px{margin-bottom:500px!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:6rem!important}.ms-xl-7{margin-left:12rem!important}.ms-xl-8{margin-left:20rem!important}.ms-xl-c45{margin-left:.45rem!important}.ms-xl-c75{margin-left:.75rem!important}.ms-xl-c1-25{margin-left:1.25rem!important}.ms-xl-c1-75{margin-left:1.75rem!important}.ms-xl-c2{margin-left:2rem!important}.ms-xl-c2-25{margin-left:2.25rem!important}.ms-xl-c2-75{margin-left:2.75rem!important}.ms-xl-c3-75{margin-left:3.75rem!important}.ms-xl-c4{margin-left:4rem!important}.ms-xl-c4-5{margin-left:4.5rem!important}.ms-xl-c4-75{margin-left:4.75rem!important}.ms-xl-c5{margin-left:5rem!important}.ms-xl-c6{margin-left:6rem!important}.ms-xl-c7{margin-left:7rem!important}.ms-xl-c5-px{margin-left:5px!important}.ms-xl-c10-px{margin-left:10px!important}.ms-xl-c15-px{margin-left:15px!important}.ms-xl-c20-px{margin-left:20px!important}.ms-xl-c30-px{margin-left:30px!important}.ms-xl-c35-px{margin-left:35px!important}.ms-xl-c40-px{margin-left:40px!important}.ms-xl-c50-px{margin-left:50px!important}.ms-xl-c60-px{margin-left:60px!important}.ms-xl-c65-px{margin-left:65px!important}.ms-xl-c70-px{margin-left:70px!important}.ms-xl-c75-px{margin-left:75px!important}.ms-xl-c80-px{margin-left:80px!important}.ms-xl-c90-px{margin-left:90px!important}.ms-xl-c100-px{margin-left:100px!important}.ms-xl-c125-px{margin-left:125px!important}.ms-xl-c130-px{margin-left:130px!important}.ms-xl-c200-px{margin-left:200px!important}.ms-xl-c250-px{margin-left:250px!important}.ms-xl-c300-px{margin-left:300px!important}.ms-xl-c400-px{margin-left:400px!important}.ms-xl-c500-px{margin-left:500px!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-6rem!important}.m-xl-n7{margin:-12rem!important}.m-xl-n8{margin:-20rem!important}.m-xl-nc45{margin:-.45rem!important}.m-xl-nc75{margin:-.75rem!important}.m-xl-nc1-25{margin:-1.25rem!important}.m-xl-nc1-75{margin:-1.75rem!important}.m-xl-nc2{margin:-2rem!important}.m-xl-nc2-25{margin:-2.25rem!important}.m-xl-nc2-75{margin:-2.75rem!important}.m-xl-nc3-75{margin:-3.75rem!important}.m-xl-nc4{margin:-4rem!important}.m-xl-nc4-5{margin:-4.5rem!important}.m-xl-nc4-75{margin:-4.75rem!important}.m-xl-nc5{margin:-5rem!important}.m-xl-nc6{margin:-6rem!important}.m-xl-nc7{margin:-7rem!important}.m-xl-nc5-px{margin:-5px!important}.m-xl-nc10-px{margin:-10px!important}.m-xl-nc15-px{margin:-15px!important}.m-xl-nc20-px{margin:-20px!important}.m-xl-nc30-px{margin:-30px!important}.m-xl-nc35-px{margin:-35px!important}.m-xl-nc40-px{margin:-40px!important}.m-xl-nc50-px{margin:-50px!important}.m-xl-nc60-px{margin:-60px!important}.m-xl-nc65-px{margin:-65px!important}.m-xl-nc70-px{margin:-70px!important}.m-xl-nc75-px{margin:-75px!important}.m-xl-nc80-px{margin:-80px!important}.m-xl-nc90-px{margin:-90px!important}.m-xl-nc100-px{margin:-100px!important}.m-xl-nc125-px{margin:-125px!important}.m-xl-nc130-px{margin:-130px!important}.m-xl-nc200-px{margin:-200px!important}.m-xl-nc250-px{margin:-250px!important}.m-xl-nc300-px{margin:-300px!important}.m-xl-nc400-px{margin:-400px!important}.m-xl-nc500-px{margin:-500px!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-6rem!important}.mt-xl-n7{margin-top:-12rem!important}.mt-xl-n8{margin-top:-20rem!important}.mt-xl-nc45{margin-top:-.45rem!important}.mt-xl-nc75{margin-top:-.75rem!important}.mt-xl-nc1-25{margin-top:-1.25rem!important}.mt-xl-nc1-75{margin-top:-1.75rem!important}.mt-xl-nc2{margin-top:-2rem!important}.mt-xl-nc2-25{margin-top:-2.25rem!important}.mt-xl-nc2-75{margin-top:-2.75rem!important}.mt-xl-nc3-75{margin-top:-3.75rem!important}.mt-xl-nc4{margin-top:-4rem!important}.mt-xl-nc4-5{margin-top:-4.5rem!important}.mt-xl-nc4-75{margin-top:-4.75rem!important}.mt-xl-nc5{margin-top:-5rem!important}.mt-xl-nc6{margin-top:-6rem!important}.mt-xl-nc7{margin-top:-7rem!important}.mt-xl-nc5-px{margin-top:-5px!important}.mt-xl-nc10-px{margin-top:-10px!important}.mt-xl-nc15-px{margin-top:-15px!important}.mt-xl-nc20-px{margin-top:-20px!important}.mt-xl-nc30-px{margin-top:-30px!important}.mt-xl-nc35-px{margin-top:-35px!important}.mt-xl-nc40-px{margin-top:-40px!important}.mt-xl-nc50-px{margin-top:-50px!important}.mt-xl-nc60-px{margin-top:-60px!important}.mt-xl-nc65-px{margin-top:-65px!important}.mt-xl-nc70-px{margin-top:-70px!important}.mt-xl-nc75-px{margin-top:-75px!important}.mt-xl-nc80-px{margin-top:-80px!important}.mt-xl-nc90-px{margin-top:-90px!important}.mt-xl-nc100-px{margin-top:-100px!important}.mt-xl-nc125-px{margin-top:-125px!important}.mt-xl-nc130-px{margin-top:-130px!important}.mt-xl-nc200-px{margin-top:-200px!important}.mt-xl-nc250-px{margin-top:-250px!important}.mt-xl-nc300-px{margin-top:-300px!important}.mt-xl-nc400-px{margin-top:-400px!important}.mt-xl-nc500-px{margin-top:-500px!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-6rem!important}.me-xl-n7{margin-right:-12rem!important}.me-xl-n8{margin-right:-20rem!important}.me-xl-nc45{margin-right:-.45rem!important}.me-xl-nc75{margin-right:-.75rem!important}.me-xl-nc1-25{margin-right:-1.25rem!important}.me-xl-nc1-75{margin-right:-1.75rem!important}.me-xl-nc2{margin-right:-2rem!important}.me-xl-nc2-25{margin-right:-2.25rem!important}.me-xl-nc2-75{margin-right:-2.75rem!important}.me-xl-nc3-75{margin-right:-3.75rem!important}.me-xl-nc4{margin-right:-4rem!important}.me-xl-nc4-5{margin-right:-4.5rem!important}.me-xl-nc4-75{margin-right:-4.75rem!important}.me-xl-nc5{margin-right:-5rem!important}.me-xl-nc6{margin-right:-6rem!important}.me-xl-nc7{margin-right:-7rem!important}.me-xl-nc5-px{margin-right:-5px!important}.me-xl-nc10-px{margin-right:-10px!important}.me-xl-nc15-px{margin-right:-15px!important}.me-xl-nc20-px{margin-right:-20px!important}.me-xl-nc30-px{margin-right:-30px!important}.me-xl-nc35-px{margin-right:-35px!important}.me-xl-nc40-px{margin-right:-40px!important}.me-xl-nc50-px{margin-right:-50px!important}.me-xl-nc60-px{margin-right:-60px!important}.me-xl-nc65-px{margin-right:-65px!important}.me-xl-nc70-px{margin-right:-70px!important}.me-xl-nc75-px{margin-right:-75px!important}.me-xl-nc80-px{margin-right:-80px!important}.me-xl-nc90-px{margin-right:-90px!important}.me-xl-nc100-px{margin-right:-100px!important}.me-xl-nc125-px{margin-right:-125px!important}.me-xl-nc130-px{margin-right:-130px!important}.me-xl-nc200-px{margin-right:-200px!important}.me-xl-nc250-px{margin-right:-250px!important}.me-xl-nc300-px{margin-right:-300px!important}.me-xl-nc400-px{margin-right:-400px!important}.me-xl-nc500-px{margin-right:-500px!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-6rem!important}.mb-xl-n7{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-20rem!important}.mb-xl-nc45{margin-bottom:-.45rem!important}.mb-xl-nc75{margin-bottom:-.75rem!important}.mb-xl-nc1-25{margin-bottom:-1.25rem!important}.mb-xl-nc1-75{margin-bottom:-1.75rem!important}.mb-xl-nc2{margin-bottom:-2rem!important}.mb-xl-nc2-25{margin-bottom:-2.25rem!important}.mb-xl-nc2-75{margin-bottom:-2.75rem!important}.mb-xl-nc3-75{margin-bottom:-3.75rem!important}.mb-xl-nc4{margin-bottom:-4rem!important}.mb-xl-nc4-5{margin-bottom:-4.5rem!important}.mb-xl-nc4-75{margin-bottom:-4.75rem!important}.mb-xl-nc5{margin-bottom:-5rem!important}.mb-xl-nc6{margin-bottom:-6rem!important}.mb-xl-nc7{margin-bottom:-7rem!important}.mb-xl-nc5-px{margin-bottom:-5px!important}.mb-xl-nc10-px{margin-bottom:-10px!important}.mb-xl-nc15-px{margin-bottom:-15px!important}.mb-xl-nc20-px{margin-bottom:-20px!important}.mb-xl-nc30-px{margin-bottom:-30px!important}.mb-xl-nc35-px{margin-bottom:-35px!important}.mb-xl-nc40-px{margin-bottom:-40px!important}.mb-xl-nc50-px{margin-bottom:-50px!important}.mb-xl-nc60-px{margin-bottom:-60px!important}.mb-xl-nc65-px{margin-bottom:-65px!important}.mb-xl-nc70-px{margin-bottom:-70px!important}.mb-xl-nc75-px{margin-bottom:-75px!important}.mb-xl-nc80-px{margin-bottom:-80px!important}.mb-xl-nc90-px{margin-bottom:-90px!important}.mb-xl-nc100-px{margin-bottom:-100px!important}.mb-xl-nc125-px{margin-bottom:-125px!important}.mb-xl-nc130-px{margin-bottom:-130px!important}.mb-xl-nc200-px{margin-bottom:-200px!important}.mb-xl-nc250-px{margin-bottom:-250px!important}.mb-xl-nc300-px{margin-bottom:-300px!important}.mb-xl-nc400-px{margin-bottom:-400px!important}.mb-xl-nc500-px{margin-bottom:-500px!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-6rem!important}.ms-xl-n7{margin-left:-12rem!important}.ms-xl-n8{margin-left:-20rem!important}.ms-xl-nc45{margin-left:-.45rem!important}.ms-xl-nc75{margin-left:-.75rem!important}.ms-xl-nc1-25{margin-left:-1.25rem!important}.ms-xl-nc1-75{margin-left:-1.75rem!important}.ms-xl-nc2{margin-left:-2rem!important}.ms-xl-nc2-25{margin-left:-2.25rem!important}.ms-xl-nc2-75{margin-left:-2.75rem!important}.ms-xl-nc3-75{margin-left:-3.75rem!important}.ms-xl-nc4{margin-left:-4rem!important}.ms-xl-nc4-5{margin-left:-4.5rem!important}.ms-xl-nc4-75{margin-left:-4.75rem!important}.ms-xl-nc5{margin-left:-5rem!important}.ms-xl-nc6{margin-left:-6rem!important}.ms-xl-nc7{margin-left:-7rem!important}.ms-xl-nc5-px{margin-left:-5px!important}.ms-xl-nc10-px{margin-left:-10px!important}.ms-xl-nc15-px{margin-left:-15px!important}.ms-xl-nc20-px{margin-left:-20px!important}.ms-xl-nc30-px{margin-left:-30px!important}.ms-xl-nc35-px{margin-left:-35px!important}.ms-xl-nc40-px{margin-left:-40px!important}.ms-xl-nc50-px{margin-left:-50px!important}.ms-xl-nc60-px{margin-left:-60px!important}.ms-xl-nc65-px{margin-left:-65px!important}.ms-xl-nc70-px{margin-left:-70px!important}.ms-xl-nc75-px{margin-left:-75px!important}.ms-xl-nc80-px{margin-left:-80px!important}.ms-xl-nc90-px{margin-left:-90px!important}.ms-xl-nc100-px{margin-left:-100px!important}.ms-xl-nc125-px{margin-left:-125px!important}.ms-xl-nc130-px{margin-left:-130px!important}.ms-xl-nc200-px{margin-left:-200px!important}.ms-xl-nc250-px{margin-left:-250px!important}.ms-xl-nc300-px{margin-left:-300px!important}.ms-xl-nc400-px{margin-left:-400px!important}.ms-xl-nc500-px{margin-left:-500px!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:6rem!important}.p-xl-7{padding:12rem!important}.p-xl-8{padding:20rem!important}.p-xl-c45{padding:.45rem!important}.p-xl-c75{padding:.75rem!important}.p-xl-c1-25{padding:1.25rem!important}.p-xl-c1-75{padding:1.75rem!important}.p-xl-c2{padding:2rem!important}.p-xl-c2-25{padding:2.25rem!important}.p-xl-c2-75{padding:2.75rem!important}.p-xl-c3-75{padding:3.75rem!important}.p-xl-c4{padding:4rem!important}.p-xl-c4-5{padding:4.5rem!important}.p-xl-c4-75{padding:4.75rem!important}.p-xl-c5{padding:5rem!important}.p-xl-c6{padding:6rem!important}.p-xl-c7{padding:7rem!important}.p-xl-c5-px{padding:5px!important}.p-xl-c10-px{padding:10px!important}.p-xl-c15-px{padding:15px!important}.p-xl-c20-px{padding:20px!important}.p-xl-c30-px{padding:30px!important}.p-xl-c35-px{padding:35px!important}.p-xl-c40-px{padding:40px!important}.p-xl-c50-px{padding:50px!important}.p-xl-c60-px{padding:60px!important}.p-xl-c65-px{padding:65px!important}.p-xl-c70-px{padding:70px!important}.p-xl-c75-px{padding:75px!important}.p-xl-c80-px{padding:80px!important}.p-xl-c90-px{padding:90px!important}.p-xl-c100-px{padding:100px!important}.p-xl-c125-px{padding:125px!important}.p-xl-c130-px{padding:130px!important}.p-xl-c200-px{padding:200px!important}.p-xl-c250-px{padding:250px!important}.p-xl-c300-px{padding:300px!important}.p-xl-c400-px{padding:400px!important}.p-xl-c500-px{padding:500px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:6rem!important}.pt-xl-7{padding-top:12rem!important}.pt-xl-8{padding-top:20rem!important}.pt-xl-c45{padding-top:.45rem!important}.pt-xl-c75{padding-top:.75rem!important}.pt-xl-c1-25{padding-top:1.25rem!important}.pt-xl-c1-75{padding-top:1.75rem!important}.pt-xl-c2{padding-top:2rem!important}.pt-xl-c2-25{padding-top:2.25rem!important}.pt-xl-c2-75{padding-top:2.75rem!important}.pt-xl-c3-75{padding-top:3.75rem!important}.pt-xl-c4{padding-top:4rem!important}.pt-xl-c4-5{padding-top:4.5rem!important}.pt-xl-c4-75{padding-top:4.75rem!important}.pt-xl-c5{padding-top:5rem!important}.pt-xl-c6{padding-top:6rem!important}.pt-xl-c7{padding-top:7rem!important}.pt-xl-c5-px{padding-top:5px!important}.pt-xl-c10-px{padding-top:10px!important}.pt-xl-c15-px{padding-top:15px!important}.pt-xl-c20-px{padding-top:20px!important}.pt-xl-c30-px{padding-top:30px!important}.pt-xl-c35-px{padding-top:35px!important}.pt-xl-c40-px{padding-top:40px!important}.pt-xl-c50-px{padding-top:50px!important}.pt-xl-c60-px{padding-top:60px!important}.pt-xl-c65-px{padding-top:65px!important}.pt-xl-c70-px{padding-top:70px!important}.pt-xl-c75-px{padding-top:75px!important}.pt-xl-c80-px{padding-top:80px!important}.pt-xl-c90-px{padding-top:90px!important}.pt-xl-c100-px{padding-top:100px!important}.pt-xl-c125-px{padding-top:125px!important}.pt-xl-c130-px{padding-top:130px!important}.pt-xl-c200-px{padding-top:200px!important}.pt-xl-c250-px{padding-top:250px!important}.pt-xl-c300-px{padding-top:300px!important}.pt-xl-c400-px{padding-top:400px!important}.pt-xl-c500-px{padding-top:500px!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:6rem!important}.pe-xl-7{padding-right:12rem!important}.pe-xl-8{padding-right:20rem!important}.pe-xl-c45{padding-right:.45rem!important}.pe-xl-c75{padding-right:.75rem!important}.pe-xl-c1-25{padding-right:1.25rem!important}.pe-xl-c1-75{padding-right:1.75rem!important}.pe-xl-c2{padding-right:2rem!important}.pe-xl-c2-25{padding-right:2.25rem!important}.pe-xl-c2-75{padding-right:2.75rem!important}.pe-xl-c3-75{padding-right:3.75rem!important}.pe-xl-c4{padding-right:4rem!important}.pe-xl-c4-5{padding-right:4.5rem!important}.pe-xl-c4-75{padding-right:4.75rem!important}.pe-xl-c5{padding-right:5rem!important}.pe-xl-c6{padding-right:6rem!important}.pe-xl-c7{padding-right:7rem!important}.pe-xl-c5-px{padding-right:5px!important}.pe-xl-c10-px{padding-right:10px!important}.pe-xl-c15-px{padding-right:15px!important}.pe-xl-c20-px{padding-right:20px!important}.pe-xl-c30-px{padding-right:30px!important}.pe-xl-c35-px{padding-right:35px!important}.pe-xl-c40-px{padding-right:40px!important}.pe-xl-c50-px{padding-right:50px!important}.pe-xl-c60-px{padding-right:60px!important}.pe-xl-c65-px{padding-right:65px!important}.pe-xl-c70-px{padding-right:70px!important}.pe-xl-c75-px{padding-right:75px!important}.pe-xl-c80-px{padding-right:80px!important}.pe-xl-c90-px{padding-right:90px!important}.pe-xl-c100-px{padding-right:100px!important}.pe-xl-c125-px{padding-right:125px!important}.pe-xl-c130-px{padding-right:130px!important}.pe-xl-c200-px{padding-right:200px!important}.pe-xl-c250-px{padding-right:250px!important}.pe-xl-c300-px{padding-right:300px!important}.pe-xl-c400-px{padding-right:400px!important}.pe-xl-c500-px{padding-right:500px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:6rem!important}.pb-xl-7{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:20rem!important}.pb-xl-c45{padding-bottom:.45rem!important}.pb-xl-c75{padding-bottom:.75rem!important}.pb-xl-c1-25{padding-bottom:1.25rem!important}.pb-xl-c1-75{padding-bottom:1.75rem!important}.pb-xl-c2{padding-bottom:2rem!important}.pb-xl-c2-25{padding-bottom:2.25rem!important}.pb-xl-c2-75{padding-bottom:2.75rem!important}.pb-xl-c3-75{padding-bottom:3.75rem!important}.pb-xl-c4{padding-bottom:4rem!important}.pb-xl-c4-5{padding-bottom:4.5rem!important}.pb-xl-c4-75{padding-bottom:4.75rem!important}.pb-xl-c5{padding-bottom:5rem!important}.pb-xl-c6{padding-bottom:6rem!important}.pb-xl-c7{padding-bottom:7rem!important}.pb-xl-c5-px{padding-bottom:5px!important}.pb-xl-c10-px{padding-bottom:10px!important}.pb-xl-c15-px{padding-bottom:15px!important}.pb-xl-c20-px{padding-bottom:20px!important}.pb-xl-c30-px{padding-bottom:30px!important}.pb-xl-c35-px{padding-bottom:35px!important}.pb-xl-c40-px{padding-bottom:40px!important}.pb-xl-c50-px{padding-bottom:50px!important}.pb-xl-c60-px{padding-bottom:60px!important}.pb-xl-c65-px{padding-bottom:65px!important}.pb-xl-c70-px{padding-bottom:70px!important}.pb-xl-c75-px{padding-bottom:75px!important}.pb-xl-c80-px{padding-bottom:80px!important}.pb-xl-c90-px{padding-bottom:90px!important}.pb-xl-c100-px{padding-bottom:100px!important}.pb-xl-c125-px{padding-bottom:125px!important}.pb-xl-c130-px{padding-bottom:130px!important}.pb-xl-c200-px{padding-bottom:200px!important}.pb-xl-c250-px{padding-bottom:250px!important}.pb-xl-c300-px{padding-bottom:300px!important}.pb-xl-c400-px{padding-bottom:400px!important}.pb-xl-c500-px{padding-bottom:500px!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:6rem!important}.ps-xl-7{padding-left:12rem!important}.ps-xl-8{padding-left:20rem!important}.ps-xl-c45{padding-left:.45rem!important}.ps-xl-c75{padding-left:.75rem!important}.ps-xl-c1-25{padding-left:1.25rem!important}.ps-xl-c1-75{padding-left:1.75rem!important}.ps-xl-c2{padding-left:2rem!important}.ps-xl-c2-25{padding-left:2.25rem!important}.ps-xl-c2-75{padding-left:2.75rem!important}.ps-xl-c3-75{padding-left:3.75rem!important}.ps-xl-c4{padding-left:4rem!important}.ps-xl-c4-5{padding-left:4.5rem!important}.ps-xl-c4-75{padding-left:4.75rem!important}.ps-xl-c5{padding-left:5rem!important}.ps-xl-c6{padding-left:6rem!important}.ps-xl-c7{padding-left:7rem!important}.ps-xl-c5-px{padding-left:5px!important}.ps-xl-c10-px{padding-left:10px!important}.ps-xl-c15-px{padding-left:15px!important}.ps-xl-c20-px{padding-left:20px!important}.ps-xl-c30-px{padding-left:30px!important}.ps-xl-c35-px{padding-left:35px!important}.ps-xl-c40-px{padding-left:40px!important}.ps-xl-c50-px{padding-left:50px!important}.ps-xl-c60-px{padding-left:60px!important}.ps-xl-c65-px{padding-left:65px!important}.ps-xl-c70-px{padding-left:70px!important}.ps-xl-c75-px{padding-left:75px!important}.ps-xl-c80-px{padding-left:80px!important}.ps-xl-c90-px{padding-left:90px!important}.ps-xl-c100-px{padding-left:100px!important}.ps-xl-c125-px{padding-left:125px!important}.ps-xl-c130-px{padding-left:130px!important}.ps-xl-c200-px{padding-left:200px!important}.ps-xl-c250-px{padding-left:250px!important}.ps-xl-c300-px{padding-left:300px!important}.ps-xl-c400-px{padding-left:400px!important}.ps-xl-c500-px{padding-left:500px!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:6rem!important}.gap-xl-7{gap:12rem!important}.gap-xl-8{gap:20rem!important}.gap-xl-c45{gap:.45rem!important}.gap-xl-c75{gap:.75rem!important}.gap-xl-c1-25{gap:1.25rem!important}.gap-xl-c1-75{gap:1.75rem!important}.gap-xl-c2{gap:2rem!important}.gap-xl-c2-25{gap:2.25rem!important}.gap-xl-c2-75{gap:2.75rem!important}.gap-xl-c3-75{gap:3.75rem!important}.gap-xl-c4{gap:4rem!important}.gap-xl-c4-5{gap:4.5rem!important}.gap-xl-c4-75{gap:4.75rem!important}.gap-xl-c5{gap:5rem!important}.gap-xl-c6{gap:6rem!important}.gap-xl-c7{gap:7rem!important}.gap-xl-c5-px{gap:5px!important}.gap-xl-c10-px{gap:10px!important}.gap-xl-c15-px{gap:15px!important}.gap-xl-c20-px{gap:20px!important}.gap-xl-c30-px{gap:30px!important}.gap-xl-c35-px{gap:35px!important}.gap-xl-c40-px{gap:40px!important}.gap-xl-c50-px{gap:50px!important}.gap-xl-c60-px{gap:60px!important}.gap-xl-c65-px{gap:65px!important}.gap-xl-c70-px{gap:70px!important}.gap-xl-c75-px{gap:75px!important}.gap-xl-c80-px{gap:80px!important}.gap-xl-c90-px{gap:90px!important}.gap-xl-c100-px{gap:100px!important}.gap-xl-c125-px{gap:125px!important}.gap-xl-c130-px{gap:130px!important}.gap-xl-c200-px{gap:200px!important}.gap-xl-c250-px{gap:250px!important}.gap-xl-c300-px{gap:300px!important}.gap-xl-c400-px{gap:400px!important}.gap-xl-c500-px{gap:500px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.row-gap-xl-6{row-gap:6rem!important}.row-gap-xl-7{row-gap:12rem!important}.row-gap-xl-8{row-gap:20rem!important}.row-gap-xl-c45{row-gap:.45rem!important}.row-gap-xl-c75{row-gap:.75rem!important}.row-gap-xl-c1-25{row-gap:1.25rem!important}.row-gap-xl-c1-75{row-gap:1.75rem!important}.row-gap-xl-c2{row-gap:2rem!important}.row-gap-xl-c2-25{row-gap:2.25rem!important}.row-gap-xl-c2-75{row-gap:2.75rem!important}.row-gap-xl-c3-75{row-gap:3.75rem!important}.row-gap-xl-c4{row-gap:4rem!important}.row-gap-xl-c4-5{row-gap:4.5rem!important}.row-gap-xl-c4-75{row-gap:4.75rem!important}.row-gap-xl-c5{row-gap:5rem!important}.row-gap-xl-c6{row-gap:6rem!important}.row-gap-xl-c7{row-gap:7rem!important}.row-gap-xl-c5-px{row-gap:5px!important}.row-gap-xl-c10-px{row-gap:10px!important}.row-gap-xl-c15-px{row-gap:15px!important}.row-gap-xl-c20-px{row-gap:20px!important}.row-gap-xl-c30-px{row-gap:30px!important}.row-gap-xl-c35-px{row-gap:35px!important}.row-gap-xl-c40-px{row-gap:40px!important}.row-gap-xl-c50-px{row-gap:50px!important}.row-gap-xl-c60-px{row-gap:60px!important}.row-gap-xl-c65-px{row-gap:65px!important}.row-gap-xl-c70-px{row-gap:70px!important}.row-gap-xl-c75-px{row-gap:75px!important}.row-gap-xl-c80-px{row-gap:80px!important}.row-gap-xl-c90-px{row-gap:90px!important}.row-gap-xl-c100-px{row-gap:100px!important}.row-gap-xl-c125-px{row-gap:125px!important}.row-gap-xl-c130-px{row-gap:130px!important}.row-gap-xl-c200-px{row-gap:200px!important}.row-gap-xl-c250-px{row-gap:250px!important}.row-gap-xl-c300-px{row-gap:300px!important}.row-gap-xl-c400-px{row-gap:400px!important}.row-gap-xl-c500-px{row-gap:500px!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.column-gap-xl-6{column-gap:6rem!important}.column-gap-xl-7{column-gap:12rem!important}.column-gap-xl-8{column-gap:20rem!important}.column-gap-xl-c45{column-gap:.45rem!important}.column-gap-xl-c75{column-gap:.75rem!important}.column-gap-xl-c1-25{column-gap:1.25rem!important}.column-gap-xl-c1-75{column-gap:1.75rem!important}.column-gap-xl-c2{column-gap:2rem!important}.column-gap-xl-c2-25{column-gap:2.25rem!important}.column-gap-xl-c2-75{column-gap:2.75rem!important}.column-gap-xl-c3-75{column-gap:3.75rem!important}.column-gap-xl-c4{column-gap:4rem!important}.column-gap-xl-c4-5{column-gap:4.5rem!important}.column-gap-xl-c4-75{column-gap:4.75rem!important}.column-gap-xl-c5{column-gap:5rem!important}.column-gap-xl-c6{column-gap:6rem!important}.column-gap-xl-c7{column-gap:7rem!important}.column-gap-xl-c5-px{column-gap:5px!important}.column-gap-xl-c10-px{column-gap:10px!important}.column-gap-xl-c15-px{column-gap:15px!important}.column-gap-xl-c20-px{column-gap:20px!important}.column-gap-xl-c30-px{column-gap:30px!important}.column-gap-xl-c35-px{column-gap:35px!important}.column-gap-xl-c40-px{column-gap:40px!important}.column-gap-xl-c50-px{column-gap:50px!important}.column-gap-xl-c60-px{column-gap:60px!important}.column-gap-xl-c65-px{column-gap:65px!important}.column-gap-xl-c70-px{column-gap:70px!important}.column-gap-xl-c75-px{column-gap:75px!important}.column-gap-xl-c80-px{column-gap:80px!important}.column-gap-xl-c90-px{column-gap:90px!important}.column-gap-xl-c100-px{column-gap:100px!important}.column-gap-xl-c125-px{column-gap:125px!important}.column-gap-xl-c130-px{column-gap:130px!important}.column-gap-xl-c200-px{column-gap:200px!important}.column-gap-xl-c250-px{column-gap:250px!important}.column-gap-xl-c300-px{column-gap:300px!important}.column-gap-xl-c400-px{column-gap:400px!important}.column-gap-xl-c500-px{column-gap:500px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.h-px-xl-0{height:0!important}.h-px-xl-5{height:5px!important}.h-px-xl-10{height:10px!important}.h-px-xl-15{height:15px!important}.h-px-xl-16{height:16px!important}.h-px-xl-20{height:20px!important}.h-px-xl-25{height:25px!important}.h-px-xl-30{height:30px!important}.h-px-xl-35{height:35px!important}.h-px-xl-40{height:40px!important}.h-px-xl-50{height:50px!important}.h-px-xl-60{height:60px!important}.h-px-xl-65{height:65px!important}.h-px-xl-70{height:70px!important}.h-px-xl-75{height:75px!important}.h-px-xl-80{height:80px!important}.h-px-xl-90{height:90px!important}.h-px-xl-100{height:100px!important}.h-px-xl-125{height:125px!important}.h-px-xl-130{height:130px!important}.h-px-xl-200{height:200px!important}.h-px-xl-250{height:250px!important}.h-px-xl-300{height:300px!important}.h-px-xl-400{height:400px!important}.h-px-xl-500{height:500px!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:6rem!important}.m-xxl-7{margin:12rem!important}.m-xxl-8{margin:20rem!important}.m-xxl-c45{margin:.45rem!important}.m-xxl-c75{margin:.75rem!important}.m-xxl-c1-25{margin:1.25rem!important}.m-xxl-c1-75{margin:1.75rem!important}.m-xxl-c2{margin:2rem!important}.m-xxl-c2-25{margin:2.25rem!important}.m-xxl-c2-75{margin:2.75rem!important}.m-xxl-c3-75{margin:3.75rem!important}.m-xxl-c4{margin:4rem!important}.m-xxl-c4-5{margin:4.5rem!important}.m-xxl-c4-75{margin:4.75rem!important}.m-xxl-c5{margin:5rem!important}.m-xxl-c6{margin:6rem!important}.m-xxl-c7{margin:7rem!important}.m-xxl-c5-px{margin:5px!important}.m-xxl-c10-px{margin:10px!important}.m-xxl-c15-px{margin:15px!important}.m-xxl-c20-px{margin:20px!important}.m-xxl-c30-px{margin:30px!important}.m-xxl-c35-px{margin:35px!important}.m-xxl-c40-px{margin:40px!important}.m-xxl-c50-px{margin:50px!important}.m-xxl-c60-px{margin:60px!important}.m-xxl-c65-px{margin:65px!important}.m-xxl-c70-px{margin:70px!important}.m-xxl-c75-px{margin:75px!important}.m-xxl-c80-px{margin:80px!important}.m-xxl-c90-px{margin:90px!important}.m-xxl-c100-px{margin:100px!important}.m-xxl-c125-px{margin:125px!important}.m-xxl-c130-px{margin:130px!important}.m-xxl-c200-px{margin:200px!important}.m-xxl-c250-px{margin:250px!important}.m-xxl-c300-px{margin:300px!important}.m-xxl-c400-px{margin:400px!important}.m-xxl-c500-px{margin:500px!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:12rem!important}.mt-xxl-8{margin-top:20rem!important}.mt-xxl-c45{margin-top:.45rem!important}.mt-xxl-c75{margin-top:.75rem!important}.mt-xxl-c1-25{margin-top:1.25rem!important}.mt-xxl-c1-75{margin-top:1.75rem!important}.mt-xxl-c2{margin-top:2rem!important}.mt-xxl-c2-25{margin-top:2.25rem!important}.mt-xxl-c2-75{margin-top:2.75rem!important}.mt-xxl-c3-75{margin-top:3.75rem!important}.mt-xxl-c4{margin-top:4rem!important}.mt-xxl-c4-5{margin-top:4.5rem!important}.mt-xxl-c4-75{margin-top:4.75rem!important}.mt-xxl-c5{margin-top:5rem!important}.mt-xxl-c6{margin-top:6rem!important}.mt-xxl-c7{margin-top:7rem!important}.mt-xxl-c5-px{margin-top:5px!important}.mt-xxl-c10-px{margin-top:10px!important}.mt-xxl-c15-px{margin-top:15px!important}.mt-xxl-c20-px{margin-top:20px!important}.mt-xxl-c30-px{margin-top:30px!important}.mt-xxl-c35-px{margin-top:35px!important}.mt-xxl-c40-px{margin-top:40px!important}.mt-xxl-c50-px{margin-top:50px!important}.mt-xxl-c60-px{margin-top:60px!important}.mt-xxl-c65-px{margin-top:65px!important}.mt-xxl-c70-px{margin-top:70px!important}.mt-xxl-c75-px{margin-top:75px!important}.mt-xxl-c80-px{margin-top:80px!important}.mt-xxl-c90-px{margin-top:90px!important}.mt-xxl-c100-px{margin-top:100px!important}.mt-xxl-c125-px{margin-top:125px!important}.mt-xxl-c130-px{margin-top:130px!important}.mt-xxl-c200-px{margin-top:200px!important}.mt-xxl-c250-px{margin-top:250px!important}.mt-xxl-c300-px{margin-top:300px!important}.mt-xxl-c400-px{margin-top:400px!important}.mt-xxl-c500-px{margin-top:500px!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:6rem!important}.me-xxl-7{margin-right:12rem!important}.me-xxl-8{margin-right:20rem!important}.me-xxl-c45{margin-right:.45rem!important}.me-xxl-c75{margin-right:.75rem!important}.me-xxl-c1-25{margin-right:1.25rem!important}.me-xxl-c1-75{margin-right:1.75rem!important}.me-xxl-c2{margin-right:2rem!important}.me-xxl-c2-25{margin-right:2.25rem!important}.me-xxl-c2-75{margin-right:2.75rem!important}.me-xxl-c3-75{margin-right:3.75rem!important}.me-xxl-c4{margin-right:4rem!important}.me-xxl-c4-5{margin-right:4.5rem!important}.me-xxl-c4-75{margin-right:4.75rem!important}.me-xxl-c5{margin-right:5rem!important}.me-xxl-c6{margin-right:6rem!important}.me-xxl-c7{margin-right:7rem!important}.me-xxl-c5-px{margin-right:5px!important}.me-xxl-c10-px{margin-right:10px!important}.me-xxl-c15-px{margin-right:15px!important}.me-xxl-c20-px{margin-right:20px!important}.me-xxl-c30-px{margin-right:30px!important}.me-xxl-c35-px{margin-right:35px!important}.me-xxl-c40-px{margin-right:40px!important}.me-xxl-c50-px{margin-right:50px!important}.me-xxl-c60-px{margin-right:60px!important}.me-xxl-c65-px{margin-right:65px!important}.me-xxl-c70-px{margin-right:70px!important}.me-xxl-c75-px{margin-right:75px!important}.me-xxl-c80-px{margin-right:80px!important}.me-xxl-c90-px{margin-right:90px!important}.me-xxl-c100-px{margin-right:100px!important}.me-xxl-c125-px{margin-right:125px!important}.me-xxl-c130-px{margin-right:130px!important}.me-xxl-c200-px{margin-right:200px!important}.me-xxl-c250-px{margin-right:250px!important}.me-xxl-c300-px{margin-right:300px!important}.me-xxl-c400-px{margin-right:400px!important}.me-xxl-c500-px{margin-right:500px!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:20rem!important}.mb-xxl-c45{margin-bottom:.45rem!important}.mb-xxl-c75{margin-bottom:.75rem!important}.mb-xxl-c1-25{margin-bottom:1.25rem!important}.mb-xxl-c1-75{margin-bottom:1.75rem!important}.mb-xxl-c2{margin-bottom:2rem!important}.mb-xxl-c2-25{margin-bottom:2.25rem!important}.mb-xxl-c2-75{margin-bottom:2.75rem!important}.mb-xxl-c3-75{margin-bottom:3.75rem!important}.mb-xxl-c4{margin-bottom:4rem!important}.mb-xxl-c4-5{margin-bottom:4.5rem!important}.mb-xxl-c4-75{margin-bottom:4.75rem!important}.mb-xxl-c5{margin-bottom:5rem!important}.mb-xxl-c6{margin-bottom:6rem!important}.mb-xxl-c7{margin-bottom:7rem!important}.mb-xxl-c5-px{margin-bottom:5px!important}.mb-xxl-c10-px{margin-bottom:10px!important}.mb-xxl-c15-px{margin-bottom:15px!important}.mb-xxl-c20-px{margin-bottom:20px!important}.mb-xxl-c30-px{margin-bottom:30px!important}.mb-xxl-c35-px{margin-bottom:35px!important}.mb-xxl-c40-px{margin-bottom:40px!important}.mb-xxl-c50-px{margin-bottom:50px!important}.mb-xxl-c60-px{margin-bottom:60px!important}.mb-xxl-c65-px{margin-bottom:65px!important}.mb-xxl-c70-px{margin-bottom:70px!important}.mb-xxl-c75-px{margin-bottom:75px!important}.mb-xxl-c80-px{margin-bottom:80px!important}.mb-xxl-c90-px{margin-bottom:90px!important}.mb-xxl-c100-px{margin-bottom:100px!important}.mb-xxl-c125-px{margin-bottom:125px!important}.mb-xxl-c130-px{margin-bottom:130px!important}.mb-xxl-c200-px{margin-bottom:200px!important}.mb-xxl-c250-px{margin-bottom:250px!important}.mb-xxl-c300-px{margin-bottom:300px!important}.mb-xxl-c400-px{margin-bottom:400px!important}.mb-xxl-c500-px{margin-bottom:500px!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:6rem!important}.ms-xxl-7{margin-left:12rem!important}.ms-xxl-8{margin-left:20rem!important}.ms-xxl-c45{margin-left:.45rem!important}.ms-xxl-c75{margin-left:.75rem!important}.ms-xxl-c1-25{margin-left:1.25rem!important}.ms-xxl-c1-75{margin-left:1.75rem!important}.ms-xxl-c2{margin-left:2rem!important}.ms-xxl-c2-25{margin-left:2.25rem!important}.ms-xxl-c2-75{margin-left:2.75rem!important}.ms-xxl-c3-75{margin-left:3.75rem!important}.ms-xxl-c4{margin-left:4rem!important}.ms-xxl-c4-5{margin-left:4.5rem!important}.ms-xxl-c4-75{margin-left:4.75rem!important}.ms-xxl-c5{margin-left:5rem!important}.ms-xxl-c6{margin-left:6rem!important}.ms-xxl-c7{margin-left:7rem!important}.ms-xxl-c5-px{margin-left:5px!important}.ms-xxl-c10-px{margin-left:10px!important}.ms-xxl-c15-px{margin-left:15px!important}.ms-xxl-c20-px{margin-left:20px!important}.ms-xxl-c30-px{margin-left:30px!important}.ms-xxl-c35-px{margin-left:35px!important}.ms-xxl-c40-px{margin-left:40px!important}.ms-xxl-c50-px{margin-left:50px!important}.ms-xxl-c60-px{margin-left:60px!important}.ms-xxl-c65-px{margin-left:65px!important}.ms-xxl-c70-px{margin-left:70px!important}.ms-xxl-c75-px{margin-left:75px!important}.ms-xxl-c80-px{margin-left:80px!important}.ms-xxl-c90-px{margin-left:90px!important}.ms-xxl-c100-px{margin-left:100px!important}.ms-xxl-c125-px{margin-left:125px!important}.ms-xxl-c130-px{margin-left:130px!important}.ms-xxl-c200-px{margin-left:200px!important}.ms-xxl-c250-px{margin-left:250px!important}.ms-xxl-c300-px{margin-left:300px!important}.ms-xxl-c400-px{margin-left:400px!important}.ms-xxl-c500-px{margin-left:500px!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-6rem!important}.m-xxl-n7{margin:-12rem!important}.m-xxl-n8{margin:-20rem!important}.m-xxl-nc45{margin:-.45rem!important}.m-xxl-nc75{margin:-.75rem!important}.m-xxl-nc1-25{margin:-1.25rem!important}.m-xxl-nc1-75{margin:-1.75rem!important}.m-xxl-nc2{margin:-2rem!important}.m-xxl-nc2-25{margin:-2.25rem!important}.m-xxl-nc2-75{margin:-2.75rem!important}.m-xxl-nc3-75{margin:-3.75rem!important}.m-xxl-nc4{margin:-4rem!important}.m-xxl-nc4-5{margin:-4.5rem!important}.m-xxl-nc4-75{margin:-4.75rem!important}.m-xxl-nc5{margin:-5rem!important}.m-xxl-nc6{margin:-6rem!important}.m-xxl-nc7{margin:-7rem!important}.m-xxl-nc5-px{margin:-5px!important}.m-xxl-nc10-px{margin:-10px!important}.m-xxl-nc15-px{margin:-15px!important}.m-xxl-nc20-px{margin:-20px!important}.m-xxl-nc30-px{margin:-30px!important}.m-xxl-nc35-px{margin:-35px!important}.m-xxl-nc40-px{margin:-40px!important}.m-xxl-nc50-px{margin:-50px!important}.m-xxl-nc60-px{margin:-60px!important}.m-xxl-nc65-px{margin:-65px!important}.m-xxl-nc70-px{margin:-70px!important}.m-xxl-nc75-px{margin:-75px!important}.m-xxl-nc80-px{margin:-80px!important}.m-xxl-nc90-px{margin:-90px!important}.m-xxl-nc100-px{margin:-100px!important}.m-xxl-nc125-px{margin:-125px!important}.m-xxl-nc130-px{margin:-130px!important}.m-xxl-nc200-px{margin:-200px!important}.m-xxl-nc250-px{margin:-250px!important}.m-xxl-nc300-px{margin:-300px!important}.m-xxl-nc400-px{margin:-400px!important}.m-xxl-nc500-px{margin:-500px!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-6rem!important}.mt-xxl-n7{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-20rem!important}.mt-xxl-nc45{margin-top:-.45rem!important}.mt-xxl-nc75{margin-top:-.75rem!important}.mt-xxl-nc1-25{margin-top:-1.25rem!important}.mt-xxl-nc1-75{margin-top:-1.75rem!important}.mt-xxl-nc2{margin-top:-2rem!important}.mt-xxl-nc2-25{margin-top:-2.25rem!important}.mt-xxl-nc2-75{margin-top:-2.75rem!important}.mt-xxl-nc3-75{margin-top:-3.75rem!important}.mt-xxl-nc4{margin-top:-4rem!important}.mt-xxl-nc4-5{margin-top:-4.5rem!important}.mt-xxl-nc4-75{margin-top:-4.75rem!important}.mt-xxl-nc5{margin-top:-5rem!important}.mt-xxl-nc6{margin-top:-6rem!important}.mt-xxl-nc7{margin-top:-7rem!important}.mt-xxl-nc5-px{margin-top:-5px!important}.mt-xxl-nc10-px{margin-top:-10px!important}.mt-xxl-nc15-px{margin-top:-15px!important}.mt-xxl-nc20-px{margin-top:-20px!important}.mt-xxl-nc30-px{margin-top:-30px!important}.mt-xxl-nc35-px{margin-top:-35px!important}.mt-xxl-nc40-px{margin-top:-40px!important}.mt-xxl-nc50-px{margin-top:-50px!important}.mt-xxl-nc60-px{margin-top:-60px!important}.mt-xxl-nc65-px{margin-top:-65px!important}.mt-xxl-nc70-px{margin-top:-70px!important}.mt-xxl-nc75-px{margin-top:-75px!important}.mt-xxl-nc80-px{margin-top:-80px!important}.mt-xxl-nc90-px{margin-top:-90px!important}.mt-xxl-nc100-px{margin-top:-100px!important}.mt-xxl-nc125-px{margin-top:-125px!important}.mt-xxl-nc130-px{margin-top:-130px!important}.mt-xxl-nc200-px{margin-top:-200px!important}.mt-xxl-nc250-px{margin-top:-250px!important}.mt-xxl-nc300-px{margin-top:-300px!important}.mt-xxl-nc400-px{margin-top:-400px!important}.mt-xxl-nc500-px{margin-top:-500px!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-6rem!important}.me-xxl-n7{margin-right:-12rem!important}.me-xxl-n8{margin-right:-20rem!important}.me-xxl-nc45{margin-right:-.45rem!important}.me-xxl-nc75{margin-right:-.75rem!important}.me-xxl-nc1-25{margin-right:-1.25rem!important}.me-xxl-nc1-75{margin-right:-1.75rem!important}.me-xxl-nc2{margin-right:-2rem!important}.me-xxl-nc2-25{margin-right:-2.25rem!important}.me-xxl-nc2-75{margin-right:-2.75rem!important}.me-xxl-nc3-75{margin-right:-3.75rem!important}.me-xxl-nc4{margin-right:-4rem!important}.me-xxl-nc4-5{margin-right:-4.5rem!important}.me-xxl-nc4-75{margin-right:-4.75rem!important}.me-xxl-nc5{margin-right:-5rem!important}.me-xxl-nc6{margin-right:-6rem!important}.me-xxl-nc7{margin-right:-7rem!important}.me-xxl-nc5-px{margin-right:-5px!important}.me-xxl-nc10-px{margin-right:-10px!important}.me-xxl-nc15-px{margin-right:-15px!important}.me-xxl-nc20-px{margin-right:-20px!important}.me-xxl-nc30-px{margin-right:-30px!important}.me-xxl-nc35-px{margin-right:-35px!important}.me-xxl-nc40-px{margin-right:-40px!important}.me-xxl-nc50-px{margin-right:-50px!important}.me-xxl-nc60-px{margin-right:-60px!important}.me-xxl-nc65-px{margin-right:-65px!important}.me-xxl-nc70-px{margin-right:-70px!important}.me-xxl-nc75-px{margin-right:-75px!important}.me-xxl-nc80-px{margin-right:-80px!important}.me-xxl-nc90-px{margin-right:-90px!important}.me-xxl-nc100-px{margin-right:-100px!important}.me-xxl-nc125-px{margin-right:-125px!important}.me-xxl-nc130-px{margin-right:-130px!important}.me-xxl-nc200-px{margin-right:-200px!important}.me-xxl-nc250-px{margin-right:-250px!important}.me-xxl-nc300-px{margin-right:-300px!important}.me-xxl-nc400-px{margin-right:-400px!important}.me-xxl-nc500-px{margin-right:-500px!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-6rem!important}.mb-xxl-n7{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-20rem!important}.mb-xxl-nc45{margin-bottom:-.45rem!important}.mb-xxl-nc75{margin-bottom:-.75rem!important}.mb-xxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxl-nc2{margin-bottom:-2rem!important}.mb-xxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxl-nc4{margin-bottom:-4rem!important}.mb-xxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxl-nc5{margin-bottom:-5rem!important}.mb-xxl-nc6{margin-bottom:-6rem!important}.mb-xxl-nc7{margin-bottom:-7rem!important}.mb-xxl-nc5-px{margin-bottom:-5px!important}.mb-xxl-nc10-px{margin-bottom:-10px!important}.mb-xxl-nc15-px{margin-bottom:-15px!important}.mb-xxl-nc20-px{margin-bottom:-20px!important}.mb-xxl-nc30-px{margin-bottom:-30px!important}.mb-xxl-nc35-px{margin-bottom:-35px!important}.mb-xxl-nc40-px{margin-bottom:-40px!important}.mb-xxl-nc50-px{margin-bottom:-50px!important}.mb-xxl-nc60-px{margin-bottom:-60px!important}.mb-xxl-nc65-px{margin-bottom:-65px!important}.mb-xxl-nc70-px{margin-bottom:-70px!important}.mb-xxl-nc75-px{margin-bottom:-75px!important}.mb-xxl-nc80-px{margin-bottom:-80px!important}.mb-xxl-nc90-px{margin-bottom:-90px!important}.mb-xxl-nc100-px{margin-bottom:-100px!important}.mb-xxl-nc125-px{margin-bottom:-125px!important}.mb-xxl-nc130-px{margin-bottom:-130px!important}.mb-xxl-nc200-px{margin-bottom:-200px!important}.mb-xxl-nc250-px{margin-bottom:-250px!important}.mb-xxl-nc300-px{margin-bottom:-300px!important}.mb-xxl-nc400-px{margin-bottom:-400px!important}.mb-xxl-nc500-px{margin-bottom:-500px!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-6rem!important}.ms-xxl-n7{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-20rem!important}.ms-xxl-nc45{margin-left:-.45rem!important}.ms-xxl-nc75{margin-left:-.75rem!important}.ms-xxl-nc1-25{margin-left:-1.25rem!important}.ms-xxl-nc1-75{margin-left:-1.75rem!important}.ms-xxl-nc2{margin-left:-2rem!important}.ms-xxl-nc2-25{margin-left:-2.25rem!important}.ms-xxl-nc2-75{margin-left:-2.75rem!important}.ms-xxl-nc3-75{margin-left:-3.75rem!important}.ms-xxl-nc4{margin-left:-4rem!important}.ms-xxl-nc4-5{margin-left:-4.5rem!important}.ms-xxl-nc4-75{margin-left:-4.75rem!important}.ms-xxl-nc5{margin-left:-5rem!important}.ms-xxl-nc6{margin-left:-6rem!important}.ms-xxl-nc7{margin-left:-7rem!important}.ms-xxl-nc5-px{margin-left:-5px!important}.ms-xxl-nc10-px{margin-left:-10px!important}.ms-xxl-nc15-px{margin-left:-15px!important}.ms-xxl-nc20-px{margin-left:-20px!important}.ms-xxl-nc30-px{margin-left:-30px!important}.ms-xxl-nc35-px{margin-left:-35px!important}.ms-xxl-nc40-px{margin-left:-40px!important}.ms-xxl-nc50-px{margin-left:-50px!important}.ms-xxl-nc60-px{margin-left:-60px!important}.ms-xxl-nc65-px{margin-left:-65px!important}.ms-xxl-nc70-px{margin-left:-70px!important}.ms-xxl-nc75-px{margin-left:-75px!important}.ms-xxl-nc80-px{margin-left:-80px!important}.ms-xxl-nc90-px{margin-left:-90px!important}.ms-xxl-nc100-px{margin-left:-100px!important}.ms-xxl-nc125-px{margin-left:-125px!important}.ms-xxl-nc130-px{margin-left:-130px!important}.ms-xxl-nc200-px{margin-left:-200px!important}.ms-xxl-nc250-px{margin-left:-250px!important}.ms-xxl-nc300-px{margin-left:-300px!important}.ms-xxl-nc400-px{margin-left:-400px!important}.ms-xxl-nc500-px{margin-left:-500px!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:6rem!important}.p-xxl-7{padding:12rem!important}.p-xxl-8{padding:20rem!important}.p-xxl-c45{padding:.45rem!important}.p-xxl-c75{padding:.75rem!important}.p-xxl-c1-25{padding:1.25rem!important}.p-xxl-c1-75{padding:1.75rem!important}.p-xxl-c2{padding:2rem!important}.p-xxl-c2-25{padding:2.25rem!important}.p-xxl-c2-75{padding:2.75rem!important}.p-xxl-c3-75{padding:3.75rem!important}.p-xxl-c4{padding:4rem!important}.p-xxl-c4-5{padding:4.5rem!important}.p-xxl-c4-75{padding:4.75rem!important}.p-xxl-c5{padding:5rem!important}.p-xxl-c6{padding:6rem!important}.p-xxl-c7{padding:7rem!important}.p-xxl-c5-px{padding:5px!important}.p-xxl-c10-px{padding:10px!important}.p-xxl-c15-px{padding:15px!important}.p-xxl-c20-px{padding:20px!important}.p-xxl-c30-px{padding:30px!important}.p-xxl-c35-px{padding:35px!important}.p-xxl-c40-px{padding:40px!important}.p-xxl-c50-px{padding:50px!important}.p-xxl-c60-px{padding:60px!important}.p-xxl-c65-px{padding:65px!important}.p-xxl-c70-px{padding:70px!important}.p-xxl-c75-px{padding:75px!important}.p-xxl-c80-px{padding:80px!important}.p-xxl-c90-px{padding:90px!important}.p-xxl-c100-px{padding:100px!important}.p-xxl-c125-px{padding:125px!important}.p-xxl-c130-px{padding:130px!important}.p-xxl-c200-px{padding:200px!important}.p-xxl-c250-px{padding:250px!important}.p-xxl-c300-px{padding:300px!important}.p-xxl-c400-px{padding:400px!important}.p-xxl-c500-px{padding:500px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:6rem!important}.pt-xxl-7{padding-top:12rem!important}.pt-xxl-8{padding-top:20rem!important}.pt-xxl-c45{padding-top:.45rem!important}.pt-xxl-c75{padding-top:.75rem!important}.pt-xxl-c1-25{padding-top:1.25rem!important}.pt-xxl-c1-75{padding-top:1.75rem!important}.pt-xxl-c2{padding-top:2rem!important}.pt-xxl-c2-25{padding-top:2.25rem!important}.pt-xxl-c2-75{padding-top:2.75rem!important}.pt-xxl-c3-75{padding-top:3.75rem!important}.pt-xxl-c4{padding-top:4rem!important}.pt-xxl-c4-5{padding-top:4.5rem!important}.pt-xxl-c4-75{padding-top:4.75rem!important}.pt-xxl-c5{padding-top:5rem!important}.pt-xxl-c6{padding-top:6rem!important}.pt-xxl-c7{padding-top:7rem!important}.pt-xxl-c5-px{padding-top:5px!important}.pt-xxl-c10-px{padding-top:10px!important}.pt-xxl-c15-px{padding-top:15px!important}.pt-xxl-c20-px{padding-top:20px!important}.pt-xxl-c30-px{padding-top:30px!important}.pt-xxl-c35-px{padding-top:35px!important}.pt-xxl-c40-px{padding-top:40px!important}.pt-xxl-c50-px{padding-top:50px!important}.pt-xxl-c60-px{padding-top:60px!important}.pt-xxl-c65-px{padding-top:65px!important}.pt-xxl-c70-px{padding-top:70px!important}.pt-xxl-c75-px{padding-top:75px!important}.pt-xxl-c80-px{padding-top:80px!important}.pt-xxl-c90-px{padding-top:90px!important}.pt-xxl-c100-px{padding-top:100px!important}.pt-xxl-c125-px{padding-top:125px!important}.pt-xxl-c130-px{padding-top:130px!important}.pt-xxl-c200-px{padding-top:200px!important}.pt-xxl-c250-px{padding-top:250px!important}.pt-xxl-c300-px{padding-top:300px!important}.pt-xxl-c400-px{padding-top:400px!important}.pt-xxl-c500-px{padding-top:500px!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:6rem!important}.pe-xxl-7{padding-right:12rem!important}.pe-xxl-8{padding-right:20rem!important}.pe-xxl-c45{padding-right:.45rem!important}.pe-xxl-c75{padding-right:.75rem!important}.pe-xxl-c1-25{padding-right:1.25rem!important}.pe-xxl-c1-75{padding-right:1.75rem!important}.pe-xxl-c2{padding-right:2rem!important}.pe-xxl-c2-25{padding-right:2.25rem!important}.pe-xxl-c2-75{padding-right:2.75rem!important}.pe-xxl-c3-75{padding-right:3.75rem!important}.pe-xxl-c4{padding-right:4rem!important}.pe-xxl-c4-5{padding-right:4.5rem!important}.pe-xxl-c4-75{padding-right:4.75rem!important}.pe-xxl-c5{padding-right:5rem!important}.pe-xxl-c6{padding-right:6rem!important}.pe-xxl-c7{padding-right:7rem!important}.pe-xxl-c5-px{padding-right:5px!important}.pe-xxl-c10-px{padding-right:10px!important}.pe-xxl-c15-px{padding-right:15px!important}.pe-xxl-c20-px{padding-right:20px!important}.pe-xxl-c30-px{padding-right:30px!important}.pe-xxl-c35-px{padding-right:35px!important}.pe-xxl-c40-px{padding-right:40px!important}.pe-xxl-c50-px{padding-right:50px!important}.pe-xxl-c60-px{padding-right:60px!important}.pe-xxl-c65-px{padding-right:65px!important}.pe-xxl-c70-px{padding-right:70px!important}.pe-xxl-c75-px{padding-right:75px!important}.pe-xxl-c80-px{padding-right:80px!important}.pe-xxl-c90-px{padding-right:90px!important}.pe-xxl-c100-px{padding-right:100px!important}.pe-xxl-c125-px{padding-right:125px!important}.pe-xxl-c130-px{padding-right:130px!important}.pe-xxl-c200-px{padding-right:200px!important}.pe-xxl-c250-px{padding-right:250px!important}.pe-xxl-c300-px{padding-right:300px!important}.pe-xxl-c400-px{padding-right:400px!important}.pe-xxl-c500-px{padding-right:500px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:6rem!important}.pb-xxl-7{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:20rem!important}.pb-xxl-c45{padding-bottom:.45rem!important}.pb-xxl-c75{padding-bottom:.75rem!important}.pb-xxl-c1-25{padding-bottom:1.25rem!important}.pb-xxl-c1-75{padding-bottom:1.75rem!important}.pb-xxl-c2{padding-bottom:2rem!important}.pb-xxl-c2-25{padding-bottom:2.25rem!important}.pb-xxl-c2-75{padding-bottom:2.75rem!important}.pb-xxl-c3-75{padding-bottom:3.75rem!important}.pb-xxl-c4{padding-bottom:4rem!important}.pb-xxl-c4-5{padding-bottom:4.5rem!important}.pb-xxl-c4-75{padding-bottom:4.75rem!important}.pb-xxl-c5{padding-bottom:5rem!important}.pb-xxl-c6{padding-bottom:6rem!important}.pb-xxl-c7{padding-bottom:7rem!important}.pb-xxl-c5-px{padding-bottom:5px!important}.pb-xxl-c10-px{padding-bottom:10px!important}.pb-xxl-c15-px{padding-bottom:15px!important}.pb-xxl-c20-px{padding-bottom:20px!important}.pb-xxl-c30-px{padding-bottom:30px!important}.pb-xxl-c35-px{padding-bottom:35px!important}.pb-xxl-c40-px{padding-bottom:40px!important}.pb-xxl-c50-px{padding-bottom:50px!important}.pb-xxl-c60-px{padding-bottom:60px!important}.pb-xxl-c65-px{padding-bottom:65px!important}.pb-xxl-c70-px{padding-bottom:70px!important}.pb-xxl-c75-px{padding-bottom:75px!important}.pb-xxl-c80-px{padding-bottom:80px!important}.pb-xxl-c90-px{padding-bottom:90px!important}.pb-xxl-c100-px{padding-bottom:100px!important}.pb-xxl-c125-px{padding-bottom:125px!important}.pb-xxl-c130-px{padding-bottom:130px!important}.pb-xxl-c200-px{padding-bottom:200px!important}.pb-xxl-c250-px{padding-bottom:250px!important}.pb-xxl-c300-px{padding-bottom:300px!important}.pb-xxl-c400-px{padding-bottom:400px!important}.pb-xxl-c500-px{padding-bottom:500px!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:6rem!important}.ps-xxl-7{padding-left:12rem!important}.ps-xxl-8{padding-left:20rem!important}.ps-xxl-c45{padding-left:.45rem!important}.ps-xxl-c75{padding-left:.75rem!important}.ps-xxl-c1-25{padding-left:1.25rem!important}.ps-xxl-c1-75{padding-left:1.75rem!important}.ps-xxl-c2{padding-left:2rem!important}.ps-xxl-c2-25{padding-left:2.25rem!important}.ps-xxl-c2-75{padding-left:2.75rem!important}.ps-xxl-c3-75{padding-left:3.75rem!important}.ps-xxl-c4{padding-left:4rem!important}.ps-xxl-c4-5{padding-left:4.5rem!important}.ps-xxl-c4-75{padding-left:4.75rem!important}.ps-xxl-c5{padding-left:5rem!important}.ps-xxl-c6{padding-left:6rem!important}.ps-xxl-c7{padding-left:7rem!important}.ps-xxl-c5-px{padding-left:5px!important}.ps-xxl-c10-px{padding-left:10px!important}.ps-xxl-c15-px{padding-left:15px!important}.ps-xxl-c20-px{padding-left:20px!important}.ps-xxl-c30-px{padding-left:30px!important}.ps-xxl-c35-px{padding-left:35px!important}.ps-xxl-c40-px{padding-left:40px!important}.ps-xxl-c50-px{padding-left:50px!important}.ps-xxl-c60-px{padding-left:60px!important}.ps-xxl-c65-px{padding-left:65px!important}.ps-xxl-c70-px{padding-left:70px!important}.ps-xxl-c75-px{padding-left:75px!important}.ps-xxl-c80-px{padding-left:80px!important}.ps-xxl-c90-px{padding-left:90px!important}.ps-xxl-c100-px{padding-left:100px!important}.ps-xxl-c125-px{padding-left:125px!important}.ps-xxl-c130-px{padding-left:130px!important}.ps-xxl-c200-px{padding-left:200px!important}.ps-xxl-c250-px{padding-left:250px!important}.ps-xxl-c300-px{padding-left:300px!important}.ps-xxl-c400-px{padding-left:400px!important}.ps-xxl-c500-px{padding-left:500px!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:6rem!important}.gap-xxl-7{gap:12rem!important}.gap-xxl-8{gap:20rem!important}.gap-xxl-c45{gap:.45rem!important}.gap-xxl-c75{gap:.75rem!important}.gap-xxl-c1-25{gap:1.25rem!important}.gap-xxl-c1-75{gap:1.75rem!important}.gap-xxl-c2{gap:2rem!important}.gap-xxl-c2-25{gap:2.25rem!important}.gap-xxl-c2-75{gap:2.75rem!important}.gap-xxl-c3-75{gap:3.75rem!important}.gap-xxl-c4{gap:4rem!important}.gap-xxl-c4-5{gap:4.5rem!important}.gap-xxl-c4-75{gap:4.75rem!important}.gap-xxl-c5{gap:5rem!important}.gap-xxl-c6{gap:6rem!important}.gap-xxl-c7{gap:7rem!important}.gap-xxl-c5-px{gap:5px!important}.gap-xxl-c10-px{gap:10px!important}.gap-xxl-c15-px{gap:15px!important}.gap-xxl-c20-px{gap:20px!important}.gap-xxl-c30-px{gap:30px!important}.gap-xxl-c35-px{gap:35px!important}.gap-xxl-c40-px{gap:40px!important}.gap-xxl-c50-px{gap:50px!important}.gap-xxl-c60-px{gap:60px!important}.gap-xxl-c65-px{gap:65px!important}.gap-xxl-c70-px{gap:70px!important}.gap-xxl-c75-px{gap:75px!important}.gap-xxl-c80-px{gap:80px!important}.gap-xxl-c90-px{gap:90px!important}.gap-xxl-c100-px{gap:100px!important}.gap-xxl-c125-px{gap:125px!important}.gap-xxl-c130-px{gap:130px!important}.gap-xxl-c200-px{gap:200px!important}.gap-xxl-c250-px{gap:250px!important}.gap-xxl-c300-px{gap:300px!important}.gap-xxl-c400-px{gap:400px!important}.gap-xxl-c500-px{gap:500px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.row-gap-xxl-6{row-gap:6rem!important}.row-gap-xxl-7{row-gap:12rem!important}.row-gap-xxl-8{row-gap:20rem!important}.row-gap-xxl-c45{row-gap:.45rem!important}.row-gap-xxl-c75{row-gap:.75rem!important}.row-gap-xxl-c1-25{row-gap:1.25rem!important}.row-gap-xxl-c1-75{row-gap:1.75rem!important}.row-gap-xxl-c2{row-gap:2rem!important}.row-gap-xxl-c2-25{row-gap:2.25rem!important}.row-gap-xxl-c2-75{row-gap:2.75rem!important}.row-gap-xxl-c3-75{row-gap:3.75rem!important}.row-gap-xxl-c4{row-gap:4rem!important}.row-gap-xxl-c4-5{row-gap:4.5rem!important}.row-gap-xxl-c4-75{row-gap:4.75rem!important}.row-gap-xxl-c5{row-gap:5rem!important}.row-gap-xxl-c6{row-gap:6rem!important}.row-gap-xxl-c7{row-gap:7rem!important}.row-gap-xxl-c5-px{row-gap:5px!important}.row-gap-xxl-c10-px{row-gap:10px!important}.row-gap-xxl-c15-px{row-gap:15px!important}.row-gap-xxl-c20-px{row-gap:20px!important}.row-gap-xxl-c30-px{row-gap:30px!important}.row-gap-xxl-c35-px{row-gap:35px!important}.row-gap-xxl-c40-px{row-gap:40px!important}.row-gap-xxl-c50-px{row-gap:50px!important}.row-gap-xxl-c60-px{row-gap:60px!important}.row-gap-xxl-c65-px{row-gap:65px!important}.row-gap-xxl-c70-px{row-gap:70px!important}.row-gap-xxl-c75-px{row-gap:75px!important}.row-gap-xxl-c80-px{row-gap:80px!important}.row-gap-xxl-c90-px{row-gap:90px!important}.row-gap-xxl-c100-px{row-gap:100px!important}.row-gap-xxl-c125-px{row-gap:125px!important}.row-gap-xxl-c130-px{row-gap:130px!important}.row-gap-xxl-c200-px{row-gap:200px!important}.row-gap-xxl-c250-px{row-gap:250px!important}.row-gap-xxl-c300-px{row-gap:300px!important}.row-gap-xxl-c400-px{row-gap:400px!important}.row-gap-xxl-c500-px{row-gap:500px!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.column-gap-xxl-6{column-gap:6rem!important}.column-gap-xxl-7{column-gap:12rem!important}.column-gap-xxl-8{column-gap:20rem!important}.column-gap-xxl-c45{column-gap:.45rem!important}.column-gap-xxl-c75{column-gap:.75rem!important}.column-gap-xxl-c1-25{column-gap:1.25rem!important}.column-gap-xxl-c1-75{column-gap:1.75rem!important}.column-gap-xxl-c2{column-gap:2rem!important}.column-gap-xxl-c2-25{column-gap:2.25rem!important}.column-gap-xxl-c2-75{column-gap:2.75rem!important}.column-gap-xxl-c3-75{column-gap:3.75rem!important}.column-gap-xxl-c4{column-gap:4rem!important}.column-gap-xxl-c4-5{column-gap:4.5rem!important}.column-gap-xxl-c4-75{column-gap:4.75rem!important}.column-gap-xxl-c5{column-gap:5rem!important}.column-gap-xxl-c6{column-gap:6rem!important}.column-gap-xxl-c7{column-gap:7rem!important}.column-gap-xxl-c5-px{column-gap:5px!important}.column-gap-xxl-c10-px{column-gap:10px!important}.column-gap-xxl-c15-px{column-gap:15px!important}.column-gap-xxl-c20-px{column-gap:20px!important}.column-gap-xxl-c30-px{column-gap:30px!important}.column-gap-xxl-c35-px{column-gap:35px!important}.column-gap-xxl-c40-px{column-gap:40px!important}.column-gap-xxl-c50-px{column-gap:50px!important}.column-gap-xxl-c60-px{column-gap:60px!important}.column-gap-xxl-c65-px{column-gap:65px!important}.column-gap-xxl-c70-px{column-gap:70px!important}.column-gap-xxl-c75-px{column-gap:75px!important}.column-gap-xxl-c80-px{column-gap:80px!important}.column-gap-xxl-c90-px{column-gap:90px!important}.column-gap-xxl-c100-px{column-gap:100px!important}.column-gap-xxl-c125-px{column-gap:125px!important}.column-gap-xxl-c130-px{column-gap:130px!important}.column-gap-xxl-c200-px{column-gap:200px!important}.column-gap-xxl-c250-px{column-gap:250px!important}.column-gap-xxl-c300-px{column-gap:300px!important}.column-gap-xxl-c400-px{column-gap:400px!important}.column-gap-xxl-c500-px{column-gap:500px!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.h-px-xxl-0{height:0!important}.h-px-xxl-5{height:5px!important}.h-px-xxl-10{height:10px!important}.h-px-xxl-15{height:15px!important}.h-px-xxl-16{height:16px!important}.h-px-xxl-20{height:20px!important}.h-px-xxl-25{height:25px!important}.h-px-xxl-30{height:30px!important}.h-px-xxl-35{height:35px!important}.h-px-xxl-40{height:40px!important}.h-px-xxl-50{height:50px!important}.h-px-xxl-60{height:60px!important}.h-px-xxl-65{height:65px!important}.h-px-xxl-70{height:70px!important}.h-px-xxl-75{height:75px!important}.h-px-xxl-80{height:80px!important}.h-px-xxl-90{height:90px!important}.h-px-xxl-100{height:100px!important}.h-px-xxl-125{height:125px!important}.h-px-xxl-130{height:130px!important}.h-px-xxl-200{height:200px!important}.h-px-xxl-250{height:250px!important}.h-px-xxl-300{height:300px!important}.h-px-xxl-400{height:400px!important}.h-px-xxl-500{height:500px!important}}@media (min-width:1600px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.object-fit-xxxl-contain{object-fit:contain!important}.object-fit-xxxl-cover{object-fit:cover!important}.object-fit-xxxl-fill{object-fit:fill!important}.object-fit-xxxl-scale{object-fit:scale-down!important}.object-fit-xxxl-none{object-fit:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-inline-grid{display:inline-grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-1{margin:.25rem!important}.m-xxxl-2{margin:.5rem!important}.m-xxxl-3{margin:1rem!important}.m-xxxl-4{margin:1.5rem!important}.m-xxxl-5{margin:3rem!important}.m-xxxl-6{margin:6rem!important}.m-xxxl-7{margin:12rem!important}.m-xxxl-8{margin:20rem!important}.m-xxxl-c45{margin:.45rem!important}.m-xxxl-c75{margin:.75rem!important}.m-xxxl-c1-25{margin:1.25rem!important}.m-xxxl-c1-75{margin:1.75rem!important}.m-xxxl-c2{margin:2rem!important}.m-xxxl-c2-25{margin:2.25rem!important}.m-xxxl-c2-75{margin:2.75rem!important}.m-xxxl-c3-75{margin:3.75rem!important}.m-xxxl-c4{margin:4rem!important}.m-xxxl-c4-5{margin:4.5rem!important}.m-xxxl-c4-75{margin:4.75rem!important}.m-xxxl-c5{margin:5rem!important}.m-xxxl-c6{margin:6rem!important}.m-xxxl-c7{margin:7rem!important}.m-xxxl-c5-px{margin:5px!important}.m-xxxl-c10-px{margin:10px!important}.m-xxxl-c15-px{margin:15px!important}.m-xxxl-c20-px{margin:20px!important}.m-xxxl-c30-px{margin:30px!important}.m-xxxl-c35-px{margin:35px!important}.m-xxxl-c40-px{margin:40px!important}.m-xxxl-c50-px{margin:50px!important}.m-xxxl-c60-px{margin:60px!important}.m-xxxl-c65-px{margin:65px!important}.m-xxxl-c70-px{margin:70px!important}.m-xxxl-c75-px{margin:75px!important}.m-xxxl-c80-px{margin:80px!important}.m-xxxl-c90-px{margin:90px!important}.m-xxxl-c100-px{margin:100px!important}.m-xxxl-c125-px{margin:125px!important}.m-xxxl-c130-px{margin:130px!important}.m-xxxl-c200-px{margin:200px!important}.m-xxxl-c250-px{margin:250px!important}.m-xxxl-c300-px{margin:300px!important}.m-xxxl-c400-px{margin:400px!important}.m-xxxl-c500-px{margin:500px!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:.25rem!important}.mt-xxxl-2{margin-top:.5rem!important}.mt-xxxl-3{margin-top:1rem!important}.mt-xxxl-4{margin-top:1.5rem!important}.mt-xxxl-5{margin-top:3rem!important}.mt-xxxl-6{margin-top:6rem!important}.mt-xxxl-7{margin-top:12rem!important}.mt-xxxl-8{margin-top:20rem!important}.mt-xxxl-c45{margin-top:.45rem!important}.mt-xxxl-c75{margin-top:.75rem!important}.mt-xxxl-c1-25{margin-top:1.25rem!important}.mt-xxxl-c1-75{margin-top:1.75rem!important}.mt-xxxl-c2{margin-top:2rem!important}.mt-xxxl-c2-25{margin-top:2.25rem!important}.mt-xxxl-c2-75{margin-top:2.75rem!important}.mt-xxxl-c3-75{margin-top:3.75rem!important}.mt-xxxl-c4{margin-top:4rem!important}.mt-xxxl-c4-5{margin-top:4.5rem!important}.mt-xxxl-c4-75{margin-top:4.75rem!important}.mt-xxxl-c5{margin-top:5rem!important}.mt-xxxl-c6{margin-top:6rem!important}.mt-xxxl-c7{margin-top:7rem!important}.mt-xxxl-c5-px{margin-top:5px!important}.mt-xxxl-c10-px{margin-top:10px!important}.mt-xxxl-c15-px{margin-top:15px!important}.mt-xxxl-c20-px{margin-top:20px!important}.mt-xxxl-c30-px{margin-top:30px!important}.mt-xxxl-c35-px{margin-top:35px!important}.mt-xxxl-c40-px{margin-top:40px!important}.mt-xxxl-c50-px{margin-top:50px!important}.mt-xxxl-c60-px{margin-top:60px!important}.mt-xxxl-c65-px{margin-top:65px!important}.mt-xxxl-c70-px{margin-top:70px!important}.mt-xxxl-c75-px{margin-top:75px!important}.mt-xxxl-c80-px{margin-top:80px!important}.mt-xxxl-c90-px{margin-top:90px!important}.mt-xxxl-c100-px{margin-top:100px!important}.mt-xxxl-c125-px{margin-top:125px!important}.mt-xxxl-c130-px{margin-top:130px!important}.mt-xxxl-c200-px{margin-top:200px!important}.mt-xxxl-c250-px{margin-top:250px!important}.mt-xxxl-c300-px{margin-top:300px!important}.mt-xxxl-c400-px{margin-top:400px!important}.mt-xxxl-c500-px{margin-top:500px!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:.25rem!important}.me-xxxl-2{margin-right:.5rem!important}.me-xxxl-3{margin-right:1rem!important}.me-xxxl-4{margin-right:1.5rem!important}.me-xxxl-5{margin-right:3rem!important}.me-xxxl-6{margin-right:6rem!important}.me-xxxl-7{margin-right:12rem!important}.me-xxxl-8{margin-right:20rem!important}.me-xxxl-c45{margin-right:.45rem!important}.me-xxxl-c75{margin-right:.75rem!important}.me-xxxl-c1-25{margin-right:1.25rem!important}.me-xxxl-c1-75{margin-right:1.75rem!important}.me-xxxl-c2{margin-right:2rem!important}.me-xxxl-c2-25{margin-right:2.25rem!important}.me-xxxl-c2-75{margin-right:2.75rem!important}.me-xxxl-c3-75{margin-right:3.75rem!important}.me-xxxl-c4{margin-right:4rem!important}.me-xxxl-c4-5{margin-right:4.5rem!important}.me-xxxl-c4-75{margin-right:4.75rem!important}.me-xxxl-c5{margin-right:5rem!important}.me-xxxl-c6{margin-right:6rem!important}.me-xxxl-c7{margin-right:7rem!important}.me-xxxl-c5-px{margin-right:5px!important}.me-xxxl-c10-px{margin-right:10px!important}.me-xxxl-c15-px{margin-right:15px!important}.me-xxxl-c20-px{margin-right:20px!important}.me-xxxl-c30-px{margin-right:30px!important}.me-xxxl-c35-px{margin-right:35px!important}.me-xxxl-c40-px{margin-right:40px!important}.me-xxxl-c50-px{margin-right:50px!important}.me-xxxl-c60-px{margin-right:60px!important}.me-xxxl-c65-px{margin-right:65px!important}.me-xxxl-c70-px{margin-right:70px!important}.me-xxxl-c75-px{margin-right:75px!important}.me-xxxl-c80-px{margin-right:80px!important}.me-xxxl-c90-px{margin-right:90px!important}.me-xxxl-c100-px{margin-right:100px!important}.me-xxxl-c125-px{margin-right:125px!important}.me-xxxl-c130-px{margin-right:130px!important}.me-xxxl-c200-px{margin-right:200px!important}.me-xxxl-c250-px{margin-right:250px!important}.me-xxxl-c300-px{margin-right:300px!important}.me-xxxl-c400-px{margin-right:400px!important}.me-xxxl-c500-px{margin-right:500px!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:.25rem!important}.mb-xxxl-2{margin-bottom:.5rem!important}.mb-xxxl-3{margin-bottom:1rem!important}.mb-xxxl-4{margin-bottom:1.5rem!important}.mb-xxxl-5{margin-bottom:3rem!important}.mb-xxxl-6{margin-bottom:6rem!important}.mb-xxxl-7{margin-bottom:12rem!important}.mb-xxxl-8{margin-bottom:20rem!important}.mb-xxxl-c45{margin-bottom:.45rem!important}.mb-xxxl-c75{margin-bottom:.75rem!important}.mb-xxxl-c1-25{margin-bottom:1.25rem!important}.mb-xxxl-c1-75{margin-bottom:1.75rem!important}.mb-xxxl-c2{margin-bottom:2rem!important}.mb-xxxl-c2-25{margin-bottom:2.25rem!important}.mb-xxxl-c2-75{margin-bottom:2.75rem!important}.mb-xxxl-c3-75{margin-bottom:3.75rem!important}.mb-xxxl-c4{margin-bottom:4rem!important}.mb-xxxl-c4-5{margin-bottom:4.5rem!important}.mb-xxxl-c4-75{margin-bottom:4.75rem!important}.mb-xxxl-c5{margin-bottom:5rem!important}.mb-xxxl-c6{margin-bottom:6rem!important}.mb-xxxl-c7{margin-bottom:7rem!important}.mb-xxxl-c5-px{margin-bottom:5px!important}.mb-xxxl-c10-px{margin-bottom:10px!important}.mb-xxxl-c15-px{margin-bottom:15px!important}.mb-xxxl-c20-px{margin-bottom:20px!important}.mb-xxxl-c30-px{margin-bottom:30px!important}.mb-xxxl-c35-px{margin-bottom:35px!important}.mb-xxxl-c40-px{margin-bottom:40px!important}.mb-xxxl-c50-px{margin-bottom:50px!important}.mb-xxxl-c60-px{margin-bottom:60px!important}.mb-xxxl-c65-px{margin-bottom:65px!important}.mb-xxxl-c70-px{margin-bottom:70px!important}.mb-xxxl-c75-px{margin-bottom:75px!important}.mb-xxxl-c80-px{margin-bottom:80px!important}.mb-xxxl-c90-px{margin-bottom:90px!important}.mb-xxxl-c100-px{margin-bottom:100px!important}.mb-xxxl-c125-px{margin-bottom:125px!important}.mb-xxxl-c130-px{margin-bottom:130px!important}.mb-xxxl-c200-px{margin-bottom:200px!important}.mb-xxxl-c250-px{margin-bottom:250px!important}.mb-xxxl-c300-px{margin-bottom:300px!important}.mb-xxxl-c400-px{margin-bottom:400px!important}.mb-xxxl-c500-px{margin-bottom:500px!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:.25rem!important}.ms-xxxl-2{margin-left:.5rem!important}.ms-xxxl-3{margin-left:1rem!important}.ms-xxxl-4{margin-left:1.5rem!important}.ms-xxxl-5{margin-left:3rem!important}.ms-xxxl-6{margin-left:6rem!important}.ms-xxxl-7{margin-left:12rem!important}.ms-xxxl-8{margin-left:20rem!important}.ms-xxxl-c45{margin-left:.45rem!important}.ms-xxxl-c75{margin-left:.75rem!important}.ms-xxxl-c1-25{margin-left:1.25rem!important}.ms-xxxl-c1-75{margin-left:1.75rem!important}.ms-xxxl-c2{margin-left:2rem!important}.ms-xxxl-c2-25{margin-left:2.25rem!important}.ms-xxxl-c2-75{margin-left:2.75rem!important}.ms-xxxl-c3-75{margin-left:3.75rem!important}.ms-xxxl-c4{margin-left:4rem!important}.ms-xxxl-c4-5{margin-left:4.5rem!important}.ms-xxxl-c4-75{margin-left:4.75rem!important}.ms-xxxl-c5{margin-left:5rem!important}.ms-xxxl-c6{margin-left:6rem!important}.ms-xxxl-c7{margin-left:7rem!important}.ms-xxxl-c5-px{margin-left:5px!important}.ms-xxxl-c10-px{margin-left:10px!important}.ms-xxxl-c15-px{margin-left:15px!important}.ms-xxxl-c20-px{margin-left:20px!important}.ms-xxxl-c30-px{margin-left:30px!important}.ms-xxxl-c35-px{margin-left:35px!important}.ms-xxxl-c40-px{margin-left:40px!important}.ms-xxxl-c50-px{margin-left:50px!important}.ms-xxxl-c60-px{margin-left:60px!important}.ms-xxxl-c65-px{margin-left:65px!important}.ms-xxxl-c70-px{margin-left:70px!important}.ms-xxxl-c75-px{margin-left:75px!important}.ms-xxxl-c80-px{margin-left:80px!important}.ms-xxxl-c90-px{margin-left:90px!important}.ms-xxxl-c100-px{margin-left:100px!important}.ms-xxxl-c125-px{margin-left:125px!important}.ms-xxxl-c130-px{margin-left:130px!important}.ms-xxxl-c200-px{margin-left:200px!important}.ms-xxxl-c250-px{margin-left:250px!important}.ms-xxxl-c300-px{margin-left:300px!important}.ms-xxxl-c400-px{margin-left:400px!important}.ms-xxxl-c500-px{margin-left:500px!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n1{margin:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.m-xxxl-n6{margin:-6rem!important}.m-xxxl-n7{margin:-12rem!important}.m-xxxl-n8{margin:-20rem!important}.m-xxxl-nc45{margin:-.45rem!important}.m-xxxl-nc75{margin:-.75rem!important}.m-xxxl-nc1-25{margin:-1.25rem!important}.m-xxxl-nc1-75{margin:-1.75rem!important}.m-xxxl-nc2{margin:-2rem!important}.m-xxxl-nc2-25{margin:-2.25rem!important}.m-xxxl-nc2-75{margin:-2.75rem!important}.m-xxxl-nc3-75{margin:-3.75rem!important}.m-xxxl-nc4{margin:-4rem!important}.m-xxxl-nc4-5{margin:-4.5rem!important}.m-xxxl-nc4-75{margin:-4.75rem!important}.m-xxxl-nc5{margin:-5rem!important}.m-xxxl-nc6{margin:-6rem!important}.m-xxxl-nc7{margin:-7rem!important}.m-xxxl-nc5-px{margin:-5px!important}.m-xxxl-nc10-px{margin:-10px!important}.m-xxxl-nc15-px{margin:-15px!important}.m-xxxl-nc20-px{margin:-20px!important}.m-xxxl-nc30-px{margin:-30px!important}.m-xxxl-nc35-px{margin:-35px!important}.m-xxxl-nc40-px{margin:-40px!important}.m-xxxl-nc50-px{margin:-50px!important}.m-xxxl-nc60-px{margin:-60px!important}.m-xxxl-nc65-px{margin:-65px!important}.m-xxxl-nc70-px{margin:-70px!important}.m-xxxl-nc75-px{margin:-75px!important}.m-xxxl-nc80-px{margin:-80px!important}.m-xxxl-nc90-px{margin:-90px!important}.m-xxxl-nc100-px{margin:-100px!important}.m-xxxl-nc125-px{margin:-125px!important}.m-xxxl-nc130-px{margin:-130px!important}.m-xxxl-nc200-px{margin:-200px!important}.m-xxxl-nc250-px{margin:-250px!important}.m-xxxl-nc300-px{margin:-300px!important}.m-xxxl-nc400-px{margin:-400px!important}.m-xxxl-nc500-px{margin:-500px!important}.mx-xxxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxxl-n1{margin-top:-.25rem!important}.mt-xxxl-n2{margin-top:-.5rem!important}.mt-xxxl-n3{margin-top:-1rem!important}.mt-xxxl-n4{margin-top:-1.5rem!important}.mt-xxxl-n5{margin-top:-3rem!important}.mt-xxxl-n6{margin-top:-6rem!important}.mt-xxxl-n7{margin-top:-12rem!important}.mt-xxxl-n8{margin-top:-20rem!important}.mt-xxxl-nc45{margin-top:-.45rem!important}.mt-xxxl-nc75{margin-top:-.75rem!important}.mt-xxxl-nc1-25{margin-top:-1.25rem!important}.mt-xxxl-nc1-75{margin-top:-1.75rem!important}.mt-xxxl-nc2{margin-top:-2rem!important}.mt-xxxl-nc2-25{margin-top:-2.25rem!important}.mt-xxxl-nc2-75{margin-top:-2.75rem!important}.mt-xxxl-nc3-75{margin-top:-3.75rem!important}.mt-xxxl-nc4{margin-top:-4rem!important}.mt-xxxl-nc4-5{margin-top:-4.5rem!important}.mt-xxxl-nc4-75{margin-top:-4.75rem!important}.mt-xxxl-nc5{margin-top:-5rem!important}.mt-xxxl-nc6{margin-top:-6rem!important}.mt-xxxl-nc7{margin-top:-7rem!important}.mt-xxxl-nc5-px{margin-top:-5px!important}.mt-xxxl-nc10-px{margin-top:-10px!important}.mt-xxxl-nc15-px{margin-top:-15px!important}.mt-xxxl-nc20-px{margin-top:-20px!important}.mt-xxxl-nc30-px{margin-top:-30px!important}.mt-xxxl-nc35-px{margin-top:-35px!important}.mt-xxxl-nc40-px{margin-top:-40px!important}.mt-xxxl-nc50-px{margin-top:-50px!important}.mt-xxxl-nc60-px{margin-top:-60px!important}.mt-xxxl-nc65-px{margin-top:-65px!important}.mt-xxxl-nc70-px{margin-top:-70px!important}.mt-xxxl-nc75-px{margin-top:-75px!important}.mt-xxxl-nc80-px{margin-top:-80px!important}.mt-xxxl-nc90-px{margin-top:-90px!important}.mt-xxxl-nc100-px{margin-top:-100px!important}.mt-xxxl-nc125-px{margin-top:-125px!important}.mt-xxxl-nc130-px{margin-top:-130px!important}.mt-xxxl-nc200-px{margin-top:-200px!important}.mt-xxxl-nc250-px{margin-top:-250px!important}.mt-xxxl-nc300-px{margin-top:-300px!important}.mt-xxxl-nc400-px{margin-top:-400px!important}.mt-xxxl-nc500-px{margin-top:-500px!important}.me-xxxl-n1{margin-right:-.25rem!important}.me-xxxl-n2{margin-right:-.5rem!important}.me-xxxl-n3{margin-right:-1rem!important}.me-xxxl-n4{margin-right:-1.5rem!important}.me-xxxl-n5{margin-right:-3rem!important}.me-xxxl-n6{margin-right:-6rem!important}.me-xxxl-n7{margin-right:-12rem!important}.me-xxxl-n8{margin-right:-20rem!important}.me-xxxl-nc45{margin-right:-.45rem!important}.me-xxxl-nc75{margin-right:-.75rem!important}.me-xxxl-nc1-25{margin-right:-1.25rem!important}.me-xxxl-nc1-75{margin-right:-1.75rem!important}.me-xxxl-nc2{margin-right:-2rem!important}.me-xxxl-nc2-25{margin-right:-2.25rem!important}.me-xxxl-nc2-75{margin-right:-2.75rem!important}.me-xxxl-nc3-75{margin-right:-3.75rem!important}.me-xxxl-nc4{margin-right:-4rem!important}.me-xxxl-nc4-5{margin-right:-4.5rem!important}.me-xxxl-nc4-75{margin-right:-4.75rem!important}.me-xxxl-nc5{margin-right:-5rem!important}.me-xxxl-nc6{margin-right:-6rem!important}.me-xxxl-nc7{margin-right:-7rem!important}.me-xxxl-nc5-px{margin-right:-5px!important}.me-xxxl-nc10-px{margin-right:-10px!important}.me-xxxl-nc15-px{margin-right:-15px!important}.me-xxxl-nc20-px{margin-right:-20px!important}.me-xxxl-nc30-px{margin-right:-30px!important}.me-xxxl-nc35-px{margin-right:-35px!important}.me-xxxl-nc40-px{margin-right:-40px!important}.me-xxxl-nc50-px{margin-right:-50px!important}.me-xxxl-nc60-px{margin-right:-60px!important}.me-xxxl-nc65-px{margin-right:-65px!important}.me-xxxl-nc70-px{margin-right:-70px!important}.me-xxxl-nc75-px{margin-right:-75px!important}.me-xxxl-nc80-px{margin-right:-80px!important}.me-xxxl-nc90-px{margin-right:-90px!important}.me-xxxl-nc100-px{margin-right:-100px!important}.me-xxxl-nc125-px{margin-right:-125px!important}.me-xxxl-nc130-px{margin-right:-130px!important}.me-xxxl-nc200-px{margin-right:-200px!important}.me-xxxl-nc250-px{margin-right:-250px!important}.me-xxxl-nc300-px{margin-right:-300px!important}.me-xxxl-nc400-px{margin-right:-400px!important}.me-xxxl-nc500-px{margin-right:-500px!important}.mb-xxxl-n1{margin-bottom:-.25rem!important}.mb-xxxl-n2{margin-bottom:-.5rem!important}.mb-xxxl-n3{margin-bottom:-1rem!important}.mb-xxxl-n4{margin-bottom:-1.5rem!important}.mb-xxxl-n5{margin-bottom:-3rem!important}.mb-xxxl-n6{margin-bottom:-6rem!important}.mb-xxxl-n7{margin-bottom:-12rem!important}.mb-xxxl-n8{margin-bottom:-20rem!important}.mb-xxxl-nc45{margin-bottom:-.45rem!important}.mb-xxxl-nc75{margin-bottom:-.75rem!important}.mb-xxxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxxl-nc2{margin-bottom:-2rem!important}.mb-xxxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxxl-nc4{margin-bottom:-4rem!important}.mb-xxxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxxl-nc5{margin-bottom:-5rem!important}.mb-xxxl-nc6{margin-bottom:-6rem!important}.mb-xxxl-nc7{margin-bottom:-7rem!important}.mb-xxxl-nc5-px{margin-bottom:-5px!important}.mb-xxxl-nc10-px{margin-bottom:-10px!important}.mb-xxxl-nc15-px{margin-bottom:-15px!important}.mb-xxxl-nc20-px{margin-bottom:-20px!important}.mb-xxxl-nc30-px{margin-bottom:-30px!important}.mb-xxxl-nc35-px{margin-bottom:-35px!important}.mb-xxxl-nc40-px{margin-bottom:-40px!important}.mb-xxxl-nc50-px{margin-bottom:-50px!important}.mb-xxxl-nc60-px{margin-bottom:-60px!important}.mb-xxxl-nc65-px{margin-bottom:-65px!important}.mb-xxxl-nc70-px{margin-bottom:-70px!important}.mb-xxxl-nc75-px{margin-bottom:-75px!important}.mb-xxxl-nc80-px{margin-bottom:-80px!important}.mb-xxxl-nc90-px{margin-bottom:-90px!important}.mb-xxxl-nc100-px{margin-bottom:-100px!important}.mb-xxxl-nc125-px{margin-bottom:-125px!important}.mb-xxxl-nc130-px{margin-bottom:-130px!important}.mb-xxxl-nc200-px{margin-bottom:-200px!important}.mb-xxxl-nc250-px{margin-bottom:-250px!important}.mb-xxxl-nc300-px{margin-bottom:-300px!important}.mb-xxxl-nc400-px{margin-bottom:-400px!important}.mb-xxxl-nc500-px{margin-bottom:-500px!important}.ms-xxxl-n1{margin-left:-.25rem!important}.ms-xxxl-n2{margin-left:-.5rem!important}.ms-xxxl-n3{margin-left:-1rem!important}.ms-xxxl-n4{margin-left:-1.5rem!important}.ms-xxxl-n5{margin-left:-3rem!important}.ms-xxxl-n6{margin-left:-6rem!important}.ms-xxxl-n7{margin-left:-12rem!important}.ms-xxxl-n8{margin-left:-20rem!important}.ms-xxxl-nc45{margin-left:-.45rem!important}.ms-xxxl-nc75{margin-left:-.75rem!important}.ms-xxxl-nc1-25{margin-left:-1.25rem!important}.ms-xxxl-nc1-75{margin-left:-1.75rem!important}.ms-xxxl-nc2{margin-left:-2rem!important}.ms-xxxl-nc2-25{margin-left:-2.25rem!important}.ms-xxxl-nc2-75{margin-left:-2.75rem!important}.ms-xxxl-nc3-75{margin-left:-3.75rem!important}.ms-xxxl-nc4{margin-left:-4rem!important}.ms-xxxl-nc4-5{margin-left:-4.5rem!important}.ms-xxxl-nc4-75{margin-left:-4.75rem!important}.ms-xxxl-nc5{margin-left:-5rem!important}.ms-xxxl-nc6{margin-left:-6rem!important}.ms-xxxl-nc7{margin-left:-7rem!important}.ms-xxxl-nc5-px{margin-left:-5px!important}.ms-xxxl-nc10-px{margin-left:-10px!important}.ms-xxxl-nc15-px{margin-left:-15px!important}.ms-xxxl-nc20-px{margin-left:-20px!important}.ms-xxxl-nc30-px{margin-left:-30px!important}.ms-xxxl-nc35-px{margin-left:-35px!important}.ms-xxxl-nc40-px{margin-left:-40px!important}.ms-xxxl-nc50-px{margin-left:-50px!important}.ms-xxxl-nc60-px{margin-left:-60px!important}.ms-xxxl-nc65-px{margin-left:-65px!important}.ms-xxxl-nc70-px{margin-left:-70px!important}.ms-xxxl-nc75-px{margin-left:-75px!important}.ms-xxxl-nc80-px{margin-left:-80px!important}.ms-xxxl-nc90-px{margin-left:-90px!important}.ms-xxxl-nc100-px{margin-left:-100px!important}.ms-xxxl-nc125-px{margin-left:-125px!important}.ms-xxxl-nc130-px{margin-left:-130px!important}.ms-xxxl-nc200-px{margin-left:-200px!important}.ms-xxxl-nc250-px{margin-left:-250px!important}.ms-xxxl-nc300-px{margin-left:-300px!important}.ms-xxxl-nc400-px{margin-left:-400px!important}.ms-xxxl-nc500-px{margin-left:-500px!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:.25rem!important}.p-xxxl-2{padding:.5rem!important}.p-xxxl-3{padding:1rem!important}.p-xxxl-4{padding:1.5rem!important}.p-xxxl-5{padding:3rem!important}.p-xxxl-6{padding:6rem!important}.p-xxxl-7{padding:12rem!important}.p-xxxl-8{padding:20rem!important}.p-xxxl-c45{padding:.45rem!important}.p-xxxl-c75{padding:.75rem!important}.p-xxxl-c1-25{padding:1.25rem!important}.p-xxxl-c1-75{padding:1.75rem!important}.p-xxxl-c2{padding:2rem!important}.p-xxxl-c2-25{padding:2.25rem!important}.p-xxxl-c2-75{padding:2.75rem!important}.p-xxxl-c3-75{padding:3.75rem!important}.p-xxxl-c4{padding:4rem!important}.p-xxxl-c4-5{padding:4.5rem!important}.p-xxxl-c4-75{padding:4.75rem!important}.p-xxxl-c5{padding:5rem!important}.p-xxxl-c6{padding:6rem!important}.p-xxxl-c7{padding:7rem!important}.p-xxxl-c5-px{padding:5px!important}.p-xxxl-c10-px{padding:10px!important}.p-xxxl-c15-px{padding:15px!important}.p-xxxl-c20-px{padding:20px!important}.p-xxxl-c30-px{padding:30px!important}.p-xxxl-c35-px{padding:35px!important}.p-xxxl-c40-px{padding:40px!important}.p-xxxl-c50-px{padding:50px!important}.p-xxxl-c60-px{padding:60px!important}.p-xxxl-c65-px{padding:65px!important}.p-xxxl-c70-px{padding:70px!important}.p-xxxl-c75-px{padding:75px!important}.p-xxxl-c80-px{padding:80px!important}.p-xxxl-c90-px{padding:90px!important}.p-xxxl-c100-px{padding:100px!important}.p-xxxl-c125-px{padding:125px!important}.p-xxxl-c130-px{padding:130px!important}.p-xxxl-c200-px{padding:200px!important}.p-xxxl-c250-px{padding:250px!important}.p-xxxl-c300-px{padding:300px!important}.p-xxxl-c400-px{padding:400px!important}.p-xxxl-c500-px{padding:500px!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:.25rem!important}.pt-xxxl-2{padding-top:.5rem!important}.pt-xxxl-3{padding-top:1rem!important}.pt-xxxl-4{padding-top:1.5rem!important}.pt-xxxl-5{padding-top:3rem!important}.pt-xxxl-6{padding-top:6rem!important}.pt-xxxl-7{padding-top:12rem!important}.pt-xxxl-8{padding-top:20rem!important}.pt-xxxl-c45{padding-top:.45rem!important}.pt-xxxl-c75{padding-top:.75rem!important}.pt-xxxl-c1-25{padding-top:1.25rem!important}.pt-xxxl-c1-75{padding-top:1.75rem!important}.pt-xxxl-c2{padding-top:2rem!important}.pt-xxxl-c2-25{padding-top:2.25rem!important}.pt-xxxl-c2-75{padding-top:2.75rem!important}.pt-xxxl-c3-75{padding-top:3.75rem!important}.pt-xxxl-c4{padding-top:4rem!important}.pt-xxxl-c4-5{padding-top:4.5rem!important}.pt-xxxl-c4-75{padding-top:4.75rem!important}.pt-xxxl-c5{padding-top:5rem!important}.pt-xxxl-c6{padding-top:6rem!important}.pt-xxxl-c7{padding-top:7rem!important}.pt-xxxl-c5-px{padding-top:5px!important}.pt-xxxl-c10-px{padding-top:10px!important}.pt-xxxl-c15-px{padding-top:15px!important}.pt-xxxl-c20-px{padding-top:20px!important}.pt-xxxl-c30-px{padding-top:30px!important}.pt-xxxl-c35-px{padding-top:35px!important}.pt-xxxl-c40-px{padding-top:40px!important}.pt-xxxl-c50-px{padding-top:50px!important}.pt-xxxl-c60-px{padding-top:60px!important}.pt-xxxl-c65-px{padding-top:65px!important}.pt-xxxl-c70-px{padding-top:70px!important}.pt-xxxl-c75-px{padding-top:75px!important}.pt-xxxl-c80-px{padding-top:80px!important}.pt-xxxl-c90-px{padding-top:90px!important}.pt-xxxl-c100-px{padding-top:100px!important}.pt-xxxl-c125-px{padding-top:125px!important}.pt-xxxl-c130-px{padding-top:130px!important}.pt-xxxl-c200-px{padding-top:200px!important}.pt-xxxl-c250-px{padding-top:250px!important}.pt-xxxl-c300-px{padding-top:300px!important}.pt-xxxl-c400-px{padding-top:400px!important}.pt-xxxl-c500-px{padding-top:500px!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:.25rem!important}.pe-xxxl-2{padding-right:.5rem!important}.pe-xxxl-3{padding-right:1rem!important}.pe-xxxl-4{padding-right:1.5rem!important}.pe-xxxl-5{padding-right:3rem!important}.pe-xxxl-6{padding-right:6rem!important}.pe-xxxl-7{padding-right:12rem!important}.pe-xxxl-8{padding-right:20rem!important}.pe-xxxl-c45{padding-right:.45rem!important}.pe-xxxl-c75{padding-right:.75rem!important}.pe-xxxl-c1-25{padding-right:1.25rem!important}.pe-xxxl-c1-75{padding-right:1.75rem!important}.pe-xxxl-c2{padding-right:2rem!important}.pe-xxxl-c2-25{padding-right:2.25rem!important}.pe-xxxl-c2-75{padding-right:2.75rem!important}.pe-xxxl-c3-75{padding-right:3.75rem!important}.pe-xxxl-c4{padding-right:4rem!important}.pe-xxxl-c4-5{padding-right:4.5rem!important}.pe-xxxl-c4-75{padding-right:4.75rem!important}.pe-xxxl-c5{padding-right:5rem!important}.pe-xxxl-c6{padding-right:6rem!important}.pe-xxxl-c7{padding-right:7rem!important}.pe-xxxl-c5-px{padding-right:5px!important}.pe-xxxl-c10-px{padding-right:10px!important}.pe-xxxl-c15-px{padding-right:15px!important}.pe-xxxl-c20-px{padding-right:20px!important}.pe-xxxl-c30-px{padding-right:30px!important}.pe-xxxl-c35-px{padding-right:35px!important}.pe-xxxl-c40-px{padding-right:40px!important}.pe-xxxl-c50-px{padding-right:50px!important}.pe-xxxl-c60-px{padding-right:60px!important}.pe-xxxl-c65-px{padding-right:65px!important}.pe-xxxl-c70-px{padding-right:70px!important}.pe-xxxl-c75-px{padding-right:75px!important}.pe-xxxl-c80-px{padding-right:80px!important}.pe-xxxl-c90-px{padding-right:90px!important}.pe-xxxl-c100-px{padding-right:100px!important}.pe-xxxl-c125-px{padding-right:125px!important}.pe-xxxl-c130-px{padding-right:130px!important}.pe-xxxl-c200-px{padding-right:200px!important}.pe-xxxl-c250-px{padding-right:250px!important}.pe-xxxl-c300-px{padding-right:300px!important}.pe-xxxl-c400-px{padding-right:400px!important}.pe-xxxl-c500-px{padding-right:500px!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:.25rem!important}.pb-xxxl-2{padding-bottom:.5rem!important}.pb-xxxl-3{padding-bottom:1rem!important}.pb-xxxl-4{padding-bottom:1.5rem!important}.pb-xxxl-5{padding-bottom:3rem!important}.pb-xxxl-6{padding-bottom:6rem!important}.pb-xxxl-7{padding-bottom:12rem!important}.pb-xxxl-8{padding-bottom:20rem!important}.pb-xxxl-c45{padding-bottom:.45rem!important}.pb-xxxl-c75{padding-bottom:.75rem!important}.pb-xxxl-c1-25{padding-bottom:1.25rem!important}.pb-xxxl-c1-75{padding-bottom:1.75rem!important}.pb-xxxl-c2{padding-bottom:2rem!important}.pb-xxxl-c2-25{padding-bottom:2.25rem!important}.pb-xxxl-c2-75{padding-bottom:2.75rem!important}.pb-xxxl-c3-75{padding-bottom:3.75rem!important}.pb-xxxl-c4{padding-bottom:4rem!important}.pb-xxxl-c4-5{padding-bottom:4.5rem!important}.pb-xxxl-c4-75{padding-bottom:4.75rem!important}.pb-xxxl-c5{padding-bottom:5rem!important}.pb-xxxl-c6{padding-bottom:6rem!important}.pb-xxxl-c7{padding-bottom:7rem!important}.pb-xxxl-c5-px{padding-bottom:5px!important}.pb-xxxl-c10-px{padding-bottom:10px!important}.pb-xxxl-c15-px{padding-bottom:15px!important}.pb-xxxl-c20-px{padding-bottom:20px!important}.pb-xxxl-c30-px{padding-bottom:30px!important}.pb-xxxl-c35-px{padding-bottom:35px!important}.pb-xxxl-c40-px{padding-bottom:40px!important}.pb-xxxl-c50-px{padding-bottom:50px!important}.pb-xxxl-c60-px{padding-bottom:60px!important}.pb-xxxl-c65-px{padding-bottom:65px!important}.pb-xxxl-c70-px{padding-bottom:70px!important}.pb-xxxl-c75-px{padding-bottom:75px!important}.pb-xxxl-c80-px{padding-bottom:80px!important}.pb-xxxl-c90-px{padding-bottom:90px!important}.pb-xxxl-c100-px{padding-bottom:100px!important}.pb-xxxl-c125-px{padding-bottom:125px!important}.pb-xxxl-c130-px{padding-bottom:130px!important}.pb-xxxl-c200-px{padding-bottom:200px!important}.pb-xxxl-c250-px{padding-bottom:250px!important}.pb-xxxl-c300-px{padding-bottom:300px!important}.pb-xxxl-c400-px{padding-bottom:400px!important}.pb-xxxl-c500-px{padding-bottom:500px!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:.25rem!important}.ps-xxxl-2{padding-left:.5rem!important}.ps-xxxl-3{padding-left:1rem!important}.ps-xxxl-4{padding-left:1.5rem!important}.ps-xxxl-5{padding-left:3rem!important}.ps-xxxl-6{padding-left:6rem!important}.ps-xxxl-7{padding-left:12rem!important}.ps-xxxl-8{padding-left:20rem!important}.ps-xxxl-c45{padding-left:.45rem!important}.ps-xxxl-c75{padding-left:.75rem!important}.ps-xxxl-c1-25{padding-left:1.25rem!important}.ps-xxxl-c1-75{padding-left:1.75rem!important}.ps-xxxl-c2{padding-left:2rem!important}.ps-xxxl-c2-25{padding-left:2.25rem!important}.ps-xxxl-c2-75{padding-left:2.75rem!important}.ps-xxxl-c3-75{padding-left:3.75rem!important}.ps-xxxl-c4{padding-left:4rem!important}.ps-xxxl-c4-5{padding-left:4.5rem!important}.ps-xxxl-c4-75{padding-left:4.75rem!important}.ps-xxxl-c5{padding-left:5rem!important}.ps-xxxl-c6{padding-left:6rem!important}.ps-xxxl-c7{padding-left:7rem!important}.ps-xxxl-c5-px{padding-left:5px!important}.ps-xxxl-c10-px{padding-left:10px!important}.ps-xxxl-c15-px{padding-left:15px!important}.ps-xxxl-c20-px{padding-left:20px!important}.ps-xxxl-c30-px{padding-left:30px!important}.ps-xxxl-c35-px{padding-left:35px!important}.ps-xxxl-c40-px{padding-left:40px!important}.ps-xxxl-c50-px{padding-left:50px!important}.ps-xxxl-c60-px{padding-left:60px!important}.ps-xxxl-c65-px{padding-left:65px!important}.ps-xxxl-c70-px{padding-left:70px!important}.ps-xxxl-c75-px{padding-left:75px!important}.ps-xxxl-c80-px{padding-left:80px!important}.ps-xxxl-c90-px{padding-left:90px!important}.ps-xxxl-c100-px{padding-left:100px!important}.ps-xxxl-c125-px{padding-left:125px!important}.ps-xxxl-c130-px{padding-left:130px!important}.ps-xxxl-c200-px{padding-left:200px!important}.ps-xxxl-c250-px{padding-left:250px!important}.ps-xxxl-c300-px{padding-left:300px!important}.ps-xxxl-c400-px{padding-left:400px!important}.ps-xxxl-c500-px{padding-left:500px!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:.25rem!important}.gap-xxxl-2{gap:.5rem!important}.gap-xxxl-3{gap:1rem!important}.gap-xxxl-4{gap:1.5rem!important}.gap-xxxl-5{gap:3rem!important}.gap-xxxl-6{gap:6rem!important}.gap-xxxl-7{gap:12rem!important}.gap-xxxl-8{gap:20rem!important}.gap-xxxl-c45{gap:.45rem!important}.gap-xxxl-c75{gap:.75rem!important}.gap-xxxl-c1-25{gap:1.25rem!important}.gap-xxxl-c1-75{gap:1.75rem!important}.gap-xxxl-c2{gap:2rem!important}.gap-xxxl-c2-25{gap:2.25rem!important}.gap-xxxl-c2-75{gap:2.75rem!important}.gap-xxxl-c3-75{gap:3.75rem!important}.gap-xxxl-c4{gap:4rem!important}.gap-xxxl-c4-5{gap:4.5rem!important}.gap-xxxl-c4-75{gap:4.75rem!important}.gap-xxxl-c5{gap:5rem!important}.gap-xxxl-c6{gap:6rem!important}.gap-xxxl-c7{gap:7rem!important}.gap-xxxl-c5-px{gap:5px!important}.gap-xxxl-c10-px{gap:10px!important}.gap-xxxl-c15-px{gap:15px!important}.gap-xxxl-c20-px{gap:20px!important}.gap-xxxl-c30-px{gap:30px!important}.gap-xxxl-c35-px{gap:35px!important}.gap-xxxl-c40-px{gap:40px!important}.gap-xxxl-c50-px{gap:50px!important}.gap-xxxl-c60-px{gap:60px!important}.gap-xxxl-c65-px{gap:65px!important}.gap-xxxl-c70-px{gap:70px!important}.gap-xxxl-c75-px{gap:75px!important}.gap-xxxl-c80-px{gap:80px!important}.gap-xxxl-c90-px{gap:90px!important}.gap-xxxl-c100-px{gap:100px!important}.gap-xxxl-c125-px{gap:125px!important}.gap-xxxl-c130-px{gap:130px!important}.gap-xxxl-c200-px{gap:200px!important}.gap-xxxl-c250-px{gap:250px!important}.gap-xxxl-c300-px{gap:300px!important}.gap-xxxl-c400-px{gap:400px!important}.gap-xxxl-c500-px{gap:500px!important}.row-gap-xxxl-0{row-gap:0!important}.row-gap-xxxl-1{row-gap:.25rem!important}.row-gap-xxxl-2{row-gap:.5rem!important}.row-gap-xxxl-3{row-gap:1rem!important}.row-gap-xxxl-4{row-gap:1.5rem!important}.row-gap-xxxl-5{row-gap:3rem!important}.row-gap-xxxl-6{row-gap:6rem!important}.row-gap-xxxl-7{row-gap:12rem!important}.row-gap-xxxl-8{row-gap:20rem!important}.row-gap-xxxl-c45{row-gap:.45rem!important}.row-gap-xxxl-c75{row-gap:.75rem!important}.row-gap-xxxl-c1-25{row-gap:1.25rem!important}.row-gap-xxxl-c1-75{row-gap:1.75rem!important}.row-gap-xxxl-c2{row-gap:2rem!important}.row-gap-xxxl-c2-25{row-gap:2.25rem!important}.row-gap-xxxl-c2-75{row-gap:2.75rem!important}.row-gap-xxxl-c3-75{row-gap:3.75rem!important}.row-gap-xxxl-c4{row-gap:4rem!important}.row-gap-xxxl-c4-5{row-gap:4.5rem!important}.row-gap-xxxl-c4-75{row-gap:4.75rem!important}.row-gap-xxxl-c5{row-gap:5rem!important}.row-gap-xxxl-c6{row-gap:6rem!important}.row-gap-xxxl-c7{row-gap:7rem!important}.row-gap-xxxl-c5-px{row-gap:5px!important}.row-gap-xxxl-c10-px{row-gap:10px!important}.row-gap-xxxl-c15-px{row-gap:15px!important}.row-gap-xxxl-c20-px{row-gap:20px!important}.row-gap-xxxl-c30-px{row-gap:30px!important}.row-gap-xxxl-c35-px{row-gap:35px!important}.row-gap-xxxl-c40-px{row-gap:40px!important}.row-gap-xxxl-c50-px{row-gap:50px!important}.row-gap-xxxl-c60-px{row-gap:60px!important}.row-gap-xxxl-c65-px{row-gap:65px!important}.row-gap-xxxl-c70-px{row-gap:70px!important}.row-gap-xxxl-c75-px{row-gap:75px!important}.row-gap-xxxl-c80-px{row-gap:80px!important}.row-gap-xxxl-c90-px{row-gap:90px!important}.row-gap-xxxl-c100-px{row-gap:100px!important}.row-gap-xxxl-c125-px{row-gap:125px!important}.row-gap-xxxl-c130-px{row-gap:130px!important}.row-gap-xxxl-c200-px{row-gap:200px!important}.row-gap-xxxl-c250-px{row-gap:250px!important}.row-gap-xxxl-c300-px{row-gap:300px!important}.row-gap-xxxl-c400-px{row-gap:400px!important}.row-gap-xxxl-c500-px{row-gap:500px!important}.column-gap-xxxl-0{column-gap:0!important}.column-gap-xxxl-1{column-gap:.25rem!important}.column-gap-xxxl-2{column-gap:.5rem!important}.column-gap-xxxl-3{column-gap:1rem!important}.column-gap-xxxl-4{column-gap:1.5rem!important}.column-gap-xxxl-5{column-gap:3rem!important}.column-gap-xxxl-6{column-gap:6rem!important}.column-gap-xxxl-7{column-gap:12rem!important}.column-gap-xxxl-8{column-gap:20rem!important}.column-gap-xxxl-c45{column-gap:.45rem!important}.column-gap-xxxl-c75{column-gap:.75rem!important}.column-gap-xxxl-c1-25{column-gap:1.25rem!important}.column-gap-xxxl-c1-75{column-gap:1.75rem!important}.column-gap-xxxl-c2{column-gap:2rem!important}.column-gap-xxxl-c2-25{column-gap:2.25rem!important}.column-gap-xxxl-c2-75{column-gap:2.75rem!important}.column-gap-xxxl-c3-75{column-gap:3.75rem!important}.column-gap-xxxl-c4{column-gap:4rem!important}.column-gap-xxxl-c4-5{column-gap:4.5rem!important}.column-gap-xxxl-c4-75{column-gap:4.75rem!important}.column-gap-xxxl-c5{column-gap:5rem!important}.column-gap-xxxl-c6{column-gap:6rem!important}.column-gap-xxxl-c7{column-gap:7rem!important}.column-gap-xxxl-c5-px{column-gap:5px!important}.column-gap-xxxl-c10-px{column-gap:10px!important}.column-gap-xxxl-c15-px{column-gap:15px!important}.column-gap-xxxl-c20-px{column-gap:20px!important}.column-gap-xxxl-c30-px{column-gap:30px!important}.column-gap-xxxl-c35-px{column-gap:35px!important}.column-gap-xxxl-c40-px{column-gap:40px!important}.column-gap-xxxl-c50-px{column-gap:50px!important}.column-gap-xxxl-c60-px{column-gap:60px!important}.column-gap-xxxl-c65-px{column-gap:65px!important}.column-gap-xxxl-c70-px{column-gap:70px!important}.column-gap-xxxl-c75-px{column-gap:75px!important}.column-gap-xxxl-c80-px{column-gap:80px!important}.column-gap-xxxl-c90-px{column-gap:90px!important}.column-gap-xxxl-c100-px{column-gap:100px!important}.column-gap-xxxl-c125-px{column-gap:125px!important}.column-gap-xxxl-c130-px{column-gap:130px!important}.column-gap-xxxl-c200-px{column-gap:200px!important}.column-gap-xxxl-c250-px{column-gap:250px!important}.column-gap-xxxl-c300-px{column-gap:300px!important}.column-gap-xxxl-c400-px{column-gap:400px!important}.column-gap-xxxl-c500-px{column-gap:500px!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}.h-px-xxxl-0{height:0!important}.h-px-xxxl-5{height:5px!important}.h-px-xxxl-10{height:10px!important}.h-px-xxxl-15{height:15px!important}.h-px-xxxl-16{height:16px!important}.h-px-xxxl-20{height:20px!important}.h-px-xxxl-25{height:25px!important}.h-px-xxxl-30{height:30px!important}.h-px-xxxl-35{height:35px!important}.h-px-xxxl-40{height:40px!important}.h-px-xxxl-50{height:50px!important}.h-px-xxxl-60{height:60px!important}.h-px-xxxl-65{height:65px!important}.h-px-xxxl-70{height:70px!important}.h-px-xxxl-75{height:75px!important}.h-px-xxxl-80{height:80px!important}.h-px-xxxl-90{height:90px!important}.h-px-xxxl-100{height:100px!important}.h-px-xxxl-125{height:125px!important}.h-px-xxxl-130{height:130px!important}.h-px-xxxl-200{height:200px!important}.h-px-xxxl-250{height:250px!important}.h-px-xxxl-300{height:300px!important}.h-px-xxxl-400{height:400px!important}.h-px-xxxl-500{height:500px!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"} +*/:root{color-scheme:unset!important;--bs-blue-rgb:44,117,181;--bs-indigo-rgb:102,16,242;--bs-purple-rgb:111,66,193;--bs-pink-rgb:209,41,125;--bs-red-rgb:225,14,50;--bs-orange-rgb:187,85,2;--bs-yellow-rgb:143,107,0;--bs-green-rgb:37,126,103;--bs-teal-rgb:37,126,103;--bs-cyan-rgb:7,123,146;--bs-black-rgb:0,0,0;--bs-white-rgb:255,255,255;--bs-gray-rgb:108,117,125;--bs-gray-dark-rgb:52,58,64}:root,[data-bs-theme=light]{--choco-adaptive:#c0d6e9;--choco-border-color-adaptive:#dee2e6;--bs-blue-contrast:#fff;--bs-indigo-contrast:#fff;--bs-purple-contrast:#fff;--bs-pink-contrast:#fff;--bs-red-contrast:#fff;--bs-orange-contrast:#fff;--bs-yellow-contrast:#fff;--bs-green-contrast:#fff;--bs-teal-contrast:#fff;--bs-cyan-contrast:#fff;--bs-black-contrast:#fff;--bs-white-contrast:#000;--bs-gray-contrast:#fff;--bs-gray-dark-contrast:#fff;--bs-primary-contrast:#fff;--bs-primary-shift:#25639a;--bs-secondary-contrast:#000;--bs-secondary-shift:#737a80;--bs-success-contrast:#fff;--bs-success-shift:#1f6b58;--bs-info-contrast:#fff;--bs-info-shift:#25639a;--bs-warning-contrast:#fff;--bs-warning-shift:#7a5b00;--bs-danger-contrast:#fff;--bs-danger-shift:#bf0c2b;--bs-light-contrast:#000;--bs-light-shift:#d3d4d5;--bs-dark-contrast:#fff;--bs-dark-shift:#040a0f;--bs-tip-contrast:#fff;--bs-tip-shift:#5e38a4;--bs-primary-50:#eaf1f8;--bs-primary-50-contrast:#000;--bs-primary-100:#d5e3f0;--bs-primary-100-contrast:#000;--bs-primary-150:#c0d6e9;--bs-primary-150-contrast:#000;--bs-primary-200:#abc8e1;--bs-primary-200-contrast:#000;--bs-primary-250:#96bada;--bs-primary-250-contrast:#000;--bs-primary-300:#80acd3;--bs-primary-300-contrast:#000;--bs-primary-350:#6b9ecb;--bs-primary-350-contrast:#000;--bs-primary-400:#5691c4;--bs-primary-400-contrast:#000;--bs-primary-450:#4183bc;--bs-primary-450-contrast:#000;--bs-primary-500:#2c75b5;--bs-primary-500-contrast:#fff;--bs-primary-550:#2869a3;--bs-primary-550-contrast:#fff;--bs-primary-600:#235e91;--bs-primary-600-contrast:#fff;--bs-primary-650:#1f527f;--bs-primary-650-contrast:#fff;--bs-primary-700:#1a466d;--bs-primary-700-contrast:#fff;--bs-primary-750:#163b5b;--bs-primary-750-contrast:#fff;--bs-primary-800:#122f48;--bs-primary-800-contrast:#fff;--bs-primary-850:#0d2336;--bs-primary-850-contrast:#fff;--bs-primary-900:#091724;--bs-primary-900-contrast:#fff;--bs-primary-950:#040c12;--bs-primary-950-contrast:#fff;--bs-blue-100:#d5e3f0;--bs-blue-100-contrast:#000;--bs-blue-200:#abc8e1;--bs-blue-200-contrast:#000;--bs-blue-300:#80acd3;--bs-blue-300-contrast:#000;--bs-blue-400:#5691c4;--bs-blue-400-contrast:#000;--bs-blue-500:#2c75b5;--bs-blue-500-contrast:#fff;--bs-blue-600:#235e91;--bs-blue-600-contrast:#fff;--bs-blue-700:#1a466d;--bs-blue-700-contrast:#fff;--bs-blue-800:#122f48;--bs-blue-800-contrast:#fff;--bs-blue-900:#091724;--bs-blue-900-contrast:#fff;--bs-blue-50:#eaf1f8;--bs-blue-50-contrast:#000;--bs-blue-150:#c0d6e9;--bs-blue-150-contrast:#000;--bs-blue-250:#96bada;--bs-blue-250-contrast:#000;--bs-blue-350:#6b9ecb;--bs-blue-350-contrast:#000;--bs-blue-450:#4183bc;--bs-blue-450-contrast:#000;--bs-blue-550:#2869a3;--bs-blue-550-contrast:#fff;--bs-blue-650:#1f527f;--bs-blue-650-contrast:#fff;--bs-blue-750:#163b5b;--bs-blue-750-contrast:#fff;--bs-blue-850:#0d2336;--bs-blue-850-contrast:#fff;--bs-blue-950:#040c12;--bs-blue-950-contrast:#fff;--bs-purple-100:#e2d9f3;--bs-purple-100-contrast:#000;--bs-purple-200:#c5b3e6;--bs-purple-200-contrast:#000;--bs-purple-300:#a98eda;--bs-purple-300-contrast:#000;--bs-purple-400:#8c68cd;--bs-purple-400-contrast:#000;--bs-purple-500:#6f42c1;--bs-purple-500-contrast:#fff;--bs-purple-600:#59359a;--bs-purple-600-contrast:#fff;--bs-purple-700:#432874;--bs-purple-700-contrast:#fff;--bs-purple-800:#2c1a4d;--bs-purple-800-contrast:#fff;--bs-purple-900:#160d27;--bs-purple-900-contrast:#fff;--bs-purple-50:#f1ecf9;--bs-purple-50-contrast:#000;--bs-purple-150:#d4c6ec;--bs-purple-150-contrast:#000;--bs-purple-250:#b7a1e0;--bs-purple-250-contrast:#000;--bs-purple-350:#9a7bd4;--bs-purple-350-contrast:#000;--bs-purple-450:#7d55c7;--bs-purple-450-contrast:#fff;--bs-purple-550:#643bae;--bs-purple-550-contrast:#fff;--bs-purple-650:#4e2e87;--bs-purple-650-contrast:#fff;--bs-purple-750:#382161;--bs-purple-750-contrast:#fff;--bs-purple-850:#21143a;--bs-purple-850-contrast:#fff;--bs-purple-950:#0b0713;--bs-purple-950-contrast:#fff;--bs-pink-100:#f6d4e5;--bs-pink-100-contrast:#000;--bs-pink-200:#eda9cb;--bs-pink-200-contrast:#000;--bs-pink-300:#e37fb1;--bs-pink-300-contrast:#000;--bs-pink-400:#da5497;--bs-pink-400-contrast:#000;--bs-pink-500:#d1297d;--bs-pink-500-contrast:#fff;--bs-pink-600:#a72164;--bs-pink-600-contrast:#fff;--bs-pink-700:#7d194b;--bs-pink-700-contrast:#fff;--bs-pink-800:#541032;--bs-pink-800-contrast:#fff;--bs-pink-900:#2a0819;--bs-pink-900-contrast:#fff;--bs-pink-50:#faeaf2;--bs-pink-50-contrast:#000;--bs-pink-150:#f1bfd8;--bs-pink-150-contrast:#000;--bs-pink-250:#e894be;--bs-pink-250-contrast:#000;--bs-pink-350:#df69a4;--bs-pink-350-contrast:#000;--bs-pink-450:#d63e8a;--bs-pink-450-contrast:#000;--bs-pink-550:#bc2571;--bs-pink-550-contrast:#fff;--bs-pink-650:#921d58;--bs-pink-650-contrast:#fff;--bs-pink-750:#69153f;--bs-pink-750-contrast:#fff;--bs-pink-850:#3f0c26;--bs-pink-850-contrast:#fff;--bs-pink-950:#15040d;--bs-pink-950-contrast:#fff;--bs-red-100:#f9cfd6;--bs-red-100-contrast:#000;--bs-red-200:#f39fad;--bs-red-200-contrast:#000;--bs-red-300:#ed6e84;--bs-red-300-contrast:#000;--bs-red-400:#e73e5b;--bs-red-400-contrast:#000;--bs-red-500:#e10e32;--bs-red-500-contrast:#fff;--bs-red-600:#b40b28;--bs-red-600-contrast:#fff;--bs-red-700:#87081e;--bs-red-700-contrast:#fff;--bs-red-800:#5a0614;--bs-red-800-contrast:#fff;--bs-red-900:#2d030a;--bs-red-900-contrast:#fff;--bs-red-50:#fce7eb;--bs-red-50-contrast:#000;--bs-red-150:#f6b7c2;--bs-red-150-contrast:#000;--bs-red-250:#f08799;--bs-red-250-contrast:#000;--bs-red-350:#ea5670;--bs-red-350-contrast:#000;--bs-red-450:#e42647;--bs-red-450-contrast:#000;--bs-red-550:#cb0d2d;--bs-red-550-contrast:#fff;--bs-red-650:#9e0a23;--bs-red-650-contrast:#fff;--bs-red-750:#710719;--bs-red-750-contrast:#fff;--bs-red-850:#44040f;--bs-red-850-contrast:#fff;--bs-red-950:#170105;--bs-red-950-contrast:#fff;--bs-orange-100:#f1ddcc;--bs-orange-100-contrast:#000;--bs-orange-200:#e4bb9a;--bs-orange-200-contrast:#000;--bs-orange-300:#d69967;--bs-orange-300-contrast:#000;--bs-orange-400:#c97735;--bs-orange-400-contrast:#000;--bs-orange-500:#bb5502;--bs-orange-500-contrast:#fff;--bs-orange-600:#964402;--bs-orange-600-contrast:#fff;--bs-orange-700:#703301;--bs-orange-700-contrast:#fff;--bs-orange-800:#4b2201;--bs-orange-800-contrast:#fff;--bs-orange-900:#251100;--bs-orange-900-contrast:#fff;--bs-orange-50:#f8eee6;--bs-orange-50-contrast:#000;--bs-orange-150:#ebccb3;--bs-orange-150-contrast:#000;--bs-orange-250:#ddaa81;--bs-orange-250-contrast:#000;--bs-orange-350:#cf884e;--bs-orange-350-contrast:#000;--bs-orange-450:#c2661b;--bs-orange-450-contrast:#000;--bs-orange-550:#a84d02;--bs-orange-550-contrast:#fff;--bs-orange-650:#833c01;--bs-orange-650-contrast:#fff;--bs-orange-750:#5e2b01;--bs-orange-750-contrast:#fff;--bs-orange-850:#381a01;--bs-orange-850-contrast:#fff;--bs-orange-950:#130900;--bs-orange-950-contrast:#fff;--bs-yellow-100:#e9e1cc;--bs-yellow-100-contrast:#000;--bs-yellow-200:#d2c499;--bs-yellow-200-contrast:#000;--bs-yellow-300:#bca666;--bs-yellow-300-contrast:#000;--bs-yellow-400:#a58933;--bs-yellow-400-contrast:#000;--bs-yellow-500:#8f6b00;--bs-yellow-500-contrast:#fff;--bs-yellow-600:#725600;--bs-yellow-600-contrast:#fff;--bs-yellow-700:#564000;--bs-yellow-700-contrast:#fff;--bs-yellow-800:#392b00;--bs-yellow-800-contrast:#fff;--bs-yellow-900:#1d1500;--bs-yellow-900-contrast:#fff;--bs-yellow-50:#f4f0e6;--bs-yellow-50-contrast:#000;--bs-yellow-150:#ddd3b3;--bs-yellow-150-contrast:#000;--bs-yellow-250:#c7b580;--bs-yellow-250-contrast:#000;--bs-yellow-350:#b1974d;--bs-yellow-350-contrast:#000;--bs-yellow-450:#9a7a1a;--bs-yellow-450-contrast:#000;--bs-yellow-550:#816000;--bs-yellow-550-contrast:#fff;--bs-yellow-650:#644b00;--bs-yellow-650-contrast:#fff;--bs-yellow-750:#483600;--bs-yellow-750-contrast:#fff;--bs-yellow-850:#2b2000;--bs-yellow-850-contrast:#fff;--bs-yellow-950:#0e0b00;--bs-yellow-950-contrast:#fff;--bs-green-100:#d3e5e1;--bs-green-100-contrast:#000;--bs-green-200:#a8cbc2;--bs-green-200-contrast:#000;--bs-green-300:#7cb2a4;--bs-green-300-contrast:#000;--bs-green-400:#519885;--bs-green-400-contrast:#000;--bs-green-500:#257e67;--bs-green-500-contrast:#fff;--bs-green-600:#1e6552;--bs-green-600-contrast:#fff;--bs-green-700:#164c3e;--bs-green-700-contrast:#fff;--bs-green-800:#0f3229;--bs-green-800-contrast:#fff;--bs-green-900:#071915;--bs-green-900-contrast:#fff;--bs-green-50:#e9f2f0;--bs-green-50-contrast:#000;--bs-green-150:#bed8d1;--bs-green-150-contrast:#000;--bs-green-250:#92bfb3;--bs-green-250-contrast:#000;--bs-green-350:#66a595;--bs-green-350-contrast:#000;--bs-green-450:#3b8b76;--bs-green-450-contrast:#000;--bs-green-550:#21715d;--bs-green-550-contrast:#fff;--bs-green-650:#1a5848;--bs-green-650-contrast:#fff;--bs-green-750:#133f34;--bs-green-750-contrast:#fff;--bs-green-850:#0b261f;--bs-green-850-contrast:#fff;--bs-green-950:#040d0a;--bs-green-950-contrast:#fff;--bs-tertiary-bg-contrast:#000;--bs-secondary-bg-contrast:#000}:root[data-bs-theme=dark],[data-bs-theme=dark]{--choco-adaptive:#0d2336;--choco-border-color-adaptive:rgba(var(--bs-primary-rgb),0.5);--bs-blue:#5c9fd8;--bs-blue-contrast:#000;--bs-indigo:#9c64f7;--bs-indigo-contrast:#000;--bs-purple:#9271d1;--bs-purple-contrast:#000;--bs-pink:#dc4c94;--bs-pink-contrast:#000;--bs-red:#f4516c;--bs-red-contrast:#000;--bs-orange:#fd7e14;--bs-orange-contrast:#000;--bs-yellow:#ffc107;--bs-yellow-contrast:#000;--bs-green:#36bc98;--bs-green-contrast:#000;--bs-teal:#36bc98;--bs-teal-contrast:#000;--bs-cyan:#0dcaf0;--bs-cyan-contrast:#000;--bs-black:#000;--bs-black-contrast:#fff;--bs-white:#fff;--bs-white-contrast:#000;--bs-gray:#adb5bd;--bs-gray-contrast:#000;--bs-gray-dark:#040c12;--bs-gray-dark-contrast:#fff;--bs-primary:#5c9fd8;--bs-primary-contrast:#000;--bs-primary-shift:#4e87b8;--bs-primary-rgb:92,159,216;--bs-secondary:#62686a;--bs-secondary-contrast:#fff;--bs-secondary-shift:#53585a;--bs-secondary-rgb:98,104,106;--bs-success:#36bc98;--bs-success-contrast:#000;--bs-success-shift:#2ea081;--bs-success-rgb:54,188,152;--bs-info:#5c9fd8;--bs-info-contrast:#000;--bs-info-shift:#4e87b8;--bs-info-rgb:92,159,216;--bs-warning:#ffc107;--bs-warning-contrast:#000;--bs-warning-shift:#d9a406;--bs-warning-rgb:255,193,7;--bs-danger:#f4516c;--bs-danger-contrast:#000;--bs-danger-shift:#cf455c;--bs-danger-rgb:244,81,108;--bs-light:#f8f9fa;--bs-light-contrast:#000;--bs-light-shift:#d3d4d5;--bs-light-rgb:248,249,250;--bs-dark:#040c12;--bs-dark-contrast:#fff;--bs-dark-shift:#040a0f;--bs-dark-rgb:4,12,18;--bs-tip:#9271d1;--bs-tip-contrast:#000;--bs-tip-shift:#7c60b2;--bs-tip-rgb:146,113,209;--bs-primary-50:#eff5fb;--bs-primary-50-contrast:#000;--bs-primary-100:#deecf7;--bs-primary-100-contrast:#000;--bs-primary-150:#cee2f3;--bs-primary-150-contrast:#000;--bs-primary-200:#bed9ef;--bs-primary-200-contrast:#000;--bs-primary-250:#aecfec;--bs-primary-250-contrast:#000;--bs-primary-300:#9dc5e8;--bs-primary-300-contrast:#000;--bs-primary-350:#8dbce4;--bs-primary-350-contrast:#000;--bs-primary-400:#7db2e0;--bs-primary-400-contrast:#000;--bs-primary-450:#6ca9dc;--bs-primary-450-contrast:#000;--bs-primary-500:#5c9fd8;--bs-primary-500-contrast:#000;--bs-primary-550:#538fc2;--bs-primary-550-contrast:#000;--bs-primary-600:#4a7fad;--bs-primary-600-contrast:#000;--bs-primary-650:#406f97;--bs-primary-650-contrast:#fff;--bs-primary-700:#375f82;--bs-primary-700-contrast:#fff;--bs-primary-750:#2e506c;--bs-primary-750-contrast:#fff;--bs-primary-800:#254056;--bs-primary-800-contrast:#fff;--bs-primary-850:#1c3041;--bs-primary-850-contrast:#fff;--bs-primary-900:#12202b;--bs-primary-900-contrast:#fff;--bs-primary-950:#091016;--bs-primary-950-contrast:#fff;--bs-blue-50:#eff5fb;--bs-blue-50-contrast:#000;--bs-blue-100:#deecf7;--bs-blue-100-contrast:#000;--bs-blue-150:#cee2f3;--bs-blue-150-contrast:#000;--bs-blue-200:#bed9ef;--bs-blue-200-contrast:#000;--bs-blue-250:#aecfec;--bs-blue-250-contrast:#000;--bs-blue-300:#9dc5e8;--bs-blue-300-contrast:#000;--bs-blue-350:#8dbce4;--bs-blue-350-contrast:#000;--bs-blue-400:#7db2e0;--bs-blue-400-contrast:#000;--bs-blue-450:#6ca9dc;--bs-blue-450-contrast:#000;--bs-blue-500:#5c9fd8;--bs-blue-500-contrast:#000;--bs-blue-550:#538fc2;--bs-blue-550-contrast:#000;--bs-blue-600:#4a7fad;--bs-blue-600-contrast:#000;--bs-blue-650:#406f97;--bs-blue-650-contrast:#fff;--bs-blue-700:#375f82;--bs-blue-700-contrast:#fff;--bs-blue-750:#2e506c;--bs-blue-750-contrast:#fff;--bs-blue-800:#254056;--bs-blue-800-contrast:#fff;--bs-blue-850:#1c3041;--bs-blue-850-contrast:#fff;--bs-blue-900:#12202b;--bs-blue-900-contrast:#fff;--bs-blue-950:#091016;--bs-blue-950-contrast:#fff;--bs-purple-50:#f4f1fa;--bs-purple-50-contrast:#000;--bs-purple-100:#e9e3f6;--bs-purple-100-contrast:#000;--bs-purple-150:#ded4f1;--bs-purple-150-contrast:#000;--bs-purple-200:#d3c6ed;--bs-purple-200-contrast:#000;--bs-purple-250:#c9b8e8;--bs-purple-250-contrast:#000;--bs-purple-300:#beaae3;--bs-purple-300-contrast:#000;--bs-purple-350:#b39cdf;--bs-purple-350-contrast:#000;--bs-purple-400:#a88dda;--bs-purple-400-contrast:#000;--bs-purple-450:#9d7fd6;--bs-purple-450-contrast:#000;--bs-purple-500:#9271d1;--bs-purple-500-contrast:#000;--bs-purple-550:#8366bc;--bs-purple-550-contrast:#fff;--bs-purple-600:#755aa7;--bs-purple-600-contrast:#fff;--bs-purple-650:#664f92;--bs-purple-650-contrast:#fff;--bs-purple-700:#58447d;--bs-purple-700-contrast:#fff;--bs-purple-750:#493969;--bs-purple-750-contrast:#fff;--bs-purple-800:#3a2d54;--bs-purple-800-contrast:#fff;--bs-purple-850:#2c223f;--bs-purple-850-contrast:#fff;--bs-purple-900:#1d172a;--bs-purple-900-contrast:#fff;--bs-purple-950:#0f0b15;--bs-purple-950-contrast:#fff;--bs-pink-50:#fcedf4;--bs-pink-50-contrast:#000;--bs-pink-100:#f8dbea;--bs-pink-100-contrast:#000;--bs-pink-150:#f5c9df;--bs-pink-150-contrast:#000;--bs-pink-200:#f1b7d4;--bs-pink-200-contrast:#000;--bs-pink-250:#eea6ca;--bs-pink-250-contrast:#000;--bs-pink-300:#ea94bf;--bs-pink-300-contrast:#000;--bs-pink-350:#e782b4;--bs-pink-350-contrast:#000;--bs-pink-400:#e370a9;--bs-pink-400-contrast:#000;--bs-pink-450:#e05e9f;--bs-pink-450-contrast:#000;--bs-pink-500:#dc4c94;--bs-pink-500-contrast:#000;--bs-pink-550:#c64485;--bs-pink-550-contrast:#fff;--bs-pink-600:#b03d76;--bs-pink-600-contrast:#fff;--bs-pink-650:#9a3568;--bs-pink-650-contrast:#fff;--bs-pink-700:#842e59;--bs-pink-700-contrast:#fff;--bs-pink-750:#6e264a;--bs-pink-750-contrast:#fff;--bs-pink-800:#581e3b;--bs-pink-800-contrast:#fff;--bs-pink-850:#42172c;--bs-pink-850-contrast:#fff;--bs-pink-900:#2c0f1e;--bs-pink-900-contrast:#fff;--bs-pink-950:#16080f;--bs-pink-950-contrast:#fff;--bs-red-50:#feeef0;--bs-red-50-contrast:#000;--bs-red-100:#fddce2;--bs-red-100-contrast:#000;--bs-red-150:#fccbd3;--bs-red-150-contrast:#000;--bs-red-200:#fbb9c4;--bs-red-200-contrast:#000;--bs-red-250:#faa8b6;--bs-red-250-contrast:#000;--bs-red-300:#f897a7;--bs-red-300-contrast:#000;--bs-red-350:#f78598;--bs-red-350-contrast:#000;--bs-red-400:#f67489;--bs-red-400-contrast:#000;--bs-red-450:#f5627b;--bs-red-450-contrast:#000;--bs-red-500:#f4516c;--bs-red-500-contrast:#000;--bs-red-550:#dc4961;--bs-red-550-contrast:#000;--bs-red-600:#c34156;--bs-red-600-contrast:#fff;--bs-red-650:#ab394c;--bs-red-650-contrast:#fff;--bs-red-700:#923141;--bs-red-700-contrast:#fff;--bs-red-750:#7a2936;--bs-red-750-contrast:#fff;--bs-red-800:#62202b;--bs-red-800-contrast:#fff;--bs-red-850:#491820;--bs-red-850-contrast:#fff;--bs-red-900:#311016;--bs-red-900-contrast:#fff;--bs-red-950:#18080b;--bs-red-950-contrast:#fff;--bs-orange-50:#fff2e8;--bs-orange-50-contrast:#000;--bs-orange-100:#ffe5d0;--bs-orange-100-contrast:#000;--bs-orange-150:#fed8b9;--bs-orange-150-contrast:#000;--bs-orange-200:#fecba1;--bs-orange-200-contrast:#000;--bs-orange-250:#febf8a;--bs-orange-250-contrast:#000;--bs-orange-300:#feb272;--bs-orange-300-contrast:#000;--bs-orange-350:#fea55b;--bs-orange-350-contrast:#000;--bs-orange-400:#fd9843;--bs-orange-400-contrast:#000;--bs-orange-450:#fd8b2c;--bs-orange-450-contrast:#000;--bs-orange-500:#fd7e14;--bs-orange-500-contrast:#000;--bs-orange-550:#e47112;--bs-orange-550-contrast:#000;--bs-orange-600:#ca6510;--bs-orange-600-contrast:#000;--bs-orange-650:#b1580e;--bs-orange-650-contrast:#fff;--bs-orange-700:#984c0c;--bs-orange-700-contrast:#fff;--bs-orange-750:#7f3f0a;--bs-orange-750-contrast:#fff;--bs-orange-800:#653208;--bs-orange-800-contrast:#fff;--bs-orange-850:#4c2606;--bs-orange-850-contrast:#fff;--bs-orange-900:#331904;--bs-orange-900-contrast:#fff;--bs-orange-950:#190d02;--bs-orange-950-contrast:#fff;--bs-yellow-50:#fff9e6;--bs-yellow-50-contrast:#000;--bs-yellow-100:#fff3cd;--bs-yellow-100-contrast:#000;--bs-yellow-150:#ffecb5;--bs-yellow-150-contrast:#000;--bs-yellow-200:#ffe69c;--bs-yellow-200-contrast:#000;--bs-yellow-250:#ffe083;--bs-yellow-250-contrast:#000;--bs-yellow-300:#ffda6a;--bs-yellow-300-contrast:#000;--bs-yellow-350:#ffd451;--bs-yellow-350-contrast:#000;--bs-yellow-400:#ffcd39;--bs-yellow-400-contrast:#000;--bs-yellow-450:#ffc720;--bs-yellow-450-contrast:#000;--bs-yellow-500:#ffc107;--bs-yellow-500-contrast:#000;--bs-yellow-550:#e6ae06;--bs-yellow-550-contrast:#000;--bs-yellow-600:#cc9a06;--bs-yellow-600-contrast:#000;--bs-yellow-650:#b38705;--bs-yellow-650-contrast:#000;--bs-yellow-700:#997404;--bs-yellow-700-contrast:#000;--bs-yellow-750:#806104;--bs-yellow-750-contrast:#fff;--bs-yellow-800:#664d03;--bs-yellow-800-contrast:#fff;--bs-yellow-850:#4d3a02;--bs-yellow-850-contrast:#fff;--bs-yellow-900:#332701;--bs-yellow-900-contrast:#fff;--bs-yellow-950:#1a1301;--bs-yellow-950-contrast:#fff;--bs-green-50:#ebf8f5;--bs-green-50-contrast:#000;--bs-green-100:#d7f2ea;--bs-green-100-contrast:#000;--bs-green-150:#c3ebe0;--bs-green-150-contrast:#000;--bs-green-200:#afe4d6;--bs-green-200-contrast:#000;--bs-green-250:#9bdecc;--bs-green-250-contrast:#000;--bs-green-300:#86d7c1;--bs-green-300-contrast:#000;--bs-green-350:#72d0b7;--bs-green-350-contrast:#000;--bs-green-400:#5ec9ad;--bs-green-400-contrast:#000;--bs-green-450:#4ac3a2;--bs-green-450-contrast:#000;--bs-green-500:#36bc98;--bs-green-500-contrast:#000;--bs-green-550:#31a989;--bs-green-550-contrast:#000;--bs-green-600:#2b967a;--bs-green-600-contrast:#000;--bs-green-650:#26846a;--bs-green-650-contrast:#fff;--bs-green-700:#20715b;--bs-green-700-contrast:#fff;--bs-green-750:#1b5e4c;--bs-green-750-contrast:#fff;--bs-green-800:#164b3d;--bs-green-800-contrast:#fff;--bs-green-850:#10382e;--bs-green-850-contrast:#fff;--bs-green-900:#0b261e;--bs-green-900-contrast:#fff;--bs-green-950:#05130f;--bs-green-950-contrast:#fff;--bs-tertiary-bg-contrast:#fff;--bs-secondary-bg-contrast:#fff}:root,[data-bs-theme=light]{--bs-blue:#2c75b5;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d1297d;--bs-red:#e10e32;--bs-orange:#bb5502;--bs-yellow:#8f6b00;--bs-green:#257e67;--bs-teal:#257e67;--bs-cyan:#077b92;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#2c75b5;--bs-secondary:#878f97;--bs-success:#257e67;--bs-info:#2c75b5;--bs-warning:#8f6b00;--bs-danger:#e10e32;--bs-light:#f8f9fa;--bs-dark:#040c12;--bs-tip:#6f42c1;--bs-primary-rgb:44,117,181;--bs-secondary-rgb:135,143,151;--bs-success-rgb:37,126,103;--bs-info-rgb:44,117,181;--bs-warning-rgb:143,107,0;--bs-danger-rgb:225,14,50;--bs-light-rgb:248,249,250;--bs-dark-rgb:4,12,18;--bs-tip-rgb:111,66,193;--bs-primary-text-emphasis:#122f48;--bs-secondary-text-emphasis:#36393c;--bs-success-text-emphasis:#0f3229;--bs-info-text-emphasis:#122f48;--bs-warning-text-emphasis:#392b00;--bs-danger-text-emphasis:#5a0614;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d5e3f0;--bs-secondary-bg-subtle:#e7e9ea;--bs-success-bg-subtle:#d3e5e1;--bs-info-bg-subtle:#d5e3f0;--bs-warning-bg-subtle:#e9e1cc;--bs-danger-bg-subtle:#f9cfd6;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#abc8e1;--bs-secondary-border-subtle:#cfd2d5;--bs-success-border-subtle:#a8cbc2;--bs-info-border-subtle:#abc8e1;--bs-warning-border-subtle:#d2c499;--bs-danger-border-subtle:#f39fad;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"PT Sans",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.7;--bs-body-color:#040c12;--bs-body-color-rgb:4,12,18;--bs-body-bg:#f8f9fa;--bs-body-bg-rgb:248,249,250;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(4,12,18,.75);--bs-secondary-color-rgb:4,12,18;--bs-secondary-bg:#fff;--bs-secondary-bg-rgb:255,255,255;--bs-tertiary-color:rgba(4,12,18,.5);--bs-tertiary-color-rgb:4,12,18;--bs-tertiary-bg:#dee2e6;--bs-tertiary-bg-rgb:222,226,230;--bs-heading-color:inherit;--bs-link-color:#2c75b5;--bs-link-color-rgb:44,117,181;--bs-link-decoration:underline;--bs-link-hover-color:#235e91;--bs-link-hover-color-rgb:35,94,145;--bs-code-color:var(--bs-body-color);--bs-highlight-color:#040c12;--bs-highlight-bg:#e9e1cc;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#dee2e6;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(44,117,181,.25);--bs-form-valid-color:#257e67;--bs-form-valid-border-color:#257e67;--bs-form-invalid-color:#e10e32;--bs-form-invalid-border-color:#e10e32}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#e9ecef;--bs-body-color-rgb:233,236,239;--bs-body-bg:#040c12;--bs-body-bg-rgb:4,12,18;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(233,236,239,.75);--bs-secondary-color-rgb:233,236,239;--bs-secondary-bg:#141b1f;--bs-secondary-bg-rgb:20,27,31;--bs-tertiary-color:rgba(233,236,239,.5);--bs-tertiary-color-rgb:233,236,239;--bs-tertiary-bg:#2b3135;--bs-tertiary-bg-rgb:43,49,53;--bs-primary-text-emphasis:#80acd3;--bs-secondary-text-emphasis:#b7bcc1;--bs-success-text-emphasis:#7cb2a4;--bs-info-text-emphasis:#80acd3;--bs-warning-text-emphasis:#bca666;--bs-danger-text-emphasis:#ed6e84;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#254056;--bs-secondary-bg-subtle:#1b1d1e;--bs-success-bg-subtle:#164b3d;--bs-info-bg-subtle:#254056;--bs-warning-bg-subtle:#664d03;--bs-danger-bg-subtle:#62202b;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#375f82;--bs-secondary-border-subtle:#51565b;--bs-success-border-subtle:#20715b;--bs-info-border-subtle:#375f82;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#923141;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#5c9fd8;--bs-link-hover-color:#4a7fad;--bs-link-color-rgb:92,159,216;--bs-link-hover-color-rgb:74,127,173;--bs-code-color:var(--bs-body-color);--bs-highlight-color:#e9ecef;--bs-highlight-bg:#392b00;--bs-border-color:#2b3135;--bs-border-color-translucent:#2b3135;--bs-form-valid-color:#7cb2a4;--bs-form-valid-border-color:#7cb2a4;--bs-form-invalid-color:#ed6e84;--bs-form-invalid-border-color:#ed6e84}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.7;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{color:var(--bs-code-color);font-size:.875em;word-wrap:break-word}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{max-width:1536px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:1600px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:6rem}.g-6,.gy-6{--bs-gutter-y:6rem}.g-7,.gx-7{--bs-gutter-x:12rem}.g-7,.gy-7{--bs-gutter-y:12rem}.g-8,.gx-8{--bs-gutter-x:20rem}.g-8,.gy-8{--bs-gutter-y:20rem}.g-c45,.gx-c45{--bs-gutter-x:0.45rem}.g-c45,.gy-c45{--bs-gutter-y:0.45rem}.g-c75,.gx-c75{--bs-gutter-x:0.75rem}.g-c75,.gy-c75{--bs-gutter-y:0.75rem}.g-c1-25,.gx-c1-25{--bs-gutter-x:1.25rem}.g-c1-25,.gy-c1-25{--bs-gutter-y:1.25rem}.g-c1-75,.gx-c1-75{--bs-gutter-x:1.75rem}.g-c1-75,.gy-c1-75{--bs-gutter-y:1.75rem}.g-c2,.gx-c2{--bs-gutter-x:2rem}.g-c2,.gy-c2{--bs-gutter-y:2rem}.g-c2-25,.gx-c2-25{--bs-gutter-x:2.25rem}.g-c2-25,.gy-c2-25{--bs-gutter-y:2.25rem}.g-c2-75,.gx-c2-75{--bs-gutter-x:2.75rem}.g-c2-75,.gy-c2-75{--bs-gutter-y:2.75rem}.g-c3-75,.gx-c3-75{--bs-gutter-x:3.75rem}.g-c3-75,.gy-c3-75{--bs-gutter-y:3.75rem}.g-c4,.gx-c4{--bs-gutter-x:4rem}.g-c4,.gy-c4{--bs-gutter-y:4rem}.g-c4-5,.gx-c4-5{--bs-gutter-x:4.5rem}.g-c4-5,.gy-c4-5{--bs-gutter-y:4.5rem}.g-c4-75,.gx-c4-75{--bs-gutter-x:4.75rem}.g-c4-75,.gy-c4-75{--bs-gutter-y:4.75rem}.g-c5,.gx-c5{--bs-gutter-x:5rem}.g-c5,.gy-c5{--bs-gutter-y:5rem}.g-c6,.gx-c6{--bs-gutter-x:6rem}.g-c6,.gy-c6{--bs-gutter-y:6rem}.g-c7,.gx-c7{--bs-gutter-x:7rem}.g-c7,.gy-c7{--bs-gutter-y:7rem}.g-c5-px,.gx-c5-px{--bs-gutter-x:5px}.g-c5-px,.gy-c5-px{--bs-gutter-y:5px}.g-c10-px,.gx-c10-px{--bs-gutter-x:10px}.g-c10-px,.gy-c10-px{--bs-gutter-y:10px}.g-c15-px,.gx-c15-px{--bs-gutter-x:15px}.g-c15-px,.gy-c15-px{--bs-gutter-y:15px}.g-c20-px,.gx-c20-px{--bs-gutter-x:20px}.g-c20-px,.gy-c20-px{--bs-gutter-y:20px}.g-c30-px,.gx-c30-px{--bs-gutter-x:30px}.g-c30-px,.gy-c30-px{--bs-gutter-y:30px}.g-c35-px,.gx-c35-px{--bs-gutter-x:35px}.g-c35-px,.gy-c35-px{--bs-gutter-y:35px}.g-c40-px,.gx-c40-px{--bs-gutter-x:40px}.g-c40-px,.gy-c40-px{--bs-gutter-y:40px}.g-c50-px,.gx-c50-px{--bs-gutter-x:50px}.g-c50-px,.gy-c50-px{--bs-gutter-y:50px}.g-c60-px,.gx-c60-px{--bs-gutter-x:60px}.g-c60-px,.gy-c60-px{--bs-gutter-y:60px}.g-c65-px,.gx-c65-px{--bs-gutter-x:65px}.g-c65-px,.gy-c65-px{--bs-gutter-y:65px}.g-c70-px,.gx-c70-px{--bs-gutter-x:70px}.g-c70-px,.gy-c70-px{--bs-gutter-y:70px}.g-c75-px,.gx-c75-px{--bs-gutter-x:75px}.g-c75-px,.gy-c75-px{--bs-gutter-y:75px}.g-c80-px,.gx-c80-px{--bs-gutter-x:80px}.g-c80-px,.gy-c80-px{--bs-gutter-y:80px}.g-c90-px,.gx-c90-px{--bs-gutter-x:90px}.g-c90-px,.gy-c90-px{--bs-gutter-y:90px}.g-c100-px,.gx-c100-px{--bs-gutter-x:100px}.g-c100-px,.gy-c100-px{--bs-gutter-y:100px}.g-c125-px,.gx-c125-px{--bs-gutter-x:125px}.g-c125-px,.gy-c125-px{--bs-gutter-y:125px}.g-c130-px,.gx-c130-px{--bs-gutter-x:130px}.g-c130-px,.gy-c130-px{--bs-gutter-y:130px}.g-c200-px,.gx-c200-px{--bs-gutter-x:200px}.g-c200-px,.gy-c200-px{--bs-gutter-y:200px}.g-c250-px,.gx-c250-px{--bs-gutter-x:250px}.g-c250-px,.gy-c250-px{--bs-gutter-y:250px}.g-c300-px,.gx-c300-px{--bs-gutter-x:300px}.g-c300-px,.gy-c300-px{--bs-gutter-y:300px}.g-c400-px,.gx-c400-px{--bs-gutter-x:400px}.g-c400-px,.gy-c400-px{--bs-gutter-y:400px}.g-c500-px,.gx-c500-px{--bs-gutter-x:500px}.g-c500-px,.gy-c500-px{--bs-gutter-y:500px}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:6rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:6rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:12rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:12rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:20rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:20rem}.g-sm-c45,.gx-sm-c45{--bs-gutter-x:0.45rem}.g-sm-c45,.gy-sm-c45{--bs-gutter-y:0.45rem}.g-sm-c75,.gx-sm-c75{--bs-gutter-x:0.75rem}.g-sm-c75,.gy-sm-c75{--bs-gutter-y:0.75rem}.g-sm-c1-25,.gx-sm-c1-25{--bs-gutter-x:1.25rem}.g-sm-c1-25,.gy-sm-c1-25{--bs-gutter-y:1.25rem}.g-sm-c1-75,.gx-sm-c1-75{--bs-gutter-x:1.75rem}.g-sm-c1-75,.gy-sm-c1-75{--bs-gutter-y:1.75rem}.g-sm-c2,.gx-sm-c2{--bs-gutter-x:2rem}.g-sm-c2,.gy-sm-c2{--bs-gutter-y:2rem}.g-sm-c2-25,.gx-sm-c2-25{--bs-gutter-x:2.25rem}.g-sm-c2-25,.gy-sm-c2-25{--bs-gutter-y:2.25rem}.g-sm-c2-75,.gx-sm-c2-75{--bs-gutter-x:2.75rem}.g-sm-c2-75,.gy-sm-c2-75{--bs-gutter-y:2.75rem}.g-sm-c3-75,.gx-sm-c3-75{--bs-gutter-x:3.75rem}.g-sm-c3-75,.gy-sm-c3-75{--bs-gutter-y:3.75rem}.g-sm-c4,.gx-sm-c4{--bs-gutter-x:4rem}.g-sm-c4,.gy-sm-c4{--bs-gutter-y:4rem}.g-sm-c4-5,.gx-sm-c4-5{--bs-gutter-x:4.5rem}.g-sm-c4-5,.gy-sm-c4-5{--bs-gutter-y:4.5rem}.g-sm-c4-75,.gx-sm-c4-75{--bs-gutter-x:4.75rem}.g-sm-c4-75,.gy-sm-c4-75{--bs-gutter-y:4.75rem}.g-sm-c5,.gx-sm-c5{--bs-gutter-x:5rem}.g-sm-c5,.gy-sm-c5{--bs-gutter-y:5rem}.g-sm-c6,.gx-sm-c6{--bs-gutter-x:6rem}.g-sm-c6,.gy-sm-c6{--bs-gutter-y:6rem}.g-sm-c7,.gx-sm-c7{--bs-gutter-x:7rem}.g-sm-c7,.gy-sm-c7{--bs-gutter-y:7rem}.g-sm-c5-px,.gx-sm-c5-px{--bs-gutter-x:5px}.g-sm-c5-px,.gy-sm-c5-px{--bs-gutter-y:5px}.g-sm-c10-px,.gx-sm-c10-px{--bs-gutter-x:10px}.g-sm-c10-px,.gy-sm-c10-px{--bs-gutter-y:10px}.g-sm-c15-px,.gx-sm-c15-px{--bs-gutter-x:15px}.g-sm-c15-px,.gy-sm-c15-px{--bs-gutter-y:15px}.g-sm-c20-px,.gx-sm-c20-px{--bs-gutter-x:20px}.g-sm-c20-px,.gy-sm-c20-px{--bs-gutter-y:20px}.g-sm-c30-px,.gx-sm-c30-px{--bs-gutter-x:30px}.g-sm-c30-px,.gy-sm-c30-px{--bs-gutter-y:30px}.g-sm-c35-px,.gx-sm-c35-px{--bs-gutter-x:35px}.g-sm-c35-px,.gy-sm-c35-px{--bs-gutter-y:35px}.g-sm-c40-px,.gx-sm-c40-px{--bs-gutter-x:40px}.g-sm-c40-px,.gy-sm-c40-px{--bs-gutter-y:40px}.g-sm-c50-px,.gx-sm-c50-px{--bs-gutter-x:50px}.g-sm-c50-px,.gy-sm-c50-px{--bs-gutter-y:50px}.g-sm-c60-px,.gx-sm-c60-px{--bs-gutter-x:60px}.g-sm-c60-px,.gy-sm-c60-px{--bs-gutter-y:60px}.g-sm-c65-px,.gx-sm-c65-px{--bs-gutter-x:65px}.g-sm-c65-px,.gy-sm-c65-px{--bs-gutter-y:65px}.g-sm-c70-px,.gx-sm-c70-px{--bs-gutter-x:70px}.g-sm-c70-px,.gy-sm-c70-px{--bs-gutter-y:70px}.g-sm-c75-px,.gx-sm-c75-px{--bs-gutter-x:75px}.g-sm-c75-px,.gy-sm-c75-px{--bs-gutter-y:75px}.g-sm-c80-px,.gx-sm-c80-px{--bs-gutter-x:80px}.g-sm-c80-px,.gy-sm-c80-px{--bs-gutter-y:80px}.g-sm-c90-px,.gx-sm-c90-px{--bs-gutter-x:90px}.g-sm-c90-px,.gy-sm-c90-px{--bs-gutter-y:90px}.g-sm-c100-px,.gx-sm-c100-px{--bs-gutter-x:100px}.g-sm-c100-px,.gy-sm-c100-px{--bs-gutter-y:100px}.g-sm-c125-px,.gx-sm-c125-px{--bs-gutter-x:125px}.g-sm-c125-px,.gy-sm-c125-px{--bs-gutter-y:125px}.g-sm-c130-px,.gx-sm-c130-px{--bs-gutter-x:130px}.g-sm-c130-px,.gy-sm-c130-px{--bs-gutter-y:130px}.g-sm-c200-px,.gx-sm-c200-px{--bs-gutter-x:200px}.g-sm-c200-px,.gy-sm-c200-px{--bs-gutter-y:200px}.g-sm-c250-px,.gx-sm-c250-px{--bs-gutter-x:250px}.g-sm-c250-px,.gy-sm-c250-px{--bs-gutter-y:250px}.g-sm-c300-px,.gx-sm-c300-px{--bs-gutter-x:300px}.g-sm-c300-px,.gy-sm-c300-px{--bs-gutter-y:300px}.g-sm-c400-px,.gx-sm-c400-px{--bs-gutter-x:400px}.g-sm-c400-px,.gy-sm-c400-px{--bs-gutter-y:400px}.g-sm-c500-px,.gx-sm-c500-px{--bs-gutter-x:500px}.g-sm-c500-px,.gy-sm-c500-px{--bs-gutter-y:500px}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:6rem}.g-md-6,.gy-md-6{--bs-gutter-y:6rem}.g-md-7,.gx-md-7{--bs-gutter-x:12rem}.g-md-7,.gy-md-7{--bs-gutter-y:12rem}.g-md-8,.gx-md-8{--bs-gutter-x:20rem}.g-md-8,.gy-md-8{--bs-gutter-y:20rem}.g-md-c45,.gx-md-c45{--bs-gutter-x:0.45rem}.g-md-c45,.gy-md-c45{--bs-gutter-y:0.45rem}.g-md-c75,.gx-md-c75{--bs-gutter-x:0.75rem}.g-md-c75,.gy-md-c75{--bs-gutter-y:0.75rem}.g-md-c1-25,.gx-md-c1-25{--bs-gutter-x:1.25rem}.g-md-c1-25,.gy-md-c1-25{--bs-gutter-y:1.25rem}.g-md-c1-75,.gx-md-c1-75{--bs-gutter-x:1.75rem}.g-md-c1-75,.gy-md-c1-75{--bs-gutter-y:1.75rem}.g-md-c2,.gx-md-c2{--bs-gutter-x:2rem}.g-md-c2,.gy-md-c2{--bs-gutter-y:2rem}.g-md-c2-25,.gx-md-c2-25{--bs-gutter-x:2.25rem}.g-md-c2-25,.gy-md-c2-25{--bs-gutter-y:2.25rem}.g-md-c2-75,.gx-md-c2-75{--bs-gutter-x:2.75rem}.g-md-c2-75,.gy-md-c2-75{--bs-gutter-y:2.75rem}.g-md-c3-75,.gx-md-c3-75{--bs-gutter-x:3.75rem}.g-md-c3-75,.gy-md-c3-75{--bs-gutter-y:3.75rem}.g-md-c4,.gx-md-c4{--bs-gutter-x:4rem}.g-md-c4,.gy-md-c4{--bs-gutter-y:4rem}.g-md-c4-5,.gx-md-c4-5{--bs-gutter-x:4.5rem}.g-md-c4-5,.gy-md-c4-5{--bs-gutter-y:4.5rem}.g-md-c4-75,.gx-md-c4-75{--bs-gutter-x:4.75rem}.g-md-c4-75,.gy-md-c4-75{--bs-gutter-y:4.75rem}.g-md-c5,.gx-md-c5{--bs-gutter-x:5rem}.g-md-c5,.gy-md-c5{--bs-gutter-y:5rem}.g-md-c6,.gx-md-c6{--bs-gutter-x:6rem}.g-md-c6,.gy-md-c6{--bs-gutter-y:6rem}.g-md-c7,.gx-md-c7{--bs-gutter-x:7rem}.g-md-c7,.gy-md-c7{--bs-gutter-y:7rem}.g-md-c5-px,.gx-md-c5-px{--bs-gutter-x:5px}.g-md-c5-px,.gy-md-c5-px{--bs-gutter-y:5px}.g-md-c10-px,.gx-md-c10-px{--bs-gutter-x:10px}.g-md-c10-px,.gy-md-c10-px{--bs-gutter-y:10px}.g-md-c15-px,.gx-md-c15-px{--bs-gutter-x:15px}.g-md-c15-px,.gy-md-c15-px{--bs-gutter-y:15px}.g-md-c20-px,.gx-md-c20-px{--bs-gutter-x:20px}.g-md-c20-px,.gy-md-c20-px{--bs-gutter-y:20px}.g-md-c30-px,.gx-md-c30-px{--bs-gutter-x:30px}.g-md-c30-px,.gy-md-c30-px{--bs-gutter-y:30px}.g-md-c35-px,.gx-md-c35-px{--bs-gutter-x:35px}.g-md-c35-px,.gy-md-c35-px{--bs-gutter-y:35px}.g-md-c40-px,.gx-md-c40-px{--bs-gutter-x:40px}.g-md-c40-px,.gy-md-c40-px{--bs-gutter-y:40px}.g-md-c50-px,.gx-md-c50-px{--bs-gutter-x:50px}.g-md-c50-px,.gy-md-c50-px{--bs-gutter-y:50px}.g-md-c60-px,.gx-md-c60-px{--bs-gutter-x:60px}.g-md-c60-px,.gy-md-c60-px{--bs-gutter-y:60px}.g-md-c65-px,.gx-md-c65-px{--bs-gutter-x:65px}.g-md-c65-px,.gy-md-c65-px{--bs-gutter-y:65px}.g-md-c70-px,.gx-md-c70-px{--bs-gutter-x:70px}.g-md-c70-px,.gy-md-c70-px{--bs-gutter-y:70px}.g-md-c75-px,.gx-md-c75-px{--bs-gutter-x:75px}.g-md-c75-px,.gy-md-c75-px{--bs-gutter-y:75px}.g-md-c80-px,.gx-md-c80-px{--bs-gutter-x:80px}.g-md-c80-px,.gy-md-c80-px{--bs-gutter-y:80px}.g-md-c90-px,.gx-md-c90-px{--bs-gutter-x:90px}.g-md-c90-px,.gy-md-c90-px{--bs-gutter-y:90px}.g-md-c100-px,.gx-md-c100-px{--bs-gutter-x:100px}.g-md-c100-px,.gy-md-c100-px{--bs-gutter-y:100px}.g-md-c125-px,.gx-md-c125-px{--bs-gutter-x:125px}.g-md-c125-px,.gy-md-c125-px{--bs-gutter-y:125px}.g-md-c130-px,.gx-md-c130-px{--bs-gutter-x:130px}.g-md-c130-px,.gy-md-c130-px{--bs-gutter-y:130px}.g-md-c200-px,.gx-md-c200-px{--bs-gutter-x:200px}.g-md-c200-px,.gy-md-c200-px{--bs-gutter-y:200px}.g-md-c250-px,.gx-md-c250-px{--bs-gutter-x:250px}.g-md-c250-px,.gy-md-c250-px{--bs-gutter-y:250px}.g-md-c300-px,.gx-md-c300-px{--bs-gutter-x:300px}.g-md-c300-px,.gy-md-c300-px{--bs-gutter-y:300px}.g-md-c400-px,.gx-md-c400-px{--bs-gutter-x:400px}.g-md-c400-px,.gy-md-c400-px{--bs-gutter-y:400px}.g-md-c500-px,.gx-md-c500-px{--bs-gutter-x:500px}.g-md-c500-px,.gy-md-c500-px{--bs-gutter-y:500px}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:6rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:6rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:12rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:12rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:20rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:20rem}.g-lg-c45,.gx-lg-c45{--bs-gutter-x:0.45rem}.g-lg-c45,.gy-lg-c45{--bs-gutter-y:0.45rem}.g-lg-c75,.gx-lg-c75{--bs-gutter-x:0.75rem}.g-lg-c75,.gy-lg-c75{--bs-gutter-y:0.75rem}.g-lg-c1-25,.gx-lg-c1-25{--bs-gutter-x:1.25rem}.g-lg-c1-25,.gy-lg-c1-25{--bs-gutter-y:1.25rem}.g-lg-c1-75,.gx-lg-c1-75{--bs-gutter-x:1.75rem}.g-lg-c1-75,.gy-lg-c1-75{--bs-gutter-y:1.75rem}.g-lg-c2,.gx-lg-c2{--bs-gutter-x:2rem}.g-lg-c2,.gy-lg-c2{--bs-gutter-y:2rem}.g-lg-c2-25,.gx-lg-c2-25{--bs-gutter-x:2.25rem}.g-lg-c2-25,.gy-lg-c2-25{--bs-gutter-y:2.25rem}.g-lg-c2-75,.gx-lg-c2-75{--bs-gutter-x:2.75rem}.g-lg-c2-75,.gy-lg-c2-75{--bs-gutter-y:2.75rem}.g-lg-c3-75,.gx-lg-c3-75{--bs-gutter-x:3.75rem}.g-lg-c3-75,.gy-lg-c3-75{--bs-gutter-y:3.75rem}.g-lg-c4,.gx-lg-c4{--bs-gutter-x:4rem}.g-lg-c4,.gy-lg-c4{--bs-gutter-y:4rem}.g-lg-c4-5,.gx-lg-c4-5{--bs-gutter-x:4.5rem}.g-lg-c4-5,.gy-lg-c4-5{--bs-gutter-y:4.5rem}.g-lg-c4-75,.gx-lg-c4-75{--bs-gutter-x:4.75rem}.g-lg-c4-75,.gy-lg-c4-75{--bs-gutter-y:4.75rem}.g-lg-c5,.gx-lg-c5{--bs-gutter-x:5rem}.g-lg-c5,.gy-lg-c5{--bs-gutter-y:5rem}.g-lg-c6,.gx-lg-c6{--bs-gutter-x:6rem}.g-lg-c6,.gy-lg-c6{--bs-gutter-y:6rem}.g-lg-c7,.gx-lg-c7{--bs-gutter-x:7rem}.g-lg-c7,.gy-lg-c7{--bs-gutter-y:7rem}.g-lg-c5-px,.gx-lg-c5-px{--bs-gutter-x:5px}.g-lg-c5-px,.gy-lg-c5-px{--bs-gutter-y:5px}.g-lg-c10-px,.gx-lg-c10-px{--bs-gutter-x:10px}.g-lg-c10-px,.gy-lg-c10-px{--bs-gutter-y:10px}.g-lg-c15-px,.gx-lg-c15-px{--bs-gutter-x:15px}.g-lg-c15-px,.gy-lg-c15-px{--bs-gutter-y:15px}.g-lg-c20-px,.gx-lg-c20-px{--bs-gutter-x:20px}.g-lg-c20-px,.gy-lg-c20-px{--bs-gutter-y:20px}.g-lg-c30-px,.gx-lg-c30-px{--bs-gutter-x:30px}.g-lg-c30-px,.gy-lg-c30-px{--bs-gutter-y:30px}.g-lg-c35-px,.gx-lg-c35-px{--bs-gutter-x:35px}.g-lg-c35-px,.gy-lg-c35-px{--bs-gutter-y:35px}.g-lg-c40-px,.gx-lg-c40-px{--bs-gutter-x:40px}.g-lg-c40-px,.gy-lg-c40-px{--bs-gutter-y:40px}.g-lg-c50-px,.gx-lg-c50-px{--bs-gutter-x:50px}.g-lg-c50-px,.gy-lg-c50-px{--bs-gutter-y:50px}.g-lg-c60-px,.gx-lg-c60-px{--bs-gutter-x:60px}.g-lg-c60-px,.gy-lg-c60-px{--bs-gutter-y:60px}.g-lg-c65-px,.gx-lg-c65-px{--bs-gutter-x:65px}.g-lg-c65-px,.gy-lg-c65-px{--bs-gutter-y:65px}.g-lg-c70-px,.gx-lg-c70-px{--bs-gutter-x:70px}.g-lg-c70-px,.gy-lg-c70-px{--bs-gutter-y:70px}.g-lg-c75-px,.gx-lg-c75-px{--bs-gutter-x:75px}.g-lg-c75-px,.gy-lg-c75-px{--bs-gutter-y:75px}.g-lg-c80-px,.gx-lg-c80-px{--bs-gutter-x:80px}.g-lg-c80-px,.gy-lg-c80-px{--bs-gutter-y:80px}.g-lg-c90-px,.gx-lg-c90-px{--bs-gutter-x:90px}.g-lg-c90-px,.gy-lg-c90-px{--bs-gutter-y:90px}.g-lg-c100-px,.gx-lg-c100-px{--bs-gutter-x:100px}.g-lg-c100-px,.gy-lg-c100-px{--bs-gutter-y:100px}.g-lg-c125-px,.gx-lg-c125-px{--bs-gutter-x:125px}.g-lg-c125-px,.gy-lg-c125-px{--bs-gutter-y:125px}.g-lg-c130-px,.gx-lg-c130-px{--bs-gutter-x:130px}.g-lg-c130-px,.gy-lg-c130-px{--bs-gutter-y:130px}.g-lg-c200-px,.gx-lg-c200-px{--bs-gutter-x:200px}.g-lg-c200-px,.gy-lg-c200-px{--bs-gutter-y:200px}.g-lg-c250-px,.gx-lg-c250-px{--bs-gutter-x:250px}.g-lg-c250-px,.gy-lg-c250-px{--bs-gutter-y:250px}.g-lg-c300-px,.gx-lg-c300-px{--bs-gutter-x:300px}.g-lg-c300-px,.gy-lg-c300-px{--bs-gutter-y:300px}.g-lg-c400-px,.gx-lg-c400-px{--bs-gutter-x:400px}.g-lg-c400-px,.gy-lg-c400-px{--bs-gutter-y:400px}.g-lg-c500-px,.gx-lg-c500-px{--bs-gutter-x:500px}.g-lg-c500-px,.gy-lg-c500-px{--bs-gutter-y:500px}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:6rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:6rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:12rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:12rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:20rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:20rem}.g-xl-c45,.gx-xl-c45{--bs-gutter-x:0.45rem}.g-xl-c45,.gy-xl-c45{--bs-gutter-y:0.45rem}.g-xl-c75,.gx-xl-c75{--bs-gutter-x:0.75rem}.g-xl-c75,.gy-xl-c75{--bs-gutter-y:0.75rem}.g-xl-c1-25,.gx-xl-c1-25{--bs-gutter-x:1.25rem}.g-xl-c1-25,.gy-xl-c1-25{--bs-gutter-y:1.25rem}.g-xl-c1-75,.gx-xl-c1-75{--bs-gutter-x:1.75rem}.g-xl-c1-75,.gy-xl-c1-75{--bs-gutter-y:1.75rem}.g-xl-c2,.gx-xl-c2{--bs-gutter-x:2rem}.g-xl-c2,.gy-xl-c2{--bs-gutter-y:2rem}.g-xl-c2-25,.gx-xl-c2-25{--bs-gutter-x:2.25rem}.g-xl-c2-25,.gy-xl-c2-25{--bs-gutter-y:2.25rem}.g-xl-c2-75,.gx-xl-c2-75{--bs-gutter-x:2.75rem}.g-xl-c2-75,.gy-xl-c2-75{--bs-gutter-y:2.75rem}.g-xl-c3-75,.gx-xl-c3-75{--bs-gutter-x:3.75rem}.g-xl-c3-75,.gy-xl-c3-75{--bs-gutter-y:3.75rem}.g-xl-c4,.gx-xl-c4{--bs-gutter-x:4rem}.g-xl-c4,.gy-xl-c4{--bs-gutter-y:4rem}.g-xl-c4-5,.gx-xl-c4-5{--bs-gutter-x:4.5rem}.g-xl-c4-5,.gy-xl-c4-5{--bs-gutter-y:4.5rem}.g-xl-c4-75,.gx-xl-c4-75{--bs-gutter-x:4.75rem}.g-xl-c4-75,.gy-xl-c4-75{--bs-gutter-y:4.75rem}.g-xl-c5,.gx-xl-c5{--bs-gutter-x:5rem}.g-xl-c5,.gy-xl-c5{--bs-gutter-y:5rem}.g-xl-c6,.gx-xl-c6{--bs-gutter-x:6rem}.g-xl-c6,.gy-xl-c6{--bs-gutter-y:6rem}.g-xl-c7,.gx-xl-c7{--bs-gutter-x:7rem}.g-xl-c7,.gy-xl-c7{--bs-gutter-y:7rem}.g-xl-c5-px,.gx-xl-c5-px{--bs-gutter-x:5px}.g-xl-c5-px,.gy-xl-c5-px{--bs-gutter-y:5px}.g-xl-c10-px,.gx-xl-c10-px{--bs-gutter-x:10px}.g-xl-c10-px,.gy-xl-c10-px{--bs-gutter-y:10px}.g-xl-c15-px,.gx-xl-c15-px{--bs-gutter-x:15px}.g-xl-c15-px,.gy-xl-c15-px{--bs-gutter-y:15px}.g-xl-c20-px,.gx-xl-c20-px{--bs-gutter-x:20px}.g-xl-c20-px,.gy-xl-c20-px{--bs-gutter-y:20px}.g-xl-c30-px,.gx-xl-c30-px{--bs-gutter-x:30px}.g-xl-c30-px,.gy-xl-c30-px{--bs-gutter-y:30px}.g-xl-c35-px,.gx-xl-c35-px{--bs-gutter-x:35px}.g-xl-c35-px,.gy-xl-c35-px{--bs-gutter-y:35px}.g-xl-c40-px,.gx-xl-c40-px{--bs-gutter-x:40px}.g-xl-c40-px,.gy-xl-c40-px{--bs-gutter-y:40px}.g-xl-c50-px,.gx-xl-c50-px{--bs-gutter-x:50px}.g-xl-c50-px,.gy-xl-c50-px{--bs-gutter-y:50px}.g-xl-c60-px,.gx-xl-c60-px{--bs-gutter-x:60px}.g-xl-c60-px,.gy-xl-c60-px{--bs-gutter-y:60px}.g-xl-c65-px,.gx-xl-c65-px{--bs-gutter-x:65px}.g-xl-c65-px,.gy-xl-c65-px{--bs-gutter-y:65px}.g-xl-c70-px,.gx-xl-c70-px{--bs-gutter-x:70px}.g-xl-c70-px,.gy-xl-c70-px{--bs-gutter-y:70px}.g-xl-c75-px,.gx-xl-c75-px{--bs-gutter-x:75px}.g-xl-c75-px,.gy-xl-c75-px{--bs-gutter-y:75px}.g-xl-c80-px,.gx-xl-c80-px{--bs-gutter-x:80px}.g-xl-c80-px,.gy-xl-c80-px{--bs-gutter-y:80px}.g-xl-c90-px,.gx-xl-c90-px{--bs-gutter-x:90px}.g-xl-c90-px,.gy-xl-c90-px{--bs-gutter-y:90px}.g-xl-c100-px,.gx-xl-c100-px{--bs-gutter-x:100px}.g-xl-c100-px,.gy-xl-c100-px{--bs-gutter-y:100px}.g-xl-c125-px,.gx-xl-c125-px{--bs-gutter-x:125px}.g-xl-c125-px,.gy-xl-c125-px{--bs-gutter-y:125px}.g-xl-c130-px,.gx-xl-c130-px{--bs-gutter-x:130px}.g-xl-c130-px,.gy-xl-c130-px{--bs-gutter-y:130px}.g-xl-c200-px,.gx-xl-c200-px{--bs-gutter-x:200px}.g-xl-c200-px,.gy-xl-c200-px{--bs-gutter-y:200px}.g-xl-c250-px,.gx-xl-c250-px{--bs-gutter-x:250px}.g-xl-c250-px,.gy-xl-c250-px{--bs-gutter-y:250px}.g-xl-c300-px,.gx-xl-c300-px{--bs-gutter-x:300px}.g-xl-c300-px,.gy-xl-c300-px{--bs-gutter-y:300px}.g-xl-c400-px,.gx-xl-c400-px{--bs-gutter-x:400px}.g-xl-c400-px,.gy-xl-c400-px{--bs-gutter-y:400px}.g-xl-c500-px,.gx-xl-c500-px{--bs-gutter-x:500px}.g-xl-c500-px,.gy-xl-c500-px{--bs-gutter-y:500px}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:6rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:6rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:12rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:12rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:20rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:20rem}.g-xxl-c45,.gx-xxl-c45{--bs-gutter-x:0.45rem}.g-xxl-c45,.gy-xxl-c45{--bs-gutter-y:0.45rem}.g-xxl-c75,.gx-xxl-c75{--bs-gutter-x:0.75rem}.g-xxl-c75,.gy-xxl-c75{--bs-gutter-y:0.75rem}.g-xxl-c1-25,.gx-xxl-c1-25{--bs-gutter-x:1.25rem}.g-xxl-c1-25,.gy-xxl-c1-25{--bs-gutter-y:1.25rem}.g-xxl-c1-75,.gx-xxl-c1-75{--bs-gutter-x:1.75rem}.g-xxl-c1-75,.gy-xxl-c1-75{--bs-gutter-y:1.75rem}.g-xxl-c2,.gx-xxl-c2{--bs-gutter-x:2rem}.g-xxl-c2,.gy-xxl-c2{--bs-gutter-y:2rem}.g-xxl-c2-25,.gx-xxl-c2-25{--bs-gutter-x:2.25rem}.g-xxl-c2-25,.gy-xxl-c2-25{--bs-gutter-y:2.25rem}.g-xxl-c2-75,.gx-xxl-c2-75{--bs-gutter-x:2.75rem}.g-xxl-c2-75,.gy-xxl-c2-75{--bs-gutter-y:2.75rem}.g-xxl-c3-75,.gx-xxl-c3-75{--bs-gutter-x:3.75rem}.g-xxl-c3-75,.gy-xxl-c3-75{--bs-gutter-y:3.75rem}.g-xxl-c4,.gx-xxl-c4{--bs-gutter-x:4rem}.g-xxl-c4,.gy-xxl-c4{--bs-gutter-y:4rem}.g-xxl-c4-5,.gx-xxl-c4-5{--bs-gutter-x:4.5rem}.g-xxl-c4-5,.gy-xxl-c4-5{--bs-gutter-y:4.5rem}.g-xxl-c4-75,.gx-xxl-c4-75{--bs-gutter-x:4.75rem}.g-xxl-c4-75,.gy-xxl-c4-75{--bs-gutter-y:4.75rem}.g-xxl-c5,.gx-xxl-c5{--bs-gutter-x:5rem}.g-xxl-c5,.gy-xxl-c5{--bs-gutter-y:5rem}.g-xxl-c6,.gx-xxl-c6{--bs-gutter-x:6rem}.g-xxl-c6,.gy-xxl-c6{--bs-gutter-y:6rem}.g-xxl-c7,.gx-xxl-c7{--bs-gutter-x:7rem}.g-xxl-c7,.gy-xxl-c7{--bs-gutter-y:7rem}.g-xxl-c5-px,.gx-xxl-c5-px{--bs-gutter-x:5px}.g-xxl-c5-px,.gy-xxl-c5-px{--bs-gutter-y:5px}.g-xxl-c10-px,.gx-xxl-c10-px{--bs-gutter-x:10px}.g-xxl-c10-px,.gy-xxl-c10-px{--bs-gutter-y:10px}.g-xxl-c15-px,.gx-xxl-c15-px{--bs-gutter-x:15px}.g-xxl-c15-px,.gy-xxl-c15-px{--bs-gutter-y:15px}.g-xxl-c20-px,.gx-xxl-c20-px{--bs-gutter-x:20px}.g-xxl-c20-px,.gy-xxl-c20-px{--bs-gutter-y:20px}.g-xxl-c30-px,.gx-xxl-c30-px{--bs-gutter-x:30px}.g-xxl-c30-px,.gy-xxl-c30-px{--bs-gutter-y:30px}.g-xxl-c35-px,.gx-xxl-c35-px{--bs-gutter-x:35px}.g-xxl-c35-px,.gy-xxl-c35-px{--bs-gutter-y:35px}.g-xxl-c40-px,.gx-xxl-c40-px{--bs-gutter-x:40px}.g-xxl-c40-px,.gy-xxl-c40-px{--bs-gutter-y:40px}.g-xxl-c50-px,.gx-xxl-c50-px{--bs-gutter-x:50px}.g-xxl-c50-px,.gy-xxl-c50-px{--bs-gutter-y:50px}.g-xxl-c60-px,.gx-xxl-c60-px{--bs-gutter-x:60px}.g-xxl-c60-px,.gy-xxl-c60-px{--bs-gutter-y:60px}.g-xxl-c65-px,.gx-xxl-c65-px{--bs-gutter-x:65px}.g-xxl-c65-px,.gy-xxl-c65-px{--bs-gutter-y:65px}.g-xxl-c70-px,.gx-xxl-c70-px{--bs-gutter-x:70px}.g-xxl-c70-px,.gy-xxl-c70-px{--bs-gutter-y:70px}.g-xxl-c75-px,.gx-xxl-c75-px{--bs-gutter-x:75px}.g-xxl-c75-px,.gy-xxl-c75-px{--bs-gutter-y:75px}.g-xxl-c80-px,.gx-xxl-c80-px{--bs-gutter-x:80px}.g-xxl-c80-px,.gy-xxl-c80-px{--bs-gutter-y:80px}.g-xxl-c90-px,.gx-xxl-c90-px{--bs-gutter-x:90px}.g-xxl-c90-px,.gy-xxl-c90-px{--bs-gutter-y:90px}.g-xxl-c100-px,.gx-xxl-c100-px{--bs-gutter-x:100px}.g-xxl-c100-px,.gy-xxl-c100-px{--bs-gutter-y:100px}.g-xxl-c125-px,.gx-xxl-c125-px{--bs-gutter-x:125px}.g-xxl-c125-px,.gy-xxl-c125-px{--bs-gutter-y:125px}.g-xxl-c130-px,.gx-xxl-c130-px{--bs-gutter-x:130px}.g-xxl-c130-px,.gy-xxl-c130-px{--bs-gutter-y:130px}.g-xxl-c200-px,.gx-xxl-c200-px{--bs-gutter-x:200px}.g-xxl-c200-px,.gy-xxl-c200-px{--bs-gutter-y:200px}.g-xxl-c250-px,.gx-xxl-c250-px{--bs-gutter-x:250px}.g-xxl-c250-px,.gy-xxl-c250-px{--bs-gutter-y:250px}.g-xxl-c300-px,.gx-xxl-c300-px{--bs-gutter-x:300px}.g-xxl-c300-px,.gy-xxl-c300-px{--bs-gutter-y:300px}.g-xxl-c400-px,.gx-xxl-c400-px{--bs-gutter-x:400px}.g-xxl-c400-px,.gy-xxl-c400-px{--bs-gutter-y:400px}.g-xxl-c500-px,.gx-xxl-c500-px{--bs-gutter-x:500px}.g-xxl-c500-px,.gy-xxl-c500-px{--bs-gutter-y:500px}}@media (min-width:1600px){.col-xxxl{flex:1 0 0}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:0.25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:0.25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:6rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:6rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:12rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:12rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:20rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:20rem}.g-xxxl-c45,.gx-xxxl-c45{--bs-gutter-x:0.45rem}.g-xxxl-c45,.gy-xxxl-c45{--bs-gutter-y:0.45rem}.g-xxxl-c75,.gx-xxxl-c75{--bs-gutter-x:0.75rem}.g-xxxl-c75,.gy-xxxl-c75{--bs-gutter-y:0.75rem}.g-xxxl-c1-25,.gx-xxxl-c1-25{--bs-gutter-x:1.25rem}.g-xxxl-c1-25,.gy-xxxl-c1-25{--bs-gutter-y:1.25rem}.g-xxxl-c1-75,.gx-xxxl-c1-75{--bs-gutter-x:1.75rem}.g-xxxl-c1-75,.gy-xxxl-c1-75{--bs-gutter-y:1.75rem}.g-xxxl-c2,.gx-xxxl-c2{--bs-gutter-x:2rem}.g-xxxl-c2,.gy-xxxl-c2{--bs-gutter-y:2rem}.g-xxxl-c2-25,.gx-xxxl-c2-25{--bs-gutter-x:2.25rem}.g-xxxl-c2-25,.gy-xxxl-c2-25{--bs-gutter-y:2.25rem}.g-xxxl-c2-75,.gx-xxxl-c2-75{--bs-gutter-x:2.75rem}.g-xxxl-c2-75,.gy-xxxl-c2-75{--bs-gutter-y:2.75rem}.g-xxxl-c3-75,.gx-xxxl-c3-75{--bs-gutter-x:3.75rem}.g-xxxl-c3-75,.gy-xxxl-c3-75{--bs-gutter-y:3.75rem}.g-xxxl-c4,.gx-xxxl-c4{--bs-gutter-x:4rem}.g-xxxl-c4,.gy-xxxl-c4{--bs-gutter-y:4rem}.g-xxxl-c4-5,.gx-xxxl-c4-5{--bs-gutter-x:4.5rem}.g-xxxl-c4-5,.gy-xxxl-c4-5{--bs-gutter-y:4.5rem}.g-xxxl-c4-75,.gx-xxxl-c4-75{--bs-gutter-x:4.75rem}.g-xxxl-c4-75,.gy-xxxl-c4-75{--bs-gutter-y:4.75rem}.g-xxxl-c5,.gx-xxxl-c5{--bs-gutter-x:5rem}.g-xxxl-c5,.gy-xxxl-c5{--bs-gutter-y:5rem}.g-xxxl-c6,.gx-xxxl-c6{--bs-gutter-x:6rem}.g-xxxl-c6,.gy-xxxl-c6{--bs-gutter-y:6rem}.g-xxxl-c7,.gx-xxxl-c7{--bs-gutter-x:7rem}.g-xxxl-c7,.gy-xxxl-c7{--bs-gutter-y:7rem}.g-xxxl-c5-px,.gx-xxxl-c5-px{--bs-gutter-x:5px}.g-xxxl-c5-px,.gy-xxxl-c5-px{--bs-gutter-y:5px}.g-xxxl-c10-px,.gx-xxxl-c10-px{--bs-gutter-x:10px}.g-xxxl-c10-px,.gy-xxxl-c10-px{--bs-gutter-y:10px}.g-xxxl-c15-px,.gx-xxxl-c15-px{--bs-gutter-x:15px}.g-xxxl-c15-px,.gy-xxxl-c15-px{--bs-gutter-y:15px}.g-xxxl-c20-px,.gx-xxxl-c20-px{--bs-gutter-x:20px}.g-xxxl-c20-px,.gy-xxxl-c20-px{--bs-gutter-y:20px}.g-xxxl-c30-px,.gx-xxxl-c30-px{--bs-gutter-x:30px}.g-xxxl-c30-px,.gy-xxxl-c30-px{--bs-gutter-y:30px}.g-xxxl-c35-px,.gx-xxxl-c35-px{--bs-gutter-x:35px}.g-xxxl-c35-px,.gy-xxxl-c35-px{--bs-gutter-y:35px}.g-xxxl-c40-px,.gx-xxxl-c40-px{--bs-gutter-x:40px}.g-xxxl-c40-px,.gy-xxxl-c40-px{--bs-gutter-y:40px}.g-xxxl-c50-px,.gx-xxxl-c50-px{--bs-gutter-x:50px}.g-xxxl-c50-px,.gy-xxxl-c50-px{--bs-gutter-y:50px}.g-xxxl-c60-px,.gx-xxxl-c60-px{--bs-gutter-x:60px}.g-xxxl-c60-px,.gy-xxxl-c60-px{--bs-gutter-y:60px}.g-xxxl-c65-px,.gx-xxxl-c65-px{--bs-gutter-x:65px}.g-xxxl-c65-px,.gy-xxxl-c65-px{--bs-gutter-y:65px}.g-xxxl-c70-px,.gx-xxxl-c70-px{--bs-gutter-x:70px}.g-xxxl-c70-px,.gy-xxxl-c70-px{--bs-gutter-y:70px}.g-xxxl-c75-px,.gx-xxxl-c75-px{--bs-gutter-x:75px}.g-xxxl-c75-px,.gy-xxxl-c75-px{--bs-gutter-y:75px}.g-xxxl-c80-px,.gx-xxxl-c80-px{--bs-gutter-x:80px}.g-xxxl-c80-px,.gy-xxxl-c80-px{--bs-gutter-y:80px}.g-xxxl-c90-px,.gx-xxxl-c90-px{--bs-gutter-x:90px}.g-xxxl-c90-px,.gy-xxxl-c90-px{--bs-gutter-y:90px}.g-xxxl-c100-px,.gx-xxxl-c100-px{--bs-gutter-x:100px}.g-xxxl-c100-px,.gy-xxxl-c100-px{--bs-gutter-y:100px}.g-xxxl-c125-px,.gx-xxxl-c125-px{--bs-gutter-x:125px}.g-xxxl-c125-px,.gy-xxxl-c125-px{--bs-gutter-y:125px}.g-xxxl-c130-px,.gx-xxxl-c130-px{--bs-gutter-x:130px}.g-xxxl-c130-px,.gy-xxxl-c130-px{--bs-gutter-y:130px}.g-xxxl-c200-px,.gx-xxxl-c200-px{--bs-gutter-x:200px}.g-xxxl-c200-px,.gy-xxxl-c200-px{--bs-gutter-y:200px}.g-xxxl-c250-px,.gx-xxxl-c250-px{--bs-gutter-x:250px}.g-xxxl-c250-px,.gy-xxxl-c250-px{--bs-gutter-y:250px}.g-xxxl-c300-px,.gx-xxxl-c300-px{--bs-gutter-x:300px}.g-xxxl-c300-px,.gy-xxxl-c300-px{--bs-gutter-y:300px}.g-xxxl-c400-px,.gx-xxxl-c400-px{--bs-gutter-x:400px}.g-xxxl-c400-px,.gy-xxxl-c400-px{--bs-gutter-y:400px}.g-xxxl-c500-px,.gx-xxxl-c500-px{--bs-gutter-x:500px}.g-xxxl-c500-px,.gy-xxxl-c500-px{--bs-gutter-y:500px}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-tip{background-color:RGBA(var(--bs-tip-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(35,94,145,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(35,94,145,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(159,165,172,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(159,165,172,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(30,101,82,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(30,101,82,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(35,94,145,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(35,94,145,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(114,86,0,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(114,86,0,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(180,11,40,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(180,11,40,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(4,9,14,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(4,9,14,var(--bs-link-underline-opacity,1))!important}.link-tip{color:RGBA(var(--bs-tip-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-tip-rgb),var(--bs-link-underline-opacity,1))!important}.link-tip:focus,.link-tip:hover{color:RGBA(89,53,154,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(89,53,154,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{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);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ratio-700x506{--bs-aspect-ratio:72.2857142857%}.ratio-1200x630{--bs-aspect-ratio:52.5%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1600px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:var(--bs-secondary-bg);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#d5e3f0;--bs-table-border-color:#aab6c0;--bs-table-striped-bg:#cad8e4;--bs-table-striped-color:#000;--bs-table-active-bg:#c0cdd8;--bs-table-active-color:#000;--bs-table-hover-bg:#c5d2de;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e7e9ea;--bs-table-border-color:#b9babb;--bs-table-striped-bg:#dbddde;--bs-table-striped-color:#000;--bs-table-active-bg:#d0d1d3;--bs-table-active-color:#000;--bs-table-hover-bg:#d6d7d9;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d3e5e1;--bs-table-border-color:#a9b7b4;--bs-table-striped-bg:#c9dad5;--bs-table-striped-color:#000;--bs-table-active-bg:#bececa;--bs-table-active-color:#000;--bs-table-hover-bg:#c4d4d0;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#d5e3f0;--bs-table-border-color:#aab6c0;--bs-table-striped-bg:#cad8e4;--bs-table-striped-color:#000;--bs-table-active-bg:#c0cdd8;--bs-table-active-color:#000;--bs-table-hover-bg:#c5d2de;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#e9e1cc;--bs-table-border-color:#bab4a3;--bs-table-striped-bg:#ddd6c2;--bs-table-striped-color:#000;--bs-table-active-bg:#d1cbb8;--bs-table-active-color:#000;--bs-table-hover-bg:#d7d0bd;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f9cfd6;--bs-table-border-color:#c7a5ab;--bs-table-striped-bg:#edc4cb;--bs-table-striped-color:#000;--bs-table-active-bg:#e0bac1;--bs-table-active-color:#000;--bs-table-hover-bg:#e6bfc6;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#040c12;--bs-table-border-color:#373c41;--bs-table-striped-bg:#11181e;--bs-table-striped-color:#fff;--bs-table-active-bg:#1d242a;--bs-table-active-color:#fff;--bs-table-hover-bg:#171e24;--bs-table-hover-color:#fff}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1599.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.7;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(var(--bs-border-width));padding-top:calc(var(--bs-border-width))}.form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:var(--bs-secondary-bg);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--bs-secondary-bg);border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);color:var(--bs-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.7em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-tertiary-bg);opacity:1}.form-control::file-selector-button{background-color:var(--bs-secondary);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-secondary-contrast);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-shift)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.7;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;min-height:calc(1.7em + var(--bs-border-width)*2);padding:0 6px}.form-control-sm::file-selector-button{margin:0 -6px;margin-inline-end:6px;padding:0 6px}.form-control-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;min-height:calc(1.7em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.7em + .75rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.7em + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.7em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.7em + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");appearance:none;background-color:var(--bs-secondary-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-tertiary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding-bottom:0;padding-left:6px;padding-top:0}.form-select-lg{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23e9ecef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.5rem;min-height:1.57em;padding-left:2.07em}.form-check .form-check-input{float:left;margin-left:-2.07em}.form-check-reverse{padding-left:0;padding-right:2.07em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-2.07em}.form-check-input{--bs-form-check-bg:var(--bs-secondary-bg);appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-secondary);flex-shrink:0;height:1.57em;margin-top:.065em;print-color-adjust:exact;vertical-align:top;width:1.57em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#96bada;box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#2c75b5;border-color:#2c75b5;--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{filter:none;opacity:1;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2395bada'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .25rem rgba(44,117,181,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .25rem rgba(44,117,181,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#2c75b5;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c0d6e9}.form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#2c75b5;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#c0d6e9}.form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:var(--bs-border-width) solid transparent;color:rgba(var(--bs-body-color-rgb),.65);height:100%;left:0;max-width:100%;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-left:.75rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{background-color:var(--bs-secondary-bg);border-radius:var(--bs-border-radius);content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>textarea:disabled~label:after{background-color:var(--bs-tertiary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:var(--bs-secondary);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:var(--bs-border-radius);color:var(--bs-secondary-contrast);display:flex;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);font-size:.875rem;padding:0 6px}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23257e67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23257e67' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.7em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e10e32' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e10e32' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e10e32' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23e10e32' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.7em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.7;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#25639a;--bs-btn-hover-border-color:#235e91;--bs-btn-focus-shadow-rgb:76,138,192;--bs-btn-active-color:#fff;--bs-btn-active-bg:#235e91;--bs-btn-active-border-color:#215888;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#2c75b5;--bs-btn-disabled-border-color:#2c75b5}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#878f97;--bs-btn-border-color:#878f97;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#99a0a7;--bs-btn-hover-border-color:#939aa1;--bs-btn-focus-shadow-rgb:115,122,128;--bs-btn-active-color:#000;--bs-btn-active-bg:#9fa5ac;--bs-btn-active-border-color:#939aa1;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#878f97;--bs-btn-disabled-border-color:#878f97}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#257e67;--bs-btn-border-color:#257e67;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1f6b58;--bs-btn-hover-border-color:#1e6552;--bs-btn-focus-shadow-rgb:70,145,126;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1e6552;--bs-btn-active-border-color:#1c5f4d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#257e67;--bs-btn-disabled-border-color:#257e67}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#25639a;--bs-btn-hover-border-color:#235e91;--bs-btn-focus-shadow-rgb:76,138,192;--bs-btn-active-color:#fff;--bs-btn-active-bg:#235e91;--bs-btn-active-border-color:#215888;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#2c75b5;--bs-btn-disabled-border-color:#2c75b5}.btn-warning{--bs-btn-color:#fff;--bs-btn-bg:#8f6b00;--bs-btn-border-color:#8f6b00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#7a5b00;--bs-btn-hover-border-color:#725600;--bs-btn-focus-shadow-rgb:160,129,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#725600;--bs-btn-active-border-color:#6b5000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#8f6b00;--bs-btn-disabled-border-color:#8f6b00}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#e10e32;--bs-btn-border-color:#e10e32;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bf0c2b;--bs-btn-hover-border-color:#b40b28;--bs-btn-focus-shadow-rgb:230,50,81;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b40b28;--bs-btn-active-border-color:#a90b26;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#e10e32;--bs-btn-disabled-border-color:#e10e32}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#040c12;--bs-btn-border-color:#040c12;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2a3036;--bs-btn-hover-border-color:#1d242a;--bs-btn-focus-shadow-rgb:42,48,54;--bs-btn-active-color:#fff;--bs-btn-active-bg:#373c41;--bs-btn-active-border-color:#1d242a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#040c12;--bs-btn-disabled-border-color:#040c12}.btn-tip{--bs-btn-color:#fff;--bs-btn-bg:#6f42c1;--bs-btn-border-color:#6f42c1;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5e38a4;--bs-btn-hover-border-color:#59359a;--bs-btn-focus-shadow-rgb:133,94,202;--bs-btn-active-color:#fff;--bs-btn-active-bg:#59359a;--bs-btn-active-border-color:#533291;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6f42c1;--bs-btn-disabled-border-color:#6f42c1}.btn-outline-primary{--bs-btn-color:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2c75b5;--bs-btn-hover-border-color:#2c75b5;--bs-btn-focus-shadow-rgb:44,117,181;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2c75b5;--bs-btn-active-border-color:#2c75b5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#2c75b5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2c75b5;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#878f97;--bs-btn-border-color:#878f97;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#878f97;--bs-btn-hover-border-color:#878f97;--bs-btn-focus-shadow-rgb:135,143,151;--bs-btn-active-color:#000;--bs-btn-active-bg:#878f97;--bs-btn-active-border-color:#878f97;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#878f97;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#878f97;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#257e67;--bs-btn-border-color:#257e67;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#257e67;--bs-btn-hover-border-color:#257e67;--bs-btn-focus-shadow-rgb:37,126,103;--bs-btn-active-color:#fff;--bs-btn-active-bg:#257e67;--bs-btn-active-border-color:#257e67;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#257e67;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#257e67;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#2c75b5;--bs-btn-border-color:#2c75b5;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#2c75b5;--bs-btn-hover-border-color:#2c75b5;--bs-btn-focus-shadow-rgb:44,117,181;--bs-btn-active-color:#fff;--bs-btn-active-bg:#2c75b5;--bs-btn-active-border-color:#2c75b5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#2c75b5;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2c75b5;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#8f6b00;--bs-btn-border-color:#8f6b00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#8f6b00;--bs-btn-hover-border-color:#8f6b00;--bs-btn-focus-shadow-rgb:143,107,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#8f6b00;--bs-btn-active-border-color:#8f6b00;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#8f6b00;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#8f6b00;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#e10e32;--bs-btn-border-color:#e10e32;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#e10e32;--bs-btn-hover-border-color:#e10e32;--bs-btn-focus-shadow-rgb:225,14,50;--bs-btn-active-color:#fff;--bs-btn-active-bg:#e10e32;--bs-btn-active-border-color:#e10e32;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#e10e32;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e10e32;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#040c12;--bs-btn-border-color:#040c12;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#040c12;--bs-btn-hover-border-color:#040c12;--bs-btn-focus-shadow-rgb:4,12,18;--bs-btn-active-color:#fff;--bs-btn-active-bg:#040c12;--bs-btn-active-border-color:#040c12;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#040c12;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#040c12;--bs-gradient:none}.btn-outline-tip{--bs-btn-color:#6f42c1;--bs-btn-border-color:#6f42c1;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6f42c1;--bs-btn-hover-border-color:#6f42c1;--bs-btn-focus-shadow-rgb:111,66,193;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6f42c1;--bs-btn-active-border-color:#6f42c1;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6f42c1;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6f42c1;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:76,138,192;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0;--bs-btn-padding-x:6px;--bs-btn-font-size:1rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1060;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-secondary-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:var(--bs-secondary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.75rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1600px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:4.5px;padding-right:4.5px}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(44,117,181,.25);outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-body-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary) var(--bs-secondary) transparent;--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:transparent;--bs-nav-tabs-link-active-border-color:var(--bs-body-color) var(--bs-body-color) var(--bs-secondary-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:var(--bs-secondary-contrast);--bs-nav-pills-link-active-bg:var(--bs-secondary)}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.2875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.375rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(4.4, 11.7, 18.1, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:var(--choco-border-color-adaptive);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl,.navbar>.container-xxxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1600px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:2rem;--bs-card-spacer-x:2rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-card-cap-padding-y:1rem;--bs-card-cap-padding-x:2rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color:var(--bs-body-color);--bs-card-bg:var(--bs-secondary-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23040b12' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23112e48' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2380acd2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2380acd2' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-border-radius:0;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-pagination-active-color:var(--bs-primary-contrast);--bs-pagination-active-bg:var(--bs-primary);--bs-pagination-active-border-color:var(--bs-primary);--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:1rem;--bs-badge-font-weight:700;--bs-badge-color:var(--bs-body-color);--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:0;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:0 solid var(--bs-alert-border-color);--bs-alert-border-radius:0;--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-tip{--bs-alert-color:var(--bs-tip-text-emphasis);--bs-alert-bg:var(--bs-tip-bg-subtle);--bs-alert-border-color:var(--bs-tip-border-subtle);--bs-alert-link-color:var(--bs-tip-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-tertiary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#2c75b5;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#000;--bs-list-group-active-bg:#2c75b5;--bs-list-group-active-border-color:#2c75b5;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:not(.active):active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1600px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.list-group-item-tip{--bs-list-group-color:var(--bs-tip-text-emphasis);--bs-list-group-bg:var(--bs-tip-bg-subtle);--bs-list-group-border-color:var(--bs-tip-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tip-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-tip-border-subtle);--bs-list-group-active-color:var(--bs-tip-bg-subtle);--bs-list-group-active-bg:var(--bs-tip-text-emphasis);--bs-list-group-active-border-color:var(--bs-tip-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:none;--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(44,117,181,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;filter:var(--bs-btn-close-filter);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;user-select:none}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1062;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-secondary-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.7;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1061;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin-bottom:calc(var(--bs-modal-header-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-modal-header-padding-x)*-.5);margin-top:calc(var(--bs-modal-header-padding-y)*-.5);padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (max-width:1599.98px){.modal-fullscreen-xxxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-footer,.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;margin:var(--bs-tooltip-margin);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;filter:var(--bs-carousel-control-icon-filter);justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:3.5%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.5rem;width:1.5rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:3.5%;margin-right:3.5%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:var(--bs-carousel-indicator-active-bg);border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:15px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:15px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color);left:5%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:5%;text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#e9ecef;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;flex-shrink:0;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl,.offcanvas-xxxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-secondary-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.7}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1599.98px){.offcanvas-xxxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1599.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none}}@media (max-width:1599.98px){.offcanvas-xxxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxxl.offcanvas-bottom,.offcanvas-xxxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxl.show:not(.hiding),.offcanvas-xxxl.showing{transform:none}.offcanvas-xxxl.hiding,.offcanvas-xxxl.show,.offcanvas-xxxl.showing{visibility:visible}}@media (min-width:1600px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxxl .offcanvas-header{display:none}.offcanvas-xxxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.focus-ring-tip{--bs-focus-ring-color:rgba(var(--bs-tip-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-tip{--bs-border-opacity:1;border-color:rgba(var(--bs-tip-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-0{width:0!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-35{width:35%!important}.w-40{width:40%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-125{width:125%!important}.w-130{width:130%!important}.w-200{width:200%!important}.w-250{width:250%!important}.w-300{width:300%!important}.w-400{width:400%!important}.w-500{width:500%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-0{height:0!important}.h-5{height:5%!important}.h-10{height:10%!important}.h-15{height:15%!important}.h-20{height:20%!important}.h-25{height:25%!important}.h-30{height:30%!important}.h-35{height:35%!important}.h-40{height:40%!important}.h-50{height:50%!important}.h-60{height:60%!important}.h-65{height:65%!important}.h-70{height:70%!important}.h-75{height:75%!important}.h-80{height:80%!important}.h-90{height:90%!important}.h-100{height:100%!important}.h-125{height:125%!important}.h-130{height:130%!important}.h-200{height:200%!important}.h-250{height:250%!important}.h-300{height:300%!important}.h-400{height:400%!important}.h-500{height:500%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:6rem!important}.m-7{margin:12rem!important}.m-8{margin:20rem!important}.m-c45{margin:.45rem!important}.m-c75{margin:.75rem!important}.m-c1-25{margin:1.25rem!important}.m-c1-75{margin:1.75rem!important}.m-c2{margin:2rem!important}.m-c2-25{margin:2.25rem!important}.m-c2-75{margin:2.75rem!important}.m-c3-75{margin:3.75rem!important}.m-c4{margin:4rem!important}.m-c4-5{margin:4.5rem!important}.m-c4-75{margin:4.75rem!important}.m-c5{margin:5rem!important}.m-c6{margin:6rem!important}.m-c7{margin:7rem!important}.m-c5-px{margin:5px!important}.m-c10-px{margin:10px!important}.m-c15-px{margin:15px!important}.m-c20-px{margin:20px!important}.m-c30-px{margin:30px!important}.m-c35-px{margin:35px!important}.m-c40-px{margin:40px!important}.m-c50-px{margin:50px!important}.m-c60-px{margin:60px!important}.m-c65-px{margin:65px!important}.m-c70-px{margin:70px!important}.m-c75-px{margin:75px!important}.m-c80-px{margin:80px!important}.m-c90-px{margin:90px!important}.m-c100-px{margin:100px!important}.m-c125-px{margin:125px!important}.m-c130-px{margin:130px!important}.m-c200-px{margin:200px!important}.m-c250-px{margin:250px!important}.m-c300-px{margin:300px!important}.m-c400-px{margin:400px!important}.m-c500-px{margin:500px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.mx-7{margin-left:12rem!important;margin-right:12rem!important}.mx-8{margin-left:20rem!important;margin-right:20rem!important}.mx-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:6rem!important}.mt-7{margin-top:12rem!important}.mt-8{margin-top:20rem!important}.mt-c45{margin-top:.45rem!important}.mt-c75{margin-top:.75rem!important}.mt-c1-25{margin-top:1.25rem!important}.mt-c1-75{margin-top:1.75rem!important}.mt-c2{margin-top:2rem!important}.mt-c2-25{margin-top:2.25rem!important}.mt-c2-75{margin-top:2.75rem!important}.mt-c3-75{margin-top:3.75rem!important}.mt-c4{margin-top:4rem!important}.mt-c4-5{margin-top:4.5rem!important}.mt-c4-75{margin-top:4.75rem!important}.mt-c5{margin-top:5rem!important}.mt-c6{margin-top:6rem!important}.mt-c7{margin-top:7rem!important}.mt-c5-px{margin-top:5px!important}.mt-c10-px{margin-top:10px!important}.mt-c15-px{margin-top:15px!important}.mt-c20-px{margin-top:20px!important}.mt-c30-px{margin-top:30px!important}.mt-c35-px{margin-top:35px!important}.mt-c40-px{margin-top:40px!important}.mt-c50-px{margin-top:50px!important}.mt-c60-px{margin-top:60px!important}.mt-c65-px{margin-top:65px!important}.mt-c70-px{margin-top:70px!important}.mt-c75-px{margin-top:75px!important}.mt-c80-px{margin-top:80px!important}.mt-c90-px{margin-top:90px!important}.mt-c100-px{margin-top:100px!important}.mt-c125-px{margin-top:125px!important}.mt-c130-px{margin-top:130px!important}.mt-c200-px{margin-top:200px!important}.mt-c250-px{margin-top:250px!important}.mt-c300-px{margin-top:300px!important}.mt-c400-px{margin-top:400px!important}.mt-c500-px{margin-top:500px!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:6rem!important}.me-7{margin-right:12rem!important}.me-8{margin-right:20rem!important}.me-c45{margin-right:.45rem!important}.me-c75{margin-right:.75rem!important}.me-c1-25{margin-right:1.25rem!important}.me-c1-75{margin-right:1.75rem!important}.me-c2{margin-right:2rem!important}.me-c2-25{margin-right:2.25rem!important}.me-c2-75{margin-right:2.75rem!important}.me-c3-75{margin-right:3.75rem!important}.me-c4{margin-right:4rem!important}.me-c4-5{margin-right:4.5rem!important}.me-c4-75{margin-right:4.75rem!important}.me-c5{margin-right:5rem!important}.me-c6{margin-right:6rem!important}.me-c7{margin-right:7rem!important}.me-c5-px{margin-right:5px!important}.me-c10-px{margin-right:10px!important}.me-c15-px{margin-right:15px!important}.me-c20-px{margin-right:20px!important}.me-c30-px{margin-right:30px!important}.me-c35-px{margin-right:35px!important}.me-c40-px{margin-right:40px!important}.me-c50-px{margin-right:50px!important}.me-c60-px{margin-right:60px!important}.me-c65-px{margin-right:65px!important}.me-c70-px{margin-right:70px!important}.me-c75-px{margin-right:75px!important}.me-c80-px{margin-right:80px!important}.me-c90-px{margin-right:90px!important}.me-c100-px{margin-right:100px!important}.me-c125-px{margin-right:125px!important}.me-c130-px{margin-right:130px!important}.me-c200-px{margin-right:200px!important}.me-c250-px{margin-right:250px!important}.me-c300-px{margin-right:300px!important}.me-c400-px{margin-right:400px!important}.me-c500-px{margin-right:500px!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:6rem!important}.mb-7{margin-bottom:12rem!important}.mb-8{margin-bottom:20rem!important}.mb-c45{margin-bottom:.45rem!important}.mb-c75{margin-bottom:.75rem!important}.mb-c1-25{margin-bottom:1.25rem!important}.mb-c1-75{margin-bottom:1.75rem!important}.mb-c2{margin-bottom:2rem!important}.mb-c2-25{margin-bottom:2.25rem!important}.mb-c2-75{margin-bottom:2.75rem!important}.mb-c3-75{margin-bottom:3.75rem!important}.mb-c4{margin-bottom:4rem!important}.mb-c4-5{margin-bottom:4.5rem!important}.mb-c4-75{margin-bottom:4.75rem!important}.mb-c5{margin-bottom:5rem!important}.mb-c6{margin-bottom:6rem!important}.mb-c7{margin-bottom:7rem!important}.mb-c5-px{margin-bottom:5px!important}.mb-c10-px{margin-bottom:10px!important}.mb-c15-px{margin-bottom:15px!important}.mb-c20-px{margin-bottom:20px!important}.mb-c30-px{margin-bottom:30px!important}.mb-c35-px{margin-bottom:35px!important}.mb-c40-px{margin-bottom:40px!important}.mb-c50-px{margin-bottom:50px!important}.mb-c60-px{margin-bottom:60px!important}.mb-c65-px{margin-bottom:65px!important}.mb-c70-px{margin-bottom:70px!important}.mb-c75-px{margin-bottom:75px!important}.mb-c80-px{margin-bottom:80px!important}.mb-c90-px{margin-bottom:90px!important}.mb-c100-px{margin-bottom:100px!important}.mb-c125-px{margin-bottom:125px!important}.mb-c130-px{margin-bottom:130px!important}.mb-c200-px{margin-bottom:200px!important}.mb-c250-px{margin-bottom:250px!important}.mb-c300-px{margin-bottom:300px!important}.mb-c400-px{margin-bottom:400px!important}.mb-c500-px{margin-bottom:500px!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:6rem!important}.ms-7{margin-left:12rem!important}.ms-8{margin-left:20rem!important}.ms-c45{margin-left:.45rem!important}.ms-c75{margin-left:.75rem!important}.ms-c1-25{margin-left:1.25rem!important}.ms-c1-75{margin-left:1.75rem!important}.ms-c2{margin-left:2rem!important}.ms-c2-25{margin-left:2.25rem!important}.ms-c2-75{margin-left:2.75rem!important}.ms-c3-75{margin-left:3.75rem!important}.ms-c4{margin-left:4rem!important}.ms-c4-5{margin-left:4.5rem!important}.ms-c4-75{margin-left:4.75rem!important}.ms-c5{margin-left:5rem!important}.ms-c6{margin-left:6rem!important}.ms-c7{margin-left:7rem!important}.ms-c5-px{margin-left:5px!important}.ms-c10-px{margin-left:10px!important}.ms-c15-px{margin-left:15px!important}.ms-c20-px{margin-left:20px!important}.ms-c30-px{margin-left:30px!important}.ms-c35-px{margin-left:35px!important}.ms-c40-px{margin-left:40px!important}.ms-c50-px{margin-left:50px!important}.ms-c60-px{margin-left:60px!important}.ms-c65-px{margin-left:65px!important}.ms-c70-px{margin-left:70px!important}.ms-c75-px{margin-left:75px!important}.ms-c80-px{margin-left:80px!important}.ms-c90-px{margin-left:90px!important}.ms-c100-px{margin-left:100px!important}.ms-c125-px{margin-left:125px!important}.ms-c130-px{margin-left:130px!important}.ms-c200-px{margin-left:200px!important}.ms-c250-px{margin-left:250px!important}.ms-c300-px{margin-left:300px!important}.ms-c400-px{margin-left:400px!important}.ms-c500-px{margin-left:500px!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-6rem!important}.m-n7{margin:-12rem!important}.m-n8{margin:-20rem!important}.m-nc45{margin:-.45rem!important}.m-nc75{margin:-.75rem!important}.m-nc1-25{margin:-1.25rem!important}.m-nc1-75{margin:-1.75rem!important}.m-nc2{margin:-2rem!important}.m-nc2-25{margin:-2.25rem!important}.m-nc2-75{margin:-2.75rem!important}.m-nc3-75{margin:-3.75rem!important}.m-nc4{margin:-4rem!important}.m-nc4-5{margin:-4.5rem!important}.m-nc4-75{margin:-4.75rem!important}.m-nc5{margin:-5rem!important}.m-nc6{margin:-6rem!important}.m-nc7{margin:-7rem!important}.m-nc5-px{margin:-5px!important}.m-nc10-px{margin:-10px!important}.m-nc15-px{margin:-15px!important}.m-nc20-px{margin:-20px!important}.m-nc30-px{margin:-30px!important}.m-nc35-px{margin:-35px!important}.m-nc40-px{margin:-40px!important}.m-nc50-px{margin:-50px!important}.m-nc60-px{margin:-60px!important}.m-nc65-px{margin:-65px!important}.m-nc70-px{margin:-70px!important}.m-nc75-px{margin:-75px!important}.m-nc80-px{margin:-80px!important}.m-nc90-px{margin:-90px!important}.m-nc100-px{margin:-100px!important}.m-nc125-px{margin:-125px!important}.m-nc130-px{margin:-130px!important}.m-nc200-px{margin:-200px!important}.m-nc250-px{margin:-250px!important}.m-nc300-px{margin:-300px!important}.m-nc400-px{margin:-400px!important}.m-nc500-px{margin:-500px!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-6rem!important}.mt-n7{margin-top:-12rem!important}.mt-n8{margin-top:-20rem!important}.mt-nc45{margin-top:-.45rem!important}.mt-nc75{margin-top:-.75rem!important}.mt-nc1-25{margin-top:-1.25rem!important}.mt-nc1-75{margin-top:-1.75rem!important}.mt-nc2{margin-top:-2rem!important}.mt-nc2-25{margin-top:-2.25rem!important}.mt-nc2-75{margin-top:-2.75rem!important}.mt-nc3-75{margin-top:-3.75rem!important}.mt-nc4{margin-top:-4rem!important}.mt-nc4-5{margin-top:-4.5rem!important}.mt-nc4-75{margin-top:-4.75rem!important}.mt-nc5{margin-top:-5rem!important}.mt-nc6{margin-top:-6rem!important}.mt-nc7{margin-top:-7rem!important}.mt-nc5-px{margin-top:-5px!important}.mt-nc10-px{margin-top:-10px!important}.mt-nc15-px{margin-top:-15px!important}.mt-nc20-px{margin-top:-20px!important}.mt-nc30-px{margin-top:-30px!important}.mt-nc35-px{margin-top:-35px!important}.mt-nc40-px{margin-top:-40px!important}.mt-nc50-px{margin-top:-50px!important}.mt-nc60-px{margin-top:-60px!important}.mt-nc65-px{margin-top:-65px!important}.mt-nc70-px{margin-top:-70px!important}.mt-nc75-px{margin-top:-75px!important}.mt-nc80-px{margin-top:-80px!important}.mt-nc90-px{margin-top:-90px!important}.mt-nc100-px{margin-top:-100px!important}.mt-nc125-px{margin-top:-125px!important}.mt-nc130-px{margin-top:-130px!important}.mt-nc200-px{margin-top:-200px!important}.mt-nc250-px{margin-top:-250px!important}.mt-nc300-px{margin-top:-300px!important}.mt-nc400-px{margin-top:-400px!important}.mt-nc500-px{margin-top:-500px!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-6rem!important}.me-n7{margin-right:-12rem!important}.me-n8{margin-right:-20rem!important}.me-nc45{margin-right:-.45rem!important}.me-nc75{margin-right:-.75rem!important}.me-nc1-25{margin-right:-1.25rem!important}.me-nc1-75{margin-right:-1.75rem!important}.me-nc2{margin-right:-2rem!important}.me-nc2-25{margin-right:-2.25rem!important}.me-nc2-75{margin-right:-2.75rem!important}.me-nc3-75{margin-right:-3.75rem!important}.me-nc4{margin-right:-4rem!important}.me-nc4-5{margin-right:-4.5rem!important}.me-nc4-75{margin-right:-4.75rem!important}.me-nc5{margin-right:-5rem!important}.me-nc6{margin-right:-6rem!important}.me-nc7{margin-right:-7rem!important}.me-nc5-px{margin-right:-5px!important}.me-nc10-px{margin-right:-10px!important}.me-nc15-px{margin-right:-15px!important}.me-nc20-px{margin-right:-20px!important}.me-nc30-px{margin-right:-30px!important}.me-nc35-px{margin-right:-35px!important}.me-nc40-px{margin-right:-40px!important}.me-nc50-px{margin-right:-50px!important}.me-nc60-px{margin-right:-60px!important}.me-nc65-px{margin-right:-65px!important}.me-nc70-px{margin-right:-70px!important}.me-nc75-px{margin-right:-75px!important}.me-nc80-px{margin-right:-80px!important}.me-nc90-px{margin-right:-90px!important}.me-nc100-px{margin-right:-100px!important}.me-nc125-px{margin-right:-125px!important}.me-nc130-px{margin-right:-130px!important}.me-nc200-px{margin-right:-200px!important}.me-nc250-px{margin-right:-250px!important}.me-nc300-px{margin-right:-300px!important}.me-nc400-px{margin-right:-400px!important}.me-nc500-px{margin-right:-500px!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-6rem!important}.mb-n7{margin-bottom:-12rem!important}.mb-n8{margin-bottom:-20rem!important}.mb-nc45{margin-bottom:-.45rem!important}.mb-nc75{margin-bottom:-.75rem!important}.mb-nc1-25{margin-bottom:-1.25rem!important}.mb-nc1-75{margin-bottom:-1.75rem!important}.mb-nc2{margin-bottom:-2rem!important}.mb-nc2-25{margin-bottom:-2.25rem!important}.mb-nc2-75{margin-bottom:-2.75rem!important}.mb-nc3-75{margin-bottom:-3.75rem!important}.mb-nc4{margin-bottom:-4rem!important}.mb-nc4-5{margin-bottom:-4.5rem!important}.mb-nc4-75{margin-bottom:-4.75rem!important}.mb-nc5{margin-bottom:-5rem!important}.mb-nc6{margin-bottom:-6rem!important}.mb-nc7{margin-bottom:-7rem!important}.mb-nc5-px{margin-bottom:-5px!important}.mb-nc10-px{margin-bottom:-10px!important}.mb-nc15-px{margin-bottom:-15px!important}.mb-nc20-px{margin-bottom:-20px!important}.mb-nc30-px{margin-bottom:-30px!important}.mb-nc35-px{margin-bottom:-35px!important}.mb-nc40-px{margin-bottom:-40px!important}.mb-nc50-px{margin-bottom:-50px!important}.mb-nc60-px{margin-bottom:-60px!important}.mb-nc65-px{margin-bottom:-65px!important}.mb-nc70-px{margin-bottom:-70px!important}.mb-nc75-px{margin-bottom:-75px!important}.mb-nc80-px{margin-bottom:-80px!important}.mb-nc90-px{margin-bottom:-90px!important}.mb-nc100-px{margin-bottom:-100px!important}.mb-nc125-px{margin-bottom:-125px!important}.mb-nc130-px{margin-bottom:-130px!important}.mb-nc200-px{margin-bottom:-200px!important}.mb-nc250-px{margin-bottom:-250px!important}.mb-nc300-px{margin-bottom:-300px!important}.mb-nc400-px{margin-bottom:-400px!important}.mb-nc500-px{margin-bottom:-500px!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-6rem!important}.ms-n7{margin-left:-12rem!important}.ms-n8{margin-left:-20rem!important}.ms-nc45{margin-left:-.45rem!important}.ms-nc75{margin-left:-.75rem!important}.ms-nc1-25{margin-left:-1.25rem!important}.ms-nc1-75{margin-left:-1.75rem!important}.ms-nc2{margin-left:-2rem!important}.ms-nc2-25{margin-left:-2.25rem!important}.ms-nc2-75{margin-left:-2.75rem!important}.ms-nc3-75{margin-left:-3.75rem!important}.ms-nc4{margin-left:-4rem!important}.ms-nc4-5{margin-left:-4.5rem!important}.ms-nc4-75{margin-left:-4.75rem!important}.ms-nc5{margin-left:-5rem!important}.ms-nc6{margin-left:-6rem!important}.ms-nc7{margin-left:-7rem!important}.ms-nc5-px{margin-left:-5px!important}.ms-nc10-px{margin-left:-10px!important}.ms-nc15-px{margin-left:-15px!important}.ms-nc20-px{margin-left:-20px!important}.ms-nc30-px{margin-left:-30px!important}.ms-nc35-px{margin-left:-35px!important}.ms-nc40-px{margin-left:-40px!important}.ms-nc50-px{margin-left:-50px!important}.ms-nc60-px{margin-left:-60px!important}.ms-nc65-px{margin-left:-65px!important}.ms-nc70-px{margin-left:-70px!important}.ms-nc75-px{margin-left:-75px!important}.ms-nc80-px{margin-left:-80px!important}.ms-nc90-px{margin-left:-90px!important}.ms-nc100-px{margin-left:-100px!important}.ms-nc125-px{margin-left:-125px!important}.ms-nc130-px{margin-left:-130px!important}.ms-nc200-px{margin-left:-200px!important}.ms-nc250-px{margin-left:-250px!important}.ms-nc300-px{margin-left:-300px!important}.ms-nc400-px{margin-left:-400px!important}.ms-nc500-px{margin-left:-500px!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:6rem!important}.p-7{padding:12rem!important}.p-8{padding:20rem!important}.p-c45{padding:.45rem!important}.p-c75{padding:.75rem!important}.p-c1-25{padding:1.25rem!important}.p-c1-75{padding:1.75rem!important}.p-c2{padding:2rem!important}.p-c2-25{padding:2.25rem!important}.p-c2-75{padding:2.75rem!important}.p-c3-75{padding:3.75rem!important}.p-c4{padding:4rem!important}.p-c4-5{padding:4.5rem!important}.p-c4-75{padding:4.75rem!important}.p-c5{padding:5rem!important}.p-c6{padding:6rem!important}.p-c7{padding:7rem!important}.p-c5-px{padding:5px!important}.p-c10-px{padding:10px!important}.p-c15-px{padding:15px!important}.p-c20-px{padding:20px!important}.p-c30-px{padding:30px!important}.p-c35-px{padding:35px!important}.p-c40-px{padding:40px!important}.p-c50-px{padding:50px!important}.p-c60-px{padding:60px!important}.p-c65-px{padding:65px!important}.p-c70-px{padding:70px!important}.p-c75-px{padding:75px!important}.p-c80-px{padding:80px!important}.p-c90-px{padding:90px!important}.p-c100-px{padding:100px!important}.p-c125-px{padding:125px!important}.p-c130-px{padding:130px!important}.p-c200-px{padding:200px!important}.p-c250-px{padding:250px!important}.p-c300-px{padding:300px!important}.p-c400-px{padding:400px!important}.p-c500-px{padding:500px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:6rem!important;padding-right:6rem!important}.px-7{padding-left:12rem!important;padding-right:12rem!important}.px-8{padding-left:20rem!important;padding-right:20rem!important}.px-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-c2{padding-left:2rem!important;padding-right:2rem!important}.px-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-c4{padding-left:4rem!important;padding-right:4rem!important}.px-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-c5{padding-left:5rem!important;padding-right:5rem!important}.px-c6{padding-left:6rem!important;padding-right:6rem!important}.px-c7{padding-left:7rem!important;padding-right:7rem!important}.px-c5-px{padding-left:5px!important;padding-right:5px!important}.px-c10-px{padding-left:10px!important;padding-right:10px!important}.px-c15-px{padding-left:15px!important;padding-right:15px!important}.px-c20-px{padding-left:20px!important;padding-right:20px!important}.px-c30-px{padding-left:30px!important;padding-right:30px!important}.px-c35-px{padding-left:35px!important;padding-right:35px!important}.px-c40-px{padding-left:40px!important;padding-right:40px!important}.px-c50-px{padding-left:50px!important;padding-right:50px!important}.px-c60-px{padding-left:60px!important;padding-right:60px!important}.px-c65-px{padding-left:65px!important;padding-right:65px!important}.px-c70-px{padding-left:70px!important;padding-right:70px!important}.px-c75-px{padding-left:75px!important;padding-right:75px!important}.px-c80-px{padding-left:80px!important;padding-right:80px!important}.px-c90-px{padding-left:90px!important;padding-right:90px!important}.px-c100-px{padding-left:100px!important;padding-right:100px!important}.px-c125-px{padding-left:125px!important;padding-right:125px!important}.px-c130-px{padding-left:130px!important;padding-right:130px!important}.px-c200-px{padding-left:200px!important;padding-right:200px!important}.px-c250-px{padding-left:250px!important;padding-right:250px!important}.px-c300-px{padding-left:300px!important;padding-right:300px!important}.px-c400-px{padding-left:400px!important;padding-right:400px!important}.px-c500-px{padding-left:500px!important;padding-right:500px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:6rem!important}.pt-7{padding-top:12rem!important}.pt-8{padding-top:20rem!important}.pt-c45{padding-top:.45rem!important}.pt-c75{padding-top:.75rem!important}.pt-c1-25{padding-top:1.25rem!important}.pt-c1-75{padding-top:1.75rem!important}.pt-c2{padding-top:2rem!important}.pt-c2-25{padding-top:2.25rem!important}.pt-c2-75{padding-top:2.75rem!important}.pt-c3-75{padding-top:3.75rem!important}.pt-c4{padding-top:4rem!important}.pt-c4-5{padding-top:4.5rem!important}.pt-c4-75{padding-top:4.75rem!important}.pt-c5{padding-top:5rem!important}.pt-c6{padding-top:6rem!important}.pt-c7{padding-top:7rem!important}.pt-c5-px{padding-top:5px!important}.pt-c10-px{padding-top:10px!important}.pt-c15-px{padding-top:15px!important}.pt-c20-px{padding-top:20px!important}.pt-c30-px{padding-top:30px!important}.pt-c35-px{padding-top:35px!important}.pt-c40-px{padding-top:40px!important}.pt-c50-px{padding-top:50px!important}.pt-c60-px{padding-top:60px!important}.pt-c65-px{padding-top:65px!important}.pt-c70-px{padding-top:70px!important}.pt-c75-px{padding-top:75px!important}.pt-c80-px{padding-top:80px!important}.pt-c90-px{padding-top:90px!important}.pt-c100-px{padding-top:100px!important}.pt-c125-px{padding-top:125px!important}.pt-c130-px{padding-top:130px!important}.pt-c200-px{padding-top:200px!important}.pt-c250-px{padding-top:250px!important}.pt-c300-px{padding-top:300px!important}.pt-c400-px{padding-top:400px!important}.pt-c500-px{padding-top:500px!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:6rem!important}.pe-7{padding-right:12rem!important}.pe-8{padding-right:20rem!important}.pe-c45{padding-right:.45rem!important}.pe-c75{padding-right:.75rem!important}.pe-c1-25{padding-right:1.25rem!important}.pe-c1-75{padding-right:1.75rem!important}.pe-c2{padding-right:2rem!important}.pe-c2-25{padding-right:2.25rem!important}.pe-c2-75{padding-right:2.75rem!important}.pe-c3-75{padding-right:3.75rem!important}.pe-c4{padding-right:4rem!important}.pe-c4-5{padding-right:4.5rem!important}.pe-c4-75{padding-right:4.75rem!important}.pe-c5{padding-right:5rem!important}.pe-c6{padding-right:6rem!important}.pe-c7{padding-right:7rem!important}.pe-c5-px{padding-right:5px!important}.pe-c10-px{padding-right:10px!important}.pe-c15-px{padding-right:15px!important}.pe-c20-px{padding-right:20px!important}.pe-c30-px{padding-right:30px!important}.pe-c35-px{padding-right:35px!important}.pe-c40-px{padding-right:40px!important}.pe-c50-px{padding-right:50px!important}.pe-c60-px{padding-right:60px!important}.pe-c65-px{padding-right:65px!important}.pe-c70-px{padding-right:70px!important}.pe-c75-px{padding-right:75px!important}.pe-c80-px{padding-right:80px!important}.pe-c90-px{padding-right:90px!important}.pe-c100-px{padding-right:100px!important}.pe-c125-px{padding-right:125px!important}.pe-c130-px{padding-right:130px!important}.pe-c200-px{padding-right:200px!important}.pe-c250-px{padding-right:250px!important}.pe-c300-px{padding-right:300px!important}.pe-c400-px{padding-right:400px!important}.pe-c500-px{padding-right:500px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:6rem!important}.pb-7{padding-bottom:12rem!important}.pb-8{padding-bottom:20rem!important}.pb-c45{padding-bottom:.45rem!important}.pb-c75{padding-bottom:.75rem!important}.pb-c1-25{padding-bottom:1.25rem!important}.pb-c1-75{padding-bottom:1.75rem!important}.pb-c2{padding-bottom:2rem!important}.pb-c2-25{padding-bottom:2.25rem!important}.pb-c2-75{padding-bottom:2.75rem!important}.pb-c3-75{padding-bottom:3.75rem!important}.pb-c4{padding-bottom:4rem!important}.pb-c4-5{padding-bottom:4.5rem!important}.pb-c4-75{padding-bottom:4.75rem!important}.pb-c5{padding-bottom:5rem!important}.pb-c6{padding-bottom:6rem!important}.pb-c7{padding-bottom:7rem!important}.pb-c5-px{padding-bottom:5px!important}.pb-c10-px{padding-bottom:10px!important}.pb-c15-px{padding-bottom:15px!important}.pb-c20-px{padding-bottom:20px!important}.pb-c30-px{padding-bottom:30px!important}.pb-c35-px{padding-bottom:35px!important}.pb-c40-px{padding-bottom:40px!important}.pb-c50-px{padding-bottom:50px!important}.pb-c60-px{padding-bottom:60px!important}.pb-c65-px{padding-bottom:65px!important}.pb-c70-px{padding-bottom:70px!important}.pb-c75-px{padding-bottom:75px!important}.pb-c80-px{padding-bottom:80px!important}.pb-c90-px{padding-bottom:90px!important}.pb-c100-px{padding-bottom:100px!important}.pb-c125-px{padding-bottom:125px!important}.pb-c130-px{padding-bottom:130px!important}.pb-c200-px{padding-bottom:200px!important}.pb-c250-px{padding-bottom:250px!important}.pb-c300-px{padding-bottom:300px!important}.pb-c400-px{padding-bottom:400px!important}.pb-c500-px{padding-bottom:500px!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:6rem!important}.ps-7{padding-left:12rem!important}.ps-8{padding-left:20rem!important}.ps-c45{padding-left:.45rem!important}.ps-c75{padding-left:.75rem!important}.ps-c1-25{padding-left:1.25rem!important}.ps-c1-75{padding-left:1.75rem!important}.ps-c2{padding-left:2rem!important}.ps-c2-25{padding-left:2.25rem!important}.ps-c2-75{padding-left:2.75rem!important}.ps-c3-75{padding-left:3.75rem!important}.ps-c4{padding-left:4rem!important}.ps-c4-5{padding-left:4.5rem!important}.ps-c4-75{padding-left:4.75rem!important}.ps-c5{padding-left:5rem!important}.ps-c6{padding-left:6rem!important}.ps-c7{padding-left:7rem!important}.ps-c5-px{padding-left:5px!important}.ps-c10-px{padding-left:10px!important}.ps-c15-px{padding-left:15px!important}.ps-c20-px{padding-left:20px!important}.ps-c30-px{padding-left:30px!important}.ps-c35-px{padding-left:35px!important}.ps-c40-px{padding-left:40px!important}.ps-c50-px{padding-left:50px!important}.ps-c60-px{padding-left:60px!important}.ps-c65-px{padding-left:65px!important}.ps-c70-px{padding-left:70px!important}.ps-c75-px{padding-left:75px!important}.ps-c80-px{padding-left:80px!important}.ps-c90-px{padding-left:90px!important}.ps-c100-px{padding-left:100px!important}.ps-c125-px{padding-left:125px!important}.ps-c130-px{padding-left:130px!important}.ps-c200-px{padding-left:200px!important}.ps-c250-px{padding-left:250px!important}.ps-c300-px{padding-left:300px!important}.ps-c400-px{padding-left:400px!important}.ps-c500-px{padding-left:500px!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:6rem!important}.gap-7{gap:12rem!important}.gap-8{gap:20rem!important}.gap-c45{gap:.45rem!important}.gap-c75{gap:.75rem!important}.gap-c1-25{gap:1.25rem!important}.gap-c1-75{gap:1.75rem!important}.gap-c2{gap:2rem!important}.gap-c2-25{gap:2.25rem!important}.gap-c2-75{gap:2.75rem!important}.gap-c3-75{gap:3.75rem!important}.gap-c4{gap:4rem!important}.gap-c4-5{gap:4.5rem!important}.gap-c4-75{gap:4.75rem!important}.gap-c5{gap:5rem!important}.gap-c6{gap:6rem!important}.gap-c7{gap:7rem!important}.gap-c5-px{gap:5px!important}.gap-c10-px{gap:10px!important}.gap-c15-px{gap:15px!important}.gap-c20-px{gap:20px!important}.gap-c30-px{gap:30px!important}.gap-c35-px{gap:35px!important}.gap-c40-px{gap:40px!important}.gap-c50-px{gap:50px!important}.gap-c60-px{gap:60px!important}.gap-c65-px{gap:65px!important}.gap-c70-px{gap:70px!important}.gap-c75-px{gap:75px!important}.gap-c80-px{gap:80px!important}.gap-c90-px{gap:90px!important}.gap-c100-px{gap:100px!important}.gap-c125-px{gap:125px!important}.gap-c130-px{gap:130px!important}.gap-c200-px{gap:200px!important}.gap-c250-px{gap:250px!important}.gap-c300-px{gap:300px!important}.gap-c400-px{gap:400px!important}.gap-c500-px{gap:500px!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.row-gap-6{row-gap:6rem!important}.row-gap-7{row-gap:12rem!important}.row-gap-8{row-gap:20rem!important}.row-gap-c45{row-gap:.45rem!important}.row-gap-c75{row-gap:.75rem!important}.row-gap-c1-25{row-gap:1.25rem!important}.row-gap-c1-75{row-gap:1.75rem!important}.row-gap-c2{row-gap:2rem!important}.row-gap-c2-25{row-gap:2.25rem!important}.row-gap-c2-75{row-gap:2.75rem!important}.row-gap-c3-75{row-gap:3.75rem!important}.row-gap-c4{row-gap:4rem!important}.row-gap-c4-5{row-gap:4.5rem!important}.row-gap-c4-75{row-gap:4.75rem!important}.row-gap-c5{row-gap:5rem!important}.row-gap-c6{row-gap:6rem!important}.row-gap-c7{row-gap:7rem!important}.row-gap-c5-px{row-gap:5px!important}.row-gap-c10-px{row-gap:10px!important}.row-gap-c15-px{row-gap:15px!important}.row-gap-c20-px{row-gap:20px!important}.row-gap-c30-px{row-gap:30px!important}.row-gap-c35-px{row-gap:35px!important}.row-gap-c40-px{row-gap:40px!important}.row-gap-c50-px{row-gap:50px!important}.row-gap-c60-px{row-gap:60px!important}.row-gap-c65-px{row-gap:65px!important}.row-gap-c70-px{row-gap:70px!important}.row-gap-c75-px{row-gap:75px!important}.row-gap-c80-px{row-gap:80px!important}.row-gap-c90-px{row-gap:90px!important}.row-gap-c100-px{row-gap:100px!important}.row-gap-c125-px{row-gap:125px!important}.row-gap-c130-px{row-gap:130px!important}.row-gap-c200-px{row-gap:200px!important}.row-gap-c250-px{row-gap:250px!important}.row-gap-c300-px{row-gap:300px!important}.row-gap-c400-px{row-gap:400px!important}.row-gap-c500-px{row-gap:500px!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.column-gap-6{column-gap:6rem!important}.column-gap-7{column-gap:12rem!important}.column-gap-8{column-gap:20rem!important}.column-gap-c45{column-gap:.45rem!important}.column-gap-c75{column-gap:.75rem!important}.column-gap-c1-25{column-gap:1.25rem!important}.column-gap-c1-75{column-gap:1.75rem!important}.column-gap-c2{column-gap:2rem!important}.column-gap-c2-25{column-gap:2.25rem!important}.column-gap-c2-75{column-gap:2.75rem!important}.column-gap-c3-75{column-gap:3.75rem!important}.column-gap-c4{column-gap:4rem!important}.column-gap-c4-5{column-gap:4.5rem!important}.column-gap-c4-75{column-gap:4.75rem!important}.column-gap-c5{column-gap:5rem!important}.column-gap-c6{column-gap:6rem!important}.column-gap-c7{column-gap:7rem!important}.column-gap-c5-px{column-gap:5px!important}.column-gap-c10-px{column-gap:10px!important}.column-gap-c15-px{column-gap:15px!important}.column-gap-c20-px{column-gap:20px!important}.column-gap-c30-px{column-gap:30px!important}.column-gap-c35-px{column-gap:35px!important}.column-gap-c40-px{column-gap:40px!important}.column-gap-c50-px{column-gap:50px!important}.column-gap-c60-px{column-gap:60px!important}.column-gap-c65-px{column-gap:65px!important}.column-gap-c70-px{column-gap:70px!important}.column-gap-c75-px{column-gap:75px!important}.column-gap-c80-px{column-gap:80px!important}.column-gap-c90-px{column-gap:90px!important}.column-gap-c100-px{column-gap:100px!important}.column-gap-c125-px{column-gap:125px!important}.column-gap-c130-px{column-gap:130px!important}.column-gap-c200-px{column-gap:200px!important}.column-gap-c250-px{column-gap:250px!important}.column-gap-c300-px{column-gap:300px!important}.column-gap-c400-px{column-gap:400px!important}.column-gap-c500-px{column-gap:500px!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.7!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-tip{--bs-text-opacity:1;color:rgba(var(--bs-tip-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-tip{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-tip-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark,.bg-tip{--bs-bg-opacity:1}.bg-tip{background-color:rgba(var(--bs-tip-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-1021{z-index:1021!important}.z-1070{z-index:1070!important}.z-2000{z-index:2000!important}.rotate-10{transform:rotate(10deg)!important}.rotate-20{transform:rotate(20deg)!important}.rotate-30{transform:rotate(30deg)!important}.rotate-45{transform:rotate(45deg)!important}.rotate-90{transform:rotate(90deg)!important}.rotate-145{transform:rotate(145deg)!important}.rotate-180{transform:rotate(180deg)!important}.rotate-360{transform:rotate(1turn)!important}.bg-blue{background-color:#2c75b5!important}.bg-indigo{background-color:#6610f2!important}.bg-purple{background-color:#6f42c1!important}.bg-pink{background-color:#d1297d!important}.bg-red{background-color:#e10e32!important}.bg-orange{background-color:#bb5502!important}.bg-yellow{background-color:#8f6b00!important}.bg-green,.bg-teal{background-color:#257e67!important}.bg-cyan{background-color:#077b92!important}.bg-black{background-color:#000!important}.bg-white{background-color:#fff!important}.bg-gray{background-color:#6c757d!important}.bg-gray-dark{background-color:#343a40!important}.bg-primary-50{background-color:#eaf1f8!important}.bg-primary-100{background-color:#d5e3f0!important}.bg-primary-150{background-color:#c0d6e9!important}.bg-primary-200{background-color:#abc8e1!important}.bg-primary-250{background-color:#96bada!important}.bg-primary-300{background-color:#80acd3!important}.bg-primary-350{background-color:#6b9ecb!important}.bg-primary-400{background-color:#5691c4!important}.bg-primary-450{background-color:#4183bc!important}.bg-primary-500{background-color:#2c75b5!important}.bg-primary-550{background-color:#2869a3!important}.bg-primary-600{background-color:#235e91!important}.bg-primary-650{background-color:#1f527f!important}.bg-primary-700{background-color:#1a466d!important}.bg-primary-750{background-color:#163b5b!important}.bg-primary-800{background-color:#122f48!important}.bg-primary-850{background-color:#0d2336!important}.bg-primary-900{background-color:#091724!important}.bg-primary-950{background-color:#040c12!important}.bg-blue-100{background-color:#d5e3f0!important}.bg-blue-200{background-color:#abc8e1!important}.bg-blue-300{background-color:#80acd3!important}.bg-blue-400{background-color:#5691c4!important}.bg-blue-500{background-color:#2c75b5!important}.bg-blue-600{background-color:#235e91!important}.bg-blue-700{background-color:#1a466d!important}.bg-blue-800{background-color:#122f48!important}.bg-blue-900{background-color:#091724!important}.bg-blue-50{background-color:#eaf1f8!important}.bg-blue-150{background-color:#c0d6e9!important}.bg-blue-250{background-color:#96bada!important}.bg-blue-350{background-color:#6b9ecb!important}.bg-blue-450{background-color:#4183bc!important}.bg-blue-550{background-color:#2869a3!important}.bg-blue-650{background-color:#1f527f!important}.bg-blue-750{background-color:#163b5b!important}.bg-blue-850{background-color:#0d2336!important}.bg-blue-950{background-color:#040c12!important}.bg-purple-100{background-color:#e2d9f3!important}.bg-purple-200{background-color:#c5b3e6!important}.bg-purple-300{background-color:#a98eda!important}.bg-purple-400{background-color:#8c68cd!important}.bg-purple-500{background-color:#6f42c1!important}.bg-purple-600{background-color:#59359a!important}.bg-purple-700{background-color:#432874!important}.bg-purple-800{background-color:#2c1a4d!important}.bg-purple-900{background-color:#160d27!important}.bg-purple-50{background-color:#f1ecf9!important}.bg-purple-150{background-color:#d4c6ec!important}.bg-purple-250{background-color:#b7a1e0!important}.bg-purple-350{background-color:#9a7bd4!important}.bg-purple-450{background-color:#7d55c7!important}.bg-purple-550{background-color:#643bae!important}.bg-purple-650{background-color:#4e2e87!important}.bg-purple-750{background-color:#382161!important}.bg-purple-850{background-color:#21143a!important}.bg-purple-950{background-color:#0b0713!important}.bg-pink-100{background-color:#f6d4e5!important}.bg-pink-200{background-color:#eda9cb!important}.bg-pink-300{background-color:#e37fb1!important}.bg-pink-400{background-color:#da5497!important}.bg-pink-500{background-color:#d1297d!important}.bg-pink-600{background-color:#a72164!important}.bg-pink-700{background-color:#7d194b!important}.bg-pink-800{background-color:#541032!important}.bg-pink-900{background-color:#2a0819!important}.bg-pink-50{background-color:#faeaf2!important}.bg-pink-150{background-color:#f1bfd8!important}.bg-pink-250{background-color:#e894be!important}.bg-pink-350{background-color:#df69a4!important}.bg-pink-450{background-color:#d63e8a!important}.bg-pink-550{background-color:#bc2571!important}.bg-pink-650{background-color:#921d58!important}.bg-pink-750{background-color:#69153f!important}.bg-pink-850{background-color:#3f0c26!important}.bg-pink-950{background-color:#15040d!important}.bg-red-100{background-color:#f9cfd6!important}.bg-red-200{background-color:#f39fad!important}.bg-red-300{background-color:#ed6e84!important}.bg-red-400{background-color:#e73e5b!important}.bg-red-500{background-color:#e10e32!important}.bg-red-600{background-color:#b40b28!important}.bg-red-700{background-color:#87081e!important}.bg-red-800{background-color:#5a0614!important}.bg-red-900{background-color:#2d030a!important}.bg-red-50{background-color:#fce7eb!important}.bg-red-150{background-color:#f6b7c2!important}.bg-red-250{background-color:#f08799!important}.bg-red-350{background-color:#ea5670!important}.bg-red-450{background-color:#e42647!important}.bg-red-550{background-color:#cb0d2d!important}.bg-red-650{background-color:#9e0a23!important}.bg-red-750{background-color:#710719!important}.bg-red-850{background-color:#44040f!important}.bg-red-950{background-color:#170105!important}.bg-orange-100{background-color:#f1ddcc!important}.bg-orange-200{background-color:#e4bb9a!important}.bg-orange-300{background-color:#d69967!important}.bg-orange-400{background-color:#c97735!important}.bg-orange-500{background-color:#bb5502!important}.bg-orange-600{background-color:#964402!important}.bg-orange-700{background-color:#703301!important}.bg-orange-800{background-color:#4b2201!important}.bg-orange-900{background-color:#251100!important}.bg-orange-50{background-color:#f8eee6!important}.bg-orange-150{background-color:#ebccb3!important}.bg-orange-250{background-color:#ddaa81!important}.bg-orange-350{background-color:#cf884e!important}.bg-orange-450{background-color:#c2661b!important}.bg-orange-550{background-color:#a84d02!important}.bg-orange-650{background-color:#833c01!important}.bg-orange-750{background-color:#5e2b01!important}.bg-orange-850{background-color:#381a01!important}.bg-orange-950{background-color:#130900!important}.bg-yellow-100{background-color:#e9e1cc!important}.bg-yellow-200{background-color:#d2c499!important}.bg-yellow-300{background-color:#bca666!important}.bg-yellow-400{background-color:#a58933!important}.bg-yellow-500{background-color:#8f6b00!important}.bg-yellow-600{background-color:#725600!important}.bg-yellow-700{background-color:#564000!important}.bg-yellow-800{background-color:#392b00!important}.bg-yellow-900{background-color:#1d1500!important}.bg-yellow-50{background-color:#f4f0e6!important}.bg-yellow-150{background-color:#ddd3b3!important}.bg-yellow-250{background-color:#c7b580!important}.bg-yellow-350{background-color:#b1974d!important}.bg-yellow-450{background-color:#9a7a1a!important}.bg-yellow-550{background-color:#816000!important}.bg-yellow-650{background-color:#644b00!important}.bg-yellow-750{background-color:#483600!important}.bg-yellow-850{background-color:#2b2000!important}.bg-yellow-950{background-color:#0e0b00!important}.bg-green-100{background-color:#d3e5e1!important}.bg-green-200{background-color:#a8cbc2!important}.bg-green-300{background-color:#7cb2a4!important}.bg-green-400{background-color:#519885!important}.bg-green-500{background-color:#257e67!important}.bg-green-600{background-color:#1e6552!important}.bg-green-700{background-color:#164c3e!important}.bg-green-800{background-color:#0f3229!important}.bg-green-900{background-color:#071915!important}.bg-green-50{background-color:#e9f2f0!important}.bg-green-150{background-color:#bed8d1!important}.bg-green-250{background-color:#92bfb3!important}.bg-green-350{background-color:#66a595!important}.bg-green-450{background-color:#3b8b76!important}.bg-green-550{background-color:#21715d!important}.bg-green-650{background-color:#1a5848!important}.bg-green-750{background-color:#133f34!important}.bg-green-850{background-color:#0b261f!important}.bg-green-950{background-color:#040d0a!important}.bg-twitch{background-color:#9147ff!important}.bg-youtube{background-color:red!important}.bg-twitter{background-color:#000!important}.bg-linkedin{background-color:#0073b1!important}.bg-github{background-color:#212529!important}.bg-facebook{background-color:#1877f2!important}.bg-rss{background-color:#bb5502!important}.bg-chat{background-color:#5865f2!important}.bg-google{background-color:#4285f4!important}.bg-website{background-color:#6c757d!important}.bg-mastodon{background-color:#6364ff!important}.bg-bluesky{background-color:#1184fe!important}.bg-podcast{background-color:#92b944!important}.fill-primary-50{fill:#eaf1f8!important}.fill-primary-100{fill:#d5e3f0!important}.fill-primary-150{fill:#c0d6e9!important}.fill-primary-200{fill:#abc8e1!important}.fill-primary-250{fill:#96bada!important}.fill-primary-300{fill:#80acd3!important}.fill-primary-350{fill:#6b9ecb!important}.fill-primary-400{fill:#5691c4!important}.fill-primary-450{fill:#4183bc!important}.fill-primary-500{fill:#2c75b5!important}.fill-primary-550{fill:#2869a3!important}.fill-primary-600{fill:#235e91!important}.fill-primary-650{fill:#1f527f!important}.fill-primary-700{fill:#1a466d!important}.fill-primary-750{fill:#163b5b!important}.fill-primary-800{fill:#122f48!important}.fill-primary-850{fill:#0d2336!important}.fill-primary-900{fill:#091724!important}.fill-primary-950{fill:#040c12!important}.fill-blue-100{fill:#d5e3f0!important}.fill-blue-200{fill:#abc8e1!important}.fill-blue-300{fill:#80acd3!important}.fill-blue-400{fill:#5691c4!important}.fill-blue-500{fill:#2c75b5!important}.fill-blue-600{fill:#235e91!important}.fill-blue-700{fill:#1a466d!important}.fill-blue-800{fill:#122f48!important}.fill-blue-900{fill:#091724!important}.fill-blue-50{fill:#eaf1f8!important}.fill-blue-150{fill:#c0d6e9!important}.fill-blue-250{fill:#96bada!important}.fill-blue-350{fill:#6b9ecb!important}.fill-blue-450{fill:#4183bc!important}.fill-blue-550{fill:#2869a3!important}.fill-blue-650{fill:#1f527f!important}.fill-blue-750{fill:#163b5b!important}.fill-blue-850{fill:#0d2336!important}.fill-blue-950{fill:#040c12!important}.fill-purple-100{fill:#e2d9f3!important}.fill-purple-200{fill:#c5b3e6!important}.fill-purple-300{fill:#a98eda!important}.fill-purple-400{fill:#8c68cd!important}.fill-purple-500{fill:#6f42c1!important}.fill-purple-600{fill:#59359a!important}.fill-purple-700{fill:#432874!important}.fill-purple-800{fill:#2c1a4d!important}.fill-purple-900{fill:#160d27!important}.fill-purple-50{fill:#f1ecf9!important}.fill-purple-150{fill:#d4c6ec!important}.fill-purple-250{fill:#b7a1e0!important}.fill-purple-350{fill:#9a7bd4!important}.fill-purple-450{fill:#7d55c7!important}.fill-purple-550{fill:#643bae!important}.fill-purple-650{fill:#4e2e87!important}.fill-purple-750{fill:#382161!important}.fill-purple-850{fill:#21143a!important}.fill-purple-950{fill:#0b0713!important}.fill-pink-100{fill:#f6d4e5!important}.fill-pink-200{fill:#eda9cb!important}.fill-pink-300{fill:#e37fb1!important}.fill-pink-400{fill:#da5497!important}.fill-pink-500{fill:#d1297d!important}.fill-pink-600{fill:#a72164!important}.fill-pink-700{fill:#7d194b!important}.fill-pink-800{fill:#541032!important}.fill-pink-900{fill:#2a0819!important}.fill-pink-50{fill:#faeaf2!important}.fill-pink-150{fill:#f1bfd8!important}.fill-pink-250{fill:#e894be!important}.fill-pink-350{fill:#df69a4!important}.fill-pink-450{fill:#d63e8a!important}.fill-pink-550{fill:#bc2571!important}.fill-pink-650{fill:#921d58!important}.fill-pink-750{fill:#69153f!important}.fill-pink-850{fill:#3f0c26!important}.fill-pink-950{fill:#15040d!important}.fill-red-100{fill:#f9cfd6!important}.fill-red-200{fill:#f39fad!important}.fill-red-300{fill:#ed6e84!important}.fill-red-400{fill:#e73e5b!important}.fill-red-500{fill:#e10e32!important}.fill-red-600{fill:#b40b28!important}.fill-red-700{fill:#87081e!important}.fill-red-800{fill:#5a0614!important}.fill-red-900{fill:#2d030a!important}.fill-red-50{fill:#fce7eb!important}.fill-red-150{fill:#f6b7c2!important}.fill-red-250{fill:#f08799!important}.fill-red-350{fill:#ea5670!important}.fill-red-450{fill:#e42647!important}.fill-red-550{fill:#cb0d2d!important}.fill-red-650{fill:#9e0a23!important}.fill-red-750{fill:#710719!important}.fill-red-850{fill:#44040f!important}.fill-red-950{fill:#170105!important}.fill-orange-100{fill:#f1ddcc!important}.fill-orange-200{fill:#e4bb9a!important}.fill-orange-300{fill:#d69967!important}.fill-orange-400{fill:#c97735!important}.fill-orange-500{fill:#bb5502!important}.fill-orange-600{fill:#964402!important}.fill-orange-700{fill:#703301!important}.fill-orange-800{fill:#4b2201!important}.fill-orange-900{fill:#251100!important}.fill-orange-50{fill:#f8eee6!important}.fill-orange-150{fill:#ebccb3!important}.fill-orange-250{fill:#ddaa81!important}.fill-orange-350{fill:#cf884e!important}.fill-orange-450{fill:#c2661b!important}.fill-orange-550{fill:#a84d02!important}.fill-orange-650{fill:#833c01!important}.fill-orange-750{fill:#5e2b01!important}.fill-orange-850{fill:#381a01!important}.fill-orange-950{fill:#130900!important}.fill-yellow-100{fill:#e9e1cc!important}.fill-yellow-200{fill:#d2c499!important}.fill-yellow-300{fill:#bca666!important}.fill-yellow-400{fill:#a58933!important}.fill-yellow-500{fill:#8f6b00!important}.fill-yellow-600{fill:#725600!important}.fill-yellow-700{fill:#564000!important}.fill-yellow-800{fill:#392b00!important}.fill-yellow-900{fill:#1d1500!important}.fill-yellow-50{fill:#f4f0e6!important}.fill-yellow-150{fill:#ddd3b3!important}.fill-yellow-250{fill:#c7b580!important}.fill-yellow-350{fill:#b1974d!important}.fill-yellow-450{fill:#9a7a1a!important}.fill-yellow-550{fill:#816000!important}.fill-yellow-650{fill:#644b00!important}.fill-yellow-750{fill:#483600!important}.fill-yellow-850{fill:#2b2000!important}.fill-yellow-950{fill:#0e0b00!important}.fill-green-100{fill:#d3e5e1!important}.fill-green-200{fill:#a8cbc2!important}.fill-green-300{fill:#7cb2a4!important}.fill-green-400{fill:#519885!important}.fill-green-500{fill:#257e67!important}.fill-green-600{fill:#1e6552!important}.fill-green-700{fill:#164c3e!important}.fill-green-800{fill:#0f3229!important}.fill-green-900{fill:#071915!important}.fill-green-50{fill:#e9f2f0!important}.fill-green-150{fill:#bed8d1!important}.fill-green-250{fill:#92bfb3!important}.fill-green-350{fill:#66a595!important}.fill-green-450{fill:#3b8b76!important}.fill-green-550{fill:#21715d!important}.fill-green-650{fill:#1a5848!important}.fill-green-750{fill:#133f34!important}.fill-green-850{fill:#0b261f!important}.fill-green-950{fill:#040d0a!important}.min-h-px-0{min-height:0!important}.min-h-px-5{min-height:5px!important}.min-h-px-10{min-height:10px!important}.min-h-px-15{min-height:15px!important}.min-h-px-16{min-height:16px!important}.min-h-px-20{min-height:20px!important}.min-h-px-25{min-height:25px!important}.min-h-px-30{min-height:30px!important}.min-h-px-35{min-height:35px!important}.min-h-px-40{min-height:40px!important}.min-h-px-42{min-height:42px!important}.min-h-px-50{min-height:50px!important}.min-h-px-60{min-height:60px!important}.min-h-px-65{min-height:65px!important}.min-h-px-70{min-height:70px!important}.min-h-px-75{min-height:75px!important}.min-h-px-80{min-height:80px!important}.min-h-px-90{min-height:90px!important}.min-h-px-100{min-height:100px!important}.min-h-px-107{min-height:107px!important}.min-h-px-110{min-height:110px!important}.min-h-px-125{min-height:125px!important}.min-h-px-130{min-height:130px!important}.min-h-px-191{min-height:191px!important}.min-h-px-200{min-height:200px!important}.min-h-px-205{min-height:205px!important}.min-h-px-250{min-height:250px!important}.min-h-px-300{min-height:300px!important}.min-h-px-335{min-height:335px!important}.min-h-px-400{min-height:400px!important}.min-h-px-450{min-height:450px!important}.min-h-px-500{min-height:500px!important}.min-h-px-650{min-height:650px!important}.max-h-px-0{max-height:0!important}.max-h-px-5{max-height:5px!important}.max-h-px-10{max-height:10px!important}.max-h-px-15{max-height:15px!important}.max-h-px-16{max-height:16px!important}.max-h-px-20{max-height:20px!important}.max-h-px-25{max-height:25px!important}.max-h-px-30{max-height:30px!important}.max-h-px-35{max-height:35px!important}.max-h-px-40{max-height:40px!important}.max-h-px-42{max-height:42px!important}.max-h-px-50{max-height:50px!important}.max-h-px-60{max-height:60px!important}.max-h-px-65{max-height:65px!important}.max-h-px-70{max-height:70px!important}.max-h-px-75{max-height:75px!important}.max-h-px-80{max-height:80px!important}.max-h-px-90{max-height:90px!important}.max-h-px-100{max-height:100px!important}.max-h-px-107{max-height:107px!important}.max-h-px-110{max-height:110px!important}.max-h-px-125{max-height:125px!important}.max-h-px-130{max-height:130px!important}.max-h-px-191{max-height:191px!important}.max-h-px-200{max-height:200px!important}.max-h-px-205{max-height:205px!important}.max-h-px-250{max-height:250px!important}.max-h-px-300{max-height:300px!important}.max-h-px-335{max-height:335px!important}.max-h-px-400{max-height:400px!important}.max-h-px-450{max-height:450px!important}.max-h-px-500{max-height:500px!important}.max-h-px-650{max-height:650px!important}.min-w-px-0{min-width:0!important}.min-w-px-5{min-width:5px!important}.min-w-px-10{min-width:10px!important}.min-w-px-15{min-width:15px!important}.min-w-px-16{min-width:16px!important}.min-w-px-20{min-width:20px!important}.min-w-px-25{min-width:25px!important}.min-w-px-30{min-width:30px!important}.min-w-px-35{min-width:35px!important}.min-w-px-40{min-width:40px!important}.min-w-px-42{min-width:42px!important}.min-w-px-50{min-width:50px!important}.min-w-px-60{min-width:60px!important}.min-w-px-65{min-width:65px!important}.min-w-px-70{min-width:70px!important}.min-w-px-75{min-width:75px!important}.min-w-px-80{min-width:80px!important}.min-w-px-90{min-width:90px!important}.min-w-px-100{min-width:100px!important}.min-w-px-107{min-width:107px!important}.min-w-px-110{min-width:110px!important}.min-w-px-125{min-width:125px!important}.min-w-px-130{min-width:130px!important}.min-w-px-191{min-width:191px!important}.min-w-px-200{min-width:200px!important}.min-w-px-205{min-width:205px!important}.min-w-px-250{min-width:250px!important}.min-w-px-300{min-width:300px!important}.min-w-px-335{min-width:335px!important}.min-w-px-400{min-width:400px!important}.min-w-px-450{min-width:450px!important}.min-w-px-500{min-width:500px!important}.min-w-px-650{min-width:650px!important}.h-px-0{height:0!important}.h-px-5{height:5px!important}.h-px-10{height:10px!important}.h-px-15{height:15px!important}.h-px-16{height:16px!important}.h-px-20{height:20px!important}.h-px-25{height:25px!important}.h-px-30{height:30px!important}.h-px-35{height:35px!important}.h-px-40{height:40px!important}.h-px-42{height:42px!important}.h-px-50{height:50px!important}.h-px-60{height:60px!important}.h-px-65{height:65px!important}.h-px-70{height:70px!important}.h-px-75{height:75px!important}.h-px-80{height:80px!important}.h-px-90{height:90px!important}.h-px-100{height:100px!important}.h-px-107{height:107px!important}.h-px-110{height:110px!important}.h-px-125{height:125px!important}.h-px-130{height:130px!important}.h-px-191{height:191px!important}.h-px-200{height:200px!important}.h-px-205{height:205px!important}.h-px-250{height:250px!important}.h-px-300{height:300px!important}.h-px-335{height:335px!important}.h-px-400{height:400px!important}.h-px-450{height:450px!important}.h-px-500{height:500px!important}.h-px-650{height:650px!important}.w-px-0{width:0!important}.w-px-5{width:5px!important}.w-px-10{width:10px!important}.w-px-15{width:15px!important}.w-px-16{width:16px!important}.w-px-20{width:20px!important}.w-px-25{width:25px!important}.w-px-30{width:30px!important}.w-px-35{width:35px!important}.w-px-40{width:40px!important}.w-px-42{width:42px!important}.w-px-50{width:50px!important}.w-px-60{width:60px!important}.w-px-65{width:65px!important}.w-px-70{width:70px!important}.w-px-75{width:75px!important}.w-px-80{width:80px!important}.w-px-90{width:90px!important}.w-px-100{width:100px!important}.w-px-107{width:107px!important}.w-px-110{width:110px!important}.w-px-125{width:125px!important}.w-px-130{width:130px!important}.w-px-191{width:191px!important}.w-px-200{width:200px!important}.w-px-205{width:205px!important}.w-px-250{width:250px!important}.w-px-300{width:300px!important}.w-px-335{width:335px!important}.w-px-400{width:400px!important}.w-px-450{width:450px!important}.w-px-500{width:500px!important}.w-px-650{width:650px!important}.min-h-0{min-height:0!important}.min-h-5{min-height:5%!important}.min-h-10{min-height:10%!important}.min-h-15{min-height:15%!important}.min-h-20{min-height:20%!important}.min-h-25{min-height:25%!important}.min-h-30{min-height:30%!important}.min-h-35{min-height:35%!important}.min-h-40{min-height:40%!important}.min-h-50{min-height:50%!important}.min-h-60{min-height:60%!important}.min-h-65{min-height:65%!important}.min-h-70{min-height:70%!important}.min-h-75{min-height:75%!important}.min-h-80{min-height:80%!important}.min-h-90{min-height:90%!important}.min-h-100{min-height:100%!important}.min-h-125{min-height:125%!important}.min-h-130{min-height:130%!important}.min-h-200{min-height:200%!important}.min-h-250{min-height:250%!important}.min-h-300{min-height:300%!important}.min-h-400{min-height:400%!important}.min-h-500{min-height:500%!important}.min-h-auto{min-height:auto!important}.min-w-0{min-width:0!important}.min-w-5{min-width:5%!important}.min-w-10{min-width:10%!important}.min-w-15{min-width:15%!important}.min-w-20{min-width:20%!important}.min-w-25{min-width:25%!important}.min-w-30{min-width:30%!important}.min-w-35{min-width:35%!important}.min-w-40{min-width:40%!important}.min-w-50{min-width:50%!important}.min-w-60{min-width:60%!important}.min-w-65{min-width:65%!important}.min-w-70{min-width:70%!important}.min-w-75{min-width:75%!important}.min-w-80{min-width:80%!important}.min-w-90{min-width:90%!important}.min-w-100{min-width:100%!important}.min-w-125{min-width:125%!important}.min-w-130{min-width:130%!important}.min-w-200{min-width:200%!important}.min-w-250{min-width:250%!important}.min-w-300{min-width:300%!important}.min-w-400{min-width:400%!important}.min-w-500{min-width:500%!important}.min-w-auto{min-width:auto!important}.text-blue{color:#2c75b5!important}.text-indigo{color:#6610f2!important}.text-purple{color:#6f42c1!important}.text-pink{color:#d1297d!important}.text-red{color:#e10e32!important}.text-orange{color:#bb5502!important}.text-yellow{color:#8f6b00!important}.text-green,.text-teal{color:#257e67!important}.text-cyan{color:#077b92!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-gray{color:#6c757d!important}.text-gray-dark{color:#343a40!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:6rem!important}.m-sm-7{margin:12rem!important}.m-sm-8{margin:20rem!important}.m-sm-c45{margin:.45rem!important}.m-sm-c75{margin:.75rem!important}.m-sm-c1-25{margin:1.25rem!important}.m-sm-c1-75{margin:1.75rem!important}.m-sm-c2{margin:2rem!important}.m-sm-c2-25{margin:2.25rem!important}.m-sm-c2-75{margin:2.75rem!important}.m-sm-c3-75{margin:3.75rem!important}.m-sm-c4{margin:4rem!important}.m-sm-c4-5{margin:4.5rem!important}.m-sm-c4-75{margin:4.75rem!important}.m-sm-c5{margin:5rem!important}.m-sm-c6{margin:6rem!important}.m-sm-c7{margin:7rem!important}.m-sm-c5-px{margin:5px!important}.m-sm-c10-px{margin:10px!important}.m-sm-c15-px{margin:15px!important}.m-sm-c20-px{margin:20px!important}.m-sm-c30-px{margin:30px!important}.m-sm-c35-px{margin:35px!important}.m-sm-c40-px{margin:40px!important}.m-sm-c50-px{margin:50px!important}.m-sm-c60-px{margin:60px!important}.m-sm-c65-px{margin:65px!important}.m-sm-c70-px{margin:70px!important}.m-sm-c75-px{margin:75px!important}.m-sm-c80-px{margin:80px!important}.m-sm-c90-px{margin:90px!important}.m-sm-c100-px{margin:100px!important}.m-sm-c125-px{margin:125px!important}.m-sm-c130-px{margin:130px!important}.m-sm-c200-px{margin:200px!important}.m-sm-c250-px{margin:250px!important}.m-sm-c300-px{margin:300px!important}.m-sm-c400-px{margin:400px!important}.m-sm-c500-px{margin:500px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-7{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:20rem!important;margin-right:20rem!important}.mx-sm-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-sm-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-sm-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-sm-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-sm-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-sm-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-sm-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-sm-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-sm-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-sm-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-sm-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-sm-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-sm-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-sm-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-sm-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-sm-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-sm-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-sm-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-sm-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-sm-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-sm-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-sm-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-sm-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-sm-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-sm-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-sm-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-sm-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-sm-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-sm-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-sm-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-sm-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-sm-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-sm-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-sm-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-sm-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-sm-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-sm-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-sm-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-sm-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-sm-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-sm-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-sm-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-sm-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-sm-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-sm-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-sm-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:6rem!important}.mt-sm-7{margin-top:12rem!important}.mt-sm-8{margin-top:20rem!important}.mt-sm-c45{margin-top:.45rem!important}.mt-sm-c75{margin-top:.75rem!important}.mt-sm-c1-25{margin-top:1.25rem!important}.mt-sm-c1-75{margin-top:1.75rem!important}.mt-sm-c2{margin-top:2rem!important}.mt-sm-c2-25{margin-top:2.25rem!important}.mt-sm-c2-75{margin-top:2.75rem!important}.mt-sm-c3-75{margin-top:3.75rem!important}.mt-sm-c4{margin-top:4rem!important}.mt-sm-c4-5{margin-top:4.5rem!important}.mt-sm-c4-75{margin-top:4.75rem!important}.mt-sm-c5{margin-top:5rem!important}.mt-sm-c6{margin-top:6rem!important}.mt-sm-c7{margin-top:7rem!important}.mt-sm-c5-px{margin-top:5px!important}.mt-sm-c10-px{margin-top:10px!important}.mt-sm-c15-px{margin-top:15px!important}.mt-sm-c20-px{margin-top:20px!important}.mt-sm-c30-px{margin-top:30px!important}.mt-sm-c35-px{margin-top:35px!important}.mt-sm-c40-px{margin-top:40px!important}.mt-sm-c50-px{margin-top:50px!important}.mt-sm-c60-px{margin-top:60px!important}.mt-sm-c65-px{margin-top:65px!important}.mt-sm-c70-px{margin-top:70px!important}.mt-sm-c75-px{margin-top:75px!important}.mt-sm-c80-px{margin-top:80px!important}.mt-sm-c90-px{margin-top:90px!important}.mt-sm-c100-px{margin-top:100px!important}.mt-sm-c125-px{margin-top:125px!important}.mt-sm-c130-px{margin-top:130px!important}.mt-sm-c200-px{margin-top:200px!important}.mt-sm-c250-px{margin-top:250px!important}.mt-sm-c300-px{margin-top:300px!important}.mt-sm-c400-px{margin-top:400px!important}.mt-sm-c500-px{margin-top:500px!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:6rem!important}.me-sm-7{margin-right:12rem!important}.me-sm-8{margin-right:20rem!important}.me-sm-c45{margin-right:.45rem!important}.me-sm-c75{margin-right:.75rem!important}.me-sm-c1-25{margin-right:1.25rem!important}.me-sm-c1-75{margin-right:1.75rem!important}.me-sm-c2{margin-right:2rem!important}.me-sm-c2-25{margin-right:2.25rem!important}.me-sm-c2-75{margin-right:2.75rem!important}.me-sm-c3-75{margin-right:3.75rem!important}.me-sm-c4{margin-right:4rem!important}.me-sm-c4-5{margin-right:4.5rem!important}.me-sm-c4-75{margin-right:4.75rem!important}.me-sm-c5{margin-right:5rem!important}.me-sm-c6{margin-right:6rem!important}.me-sm-c7{margin-right:7rem!important}.me-sm-c5-px{margin-right:5px!important}.me-sm-c10-px{margin-right:10px!important}.me-sm-c15-px{margin-right:15px!important}.me-sm-c20-px{margin-right:20px!important}.me-sm-c30-px{margin-right:30px!important}.me-sm-c35-px{margin-right:35px!important}.me-sm-c40-px{margin-right:40px!important}.me-sm-c50-px{margin-right:50px!important}.me-sm-c60-px{margin-right:60px!important}.me-sm-c65-px{margin-right:65px!important}.me-sm-c70-px{margin-right:70px!important}.me-sm-c75-px{margin-right:75px!important}.me-sm-c80-px{margin-right:80px!important}.me-sm-c90-px{margin-right:90px!important}.me-sm-c100-px{margin-right:100px!important}.me-sm-c125-px{margin-right:125px!important}.me-sm-c130-px{margin-right:130px!important}.me-sm-c200-px{margin-right:200px!important}.me-sm-c250-px{margin-right:250px!important}.me-sm-c300-px{margin-right:300px!important}.me-sm-c400-px{margin-right:400px!important}.me-sm-c500-px{margin-right:500px!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:6rem!important}.mb-sm-7{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:20rem!important}.mb-sm-c45{margin-bottom:.45rem!important}.mb-sm-c75{margin-bottom:.75rem!important}.mb-sm-c1-25{margin-bottom:1.25rem!important}.mb-sm-c1-75{margin-bottom:1.75rem!important}.mb-sm-c2{margin-bottom:2rem!important}.mb-sm-c2-25{margin-bottom:2.25rem!important}.mb-sm-c2-75{margin-bottom:2.75rem!important}.mb-sm-c3-75{margin-bottom:3.75rem!important}.mb-sm-c4{margin-bottom:4rem!important}.mb-sm-c4-5{margin-bottom:4.5rem!important}.mb-sm-c4-75{margin-bottom:4.75rem!important}.mb-sm-c5{margin-bottom:5rem!important}.mb-sm-c6{margin-bottom:6rem!important}.mb-sm-c7{margin-bottom:7rem!important}.mb-sm-c5-px{margin-bottom:5px!important}.mb-sm-c10-px{margin-bottom:10px!important}.mb-sm-c15-px{margin-bottom:15px!important}.mb-sm-c20-px{margin-bottom:20px!important}.mb-sm-c30-px{margin-bottom:30px!important}.mb-sm-c35-px{margin-bottom:35px!important}.mb-sm-c40-px{margin-bottom:40px!important}.mb-sm-c50-px{margin-bottom:50px!important}.mb-sm-c60-px{margin-bottom:60px!important}.mb-sm-c65-px{margin-bottom:65px!important}.mb-sm-c70-px{margin-bottom:70px!important}.mb-sm-c75-px{margin-bottom:75px!important}.mb-sm-c80-px{margin-bottom:80px!important}.mb-sm-c90-px{margin-bottom:90px!important}.mb-sm-c100-px{margin-bottom:100px!important}.mb-sm-c125-px{margin-bottom:125px!important}.mb-sm-c130-px{margin-bottom:130px!important}.mb-sm-c200-px{margin-bottom:200px!important}.mb-sm-c250-px{margin-bottom:250px!important}.mb-sm-c300-px{margin-bottom:300px!important}.mb-sm-c400-px{margin-bottom:400px!important}.mb-sm-c500-px{margin-bottom:500px!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:6rem!important}.ms-sm-7{margin-left:12rem!important}.ms-sm-8{margin-left:20rem!important}.ms-sm-c45{margin-left:.45rem!important}.ms-sm-c75{margin-left:.75rem!important}.ms-sm-c1-25{margin-left:1.25rem!important}.ms-sm-c1-75{margin-left:1.75rem!important}.ms-sm-c2{margin-left:2rem!important}.ms-sm-c2-25{margin-left:2.25rem!important}.ms-sm-c2-75{margin-left:2.75rem!important}.ms-sm-c3-75{margin-left:3.75rem!important}.ms-sm-c4{margin-left:4rem!important}.ms-sm-c4-5{margin-left:4.5rem!important}.ms-sm-c4-75{margin-left:4.75rem!important}.ms-sm-c5{margin-left:5rem!important}.ms-sm-c6{margin-left:6rem!important}.ms-sm-c7{margin-left:7rem!important}.ms-sm-c5-px{margin-left:5px!important}.ms-sm-c10-px{margin-left:10px!important}.ms-sm-c15-px{margin-left:15px!important}.ms-sm-c20-px{margin-left:20px!important}.ms-sm-c30-px{margin-left:30px!important}.ms-sm-c35-px{margin-left:35px!important}.ms-sm-c40-px{margin-left:40px!important}.ms-sm-c50-px{margin-left:50px!important}.ms-sm-c60-px{margin-left:60px!important}.ms-sm-c65-px{margin-left:65px!important}.ms-sm-c70-px{margin-left:70px!important}.ms-sm-c75-px{margin-left:75px!important}.ms-sm-c80-px{margin-left:80px!important}.ms-sm-c90-px{margin-left:90px!important}.ms-sm-c100-px{margin-left:100px!important}.ms-sm-c125-px{margin-left:125px!important}.ms-sm-c130-px{margin-left:130px!important}.ms-sm-c200-px{margin-left:200px!important}.ms-sm-c250-px{margin-left:250px!important}.ms-sm-c300-px{margin-left:300px!important}.ms-sm-c400-px{margin-left:400px!important}.ms-sm-c500-px{margin-left:500px!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-6rem!important}.m-sm-n7{margin:-12rem!important}.m-sm-n8{margin:-20rem!important}.m-sm-nc45{margin:-.45rem!important}.m-sm-nc75{margin:-.75rem!important}.m-sm-nc1-25{margin:-1.25rem!important}.m-sm-nc1-75{margin:-1.75rem!important}.m-sm-nc2{margin:-2rem!important}.m-sm-nc2-25{margin:-2.25rem!important}.m-sm-nc2-75{margin:-2.75rem!important}.m-sm-nc3-75{margin:-3.75rem!important}.m-sm-nc4{margin:-4rem!important}.m-sm-nc4-5{margin:-4.5rem!important}.m-sm-nc4-75{margin:-4.75rem!important}.m-sm-nc5{margin:-5rem!important}.m-sm-nc6{margin:-6rem!important}.m-sm-nc7{margin:-7rem!important}.m-sm-nc5-px{margin:-5px!important}.m-sm-nc10-px{margin:-10px!important}.m-sm-nc15-px{margin:-15px!important}.m-sm-nc20-px{margin:-20px!important}.m-sm-nc30-px{margin:-30px!important}.m-sm-nc35-px{margin:-35px!important}.m-sm-nc40-px{margin:-40px!important}.m-sm-nc50-px{margin:-50px!important}.m-sm-nc60-px{margin:-60px!important}.m-sm-nc65-px{margin:-65px!important}.m-sm-nc70-px{margin:-70px!important}.m-sm-nc75-px{margin:-75px!important}.m-sm-nc80-px{margin:-80px!important}.m-sm-nc90-px{margin:-90px!important}.m-sm-nc100-px{margin:-100px!important}.m-sm-nc125-px{margin:-125px!important}.m-sm-nc130-px{margin:-130px!important}.m-sm-nc200-px{margin:-200px!important}.m-sm-nc250-px{margin:-250px!important}.m-sm-nc300-px{margin:-300px!important}.m-sm-nc400-px{margin:-400px!important}.m-sm-nc500-px{margin:-500px!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-sm-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-sm-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-sm-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-sm-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-sm-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-sm-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-sm-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-sm-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-sm-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-sm-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-sm-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-sm-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-sm-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-sm-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-sm-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-sm-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-sm-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-sm-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-sm-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-sm-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-sm-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-sm-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-sm-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-sm-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-sm-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-sm-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-sm-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-sm-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-sm-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-sm-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-sm-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-sm-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-sm-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-sm-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-sm-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-sm-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-sm-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-sm-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-sm-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-sm-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-sm-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-sm-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-sm-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-sm-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-sm-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-sm-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-sm-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-sm-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-sm-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-sm-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-sm-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-sm-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-sm-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-sm-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-sm-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-sm-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-sm-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-sm-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-sm-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-6rem!important}.mt-sm-n7{margin-top:-12rem!important}.mt-sm-n8{margin-top:-20rem!important}.mt-sm-nc45{margin-top:-.45rem!important}.mt-sm-nc75{margin-top:-.75rem!important}.mt-sm-nc1-25{margin-top:-1.25rem!important}.mt-sm-nc1-75{margin-top:-1.75rem!important}.mt-sm-nc2{margin-top:-2rem!important}.mt-sm-nc2-25{margin-top:-2.25rem!important}.mt-sm-nc2-75{margin-top:-2.75rem!important}.mt-sm-nc3-75{margin-top:-3.75rem!important}.mt-sm-nc4{margin-top:-4rem!important}.mt-sm-nc4-5{margin-top:-4.5rem!important}.mt-sm-nc4-75{margin-top:-4.75rem!important}.mt-sm-nc5{margin-top:-5rem!important}.mt-sm-nc6{margin-top:-6rem!important}.mt-sm-nc7{margin-top:-7rem!important}.mt-sm-nc5-px{margin-top:-5px!important}.mt-sm-nc10-px{margin-top:-10px!important}.mt-sm-nc15-px{margin-top:-15px!important}.mt-sm-nc20-px{margin-top:-20px!important}.mt-sm-nc30-px{margin-top:-30px!important}.mt-sm-nc35-px{margin-top:-35px!important}.mt-sm-nc40-px{margin-top:-40px!important}.mt-sm-nc50-px{margin-top:-50px!important}.mt-sm-nc60-px{margin-top:-60px!important}.mt-sm-nc65-px{margin-top:-65px!important}.mt-sm-nc70-px{margin-top:-70px!important}.mt-sm-nc75-px{margin-top:-75px!important}.mt-sm-nc80-px{margin-top:-80px!important}.mt-sm-nc90-px{margin-top:-90px!important}.mt-sm-nc100-px{margin-top:-100px!important}.mt-sm-nc125-px{margin-top:-125px!important}.mt-sm-nc130-px{margin-top:-130px!important}.mt-sm-nc200-px{margin-top:-200px!important}.mt-sm-nc250-px{margin-top:-250px!important}.mt-sm-nc300-px{margin-top:-300px!important}.mt-sm-nc400-px{margin-top:-400px!important}.mt-sm-nc500-px{margin-top:-500px!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-6rem!important}.me-sm-n7{margin-right:-12rem!important}.me-sm-n8{margin-right:-20rem!important}.me-sm-nc45{margin-right:-.45rem!important}.me-sm-nc75{margin-right:-.75rem!important}.me-sm-nc1-25{margin-right:-1.25rem!important}.me-sm-nc1-75{margin-right:-1.75rem!important}.me-sm-nc2{margin-right:-2rem!important}.me-sm-nc2-25{margin-right:-2.25rem!important}.me-sm-nc2-75{margin-right:-2.75rem!important}.me-sm-nc3-75{margin-right:-3.75rem!important}.me-sm-nc4{margin-right:-4rem!important}.me-sm-nc4-5{margin-right:-4.5rem!important}.me-sm-nc4-75{margin-right:-4.75rem!important}.me-sm-nc5{margin-right:-5rem!important}.me-sm-nc6{margin-right:-6rem!important}.me-sm-nc7{margin-right:-7rem!important}.me-sm-nc5-px{margin-right:-5px!important}.me-sm-nc10-px{margin-right:-10px!important}.me-sm-nc15-px{margin-right:-15px!important}.me-sm-nc20-px{margin-right:-20px!important}.me-sm-nc30-px{margin-right:-30px!important}.me-sm-nc35-px{margin-right:-35px!important}.me-sm-nc40-px{margin-right:-40px!important}.me-sm-nc50-px{margin-right:-50px!important}.me-sm-nc60-px{margin-right:-60px!important}.me-sm-nc65-px{margin-right:-65px!important}.me-sm-nc70-px{margin-right:-70px!important}.me-sm-nc75-px{margin-right:-75px!important}.me-sm-nc80-px{margin-right:-80px!important}.me-sm-nc90-px{margin-right:-90px!important}.me-sm-nc100-px{margin-right:-100px!important}.me-sm-nc125-px{margin-right:-125px!important}.me-sm-nc130-px{margin-right:-130px!important}.me-sm-nc200-px{margin-right:-200px!important}.me-sm-nc250-px{margin-right:-250px!important}.me-sm-nc300-px{margin-right:-300px!important}.me-sm-nc400-px{margin-right:-400px!important}.me-sm-nc500-px{margin-right:-500px!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-6rem!important}.mb-sm-n7{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-20rem!important}.mb-sm-nc45{margin-bottom:-.45rem!important}.mb-sm-nc75{margin-bottom:-.75rem!important}.mb-sm-nc1-25{margin-bottom:-1.25rem!important}.mb-sm-nc1-75{margin-bottom:-1.75rem!important}.mb-sm-nc2{margin-bottom:-2rem!important}.mb-sm-nc2-25{margin-bottom:-2.25rem!important}.mb-sm-nc2-75{margin-bottom:-2.75rem!important}.mb-sm-nc3-75{margin-bottom:-3.75rem!important}.mb-sm-nc4{margin-bottom:-4rem!important}.mb-sm-nc4-5{margin-bottom:-4.5rem!important}.mb-sm-nc4-75{margin-bottom:-4.75rem!important}.mb-sm-nc5{margin-bottom:-5rem!important}.mb-sm-nc6{margin-bottom:-6rem!important}.mb-sm-nc7{margin-bottom:-7rem!important}.mb-sm-nc5-px{margin-bottom:-5px!important}.mb-sm-nc10-px{margin-bottom:-10px!important}.mb-sm-nc15-px{margin-bottom:-15px!important}.mb-sm-nc20-px{margin-bottom:-20px!important}.mb-sm-nc30-px{margin-bottom:-30px!important}.mb-sm-nc35-px{margin-bottom:-35px!important}.mb-sm-nc40-px{margin-bottom:-40px!important}.mb-sm-nc50-px{margin-bottom:-50px!important}.mb-sm-nc60-px{margin-bottom:-60px!important}.mb-sm-nc65-px{margin-bottom:-65px!important}.mb-sm-nc70-px{margin-bottom:-70px!important}.mb-sm-nc75-px{margin-bottom:-75px!important}.mb-sm-nc80-px{margin-bottom:-80px!important}.mb-sm-nc90-px{margin-bottom:-90px!important}.mb-sm-nc100-px{margin-bottom:-100px!important}.mb-sm-nc125-px{margin-bottom:-125px!important}.mb-sm-nc130-px{margin-bottom:-130px!important}.mb-sm-nc200-px{margin-bottom:-200px!important}.mb-sm-nc250-px{margin-bottom:-250px!important}.mb-sm-nc300-px{margin-bottom:-300px!important}.mb-sm-nc400-px{margin-bottom:-400px!important}.mb-sm-nc500-px{margin-bottom:-500px!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-6rem!important}.ms-sm-n7{margin-left:-12rem!important}.ms-sm-n8{margin-left:-20rem!important}.ms-sm-nc45{margin-left:-.45rem!important}.ms-sm-nc75{margin-left:-.75rem!important}.ms-sm-nc1-25{margin-left:-1.25rem!important}.ms-sm-nc1-75{margin-left:-1.75rem!important}.ms-sm-nc2{margin-left:-2rem!important}.ms-sm-nc2-25{margin-left:-2.25rem!important}.ms-sm-nc2-75{margin-left:-2.75rem!important}.ms-sm-nc3-75{margin-left:-3.75rem!important}.ms-sm-nc4{margin-left:-4rem!important}.ms-sm-nc4-5{margin-left:-4.5rem!important}.ms-sm-nc4-75{margin-left:-4.75rem!important}.ms-sm-nc5{margin-left:-5rem!important}.ms-sm-nc6{margin-left:-6rem!important}.ms-sm-nc7{margin-left:-7rem!important}.ms-sm-nc5-px{margin-left:-5px!important}.ms-sm-nc10-px{margin-left:-10px!important}.ms-sm-nc15-px{margin-left:-15px!important}.ms-sm-nc20-px{margin-left:-20px!important}.ms-sm-nc30-px{margin-left:-30px!important}.ms-sm-nc35-px{margin-left:-35px!important}.ms-sm-nc40-px{margin-left:-40px!important}.ms-sm-nc50-px{margin-left:-50px!important}.ms-sm-nc60-px{margin-left:-60px!important}.ms-sm-nc65-px{margin-left:-65px!important}.ms-sm-nc70-px{margin-left:-70px!important}.ms-sm-nc75-px{margin-left:-75px!important}.ms-sm-nc80-px{margin-left:-80px!important}.ms-sm-nc90-px{margin-left:-90px!important}.ms-sm-nc100-px{margin-left:-100px!important}.ms-sm-nc125-px{margin-left:-125px!important}.ms-sm-nc130-px{margin-left:-130px!important}.ms-sm-nc200-px{margin-left:-200px!important}.ms-sm-nc250-px{margin-left:-250px!important}.ms-sm-nc300-px{margin-left:-300px!important}.ms-sm-nc400-px{margin-left:-400px!important}.ms-sm-nc500-px{margin-left:-500px!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:6rem!important}.p-sm-7{padding:12rem!important}.p-sm-8{padding:20rem!important}.p-sm-c45{padding:.45rem!important}.p-sm-c75{padding:.75rem!important}.p-sm-c1-25{padding:1.25rem!important}.p-sm-c1-75{padding:1.75rem!important}.p-sm-c2{padding:2rem!important}.p-sm-c2-25{padding:2.25rem!important}.p-sm-c2-75{padding:2.75rem!important}.p-sm-c3-75{padding:3.75rem!important}.p-sm-c4{padding:4rem!important}.p-sm-c4-5{padding:4.5rem!important}.p-sm-c4-75{padding:4.75rem!important}.p-sm-c5{padding:5rem!important}.p-sm-c6{padding:6rem!important}.p-sm-c7{padding:7rem!important}.p-sm-c5-px{padding:5px!important}.p-sm-c10-px{padding:10px!important}.p-sm-c15-px{padding:15px!important}.p-sm-c20-px{padding:20px!important}.p-sm-c30-px{padding:30px!important}.p-sm-c35-px{padding:35px!important}.p-sm-c40-px{padding:40px!important}.p-sm-c50-px{padding:50px!important}.p-sm-c60-px{padding:60px!important}.p-sm-c65-px{padding:65px!important}.p-sm-c70-px{padding:70px!important}.p-sm-c75-px{padding:75px!important}.p-sm-c80-px{padding:80px!important}.p-sm-c90-px{padding:90px!important}.p-sm-c100-px{padding:100px!important}.p-sm-c125-px{padding:125px!important}.p-sm-c130-px{padding:130px!important}.p-sm-c200-px{padding:200px!important}.p-sm-c250-px{padding:250px!important}.p-sm-c300-px{padding:300px!important}.p-sm-c400-px{padding:400px!important}.p-sm-c500-px{padding:500px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-7{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:20rem!important;padding-right:20rem!important}.px-sm-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-sm-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-c2{padding-left:2rem!important;padding-right:2rem!important}.px-sm-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-c4{padding-left:4rem!important;padding-right:4rem!important}.px-sm-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-c5{padding-left:5rem!important;padding-right:5rem!important}.px-sm-c6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-c7{padding-left:7rem!important;padding-right:7rem!important}.px-sm-c5-px{padding-left:5px!important;padding-right:5px!important}.px-sm-c10-px{padding-left:10px!important;padding-right:10px!important}.px-sm-c15-px{padding-left:15px!important;padding-right:15px!important}.px-sm-c20-px{padding-left:20px!important;padding-right:20px!important}.px-sm-c30-px{padding-left:30px!important;padding-right:30px!important}.px-sm-c35-px{padding-left:35px!important;padding-right:35px!important}.px-sm-c40-px{padding-left:40px!important;padding-right:40px!important}.px-sm-c50-px{padding-left:50px!important;padding-right:50px!important}.px-sm-c60-px{padding-left:60px!important;padding-right:60px!important}.px-sm-c65-px{padding-left:65px!important;padding-right:65px!important}.px-sm-c70-px{padding-left:70px!important;padding-right:70px!important}.px-sm-c75-px{padding-left:75px!important;padding-right:75px!important}.px-sm-c80-px{padding-left:80px!important;padding-right:80px!important}.px-sm-c90-px{padding-left:90px!important;padding-right:90px!important}.px-sm-c100-px{padding-left:100px!important;padding-right:100px!important}.px-sm-c125-px{padding-left:125px!important;padding-right:125px!important}.px-sm-c130-px{padding-left:130px!important;padding-right:130px!important}.px-sm-c200-px{padding-left:200px!important;padding-right:200px!important}.px-sm-c250-px{padding-left:250px!important;padding-right:250px!important}.px-sm-c300-px{padding-left:300px!important;padding-right:300px!important}.px-sm-c400-px{padding-left:400px!important;padding-right:400px!important}.px-sm-c500-px{padding-left:500px!important;padding-right:500px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-sm-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-sm-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-sm-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-sm-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-sm-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-sm-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-sm-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-sm-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-sm-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-sm-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-sm-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-sm-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-sm-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-sm-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-sm-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-sm-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-sm-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-sm-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-sm-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-sm-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-sm-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-sm-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-sm-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:6rem!important}.pt-sm-7{padding-top:12rem!important}.pt-sm-8{padding-top:20rem!important}.pt-sm-c45{padding-top:.45rem!important}.pt-sm-c75{padding-top:.75rem!important}.pt-sm-c1-25{padding-top:1.25rem!important}.pt-sm-c1-75{padding-top:1.75rem!important}.pt-sm-c2{padding-top:2rem!important}.pt-sm-c2-25{padding-top:2.25rem!important}.pt-sm-c2-75{padding-top:2.75rem!important}.pt-sm-c3-75{padding-top:3.75rem!important}.pt-sm-c4{padding-top:4rem!important}.pt-sm-c4-5{padding-top:4.5rem!important}.pt-sm-c4-75{padding-top:4.75rem!important}.pt-sm-c5{padding-top:5rem!important}.pt-sm-c6{padding-top:6rem!important}.pt-sm-c7{padding-top:7rem!important}.pt-sm-c5-px{padding-top:5px!important}.pt-sm-c10-px{padding-top:10px!important}.pt-sm-c15-px{padding-top:15px!important}.pt-sm-c20-px{padding-top:20px!important}.pt-sm-c30-px{padding-top:30px!important}.pt-sm-c35-px{padding-top:35px!important}.pt-sm-c40-px{padding-top:40px!important}.pt-sm-c50-px{padding-top:50px!important}.pt-sm-c60-px{padding-top:60px!important}.pt-sm-c65-px{padding-top:65px!important}.pt-sm-c70-px{padding-top:70px!important}.pt-sm-c75-px{padding-top:75px!important}.pt-sm-c80-px{padding-top:80px!important}.pt-sm-c90-px{padding-top:90px!important}.pt-sm-c100-px{padding-top:100px!important}.pt-sm-c125-px{padding-top:125px!important}.pt-sm-c130-px{padding-top:130px!important}.pt-sm-c200-px{padding-top:200px!important}.pt-sm-c250-px{padding-top:250px!important}.pt-sm-c300-px{padding-top:300px!important}.pt-sm-c400-px{padding-top:400px!important}.pt-sm-c500-px{padding-top:500px!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:6rem!important}.pe-sm-7{padding-right:12rem!important}.pe-sm-8{padding-right:20rem!important}.pe-sm-c45{padding-right:.45rem!important}.pe-sm-c75{padding-right:.75rem!important}.pe-sm-c1-25{padding-right:1.25rem!important}.pe-sm-c1-75{padding-right:1.75rem!important}.pe-sm-c2{padding-right:2rem!important}.pe-sm-c2-25{padding-right:2.25rem!important}.pe-sm-c2-75{padding-right:2.75rem!important}.pe-sm-c3-75{padding-right:3.75rem!important}.pe-sm-c4{padding-right:4rem!important}.pe-sm-c4-5{padding-right:4.5rem!important}.pe-sm-c4-75{padding-right:4.75rem!important}.pe-sm-c5{padding-right:5rem!important}.pe-sm-c6{padding-right:6rem!important}.pe-sm-c7{padding-right:7rem!important}.pe-sm-c5-px{padding-right:5px!important}.pe-sm-c10-px{padding-right:10px!important}.pe-sm-c15-px{padding-right:15px!important}.pe-sm-c20-px{padding-right:20px!important}.pe-sm-c30-px{padding-right:30px!important}.pe-sm-c35-px{padding-right:35px!important}.pe-sm-c40-px{padding-right:40px!important}.pe-sm-c50-px{padding-right:50px!important}.pe-sm-c60-px{padding-right:60px!important}.pe-sm-c65-px{padding-right:65px!important}.pe-sm-c70-px{padding-right:70px!important}.pe-sm-c75-px{padding-right:75px!important}.pe-sm-c80-px{padding-right:80px!important}.pe-sm-c90-px{padding-right:90px!important}.pe-sm-c100-px{padding-right:100px!important}.pe-sm-c125-px{padding-right:125px!important}.pe-sm-c130-px{padding-right:130px!important}.pe-sm-c200-px{padding-right:200px!important}.pe-sm-c250-px{padding-right:250px!important}.pe-sm-c300-px{padding-right:300px!important}.pe-sm-c400-px{padding-right:400px!important}.pe-sm-c500-px{padding-right:500px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:6rem!important}.pb-sm-7{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:20rem!important}.pb-sm-c45{padding-bottom:.45rem!important}.pb-sm-c75{padding-bottom:.75rem!important}.pb-sm-c1-25{padding-bottom:1.25rem!important}.pb-sm-c1-75{padding-bottom:1.75rem!important}.pb-sm-c2{padding-bottom:2rem!important}.pb-sm-c2-25{padding-bottom:2.25rem!important}.pb-sm-c2-75{padding-bottom:2.75rem!important}.pb-sm-c3-75{padding-bottom:3.75rem!important}.pb-sm-c4{padding-bottom:4rem!important}.pb-sm-c4-5{padding-bottom:4.5rem!important}.pb-sm-c4-75{padding-bottom:4.75rem!important}.pb-sm-c5{padding-bottom:5rem!important}.pb-sm-c6{padding-bottom:6rem!important}.pb-sm-c7{padding-bottom:7rem!important}.pb-sm-c5-px{padding-bottom:5px!important}.pb-sm-c10-px{padding-bottom:10px!important}.pb-sm-c15-px{padding-bottom:15px!important}.pb-sm-c20-px{padding-bottom:20px!important}.pb-sm-c30-px{padding-bottom:30px!important}.pb-sm-c35-px{padding-bottom:35px!important}.pb-sm-c40-px{padding-bottom:40px!important}.pb-sm-c50-px{padding-bottom:50px!important}.pb-sm-c60-px{padding-bottom:60px!important}.pb-sm-c65-px{padding-bottom:65px!important}.pb-sm-c70-px{padding-bottom:70px!important}.pb-sm-c75-px{padding-bottom:75px!important}.pb-sm-c80-px{padding-bottom:80px!important}.pb-sm-c90-px{padding-bottom:90px!important}.pb-sm-c100-px{padding-bottom:100px!important}.pb-sm-c125-px{padding-bottom:125px!important}.pb-sm-c130-px{padding-bottom:130px!important}.pb-sm-c200-px{padding-bottom:200px!important}.pb-sm-c250-px{padding-bottom:250px!important}.pb-sm-c300-px{padding-bottom:300px!important}.pb-sm-c400-px{padding-bottom:400px!important}.pb-sm-c500-px{padding-bottom:500px!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:6rem!important}.ps-sm-7{padding-left:12rem!important}.ps-sm-8{padding-left:20rem!important}.ps-sm-c45{padding-left:.45rem!important}.ps-sm-c75{padding-left:.75rem!important}.ps-sm-c1-25{padding-left:1.25rem!important}.ps-sm-c1-75{padding-left:1.75rem!important}.ps-sm-c2{padding-left:2rem!important}.ps-sm-c2-25{padding-left:2.25rem!important}.ps-sm-c2-75{padding-left:2.75rem!important}.ps-sm-c3-75{padding-left:3.75rem!important}.ps-sm-c4{padding-left:4rem!important}.ps-sm-c4-5{padding-left:4.5rem!important}.ps-sm-c4-75{padding-left:4.75rem!important}.ps-sm-c5{padding-left:5rem!important}.ps-sm-c6{padding-left:6rem!important}.ps-sm-c7{padding-left:7rem!important}.ps-sm-c5-px{padding-left:5px!important}.ps-sm-c10-px{padding-left:10px!important}.ps-sm-c15-px{padding-left:15px!important}.ps-sm-c20-px{padding-left:20px!important}.ps-sm-c30-px{padding-left:30px!important}.ps-sm-c35-px{padding-left:35px!important}.ps-sm-c40-px{padding-left:40px!important}.ps-sm-c50-px{padding-left:50px!important}.ps-sm-c60-px{padding-left:60px!important}.ps-sm-c65-px{padding-left:65px!important}.ps-sm-c70-px{padding-left:70px!important}.ps-sm-c75-px{padding-left:75px!important}.ps-sm-c80-px{padding-left:80px!important}.ps-sm-c90-px{padding-left:90px!important}.ps-sm-c100-px{padding-left:100px!important}.ps-sm-c125-px{padding-left:125px!important}.ps-sm-c130-px{padding-left:130px!important}.ps-sm-c200-px{padding-left:200px!important}.ps-sm-c250-px{padding-left:250px!important}.ps-sm-c300-px{padding-left:300px!important}.ps-sm-c400-px{padding-left:400px!important}.ps-sm-c500-px{padding-left:500px!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:6rem!important}.gap-sm-7{gap:12rem!important}.gap-sm-8{gap:20rem!important}.gap-sm-c45{gap:.45rem!important}.gap-sm-c75{gap:.75rem!important}.gap-sm-c1-25{gap:1.25rem!important}.gap-sm-c1-75{gap:1.75rem!important}.gap-sm-c2{gap:2rem!important}.gap-sm-c2-25{gap:2.25rem!important}.gap-sm-c2-75{gap:2.75rem!important}.gap-sm-c3-75{gap:3.75rem!important}.gap-sm-c4{gap:4rem!important}.gap-sm-c4-5{gap:4.5rem!important}.gap-sm-c4-75{gap:4.75rem!important}.gap-sm-c5{gap:5rem!important}.gap-sm-c6{gap:6rem!important}.gap-sm-c7{gap:7rem!important}.gap-sm-c5-px{gap:5px!important}.gap-sm-c10-px{gap:10px!important}.gap-sm-c15-px{gap:15px!important}.gap-sm-c20-px{gap:20px!important}.gap-sm-c30-px{gap:30px!important}.gap-sm-c35-px{gap:35px!important}.gap-sm-c40-px{gap:40px!important}.gap-sm-c50-px{gap:50px!important}.gap-sm-c60-px{gap:60px!important}.gap-sm-c65-px{gap:65px!important}.gap-sm-c70-px{gap:70px!important}.gap-sm-c75-px{gap:75px!important}.gap-sm-c80-px{gap:80px!important}.gap-sm-c90-px{gap:90px!important}.gap-sm-c100-px{gap:100px!important}.gap-sm-c125-px{gap:125px!important}.gap-sm-c130-px{gap:130px!important}.gap-sm-c200-px{gap:200px!important}.gap-sm-c250-px{gap:250px!important}.gap-sm-c300-px{gap:300px!important}.gap-sm-c400-px{gap:400px!important}.gap-sm-c500-px{gap:500px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.row-gap-sm-6{row-gap:6rem!important}.row-gap-sm-7{row-gap:12rem!important}.row-gap-sm-8{row-gap:20rem!important}.row-gap-sm-c45{row-gap:.45rem!important}.row-gap-sm-c75{row-gap:.75rem!important}.row-gap-sm-c1-25{row-gap:1.25rem!important}.row-gap-sm-c1-75{row-gap:1.75rem!important}.row-gap-sm-c2{row-gap:2rem!important}.row-gap-sm-c2-25{row-gap:2.25rem!important}.row-gap-sm-c2-75{row-gap:2.75rem!important}.row-gap-sm-c3-75{row-gap:3.75rem!important}.row-gap-sm-c4{row-gap:4rem!important}.row-gap-sm-c4-5{row-gap:4.5rem!important}.row-gap-sm-c4-75{row-gap:4.75rem!important}.row-gap-sm-c5{row-gap:5rem!important}.row-gap-sm-c6{row-gap:6rem!important}.row-gap-sm-c7{row-gap:7rem!important}.row-gap-sm-c5-px{row-gap:5px!important}.row-gap-sm-c10-px{row-gap:10px!important}.row-gap-sm-c15-px{row-gap:15px!important}.row-gap-sm-c20-px{row-gap:20px!important}.row-gap-sm-c30-px{row-gap:30px!important}.row-gap-sm-c35-px{row-gap:35px!important}.row-gap-sm-c40-px{row-gap:40px!important}.row-gap-sm-c50-px{row-gap:50px!important}.row-gap-sm-c60-px{row-gap:60px!important}.row-gap-sm-c65-px{row-gap:65px!important}.row-gap-sm-c70-px{row-gap:70px!important}.row-gap-sm-c75-px{row-gap:75px!important}.row-gap-sm-c80-px{row-gap:80px!important}.row-gap-sm-c90-px{row-gap:90px!important}.row-gap-sm-c100-px{row-gap:100px!important}.row-gap-sm-c125-px{row-gap:125px!important}.row-gap-sm-c130-px{row-gap:130px!important}.row-gap-sm-c200-px{row-gap:200px!important}.row-gap-sm-c250-px{row-gap:250px!important}.row-gap-sm-c300-px{row-gap:300px!important}.row-gap-sm-c400-px{row-gap:400px!important}.row-gap-sm-c500-px{row-gap:500px!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.column-gap-sm-6{column-gap:6rem!important}.column-gap-sm-7{column-gap:12rem!important}.column-gap-sm-8{column-gap:20rem!important}.column-gap-sm-c45{column-gap:.45rem!important}.column-gap-sm-c75{column-gap:.75rem!important}.column-gap-sm-c1-25{column-gap:1.25rem!important}.column-gap-sm-c1-75{column-gap:1.75rem!important}.column-gap-sm-c2{column-gap:2rem!important}.column-gap-sm-c2-25{column-gap:2.25rem!important}.column-gap-sm-c2-75{column-gap:2.75rem!important}.column-gap-sm-c3-75{column-gap:3.75rem!important}.column-gap-sm-c4{column-gap:4rem!important}.column-gap-sm-c4-5{column-gap:4.5rem!important}.column-gap-sm-c4-75{column-gap:4.75rem!important}.column-gap-sm-c5{column-gap:5rem!important}.column-gap-sm-c6{column-gap:6rem!important}.column-gap-sm-c7{column-gap:7rem!important}.column-gap-sm-c5-px{column-gap:5px!important}.column-gap-sm-c10-px{column-gap:10px!important}.column-gap-sm-c15-px{column-gap:15px!important}.column-gap-sm-c20-px{column-gap:20px!important}.column-gap-sm-c30-px{column-gap:30px!important}.column-gap-sm-c35-px{column-gap:35px!important}.column-gap-sm-c40-px{column-gap:40px!important}.column-gap-sm-c50-px{column-gap:50px!important}.column-gap-sm-c60-px{column-gap:60px!important}.column-gap-sm-c65-px{column-gap:65px!important}.column-gap-sm-c70-px{column-gap:70px!important}.column-gap-sm-c75-px{column-gap:75px!important}.column-gap-sm-c80-px{column-gap:80px!important}.column-gap-sm-c90-px{column-gap:90px!important}.column-gap-sm-c100-px{column-gap:100px!important}.column-gap-sm-c125-px{column-gap:125px!important}.column-gap-sm-c130-px{column-gap:130px!important}.column-gap-sm-c200-px{column-gap:200px!important}.column-gap-sm-c250-px{column-gap:250px!important}.column-gap-sm-c300-px{column-gap:300px!important}.column-gap-sm-c400-px{column-gap:400px!important}.column-gap-sm-c500-px{column-gap:500px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.h-px-sm-0{height:0!important}.h-px-sm-5{height:5px!important}.h-px-sm-10{height:10px!important}.h-px-sm-15{height:15px!important}.h-px-sm-16{height:16px!important}.h-px-sm-20{height:20px!important}.h-px-sm-25{height:25px!important}.h-px-sm-30{height:30px!important}.h-px-sm-35{height:35px!important}.h-px-sm-40{height:40px!important}.h-px-sm-42{height:42px!important}.h-px-sm-50{height:50px!important}.h-px-sm-60{height:60px!important}.h-px-sm-65{height:65px!important}.h-px-sm-70{height:70px!important}.h-px-sm-75{height:75px!important}.h-px-sm-80{height:80px!important}.h-px-sm-90{height:90px!important}.h-px-sm-100{height:100px!important}.h-px-sm-107{height:107px!important}.h-px-sm-110{height:110px!important}.h-px-sm-125{height:125px!important}.h-px-sm-130{height:130px!important}.h-px-sm-191{height:191px!important}.h-px-sm-200{height:200px!important}.h-px-sm-205{height:205px!important}.h-px-sm-250{height:250px!important}.h-px-sm-300{height:300px!important}.h-px-sm-335{height:335px!important}.h-px-sm-400{height:400px!important}.h-px-sm-450{height:450px!important}.h-px-sm-500{height:500px!important}.h-px-sm-650{height:650px!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:6rem!important}.m-md-7{margin:12rem!important}.m-md-8{margin:20rem!important}.m-md-c45{margin:.45rem!important}.m-md-c75{margin:.75rem!important}.m-md-c1-25{margin:1.25rem!important}.m-md-c1-75{margin:1.75rem!important}.m-md-c2{margin:2rem!important}.m-md-c2-25{margin:2.25rem!important}.m-md-c2-75{margin:2.75rem!important}.m-md-c3-75{margin:3.75rem!important}.m-md-c4{margin:4rem!important}.m-md-c4-5{margin:4.5rem!important}.m-md-c4-75{margin:4.75rem!important}.m-md-c5{margin:5rem!important}.m-md-c6{margin:6rem!important}.m-md-c7{margin:7rem!important}.m-md-c5-px{margin:5px!important}.m-md-c10-px{margin:10px!important}.m-md-c15-px{margin:15px!important}.m-md-c20-px{margin:20px!important}.m-md-c30-px{margin:30px!important}.m-md-c35-px{margin:35px!important}.m-md-c40-px{margin:40px!important}.m-md-c50-px{margin:50px!important}.m-md-c60-px{margin:60px!important}.m-md-c65-px{margin:65px!important}.m-md-c70-px{margin:70px!important}.m-md-c75-px{margin:75px!important}.m-md-c80-px{margin:80px!important}.m-md-c90-px{margin:90px!important}.m-md-c100-px{margin:100px!important}.m-md-c125-px{margin:125px!important}.m-md-c130-px{margin:130px!important}.m-md-c200-px{margin:200px!important}.m-md-c250-px{margin:250px!important}.m-md-c300-px{margin:300px!important}.m-md-c400-px{margin:400px!important}.m-md-c500-px{margin:500px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-7{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:20rem!important;margin-right:20rem!important}.mx-md-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-md-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-md-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-md-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-md-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-md-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-md-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-md-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-md-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-md-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-md-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-md-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-md-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-md-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-md-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-md-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-md-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-md-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-md-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-md-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-md-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-md-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-md-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-md-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-md-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-md-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-md-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-md-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-md-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-md-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-md-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-md-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-md-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-md-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-md-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-md-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-md-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-md-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-md-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-md-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-md-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-md-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-md-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-md-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-md-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-md-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-md-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-md-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-md-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-md-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:12rem!important}.mt-md-8{margin-top:20rem!important}.mt-md-c45{margin-top:.45rem!important}.mt-md-c75{margin-top:.75rem!important}.mt-md-c1-25{margin-top:1.25rem!important}.mt-md-c1-75{margin-top:1.75rem!important}.mt-md-c2{margin-top:2rem!important}.mt-md-c2-25{margin-top:2.25rem!important}.mt-md-c2-75{margin-top:2.75rem!important}.mt-md-c3-75{margin-top:3.75rem!important}.mt-md-c4{margin-top:4rem!important}.mt-md-c4-5{margin-top:4.5rem!important}.mt-md-c4-75{margin-top:4.75rem!important}.mt-md-c5{margin-top:5rem!important}.mt-md-c6{margin-top:6rem!important}.mt-md-c7{margin-top:7rem!important}.mt-md-c5-px{margin-top:5px!important}.mt-md-c10-px{margin-top:10px!important}.mt-md-c15-px{margin-top:15px!important}.mt-md-c20-px{margin-top:20px!important}.mt-md-c30-px{margin-top:30px!important}.mt-md-c35-px{margin-top:35px!important}.mt-md-c40-px{margin-top:40px!important}.mt-md-c50-px{margin-top:50px!important}.mt-md-c60-px{margin-top:60px!important}.mt-md-c65-px{margin-top:65px!important}.mt-md-c70-px{margin-top:70px!important}.mt-md-c75-px{margin-top:75px!important}.mt-md-c80-px{margin-top:80px!important}.mt-md-c90-px{margin-top:90px!important}.mt-md-c100-px{margin-top:100px!important}.mt-md-c125-px{margin-top:125px!important}.mt-md-c130-px{margin-top:130px!important}.mt-md-c200-px{margin-top:200px!important}.mt-md-c250-px{margin-top:250px!important}.mt-md-c300-px{margin-top:300px!important}.mt-md-c400-px{margin-top:400px!important}.mt-md-c500-px{margin-top:500px!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:6rem!important}.me-md-7{margin-right:12rem!important}.me-md-8{margin-right:20rem!important}.me-md-c45{margin-right:.45rem!important}.me-md-c75{margin-right:.75rem!important}.me-md-c1-25{margin-right:1.25rem!important}.me-md-c1-75{margin-right:1.75rem!important}.me-md-c2{margin-right:2rem!important}.me-md-c2-25{margin-right:2.25rem!important}.me-md-c2-75{margin-right:2.75rem!important}.me-md-c3-75{margin-right:3.75rem!important}.me-md-c4{margin-right:4rem!important}.me-md-c4-5{margin-right:4.5rem!important}.me-md-c4-75{margin-right:4.75rem!important}.me-md-c5{margin-right:5rem!important}.me-md-c6{margin-right:6rem!important}.me-md-c7{margin-right:7rem!important}.me-md-c5-px{margin-right:5px!important}.me-md-c10-px{margin-right:10px!important}.me-md-c15-px{margin-right:15px!important}.me-md-c20-px{margin-right:20px!important}.me-md-c30-px{margin-right:30px!important}.me-md-c35-px{margin-right:35px!important}.me-md-c40-px{margin-right:40px!important}.me-md-c50-px{margin-right:50px!important}.me-md-c60-px{margin-right:60px!important}.me-md-c65-px{margin-right:65px!important}.me-md-c70-px{margin-right:70px!important}.me-md-c75-px{margin-right:75px!important}.me-md-c80-px{margin-right:80px!important}.me-md-c90-px{margin-right:90px!important}.me-md-c100-px{margin-right:100px!important}.me-md-c125-px{margin-right:125px!important}.me-md-c130-px{margin-right:130px!important}.me-md-c200-px{margin-right:200px!important}.me-md-c250-px{margin-right:250px!important}.me-md-c300-px{margin-right:300px!important}.me-md-c400-px{margin-right:400px!important}.me-md-c500-px{margin-right:500px!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:12rem!important}.mb-md-8{margin-bottom:20rem!important}.mb-md-c45{margin-bottom:.45rem!important}.mb-md-c75{margin-bottom:.75rem!important}.mb-md-c1-25{margin-bottom:1.25rem!important}.mb-md-c1-75{margin-bottom:1.75rem!important}.mb-md-c2{margin-bottom:2rem!important}.mb-md-c2-25{margin-bottom:2.25rem!important}.mb-md-c2-75{margin-bottom:2.75rem!important}.mb-md-c3-75{margin-bottom:3.75rem!important}.mb-md-c4{margin-bottom:4rem!important}.mb-md-c4-5{margin-bottom:4.5rem!important}.mb-md-c4-75{margin-bottom:4.75rem!important}.mb-md-c5{margin-bottom:5rem!important}.mb-md-c6{margin-bottom:6rem!important}.mb-md-c7{margin-bottom:7rem!important}.mb-md-c5-px{margin-bottom:5px!important}.mb-md-c10-px{margin-bottom:10px!important}.mb-md-c15-px{margin-bottom:15px!important}.mb-md-c20-px{margin-bottom:20px!important}.mb-md-c30-px{margin-bottom:30px!important}.mb-md-c35-px{margin-bottom:35px!important}.mb-md-c40-px{margin-bottom:40px!important}.mb-md-c50-px{margin-bottom:50px!important}.mb-md-c60-px{margin-bottom:60px!important}.mb-md-c65-px{margin-bottom:65px!important}.mb-md-c70-px{margin-bottom:70px!important}.mb-md-c75-px{margin-bottom:75px!important}.mb-md-c80-px{margin-bottom:80px!important}.mb-md-c90-px{margin-bottom:90px!important}.mb-md-c100-px{margin-bottom:100px!important}.mb-md-c125-px{margin-bottom:125px!important}.mb-md-c130-px{margin-bottom:130px!important}.mb-md-c200-px{margin-bottom:200px!important}.mb-md-c250-px{margin-bottom:250px!important}.mb-md-c300-px{margin-bottom:300px!important}.mb-md-c400-px{margin-bottom:400px!important}.mb-md-c500-px{margin-bottom:500px!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:6rem!important}.ms-md-7{margin-left:12rem!important}.ms-md-8{margin-left:20rem!important}.ms-md-c45{margin-left:.45rem!important}.ms-md-c75{margin-left:.75rem!important}.ms-md-c1-25{margin-left:1.25rem!important}.ms-md-c1-75{margin-left:1.75rem!important}.ms-md-c2{margin-left:2rem!important}.ms-md-c2-25{margin-left:2.25rem!important}.ms-md-c2-75{margin-left:2.75rem!important}.ms-md-c3-75{margin-left:3.75rem!important}.ms-md-c4{margin-left:4rem!important}.ms-md-c4-5{margin-left:4.5rem!important}.ms-md-c4-75{margin-left:4.75rem!important}.ms-md-c5{margin-left:5rem!important}.ms-md-c6{margin-left:6rem!important}.ms-md-c7{margin-left:7rem!important}.ms-md-c5-px{margin-left:5px!important}.ms-md-c10-px{margin-left:10px!important}.ms-md-c15-px{margin-left:15px!important}.ms-md-c20-px{margin-left:20px!important}.ms-md-c30-px{margin-left:30px!important}.ms-md-c35-px{margin-left:35px!important}.ms-md-c40-px{margin-left:40px!important}.ms-md-c50-px{margin-left:50px!important}.ms-md-c60-px{margin-left:60px!important}.ms-md-c65-px{margin-left:65px!important}.ms-md-c70-px{margin-left:70px!important}.ms-md-c75-px{margin-left:75px!important}.ms-md-c80-px{margin-left:80px!important}.ms-md-c90-px{margin-left:90px!important}.ms-md-c100-px{margin-left:100px!important}.ms-md-c125-px{margin-left:125px!important}.ms-md-c130-px{margin-left:130px!important}.ms-md-c200-px{margin-left:200px!important}.ms-md-c250-px{margin-left:250px!important}.ms-md-c300-px{margin-left:300px!important}.ms-md-c400-px{margin-left:400px!important}.ms-md-c500-px{margin-left:500px!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-6rem!important}.m-md-n7{margin:-12rem!important}.m-md-n8{margin:-20rem!important}.m-md-nc45{margin:-.45rem!important}.m-md-nc75{margin:-.75rem!important}.m-md-nc1-25{margin:-1.25rem!important}.m-md-nc1-75{margin:-1.75rem!important}.m-md-nc2{margin:-2rem!important}.m-md-nc2-25{margin:-2.25rem!important}.m-md-nc2-75{margin:-2.75rem!important}.m-md-nc3-75{margin:-3.75rem!important}.m-md-nc4{margin:-4rem!important}.m-md-nc4-5{margin:-4.5rem!important}.m-md-nc4-75{margin:-4.75rem!important}.m-md-nc5{margin:-5rem!important}.m-md-nc6{margin:-6rem!important}.m-md-nc7{margin:-7rem!important}.m-md-nc5-px{margin:-5px!important}.m-md-nc10-px{margin:-10px!important}.m-md-nc15-px{margin:-15px!important}.m-md-nc20-px{margin:-20px!important}.m-md-nc30-px{margin:-30px!important}.m-md-nc35-px{margin:-35px!important}.m-md-nc40-px{margin:-40px!important}.m-md-nc50-px{margin:-50px!important}.m-md-nc60-px{margin:-60px!important}.m-md-nc65-px{margin:-65px!important}.m-md-nc70-px{margin:-70px!important}.m-md-nc75-px{margin:-75px!important}.m-md-nc80-px{margin:-80px!important}.m-md-nc90-px{margin:-90px!important}.m-md-nc100-px{margin:-100px!important}.m-md-nc125-px{margin:-125px!important}.m-md-nc130-px{margin:-130px!important}.m-md-nc200-px{margin:-200px!important}.m-md-nc250-px{margin:-250px!important}.m-md-nc300-px{margin:-300px!important}.m-md-nc400-px{margin:-400px!important}.m-md-nc500-px{margin:-500px!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-md-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-md-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-md-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-md-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-md-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-md-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-md-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-md-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-md-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-md-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-md-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-md-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-md-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-md-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-md-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-md-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-md-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-md-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-md-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-md-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-md-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-md-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-md-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-md-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-md-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-md-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-md-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-md-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-md-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-md-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-md-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-md-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-md-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-md-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-md-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-md-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-md-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-md-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-md-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-md-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-md-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-md-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-md-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-md-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-md-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-md-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-md-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-md-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-md-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-md-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-md-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-md-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-md-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-md-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-md-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-md-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-md-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-md-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-md-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-md-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-md-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-md-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-6rem!important}.mt-md-n7{margin-top:-12rem!important}.mt-md-n8{margin-top:-20rem!important}.mt-md-nc45{margin-top:-.45rem!important}.mt-md-nc75{margin-top:-.75rem!important}.mt-md-nc1-25{margin-top:-1.25rem!important}.mt-md-nc1-75{margin-top:-1.75rem!important}.mt-md-nc2{margin-top:-2rem!important}.mt-md-nc2-25{margin-top:-2.25rem!important}.mt-md-nc2-75{margin-top:-2.75rem!important}.mt-md-nc3-75{margin-top:-3.75rem!important}.mt-md-nc4{margin-top:-4rem!important}.mt-md-nc4-5{margin-top:-4.5rem!important}.mt-md-nc4-75{margin-top:-4.75rem!important}.mt-md-nc5{margin-top:-5rem!important}.mt-md-nc6{margin-top:-6rem!important}.mt-md-nc7{margin-top:-7rem!important}.mt-md-nc5-px{margin-top:-5px!important}.mt-md-nc10-px{margin-top:-10px!important}.mt-md-nc15-px{margin-top:-15px!important}.mt-md-nc20-px{margin-top:-20px!important}.mt-md-nc30-px{margin-top:-30px!important}.mt-md-nc35-px{margin-top:-35px!important}.mt-md-nc40-px{margin-top:-40px!important}.mt-md-nc50-px{margin-top:-50px!important}.mt-md-nc60-px{margin-top:-60px!important}.mt-md-nc65-px{margin-top:-65px!important}.mt-md-nc70-px{margin-top:-70px!important}.mt-md-nc75-px{margin-top:-75px!important}.mt-md-nc80-px{margin-top:-80px!important}.mt-md-nc90-px{margin-top:-90px!important}.mt-md-nc100-px{margin-top:-100px!important}.mt-md-nc125-px{margin-top:-125px!important}.mt-md-nc130-px{margin-top:-130px!important}.mt-md-nc200-px{margin-top:-200px!important}.mt-md-nc250-px{margin-top:-250px!important}.mt-md-nc300-px{margin-top:-300px!important}.mt-md-nc400-px{margin-top:-400px!important}.mt-md-nc500-px{margin-top:-500px!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-6rem!important}.me-md-n7{margin-right:-12rem!important}.me-md-n8{margin-right:-20rem!important}.me-md-nc45{margin-right:-.45rem!important}.me-md-nc75{margin-right:-.75rem!important}.me-md-nc1-25{margin-right:-1.25rem!important}.me-md-nc1-75{margin-right:-1.75rem!important}.me-md-nc2{margin-right:-2rem!important}.me-md-nc2-25{margin-right:-2.25rem!important}.me-md-nc2-75{margin-right:-2.75rem!important}.me-md-nc3-75{margin-right:-3.75rem!important}.me-md-nc4{margin-right:-4rem!important}.me-md-nc4-5{margin-right:-4.5rem!important}.me-md-nc4-75{margin-right:-4.75rem!important}.me-md-nc5{margin-right:-5rem!important}.me-md-nc6{margin-right:-6rem!important}.me-md-nc7{margin-right:-7rem!important}.me-md-nc5-px{margin-right:-5px!important}.me-md-nc10-px{margin-right:-10px!important}.me-md-nc15-px{margin-right:-15px!important}.me-md-nc20-px{margin-right:-20px!important}.me-md-nc30-px{margin-right:-30px!important}.me-md-nc35-px{margin-right:-35px!important}.me-md-nc40-px{margin-right:-40px!important}.me-md-nc50-px{margin-right:-50px!important}.me-md-nc60-px{margin-right:-60px!important}.me-md-nc65-px{margin-right:-65px!important}.me-md-nc70-px{margin-right:-70px!important}.me-md-nc75-px{margin-right:-75px!important}.me-md-nc80-px{margin-right:-80px!important}.me-md-nc90-px{margin-right:-90px!important}.me-md-nc100-px{margin-right:-100px!important}.me-md-nc125-px{margin-right:-125px!important}.me-md-nc130-px{margin-right:-130px!important}.me-md-nc200-px{margin-right:-200px!important}.me-md-nc250-px{margin-right:-250px!important}.me-md-nc300-px{margin-right:-300px!important}.me-md-nc400-px{margin-right:-400px!important}.me-md-nc500-px{margin-right:-500px!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-6rem!important}.mb-md-n7{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-20rem!important}.mb-md-nc45{margin-bottom:-.45rem!important}.mb-md-nc75{margin-bottom:-.75rem!important}.mb-md-nc1-25{margin-bottom:-1.25rem!important}.mb-md-nc1-75{margin-bottom:-1.75rem!important}.mb-md-nc2{margin-bottom:-2rem!important}.mb-md-nc2-25{margin-bottom:-2.25rem!important}.mb-md-nc2-75{margin-bottom:-2.75rem!important}.mb-md-nc3-75{margin-bottom:-3.75rem!important}.mb-md-nc4{margin-bottom:-4rem!important}.mb-md-nc4-5{margin-bottom:-4.5rem!important}.mb-md-nc4-75{margin-bottom:-4.75rem!important}.mb-md-nc5{margin-bottom:-5rem!important}.mb-md-nc6{margin-bottom:-6rem!important}.mb-md-nc7{margin-bottom:-7rem!important}.mb-md-nc5-px{margin-bottom:-5px!important}.mb-md-nc10-px{margin-bottom:-10px!important}.mb-md-nc15-px{margin-bottom:-15px!important}.mb-md-nc20-px{margin-bottom:-20px!important}.mb-md-nc30-px{margin-bottom:-30px!important}.mb-md-nc35-px{margin-bottom:-35px!important}.mb-md-nc40-px{margin-bottom:-40px!important}.mb-md-nc50-px{margin-bottom:-50px!important}.mb-md-nc60-px{margin-bottom:-60px!important}.mb-md-nc65-px{margin-bottom:-65px!important}.mb-md-nc70-px{margin-bottom:-70px!important}.mb-md-nc75-px{margin-bottom:-75px!important}.mb-md-nc80-px{margin-bottom:-80px!important}.mb-md-nc90-px{margin-bottom:-90px!important}.mb-md-nc100-px{margin-bottom:-100px!important}.mb-md-nc125-px{margin-bottom:-125px!important}.mb-md-nc130-px{margin-bottom:-130px!important}.mb-md-nc200-px{margin-bottom:-200px!important}.mb-md-nc250-px{margin-bottom:-250px!important}.mb-md-nc300-px{margin-bottom:-300px!important}.mb-md-nc400-px{margin-bottom:-400px!important}.mb-md-nc500-px{margin-bottom:-500px!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-6rem!important}.ms-md-n7{margin-left:-12rem!important}.ms-md-n8{margin-left:-20rem!important}.ms-md-nc45{margin-left:-.45rem!important}.ms-md-nc75{margin-left:-.75rem!important}.ms-md-nc1-25{margin-left:-1.25rem!important}.ms-md-nc1-75{margin-left:-1.75rem!important}.ms-md-nc2{margin-left:-2rem!important}.ms-md-nc2-25{margin-left:-2.25rem!important}.ms-md-nc2-75{margin-left:-2.75rem!important}.ms-md-nc3-75{margin-left:-3.75rem!important}.ms-md-nc4{margin-left:-4rem!important}.ms-md-nc4-5{margin-left:-4.5rem!important}.ms-md-nc4-75{margin-left:-4.75rem!important}.ms-md-nc5{margin-left:-5rem!important}.ms-md-nc6{margin-left:-6rem!important}.ms-md-nc7{margin-left:-7rem!important}.ms-md-nc5-px{margin-left:-5px!important}.ms-md-nc10-px{margin-left:-10px!important}.ms-md-nc15-px{margin-left:-15px!important}.ms-md-nc20-px{margin-left:-20px!important}.ms-md-nc30-px{margin-left:-30px!important}.ms-md-nc35-px{margin-left:-35px!important}.ms-md-nc40-px{margin-left:-40px!important}.ms-md-nc50-px{margin-left:-50px!important}.ms-md-nc60-px{margin-left:-60px!important}.ms-md-nc65-px{margin-left:-65px!important}.ms-md-nc70-px{margin-left:-70px!important}.ms-md-nc75-px{margin-left:-75px!important}.ms-md-nc80-px{margin-left:-80px!important}.ms-md-nc90-px{margin-left:-90px!important}.ms-md-nc100-px{margin-left:-100px!important}.ms-md-nc125-px{margin-left:-125px!important}.ms-md-nc130-px{margin-left:-130px!important}.ms-md-nc200-px{margin-left:-200px!important}.ms-md-nc250-px{margin-left:-250px!important}.ms-md-nc300-px{margin-left:-300px!important}.ms-md-nc400-px{margin-left:-400px!important}.ms-md-nc500-px{margin-left:-500px!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:6rem!important}.p-md-7{padding:12rem!important}.p-md-8{padding:20rem!important}.p-md-c45{padding:.45rem!important}.p-md-c75{padding:.75rem!important}.p-md-c1-25{padding:1.25rem!important}.p-md-c1-75{padding:1.75rem!important}.p-md-c2{padding:2rem!important}.p-md-c2-25{padding:2.25rem!important}.p-md-c2-75{padding:2.75rem!important}.p-md-c3-75{padding:3.75rem!important}.p-md-c4{padding:4rem!important}.p-md-c4-5{padding:4.5rem!important}.p-md-c4-75{padding:4.75rem!important}.p-md-c5{padding:5rem!important}.p-md-c6{padding:6rem!important}.p-md-c7{padding:7rem!important}.p-md-c5-px{padding:5px!important}.p-md-c10-px{padding:10px!important}.p-md-c15-px{padding:15px!important}.p-md-c20-px{padding:20px!important}.p-md-c30-px{padding:30px!important}.p-md-c35-px{padding:35px!important}.p-md-c40-px{padding:40px!important}.p-md-c50-px{padding:50px!important}.p-md-c60-px{padding:60px!important}.p-md-c65-px{padding:65px!important}.p-md-c70-px{padding:70px!important}.p-md-c75-px{padding:75px!important}.p-md-c80-px{padding:80px!important}.p-md-c90-px{padding:90px!important}.p-md-c100-px{padding:100px!important}.p-md-c125-px{padding:125px!important}.p-md-c130-px{padding:130px!important}.p-md-c200-px{padding:200px!important}.p-md-c250-px{padding:250px!important}.p-md-c300-px{padding:300px!important}.p-md-c400-px{padding:400px!important}.p-md-c500-px{padding:500px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:6rem!important;padding-right:6rem!important}.px-md-7{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:20rem!important;padding-right:20rem!important}.px-md-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-md-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-c2{padding-left:2rem!important;padding-right:2rem!important}.px-md-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-c4{padding-left:4rem!important;padding-right:4rem!important}.px-md-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-c5{padding-left:5rem!important;padding-right:5rem!important}.px-md-c6{padding-left:6rem!important;padding-right:6rem!important}.px-md-c7{padding-left:7rem!important;padding-right:7rem!important}.px-md-c5-px{padding-left:5px!important;padding-right:5px!important}.px-md-c10-px{padding-left:10px!important;padding-right:10px!important}.px-md-c15-px{padding-left:15px!important;padding-right:15px!important}.px-md-c20-px{padding-left:20px!important;padding-right:20px!important}.px-md-c30-px{padding-left:30px!important;padding-right:30px!important}.px-md-c35-px{padding-left:35px!important;padding-right:35px!important}.px-md-c40-px{padding-left:40px!important;padding-right:40px!important}.px-md-c50-px{padding-left:50px!important;padding-right:50px!important}.px-md-c60-px{padding-left:60px!important;padding-right:60px!important}.px-md-c65-px{padding-left:65px!important;padding-right:65px!important}.px-md-c70-px{padding-left:70px!important;padding-right:70px!important}.px-md-c75-px{padding-left:75px!important;padding-right:75px!important}.px-md-c80-px{padding-left:80px!important;padding-right:80px!important}.px-md-c90-px{padding-left:90px!important;padding-right:90px!important}.px-md-c100-px{padding-left:100px!important;padding-right:100px!important}.px-md-c125-px{padding-left:125px!important;padding-right:125px!important}.px-md-c130-px{padding-left:130px!important;padding-right:130px!important}.px-md-c200-px{padding-left:200px!important;padding-right:200px!important}.px-md-c250-px{padding-left:250px!important;padding-right:250px!important}.px-md-c300-px{padding-left:300px!important;padding-right:300px!important}.px-md-c400-px{padding-left:400px!important;padding-right:400px!important}.px-md-c500-px{padding-left:500px!important;padding-right:500px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-md-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-md-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-md-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-md-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-md-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-md-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-md-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-md-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-md-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-md-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-md-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-md-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-md-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-md-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-md-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-md-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-md-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-md-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-md-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-md-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-md-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-md-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-md-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:12rem!important}.pt-md-8{padding-top:20rem!important}.pt-md-c45{padding-top:.45rem!important}.pt-md-c75{padding-top:.75rem!important}.pt-md-c1-25{padding-top:1.25rem!important}.pt-md-c1-75{padding-top:1.75rem!important}.pt-md-c2{padding-top:2rem!important}.pt-md-c2-25{padding-top:2.25rem!important}.pt-md-c2-75{padding-top:2.75rem!important}.pt-md-c3-75{padding-top:3.75rem!important}.pt-md-c4{padding-top:4rem!important}.pt-md-c4-5{padding-top:4.5rem!important}.pt-md-c4-75{padding-top:4.75rem!important}.pt-md-c5{padding-top:5rem!important}.pt-md-c6{padding-top:6rem!important}.pt-md-c7{padding-top:7rem!important}.pt-md-c5-px{padding-top:5px!important}.pt-md-c10-px{padding-top:10px!important}.pt-md-c15-px{padding-top:15px!important}.pt-md-c20-px{padding-top:20px!important}.pt-md-c30-px{padding-top:30px!important}.pt-md-c35-px{padding-top:35px!important}.pt-md-c40-px{padding-top:40px!important}.pt-md-c50-px{padding-top:50px!important}.pt-md-c60-px{padding-top:60px!important}.pt-md-c65-px{padding-top:65px!important}.pt-md-c70-px{padding-top:70px!important}.pt-md-c75-px{padding-top:75px!important}.pt-md-c80-px{padding-top:80px!important}.pt-md-c90-px{padding-top:90px!important}.pt-md-c100-px{padding-top:100px!important}.pt-md-c125-px{padding-top:125px!important}.pt-md-c130-px{padding-top:130px!important}.pt-md-c200-px{padding-top:200px!important}.pt-md-c250-px{padding-top:250px!important}.pt-md-c300-px{padding-top:300px!important}.pt-md-c400-px{padding-top:400px!important}.pt-md-c500-px{padding-top:500px!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:6rem!important}.pe-md-7{padding-right:12rem!important}.pe-md-8{padding-right:20rem!important}.pe-md-c45{padding-right:.45rem!important}.pe-md-c75{padding-right:.75rem!important}.pe-md-c1-25{padding-right:1.25rem!important}.pe-md-c1-75{padding-right:1.75rem!important}.pe-md-c2{padding-right:2rem!important}.pe-md-c2-25{padding-right:2.25rem!important}.pe-md-c2-75{padding-right:2.75rem!important}.pe-md-c3-75{padding-right:3.75rem!important}.pe-md-c4{padding-right:4rem!important}.pe-md-c4-5{padding-right:4.5rem!important}.pe-md-c4-75{padding-right:4.75rem!important}.pe-md-c5{padding-right:5rem!important}.pe-md-c6{padding-right:6rem!important}.pe-md-c7{padding-right:7rem!important}.pe-md-c5-px{padding-right:5px!important}.pe-md-c10-px{padding-right:10px!important}.pe-md-c15-px{padding-right:15px!important}.pe-md-c20-px{padding-right:20px!important}.pe-md-c30-px{padding-right:30px!important}.pe-md-c35-px{padding-right:35px!important}.pe-md-c40-px{padding-right:40px!important}.pe-md-c50-px{padding-right:50px!important}.pe-md-c60-px{padding-right:60px!important}.pe-md-c65-px{padding-right:65px!important}.pe-md-c70-px{padding-right:70px!important}.pe-md-c75-px{padding-right:75px!important}.pe-md-c80-px{padding-right:80px!important}.pe-md-c90-px{padding-right:90px!important}.pe-md-c100-px{padding-right:100px!important}.pe-md-c125-px{padding-right:125px!important}.pe-md-c130-px{padding-right:130px!important}.pe-md-c200-px{padding-right:200px!important}.pe-md-c250-px{padding-right:250px!important}.pe-md-c300-px{padding-right:300px!important}.pe-md-c400-px{padding-right:400px!important}.pe-md-c500-px{padding-right:500px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:12rem!important}.pb-md-8{padding-bottom:20rem!important}.pb-md-c45{padding-bottom:.45rem!important}.pb-md-c75{padding-bottom:.75rem!important}.pb-md-c1-25{padding-bottom:1.25rem!important}.pb-md-c1-75{padding-bottom:1.75rem!important}.pb-md-c2{padding-bottom:2rem!important}.pb-md-c2-25{padding-bottom:2.25rem!important}.pb-md-c2-75{padding-bottom:2.75rem!important}.pb-md-c3-75{padding-bottom:3.75rem!important}.pb-md-c4{padding-bottom:4rem!important}.pb-md-c4-5{padding-bottom:4.5rem!important}.pb-md-c4-75{padding-bottom:4.75rem!important}.pb-md-c5{padding-bottom:5rem!important}.pb-md-c6{padding-bottom:6rem!important}.pb-md-c7{padding-bottom:7rem!important}.pb-md-c5-px{padding-bottom:5px!important}.pb-md-c10-px{padding-bottom:10px!important}.pb-md-c15-px{padding-bottom:15px!important}.pb-md-c20-px{padding-bottom:20px!important}.pb-md-c30-px{padding-bottom:30px!important}.pb-md-c35-px{padding-bottom:35px!important}.pb-md-c40-px{padding-bottom:40px!important}.pb-md-c50-px{padding-bottom:50px!important}.pb-md-c60-px{padding-bottom:60px!important}.pb-md-c65-px{padding-bottom:65px!important}.pb-md-c70-px{padding-bottom:70px!important}.pb-md-c75-px{padding-bottom:75px!important}.pb-md-c80-px{padding-bottom:80px!important}.pb-md-c90-px{padding-bottom:90px!important}.pb-md-c100-px{padding-bottom:100px!important}.pb-md-c125-px{padding-bottom:125px!important}.pb-md-c130-px{padding-bottom:130px!important}.pb-md-c200-px{padding-bottom:200px!important}.pb-md-c250-px{padding-bottom:250px!important}.pb-md-c300-px{padding-bottom:300px!important}.pb-md-c400-px{padding-bottom:400px!important}.pb-md-c500-px{padding-bottom:500px!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:6rem!important}.ps-md-7{padding-left:12rem!important}.ps-md-8{padding-left:20rem!important}.ps-md-c45{padding-left:.45rem!important}.ps-md-c75{padding-left:.75rem!important}.ps-md-c1-25{padding-left:1.25rem!important}.ps-md-c1-75{padding-left:1.75rem!important}.ps-md-c2{padding-left:2rem!important}.ps-md-c2-25{padding-left:2.25rem!important}.ps-md-c2-75{padding-left:2.75rem!important}.ps-md-c3-75{padding-left:3.75rem!important}.ps-md-c4{padding-left:4rem!important}.ps-md-c4-5{padding-left:4.5rem!important}.ps-md-c4-75{padding-left:4.75rem!important}.ps-md-c5{padding-left:5rem!important}.ps-md-c6{padding-left:6rem!important}.ps-md-c7{padding-left:7rem!important}.ps-md-c5-px{padding-left:5px!important}.ps-md-c10-px{padding-left:10px!important}.ps-md-c15-px{padding-left:15px!important}.ps-md-c20-px{padding-left:20px!important}.ps-md-c30-px{padding-left:30px!important}.ps-md-c35-px{padding-left:35px!important}.ps-md-c40-px{padding-left:40px!important}.ps-md-c50-px{padding-left:50px!important}.ps-md-c60-px{padding-left:60px!important}.ps-md-c65-px{padding-left:65px!important}.ps-md-c70-px{padding-left:70px!important}.ps-md-c75-px{padding-left:75px!important}.ps-md-c80-px{padding-left:80px!important}.ps-md-c90-px{padding-left:90px!important}.ps-md-c100-px{padding-left:100px!important}.ps-md-c125-px{padding-left:125px!important}.ps-md-c130-px{padding-left:130px!important}.ps-md-c200-px{padding-left:200px!important}.ps-md-c250-px{padding-left:250px!important}.ps-md-c300-px{padding-left:300px!important}.ps-md-c400-px{padding-left:400px!important}.ps-md-c500-px{padding-left:500px!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:6rem!important}.gap-md-7{gap:12rem!important}.gap-md-8{gap:20rem!important}.gap-md-c45{gap:.45rem!important}.gap-md-c75{gap:.75rem!important}.gap-md-c1-25{gap:1.25rem!important}.gap-md-c1-75{gap:1.75rem!important}.gap-md-c2{gap:2rem!important}.gap-md-c2-25{gap:2.25rem!important}.gap-md-c2-75{gap:2.75rem!important}.gap-md-c3-75{gap:3.75rem!important}.gap-md-c4{gap:4rem!important}.gap-md-c4-5{gap:4.5rem!important}.gap-md-c4-75{gap:4.75rem!important}.gap-md-c5{gap:5rem!important}.gap-md-c6{gap:6rem!important}.gap-md-c7{gap:7rem!important}.gap-md-c5-px{gap:5px!important}.gap-md-c10-px{gap:10px!important}.gap-md-c15-px{gap:15px!important}.gap-md-c20-px{gap:20px!important}.gap-md-c30-px{gap:30px!important}.gap-md-c35-px{gap:35px!important}.gap-md-c40-px{gap:40px!important}.gap-md-c50-px{gap:50px!important}.gap-md-c60-px{gap:60px!important}.gap-md-c65-px{gap:65px!important}.gap-md-c70-px{gap:70px!important}.gap-md-c75-px{gap:75px!important}.gap-md-c80-px{gap:80px!important}.gap-md-c90-px{gap:90px!important}.gap-md-c100-px{gap:100px!important}.gap-md-c125-px{gap:125px!important}.gap-md-c130-px{gap:130px!important}.gap-md-c200-px{gap:200px!important}.gap-md-c250-px{gap:250px!important}.gap-md-c300-px{gap:300px!important}.gap-md-c400-px{gap:400px!important}.gap-md-c500-px{gap:500px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.row-gap-md-6{row-gap:6rem!important}.row-gap-md-7{row-gap:12rem!important}.row-gap-md-8{row-gap:20rem!important}.row-gap-md-c45{row-gap:.45rem!important}.row-gap-md-c75{row-gap:.75rem!important}.row-gap-md-c1-25{row-gap:1.25rem!important}.row-gap-md-c1-75{row-gap:1.75rem!important}.row-gap-md-c2{row-gap:2rem!important}.row-gap-md-c2-25{row-gap:2.25rem!important}.row-gap-md-c2-75{row-gap:2.75rem!important}.row-gap-md-c3-75{row-gap:3.75rem!important}.row-gap-md-c4{row-gap:4rem!important}.row-gap-md-c4-5{row-gap:4.5rem!important}.row-gap-md-c4-75{row-gap:4.75rem!important}.row-gap-md-c5{row-gap:5rem!important}.row-gap-md-c6{row-gap:6rem!important}.row-gap-md-c7{row-gap:7rem!important}.row-gap-md-c5-px{row-gap:5px!important}.row-gap-md-c10-px{row-gap:10px!important}.row-gap-md-c15-px{row-gap:15px!important}.row-gap-md-c20-px{row-gap:20px!important}.row-gap-md-c30-px{row-gap:30px!important}.row-gap-md-c35-px{row-gap:35px!important}.row-gap-md-c40-px{row-gap:40px!important}.row-gap-md-c50-px{row-gap:50px!important}.row-gap-md-c60-px{row-gap:60px!important}.row-gap-md-c65-px{row-gap:65px!important}.row-gap-md-c70-px{row-gap:70px!important}.row-gap-md-c75-px{row-gap:75px!important}.row-gap-md-c80-px{row-gap:80px!important}.row-gap-md-c90-px{row-gap:90px!important}.row-gap-md-c100-px{row-gap:100px!important}.row-gap-md-c125-px{row-gap:125px!important}.row-gap-md-c130-px{row-gap:130px!important}.row-gap-md-c200-px{row-gap:200px!important}.row-gap-md-c250-px{row-gap:250px!important}.row-gap-md-c300-px{row-gap:300px!important}.row-gap-md-c400-px{row-gap:400px!important}.row-gap-md-c500-px{row-gap:500px!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.column-gap-md-6{column-gap:6rem!important}.column-gap-md-7{column-gap:12rem!important}.column-gap-md-8{column-gap:20rem!important}.column-gap-md-c45{column-gap:.45rem!important}.column-gap-md-c75{column-gap:.75rem!important}.column-gap-md-c1-25{column-gap:1.25rem!important}.column-gap-md-c1-75{column-gap:1.75rem!important}.column-gap-md-c2{column-gap:2rem!important}.column-gap-md-c2-25{column-gap:2.25rem!important}.column-gap-md-c2-75{column-gap:2.75rem!important}.column-gap-md-c3-75{column-gap:3.75rem!important}.column-gap-md-c4{column-gap:4rem!important}.column-gap-md-c4-5{column-gap:4.5rem!important}.column-gap-md-c4-75{column-gap:4.75rem!important}.column-gap-md-c5{column-gap:5rem!important}.column-gap-md-c6{column-gap:6rem!important}.column-gap-md-c7{column-gap:7rem!important}.column-gap-md-c5-px{column-gap:5px!important}.column-gap-md-c10-px{column-gap:10px!important}.column-gap-md-c15-px{column-gap:15px!important}.column-gap-md-c20-px{column-gap:20px!important}.column-gap-md-c30-px{column-gap:30px!important}.column-gap-md-c35-px{column-gap:35px!important}.column-gap-md-c40-px{column-gap:40px!important}.column-gap-md-c50-px{column-gap:50px!important}.column-gap-md-c60-px{column-gap:60px!important}.column-gap-md-c65-px{column-gap:65px!important}.column-gap-md-c70-px{column-gap:70px!important}.column-gap-md-c75-px{column-gap:75px!important}.column-gap-md-c80-px{column-gap:80px!important}.column-gap-md-c90-px{column-gap:90px!important}.column-gap-md-c100-px{column-gap:100px!important}.column-gap-md-c125-px{column-gap:125px!important}.column-gap-md-c130-px{column-gap:130px!important}.column-gap-md-c200-px{column-gap:200px!important}.column-gap-md-c250-px{column-gap:250px!important}.column-gap-md-c300-px{column-gap:300px!important}.column-gap-md-c400-px{column-gap:400px!important}.column-gap-md-c500-px{column-gap:500px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.h-px-md-0{height:0!important}.h-px-md-5{height:5px!important}.h-px-md-10{height:10px!important}.h-px-md-15{height:15px!important}.h-px-md-16{height:16px!important}.h-px-md-20{height:20px!important}.h-px-md-25{height:25px!important}.h-px-md-30{height:30px!important}.h-px-md-35{height:35px!important}.h-px-md-40{height:40px!important}.h-px-md-42{height:42px!important}.h-px-md-50{height:50px!important}.h-px-md-60{height:60px!important}.h-px-md-65{height:65px!important}.h-px-md-70{height:70px!important}.h-px-md-75{height:75px!important}.h-px-md-80{height:80px!important}.h-px-md-90{height:90px!important}.h-px-md-100{height:100px!important}.h-px-md-107{height:107px!important}.h-px-md-110{height:110px!important}.h-px-md-125{height:125px!important}.h-px-md-130{height:130px!important}.h-px-md-191{height:191px!important}.h-px-md-200{height:200px!important}.h-px-md-205{height:205px!important}.h-px-md-250{height:250px!important}.h-px-md-300{height:300px!important}.h-px-md-335{height:335px!important}.h-px-md-400{height:400px!important}.h-px-md-450{height:450px!important}.h-px-md-500{height:500px!important}.h-px-md-650{height:650px!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:6rem!important}.m-lg-7{margin:12rem!important}.m-lg-8{margin:20rem!important}.m-lg-c45{margin:.45rem!important}.m-lg-c75{margin:.75rem!important}.m-lg-c1-25{margin:1.25rem!important}.m-lg-c1-75{margin:1.75rem!important}.m-lg-c2{margin:2rem!important}.m-lg-c2-25{margin:2.25rem!important}.m-lg-c2-75{margin:2.75rem!important}.m-lg-c3-75{margin:3.75rem!important}.m-lg-c4{margin:4rem!important}.m-lg-c4-5{margin:4.5rem!important}.m-lg-c4-75{margin:4.75rem!important}.m-lg-c5{margin:5rem!important}.m-lg-c6{margin:6rem!important}.m-lg-c7{margin:7rem!important}.m-lg-c5-px{margin:5px!important}.m-lg-c10-px{margin:10px!important}.m-lg-c15-px{margin:15px!important}.m-lg-c20-px{margin:20px!important}.m-lg-c30-px{margin:30px!important}.m-lg-c35-px{margin:35px!important}.m-lg-c40-px{margin:40px!important}.m-lg-c50-px{margin:50px!important}.m-lg-c60-px{margin:60px!important}.m-lg-c65-px{margin:65px!important}.m-lg-c70-px{margin:70px!important}.m-lg-c75-px{margin:75px!important}.m-lg-c80-px{margin:80px!important}.m-lg-c90-px{margin:90px!important}.m-lg-c100-px{margin:100px!important}.m-lg-c125-px{margin:125px!important}.m-lg-c130-px{margin:130px!important}.m-lg-c200-px{margin:200px!important}.m-lg-c250-px{margin:250px!important}.m-lg-c300-px{margin:300px!important}.m-lg-c400-px{margin:400px!important}.m-lg-c500-px{margin:500px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-7{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:20rem!important;margin-right:20rem!important}.mx-lg-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-lg-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-lg-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-lg-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-lg-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-lg-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-lg-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-lg-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-lg-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-lg-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-lg-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-lg-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-lg-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-lg-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-lg-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-lg-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-lg-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-lg-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-lg-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-lg-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-lg-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-lg-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-lg-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-lg-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-lg-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-lg-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-lg-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-lg-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-lg-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-lg-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-lg-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-lg-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-lg-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-lg-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-lg-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-lg-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-lg-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-lg-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-lg-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-lg-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-lg-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-lg-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-lg-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-lg-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-lg-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-lg-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:12rem!important}.mt-lg-8{margin-top:20rem!important}.mt-lg-c45{margin-top:.45rem!important}.mt-lg-c75{margin-top:.75rem!important}.mt-lg-c1-25{margin-top:1.25rem!important}.mt-lg-c1-75{margin-top:1.75rem!important}.mt-lg-c2{margin-top:2rem!important}.mt-lg-c2-25{margin-top:2.25rem!important}.mt-lg-c2-75{margin-top:2.75rem!important}.mt-lg-c3-75{margin-top:3.75rem!important}.mt-lg-c4{margin-top:4rem!important}.mt-lg-c4-5{margin-top:4.5rem!important}.mt-lg-c4-75{margin-top:4.75rem!important}.mt-lg-c5{margin-top:5rem!important}.mt-lg-c6{margin-top:6rem!important}.mt-lg-c7{margin-top:7rem!important}.mt-lg-c5-px{margin-top:5px!important}.mt-lg-c10-px{margin-top:10px!important}.mt-lg-c15-px{margin-top:15px!important}.mt-lg-c20-px{margin-top:20px!important}.mt-lg-c30-px{margin-top:30px!important}.mt-lg-c35-px{margin-top:35px!important}.mt-lg-c40-px{margin-top:40px!important}.mt-lg-c50-px{margin-top:50px!important}.mt-lg-c60-px{margin-top:60px!important}.mt-lg-c65-px{margin-top:65px!important}.mt-lg-c70-px{margin-top:70px!important}.mt-lg-c75-px{margin-top:75px!important}.mt-lg-c80-px{margin-top:80px!important}.mt-lg-c90-px{margin-top:90px!important}.mt-lg-c100-px{margin-top:100px!important}.mt-lg-c125-px{margin-top:125px!important}.mt-lg-c130-px{margin-top:130px!important}.mt-lg-c200-px{margin-top:200px!important}.mt-lg-c250-px{margin-top:250px!important}.mt-lg-c300-px{margin-top:300px!important}.mt-lg-c400-px{margin-top:400px!important}.mt-lg-c500-px{margin-top:500px!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:6rem!important}.me-lg-7{margin-right:12rem!important}.me-lg-8{margin-right:20rem!important}.me-lg-c45{margin-right:.45rem!important}.me-lg-c75{margin-right:.75rem!important}.me-lg-c1-25{margin-right:1.25rem!important}.me-lg-c1-75{margin-right:1.75rem!important}.me-lg-c2{margin-right:2rem!important}.me-lg-c2-25{margin-right:2.25rem!important}.me-lg-c2-75{margin-right:2.75rem!important}.me-lg-c3-75{margin-right:3.75rem!important}.me-lg-c4{margin-right:4rem!important}.me-lg-c4-5{margin-right:4.5rem!important}.me-lg-c4-75{margin-right:4.75rem!important}.me-lg-c5{margin-right:5rem!important}.me-lg-c6{margin-right:6rem!important}.me-lg-c7{margin-right:7rem!important}.me-lg-c5-px{margin-right:5px!important}.me-lg-c10-px{margin-right:10px!important}.me-lg-c15-px{margin-right:15px!important}.me-lg-c20-px{margin-right:20px!important}.me-lg-c30-px{margin-right:30px!important}.me-lg-c35-px{margin-right:35px!important}.me-lg-c40-px{margin-right:40px!important}.me-lg-c50-px{margin-right:50px!important}.me-lg-c60-px{margin-right:60px!important}.me-lg-c65-px{margin-right:65px!important}.me-lg-c70-px{margin-right:70px!important}.me-lg-c75-px{margin-right:75px!important}.me-lg-c80-px{margin-right:80px!important}.me-lg-c90-px{margin-right:90px!important}.me-lg-c100-px{margin-right:100px!important}.me-lg-c125-px{margin-right:125px!important}.me-lg-c130-px{margin-right:130px!important}.me-lg-c200-px{margin-right:200px!important}.me-lg-c250-px{margin-right:250px!important}.me-lg-c300-px{margin-right:300px!important}.me-lg-c400-px{margin-right:400px!important}.me-lg-c500-px{margin-right:500px!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:20rem!important}.mb-lg-c45{margin-bottom:.45rem!important}.mb-lg-c75{margin-bottom:.75rem!important}.mb-lg-c1-25{margin-bottom:1.25rem!important}.mb-lg-c1-75{margin-bottom:1.75rem!important}.mb-lg-c2{margin-bottom:2rem!important}.mb-lg-c2-25{margin-bottom:2.25rem!important}.mb-lg-c2-75{margin-bottom:2.75rem!important}.mb-lg-c3-75{margin-bottom:3.75rem!important}.mb-lg-c4{margin-bottom:4rem!important}.mb-lg-c4-5{margin-bottom:4.5rem!important}.mb-lg-c4-75{margin-bottom:4.75rem!important}.mb-lg-c5{margin-bottom:5rem!important}.mb-lg-c6{margin-bottom:6rem!important}.mb-lg-c7{margin-bottom:7rem!important}.mb-lg-c5-px{margin-bottom:5px!important}.mb-lg-c10-px{margin-bottom:10px!important}.mb-lg-c15-px{margin-bottom:15px!important}.mb-lg-c20-px{margin-bottom:20px!important}.mb-lg-c30-px{margin-bottom:30px!important}.mb-lg-c35-px{margin-bottom:35px!important}.mb-lg-c40-px{margin-bottom:40px!important}.mb-lg-c50-px{margin-bottom:50px!important}.mb-lg-c60-px{margin-bottom:60px!important}.mb-lg-c65-px{margin-bottom:65px!important}.mb-lg-c70-px{margin-bottom:70px!important}.mb-lg-c75-px{margin-bottom:75px!important}.mb-lg-c80-px{margin-bottom:80px!important}.mb-lg-c90-px{margin-bottom:90px!important}.mb-lg-c100-px{margin-bottom:100px!important}.mb-lg-c125-px{margin-bottom:125px!important}.mb-lg-c130-px{margin-bottom:130px!important}.mb-lg-c200-px{margin-bottom:200px!important}.mb-lg-c250-px{margin-bottom:250px!important}.mb-lg-c300-px{margin-bottom:300px!important}.mb-lg-c400-px{margin-bottom:400px!important}.mb-lg-c500-px{margin-bottom:500px!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:6rem!important}.ms-lg-7{margin-left:12rem!important}.ms-lg-8{margin-left:20rem!important}.ms-lg-c45{margin-left:.45rem!important}.ms-lg-c75{margin-left:.75rem!important}.ms-lg-c1-25{margin-left:1.25rem!important}.ms-lg-c1-75{margin-left:1.75rem!important}.ms-lg-c2{margin-left:2rem!important}.ms-lg-c2-25{margin-left:2.25rem!important}.ms-lg-c2-75{margin-left:2.75rem!important}.ms-lg-c3-75{margin-left:3.75rem!important}.ms-lg-c4{margin-left:4rem!important}.ms-lg-c4-5{margin-left:4.5rem!important}.ms-lg-c4-75{margin-left:4.75rem!important}.ms-lg-c5{margin-left:5rem!important}.ms-lg-c6{margin-left:6rem!important}.ms-lg-c7{margin-left:7rem!important}.ms-lg-c5-px{margin-left:5px!important}.ms-lg-c10-px{margin-left:10px!important}.ms-lg-c15-px{margin-left:15px!important}.ms-lg-c20-px{margin-left:20px!important}.ms-lg-c30-px{margin-left:30px!important}.ms-lg-c35-px{margin-left:35px!important}.ms-lg-c40-px{margin-left:40px!important}.ms-lg-c50-px{margin-left:50px!important}.ms-lg-c60-px{margin-left:60px!important}.ms-lg-c65-px{margin-left:65px!important}.ms-lg-c70-px{margin-left:70px!important}.ms-lg-c75-px{margin-left:75px!important}.ms-lg-c80-px{margin-left:80px!important}.ms-lg-c90-px{margin-left:90px!important}.ms-lg-c100-px{margin-left:100px!important}.ms-lg-c125-px{margin-left:125px!important}.ms-lg-c130-px{margin-left:130px!important}.ms-lg-c200-px{margin-left:200px!important}.ms-lg-c250-px{margin-left:250px!important}.ms-lg-c300-px{margin-left:300px!important}.ms-lg-c400-px{margin-left:400px!important}.ms-lg-c500-px{margin-left:500px!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-6rem!important}.m-lg-n7{margin:-12rem!important}.m-lg-n8{margin:-20rem!important}.m-lg-nc45{margin:-.45rem!important}.m-lg-nc75{margin:-.75rem!important}.m-lg-nc1-25{margin:-1.25rem!important}.m-lg-nc1-75{margin:-1.75rem!important}.m-lg-nc2{margin:-2rem!important}.m-lg-nc2-25{margin:-2.25rem!important}.m-lg-nc2-75{margin:-2.75rem!important}.m-lg-nc3-75{margin:-3.75rem!important}.m-lg-nc4{margin:-4rem!important}.m-lg-nc4-5{margin:-4.5rem!important}.m-lg-nc4-75{margin:-4.75rem!important}.m-lg-nc5{margin:-5rem!important}.m-lg-nc6{margin:-6rem!important}.m-lg-nc7{margin:-7rem!important}.m-lg-nc5-px{margin:-5px!important}.m-lg-nc10-px{margin:-10px!important}.m-lg-nc15-px{margin:-15px!important}.m-lg-nc20-px{margin:-20px!important}.m-lg-nc30-px{margin:-30px!important}.m-lg-nc35-px{margin:-35px!important}.m-lg-nc40-px{margin:-40px!important}.m-lg-nc50-px{margin:-50px!important}.m-lg-nc60-px{margin:-60px!important}.m-lg-nc65-px{margin:-65px!important}.m-lg-nc70-px{margin:-70px!important}.m-lg-nc75-px{margin:-75px!important}.m-lg-nc80-px{margin:-80px!important}.m-lg-nc90-px{margin:-90px!important}.m-lg-nc100-px{margin:-100px!important}.m-lg-nc125-px{margin:-125px!important}.m-lg-nc130-px{margin:-130px!important}.m-lg-nc200-px{margin:-200px!important}.m-lg-nc250-px{margin:-250px!important}.m-lg-nc300-px{margin:-300px!important}.m-lg-nc400-px{margin:-400px!important}.m-lg-nc500-px{margin:-500px!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-lg-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-lg-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-lg-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-lg-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-lg-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-lg-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-lg-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-lg-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-lg-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-lg-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-lg-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-lg-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-lg-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-lg-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-lg-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-lg-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-lg-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-lg-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-lg-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-lg-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-lg-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-lg-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-lg-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-lg-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-lg-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-lg-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-lg-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-lg-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-lg-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-lg-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-lg-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-lg-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-lg-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-lg-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-lg-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-lg-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-lg-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-lg-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-lg-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-lg-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-lg-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-lg-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-lg-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-lg-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-lg-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-lg-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-lg-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-lg-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-lg-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-lg-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-lg-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-lg-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-lg-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-lg-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-lg-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-lg-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-lg-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-lg-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-lg-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-6rem!important}.mt-lg-n7{margin-top:-12rem!important}.mt-lg-n8{margin-top:-20rem!important}.mt-lg-nc45{margin-top:-.45rem!important}.mt-lg-nc75{margin-top:-.75rem!important}.mt-lg-nc1-25{margin-top:-1.25rem!important}.mt-lg-nc1-75{margin-top:-1.75rem!important}.mt-lg-nc2{margin-top:-2rem!important}.mt-lg-nc2-25{margin-top:-2.25rem!important}.mt-lg-nc2-75{margin-top:-2.75rem!important}.mt-lg-nc3-75{margin-top:-3.75rem!important}.mt-lg-nc4{margin-top:-4rem!important}.mt-lg-nc4-5{margin-top:-4.5rem!important}.mt-lg-nc4-75{margin-top:-4.75rem!important}.mt-lg-nc5{margin-top:-5rem!important}.mt-lg-nc6{margin-top:-6rem!important}.mt-lg-nc7{margin-top:-7rem!important}.mt-lg-nc5-px{margin-top:-5px!important}.mt-lg-nc10-px{margin-top:-10px!important}.mt-lg-nc15-px{margin-top:-15px!important}.mt-lg-nc20-px{margin-top:-20px!important}.mt-lg-nc30-px{margin-top:-30px!important}.mt-lg-nc35-px{margin-top:-35px!important}.mt-lg-nc40-px{margin-top:-40px!important}.mt-lg-nc50-px{margin-top:-50px!important}.mt-lg-nc60-px{margin-top:-60px!important}.mt-lg-nc65-px{margin-top:-65px!important}.mt-lg-nc70-px{margin-top:-70px!important}.mt-lg-nc75-px{margin-top:-75px!important}.mt-lg-nc80-px{margin-top:-80px!important}.mt-lg-nc90-px{margin-top:-90px!important}.mt-lg-nc100-px{margin-top:-100px!important}.mt-lg-nc125-px{margin-top:-125px!important}.mt-lg-nc130-px{margin-top:-130px!important}.mt-lg-nc200-px{margin-top:-200px!important}.mt-lg-nc250-px{margin-top:-250px!important}.mt-lg-nc300-px{margin-top:-300px!important}.mt-lg-nc400-px{margin-top:-400px!important}.mt-lg-nc500-px{margin-top:-500px!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-6rem!important}.me-lg-n7{margin-right:-12rem!important}.me-lg-n8{margin-right:-20rem!important}.me-lg-nc45{margin-right:-.45rem!important}.me-lg-nc75{margin-right:-.75rem!important}.me-lg-nc1-25{margin-right:-1.25rem!important}.me-lg-nc1-75{margin-right:-1.75rem!important}.me-lg-nc2{margin-right:-2rem!important}.me-lg-nc2-25{margin-right:-2.25rem!important}.me-lg-nc2-75{margin-right:-2.75rem!important}.me-lg-nc3-75{margin-right:-3.75rem!important}.me-lg-nc4{margin-right:-4rem!important}.me-lg-nc4-5{margin-right:-4.5rem!important}.me-lg-nc4-75{margin-right:-4.75rem!important}.me-lg-nc5{margin-right:-5rem!important}.me-lg-nc6{margin-right:-6rem!important}.me-lg-nc7{margin-right:-7rem!important}.me-lg-nc5-px{margin-right:-5px!important}.me-lg-nc10-px{margin-right:-10px!important}.me-lg-nc15-px{margin-right:-15px!important}.me-lg-nc20-px{margin-right:-20px!important}.me-lg-nc30-px{margin-right:-30px!important}.me-lg-nc35-px{margin-right:-35px!important}.me-lg-nc40-px{margin-right:-40px!important}.me-lg-nc50-px{margin-right:-50px!important}.me-lg-nc60-px{margin-right:-60px!important}.me-lg-nc65-px{margin-right:-65px!important}.me-lg-nc70-px{margin-right:-70px!important}.me-lg-nc75-px{margin-right:-75px!important}.me-lg-nc80-px{margin-right:-80px!important}.me-lg-nc90-px{margin-right:-90px!important}.me-lg-nc100-px{margin-right:-100px!important}.me-lg-nc125-px{margin-right:-125px!important}.me-lg-nc130-px{margin-right:-130px!important}.me-lg-nc200-px{margin-right:-200px!important}.me-lg-nc250-px{margin-right:-250px!important}.me-lg-nc300-px{margin-right:-300px!important}.me-lg-nc400-px{margin-right:-400px!important}.me-lg-nc500-px{margin-right:-500px!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-6rem!important}.mb-lg-n7{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-20rem!important}.mb-lg-nc45{margin-bottom:-.45rem!important}.mb-lg-nc75{margin-bottom:-.75rem!important}.mb-lg-nc1-25{margin-bottom:-1.25rem!important}.mb-lg-nc1-75{margin-bottom:-1.75rem!important}.mb-lg-nc2{margin-bottom:-2rem!important}.mb-lg-nc2-25{margin-bottom:-2.25rem!important}.mb-lg-nc2-75{margin-bottom:-2.75rem!important}.mb-lg-nc3-75{margin-bottom:-3.75rem!important}.mb-lg-nc4{margin-bottom:-4rem!important}.mb-lg-nc4-5{margin-bottom:-4.5rem!important}.mb-lg-nc4-75{margin-bottom:-4.75rem!important}.mb-lg-nc5{margin-bottom:-5rem!important}.mb-lg-nc6{margin-bottom:-6rem!important}.mb-lg-nc7{margin-bottom:-7rem!important}.mb-lg-nc5-px{margin-bottom:-5px!important}.mb-lg-nc10-px{margin-bottom:-10px!important}.mb-lg-nc15-px{margin-bottom:-15px!important}.mb-lg-nc20-px{margin-bottom:-20px!important}.mb-lg-nc30-px{margin-bottom:-30px!important}.mb-lg-nc35-px{margin-bottom:-35px!important}.mb-lg-nc40-px{margin-bottom:-40px!important}.mb-lg-nc50-px{margin-bottom:-50px!important}.mb-lg-nc60-px{margin-bottom:-60px!important}.mb-lg-nc65-px{margin-bottom:-65px!important}.mb-lg-nc70-px{margin-bottom:-70px!important}.mb-lg-nc75-px{margin-bottom:-75px!important}.mb-lg-nc80-px{margin-bottom:-80px!important}.mb-lg-nc90-px{margin-bottom:-90px!important}.mb-lg-nc100-px{margin-bottom:-100px!important}.mb-lg-nc125-px{margin-bottom:-125px!important}.mb-lg-nc130-px{margin-bottom:-130px!important}.mb-lg-nc200-px{margin-bottom:-200px!important}.mb-lg-nc250-px{margin-bottom:-250px!important}.mb-lg-nc300-px{margin-bottom:-300px!important}.mb-lg-nc400-px{margin-bottom:-400px!important}.mb-lg-nc500-px{margin-bottom:-500px!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-6rem!important}.ms-lg-n7{margin-left:-12rem!important}.ms-lg-n8{margin-left:-20rem!important}.ms-lg-nc45{margin-left:-.45rem!important}.ms-lg-nc75{margin-left:-.75rem!important}.ms-lg-nc1-25{margin-left:-1.25rem!important}.ms-lg-nc1-75{margin-left:-1.75rem!important}.ms-lg-nc2{margin-left:-2rem!important}.ms-lg-nc2-25{margin-left:-2.25rem!important}.ms-lg-nc2-75{margin-left:-2.75rem!important}.ms-lg-nc3-75{margin-left:-3.75rem!important}.ms-lg-nc4{margin-left:-4rem!important}.ms-lg-nc4-5{margin-left:-4.5rem!important}.ms-lg-nc4-75{margin-left:-4.75rem!important}.ms-lg-nc5{margin-left:-5rem!important}.ms-lg-nc6{margin-left:-6rem!important}.ms-lg-nc7{margin-left:-7rem!important}.ms-lg-nc5-px{margin-left:-5px!important}.ms-lg-nc10-px{margin-left:-10px!important}.ms-lg-nc15-px{margin-left:-15px!important}.ms-lg-nc20-px{margin-left:-20px!important}.ms-lg-nc30-px{margin-left:-30px!important}.ms-lg-nc35-px{margin-left:-35px!important}.ms-lg-nc40-px{margin-left:-40px!important}.ms-lg-nc50-px{margin-left:-50px!important}.ms-lg-nc60-px{margin-left:-60px!important}.ms-lg-nc65-px{margin-left:-65px!important}.ms-lg-nc70-px{margin-left:-70px!important}.ms-lg-nc75-px{margin-left:-75px!important}.ms-lg-nc80-px{margin-left:-80px!important}.ms-lg-nc90-px{margin-left:-90px!important}.ms-lg-nc100-px{margin-left:-100px!important}.ms-lg-nc125-px{margin-left:-125px!important}.ms-lg-nc130-px{margin-left:-130px!important}.ms-lg-nc200-px{margin-left:-200px!important}.ms-lg-nc250-px{margin-left:-250px!important}.ms-lg-nc300-px{margin-left:-300px!important}.ms-lg-nc400-px{margin-left:-400px!important}.ms-lg-nc500-px{margin-left:-500px!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:6rem!important}.p-lg-7{padding:12rem!important}.p-lg-8{padding:20rem!important}.p-lg-c45{padding:.45rem!important}.p-lg-c75{padding:.75rem!important}.p-lg-c1-25{padding:1.25rem!important}.p-lg-c1-75{padding:1.75rem!important}.p-lg-c2{padding:2rem!important}.p-lg-c2-25{padding:2.25rem!important}.p-lg-c2-75{padding:2.75rem!important}.p-lg-c3-75{padding:3.75rem!important}.p-lg-c4{padding:4rem!important}.p-lg-c4-5{padding:4.5rem!important}.p-lg-c4-75{padding:4.75rem!important}.p-lg-c5{padding:5rem!important}.p-lg-c6{padding:6rem!important}.p-lg-c7{padding:7rem!important}.p-lg-c5-px{padding:5px!important}.p-lg-c10-px{padding:10px!important}.p-lg-c15-px{padding:15px!important}.p-lg-c20-px{padding:20px!important}.p-lg-c30-px{padding:30px!important}.p-lg-c35-px{padding:35px!important}.p-lg-c40-px{padding:40px!important}.p-lg-c50-px{padding:50px!important}.p-lg-c60-px{padding:60px!important}.p-lg-c65-px{padding:65px!important}.p-lg-c70-px{padding:70px!important}.p-lg-c75-px{padding:75px!important}.p-lg-c80-px{padding:80px!important}.p-lg-c90-px{padding:90px!important}.p-lg-c100-px{padding:100px!important}.p-lg-c125-px{padding:125px!important}.p-lg-c130-px{padding:130px!important}.p-lg-c200-px{padding:200px!important}.p-lg-c250-px{padding:250px!important}.p-lg-c300-px{padding:300px!important}.p-lg-c400-px{padding:400px!important}.p-lg-c500-px{padding:500px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-7{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:20rem!important;padding-right:20rem!important}.px-lg-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-lg-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-c2{padding-left:2rem!important;padding-right:2rem!important}.px-lg-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-c4{padding-left:4rem!important;padding-right:4rem!important}.px-lg-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-c5{padding-left:5rem!important;padding-right:5rem!important}.px-lg-c6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-c7{padding-left:7rem!important;padding-right:7rem!important}.px-lg-c5-px{padding-left:5px!important;padding-right:5px!important}.px-lg-c10-px{padding-left:10px!important;padding-right:10px!important}.px-lg-c15-px{padding-left:15px!important;padding-right:15px!important}.px-lg-c20-px{padding-left:20px!important;padding-right:20px!important}.px-lg-c30-px{padding-left:30px!important;padding-right:30px!important}.px-lg-c35-px{padding-left:35px!important;padding-right:35px!important}.px-lg-c40-px{padding-left:40px!important;padding-right:40px!important}.px-lg-c50-px{padding-left:50px!important;padding-right:50px!important}.px-lg-c60-px{padding-left:60px!important;padding-right:60px!important}.px-lg-c65-px{padding-left:65px!important;padding-right:65px!important}.px-lg-c70-px{padding-left:70px!important;padding-right:70px!important}.px-lg-c75-px{padding-left:75px!important;padding-right:75px!important}.px-lg-c80-px{padding-left:80px!important;padding-right:80px!important}.px-lg-c90-px{padding-left:90px!important;padding-right:90px!important}.px-lg-c100-px{padding-left:100px!important;padding-right:100px!important}.px-lg-c125-px{padding-left:125px!important;padding-right:125px!important}.px-lg-c130-px{padding-left:130px!important;padding-right:130px!important}.px-lg-c200-px{padding-left:200px!important;padding-right:200px!important}.px-lg-c250-px{padding-left:250px!important;padding-right:250px!important}.px-lg-c300-px{padding-left:300px!important;padding-right:300px!important}.px-lg-c400-px{padding-left:400px!important;padding-right:400px!important}.px-lg-c500-px{padding-left:500px!important;padding-right:500px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-lg-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-lg-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-lg-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-lg-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-lg-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-lg-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-lg-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-lg-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-lg-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-lg-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-lg-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-lg-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-lg-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-lg-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-lg-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-lg-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-lg-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-lg-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-lg-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-lg-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-lg-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-lg-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-lg-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:12rem!important}.pt-lg-8{padding-top:20rem!important}.pt-lg-c45{padding-top:.45rem!important}.pt-lg-c75{padding-top:.75rem!important}.pt-lg-c1-25{padding-top:1.25rem!important}.pt-lg-c1-75{padding-top:1.75rem!important}.pt-lg-c2{padding-top:2rem!important}.pt-lg-c2-25{padding-top:2.25rem!important}.pt-lg-c2-75{padding-top:2.75rem!important}.pt-lg-c3-75{padding-top:3.75rem!important}.pt-lg-c4{padding-top:4rem!important}.pt-lg-c4-5{padding-top:4.5rem!important}.pt-lg-c4-75{padding-top:4.75rem!important}.pt-lg-c5{padding-top:5rem!important}.pt-lg-c6{padding-top:6rem!important}.pt-lg-c7{padding-top:7rem!important}.pt-lg-c5-px{padding-top:5px!important}.pt-lg-c10-px{padding-top:10px!important}.pt-lg-c15-px{padding-top:15px!important}.pt-lg-c20-px{padding-top:20px!important}.pt-lg-c30-px{padding-top:30px!important}.pt-lg-c35-px{padding-top:35px!important}.pt-lg-c40-px{padding-top:40px!important}.pt-lg-c50-px{padding-top:50px!important}.pt-lg-c60-px{padding-top:60px!important}.pt-lg-c65-px{padding-top:65px!important}.pt-lg-c70-px{padding-top:70px!important}.pt-lg-c75-px{padding-top:75px!important}.pt-lg-c80-px{padding-top:80px!important}.pt-lg-c90-px{padding-top:90px!important}.pt-lg-c100-px{padding-top:100px!important}.pt-lg-c125-px{padding-top:125px!important}.pt-lg-c130-px{padding-top:130px!important}.pt-lg-c200-px{padding-top:200px!important}.pt-lg-c250-px{padding-top:250px!important}.pt-lg-c300-px{padding-top:300px!important}.pt-lg-c400-px{padding-top:400px!important}.pt-lg-c500-px{padding-top:500px!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:6rem!important}.pe-lg-7{padding-right:12rem!important}.pe-lg-8{padding-right:20rem!important}.pe-lg-c45{padding-right:.45rem!important}.pe-lg-c75{padding-right:.75rem!important}.pe-lg-c1-25{padding-right:1.25rem!important}.pe-lg-c1-75{padding-right:1.75rem!important}.pe-lg-c2{padding-right:2rem!important}.pe-lg-c2-25{padding-right:2.25rem!important}.pe-lg-c2-75{padding-right:2.75rem!important}.pe-lg-c3-75{padding-right:3.75rem!important}.pe-lg-c4{padding-right:4rem!important}.pe-lg-c4-5{padding-right:4.5rem!important}.pe-lg-c4-75{padding-right:4.75rem!important}.pe-lg-c5{padding-right:5rem!important}.pe-lg-c6{padding-right:6rem!important}.pe-lg-c7{padding-right:7rem!important}.pe-lg-c5-px{padding-right:5px!important}.pe-lg-c10-px{padding-right:10px!important}.pe-lg-c15-px{padding-right:15px!important}.pe-lg-c20-px{padding-right:20px!important}.pe-lg-c30-px{padding-right:30px!important}.pe-lg-c35-px{padding-right:35px!important}.pe-lg-c40-px{padding-right:40px!important}.pe-lg-c50-px{padding-right:50px!important}.pe-lg-c60-px{padding-right:60px!important}.pe-lg-c65-px{padding-right:65px!important}.pe-lg-c70-px{padding-right:70px!important}.pe-lg-c75-px{padding-right:75px!important}.pe-lg-c80-px{padding-right:80px!important}.pe-lg-c90-px{padding-right:90px!important}.pe-lg-c100-px{padding-right:100px!important}.pe-lg-c125-px{padding-right:125px!important}.pe-lg-c130-px{padding-right:130px!important}.pe-lg-c200-px{padding-right:200px!important}.pe-lg-c250-px{padding-right:250px!important}.pe-lg-c300-px{padding-right:300px!important}.pe-lg-c400-px{padding-right:400px!important}.pe-lg-c500-px{padding-right:500px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:20rem!important}.pb-lg-c45{padding-bottom:.45rem!important}.pb-lg-c75{padding-bottom:.75rem!important}.pb-lg-c1-25{padding-bottom:1.25rem!important}.pb-lg-c1-75{padding-bottom:1.75rem!important}.pb-lg-c2{padding-bottom:2rem!important}.pb-lg-c2-25{padding-bottom:2.25rem!important}.pb-lg-c2-75{padding-bottom:2.75rem!important}.pb-lg-c3-75{padding-bottom:3.75rem!important}.pb-lg-c4{padding-bottom:4rem!important}.pb-lg-c4-5{padding-bottom:4.5rem!important}.pb-lg-c4-75{padding-bottom:4.75rem!important}.pb-lg-c5{padding-bottom:5rem!important}.pb-lg-c6{padding-bottom:6rem!important}.pb-lg-c7{padding-bottom:7rem!important}.pb-lg-c5-px{padding-bottom:5px!important}.pb-lg-c10-px{padding-bottom:10px!important}.pb-lg-c15-px{padding-bottom:15px!important}.pb-lg-c20-px{padding-bottom:20px!important}.pb-lg-c30-px{padding-bottom:30px!important}.pb-lg-c35-px{padding-bottom:35px!important}.pb-lg-c40-px{padding-bottom:40px!important}.pb-lg-c50-px{padding-bottom:50px!important}.pb-lg-c60-px{padding-bottom:60px!important}.pb-lg-c65-px{padding-bottom:65px!important}.pb-lg-c70-px{padding-bottom:70px!important}.pb-lg-c75-px{padding-bottom:75px!important}.pb-lg-c80-px{padding-bottom:80px!important}.pb-lg-c90-px{padding-bottom:90px!important}.pb-lg-c100-px{padding-bottom:100px!important}.pb-lg-c125-px{padding-bottom:125px!important}.pb-lg-c130-px{padding-bottom:130px!important}.pb-lg-c200-px{padding-bottom:200px!important}.pb-lg-c250-px{padding-bottom:250px!important}.pb-lg-c300-px{padding-bottom:300px!important}.pb-lg-c400-px{padding-bottom:400px!important}.pb-lg-c500-px{padding-bottom:500px!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:6rem!important}.ps-lg-7{padding-left:12rem!important}.ps-lg-8{padding-left:20rem!important}.ps-lg-c45{padding-left:.45rem!important}.ps-lg-c75{padding-left:.75rem!important}.ps-lg-c1-25{padding-left:1.25rem!important}.ps-lg-c1-75{padding-left:1.75rem!important}.ps-lg-c2{padding-left:2rem!important}.ps-lg-c2-25{padding-left:2.25rem!important}.ps-lg-c2-75{padding-left:2.75rem!important}.ps-lg-c3-75{padding-left:3.75rem!important}.ps-lg-c4{padding-left:4rem!important}.ps-lg-c4-5{padding-left:4.5rem!important}.ps-lg-c4-75{padding-left:4.75rem!important}.ps-lg-c5{padding-left:5rem!important}.ps-lg-c6{padding-left:6rem!important}.ps-lg-c7{padding-left:7rem!important}.ps-lg-c5-px{padding-left:5px!important}.ps-lg-c10-px{padding-left:10px!important}.ps-lg-c15-px{padding-left:15px!important}.ps-lg-c20-px{padding-left:20px!important}.ps-lg-c30-px{padding-left:30px!important}.ps-lg-c35-px{padding-left:35px!important}.ps-lg-c40-px{padding-left:40px!important}.ps-lg-c50-px{padding-left:50px!important}.ps-lg-c60-px{padding-left:60px!important}.ps-lg-c65-px{padding-left:65px!important}.ps-lg-c70-px{padding-left:70px!important}.ps-lg-c75-px{padding-left:75px!important}.ps-lg-c80-px{padding-left:80px!important}.ps-lg-c90-px{padding-left:90px!important}.ps-lg-c100-px{padding-left:100px!important}.ps-lg-c125-px{padding-left:125px!important}.ps-lg-c130-px{padding-left:130px!important}.ps-lg-c200-px{padding-left:200px!important}.ps-lg-c250-px{padding-left:250px!important}.ps-lg-c300-px{padding-left:300px!important}.ps-lg-c400-px{padding-left:400px!important}.ps-lg-c500-px{padding-left:500px!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:6rem!important}.gap-lg-7{gap:12rem!important}.gap-lg-8{gap:20rem!important}.gap-lg-c45{gap:.45rem!important}.gap-lg-c75{gap:.75rem!important}.gap-lg-c1-25{gap:1.25rem!important}.gap-lg-c1-75{gap:1.75rem!important}.gap-lg-c2{gap:2rem!important}.gap-lg-c2-25{gap:2.25rem!important}.gap-lg-c2-75{gap:2.75rem!important}.gap-lg-c3-75{gap:3.75rem!important}.gap-lg-c4{gap:4rem!important}.gap-lg-c4-5{gap:4.5rem!important}.gap-lg-c4-75{gap:4.75rem!important}.gap-lg-c5{gap:5rem!important}.gap-lg-c6{gap:6rem!important}.gap-lg-c7{gap:7rem!important}.gap-lg-c5-px{gap:5px!important}.gap-lg-c10-px{gap:10px!important}.gap-lg-c15-px{gap:15px!important}.gap-lg-c20-px{gap:20px!important}.gap-lg-c30-px{gap:30px!important}.gap-lg-c35-px{gap:35px!important}.gap-lg-c40-px{gap:40px!important}.gap-lg-c50-px{gap:50px!important}.gap-lg-c60-px{gap:60px!important}.gap-lg-c65-px{gap:65px!important}.gap-lg-c70-px{gap:70px!important}.gap-lg-c75-px{gap:75px!important}.gap-lg-c80-px{gap:80px!important}.gap-lg-c90-px{gap:90px!important}.gap-lg-c100-px{gap:100px!important}.gap-lg-c125-px{gap:125px!important}.gap-lg-c130-px{gap:130px!important}.gap-lg-c200-px{gap:200px!important}.gap-lg-c250-px{gap:250px!important}.gap-lg-c300-px{gap:300px!important}.gap-lg-c400-px{gap:400px!important}.gap-lg-c500-px{gap:500px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.row-gap-lg-6{row-gap:6rem!important}.row-gap-lg-7{row-gap:12rem!important}.row-gap-lg-8{row-gap:20rem!important}.row-gap-lg-c45{row-gap:.45rem!important}.row-gap-lg-c75{row-gap:.75rem!important}.row-gap-lg-c1-25{row-gap:1.25rem!important}.row-gap-lg-c1-75{row-gap:1.75rem!important}.row-gap-lg-c2{row-gap:2rem!important}.row-gap-lg-c2-25{row-gap:2.25rem!important}.row-gap-lg-c2-75{row-gap:2.75rem!important}.row-gap-lg-c3-75{row-gap:3.75rem!important}.row-gap-lg-c4{row-gap:4rem!important}.row-gap-lg-c4-5{row-gap:4.5rem!important}.row-gap-lg-c4-75{row-gap:4.75rem!important}.row-gap-lg-c5{row-gap:5rem!important}.row-gap-lg-c6{row-gap:6rem!important}.row-gap-lg-c7{row-gap:7rem!important}.row-gap-lg-c5-px{row-gap:5px!important}.row-gap-lg-c10-px{row-gap:10px!important}.row-gap-lg-c15-px{row-gap:15px!important}.row-gap-lg-c20-px{row-gap:20px!important}.row-gap-lg-c30-px{row-gap:30px!important}.row-gap-lg-c35-px{row-gap:35px!important}.row-gap-lg-c40-px{row-gap:40px!important}.row-gap-lg-c50-px{row-gap:50px!important}.row-gap-lg-c60-px{row-gap:60px!important}.row-gap-lg-c65-px{row-gap:65px!important}.row-gap-lg-c70-px{row-gap:70px!important}.row-gap-lg-c75-px{row-gap:75px!important}.row-gap-lg-c80-px{row-gap:80px!important}.row-gap-lg-c90-px{row-gap:90px!important}.row-gap-lg-c100-px{row-gap:100px!important}.row-gap-lg-c125-px{row-gap:125px!important}.row-gap-lg-c130-px{row-gap:130px!important}.row-gap-lg-c200-px{row-gap:200px!important}.row-gap-lg-c250-px{row-gap:250px!important}.row-gap-lg-c300-px{row-gap:300px!important}.row-gap-lg-c400-px{row-gap:400px!important}.row-gap-lg-c500-px{row-gap:500px!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.column-gap-lg-6{column-gap:6rem!important}.column-gap-lg-7{column-gap:12rem!important}.column-gap-lg-8{column-gap:20rem!important}.column-gap-lg-c45{column-gap:.45rem!important}.column-gap-lg-c75{column-gap:.75rem!important}.column-gap-lg-c1-25{column-gap:1.25rem!important}.column-gap-lg-c1-75{column-gap:1.75rem!important}.column-gap-lg-c2{column-gap:2rem!important}.column-gap-lg-c2-25{column-gap:2.25rem!important}.column-gap-lg-c2-75{column-gap:2.75rem!important}.column-gap-lg-c3-75{column-gap:3.75rem!important}.column-gap-lg-c4{column-gap:4rem!important}.column-gap-lg-c4-5{column-gap:4.5rem!important}.column-gap-lg-c4-75{column-gap:4.75rem!important}.column-gap-lg-c5{column-gap:5rem!important}.column-gap-lg-c6{column-gap:6rem!important}.column-gap-lg-c7{column-gap:7rem!important}.column-gap-lg-c5-px{column-gap:5px!important}.column-gap-lg-c10-px{column-gap:10px!important}.column-gap-lg-c15-px{column-gap:15px!important}.column-gap-lg-c20-px{column-gap:20px!important}.column-gap-lg-c30-px{column-gap:30px!important}.column-gap-lg-c35-px{column-gap:35px!important}.column-gap-lg-c40-px{column-gap:40px!important}.column-gap-lg-c50-px{column-gap:50px!important}.column-gap-lg-c60-px{column-gap:60px!important}.column-gap-lg-c65-px{column-gap:65px!important}.column-gap-lg-c70-px{column-gap:70px!important}.column-gap-lg-c75-px{column-gap:75px!important}.column-gap-lg-c80-px{column-gap:80px!important}.column-gap-lg-c90-px{column-gap:90px!important}.column-gap-lg-c100-px{column-gap:100px!important}.column-gap-lg-c125-px{column-gap:125px!important}.column-gap-lg-c130-px{column-gap:130px!important}.column-gap-lg-c200-px{column-gap:200px!important}.column-gap-lg-c250-px{column-gap:250px!important}.column-gap-lg-c300-px{column-gap:300px!important}.column-gap-lg-c400-px{column-gap:400px!important}.column-gap-lg-c500-px{column-gap:500px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.h-px-lg-0{height:0!important}.h-px-lg-5{height:5px!important}.h-px-lg-10{height:10px!important}.h-px-lg-15{height:15px!important}.h-px-lg-16{height:16px!important}.h-px-lg-20{height:20px!important}.h-px-lg-25{height:25px!important}.h-px-lg-30{height:30px!important}.h-px-lg-35{height:35px!important}.h-px-lg-40{height:40px!important}.h-px-lg-42{height:42px!important}.h-px-lg-50{height:50px!important}.h-px-lg-60{height:60px!important}.h-px-lg-65{height:65px!important}.h-px-lg-70{height:70px!important}.h-px-lg-75{height:75px!important}.h-px-lg-80{height:80px!important}.h-px-lg-90{height:90px!important}.h-px-lg-100{height:100px!important}.h-px-lg-107{height:107px!important}.h-px-lg-110{height:110px!important}.h-px-lg-125{height:125px!important}.h-px-lg-130{height:130px!important}.h-px-lg-191{height:191px!important}.h-px-lg-200{height:200px!important}.h-px-lg-205{height:205px!important}.h-px-lg-250{height:250px!important}.h-px-lg-300{height:300px!important}.h-px-lg-335{height:335px!important}.h-px-lg-400{height:400px!important}.h-px-lg-450{height:450px!important}.h-px-lg-500{height:500px!important}.h-px-lg-650{height:650px!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:6rem!important}.m-xl-7{margin:12rem!important}.m-xl-8{margin:20rem!important}.m-xl-c45{margin:.45rem!important}.m-xl-c75{margin:.75rem!important}.m-xl-c1-25{margin:1.25rem!important}.m-xl-c1-75{margin:1.75rem!important}.m-xl-c2{margin:2rem!important}.m-xl-c2-25{margin:2.25rem!important}.m-xl-c2-75{margin:2.75rem!important}.m-xl-c3-75{margin:3.75rem!important}.m-xl-c4{margin:4rem!important}.m-xl-c4-5{margin:4.5rem!important}.m-xl-c4-75{margin:4.75rem!important}.m-xl-c5{margin:5rem!important}.m-xl-c6{margin:6rem!important}.m-xl-c7{margin:7rem!important}.m-xl-c5-px{margin:5px!important}.m-xl-c10-px{margin:10px!important}.m-xl-c15-px{margin:15px!important}.m-xl-c20-px{margin:20px!important}.m-xl-c30-px{margin:30px!important}.m-xl-c35-px{margin:35px!important}.m-xl-c40-px{margin:40px!important}.m-xl-c50-px{margin:50px!important}.m-xl-c60-px{margin:60px!important}.m-xl-c65-px{margin:65px!important}.m-xl-c70-px{margin:70px!important}.m-xl-c75-px{margin:75px!important}.m-xl-c80-px{margin:80px!important}.m-xl-c90-px{margin:90px!important}.m-xl-c100-px{margin:100px!important}.m-xl-c125-px{margin:125px!important}.m-xl-c130-px{margin:130px!important}.m-xl-c200-px{margin:200px!important}.m-xl-c250-px{margin:250px!important}.m-xl-c300-px{margin:300px!important}.m-xl-c400-px{margin:400px!important}.m-xl-c500-px{margin:500px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:12rem!important}.mt-xl-8{margin-top:20rem!important}.mt-xl-c45{margin-top:.45rem!important}.mt-xl-c75{margin-top:.75rem!important}.mt-xl-c1-25{margin-top:1.25rem!important}.mt-xl-c1-75{margin-top:1.75rem!important}.mt-xl-c2{margin-top:2rem!important}.mt-xl-c2-25{margin-top:2.25rem!important}.mt-xl-c2-75{margin-top:2.75rem!important}.mt-xl-c3-75{margin-top:3.75rem!important}.mt-xl-c4{margin-top:4rem!important}.mt-xl-c4-5{margin-top:4.5rem!important}.mt-xl-c4-75{margin-top:4.75rem!important}.mt-xl-c5{margin-top:5rem!important}.mt-xl-c6{margin-top:6rem!important}.mt-xl-c7{margin-top:7rem!important}.mt-xl-c5-px{margin-top:5px!important}.mt-xl-c10-px{margin-top:10px!important}.mt-xl-c15-px{margin-top:15px!important}.mt-xl-c20-px{margin-top:20px!important}.mt-xl-c30-px{margin-top:30px!important}.mt-xl-c35-px{margin-top:35px!important}.mt-xl-c40-px{margin-top:40px!important}.mt-xl-c50-px{margin-top:50px!important}.mt-xl-c60-px{margin-top:60px!important}.mt-xl-c65-px{margin-top:65px!important}.mt-xl-c70-px{margin-top:70px!important}.mt-xl-c75-px{margin-top:75px!important}.mt-xl-c80-px{margin-top:80px!important}.mt-xl-c90-px{margin-top:90px!important}.mt-xl-c100-px{margin-top:100px!important}.mt-xl-c125-px{margin-top:125px!important}.mt-xl-c130-px{margin-top:130px!important}.mt-xl-c200-px{margin-top:200px!important}.mt-xl-c250-px{margin-top:250px!important}.mt-xl-c300-px{margin-top:300px!important}.mt-xl-c400-px{margin-top:400px!important}.mt-xl-c500-px{margin-top:500px!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:6rem!important}.me-xl-7{margin-right:12rem!important}.me-xl-8{margin-right:20rem!important}.me-xl-c45{margin-right:.45rem!important}.me-xl-c75{margin-right:.75rem!important}.me-xl-c1-25{margin-right:1.25rem!important}.me-xl-c1-75{margin-right:1.75rem!important}.me-xl-c2{margin-right:2rem!important}.me-xl-c2-25{margin-right:2.25rem!important}.me-xl-c2-75{margin-right:2.75rem!important}.me-xl-c3-75{margin-right:3.75rem!important}.me-xl-c4{margin-right:4rem!important}.me-xl-c4-5{margin-right:4.5rem!important}.me-xl-c4-75{margin-right:4.75rem!important}.me-xl-c5{margin-right:5rem!important}.me-xl-c6{margin-right:6rem!important}.me-xl-c7{margin-right:7rem!important}.me-xl-c5-px{margin-right:5px!important}.me-xl-c10-px{margin-right:10px!important}.me-xl-c15-px{margin-right:15px!important}.me-xl-c20-px{margin-right:20px!important}.me-xl-c30-px{margin-right:30px!important}.me-xl-c35-px{margin-right:35px!important}.me-xl-c40-px{margin-right:40px!important}.me-xl-c50-px{margin-right:50px!important}.me-xl-c60-px{margin-right:60px!important}.me-xl-c65-px{margin-right:65px!important}.me-xl-c70-px{margin-right:70px!important}.me-xl-c75-px{margin-right:75px!important}.me-xl-c80-px{margin-right:80px!important}.me-xl-c90-px{margin-right:90px!important}.me-xl-c100-px{margin-right:100px!important}.me-xl-c125-px{margin-right:125px!important}.me-xl-c130-px{margin-right:130px!important}.me-xl-c200-px{margin-right:200px!important}.me-xl-c250-px{margin-right:250px!important}.me-xl-c300-px{margin-right:300px!important}.me-xl-c400-px{margin-right:400px!important}.me-xl-c500-px{margin-right:500px!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:20rem!important}.mb-xl-c45{margin-bottom:.45rem!important}.mb-xl-c75{margin-bottom:.75rem!important}.mb-xl-c1-25{margin-bottom:1.25rem!important}.mb-xl-c1-75{margin-bottom:1.75rem!important}.mb-xl-c2{margin-bottom:2rem!important}.mb-xl-c2-25{margin-bottom:2.25rem!important}.mb-xl-c2-75{margin-bottom:2.75rem!important}.mb-xl-c3-75{margin-bottom:3.75rem!important}.mb-xl-c4{margin-bottom:4rem!important}.mb-xl-c4-5{margin-bottom:4.5rem!important}.mb-xl-c4-75{margin-bottom:4.75rem!important}.mb-xl-c5{margin-bottom:5rem!important}.mb-xl-c6{margin-bottom:6rem!important}.mb-xl-c7{margin-bottom:7rem!important}.mb-xl-c5-px{margin-bottom:5px!important}.mb-xl-c10-px{margin-bottom:10px!important}.mb-xl-c15-px{margin-bottom:15px!important}.mb-xl-c20-px{margin-bottom:20px!important}.mb-xl-c30-px{margin-bottom:30px!important}.mb-xl-c35-px{margin-bottom:35px!important}.mb-xl-c40-px{margin-bottom:40px!important}.mb-xl-c50-px{margin-bottom:50px!important}.mb-xl-c60-px{margin-bottom:60px!important}.mb-xl-c65-px{margin-bottom:65px!important}.mb-xl-c70-px{margin-bottom:70px!important}.mb-xl-c75-px{margin-bottom:75px!important}.mb-xl-c80-px{margin-bottom:80px!important}.mb-xl-c90-px{margin-bottom:90px!important}.mb-xl-c100-px{margin-bottom:100px!important}.mb-xl-c125-px{margin-bottom:125px!important}.mb-xl-c130-px{margin-bottom:130px!important}.mb-xl-c200-px{margin-bottom:200px!important}.mb-xl-c250-px{margin-bottom:250px!important}.mb-xl-c300-px{margin-bottom:300px!important}.mb-xl-c400-px{margin-bottom:400px!important}.mb-xl-c500-px{margin-bottom:500px!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:6rem!important}.ms-xl-7{margin-left:12rem!important}.ms-xl-8{margin-left:20rem!important}.ms-xl-c45{margin-left:.45rem!important}.ms-xl-c75{margin-left:.75rem!important}.ms-xl-c1-25{margin-left:1.25rem!important}.ms-xl-c1-75{margin-left:1.75rem!important}.ms-xl-c2{margin-left:2rem!important}.ms-xl-c2-25{margin-left:2.25rem!important}.ms-xl-c2-75{margin-left:2.75rem!important}.ms-xl-c3-75{margin-left:3.75rem!important}.ms-xl-c4{margin-left:4rem!important}.ms-xl-c4-5{margin-left:4.5rem!important}.ms-xl-c4-75{margin-left:4.75rem!important}.ms-xl-c5{margin-left:5rem!important}.ms-xl-c6{margin-left:6rem!important}.ms-xl-c7{margin-left:7rem!important}.ms-xl-c5-px{margin-left:5px!important}.ms-xl-c10-px{margin-left:10px!important}.ms-xl-c15-px{margin-left:15px!important}.ms-xl-c20-px{margin-left:20px!important}.ms-xl-c30-px{margin-left:30px!important}.ms-xl-c35-px{margin-left:35px!important}.ms-xl-c40-px{margin-left:40px!important}.ms-xl-c50-px{margin-left:50px!important}.ms-xl-c60-px{margin-left:60px!important}.ms-xl-c65-px{margin-left:65px!important}.ms-xl-c70-px{margin-left:70px!important}.ms-xl-c75-px{margin-left:75px!important}.ms-xl-c80-px{margin-left:80px!important}.ms-xl-c90-px{margin-left:90px!important}.ms-xl-c100-px{margin-left:100px!important}.ms-xl-c125-px{margin-left:125px!important}.ms-xl-c130-px{margin-left:130px!important}.ms-xl-c200-px{margin-left:200px!important}.ms-xl-c250-px{margin-left:250px!important}.ms-xl-c300-px{margin-left:300px!important}.ms-xl-c400-px{margin-left:400px!important}.ms-xl-c500-px{margin-left:500px!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-6rem!important}.m-xl-n7{margin:-12rem!important}.m-xl-n8{margin:-20rem!important}.m-xl-nc45{margin:-.45rem!important}.m-xl-nc75{margin:-.75rem!important}.m-xl-nc1-25{margin:-1.25rem!important}.m-xl-nc1-75{margin:-1.75rem!important}.m-xl-nc2{margin:-2rem!important}.m-xl-nc2-25{margin:-2.25rem!important}.m-xl-nc2-75{margin:-2.75rem!important}.m-xl-nc3-75{margin:-3.75rem!important}.m-xl-nc4{margin:-4rem!important}.m-xl-nc4-5{margin:-4.5rem!important}.m-xl-nc4-75{margin:-4.75rem!important}.m-xl-nc5{margin:-5rem!important}.m-xl-nc6{margin:-6rem!important}.m-xl-nc7{margin:-7rem!important}.m-xl-nc5-px{margin:-5px!important}.m-xl-nc10-px{margin:-10px!important}.m-xl-nc15-px{margin:-15px!important}.m-xl-nc20-px{margin:-20px!important}.m-xl-nc30-px{margin:-30px!important}.m-xl-nc35-px{margin:-35px!important}.m-xl-nc40-px{margin:-40px!important}.m-xl-nc50-px{margin:-50px!important}.m-xl-nc60-px{margin:-60px!important}.m-xl-nc65-px{margin:-65px!important}.m-xl-nc70-px{margin:-70px!important}.m-xl-nc75-px{margin:-75px!important}.m-xl-nc80-px{margin:-80px!important}.m-xl-nc90-px{margin:-90px!important}.m-xl-nc100-px{margin:-100px!important}.m-xl-nc125-px{margin:-125px!important}.m-xl-nc130-px{margin:-130px!important}.m-xl-nc200-px{margin:-200px!important}.m-xl-nc250-px{margin:-250px!important}.m-xl-nc300-px{margin:-300px!important}.m-xl-nc400-px{margin:-400px!important}.m-xl-nc500-px{margin:-500px!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-6rem!important}.mt-xl-n7{margin-top:-12rem!important}.mt-xl-n8{margin-top:-20rem!important}.mt-xl-nc45{margin-top:-.45rem!important}.mt-xl-nc75{margin-top:-.75rem!important}.mt-xl-nc1-25{margin-top:-1.25rem!important}.mt-xl-nc1-75{margin-top:-1.75rem!important}.mt-xl-nc2{margin-top:-2rem!important}.mt-xl-nc2-25{margin-top:-2.25rem!important}.mt-xl-nc2-75{margin-top:-2.75rem!important}.mt-xl-nc3-75{margin-top:-3.75rem!important}.mt-xl-nc4{margin-top:-4rem!important}.mt-xl-nc4-5{margin-top:-4.5rem!important}.mt-xl-nc4-75{margin-top:-4.75rem!important}.mt-xl-nc5{margin-top:-5rem!important}.mt-xl-nc6{margin-top:-6rem!important}.mt-xl-nc7{margin-top:-7rem!important}.mt-xl-nc5-px{margin-top:-5px!important}.mt-xl-nc10-px{margin-top:-10px!important}.mt-xl-nc15-px{margin-top:-15px!important}.mt-xl-nc20-px{margin-top:-20px!important}.mt-xl-nc30-px{margin-top:-30px!important}.mt-xl-nc35-px{margin-top:-35px!important}.mt-xl-nc40-px{margin-top:-40px!important}.mt-xl-nc50-px{margin-top:-50px!important}.mt-xl-nc60-px{margin-top:-60px!important}.mt-xl-nc65-px{margin-top:-65px!important}.mt-xl-nc70-px{margin-top:-70px!important}.mt-xl-nc75-px{margin-top:-75px!important}.mt-xl-nc80-px{margin-top:-80px!important}.mt-xl-nc90-px{margin-top:-90px!important}.mt-xl-nc100-px{margin-top:-100px!important}.mt-xl-nc125-px{margin-top:-125px!important}.mt-xl-nc130-px{margin-top:-130px!important}.mt-xl-nc200-px{margin-top:-200px!important}.mt-xl-nc250-px{margin-top:-250px!important}.mt-xl-nc300-px{margin-top:-300px!important}.mt-xl-nc400-px{margin-top:-400px!important}.mt-xl-nc500-px{margin-top:-500px!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-6rem!important}.me-xl-n7{margin-right:-12rem!important}.me-xl-n8{margin-right:-20rem!important}.me-xl-nc45{margin-right:-.45rem!important}.me-xl-nc75{margin-right:-.75rem!important}.me-xl-nc1-25{margin-right:-1.25rem!important}.me-xl-nc1-75{margin-right:-1.75rem!important}.me-xl-nc2{margin-right:-2rem!important}.me-xl-nc2-25{margin-right:-2.25rem!important}.me-xl-nc2-75{margin-right:-2.75rem!important}.me-xl-nc3-75{margin-right:-3.75rem!important}.me-xl-nc4{margin-right:-4rem!important}.me-xl-nc4-5{margin-right:-4.5rem!important}.me-xl-nc4-75{margin-right:-4.75rem!important}.me-xl-nc5{margin-right:-5rem!important}.me-xl-nc6{margin-right:-6rem!important}.me-xl-nc7{margin-right:-7rem!important}.me-xl-nc5-px{margin-right:-5px!important}.me-xl-nc10-px{margin-right:-10px!important}.me-xl-nc15-px{margin-right:-15px!important}.me-xl-nc20-px{margin-right:-20px!important}.me-xl-nc30-px{margin-right:-30px!important}.me-xl-nc35-px{margin-right:-35px!important}.me-xl-nc40-px{margin-right:-40px!important}.me-xl-nc50-px{margin-right:-50px!important}.me-xl-nc60-px{margin-right:-60px!important}.me-xl-nc65-px{margin-right:-65px!important}.me-xl-nc70-px{margin-right:-70px!important}.me-xl-nc75-px{margin-right:-75px!important}.me-xl-nc80-px{margin-right:-80px!important}.me-xl-nc90-px{margin-right:-90px!important}.me-xl-nc100-px{margin-right:-100px!important}.me-xl-nc125-px{margin-right:-125px!important}.me-xl-nc130-px{margin-right:-130px!important}.me-xl-nc200-px{margin-right:-200px!important}.me-xl-nc250-px{margin-right:-250px!important}.me-xl-nc300-px{margin-right:-300px!important}.me-xl-nc400-px{margin-right:-400px!important}.me-xl-nc500-px{margin-right:-500px!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-6rem!important}.mb-xl-n7{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-20rem!important}.mb-xl-nc45{margin-bottom:-.45rem!important}.mb-xl-nc75{margin-bottom:-.75rem!important}.mb-xl-nc1-25{margin-bottom:-1.25rem!important}.mb-xl-nc1-75{margin-bottom:-1.75rem!important}.mb-xl-nc2{margin-bottom:-2rem!important}.mb-xl-nc2-25{margin-bottom:-2.25rem!important}.mb-xl-nc2-75{margin-bottom:-2.75rem!important}.mb-xl-nc3-75{margin-bottom:-3.75rem!important}.mb-xl-nc4{margin-bottom:-4rem!important}.mb-xl-nc4-5{margin-bottom:-4.5rem!important}.mb-xl-nc4-75{margin-bottom:-4.75rem!important}.mb-xl-nc5{margin-bottom:-5rem!important}.mb-xl-nc6{margin-bottom:-6rem!important}.mb-xl-nc7{margin-bottom:-7rem!important}.mb-xl-nc5-px{margin-bottom:-5px!important}.mb-xl-nc10-px{margin-bottom:-10px!important}.mb-xl-nc15-px{margin-bottom:-15px!important}.mb-xl-nc20-px{margin-bottom:-20px!important}.mb-xl-nc30-px{margin-bottom:-30px!important}.mb-xl-nc35-px{margin-bottom:-35px!important}.mb-xl-nc40-px{margin-bottom:-40px!important}.mb-xl-nc50-px{margin-bottom:-50px!important}.mb-xl-nc60-px{margin-bottom:-60px!important}.mb-xl-nc65-px{margin-bottom:-65px!important}.mb-xl-nc70-px{margin-bottom:-70px!important}.mb-xl-nc75-px{margin-bottom:-75px!important}.mb-xl-nc80-px{margin-bottom:-80px!important}.mb-xl-nc90-px{margin-bottom:-90px!important}.mb-xl-nc100-px{margin-bottom:-100px!important}.mb-xl-nc125-px{margin-bottom:-125px!important}.mb-xl-nc130-px{margin-bottom:-130px!important}.mb-xl-nc200-px{margin-bottom:-200px!important}.mb-xl-nc250-px{margin-bottom:-250px!important}.mb-xl-nc300-px{margin-bottom:-300px!important}.mb-xl-nc400-px{margin-bottom:-400px!important}.mb-xl-nc500-px{margin-bottom:-500px!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-6rem!important}.ms-xl-n7{margin-left:-12rem!important}.ms-xl-n8{margin-left:-20rem!important}.ms-xl-nc45{margin-left:-.45rem!important}.ms-xl-nc75{margin-left:-.75rem!important}.ms-xl-nc1-25{margin-left:-1.25rem!important}.ms-xl-nc1-75{margin-left:-1.75rem!important}.ms-xl-nc2{margin-left:-2rem!important}.ms-xl-nc2-25{margin-left:-2.25rem!important}.ms-xl-nc2-75{margin-left:-2.75rem!important}.ms-xl-nc3-75{margin-left:-3.75rem!important}.ms-xl-nc4{margin-left:-4rem!important}.ms-xl-nc4-5{margin-left:-4.5rem!important}.ms-xl-nc4-75{margin-left:-4.75rem!important}.ms-xl-nc5{margin-left:-5rem!important}.ms-xl-nc6{margin-left:-6rem!important}.ms-xl-nc7{margin-left:-7rem!important}.ms-xl-nc5-px{margin-left:-5px!important}.ms-xl-nc10-px{margin-left:-10px!important}.ms-xl-nc15-px{margin-left:-15px!important}.ms-xl-nc20-px{margin-left:-20px!important}.ms-xl-nc30-px{margin-left:-30px!important}.ms-xl-nc35-px{margin-left:-35px!important}.ms-xl-nc40-px{margin-left:-40px!important}.ms-xl-nc50-px{margin-left:-50px!important}.ms-xl-nc60-px{margin-left:-60px!important}.ms-xl-nc65-px{margin-left:-65px!important}.ms-xl-nc70-px{margin-left:-70px!important}.ms-xl-nc75-px{margin-left:-75px!important}.ms-xl-nc80-px{margin-left:-80px!important}.ms-xl-nc90-px{margin-left:-90px!important}.ms-xl-nc100-px{margin-left:-100px!important}.ms-xl-nc125-px{margin-left:-125px!important}.ms-xl-nc130-px{margin-left:-130px!important}.ms-xl-nc200-px{margin-left:-200px!important}.ms-xl-nc250-px{margin-left:-250px!important}.ms-xl-nc300-px{margin-left:-300px!important}.ms-xl-nc400-px{margin-left:-400px!important}.ms-xl-nc500-px{margin-left:-500px!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:6rem!important}.p-xl-7{padding:12rem!important}.p-xl-8{padding:20rem!important}.p-xl-c45{padding:.45rem!important}.p-xl-c75{padding:.75rem!important}.p-xl-c1-25{padding:1.25rem!important}.p-xl-c1-75{padding:1.75rem!important}.p-xl-c2{padding:2rem!important}.p-xl-c2-25{padding:2.25rem!important}.p-xl-c2-75{padding:2.75rem!important}.p-xl-c3-75{padding:3.75rem!important}.p-xl-c4{padding:4rem!important}.p-xl-c4-5{padding:4.5rem!important}.p-xl-c4-75{padding:4.75rem!important}.p-xl-c5{padding:5rem!important}.p-xl-c6{padding:6rem!important}.p-xl-c7{padding:7rem!important}.p-xl-c5-px{padding:5px!important}.p-xl-c10-px{padding:10px!important}.p-xl-c15-px{padding:15px!important}.p-xl-c20-px{padding:20px!important}.p-xl-c30-px{padding:30px!important}.p-xl-c35-px{padding:35px!important}.p-xl-c40-px{padding:40px!important}.p-xl-c50-px{padding:50px!important}.p-xl-c60-px{padding:60px!important}.p-xl-c65-px{padding:65px!important}.p-xl-c70-px{padding:70px!important}.p-xl-c75-px{padding:75px!important}.p-xl-c80-px{padding:80px!important}.p-xl-c90-px{padding:90px!important}.p-xl-c100-px{padding:100px!important}.p-xl-c125-px{padding:125px!important}.p-xl-c130-px{padding:130px!important}.p-xl-c200-px{padding:200px!important}.p-xl-c250-px{padding:250px!important}.p-xl-c300-px{padding:300px!important}.p-xl-c400-px{padding:400px!important}.p-xl-c500-px{padding:500px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:6rem!important}.pt-xl-7{padding-top:12rem!important}.pt-xl-8{padding-top:20rem!important}.pt-xl-c45{padding-top:.45rem!important}.pt-xl-c75{padding-top:.75rem!important}.pt-xl-c1-25{padding-top:1.25rem!important}.pt-xl-c1-75{padding-top:1.75rem!important}.pt-xl-c2{padding-top:2rem!important}.pt-xl-c2-25{padding-top:2.25rem!important}.pt-xl-c2-75{padding-top:2.75rem!important}.pt-xl-c3-75{padding-top:3.75rem!important}.pt-xl-c4{padding-top:4rem!important}.pt-xl-c4-5{padding-top:4.5rem!important}.pt-xl-c4-75{padding-top:4.75rem!important}.pt-xl-c5{padding-top:5rem!important}.pt-xl-c6{padding-top:6rem!important}.pt-xl-c7{padding-top:7rem!important}.pt-xl-c5-px{padding-top:5px!important}.pt-xl-c10-px{padding-top:10px!important}.pt-xl-c15-px{padding-top:15px!important}.pt-xl-c20-px{padding-top:20px!important}.pt-xl-c30-px{padding-top:30px!important}.pt-xl-c35-px{padding-top:35px!important}.pt-xl-c40-px{padding-top:40px!important}.pt-xl-c50-px{padding-top:50px!important}.pt-xl-c60-px{padding-top:60px!important}.pt-xl-c65-px{padding-top:65px!important}.pt-xl-c70-px{padding-top:70px!important}.pt-xl-c75-px{padding-top:75px!important}.pt-xl-c80-px{padding-top:80px!important}.pt-xl-c90-px{padding-top:90px!important}.pt-xl-c100-px{padding-top:100px!important}.pt-xl-c125-px{padding-top:125px!important}.pt-xl-c130-px{padding-top:130px!important}.pt-xl-c200-px{padding-top:200px!important}.pt-xl-c250-px{padding-top:250px!important}.pt-xl-c300-px{padding-top:300px!important}.pt-xl-c400-px{padding-top:400px!important}.pt-xl-c500-px{padding-top:500px!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:6rem!important}.pe-xl-7{padding-right:12rem!important}.pe-xl-8{padding-right:20rem!important}.pe-xl-c45{padding-right:.45rem!important}.pe-xl-c75{padding-right:.75rem!important}.pe-xl-c1-25{padding-right:1.25rem!important}.pe-xl-c1-75{padding-right:1.75rem!important}.pe-xl-c2{padding-right:2rem!important}.pe-xl-c2-25{padding-right:2.25rem!important}.pe-xl-c2-75{padding-right:2.75rem!important}.pe-xl-c3-75{padding-right:3.75rem!important}.pe-xl-c4{padding-right:4rem!important}.pe-xl-c4-5{padding-right:4.5rem!important}.pe-xl-c4-75{padding-right:4.75rem!important}.pe-xl-c5{padding-right:5rem!important}.pe-xl-c6{padding-right:6rem!important}.pe-xl-c7{padding-right:7rem!important}.pe-xl-c5-px{padding-right:5px!important}.pe-xl-c10-px{padding-right:10px!important}.pe-xl-c15-px{padding-right:15px!important}.pe-xl-c20-px{padding-right:20px!important}.pe-xl-c30-px{padding-right:30px!important}.pe-xl-c35-px{padding-right:35px!important}.pe-xl-c40-px{padding-right:40px!important}.pe-xl-c50-px{padding-right:50px!important}.pe-xl-c60-px{padding-right:60px!important}.pe-xl-c65-px{padding-right:65px!important}.pe-xl-c70-px{padding-right:70px!important}.pe-xl-c75-px{padding-right:75px!important}.pe-xl-c80-px{padding-right:80px!important}.pe-xl-c90-px{padding-right:90px!important}.pe-xl-c100-px{padding-right:100px!important}.pe-xl-c125-px{padding-right:125px!important}.pe-xl-c130-px{padding-right:130px!important}.pe-xl-c200-px{padding-right:200px!important}.pe-xl-c250-px{padding-right:250px!important}.pe-xl-c300-px{padding-right:300px!important}.pe-xl-c400-px{padding-right:400px!important}.pe-xl-c500-px{padding-right:500px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:6rem!important}.pb-xl-7{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:20rem!important}.pb-xl-c45{padding-bottom:.45rem!important}.pb-xl-c75{padding-bottom:.75rem!important}.pb-xl-c1-25{padding-bottom:1.25rem!important}.pb-xl-c1-75{padding-bottom:1.75rem!important}.pb-xl-c2{padding-bottom:2rem!important}.pb-xl-c2-25{padding-bottom:2.25rem!important}.pb-xl-c2-75{padding-bottom:2.75rem!important}.pb-xl-c3-75{padding-bottom:3.75rem!important}.pb-xl-c4{padding-bottom:4rem!important}.pb-xl-c4-5{padding-bottom:4.5rem!important}.pb-xl-c4-75{padding-bottom:4.75rem!important}.pb-xl-c5{padding-bottom:5rem!important}.pb-xl-c6{padding-bottom:6rem!important}.pb-xl-c7{padding-bottom:7rem!important}.pb-xl-c5-px{padding-bottom:5px!important}.pb-xl-c10-px{padding-bottom:10px!important}.pb-xl-c15-px{padding-bottom:15px!important}.pb-xl-c20-px{padding-bottom:20px!important}.pb-xl-c30-px{padding-bottom:30px!important}.pb-xl-c35-px{padding-bottom:35px!important}.pb-xl-c40-px{padding-bottom:40px!important}.pb-xl-c50-px{padding-bottom:50px!important}.pb-xl-c60-px{padding-bottom:60px!important}.pb-xl-c65-px{padding-bottom:65px!important}.pb-xl-c70-px{padding-bottom:70px!important}.pb-xl-c75-px{padding-bottom:75px!important}.pb-xl-c80-px{padding-bottom:80px!important}.pb-xl-c90-px{padding-bottom:90px!important}.pb-xl-c100-px{padding-bottom:100px!important}.pb-xl-c125-px{padding-bottom:125px!important}.pb-xl-c130-px{padding-bottom:130px!important}.pb-xl-c200-px{padding-bottom:200px!important}.pb-xl-c250-px{padding-bottom:250px!important}.pb-xl-c300-px{padding-bottom:300px!important}.pb-xl-c400-px{padding-bottom:400px!important}.pb-xl-c500-px{padding-bottom:500px!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:6rem!important}.ps-xl-7{padding-left:12rem!important}.ps-xl-8{padding-left:20rem!important}.ps-xl-c45{padding-left:.45rem!important}.ps-xl-c75{padding-left:.75rem!important}.ps-xl-c1-25{padding-left:1.25rem!important}.ps-xl-c1-75{padding-left:1.75rem!important}.ps-xl-c2{padding-left:2rem!important}.ps-xl-c2-25{padding-left:2.25rem!important}.ps-xl-c2-75{padding-left:2.75rem!important}.ps-xl-c3-75{padding-left:3.75rem!important}.ps-xl-c4{padding-left:4rem!important}.ps-xl-c4-5{padding-left:4.5rem!important}.ps-xl-c4-75{padding-left:4.75rem!important}.ps-xl-c5{padding-left:5rem!important}.ps-xl-c6{padding-left:6rem!important}.ps-xl-c7{padding-left:7rem!important}.ps-xl-c5-px{padding-left:5px!important}.ps-xl-c10-px{padding-left:10px!important}.ps-xl-c15-px{padding-left:15px!important}.ps-xl-c20-px{padding-left:20px!important}.ps-xl-c30-px{padding-left:30px!important}.ps-xl-c35-px{padding-left:35px!important}.ps-xl-c40-px{padding-left:40px!important}.ps-xl-c50-px{padding-left:50px!important}.ps-xl-c60-px{padding-left:60px!important}.ps-xl-c65-px{padding-left:65px!important}.ps-xl-c70-px{padding-left:70px!important}.ps-xl-c75-px{padding-left:75px!important}.ps-xl-c80-px{padding-left:80px!important}.ps-xl-c90-px{padding-left:90px!important}.ps-xl-c100-px{padding-left:100px!important}.ps-xl-c125-px{padding-left:125px!important}.ps-xl-c130-px{padding-left:130px!important}.ps-xl-c200-px{padding-left:200px!important}.ps-xl-c250-px{padding-left:250px!important}.ps-xl-c300-px{padding-left:300px!important}.ps-xl-c400-px{padding-left:400px!important}.ps-xl-c500-px{padding-left:500px!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:6rem!important}.gap-xl-7{gap:12rem!important}.gap-xl-8{gap:20rem!important}.gap-xl-c45{gap:.45rem!important}.gap-xl-c75{gap:.75rem!important}.gap-xl-c1-25{gap:1.25rem!important}.gap-xl-c1-75{gap:1.75rem!important}.gap-xl-c2{gap:2rem!important}.gap-xl-c2-25{gap:2.25rem!important}.gap-xl-c2-75{gap:2.75rem!important}.gap-xl-c3-75{gap:3.75rem!important}.gap-xl-c4{gap:4rem!important}.gap-xl-c4-5{gap:4.5rem!important}.gap-xl-c4-75{gap:4.75rem!important}.gap-xl-c5{gap:5rem!important}.gap-xl-c6{gap:6rem!important}.gap-xl-c7{gap:7rem!important}.gap-xl-c5-px{gap:5px!important}.gap-xl-c10-px{gap:10px!important}.gap-xl-c15-px{gap:15px!important}.gap-xl-c20-px{gap:20px!important}.gap-xl-c30-px{gap:30px!important}.gap-xl-c35-px{gap:35px!important}.gap-xl-c40-px{gap:40px!important}.gap-xl-c50-px{gap:50px!important}.gap-xl-c60-px{gap:60px!important}.gap-xl-c65-px{gap:65px!important}.gap-xl-c70-px{gap:70px!important}.gap-xl-c75-px{gap:75px!important}.gap-xl-c80-px{gap:80px!important}.gap-xl-c90-px{gap:90px!important}.gap-xl-c100-px{gap:100px!important}.gap-xl-c125-px{gap:125px!important}.gap-xl-c130-px{gap:130px!important}.gap-xl-c200-px{gap:200px!important}.gap-xl-c250-px{gap:250px!important}.gap-xl-c300-px{gap:300px!important}.gap-xl-c400-px{gap:400px!important}.gap-xl-c500-px{gap:500px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.row-gap-xl-6{row-gap:6rem!important}.row-gap-xl-7{row-gap:12rem!important}.row-gap-xl-8{row-gap:20rem!important}.row-gap-xl-c45{row-gap:.45rem!important}.row-gap-xl-c75{row-gap:.75rem!important}.row-gap-xl-c1-25{row-gap:1.25rem!important}.row-gap-xl-c1-75{row-gap:1.75rem!important}.row-gap-xl-c2{row-gap:2rem!important}.row-gap-xl-c2-25{row-gap:2.25rem!important}.row-gap-xl-c2-75{row-gap:2.75rem!important}.row-gap-xl-c3-75{row-gap:3.75rem!important}.row-gap-xl-c4{row-gap:4rem!important}.row-gap-xl-c4-5{row-gap:4.5rem!important}.row-gap-xl-c4-75{row-gap:4.75rem!important}.row-gap-xl-c5{row-gap:5rem!important}.row-gap-xl-c6{row-gap:6rem!important}.row-gap-xl-c7{row-gap:7rem!important}.row-gap-xl-c5-px{row-gap:5px!important}.row-gap-xl-c10-px{row-gap:10px!important}.row-gap-xl-c15-px{row-gap:15px!important}.row-gap-xl-c20-px{row-gap:20px!important}.row-gap-xl-c30-px{row-gap:30px!important}.row-gap-xl-c35-px{row-gap:35px!important}.row-gap-xl-c40-px{row-gap:40px!important}.row-gap-xl-c50-px{row-gap:50px!important}.row-gap-xl-c60-px{row-gap:60px!important}.row-gap-xl-c65-px{row-gap:65px!important}.row-gap-xl-c70-px{row-gap:70px!important}.row-gap-xl-c75-px{row-gap:75px!important}.row-gap-xl-c80-px{row-gap:80px!important}.row-gap-xl-c90-px{row-gap:90px!important}.row-gap-xl-c100-px{row-gap:100px!important}.row-gap-xl-c125-px{row-gap:125px!important}.row-gap-xl-c130-px{row-gap:130px!important}.row-gap-xl-c200-px{row-gap:200px!important}.row-gap-xl-c250-px{row-gap:250px!important}.row-gap-xl-c300-px{row-gap:300px!important}.row-gap-xl-c400-px{row-gap:400px!important}.row-gap-xl-c500-px{row-gap:500px!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.column-gap-xl-6{column-gap:6rem!important}.column-gap-xl-7{column-gap:12rem!important}.column-gap-xl-8{column-gap:20rem!important}.column-gap-xl-c45{column-gap:.45rem!important}.column-gap-xl-c75{column-gap:.75rem!important}.column-gap-xl-c1-25{column-gap:1.25rem!important}.column-gap-xl-c1-75{column-gap:1.75rem!important}.column-gap-xl-c2{column-gap:2rem!important}.column-gap-xl-c2-25{column-gap:2.25rem!important}.column-gap-xl-c2-75{column-gap:2.75rem!important}.column-gap-xl-c3-75{column-gap:3.75rem!important}.column-gap-xl-c4{column-gap:4rem!important}.column-gap-xl-c4-5{column-gap:4.5rem!important}.column-gap-xl-c4-75{column-gap:4.75rem!important}.column-gap-xl-c5{column-gap:5rem!important}.column-gap-xl-c6{column-gap:6rem!important}.column-gap-xl-c7{column-gap:7rem!important}.column-gap-xl-c5-px{column-gap:5px!important}.column-gap-xl-c10-px{column-gap:10px!important}.column-gap-xl-c15-px{column-gap:15px!important}.column-gap-xl-c20-px{column-gap:20px!important}.column-gap-xl-c30-px{column-gap:30px!important}.column-gap-xl-c35-px{column-gap:35px!important}.column-gap-xl-c40-px{column-gap:40px!important}.column-gap-xl-c50-px{column-gap:50px!important}.column-gap-xl-c60-px{column-gap:60px!important}.column-gap-xl-c65-px{column-gap:65px!important}.column-gap-xl-c70-px{column-gap:70px!important}.column-gap-xl-c75-px{column-gap:75px!important}.column-gap-xl-c80-px{column-gap:80px!important}.column-gap-xl-c90-px{column-gap:90px!important}.column-gap-xl-c100-px{column-gap:100px!important}.column-gap-xl-c125-px{column-gap:125px!important}.column-gap-xl-c130-px{column-gap:130px!important}.column-gap-xl-c200-px{column-gap:200px!important}.column-gap-xl-c250-px{column-gap:250px!important}.column-gap-xl-c300-px{column-gap:300px!important}.column-gap-xl-c400-px{column-gap:400px!important}.column-gap-xl-c500-px{column-gap:500px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.h-px-xl-0{height:0!important}.h-px-xl-5{height:5px!important}.h-px-xl-10{height:10px!important}.h-px-xl-15{height:15px!important}.h-px-xl-16{height:16px!important}.h-px-xl-20{height:20px!important}.h-px-xl-25{height:25px!important}.h-px-xl-30{height:30px!important}.h-px-xl-35{height:35px!important}.h-px-xl-40{height:40px!important}.h-px-xl-42{height:42px!important}.h-px-xl-50{height:50px!important}.h-px-xl-60{height:60px!important}.h-px-xl-65{height:65px!important}.h-px-xl-70{height:70px!important}.h-px-xl-75{height:75px!important}.h-px-xl-80{height:80px!important}.h-px-xl-90{height:90px!important}.h-px-xl-100{height:100px!important}.h-px-xl-107{height:107px!important}.h-px-xl-110{height:110px!important}.h-px-xl-125{height:125px!important}.h-px-xl-130{height:130px!important}.h-px-xl-191{height:191px!important}.h-px-xl-200{height:200px!important}.h-px-xl-205{height:205px!important}.h-px-xl-250{height:250px!important}.h-px-xl-300{height:300px!important}.h-px-xl-335{height:335px!important}.h-px-xl-400{height:400px!important}.h-px-xl-450{height:450px!important}.h-px-xl-500{height:500px!important}.h-px-xl-650{height:650px!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:6rem!important}.m-xxl-7{margin:12rem!important}.m-xxl-8{margin:20rem!important}.m-xxl-c45{margin:.45rem!important}.m-xxl-c75{margin:.75rem!important}.m-xxl-c1-25{margin:1.25rem!important}.m-xxl-c1-75{margin:1.75rem!important}.m-xxl-c2{margin:2rem!important}.m-xxl-c2-25{margin:2.25rem!important}.m-xxl-c2-75{margin:2.75rem!important}.m-xxl-c3-75{margin:3.75rem!important}.m-xxl-c4{margin:4rem!important}.m-xxl-c4-5{margin:4.5rem!important}.m-xxl-c4-75{margin:4.75rem!important}.m-xxl-c5{margin:5rem!important}.m-xxl-c6{margin:6rem!important}.m-xxl-c7{margin:7rem!important}.m-xxl-c5-px{margin:5px!important}.m-xxl-c10-px{margin:10px!important}.m-xxl-c15-px{margin:15px!important}.m-xxl-c20-px{margin:20px!important}.m-xxl-c30-px{margin:30px!important}.m-xxl-c35-px{margin:35px!important}.m-xxl-c40-px{margin:40px!important}.m-xxl-c50-px{margin:50px!important}.m-xxl-c60-px{margin:60px!important}.m-xxl-c65-px{margin:65px!important}.m-xxl-c70-px{margin:70px!important}.m-xxl-c75-px{margin:75px!important}.m-xxl-c80-px{margin:80px!important}.m-xxl-c90-px{margin:90px!important}.m-xxl-c100-px{margin:100px!important}.m-xxl-c125-px{margin:125px!important}.m-xxl-c130-px{margin:130px!important}.m-xxl-c200-px{margin:200px!important}.m-xxl-c250-px{margin:250px!important}.m-xxl-c300-px{margin:300px!important}.m-xxl-c400-px{margin:400px!important}.m-xxl-c500-px{margin:500px!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:12rem!important}.mt-xxl-8{margin-top:20rem!important}.mt-xxl-c45{margin-top:.45rem!important}.mt-xxl-c75{margin-top:.75rem!important}.mt-xxl-c1-25{margin-top:1.25rem!important}.mt-xxl-c1-75{margin-top:1.75rem!important}.mt-xxl-c2{margin-top:2rem!important}.mt-xxl-c2-25{margin-top:2.25rem!important}.mt-xxl-c2-75{margin-top:2.75rem!important}.mt-xxl-c3-75{margin-top:3.75rem!important}.mt-xxl-c4{margin-top:4rem!important}.mt-xxl-c4-5{margin-top:4.5rem!important}.mt-xxl-c4-75{margin-top:4.75rem!important}.mt-xxl-c5{margin-top:5rem!important}.mt-xxl-c6{margin-top:6rem!important}.mt-xxl-c7{margin-top:7rem!important}.mt-xxl-c5-px{margin-top:5px!important}.mt-xxl-c10-px{margin-top:10px!important}.mt-xxl-c15-px{margin-top:15px!important}.mt-xxl-c20-px{margin-top:20px!important}.mt-xxl-c30-px{margin-top:30px!important}.mt-xxl-c35-px{margin-top:35px!important}.mt-xxl-c40-px{margin-top:40px!important}.mt-xxl-c50-px{margin-top:50px!important}.mt-xxl-c60-px{margin-top:60px!important}.mt-xxl-c65-px{margin-top:65px!important}.mt-xxl-c70-px{margin-top:70px!important}.mt-xxl-c75-px{margin-top:75px!important}.mt-xxl-c80-px{margin-top:80px!important}.mt-xxl-c90-px{margin-top:90px!important}.mt-xxl-c100-px{margin-top:100px!important}.mt-xxl-c125-px{margin-top:125px!important}.mt-xxl-c130-px{margin-top:130px!important}.mt-xxl-c200-px{margin-top:200px!important}.mt-xxl-c250-px{margin-top:250px!important}.mt-xxl-c300-px{margin-top:300px!important}.mt-xxl-c400-px{margin-top:400px!important}.mt-xxl-c500-px{margin-top:500px!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:6rem!important}.me-xxl-7{margin-right:12rem!important}.me-xxl-8{margin-right:20rem!important}.me-xxl-c45{margin-right:.45rem!important}.me-xxl-c75{margin-right:.75rem!important}.me-xxl-c1-25{margin-right:1.25rem!important}.me-xxl-c1-75{margin-right:1.75rem!important}.me-xxl-c2{margin-right:2rem!important}.me-xxl-c2-25{margin-right:2.25rem!important}.me-xxl-c2-75{margin-right:2.75rem!important}.me-xxl-c3-75{margin-right:3.75rem!important}.me-xxl-c4{margin-right:4rem!important}.me-xxl-c4-5{margin-right:4.5rem!important}.me-xxl-c4-75{margin-right:4.75rem!important}.me-xxl-c5{margin-right:5rem!important}.me-xxl-c6{margin-right:6rem!important}.me-xxl-c7{margin-right:7rem!important}.me-xxl-c5-px{margin-right:5px!important}.me-xxl-c10-px{margin-right:10px!important}.me-xxl-c15-px{margin-right:15px!important}.me-xxl-c20-px{margin-right:20px!important}.me-xxl-c30-px{margin-right:30px!important}.me-xxl-c35-px{margin-right:35px!important}.me-xxl-c40-px{margin-right:40px!important}.me-xxl-c50-px{margin-right:50px!important}.me-xxl-c60-px{margin-right:60px!important}.me-xxl-c65-px{margin-right:65px!important}.me-xxl-c70-px{margin-right:70px!important}.me-xxl-c75-px{margin-right:75px!important}.me-xxl-c80-px{margin-right:80px!important}.me-xxl-c90-px{margin-right:90px!important}.me-xxl-c100-px{margin-right:100px!important}.me-xxl-c125-px{margin-right:125px!important}.me-xxl-c130-px{margin-right:130px!important}.me-xxl-c200-px{margin-right:200px!important}.me-xxl-c250-px{margin-right:250px!important}.me-xxl-c300-px{margin-right:300px!important}.me-xxl-c400-px{margin-right:400px!important}.me-xxl-c500-px{margin-right:500px!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:20rem!important}.mb-xxl-c45{margin-bottom:.45rem!important}.mb-xxl-c75{margin-bottom:.75rem!important}.mb-xxl-c1-25{margin-bottom:1.25rem!important}.mb-xxl-c1-75{margin-bottom:1.75rem!important}.mb-xxl-c2{margin-bottom:2rem!important}.mb-xxl-c2-25{margin-bottom:2.25rem!important}.mb-xxl-c2-75{margin-bottom:2.75rem!important}.mb-xxl-c3-75{margin-bottom:3.75rem!important}.mb-xxl-c4{margin-bottom:4rem!important}.mb-xxl-c4-5{margin-bottom:4.5rem!important}.mb-xxl-c4-75{margin-bottom:4.75rem!important}.mb-xxl-c5{margin-bottom:5rem!important}.mb-xxl-c6{margin-bottom:6rem!important}.mb-xxl-c7{margin-bottom:7rem!important}.mb-xxl-c5-px{margin-bottom:5px!important}.mb-xxl-c10-px{margin-bottom:10px!important}.mb-xxl-c15-px{margin-bottom:15px!important}.mb-xxl-c20-px{margin-bottom:20px!important}.mb-xxl-c30-px{margin-bottom:30px!important}.mb-xxl-c35-px{margin-bottom:35px!important}.mb-xxl-c40-px{margin-bottom:40px!important}.mb-xxl-c50-px{margin-bottom:50px!important}.mb-xxl-c60-px{margin-bottom:60px!important}.mb-xxl-c65-px{margin-bottom:65px!important}.mb-xxl-c70-px{margin-bottom:70px!important}.mb-xxl-c75-px{margin-bottom:75px!important}.mb-xxl-c80-px{margin-bottom:80px!important}.mb-xxl-c90-px{margin-bottom:90px!important}.mb-xxl-c100-px{margin-bottom:100px!important}.mb-xxl-c125-px{margin-bottom:125px!important}.mb-xxl-c130-px{margin-bottom:130px!important}.mb-xxl-c200-px{margin-bottom:200px!important}.mb-xxl-c250-px{margin-bottom:250px!important}.mb-xxl-c300-px{margin-bottom:300px!important}.mb-xxl-c400-px{margin-bottom:400px!important}.mb-xxl-c500-px{margin-bottom:500px!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:6rem!important}.ms-xxl-7{margin-left:12rem!important}.ms-xxl-8{margin-left:20rem!important}.ms-xxl-c45{margin-left:.45rem!important}.ms-xxl-c75{margin-left:.75rem!important}.ms-xxl-c1-25{margin-left:1.25rem!important}.ms-xxl-c1-75{margin-left:1.75rem!important}.ms-xxl-c2{margin-left:2rem!important}.ms-xxl-c2-25{margin-left:2.25rem!important}.ms-xxl-c2-75{margin-left:2.75rem!important}.ms-xxl-c3-75{margin-left:3.75rem!important}.ms-xxl-c4{margin-left:4rem!important}.ms-xxl-c4-5{margin-left:4.5rem!important}.ms-xxl-c4-75{margin-left:4.75rem!important}.ms-xxl-c5{margin-left:5rem!important}.ms-xxl-c6{margin-left:6rem!important}.ms-xxl-c7{margin-left:7rem!important}.ms-xxl-c5-px{margin-left:5px!important}.ms-xxl-c10-px{margin-left:10px!important}.ms-xxl-c15-px{margin-left:15px!important}.ms-xxl-c20-px{margin-left:20px!important}.ms-xxl-c30-px{margin-left:30px!important}.ms-xxl-c35-px{margin-left:35px!important}.ms-xxl-c40-px{margin-left:40px!important}.ms-xxl-c50-px{margin-left:50px!important}.ms-xxl-c60-px{margin-left:60px!important}.ms-xxl-c65-px{margin-left:65px!important}.ms-xxl-c70-px{margin-left:70px!important}.ms-xxl-c75-px{margin-left:75px!important}.ms-xxl-c80-px{margin-left:80px!important}.ms-xxl-c90-px{margin-left:90px!important}.ms-xxl-c100-px{margin-left:100px!important}.ms-xxl-c125-px{margin-left:125px!important}.ms-xxl-c130-px{margin-left:130px!important}.ms-xxl-c200-px{margin-left:200px!important}.ms-xxl-c250-px{margin-left:250px!important}.ms-xxl-c300-px{margin-left:300px!important}.ms-xxl-c400-px{margin-left:400px!important}.ms-xxl-c500-px{margin-left:500px!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-6rem!important}.m-xxl-n7{margin:-12rem!important}.m-xxl-n8{margin:-20rem!important}.m-xxl-nc45{margin:-.45rem!important}.m-xxl-nc75{margin:-.75rem!important}.m-xxl-nc1-25{margin:-1.25rem!important}.m-xxl-nc1-75{margin:-1.75rem!important}.m-xxl-nc2{margin:-2rem!important}.m-xxl-nc2-25{margin:-2.25rem!important}.m-xxl-nc2-75{margin:-2.75rem!important}.m-xxl-nc3-75{margin:-3.75rem!important}.m-xxl-nc4{margin:-4rem!important}.m-xxl-nc4-5{margin:-4.5rem!important}.m-xxl-nc4-75{margin:-4.75rem!important}.m-xxl-nc5{margin:-5rem!important}.m-xxl-nc6{margin:-6rem!important}.m-xxl-nc7{margin:-7rem!important}.m-xxl-nc5-px{margin:-5px!important}.m-xxl-nc10-px{margin:-10px!important}.m-xxl-nc15-px{margin:-15px!important}.m-xxl-nc20-px{margin:-20px!important}.m-xxl-nc30-px{margin:-30px!important}.m-xxl-nc35-px{margin:-35px!important}.m-xxl-nc40-px{margin:-40px!important}.m-xxl-nc50-px{margin:-50px!important}.m-xxl-nc60-px{margin:-60px!important}.m-xxl-nc65-px{margin:-65px!important}.m-xxl-nc70-px{margin:-70px!important}.m-xxl-nc75-px{margin:-75px!important}.m-xxl-nc80-px{margin:-80px!important}.m-xxl-nc90-px{margin:-90px!important}.m-xxl-nc100-px{margin:-100px!important}.m-xxl-nc125-px{margin:-125px!important}.m-xxl-nc130-px{margin:-130px!important}.m-xxl-nc200-px{margin:-200px!important}.m-xxl-nc250-px{margin:-250px!important}.m-xxl-nc300-px{margin:-300px!important}.m-xxl-nc400-px{margin:-400px!important}.m-xxl-nc500-px{margin:-500px!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-6rem!important}.mt-xxl-n7{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-20rem!important}.mt-xxl-nc45{margin-top:-.45rem!important}.mt-xxl-nc75{margin-top:-.75rem!important}.mt-xxl-nc1-25{margin-top:-1.25rem!important}.mt-xxl-nc1-75{margin-top:-1.75rem!important}.mt-xxl-nc2{margin-top:-2rem!important}.mt-xxl-nc2-25{margin-top:-2.25rem!important}.mt-xxl-nc2-75{margin-top:-2.75rem!important}.mt-xxl-nc3-75{margin-top:-3.75rem!important}.mt-xxl-nc4{margin-top:-4rem!important}.mt-xxl-nc4-5{margin-top:-4.5rem!important}.mt-xxl-nc4-75{margin-top:-4.75rem!important}.mt-xxl-nc5{margin-top:-5rem!important}.mt-xxl-nc6{margin-top:-6rem!important}.mt-xxl-nc7{margin-top:-7rem!important}.mt-xxl-nc5-px{margin-top:-5px!important}.mt-xxl-nc10-px{margin-top:-10px!important}.mt-xxl-nc15-px{margin-top:-15px!important}.mt-xxl-nc20-px{margin-top:-20px!important}.mt-xxl-nc30-px{margin-top:-30px!important}.mt-xxl-nc35-px{margin-top:-35px!important}.mt-xxl-nc40-px{margin-top:-40px!important}.mt-xxl-nc50-px{margin-top:-50px!important}.mt-xxl-nc60-px{margin-top:-60px!important}.mt-xxl-nc65-px{margin-top:-65px!important}.mt-xxl-nc70-px{margin-top:-70px!important}.mt-xxl-nc75-px{margin-top:-75px!important}.mt-xxl-nc80-px{margin-top:-80px!important}.mt-xxl-nc90-px{margin-top:-90px!important}.mt-xxl-nc100-px{margin-top:-100px!important}.mt-xxl-nc125-px{margin-top:-125px!important}.mt-xxl-nc130-px{margin-top:-130px!important}.mt-xxl-nc200-px{margin-top:-200px!important}.mt-xxl-nc250-px{margin-top:-250px!important}.mt-xxl-nc300-px{margin-top:-300px!important}.mt-xxl-nc400-px{margin-top:-400px!important}.mt-xxl-nc500-px{margin-top:-500px!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-6rem!important}.me-xxl-n7{margin-right:-12rem!important}.me-xxl-n8{margin-right:-20rem!important}.me-xxl-nc45{margin-right:-.45rem!important}.me-xxl-nc75{margin-right:-.75rem!important}.me-xxl-nc1-25{margin-right:-1.25rem!important}.me-xxl-nc1-75{margin-right:-1.75rem!important}.me-xxl-nc2{margin-right:-2rem!important}.me-xxl-nc2-25{margin-right:-2.25rem!important}.me-xxl-nc2-75{margin-right:-2.75rem!important}.me-xxl-nc3-75{margin-right:-3.75rem!important}.me-xxl-nc4{margin-right:-4rem!important}.me-xxl-nc4-5{margin-right:-4.5rem!important}.me-xxl-nc4-75{margin-right:-4.75rem!important}.me-xxl-nc5{margin-right:-5rem!important}.me-xxl-nc6{margin-right:-6rem!important}.me-xxl-nc7{margin-right:-7rem!important}.me-xxl-nc5-px{margin-right:-5px!important}.me-xxl-nc10-px{margin-right:-10px!important}.me-xxl-nc15-px{margin-right:-15px!important}.me-xxl-nc20-px{margin-right:-20px!important}.me-xxl-nc30-px{margin-right:-30px!important}.me-xxl-nc35-px{margin-right:-35px!important}.me-xxl-nc40-px{margin-right:-40px!important}.me-xxl-nc50-px{margin-right:-50px!important}.me-xxl-nc60-px{margin-right:-60px!important}.me-xxl-nc65-px{margin-right:-65px!important}.me-xxl-nc70-px{margin-right:-70px!important}.me-xxl-nc75-px{margin-right:-75px!important}.me-xxl-nc80-px{margin-right:-80px!important}.me-xxl-nc90-px{margin-right:-90px!important}.me-xxl-nc100-px{margin-right:-100px!important}.me-xxl-nc125-px{margin-right:-125px!important}.me-xxl-nc130-px{margin-right:-130px!important}.me-xxl-nc200-px{margin-right:-200px!important}.me-xxl-nc250-px{margin-right:-250px!important}.me-xxl-nc300-px{margin-right:-300px!important}.me-xxl-nc400-px{margin-right:-400px!important}.me-xxl-nc500-px{margin-right:-500px!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-6rem!important}.mb-xxl-n7{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-20rem!important}.mb-xxl-nc45{margin-bottom:-.45rem!important}.mb-xxl-nc75{margin-bottom:-.75rem!important}.mb-xxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxl-nc2{margin-bottom:-2rem!important}.mb-xxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxl-nc4{margin-bottom:-4rem!important}.mb-xxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxl-nc5{margin-bottom:-5rem!important}.mb-xxl-nc6{margin-bottom:-6rem!important}.mb-xxl-nc7{margin-bottom:-7rem!important}.mb-xxl-nc5-px{margin-bottom:-5px!important}.mb-xxl-nc10-px{margin-bottom:-10px!important}.mb-xxl-nc15-px{margin-bottom:-15px!important}.mb-xxl-nc20-px{margin-bottom:-20px!important}.mb-xxl-nc30-px{margin-bottom:-30px!important}.mb-xxl-nc35-px{margin-bottom:-35px!important}.mb-xxl-nc40-px{margin-bottom:-40px!important}.mb-xxl-nc50-px{margin-bottom:-50px!important}.mb-xxl-nc60-px{margin-bottom:-60px!important}.mb-xxl-nc65-px{margin-bottom:-65px!important}.mb-xxl-nc70-px{margin-bottom:-70px!important}.mb-xxl-nc75-px{margin-bottom:-75px!important}.mb-xxl-nc80-px{margin-bottom:-80px!important}.mb-xxl-nc90-px{margin-bottom:-90px!important}.mb-xxl-nc100-px{margin-bottom:-100px!important}.mb-xxl-nc125-px{margin-bottom:-125px!important}.mb-xxl-nc130-px{margin-bottom:-130px!important}.mb-xxl-nc200-px{margin-bottom:-200px!important}.mb-xxl-nc250-px{margin-bottom:-250px!important}.mb-xxl-nc300-px{margin-bottom:-300px!important}.mb-xxl-nc400-px{margin-bottom:-400px!important}.mb-xxl-nc500-px{margin-bottom:-500px!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-6rem!important}.ms-xxl-n7{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-20rem!important}.ms-xxl-nc45{margin-left:-.45rem!important}.ms-xxl-nc75{margin-left:-.75rem!important}.ms-xxl-nc1-25{margin-left:-1.25rem!important}.ms-xxl-nc1-75{margin-left:-1.75rem!important}.ms-xxl-nc2{margin-left:-2rem!important}.ms-xxl-nc2-25{margin-left:-2.25rem!important}.ms-xxl-nc2-75{margin-left:-2.75rem!important}.ms-xxl-nc3-75{margin-left:-3.75rem!important}.ms-xxl-nc4{margin-left:-4rem!important}.ms-xxl-nc4-5{margin-left:-4.5rem!important}.ms-xxl-nc4-75{margin-left:-4.75rem!important}.ms-xxl-nc5{margin-left:-5rem!important}.ms-xxl-nc6{margin-left:-6rem!important}.ms-xxl-nc7{margin-left:-7rem!important}.ms-xxl-nc5-px{margin-left:-5px!important}.ms-xxl-nc10-px{margin-left:-10px!important}.ms-xxl-nc15-px{margin-left:-15px!important}.ms-xxl-nc20-px{margin-left:-20px!important}.ms-xxl-nc30-px{margin-left:-30px!important}.ms-xxl-nc35-px{margin-left:-35px!important}.ms-xxl-nc40-px{margin-left:-40px!important}.ms-xxl-nc50-px{margin-left:-50px!important}.ms-xxl-nc60-px{margin-left:-60px!important}.ms-xxl-nc65-px{margin-left:-65px!important}.ms-xxl-nc70-px{margin-left:-70px!important}.ms-xxl-nc75-px{margin-left:-75px!important}.ms-xxl-nc80-px{margin-left:-80px!important}.ms-xxl-nc90-px{margin-left:-90px!important}.ms-xxl-nc100-px{margin-left:-100px!important}.ms-xxl-nc125-px{margin-left:-125px!important}.ms-xxl-nc130-px{margin-left:-130px!important}.ms-xxl-nc200-px{margin-left:-200px!important}.ms-xxl-nc250-px{margin-left:-250px!important}.ms-xxl-nc300-px{margin-left:-300px!important}.ms-xxl-nc400-px{margin-left:-400px!important}.ms-xxl-nc500-px{margin-left:-500px!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:6rem!important}.p-xxl-7{padding:12rem!important}.p-xxl-8{padding:20rem!important}.p-xxl-c45{padding:.45rem!important}.p-xxl-c75{padding:.75rem!important}.p-xxl-c1-25{padding:1.25rem!important}.p-xxl-c1-75{padding:1.75rem!important}.p-xxl-c2{padding:2rem!important}.p-xxl-c2-25{padding:2.25rem!important}.p-xxl-c2-75{padding:2.75rem!important}.p-xxl-c3-75{padding:3.75rem!important}.p-xxl-c4{padding:4rem!important}.p-xxl-c4-5{padding:4.5rem!important}.p-xxl-c4-75{padding:4.75rem!important}.p-xxl-c5{padding:5rem!important}.p-xxl-c6{padding:6rem!important}.p-xxl-c7{padding:7rem!important}.p-xxl-c5-px{padding:5px!important}.p-xxl-c10-px{padding:10px!important}.p-xxl-c15-px{padding:15px!important}.p-xxl-c20-px{padding:20px!important}.p-xxl-c30-px{padding:30px!important}.p-xxl-c35-px{padding:35px!important}.p-xxl-c40-px{padding:40px!important}.p-xxl-c50-px{padding:50px!important}.p-xxl-c60-px{padding:60px!important}.p-xxl-c65-px{padding:65px!important}.p-xxl-c70-px{padding:70px!important}.p-xxl-c75-px{padding:75px!important}.p-xxl-c80-px{padding:80px!important}.p-xxl-c90-px{padding:90px!important}.p-xxl-c100-px{padding:100px!important}.p-xxl-c125-px{padding:125px!important}.p-xxl-c130-px{padding:130px!important}.p-xxl-c200-px{padding:200px!important}.p-xxl-c250-px{padding:250px!important}.p-xxl-c300-px{padding:300px!important}.p-xxl-c400-px{padding:400px!important}.p-xxl-c500-px{padding:500px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:6rem!important}.pt-xxl-7{padding-top:12rem!important}.pt-xxl-8{padding-top:20rem!important}.pt-xxl-c45{padding-top:.45rem!important}.pt-xxl-c75{padding-top:.75rem!important}.pt-xxl-c1-25{padding-top:1.25rem!important}.pt-xxl-c1-75{padding-top:1.75rem!important}.pt-xxl-c2{padding-top:2rem!important}.pt-xxl-c2-25{padding-top:2.25rem!important}.pt-xxl-c2-75{padding-top:2.75rem!important}.pt-xxl-c3-75{padding-top:3.75rem!important}.pt-xxl-c4{padding-top:4rem!important}.pt-xxl-c4-5{padding-top:4.5rem!important}.pt-xxl-c4-75{padding-top:4.75rem!important}.pt-xxl-c5{padding-top:5rem!important}.pt-xxl-c6{padding-top:6rem!important}.pt-xxl-c7{padding-top:7rem!important}.pt-xxl-c5-px{padding-top:5px!important}.pt-xxl-c10-px{padding-top:10px!important}.pt-xxl-c15-px{padding-top:15px!important}.pt-xxl-c20-px{padding-top:20px!important}.pt-xxl-c30-px{padding-top:30px!important}.pt-xxl-c35-px{padding-top:35px!important}.pt-xxl-c40-px{padding-top:40px!important}.pt-xxl-c50-px{padding-top:50px!important}.pt-xxl-c60-px{padding-top:60px!important}.pt-xxl-c65-px{padding-top:65px!important}.pt-xxl-c70-px{padding-top:70px!important}.pt-xxl-c75-px{padding-top:75px!important}.pt-xxl-c80-px{padding-top:80px!important}.pt-xxl-c90-px{padding-top:90px!important}.pt-xxl-c100-px{padding-top:100px!important}.pt-xxl-c125-px{padding-top:125px!important}.pt-xxl-c130-px{padding-top:130px!important}.pt-xxl-c200-px{padding-top:200px!important}.pt-xxl-c250-px{padding-top:250px!important}.pt-xxl-c300-px{padding-top:300px!important}.pt-xxl-c400-px{padding-top:400px!important}.pt-xxl-c500-px{padding-top:500px!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:6rem!important}.pe-xxl-7{padding-right:12rem!important}.pe-xxl-8{padding-right:20rem!important}.pe-xxl-c45{padding-right:.45rem!important}.pe-xxl-c75{padding-right:.75rem!important}.pe-xxl-c1-25{padding-right:1.25rem!important}.pe-xxl-c1-75{padding-right:1.75rem!important}.pe-xxl-c2{padding-right:2rem!important}.pe-xxl-c2-25{padding-right:2.25rem!important}.pe-xxl-c2-75{padding-right:2.75rem!important}.pe-xxl-c3-75{padding-right:3.75rem!important}.pe-xxl-c4{padding-right:4rem!important}.pe-xxl-c4-5{padding-right:4.5rem!important}.pe-xxl-c4-75{padding-right:4.75rem!important}.pe-xxl-c5{padding-right:5rem!important}.pe-xxl-c6{padding-right:6rem!important}.pe-xxl-c7{padding-right:7rem!important}.pe-xxl-c5-px{padding-right:5px!important}.pe-xxl-c10-px{padding-right:10px!important}.pe-xxl-c15-px{padding-right:15px!important}.pe-xxl-c20-px{padding-right:20px!important}.pe-xxl-c30-px{padding-right:30px!important}.pe-xxl-c35-px{padding-right:35px!important}.pe-xxl-c40-px{padding-right:40px!important}.pe-xxl-c50-px{padding-right:50px!important}.pe-xxl-c60-px{padding-right:60px!important}.pe-xxl-c65-px{padding-right:65px!important}.pe-xxl-c70-px{padding-right:70px!important}.pe-xxl-c75-px{padding-right:75px!important}.pe-xxl-c80-px{padding-right:80px!important}.pe-xxl-c90-px{padding-right:90px!important}.pe-xxl-c100-px{padding-right:100px!important}.pe-xxl-c125-px{padding-right:125px!important}.pe-xxl-c130-px{padding-right:130px!important}.pe-xxl-c200-px{padding-right:200px!important}.pe-xxl-c250-px{padding-right:250px!important}.pe-xxl-c300-px{padding-right:300px!important}.pe-xxl-c400-px{padding-right:400px!important}.pe-xxl-c500-px{padding-right:500px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:6rem!important}.pb-xxl-7{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:20rem!important}.pb-xxl-c45{padding-bottom:.45rem!important}.pb-xxl-c75{padding-bottom:.75rem!important}.pb-xxl-c1-25{padding-bottom:1.25rem!important}.pb-xxl-c1-75{padding-bottom:1.75rem!important}.pb-xxl-c2{padding-bottom:2rem!important}.pb-xxl-c2-25{padding-bottom:2.25rem!important}.pb-xxl-c2-75{padding-bottom:2.75rem!important}.pb-xxl-c3-75{padding-bottom:3.75rem!important}.pb-xxl-c4{padding-bottom:4rem!important}.pb-xxl-c4-5{padding-bottom:4.5rem!important}.pb-xxl-c4-75{padding-bottom:4.75rem!important}.pb-xxl-c5{padding-bottom:5rem!important}.pb-xxl-c6{padding-bottom:6rem!important}.pb-xxl-c7{padding-bottom:7rem!important}.pb-xxl-c5-px{padding-bottom:5px!important}.pb-xxl-c10-px{padding-bottom:10px!important}.pb-xxl-c15-px{padding-bottom:15px!important}.pb-xxl-c20-px{padding-bottom:20px!important}.pb-xxl-c30-px{padding-bottom:30px!important}.pb-xxl-c35-px{padding-bottom:35px!important}.pb-xxl-c40-px{padding-bottom:40px!important}.pb-xxl-c50-px{padding-bottom:50px!important}.pb-xxl-c60-px{padding-bottom:60px!important}.pb-xxl-c65-px{padding-bottom:65px!important}.pb-xxl-c70-px{padding-bottom:70px!important}.pb-xxl-c75-px{padding-bottom:75px!important}.pb-xxl-c80-px{padding-bottom:80px!important}.pb-xxl-c90-px{padding-bottom:90px!important}.pb-xxl-c100-px{padding-bottom:100px!important}.pb-xxl-c125-px{padding-bottom:125px!important}.pb-xxl-c130-px{padding-bottom:130px!important}.pb-xxl-c200-px{padding-bottom:200px!important}.pb-xxl-c250-px{padding-bottom:250px!important}.pb-xxl-c300-px{padding-bottom:300px!important}.pb-xxl-c400-px{padding-bottom:400px!important}.pb-xxl-c500-px{padding-bottom:500px!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:6rem!important}.ps-xxl-7{padding-left:12rem!important}.ps-xxl-8{padding-left:20rem!important}.ps-xxl-c45{padding-left:.45rem!important}.ps-xxl-c75{padding-left:.75rem!important}.ps-xxl-c1-25{padding-left:1.25rem!important}.ps-xxl-c1-75{padding-left:1.75rem!important}.ps-xxl-c2{padding-left:2rem!important}.ps-xxl-c2-25{padding-left:2.25rem!important}.ps-xxl-c2-75{padding-left:2.75rem!important}.ps-xxl-c3-75{padding-left:3.75rem!important}.ps-xxl-c4{padding-left:4rem!important}.ps-xxl-c4-5{padding-left:4.5rem!important}.ps-xxl-c4-75{padding-left:4.75rem!important}.ps-xxl-c5{padding-left:5rem!important}.ps-xxl-c6{padding-left:6rem!important}.ps-xxl-c7{padding-left:7rem!important}.ps-xxl-c5-px{padding-left:5px!important}.ps-xxl-c10-px{padding-left:10px!important}.ps-xxl-c15-px{padding-left:15px!important}.ps-xxl-c20-px{padding-left:20px!important}.ps-xxl-c30-px{padding-left:30px!important}.ps-xxl-c35-px{padding-left:35px!important}.ps-xxl-c40-px{padding-left:40px!important}.ps-xxl-c50-px{padding-left:50px!important}.ps-xxl-c60-px{padding-left:60px!important}.ps-xxl-c65-px{padding-left:65px!important}.ps-xxl-c70-px{padding-left:70px!important}.ps-xxl-c75-px{padding-left:75px!important}.ps-xxl-c80-px{padding-left:80px!important}.ps-xxl-c90-px{padding-left:90px!important}.ps-xxl-c100-px{padding-left:100px!important}.ps-xxl-c125-px{padding-left:125px!important}.ps-xxl-c130-px{padding-left:130px!important}.ps-xxl-c200-px{padding-left:200px!important}.ps-xxl-c250-px{padding-left:250px!important}.ps-xxl-c300-px{padding-left:300px!important}.ps-xxl-c400-px{padding-left:400px!important}.ps-xxl-c500-px{padding-left:500px!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:6rem!important}.gap-xxl-7{gap:12rem!important}.gap-xxl-8{gap:20rem!important}.gap-xxl-c45{gap:.45rem!important}.gap-xxl-c75{gap:.75rem!important}.gap-xxl-c1-25{gap:1.25rem!important}.gap-xxl-c1-75{gap:1.75rem!important}.gap-xxl-c2{gap:2rem!important}.gap-xxl-c2-25{gap:2.25rem!important}.gap-xxl-c2-75{gap:2.75rem!important}.gap-xxl-c3-75{gap:3.75rem!important}.gap-xxl-c4{gap:4rem!important}.gap-xxl-c4-5{gap:4.5rem!important}.gap-xxl-c4-75{gap:4.75rem!important}.gap-xxl-c5{gap:5rem!important}.gap-xxl-c6{gap:6rem!important}.gap-xxl-c7{gap:7rem!important}.gap-xxl-c5-px{gap:5px!important}.gap-xxl-c10-px{gap:10px!important}.gap-xxl-c15-px{gap:15px!important}.gap-xxl-c20-px{gap:20px!important}.gap-xxl-c30-px{gap:30px!important}.gap-xxl-c35-px{gap:35px!important}.gap-xxl-c40-px{gap:40px!important}.gap-xxl-c50-px{gap:50px!important}.gap-xxl-c60-px{gap:60px!important}.gap-xxl-c65-px{gap:65px!important}.gap-xxl-c70-px{gap:70px!important}.gap-xxl-c75-px{gap:75px!important}.gap-xxl-c80-px{gap:80px!important}.gap-xxl-c90-px{gap:90px!important}.gap-xxl-c100-px{gap:100px!important}.gap-xxl-c125-px{gap:125px!important}.gap-xxl-c130-px{gap:130px!important}.gap-xxl-c200-px{gap:200px!important}.gap-xxl-c250-px{gap:250px!important}.gap-xxl-c300-px{gap:300px!important}.gap-xxl-c400-px{gap:400px!important}.gap-xxl-c500-px{gap:500px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.row-gap-xxl-6{row-gap:6rem!important}.row-gap-xxl-7{row-gap:12rem!important}.row-gap-xxl-8{row-gap:20rem!important}.row-gap-xxl-c45{row-gap:.45rem!important}.row-gap-xxl-c75{row-gap:.75rem!important}.row-gap-xxl-c1-25{row-gap:1.25rem!important}.row-gap-xxl-c1-75{row-gap:1.75rem!important}.row-gap-xxl-c2{row-gap:2rem!important}.row-gap-xxl-c2-25{row-gap:2.25rem!important}.row-gap-xxl-c2-75{row-gap:2.75rem!important}.row-gap-xxl-c3-75{row-gap:3.75rem!important}.row-gap-xxl-c4{row-gap:4rem!important}.row-gap-xxl-c4-5{row-gap:4.5rem!important}.row-gap-xxl-c4-75{row-gap:4.75rem!important}.row-gap-xxl-c5{row-gap:5rem!important}.row-gap-xxl-c6{row-gap:6rem!important}.row-gap-xxl-c7{row-gap:7rem!important}.row-gap-xxl-c5-px{row-gap:5px!important}.row-gap-xxl-c10-px{row-gap:10px!important}.row-gap-xxl-c15-px{row-gap:15px!important}.row-gap-xxl-c20-px{row-gap:20px!important}.row-gap-xxl-c30-px{row-gap:30px!important}.row-gap-xxl-c35-px{row-gap:35px!important}.row-gap-xxl-c40-px{row-gap:40px!important}.row-gap-xxl-c50-px{row-gap:50px!important}.row-gap-xxl-c60-px{row-gap:60px!important}.row-gap-xxl-c65-px{row-gap:65px!important}.row-gap-xxl-c70-px{row-gap:70px!important}.row-gap-xxl-c75-px{row-gap:75px!important}.row-gap-xxl-c80-px{row-gap:80px!important}.row-gap-xxl-c90-px{row-gap:90px!important}.row-gap-xxl-c100-px{row-gap:100px!important}.row-gap-xxl-c125-px{row-gap:125px!important}.row-gap-xxl-c130-px{row-gap:130px!important}.row-gap-xxl-c200-px{row-gap:200px!important}.row-gap-xxl-c250-px{row-gap:250px!important}.row-gap-xxl-c300-px{row-gap:300px!important}.row-gap-xxl-c400-px{row-gap:400px!important}.row-gap-xxl-c500-px{row-gap:500px!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.column-gap-xxl-6{column-gap:6rem!important}.column-gap-xxl-7{column-gap:12rem!important}.column-gap-xxl-8{column-gap:20rem!important}.column-gap-xxl-c45{column-gap:.45rem!important}.column-gap-xxl-c75{column-gap:.75rem!important}.column-gap-xxl-c1-25{column-gap:1.25rem!important}.column-gap-xxl-c1-75{column-gap:1.75rem!important}.column-gap-xxl-c2{column-gap:2rem!important}.column-gap-xxl-c2-25{column-gap:2.25rem!important}.column-gap-xxl-c2-75{column-gap:2.75rem!important}.column-gap-xxl-c3-75{column-gap:3.75rem!important}.column-gap-xxl-c4{column-gap:4rem!important}.column-gap-xxl-c4-5{column-gap:4.5rem!important}.column-gap-xxl-c4-75{column-gap:4.75rem!important}.column-gap-xxl-c5{column-gap:5rem!important}.column-gap-xxl-c6{column-gap:6rem!important}.column-gap-xxl-c7{column-gap:7rem!important}.column-gap-xxl-c5-px{column-gap:5px!important}.column-gap-xxl-c10-px{column-gap:10px!important}.column-gap-xxl-c15-px{column-gap:15px!important}.column-gap-xxl-c20-px{column-gap:20px!important}.column-gap-xxl-c30-px{column-gap:30px!important}.column-gap-xxl-c35-px{column-gap:35px!important}.column-gap-xxl-c40-px{column-gap:40px!important}.column-gap-xxl-c50-px{column-gap:50px!important}.column-gap-xxl-c60-px{column-gap:60px!important}.column-gap-xxl-c65-px{column-gap:65px!important}.column-gap-xxl-c70-px{column-gap:70px!important}.column-gap-xxl-c75-px{column-gap:75px!important}.column-gap-xxl-c80-px{column-gap:80px!important}.column-gap-xxl-c90-px{column-gap:90px!important}.column-gap-xxl-c100-px{column-gap:100px!important}.column-gap-xxl-c125-px{column-gap:125px!important}.column-gap-xxl-c130-px{column-gap:130px!important}.column-gap-xxl-c200-px{column-gap:200px!important}.column-gap-xxl-c250-px{column-gap:250px!important}.column-gap-xxl-c300-px{column-gap:300px!important}.column-gap-xxl-c400-px{column-gap:400px!important}.column-gap-xxl-c500-px{column-gap:500px!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.h-px-xxl-0{height:0!important}.h-px-xxl-5{height:5px!important}.h-px-xxl-10{height:10px!important}.h-px-xxl-15{height:15px!important}.h-px-xxl-16{height:16px!important}.h-px-xxl-20{height:20px!important}.h-px-xxl-25{height:25px!important}.h-px-xxl-30{height:30px!important}.h-px-xxl-35{height:35px!important}.h-px-xxl-40{height:40px!important}.h-px-xxl-42{height:42px!important}.h-px-xxl-50{height:50px!important}.h-px-xxl-60{height:60px!important}.h-px-xxl-65{height:65px!important}.h-px-xxl-70{height:70px!important}.h-px-xxl-75{height:75px!important}.h-px-xxl-80{height:80px!important}.h-px-xxl-90{height:90px!important}.h-px-xxl-100{height:100px!important}.h-px-xxl-107{height:107px!important}.h-px-xxl-110{height:110px!important}.h-px-xxl-125{height:125px!important}.h-px-xxl-130{height:130px!important}.h-px-xxl-191{height:191px!important}.h-px-xxl-200{height:200px!important}.h-px-xxl-205{height:205px!important}.h-px-xxl-250{height:250px!important}.h-px-xxl-300{height:300px!important}.h-px-xxl-335{height:335px!important}.h-px-xxl-400{height:400px!important}.h-px-xxl-450{height:450px!important}.h-px-xxl-500{height:500px!important}.h-px-xxl-650{height:650px!important}}@media (min-width:1600px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.object-fit-xxxl-contain{object-fit:contain!important}.object-fit-xxxl-cover{object-fit:cover!important}.object-fit-xxxl-fill{object-fit:fill!important}.object-fit-xxxl-scale{object-fit:scale-down!important}.object-fit-xxxl-none{object-fit:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-inline-grid{display:inline-grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-1{margin:.25rem!important}.m-xxxl-2{margin:.5rem!important}.m-xxxl-3{margin:1rem!important}.m-xxxl-4{margin:1.5rem!important}.m-xxxl-5{margin:3rem!important}.m-xxxl-6{margin:6rem!important}.m-xxxl-7{margin:12rem!important}.m-xxxl-8{margin:20rem!important}.m-xxxl-c45{margin:.45rem!important}.m-xxxl-c75{margin:.75rem!important}.m-xxxl-c1-25{margin:1.25rem!important}.m-xxxl-c1-75{margin:1.75rem!important}.m-xxxl-c2{margin:2rem!important}.m-xxxl-c2-25{margin:2.25rem!important}.m-xxxl-c2-75{margin:2.75rem!important}.m-xxxl-c3-75{margin:3.75rem!important}.m-xxxl-c4{margin:4rem!important}.m-xxxl-c4-5{margin:4.5rem!important}.m-xxxl-c4-75{margin:4.75rem!important}.m-xxxl-c5{margin:5rem!important}.m-xxxl-c6{margin:6rem!important}.m-xxxl-c7{margin:7rem!important}.m-xxxl-c5-px{margin:5px!important}.m-xxxl-c10-px{margin:10px!important}.m-xxxl-c15-px{margin:15px!important}.m-xxxl-c20-px{margin:20px!important}.m-xxxl-c30-px{margin:30px!important}.m-xxxl-c35-px{margin:35px!important}.m-xxxl-c40-px{margin:40px!important}.m-xxxl-c50-px{margin:50px!important}.m-xxxl-c60-px{margin:60px!important}.m-xxxl-c65-px{margin:65px!important}.m-xxxl-c70-px{margin:70px!important}.m-xxxl-c75-px{margin:75px!important}.m-xxxl-c80-px{margin:80px!important}.m-xxxl-c90-px{margin:90px!important}.m-xxxl-c100-px{margin:100px!important}.m-xxxl-c125-px{margin:125px!important}.m-xxxl-c130-px{margin:130px!important}.m-xxxl-c200-px{margin:200px!important}.m-xxxl-c250-px{margin:250px!important}.m-xxxl-c300-px{margin:300px!important}.m-xxxl-c400-px{margin:400px!important}.m-xxxl-c500-px{margin:500px!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:.25rem!important}.mt-xxxl-2{margin-top:.5rem!important}.mt-xxxl-3{margin-top:1rem!important}.mt-xxxl-4{margin-top:1.5rem!important}.mt-xxxl-5{margin-top:3rem!important}.mt-xxxl-6{margin-top:6rem!important}.mt-xxxl-7{margin-top:12rem!important}.mt-xxxl-8{margin-top:20rem!important}.mt-xxxl-c45{margin-top:.45rem!important}.mt-xxxl-c75{margin-top:.75rem!important}.mt-xxxl-c1-25{margin-top:1.25rem!important}.mt-xxxl-c1-75{margin-top:1.75rem!important}.mt-xxxl-c2{margin-top:2rem!important}.mt-xxxl-c2-25{margin-top:2.25rem!important}.mt-xxxl-c2-75{margin-top:2.75rem!important}.mt-xxxl-c3-75{margin-top:3.75rem!important}.mt-xxxl-c4{margin-top:4rem!important}.mt-xxxl-c4-5{margin-top:4.5rem!important}.mt-xxxl-c4-75{margin-top:4.75rem!important}.mt-xxxl-c5{margin-top:5rem!important}.mt-xxxl-c6{margin-top:6rem!important}.mt-xxxl-c7{margin-top:7rem!important}.mt-xxxl-c5-px{margin-top:5px!important}.mt-xxxl-c10-px{margin-top:10px!important}.mt-xxxl-c15-px{margin-top:15px!important}.mt-xxxl-c20-px{margin-top:20px!important}.mt-xxxl-c30-px{margin-top:30px!important}.mt-xxxl-c35-px{margin-top:35px!important}.mt-xxxl-c40-px{margin-top:40px!important}.mt-xxxl-c50-px{margin-top:50px!important}.mt-xxxl-c60-px{margin-top:60px!important}.mt-xxxl-c65-px{margin-top:65px!important}.mt-xxxl-c70-px{margin-top:70px!important}.mt-xxxl-c75-px{margin-top:75px!important}.mt-xxxl-c80-px{margin-top:80px!important}.mt-xxxl-c90-px{margin-top:90px!important}.mt-xxxl-c100-px{margin-top:100px!important}.mt-xxxl-c125-px{margin-top:125px!important}.mt-xxxl-c130-px{margin-top:130px!important}.mt-xxxl-c200-px{margin-top:200px!important}.mt-xxxl-c250-px{margin-top:250px!important}.mt-xxxl-c300-px{margin-top:300px!important}.mt-xxxl-c400-px{margin-top:400px!important}.mt-xxxl-c500-px{margin-top:500px!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:.25rem!important}.me-xxxl-2{margin-right:.5rem!important}.me-xxxl-3{margin-right:1rem!important}.me-xxxl-4{margin-right:1.5rem!important}.me-xxxl-5{margin-right:3rem!important}.me-xxxl-6{margin-right:6rem!important}.me-xxxl-7{margin-right:12rem!important}.me-xxxl-8{margin-right:20rem!important}.me-xxxl-c45{margin-right:.45rem!important}.me-xxxl-c75{margin-right:.75rem!important}.me-xxxl-c1-25{margin-right:1.25rem!important}.me-xxxl-c1-75{margin-right:1.75rem!important}.me-xxxl-c2{margin-right:2rem!important}.me-xxxl-c2-25{margin-right:2.25rem!important}.me-xxxl-c2-75{margin-right:2.75rem!important}.me-xxxl-c3-75{margin-right:3.75rem!important}.me-xxxl-c4{margin-right:4rem!important}.me-xxxl-c4-5{margin-right:4.5rem!important}.me-xxxl-c4-75{margin-right:4.75rem!important}.me-xxxl-c5{margin-right:5rem!important}.me-xxxl-c6{margin-right:6rem!important}.me-xxxl-c7{margin-right:7rem!important}.me-xxxl-c5-px{margin-right:5px!important}.me-xxxl-c10-px{margin-right:10px!important}.me-xxxl-c15-px{margin-right:15px!important}.me-xxxl-c20-px{margin-right:20px!important}.me-xxxl-c30-px{margin-right:30px!important}.me-xxxl-c35-px{margin-right:35px!important}.me-xxxl-c40-px{margin-right:40px!important}.me-xxxl-c50-px{margin-right:50px!important}.me-xxxl-c60-px{margin-right:60px!important}.me-xxxl-c65-px{margin-right:65px!important}.me-xxxl-c70-px{margin-right:70px!important}.me-xxxl-c75-px{margin-right:75px!important}.me-xxxl-c80-px{margin-right:80px!important}.me-xxxl-c90-px{margin-right:90px!important}.me-xxxl-c100-px{margin-right:100px!important}.me-xxxl-c125-px{margin-right:125px!important}.me-xxxl-c130-px{margin-right:130px!important}.me-xxxl-c200-px{margin-right:200px!important}.me-xxxl-c250-px{margin-right:250px!important}.me-xxxl-c300-px{margin-right:300px!important}.me-xxxl-c400-px{margin-right:400px!important}.me-xxxl-c500-px{margin-right:500px!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:.25rem!important}.mb-xxxl-2{margin-bottom:.5rem!important}.mb-xxxl-3{margin-bottom:1rem!important}.mb-xxxl-4{margin-bottom:1.5rem!important}.mb-xxxl-5{margin-bottom:3rem!important}.mb-xxxl-6{margin-bottom:6rem!important}.mb-xxxl-7{margin-bottom:12rem!important}.mb-xxxl-8{margin-bottom:20rem!important}.mb-xxxl-c45{margin-bottom:.45rem!important}.mb-xxxl-c75{margin-bottom:.75rem!important}.mb-xxxl-c1-25{margin-bottom:1.25rem!important}.mb-xxxl-c1-75{margin-bottom:1.75rem!important}.mb-xxxl-c2{margin-bottom:2rem!important}.mb-xxxl-c2-25{margin-bottom:2.25rem!important}.mb-xxxl-c2-75{margin-bottom:2.75rem!important}.mb-xxxl-c3-75{margin-bottom:3.75rem!important}.mb-xxxl-c4{margin-bottom:4rem!important}.mb-xxxl-c4-5{margin-bottom:4.5rem!important}.mb-xxxl-c4-75{margin-bottom:4.75rem!important}.mb-xxxl-c5{margin-bottom:5rem!important}.mb-xxxl-c6{margin-bottom:6rem!important}.mb-xxxl-c7{margin-bottom:7rem!important}.mb-xxxl-c5-px{margin-bottom:5px!important}.mb-xxxl-c10-px{margin-bottom:10px!important}.mb-xxxl-c15-px{margin-bottom:15px!important}.mb-xxxl-c20-px{margin-bottom:20px!important}.mb-xxxl-c30-px{margin-bottom:30px!important}.mb-xxxl-c35-px{margin-bottom:35px!important}.mb-xxxl-c40-px{margin-bottom:40px!important}.mb-xxxl-c50-px{margin-bottom:50px!important}.mb-xxxl-c60-px{margin-bottom:60px!important}.mb-xxxl-c65-px{margin-bottom:65px!important}.mb-xxxl-c70-px{margin-bottom:70px!important}.mb-xxxl-c75-px{margin-bottom:75px!important}.mb-xxxl-c80-px{margin-bottom:80px!important}.mb-xxxl-c90-px{margin-bottom:90px!important}.mb-xxxl-c100-px{margin-bottom:100px!important}.mb-xxxl-c125-px{margin-bottom:125px!important}.mb-xxxl-c130-px{margin-bottom:130px!important}.mb-xxxl-c200-px{margin-bottom:200px!important}.mb-xxxl-c250-px{margin-bottom:250px!important}.mb-xxxl-c300-px{margin-bottom:300px!important}.mb-xxxl-c400-px{margin-bottom:400px!important}.mb-xxxl-c500-px{margin-bottom:500px!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:.25rem!important}.ms-xxxl-2{margin-left:.5rem!important}.ms-xxxl-3{margin-left:1rem!important}.ms-xxxl-4{margin-left:1.5rem!important}.ms-xxxl-5{margin-left:3rem!important}.ms-xxxl-6{margin-left:6rem!important}.ms-xxxl-7{margin-left:12rem!important}.ms-xxxl-8{margin-left:20rem!important}.ms-xxxl-c45{margin-left:.45rem!important}.ms-xxxl-c75{margin-left:.75rem!important}.ms-xxxl-c1-25{margin-left:1.25rem!important}.ms-xxxl-c1-75{margin-left:1.75rem!important}.ms-xxxl-c2{margin-left:2rem!important}.ms-xxxl-c2-25{margin-left:2.25rem!important}.ms-xxxl-c2-75{margin-left:2.75rem!important}.ms-xxxl-c3-75{margin-left:3.75rem!important}.ms-xxxl-c4{margin-left:4rem!important}.ms-xxxl-c4-5{margin-left:4.5rem!important}.ms-xxxl-c4-75{margin-left:4.75rem!important}.ms-xxxl-c5{margin-left:5rem!important}.ms-xxxl-c6{margin-left:6rem!important}.ms-xxxl-c7{margin-left:7rem!important}.ms-xxxl-c5-px{margin-left:5px!important}.ms-xxxl-c10-px{margin-left:10px!important}.ms-xxxl-c15-px{margin-left:15px!important}.ms-xxxl-c20-px{margin-left:20px!important}.ms-xxxl-c30-px{margin-left:30px!important}.ms-xxxl-c35-px{margin-left:35px!important}.ms-xxxl-c40-px{margin-left:40px!important}.ms-xxxl-c50-px{margin-left:50px!important}.ms-xxxl-c60-px{margin-left:60px!important}.ms-xxxl-c65-px{margin-left:65px!important}.ms-xxxl-c70-px{margin-left:70px!important}.ms-xxxl-c75-px{margin-left:75px!important}.ms-xxxl-c80-px{margin-left:80px!important}.ms-xxxl-c90-px{margin-left:90px!important}.ms-xxxl-c100-px{margin-left:100px!important}.ms-xxxl-c125-px{margin-left:125px!important}.ms-xxxl-c130-px{margin-left:130px!important}.ms-xxxl-c200-px{margin-left:200px!important}.ms-xxxl-c250-px{margin-left:250px!important}.ms-xxxl-c300-px{margin-left:300px!important}.ms-xxxl-c400-px{margin-left:400px!important}.ms-xxxl-c500-px{margin-left:500px!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n1{margin:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.m-xxxl-n6{margin:-6rem!important}.m-xxxl-n7{margin:-12rem!important}.m-xxxl-n8{margin:-20rem!important}.m-xxxl-nc45{margin:-.45rem!important}.m-xxxl-nc75{margin:-.75rem!important}.m-xxxl-nc1-25{margin:-1.25rem!important}.m-xxxl-nc1-75{margin:-1.75rem!important}.m-xxxl-nc2{margin:-2rem!important}.m-xxxl-nc2-25{margin:-2.25rem!important}.m-xxxl-nc2-75{margin:-2.75rem!important}.m-xxxl-nc3-75{margin:-3.75rem!important}.m-xxxl-nc4{margin:-4rem!important}.m-xxxl-nc4-5{margin:-4.5rem!important}.m-xxxl-nc4-75{margin:-4.75rem!important}.m-xxxl-nc5{margin:-5rem!important}.m-xxxl-nc6{margin:-6rem!important}.m-xxxl-nc7{margin:-7rem!important}.m-xxxl-nc5-px{margin:-5px!important}.m-xxxl-nc10-px{margin:-10px!important}.m-xxxl-nc15-px{margin:-15px!important}.m-xxxl-nc20-px{margin:-20px!important}.m-xxxl-nc30-px{margin:-30px!important}.m-xxxl-nc35-px{margin:-35px!important}.m-xxxl-nc40-px{margin:-40px!important}.m-xxxl-nc50-px{margin:-50px!important}.m-xxxl-nc60-px{margin:-60px!important}.m-xxxl-nc65-px{margin:-65px!important}.m-xxxl-nc70-px{margin:-70px!important}.m-xxxl-nc75-px{margin:-75px!important}.m-xxxl-nc80-px{margin:-80px!important}.m-xxxl-nc90-px{margin:-90px!important}.m-xxxl-nc100-px{margin:-100px!important}.m-xxxl-nc125-px{margin:-125px!important}.m-xxxl-nc130-px{margin:-130px!important}.m-xxxl-nc200-px{margin:-200px!important}.m-xxxl-nc250-px{margin:-250px!important}.m-xxxl-nc300-px{margin:-300px!important}.m-xxxl-nc400-px{margin:-400px!important}.m-xxxl-nc500-px{margin:-500px!important}.mx-xxxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxxl-n1{margin-top:-.25rem!important}.mt-xxxl-n2{margin-top:-.5rem!important}.mt-xxxl-n3{margin-top:-1rem!important}.mt-xxxl-n4{margin-top:-1.5rem!important}.mt-xxxl-n5{margin-top:-3rem!important}.mt-xxxl-n6{margin-top:-6rem!important}.mt-xxxl-n7{margin-top:-12rem!important}.mt-xxxl-n8{margin-top:-20rem!important}.mt-xxxl-nc45{margin-top:-.45rem!important}.mt-xxxl-nc75{margin-top:-.75rem!important}.mt-xxxl-nc1-25{margin-top:-1.25rem!important}.mt-xxxl-nc1-75{margin-top:-1.75rem!important}.mt-xxxl-nc2{margin-top:-2rem!important}.mt-xxxl-nc2-25{margin-top:-2.25rem!important}.mt-xxxl-nc2-75{margin-top:-2.75rem!important}.mt-xxxl-nc3-75{margin-top:-3.75rem!important}.mt-xxxl-nc4{margin-top:-4rem!important}.mt-xxxl-nc4-5{margin-top:-4.5rem!important}.mt-xxxl-nc4-75{margin-top:-4.75rem!important}.mt-xxxl-nc5{margin-top:-5rem!important}.mt-xxxl-nc6{margin-top:-6rem!important}.mt-xxxl-nc7{margin-top:-7rem!important}.mt-xxxl-nc5-px{margin-top:-5px!important}.mt-xxxl-nc10-px{margin-top:-10px!important}.mt-xxxl-nc15-px{margin-top:-15px!important}.mt-xxxl-nc20-px{margin-top:-20px!important}.mt-xxxl-nc30-px{margin-top:-30px!important}.mt-xxxl-nc35-px{margin-top:-35px!important}.mt-xxxl-nc40-px{margin-top:-40px!important}.mt-xxxl-nc50-px{margin-top:-50px!important}.mt-xxxl-nc60-px{margin-top:-60px!important}.mt-xxxl-nc65-px{margin-top:-65px!important}.mt-xxxl-nc70-px{margin-top:-70px!important}.mt-xxxl-nc75-px{margin-top:-75px!important}.mt-xxxl-nc80-px{margin-top:-80px!important}.mt-xxxl-nc90-px{margin-top:-90px!important}.mt-xxxl-nc100-px{margin-top:-100px!important}.mt-xxxl-nc125-px{margin-top:-125px!important}.mt-xxxl-nc130-px{margin-top:-130px!important}.mt-xxxl-nc200-px{margin-top:-200px!important}.mt-xxxl-nc250-px{margin-top:-250px!important}.mt-xxxl-nc300-px{margin-top:-300px!important}.mt-xxxl-nc400-px{margin-top:-400px!important}.mt-xxxl-nc500-px{margin-top:-500px!important}.me-xxxl-n1{margin-right:-.25rem!important}.me-xxxl-n2{margin-right:-.5rem!important}.me-xxxl-n3{margin-right:-1rem!important}.me-xxxl-n4{margin-right:-1.5rem!important}.me-xxxl-n5{margin-right:-3rem!important}.me-xxxl-n6{margin-right:-6rem!important}.me-xxxl-n7{margin-right:-12rem!important}.me-xxxl-n8{margin-right:-20rem!important}.me-xxxl-nc45{margin-right:-.45rem!important}.me-xxxl-nc75{margin-right:-.75rem!important}.me-xxxl-nc1-25{margin-right:-1.25rem!important}.me-xxxl-nc1-75{margin-right:-1.75rem!important}.me-xxxl-nc2{margin-right:-2rem!important}.me-xxxl-nc2-25{margin-right:-2.25rem!important}.me-xxxl-nc2-75{margin-right:-2.75rem!important}.me-xxxl-nc3-75{margin-right:-3.75rem!important}.me-xxxl-nc4{margin-right:-4rem!important}.me-xxxl-nc4-5{margin-right:-4.5rem!important}.me-xxxl-nc4-75{margin-right:-4.75rem!important}.me-xxxl-nc5{margin-right:-5rem!important}.me-xxxl-nc6{margin-right:-6rem!important}.me-xxxl-nc7{margin-right:-7rem!important}.me-xxxl-nc5-px{margin-right:-5px!important}.me-xxxl-nc10-px{margin-right:-10px!important}.me-xxxl-nc15-px{margin-right:-15px!important}.me-xxxl-nc20-px{margin-right:-20px!important}.me-xxxl-nc30-px{margin-right:-30px!important}.me-xxxl-nc35-px{margin-right:-35px!important}.me-xxxl-nc40-px{margin-right:-40px!important}.me-xxxl-nc50-px{margin-right:-50px!important}.me-xxxl-nc60-px{margin-right:-60px!important}.me-xxxl-nc65-px{margin-right:-65px!important}.me-xxxl-nc70-px{margin-right:-70px!important}.me-xxxl-nc75-px{margin-right:-75px!important}.me-xxxl-nc80-px{margin-right:-80px!important}.me-xxxl-nc90-px{margin-right:-90px!important}.me-xxxl-nc100-px{margin-right:-100px!important}.me-xxxl-nc125-px{margin-right:-125px!important}.me-xxxl-nc130-px{margin-right:-130px!important}.me-xxxl-nc200-px{margin-right:-200px!important}.me-xxxl-nc250-px{margin-right:-250px!important}.me-xxxl-nc300-px{margin-right:-300px!important}.me-xxxl-nc400-px{margin-right:-400px!important}.me-xxxl-nc500-px{margin-right:-500px!important}.mb-xxxl-n1{margin-bottom:-.25rem!important}.mb-xxxl-n2{margin-bottom:-.5rem!important}.mb-xxxl-n3{margin-bottom:-1rem!important}.mb-xxxl-n4{margin-bottom:-1.5rem!important}.mb-xxxl-n5{margin-bottom:-3rem!important}.mb-xxxl-n6{margin-bottom:-6rem!important}.mb-xxxl-n7{margin-bottom:-12rem!important}.mb-xxxl-n8{margin-bottom:-20rem!important}.mb-xxxl-nc45{margin-bottom:-.45rem!important}.mb-xxxl-nc75{margin-bottom:-.75rem!important}.mb-xxxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxxl-nc2{margin-bottom:-2rem!important}.mb-xxxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxxl-nc4{margin-bottom:-4rem!important}.mb-xxxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxxl-nc5{margin-bottom:-5rem!important}.mb-xxxl-nc6{margin-bottom:-6rem!important}.mb-xxxl-nc7{margin-bottom:-7rem!important}.mb-xxxl-nc5-px{margin-bottom:-5px!important}.mb-xxxl-nc10-px{margin-bottom:-10px!important}.mb-xxxl-nc15-px{margin-bottom:-15px!important}.mb-xxxl-nc20-px{margin-bottom:-20px!important}.mb-xxxl-nc30-px{margin-bottom:-30px!important}.mb-xxxl-nc35-px{margin-bottom:-35px!important}.mb-xxxl-nc40-px{margin-bottom:-40px!important}.mb-xxxl-nc50-px{margin-bottom:-50px!important}.mb-xxxl-nc60-px{margin-bottom:-60px!important}.mb-xxxl-nc65-px{margin-bottom:-65px!important}.mb-xxxl-nc70-px{margin-bottom:-70px!important}.mb-xxxl-nc75-px{margin-bottom:-75px!important}.mb-xxxl-nc80-px{margin-bottom:-80px!important}.mb-xxxl-nc90-px{margin-bottom:-90px!important}.mb-xxxl-nc100-px{margin-bottom:-100px!important}.mb-xxxl-nc125-px{margin-bottom:-125px!important}.mb-xxxl-nc130-px{margin-bottom:-130px!important}.mb-xxxl-nc200-px{margin-bottom:-200px!important}.mb-xxxl-nc250-px{margin-bottom:-250px!important}.mb-xxxl-nc300-px{margin-bottom:-300px!important}.mb-xxxl-nc400-px{margin-bottom:-400px!important}.mb-xxxl-nc500-px{margin-bottom:-500px!important}.ms-xxxl-n1{margin-left:-.25rem!important}.ms-xxxl-n2{margin-left:-.5rem!important}.ms-xxxl-n3{margin-left:-1rem!important}.ms-xxxl-n4{margin-left:-1.5rem!important}.ms-xxxl-n5{margin-left:-3rem!important}.ms-xxxl-n6{margin-left:-6rem!important}.ms-xxxl-n7{margin-left:-12rem!important}.ms-xxxl-n8{margin-left:-20rem!important}.ms-xxxl-nc45{margin-left:-.45rem!important}.ms-xxxl-nc75{margin-left:-.75rem!important}.ms-xxxl-nc1-25{margin-left:-1.25rem!important}.ms-xxxl-nc1-75{margin-left:-1.75rem!important}.ms-xxxl-nc2{margin-left:-2rem!important}.ms-xxxl-nc2-25{margin-left:-2.25rem!important}.ms-xxxl-nc2-75{margin-left:-2.75rem!important}.ms-xxxl-nc3-75{margin-left:-3.75rem!important}.ms-xxxl-nc4{margin-left:-4rem!important}.ms-xxxl-nc4-5{margin-left:-4.5rem!important}.ms-xxxl-nc4-75{margin-left:-4.75rem!important}.ms-xxxl-nc5{margin-left:-5rem!important}.ms-xxxl-nc6{margin-left:-6rem!important}.ms-xxxl-nc7{margin-left:-7rem!important}.ms-xxxl-nc5-px{margin-left:-5px!important}.ms-xxxl-nc10-px{margin-left:-10px!important}.ms-xxxl-nc15-px{margin-left:-15px!important}.ms-xxxl-nc20-px{margin-left:-20px!important}.ms-xxxl-nc30-px{margin-left:-30px!important}.ms-xxxl-nc35-px{margin-left:-35px!important}.ms-xxxl-nc40-px{margin-left:-40px!important}.ms-xxxl-nc50-px{margin-left:-50px!important}.ms-xxxl-nc60-px{margin-left:-60px!important}.ms-xxxl-nc65-px{margin-left:-65px!important}.ms-xxxl-nc70-px{margin-left:-70px!important}.ms-xxxl-nc75-px{margin-left:-75px!important}.ms-xxxl-nc80-px{margin-left:-80px!important}.ms-xxxl-nc90-px{margin-left:-90px!important}.ms-xxxl-nc100-px{margin-left:-100px!important}.ms-xxxl-nc125-px{margin-left:-125px!important}.ms-xxxl-nc130-px{margin-left:-130px!important}.ms-xxxl-nc200-px{margin-left:-200px!important}.ms-xxxl-nc250-px{margin-left:-250px!important}.ms-xxxl-nc300-px{margin-left:-300px!important}.ms-xxxl-nc400-px{margin-left:-400px!important}.ms-xxxl-nc500-px{margin-left:-500px!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:.25rem!important}.p-xxxl-2{padding:.5rem!important}.p-xxxl-3{padding:1rem!important}.p-xxxl-4{padding:1.5rem!important}.p-xxxl-5{padding:3rem!important}.p-xxxl-6{padding:6rem!important}.p-xxxl-7{padding:12rem!important}.p-xxxl-8{padding:20rem!important}.p-xxxl-c45{padding:.45rem!important}.p-xxxl-c75{padding:.75rem!important}.p-xxxl-c1-25{padding:1.25rem!important}.p-xxxl-c1-75{padding:1.75rem!important}.p-xxxl-c2{padding:2rem!important}.p-xxxl-c2-25{padding:2.25rem!important}.p-xxxl-c2-75{padding:2.75rem!important}.p-xxxl-c3-75{padding:3.75rem!important}.p-xxxl-c4{padding:4rem!important}.p-xxxl-c4-5{padding:4.5rem!important}.p-xxxl-c4-75{padding:4.75rem!important}.p-xxxl-c5{padding:5rem!important}.p-xxxl-c6{padding:6rem!important}.p-xxxl-c7{padding:7rem!important}.p-xxxl-c5-px{padding:5px!important}.p-xxxl-c10-px{padding:10px!important}.p-xxxl-c15-px{padding:15px!important}.p-xxxl-c20-px{padding:20px!important}.p-xxxl-c30-px{padding:30px!important}.p-xxxl-c35-px{padding:35px!important}.p-xxxl-c40-px{padding:40px!important}.p-xxxl-c50-px{padding:50px!important}.p-xxxl-c60-px{padding:60px!important}.p-xxxl-c65-px{padding:65px!important}.p-xxxl-c70-px{padding:70px!important}.p-xxxl-c75-px{padding:75px!important}.p-xxxl-c80-px{padding:80px!important}.p-xxxl-c90-px{padding:90px!important}.p-xxxl-c100-px{padding:100px!important}.p-xxxl-c125-px{padding:125px!important}.p-xxxl-c130-px{padding:130px!important}.p-xxxl-c200-px{padding:200px!important}.p-xxxl-c250-px{padding:250px!important}.p-xxxl-c300-px{padding:300px!important}.p-xxxl-c400-px{padding:400px!important}.p-xxxl-c500-px{padding:500px!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:.25rem!important}.pt-xxxl-2{padding-top:.5rem!important}.pt-xxxl-3{padding-top:1rem!important}.pt-xxxl-4{padding-top:1.5rem!important}.pt-xxxl-5{padding-top:3rem!important}.pt-xxxl-6{padding-top:6rem!important}.pt-xxxl-7{padding-top:12rem!important}.pt-xxxl-8{padding-top:20rem!important}.pt-xxxl-c45{padding-top:.45rem!important}.pt-xxxl-c75{padding-top:.75rem!important}.pt-xxxl-c1-25{padding-top:1.25rem!important}.pt-xxxl-c1-75{padding-top:1.75rem!important}.pt-xxxl-c2{padding-top:2rem!important}.pt-xxxl-c2-25{padding-top:2.25rem!important}.pt-xxxl-c2-75{padding-top:2.75rem!important}.pt-xxxl-c3-75{padding-top:3.75rem!important}.pt-xxxl-c4{padding-top:4rem!important}.pt-xxxl-c4-5{padding-top:4.5rem!important}.pt-xxxl-c4-75{padding-top:4.75rem!important}.pt-xxxl-c5{padding-top:5rem!important}.pt-xxxl-c6{padding-top:6rem!important}.pt-xxxl-c7{padding-top:7rem!important}.pt-xxxl-c5-px{padding-top:5px!important}.pt-xxxl-c10-px{padding-top:10px!important}.pt-xxxl-c15-px{padding-top:15px!important}.pt-xxxl-c20-px{padding-top:20px!important}.pt-xxxl-c30-px{padding-top:30px!important}.pt-xxxl-c35-px{padding-top:35px!important}.pt-xxxl-c40-px{padding-top:40px!important}.pt-xxxl-c50-px{padding-top:50px!important}.pt-xxxl-c60-px{padding-top:60px!important}.pt-xxxl-c65-px{padding-top:65px!important}.pt-xxxl-c70-px{padding-top:70px!important}.pt-xxxl-c75-px{padding-top:75px!important}.pt-xxxl-c80-px{padding-top:80px!important}.pt-xxxl-c90-px{padding-top:90px!important}.pt-xxxl-c100-px{padding-top:100px!important}.pt-xxxl-c125-px{padding-top:125px!important}.pt-xxxl-c130-px{padding-top:130px!important}.pt-xxxl-c200-px{padding-top:200px!important}.pt-xxxl-c250-px{padding-top:250px!important}.pt-xxxl-c300-px{padding-top:300px!important}.pt-xxxl-c400-px{padding-top:400px!important}.pt-xxxl-c500-px{padding-top:500px!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:.25rem!important}.pe-xxxl-2{padding-right:.5rem!important}.pe-xxxl-3{padding-right:1rem!important}.pe-xxxl-4{padding-right:1.5rem!important}.pe-xxxl-5{padding-right:3rem!important}.pe-xxxl-6{padding-right:6rem!important}.pe-xxxl-7{padding-right:12rem!important}.pe-xxxl-8{padding-right:20rem!important}.pe-xxxl-c45{padding-right:.45rem!important}.pe-xxxl-c75{padding-right:.75rem!important}.pe-xxxl-c1-25{padding-right:1.25rem!important}.pe-xxxl-c1-75{padding-right:1.75rem!important}.pe-xxxl-c2{padding-right:2rem!important}.pe-xxxl-c2-25{padding-right:2.25rem!important}.pe-xxxl-c2-75{padding-right:2.75rem!important}.pe-xxxl-c3-75{padding-right:3.75rem!important}.pe-xxxl-c4{padding-right:4rem!important}.pe-xxxl-c4-5{padding-right:4.5rem!important}.pe-xxxl-c4-75{padding-right:4.75rem!important}.pe-xxxl-c5{padding-right:5rem!important}.pe-xxxl-c6{padding-right:6rem!important}.pe-xxxl-c7{padding-right:7rem!important}.pe-xxxl-c5-px{padding-right:5px!important}.pe-xxxl-c10-px{padding-right:10px!important}.pe-xxxl-c15-px{padding-right:15px!important}.pe-xxxl-c20-px{padding-right:20px!important}.pe-xxxl-c30-px{padding-right:30px!important}.pe-xxxl-c35-px{padding-right:35px!important}.pe-xxxl-c40-px{padding-right:40px!important}.pe-xxxl-c50-px{padding-right:50px!important}.pe-xxxl-c60-px{padding-right:60px!important}.pe-xxxl-c65-px{padding-right:65px!important}.pe-xxxl-c70-px{padding-right:70px!important}.pe-xxxl-c75-px{padding-right:75px!important}.pe-xxxl-c80-px{padding-right:80px!important}.pe-xxxl-c90-px{padding-right:90px!important}.pe-xxxl-c100-px{padding-right:100px!important}.pe-xxxl-c125-px{padding-right:125px!important}.pe-xxxl-c130-px{padding-right:130px!important}.pe-xxxl-c200-px{padding-right:200px!important}.pe-xxxl-c250-px{padding-right:250px!important}.pe-xxxl-c300-px{padding-right:300px!important}.pe-xxxl-c400-px{padding-right:400px!important}.pe-xxxl-c500-px{padding-right:500px!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:.25rem!important}.pb-xxxl-2{padding-bottom:.5rem!important}.pb-xxxl-3{padding-bottom:1rem!important}.pb-xxxl-4{padding-bottom:1.5rem!important}.pb-xxxl-5{padding-bottom:3rem!important}.pb-xxxl-6{padding-bottom:6rem!important}.pb-xxxl-7{padding-bottom:12rem!important}.pb-xxxl-8{padding-bottom:20rem!important}.pb-xxxl-c45{padding-bottom:.45rem!important}.pb-xxxl-c75{padding-bottom:.75rem!important}.pb-xxxl-c1-25{padding-bottom:1.25rem!important}.pb-xxxl-c1-75{padding-bottom:1.75rem!important}.pb-xxxl-c2{padding-bottom:2rem!important}.pb-xxxl-c2-25{padding-bottom:2.25rem!important}.pb-xxxl-c2-75{padding-bottom:2.75rem!important}.pb-xxxl-c3-75{padding-bottom:3.75rem!important}.pb-xxxl-c4{padding-bottom:4rem!important}.pb-xxxl-c4-5{padding-bottom:4.5rem!important}.pb-xxxl-c4-75{padding-bottom:4.75rem!important}.pb-xxxl-c5{padding-bottom:5rem!important}.pb-xxxl-c6{padding-bottom:6rem!important}.pb-xxxl-c7{padding-bottom:7rem!important}.pb-xxxl-c5-px{padding-bottom:5px!important}.pb-xxxl-c10-px{padding-bottom:10px!important}.pb-xxxl-c15-px{padding-bottom:15px!important}.pb-xxxl-c20-px{padding-bottom:20px!important}.pb-xxxl-c30-px{padding-bottom:30px!important}.pb-xxxl-c35-px{padding-bottom:35px!important}.pb-xxxl-c40-px{padding-bottom:40px!important}.pb-xxxl-c50-px{padding-bottom:50px!important}.pb-xxxl-c60-px{padding-bottom:60px!important}.pb-xxxl-c65-px{padding-bottom:65px!important}.pb-xxxl-c70-px{padding-bottom:70px!important}.pb-xxxl-c75-px{padding-bottom:75px!important}.pb-xxxl-c80-px{padding-bottom:80px!important}.pb-xxxl-c90-px{padding-bottom:90px!important}.pb-xxxl-c100-px{padding-bottom:100px!important}.pb-xxxl-c125-px{padding-bottom:125px!important}.pb-xxxl-c130-px{padding-bottom:130px!important}.pb-xxxl-c200-px{padding-bottom:200px!important}.pb-xxxl-c250-px{padding-bottom:250px!important}.pb-xxxl-c300-px{padding-bottom:300px!important}.pb-xxxl-c400-px{padding-bottom:400px!important}.pb-xxxl-c500-px{padding-bottom:500px!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:.25rem!important}.ps-xxxl-2{padding-left:.5rem!important}.ps-xxxl-3{padding-left:1rem!important}.ps-xxxl-4{padding-left:1.5rem!important}.ps-xxxl-5{padding-left:3rem!important}.ps-xxxl-6{padding-left:6rem!important}.ps-xxxl-7{padding-left:12rem!important}.ps-xxxl-8{padding-left:20rem!important}.ps-xxxl-c45{padding-left:.45rem!important}.ps-xxxl-c75{padding-left:.75rem!important}.ps-xxxl-c1-25{padding-left:1.25rem!important}.ps-xxxl-c1-75{padding-left:1.75rem!important}.ps-xxxl-c2{padding-left:2rem!important}.ps-xxxl-c2-25{padding-left:2.25rem!important}.ps-xxxl-c2-75{padding-left:2.75rem!important}.ps-xxxl-c3-75{padding-left:3.75rem!important}.ps-xxxl-c4{padding-left:4rem!important}.ps-xxxl-c4-5{padding-left:4.5rem!important}.ps-xxxl-c4-75{padding-left:4.75rem!important}.ps-xxxl-c5{padding-left:5rem!important}.ps-xxxl-c6{padding-left:6rem!important}.ps-xxxl-c7{padding-left:7rem!important}.ps-xxxl-c5-px{padding-left:5px!important}.ps-xxxl-c10-px{padding-left:10px!important}.ps-xxxl-c15-px{padding-left:15px!important}.ps-xxxl-c20-px{padding-left:20px!important}.ps-xxxl-c30-px{padding-left:30px!important}.ps-xxxl-c35-px{padding-left:35px!important}.ps-xxxl-c40-px{padding-left:40px!important}.ps-xxxl-c50-px{padding-left:50px!important}.ps-xxxl-c60-px{padding-left:60px!important}.ps-xxxl-c65-px{padding-left:65px!important}.ps-xxxl-c70-px{padding-left:70px!important}.ps-xxxl-c75-px{padding-left:75px!important}.ps-xxxl-c80-px{padding-left:80px!important}.ps-xxxl-c90-px{padding-left:90px!important}.ps-xxxl-c100-px{padding-left:100px!important}.ps-xxxl-c125-px{padding-left:125px!important}.ps-xxxl-c130-px{padding-left:130px!important}.ps-xxxl-c200-px{padding-left:200px!important}.ps-xxxl-c250-px{padding-left:250px!important}.ps-xxxl-c300-px{padding-left:300px!important}.ps-xxxl-c400-px{padding-left:400px!important}.ps-xxxl-c500-px{padding-left:500px!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:.25rem!important}.gap-xxxl-2{gap:.5rem!important}.gap-xxxl-3{gap:1rem!important}.gap-xxxl-4{gap:1.5rem!important}.gap-xxxl-5{gap:3rem!important}.gap-xxxl-6{gap:6rem!important}.gap-xxxl-7{gap:12rem!important}.gap-xxxl-8{gap:20rem!important}.gap-xxxl-c45{gap:.45rem!important}.gap-xxxl-c75{gap:.75rem!important}.gap-xxxl-c1-25{gap:1.25rem!important}.gap-xxxl-c1-75{gap:1.75rem!important}.gap-xxxl-c2{gap:2rem!important}.gap-xxxl-c2-25{gap:2.25rem!important}.gap-xxxl-c2-75{gap:2.75rem!important}.gap-xxxl-c3-75{gap:3.75rem!important}.gap-xxxl-c4{gap:4rem!important}.gap-xxxl-c4-5{gap:4.5rem!important}.gap-xxxl-c4-75{gap:4.75rem!important}.gap-xxxl-c5{gap:5rem!important}.gap-xxxl-c6{gap:6rem!important}.gap-xxxl-c7{gap:7rem!important}.gap-xxxl-c5-px{gap:5px!important}.gap-xxxl-c10-px{gap:10px!important}.gap-xxxl-c15-px{gap:15px!important}.gap-xxxl-c20-px{gap:20px!important}.gap-xxxl-c30-px{gap:30px!important}.gap-xxxl-c35-px{gap:35px!important}.gap-xxxl-c40-px{gap:40px!important}.gap-xxxl-c50-px{gap:50px!important}.gap-xxxl-c60-px{gap:60px!important}.gap-xxxl-c65-px{gap:65px!important}.gap-xxxl-c70-px{gap:70px!important}.gap-xxxl-c75-px{gap:75px!important}.gap-xxxl-c80-px{gap:80px!important}.gap-xxxl-c90-px{gap:90px!important}.gap-xxxl-c100-px{gap:100px!important}.gap-xxxl-c125-px{gap:125px!important}.gap-xxxl-c130-px{gap:130px!important}.gap-xxxl-c200-px{gap:200px!important}.gap-xxxl-c250-px{gap:250px!important}.gap-xxxl-c300-px{gap:300px!important}.gap-xxxl-c400-px{gap:400px!important}.gap-xxxl-c500-px{gap:500px!important}.row-gap-xxxl-0{row-gap:0!important}.row-gap-xxxl-1{row-gap:.25rem!important}.row-gap-xxxl-2{row-gap:.5rem!important}.row-gap-xxxl-3{row-gap:1rem!important}.row-gap-xxxl-4{row-gap:1.5rem!important}.row-gap-xxxl-5{row-gap:3rem!important}.row-gap-xxxl-6{row-gap:6rem!important}.row-gap-xxxl-7{row-gap:12rem!important}.row-gap-xxxl-8{row-gap:20rem!important}.row-gap-xxxl-c45{row-gap:.45rem!important}.row-gap-xxxl-c75{row-gap:.75rem!important}.row-gap-xxxl-c1-25{row-gap:1.25rem!important}.row-gap-xxxl-c1-75{row-gap:1.75rem!important}.row-gap-xxxl-c2{row-gap:2rem!important}.row-gap-xxxl-c2-25{row-gap:2.25rem!important}.row-gap-xxxl-c2-75{row-gap:2.75rem!important}.row-gap-xxxl-c3-75{row-gap:3.75rem!important}.row-gap-xxxl-c4{row-gap:4rem!important}.row-gap-xxxl-c4-5{row-gap:4.5rem!important}.row-gap-xxxl-c4-75{row-gap:4.75rem!important}.row-gap-xxxl-c5{row-gap:5rem!important}.row-gap-xxxl-c6{row-gap:6rem!important}.row-gap-xxxl-c7{row-gap:7rem!important}.row-gap-xxxl-c5-px{row-gap:5px!important}.row-gap-xxxl-c10-px{row-gap:10px!important}.row-gap-xxxl-c15-px{row-gap:15px!important}.row-gap-xxxl-c20-px{row-gap:20px!important}.row-gap-xxxl-c30-px{row-gap:30px!important}.row-gap-xxxl-c35-px{row-gap:35px!important}.row-gap-xxxl-c40-px{row-gap:40px!important}.row-gap-xxxl-c50-px{row-gap:50px!important}.row-gap-xxxl-c60-px{row-gap:60px!important}.row-gap-xxxl-c65-px{row-gap:65px!important}.row-gap-xxxl-c70-px{row-gap:70px!important}.row-gap-xxxl-c75-px{row-gap:75px!important}.row-gap-xxxl-c80-px{row-gap:80px!important}.row-gap-xxxl-c90-px{row-gap:90px!important}.row-gap-xxxl-c100-px{row-gap:100px!important}.row-gap-xxxl-c125-px{row-gap:125px!important}.row-gap-xxxl-c130-px{row-gap:130px!important}.row-gap-xxxl-c200-px{row-gap:200px!important}.row-gap-xxxl-c250-px{row-gap:250px!important}.row-gap-xxxl-c300-px{row-gap:300px!important}.row-gap-xxxl-c400-px{row-gap:400px!important}.row-gap-xxxl-c500-px{row-gap:500px!important}.column-gap-xxxl-0{column-gap:0!important}.column-gap-xxxl-1{column-gap:.25rem!important}.column-gap-xxxl-2{column-gap:.5rem!important}.column-gap-xxxl-3{column-gap:1rem!important}.column-gap-xxxl-4{column-gap:1.5rem!important}.column-gap-xxxl-5{column-gap:3rem!important}.column-gap-xxxl-6{column-gap:6rem!important}.column-gap-xxxl-7{column-gap:12rem!important}.column-gap-xxxl-8{column-gap:20rem!important}.column-gap-xxxl-c45{column-gap:.45rem!important}.column-gap-xxxl-c75{column-gap:.75rem!important}.column-gap-xxxl-c1-25{column-gap:1.25rem!important}.column-gap-xxxl-c1-75{column-gap:1.75rem!important}.column-gap-xxxl-c2{column-gap:2rem!important}.column-gap-xxxl-c2-25{column-gap:2.25rem!important}.column-gap-xxxl-c2-75{column-gap:2.75rem!important}.column-gap-xxxl-c3-75{column-gap:3.75rem!important}.column-gap-xxxl-c4{column-gap:4rem!important}.column-gap-xxxl-c4-5{column-gap:4.5rem!important}.column-gap-xxxl-c4-75{column-gap:4.75rem!important}.column-gap-xxxl-c5{column-gap:5rem!important}.column-gap-xxxl-c6{column-gap:6rem!important}.column-gap-xxxl-c7{column-gap:7rem!important}.column-gap-xxxl-c5-px{column-gap:5px!important}.column-gap-xxxl-c10-px{column-gap:10px!important}.column-gap-xxxl-c15-px{column-gap:15px!important}.column-gap-xxxl-c20-px{column-gap:20px!important}.column-gap-xxxl-c30-px{column-gap:30px!important}.column-gap-xxxl-c35-px{column-gap:35px!important}.column-gap-xxxl-c40-px{column-gap:40px!important}.column-gap-xxxl-c50-px{column-gap:50px!important}.column-gap-xxxl-c60-px{column-gap:60px!important}.column-gap-xxxl-c65-px{column-gap:65px!important}.column-gap-xxxl-c70-px{column-gap:70px!important}.column-gap-xxxl-c75-px{column-gap:75px!important}.column-gap-xxxl-c80-px{column-gap:80px!important}.column-gap-xxxl-c90-px{column-gap:90px!important}.column-gap-xxxl-c100-px{column-gap:100px!important}.column-gap-xxxl-c125-px{column-gap:125px!important}.column-gap-xxxl-c130-px{column-gap:130px!important}.column-gap-xxxl-c200-px{column-gap:200px!important}.column-gap-xxxl-c250-px{column-gap:250px!important}.column-gap-xxxl-c300-px{column-gap:300px!important}.column-gap-xxxl-c400-px{column-gap:400px!important}.column-gap-xxxl-c500-px{column-gap:500px!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}.h-px-xxxl-0{height:0!important}.h-px-xxxl-5{height:5px!important}.h-px-xxxl-10{height:10px!important}.h-px-xxxl-15{height:15px!important}.h-px-xxxl-16{height:16px!important}.h-px-xxxl-20{height:20px!important}.h-px-xxxl-25{height:25px!important}.h-px-xxxl-30{height:30px!important}.h-px-xxxl-35{height:35px!important}.h-px-xxxl-40{height:40px!important}.h-px-xxxl-42{height:42px!important}.h-px-xxxl-50{height:50px!important}.h-px-xxxl-60{height:60px!important}.h-px-xxxl-65{height:65px!important}.h-px-xxxl-70{height:70px!important}.h-px-xxxl-75{height:75px!important}.h-px-xxxl-80{height:80px!important}.h-px-xxxl-90{height:90px!important}.h-px-xxxl-100{height:100px!important}.h-px-xxxl-107{height:107px!important}.h-px-xxxl-110{height:110px!important}.h-px-xxxl-125{height:125px!important}.h-px-xxxl-130{height:130px!important}.h-px-xxxl-191{height:191px!important}.h-px-xxxl-200{height:200px!important}.h-px-xxxl-205{height:205px!important}.h-px-xxxl-250{height:250px!important}.h-px-xxxl-300{height:300px!important}.h-px-xxxl-335{height:335px!important}.h-px-xxxl-400{height:400px!important}.h-px-xxxl-450{height:450px!important}.h-px-xxxl-500{height:500px!important}.h-px-xxxl-650{height:650px!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"} /*! * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com diff --git a/packages/blog/dist/scripts/blog.js b/packages/blog/dist/scripts/blog.js index fe9d16f7..29cc20d8 100644 --- a/packages/blog/dist/scripts/blog.js +++ b/packages/blog/dist/scripts/blog.js @@ -3405,15 +3405,16 @@ // src/scripts/get-window-height.js var getWindowHeight = () => { + var _a, _b; const vh = window.innerHeight * 0.01; - document.querySelector("html").setAttribute("style", `--vh:${vh}px;`); + (_a = document.querySelector("html")) == null ? void 0 : _a.style.setProperty("--vh", `${vh}px`); const header = document.querySelector("header"); const footer = document.querySelector("footer"); if (!header || !footer) { return; } const mh = window.innerHeight - outerHeightTrue(header) - outerHeightTrue(footer); - document.querySelector("main").setAttribute("style", `--mh:${mh}px;`); + (_b = document.querySelector("main")) == null ? void 0 : _b.style.setProperty("--mh", `${mh}px`); }; getWindowHeight(); window.onresize = getWindowHeight; diff --git a/packages/blog/dist/scripts/blog.min.js b/packages/blog/dist/scripts/blog.min.js index c24a046a..20f63c4d 100644 --- a/packages/blog/dist/scripts/blog.min.js +++ b/packages/blog/dist/scripts/blog.min.js @@ -1,6 +1,6 @@ -(()=>{(()=>{var ie=Object.create,Z=Object.defineProperty,se=Object.getOwnPropertyDescriptor,K=Object.getOwnPropertyNames,oe=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,J=(f,h)=>function(){return h||(0,f[K(f)[0]])((h={exports:{}}).exports,h),h.exports},ue=(f,h,v,n)=>{if(h&&typeof h=="object"||typeof h=="function")for(let e of K(h))!le.call(f,e)&&e!==v&&Z(f,e,{get:()=>h[e],enumerable:!(n=se(h,e))||n.enumerable});return f},V=(f,h,v)=>(v=f!=null?ie(oe(f)):{},ue(h||!f||!f.__esModule?Z(v,"default",{value:f,enumerable:!0}):v,f)),ce=J({"src/scripts/lib/prism.js"(f,h){var v=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},n=(function(e){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,u=0,r={},t={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function s(i){return i instanceof d?new d(i.type,s(i.content),i.alias):Array.isArray(i)?i.map(s):i.replace(/&/g,"&").replace(/"+g.content+""};function o(s,i,p,A){s.lastIndex=i;var g=s.exec(p);if(g&&A&&g[1]){var m=g[1].length;g.index+=m,g[0]=g[0].slice(m)}return g}function c(s,i,p,A,g,m){for(var x in p)if(!(!p.hasOwnProperty(x)||!p[x])){var E=p[x];E=Array.isArray(E)?E:[E];for(var _=0;_=m.reach);F+=T.value.length,T=T.next){var N=T.value;if(i.length>s.length)return;if(!(N instanceof d)){var D=1,L;if(H){if(L=o(P,F,s,M),!L||L.index>=s.length)break;var q=L.index,O=L.index+L[0].length,I=F;for(I+=T.value.length;q>=I;)T=T.next,I+=T.value.length;if(I-=T.value.length,F=I,T.value instanceof d)continue;for(var B=T;B!==i.tail&&(Im.reach&&(m.reach=Q);var U=T.prev;Y&&(U=y(i,U,Y),F+=Y.length),b(i,U,D);var fe=new d(x,R?t.tokenize(G,R):G,W,G);if(T=y(i,U,fe),ae&&y(i,T,ae),D>1){var X={cause:x+","+_,reach:Q};c(s,i,p,T.prev,F,X),m&&X.reach>m.reach&&(m.reach=X.reach)}}}}}}function l(){var s={value:null,prev:null,next:null},i={value:null,prev:s,next:null};s.next=i,this.head=s,this.tail=i,this.length=0}function y(s,i,p){var A=i.next,g={value:p,prev:i,next:A};return i.next=g,A.prev=g,s.length++,g}function b(s,i,p){for(var A=i.next,g=0;g/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(a,u){var r={};r["language-"+u]={pattern:/(^$)/i,lookbehind:!0,inside:n.languages[u]},r.cdata=/^$/i;var t={"included-cdata":{pattern://i,inside:r}};t["language-"+u]={pattern:/[\s\S]+/,inside:n.languages[u]};var d={};d[a]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:t},n.languages.insertBefore("markup","cdata",d)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(e,a){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[a,"language-"+a],inside:n.languages[a]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,(function(e){var a=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+a.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+a.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+a.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+a.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:a,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var u=e.languages.markup;u&&(u.tag.addInlined("style","css"),u.tag.addAttribute("style","css"))})(n),n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript,(function(e){var a="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",u={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:u,environment:{pattern:RegExp("\\$"+a),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+a),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+a),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:u}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},u.inside=e.languages.bash;for(var t=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=r.variable[1].inside,o=0;o>/g,function(I,B){return"(?:"+O[+B]+")"})}function u(L,O,I){return RegExp(a(L,O),I||"")}function r(L,O){for(var I=0;I>/g,function(){return"(?:"+L+")"});return L.replace(/<>/g,"[^\\s\\S]")}var t={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function d(L){return"\\b(?:"+L.trim().replace(/ /g,"|")+")\\b"}var o=d(t.typeDeclaration),c=RegExp(d(t.type+" "+t.typeDeclaration+" "+t.contextual+" "+t.other)),l=d(t.typeDeclaration+" "+t.contextual+" "+t.other),y=d(t.type+" "+t.typeDeclaration+" "+t.other),b=r(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),w=r(/\((?:[^()]|<>)*\)/.source,2),S=/@?\b[A-Za-z_]\w*\b/.source,k=a(/<<0>>(?:\s*<<1>>)?/.source,[S,b]),C=a(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[l,k]),s=/\[\s*(?:,\s*)*\]/.source,i=a(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[C,s]),p=a(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[b,w,s]),A=a(/\(<<0>>+(?:,<<0>>+)+\)/.source,[p]),g=a(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[A,C,s]),m={keyword:c,punctuation:/[<>()?,.:[\]]/},x=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,E=/"(?:\\.|[^\\"\r\n])*"/.source,_=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:u(/(^|[^$\\])<<0>>/.source,[_]),lookbehind:!0,greedy:!0},{pattern:u(/(^|[^@$\\])<<0>>/.source,[E]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:u(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[C]),lookbehind:!0,inside:m},{pattern:u(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[S,g]),lookbehind:!0,inside:m},{pattern:u(/(\busing\s+)<<0>>(?=\s*=)/.source,[S]),lookbehind:!0},{pattern:u(/(\b<<0>>\s+)<<1>>/.source,[o,k]),lookbehind:!0,inside:m},{pattern:u(/(\bcatch\s*\(\s*)<<0>>/.source,[C]),lookbehind:!0,inside:m},{pattern:u(/(\bwhere\s+)<<0>>/.source,[S]),lookbehind:!0},{pattern:u(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[i]),lookbehind:!0,inside:m},{pattern:u(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[g,y,S]),inside:m}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:u(/([(,]\s*)<<0>>(?=\s*:)/.source,[S]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:u(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[S]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:u(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[w]),lookbehind:!0,alias:"class-name",inside:m},"return-type":{pattern:u(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[g,C]),inside:m,alias:"class-name"},"constructor-invocation":{pattern:u(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[g]),lookbehind:!0,inside:m,alias:"class-name"},"generic-method":{pattern:u(/<<0>>\s*<<1>>(?=\s*\()/.source,[S,b]),inside:{function:u(/^<<0>>/.source,[S]),generic:{pattern:RegExp(b),alias:"class-name",inside:m}}},"type-list":{pattern:u(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[o,k,S,g,c.source,w,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:u(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[k,w]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(g),greedy:!0,inside:m},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var $=E+"|"+x,R=a(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[$]),M=r(a(/[^"'/()]|<<0>>|\(<>*\)/.source,[R]),2),H=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,W=a(/<<0>>(?:\s*\(<<1>>*\))?/.source,[C,M]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:u(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[H,W]),lookbehind:!0,greedy:!0,inside:{target:{pattern:u(/^<<0>>(?=\s*:)/.source,[H]),alias:"keyword"},"attribute-arguments":{pattern:u(/\(<<0>>*\)/.source,[M]),inside:e.languages.csharp},"class-name":{pattern:RegExp(C),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var j=/:[^}\r\n]+/.source,P=r(a(/[^"'/()]|<<0>>|\(<>*\)/.source,[R]),2),T=a(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[P,j]),F=r(a(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[$]),2),N=a(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[F,j]);function D(L,O){return{interpolation:{pattern:u(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[L]),lookbehind:!0,inside:{"format-string":{pattern:u(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[O,j]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:u(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[T]),lookbehind:!0,greedy:!0,inside:D(T,P)},{pattern:u(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[N]),lookbehind:!0,greedy:!0,inside:D(N,F)}],char:{pattern:RegExp(x),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp})(n),(function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var a={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(a).forEach(function(u){var r=a[u],t=[];/^\w+$/.test(u)||t.push(/\w+/.exec(u)[0]),u==="diff"&&t.push("bold"),e.languages.diff[u]={pattern:RegExp("^(?:["+r+`].*(?:\r +(()=>{(()=>{var ie=Object.create,Z=Object.defineProperty,se=Object.getOwnPropertyDescriptor,K=Object.getOwnPropertyNames,oe=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty,J=(f,h)=>function(){return h||(0,f[K(f)[0]])((h={exports:{}}).exports,h),h.exports},ue=(f,h,v,n)=>{if(h&&typeof h=="object"||typeof h=="function")for(let e of K(h))!le.call(f,e)&&e!==v&&Z(f,e,{get:()=>h[e],enumerable:!(n=se(h,e))||n.enumerable});return f},V=(f,h,v)=>(v=f!=null?ie(oe(f)):{},ue(h||!f||!f.__esModule?Z(v,"default",{value:f,enumerable:!0}):v,f)),ce=J({"src/scripts/lib/prism.js"(f,h){var v=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},n=(function(e){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,u=0,r={},t={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function s(i){return i instanceof d?new d(i.type,s(i.content),i.alias):Array.isArray(i)?i.map(s):i.replace(/&/g,"&").replace(/"+g.content+""};function o(s,i,p,A){s.lastIndex=i;var g=s.exec(p);if(g&&A&&g[1]){var m=g[1].length;g.index+=m,g[0]=g[0].slice(m)}return g}function c(s,i,p,A,g,m){for(var x in p)if(!(!p.hasOwnProperty(x)||!p[x])){var E=p[x];E=Array.isArray(E)?E:[E];for(var _=0;_=m.reach);F+=T.value.length,T=T.next){var N=T.value;if(i.length>s.length)return;if(!(N instanceof d)){var D=1,L;if(H){if(L=o(j,F,s,M),!L||L.index>=s.length)break;var q=L.index,O=L.index+L[0].length,I=F;for(I+=T.value.length;q>=I;)T=T.next,I+=T.value.length;if(I-=T.value.length,F=I,T.value instanceof d)continue;for(var B=T;B!==i.tail&&(Im.reach&&(m.reach=Q);var U=T.prev;Y&&(U=y(i,U,Y),F+=Y.length),b(i,U,D);var fe=new d(x,R?t.tokenize(G,R):G,W,G);if(T=y(i,U,fe),ae&&y(i,T,ae),D>1){var X={cause:x+","+_,reach:Q};c(s,i,p,T.prev,F,X),m&&X.reach>m.reach&&(m.reach=X.reach)}}}}}}function l(){var s={value:null,prev:null,next:null},i={value:null,prev:s,next:null};s.next=i,this.head=s,this.tail=i,this.length=0}function y(s,i,p){var A=i.next,g={value:p,prev:i,next:A};return i.next=g,A.prev=g,s.length++,g}function b(s,i,p){for(var A=i.next,g=0;g/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:function(a,u){var r={};r["language-"+u]={pattern:/(^$)/i,lookbehind:!0,inside:n.languages[u]},r.cdata=/^$/i;var t={"included-cdata":{pattern://i,inside:r}};t["language-"+u]={pattern:/[\s\S]+/,inside:n.languages[u]};var d={};d[a]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return a}),"i"),lookbehind:!0,greedy:!0,inside:t},n.languages.insertBefore("markup","cdata",d)}}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:function(e,a){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[a,"language-"+a],inside:n.languages[a]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml,(function(e){var a=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+a.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+a.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+a.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+a.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:a,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var u=e.languages.markup;u&&(u.tag.addInlined("style","css"),u.tag.addAttribute("style","css"))})(n),n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript,(function(e){var a="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",u={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:u,environment:{pattern:RegExp("\\$"+a),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+a),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+a),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:u}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},u.inside=e.languages.bash;for(var t=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=r.variable[1].inside,o=0;o>/g,function(I,B){return"(?:"+O[+B]+")"})}function u(L,O,I){return RegExp(a(L,O),I||"")}function r(L,O){for(var I=0;I>/g,function(){return"(?:"+L+")"});return L.replace(/<>/g,"[^\\s\\S]")}var t={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function d(L){return"\\b(?:"+L.trim().replace(/ /g,"|")+")\\b"}var o=d(t.typeDeclaration),c=RegExp(d(t.type+" "+t.typeDeclaration+" "+t.contextual+" "+t.other)),l=d(t.typeDeclaration+" "+t.contextual+" "+t.other),y=d(t.type+" "+t.typeDeclaration+" "+t.other),b=r(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),w=r(/\((?:[^()]|<>)*\)/.source,2),S=/@?\b[A-Za-z_]\w*\b/.source,k=a(/<<0>>(?:\s*<<1>>)?/.source,[S,b]),C=a(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[l,k]),s=/\[\s*(?:,\s*)*\]/.source,i=a(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[C,s]),p=a(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[b,w,s]),A=a(/\(<<0>>+(?:,<<0>>+)+\)/.source,[p]),g=a(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[A,C,s]),m={keyword:c,punctuation:/[<>()?,.:[\]]/},x=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,E=/"(?:\\.|[^\\"\r\n])*"/.source,_=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:u(/(^|[^$\\])<<0>>/.source,[_]),lookbehind:!0,greedy:!0},{pattern:u(/(^|[^@$\\])<<0>>/.source,[E]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:u(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[C]),lookbehind:!0,inside:m},{pattern:u(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[S,g]),lookbehind:!0,inside:m},{pattern:u(/(\busing\s+)<<0>>(?=\s*=)/.source,[S]),lookbehind:!0},{pattern:u(/(\b<<0>>\s+)<<1>>/.source,[o,k]),lookbehind:!0,inside:m},{pattern:u(/(\bcatch\s*\(\s*)<<0>>/.source,[C]),lookbehind:!0,inside:m},{pattern:u(/(\bwhere\s+)<<0>>/.source,[S]),lookbehind:!0},{pattern:u(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[i]),lookbehind:!0,inside:m},{pattern:u(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[g,y,S]),inside:m}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:u(/([(,]\s*)<<0>>(?=\s*:)/.source,[S]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:u(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[S]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:u(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[w]),lookbehind:!0,alias:"class-name",inside:m},"return-type":{pattern:u(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[g,C]),inside:m,alias:"class-name"},"constructor-invocation":{pattern:u(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[g]),lookbehind:!0,inside:m,alias:"class-name"},"generic-method":{pattern:u(/<<0>>\s*<<1>>(?=\s*\()/.source,[S,b]),inside:{function:u(/^<<0>>/.source,[S]),generic:{pattern:RegExp(b),alias:"class-name",inside:m}}},"type-list":{pattern:u(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[o,k,S,g,c.source,w,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:u(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[k,w]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(g),greedy:!0,inside:m},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var $=E+"|"+x,R=a(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[$]),M=r(a(/[^"'/()]|<<0>>|\(<>*\)/.source,[R]),2),H=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,W=a(/<<0>>(?:\s*\(<<1>>*\))?/.source,[C,M]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:u(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[H,W]),lookbehind:!0,greedy:!0,inside:{target:{pattern:u(/^<<0>>(?=\s*:)/.source,[H]),alias:"keyword"},"attribute-arguments":{pattern:u(/\(<<0>>*\)/.source,[M]),inside:e.languages.csharp},"class-name":{pattern:RegExp(C),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var P=/:[^}\r\n]+/.source,j=r(a(/[^"'/()]|<<0>>|\(<>*\)/.source,[R]),2),T=a(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[j,P]),F=r(a(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[$]),2),N=a(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[F,P]);function D(L,O){return{interpolation:{pattern:u(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[L]),lookbehind:!0,inside:{"format-string":{pattern:u(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[O,P]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:u(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[T]),lookbehind:!0,greedy:!0,inside:D(T,j)},{pattern:u(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[N]),lookbehind:!0,greedy:!0,inside:D(N,F)}],char:{pattern:RegExp(x),greedy:!0}}),e.languages.dotnet=e.languages.cs=e.languages.csharp})(n),(function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var a={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(a).forEach(function(u){var r=a[u],t=[];/^\w+$/.test(u)||t.push(/\w+/.exec(u)[0]),u==="diff"&&t.push("bold"),e.languages.diff[u]={pattern:RegExp("^(?:["+r+`].*(?:\r ?| -|(?![\\s\\S])))+`,"m"),alias:t,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(u)[0]}}}}),Object.defineProperty(e.languages.diff,"PREFIXES",{value:a})})(n),n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json,(function(e){var a=e.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};a.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:a},boolean:a.boolean,variable:a.variable}})(n),(function(e){e.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var a=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:e.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];e.languages.puppet.heredoc[0].inside.interpolation=a,e.languages.puppet.string.inside["double-quoted"].inside.interpolation=a})(n),n.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},n.languages.python["string-interpolation"].inside.interpolation.inside.rest=n.languages.python,n.languages.py=n.languages.python,(function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===||[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var a={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var u="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+u+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:a,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:a,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+u),greedy:!0,inside:{interpolation:a,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:a,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:a,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+u),greedy:!0,inside:{interpolation:a,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:a,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby})(n),n.languages.scss=n.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),n.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),n.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),n.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),n.languages.scss.atrule.inside.rest=n.languages.scss,(function(e){var a=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");e.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<>)+/.source.replace(/<>/g,function(){return a}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:e.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},e.languages["sh-session"]=e.languages.shellsession=e.languages["shell-session"]})(n),(function(e){function a(d,o){e.languages[d]&&e.languages.insertBefore(d,"comment",{"doc-comment":o})}var u=e.languages.markup.tag,r={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:u}},t={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:u}};a("csharp",r),a("fsharp",r),a("vbnet",t)})(n),(function(e){var a=/[*&][^\s[\]{},]+/,u=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+u.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+u.source+")?)",t=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function o(c,l){l=(l||"").replace(/m/g,"")+"m";var y=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,function(){return r}).replace(/<>/g,function(){return c});return RegExp(y,l)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,function(){return r}).replace(/<>/g,function(){return"(?:"+t+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:o(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:o(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:o(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:o(d),lookbehind:!0,greedy:!0},number:{pattern:o(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:u,important:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(n),(function(e){var a={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};e.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:a,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},e.languages.log=e.languages["log-file"]})(n),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;var e="line-numbers",a=/\n(?!$)/g,u=n.plugins.lineNumbers={getLine:function(o,c){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var l=o.querySelector(".line-numbers-rows");if(l){var y=parseInt(o.getAttribute("data-start"),10)||1,b=y+(l.children.length-1);cb&&(c=b);var w=c-y;return l.children[w]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(l){var y=t(l),b=y["white-space"];return b==="pre-wrap"||b==="pre-line"}),o.length!=0){var c=o.map(function(l){var y=l.querySelector("code"),b=l.querySelector(".line-numbers-rows");if(!(!y||!b)){var w=l.querySelector(".line-numbers-sizer"),S=y.textContent.split(a);w||(w=document.createElement("span"),w.className="line-numbers-sizer",y.appendChild(w)),w.innerHTML="0",w.style.display="block";var k=w.getBoundingClientRect().height;return w.innerHTML="",{element:l,lines:S,lineHeights:[],oneLinerHeight:k,sizer:w}}}).filter(Boolean);c.forEach(function(l){var y=l.sizer,b=l.lines,w=l.lineHeights,S=l.oneLinerHeight;w[b.length-1]=void 0,b.forEach(function(k,C){if(k&&k.length>1){var s=y.appendChild(document.createElement("span"));s.style.display="block",s.textContent=k}else w[C]=S})}),c.forEach(function(l){for(var y=l.sizer,b=l.lineHeights,w=0,S=0;S");w=document.createElement("span"),w.setAttribute("aria-hidden","true"),w.className="line-numbers-rows",w.innerHTML=S,l.hasAttribute("data-start")&&(l.style.counterReset="linenumber "+(parseInt(l.getAttribute("data-start"),10)-1)),o.element.appendChild(w),r([l]),n.hooks.run("line-numbers",o)}}}),n.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})})(),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;var e=[],a={},u=function(){};n.plugins.toolbar={};var r=n.plugins.toolbar.registerButton=function(o,c){var l;if(typeof c=="function"?l=c:l=function(y){var b;return typeof c.onClick=="function"?(b=document.createElement("button"),b.type="button",b.addEventListener("click",function(){c.onClick.call(this,y)})):typeof c.url=="string"?(b=document.createElement("a"),b.href=c.url):b=document.createElement("span"),c.className&&b.classList.add(c.className),b.textContent=c.text,b},o in a){console.warn('There is a button with the key "'+o+'" registered already.');return}e.push(a[o]=l)};function t(o){for(;o;){var c=o.getAttribute("data-toolbar-order");if(c!=null)return c=c.trim(),c.length?c.split(/\s*,\s*/g):[];o=o.parentElement}}var d=n.plugins.toolbar.hook=function(o){var c=o.element.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!c.parentNode.classList.contains("code-toolbar")){var l=document.createElement("div");l.classList.add("code-toolbar"),c.parentNode.insertBefore(l,c),l.appendChild(c);var y=document.createElement("div");y.classList.add("toolbar");var b=e,w=t(o.element);w&&(b=w.map(function(S){return a[S]||u})),b.forEach(function(S){var k=S(o);if(k){var C=document.createElement("div");C.classList.add("toolbar-item"),C.appendChild(k),y.appendChild(C)}}),l.appendChild(y)}};r("label",function(o){var c=o.element.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&c.hasAttribute("data-label")){var l,y,b=c.getAttribute("data-label");try{y=document.querySelector("template#"+b)}catch(w){}return y?l=y.content:(c.hasAttribute("data-url")?(l=document.createElement("a"),l.href=c.getAttribute("data-url")):l=document.createElement("span"),l.textContent=b),l}}),n.hooks.add("complete",d)})(),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;if(!n.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function e(d,o){d.addEventListener("click",function(){u(o)})}function a(d){var o=document.createElement("textarea");o.value=d.getText(),o.style.top="0",o.style.left="0",o.style.position="fixed",document.body.appendChild(o),o.focus(),o.select();try{var c=document.execCommand("copy");setTimeout(function(){c?d.success():d.error()},1)}catch(l){setTimeout(function(){d.error(l)},1)}document.body.removeChild(o)}function u(d){navigator.clipboard?navigator.clipboard.writeText(d.getText()).then(d.success,function(){a(d)}):a(d)}function r(d){window.getSelection().selectAllChildren(d)}function t(d){var o={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},c="data-prismjs-";for(var l in o){for(var y=c+l,b=d;b&&!b.hasAttribute(y);)b=b.parentElement;b&&(o[l]=b.getAttribute(y))}return o}n.plugins.toolbar.registerButton("copy-to-clipboard",function(d){var o=d.element,c=t(o),l=document.createElement("button");l.className="copy-to-clipboard-button",l.setAttribute("type","button");var y=document.createElement("span");return l.appendChild(y),w("copy"),e(l,{getText:function(){return o.textContent},success:function(){w("copy-success"),b()},error:function(){w("copy-error"),setTimeout(function(){r(o)},1),b()}}),l;function b(){setTimeout(function(){w("copy")},c["copy-timeout"])}function w(S){y.textContent=c[S],l.setAttribute("data-copy-state",S)}})})(),(function(){if(typeof n!="undefined"){var e=/^diff-([\w-]+)/i,a=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,u=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return a.source}),"gi"),r=!1;n.hooks.add("before-sanity-check",function(t){var d=t.language;e.test(d)&&!t.grammar&&(t.grammar=n.languages[d]=n.languages.diff)}),n.hooks.add("before-tokenize",function(t){!r&&!n.languages.diff&&!n.plugins.autoloader&&(r=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var d=t.language;e.test(d)&&!n.languages[d]&&(n.languages[d]=n.languages.diff)}),n.hooks.add("wrap",function(t){var d,o;if(t.language!=="diff"){var c=e.exec(t.language);if(!c)return;d=c[1],o=n.languages[d]}var l=n.languages.diff&&n.languages.diff.PREFIXES;if(l&&t.type in l){var y=t.content.replace(a,""),b=y.replace(/</g,"<").replace(/&/g,"&"),w=b.replace(/(^|[\r\n])./g,"$1"),S;o?S=n.highlight(w,o,d):S=n.util.encode(w);var k=new n.Token("prefix",l[t.type],[/\w+/.exec(t.type)[0]]),C=n.Token.stringify(k,t.language),s=[],i;for(u.lastIndex=0;i=u.exec(S);)s.push(C+i[0]);/(?:^|[\r\n]).$/.test(b)&&s.push(C),t.content=s.join(""),o&&t.classes.push("language-"+d)}})}})()}}),de=J({"node_modules/anchor-js/anchor.js"(f,h){(function(v,n){"use strict";typeof define=="function"&&define.amd?define([],n):typeof h=="object"&&h.exports?h.exports=n():(v.AnchorJS=n(),v.anchors=new v.AnchorJS)})(globalThis,function(){"use strict";function v(n){this.options=n||{},this.elements=[];function e(r){r.icon=Object.prototype.hasOwnProperty.call(r,"icon")?r.icon:"\uE9CB",r.visible=Object.prototype.hasOwnProperty.call(r,"visible")?r.visible:"hover",r.placement=Object.prototype.hasOwnProperty.call(r,"placement")?r.placement:"right",r.ariaLabel=Object.prototype.hasOwnProperty.call(r,"ariaLabel")?r.ariaLabel:"Anchor",r.class=Object.prototype.hasOwnProperty.call(r,"class")?r.class:"",r.base=Object.prototype.hasOwnProperty.call(r,"base")?r.base:"",r.truncate=Object.prototype.hasOwnProperty.call(r,"truncate")?Math.floor(r.truncate):64,r.titleText=Object.prototype.hasOwnProperty.call(r,"titleText")?r.titleText:""}e(this.options),this.add=function(r){var t,d,o,c,l,y,b,w,S,k,C,s=[];if(e(this.options),r||(r="h2, h3, h4, h5, h6"),t=a(r),t.length===0)return this;for(u(),d=document.querySelectorAll("[id]"),o=[].map.call(d,function(i){return i.id}),l=0;l\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||e(this.options),r.trim().replace(/'/gi,"").replace(d,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(r){var t=r.firstChild&&(" "+r.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,d=r.lastChild&&(" "+r.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return t||d||!1};function a(r){var t;if(typeof r=="string"||r instanceof String)t=[].slice.call(document.querySelectorAll(r));else if(Array.isArray(r)||r instanceof NodeList)t=[].slice.call(r);else throw new TypeError("The selector provided to AnchorJS was invalid.");return t}function u(){if(document.head.querySelector("style.anchorjs")===null){var r=document.createElement("style"),t=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",d=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",o='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',c="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",l;r.className="anchorjs",r.appendChild(document.createTextNode("")),l=document.head.querySelector('[rel="stylesheet"],style'),l===void 0?document.head.appendChild(r):document.head.insertBefore(r,l),r.sheet.insertRule(t,r.sheet.cssRules.length),r.sheet.insertRule(d,r.sheet.cssRules.length),r.sheet.insertRule(c,r.sheet.cssRules.length),r.sheet.insertRule(o,r.sheet.cssRules.length)}}}return v})}}),he=V(ce()),ee=f=>f.getBoundingClientRect().height,te=()=>{let f=window.innerHeight*.01;document.querySelector("html").setAttribute("style",`--vh:${f}px;`);let h=document.querySelector("header"),v=document.querySelector("footer");if(!h||!v)return;let n=window.innerHeight-ee(h)-ee(v);document.querySelector("main").setAttribute("style",`--mh:${n}px;`)};te(),window.onresize=te;var ne=()=>{let f=new Date;return f.setTime(f.getTime()+100*365*24*60*60*1e3),`expires=${f.toUTCString()};`},pe=f=>{let h=RegExp(`${f}=.[^;]*`),v=document.cookie.match(h);if(v){let n=v[0].split("=");return decodeURIComponent(n[1])}return!1};(()=>{let f=document.getElementById("topNoticeAlert"),h=window.sessionStorage.getItem("notice"),v=document.getElementById("cookieNoticeAlert"),n="chocolatey_hide_cookies_notice";f&&(h?f.remove():f.classList.remove("d-none"),f.querySelector("button").addEventListener("click",()=>sessionStorage.setItem("notice","true"),!1)),v&&(pe(n)?v.remove():v.classList.remove("d-none"),v.querySelectorAll("button").forEach(e=>{e.addEventListener("click",()=>{~location.hostname.indexOf("chocolatey.org")?document.cookie=`${n}=true; ${ne()}path=/; domain=chocolatey.org;`:document.cookie=`${n}=true; ${ne()}path=/;`},!1)}))})(),(()=>{let f=document.querySelectorAll(".callout"),h=document.querySelectorAll("blockquote"),v=n=>{n.forEach(e=>{let a=e.querySelector(".callout-header");if(e.nodeName==="BLOCKQUOTE"&&e.querySelector("p:first-child")&&e.querySelector("p:first-child").textContent.includes(":choco-")&&(a=e.querySelector("p:first-child")),a){let u="",r="",t=a.textContent;e.classList.contains("callout-success")||t.includes(":choco-success:")?(r="success",u="check",e.classList.add("callout-success")):e.classList.contains("callout-danger")||t.includes(":choco-danger:")?(r="danger",u="xmark",e.classList.add("callout-danger")):e.classList.contains("callout-warning")||t.includes(":choco-warning:")?(r="warning",u="triangle-exclamation",e.classList.add("callout-warning")):e.classList.contains("callout-tip")||t.includes(":choco-tip:")?(r="tip",u="lightbulb",e.classList.add("callout-tip")):(r="info",u="info",e.classList.add("callout-info")),t.includes(":choco-")&&(t=t.replace(/:.+?:/,"").trim());let d=`

${t}

`;a.outerHTML=d}})};v(f),v(h)})();var ge=f=>{f.innerHTML=f.innerHTML.trim()};(()=>{let f=document.querySelectorAll("code"),h=document.querySelectorAll("pre");f.forEach(ge),(()=>{let n=window.location.href;if(["en-us/choco/commands/","en-us/create/commands/"].some(a=>n.includes(a))){let a=document.querySelectorAll("h2");for(let u of a){let r=u.textContent.trim();if(r==="Examples"||r==="Usage"){let t=u.nextElementSibling;for(;t&&t.tagName!=="H2";){if(t.tagName==="PRE"&&t.firstElementChild&&t.firstElementChild.tagName==="CODE"){let d=t.firstElementChild,c=d.textContent.split(` +|(?![\\s\\S])))+`,"m"),alias:t,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(u)[0]}}}}),Object.defineProperty(e.languages.diff,"PREFIXES",{value:a})})(n),n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json,(function(e){var a=e.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};a.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:a},boolean:a.boolean,variable:a.variable}})(n),(function(e){e.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var a=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:e.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];e.languages.puppet.heredoc[0].inside.interpolation=a,e.languages.puppet.string.inside["double-quoted"].inside.interpolation=a})(n),n.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},n.languages.python["string-interpolation"].inside.interpolation.inside.rest=n.languages.python,n.languages.py=n.languages.python,(function(e){e.languages.ruby=e.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===||[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),e.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var a={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete e.languages.ruby.function;var u="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",r=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;e.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+u+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:a,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:a,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+r),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+r+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),e.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+u),greedy:!0,inside:{interpolation:a,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:a,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:a,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+u),greedy:!0,inside:{interpolation:a,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:a,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete e.languages.ruby.string,e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),e.languages.rb=e.languages.ruby})(n),n.languages.scss=n.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),n.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),n.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),n.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),n.languages.scss.atrule.inside.rest=n.languages.scss,(function(e){var a=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");e.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<>)+/.source.replace(/<>/g,function(){return a}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:e.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},e.languages["sh-session"]=e.languages.shellsession=e.languages["shell-session"]})(n),(function(e){function a(d,o){e.languages[d]&&e.languages.insertBefore(d,"comment",{"doc-comment":o})}var u=e.languages.markup.tag,r={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:u}},t={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:u}};a("csharp",r),a("fsharp",r),a("vbnet",t)})(n),(function(e){var a=/[*&][^\s[\]{},]+/,u=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+u.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+u.source+")?)",t=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function o(c,l){l=(l||"").replace(/m/g,"")+"m";var y=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,function(){return r}).replace(/<>/g,function(){return c});return RegExp(y,l)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,function(){return r}).replace(/<>/g,function(){return"(?:"+t+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:o(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:o(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:o(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:o(d),lookbehind:!0,greedy:!0},number:{pattern:o(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:u,important:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(n),(function(e){var a={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};e.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:a,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},e.languages.log=e.languages["log-file"]})(n),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;var e="line-numbers",a=/\n(?!$)/g,u=n.plugins.lineNumbers={getLine:function(o,c){if(!(o.tagName!=="PRE"||!o.classList.contains(e))){var l=o.querySelector(".line-numbers-rows");if(l){var y=parseInt(o.getAttribute("data-start"),10)||1,b=y+(l.children.length-1);cb&&(c=b);var w=c-y;return l.children[w]}}},resize:function(o){r([o])},assumeViewportIndependence:!0};function r(o){if(o=o.filter(function(l){var y=t(l),b=y["white-space"];return b==="pre-wrap"||b==="pre-line"}),o.length!=0){var c=o.map(function(l){var y=l.querySelector("code"),b=l.querySelector(".line-numbers-rows");if(!(!y||!b)){var w=l.querySelector(".line-numbers-sizer"),S=y.textContent.split(a);w||(w=document.createElement("span"),w.className="line-numbers-sizer",y.appendChild(w)),w.innerHTML="0",w.style.display="block";var k=w.getBoundingClientRect().height;return w.innerHTML="",{element:l,lines:S,lineHeights:[],oneLinerHeight:k,sizer:w}}}).filter(Boolean);c.forEach(function(l){var y=l.sizer,b=l.lines,w=l.lineHeights,S=l.oneLinerHeight;w[b.length-1]=void 0,b.forEach(function(k,C){if(k&&k.length>1){var s=y.appendChild(document.createElement("span"));s.style.display="block",s.textContent=k}else w[C]=S})}),c.forEach(function(l){for(var y=l.sizer,b=l.lineHeights,w=0,S=0;S");w=document.createElement("span"),w.setAttribute("aria-hidden","true"),w.className="line-numbers-rows",w.innerHTML=S,l.hasAttribute("data-start")&&(l.style.counterReset="linenumber "+(parseInt(l.getAttribute("data-start"),10)-1)),o.element.appendChild(w),r([l]),n.hooks.run("line-numbers",o)}}}),n.hooks.add("line-numbers",function(o){o.plugins=o.plugins||{},o.plugins.lineNumbers=!0})})(),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;var e=[],a={},u=function(){};n.plugins.toolbar={};var r=n.plugins.toolbar.registerButton=function(o,c){var l;if(typeof c=="function"?l=c:l=function(y){var b;return typeof c.onClick=="function"?(b=document.createElement("button"),b.type="button",b.addEventListener("click",function(){c.onClick.call(this,y)})):typeof c.url=="string"?(b=document.createElement("a"),b.href=c.url):b=document.createElement("span"),c.className&&b.classList.add(c.className),b.textContent=c.text,b},o in a){console.warn('There is a button with the key "'+o+'" registered already.');return}e.push(a[o]=l)};function t(o){for(;o;){var c=o.getAttribute("data-toolbar-order");if(c!=null)return c=c.trim(),c.length?c.split(/\s*,\s*/g):[];o=o.parentElement}}var d=n.plugins.toolbar.hook=function(o){var c=o.element.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&!c.parentNode.classList.contains("code-toolbar")){var l=document.createElement("div");l.classList.add("code-toolbar"),c.parentNode.insertBefore(l,c),l.appendChild(c);var y=document.createElement("div");y.classList.add("toolbar");var b=e,w=t(o.element);w&&(b=w.map(function(S){return a[S]||u})),b.forEach(function(S){var k=S(o);if(k){var C=document.createElement("div");C.classList.add("toolbar-item"),C.appendChild(k),y.appendChild(C)}}),l.appendChild(y)}};r("label",function(o){var c=o.element.parentNode;if(!(!c||!/pre/i.test(c.nodeName))&&c.hasAttribute("data-label")){var l,y,b=c.getAttribute("data-label");try{y=document.querySelector("template#"+b)}catch(w){}return y?l=y.content:(c.hasAttribute("data-url")?(l=document.createElement("a"),l.href=c.getAttribute("data-url")):l=document.createElement("span"),l.textContent=b),l}}),n.hooks.add("complete",d)})(),(function(){if(typeof n=="undefined"||typeof document=="undefined")return;if(!n.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function e(d,o){d.addEventListener("click",function(){u(o)})}function a(d){var o=document.createElement("textarea");o.value=d.getText(),o.style.top="0",o.style.left="0",o.style.position="fixed",document.body.appendChild(o),o.focus(),o.select();try{var c=document.execCommand("copy");setTimeout(function(){c?d.success():d.error()},1)}catch(l){setTimeout(function(){d.error(l)},1)}document.body.removeChild(o)}function u(d){navigator.clipboard?navigator.clipboard.writeText(d.getText()).then(d.success,function(){a(d)}):a(d)}function r(d){window.getSelection().selectAllChildren(d)}function t(d){var o={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},c="data-prismjs-";for(var l in o){for(var y=c+l,b=d;b&&!b.hasAttribute(y);)b=b.parentElement;b&&(o[l]=b.getAttribute(y))}return o}n.plugins.toolbar.registerButton("copy-to-clipboard",function(d){var o=d.element,c=t(o),l=document.createElement("button");l.className="copy-to-clipboard-button",l.setAttribute("type","button");var y=document.createElement("span");return l.appendChild(y),w("copy"),e(l,{getText:function(){return o.textContent},success:function(){w("copy-success"),b()},error:function(){w("copy-error"),setTimeout(function(){r(o)},1),b()}}),l;function b(){setTimeout(function(){w("copy")},c["copy-timeout"])}function w(S){y.textContent=c[S],l.setAttribute("data-copy-state",S)}})})(),(function(){if(typeof n!="undefined"){var e=/^diff-([\w-]+)/i,a=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,u=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return a.source}),"gi"),r=!1;n.hooks.add("before-sanity-check",function(t){var d=t.language;e.test(d)&&!t.grammar&&(t.grammar=n.languages[d]=n.languages.diff)}),n.hooks.add("before-tokenize",function(t){!r&&!n.languages.diff&&!n.plugins.autoloader&&(r=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var d=t.language;e.test(d)&&!n.languages[d]&&(n.languages[d]=n.languages.diff)}),n.hooks.add("wrap",function(t){var d,o;if(t.language!=="diff"){var c=e.exec(t.language);if(!c)return;d=c[1],o=n.languages[d]}var l=n.languages.diff&&n.languages.diff.PREFIXES;if(l&&t.type in l){var y=t.content.replace(a,""),b=y.replace(/</g,"<").replace(/&/g,"&"),w=b.replace(/(^|[\r\n])./g,"$1"),S;o?S=n.highlight(w,o,d):S=n.util.encode(w);var k=new n.Token("prefix",l[t.type],[/\w+/.exec(t.type)[0]]),C=n.Token.stringify(k,t.language),s=[],i;for(u.lastIndex=0;i=u.exec(S);)s.push(C+i[0]);/(?:^|[\r\n]).$/.test(b)&&s.push(C),t.content=s.join(""),o&&t.classes.push("language-"+d)}})}})()}}),de=J({"node_modules/anchor-js/anchor.js"(f,h){(function(v,n){"use strict";typeof define=="function"&&define.amd?define([],n):typeof h=="object"&&h.exports?h.exports=n():(v.AnchorJS=n(),v.anchors=new v.AnchorJS)})(globalThis,function(){"use strict";function v(n){this.options=n||{},this.elements=[];function e(r){r.icon=Object.prototype.hasOwnProperty.call(r,"icon")?r.icon:"\uE9CB",r.visible=Object.prototype.hasOwnProperty.call(r,"visible")?r.visible:"hover",r.placement=Object.prototype.hasOwnProperty.call(r,"placement")?r.placement:"right",r.ariaLabel=Object.prototype.hasOwnProperty.call(r,"ariaLabel")?r.ariaLabel:"Anchor",r.class=Object.prototype.hasOwnProperty.call(r,"class")?r.class:"",r.base=Object.prototype.hasOwnProperty.call(r,"base")?r.base:"",r.truncate=Object.prototype.hasOwnProperty.call(r,"truncate")?Math.floor(r.truncate):64,r.titleText=Object.prototype.hasOwnProperty.call(r,"titleText")?r.titleText:""}e(this.options),this.add=function(r){var t,d,o,c,l,y,b,w,S,k,C,s=[];if(e(this.options),r||(r="h2, h3, h4, h5, h6"),t=a(r),t.length===0)return this;for(u(),d=document.querySelectorAll("[id]"),o=[].map.call(d,function(i){return i.id}),l=0;l\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||e(this.options),r.trim().replace(/'/gi,"").replace(d,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(r){var t=r.firstChild&&(" "+r.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,d=r.lastChild&&(" "+r.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return t||d||!1};function a(r){var t;if(typeof r=="string"||r instanceof String)t=[].slice.call(document.querySelectorAll(r));else if(Array.isArray(r)||r instanceof NodeList)t=[].slice.call(r);else throw new TypeError("The selector provided to AnchorJS was invalid.");return t}function u(){if(document.head.querySelector("style.anchorjs")===null){var r=document.createElement("style"),t=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",d=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",o='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',c="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",l;r.className="anchorjs",r.appendChild(document.createTextNode("")),l=document.head.querySelector('[rel="stylesheet"],style'),l===void 0?document.head.appendChild(r):document.head.insertBefore(r,l),r.sheet.insertRule(t,r.sheet.cssRules.length),r.sheet.insertRule(d,r.sheet.cssRules.length),r.sheet.insertRule(c,r.sheet.cssRules.length),r.sheet.insertRule(o,r.sheet.cssRules.length)}}}return v})}}),he=V(ce()),ee=f=>f.getBoundingClientRect().height,te=()=>{var f,h;let v=window.innerHeight*.01;(f=document.querySelector("html"))==null||f.style.setProperty("--vh",`${v}px`);let n=document.querySelector("header"),e=document.querySelector("footer");if(!n||!e)return;let a=window.innerHeight-ee(n)-ee(e);(h=document.querySelector("main"))==null||h.style.setProperty("--mh",`${a}px`)};te(),window.onresize=te;var ne=()=>{let f=new Date;return f.setTime(f.getTime()+100*365*24*60*60*1e3),`expires=${f.toUTCString()};`},pe=f=>{let h=RegExp(`${f}=.[^;]*`),v=document.cookie.match(h);if(v){let n=v[0].split("=");return decodeURIComponent(n[1])}return!1};(()=>{let f=document.getElementById("topNoticeAlert"),h=window.sessionStorage.getItem("notice"),v=document.getElementById("cookieNoticeAlert"),n="chocolatey_hide_cookies_notice";f&&(h?f.remove():f.classList.remove("d-none"),f.querySelector("button").addEventListener("click",()=>sessionStorage.setItem("notice","true"),!1)),v&&(pe(n)?v.remove():v.classList.remove("d-none"),v.querySelectorAll("button").forEach(e=>{e.addEventListener("click",()=>{~location.hostname.indexOf("chocolatey.org")?document.cookie=`${n}=true; ${ne()}path=/; domain=chocolatey.org;`:document.cookie=`${n}=true; ${ne()}path=/;`},!1)}))})(),(()=>{let f=document.querySelectorAll(".callout"),h=document.querySelectorAll("blockquote"),v=n=>{n.forEach(e=>{let a=e.querySelector(".callout-header");if(e.nodeName==="BLOCKQUOTE"&&e.querySelector("p:first-child")&&e.querySelector("p:first-child").textContent.includes(":choco-")&&(a=e.querySelector("p:first-child")),a){let u="",r="",t=a.textContent;e.classList.contains("callout-success")||t.includes(":choco-success:")?(r="success",u="check",e.classList.add("callout-success")):e.classList.contains("callout-danger")||t.includes(":choco-danger:")?(r="danger",u="xmark",e.classList.add("callout-danger")):e.classList.contains("callout-warning")||t.includes(":choco-warning:")?(r="warning",u="triangle-exclamation",e.classList.add("callout-warning")):e.classList.contains("callout-tip")||t.includes(":choco-tip:")?(r="tip",u="lightbulb",e.classList.add("callout-tip")):(r="info",u="info",e.classList.add("callout-info")),t.includes(":choco-")&&(t=t.replace(/:.+?:/,"").trim());let d=`

${t}

`;a.outerHTML=d}})};v(f),v(h)})();var ge=f=>{f.innerHTML=f.innerHTML.trim()};(()=>{let f=document.querySelectorAll("code"),h=document.querySelectorAll("pre");f.forEach(ge),(()=>{let n=window.location.href;if(["en-us/choco/commands/","en-us/create/commands/"].some(a=>n.includes(a))){let a=document.querySelectorAll("h2");for(let u of a){let r=u.textContent.trim();if(r==="Examples"||r==="Usage"){let t=u.nextElementSibling;for(;t&&t.tagName!=="H2";){if(t.tagName==="PRE"&&t.firstElementChild&&t.firstElementChild.tagName==="CODE"){let d=t.firstElementChild,c=d.textContent.split(` `).map(l=>l.trim());d.textContent=c.join(` `)}t=t.nextElementSibling}}}}})();for(let n of h)!n.classList.contains("highlight-delay")&&!n.classList.contains("d-format-none")&&(n.classList.add("line-numbers","language-none"),Prism.highlightAll())})();var z=f=>f.replace(/[.]/g,"\\$&"),re=f=>{let h=[],v=f;for(;v!=document;)h.push(v.parentNode),v=v.parentNode;return h};(()=>{let f=()=>{if(location.hash){let e=document.querySelector(z(location.hash));if(e){let a=e,u=re(e).filter(r=>r!=document&&r.classList.contains("collapse"));u.length==0&&e.classList.contains("collapse")&&u.push(e),u.reverse().forEach((r,t,d)=>{r=document.getElementById(z(r.id)),bootstrap.Collapse.getOrCreateInstance(r,{toggle:!1}).show(),r.addEventListener("shown.bs.collapse",c=>{c.stopImmediatePropagation(),t===d.length-1&&a.scrollIntoView()})})}}},h=()=>{if(location.hash){let e=document.querySelector(`[data-bs-toggle="tab"][href="${z(location.hash)}"]`);if(e){let a=e,u=re(e).filter(r=>r!=document&&r.classList.contains("tab-pane"));u.push(e),u.reverse().forEach((r,t,d)=>{r.id.includes("-tab")||(r=document.getElementById(`${z(r.id)}-tab`)),bootstrap.Tab.getOrCreateInstance(r,{toggle:!1}).show(),r.addEventListener("shown.bs.tab",c=>{c.stopImmediatePropagation(),t===d.length-1&&a.scrollIntoView()})})}}};f(),h(),window.addEventListener("hashchange",f,!1),window.addEventListener("hashchange",h,!1);let v=document.querySelectorAll(".btn-collapse-target");v&&v.forEach(e=>{e.addEventListener("click",()=>{let a=document.querySelector(e.getAttribute("data-collapse-target"));bootstrap.Collapse.getOrCreateInstance(a,{toggle:!1}).show()},!1)});let n=e=>{e.addEventListener("click",a=>{history.pushState(null,null,a.target.hash)})};document.querySelectorAll('[data-bs-toggle="tab"]:not(.d-hash-none)').forEach(e=>n(e)),document.querySelectorAll('[data-bs-toggle="collapse"]:not(.d-hash-none)').forEach(e=>n(e))})(),(()=>{let f=document.querySelectorAll('.task-list-item [type="checkbox"]');f&&f.forEach(h=>{h.classList.add("form-check-input"),h.outerHTML=`
${h.outerHTML}
`})})();var Ae=V(de());window.addEventListener("DOMContentLoaded",()=>{if(document.querySelector(".anchorjs-container")){for(let h of document.querySelectorAll("li")){let v=h.firstChild,n=h.classList.contains("task-list-item"),e;switch(n?e=v.nextElementSibling:e=v,e.nodeName){case"STRONG":case"CODE":e.classList.add("d-anchor");break;default:break}}let f=new Ae.default;f.options.placement="left",f.add(".anchorjs-container h2:not(.d-anchor-none), .anchorjs-container h3:not(.d-anchor-none), .anchorjs-container h4:not(.d-anchor-none), .anchorjs-container h5:not(.d-anchor-none), .anchorjs-container h6:not(.d-anchor-none), .anchorjs-container li .d-anchor")}}),(()=>{let f=document.querySelectorAll(".placeholder-container");f&&f.forEach(h=>{let v=h.querySelector("div:first-child"),n=h.querySelector("div:last-child"),e=["bg-primary","bg-primary","bg-success","bg-success","bg-danger","bg-purple"],a=["bg-sun-tornado","bg-liquid-cheese","bg-wintery-sunburst","bg-bullseye-gradient","bg-geometric-intersection","bg-cornered-stairs"];n.classList.add(e[~~(Math.random()*e.length)]),v.classList.add(a[~~(Math.random()*a.length)])})})(),(()=>{let f=document.querySelector(".table-sticky"),h=document.querySelector(".table-sticky-header"),v=(n,e)=>{n.scrollLeft=e.scrollLeft};f&&(f.addEventListener("scroll",()=>v(h,f)),h.addEventListener("scroll",()=>v(f,h)))})(),document.querySelectorAll("[data-substring]").forEach(f=>{let h=parseInt(f.getAttribute("data-substring"))-1;if(f.innerText.length>h){let v=f.innerText.substring(0,h),n=f.getAttribute("data-link");if(typeof n!="undefined"&&n!==!1){f.innerHTML=`${v}...`;return}f.innerHTML=`${v}...`}}),(()=>{let f=document.querySelectorAll("table");f&&f.forEach(h=>{h.classList.add("table","table-bordered","table-striped"),h.outerHTML=`
${h.outerHTML}
`})})(),document.querySelectorAll(".dropdown-theme").forEach(h=>{h.querySelectorAll(".dropdown-toggle").forEach(v=>{v.addEventListener("hide.bs.dropdown",()=>{document.querySelectorAll("main").forEach(n=>{n.classList.remove("z-0")})}),v.addEventListener("show.bs.dropdown",()=>{document.querySelectorAll("main").forEach(n=>{n.classList.add("z-0")})})})})})();})(); /** diff --git a/packages/blog/package.json b/packages/blog/package.json index 832ccb75..fe2619e1 100644 --- a/packages/blog/package.json +++ b/packages/blog/package.json @@ -1,6 +1,6 @@ { "name": "@chocolatey-software/blog", - "version": "2.7.0", + "version": "2.8.0", "description": "Chocolatey Software theme assets for use on blog.chocolatey.org.", "author": "Chocolatey Software (https://chocolatey.org/)", "homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/blog#readme", diff --git a/packages/boxstarter/dist/css/boxstarter.css b/packages/boxstarter/dist/css/boxstarter.css index 80a9d66c..cf8a904e 100644 --- a/packages/boxstarter/dist/css/boxstarter.css +++ b/packages/boxstarter/dist/css/boxstarter.css @@ -16232,6 +16232,14 @@ textarea.form-control-lg { z-index: 1021 !important; } +.z-1070 { + z-index: 1070 !important; +} + +.z-2000 { + z-index: 2000 !important; +} + .rotate-10 { transform: rotate(10deg) !important; } @@ -17628,6 +17636,10 @@ textarea.form-control-lg { min-height: 40px !important; } +.min-h-px-42 { + min-height: 42px !important; +} + .min-h-px-50 { min-height: 50px !important; } @@ -17660,6 +17672,14 @@ textarea.form-control-lg { min-height: 100px !important; } +.min-h-px-107 { + min-height: 107px !important; +} + +.min-h-px-110 { + min-height: 110px !important; +} + .min-h-px-125 { min-height: 125px !important; } @@ -17668,10 +17688,18 @@ textarea.form-control-lg { min-height: 130px !important; } +.min-h-px-191 { + min-height: 191px !important; +} + .min-h-px-200 { min-height: 200px !important; } +.min-h-px-205 { + min-height: 205px !important; +} + .min-h-px-250 { min-height: 250px !important; } @@ -17680,14 +17708,158 @@ textarea.form-control-lg { min-height: 300px !important; } +.min-h-px-335 { + min-height: 335px !important; +} + .min-h-px-400 { min-height: 400px !important; } +.min-h-px-450 { + min-height: 450px !important; +} + .min-h-px-500 { min-height: 500px !important; } +.min-h-px-650 { + min-height: 650px !important; +} + +.max-h-px-0 { + max-height: 0 !important; +} + +.max-h-px-5 { + max-height: 5px !important; +} + +.max-h-px-10 { + max-height: 10px !important; +} + +.max-h-px-15 { + max-height: 15px !important; +} + +.max-h-px-16 { + max-height: 16px !important; +} + +.max-h-px-20 { + max-height: 20px !important; +} + +.max-h-px-25 { + max-height: 25px !important; +} + +.max-h-px-30 { + max-height: 30px !important; +} + +.max-h-px-35 { + max-height: 35px !important; +} + +.max-h-px-40 { + max-height: 40px !important; +} + +.max-h-px-42 { + max-height: 42px !important; +} + +.max-h-px-50 { + max-height: 50px !important; +} + +.max-h-px-60 { + max-height: 60px !important; +} + +.max-h-px-65 { + max-height: 65px !important; +} + +.max-h-px-70 { + max-height: 70px !important; +} + +.max-h-px-75 { + max-height: 75px !important; +} + +.max-h-px-80 { + max-height: 80px !important; +} + +.max-h-px-90 { + max-height: 90px !important; +} + +.max-h-px-100 { + max-height: 100px !important; +} + +.max-h-px-107 { + max-height: 107px !important; +} + +.max-h-px-110 { + max-height: 110px !important; +} + +.max-h-px-125 { + max-height: 125px !important; +} + +.max-h-px-130 { + max-height: 130px !important; +} + +.max-h-px-191 { + max-height: 191px !important; +} + +.max-h-px-200 { + max-height: 200px !important; +} + +.max-h-px-205 { + max-height: 205px !important; +} + +.max-h-px-250 { + max-height: 250px !important; +} + +.max-h-px-300 { + max-height: 300px !important; +} + +.max-h-px-335 { + max-height: 335px !important; +} + +.max-h-px-400 { + max-height: 400px !important; +} + +.max-h-px-450 { + max-height: 450px !important; +} + +.max-h-px-500 { + max-height: 500px !important; +} + +.max-h-px-650 { + max-height: 650px !important; +} + .min-w-px-0 { min-width: 0 !important; } @@ -17728,6 +17900,10 @@ textarea.form-control-lg { min-width: 40px !important; } +.min-w-px-42 { + min-width: 42px !important; +} + .min-w-px-50 { min-width: 50px !important; } @@ -17760,6 +17936,14 @@ textarea.form-control-lg { min-width: 100px !important; } +.min-w-px-107 { + min-width: 107px !important; +} + +.min-w-px-110 { + min-width: 110px !important; +} + .min-w-px-125 { min-width: 125px !important; } @@ -17768,10 +17952,18 @@ textarea.form-control-lg { min-width: 130px !important; } +.min-w-px-191 { + min-width: 191px !important; +} + .min-w-px-200 { min-width: 200px !important; } +.min-w-px-205 { + min-width: 205px !important; +} + .min-w-px-250 { min-width: 250px !important; } @@ -17780,14 +17972,26 @@ textarea.form-control-lg { min-width: 300px !important; } +.min-w-px-335 { + min-width: 335px !important; +} + .min-w-px-400 { min-width: 400px !important; } +.min-w-px-450 { + min-width: 450px !important; +} + .min-w-px-500 { min-width: 500px !important; } +.min-w-px-650 { + min-width: 650px !important; +} + .h-px-0 { height: 0 !important; } @@ -17828,6 +18032,10 @@ textarea.form-control-lg { height: 40px !important; } +.h-px-42 { + height: 42px !important; +} + .h-px-50 { height: 50px !important; } @@ -17860,6 +18068,14 @@ textarea.form-control-lg { height: 100px !important; } +.h-px-107 { + height: 107px !important; +} + +.h-px-110 { + height: 110px !important; +} + .h-px-125 { height: 125px !important; } @@ -17868,10 +18084,18 @@ textarea.form-control-lg { height: 130px !important; } +.h-px-191 { + height: 191px !important; +} + .h-px-200 { height: 200px !important; } +.h-px-205 { + height: 205px !important; +} + .h-px-250 { height: 250px !important; } @@ -17880,14 +18104,26 @@ textarea.form-control-lg { height: 300px !important; } +.h-px-335 { + height: 335px !important; +} + .h-px-400 { height: 400px !important; } +.h-px-450 { + height: 450px !important; +} + .h-px-500 { height: 500px !important; } +.h-px-650 { + height: 650px !important; +} + .w-px-0 { width: 0 !important; } @@ -17928,6 +18164,10 @@ textarea.form-control-lg { width: 40px !important; } +.w-px-42 { + width: 42px !important; +} + .w-px-50 { width: 50px !important; } @@ -17960,6 +18200,14 @@ textarea.form-control-lg { width: 100px !important; } +.w-px-107 { + width: 107px !important; +} + +.w-px-110 { + width: 110px !important; +} + .w-px-125 { width: 125px !important; } @@ -17968,10 +18216,18 @@ textarea.form-control-lg { width: 130px !important; } +.w-px-191 { + width: 191px !important; +} + .w-px-200 { width: 200px !important; } +.w-px-205 { + width: 205px !important; +} + .w-px-250 { width: 250px !important; } @@ -17980,14 +18236,26 @@ textarea.form-control-lg { width: 300px !important; } +.w-px-335 { + width: 335px !important; +} + .w-px-400 { width: 400px !important; } +.w-px-450 { + width: 450px !important; +} + .w-px-500 { width: 500px !important; } +.w-px-650 { + width: 650px !important; +} + .min-h-0 { min-height: 0% !important; } @@ -21980,6 +22248,9 @@ textarea.form-control-lg { .h-px-sm-40 { height: 40px !important; } + .h-px-sm-42 { + height: 42px !important; + } .h-px-sm-50 { height: 50px !important; } @@ -22004,27 +22275,48 @@ textarea.form-control-lg { .h-px-sm-100 { height: 100px !important; } + .h-px-sm-107 { + height: 107px !important; + } + .h-px-sm-110 { + height: 110px !important; + } .h-px-sm-125 { height: 125px !important; } .h-px-sm-130 { height: 130px !important; } + .h-px-sm-191 { + height: 191px !important; + } .h-px-sm-200 { height: 200px !important; } + .h-px-sm-205 { + height: 205px !important; + } .h-px-sm-250 { height: 250px !important; } .h-px-sm-300 { height: 300px !important; } + .h-px-sm-335 { + height: 335px !important; + } .h-px-sm-400 { height: 400px !important; } + .h-px-sm-450 { + height: 450px !important; + } .h-px-sm-500 { height: 500px !important; } + .h-px-sm-650 { + height: 650px !important; + } } @media (min-width: 768px) { .float-md-start { @@ -25762,6 +26054,9 @@ textarea.form-control-lg { .h-px-md-40 { height: 40px !important; } + .h-px-md-42 { + height: 42px !important; + } .h-px-md-50 { height: 50px !important; } @@ -25786,27 +26081,48 @@ textarea.form-control-lg { .h-px-md-100 { height: 100px !important; } + .h-px-md-107 { + height: 107px !important; + } + .h-px-md-110 { + height: 110px !important; + } .h-px-md-125 { height: 125px !important; } .h-px-md-130 { height: 130px !important; } + .h-px-md-191 { + height: 191px !important; + } .h-px-md-200 { height: 200px !important; } + .h-px-md-205 { + height: 205px !important; + } .h-px-md-250 { height: 250px !important; } .h-px-md-300 { height: 300px !important; } + .h-px-md-335 { + height: 335px !important; + } .h-px-md-400 { height: 400px !important; } + .h-px-md-450 { + height: 450px !important; + } .h-px-md-500 { height: 500px !important; } + .h-px-md-650 { + height: 650px !important; + } } @media (min-width: 992px) { .float-lg-start { @@ -29544,6 +29860,9 @@ textarea.form-control-lg { .h-px-lg-40 { height: 40px !important; } + .h-px-lg-42 { + height: 42px !important; + } .h-px-lg-50 { height: 50px !important; } @@ -29568,27 +29887,48 @@ textarea.form-control-lg { .h-px-lg-100 { height: 100px !important; } + .h-px-lg-107 { + height: 107px !important; + } + .h-px-lg-110 { + height: 110px !important; + } .h-px-lg-125 { height: 125px !important; } .h-px-lg-130 { height: 130px !important; } + .h-px-lg-191 { + height: 191px !important; + } .h-px-lg-200 { height: 200px !important; } + .h-px-lg-205 { + height: 205px !important; + } .h-px-lg-250 { height: 250px !important; } .h-px-lg-300 { height: 300px !important; } + .h-px-lg-335 { + height: 335px !important; + } .h-px-lg-400 { height: 400px !important; } + .h-px-lg-450 { + height: 450px !important; + } .h-px-lg-500 { height: 500px !important; } + .h-px-lg-650 { + height: 650px !important; + } } @media (min-width: 1200px) { .float-xl-start { @@ -33326,6 +33666,9 @@ textarea.form-control-lg { .h-px-xl-40 { height: 40px !important; } + .h-px-xl-42 { + height: 42px !important; + } .h-px-xl-50 { height: 50px !important; } @@ -33350,27 +33693,48 @@ textarea.form-control-lg { .h-px-xl-100 { height: 100px !important; } + .h-px-xl-107 { + height: 107px !important; + } + .h-px-xl-110 { + height: 110px !important; + } .h-px-xl-125 { height: 125px !important; } .h-px-xl-130 { height: 130px !important; } + .h-px-xl-191 { + height: 191px !important; + } .h-px-xl-200 { height: 200px !important; } + .h-px-xl-205 { + height: 205px !important; + } .h-px-xl-250 { height: 250px !important; } .h-px-xl-300 { height: 300px !important; } + .h-px-xl-335 { + height: 335px !important; + } .h-px-xl-400 { height: 400px !important; } + .h-px-xl-450 { + height: 450px !important; + } .h-px-xl-500 { height: 500px !important; } + .h-px-xl-650 { + height: 650px !important; + } } @media (min-width: 1400px) { .float-xxl-start { @@ -37108,6 +37472,9 @@ textarea.form-control-lg { .h-px-xxl-40 { height: 40px !important; } + .h-px-xxl-42 { + height: 42px !important; + } .h-px-xxl-50 { height: 50px !important; } @@ -37132,27 +37499,48 @@ textarea.form-control-lg { .h-px-xxl-100 { height: 100px !important; } + .h-px-xxl-107 { + height: 107px !important; + } + .h-px-xxl-110 { + height: 110px !important; + } .h-px-xxl-125 { height: 125px !important; } .h-px-xxl-130 { height: 130px !important; } + .h-px-xxl-191 { + height: 191px !important; + } .h-px-xxl-200 { height: 200px !important; } + .h-px-xxl-205 { + height: 205px !important; + } .h-px-xxl-250 { height: 250px !important; } .h-px-xxl-300 { height: 300px !important; } + .h-px-xxl-335 { + height: 335px !important; + } .h-px-xxl-400 { height: 400px !important; } + .h-px-xxl-450 { + height: 450px !important; + } .h-px-xxl-500 { height: 500px !important; } + .h-px-xxl-650 { + height: 650px !important; + } } @media (min-width: 1600px) { .float-xxxl-start { @@ -40890,6 +41278,9 @@ textarea.form-control-lg { .h-px-xxxl-40 { height: 40px !important; } + .h-px-xxxl-42 { + height: 42px !important; + } .h-px-xxxl-50 { height: 50px !important; } @@ -40914,27 +41305,48 @@ textarea.form-control-lg { .h-px-xxxl-100 { height: 100px !important; } + .h-px-xxxl-107 { + height: 107px !important; + } + .h-px-xxxl-110 { + height: 110px !important; + } .h-px-xxxl-125 { height: 125px !important; } .h-px-xxxl-130 { height: 130px !important; } + .h-px-xxxl-191 { + height: 191px !important; + } .h-px-xxxl-200 { height: 200px !important; } + .h-px-xxxl-205 { + height: 205px !important; + } .h-px-xxxl-250 { height: 250px !important; } .h-px-xxxl-300 { height: 300px !important; } + .h-px-xxxl-335 { + height: 335px !important; + } .h-px-xxxl-400 { height: 400px !important; } + .h-px-xxxl-450 { + height: 450px !important; + } .h-px-xxxl-500 { height: 500px !important; } + .h-px-xxxl-650 { + height: 650px !important; + } } @media (min-width: 1200px) { .fs-1 { diff --git a/packages/boxstarter/dist/css/boxstarter.min.css b/packages/boxstarter/dist/css/boxstarter.min.css index 929e3869..33fa23c8 100644 --- a/packages/boxstarter/dist/css/boxstarter.min.css +++ b/packages/boxstarter/dist/css/boxstarter.min.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! * choco-theme boxstarter (https://github.com/chocolatey/choco-theme#readme) -*/:root{color-scheme:unset!important;--bs-blue-rgb:0,141,156;--bs-indigo-rgb:102,16,242;--bs-purple-rgb:157,58,116;--bs-pink-rgb:175,46,81;--bs-red-rgb:192,38,54;--bs-orange-rgb:235,68,32;--bs-yellow-rgb:184,112,0;--bs-green-rgb:0,116,39;--bs-teal-rgb:32,201,151;--bs-cyan-rgb:13,202,240;--bs-black-rgb:12,12,11;--bs-white-rgb:255,252,240;--bs-gray-rgb:102,101,96;--bs-gray-dark-rgb:51,50,48}:root,[data-bs-theme=light]{--choco-adaptive:#cccac0;--choco-border-color-adaptive:#b2b0a8;--bs-blue-contrast:#0c0c0b;--bs-indigo-contrast:#fffcf0;--bs-purple-contrast:#fffcf0;--bs-pink-contrast:#fffcf0;--bs-red-contrast:#fffcf0;--bs-orange-contrast:#0c0c0b;--bs-yellow-contrast:#0c0c0b;--bs-green-contrast:#fffcf0;--bs-teal-contrast:#0c0c0b;--bs-cyan-contrast:#0c0c0b;--bs-black-contrast:#fffcf0;--bs-white-contrast:#0c0c0b;--bs-gray-contrast:#fffcf0;--bs-gray-dark-contrast:#fffcf0;--bs-primary-contrast:#fffcf0;--bs-primary-shift:#006321;--bs-secondary-contrast:#fffcf0;--bs-secondary-shift:#575652;--bs-success-contrast:#fffcf0;--bs-success-shift:#006321;--bs-info-contrast:#fffcf0;--bs-info-shift:#006321;--bs-warning-contrast:#0c0c0b;--bs-warning-shift:#9c5f00;--bs-danger-contrast:#fffcf0;--bs-danger-shift:#a3202e;--bs-light-contrast:#0c0c0b;--bs-light-shift:#c3c0b8;--bs-dark-contrast:#fffcf0;--bs-dark-shift:#000a03;--bs-tip-contrast:#fffcf0;--bs-tip-shift:#853163;--bs-tertiary-bg-contrast:#0c0c0b;--bs-secondary-bg-contrast:#0c0c0b}:root[data-bs-theme=dark],[data-bs-theme=dark]{--choco-adaptive:#333230;--choco-border-color-adaptive:rgba(var(--bs-primary-rgb),0.5);--bs-blue:#008d9c;--bs-blue-contrast:#0c0c0b;--bs-indigo:#6610f2;--bs-indigo-contrast:#fffcf0;--bs-purple:#9d3a74;--bs-purple-contrast:#fffcf0;--bs-pink:#af2e51;--bs-pink-contrast:#fffcf0;--bs-red:#c02636;--bs-red-contrast:#fffcf0;--bs-orange:#eb4420;--bs-orange-contrast:#0c0c0b;--bs-yellow:#f1fa8c;--bs-yellow-contrast:#0c0c0b;--bs-green:#019a4a;--bs-green-contrast:#0c0c0b;--bs-teal:#20c997;--bs-teal-contrast:#0c0c0b;--bs-cyan:#0dcaf0;--bs-cyan-contrast:#0c0c0b;--bs-black:#0c0c0b;--bs-black-contrast:#fffcf0;--bs-white:#fffcf0;--bs-white-contrast:#0c0c0b;--bs-gray:#7f7e78;--bs-gray-contrast:#0c0c0b;--bs-gray-dark:#000c04;--bs-gray-dark-contrast:#fffcf0;--bs-primary:#019a4a;--bs-primary-contrast:#0c0c0b;--bs-primary-shift:#01833f;--bs-primary-rgb:1,154,74;--bs-secondary:#7f7e78;--bs-secondary-contrast:#0c0c0b;--bs-secondary-shift:#6c6b66;--bs-secondary-rgb:127,126,120;--bs-success:#019a4a;--bs-success-contrast:#0c0c0b;--bs-success-shift:#01833f;--bs-success-rgb:1,154,74;--bs-info:#019a4a;--bs-info-contrast:#0c0c0b;--bs-info-shift:#01833f;--bs-info-rgb:1,154,74;--bs-warning:#f1fa8c;--bs-warning-contrast:#0c0c0b;--bs-warning-shift:#cdd577;--bs-warning-rgb:241,250,140;--bs-danger:#c02636;--bs-danger-contrast:#fffcf0;--bs-danger-shift:#a3202e;--bs-danger-rgb:192,38,54;--bs-light:#e5e2d8;--bs-light-contrast:#0c0c0b;--bs-light-shift:#c3c0b8;--bs-light-rgb:229,226,216;--bs-dark:#000c04;--bs-dark-contrast:#fffcf0;--bs-dark-shift:#000a03;--bs-dark-rgb:0,12,4;--bs-tip:#9d3a74;--bs-tip-contrast:#fffcf0;--bs-tip-shift:#853163;--bs-tip-rgb:157,58,116;--bs-tertiary-bg-contrast:#fffcf0;--bs-secondary-bg-contrast:#fffcf0}:root,[data-bs-theme=light]{--bs-blue:#008d9c;--bs-indigo:#6610f2;--bs-purple:#9d3a74;--bs-pink:#af2e51;--bs-red:#c02636;--bs-orange:#eb4420;--bs-yellow:#b87000;--bs-green:#007427;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#0c0c0b;--bs-white:#fffcf0;--bs-gray:#666560;--bs-gray-dark:#333230;--bs-gray-100:#e5e2d8;--bs-gray-200:#cccac0;--bs-gray-300:#b2b0a8;--bs-gray-400:#999790;--bs-gray-500:#7f7e78;--bs-gray-600:#666560;--bs-gray-700:#4c4b48;--bs-gray-800:#333230;--bs-gray-900:#191918;--bs-primary:#007427;--bs-secondary:#666560;--bs-success:#007427;--bs-info:#007427;--bs-warning:#b87000;--bs-danger:#c02636;--bs-light:#e5e2d8;--bs-dark:#000c04;--bs-tip:#9d3a74;--bs-primary-rgb:0,116,39;--bs-secondary-rgb:102,101,96;--bs-success-rgb:0,116,39;--bs-info-rgb:0,116,39;--bs-warning-rgb:184,112,0;--bs-danger-rgb:192,38,54;--bs-light-rgb:229,226,216;--bs-dark-rgb:0,12,4;--bs-tip-rgb:157,58,116;--bs-primary-text-emphasis:#002e10;--bs-secondary-text-emphasis:#292826;--bs-success-text-emphasis:#002e10;--bs-info-text-emphasis:#002e10;--bs-warning-text-emphasis:#4a2d00;--bs-danger-text-emphasis:#4d0f16;--bs-light-text-emphasis:#4c4b48;--bs-dark-text-emphasis:#4c4b48;--bs-primary-bg-subtle:#cce3d4;--bs-secondary-bg-subtle:#e0e0df;--bs-success-bg-subtle:#cce3d4;--bs-info-bg-subtle:#cce3d4;--bs-warning-bg-subtle:#f1e2cc;--bs-danger-bg-subtle:#f2d4d7;--bs-light-bg-subtle:#f2efe4;--bs-dark-bg-subtle:#999790;--bs-primary-border-subtle:#99c7a9;--bs-secondary-border-subtle:#c2c1bf;--bs-success-border-subtle:#99c7a9;--bs-info-border-subtle:#99c7a9;--bs-warning-border-subtle:#e3c699;--bs-danger-border-subtle:#e6a8af;--bs-light-border-subtle:#cccac0;--bs-dark-border-subtle:#7f7e78;--bs-white-rgb:255,252,240;--bs-black-rgb:12,12,11;--bs-font-sans-serif:"Inter",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,252,240,.15),rgba(255,252,240,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.7;--bs-body-color:#0c0c0b;--bs-body-color-rgb:12,12,11;--bs-body-bg:#e5e2d8;--bs-body-bg-rgb:229,226,216;--bs-emphasis-color:#0c0c0b;--bs-emphasis-color-rgb:12,12,11;--bs-secondary-color:rgba(12,12,11,.75);--bs-secondary-color-rgb:12,12,11;--bs-secondary-bg:#fffcf0;--bs-secondary-bg-rgb:255,252,240;--bs-tertiary-color:rgba(12,12,11,.5);--bs-tertiary-color-rgb:12,12,11;--bs-tertiary-bg:#b2b0a8;--bs-tertiary-bg-rgb:178,176,168;--bs-heading-color:inherit;--bs-link-color:#007427;--bs-link-color-rgb:0,116,39;--bs-link-decoration:underline;--bs-link-hover-color:#005d1f;--bs-link-hover-color-rgb:0,93,31;--bs-code-color:#0c0c0b;--bs-highlight-color:#0c0c0b;--bs-highlight-bg:#f1e2cc;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#b2b0a8;--bs-border-color-translucent:#b2b0a8;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(12,12,11,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(12,12,11,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(12,12,11,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(12,12,11,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(0,116,39,.25);--bs-form-valid-color:#007427;--bs-form-valid-border-color:#007427;--bs-form-invalid-color:#c02636;--bs-form-invalid-border-color:#c02636}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#fffcf0;--bs-body-color-rgb:255,252,240;--bs-body-bg:#0c0c0b;--bs-body-bg-rgb:12,12,11;--bs-emphasis-color:#fffcf0;--bs-emphasis-color-rgb:255,252,240;--bs-secondary-color:rgba(255,252,240,.75);--bs-secondary-color-rgb:255,252,240;--bs-secondary-bg:#191918;--bs-secondary-bg-rgb:25,25,24;--bs-tertiary-color:rgba(255,252,240,.5);--bs-tertiary-color-rgb:255,252,240;--bs-tertiary-bg:#333230;--bs-tertiary-bg-rgb:51,50,48;--bs-primary-text-emphasis:#66ac7d;--bs-secondary-text-emphasis:#a3a3a0;--bs-success-text-emphasis:#66ac7d;--bs-info-text-emphasis:#66ac7d;--bs-warning-text-emphasis:#d4a966;--bs-danger-text-emphasis:#d97d86;--bs-light-text-emphasis:#e5e2d8;--bs-dark-text-emphasis:#b2b0a8;--bs-primary-bg-subtle:#003e1e;--bs-secondary-bg-subtle:#141413;--bs-success-bg-subtle:#003e1e;--bs-info-bg-subtle:#003e1e;--bs-warning-bg-subtle:#606438;--bs-danger-bg-subtle:#4d0f16;--bs-light-bg-subtle:#333230;--bs-dark-bg-subtle:#201f1e;--bs-primary-border-subtle:#015c2c;--bs-secondary-border-subtle:#3d3d3a;--bs-success-border-subtle:#015c2c;--bs-info-border-subtle:#015c2c;--bs-warning-border-subtle:#919654;--bs-danger-border-subtle:#731720;--bs-light-border-subtle:#4c4b48;--bs-dark-border-subtle:#333230;--bs-heading-color:inherit;--bs-link-color:#66ac7d;--bs-link-hover-color:#85bc97;--bs-link-color-rgb:102,172,125;--bs-link-hover-color-rgb:133,188,151;--bs-code-color:#fffcf0;--bs-highlight-color:#fffcf0;--bs-highlight-bg:#4a2d00;--bs-border-color:#333230;--bs-border-color-translucent:#333230;--bs-form-valid-color:#66ac7d;--bs-form-valid-border-color:#66ac7d;--bs-form-invalid-color:#d97d86;--bs-form-invalid-border-color:#d97d86}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(12,12,11,0)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.7;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{color:var(--bs-code-color);font-size:.875em;word-wrap:break-word}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#666560;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{max-width:1536px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:1600px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:6rem}.g-6,.gy-6{--bs-gutter-y:6rem}.g-7,.gx-7{--bs-gutter-x:12rem}.g-7,.gy-7{--bs-gutter-y:12rem}.g-8,.gx-8{--bs-gutter-x:20rem}.g-8,.gy-8{--bs-gutter-y:20rem}.g-c45,.gx-c45{--bs-gutter-x:0.45rem}.g-c45,.gy-c45{--bs-gutter-y:0.45rem}.g-c75,.gx-c75{--bs-gutter-x:0.75rem}.g-c75,.gy-c75{--bs-gutter-y:0.75rem}.g-c1-25,.gx-c1-25{--bs-gutter-x:1.25rem}.g-c1-25,.gy-c1-25{--bs-gutter-y:1.25rem}.g-c1-75,.gx-c1-75{--bs-gutter-x:1.75rem}.g-c1-75,.gy-c1-75{--bs-gutter-y:1.75rem}.g-c2,.gx-c2{--bs-gutter-x:2rem}.g-c2,.gy-c2{--bs-gutter-y:2rem}.g-c2-25,.gx-c2-25{--bs-gutter-x:2.25rem}.g-c2-25,.gy-c2-25{--bs-gutter-y:2.25rem}.g-c2-75,.gx-c2-75{--bs-gutter-x:2.75rem}.g-c2-75,.gy-c2-75{--bs-gutter-y:2.75rem}.g-c3-75,.gx-c3-75{--bs-gutter-x:3.75rem}.g-c3-75,.gy-c3-75{--bs-gutter-y:3.75rem}.g-c4,.gx-c4{--bs-gutter-x:4rem}.g-c4,.gy-c4{--bs-gutter-y:4rem}.g-c4-5,.gx-c4-5{--bs-gutter-x:4.5rem}.g-c4-5,.gy-c4-5{--bs-gutter-y:4.5rem}.g-c4-75,.gx-c4-75{--bs-gutter-x:4.75rem}.g-c4-75,.gy-c4-75{--bs-gutter-y:4.75rem}.g-c5,.gx-c5{--bs-gutter-x:5rem}.g-c5,.gy-c5{--bs-gutter-y:5rem}.g-c6,.gx-c6{--bs-gutter-x:6rem}.g-c6,.gy-c6{--bs-gutter-y:6rem}.g-c7,.gx-c7{--bs-gutter-x:7rem}.g-c7,.gy-c7{--bs-gutter-y:7rem}.g-c5-px,.gx-c5-px{--bs-gutter-x:5px}.g-c5-px,.gy-c5-px{--bs-gutter-y:5px}.g-c10-px,.gx-c10-px{--bs-gutter-x:10px}.g-c10-px,.gy-c10-px{--bs-gutter-y:10px}.g-c15-px,.gx-c15-px{--bs-gutter-x:15px}.g-c15-px,.gy-c15-px{--bs-gutter-y:15px}.g-c20-px,.gx-c20-px{--bs-gutter-x:20px}.g-c20-px,.gy-c20-px{--bs-gutter-y:20px}.g-c30-px,.gx-c30-px{--bs-gutter-x:30px}.g-c30-px,.gy-c30-px{--bs-gutter-y:30px}.g-c35-px,.gx-c35-px{--bs-gutter-x:35px}.g-c35-px,.gy-c35-px{--bs-gutter-y:35px}.g-c40-px,.gx-c40-px{--bs-gutter-x:40px}.g-c40-px,.gy-c40-px{--bs-gutter-y:40px}.g-c50-px,.gx-c50-px{--bs-gutter-x:50px}.g-c50-px,.gy-c50-px{--bs-gutter-y:50px}.g-c60-px,.gx-c60-px{--bs-gutter-x:60px}.g-c60-px,.gy-c60-px{--bs-gutter-y:60px}.g-c65-px,.gx-c65-px{--bs-gutter-x:65px}.g-c65-px,.gy-c65-px{--bs-gutter-y:65px}.g-c70-px,.gx-c70-px{--bs-gutter-x:70px}.g-c70-px,.gy-c70-px{--bs-gutter-y:70px}.g-c75-px,.gx-c75-px{--bs-gutter-x:75px}.g-c75-px,.gy-c75-px{--bs-gutter-y:75px}.g-c80-px,.gx-c80-px{--bs-gutter-x:80px}.g-c80-px,.gy-c80-px{--bs-gutter-y:80px}.g-c90-px,.gx-c90-px{--bs-gutter-x:90px}.g-c90-px,.gy-c90-px{--bs-gutter-y:90px}.g-c100-px,.gx-c100-px{--bs-gutter-x:100px}.g-c100-px,.gy-c100-px{--bs-gutter-y:100px}.g-c125-px,.gx-c125-px{--bs-gutter-x:125px}.g-c125-px,.gy-c125-px{--bs-gutter-y:125px}.g-c130-px,.gx-c130-px{--bs-gutter-x:130px}.g-c130-px,.gy-c130-px{--bs-gutter-y:130px}.g-c200-px,.gx-c200-px{--bs-gutter-x:200px}.g-c200-px,.gy-c200-px{--bs-gutter-y:200px}.g-c250-px,.gx-c250-px{--bs-gutter-x:250px}.g-c250-px,.gy-c250-px{--bs-gutter-y:250px}.g-c300-px,.gx-c300-px{--bs-gutter-x:300px}.g-c300-px,.gy-c300-px{--bs-gutter-y:300px}.g-c400-px,.gx-c400-px{--bs-gutter-x:400px}.g-c400-px,.gy-c400-px{--bs-gutter-y:400px}.g-c500-px,.gx-c500-px{--bs-gutter-x:500px}.g-c500-px,.gy-c500-px{--bs-gutter-y:500px}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:6rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:6rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:12rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:12rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:20rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:20rem}.g-sm-c45,.gx-sm-c45{--bs-gutter-x:0.45rem}.g-sm-c45,.gy-sm-c45{--bs-gutter-y:0.45rem}.g-sm-c75,.gx-sm-c75{--bs-gutter-x:0.75rem}.g-sm-c75,.gy-sm-c75{--bs-gutter-y:0.75rem}.g-sm-c1-25,.gx-sm-c1-25{--bs-gutter-x:1.25rem}.g-sm-c1-25,.gy-sm-c1-25{--bs-gutter-y:1.25rem}.g-sm-c1-75,.gx-sm-c1-75{--bs-gutter-x:1.75rem}.g-sm-c1-75,.gy-sm-c1-75{--bs-gutter-y:1.75rem}.g-sm-c2,.gx-sm-c2{--bs-gutter-x:2rem}.g-sm-c2,.gy-sm-c2{--bs-gutter-y:2rem}.g-sm-c2-25,.gx-sm-c2-25{--bs-gutter-x:2.25rem}.g-sm-c2-25,.gy-sm-c2-25{--bs-gutter-y:2.25rem}.g-sm-c2-75,.gx-sm-c2-75{--bs-gutter-x:2.75rem}.g-sm-c2-75,.gy-sm-c2-75{--bs-gutter-y:2.75rem}.g-sm-c3-75,.gx-sm-c3-75{--bs-gutter-x:3.75rem}.g-sm-c3-75,.gy-sm-c3-75{--bs-gutter-y:3.75rem}.g-sm-c4,.gx-sm-c4{--bs-gutter-x:4rem}.g-sm-c4,.gy-sm-c4{--bs-gutter-y:4rem}.g-sm-c4-5,.gx-sm-c4-5{--bs-gutter-x:4.5rem}.g-sm-c4-5,.gy-sm-c4-5{--bs-gutter-y:4.5rem}.g-sm-c4-75,.gx-sm-c4-75{--bs-gutter-x:4.75rem}.g-sm-c4-75,.gy-sm-c4-75{--bs-gutter-y:4.75rem}.g-sm-c5,.gx-sm-c5{--bs-gutter-x:5rem}.g-sm-c5,.gy-sm-c5{--bs-gutter-y:5rem}.g-sm-c6,.gx-sm-c6{--bs-gutter-x:6rem}.g-sm-c6,.gy-sm-c6{--bs-gutter-y:6rem}.g-sm-c7,.gx-sm-c7{--bs-gutter-x:7rem}.g-sm-c7,.gy-sm-c7{--bs-gutter-y:7rem}.g-sm-c5-px,.gx-sm-c5-px{--bs-gutter-x:5px}.g-sm-c5-px,.gy-sm-c5-px{--bs-gutter-y:5px}.g-sm-c10-px,.gx-sm-c10-px{--bs-gutter-x:10px}.g-sm-c10-px,.gy-sm-c10-px{--bs-gutter-y:10px}.g-sm-c15-px,.gx-sm-c15-px{--bs-gutter-x:15px}.g-sm-c15-px,.gy-sm-c15-px{--bs-gutter-y:15px}.g-sm-c20-px,.gx-sm-c20-px{--bs-gutter-x:20px}.g-sm-c20-px,.gy-sm-c20-px{--bs-gutter-y:20px}.g-sm-c30-px,.gx-sm-c30-px{--bs-gutter-x:30px}.g-sm-c30-px,.gy-sm-c30-px{--bs-gutter-y:30px}.g-sm-c35-px,.gx-sm-c35-px{--bs-gutter-x:35px}.g-sm-c35-px,.gy-sm-c35-px{--bs-gutter-y:35px}.g-sm-c40-px,.gx-sm-c40-px{--bs-gutter-x:40px}.g-sm-c40-px,.gy-sm-c40-px{--bs-gutter-y:40px}.g-sm-c50-px,.gx-sm-c50-px{--bs-gutter-x:50px}.g-sm-c50-px,.gy-sm-c50-px{--bs-gutter-y:50px}.g-sm-c60-px,.gx-sm-c60-px{--bs-gutter-x:60px}.g-sm-c60-px,.gy-sm-c60-px{--bs-gutter-y:60px}.g-sm-c65-px,.gx-sm-c65-px{--bs-gutter-x:65px}.g-sm-c65-px,.gy-sm-c65-px{--bs-gutter-y:65px}.g-sm-c70-px,.gx-sm-c70-px{--bs-gutter-x:70px}.g-sm-c70-px,.gy-sm-c70-px{--bs-gutter-y:70px}.g-sm-c75-px,.gx-sm-c75-px{--bs-gutter-x:75px}.g-sm-c75-px,.gy-sm-c75-px{--bs-gutter-y:75px}.g-sm-c80-px,.gx-sm-c80-px{--bs-gutter-x:80px}.g-sm-c80-px,.gy-sm-c80-px{--bs-gutter-y:80px}.g-sm-c90-px,.gx-sm-c90-px{--bs-gutter-x:90px}.g-sm-c90-px,.gy-sm-c90-px{--bs-gutter-y:90px}.g-sm-c100-px,.gx-sm-c100-px{--bs-gutter-x:100px}.g-sm-c100-px,.gy-sm-c100-px{--bs-gutter-y:100px}.g-sm-c125-px,.gx-sm-c125-px{--bs-gutter-x:125px}.g-sm-c125-px,.gy-sm-c125-px{--bs-gutter-y:125px}.g-sm-c130-px,.gx-sm-c130-px{--bs-gutter-x:130px}.g-sm-c130-px,.gy-sm-c130-px{--bs-gutter-y:130px}.g-sm-c200-px,.gx-sm-c200-px{--bs-gutter-x:200px}.g-sm-c200-px,.gy-sm-c200-px{--bs-gutter-y:200px}.g-sm-c250-px,.gx-sm-c250-px{--bs-gutter-x:250px}.g-sm-c250-px,.gy-sm-c250-px{--bs-gutter-y:250px}.g-sm-c300-px,.gx-sm-c300-px{--bs-gutter-x:300px}.g-sm-c300-px,.gy-sm-c300-px{--bs-gutter-y:300px}.g-sm-c400-px,.gx-sm-c400-px{--bs-gutter-x:400px}.g-sm-c400-px,.gy-sm-c400-px{--bs-gutter-y:400px}.g-sm-c500-px,.gx-sm-c500-px{--bs-gutter-x:500px}.g-sm-c500-px,.gy-sm-c500-px{--bs-gutter-y:500px}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:6rem}.g-md-6,.gy-md-6{--bs-gutter-y:6rem}.g-md-7,.gx-md-7{--bs-gutter-x:12rem}.g-md-7,.gy-md-7{--bs-gutter-y:12rem}.g-md-8,.gx-md-8{--bs-gutter-x:20rem}.g-md-8,.gy-md-8{--bs-gutter-y:20rem}.g-md-c45,.gx-md-c45{--bs-gutter-x:0.45rem}.g-md-c45,.gy-md-c45{--bs-gutter-y:0.45rem}.g-md-c75,.gx-md-c75{--bs-gutter-x:0.75rem}.g-md-c75,.gy-md-c75{--bs-gutter-y:0.75rem}.g-md-c1-25,.gx-md-c1-25{--bs-gutter-x:1.25rem}.g-md-c1-25,.gy-md-c1-25{--bs-gutter-y:1.25rem}.g-md-c1-75,.gx-md-c1-75{--bs-gutter-x:1.75rem}.g-md-c1-75,.gy-md-c1-75{--bs-gutter-y:1.75rem}.g-md-c2,.gx-md-c2{--bs-gutter-x:2rem}.g-md-c2,.gy-md-c2{--bs-gutter-y:2rem}.g-md-c2-25,.gx-md-c2-25{--bs-gutter-x:2.25rem}.g-md-c2-25,.gy-md-c2-25{--bs-gutter-y:2.25rem}.g-md-c2-75,.gx-md-c2-75{--bs-gutter-x:2.75rem}.g-md-c2-75,.gy-md-c2-75{--bs-gutter-y:2.75rem}.g-md-c3-75,.gx-md-c3-75{--bs-gutter-x:3.75rem}.g-md-c3-75,.gy-md-c3-75{--bs-gutter-y:3.75rem}.g-md-c4,.gx-md-c4{--bs-gutter-x:4rem}.g-md-c4,.gy-md-c4{--bs-gutter-y:4rem}.g-md-c4-5,.gx-md-c4-5{--bs-gutter-x:4.5rem}.g-md-c4-5,.gy-md-c4-5{--bs-gutter-y:4.5rem}.g-md-c4-75,.gx-md-c4-75{--bs-gutter-x:4.75rem}.g-md-c4-75,.gy-md-c4-75{--bs-gutter-y:4.75rem}.g-md-c5,.gx-md-c5{--bs-gutter-x:5rem}.g-md-c5,.gy-md-c5{--bs-gutter-y:5rem}.g-md-c6,.gx-md-c6{--bs-gutter-x:6rem}.g-md-c6,.gy-md-c6{--bs-gutter-y:6rem}.g-md-c7,.gx-md-c7{--bs-gutter-x:7rem}.g-md-c7,.gy-md-c7{--bs-gutter-y:7rem}.g-md-c5-px,.gx-md-c5-px{--bs-gutter-x:5px}.g-md-c5-px,.gy-md-c5-px{--bs-gutter-y:5px}.g-md-c10-px,.gx-md-c10-px{--bs-gutter-x:10px}.g-md-c10-px,.gy-md-c10-px{--bs-gutter-y:10px}.g-md-c15-px,.gx-md-c15-px{--bs-gutter-x:15px}.g-md-c15-px,.gy-md-c15-px{--bs-gutter-y:15px}.g-md-c20-px,.gx-md-c20-px{--bs-gutter-x:20px}.g-md-c20-px,.gy-md-c20-px{--bs-gutter-y:20px}.g-md-c30-px,.gx-md-c30-px{--bs-gutter-x:30px}.g-md-c30-px,.gy-md-c30-px{--bs-gutter-y:30px}.g-md-c35-px,.gx-md-c35-px{--bs-gutter-x:35px}.g-md-c35-px,.gy-md-c35-px{--bs-gutter-y:35px}.g-md-c40-px,.gx-md-c40-px{--bs-gutter-x:40px}.g-md-c40-px,.gy-md-c40-px{--bs-gutter-y:40px}.g-md-c50-px,.gx-md-c50-px{--bs-gutter-x:50px}.g-md-c50-px,.gy-md-c50-px{--bs-gutter-y:50px}.g-md-c60-px,.gx-md-c60-px{--bs-gutter-x:60px}.g-md-c60-px,.gy-md-c60-px{--bs-gutter-y:60px}.g-md-c65-px,.gx-md-c65-px{--bs-gutter-x:65px}.g-md-c65-px,.gy-md-c65-px{--bs-gutter-y:65px}.g-md-c70-px,.gx-md-c70-px{--bs-gutter-x:70px}.g-md-c70-px,.gy-md-c70-px{--bs-gutter-y:70px}.g-md-c75-px,.gx-md-c75-px{--bs-gutter-x:75px}.g-md-c75-px,.gy-md-c75-px{--bs-gutter-y:75px}.g-md-c80-px,.gx-md-c80-px{--bs-gutter-x:80px}.g-md-c80-px,.gy-md-c80-px{--bs-gutter-y:80px}.g-md-c90-px,.gx-md-c90-px{--bs-gutter-x:90px}.g-md-c90-px,.gy-md-c90-px{--bs-gutter-y:90px}.g-md-c100-px,.gx-md-c100-px{--bs-gutter-x:100px}.g-md-c100-px,.gy-md-c100-px{--bs-gutter-y:100px}.g-md-c125-px,.gx-md-c125-px{--bs-gutter-x:125px}.g-md-c125-px,.gy-md-c125-px{--bs-gutter-y:125px}.g-md-c130-px,.gx-md-c130-px{--bs-gutter-x:130px}.g-md-c130-px,.gy-md-c130-px{--bs-gutter-y:130px}.g-md-c200-px,.gx-md-c200-px{--bs-gutter-x:200px}.g-md-c200-px,.gy-md-c200-px{--bs-gutter-y:200px}.g-md-c250-px,.gx-md-c250-px{--bs-gutter-x:250px}.g-md-c250-px,.gy-md-c250-px{--bs-gutter-y:250px}.g-md-c300-px,.gx-md-c300-px{--bs-gutter-x:300px}.g-md-c300-px,.gy-md-c300-px{--bs-gutter-y:300px}.g-md-c400-px,.gx-md-c400-px{--bs-gutter-x:400px}.g-md-c400-px,.gy-md-c400-px{--bs-gutter-y:400px}.g-md-c500-px,.gx-md-c500-px{--bs-gutter-x:500px}.g-md-c500-px,.gy-md-c500-px{--bs-gutter-y:500px}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:6rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:6rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:12rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:12rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:20rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:20rem}.g-lg-c45,.gx-lg-c45{--bs-gutter-x:0.45rem}.g-lg-c45,.gy-lg-c45{--bs-gutter-y:0.45rem}.g-lg-c75,.gx-lg-c75{--bs-gutter-x:0.75rem}.g-lg-c75,.gy-lg-c75{--bs-gutter-y:0.75rem}.g-lg-c1-25,.gx-lg-c1-25{--bs-gutter-x:1.25rem}.g-lg-c1-25,.gy-lg-c1-25{--bs-gutter-y:1.25rem}.g-lg-c1-75,.gx-lg-c1-75{--bs-gutter-x:1.75rem}.g-lg-c1-75,.gy-lg-c1-75{--bs-gutter-y:1.75rem}.g-lg-c2,.gx-lg-c2{--bs-gutter-x:2rem}.g-lg-c2,.gy-lg-c2{--bs-gutter-y:2rem}.g-lg-c2-25,.gx-lg-c2-25{--bs-gutter-x:2.25rem}.g-lg-c2-25,.gy-lg-c2-25{--bs-gutter-y:2.25rem}.g-lg-c2-75,.gx-lg-c2-75{--bs-gutter-x:2.75rem}.g-lg-c2-75,.gy-lg-c2-75{--bs-gutter-y:2.75rem}.g-lg-c3-75,.gx-lg-c3-75{--bs-gutter-x:3.75rem}.g-lg-c3-75,.gy-lg-c3-75{--bs-gutter-y:3.75rem}.g-lg-c4,.gx-lg-c4{--bs-gutter-x:4rem}.g-lg-c4,.gy-lg-c4{--bs-gutter-y:4rem}.g-lg-c4-5,.gx-lg-c4-5{--bs-gutter-x:4.5rem}.g-lg-c4-5,.gy-lg-c4-5{--bs-gutter-y:4.5rem}.g-lg-c4-75,.gx-lg-c4-75{--bs-gutter-x:4.75rem}.g-lg-c4-75,.gy-lg-c4-75{--bs-gutter-y:4.75rem}.g-lg-c5,.gx-lg-c5{--bs-gutter-x:5rem}.g-lg-c5,.gy-lg-c5{--bs-gutter-y:5rem}.g-lg-c6,.gx-lg-c6{--bs-gutter-x:6rem}.g-lg-c6,.gy-lg-c6{--bs-gutter-y:6rem}.g-lg-c7,.gx-lg-c7{--bs-gutter-x:7rem}.g-lg-c7,.gy-lg-c7{--bs-gutter-y:7rem}.g-lg-c5-px,.gx-lg-c5-px{--bs-gutter-x:5px}.g-lg-c5-px,.gy-lg-c5-px{--bs-gutter-y:5px}.g-lg-c10-px,.gx-lg-c10-px{--bs-gutter-x:10px}.g-lg-c10-px,.gy-lg-c10-px{--bs-gutter-y:10px}.g-lg-c15-px,.gx-lg-c15-px{--bs-gutter-x:15px}.g-lg-c15-px,.gy-lg-c15-px{--bs-gutter-y:15px}.g-lg-c20-px,.gx-lg-c20-px{--bs-gutter-x:20px}.g-lg-c20-px,.gy-lg-c20-px{--bs-gutter-y:20px}.g-lg-c30-px,.gx-lg-c30-px{--bs-gutter-x:30px}.g-lg-c30-px,.gy-lg-c30-px{--bs-gutter-y:30px}.g-lg-c35-px,.gx-lg-c35-px{--bs-gutter-x:35px}.g-lg-c35-px,.gy-lg-c35-px{--bs-gutter-y:35px}.g-lg-c40-px,.gx-lg-c40-px{--bs-gutter-x:40px}.g-lg-c40-px,.gy-lg-c40-px{--bs-gutter-y:40px}.g-lg-c50-px,.gx-lg-c50-px{--bs-gutter-x:50px}.g-lg-c50-px,.gy-lg-c50-px{--bs-gutter-y:50px}.g-lg-c60-px,.gx-lg-c60-px{--bs-gutter-x:60px}.g-lg-c60-px,.gy-lg-c60-px{--bs-gutter-y:60px}.g-lg-c65-px,.gx-lg-c65-px{--bs-gutter-x:65px}.g-lg-c65-px,.gy-lg-c65-px{--bs-gutter-y:65px}.g-lg-c70-px,.gx-lg-c70-px{--bs-gutter-x:70px}.g-lg-c70-px,.gy-lg-c70-px{--bs-gutter-y:70px}.g-lg-c75-px,.gx-lg-c75-px{--bs-gutter-x:75px}.g-lg-c75-px,.gy-lg-c75-px{--bs-gutter-y:75px}.g-lg-c80-px,.gx-lg-c80-px{--bs-gutter-x:80px}.g-lg-c80-px,.gy-lg-c80-px{--bs-gutter-y:80px}.g-lg-c90-px,.gx-lg-c90-px{--bs-gutter-x:90px}.g-lg-c90-px,.gy-lg-c90-px{--bs-gutter-y:90px}.g-lg-c100-px,.gx-lg-c100-px{--bs-gutter-x:100px}.g-lg-c100-px,.gy-lg-c100-px{--bs-gutter-y:100px}.g-lg-c125-px,.gx-lg-c125-px{--bs-gutter-x:125px}.g-lg-c125-px,.gy-lg-c125-px{--bs-gutter-y:125px}.g-lg-c130-px,.gx-lg-c130-px{--bs-gutter-x:130px}.g-lg-c130-px,.gy-lg-c130-px{--bs-gutter-y:130px}.g-lg-c200-px,.gx-lg-c200-px{--bs-gutter-x:200px}.g-lg-c200-px,.gy-lg-c200-px{--bs-gutter-y:200px}.g-lg-c250-px,.gx-lg-c250-px{--bs-gutter-x:250px}.g-lg-c250-px,.gy-lg-c250-px{--bs-gutter-y:250px}.g-lg-c300-px,.gx-lg-c300-px{--bs-gutter-x:300px}.g-lg-c300-px,.gy-lg-c300-px{--bs-gutter-y:300px}.g-lg-c400-px,.gx-lg-c400-px{--bs-gutter-x:400px}.g-lg-c400-px,.gy-lg-c400-px{--bs-gutter-y:400px}.g-lg-c500-px,.gx-lg-c500-px{--bs-gutter-x:500px}.g-lg-c500-px,.gy-lg-c500-px{--bs-gutter-y:500px}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:6rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:6rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:12rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:12rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:20rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:20rem}.g-xl-c45,.gx-xl-c45{--bs-gutter-x:0.45rem}.g-xl-c45,.gy-xl-c45{--bs-gutter-y:0.45rem}.g-xl-c75,.gx-xl-c75{--bs-gutter-x:0.75rem}.g-xl-c75,.gy-xl-c75{--bs-gutter-y:0.75rem}.g-xl-c1-25,.gx-xl-c1-25{--bs-gutter-x:1.25rem}.g-xl-c1-25,.gy-xl-c1-25{--bs-gutter-y:1.25rem}.g-xl-c1-75,.gx-xl-c1-75{--bs-gutter-x:1.75rem}.g-xl-c1-75,.gy-xl-c1-75{--bs-gutter-y:1.75rem}.g-xl-c2,.gx-xl-c2{--bs-gutter-x:2rem}.g-xl-c2,.gy-xl-c2{--bs-gutter-y:2rem}.g-xl-c2-25,.gx-xl-c2-25{--bs-gutter-x:2.25rem}.g-xl-c2-25,.gy-xl-c2-25{--bs-gutter-y:2.25rem}.g-xl-c2-75,.gx-xl-c2-75{--bs-gutter-x:2.75rem}.g-xl-c2-75,.gy-xl-c2-75{--bs-gutter-y:2.75rem}.g-xl-c3-75,.gx-xl-c3-75{--bs-gutter-x:3.75rem}.g-xl-c3-75,.gy-xl-c3-75{--bs-gutter-y:3.75rem}.g-xl-c4,.gx-xl-c4{--bs-gutter-x:4rem}.g-xl-c4,.gy-xl-c4{--bs-gutter-y:4rem}.g-xl-c4-5,.gx-xl-c4-5{--bs-gutter-x:4.5rem}.g-xl-c4-5,.gy-xl-c4-5{--bs-gutter-y:4.5rem}.g-xl-c4-75,.gx-xl-c4-75{--bs-gutter-x:4.75rem}.g-xl-c4-75,.gy-xl-c4-75{--bs-gutter-y:4.75rem}.g-xl-c5,.gx-xl-c5{--bs-gutter-x:5rem}.g-xl-c5,.gy-xl-c5{--bs-gutter-y:5rem}.g-xl-c6,.gx-xl-c6{--bs-gutter-x:6rem}.g-xl-c6,.gy-xl-c6{--bs-gutter-y:6rem}.g-xl-c7,.gx-xl-c7{--bs-gutter-x:7rem}.g-xl-c7,.gy-xl-c7{--bs-gutter-y:7rem}.g-xl-c5-px,.gx-xl-c5-px{--bs-gutter-x:5px}.g-xl-c5-px,.gy-xl-c5-px{--bs-gutter-y:5px}.g-xl-c10-px,.gx-xl-c10-px{--bs-gutter-x:10px}.g-xl-c10-px,.gy-xl-c10-px{--bs-gutter-y:10px}.g-xl-c15-px,.gx-xl-c15-px{--bs-gutter-x:15px}.g-xl-c15-px,.gy-xl-c15-px{--bs-gutter-y:15px}.g-xl-c20-px,.gx-xl-c20-px{--bs-gutter-x:20px}.g-xl-c20-px,.gy-xl-c20-px{--bs-gutter-y:20px}.g-xl-c30-px,.gx-xl-c30-px{--bs-gutter-x:30px}.g-xl-c30-px,.gy-xl-c30-px{--bs-gutter-y:30px}.g-xl-c35-px,.gx-xl-c35-px{--bs-gutter-x:35px}.g-xl-c35-px,.gy-xl-c35-px{--bs-gutter-y:35px}.g-xl-c40-px,.gx-xl-c40-px{--bs-gutter-x:40px}.g-xl-c40-px,.gy-xl-c40-px{--bs-gutter-y:40px}.g-xl-c50-px,.gx-xl-c50-px{--bs-gutter-x:50px}.g-xl-c50-px,.gy-xl-c50-px{--bs-gutter-y:50px}.g-xl-c60-px,.gx-xl-c60-px{--bs-gutter-x:60px}.g-xl-c60-px,.gy-xl-c60-px{--bs-gutter-y:60px}.g-xl-c65-px,.gx-xl-c65-px{--bs-gutter-x:65px}.g-xl-c65-px,.gy-xl-c65-px{--bs-gutter-y:65px}.g-xl-c70-px,.gx-xl-c70-px{--bs-gutter-x:70px}.g-xl-c70-px,.gy-xl-c70-px{--bs-gutter-y:70px}.g-xl-c75-px,.gx-xl-c75-px{--bs-gutter-x:75px}.g-xl-c75-px,.gy-xl-c75-px{--bs-gutter-y:75px}.g-xl-c80-px,.gx-xl-c80-px{--bs-gutter-x:80px}.g-xl-c80-px,.gy-xl-c80-px{--bs-gutter-y:80px}.g-xl-c90-px,.gx-xl-c90-px{--bs-gutter-x:90px}.g-xl-c90-px,.gy-xl-c90-px{--bs-gutter-y:90px}.g-xl-c100-px,.gx-xl-c100-px{--bs-gutter-x:100px}.g-xl-c100-px,.gy-xl-c100-px{--bs-gutter-y:100px}.g-xl-c125-px,.gx-xl-c125-px{--bs-gutter-x:125px}.g-xl-c125-px,.gy-xl-c125-px{--bs-gutter-y:125px}.g-xl-c130-px,.gx-xl-c130-px{--bs-gutter-x:130px}.g-xl-c130-px,.gy-xl-c130-px{--bs-gutter-y:130px}.g-xl-c200-px,.gx-xl-c200-px{--bs-gutter-x:200px}.g-xl-c200-px,.gy-xl-c200-px{--bs-gutter-y:200px}.g-xl-c250-px,.gx-xl-c250-px{--bs-gutter-x:250px}.g-xl-c250-px,.gy-xl-c250-px{--bs-gutter-y:250px}.g-xl-c300-px,.gx-xl-c300-px{--bs-gutter-x:300px}.g-xl-c300-px,.gy-xl-c300-px{--bs-gutter-y:300px}.g-xl-c400-px,.gx-xl-c400-px{--bs-gutter-x:400px}.g-xl-c400-px,.gy-xl-c400-px{--bs-gutter-y:400px}.g-xl-c500-px,.gx-xl-c500-px{--bs-gutter-x:500px}.g-xl-c500-px,.gy-xl-c500-px{--bs-gutter-y:500px}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:6rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:6rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:12rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:12rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:20rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:20rem}.g-xxl-c45,.gx-xxl-c45{--bs-gutter-x:0.45rem}.g-xxl-c45,.gy-xxl-c45{--bs-gutter-y:0.45rem}.g-xxl-c75,.gx-xxl-c75{--bs-gutter-x:0.75rem}.g-xxl-c75,.gy-xxl-c75{--bs-gutter-y:0.75rem}.g-xxl-c1-25,.gx-xxl-c1-25{--bs-gutter-x:1.25rem}.g-xxl-c1-25,.gy-xxl-c1-25{--bs-gutter-y:1.25rem}.g-xxl-c1-75,.gx-xxl-c1-75{--bs-gutter-x:1.75rem}.g-xxl-c1-75,.gy-xxl-c1-75{--bs-gutter-y:1.75rem}.g-xxl-c2,.gx-xxl-c2{--bs-gutter-x:2rem}.g-xxl-c2,.gy-xxl-c2{--bs-gutter-y:2rem}.g-xxl-c2-25,.gx-xxl-c2-25{--bs-gutter-x:2.25rem}.g-xxl-c2-25,.gy-xxl-c2-25{--bs-gutter-y:2.25rem}.g-xxl-c2-75,.gx-xxl-c2-75{--bs-gutter-x:2.75rem}.g-xxl-c2-75,.gy-xxl-c2-75{--bs-gutter-y:2.75rem}.g-xxl-c3-75,.gx-xxl-c3-75{--bs-gutter-x:3.75rem}.g-xxl-c3-75,.gy-xxl-c3-75{--bs-gutter-y:3.75rem}.g-xxl-c4,.gx-xxl-c4{--bs-gutter-x:4rem}.g-xxl-c4,.gy-xxl-c4{--bs-gutter-y:4rem}.g-xxl-c4-5,.gx-xxl-c4-5{--bs-gutter-x:4.5rem}.g-xxl-c4-5,.gy-xxl-c4-5{--bs-gutter-y:4.5rem}.g-xxl-c4-75,.gx-xxl-c4-75{--bs-gutter-x:4.75rem}.g-xxl-c4-75,.gy-xxl-c4-75{--bs-gutter-y:4.75rem}.g-xxl-c5,.gx-xxl-c5{--bs-gutter-x:5rem}.g-xxl-c5,.gy-xxl-c5{--bs-gutter-y:5rem}.g-xxl-c6,.gx-xxl-c6{--bs-gutter-x:6rem}.g-xxl-c6,.gy-xxl-c6{--bs-gutter-y:6rem}.g-xxl-c7,.gx-xxl-c7{--bs-gutter-x:7rem}.g-xxl-c7,.gy-xxl-c7{--bs-gutter-y:7rem}.g-xxl-c5-px,.gx-xxl-c5-px{--bs-gutter-x:5px}.g-xxl-c5-px,.gy-xxl-c5-px{--bs-gutter-y:5px}.g-xxl-c10-px,.gx-xxl-c10-px{--bs-gutter-x:10px}.g-xxl-c10-px,.gy-xxl-c10-px{--bs-gutter-y:10px}.g-xxl-c15-px,.gx-xxl-c15-px{--bs-gutter-x:15px}.g-xxl-c15-px,.gy-xxl-c15-px{--bs-gutter-y:15px}.g-xxl-c20-px,.gx-xxl-c20-px{--bs-gutter-x:20px}.g-xxl-c20-px,.gy-xxl-c20-px{--bs-gutter-y:20px}.g-xxl-c30-px,.gx-xxl-c30-px{--bs-gutter-x:30px}.g-xxl-c30-px,.gy-xxl-c30-px{--bs-gutter-y:30px}.g-xxl-c35-px,.gx-xxl-c35-px{--bs-gutter-x:35px}.g-xxl-c35-px,.gy-xxl-c35-px{--bs-gutter-y:35px}.g-xxl-c40-px,.gx-xxl-c40-px{--bs-gutter-x:40px}.g-xxl-c40-px,.gy-xxl-c40-px{--bs-gutter-y:40px}.g-xxl-c50-px,.gx-xxl-c50-px{--bs-gutter-x:50px}.g-xxl-c50-px,.gy-xxl-c50-px{--bs-gutter-y:50px}.g-xxl-c60-px,.gx-xxl-c60-px{--bs-gutter-x:60px}.g-xxl-c60-px,.gy-xxl-c60-px{--bs-gutter-y:60px}.g-xxl-c65-px,.gx-xxl-c65-px{--bs-gutter-x:65px}.g-xxl-c65-px,.gy-xxl-c65-px{--bs-gutter-y:65px}.g-xxl-c70-px,.gx-xxl-c70-px{--bs-gutter-x:70px}.g-xxl-c70-px,.gy-xxl-c70-px{--bs-gutter-y:70px}.g-xxl-c75-px,.gx-xxl-c75-px{--bs-gutter-x:75px}.g-xxl-c75-px,.gy-xxl-c75-px{--bs-gutter-y:75px}.g-xxl-c80-px,.gx-xxl-c80-px{--bs-gutter-x:80px}.g-xxl-c80-px,.gy-xxl-c80-px{--bs-gutter-y:80px}.g-xxl-c90-px,.gx-xxl-c90-px{--bs-gutter-x:90px}.g-xxl-c90-px,.gy-xxl-c90-px{--bs-gutter-y:90px}.g-xxl-c100-px,.gx-xxl-c100-px{--bs-gutter-x:100px}.g-xxl-c100-px,.gy-xxl-c100-px{--bs-gutter-y:100px}.g-xxl-c125-px,.gx-xxl-c125-px{--bs-gutter-x:125px}.g-xxl-c125-px,.gy-xxl-c125-px{--bs-gutter-y:125px}.g-xxl-c130-px,.gx-xxl-c130-px{--bs-gutter-x:130px}.g-xxl-c130-px,.gy-xxl-c130-px{--bs-gutter-y:130px}.g-xxl-c200-px,.gx-xxl-c200-px{--bs-gutter-x:200px}.g-xxl-c200-px,.gy-xxl-c200-px{--bs-gutter-y:200px}.g-xxl-c250-px,.gx-xxl-c250-px{--bs-gutter-x:250px}.g-xxl-c250-px,.gy-xxl-c250-px{--bs-gutter-y:250px}.g-xxl-c300-px,.gx-xxl-c300-px{--bs-gutter-x:300px}.g-xxl-c300-px,.gy-xxl-c300-px{--bs-gutter-y:300px}.g-xxl-c400-px,.gx-xxl-c400-px{--bs-gutter-x:400px}.g-xxl-c400-px,.gy-xxl-c400-px{--bs-gutter-y:400px}.g-xxl-c500-px,.gx-xxl-c500-px{--bs-gutter-x:500px}.g-xxl-c500-px,.gy-xxl-c500-px{--bs-gutter-y:500px}}@media (min-width:1600px){.col-xxxl{flex:1 0 0}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:0.25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:0.25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:6rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:6rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:12rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:12rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:20rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:20rem}.g-xxxl-c45,.gx-xxxl-c45{--bs-gutter-x:0.45rem}.g-xxxl-c45,.gy-xxxl-c45{--bs-gutter-y:0.45rem}.g-xxxl-c75,.gx-xxxl-c75{--bs-gutter-x:0.75rem}.g-xxxl-c75,.gy-xxxl-c75{--bs-gutter-y:0.75rem}.g-xxxl-c1-25,.gx-xxxl-c1-25{--bs-gutter-x:1.25rem}.g-xxxl-c1-25,.gy-xxxl-c1-25{--bs-gutter-y:1.25rem}.g-xxxl-c1-75,.gx-xxxl-c1-75{--bs-gutter-x:1.75rem}.g-xxxl-c1-75,.gy-xxxl-c1-75{--bs-gutter-y:1.75rem}.g-xxxl-c2,.gx-xxxl-c2{--bs-gutter-x:2rem}.g-xxxl-c2,.gy-xxxl-c2{--bs-gutter-y:2rem}.g-xxxl-c2-25,.gx-xxxl-c2-25{--bs-gutter-x:2.25rem}.g-xxxl-c2-25,.gy-xxxl-c2-25{--bs-gutter-y:2.25rem}.g-xxxl-c2-75,.gx-xxxl-c2-75{--bs-gutter-x:2.75rem}.g-xxxl-c2-75,.gy-xxxl-c2-75{--bs-gutter-y:2.75rem}.g-xxxl-c3-75,.gx-xxxl-c3-75{--bs-gutter-x:3.75rem}.g-xxxl-c3-75,.gy-xxxl-c3-75{--bs-gutter-y:3.75rem}.g-xxxl-c4,.gx-xxxl-c4{--bs-gutter-x:4rem}.g-xxxl-c4,.gy-xxxl-c4{--bs-gutter-y:4rem}.g-xxxl-c4-5,.gx-xxxl-c4-5{--bs-gutter-x:4.5rem}.g-xxxl-c4-5,.gy-xxxl-c4-5{--bs-gutter-y:4.5rem}.g-xxxl-c4-75,.gx-xxxl-c4-75{--bs-gutter-x:4.75rem}.g-xxxl-c4-75,.gy-xxxl-c4-75{--bs-gutter-y:4.75rem}.g-xxxl-c5,.gx-xxxl-c5{--bs-gutter-x:5rem}.g-xxxl-c5,.gy-xxxl-c5{--bs-gutter-y:5rem}.g-xxxl-c6,.gx-xxxl-c6{--bs-gutter-x:6rem}.g-xxxl-c6,.gy-xxxl-c6{--bs-gutter-y:6rem}.g-xxxl-c7,.gx-xxxl-c7{--bs-gutter-x:7rem}.g-xxxl-c7,.gy-xxxl-c7{--bs-gutter-y:7rem}.g-xxxl-c5-px,.gx-xxxl-c5-px{--bs-gutter-x:5px}.g-xxxl-c5-px,.gy-xxxl-c5-px{--bs-gutter-y:5px}.g-xxxl-c10-px,.gx-xxxl-c10-px{--bs-gutter-x:10px}.g-xxxl-c10-px,.gy-xxxl-c10-px{--bs-gutter-y:10px}.g-xxxl-c15-px,.gx-xxxl-c15-px{--bs-gutter-x:15px}.g-xxxl-c15-px,.gy-xxxl-c15-px{--bs-gutter-y:15px}.g-xxxl-c20-px,.gx-xxxl-c20-px{--bs-gutter-x:20px}.g-xxxl-c20-px,.gy-xxxl-c20-px{--bs-gutter-y:20px}.g-xxxl-c30-px,.gx-xxxl-c30-px{--bs-gutter-x:30px}.g-xxxl-c30-px,.gy-xxxl-c30-px{--bs-gutter-y:30px}.g-xxxl-c35-px,.gx-xxxl-c35-px{--bs-gutter-x:35px}.g-xxxl-c35-px,.gy-xxxl-c35-px{--bs-gutter-y:35px}.g-xxxl-c40-px,.gx-xxxl-c40-px{--bs-gutter-x:40px}.g-xxxl-c40-px,.gy-xxxl-c40-px{--bs-gutter-y:40px}.g-xxxl-c50-px,.gx-xxxl-c50-px{--bs-gutter-x:50px}.g-xxxl-c50-px,.gy-xxxl-c50-px{--bs-gutter-y:50px}.g-xxxl-c60-px,.gx-xxxl-c60-px{--bs-gutter-x:60px}.g-xxxl-c60-px,.gy-xxxl-c60-px{--bs-gutter-y:60px}.g-xxxl-c65-px,.gx-xxxl-c65-px{--bs-gutter-x:65px}.g-xxxl-c65-px,.gy-xxxl-c65-px{--bs-gutter-y:65px}.g-xxxl-c70-px,.gx-xxxl-c70-px{--bs-gutter-x:70px}.g-xxxl-c70-px,.gy-xxxl-c70-px{--bs-gutter-y:70px}.g-xxxl-c75-px,.gx-xxxl-c75-px{--bs-gutter-x:75px}.g-xxxl-c75-px,.gy-xxxl-c75-px{--bs-gutter-y:75px}.g-xxxl-c80-px,.gx-xxxl-c80-px{--bs-gutter-x:80px}.g-xxxl-c80-px,.gy-xxxl-c80-px{--bs-gutter-y:80px}.g-xxxl-c90-px,.gx-xxxl-c90-px{--bs-gutter-x:90px}.g-xxxl-c90-px,.gy-xxxl-c90-px{--bs-gutter-y:90px}.g-xxxl-c100-px,.gx-xxxl-c100-px{--bs-gutter-x:100px}.g-xxxl-c100-px,.gy-xxxl-c100-px{--bs-gutter-y:100px}.g-xxxl-c125-px,.gx-xxxl-c125-px{--bs-gutter-x:125px}.g-xxxl-c125-px,.gy-xxxl-c125-px{--bs-gutter-y:125px}.g-xxxl-c130-px,.gx-xxxl-c130-px{--bs-gutter-x:130px}.g-xxxl-c130-px,.gy-xxxl-c130-px{--bs-gutter-y:130px}.g-xxxl-c200-px,.gx-xxxl-c200-px{--bs-gutter-x:200px}.g-xxxl-c200-px,.gy-xxxl-c200-px{--bs-gutter-y:200px}.g-xxxl-c250-px,.gx-xxxl-c250-px{--bs-gutter-x:250px}.g-xxxl-c250-px,.gy-xxxl-c250-px{--bs-gutter-y:250px}.g-xxxl-c300-px,.gx-xxxl-c300-px{--bs-gutter-x:300px}.g-xxxl-c300-px,.gy-xxxl-c300-px{--bs-gutter-y:300px}.g-xxxl-c400-px,.gx-xxxl-c400-px{--bs-gutter-x:400px}.g-xxxl-c400-px,.gy-xxxl-c400-px{--bs-gutter-y:400px}.g-xxxl-c500-px,.gx-xxxl-c500-px{--bs-gutter-x:500px}.g-xxxl-c500-px,.gy-xxxl-c500-px{--bs-gutter-y:500px}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#0c0c0b!important}.text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#0c0c0b!important}.text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-tip{background-color:RGBA(var(--bs-tip-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(82,81,77,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(82,81,77,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(198,141,51,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(198,141,51,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(154,30,43,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(154,30,43,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(234,232,224,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(234,232,224,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(0,9,3,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,9,3,var(--bs-link-underline-opacity,1))!important}.link-tip{color:RGBA(var(--bs-tip-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-tip-rgb),var(--bs-link-underline-opacity,1))!important}.link-tip:focus,.link-tip:hover{color:RGBA(126,46,93,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(126,46,93,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{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);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ratio-700x506{--bs-aspect-ratio:72.2857142857%}.ratio-1200x630{--bs-aspect-ratio:52.5%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1600px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:var(--bs-secondary-bg);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#0c0c0b;--bs-table-bg:#cce3d4;--bs-table-border-color:#a6b8ac;--bs-table-striped-bg:#c2d8ca;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#b9cec0;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#bed3c5;--bs-table-hover-color:#0c0c0b}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#0c0c0b;--bs-table-bg:#e0e0df;--bs-table-border-color:#b6b6b5;--bs-table-striped-bg:#d6d6d5;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#cbcbca;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#d0d0cf;--bs-table-hover-color:#0c0c0b}.table-info,.table-success{--bs-table-color:#0c0c0b;--bs-table-bg:#cce3d4;--bs-table-border-color:#a6b8ac;--bs-table-striped-bg:#c2d8ca;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#b9cec0;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#bed3c5;--bs-table-hover-color:#0c0c0b}.table-info,.table-success,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-warning{--bs-table-color:#0c0c0b;--bs-table-bg:#f1e2cc;--bs-table-border-color:#c3b8a5;--bs-table-striped-bg:#e5d8c2;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#dacdb9;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#e0d2be;--bs-table-hover-color:#0c0c0b}.table-danger{--bs-table-color:#0c0c0b;--bs-table-bg:#f2d4d7;--bs-table-border-color:#c4acae;--bs-table-striped-bg:#e7cacd;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#dbc0c2;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#e1c5c8;--bs-table-hover-color:#0c0c0b}.table-danger,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-light{--bs-table-color:#0c0c0b;--bs-table-bg:#e5e2d8;--bs-table-border-color:#bab7af;--bs-table-striped-bg:#dad7ce;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#cfcdc4;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#d5d2c9;--bs-table-hover-color:#0c0c0b}.table-dark{--bs-table-color:#fffcf0;--bs-table-bg:#000c04;--bs-table-border-color:#333c33;--bs-table-striped-bg:#0d1810;--bs-table-striped-color:#fffcf0;--bs-table-active-bg:#1a241c;--bs-table-active-color:#fffcf0;--bs-table-hover-bg:#131e16;--bs-table-hover-color:#fffcf0;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1599.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.7;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(var(--bs-border-width));padding-top:calc(var(--bs-border-width))}.form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:var(--bs-secondary-bg);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--bs-secondary-bg);border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);color:var(--bs-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.7em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-tertiary-bg);opacity:1}.form-control::file-selector-button{background-color:var(--bs-secondary);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-secondary-contrast);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-shift)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.7;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:0;font-size:.875rem;min-height:calc(1.7em + var(--bs-border-width)*2);padding:0 6px}.form-control-sm::file-selector-button{margin:0 -6px;margin-inline-end:6px;padding:0 6px}.form-control-lg{border-radius:0;font-size:1.25rem;min-height:calc(1.7em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.7em + .75rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.7em + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.7em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:0}.form-control-color.form-control-sm{height:calc(1.7em + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333230' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");appearance:none;background-color:var(--bs-secondary-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-tertiary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:0;font-size:.875rem;padding-bottom:0;padding-left:6px;padding-top:0}.form-select-lg{border-radius:0;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.5rem;min-height:1.57em;padding-left:2.07em}.form-check .form-check-input{float:left;margin-left:-2.07em}.form-check-reverse{padding-left:0;padding-right:2.07em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-2.07em}.form-check-input{--bs-form-check-bg:var(--bs-secondary-bg);appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-secondary);flex-shrink:0;height:1.57em;margin-top:.065em;print-color-adjust:exact;vertical-align:top;width:1.57em}.form-check-input[type=checkbox]{border-radius:0}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fffcf0'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#007427;border-color:#007427;--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{filter:none;opacity:1;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(12, 12, 11, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%237fb993'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fffcf0'/%3E%3C/svg%3E")}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 252, 240, 0.25)'/%3E%3C/svg%3E")}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e5e2d8,0 0 0 .25rem rgba(0,116,39,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e5e2d8,0 0 0 .25rem rgba(0,116,39,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#007427;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3d5be}.form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#007427;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3d5be}.form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:var(--bs-border-width) solid transparent;color:rgba(var(--bs-body-color-rgb),.65);height:100%;left:0;max-width:100%;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-left:.75rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{background-color:var(--bs-secondary-bg);border-radius:0;content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>textarea:disabled~label:after{background-color:var(--bs-tertiary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#666560}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:var(--bs-secondary);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-secondary-contrast);display:flex;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:0;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:0;font-size:.875rem;padding:0 6px}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:0;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007427' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007427' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.7em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:0;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c02636' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c02636' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c02636' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c02636' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.7em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.7;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:0;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,252,240,.15),0 1px 1px rgba(12,12,11,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fffcf0;--bs-btn-bg:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#006321;--bs-btn-hover-border-color:#005d1f;--bs-btn-focus-shadow-rgb:38,136,69;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#005d1f;--bs-btn-active-border-color:#00571d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#007427;--bs-btn-disabled-border-color:#007427}.btn-secondary{--bs-btn-color:#fffcf0;--bs-btn-bg:#666560;--bs-btn-border-color:#666560;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#575652;--bs-btn-hover-border-color:#52514d;--bs-btn-focus-shadow-rgb:125,124,118;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#52514d;--bs-btn-active-border-color:#4d4c48;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#666560;--bs-btn-disabled-border-color:#666560}.btn-info,.btn-success{--bs-btn-color:#fffcf0;--bs-btn-bg:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#006321;--bs-btn-hover-border-color:#005d1f;--bs-btn-focus-shadow-rgb:38,136,69;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#005d1f;--bs-btn-active-border-color:#00571d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#007427;--bs-btn-disabled-border-color:#007427}.btn-warning{--bs-btn-color:#0c0c0b;--bs-btn-bg:#b87000;--bs-btn-border-color:#b87000;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#c38526;--bs-btn-hover-border-color:#bf7e1a;--bs-btn-focus-shadow-rgb:158,97,2;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#c68d33;--bs-btn-active-border-color:#bf7e1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#0c0c0b;--bs-btn-disabled-bg:#b87000;--bs-btn-disabled-border-color:#b87000}.btn-danger{--bs-btn-color:#fffcf0;--bs-btn-bg:#c02636;--bs-btn-border-color:#c02636;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#a3202e;--bs-btn-hover-border-color:#9a1e2b;--bs-btn-focus-shadow-rgb:201,70,82;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#9a1e2b;--bs-btn-active-border-color:#901d29;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#c02636;--bs-btn-disabled-border-color:#c02636}.btn-light{--bs-btn-color:#0c0c0b;--bs-btn-bg:#e5e2d8;--bs-btn-border-color:#e5e2d8;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#c3c0b8;--bs-btn-hover-border-color:#b7b5ad;--bs-btn-focus-shadow-rgb:196,194,185;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#b7b5ad;--bs-btn-active-border-color:#acaaa2;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#0c0c0b;--bs-btn-disabled-bg:#e5e2d8;--bs-btn-disabled-border-color:#e5e2d8}.btn-dark{--bs-btn-color:#fffcf0;--bs-btn-bg:#000c04;--bs-btn-border-color:#000c04;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#26302a;--bs-btn-hover-border-color:#1a241d;--bs-btn-focus-shadow-rgb:38,48,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#333c36;--bs-btn-active-border-color:#1a241d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#000c04;--bs-btn-disabled-border-color:#000c04}.btn-tip{--bs-btn-color:#fffcf0;--bs-btn-bg:#9d3a74;--bs-btn-border-color:#9d3a74;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#853163;--bs-btn-hover-border-color:#7e2e5d;--bs-btn-focus-shadow-rgb:172,87,135;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#7e2e5d;--bs-btn-active-border-color:#762c57;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#9d3a74;--bs-btn-disabled-border-color:#9d3a74}.btn-outline-primary{--bs-btn-color:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#007427;--bs-btn-hover-border-color:#007427;--bs-btn-focus-shadow-rgb:0,116,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#007427;--bs-btn-active-border-color:#007427;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#007427;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#007427;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#666560;--bs-btn-border-color:#666560;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#666560;--bs-btn-hover-border-color:#666560;--bs-btn-focus-shadow-rgb:102,101,96;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#666560;--bs-btn-active-border-color:#666560;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#666560;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#666560;--bs-gradient:none}.btn-outline-info,.btn-outline-success{--bs-btn-color:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#007427;--bs-btn-hover-border-color:#007427;--bs-btn-focus-shadow-rgb:0,116,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#007427;--bs-btn-active-border-color:#007427;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#007427;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#007427;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#b87000;--bs-btn-border-color:#b87000;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#b87000;--bs-btn-hover-border-color:#b87000;--bs-btn-focus-shadow-rgb:184,112,0;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#b87000;--bs-btn-active-border-color:#b87000;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#b87000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#b87000;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#c02636;--bs-btn-border-color:#c02636;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#c02636;--bs-btn-hover-border-color:#c02636;--bs-btn-focus-shadow-rgb:192,38,54;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#c02636;--bs-btn-active-border-color:#c02636;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#c02636;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c02636;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#e5e2d8;--bs-btn-border-color:#e5e2d8;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#e5e2d8;--bs-btn-hover-border-color:#e5e2d8;--bs-btn-focus-shadow-rgb:229,226,216;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#e5e2d8;--bs-btn-active-border-color:#e5e2d8;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#e5e2d8;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e5e2d8;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#000c04;--bs-btn-border-color:#000c04;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#000c04;--bs-btn-hover-border-color:#000c04;--bs-btn-focus-shadow-rgb:0,12,4;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#000c04;--bs-btn-active-border-color:#000c04;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#000c04;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000c04;--bs-gradient:none}.btn-outline-tip{--bs-btn-color:#9d3a74;--bs-btn-border-color:#9d3a74;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#9d3a74;--bs-btn-hover-border-color:#9d3a74;--bs-btn-focus-shadow-rgb:157,58,116;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#9d3a74;--bs-btn-active-border-color:#9d3a74;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#9d3a74;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#9d3a74;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#666560;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:38,136,69;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0;--bs-btn-padding-x:6px;--bs-btn-font-size:1rem;--bs-btn-border-radius:0}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1060;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-secondary-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:0;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:var(--bs-secondary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.75rem;--bs-dropdown-header-color:#666560;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1600px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#b2b0a8;--bs-dropdown-bg:#333230;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#b2b0a8;--bs-dropdown-link-hover-color:#fffcf0;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,252,240,.15);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:#7f7e78;--bs-dropdown-header-color:#7f7e78}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:4.5px;padding-right:4.5px}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-body-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-body-color);--bs-nav-tabs-border-radius:0;--bs-nav-tabs-link-hover-border-color:var(--bs-secondary) var(--bs-secondary) transparent;--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:transparent;--bs-nav-tabs-link-active-border-color:var(--bs-body-color) var(--bs-body-color) var(--bs-secondary-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:0;--bs-nav-pills-link-active-color:var(--bs-secondary-contrast);--bs-nav-pills-link-active-bg:var(--bs-secondary)}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.2875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.375rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(12, 12, 11, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:var(--choco-border-color-adaptive);--bs-navbar-toggler-border-radius:0;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl,.navbar>.container-xxxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1600px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255,252,240,.55);--bs-navbar-hover-color:rgba(255,252,240,.75);--bs-navbar-disabled-color:rgba(255,252,240,.25);--bs-navbar-active-color:#fffcf0;--bs-navbar-brand-color:#fffcf0;--bs-navbar-brand-hover-color:#fffcf0;--bs-navbar-toggler-border-color:rgba(255,252,240,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 252, 240, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:2rem;--bs-card-spacer-x:2rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0;--bs-card-box-shadow: ;--bs-card-inner-border-radius:0;--bs-card-cap-padding-y:1rem;--bs-card-cap-padding-x:2rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color:var(--bs-body-color);--bs-card-bg:var(--bs-secondary-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230c0c0b' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23002e0f' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366ab7d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366ab7d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-border-radius:0;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:0;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-pagination-active-color:#fffcf0;--bs-pagination-active-bg:#007427;--bs-pagination-active-border-color:#007427;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:1rem;--bs-badge-font-weight:700;--bs-badge-color:var(--bs-body-color);--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:0;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:0 solid var(--bs-alert-border-color);--bs-alert-border-radius:0;--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-tip{--bs-alert-color:var(--bs-tip-text-emphasis);--bs-alert-bg:var(--bs-tip-bg-subtle);--bs-alert-border-color:var(--bs-tip-border-subtle);--bs-alert-link-color:var(--bs-tip-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-tertiary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fffcf0;--bs-progress-bar-bg:#007427;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,252,240,.15) 25%,transparent 0,transparent 50%,rgba(255,252,240,.15) 0,rgba(255,252,240,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:0;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fffcf0;--bs-list-group-active-bg:#007427;--bs-list-group-active-border-color:#007427;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:not(.active):active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1600px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.list-group-item-tip{--bs-list-group-color:var(--bs-tip-text-emphasis);--bs-list-group-bg:var(--bs-tip-bg-subtle);--bs-list-group-border-color:var(--bs-tip-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tip-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-tip-border-subtle);--bs-list-group-active-color:var(--bs-tip-bg-subtle);--bs-list-group-active-bg:var(--bs-tip-text-emphasis);--bs-list-group-active-border-color:var(--bs-tip-text-emphasis)}.btn-close{--bs-btn-close-color:#0c0c0b;--bs-btn-close-bg:none;--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;filter:var(--bs-btn-close-filter);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;user-select:none}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0;--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1062;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-secondary-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:0;--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:0;--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.7;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1061;--bs-backdrop-bg:#0c0c0b;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin-bottom:calc(var(--bs-modal-header-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-modal-header-padding-x)*-.5);margin-top:calc(var(--bs-modal-header-padding-y)*-.5);padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (max-width:1599.98px){.modal-fullscreen-xxxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-footer,.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:0;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;margin:var(--bs-tooltip-margin);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0;--bs-popover-inner-border-radius:0;--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fffcf0;display:flex;filter:var(--bs-carousel-control-icon-filter);justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:3.5%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fffcf0;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.5rem;width:1.5rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffcf0' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffcf0' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:3.5%;margin-right:3.5%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:var(--bs-carousel-indicator-active-bg);border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:15px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:15px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color);left:5%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:5%;text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#0c0c0b;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fffcf0;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#0c0c0b;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;flex-shrink:0;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl,.offcanvas-xxxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-secondary-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.7}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1599.98px){.offcanvas-xxxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1599.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none}}@media (max-width:1599.98px){.offcanvas-xxxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxxl.offcanvas-bottom,.offcanvas-xxxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxl.show:not(.hiding),.offcanvas-xxxl.showing{transform:none}.offcanvas-xxxl.hiding,.offcanvas-xxxl.show,.offcanvas-xxxl.showing{visibility:visible}}@media (min-width:1600px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxxl .offcanvas-header{display:none}.offcanvas-xxxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#0c0c0b;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#0c0c0b 55%,rgba(0,0,0,.8) 75%,#0c0c0b 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.focus-ring-tip{--bs-focus-ring-color:rgba(var(--bs-tip-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-tip{--bs-border-opacity:1;border-color:rgba(var(--bs-tip-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-0{width:0!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-35{width:35%!important}.w-40{width:40%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-125{width:125%!important}.w-130{width:130%!important}.w-200{width:200%!important}.w-250{width:250%!important}.w-300{width:300%!important}.w-400{width:400%!important}.w-500{width:500%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-0{height:0!important}.h-5{height:5%!important}.h-10{height:10%!important}.h-15{height:15%!important}.h-20{height:20%!important}.h-25{height:25%!important}.h-30{height:30%!important}.h-35{height:35%!important}.h-40{height:40%!important}.h-50{height:50%!important}.h-60{height:60%!important}.h-65{height:65%!important}.h-70{height:70%!important}.h-75{height:75%!important}.h-80{height:80%!important}.h-90{height:90%!important}.h-100{height:100%!important}.h-125{height:125%!important}.h-130{height:130%!important}.h-200{height:200%!important}.h-250{height:250%!important}.h-300{height:300%!important}.h-400{height:400%!important}.h-500{height:500%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:6rem!important}.m-7{margin:12rem!important}.m-8{margin:20rem!important}.m-c45{margin:.45rem!important}.m-c75{margin:.75rem!important}.m-c1-25{margin:1.25rem!important}.m-c1-75{margin:1.75rem!important}.m-c2{margin:2rem!important}.m-c2-25{margin:2.25rem!important}.m-c2-75{margin:2.75rem!important}.m-c3-75{margin:3.75rem!important}.m-c4{margin:4rem!important}.m-c4-5{margin:4.5rem!important}.m-c4-75{margin:4.75rem!important}.m-c5{margin:5rem!important}.m-c6{margin:6rem!important}.m-c7{margin:7rem!important}.m-c5-px{margin:5px!important}.m-c10-px{margin:10px!important}.m-c15-px{margin:15px!important}.m-c20-px{margin:20px!important}.m-c30-px{margin:30px!important}.m-c35-px{margin:35px!important}.m-c40-px{margin:40px!important}.m-c50-px{margin:50px!important}.m-c60-px{margin:60px!important}.m-c65-px{margin:65px!important}.m-c70-px{margin:70px!important}.m-c75-px{margin:75px!important}.m-c80-px{margin:80px!important}.m-c90-px{margin:90px!important}.m-c100-px{margin:100px!important}.m-c125-px{margin:125px!important}.m-c130-px{margin:130px!important}.m-c200-px{margin:200px!important}.m-c250-px{margin:250px!important}.m-c300-px{margin:300px!important}.m-c400-px{margin:400px!important}.m-c500-px{margin:500px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.mx-7{margin-left:12rem!important;margin-right:12rem!important}.mx-8{margin-left:20rem!important;margin-right:20rem!important}.mx-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:6rem!important}.mt-7{margin-top:12rem!important}.mt-8{margin-top:20rem!important}.mt-c45{margin-top:.45rem!important}.mt-c75{margin-top:.75rem!important}.mt-c1-25{margin-top:1.25rem!important}.mt-c1-75{margin-top:1.75rem!important}.mt-c2{margin-top:2rem!important}.mt-c2-25{margin-top:2.25rem!important}.mt-c2-75{margin-top:2.75rem!important}.mt-c3-75{margin-top:3.75rem!important}.mt-c4{margin-top:4rem!important}.mt-c4-5{margin-top:4.5rem!important}.mt-c4-75{margin-top:4.75rem!important}.mt-c5{margin-top:5rem!important}.mt-c6{margin-top:6rem!important}.mt-c7{margin-top:7rem!important}.mt-c5-px{margin-top:5px!important}.mt-c10-px{margin-top:10px!important}.mt-c15-px{margin-top:15px!important}.mt-c20-px{margin-top:20px!important}.mt-c30-px{margin-top:30px!important}.mt-c35-px{margin-top:35px!important}.mt-c40-px{margin-top:40px!important}.mt-c50-px{margin-top:50px!important}.mt-c60-px{margin-top:60px!important}.mt-c65-px{margin-top:65px!important}.mt-c70-px{margin-top:70px!important}.mt-c75-px{margin-top:75px!important}.mt-c80-px{margin-top:80px!important}.mt-c90-px{margin-top:90px!important}.mt-c100-px{margin-top:100px!important}.mt-c125-px{margin-top:125px!important}.mt-c130-px{margin-top:130px!important}.mt-c200-px{margin-top:200px!important}.mt-c250-px{margin-top:250px!important}.mt-c300-px{margin-top:300px!important}.mt-c400-px{margin-top:400px!important}.mt-c500-px{margin-top:500px!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:6rem!important}.me-7{margin-right:12rem!important}.me-8{margin-right:20rem!important}.me-c45{margin-right:.45rem!important}.me-c75{margin-right:.75rem!important}.me-c1-25{margin-right:1.25rem!important}.me-c1-75{margin-right:1.75rem!important}.me-c2{margin-right:2rem!important}.me-c2-25{margin-right:2.25rem!important}.me-c2-75{margin-right:2.75rem!important}.me-c3-75{margin-right:3.75rem!important}.me-c4{margin-right:4rem!important}.me-c4-5{margin-right:4.5rem!important}.me-c4-75{margin-right:4.75rem!important}.me-c5{margin-right:5rem!important}.me-c6{margin-right:6rem!important}.me-c7{margin-right:7rem!important}.me-c5-px{margin-right:5px!important}.me-c10-px{margin-right:10px!important}.me-c15-px{margin-right:15px!important}.me-c20-px{margin-right:20px!important}.me-c30-px{margin-right:30px!important}.me-c35-px{margin-right:35px!important}.me-c40-px{margin-right:40px!important}.me-c50-px{margin-right:50px!important}.me-c60-px{margin-right:60px!important}.me-c65-px{margin-right:65px!important}.me-c70-px{margin-right:70px!important}.me-c75-px{margin-right:75px!important}.me-c80-px{margin-right:80px!important}.me-c90-px{margin-right:90px!important}.me-c100-px{margin-right:100px!important}.me-c125-px{margin-right:125px!important}.me-c130-px{margin-right:130px!important}.me-c200-px{margin-right:200px!important}.me-c250-px{margin-right:250px!important}.me-c300-px{margin-right:300px!important}.me-c400-px{margin-right:400px!important}.me-c500-px{margin-right:500px!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:6rem!important}.mb-7{margin-bottom:12rem!important}.mb-8{margin-bottom:20rem!important}.mb-c45{margin-bottom:.45rem!important}.mb-c75{margin-bottom:.75rem!important}.mb-c1-25{margin-bottom:1.25rem!important}.mb-c1-75{margin-bottom:1.75rem!important}.mb-c2{margin-bottom:2rem!important}.mb-c2-25{margin-bottom:2.25rem!important}.mb-c2-75{margin-bottom:2.75rem!important}.mb-c3-75{margin-bottom:3.75rem!important}.mb-c4{margin-bottom:4rem!important}.mb-c4-5{margin-bottom:4.5rem!important}.mb-c4-75{margin-bottom:4.75rem!important}.mb-c5{margin-bottom:5rem!important}.mb-c6{margin-bottom:6rem!important}.mb-c7{margin-bottom:7rem!important}.mb-c5-px{margin-bottom:5px!important}.mb-c10-px{margin-bottom:10px!important}.mb-c15-px{margin-bottom:15px!important}.mb-c20-px{margin-bottom:20px!important}.mb-c30-px{margin-bottom:30px!important}.mb-c35-px{margin-bottom:35px!important}.mb-c40-px{margin-bottom:40px!important}.mb-c50-px{margin-bottom:50px!important}.mb-c60-px{margin-bottom:60px!important}.mb-c65-px{margin-bottom:65px!important}.mb-c70-px{margin-bottom:70px!important}.mb-c75-px{margin-bottom:75px!important}.mb-c80-px{margin-bottom:80px!important}.mb-c90-px{margin-bottom:90px!important}.mb-c100-px{margin-bottom:100px!important}.mb-c125-px{margin-bottom:125px!important}.mb-c130-px{margin-bottom:130px!important}.mb-c200-px{margin-bottom:200px!important}.mb-c250-px{margin-bottom:250px!important}.mb-c300-px{margin-bottom:300px!important}.mb-c400-px{margin-bottom:400px!important}.mb-c500-px{margin-bottom:500px!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:6rem!important}.ms-7{margin-left:12rem!important}.ms-8{margin-left:20rem!important}.ms-c45{margin-left:.45rem!important}.ms-c75{margin-left:.75rem!important}.ms-c1-25{margin-left:1.25rem!important}.ms-c1-75{margin-left:1.75rem!important}.ms-c2{margin-left:2rem!important}.ms-c2-25{margin-left:2.25rem!important}.ms-c2-75{margin-left:2.75rem!important}.ms-c3-75{margin-left:3.75rem!important}.ms-c4{margin-left:4rem!important}.ms-c4-5{margin-left:4.5rem!important}.ms-c4-75{margin-left:4.75rem!important}.ms-c5{margin-left:5rem!important}.ms-c6{margin-left:6rem!important}.ms-c7{margin-left:7rem!important}.ms-c5-px{margin-left:5px!important}.ms-c10-px{margin-left:10px!important}.ms-c15-px{margin-left:15px!important}.ms-c20-px{margin-left:20px!important}.ms-c30-px{margin-left:30px!important}.ms-c35-px{margin-left:35px!important}.ms-c40-px{margin-left:40px!important}.ms-c50-px{margin-left:50px!important}.ms-c60-px{margin-left:60px!important}.ms-c65-px{margin-left:65px!important}.ms-c70-px{margin-left:70px!important}.ms-c75-px{margin-left:75px!important}.ms-c80-px{margin-left:80px!important}.ms-c90-px{margin-left:90px!important}.ms-c100-px{margin-left:100px!important}.ms-c125-px{margin-left:125px!important}.ms-c130-px{margin-left:130px!important}.ms-c200-px{margin-left:200px!important}.ms-c250-px{margin-left:250px!important}.ms-c300-px{margin-left:300px!important}.ms-c400-px{margin-left:400px!important}.ms-c500-px{margin-left:500px!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-6rem!important}.m-n7{margin:-12rem!important}.m-n8{margin:-20rem!important}.m-nc45{margin:-.45rem!important}.m-nc75{margin:-.75rem!important}.m-nc1-25{margin:-1.25rem!important}.m-nc1-75{margin:-1.75rem!important}.m-nc2{margin:-2rem!important}.m-nc2-25{margin:-2.25rem!important}.m-nc2-75{margin:-2.75rem!important}.m-nc3-75{margin:-3.75rem!important}.m-nc4{margin:-4rem!important}.m-nc4-5{margin:-4.5rem!important}.m-nc4-75{margin:-4.75rem!important}.m-nc5{margin:-5rem!important}.m-nc6{margin:-6rem!important}.m-nc7{margin:-7rem!important}.m-nc5-px{margin:-5px!important}.m-nc10-px{margin:-10px!important}.m-nc15-px{margin:-15px!important}.m-nc20-px{margin:-20px!important}.m-nc30-px{margin:-30px!important}.m-nc35-px{margin:-35px!important}.m-nc40-px{margin:-40px!important}.m-nc50-px{margin:-50px!important}.m-nc60-px{margin:-60px!important}.m-nc65-px{margin:-65px!important}.m-nc70-px{margin:-70px!important}.m-nc75-px{margin:-75px!important}.m-nc80-px{margin:-80px!important}.m-nc90-px{margin:-90px!important}.m-nc100-px{margin:-100px!important}.m-nc125-px{margin:-125px!important}.m-nc130-px{margin:-130px!important}.m-nc200-px{margin:-200px!important}.m-nc250-px{margin:-250px!important}.m-nc300-px{margin:-300px!important}.m-nc400-px{margin:-400px!important}.m-nc500-px{margin:-500px!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-6rem!important}.mt-n7{margin-top:-12rem!important}.mt-n8{margin-top:-20rem!important}.mt-nc45{margin-top:-.45rem!important}.mt-nc75{margin-top:-.75rem!important}.mt-nc1-25{margin-top:-1.25rem!important}.mt-nc1-75{margin-top:-1.75rem!important}.mt-nc2{margin-top:-2rem!important}.mt-nc2-25{margin-top:-2.25rem!important}.mt-nc2-75{margin-top:-2.75rem!important}.mt-nc3-75{margin-top:-3.75rem!important}.mt-nc4{margin-top:-4rem!important}.mt-nc4-5{margin-top:-4.5rem!important}.mt-nc4-75{margin-top:-4.75rem!important}.mt-nc5{margin-top:-5rem!important}.mt-nc6{margin-top:-6rem!important}.mt-nc7{margin-top:-7rem!important}.mt-nc5-px{margin-top:-5px!important}.mt-nc10-px{margin-top:-10px!important}.mt-nc15-px{margin-top:-15px!important}.mt-nc20-px{margin-top:-20px!important}.mt-nc30-px{margin-top:-30px!important}.mt-nc35-px{margin-top:-35px!important}.mt-nc40-px{margin-top:-40px!important}.mt-nc50-px{margin-top:-50px!important}.mt-nc60-px{margin-top:-60px!important}.mt-nc65-px{margin-top:-65px!important}.mt-nc70-px{margin-top:-70px!important}.mt-nc75-px{margin-top:-75px!important}.mt-nc80-px{margin-top:-80px!important}.mt-nc90-px{margin-top:-90px!important}.mt-nc100-px{margin-top:-100px!important}.mt-nc125-px{margin-top:-125px!important}.mt-nc130-px{margin-top:-130px!important}.mt-nc200-px{margin-top:-200px!important}.mt-nc250-px{margin-top:-250px!important}.mt-nc300-px{margin-top:-300px!important}.mt-nc400-px{margin-top:-400px!important}.mt-nc500-px{margin-top:-500px!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-6rem!important}.me-n7{margin-right:-12rem!important}.me-n8{margin-right:-20rem!important}.me-nc45{margin-right:-.45rem!important}.me-nc75{margin-right:-.75rem!important}.me-nc1-25{margin-right:-1.25rem!important}.me-nc1-75{margin-right:-1.75rem!important}.me-nc2{margin-right:-2rem!important}.me-nc2-25{margin-right:-2.25rem!important}.me-nc2-75{margin-right:-2.75rem!important}.me-nc3-75{margin-right:-3.75rem!important}.me-nc4{margin-right:-4rem!important}.me-nc4-5{margin-right:-4.5rem!important}.me-nc4-75{margin-right:-4.75rem!important}.me-nc5{margin-right:-5rem!important}.me-nc6{margin-right:-6rem!important}.me-nc7{margin-right:-7rem!important}.me-nc5-px{margin-right:-5px!important}.me-nc10-px{margin-right:-10px!important}.me-nc15-px{margin-right:-15px!important}.me-nc20-px{margin-right:-20px!important}.me-nc30-px{margin-right:-30px!important}.me-nc35-px{margin-right:-35px!important}.me-nc40-px{margin-right:-40px!important}.me-nc50-px{margin-right:-50px!important}.me-nc60-px{margin-right:-60px!important}.me-nc65-px{margin-right:-65px!important}.me-nc70-px{margin-right:-70px!important}.me-nc75-px{margin-right:-75px!important}.me-nc80-px{margin-right:-80px!important}.me-nc90-px{margin-right:-90px!important}.me-nc100-px{margin-right:-100px!important}.me-nc125-px{margin-right:-125px!important}.me-nc130-px{margin-right:-130px!important}.me-nc200-px{margin-right:-200px!important}.me-nc250-px{margin-right:-250px!important}.me-nc300-px{margin-right:-300px!important}.me-nc400-px{margin-right:-400px!important}.me-nc500-px{margin-right:-500px!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-6rem!important}.mb-n7{margin-bottom:-12rem!important}.mb-n8{margin-bottom:-20rem!important}.mb-nc45{margin-bottom:-.45rem!important}.mb-nc75{margin-bottom:-.75rem!important}.mb-nc1-25{margin-bottom:-1.25rem!important}.mb-nc1-75{margin-bottom:-1.75rem!important}.mb-nc2{margin-bottom:-2rem!important}.mb-nc2-25{margin-bottom:-2.25rem!important}.mb-nc2-75{margin-bottom:-2.75rem!important}.mb-nc3-75{margin-bottom:-3.75rem!important}.mb-nc4{margin-bottom:-4rem!important}.mb-nc4-5{margin-bottom:-4.5rem!important}.mb-nc4-75{margin-bottom:-4.75rem!important}.mb-nc5{margin-bottom:-5rem!important}.mb-nc6{margin-bottom:-6rem!important}.mb-nc7{margin-bottom:-7rem!important}.mb-nc5-px{margin-bottom:-5px!important}.mb-nc10-px{margin-bottom:-10px!important}.mb-nc15-px{margin-bottom:-15px!important}.mb-nc20-px{margin-bottom:-20px!important}.mb-nc30-px{margin-bottom:-30px!important}.mb-nc35-px{margin-bottom:-35px!important}.mb-nc40-px{margin-bottom:-40px!important}.mb-nc50-px{margin-bottom:-50px!important}.mb-nc60-px{margin-bottom:-60px!important}.mb-nc65-px{margin-bottom:-65px!important}.mb-nc70-px{margin-bottom:-70px!important}.mb-nc75-px{margin-bottom:-75px!important}.mb-nc80-px{margin-bottom:-80px!important}.mb-nc90-px{margin-bottom:-90px!important}.mb-nc100-px{margin-bottom:-100px!important}.mb-nc125-px{margin-bottom:-125px!important}.mb-nc130-px{margin-bottom:-130px!important}.mb-nc200-px{margin-bottom:-200px!important}.mb-nc250-px{margin-bottom:-250px!important}.mb-nc300-px{margin-bottom:-300px!important}.mb-nc400-px{margin-bottom:-400px!important}.mb-nc500-px{margin-bottom:-500px!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-6rem!important}.ms-n7{margin-left:-12rem!important}.ms-n8{margin-left:-20rem!important}.ms-nc45{margin-left:-.45rem!important}.ms-nc75{margin-left:-.75rem!important}.ms-nc1-25{margin-left:-1.25rem!important}.ms-nc1-75{margin-left:-1.75rem!important}.ms-nc2{margin-left:-2rem!important}.ms-nc2-25{margin-left:-2.25rem!important}.ms-nc2-75{margin-left:-2.75rem!important}.ms-nc3-75{margin-left:-3.75rem!important}.ms-nc4{margin-left:-4rem!important}.ms-nc4-5{margin-left:-4.5rem!important}.ms-nc4-75{margin-left:-4.75rem!important}.ms-nc5{margin-left:-5rem!important}.ms-nc6{margin-left:-6rem!important}.ms-nc7{margin-left:-7rem!important}.ms-nc5-px{margin-left:-5px!important}.ms-nc10-px{margin-left:-10px!important}.ms-nc15-px{margin-left:-15px!important}.ms-nc20-px{margin-left:-20px!important}.ms-nc30-px{margin-left:-30px!important}.ms-nc35-px{margin-left:-35px!important}.ms-nc40-px{margin-left:-40px!important}.ms-nc50-px{margin-left:-50px!important}.ms-nc60-px{margin-left:-60px!important}.ms-nc65-px{margin-left:-65px!important}.ms-nc70-px{margin-left:-70px!important}.ms-nc75-px{margin-left:-75px!important}.ms-nc80-px{margin-left:-80px!important}.ms-nc90-px{margin-left:-90px!important}.ms-nc100-px{margin-left:-100px!important}.ms-nc125-px{margin-left:-125px!important}.ms-nc130-px{margin-left:-130px!important}.ms-nc200-px{margin-left:-200px!important}.ms-nc250-px{margin-left:-250px!important}.ms-nc300-px{margin-left:-300px!important}.ms-nc400-px{margin-left:-400px!important}.ms-nc500-px{margin-left:-500px!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:6rem!important}.p-7{padding:12rem!important}.p-8{padding:20rem!important}.p-c45{padding:.45rem!important}.p-c75{padding:.75rem!important}.p-c1-25{padding:1.25rem!important}.p-c1-75{padding:1.75rem!important}.p-c2{padding:2rem!important}.p-c2-25{padding:2.25rem!important}.p-c2-75{padding:2.75rem!important}.p-c3-75{padding:3.75rem!important}.p-c4{padding:4rem!important}.p-c4-5{padding:4.5rem!important}.p-c4-75{padding:4.75rem!important}.p-c5{padding:5rem!important}.p-c6{padding:6rem!important}.p-c7{padding:7rem!important}.p-c5-px{padding:5px!important}.p-c10-px{padding:10px!important}.p-c15-px{padding:15px!important}.p-c20-px{padding:20px!important}.p-c30-px{padding:30px!important}.p-c35-px{padding:35px!important}.p-c40-px{padding:40px!important}.p-c50-px{padding:50px!important}.p-c60-px{padding:60px!important}.p-c65-px{padding:65px!important}.p-c70-px{padding:70px!important}.p-c75-px{padding:75px!important}.p-c80-px{padding:80px!important}.p-c90-px{padding:90px!important}.p-c100-px{padding:100px!important}.p-c125-px{padding:125px!important}.p-c130-px{padding:130px!important}.p-c200-px{padding:200px!important}.p-c250-px{padding:250px!important}.p-c300-px{padding:300px!important}.p-c400-px{padding:400px!important}.p-c500-px{padding:500px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:6rem!important;padding-right:6rem!important}.px-7{padding-left:12rem!important;padding-right:12rem!important}.px-8{padding-left:20rem!important;padding-right:20rem!important}.px-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-c2{padding-left:2rem!important;padding-right:2rem!important}.px-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-c4{padding-left:4rem!important;padding-right:4rem!important}.px-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-c5{padding-left:5rem!important;padding-right:5rem!important}.px-c6{padding-left:6rem!important;padding-right:6rem!important}.px-c7{padding-left:7rem!important;padding-right:7rem!important}.px-c5-px{padding-left:5px!important;padding-right:5px!important}.px-c10-px{padding-left:10px!important;padding-right:10px!important}.px-c15-px{padding-left:15px!important;padding-right:15px!important}.px-c20-px{padding-left:20px!important;padding-right:20px!important}.px-c30-px{padding-left:30px!important;padding-right:30px!important}.px-c35-px{padding-left:35px!important;padding-right:35px!important}.px-c40-px{padding-left:40px!important;padding-right:40px!important}.px-c50-px{padding-left:50px!important;padding-right:50px!important}.px-c60-px{padding-left:60px!important;padding-right:60px!important}.px-c65-px{padding-left:65px!important;padding-right:65px!important}.px-c70-px{padding-left:70px!important;padding-right:70px!important}.px-c75-px{padding-left:75px!important;padding-right:75px!important}.px-c80-px{padding-left:80px!important;padding-right:80px!important}.px-c90-px{padding-left:90px!important;padding-right:90px!important}.px-c100-px{padding-left:100px!important;padding-right:100px!important}.px-c125-px{padding-left:125px!important;padding-right:125px!important}.px-c130-px{padding-left:130px!important;padding-right:130px!important}.px-c200-px{padding-left:200px!important;padding-right:200px!important}.px-c250-px{padding-left:250px!important;padding-right:250px!important}.px-c300-px{padding-left:300px!important;padding-right:300px!important}.px-c400-px{padding-left:400px!important;padding-right:400px!important}.px-c500-px{padding-left:500px!important;padding-right:500px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:6rem!important}.pt-7{padding-top:12rem!important}.pt-8{padding-top:20rem!important}.pt-c45{padding-top:.45rem!important}.pt-c75{padding-top:.75rem!important}.pt-c1-25{padding-top:1.25rem!important}.pt-c1-75{padding-top:1.75rem!important}.pt-c2{padding-top:2rem!important}.pt-c2-25{padding-top:2.25rem!important}.pt-c2-75{padding-top:2.75rem!important}.pt-c3-75{padding-top:3.75rem!important}.pt-c4{padding-top:4rem!important}.pt-c4-5{padding-top:4.5rem!important}.pt-c4-75{padding-top:4.75rem!important}.pt-c5{padding-top:5rem!important}.pt-c6{padding-top:6rem!important}.pt-c7{padding-top:7rem!important}.pt-c5-px{padding-top:5px!important}.pt-c10-px{padding-top:10px!important}.pt-c15-px{padding-top:15px!important}.pt-c20-px{padding-top:20px!important}.pt-c30-px{padding-top:30px!important}.pt-c35-px{padding-top:35px!important}.pt-c40-px{padding-top:40px!important}.pt-c50-px{padding-top:50px!important}.pt-c60-px{padding-top:60px!important}.pt-c65-px{padding-top:65px!important}.pt-c70-px{padding-top:70px!important}.pt-c75-px{padding-top:75px!important}.pt-c80-px{padding-top:80px!important}.pt-c90-px{padding-top:90px!important}.pt-c100-px{padding-top:100px!important}.pt-c125-px{padding-top:125px!important}.pt-c130-px{padding-top:130px!important}.pt-c200-px{padding-top:200px!important}.pt-c250-px{padding-top:250px!important}.pt-c300-px{padding-top:300px!important}.pt-c400-px{padding-top:400px!important}.pt-c500-px{padding-top:500px!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:6rem!important}.pe-7{padding-right:12rem!important}.pe-8{padding-right:20rem!important}.pe-c45{padding-right:.45rem!important}.pe-c75{padding-right:.75rem!important}.pe-c1-25{padding-right:1.25rem!important}.pe-c1-75{padding-right:1.75rem!important}.pe-c2{padding-right:2rem!important}.pe-c2-25{padding-right:2.25rem!important}.pe-c2-75{padding-right:2.75rem!important}.pe-c3-75{padding-right:3.75rem!important}.pe-c4{padding-right:4rem!important}.pe-c4-5{padding-right:4.5rem!important}.pe-c4-75{padding-right:4.75rem!important}.pe-c5{padding-right:5rem!important}.pe-c6{padding-right:6rem!important}.pe-c7{padding-right:7rem!important}.pe-c5-px{padding-right:5px!important}.pe-c10-px{padding-right:10px!important}.pe-c15-px{padding-right:15px!important}.pe-c20-px{padding-right:20px!important}.pe-c30-px{padding-right:30px!important}.pe-c35-px{padding-right:35px!important}.pe-c40-px{padding-right:40px!important}.pe-c50-px{padding-right:50px!important}.pe-c60-px{padding-right:60px!important}.pe-c65-px{padding-right:65px!important}.pe-c70-px{padding-right:70px!important}.pe-c75-px{padding-right:75px!important}.pe-c80-px{padding-right:80px!important}.pe-c90-px{padding-right:90px!important}.pe-c100-px{padding-right:100px!important}.pe-c125-px{padding-right:125px!important}.pe-c130-px{padding-right:130px!important}.pe-c200-px{padding-right:200px!important}.pe-c250-px{padding-right:250px!important}.pe-c300-px{padding-right:300px!important}.pe-c400-px{padding-right:400px!important}.pe-c500-px{padding-right:500px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:6rem!important}.pb-7{padding-bottom:12rem!important}.pb-8{padding-bottom:20rem!important}.pb-c45{padding-bottom:.45rem!important}.pb-c75{padding-bottom:.75rem!important}.pb-c1-25{padding-bottom:1.25rem!important}.pb-c1-75{padding-bottom:1.75rem!important}.pb-c2{padding-bottom:2rem!important}.pb-c2-25{padding-bottom:2.25rem!important}.pb-c2-75{padding-bottom:2.75rem!important}.pb-c3-75{padding-bottom:3.75rem!important}.pb-c4{padding-bottom:4rem!important}.pb-c4-5{padding-bottom:4.5rem!important}.pb-c4-75{padding-bottom:4.75rem!important}.pb-c5{padding-bottom:5rem!important}.pb-c6{padding-bottom:6rem!important}.pb-c7{padding-bottom:7rem!important}.pb-c5-px{padding-bottom:5px!important}.pb-c10-px{padding-bottom:10px!important}.pb-c15-px{padding-bottom:15px!important}.pb-c20-px{padding-bottom:20px!important}.pb-c30-px{padding-bottom:30px!important}.pb-c35-px{padding-bottom:35px!important}.pb-c40-px{padding-bottom:40px!important}.pb-c50-px{padding-bottom:50px!important}.pb-c60-px{padding-bottom:60px!important}.pb-c65-px{padding-bottom:65px!important}.pb-c70-px{padding-bottom:70px!important}.pb-c75-px{padding-bottom:75px!important}.pb-c80-px{padding-bottom:80px!important}.pb-c90-px{padding-bottom:90px!important}.pb-c100-px{padding-bottom:100px!important}.pb-c125-px{padding-bottom:125px!important}.pb-c130-px{padding-bottom:130px!important}.pb-c200-px{padding-bottom:200px!important}.pb-c250-px{padding-bottom:250px!important}.pb-c300-px{padding-bottom:300px!important}.pb-c400-px{padding-bottom:400px!important}.pb-c500-px{padding-bottom:500px!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:6rem!important}.ps-7{padding-left:12rem!important}.ps-8{padding-left:20rem!important}.ps-c45{padding-left:.45rem!important}.ps-c75{padding-left:.75rem!important}.ps-c1-25{padding-left:1.25rem!important}.ps-c1-75{padding-left:1.75rem!important}.ps-c2{padding-left:2rem!important}.ps-c2-25{padding-left:2.25rem!important}.ps-c2-75{padding-left:2.75rem!important}.ps-c3-75{padding-left:3.75rem!important}.ps-c4{padding-left:4rem!important}.ps-c4-5{padding-left:4.5rem!important}.ps-c4-75{padding-left:4.75rem!important}.ps-c5{padding-left:5rem!important}.ps-c6{padding-left:6rem!important}.ps-c7{padding-left:7rem!important}.ps-c5-px{padding-left:5px!important}.ps-c10-px{padding-left:10px!important}.ps-c15-px{padding-left:15px!important}.ps-c20-px{padding-left:20px!important}.ps-c30-px{padding-left:30px!important}.ps-c35-px{padding-left:35px!important}.ps-c40-px{padding-left:40px!important}.ps-c50-px{padding-left:50px!important}.ps-c60-px{padding-left:60px!important}.ps-c65-px{padding-left:65px!important}.ps-c70-px{padding-left:70px!important}.ps-c75-px{padding-left:75px!important}.ps-c80-px{padding-left:80px!important}.ps-c90-px{padding-left:90px!important}.ps-c100-px{padding-left:100px!important}.ps-c125-px{padding-left:125px!important}.ps-c130-px{padding-left:130px!important}.ps-c200-px{padding-left:200px!important}.ps-c250-px{padding-left:250px!important}.ps-c300-px{padding-left:300px!important}.ps-c400-px{padding-left:400px!important}.ps-c500-px{padding-left:500px!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:6rem!important}.gap-7{gap:12rem!important}.gap-8{gap:20rem!important}.gap-c45{gap:.45rem!important}.gap-c75{gap:.75rem!important}.gap-c1-25{gap:1.25rem!important}.gap-c1-75{gap:1.75rem!important}.gap-c2{gap:2rem!important}.gap-c2-25{gap:2.25rem!important}.gap-c2-75{gap:2.75rem!important}.gap-c3-75{gap:3.75rem!important}.gap-c4{gap:4rem!important}.gap-c4-5{gap:4.5rem!important}.gap-c4-75{gap:4.75rem!important}.gap-c5{gap:5rem!important}.gap-c6{gap:6rem!important}.gap-c7{gap:7rem!important}.gap-c5-px{gap:5px!important}.gap-c10-px{gap:10px!important}.gap-c15-px{gap:15px!important}.gap-c20-px{gap:20px!important}.gap-c30-px{gap:30px!important}.gap-c35-px{gap:35px!important}.gap-c40-px{gap:40px!important}.gap-c50-px{gap:50px!important}.gap-c60-px{gap:60px!important}.gap-c65-px{gap:65px!important}.gap-c70-px{gap:70px!important}.gap-c75-px{gap:75px!important}.gap-c80-px{gap:80px!important}.gap-c90-px{gap:90px!important}.gap-c100-px{gap:100px!important}.gap-c125-px{gap:125px!important}.gap-c130-px{gap:130px!important}.gap-c200-px{gap:200px!important}.gap-c250-px{gap:250px!important}.gap-c300-px{gap:300px!important}.gap-c400-px{gap:400px!important}.gap-c500-px{gap:500px!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.row-gap-6{row-gap:6rem!important}.row-gap-7{row-gap:12rem!important}.row-gap-8{row-gap:20rem!important}.row-gap-c45{row-gap:.45rem!important}.row-gap-c75{row-gap:.75rem!important}.row-gap-c1-25{row-gap:1.25rem!important}.row-gap-c1-75{row-gap:1.75rem!important}.row-gap-c2{row-gap:2rem!important}.row-gap-c2-25{row-gap:2.25rem!important}.row-gap-c2-75{row-gap:2.75rem!important}.row-gap-c3-75{row-gap:3.75rem!important}.row-gap-c4{row-gap:4rem!important}.row-gap-c4-5{row-gap:4.5rem!important}.row-gap-c4-75{row-gap:4.75rem!important}.row-gap-c5{row-gap:5rem!important}.row-gap-c6{row-gap:6rem!important}.row-gap-c7{row-gap:7rem!important}.row-gap-c5-px{row-gap:5px!important}.row-gap-c10-px{row-gap:10px!important}.row-gap-c15-px{row-gap:15px!important}.row-gap-c20-px{row-gap:20px!important}.row-gap-c30-px{row-gap:30px!important}.row-gap-c35-px{row-gap:35px!important}.row-gap-c40-px{row-gap:40px!important}.row-gap-c50-px{row-gap:50px!important}.row-gap-c60-px{row-gap:60px!important}.row-gap-c65-px{row-gap:65px!important}.row-gap-c70-px{row-gap:70px!important}.row-gap-c75-px{row-gap:75px!important}.row-gap-c80-px{row-gap:80px!important}.row-gap-c90-px{row-gap:90px!important}.row-gap-c100-px{row-gap:100px!important}.row-gap-c125-px{row-gap:125px!important}.row-gap-c130-px{row-gap:130px!important}.row-gap-c200-px{row-gap:200px!important}.row-gap-c250-px{row-gap:250px!important}.row-gap-c300-px{row-gap:300px!important}.row-gap-c400-px{row-gap:400px!important}.row-gap-c500-px{row-gap:500px!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.column-gap-6{column-gap:6rem!important}.column-gap-7{column-gap:12rem!important}.column-gap-8{column-gap:20rem!important}.column-gap-c45{column-gap:.45rem!important}.column-gap-c75{column-gap:.75rem!important}.column-gap-c1-25{column-gap:1.25rem!important}.column-gap-c1-75{column-gap:1.75rem!important}.column-gap-c2{column-gap:2rem!important}.column-gap-c2-25{column-gap:2.25rem!important}.column-gap-c2-75{column-gap:2.75rem!important}.column-gap-c3-75{column-gap:3.75rem!important}.column-gap-c4{column-gap:4rem!important}.column-gap-c4-5{column-gap:4.5rem!important}.column-gap-c4-75{column-gap:4.75rem!important}.column-gap-c5{column-gap:5rem!important}.column-gap-c6{column-gap:6rem!important}.column-gap-c7{column-gap:7rem!important}.column-gap-c5-px{column-gap:5px!important}.column-gap-c10-px{column-gap:10px!important}.column-gap-c15-px{column-gap:15px!important}.column-gap-c20-px{column-gap:20px!important}.column-gap-c30-px{column-gap:30px!important}.column-gap-c35-px{column-gap:35px!important}.column-gap-c40-px{column-gap:40px!important}.column-gap-c50-px{column-gap:50px!important}.column-gap-c60-px{column-gap:60px!important}.column-gap-c65-px{column-gap:65px!important}.column-gap-c70-px{column-gap:70px!important}.column-gap-c75-px{column-gap:75px!important}.column-gap-c80-px{column-gap:80px!important}.column-gap-c90-px{column-gap:90px!important}.column-gap-c100-px{column-gap:100px!important}.column-gap-c125-px{column-gap:125px!important}.column-gap-c130-px{column-gap:130px!important}.column-gap-c200-px{column-gap:200px!important}.column-gap-c250-px{column-gap:250px!important}.column-gap-c300-px{column-gap:300px!important}.column-gap-c400-px{column-gap:400px!important}.column-gap-c500-px{column-gap:500px!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.7!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-tip{--bs-text-opacity:1;color:rgba(var(--bs-tip-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(12,12,11,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,252,240,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-tip{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-tip-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark,.bg-tip{--bs-bg-opacity:1}.bg-tip{background-color:rgba(var(--bs-tip-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-1021{z-index:1021!important}.rotate-10{transform:rotate(10deg)!important}.rotate-20{transform:rotate(20deg)!important}.rotate-30{transform:rotate(30deg)!important}.rotate-45{transform:rotate(45deg)!important}.rotate-90{transform:rotate(90deg)!important}.rotate-145{transform:rotate(145deg)!important}.rotate-180{transform:rotate(180deg)!important}.rotate-360{transform:rotate(1turn)!important}.bg-blue{background-color:#008d9c!important}.bg-indigo{background-color:#6610f2!important}.bg-purple{background-color:#9d3a74!important}.bg-pink{background-color:#af2e51!important}.bg-red{background-color:#c02636!important}.bg-orange{background-color:#eb4420!important}.bg-yellow{background-color:#b87000!important}.bg-green{background-color:#007427!important}.bg-teal{background-color:#20c997!important}.bg-cyan{background-color:#0dcaf0!important}.bg-black{background-color:#0c0c0b!important}.bg-white{background-color:#fffcf0!important}.bg-gray{background-color:#666560!important}.bg-gray-dark{background-color:#333230!important}.bg-primary-50{background-color:#e6f1e9!important}.bg-primary-100{background-color:#cce3d4!important}.bg-primary-150{background-color:#b3d5be!important}.bg-primary-200{background-color:#99c7a9!important}.bg-primary-250{background-color:#80ba93!important}.bg-primary-300{background-color:#66ac7d!important}.bg-primary-350{background-color:#4d9e68!important}.bg-primary-400{background-color:#339052!important}.bg-primary-450{background-color:#1a823d!important}.bg-primary-500{background-color:#007427!important}.bg-primary-550{background-color:#006823!important}.bg-primary-600{background-color:#005d1f!important}.bg-primary-650{background-color:#00511b!important}.bg-primary-700{background-color:#004617!important}.bg-primary-750{background-color:#003a14!important}.bg-primary-800{background-color:#002e10!important}.bg-primary-850{background-color:#00230c!important}.bg-primary-900{background-color:#001708!important}.bg-primary-950{background-color:#000c04!important}.bg-blue-100{background-color:#cce8eb!important}.bg-blue-200{background-color:#99d1d7!important}.bg-blue-300{background-color:#66bbc4!important}.bg-blue-400{background-color:#33a4b0!important}.bg-blue-500{background-color:#008d9c!important}.bg-blue-600{background-color:#00717d!important}.bg-blue-700{background-color:#00555e!important}.bg-blue-800{background-color:#00383e!important}.bg-blue-900{background-color:#001c1f!important}.bg-blue-50{background-color:#e6f4f5!important}.bg-blue-150{background-color:#b3dde1!important}.bg-blue-250{background-color:#80c6ce!important}.bg-blue-350{background-color:#4dafba!important}.bg-blue-450{background-color:#1a98a6!important}.bg-blue-550{background-color:#007f8c!important}.bg-blue-650{background-color:#00636d!important}.bg-blue-750{background-color:#00474e!important}.bg-blue-850{background-color:#002a2f!important}.bg-blue-950{background-color:#000e10!important}.bg-purple-100{background-color:#ebd8e3!important}.bg-purple-200{background-color:#d8b0c7!important}.bg-purple-300{background-color:#c489ac!important}.bg-purple-400{background-color:#b16190!important}.bg-purple-500{background-color:#9d3a74!important}.bg-purple-600{background-color:#7e2e5d!important}.bg-purple-700{background-color:#5e2346!important}.bg-purple-800{background-color:#3f172e!important}.bg-purple-900{background-color:#1f0c17!important}.bg-purple-50{background-color:#f5ebf1!important}.bg-purple-150{background-color:#e2c4d5!important}.bg-purple-250{background-color:#ce9dba!important}.bg-purple-350{background-color:#ba759e!important}.bg-purple-450{background-color:#a74e82!important}.bg-purple-550{background-color:#8d3468!important}.bg-purple-650{background-color:#6e2951!important}.bg-purple-750{background-color:#4f1d3a!important}.bg-purple-850{background-color:#2f1123!important}.bg-purple-950{background-color:#10060c!important}.bg-pink-100{background-color:#efd5dc!important}.bg-pink-200{background-color:#dfabb9!important}.bg-pink-300{background-color:#cf8297!important}.bg-pink-400{background-color:#bf5874!important}.bg-pink-500{background-color:#af2e51!important}.bg-pink-600{background-color:#8c2541!important}.bg-pink-700{background-color:#691c31!important}.bg-pink-800{background-color:#461220!important}.bg-pink-900{background-color:#230910!important}.bg-pink-50{background-color:#f7eaee!important}.bg-pink-150{background-color:#e7c0cb!important}.bg-pink-250{background-color:#d797a8!important}.bg-pink-350{background-color:#c76d85!important}.bg-pink-450{background-color:#b74362!important}.bg-pink-550{background-color:#9e2949!important}.bg-pink-650{background-color:#7b2039!important}.bg-pink-750{background-color:#581729!important}.bg-pink-850{background-color:#350e18!important}.bg-pink-950{background-color:#120508!important}.bg-red-100{background-color:#f2d4d7!important}.bg-red-200{background-color:#e6a8af!important}.bg-red-300{background-color:#d97d86!important}.bg-red-400{background-color:#cd515e!important}.bg-red-500{background-color:#c02636!important}.bg-red-600{background-color:#9a1e2b!important}.bg-red-700{background-color:#731720!important}.bg-red-800{background-color:#4d0f16!important}.bg-red-900{background-color:#26080b!important}.bg-red-50{background-color:#f9e9eb!important}.bg-red-150{background-color:#ecbec3!important}.bg-red-250{background-color:#e0939b!important}.bg-red-350{background-color:#d36772!important}.bg-red-450{background-color:#c63c4a!important}.bg-red-550{background-color:#ad2231!important}.bg-red-650{background-color:#861b26!important}.bg-red-750{background-color:#60131b!important}.bg-red-850{background-color:#3a0b10!important}.bg-red-950{background-color:#130405!important}.bg-orange-100{background-color:#fbdad2!important}.bg-orange-200{background-color:#f7b4a6!important}.bg-orange-300{background-color:#f38f79!important}.bg-orange-400{background-color:#ef694d!important}.bg-orange-500{background-color:#eb4420!important}.bg-orange-600{background-color:#bc361a!important}.bg-orange-700{background-color:#8d2913!important}.bg-orange-800{background-color:#5e1b0d!important}.bg-orange-900{background-color:#2f0e06!important}.bg-orange-50{background-color:#fdece9!important}.bg-orange-150{background-color:#f9c7bc!important}.bg-orange-250{background-color:#f5a290!important}.bg-orange-350{background-color:#f17c63!important}.bg-orange-450{background-color:#ed5736!important}.bg-orange-550{background-color:#d43d1d!important}.bg-orange-650{background-color:#a53016!important}.bg-orange-750{background-color:#762210!important}.bg-orange-850{background-color:#47140a!important}.bg-orange-950{background-color:#180703!important}.bg-yellow-100{background-color:#f1e2cc!important}.bg-yellow-200{background-color:#e3c699!important}.bg-yellow-300{background-color:#d4a966!important}.bg-yellow-400{background-color:#c68d33!important}.bg-yellow-500{background-color:#b87000!important}.bg-yellow-600{background-color:#935a00!important}.bg-yellow-700{background-color:#6e4300!important}.bg-yellow-800{background-color:#4a2d00!important}.bg-yellow-900{background-color:#251600!important}.bg-yellow-50{background-color:#f8f1e6!important}.bg-yellow-150{background-color:#ead4b3!important}.bg-yellow-250{background-color:#dcb880!important}.bg-yellow-350{background-color:#cd9b4d!important}.bg-yellow-450{background-color:#bf7e1a!important}.bg-yellow-550{background-color:#a66500!important}.bg-yellow-650{background-color:#814e00!important}.bg-yellow-750{background-color:#5c3800!important}.bg-yellow-850{background-color:#372200!important}.bg-yellow-950{background-color:#120b00!important}.bg-green-100{background-color:#cce3d4!important}.bg-green-200{background-color:#99c7a9!important}.bg-green-300{background-color:#66ac7d!important}.bg-green-400{background-color:#339052!important}.bg-green-500{background-color:#007427!important}.bg-green-600{background-color:#005d1f!important}.bg-green-700{background-color:#004617!important}.bg-green-800{background-color:#002e10!important}.bg-green-900{background-color:#001708!important}.bg-green-50{background-color:#e6f1e9!important}.bg-green-150{background-color:#b3d5be!important}.bg-green-250{background-color:#80ba93!important}.bg-green-350{background-color:#4d9e68!important}.bg-green-450{background-color:#1a823d!important}.bg-green-550{background-color:#006823!important}.bg-green-650{background-color:#00511b!important}.bg-green-750{background-color:#003a14!important}.bg-green-850{background-color:#00230c!important}.bg-green-950{background-color:#000c04!important}.bg-twitch{background-color:#9147ff!important}.bg-youtube{background-color:red!important}.bg-twitter{background-color:#000!important}.bg-linkedin{background-color:#0073b1!important}.bg-github{background-color:#191918!important}.bg-facebook{background-color:#1877f2!important}.bg-rss{background-color:#eb4420!important}.bg-chat{background-color:#5865f2!important}.bg-google{background-color:#4285f4!important}.bg-website{background-color:#666560!important}.bg-mastodon{background-color:#6364ff!important}.bg-bluesky{background-color:#1184fe!important}.bg-podcast{background-color:#92b944!important}.fill-primary-50{fill:#e6f1e9!important}.fill-primary-100{fill:#cce3d4!important}.fill-primary-150{fill:#b3d5be!important}.fill-primary-200{fill:#99c7a9!important}.fill-primary-250{fill:#80ba93!important}.fill-primary-300{fill:#66ac7d!important}.fill-primary-350{fill:#4d9e68!important}.fill-primary-400{fill:#339052!important}.fill-primary-450{fill:#1a823d!important}.fill-primary-500{fill:#007427!important}.fill-primary-550{fill:#006823!important}.fill-primary-600{fill:#005d1f!important}.fill-primary-650{fill:#00511b!important}.fill-primary-700{fill:#004617!important}.fill-primary-750{fill:#003a14!important}.fill-primary-800{fill:#002e10!important}.fill-primary-850{fill:#00230c!important}.fill-primary-900{fill:#001708!important}.fill-primary-950{fill:#000c04!important}.fill-blue-100{fill:#cce8eb!important}.fill-blue-200{fill:#99d1d7!important}.fill-blue-300{fill:#66bbc4!important}.fill-blue-400{fill:#33a4b0!important}.fill-blue-500{fill:#008d9c!important}.fill-blue-600{fill:#00717d!important}.fill-blue-700{fill:#00555e!important}.fill-blue-800{fill:#00383e!important}.fill-blue-900{fill:#001c1f!important}.fill-blue-50{fill:#e6f4f5!important}.fill-blue-150{fill:#b3dde1!important}.fill-blue-250{fill:#80c6ce!important}.fill-blue-350{fill:#4dafba!important}.fill-blue-450{fill:#1a98a6!important}.fill-blue-550{fill:#007f8c!important}.fill-blue-650{fill:#00636d!important}.fill-blue-750{fill:#00474e!important}.fill-blue-850{fill:#002a2f!important}.fill-blue-950{fill:#000e10!important}.fill-purple-100{fill:#ebd8e3!important}.fill-purple-200{fill:#d8b0c7!important}.fill-purple-300{fill:#c489ac!important}.fill-purple-400{fill:#b16190!important}.fill-purple-500{fill:#9d3a74!important}.fill-purple-600{fill:#7e2e5d!important}.fill-purple-700{fill:#5e2346!important}.fill-purple-800{fill:#3f172e!important}.fill-purple-900{fill:#1f0c17!important}.fill-purple-50{fill:#f5ebf1!important}.fill-purple-150{fill:#e2c4d5!important}.fill-purple-250{fill:#ce9dba!important}.fill-purple-350{fill:#ba759e!important}.fill-purple-450{fill:#a74e82!important}.fill-purple-550{fill:#8d3468!important}.fill-purple-650{fill:#6e2951!important}.fill-purple-750{fill:#4f1d3a!important}.fill-purple-850{fill:#2f1123!important}.fill-purple-950{fill:#10060c!important}.fill-pink-100{fill:#efd5dc!important}.fill-pink-200{fill:#dfabb9!important}.fill-pink-300{fill:#cf8297!important}.fill-pink-400{fill:#bf5874!important}.fill-pink-500{fill:#af2e51!important}.fill-pink-600{fill:#8c2541!important}.fill-pink-700{fill:#691c31!important}.fill-pink-800{fill:#461220!important}.fill-pink-900{fill:#230910!important}.fill-pink-50{fill:#f7eaee!important}.fill-pink-150{fill:#e7c0cb!important}.fill-pink-250{fill:#d797a8!important}.fill-pink-350{fill:#c76d85!important}.fill-pink-450{fill:#b74362!important}.fill-pink-550{fill:#9e2949!important}.fill-pink-650{fill:#7b2039!important}.fill-pink-750{fill:#581729!important}.fill-pink-850{fill:#350e18!important}.fill-pink-950{fill:#120508!important}.fill-red-100{fill:#f2d4d7!important}.fill-red-200{fill:#e6a8af!important}.fill-red-300{fill:#d97d86!important}.fill-red-400{fill:#cd515e!important}.fill-red-500{fill:#c02636!important}.fill-red-600{fill:#9a1e2b!important}.fill-red-700{fill:#731720!important}.fill-red-800{fill:#4d0f16!important}.fill-red-900{fill:#26080b!important}.fill-red-50{fill:#f9e9eb!important}.fill-red-150{fill:#ecbec3!important}.fill-red-250{fill:#e0939b!important}.fill-red-350{fill:#d36772!important}.fill-red-450{fill:#c63c4a!important}.fill-red-550{fill:#ad2231!important}.fill-red-650{fill:#861b26!important}.fill-red-750{fill:#60131b!important}.fill-red-850{fill:#3a0b10!important}.fill-red-950{fill:#130405!important}.fill-orange-100{fill:#fbdad2!important}.fill-orange-200{fill:#f7b4a6!important}.fill-orange-300{fill:#f38f79!important}.fill-orange-400{fill:#ef694d!important}.fill-orange-500{fill:#eb4420!important}.fill-orange-600{fill:#bc361a!important}.fill-orange-700{fill:#8d2913!important}.fill-orange-800{fill:#5e1b0d!important}.fill-orange-900{fill:#2f0e06!important}.fill-orange-50{fill:#fdece9!important}.fill-orange-150{fill:#f9c7bc!important}.fill-orange-250{fill:#f5a290!important}.fill-orange-350{fill:#f17c63!important}.fill-orange-450{fill:#ed5736!important}.fill-orange-550{fill:#d43d1d!important}.fill-orange-650{fill:#a53016!important}.fill-orange-750{fill:#762210!important}.fill-orange-850{fill:#47140a!important}.fill-orange-950{fill:#180703!important}.fill-yellow-100{fill:#f1e2cc!important}.fill-yellow-200{fill:#e3c699!important}.fill-yellow-300{fill:#d4a966!important}.fill-yellow-400{fill:#c68d33!important}.fill-yellow-500{fill:#b87000!important}.fill-yellow-600{fill:#935a00!important}.fill-yellow-700{fill:#6e4300!important}.fill-yellow-800{fill:#4a2d00!important}.fill-yellow-900{fill:#251600!important}.fill-yellow-50{fill:#f8f1e6!important}.fill-yellow-150{fill:#ead4b3!important}.fill-yellow-250{fill:#dcb880!important}.fill-yellow-350{fill:#cd9b4d!important}.fill-yellow-450{fill:#bf7e1a!important}.fill-yellow-550{fill:#a66500!important}.fill-yellow-650{fill:#814e00!important}.fill-yellow-750{fill:#5c3800!important}.fill-yellow-850{fill:#372200!important}.fill-yellow-950{fill:#120b00!important}.fill-green-100{fill:#cce3d4!important}.fill-green-200{fill:#99c7a9!important}.fill-green-300{fill:#66ac7d!important}.fill-green-400{fill:#339052!important}.fill-green-500{fill:#007427!important}.fill-green-600{fill:#005d1f!important}.fill-green-700{fill:#004617!important}.fill-green-800{fill:#002e10!important}.fill-green-900{fill:#001708!important}.fill-green-50{fill:#e6f1e9!important}.fill-green-150{fill:#b3d5be!important}.fill-green-250{fill:#80ba93!important}.fill-green-350{fill:#4d9e68!important}.fill-green-450{fill:#1a823d!important}.fill-green-550{fill:#006823!important}.fill-green-650{fill:#00511b!important}.fill-green-750{fill:#003a14!important}.fill-green-850{fill:#00230c!important}.fill-green-950{fill:#000c04!important}.min-h-px-0{min-height:0!important}.min-h-px-5{min-height:5px!important}.min-h-px-10{min-height:10px!important}.min-h-px-15{min-height:15px!important}.min-h-px-16{min-height:16px!important}.min-h-px-20{min-height:20px!important}.min-h-px-25{min-height:25px!important}.min-h-px-30{min-height:30px!important}.min-h-px-35{min-height:35px!important}.min-h-px-40{min-height:40px!important}.min-h-px-50{min-height:50px!important}.min-h-px-60{min-height:60px!important}.min-h-px-65{min-height:65px!important}.min-h-px-70{min-height:70px!important}.min-h-px-75{min-height:75px!important}.min-h-px-80{min-height:80px!important}.min-h-px-90{min-height:90px!important}.min-h-px-100{min-height:100px!important}.min-h-px-125{min-height:125px!important}.min-h-px-130{min-height:130px!important}.min-h-px-200{min-height:200px!important}.min-h-px-250{min-height:250px!important}.min-h-px-300{min-height:300px!important}.min-h-px-400{min-height:400px!important}.min-h-px-500{min-height:500px!important}.min-w-px-0{min-width:0!important}.min-w-px-5{min-width:5px!important}.min-w-px-10{min-width:10px!important}.min-w-px-15{min-width:15px!important}.min-w-px-16{min-width:16px!important}.min-w-px-20{min-width:20px!important}.min-w-px-25{min-width:25px!important}.min-w-px-30{min-width:30px!important}.min-w-px-35{min-width:35px!important}.min-w-px-40{min-width:40px!important}.min-w-px-50{min-width:50px!important}.min-w-px-60{min-width:60px!important}.min-w-px-65{min-width:65px!important}.min-w-px-70{min-width:70px!important}.min-w-px-75{min-width:75px!important}.min-w-px-80{min-width:80px!important}.min-w-px-90{min-width:90px!important}.min-w-px-100{min-width:100px!important}.min-w-px-125{min-width:125px!important}.min-w-px-130{min-width:130px!important}.min-w-px-200{min-width:200px!important}.min-w-px-250{min-width:250px!important}.min-w-px-300{min-width:300px!important}.min-w-px-400{min-width:400px!important}.min-w-px-500{min-width:500px!important}.h-px-0{height:0!important}.h-px-5{height:5px!important}.h-px-10{height:10px!important}.h-px-15{height:15px!important}.h-px-16{height:16px!important}.h-px-20{height:20px!important}.h-px-25{height:25px!important}.h-px-30{height:30px!important}.h-px-35{height:35px!important}.h-px-40{height:40px!important}.h-px-50{height:50px!important}.h-px-60{height:60px!important}.h-px-65{height:65px!important}.h-px-70{height:70px!important}.h-px-75{height:75px!important}.h-px-80{height:80px!important}.h-px-90{height:90px!important}.h-px-100{height:100px!important}.h-px-125{height:125px!important}.h-px-130{height:130px!important}.h-px-200{height:200px!important}.h-px-250{height:250px!important}.h-px-300{height:300px!important}.h-px-400{height:400px!important}.h-px-500{height:500px!important}.w-px-0{width:0!important}.w-px-5{width:5px!important}.w-px-10{width:10px!important}.w-px-15{width:15px!important}.w-px-16{width:16px!important}.w-px-20{width:20px!important}.w-px-25{width:25px!important}.w-px-30{width:30px!important}.w-px-35{width:35px!important}.w-px-40{width:40px!important}.w-px-50{width:50px!important}.w-px-60{width:60px!important}.w-px-65{width:65px!important}.w-px-70{width:70px!important}.w-px-75{width:75px!important}.w-px-80{width:80px!important}.w-px-90{width:90px!important}.w-px-100{width:100px!important}.w-px-125{width:125px!important}.w-px-130{width:130px!important}.w-px-200{width:200px!important}.w-px-250{width:250px!important}.w-px-300{width:300px!important}.w-px-400{width:400px!important}.w-px-500{width:500px!important}.min-h-0{min-height:0!important}.min-h-5{min-height:5%!important}.min-h-10{min-height:10%!important}.min-h-15{min-height:15%!important}.min-h-20{min-height:20%!important}.min-h-25{min-height:25%!important}.min-h-30{min-height:30%!important}.min-h-35{min-height:35%!important}.min-h-40{min-height:40%!important}.min-h-50{min-height:50%!important}.min-h-60{min-height:60%!important}.min-h-65{min-height:65%!important}.min-h-70{min-height:70%!important}.min-h-75{min-height:75%!important}.min-h-80{min-height:80%!important}.min-h-90{min-height:90%!important}.min-h-100{min-height:100%!important}.min-h-125{min-height:125%!important}.min-h-130{min-height:130%!important}.min-h-200{min-height:200%!important}.min-h-250{min-height:250%!important}.min-h-300{min-height:300%!important}.min-h-400{min-height:400%!important}.min-h-500{min-height:500%!important}.min-h-auto{min-height:auto!important}.min-w-0{min-width:0!important}.min-w-5{min-width:5%!important}.min-w-10{min-width:10%!important}.min-w-15{min-width:15%!important}.min-w-20{min-width:20%!important}.min-w-25{min-width:25%!important}.min-w-30{min-width:30%!important}.min-w-35{min-width:35%!important}.min-w-40{min-width:40%!important}.min-w-50{min-width:50%!important}.min-w-60{min-width:60%!important}.min-w-65{min-width:65%!important}.min-w-70{min-width:70%!important}.min-w-75{min-width:75%!important}.min-w-80{min-width:80%!important}.min-w-90{min-width:90%!important}.min-w-100{min-width:100%!important}.min-w-125{min-width:125%!important}.min-w-130{min-width:130%!important}.min-w-200{min-width:200%!important}.min-w-250{min-width:250%!important}.min-w-300{min-width:300%!important}.min-w-400{min-width:400%!important}.min-w-500{min-width:500%!important}.min-w-auto{min-width:auto!important}.text-blue{color:#008d9c!important}.text-indigo{color:#6610f2!important}.text-purple{color:#9d3a74!important}.text-pink{color:#af2e51!important}.text-red{color:#c02636!important}.text-orange{color:#eb4420!important}.text-yellow{color:#b87000!important}.text-green{color:#007427!important}.text-teal{color:#20c997!important}.text-cyan{color:#0dcaf0!important}.text-black{color:#0c0c0b!important}.text-white{color:#fffcf0!important}.text-gray{color:#666560!important}.text-gray-dark{color:#333230!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:6rem!important}.m-sm-7{margin:12rem!important}.m-sm-8{margin:20rem!important}.m-sm-c45{margin:.45rem!important}.m-sm-c75{margin:.75rem!important}.m-sm-c1-25{margin:1.25rem!important}.m-sm-c1-75{margin:1.75rem!important}.m-sm-c2{margin:2rem!important}.m-sm-c2-25{margin:2.25rem!important}.m-sm-c2-75{margin:2.75rem!important}.m-sm-c3-75{margin:3.75rem!important}.m-sm-c4{margin:4rem!important}.m-sm-c4-5{margin:4.5rem!important}.m-sm-c4-75{margin:4.75rem!important}.m-sm-c5{margin:5rem!important}.m-sm-c6{margin:6rem!important}.m-sm-c7{margin:7rem!important}.m-sm-c5-px{margin:5px!important}.m-sm-c10-px{margin:10px!important}.m-sm-c15-px{margin:15px!important}.m-sm-c20-px{margin:20px!important}.m-sm-c30-px{margin:30px!important}.m-sm-c35-px{margin:35px!important}.m-sm-c40-px{margin:40px!important}.m-sm-c50-px{margin:50px!important}.m-sm-c60-px{margin:60px!important}.m-sm-c65-px{margin:65px!important}.m-sm-c70-px{margin:70px!important}.m-sm-c75-px{margin:75px!important}.m-sm-c80-px{margin:80px!important}.m-sm-c90-px{margin:90px!important}.m-sm-c100-px{margin:100px!important}.m-sm-c125-px{margin:125px!important}.m-sm-c130-px{margin:130px!important}.m-sm-c200-px{margin:200px!important}.m-sm-c250-px{margin:250px!important}.m-sm-c300-px{margin:300px!important}.m-sm-c400-px{margin:400px!important}.m-sm-c500-px{margin:500px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-7{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:20rem!important;margin-right:20rem!important}.mx-sm-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-sm-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-sm-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-sm-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-sm-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-sm-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-sm-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-sm-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-sm-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-sm-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-sm-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-sm-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-sm-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-sm-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-sm-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-sm-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-sm-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-sm-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-sm-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-sm-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-sm-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-sm-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-sm-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-sm-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-sm-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-sm-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-sm-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-sm-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-sm-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-sm-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-sm-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-sm-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-sm-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-sm-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-sm-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-sm-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-sm-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-sm-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-sm-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-sm-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-sm-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-sm-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-sm-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-sm-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-sm-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-sm-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:6rem!important}.mt-sm-7{margin-top:12rem!important}.mt-sm-8{margin-top:20rem!important}.mt-sm-c45{margin-top:.45rem!important}.mt-sm-c75{margin-top:.75rem!important}.mt-sm-c1-25{margin-top:1.25rem!important}.mt-sm-c1-75{margin-top:1.75rem!important}.mt-sm-c2{margin-top:2rem!important}.mt-sm-c2-25{margin-top:2.25rem!important}.mt-sm-c2-75{margin-top:2.75rem!important}.mt-sm-c3-75{margin-top:3.75rem!important}.mt-sm-c4{margin-top:4rem!important}.mt-sm-c4-5{margin-top:4.5rem!important}.mt-sm-c4-75{margin-top:4.75rem!important}.mt-sm-c5{margin-top:5rem!important}.mt-sm-c6{margin-top:6rem!important}.mt-sm-c7{margin-top:7rem!important}.mt-sm-c5-px{margin-top:5px!important}.mt-sm-c10-px{margin-top:10px!important}.mt-sm-c15-px{margin-top:15px!important}.mt-sm-c20-px{margin-top:20px!important}.mt-sm-c30-px{margin-top:30px!important}.mt-sm-c35-px{margin-top:35px!important}.mt-sm-c40-px{margin-top:40px!important}.mt-sm-c50-px{margin-top:50px!important}.mt-sm-c60-px{margin-top:60px!important}.mt-sm-c65-px{margin-top:65px!important}.mt-sm-c70-px{margin-top:70px!important}.mt-sm-c75-px{margin-top:75px!important}.mt-sm-c80-px{margin-top:80px!important}.mt-sm-c90-px{margin-top:90px!important}.mt-sm-c100-px{margin-top:100px!important}.mt-sm-c125-px{margin-top:125px!important}.mt-sm-c130-px{margin-top:130px!important}.mt-sm-c200-px{margin-top:200px!important}.mt-sm-c250-px{margin-top:250px!important}.mt-sm-c300-px{margin-top:300px!important}.mt-sm-c400-px{margin-top:400px!important}.mt-sm-c500-px{margin-top:500px!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:6rem!important}.me-sm-7{margin-right:12rem!important}.me-sm-8{margin-right:20rem!important}.me-sm-c45{margin-right:.45rem!important}.me-sm-c75{margin-right:.75rem!important}.me-sm-c1-25{margin-right:1.25rem!important}.me-sm-c1-75{margin-right:1.75rem!important}.me-sm-c2{margin-right:2rem!important}.me-sm-c2-25{margin-right:2.25rem!important}.me-sm-c2-75{margin-right:2.75rem!important}.me-sm-c3-75{margin-right:3.75rem!important}.me-sm-c4{margin-right:4rem!important}.me-sm-c4-5{margin-right:4.5rem!important}.me-sm-c4-75{margin-right:4.75rem!important}.me-sm-c5{margin-right:5rem!important}.me-sm-c6{margin-right:6rem!important}.me-sm-c7{margin-right:7rem!important}.me-sm-c5-px{margin-right:5px!important}.me-sm-c10-px{margin-right:10px!important}.me-sm-c15-px{margin-right:15px!important}.me-sm-c20-px{margin-right:20px!important}.me-sm-c30-px{margin-right:30px!important}.me-sm-c35-px{margin-right:35px!important}.me-sm-c40-px{margin-right:40px!important}.me-sm-c50-px{margin-right:50px!important}.me-sm-c60-px{margin-right:60px!important}.me-sm-c65-px{margin-right:65px!important}.me-sm-c70-px{margin-right:70px!important}.me-sm-c75-px{margin-right:75px!important}.me-sm-c80-px{margin-right:80px!important}.me-sm-c90-px{margin-right:90px!important}.me-sm-c100-px{margin-right:100px!important}.me-sm-c125-px{margin-right:125px!important}.me-sm-c130-px{margin-right:130px!important}.me-sm-c200-px{margin-right:200px!important}.me-sm-c250-px{margin-right:250px!important}.me-sm-c300-px{margin-right:300px!important}.me-sm-c400-px{margin-right:400px!important}.me-sm-c500-px{margin-right:500px!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:6rem!important}.mb-sm-7{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:20rem!important}.mb-sm-c45{margin-bottom:.45rem!important}.mb-sm-c75{margin-bottom:.75rem!important}.mb-sm-c1-25{margin-bottom:1.25rem!important}.mb-sm-c1-75{margin-bottom:1.75rem!important}.mb-sm-c2{margin-bottom:2rem!important}.mb-sm-c2-25{margin-bottom:2.25rem!important}.mb-sm-c2-75{margin-bottom:2.75rem!important}.mb-sm-c3-75{margin-bottom:3.75rem!important}.mb-sm-c4{margin-bottom:4rem!important}.mb-sm-c4-5{margin-bottom:4.5rem!important}.mb-sm-c4-75{margin-bottom:4.75rem!important}.mb-sm-c5{margin-bottom:5rem!important}.mb-sm-c6{margin-bottom:6rem!important}.mb-sm-c7{margin-bottom:7rem!important}.mb-sm-c5-px{margin-bottom:5px!important}.mb-sm-c10-px{margin-bottom:10px!important}.mb-sm-c15-px{margin-bottom:15px!important}.mb-sm-c20-px{margin-bottom:20px!important}.mb-sm-c30-px{margin-bottom:30px!important}.mb-sm-c35-px{margin-bottom:35px!important}.mb-sm-c40-px{margin-bottom:40px!important}.mb-sm-c50-px{margin-bottom:50px!important}.mb-sm-c60-px{margin-bottom:60px!important}.mb-sm-c65-px{margin-bottom:65px!important}.mb-sm-c70-px{margin-bottom:70px!important}.mb-sm-c75-px{margin-bottom:75px!important}.mb-sm-c80-px{margin-bottom:80px!important}.mb-sm-c90-px{margin-bottom:90px!important}.mb-sm-c100-px{margin-bottom:100px!important}.mb-sm-c125-px{margin-bottom:125px!important}.mb-sm-c130-px{margin-bottom:130px!important}.mb-sm-c200-px{margin-bottom:200px!important}.mb-sm-c250-px{margin-bottom:250px!important}.mb-sm-c300-px{margin-bottom:300px!important}.mb-sm-c400-px{margin-bottom:400px!important}.mb-sm-c500-px{margin-bottom:500px!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:6rem!important}.ms-sm-7{margin-left:12rem!important}.ms-sm-8{margin-left:20rem!important}.ms-sm-c45{margin-left:.45rem!important}.ms-sm-c75{margin-left:.75rem!important}.ms-sm-c1-25{margin-left:1.25rem!important}.ms-sm-c1-75{margin-left:1.75rem!important}.ms-sm-c2{margin-left:2rem!important}.ms-sm-c2-25{margin-left:2.25rem!important}.ms-sm-c2-75{margin-left:2.75rem!important}.ms-sm-c3-75{margin-left:3.75rem!important}.ms-sm-c4{margin-left:4rem!important}.ms-sm-c4-5{margin-left:4.5rem!important}.ms-sm-c4-75{margin-left:4.75rem!important}.ms-sm-c5{margin-left:5rem!important}.ms-sm-c6{margin-left:6rem!important}.ms-sm-c7{margin-left:7rem!important}.ms-sm-c5-px{margin-left:5px!important}.ms-sm-c10-px{margin-left:10px!important}.ms-sm-c15-px{margin-left:15px!important}.ms-sm-c20-px{margin-left:20px!important}.ms-sm-c30-px{margin-left:30px!important}.ms-sm-c35-px{margin-left:35px!important}.ms-sm-c40-px{margin-left:40px!important}.ms-sm-c50-px{margin-left:50px!important}.ms-sm-c60-px{margin-left:60px!important}.ms-sm-c65-px{margin-left:65px!important}.ms-sm-c70-px{margin-left:70px!important}.ms-sm-c75-px{margin-left:75px!important}.ms-sm-c80-px{margin-left:80px!important}.ms-sm-c90-px{margin-left:90px!important}.ms-sm-c100-px{margin-left:100px!important}.ms-sm-c125-px{margin-left:125px!important}.ms-sm-c130-px{margin-left:130px!important}.ms-sm-c200-px{margin-left:200px!important}.ms-sm-c250-px{margin-left:250px!important}.ms-sm-c300-px{margin-left:300px!important}.ms-sm-c400-px{margin-left:400px!important}.ms-sm-c500-px{margin-left:500px!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-6rem!important}.m-sm-n7{margin:-12rem!important}.m-sm-n8{margin:-20rem!important}.m-sm-nc45{margin:-.45rem!important}.m-sm-nc75{margin:-.75rem!important}.m-sm-nc1-25{margin:-1.25rem!important}.m-sm-nc1-75{margin:-1.75rem!important}.m-sm-nc2{margin:-2rem!important}.m-sm-nc2-25{margin:-2.25rem!important}.m-sm-nc2-75{margin:-2.75rem!important}.m-sm-nc3-75{margin:-3.75rem!important}.m-sm-nc4{margin:-4rem!important}.m-sm-nc4-5{margin:-4.5rem!important}.m-sm-nc4-75{margin:-4.75rem!important}.m-sm-nc5{margin:-5rem!important}.m-sm-nc6{margin:-6rem!important}.m-sm-nc7{margin:-7rem!important}.m-sm-nc5-px{margin:-5px!important}.m-sm-nc10-px{margin:-10px!important}.m-sm-nc15-px{margin:-15px!important}.m-sm-nc20-px{margin:-20px!important}.m-sm-nc30-px{margin:-30px!important}.m-sm-nc35-px{margin:-35px!important}.m-sm-nc40-px{margin:-40px!important}.m-sm-nc50-px{margin:-50px!important}.m-sm-nc60-px{margin:-60px!important}.m-sm-nc65-px{margin:-65px!important}.m-sm-nc70-px{margin:-70px!important}.m-sm-nc75-px{margin:-75px!important}.m-sm-nc80-px{margin:-80px!important}.m-sm-nc90-px{margin:-90px!important}.m-sm-nc100-px{margin:-100px!important}.m-sm-nc125-px{margin:-125px!important}.m-sm-nc130-px{margin:-130px!important}.m-sm-nc200-px{margin:-200px!important}.m-sm-nc250-px{margin:-250px!important}.m-sm-nc300-px{margin:-300px!important}.m-sm-nc400-px{margin:-400px!important}.m-sm-nc500-px{margin:-500px!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-sm-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-sm-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-sm-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-sm-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-sm-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-sm-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-sm-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-sm-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-sm-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-sm-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-sm-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-sm-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-sm-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-sm-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-sm-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-sm-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-sm-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-sm-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-sm-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-sm-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-sm-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-sm-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-sm-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-sm-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-sm-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-sm-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-sm-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-sm-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-sm-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-sm-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-sm-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-sm-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-sm-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-sm-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-sm-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-sm-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-sm-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-sm-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-sm-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-sm-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-sm-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-sm-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-sm-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-sm-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-sm-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-sm-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-sm-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-sm-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-sm-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-sm-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-sm-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-sm-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-sm-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-sm-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-sm-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-sm-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-sm-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-sm-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-sm-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-6rem!important}.mt-sm-n7{margin-top:-12rem!important}.mt-sm-n8{margin-top:-20rem!important}.mt-sm-nc45{margin-top:-.45rem!important}.mt-sm-nc75{margin-top:-.75rem!important}.mt-sm-nc1-25{margin-top:-1.25rem!important}.mt-sm-nc1-75{margin-top:-1.75rem!important}.mt-sm-nc2{margin-top:-2rem!important}.mt-sm-nc2-25{margin-top:-2.25rem!important}.mt-sm-nc2-75{margin-top:-2.75rem!important}.mt-sm-nc3-75{margin-top:-3.75rem!important}.mt-sm-nc4{margin-top:-4rem!important}.mt-sm-nc4-5{margin-top:-4.5rem!important}.mt-sm-nc4-75{margin-top:-4.75rem!important}.mt-sm-nc5{margin-top:-5rem!important}.mt-sm-nc6{margin-top:-6rem!important}.mt-sm-nc7{margin-top:-7rem!important}.mt-sm-nc5-px{margin-top:-5px!important}.mt-sm-nc10-px{margin-top:-10px!important}.mt-sm-nc15-px{margin-top:-15px!important}.mt-sm-nc20-px{margin-top:-20px!important}.mt-sm-nc30-px{margin-top:-30px!important}.mt-sm-nc35-px{margin-top:-35px!important}.mt-sm-nc40-px{margin-top:-40px!important}.mt-sm-nc50-px{margin-top:-50px!important}.mt-sm-nc60-px{margin-top:-60px!important}.mt-sm-nc65-px{margin-top:-65px!important}.mt-sm-nc70-px{margin-top:-70px!important}.mt-sm-nc75-px{margin-top:-75px!important}.mt-sm-nc80-px{margin-top:-80px!important}.mt-sm-nc90-px{margin-top:-90px!important}.mt-sm-nc100-px{margin-top:-100px!important}.mt-sm-nc125-px{margin-top:-125px!important}.mt-sm-nc130-px{margin-top:-130px!important}.mt-sm-nc200-px{margin-top:-200px!important}.mt-sm-nc250-px{margin-top:-250px!important}.mt-sm-nc300-px{margin-top:-300px!important}.mt-sm-nc400-px{margin-top:-400px!important}.mt-sm-nc500-px{margin-top:-500px!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-6rem!important}.me-sm-n7{margin-right:-12rem!important}.me-sm-n8{margin-right:-20rem!important}.me-sm-nc45{margin-right:-.45rem!important}.me-sm-nc75{margin-right:-.75rem!important}.me-sm-nc1-25{margin-right:-1.25rem!important}.me-sm-nc1-75{margin-right:-1.75rem!important}.me-sm-nc2{margin-right:-2rem!important}.me-sm-nc2-25{margin-right:-2.25rem!important}.me-sm-nc2-75{margin-right:-2.75rem!important}.me-sm-nc3-75{margin-right:-3.75rem!important}.me-sm-nc4{margin-right:-4rem!important}.me-sm-nc4-5{margin-right:-4.5rem!important}.me-sm-nc4-75{margin-right:-4.75rem!important}.me-sm-nc5{margin-right:-5rem!important}.me-sm-nc6{margin-right:-6rem!important}.me-sm-nc7{margin-right:-7rem!important}.me-sm-nc5-px{margin-right:-5px!important}.me-sm-nc10-px{margin-right:-10px!important}.me-sm-nc15-px{margin-right:-15px!important}.me-sm-nc20-px{margin-right:-20px!important}.me-sm-nc30-px{margin-right:-30px!important}.me-sm-nc35-px{margin-right:-35px!important}.me-sm-nc40-px{margin-right:-40px!important}.me-sm-nc50-px{margin-right:-50px!important}.me-sm-nc60-px{margin-right:-60px!important}.me-sm-nc65-px{margin-right:-65px!important}.me-sm-nc70-px{margin-right:-70px!important}.me-sm-nc75-px{margin-right:-75px!important}.me-sm-nc80-px{margin-right:-80px!important}.me-sm-nc90-px{margin-right:-90px!important}.me-sm-nc100-px{margin-right:-100px!important}.me-sm-nc125-px{margin-right:-125px!important}.me-sm-nc130-px{margin-right:-130px!important}.me-sm-nc200-px{margin-right:-200px!important}.me-sm-nc250-px{margin-right:-250px!important}.me-sm-nc300-px{margin-right:-300px!important}.me-sm-nc400-px{margin-right:-400px!important}.me-sm-nc500-px{margin-right:-500px!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-6rem!important}.mb-sm-n7{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-20rem!important}.mb-sm-nc45{margin-bottom:-.45rem!important}.mb-sm-nc75{margin-bottom:-.75rem!important}.mb-sm-nc1-25{margin-bottom:-1.25rem!important}.mb-sm-nc1-75{margin-bottom:-1.75rem!important}.mb-sm-nc2{margin-bottom:-2rem!important}.mb-sm-nc2-25{margin-bottom:-2.25rem!important}.mb-sm-nc2-75{margin-bottom:-2.75rem!important}.mb-sm-nc3-75{margin-bottom:-3.75rem!important}.mb-sm-nc4{margin-bottom:-4rem!important}.mb-sm-nc4-5{margin-bottom:-4.5rem!important}.mb-sm-nc4-75{margin-bottom:-4.75rem!important}.mb-sm-nc5{margin-bottom:-5rem!important}.mb-sm-nc6{margin-bottom:-6rem!important}.mb-sm-nc7{margin-bottom:-7rem!important}.mb-sm-nc5-px{margin-bottom:-5px!important}.mb-sm-nc10-px{margin-bottom:-10px!important}.mb-sm-nc15-px{margin-bottom:-15px!important}.mb-sm-nc20-px{margin-bottom:-20px!important}.mb-sm-nc30-px{margin-bottom:-30px!important}.mb-sm-nc35-px{margin-bottom:-35px!important}.mb-sm-nc40-px{margin-bottom:-40px!important}.mb-sm-nc50-px{margin-bottom:-50px!important}.mb-sm-nc60-px{margin-bottom:-60px!important}.mb-sm-nc65-px{margin-bottom:-65px!important}.mb-sm-nc70-px{margin-bottom:-70px!important}.mb-sm-nc75-px{margin-bottom:-75px!important}.mb-sm-nc80-px{margin-bottom:-80px!important}.mb-sm-nc90-px{margin-bottom:-90px!important}.mb-sm-nc100-px{margin-bottom:-100px!important}.mb-sm-nc125-px{margin-bottom:-125px!important}.mb-sm-nc130-px{margin-bottom:-130px!important}.mb-sm-nc200-px{margin-bottom:-200px!important}.mb-sm-nc250-px{margin-bottom:-250px!important}.mb-sm-nc300-px{margin-bottom:-300px!important}.mb-sm-nc400-px{margin-bottom:-400px!important}.mb-sm-nc500-px{margin-bottom:-500px!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-6rem!important}.ms-sm-n7{margin-left:-12rem!important}.ms-sm-n8{margin-left:-20rem!important}.ms-sm-nc45{margin-left:-.45rem!important}.ms-sm-nc75{margin-left:-.75rem!important}.ms-sm-nc1-25{margin-left:-1.25rem!important}.ms-sm-nc1-75{margin-left:-1.75rem!important}.ms-sm-nc2{margin-left:-2rem!important}.ms-sm-nc2-25{margin-left:-2.25rem!important}.ms-sm-nc2-75{margin-left:-2.75rem!important}.ms-sm-nc3-75{margin-left:-3.75rem!important}.ms-sm-nc4{margin-left:-4rem!important}.ms-sm-nc4-5{margin-left:-4.5rem!important}.ms-sm-nc4-75{margin-left:-4.75rem!important}.ms-sm-nc5{margin-left:-5rem!important}.ms-sm-nc6{margin-left:-6rem!important}.ms-sm-nc7{margin-left:-7rem!important}.ms-sm-nc5-px{margin-left:-5px!important}.ms-sm-nc10-px{margin-left:-10px!important}.ms-sm-nc15-px{margin-left:-15px!important}.ms-sm-nc20-px{margin-left:-20px!important}.ms-sm-nc30-px{margin-left:-30px!important}.ms-sm-nc35-px{margin-left:-35px!important}.ms-sm-nc40-px{margin-left:-40px!important}.ms-sm-nc50-px{margin-left:-50px!important}.ms-sm-nc60-px{margin-left:-60px!important}.ms-sm-nc65-px{margin-left:-65px!important}.ms-sm-nc70-px{margin-left:-70px!important}.ms-sm-nc75-px{margin-left:-75px!important}.ms-sm-nc80-px{margin-left:-80px!important}.ms-sm-nc90-px{margin-left:-90px!important}.ms-sm-nc100-px{margin-left:-100px!important}.ms-sm-nc125-px{margin-left:-125px!important}.ms-sm-nc130-px{margin-left:-130px!important}.ms-sm-nc200-px{margin-left:-200px!important}.ms-sm-nc250-px{margin-left:-250px!important}.ms-sm-nc300-px{margin-left:-300px!important}.ms-sm-nc400-px{margin-left:-400px!important}.ms-sm-nc500-px{margin-left:-500px!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:6rem!important}.p-sm-7{padding:12rem!important}.p-sm-8{padding:20rem!important}.p-sm-c45{padding:.45rem!important}.p-sm-c75{padding:.75rem!important}.p-sm-c1-25{padding:1.25rem!important}.p-sm-c1-75{padding:1.75rem!important}.p-sm-c2{padding:2rem!important}.p-sm-c2-25{padding:2.25rem!important}.p-sm-c2-75{padding:2.75rem!important}.p-sm-c3-75{padding:3.75rem!important}.p-sm-c4{padding:4rem!important}.p-sm-c4-5{padding:4.5rem!important}.p-sm-c4-75{padding:4.75rem!important}.p-sm-c5{padding:5rem!important}.p-sm-c6{padding:6rem!important}.p-sm-c7{padding:7rem!important}.p-sm-c5-px{padding:5px!important}.p-sm-c10-px{padding:10px!important}.p-sm-c15-px{padding:15px!important}.p-sm-c20-px{padding:20px!important}.p-sm-c30-px{padding:30px!important}.p-sm-c35-px{padding:35px!important}.p-sm-c40-px{padding:40px!important}.p-sm-c50-px{padding:50px!important}.p-sm-c60-px{padding:60px!important}.p-sm-c65-px{padding:65px!important}.p-sm-c70-px{padding:70px!important}.p-sm-c75-px{padding:75px!important}.p-sm-c80-px{padding:80px!important}.p-sm-c90-px{padding:90px!important}.p-sm-c100-px{padding:100px!important}.p-sm-c125-px{padding:125px!important}.p-sm-c130-px{padding:130px!important}.p-sm-c200-px{padding:200px!important}.p-sm-c250-px{padding:250px!important}.p-sm-c300-px{padding:300px!important}.p-sm-c400-px{padding:400px!important}.p-sm-c500-px{padding:500px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-7{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:20rem!important;padding-right:20rem!important}.px-sm-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-sm-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-c2{padding-left:2rem!important;padding-right:2rem!important}.px-sm-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-c4{padding-left:4rem!important;padding-right:4rem!important}.px-sm-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-c5{padding-left:5rem!important;padding-right:5rem!important}.px-sm-c6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-c7{padding-left:7rem!important;padding-right:7rem!important}.px-sm-c5-px{padding-left:5px!important;padding-right:5px!important}.px-sm-c10-px{padding-left:10px!important;padding-right:10px!important}.px-sm-c15-px{padding-left:15px!important;padding-right:15px!important}.px-sm-c20-px{padding-left:20px!important;padding-right:20px!important}.px-sm-c30-px{padding-left:30px!important;padding-right:30px!important}.px-sm-c35-px{padding-left:35px!important;padding-right:35px!important}.px-sm-c40-px{padding-left:40px!important;padding-right:40px!important}.px-sm-c50-px{padding-left:50px!important;padding-right:50px!important}.px-sm-c60-px{padding-left:60px!important;padding-right:60px!important}.px-sm-c65-px{padding-left:65px!important;padding-right:65px!important}.px-sm-c70-px{padding-left:70px!important;padding-right:70px!important}.px-sm-c75-px{padding-left:75px!important;padding-right:75px!important}.px-sm-c80-px{padding-left:80px!important;padding-right:80px!important}.px-sm-c90-px{padding-left:90px!important;padding-right:90px!important}.px-sm-c100-px{padding-left:100px!important;padding-right:100px!important}.px-sm-c125-px{padding-left:125px!important;padding-right:125px!important}.px-sm-c130-px{padding-left:130px!important;padding-right:130px!important}.px-sm-c200-px{padding-left:200px!important;padding-right:200px!important}.px-sm-c250-px{padding-left:250px!important;padding-right:250px!important}.px-sm-c300-px{padding-left:300px!important;padding-right:300px!important}.px-sm-c400-px{padding-left:400px!important;padding-right:400px!important}.px-sm-c500-px{padding-left:500px!important;padding-right:500px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-sm-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-sm-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-sm-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-sm-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-sm-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-sm-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-sm-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-sm-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-sm-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-sm-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-sm-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-sm-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-sm-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-sm-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-sm-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-sm-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-sm-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-sm-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-sm-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-sm-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-sm-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-sm-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-sm-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:6rem!important}.pt-sm-7{padding-top:12rem!important}.pt-sm-8{padding-top:20rem!important}.pt-sm-c45{padding-top:.45rem!important}.pt-sm-c75{padding-top:.75rem!important}.pt-sm-c1-25{padding-top:1.25rem!important}.pt-sm-c1-75{padding-top:1.75rem!important}.pt-sm-c2{padding-top:2rem!important}.pt-sm-c2-25{padding-top:2.25rem!important}.pt-sm-c2-75{padding-top:2.75rem!important}.pt-sm-c3-75{padding-top:3.75rem!important}.pt-sm-c4{padding-top:4rem!important}.pt-sm-c4-5{padding-top:4.5rem!important}.pt-sm-c4-75{padding-top:4.75rem!important}.pt-sm-c5{padding-top:5rem!important}.pt-sm-c6{padding-top:6rem!important}.pt-sm-c7{padding-top:7rem!important}.pt-sm-c5-px{padding-top:5px!important}.pt-sm-c10-px{padding-top:10px!important}.pt-sm-c15-px{padding-top:15px!important}.pt-sm-c20-px{padding-top:20px!important}.pt-sm-c30-px{padding-top:30px!important}.pt-sm-c35-px{padding-top:35px!important}.pt-sm-c40-px{padding-top:40px!important}.pt-sm-c50-px{padding-top:50px!important}.pt-sm-c60-px{padding-top:60px!important}.pt-sm-c65-px{padding-top:65px!important}.pt-sm-c70-px{padding-top:70px!important}.pt-sm-c75-px{padding-top:75px!important}.pt-sm-c80-px{padding-top:80px!important}.pt-sm-c90-px{padding-top:90px!important}.pt-sm-c100-px{padding-top:100px!important}.pt-sm-c125-px{padding-top:125px!important}.pt-sm-c130-px{padding-top:130px!important}.pt-sm-c200-px{padding-top:200px!important}.pt-sm-c250-px{padding-top:250px!important}.pt-sm-c300-px{padding-top:300px!important}.pt-sm-c400-px{padding-top:400px!important}.pt-sm-c500-px{padding-top:500px!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:6rem!important}.pe-sm-7{padding-right:12rem!important}.pe-sm-8{padding-right:20rem!important}.pe-sm-c45{padding-right:.45rem!important}.pe-sm-c75{padding-right:.75rem!important}.pe-sm-c1-25{padding-right:1.25rem!important}.pe-sm-c1-75{padding-right:1.75rem!important}.pe-sm-c2{padding-right:2rem!important}.pe-sm-c2-25{padding-right:2.25rem!important}.pe-sm-c2-75{padding-right:2.75rem!important}.pe-sm-c3-75{padding-right:3.75rem!important}.pe-sm-c4{padding-right:4rem!important}.pe-sm-c4-5{padding-right:4.5rem!important}.pe-sm-c4-75{padding-right:4.75rem!important}.pe-sm-c5{padding-right:5rem!important}.pe-sm-c6{padding-right:6rem!important}.pe-sm-c7{padding-right:7rem!important}.pe-sm-c5-px{padding-right:5px!important}.pe-sm-c10-px{padding-right:10px!important}.pe-sm-c15-px{padding-right:15px!important}.pe-sm-c20-px{padding-right:20px!important}.pe-sm-c30-px{padding-right:30px!important}.pe-sm-c35-px{padding-right:35px!important}.pe-sm-c40-px{padding-right:40px!important}.pe-sm-c50-px{padding-right:50px!important}.pe-sm-c60-px{padding-right:60px!important}.pe-sm-c65-px{padding-right:65px!important}.pe-sm-c70-px{padding-right:70px!important}.pe-sm-c75-px{padding-right:75px!important}.pe-sm-c80-px{padding-right:80px!important}.pe-sm-c90-px{padding-right:90px!important}.pe-sm-c100-px{padding-right:100px!important}.pe-sm-c125-px{padding-right:125px!important}.pe-sm-c130-px{padding-right:130px!important}.pe-sm-c200-px{padding-right:200px!important}.pe-sm-c250-px{padding-right:250px!important}.pe-sm-c300-px{padding-right:300px!important}.pe-sm-c400-px{padding-right:400px!important}.pe-sm-c500-px{padding-right:500px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:6rem!important}.pb-sm-7{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:20rem!important}.pb-sm-c45{padding-bottom:.45rem!important}.pb-sm-c75{padding-bottom:.75rem!important}.pb-sm-c1-25{padding-bottom:1.25rem!important}.pb-sm-c1-75{padding-bottom:1.75rem!important}.pb-sm-c2{padding-bottom:2rem!important}.pb-sm-c2-25{padding-bottom:2.25rem!important}.pb-sm-c2-75{padding-bottom:2.75rem!important}.pb-sm-c3-75{padding-bottom:3.75rem!important}.pb-sm-c4{padding-bottom:4rem!important}.pb-sm-c4-5{padding-bottom:4.5rem!important}.pb-sm-c4-75{padding-bottom:4.75rem!important}.pb-sm-c5{padding-bottom:5rem!important}.pb-sm-c6{padding-bottom:6rem!important}.pb-sm-c7{padding-bottom:7rem!important}.pb-sm-c5-px{padding-bottom:5px!important}.pb-sm-c10-px{padding-bottom:10px!important}.pb-sm-c15-px{padding-bottom:15px!important}.pb-sm-c20-px{padding-bottom:20px!important}.pb-sm-c30-px{padding-bottom:30px!important}.pb-sm-c35-px{padding-bottom:35px!important}.pb-sm-c40-px{padding-bottom:40px!important}.pb-sm-c50-px{padding-bottom:50px!important}.pb-sm-c60-px{padding-bottom:60px!important}.pb-sm-c65-px{padding-bottom:65px!important}.pb-sm-c70-px{padding-bottom:70px!important}.pb-sm-c75-px{padding-bottom:75px!important}.pb-sm-c80-px{padding-bottom:80px!important}.pb-sm-c90-px{padding-bottom:90px!important}.pb-sm-c100-px{padding-bottom:100px!important}.pb-sm-c125-px{padding-bottom:125px!important}.pb-sm-c130-px{padding-bottom:130px!important}.pb-sm-c200-px{padding-bottom:200px!important}.pb-sm-c250-px{padding-bottom:250px!important}.pb-sm-c300-px{padding-bottom:300px!important}.pb-sm-c400-px{padding-bottom:400px!important}.pb-sm-c500-px{padding-bottom:500px!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:6rem!important}.ps-sm-7{padding-left:12rem!important}.ps-sm-8{padding-left:20rem!important}.ps-sm-c45{padding-left:.45rem!important}.ps-sm-c75{padding-left:.75rem!important}.ps-sm-c1-25{padding-left:1.25rem!important}.ps-sm-c1-75{padding-left:1.75rem!important}.ps-sm-c2{padding-left:2rem!important}.ps-sm-c2-25{padding-left:2.25rem!important}.ps-sm-c2-75{padding-left:2.75rem!important}.ps-sm-c3-75{padding-left:3.75rem!important}.ps-sm-c4{padding-left:4rem!important}.ps-sm-c4-5{padding-left:4.5rem!important}.ps-sm-c4-75{padding-left:4.75rem!important}.ps-sm-c5{padding-left:5rem!important}.ps-sm-c6{padding-left:6rem!important}.ps-sm-c7{padding-left:7rem!important}.ps-sm-c5-px{padding-left:5px!important}.ps-sm-c10-px{padding-left:10px!important}.ps-sm-c15-px{padding-left:15px!important}.ps-sm-c20-px{padding-left:20px!important}.ps-sm-c30-px{padding-left:30px!important}.ps-sm-c35-px{padding-left:35px!important}.ps-sm-c40-px{padding-left:40px!important}.ps-sm-c50-px{padding-left:50px!important}.ps-sm-c60-px{padding-left:60px!important}.ps-sm-c65-px{padding-left:65px!important}.ps-sm-c70-px{padding-left:70px!important}.ps-sm-c75-px{padding-left:75px!important}.ps-sm-c80-px{padding-left:80px!important}.ps-sm-c90-px{padding-left:90px!important}.ps-sm-c100-px{padding-left:100px!important}.ps-sm-c125-px{padding-left:125px!important}.ps-sm-c130-px{padding-left:130px!important}.ps-sm-c200-px{padding-left:200px!important}.ps-sm-c250-px{padding-left:250px!important}.ps-sm-c300-px{padding-left:300px!important}.ps-sm-c400-px{padding-left:400px!important}.ps-sm-c500-px{padding-left:500px!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:6rem!important}.gap-sm-7{gap:12rem!important}.gap-sm-8{gap:20rem!important}.gap-sm-c45{gap:.45rem!important}.gap-sm-c75{gap:.75rem!important}.gap-sm-c1-25{gap:1.25rem!important}.gap-sm-c1-75{gap:1.75rem!important}.gap-sm-c2{gap:2rem!important}.gap-sm-c2-25{gap:2.25rem!important}.gap-sm-c2-75{gap:2.75rem!important}.gap-sm-c3-75{gap:3.75rem!important}.gap-sm-c4{gap:4rem!important}.gap-sm-c4-5{gap:4.5rem!important}.gap-sm-c4-75{gap:4.75rem!important}.gap-sm-c5{gap:5rem!important}.gap-sm-c6{gap:6rem!important}.gap-sm-c7{gap:7rem!important}.gap-sm-c5-px{gap:5px!important}.gap-sm-c10-px{gap:10px!important}.gap-sm-c15-px{gap:15px!important}.gap-sm-c20-px{gap:20px!important}.gap-sm-c30-px{gap:30px!important}.gap-sm-c35-px{gap:35px!important}.gap-sm-c40-px{gap:40px!important}.gap-sm-c50-px{gap:50px!important}.gap-sm-c60-px{gap:60px!important}.gap-sm-c65-px{gap:65px!important}.gap-sm-c70-px{gap:70px!important}.gap-sm-c75-px{gap:75px!important}.gap-sm-c80-px{gap:80px!important}.gap-sm-c90-px{gap:90px!important}.gap-sm-c100-px{gap:100px!important}.gap-sm-c125-px{gap:125px!important}.gap-sm-c130-px{gap:130px!important}.gap-sm-c200-px{gap:200px!important}.gap-sm-c250-px{gap:250px!important}.gap-sm-c300-px{gap:300px!important}.gap-sm-c400-px{gap:400px!important}.gap-sm-c500-px{gap:500px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.row-gap-sm-6{row-gap:6rem!important}.row-gap-sm-7{row-gap:12rem!important}.row-gap-sm-8{row-gap:20rem!important}.row-gap-sm-c45{row-gap:.45rem!important}.row-gap-sm-c75{row-gap:.75rem!important}.row-gap-sm-c1-25{row-gap:1.25rem!important}.row-gap-sm-c1-75{row-gap:1.75rem!important}.row-gap-sm-c2{row-gap:2rem!important}.row-gap-sm-c2-25{row-gap:2.25rem!important}.row-gap-sm-c2-75{row-gap:2.75rem!important}.row-gap-sm-c3-75{row-gap:3.75rem!important}.row-gap-sm-c4{row-gap:4rem!important}.row-gap-sm-c4-5{row-gap:4.5rem!important}.row-gap-sm-c4-75{row-gap:4.75rem!important}.row-gap-sm-c5{row-gap:5rem!important}.row-gap-sm-c6{row-gap:6rem!important}.row-gap-sm-c7{row-gap:7rem!important}.row-gap-sm-c5-px{row-gap:5px!important}.row-gap-sm-c10-px{row-gap:10px!important}.row-gap-sm-c15-px{row-gap:15px!important}.row-gap-sm-c20-px{row-gap:20px!important}.row-gap-sm-c30-px{row-gap:30px!important}.row-gap-sm-c35-px{row-gap:35px!important}.row-gap-sm-c40-px{row-gap:40px!important}.row-gap-sm-c50-px{row-gap:50px!important}.row-gap-sm-c60-px{row-gap:60px!important}.row-gap-sm-c65-px{row-gap:65px!important}.row-gap-sm-c70-px{row-gap:70px!important}.row-gap-sm-c75-px{row-gap:75px!important}.row-gap-sm-c80-px{row-gap:80px!important}.row-gap-sm-c90-px{row-gap:90px!important}.row-gap-sm-c100-px{row-gap:100px!important}.row-gap-sm-c125-px{row-gap:125px!important}.row-gap-sm-c130-px{row-gap:130px!important}.row-gap-sm-c200-px{row-gap:200px!important}.row-gap-sm-c250-px{row-gap:250px!important}.row-gap-sm-c300-px{row-gap:300px!important}.row-gap-sm-c400-px{row-gap:400px!important}.row-gap-sm-c500-px{row-gap:500px!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.column-gap-sm-6{column-gap:6rem!important}.column-gap-sm-7{column-gap:12rem!important}.column-gap-sm-8{column-gap:20rem!important}.column-gap-sm-c45{column-gap:.45rem!important}.column-gap-sm-c75{column-gap:.75rem!important}.column-gap-sm-c1-25{column-gap:1.25rem!important}.column-gap-sm-c1-75{column-gap:1.75rem!important}.column-gap-sm-c2{column-gap:2rem!important}.column-gap-sm-c2-25{column-gap:2.25rem!important}.column-gap-sm-c2-75{column-gap:2.75rem!important}.column-gap-sm-c3-75{column-gap:3.75rem!important}.column-gap-sm-c4{column-gap:4rem!important}.column-gap-sm-c4-5{column-gap:4.5rem!important}.column-gap-sm-c4-75{column-gap:4.75rem!important}.column-gap-sm-c5{column-gap:5rem!important}.column-gap-sm-c6{column-gap:6rem!important}.column-gap-sm-c7{column-gap:7rem!important}.column-gap-sm-c5-px{column-gap:5px!important}.column-gap-sm-c10-px{column-gap:10px!important}.column-gap-sm-c15-px{column-gap:15px!important}.column-gap-sm-c20-px{column-gap:20px!important}.column-gap-sm-c30-px{column-gap:30px!important}.column-gap-sm-c35-px{column-gap:35px!important}.column-gap-sm-c40-px{column-gap:40px!important}.column-gap-sm-c50-px{column-gap:50px!important}.column-gap-sm-c60-px{column-gap:60px!important}.column-gap-sm-c65-px{column-gap:65px!important}.column-gap-sm-c70-px{column-gap:70px!important}.column-gap-sm-c75-px{column-gap:75px!important}.column-gap-sm-c80-px{column-gap:80px!important}.column-gap-sm-c90-px{column-gap:90px!important}.column-gap-sm-c100-px{column-gap:100px!important}.column-gap-sm-c125-px{column-gap:125px!important}.column-gap-sm-c130-px{column-gap:130px!important}.column-gap-sm-c200-px{column-gap:200px!important}.column-gap-sm-c250-px{column-gap:250px!important}.column-gap-sm-c300-px{column-gap:300px!important}.column-gap-sm-c400-px{column-gap:400px!important}.column-gap-sm-c500-px{column-gap:500px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.h-px-sm-0{height:0!important}.h-px-sm-5{height:5px!important}.h-px-sm-10{height:10px!important}.h-px-sm-15{height:15px!important}.h-px-sm-16{height:16px!important}.h-px-sm-20{height:20px!important}.h-px-sm-25{height:25px!important}.h-px-sm-30{height:30px!important}.h-px-sm-35{height:35px!important}.h-px-sm-40{height:40px!important}.h-px-sm-50{height:50px!important}.h-px-sm-60{height:60px!important}.h-px-sm-65{height:65px!important}.h-px-sm-70{height:70px!important}.h-px-sm-75{height:75px!important}.h-px-sm-80{height:80px!important}.h-px-sm-90{height:90px!important}.h-px-sm-100{height:100px!important}.h-px-sm-125{height:125px!important}.h-px-sm-130{height:130px!important}.h-px-sm-200{height:200px!important}.h-px-sm-250{height:250px!important}.h-px-sm-300{height:300px!important}.h-px-sm-400{height:400px!important}.h-px-sm-500{height:500px!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:6rem!important}.m-md-7{margin:12rem!important}.m-md-8{margin:20rem!important}.m-md-c45{margin:.45rem!important}.m-md-c75{margin:.75rem!important}.m-md-c1-25{margin:1.25rem!important}.m-md-c1-75{margin:1.75rem!important}.m-md-c2{margin:2rem!important}.m-md-c2-25{margin:2.25rem!important}.m-md-c2-75{margin:2.75rem!important}.m-md-c3-75{margin:3.75rem!important}.m-md-c4{margin:4rem!important}.m-md-c4-5{margin:4.5rem!important}.m-md-c4-75{margin:4.75rem!important}.m-md-c5{margin:5rem!important}.m-md-c6{margin:6rem!important}.m-md-c7{margin:7rem!important}.m-md-c5-px{margin:5px!important}.m-md-c10-px{margin:10px!important}.m-md-c15-px{margin:15px!important}.m-md-c20-px{margin:20px!important}.m-md-c30-px{margin:30px!important}.m-md-c35-px{margin:35px!important}.m-md-c40-px{margin:40px!important}.m-md-c50-px{margin:50px!important}.m-md-c60-px{margin:60px!important}.m-md-c65-px{margin:65px!important}.m-md-c70-px{margin:70px!important}.m-md-c75-px{margin:75px!important}.m-md-c80-px{margin:80px!important}.m-md-c90-px{margin:90px!important}.m-md-c100-px{margin:100px!important}.m-md-c125-px{margin:125px!important}.m-md-c130-px{margin:130px!important}.m-md-c200-px{margin:200px!important}.m-md-c250-px{margin:250px!important}.m-md-c300-px{margin:300px!important}.m-md-c400-px{margin:400px!important}.m-md-c500-px{margin:500px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-7{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:20rem!important;margin-right:20rem!important}.mx-md-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-md-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-md-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-md-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-md-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-md-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-md-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-md-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-md-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-md-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-md-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-md-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-md-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-md-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-md-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-md-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-md-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-md-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-md-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-md-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-md-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-md-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-md-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-md-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-md-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-md-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-md-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-md-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-md-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-md-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-md-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-md-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-md-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-md-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-md-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-md-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-md-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-md-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-md-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-md-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-md-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-md-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-md-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-md-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-md-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-md-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-md-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-md-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-md-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-md-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:12rem!important}.mt-md-8{margin-top:20rem!important}.mt-md-c45{margin-top:.45rem!important}.mt-md-c75{margin-top:.75rem!important}.mt-md-c1-25{margin-top:1.25rem!important}.mt-md-c1-75{margin-top:1.75rem!important}.mt-md-c2{margin-top:2rem!important}.mt-md-c2-25{margin-top:2.25rem!important}.mt-md-c2-75{margin-top:2.75rem!important}.mt-md-c3-75{margin-top:3.75rem!important}.mt-md-c4{margin-top:4rem!important}.mt-md-c4-5{margin-top:4.5rem!important}.mt-md-c4-75{margin-top:4.75rem!important}.mt-md-c5{margin-top:5rem!important}.mt-md-c6{margin-top:6rem!important}.mt-md-c7{margin-top:7rem!important}.mt-md-c5-px{margin-top:5px!important}.mt-md-c10-px{margin-top:10px!important}.mt-md-c15-px{margin-top:15px!important}.mt-md-c20-px{margin-top:20px!important}.mt-md-c30-px{margin-top:30px!important}.mt-md-c35-px{margin-top:35px!important}.mt-md-c40-px{margin-top:40px!important}.mt-md-c50-px{margin-top:50px!important}.mt-md-c60-px{margin-top:60px!important}.mt-md-c65-px{margin-top:65px!important}.mt-md-c70-px{margin-top:70px!important}.mt-md-c75-px{margin-top:75px!important}.mt-md-c80-px{margin-top:80px!important}.mt-md-c90-px{margin-top:90px!important}.mt-md-c100-px{margin-top:100px!important}.mt-md-c125-px{margin-top:125px!important}.mt-md-c130-px{margin-top:130px!important}.mt-md-c200-px{margin-top:200px!important}.mt-md-c250-px{margin-top:250px!important}.mt-md-c300-px{margin-top:300px!important}.mt-md-c400-px{margin-top:400px!important}.mt-md-c500-px{margin-top:500px!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:6rem!important}.me-md-7{margin-right:12rem!important}.me-md-8{margin-right:20rem!important}.me-md-c45{margin-right:.45rem!important}.me-md-c75{margin-right:.75rem!important}.me-md-c1-25{margin-right:1.25rem!important}.me-md-c1-75{margin-right:1.75rem!important}.me-md-c2{margin-right:2rem!important}.me-md-c2-25{margin-right:2.25rem!important}.me-md-c2-75{margin-right:2.75rem!important}.me-md-c3-75{margin-right:3.75rem!important}.me-md-c4{margin-right:4rem!important}.me-md-c4-5{margin-right:4.5rem!important}.me-md-c4-75{margin-right:4.75rem!important}.me-md-c5{margin-right:5rem!important}.me-md-c6{margin-right:6rem!important}.me-md-c7{margin-right:7rem!important}.me-md-c5-px{margin-right:5px!important}.me-md-c10-px{margin-right:10px!important}.me-md-c15-px{margin-right:15px!important}.me-md-c20-px{margin-right:20px!important}.me-md-c30-px{margin-right:30px!important}.me-md-c35-px{margin-right:35px!important}.me-md-c40-px{margin-right:40px!important}.me-md-c50-px{margin-right:50px!important}.me-md-c60-px{margin-right:60px!important}.me-md-c65-px{margin-right:65px!important}.me-md-c70-px{margin-right:70px!important}.me-md-c75-px{margin-right:75px!important}.me-md-c80-px{margin-right:80px!important}.me-md-c90-px{margin-right:90px!important}.me-md-c100-px{margin-right:100px!important}.me-md-c125-px{margin-right:125px!important}.me-md-c130-px{margin-right:130px!important}.me-md-c200-px{margin-right:200px!important}.me-md-c250-px{margin-right:250px!important}.me-md-c300-px{margin-right:300px!important}.me-md-c400-px{margin-right:400px!important}.me-md-c500-px{margin-right:500px!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:12rem!important}.mb-md-8{margin-bottom:20rem!important}.mb-md-c45{margin-bottom:.45rem!important}.mb-md-c75{margin-bottom:.75rem!important}.mb-md-c1-25{margin-bottom:1.25rem!important}.mb-md-c1-75{margin-bottom:1.75rem!important}.mb-md-c2{margin-bottom:2rem!important}.mb-md-c2-25{margin-bottom:2.25rem!important}.mb-md-c2-75{margin-bottom:2.75rem!important}.mb-md-c3-75{margin-bottom:3.75rem!important}.mb-md-c4{margin-bottom:4rem!important}.mb-md-c4-5{margin-bottom:4.5rem!important}.mb-md-c4-75{margin-bottom:4.75rem!important}.mb-md-c5{margin-bottom:5rem!important}.mb-md-c6{margin-bottom:6rem!important}.mb-md-c7{margin-bottom:7rem!important}.mb-md-c5-px{margin-bottom:5px!important}.mb-md-c10-px{margin-bottom:10px!important}.mb-md-c15-px{margin-bottom:15px!important}.mb-md-c20-px{margin-bottom:20px!important}.mb-md-c30-px{margin-bottom:30px!important}.mb-md-c35-px{margin-bottom:35px!important}.mb-md-c40-px{margin-bottom:40px!important}.mb-md-c50-px{margin-bottom:50px!important}.mb-md-c60-px{margin-bottom:60px!important}.mb-md-c65-px{margin-bottom:65px!important}.mb-md-c70-px{margin-bottom:70px!important}.mb-md-c75-px{margin-bottom:75px!important}.mb-md-c80-px{margin-bottom:80px!important}.mb-md-c90-px{margin-bottom:90px!important}.mb-md-c100-px{margin-bottom:100px!important}.mb-md-c125-px{margin-bottom:125px!important}.mb-md-c130-px{margin-bottom:130px!important}.mb-md-c200-px{margin-bottom:200px!important}.mb-md-c250-px{margin-bottom:250px!important}.mb-md-c300-px{margin-bottom:300px!important}.mb-md-c400-px{margin-bottom:400px!important}.mb-md-c500-px{margin-bottom:500px!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:6rem!important}.ms-md-7{margin-left:12rem!important}.ms-md-8{margin-left:20rem!important}.ms-md-c45{margin-left:.45rem!important}.ms-md-c75{margin-left:.75rem!important}.ms-md-c1-25{margin-left:1.25rem!important}.ms-md-c1-75{margin-left:1.75rem!important}.ms-md-c2{margin-left:2rem!important}.ms-md-c2-25{margin-left:2.25rem!important}.ms-md-c2-75{margin-left:2.75rem!important}.ms-md-c3-75{margin-left:3.75rem!important}.ms-md-c4{margin-left:4rem!important}.ms-md-c4-5{margin-left:4.5rem!important}.ms-md-c4-75{margin-left:4.75rem!important}.ms-md-c5{margin-left:5rem!important}.ms-md-c6{margin-left:6rem!important}.ms-md-c7{margin-left:7rem!important}.ms-md-c5-px{margin-left:5px!important}.ms-md-c10-px{margin-left:10px!important}.ms-md-c15-px{margin-left:15px!important}.ms-md-c20-px{margin-left:20px!important}.ms-md-c30-px{margin-left:30px!important}.ms-md-c35-px{margin-left:35px!important}.ms-md-c40-px{margin-left:40px!important}.ms-md-c50-px{margin-left:50px!important}.ms-md-c60-px{margin-left:60px!important}.ms-md-c65-px{margin-left:65px!important}.ms-md-c70-px{margin-left:70px!important}.ms-md-c75-px{margin-left:75px!important}.ms-md-c80-px{margin-left:80px!important}.ms-md-c90-px{margin-left:90px!important}.ms-md-c100-px{margin-left:100px!important}.ms-md-c125-px{margin-left:125px!important}.ms-md-c130-px{margin-left:130px!important}.ms-md-c200-px{margin-left:200px!important}.ms-md-c250-px{margin-left:250px!important}.ms-md-c300-px{margin-left:300px!important}.ms-md-c400-px{margin-left:400px!important}.ms-md-c500-px{margin-left:500px!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-6rem!important}.m-md-n7{margin:-12rem!important}.m-md-n8{margin:-20rem!important}.m-md-nc45{margin:-.45rem!important}.m-md-nc75{margin:-.75rem!important}.m-md-nc1-25{margin:-1.25rem!important}.m-md-nc1-75{margin:-1.75rem!important}.m-md-nc2{margin:-2rem!important}.m-md-nc2-25{margin:-2.25rem!important}.m-md-nc2-75{margin:-2.75rem!important}.m-md-nc3-75{margin:-3.75rem!important}.m-md-nc4{margin:-4rem!important}.m-md-nc4-5{margin:-4.5rem!important}.m-md-nc4-75{margin:-4.75rem!important}.m-md-nc5{margin:-5rem!important}.m-md-nc6{margin:-6rem!important}.m-md-nc7{margin:-7rem!important}.m-md-nc5-px{margin:-5px!important}.m-md-nc10-px{margin:-10px!important}.m-md-nc15-px{margin:-15px!important}.m-md-nc20-px{margin:-20px!important}.m-md-nc30-px{margin:-30px!important}.m-md-nc35-px{margin:-35px!important}.m-md-nc40-px{margin:-40px!important}.m-md-nc50-px{margin:-50px!important}.m-md-nc60-px{margin:-60px!important}.m-md-nc65-px{margin:-65px!important}.m-md-nc70-px{margin:-70px!important}.m-md-nc75-px{margin:-75px!important}.m-md-nc80-px{margin:-80px!important}.m-md-nc90-px{margin:-90px!important}.m-md-nc100-px{margin:-100px!important}.m-md-nc125-px{margin:-125px!important}.m-md-nc130-px{margin:-130px!important}.m-md-nc200-px{margin:-200px!important}.m-md-nc250-px{margin:-250px!important}.m-md-nc300-px{margin:-300px!important}.m-md-nc400-px{margin:-400px!important}.m-md-nc500-px{margin:-500px!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-md-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-md-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-md-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-md-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-md-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-md-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-md-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-md-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-md-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-md-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-md-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-md-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-md-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-md-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-md-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-md-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-md-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-md-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-md-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-md-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-md-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-md-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-md-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-md-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-md-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-md-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-md-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-md-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-md-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-md-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-md-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-md-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-md-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-md-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-md-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-md-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-md-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-md-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-md-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-md-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-md-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-md-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-md-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-md-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-md-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-md-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-md-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-md-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-md-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-md-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-md-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-md-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-md-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-md-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-md-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-md-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-md-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-md-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-md-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-md-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-md-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-md-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-6rem!important}.mt-md-n7{margin-top:-12rem!important}.mt-md-n8{margin-top:-20rem!important}.mt-md-nc45{margin-top:-.45rem!important}.mt-md-nc75{margin-top:-.75rem!important}.mt-md-nc1-25{margin-top:-1.25rem!important}.mt-md-nc1-75{margin-top:-1.75rem!important}.mt-md-nc2{margin-top:-2rem!important}.mt-md-nc2-25{margin-top:-2.25rem!important}.mt-md-nc2-75{margin-top:-2.75rem!important}.mt-md-nc3-75{margin-top:-3.75rem!important}.mt-md-nc4{margin-top:-4rem!important}.mt-md-nc4-5{margin-top:-4.5rem!important}.mt-md-nc4-75{margin-top:-4.75rem!important}.mt-md-nc5{margin-top:-5rem!important}.mt-md-nc6{margin-top:-6rem!important}.mt-md-nc7{margin-top:-7rem!important}.mt-md-nc5-px{margin-top:-5px!important}.mt-md-nc10-px{margin-top:-10px!important}.mt-md-nc15-px{margin-top:-15px!important}.mt-md-nc20-px{margin-top:-20px!important}.mt-md-nc30-px{margin-top:-30px!important}.mt-md-nc35-px{margin-top:-35px!important}.mt-md-nc40-px{margin-top:-40px!important}.mt-md-nc50-px{margin-top:-50px!important}.mt-md-nc60-px{margin-top:-60px!important}.mt-md-nc65-px{margin-top:-65px!important}.mt-md-nc70-px{margin-top:-70px!important}.mt-md-nc75-px{margin-top:-75px!important}.mt-md-nc80-px{margin-top:-80px!important}.mt-md-nc90-px{margin-top:-90px!important}.mt-md-nc100-px{margin-top:-100px!important}.mt-md-nc125-px{margin-top:-125px!important}.mt-md-nc130-px{margin-top:-130px!important}.mt-md-nc200-px{margin-top:-200px!important}.mt-md-nc250-px{margin-top:-250px!important}.mt-md-nc300-px{margin-top:-300px!important}.mt-md-nc400-px{margin-top:-400px!important}.mt-md-nc500-px{margin-top:-500px!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-6rem!important}.me-md-n7{margin-right:-12rem!important}.me-md-n8{margin-right:-20rem!important}.me-md-nc45{margin-right:-.45rem!important}.me-md-nc75{margin-right:-.75rem!important}.me-md-nc1-25{margin-right:-1.25rem!important}.me-md-nc1-75{margin-right:-1.75rem!important}.me-md-nc2{margin-right:-2rem!important}.me-md-nc2-25{margin-right:-2.25rem!important}.me-md-nc2-75{margin-right:-2.75rem!important}.me-md-nc3-75{margin-right:-3.75rem!important}.me-md-nc4{margin-right:-4rem!important}.me-md-nc4-5{margin-right:-4.5rem!important}.me-md-nc4-75{margin-right:-4.75rem!important}.me-md-nc5{margin-right:-5rem!important}.me-md-nc6{margin-right:-6rem!important}.me-md-nc7{margin-right:-7rem!important}.me-md-nc5-px{margin-right:-5px!important}.me-md-nc10-px{margin-right:-10px!important}.me-md-nc15-px{margin-right:-15px!important}.me-md-nc20-px{margin-right:-20px!important}.me-md-nc30-px{margin-right:-30px!important}.me-md-nc35-px{margin-right:-35px!important}.me-md-nc40-px{margin-right:-40px!important}.me-md-nc50-px{margin-right:-50px!important}.me-md-nc60-px{margin-right:-60px!important}.me-md-nc65-px{margin-right:-65px!important}.me-md-nc70-px{margin-right:-70px!important}.me-md-nc75-px{margin-right:-75px!important}.me-md-nc80-px{margin-right:-80px!important}.me-md-nc90-px{margin-right:-90px!important}.me-md-nc100-px{margin-right:-100px!important}.me-md-nc125-px{margin-right:-125px!important}.me-md-nc130-px{margin-right:-130px!important}.me-md-nc200-px{margin-right:-200px!important}.me-md-nc250-px{margin-right:-250px!important}.me-md-nc300-px{margin-right:-300px!important}.me-md-nc400-px{margin-right:-400px!important}.me-md-nc500-px{margin-right:-500px!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-6rem!important}.mb-md-n7{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-20rem!important}.mb-md-nc45{margin-bottom:-.45rem!important}.mb-md-nc75{margin-bottom:-.75rem!important}.mb-md-nc1-25{margin-bottom:-1.25rem!important}.mb-md-nc1-75{margin-bottom:-1.75rem!important}.mb-md-nc2{margin-bottom:-2rem!important}.mb-md-nc2-25{margin-bottom:-2.25rem!important}.mb-md-nc2-75{margin-bottom:-2.75rem!important}.mb-md-nc3-75{margin-bottom:-3.75rem!important}.mb-md-nc4{margin-bottom:-4rem!important}.mb-md-nc4-5{margin-bottom:-4.5rem!important}.mb-md-nc4-75{margin-bottom:-4.75rem!important}.mb-md-nc5{margin-bottom:-5rem!important}.mb-md-nc6{margin-bottom:-6rem!important}.mb-md-nc7{margin-bottom:-7rem!important}.mb-md-nc5-px{margin-bottom:-5px!important}.mb-md-nc10-px{margin-bottom:-10px!important}.mb-md-nc15-px{margin-bottom:-15px!important}.mb-md-nc20-px{margin-bottom:-20px!important}.mb-md-nc30-px{margin-bottom:-30px!important}.mb-md-nc35-px{margin-bottom:-35px!important}.mb-md-nc40-px{margin-bottom:-40px!important}.mb-md-nc50-px{margin-bottom:-50px!important}.mb-md-nc60-px{margin-bottom:-60px!important}.mb-md-nc65-px{margin-bottom:-65px!important}.mb-md-nc70-px{margin-bottom:-70px!important}.mb-md-nc75-px{margin-bottom:-75px!important}.mb-md-nc80-px{margin-bottom:-80px!important}.mb-md-nc90-px{margin-bottom:-90px!important}.mb-md-nc100-px{margin-bottom:-100px!important}.mb-md-nc125-px{margin-bottom:-125px!important}.mb-md-nc130-px{margin-bottom:-130px!important}.mb-md-nc200-px{margin-bottom:-200px!important}.mb-md-nc250-px{margin-bottom:-250px!important}.mb-md-nc300-px{margin-bottom:-300px!important}.mb-md-nc400-px{margin-bottom:-400px!important}.mb-md-nc500-px{margin-bottom:-500px!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-6rem!important}.ms-md-n7{margin-left:-12rem!important}.ms-md-n8{margin-left:-20rem!important}.ms-md-nc45{margin-left:-.45rem!important}.ms-md-nc75{margin-left:-.75rem!important}.ms-md-nc1-25{margin-left:-1.25rem!important}.ms-md-nc1-75{margin-left:-1.75rem!important}.ms-md-nc2{margin-left:-2rem!important}.ms-md-nc2-25{margin-left:-2.25rem!important}.ms-md-nc2-75{margin-left:-2.75rem!important}.ms-md-nc3-75{margin-left:-3.75rem!important}.ms-md-nc4{margin-left:-4rem!important}.ms-md-nc4-5{margin-left:-4.5rem!important}.ms-md-nc4-75{margin-left:-4.75rem!important}.ms-md-nc5{margin-left:-5rem!important}.ms-md-nc6{margin-left:-6rem!important}.ms-md-nc7{margin-left:-7rem!important}.ms-md-nc5-px{margin-left:-5px!important}.ms-md-nc10-px{margin-left:-10px!important}.ms-md-nc15-px{margin-left:-15px!important}.ms-md-nc20-px{margin-left:-20px!important}.ms-md-nc30-px{margin-left:-30px!important}.ms-md-nc35-px{margin-left:-35px!important}.ms-md-nc40-px{margin-left:-40px!important}.ms-md-nc50-px{margin-left:-50px!important}.ms-md-nc60-px{margin-left:-60px!important}.ms-md-nc65-px{margin-left:-65px!important}.ms-md-nc70-px{margin-left:-70px!important}.ms-md-nc75-px{margin-left:-75px!important}.ms-md-nc80-px{margin-left:-80px!important}.ms-md-nc90-px{margin-left:-90px!important}.ms-md-nc100-px{margin-left:-100px!important}.ms-md-nc125-px{margin-left:-125px!important}.ms-md-nc130-px{margin-left:-130px!important}.ms-md-nc200-px{margin-left:-200px!important}.ms-md-nc250-px{margin-left:-250px!important}.ms-md-nc300-px{margin-left:-300px!important}.ms-md-nc400-px{margin-left:-400px!important}.ms-md-nc500-px{margin-left:-500px!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:6rem!important}.p-md-7{padding:12rem!important}.p-md-8{padding:20rem!important}.p-md-c45{padding:.45rem!important}.p-md-c75{padding:.75rem!important}.p-md-c1-25{padding:1.25rem!important}.p-md-c1-75{padding:1.75rem!important}.p-md-c2{padding:2rem!important}.p-md-c2-25{padding:2.25rem!important}.p-md-c2-75{padding:2.75rem!important}.p-md-c3-75{padding:3.75rem!important}.p-md-c4{padding:4rem!important}.p-md-c4-5{padding:4.5rem!important}.p-md-c4-75{padding:4.75rem!important}.p-md-c5{padding:5rem!important}.p-md-c6{padding:6rem!important}.p-md-c7{padding:7rem!important}.p-md-c5-px{padding:5px!important}.p-md-c10-px{padding:10px!important}.p-md-c15-px{padding:15px!important}.p-md-c20-px{padding:20px!important}.p-md-c30-px{padding:30px!important}.p-md-c35-px{padding:35px!important}.p-md-c40-px{padding:40px!important}.p-md-c50-px{padding:50px!important}.p-md-c60-px{padding:60px!important}.p-md-c65-px{padding:65px!important}.p-md-c70-px{padding:70px!important}.p-md-c75-px{padding:75px!important}.p-md-c80-px{padding:80px!important}.p-md-c90-px{padding:90px!important}.p-md-c100-px{padding:100px!important}.p-md-c125-px{padding:125px!important}.p-md-c130-px{padding:130px!important}.p-md-c200-px{padding:200px!important}.p-md-c250-px{padding:250px!important}.p-md-c300-px{padding:300px!important}.p-md-c400-px{padding:400px!important}.p-md-c500-px{padding:500px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:6rem!important;padding-right:6rem!important}.px-md-7{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:20rem!important;padding-right:20rem!important}.px-md-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-md-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-c2{padding-left:2rem!important;padding-right:2rem!important}.px-md-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-c4{padding-left:4rem!important;padding-right:4rem!important}.px-md-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-c5{padding-left:5rem!important;padding-right:5rem!important}.px-md-c6{padding-left:6rem!important;padding-right:6rem!important}.px-md-c7{padding-left:7rem!important;padding-right:7rem!important}.px-md-c5-px{padding-left:5px!important;padding-right:5px!important}.px-md-c10-px{padding-left:10px!important;padding-right:10px!important}.px-md-c15-px{padding-left:15px!important;padding-right:15px!important}.px-md-c20-px{padding-left:20px!important;padding-right:20px!important}.px-md-c30-px{padding-left:30px!important;padding-right:30px!important}.px-md-c35-px{padding-left:35px!important;padding-right:35px!important}.px-md-c40-px{padding-left:40px!important;padding-right:40px!important}.px-md-c50-px{padding-left:50px!important;padding-right:50px!important}.px-md-c60-px{padding-left:60px!important;padding-right:60px!important}.px-md-c65-px{padding-left:65px!important;padding-right:65px!important}.px-md-c70-px{padding-left:70px!important;padding-right:70px!important}.px-md-c75-px{padding-left:75px!important;padding-right:75px!important}.px-md-c80-px{padding-left:80px!important;padding-right:80px!important}.px-md-c90-px{padding-left:90px!important;padding-right:90px!important}.px-md-c100-px{padding-left:100px!important;padding-right:100px!important}.px-md-c125-px{padding-left:125px!important;padding-right:125px!important}.px-md-c130-px{padding-left:130px!important;padding-right:130px!important}.px-md-c200-px{padding-left:200px!important;padding-right:200px!important}.px-md-c250-px{padding-left:250px!important;padding-right:250px!important}.px-md-c300-px{padding-left:300px!important;padding-right:300px!important}.px-md-c400-px{padding-left:400px!important;padding-right:400px!important}.px-md-c500-px{padding-left:500px!important;padding-right:500px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-md-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-md-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-md-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-md-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-md-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-md-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-md-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-md-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-md-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-md-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-md-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-md-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-md-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-md-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-md-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-md-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-md-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-md-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-md-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-md-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-md-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-md-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-md-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:12rem!important}.pt-md-8{padding-top:20rem!important}.pt-md-c45{padding-top:.45rem!important}.pt-md-c75{padding-top:.75rem!important}.pt-md-c1-25{padding-top:1.25rem!important}.pt-md-c1-75{padding-top:1.75rem!important}.pt-md-c2{padding-top:2rem!important}.pt-md-c2-25{padding-top:2.25rem!important}.pt-md-c2-75{padding-top:2.75rem!important}.pt-md-c3-75{padding-top:3.75rem!important}.pt-md-c4{padding-top:4rem!important}.pt-md-c4-5{padding-top:4.5rem!important}.pt-md-c4-75{padding-top:4.75rem!important}.pt-md-c5{padding-top:5rem!important}.pt-md-c6{padding-top:6rem!important}.pt-md-c7{padding-top:7rem!important}.pt-md-c5-px{padding-top:5px!important}.pt-md-c10-px{padding-top:10px!important}.pt-md-c15-px{padding-top:15px!important}.pt-md-c20-px{padding-top:20px!important}.pt-md-c30-px{padding-top:30px!important}.pt-md-c35-px{padding-top:35px!important}.pt-md-c40-px{padding-top:40px!important}.pt-md-c50-px{padding-top:50px!important}.pt-md-c60-px{padding-top:60px!important}.pt-md-c65-px{padding-top:65px!important}.pt-md-c70-px{padding-top:70px!important}.pt-md-c75-px{padding-top:75px!important}.pt-md-c80-px{padding-top:80px!important}.pt-md-c90-px{padding-top:90px!important}.pt-md-c100-px{padding-top:100px!important}.pt-md-c125-px{padding-top:125px!important}.pt-md-c130-px{padding-top:130px!important}.pt-md-c200-px{padding-top:200px!important}.pt-md-c250-px{padding-top:250px!important}.pt-md-c300-px{padding-top:300px!important}.pt-md-c400-px{padding-top:400px!important}.pt-md-c500-px{padding-top:500px!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:6rem!important}.pe-md-7{padding-right:12rem!important}.pe-md-8{padding-right:20rem!important}.pe-md-c45{padding-right:.45rem!important}.pe-md-c75{padding-right:.75rem!important}.pe-md-c1-25{padding-right:1.25rem!important}.pe-md-c1-75{padding-right:1.75rem!important}.pe-md-c2{padding-right:2rem!important}.pe-md-c2-25{padding-right:2.25rem!important}.pe-md-c2-75{padding-right:2.75rem!important}.pe-md-c3-75{padding-right:3.75rem!important}.pe-md-c4{padding-right:4rem!important}.pe-md-c4-5{padding-right:4.5rem!important}.pe-md-c4-75{padding-right:4.75rem!important}.pe-md-c5{padding-right:5rem!important}.pe-md-c6{padding-right:6rem!important}.pe-md-c7{padding-right:7rem!important}.pe-md-c5-px{padding-right:5px!important}.pe-md-c10-px{padding-right:10px!important}.pe-md-c15-px{padding-right:15px!important}.pe-md-c20-px{padding-right:20px!important}.pe-md-c30-px{padding-right:30px!important}.pe-md-c35-px{padding-right:35px!important}.pe-md-c40-px{padding-right:40px!important}.pe-md-c50-px{padding-right:50px!important}.pe-md-c60-px{padding-right:60px!important}.pe-md-c65-px{padding-right:65px!important}.pe-md-c70-px{padding-right:70px!important}.pe-md-c75-px{padding-right:75px!important}.pe-md-c80-px{padding-right:80px!important}.pe-md-c90-px{padding-right:90px!important}.pe-md-c100-px{padding-right:100px!important}.pe-md-c125-px{padding-right:125px!important}.pe-md-c130-px{padding-right:130px!important}.pe-md-c200-px{padding-right:200px!important}.pe-md-c250-px{padding-right:250px!important}.pe-md-c300-px{padding-right:300px!important}.pe-md-c400-px{padding-right:400px!important}.pe-md-c500-px{padding-right:500px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:12rem!important}.pb-md-8{padding-bottom:20rem!important}.pb-md-c45{padding-bottom:.45rem!important}.pb-md-c75{padding-bottom:.75rem!important}.pb-md-c1-25{padding-bottom:1.25rem!important}.pb-md-c1-75{padding-bottom:1.75rem!important}.pb-md-c2{padding-bottom:2rem!important}.pb-md-c2-25{padding-bottom:2.25rem!important}.pb-md-c2-75{padding-bottom:2.75rem!important}.pb-md-c3-75{padding-bottom:3.75rem!important}.pb-md-c4{padding-bottom:4rem!important}.pb-md-c4-5{padding-bottom:4.5rem!important}.pb-md-c4-75{padding-bottom:4.75rem!important}.pb-md-c5{padding-bottom:5rem!important}.pb-md-c6{padding-bottom:6rem!important}.pb-md-c7{padding-bottom:7rem!important}.pb-md-c5-px{padding-bottom:5px!important}.pb-md-c10-px{padding-bottom:10px!important}.pb-md-c15-px{padding-bottom:15px!important}.pb-md-c20-px{padding-bottom:20px!important}.pb-md-c30-px{padding-bottom:30px!important}.pb-md-c35-px{padding-bottom:35px!important}.pb-md-c40-px{padding-bottom:40px!important}.pb-md-c50-px{padding-bottom:50px!important}.pb-md-c60-px{padding-bottom:60px!important}.pb-md-c65-px{padding-bottom:65px!important}.pb-md-c70-px{padding-bottom:70px!important}.pb-md-c75-px{padding-bottom:75px!important}.pb-md-c80-px{padding-bottom:80px!important}.pb-md-c90-px{padding-bottom:90px!important}.pb-md-c100-px{padding-bottom:100px!important}.pb-md-c125-px{padding-bottom:125px!important}.pb-md-c130-px{padding-bottom:130px!important}.pb-md-c200-px{padding-bottom:200px!important}.pb-md-c250-px{padding-bottom:250px!important}.pb-md-c300-px{padding-bottom:300px!important}.pb-md-c400-px{padding-bottom:400px!important}.pb-md-c500-px{padding-bottom:500px!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:6rem!important}.ps-md-7{padding-left:12rem!important}.ps-md-8{padding-left:20rem!important}.ps-md-c45{padding-left:.45rem!important}.ps-md-c75{padding-left:.75rem!important}.ps-md-c1-25{padding-left:1.25rem!important}.ps-md-c1-75{padding-left:1.75rem!important}.ps-md-c2{padding-left:2rem!important}.ps-md-c2-25{padding-left:2.25rem!important}.ps-md-c2-75{padding-left:2.75rem!important}.ps-md-c3-75{padding-left:3.75rem!important}.ps-md-c4{padding-left:4rem!important}.ps-md-c4-5{padding-left:4.5rem!important}.ps-md-c4-75{padding-left:4.75rem!important}.ps-md-c5{padding-left:5rem!important}.ps-md-c6{padding-left:6rem!important}.ps-md-c7{padding-left:7rem!important}.ps-md-c5-px{padding-left:5px!important}.ps-md-c10-px{padding-left:10px!important}.ps-md-c15-px{padding-left:15px!important}.ps-md-c20-px{padding-left:20px!important}.ps-md-c30-px{padding-left:30px!important}.ps-md-c35-px{padding-left:35px!important}.ps-md-c40-px{padding-left:40px!important}.ps-md-c50-px{padding-left:50px!important}.ps-md-c60-px{padding-left:60px!important}.ps-md-c65-px{padding-left:65px!important}.ps-md-c70-px{padding-left:70px!important}.ps-md-c75-px{padding-left:75px!important}.ps-md-c80-px{padding-left:80px!important}.ps-md-c90-px{padding-left:90px!important}.ps-md-c100-px{padding-left:100px!important}.ps-md-c125-px{padding-left:125px!important}.ps-md-c130-px{padding-left:130px!important}.ps-md-c200-px{padding-left:200px!important}.ps-md-c250-px{padding-left:250px!important}.ps-md-c300-px{padding-left:300px!important}.ps-md-c400-px{padding-left:400px!important}.ps-md-c500-px{padding-left:500px!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:6rem!important}.gap-md-7{gap:12rem!important}.gap-md-8{gap:20rem!important}.gap-md-c45{gap:.45rem!important}.gap-md-c75{gap:.75rem!important}.gap-md-c1-25{gap:1.25rem!important}.gap-md-c1-75{gap:1.75rem!important}.gap-md-c2{gap:2rem!important}.gap-md-c2-25{gap:2.25rem!important}.gap-md-c2-75{gap:2.75rem!important}.gap-md-c3-75{gap:3.75rem!important}.gap-md-c4{gap:4rem!important}.gap-md-c4-5{gap:4.5rem!important}.gap-md-c4-75{gap:4.75rem!important}.gap-md-c5{gap:5rem!important}.gap-md-c6{gap:6rem!important}.gap-md-c7{gap:7rem!important}.gap-md-c5-px{gap:5px!important}.gap-md-c10-px{gap:10px!important}.gap-md-c15-px{gap:15px!important}.gap-md-c20-px{gap:20px!important}.gap-md-c30-px{gap:30px!important}.gap-md-c35-px{gap:35px!important}.gap-md-c40-px{gap:40px!important}.gap-md-c50-px{gap:50px!important}.gap-md-c60-px{gap:60px!important}.gap-md-c65-px{gap:65px!important}.gap-md-c70-px{gap:70px!important}.gap-md-c75-px{gap:75px!important}.gap-md-c80-px{gap:80px!important}.gap-md-c90-px{gap:90px!important}.gap-md-c100-px{gap:100px!important}.gap-md-c125-px{gap:125px!important}.gap-md-c130-px{gap:130px!important}.gap-md-c200-px{gap:200px!important}.gap-md-c250-px{gap:250px!important}.gap-md-c300-px{gap:300px!important}.gap-md-c400-px{gap:400px!important}.gap-md-c500-px{gap:500px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.row-gap-md-6{row-gap:6rem!important}.row-gap-md-7{row-gap:12rem!important}.row-gap-md-8{row-gap:20rem!important}.row-gap-md-c45{row-gap:.45rem!important}.row-gap-md-c75{row-gap:.75rem!important}.row-gap-md-c1-25{row-gap:1.25rem!important}.row-gap-md-c1-75{row-gap:1.75rem!important}.row-gap-md-c2{row-gap:2rem!important}.row-gap-md-c2-25{row-gap:2.25rem!important}.row-gap-md-c2-75{row-gap:2.75rem!important}.row-gap-md-c3-75{row-gap:3.75rem!important}.row-gap-md-c4{row-gap:4rem!important}.row-gap-md-c4-5{row-gap:4.5rem!important}.row-gap-md-c4-75{row-gap:4.75rem!important}.row-gap-md-c5{row-gap:5rem!important}.row-gap-md-c6{row-gap:6rem!important}.row-gap-md-c7{row-gap:7rem!important}.row-gap-md-c5-px{row-gap:5px!important}.row-gap-md-c10-px{row-gap:10px!important}.row-gap-md-c15-px{row-gap:15px!important}.row-gap-md-c20-px{row-gap:20px!important}.row-gap-md-c30-px{row-gap:30px!important}.row-gap-md-c35-px{row-gap:35px!important}.row-gap-md-c40-px{row-gap:40px!important}.row-gap-md-c50-px{row-gap:50px!important}.row-gap-md-c60-px{row-gap:60px!important}.row-gap-md-c65-px{row-gap:65px!important}.row-gap-md-c70-px{row-gap:70px!important}.row-gap-md-c75-px{row-gap:75px!important}.row-gap-md-c80-px{row-gap:80px!important}.row-gap-md-c90-px{row-gap:90px!important}.row-gap-md-c100-px{row-gap:100px!important}.row-gap-md-c125-px{row-gap:125px!important}.row-gap-md-c130-px{row-gap:130px!important}.row-gap-md-c200-px{row-gap:200px!important}.row-gap-md-c250-px{row-gap:250px!important}.row-gap-md-c300-px{row-gap:300px!important}.row-gap-md-c400-px{row-gap:400px!important}.row-gap-md-c500-px{row-gap:500px!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.column-gap-md-6{column-gap:6rem!important}.column-gap-md-7{column-gap:12rem!important}.column-gap-md-8{column-gap:20rem!important}.column-gap-md-c45{column-gap:.45rem!important}.column-gap-md-c75{column-gap:.75rem!important}.column-gap-md-c1-25{column-gap:1.25rem!important}.column-gap-md-c1-75{column-gap:1.75rem!important}.column-gap-md-c2{column-gap:2rem!important}.column-gap-md-c2-25{column-gap:2.25rem!important}.column-gap-md-c2-75{column-gap:2.75rem!important}.column-gap-md-c3-75{column-gap:3.75rem!important}.column-gap-md-c4{column-gap:4rem!important}.column-gap-md-c4-5{column-gap:4.5rem!important}.column-gap-md-c4-75{column-gap:4.75rem!important}.column-gap-md-c5{column-gap:5rem!important}.column-gap-md-c6{column-gap:6rem!important}.column-gap-md-c7{column-gap:7rem!important}.column-gap-md-c5-px{column-gap:5px!important}.column-gap-md-c10-px{column-gap:10px!important}.column-gap-md-c15-px{column-gap:15px!important}.column-gap-md-c20-px{column-gap:20px!important}.column-gap-md-c30-px{column-gap:30px!important}.column-gap-md-c35-px{column-gap:35px!important}.column-gap-md-c40-px{column-gap:40px!important}.column-gap-md-c50-px{column-gap:50px!important}.column-gap-md-c60-px{column-gap:60px!important}.column-gap-md-c65-px{column-gap:65px!important}.column-gap-md-c70-px{column-gap:70px!important}.column-gap-md-c75-px{column-gap:75px!important}.column-gap-md-c80-px{column-gap:80px!important}.column-gap-md-c90-px{column-gap:90px!important}.column-gap-md-c100-px{column-gap:100px!important}.column-gap-md-c125-px{column-gap:125px!important}.column-gap-md-c130-px{column-gap:130px!important}.column-gap-md-c200-px{column-gap:200px!important}.column-gap-md-c250-px{column-gap:250px!important}.column-gap-md-c300-px{column-gap:300px!important}.column-gap-md-c400-px{column-gap:400px!important}.column-gap-md-c500-px{column-gap:500px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.h-px-md-0{height:0!important}.h-px-md-5{height:5px!important}.h-px-md-10{height:10px!important}.h-px-md-15{height:15px!important}.h-px-md-16{height:16px!important}.h-px-md-20{height:20px!important}.h-px-md-25{height:25px!important}.h-px-md-30{height:30px!important}.h-px-md-35{height:35px!important}.h-px-md-40{height:40px!important}.h-px-md-50{height:50px!important}.h-px-md-60{height:60px!important}.h-px-md-65{height:65px!important}.h-px-md-70{height:70px!important}.h-px-md-75{height:75px!important}.h-px-md-80{height:80px!important}.h-px-md-90{height:90px!important}.h-px-md-100{height:100px!important}.h-px-md-125{height:125px!important}.h-px-md-130{height:130px!important}.h-px-md-200{height:200px!important}.h-px-md-250{height:250px!important}.h-px-md-300{height:300px!important}.h-px-md-400{height:400px!important}.h-px-md-500{height:500px!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:6rem!important}.m-lg-7{margin:12rem!important}.m-lg-8{margin:20rem!important}.m-lg-c45{margin:.45rem!important}.m-lg-c75{margin:.75rem!important}.m-lg-c1-25{margin:1.25rem!important}.m-lg-c1-75{margin:1.75rem!important}.m-lg-c2{margin:2rem!important}.m-lg-c2-25{margin:2.25rem!important}.m-lg-c2-75{margin:2.75rem!important}.m-lg-c3-75{margin:3.75rem!important}.m-lg-c4{margin:4rem!important}.m-lg-c4-5{margin:4.5rem!important}.m-lg-c4-75{margin:4.75rem!important}.m-lg-c5{margin:5rem!important}.m-lg-c6{margin:6rem!important}.m-lg-c7{margin:7rem!important}.m-lg-c5-px{margin:5px!important}.m-lg-c10-px{margin:10px!important}.m-lg-c15-px{margin:15px!important}.m-lg-c20-px{margin:20px!important}.m-lg-c30-px{margin:30px!important}.m-lg-c35-px{margin:35px!important}.m-lg-c40-px{margin:40px!important}.m-lg-c50-px{margin:50px!important}.m-lg-c60-px{margin:60px!important}.m-lg-c65-px{margin:65px!important}.m-lg-c70-px{margin:70px!important}.m-lg-c75-px{margin:75px!important}.m-lg-c80-px{margin:80px!important}.m-lg-c90-px{margin:90px!important}.m-lg-c100-px{margin:100px!important}.m-lg-c125-px{margin:125px!important}.m-lg-c130-px{margin:130px!important}.m-lg-c200-px{margin:200px!important}.m-lg-c250-px{margin:250px!important}.m-lg-c300-px{margin:300px!important}.m-lg-c400-px{margin:400px!important}.m-lg-c500-px{margin:500px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-7{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:20rem!important;margin-right:20rem!important}.mx-lg-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-lg-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-lg-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-lg-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-lg-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-lg-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-lg-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-lg-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-lg-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-lg-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-lg-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-lg-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-lg-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-lg-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-lg-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-lg-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-lg-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-lg-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-lg-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-lg-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-lg-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-lg-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-lg-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-lg-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-lg-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-lg-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-lg-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-lg-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-lg-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-lg-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-lg-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-lg-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-lg-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-lg-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-lg-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-lg-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-lg-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-lg-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-lg-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-lg-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-lg-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-lg-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-lg-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-lg-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-lg-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-lg-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:12rem!important}.mt-lg-8{margin-top:20rem!important}.mt-lg-c45{margin-top:.45rem!important}.mt-lg-c75{margin-top:.75rem!important}.mt-lg-c1-25{margin-top:1.25rem!important}.mt-lg-c1-75{margin-top:1.75rem!important}.mt-lg-c2{margin-top:2rem!important}.mt-lg-c2-25{margin-top:2.25rem!important}.mt-lg-c2-75{margin-top:2.75rem!important}.mt-lg-c3-75{margin-top:3.75rem!important}.mt-lg-c4{margin-top:4rem!important}.mt-lg-c4-5{margin-top:4.5rem!important}.mt-lg-c4-75{margin-top:4.75rem!important}.mt-lg-c5{margin-top:5rem!important}.mt-lg-c6{margin-top:6rem!important}.mt-lg-c7{margin-top:7rem!important}.mt-lg-c5-px{margin-top:5px!important}.mt-lg-c10-px{margin-top:10px!important}.mt-lg-c15-px{margin-top:15px!important}.mt-lg-c20-px{margin-top:20px!important}.mt-lg-c30-px{margin-top:30px!important}.mt-lg-c35-px{margin-top:35px!important}.mt-lg-c40-px{margin-top:40px!important}.mt-lg-c50-px{margin-top:50px!important}.mt-lg-c60-px{margin-top:60px!important}.mt-lg-c65-px{margin-top:65px!important}.mt-lg-c70-px{margin-top:70px!important}.mt-lg-c75-px{margin-top:75px!important}.mt-lg-c80-px{margin-top:80px!important}.mt-lg-c90-px{margin-top:90px!important}.mt-lg-c100-px{margin-top:100px!important}.mt-lg-c125-px{margin-top:125px!important}.mt-lg-c130-px{margin-top:130px!important}.mt-lg-c200-px{margin-top:200px!important}.mt-lg-c250-px{margin-top:250px!important}.mt-lg-c300-px{margin-top:300px!important}.mt-lg-c400-px{margin-top:400px!important}.mt-lg-c500-px{margin-top:500px!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:6rem!important}.me-lg-7{margin-right:12rem!important}.me-lg-8{margin-right:20rem!important}.me-lg-c45{margin-right:.45rem!important}.me-lg-c75{margin-right:.75rem!important}.me-lg-c1-25{margin-right:1.25rem!important}.me-lg-c1-75{margin-right:1.75rem!important}.me-lg-c2{margin-right:2rem!important}.me-lg-c2-25{margin-right:2.25rem!important}.me-lg-c2-75{margin-right:2.75rem!important}.me-lg-c3-75{margin-right:3.75rem!important}.me-lg-c4{margin-right:4rem!important}.me-lg-c4-5{margin-right:4.5rem!important}.me-lg-c4-75{margin-right:4.75rem!important}.me-lg-c5{margin-right:5rem!important}.me-lg-c6{margin-right:6rem!important}.me-lg-c7{margin-right:7rem!important}.me-lg-c5-px{margin-right:5px!important}.me-lg-c10-px{margin-right:10px!important}.me-lg-c15-px{margin-right:15px!important}.me-lg-c20-px{margin-right:20px!important}.me-lg-c30-px{margin-right:30px!important}.me-lg-c35-px{margin-right:35px!important}.me-lg-c40-px{margin-right:40px!important}.me-lg-c50-px{margin-right:50px!important}.me-lg-c60-px{margin-right:60px!important}.me-lg-c65-px{margin-right:65px!important}.me-lg-c70-px{margin-right:70px!important}.me-lg-c75-px{margin-right:75px!important}.me-lg-c80-px{margin-right:80px!important}.me-lg-c90-px{margin-right:90px!important}.me-lg-c100-px{margin-right:100px!important}.me-lg-c125-px{margin-right:125px!important}.me-lg-c130-px{margin-right:130px!important}.me-lg-c200-px{margin-right:200px!important}.me-lg-c250-px{margin-right:250px!important}.me-lg-c300-px{margin-right:300px!important}.me-lg-c400-px{margin-right:400px!important}.me-lg-c500-px{margin-right:500px!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:20rem!important}.mb-lg-c45{margin-bottom:.45rem!important}.mb-lg-c75{margin-bottom:.75rem!important}.mb-lg-c1-25{margin-bottom:1.25rem!important}.mb-lg-c1-75{margin-bottom:1.75rem!important}.mb-lg-c2{margin-bottom:2rem!important}.mb-lg-c2-25{margin-bottom:2.25rem!important}.mb-lg-c2-75{margin-bottom:2.75rem!important}.mb-lg-c3-75{margin-bottom:3.75rem!important}.mb-lg-c4{margin-bottom:4rem!important}.mb-lg-c4-5{margin-bottom:4.5rem!important}.mb-lg-c4-75{margin-bottom:4.75rem!important}.mb-lg-c5{margin-bottom:5rem!important}.mb-lg-c6{margin-bottom:6rem!important}.mb-lg-c7{margin-bottom:7rem!important}.mb-lg-c5-px{margin-bottom:5px!important}.mb-lg-c10-px{margin-bottom:10px!important}.mb-lg-c15-px{margin-bottom:15px!important}.mb-lg-c20-px{margin-bottom:20px!important}.mb-lg-c30-px{margin-bottom:30px!important}.mb-lg-c35-px{margin-bottom:35px!important}.mb-lg-c40-px{margin-bottom:40px!important}.mb-lg-c50-px{margin-bottom:50px!important}.mb-lg-c60-px{margin-bottom:60px!important}.mb-lg-c65-px{margin-bottom:65px!important}.mb-lg-c70-px{margin-bottom:70px!important}.mb-lg-c75-px{margin-bottom:75px!important}.mb-lg-c80-px{margin-bottom:80px!important}.mb-lg-c90-px{margin-bottom:90px!important}.mb-lg-c100-px{margin-bottom:100px!important}.mb-lg-c125-px{margin-bottom:125px!important}.mb-lg-c130-px{margin-bottom:130px!important}.mb-lg-c200-px{margin-bottom:200px!important}.mb-lg-c250-px{margin-bottom:250px!important}.mb-lg-c300-px{margin-bottom:300px!important}.mb-lg-c400-px{margin-bottom:400px!important}.mb-lg-c500-px{margin-bottom:500px!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:6rem!important}.ms-lg-7{margin-left:12rem!important}.ms-lg-8{margin-left:20rem!important}.ms-lg-c45{margin-left:.45rem!important}.ms-lg-c75{margin-left:.75rem!important}.ms-lg-c1-25{margin-left:1.25rem!important}.ms-lg-c1-75{margin-left:1.75rem!important}.ms-lg-c2{margin-left:2rem!important}.ms-lg-c2-25{margin-left:2.25rem!important}.ms-lg-c2-75{margin-left:2.75rem!important}.ms-lg-c3-75{margin-left:3.75rem!important}.ms-lg-c4{margin-left:4rem!important}.ms-lg-c4-5{margin-left:4.5rem!important}.ms-lg-c4-75{margin-left:4.75rem!important}.ms-lg-c5{margin-left:5rem!important}.ms-lg-c6{margin-left:6rem!important}.ms-lg-c7{margin-left:7rem!important}.ms-lg-c5-px{margin-left:5px!important}.ms-lg-c10-px{margin-left:10px!important}.ms-lg-c15-px{margin-left:15px!important}.ms-lg-c20-px{margin-left:20px!important}.ms-lg-c30-px{margin-left:30px!important}.ms-lg-c35-px{margin-left:35px!important}.ms-lg-c40-px{margin-left:40px!important}.ms-lg-c50-px{margin-left:50px!important}.ms-lg-c60-px{margin-left:60px!important}.ms-lg-c65-px{margin-left:65px!important}.ms-lg-c70-px{margin-left:70px!important}.ms-lg-c75-px{margin-left:75px!important}.ms-lg-c80-px{margin-left:80px!important}.ms-lg-c90-px{margin-left:90px!important}.ms-lg-c100-px{margin-left:100px!important}.ms-lg-c125-px{margin-left:125px!important}.ms-lg-c130-px{margin-left:130px!important}.ms-lg-c200-px{margin-left:200px!important}.ms-lg-c250-px{margin-left:250px!important}.ms-lg-c300-px{margin-left:300px!important}.ms-lg-c400-px{margin-left:400px!important}.ms-lg-c500-px{margin-left:500px!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-6rem!important}.m-lg-n7{margin:-12rem!important}.m-lg-n8{margin:-20rem!important}.m-lg-nc45{margin:-.45rem!important}.m-lg-nc75{margin:-.75rem!important}.m-lg-nc1-25{margin:-1.25rem!important}.m-lg-nc1-75{margin:-1.75rem!important}.m-lg-nc2{margin:-2rem!important}.m-lg-nc2-25{margin:-2.25rem!important}.m-lg-nc2-75{margin:-2.75rem!important}.m-lg-nc3-75{margin:-3.75rem!important}.m-lg-nc4{margin:-4rem!important}.m-lg-nc4-5{margin:-4.5rem!important}.m-lg-nc4-75{margin:-4.75rem!important}.m-lg-nc5{margin:-5rem!important}.m-lg-nc6{margin:-6rem!important}.m-lg-nc7{margin:-7rem!important}.m-lg-nc5-px{margin:-5px!important}.m-lg-nc10-px{margin:-10px!important}.m-lg-nc15-px{margin:-15px!important}.m-lg-nc20-px{margin:-20px!important}.m-lg-nc30-px{margin:-30px!important}.m-lg-nc35-px{margin:-35px!important}.m-lg-nc40-px{margin:-40px!important}.m-lg-nc50-px{margin:-50px!important}.m-lg-nc60-px{margin:-60px!important}.m-lg-nc65-px{margin:-65px!important}.m-lg-nc70-px{margin:-70px!important}.m-lg-nc75-px{margin:-75px!important}.m-lg-nc80-px{margin:-80px!important}.m-lg-nc90-px{margin:-90px!important}.m-lg-nc100-px{margin:-100px!important}.m-lg-nc125-px{margin:-125px!important}.m-lg-nc130-px{margin:-130px!important}.m-lg-nc200-px{margin:-200px!important}.m-lg-nc250-px{margin:-250px!important}.m-lg-nc300-px{margin:-300px!important}.m-lg-nc400-px{margin:-400px!important}.m-lg-nc500-px{margin:-500px!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-lg-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-lg-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-lg-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-lg-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-lg-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-lg-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-lg-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-lg-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-lg-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-lg-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-lg-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-lg-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-lg-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-lg-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-lg-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-lg-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-lg-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-lg-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-lg-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-lg-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-lg-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-lg-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-lg-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-lg-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-lg-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-lg-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-lg-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-lg-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-lg-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-lg-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-lg-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-lg-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-lg-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-lg-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-lg-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-lg-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-lg-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-lg-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-lg-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-lg-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-lg-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-lg-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-lg-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-lg-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-lg-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-lg-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-lg-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-lg-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-lg-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-lg-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-lg-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-lg-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-lg-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-lg-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-lg-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-lg-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-lg-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-lg-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-lg-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-6rem!important}.mt-lg-n7{margin-top:-12rem!important}.mt-lg-n8{margin-top:-20rem!important}.mt-lg-nc45{margin-top:-.45rem!important}.mt-lg-nc75{margin-top:-.75rem!important}.mt-lg-nc1-25{margin-top:-1.25rem!important}.mt-lg-nc1-75{margin-top:-1.75rem!important}.mt-lg-nc2{margin-top:-2rem!important}.mt-lg-nc2-25{margin-top:-2.25rem!important}.mt-lg-nc2-75{margin-top:-2.75rem!important}.mt-lg-nc3-75{margin-top:-3.75rem!important}.mt-lg-nc4{margin-top:-4rem!important}.mt-lg-nc4-5{margin-top:-4.5rem!important}.mt-lg-nc4-75{margin-top:-4.75rem!important}.mt-lg-nc5{margin-top:-5rem!important}.mt-lg-nc6{margin-top:-6rem!important}.mt-lg-nc7{margin-top:-7rem!important}.mt-lg-nc5-px{margin-top:-5px!important}.mt-lg-nc10-px{margin-top:-10px!important}.mt-lg-nc15-px{margin-top:-15px!important}.mt-lg-nc20-px{margin-top:-20px!important}.mt-lg-nc30-px{margin-top:-30px!important}.mt-lg-nc35-px{margin-top:-35px!important}.mt-lg-nc40-px{margin-top:-40px!important}.mt-lg-nc50-px{margin-top:-50px!important}.mt-lg-nc60-px{margin-top:-60px!important}.mt-lg-nc65-px{margin-top:-65px!important}.mt-lg-nc70-px{margin-top:-70px!important}.mt-lg-nc75-px{margin-top:-75px!important}.mt-lg-nc80-px{margin-top:-80px!important}.mt-lg-nc90-px{margin-top:-90px!important}.mt-lg-nc100-px{margin-top:-100px!important}.mt-lg-nc125-px{margin-top:-125px!important}.mt-lg-nc130-px{margin-top:-130px!important}.mt-lg-nc200-px{margin-top:-200px!important}.mt-lg-nc250-px{margin-top:-250px!important}.mt-lg-nc300-px{margin-top:-300px!important}.mt-lg-nc400-px{margin-top:-400px!important}.mt-lg-nc500-px{margin-top:-500px!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-6rem!important}.me-lg-n7{margin-right:-12rem!important}.me-lg-n8{margin-right:-20rem!important}.me-lg-nc45{margin-right:-.45rem!important}.me-lg-nc75{margin-right:-.75rem!important}.me-lg-nc1-25{margin-right:-1.25rem!important}.me-lg-nc1-75{margin-right:-1.75rem!important}.me-lg-nc2{margin-right:-2rem!important}.me-lg-nc2-25{margin-right:-2.25rem!important}.me-lg-nc2-75{margin-right:-2.75rem!important}.me-lg-nc3-75{margin-right:-3.75rem!important}.me-lg-nc4{margin-right:-4rem!important}.me-lg-nc4-5{margin-right:-4.5rem!important}.me-lg-nc4-75{margin-right:-4.75rem!important}.me-lg-nc5{margin-right:-5rem!important}.me-lg-nc6{margin-right:-6rem!important}.me-lg-nc7{margin-right:-7rem!important}.me-lg-nc5-px{margin-right:-5px!important}.me-lg-nc10-px{margin-right:-10px!important}.me-lg-nc15-px{margin-right:-15px!important}.me-lg-nc20-px{margin-right:-20px!important}.me-lg-nc30-px{margin-right:-30px!important}.me-lg-nc35-px{margin-right:-35px!important}.me-lg-nc40-px{margin-right:-40px!important}.me-lg-nc50-px{margin-right:-50px!important}.me-lg-nc60-px{margin-right:-60px!important}.me-lg-nc65-px{margin-right:-65px!important}.me-lg-nc70-px{margin-right:-70px!important}.me-lg-nc75-px{margin-right:-75px!important}.me-lg-nc80-px{margin-right:-80px!important}.me-lg-nc90-px{margin-right:-90px!important}.me-lg-nc100-px{margin-right:-100px!important}.me-lg-nc125-px{margin-right:-125px!important}.me-lg-nc130-px{margin-right:-130px!important}.me-lg-nc200-px{margin-right:-200px!important}.me-lg-nc250-px{margin-right:-250px!important}.me-lg-nc300-px{margin-right:-300px!important}.me-lg-nc400-px{margin-right:-400px!important}.me-lg-nc500-px{margin-right:-500px!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-6rem!important}.mb-lg-n7{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-20rem!important}.mb-lg-nc45{margin-bottom:-.45rem!important}.mb-lg-nc75{margin-bottom:-.75rem!important}.mb-lg-nc1-25{margin-bottom:-1.25rem!important}.mb-lg-nc1-75{margin-bottom:-1.75rem!important}.mb-lg-nc2{margin-bottom:-2rem!important}.mb-lg-nc2-25{margin-bottom:-2.25rem!important}.mb-lg-nc2-75{margin-bottom:-2.75rem!important}.mb-lg-nc3-75{margin-bottom:-3.75rem!important}.mb-lg-nc4{margin-bottom:-4rem!important}.mb-lg-nc4-5{margin-bottom:-4.5rem!important}.mb-lg-nc4-75{margin-bottom:-4.75rem!important}.mb-lg-nc5{margin-bottom:-5rem!important}.mb-lg-nc6{margin-bottom:-6rem!important}.mb-lg-nc7{margin-bottom:-7rem!important}.mb-lg-nc5-px{margin-bottom:-5px!important}.mb-lg-nc10-px{margin-bottom:-10px!important}.mb-lg-nc15-px{margin-bottom:-15px!important}.mb-lg-nc20-px{margin-bottom:-20px!important}.mb-lg-nc30-px{margin-bottom:-30px!important}.mb-lg-nc35-px{margin-bottom:-35px!important}.mb-lg-nc40-px{margin-bottom:-40px!important}.mb-lg-nc50-px{margin-bottom:-50px!important}.mb-lg-nc60-px{margin-bottom:-60px!important}.mb-lg-nc65-px{margin-bottom:-65px!important}.mb-lg-nc70-px{margin-bottom:-70px!important}.mb-lg-nc75-px{margin-bottom:-75px!important}.mb-lg-nc80-px{margin-bottom:-80px!important}.mb-lg-nc90-px{margin-bottom:-90px!important}.mb-lg-nc100-px{margin-bottom:-100px!important}.mb-lg-nc125-px{margin-bottom:-125px!important}.mb-lg-nc130-px{margin-bottom:-130px!important}.mb-lg-nc200-px{margin-bottom:-200px!important}.mb-lg-nc250-px{margin-bottom:-250px!important}.mb-lg-nc300-px{margin-bottom:-300px!important}.mb-lg-nc400-px{margin-bottom:-400px!important}.mb-lg-nc500-px{margin-bottom:-500px!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-6rem!important}.ms-lg-n7{margin-left:-12rem!important}.ms-lg-n8{margin-left:-20rem!important}.ms-lg-nc45{margin-left:-.45rem!important}.ms-lg-nc75{margin-left:-.75rem!important}.ms-lg-nc1-25{margin-left:-1.25rem!important}.ms-lg-nc1-75{margin-left:-1.75rem!important}.ms-lg-nc2{margin-left:-2rem!important}.ms-lg-nc2-25{margin-left:-2.25rem!important}.ms-lg-nc2-75{margin-left:-2.75rem!important}.ms-lg-nc3-75{margin-left:-3.75rem!important}.ms-lg-nc4{margin-left:-4rem!important}.ms-lg-nc4-5{margin-left:-4.5rem!important}.ms-lg-nc4-75{margin-left:-4.75rem!important}.ms-lg-nc5{margin-left:-5rem!important}.ms-lg-nc6{margin-left:-6rem!important}.ms-lg-nc7{margin-left:-7rem!important}.ms-lg-nc5-px{margin-left:-5px!important}.ms-lg-nc10-px{margin-left:-10px!important}.ms-lg-nc15-px{margin-left:-15px!important}.ms-lg-nc20-px{margin-left:-20px!important}.ms-lg-nc30-px{margin-left:-30px!important}.ms-lg-nc35-px{margin-left:-35px!important}.ms-lg-nc40-px{margin-left:-40px!important}.ms-lg-nc50-px{margin-left:-50px!important}.ms-lg-nc60-px{margin-left:-60px!important}.ms-lg-nc65-px{margin-left:-65px!important}.ms-lg-nc70-px{margin-left:-70px!important}.ms-lg-nc75-px{margin-left:-75px!important}.ms-lg-nc80-px{margin-left:-80px!important}.ms-lg-nc90-px{margin-left:-90px!important}.ms-lg-nc100-px{margin-left:-100px!important}.ms-lg-nc125-px{margin-left:-125px!important}.ms-lg-nc130-px{margin-left:-130px!important}.ms-lg-nc200-px{margin-left:-200px!important}.ms-lg-nc250-px{margin-left:-250px!important}.ms-lg-nc300-px{margin-left:-300px!important}.ms-lg-nc400-px{margin-left:-400px!important}.ms-lg-nc500-px{margin-left:-500px!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:6rem!important}.p-lg-7{padding:12rem!important}.p-lg-8{padding:20rem!important}.p-lg-c45{padding:.45rem!important}.p-lg-c75{padding:.75rem!important}.p-lg-c1-25{padding:1.25rem!important}.p-lg-c1-75{padding:1.75rem!important}.p-lg-c2{padding:2rem!important}.p-lg-c2-25{padding:2.25rem!important}.p-lg-c2-75{padding:2.75rem!important}.p-lg-c3-75{padding:3.75rem!important}.p-lg-c4{padding:4rem!important}.p-lg-c4-5{padding:4.5rem!important}.p-lg-c4-75{padding:4.75rem!important}.p-lg-c5{padding:5rem!important}.p-lg-c6{padding:6rem!important}.p-lg-c7{padding:7rem!important}.p-lg-c5-px{padding:5px!important}.p-lg-c10-px{padding:10px!important}.p-lg-c15-px{padding:15px!important}.p-lg-c20-px{padding:20px!important}.p-lg-c30-px{padding:30px!important}.p-lg-c35-px{padding:35px!important}.p-lg-c40-px{padding:40px!important}.p-lg-c50-px{padding:50px!important}.p-lg-c60-px{padding:60px!important}.p-lg-c65-px{padding:65px!important}.p-lg-c70-px{padding:70px!important}.p-lg-c75-px{padding:75px!important}.p-lg-c80-px{padding:80px!important}.p-lg-c90-px{padding:90px!important}.p-lg-c100-px{padding:100px!important}.p-lg-c125-px{padding:125px!important}.p-lg-c130-px{padding:130px!important}.p-lg-c200-px{padding:200px!important}.p-lg-c250-px{padding:250px!important}.p-lg-c300-px{padding:300px!important}.p-lg-c400-px{padding:400px!important}.p-lg-c500-px{padding:500px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-7{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:20rem!important;padding-right:20rem!important}.px-lg-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-lg-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-c2{padding-left:2rem!important;padding-right:2rem!important}.px-lg-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-c4{padding-left:4rem!important;padding-right:4rem!important}.px-lg-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-c5{padding-left:5rem!important;padding-right:5rem!important}.px-lg-c6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-c7{padding-left:7rem!important;padding-right:7rem!important}.px-lg-c5-px{padding-left:5px!important;padding-right:5px!important}.px-lg-c10-px{padding-left:10px!important;padding-right:10px!important}.px-lg-c15-px{padding-left:15px!important;padding-right:15px!important}.px-lg-c20-px{padding-left:20px!important;padding-right:20px!important}.px-lg-c30-px{padding-left:30px!important;padding-right:30px!important}.px-lg-c35-px{padding-left:35px!important;padding-right:35px!important}.px-lg-c40-px{padding-left:40px!important;padding-right:40px!important}.px-lg-c50-px{padding-left:50px!important;padding-right:50px!important}.px-lg-c60-px{padding-left:60px!important;padding-right:60px!important}.px-lg-c65-px{padding-left:65px!important;padding-right:65px!important}.px-lg-c70-px{padding-left:70px!important;padding-right:70px!important}.px-lg-c75-px{padding-left:75px!important;padding-right:75px!important}.px-lg-c80-px{padding-left:80px!important;padding-right:80px!important}.px-lg-c90-px{padding-left:90px!important;padding-right:90px!important}.px-lg-c100-px{padding-left:100px!important;padding-right:100px!important}.px-lg-c125-px{padding-left:125px!important;padding-right:125px!important}.px-lg-c130-px{padding-left:130px!important;padding-right:130px!important}.px-lg-c200-px{padding-left:200px!important;padding-right:200px!important}.px-lg-c250-px{padding-left:250px!important;padding-right:250px!important}.px-lg-c300-px{padding-left:300px!important;padding-right:300px!important}.px-lg-c400-px{padding-left:400px!important;padding-right:400px!important}.px-lg-c500-px{padding-left:500px!important;padding-right:500px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-lg-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-lg-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-lg-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-lg-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-lg-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-lg-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-lg-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-lg-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-lg-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-lg-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-lg-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-lg-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-lg-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-lg-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-lg-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-lg-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-lg-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-lg-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-lg-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-lg-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-lg-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-lg-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-lg-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:12rem!important}.pt-lg-8{padding-top:20rem!important}.pt-lg-c45{padding-top:.45rem!important}.pt-lg-c75{padding-top:.75rem!important}.pt-lg-c1-25{padding-top:1.25rem!important}.pt-lg-c1-75{padding-top:1.75rem!important}.pt-lg-c2{padding-top:2rem!important}.pt-lg-c2-25{padding-top:2.25rem!important}.pt-lg-c2-75{padding-top:2.75rem!important}.pt-lg-c3-75{padding-top:3.75rem!important}.pt-lg-c4{padding-top:4rem!important}.pt-lg-c4-5{padding-top:4.5rem!important}.pt-lg-c4-75{padding-top:4.75rem!important}.pt-lg-c5{padding-top:5rem!important}.pt-lg-c6{padding-top:6rem!important}.pt-lg-c7{padding-top:7rem!important}.pt-lg-c5-px{padding-top:5px!important}.pt-lg-c10-px{padding-top:10px!important}.pt-lg-c15-px{padding-top:15px!important}.pt-lg-c20-px{padding-top:20px!important}.pt-lg-c30-px{padding-top:30px!important}.pt-lg-c35-px{padding-top:35px!important}.pt-lg-c40-px{padding-top:40px!important}.pt-lg-c50-px{padding-top:50px!important}.pt-lg-c60-px{padding-top:60px!important}.pt-lg-c65-px{padding-top:65px!important}.pt-lg-c70-px{padding-top:70px!important}.pt-lg-c75-px{padding-top:75px!important}.pt-lg-c80-px{padding-top:80px!important}.pt-lg-c90-px{padding-top:90px!important}.pt-lg-c100-px{padding-top:100px!important}.pt-lg-c125-px{padding-top:125px!important}.pt-lg-c130-px{padding-top:130px!important}.pt-lg-c200-px{padding-top:200px!important}.pt-lg-c250-px{padding-top:250px!important}.pt-lg-c300-px{padding-top:300px!important}.pt-lg-c400-px{padding-top:400px!important}.pt-lg-c500-px{padding-top:500px!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:6rem!important}.pe-lg-7{padding-right:12rem!important}.pe-lg-8{padding-right:20rem!important}.pe-lg-c45{padding-right:.45rem!important}.pe-lg-c75{padding-right:.75rem!important}.pe-lg-c1-25{padding-right:1.25rem!important}.pe-lg-c1-75{padding-right:1.75rem!important}.pe-lg-c2{padding-right:2rem!important}.pe-lg-c2-25{padding-right:2.25rem!important}.pe-lg-c2-75{padding-right:2.75rem!important}.pe-lg-c3-75{padding-right:3.75rem!important}.pe-lg-c4{padding-right:4rem!important}.pe-lg-c4-5{padding-right:4.5rem!important}.pe-lg-c4-75{padding-right:4.75rem!important}.pe-lg-c5{padding-right:5rem!important}.pe-lg-c6{padding-right:6rem!important}.pe-lg-c7{padding-right:7rem!important}.pe-lg-c5-px{padding-right:5px!important}.pe-lg-c10-px{padding-right:10px!important}.pe-lg-c15-px{padding-right:15px!important}.pe-lg-c20-px{padding-right:20px!important}.pe-lg-c30-px{padding-right:30px!important}.pe-lg-c35-px{padding-right:35px!important}.pe-lg-c40-px{padding-right:40px!important}.pe-lg-c50-px{padding-right:50px!important}.pe-lg-c60-px{padding-right:60px!important}.pe-lg-c65-px{padding-right:65px!important}.pe-lg-c70-px{padding-right:70px!important}.pe-lg-c75-px{padding-right:75px!important}.pe-lg-c80-px{padding-right:80px!important}.pe-lg-c90-px{padding-right:90px!important}.pe-lg-c100-px{padding-right:100px!important}.pe-lg-c125-px{padding-right:125px!important}.pe-lg-c130-px{padding-right:130px!important}.pe-lg-c200-px{padding-right:200px!important}.pe-lg-c250-px{padding-right:250px!important}.pe-lg-c300-px{padding-right:300px!important}.pe-lg-c400-px{padding-right:400px!important}.pe-lg-c500-px{padding-right:500px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:20rem!important}.pb-lg-c45{padding-bottom:.45rem!important}.pb-lg-c75{padding-bottom:.75rem!important}.pb-lg-c1-25{padding-bottom:1.25rem!important}.pb-lg-c1-75{padding-bottom:1.75rem!important}.pb-lg-c2{padding-bottom:2rem!important}.pb-lg-c2-25{padding-bottom:2.25rem!important}.pb-lg-c2-75{padding-bottom:2.75rem!important}.pb-lg-c3-75{padding-bottom:3.75rem!important}.pb-lg-c4{padding-bottom:4rem!important}.pb-lg-c4-5{padding-bottom:4.5rem!important}.pb-lg-c4-75{padding-bottom:4.75rem!important}.pb-lg-c5{padding-bottom:5rem!important}.pb-lg-c6{padding-bottom:6rem!important}.pb-lg-c7{padding-bottom:7rem!important}.pb-lg-c5-px{padding-bottom:5px!important}.pb-lg-c10-px{padding-bottom:10px!important}.pb-lg-c15-px{padding-bottom:15px!important}.pb-lg-c20-px{padding-bottom:20px!important}.pb-lg-c30-px{padding-bottom:30px!important}.pb-lg-c35-px{padding-bottom:35px!important}.pb-lg-c40-px{padding-bottom:40px!important}.pb-lg-c50-px{padding-bottom:50px!important}.pb-lg-c60-px{padding-bottom:60px!important}.pb-lg-c65-px{padding-bottom:65px!important}.pb-lg-c70-px{padding-bottom:70px!important}.pb-lg-c75-px{padding-bottom:75px!important}.pb-lg-c80-px{padding-bottom:80px!important}.pb-lg-c90-px{padding-bottom:90px!important}.pb-lg-c100-px{padding-bottom:100px!important}.pb-lg-c125-px{padding-bottom:125px!important}.pb-lg-c130-px{padding-bottom:130px!important}.pb-lg-c200-px{padding-bottom:200px!important}.pb-lg-c250-px{padding-bottom:250px!important}.pb-lg-c300-px{padding-bottom:300px!important}.pb-lg-c400-px{padding-bottom:400px!important}.pb-lg-c500-px{padding-bottom:500px!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:6rem!important}.ps-lg-7{padding-left:12rem!important}.ps-lg-8{padding-left:20rem!important}.ps-lg-c45{padding-left:.45rem!important}.ps-lg-c75{padding-left:.75rem!important}.ps-lg-c1-25{padding-left:1.25rem!important}.ps-lg-c1-75{padding-left:1.75rem!important}.ps-lg-c2{padding-left:2rem!important}.ps-lg-c2-25{padding-left:2.25rem!important}.ps-lg-c2-75{padding-left:2.75rem!important}.ps-lg-c3-75{padding-left:3.75rem!important}.ps-lg-c4{padding-left:4rem!important}.ps-lg-c4-5{padding-left:4.5rem!important}.ps-lg-c4-75{padding-left:4.75rem!important}.ps-lg-c5{padding-left:5rem!important}.ps-lg-c6{padding-left:6rem!important}.ps-lg-c7{padding-left:7rem!important}.ps-lg-c5-px{padding-left:5px!important}.ps-lg-c10-px{padding-left:10px!important}.ps-lg-c15-px{padding-left:15px!important}.ps-lg-c20-px{padding-left:20px!important}.ps-lg-c30-px{padding-left:30px!important}.ps-lg-c35-px{padding-left:35px!important}.ps-lg-c40-px{padding-left:40px!important}.ps-lg-c50-px{padding-left:50px!important}.ps-lg-c60-px{padding-left:60px!important}.ps-lg-c65-px{padding-left:65px!important}.ps-lg-c70-px{padding-left:70px!important}.ps-lg-c75-px{padding-left:75px!important}.ps-lg-c80-px{padding-left:80px!important}.ps-lg-c90-px{padding-left:90px!important}.ps-lg-c100-px{padding-left:100px!important}.ps-lg-c125-px{padding-left:125px!important}.ps-lg-c130-px{padding-left:130px!important}.ps-lg-c200-px{padding-left:200px!important}.ps-lg-c250-px{padding-left:250px!important}.ps-lg-c300-px{padding-left:300px!important}.ps-lg-c400-px{padding-left:400px!important}.ps-lg-c500-px{padding-left:500px!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:6rem!important}.gap-lg-7{gap:12rem!important}.gap-lg-8{gap:20rem!important}.gap-lg-c45{gap:.45rem!important}.gap-lg-c75{gap:.75rem!important}.gap-lg-c1-25{gap:1.25rem!important}.gap-lg-c1-75{gap:1.75rem!important}.gap-lg-c2{gap:2rem!important}.gap-lg-c2-25{gap:2.25rem!important}.gap-lg-c2-75{gap:2.75rem!important}.gap-lg-c3-75{gap:3.75rem!important}.gap-lg-c4{gap:4rem!important}.gap-lg-c4-5{gap:4.5rem!important}.gap-lg-c4-75{gap:4.75rem!important}.gap-lg-c5{gap:5rem!important}.gap-lg-c6{gap:6rem!important}.gap-lg-c7{gap:7rem!important}.gap-lg-c5-px{gap:5px!important}.gap-lg-c10-px{gap:10px!important}.gap-lg-c15-px{gap:15px!important}.gap-lg-c20-px{gap:20px!important}.gap-lg-c30-px{gap:30px!important}.gap-lg-c35-px{gap:35px!important}.gap-lg-c40-px{gap:40px!important}.gap-lg-c50-px{gap:50px!important}.gap-lg-c60-px{gap:60px!important}.gap-lg-c65-px{gap:65px!important}.gap-lg-c70-px{gap:70px!important}.gap-lg-c75-px{gap:75px!important}.gap-lg-c80-px{gap:80px!important}.gap-lg-c90-px{gap:90px!important}.gap-lg-c100-px{gap:100px!important}.gap-lg-c125-px{gap:125px!important}.gap-lg-c130-px{gap:130px!important}.gap-lg-c200-px{gap:200px!important}.gap-lg-c250-px{gap:250px!important}.gap-lg-c300-px{gap:300px!important}.gap-lg-c400-px{gap:400px!important}.gap-lg-c500-px{gap:500px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.row-gap-lg-6{row-gap:6rem!important}.row-gap-lg-7{row-gap:12rem!important}.row-gap-lg-8{row-gap:20rem!important}.row-gap-lg-c45{row-gap:.45rem!important}.row-gap-lg-c75{row-gap:.75rem!important}.row-gap-lg-c1-25{row-gap:1.25rem!important}.row-gap-lg-c1-75{row-gap:1.75rem!important}.row-gap-lg-c2{row-gap:2rem!important}.row-gap-lg-c2-25{row-gap:2.25rem!important}.row-gap-lg-c2-75{row-gap:2.75rem!important}.row-gap-lg-c3-75{row-gap:3.75rem!important}.row-gap-lg-c4{row-gap:4rem!important}.row-gap-lg-c4-5{row-gap:4.5rem!important}.row-gap-lg-c4-75{row-gap:4.75rem!important}.row-gap-lg-c5{row-gap:5rem!important}.row-gap-lg-c6{row-gap:6rem!important}.row-gap-lg-c7{row-gap:7rem!important}.row-gap-lg-c5-px{row-gap:5px!important}.row-gap-lg-c10-px{row-gap:10px!important}.row-gap-lg-c15-px{row-gap:15px!important}.row-gap-lg-c20-px{row-gap:20px!important}.row-gap-lg-c30-px{row-gap:30px!important}.row-gap-lg-c35-px{row-gap:35px!important}.row-gap-lg-c40-px{row-gap:40px!important}.row-gap-lg-c50-px{row-gap:50px!important}.row-gap-lg-c60-px{row-gap:60px!important}.row-gap-lg-c65-px{row-gap:65px!important}.row-gap-lg-c70-px{row-gap:70px!important}.row-gap-lg-c75-px{row-gap:75px!important}.row-gap-lg-c80-px{row-gap:80px!important}.row-gap-lg-c90-px{row-gap:90px!important}.row-gap-lg-c100-px{row-gap:100px!important}.row-gap-lg-c125-px{row-gap:125px!important}.row-gap-lg-c130-px{row-gap:130px!important}.row-gap-lg-c200-px{row-gap:200px!important}.row-gap-lg-c250-px{row-gap:250px!important}.row-gap-lg-c300-px{row-gap:300px!important}.row-gap-lg-c400-px{row-gap:400px!important}.row-gap-lg-c500-px{row-gap:500px!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.column-gap-lg-6{column-gap:6rem!important}.column-gap-lg-7{column-gap:12rem!important}.column-gap-lg-8{column-gap:20rem!important}.column-gap-lg-c45{column-gap:.45rem!important}.column-gap-lg-c75{column-gap:.75rem!important}.column-gap-lg-c1-25{column-gap:1.25rem!important}.column-gap-lg-c1-75{column-gap:1.75rem!important}.column-gap-lg-c2{column-gap:2rem!important}.column-gap-lg-c2-25{column-gap:2.25rem!important}.column-gap-lg-c2-75{column-gap:2.75rem!important}.column-gap-lg-c3-75{column-gap:3.75rem!important}.column-gap-lg-c4{column-gap:4rem!important}.column-gap-lg-c4-5{column-gap:4.5rem!important}.column-gap-lg-c4-75{column-gap:4.75rem!important}.column-gap-lg-c5{column-gap:5rem!important}.column-gap-lg-c6{column-gap:6rem!important}.column-gap-lg-c7{column-gap:7rem!important}.column-gap-lg-c5-px{column-gap:5px!important}.column-gap-lg-c10-px{column-gap:10px!important}.column-gap-lg-c15-px{column-gap:15px!important}.column-gap-lg-c20-px{column-gap:20px!important}.column-gap-lg-c30-px{column-gap:30px!important}.column-gap-lg-c35-px{column-gap:35px!important}.column-gap-lg-c40-px{column-gap:40px!important}.column-gap-lg-c50-px{column-gap:50px!important}.column-gap-lg-c60-px{column-gap:60px!important}.column-gap-lg-c65-px{column-gap:65px!important}.column-gap-lg-c70-px{column-gap:70px!important}.column-gap-lg-c75-px{column-gap:75px!important}.column-gap-lg-c80-px{column-gap:80px!important}.column-gap-lg-c90-px{column-gap:90px!important}.column-gap-lg-c100-px{column-gap:100px!important}.column-gap-lg-c125-px{column-gap:125px!important}.column-gap-lg-c130-px{column-gap:130px!important}.column-gap-lg-c200-px{column-gap:200px!important}.column-gap-lg-c250-px{column-gap:250px!important}.column-gap-lg-c300-px{column-gap:300px!important}.column-gap-lg-c400-px{column-gap:400px!important}.column-gap-lg-c500-px{column-gap:500px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.h-px-lg-0{height:0!important}.h-px-lg-5{height:5px!important}.h-px-lg-10{height:10px!important}.h-px-lg-15{height:15px!important}.h-px-lg-16{height:16px!important}.h-px-lg-20{height:20px!important}.h-px-lg-25{height:25px!important}.h-px-lg-30{height:30px!important}.h-px-lg-35{height:35px!important}.h-px-lg-40{height:40px!important}.h-px-lg-50{height:50px!important}.h-px-lg-60{height:60px!important}.h-px-lg-65{height:65px!important}.h-px-lg-70{height:70px!important}.h-px-lg-75{height:75px!important}.h-px-lg-80{height:80px!important}.h-px-lg-90{height:90px!important}.h-px-lg-100{height:100px!important}.h-px-lg-125{height:125px!important}.h-px-lg-130{height:130px!important}.h-px-lg-200{height:200px!important}.h-px-lg-250{height:250px!important}.h-px-lg-300{height:300px!important}.h-px-lg-400{height:400px!important}.h-px-lg-500{height:500px!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:6rem!important}.m-xl-7{margin:12rem!important}.m-xl-8{margin:20rem!important}.m-xl-c45{margin:.45rem!important}.m-xl-c75{margin:.75rem!important}.m-xl-c1-25{margin:1.25rem!important}.m-xl-c1-75{margin:1.75rem!important}.m-xl-c2{margin:2rem!important}.m-xl-c2-25{margin:2.25rem!important}.m-xl-c2-75{margin:2.75rem!important}.m-xl-c3-75{margin:3.75rem!important}.m-xl-c4{margin:4rem!important}.m-xl-c4-5{margin:4.5rem!important}.m-xl-c4-75{margin:4.75rem!important}.m-xl-c5{margin:5rem!important}.m-xl-c6{margin:6rem!important}.m-xl-c7{margin:7rem!important}.m-xl-c5-px{margin:5px!important}.m-xl-c10-px{margin:10px!important}.m-xl-c15-px{margin:15px!important}.m-xl-c20-px{margin:20px!important}.m-xl-c30-px{margin:30px!important}.m-xl-c35-px{margin:35px!important}.m-xl-c40-px{margin:40px!important}.m-xl-c50-px{margin:50px!important}.m-xl-c60-px{margin:60px!important}.m-xl-c65-px{margin:65px!important}.m-xl-c70-px{margin:70px!important}.m-xl-c75-px{margin:75px!important}.m-xl-c80-px{margin:80px!important}.m-xl-c90-px{margin:90px!important}.m-xl-c100-px{margin:100px!important}.m-xl-c125-px{margin:125px!important}.m-xl-c130-px{margin:130px!important}.m-xl-c200-px{margin:200px!important}.m-xl-c250-px{margin:250px!important}.m-xl-c300-px{margin:300px!important}.m-xl-c400-px{margin:400px!important}.m-xl-c500-px{margin:500px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:12rem!important}.mt-xl-8{margin-top:20rem!important}.mt-xl-c45{margin-top:.45rem!important}.mt-xl-c75{margin-top:.75rem!important}.mt-xl-c1-25{margin-top:1.25rem!important}.mt-xl-c1-75{margin-top:1.75rem!important}.mt-xl-c2{margin-top:2rem!important}.mt-xl-c2-25{margin-top:2.25rem!important}.mt-xl-c2-75{margin-top:2.75rem!important}.mt-xl-c3-75{margin-top:3.75rem!important}.mt-xl-c4{margin-top:4rem!important}.mt-xl-c4-5{margin-top:4.5rem!important}.mt-xl-c4-75{margin-top:4.75rem!important}.mt-xl-c5{margin-top:5rem!important}.mt-xl-c6{margin-top:6rem!important}.mt-xl-c7{margin-top:7rem!important}.mt-xl-c5-px{margin-top:5px!important}.mt-xl-c10-px{margin-top:10px!important}.mt-xl-c15-px{margin-top:15px!important}.mt-xl-c20-px{margin-top:20px!important}.mt-xl-c30-px{margin-top:30px!important}.mt-xl-c35-px{margin-top:35px!important}.mt-xl-c40-px{margin-top:40px!important}.mt-xl-c50-px{margin-top:50px!important}.mt-xl-c60-px{margin-top:60px!important}.mt-xl-c65-px{margin-top:65px!important}.mt-xl-c70-px{margin-top:70px!important}.mt-xl-c75-px{margin-top:75px!important}.mt-xl-c80-px{margin-top:80px!important}.mt-xl-c90-px{margin-top:90px!important}.mt-xl-c100-px{margin-top:100px!important}.mt-xl-c125-px{margin-top:125px!important}.mt-xl-c130-px{margin-top:130px!important}.mt-xl-c200-px{margin-top:200px!important}.mt-xl-c250-px{margin-top:250px!important}.mt-xl-c300-px{margin-top:300px!important}.mt-xl-c400-px{margin-top:400px!important}.mt-xl-c500-px{margin-top:500px!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:6rem!important}.me-xl-7{margin-right:12rem!important}.me-xl-8{margin-right:20rem!important}.me-xl-c45{margin-right:.45rem!important}.me-xl-c75{margin-right:.75rem!important}.me-xl-c1-25{margin-right:1.25rem!important}.me-xl-c1-75{margin-right:1.75rem!important}.me-xl-c2{margin-right:2rem!important}.me-xl-c2-25{margin-right:2.25rem!important}.me-xl-c2-75{margin-right:2.75rem!important}.me-xl-c3-75{margin-right:3.75rem!important}.me-xl-c4{margin-right:4rem!important}.me-xl-c4-5{margin-right:4.5rem!important}.me-xl-c4-75{margin-right:4.75rem!important}.me-xl-c5{margin-right:5rem!important}.me-xl-c6{margin-right:6rem!important}.me-xl-c7{margin-right:7rem!important}.me-xl-c5-px{margin-right:5px!important}.me-xl-c10-px{margin-right:10px!important}.me-xl-c15-px{margin-right:15px!important}.me-xl-c20-px{margin-right:20px!important}.me-xl-c30-px{margin-right:30px!important}.me-xl-c35-px{margin-right:35px!important}.me-xl-c40-px{margin-right:40px!important}.me-xl-c50-px{margin-right:50px!important}.me-xl-c60-px{margin-right:60px!important}.me-xl-c65-px{margin-right:65px!important}.me-xl-c70-px{margin-right:70px!important}.me-xl-c75-px{margin-right:75px!important}.me-xl-c80-px{margin-right:80px!important}.me-xl-c90-px{margin-right:90px!important}.me-xl-c100-px{margin-right:100px!important}.me-xl-c125-px{margin-right:125px!important}.me-xl-c130-px{margin-right:130px!important}.me-xl-c200-px{margin-right:200px!important}.me-xl-c250-px{margin-right:250px!important}.me-xl-c300-px{margin-right:300px!important}.me-xl-c400-px{margin-right:400px!important}.me-xl-c500-px{margin-right:500px!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:20rem!important}.mb-xl-c45{margin-bottom:.45rem!important}.mb-xl-c75{margin-bottom:.75rem!important}.mb-xl-c1-25{margin-bottom:1.25rem!important}.mb-xl-c1-75{margin-bottom:1.75rem!important}.mb-xl-c2{margin-bottom:2rem!important}.mb-xl-c2-25{margin-bottom:2.25rem!important}.mb-xl-c2-75{margin-bottom:2.75rem!important}.mb-xl-c3-75{margin-bottom:3.75rem!important}.mb-xl-c4{margin-bottom:4rem!important}.mb-xl-c4-5{margin-bottom:4.5rem!important}.mb-xl-c4-75{margin-bottom:4.75rem!important}.mb-xl-c5{margin-bottom:5rem!important}.mb-xl-c6{margin-bottom:6rem!important}.mb-xl-c7{margin-bottom:7rem!important}.mb-xl-c5-px{margin-bottom:5px!important}.mb-xl-c10-px{margin-bottom:10px!important}.mb-xl-c15-px{margin-bottom:15px!important}.mb-xl-c20-px{margin-bottom:20px!important}.mb-xl-c30-px{margin-bottom:30px!important}.mb-xl-c35-px{margin-bottom:35px!important}.mb-xl-c40-px{margin-bottom:40px!important}.mb-xl-c50-px{margin-bottom:50px!important}.mb-xl-c60-px{margin-bottom:60px!important}.mb-xl-c65-px{margin-bottom:65px!important}.mb-xl-c70-px{margin-bottom:70px!important}.mb-xl-c75-px{margin-bottom:75px!important}.mb-xl-c80-px{margin-bottom:80px!important}.mb-xl-c90-px{margin-bottom:90px!important}.mb-xl-c100-px{margin-bottom:100px!important}.mb-xl-c125-px{margin-bottom:125px!important}.mb-xl-c130-px{margin-bottom:130px!important}.mb-xl-c200-px{margin-bottom:200px!important}.mb-xl-c250-px{margin-bottom:250px!important}.mb-xl-c300-px{margin-bottom:300px!important}.mb-xl-c400-px{margin-bottom:400px!important}.mb-xl-c500-px{margin-bottom:500px!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:6rem!important}.ms-xl-7{margin-left:12rem!important}.ms-xl-8{margin-left:20rem!important}.ms-xl-c45{margin-left:.45rem!important}.ms-xl-c75{margin-left:.75rem!important}.ms-xl-c1-25{margin-left:1.25rem!important}.ms-xl-c1-75{margin-left:1.75rem!important}.ms-xl-c2{margin-left:2rem!important}.ms-xl-c2-25{margin-left:2.25rem!important}.ms-xl-c2-75{margin-left:2.75rem!important}.ms-xl-c3-75{margin-left:3.75rem!important}.ms-xl-c4{margin-left:4rem!important}.ms-xl-c4-5{margin-left:4.5rem!important}.ms-xl-c4-75{margin-left:4.75rem!important}.ms-xl-c5{margin-left:5rem!important}.ms-xl-c6{margin-left:6rem!important}.ms-xl-c7{margin-left:7rem!important}.ms-xl-c5-px{margin-left:5px!important}.ms-xl-c10-px{margin-left:10px!important}.ms-xl-c15-px{margin-left:15px!important}.ms-xl-c20-px{margin-left:20px!important}.ms-xl-c30-px{margin-left:30px!important}.ms-xl-c35-px{margin-left:35px!important}.ms-xl-c40-px{margin-left:40px!important}.ms-xl-c50-px{margin-left:50px!important}.ms-xl-c60-px{margin-left:60px!important}.ms-xl-c65-px{margin-left:65px!important}.ms-xl-c70-px{margin-left:70px!important}.ms-xl-c75-px{margin-left:75px!important}.ms-xl-c80-px{margin-left:80px!important}.ms-xl-c90-px{margin-left:90px!important}.ms-xl-c100-px{margin-left:100px!important}.ms-xl-c125-px{margin-left:125px!important}.ms-xl-c130-px{margin-left:130px!important}.ms-xl-c200-px{margin-left:200px!important}.ms-xl-c250-px{margin-left:250px!important}.ms-xl-c300-px{margin-left:300px!important}.ms-xl-c400-px{margin-left:400px!important}.ms-xl-c500-px{margin-left:500px!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-6rem!important}.m-xl-n7{margin:-12rem!important}.m-xl-n8{margin:-20rem!important}.m-xl-nc45{margin:-.45rem!important}.m-xl-nc75{margin:-.75rem!important}.m-xl-nc1-25{margin:-1.25rem!important}.m-xl-nc1-75{margin:-1.75rem!important}.m-xl-nc2{margin:-2rem!important}.m-xl-nc2-25{margin:-2.25rem!important}.m-xl-nc2-75{margin:-2.75rem!important}.m-xl-nc3-75{margin:-3.75rem!important}.m-xl-nc4{margin:-4rem!important}.m-xl-nc4-5{margin:-4.5rem!important}.m-xl-nc4-75{margin:-4.75rem!important}.m-xl-nc5{margin:-5rem!important}.m-xl-nc6{margin:-6rem!important}.m-xl-nc7{margin:-7rem!important}.m-xl-nc5-px{margin:-5px!important}.m-xl-nc10-px{margin:-10px!important}.m-xl-nc15-px{margin:-15px!important}.m-xl-nc20-px{margin:-20px!important}.m-xl-nc30-px{margin:-30px!important}.m-xl-nc35-px{margin:-35px!important}.m-xl-nc40-px{margin:-40px!important}.m-xl-nc50-px{margin:-50px!important}.m-xl-nc60-px{margin:-60px!important}.m-xl-nc65-px{margin:-65px!important}.m-xl-nc70-px{margin:-70px!important}.m-xl-nc75-px{margin:-75px!important}.m-xl-nc80-px{margin:-80px!important}.m-xl-nc90-px{margin:-90px!important}.m-xl-nc100-px{margin:-100px!important}.m-xl-nc125-px{margin:-125px!important}.m-xl-nc130-px{margin:-130px!important}.m-xl-nc200-px{margin:-200px!important}.m-xl-nc250-px{margin:-250px!important}.m-xl-nc300-px{margin:-300px!important}.m-xl-nc400-px{margin:-400px!important}.m-xl-nc500-px{margin:-500px!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-6rem!important}.mt-xl-n7{margin-top:-12rem!important}.mt-xl-n8{margin-top:-20rem!important}.mt-xl-nc45{margin-top:-.45rem!important}.mt-xl-nc75{margin-top:-.75rem!important}.mt-xl-nc1-25{margin-top:-1.25rem!important}.mt-xl-nc1-75{margin-top:-1.75rem!important}.mt-xl-nc2{margin-top:-2rem!important}.mt-xl-nc2-25{margin-top:-2.25rem!important}.mt-xl-nc2-75{margin-top:-2.75rem!important}.mt-xl-nc3-75{margin-top:-3.75rem!important}.mt-xl-nc4{margin-top:-4rem!important}.mt-xl-nc4-5{margin-top:-4.5rem!important}.mt-xl-nc4-75{margin-top:-4.75rem!important}.mt-xl-nc5{margin-top:-5rem!important}.mt-xl-nc6{margin-top:-6rem!important}.mt-xl-nc7{margin-top:-7rem!important}.mt-xl-nc5-px{margin-top:-5px!important}.mt-xl-nc10-px{margin-top:-10px!important}.mt-xl-nc15-px{margin-top:-15px!important}.mt-xl-nc20-px{margin-top:-20px!important}.mt-xl-nc30-px{margin-top:-30px!important}.mt-xl-nc35-px{margin-top:-35px!important}.mt-xl-nc40-px{margin-top:-40px!important}.mt-xl-nc50-px{margin-top:-50px!important}.mt-xl-nc60-px{margin-top:-60px!important}.mt-xl-nc65-px{margin-top:-65px!important}.mt-xl-nc70-px{margin-top:-70px!important}.mt-xl-nc75-px{margin-top:-75px!important}.mt-xl-nc80-px{margin-top:-80px!important}.mt-xl-nc90-px{margin-top:-90px!important}.mt-xl-nc100-px{margin-top:-100px!important}.mt-xl-nc125-px{margin-top:-125px!important}.mt-xl-nc130-px{margin-top:-130px!important}.mt-xl-nc200-px{margin-top:-200px!important}.mt-xl-nc250-px{margin-top:-250px!important}.mt-xl-nc300-px{margin-top:-300px!important}.mt-xl-nc400-px{margin-top:-400px!important}.mt-xl-nc500-px{margin-top:-500px!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-6rem!important}.me-xl-n7{margin-right:-12rem!important}.me-xl-n8{margin-right:-20rem!important}.me-xl-nc45{margin-right:-.45rem!important}.me-xl-nc75{margin-right:-.75rem!important}.me-xl-nc1-25{margin-right:-1.25rem!important}.me-xl-nc1-75{margin-right:-1.75rem!important}.me-xl-nc2{margin-right:-2rem!important}.me-xl-nc2-25{margin-right:-2.25rem!important}.me-xl-nc2-75{margin-right:-2.75rem!important}.me-xl-nc3-75{margin-right:-3.75rem!important}.me-xl-nc4{margin-right:-4rem!important}.me-xl-nc4-5{margin-right:-4.5rem!important}.me-xl-nc4-75{margin-right:-4.75rem!important}.me-xl-nc5{margin-right:-5rem!important}.me-xl-nc6{margin-right:-6rem!important}.me-xl-nc7{margin-right:-7rem!important}.me-xl-nc5-px{margin-right:-5px!important}.me-xl-nc10-px{margin-right:-10px!important}.me-xl-nc15-px{margin-right:-15px!important}.me-xl-nc20-px{margin-right:-20px!important}.me-xl-nc30-px{margin-right:-30px!important}.me-xl-nc35-px{margin-right:-35px!important}.me-xl-nc40-px{margin-right:-40px!important}.me-xl-nc50-px{margin-right:-50px!important}.me-xl-nc60-px{margin-right:-60px!important}.me-xl-nc65-px{margin-right:-65px!important}.me-xl-nc70-px{margin-right:-70px!important}.me-xl-nc75-px{margin-right:-75px!important}.me-xl-nc80-px{margin-right:-80px!important}.me-xl-nc90-px{margin-right:-90px!important}.me-xl-nc100-px{margin-right:-100px!important}.me-xl-nc125-px{margin-right:-125px!important}.me-xl-nc130-px{margin-right:-130px!important}.me-xl-nc200-px{margin-right:-200px!important}.me-xl-nc250-px{margin-right:-250px!important}.me-xl-nc300-px{margin-right:-300px!important}.me-xl-nc400-px{margin-right:-400px!important}.me-xl-nc500-px{margin-right:-500px!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-6rem!important}.mb-xl-n7{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-20rem!important}.mb-xl-nc45{margin-bottom:-.45rem!important}.mb-xl-nc75{margin-bottom:-.75rem!important}.mb-xl-nc1-25{margin-bottom:-1.25rem!important}.mb-xl-nc1-75{margin-bottom:-1.75rem!important}.mb-xl-nc2{margin-bottom:-2rem!important}.mb-xl-nc2-25{margin-bottom:-2.25rem!important}.mb-xl-nc2-75{margin-bottom:-2.75rem!important}.mb-xl-nc3-75{margin-bottom:-3.75rem!important}.mb-xl-nc4{margin-bottom:-4rem!important}.mb-xl-nc4-5{margin-bottom:-4.5rem!important}.mb-xl-nc4-75{margin-bottom:-4.75rem!important}.mb-xl-nc5{margin-bottom:-5rem!important}.mb-xl-nc6{margin-bottom:-6rem!important}.mb-xl-nc7{margin-bottom:-7rem!important}.mb-xl-nc5-px{margin-bottom:-5px!important}.mb-xl-nc10-px{margin-bottom:-10px!important}.mb-xl-nc15-px{margin-bottom:-15px!important}.mb-xl-nc20-px{margin-bottom:-20px!important}.mb-xl-nc30-px{margin-bottom:-30px!important}.mb-xl-nc35-px{margin-bottom:-35px!important}.mb-xl-nc40-px{margin-bottom:-40px!important}.mb-xl-nc50-px{margin-bottom:-50px!important}.mb-xl-nc60-px{margin-bottom:-60px!important}.mb-xl-nc65-px{margin-bottom:-65px!important}.mb-xl-nc70-px{margin-bottom:-70px!important}.mb-xl-nc75-px{margin-bottom:-75px!important}.mb-xl-nc80-px{margin-bottom:-80px!important}.mb-xl-nc90-px{margin-bottom:-90px!important}.mb-xl-nc100-px{margin-bottom:-100px!important}.mb-xl-nc125-px{margin-bottom:-125px!important}.mb-xl-nc130-px{margin-bottom:-130px!important}.mb-xl-nc200-px{margin-bottom:-200px!important}.mb-xl-nc250-px{margin-bottom:-250px!important}.mb-xl-nc300-px{margin-bottom:-300px!important}.mb-xl-nc400-px{margin-bottom:-400px!important}.mb-xl-nc500-px{margin-bottom:-500px!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-6rem!important}.ms-xl-n7{margin-left:-12rem!important}.ms-xl-n8{margin-left:-20rem!important}.ms-xl-nc45{margin-left:-.45rem!important}.ms-xl-nc75{margin-left:-.75rem!important}.ms-xl-nc1-25{margin-left:-1.25rem!important}.ms-xl-nc1-75{margin-left:-1.75rem!important}.ms-xl-nc2{margin-left:-2rem!important}.ms-xl-nc2-25{margin-left:-2.25rem!important}.ms-xl-nc2-75{margin-left:-2.75rem!important}.ms-xl-nc3-75{margin-left:-3.75rem!important}.ms-xl-nc4{margin-left:-4rem!important}.ms-xl-nc4-5{margin-left:-4.5rem!important}.ms-xl-nc4-75{margin-left:-4.75rem!important}.ms-xl-nc5{margin-left:-5rem!important}.ms-xl-nc6{margin-left:-6rem!important}.ms-xl-nc7{margin-left:-7rem!important}.ms-xl-nc5-px{margin-left:-5px!important}.ms-xl-nc10-px{margin-left:-10px!important}.ms-xl-nc15-px{margin-left:-15px!important}.ms-xl-nc20-px{margin-left:-20px!important}.ms-xl-nc30-px{margin-left:-30px!important}.ms-xl-nc35-px{margin-left:-35px!important}.ms-xl-nc40-px{margin-left:-40px!important}.ms-xl-nc50-px{margin-left:-50px!important}.ms-xl-nc60-px{margin-left:-60px!important}.ms-xl-nc65-px{margin-left:-65px!important}.ms-xl-nc70-px{margin-left:-70px!important}.ms-xl-nc75-px{margin-left:-75px!important}.ms-xl-nc80-px{margin-left:-80px!important}.ms-xl-nc90-px{margin-left:-90px!important}.ms-xl-nc100-px{margin-left:-100px!important}.ms-xl-nc125-px{margin-left:-125px!important}.ms-xl-nc130-px{margin-left:-130px!important}.ms-xl-nc200-px{margin-left:-200px!important}.ms-xl-nc250-px{margin-left:-250px!important}.ms-xl-nc300-px{margin-left:-300px!important}.ms-xl-nc400-px{margin-left:-400px!important}.ms-xl-nc500-px{margin-left:-500px!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:6rem!important}.p-xl-7{padding:12rem!important}.p-xl-8{padding:20rem!important}.p-xl-c45{padding:.45rem!important}.p-xl-c75{padding:.75rem!important}.p-xl-c1-25{padding:1.25rem!important}.p-xl-c1-75{padding:1.75rem!important}.p-xl-c2{padding:2rem!important}.p-xl-c2-25{padding:2.25rem!important}.p-xl-c2-75{padding:2.75rem!important}.p-xl-c3-75{padding:3.75rem!important}.p-xl-c4{padding:4rem!important}.p-xl-c4-5{padding:4.5rem!important}.p-xl-c4-75{padding:4.75rem!important}.p-xl-c5{padding:5rem!important}.p-xl-c6{padding:6rem!important}.p-xl-c7{padding:7rem!important}.p-xl-c5-px{padding:5px!important}.p-xl-c10-px{padding:10px!important}.p-xl-c15-px{padding:15px!important}.p-xl-c20-px{padding:20px!important}.p-xl-c30-px{padding:30px!important}.p-xl-c35-px{padding:35px!important}.p-xl-c40-px{padding:40px!important}.p-xl-c50-px{padding:50px!important}.p-xl-c60-px{padding:60px!important}.p-xl-c65-px{padding:65px!important}.p-xl-c70-px{padding:70px!important}.p-xl-c75-px{padding:75px!important}.p-xl-c80-px{padding:80px!important}.p-xl-c90-px{padding:90px!important}.p-xl-c100-px{padding:100px!important}.p-xl-c125-px{padding:125px!important}.p-xl-c130-px{padding:130px!important}.p-xl-c200-px{padding:200px!important}.p-xl-c250-px{padding:250px!important}.p-xl-c300-px{padding:300px!important}.p-xl-c400-px{padding:400px!important}.p-xl-c500-px{padding:500px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:6rem!important}.pt-xl-7{padding-top:12rem!important}.pt-xl-8{padding-top:20rem!important}.pt-xl-c45{padding-top:.45rem!important}.pt-xl-c75{padding-top:.75rem!important}.pt-xl-c1-25{padding-top:1.25rem!important}.pt-xl-c1-75{padding-top:1.75rem!important}.pt-xl-c2{padding-top:2rem!important}.pt-xl-c2-25{padding-top:2.25rem!important}.pt-xl-c2-75{padding-top:2.75rem!important}.pt-xl-c3-75{padding-top:3.75rem!important}.pt-xl-c4{padding-top:4rem!important}.pt-xl-c4-5{padding-top:4.5rem!important}.pt-xl-c4-75{padding-top:4.75rem!important}.pt-xl-c5{padding-top:5rem!important}.pt-xl-c6{padding-top:6rem!important}.pt-xl-c7{padding-top:7rem!important}.pt-xl-c5-px{padding-top:5px!important}.pt-xl-c10-px{padding-top:10px!important}.pt-xl-c15-px{padding-top:15px!important}.pt-xl-c20-px{padding-top:20px!important}.pt-xl-c30-px{padding-top:30px!important}.pt-xl-c35-px{padding-top:35px!important}.pt-xl-c40-px{padding-top:40px!important}.pt-xl-c50-px{padding-top:50px!important}.pt-xl-c60-px{padding-top:60px!important}.pt-xl-c65-px{padding-top:65px!important}.pt-xl-c70-px{padding-top:70px!important}.pt-xl-c75-px{padding-top:75px!important}.pt-xl-c80-px{padding-top:80px!important}.pt-xl-c90-px{padding-top:90px!important}.pt-xl-c100-px{padding-top:100px!important}.pt-xl-c125-px{padding-top:125px!important}.pt-xl-c130-px{padding-top:130px!important}.pt-xl-c200-px{padding-top:200px!important}.pt-xl-c250-px{padding-top:250px!important}.pt-xl-c300-px{padding-top:300px!important}.pt-xl-c400-px{padding-top:400px!important}.pt-xl-c500-px{padding-top:500px!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:6rem!important}.pe-xl-7{padding-right:12rem!important}.pe-xl-8{padding-right:20rem!important}.pe-xl-c45{padding-right:.45rem!important}.pe-xl-c75{padding-right:.75rem!important}.pe-xl-c1-25{padding-right:1.25rem!important}.pe-xl-c1-75{padding-right:1.75rem!important}.pe-xl-c2{padding-right:2rem!important}.pe-xl-c2-25{padding-right:2.25rem!important}.pe-xl-c2-75{padding-right:2.75rem!important}.pe-xl-c3-75{padding-right:3.75rem!important}.pe-xl-c4{padding-right:4rem!important}.pe-xl-c4-5{padding-right:4.5rem!important}.pe-xl-c4-75{padding-right:4.75rem!important}.pe-xl-c5{padding-right:5rem!important}.pe-xl-c6{padding-right:6rem!important}.pe-xl-c7{padding-right:7rem!important}.pe-xl-c5-px{padding-right:5px!important}.pe-xl-c10-px{padding-right:10px!important}.pe-xl-c15-px{padding-right:15px!important}.pe-xl-c20-px{padding-right:20px!important}.pe-xl-c30-px{padding-right:30px!important}.pe-xl-c35-px{padding-right:35px!important}.pe-xl-c40-px{padding-right:40px!important}.pe-xl-c50-px{padding-right:50px!important}.pe-xl-c60-px{padding-right:60px!important}.pe-xl-c65-px{padding-right:65px!important}.pe-xl-c70-px{padding-right:70px!important}.pe-xl-c75-px{padding-right:75px!important}.pe-xl-c80-px{padding-right:80px!important}.pe-xl-c90-px{padding-right:90px!important}.pe-xl-c100-px{padding-right:100px!important}.pe-xl-c125-px{padding-right:125px!important}.pe-xl-c130-px{padding-right:130px!important}.pe-xl-c200-px{padding-right:200px!important}.pe-xl-c250-px{padding-right:250px!important}.pe-xl-c300-px{padding-right:300px!important}.pe-xl-c400-px{padding-right:400px!important}.pe-xl-c500-px{padding-right:500px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:6rem!important}.pb-xl-7{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:20rem!important}.pb-xl-c45{padding-bottom:.45rem!important}.pb-xl-c75{padding-bottom:.75rem!important}.pb-xl-c1-25{padding-bottom:1.25rem!important}.pb-xl-c1-75{padding-bottom:1.75rem!important}.pb-xl-c2{padding-bottom:2rem!important}.pb-xl-c2-25{padding-bottom:2.25rem!important}.pb-xl-c2-75{padding-bottom:2.75rem!important}.pb-xl-c3-75{padding-bottom:3.75rem!important}.pb-xl-c4{padding-bottom:4rem!important}.pb-xl-c4-5{padding-bottom:4.5rem!important}.pb-xl-c4-75{padding-bottom:4.75rem!important}.pb-xl-c5{padding-bottom:5rem!important}.pb-xl-c6{padding-bottom:6rem!important}.pb-xl-c7{padding-bottom:7rem!important}.pb-xl-c5-px{padding-bottom:5px!important}.pb-xl-c10-px{padding-bottom:10px!important}.pb-xl-c15-px{padding-bottom:15px!important}.pb-xl-c20-px{padding-bottom:20px!important}.pb-xl-c30-px{padding-bottom:30px!important}.pb-xl-c35-px{padding-bottom:35px!important}.pb-xl-c40-px{padding-bottom:40px!important}.pb-xl-c50-px{padding-bottom:50px!important}.pb-xl-c60-px{padding-bottom:60px!important}.pb-xl-c65-px{padding-bottom:65px!important}.pb-xl-c70-px{padding-bottom:70px!important}.pb-xl-c75-px{padding-bottom:75px!important}.pb-xl-c80-px{padding-bottom:80px!important}.pb-xl-c90-px{padding-bottom:90px!important}.pb-xl-c100-px{padding-bottom:100px!important}.pb-xl-c125-px{padding-bottom:125px!important}.pb-xl-c130-px{padding-bottom:130px!important}.pb-xl-c200-px{padding-bottom:200px!important}.pb-xl-c250-px{padding-bottom:250px!important}.pb-xl-c300-px{padding-bottom:300px!important}.pb-xl-c400-px{padding-bottom:400px!important}.pb-xl-c500-px{padding-bottom:500px!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:6rem!important}.ps-xl-7{padding-left:12rem!important}.ps-xl-8{padding-left:20rem!important}.ps-xl-c45{padding-left:.45rem!important}.ps-xl-c75{padding-left:.75rem!important}.ps-xl-c1-25{padding-left:1.25rem!important}.ps-xl-c1-75{padding-left:1.75rem!important}.ps-xl-c2{padding-left:2rem!important}.ps-xl-c2-25{padding-left:2.25rem!important}.ps-xl-c2-75{padding-left:2.75rem!important}.ps-xl-c3-75{padding-left:3.75rem!important}.ps-xl-c4{padding-left:4rem!important}.ps-xl-c4-5{padding-left:4.5rem!important}.ps-xl-c4-75{padding-left:4.75rem!important}.ps-xl-c5{padding-left:5rem!important}.ps-xl-c6{padding-left:6rem!important}.ps-xl-c7{padding-left:7rem!important}.ps-xl-c5-px{padding-left:5px!important}.ps-xl-c10-px{padding-left:10px!important}.ps-xl-c15-px{padding-left:15px!important}.ps-xl-c20-px{padding-left:20px!important}.ps-xl-c30-px{padding-left:30px!important}.ps-xl-c35-px{padding-left:35px!important}.ps-xl-c40-px{padding-left:40px!important}.ps-xl-c50-px{padding-left:50px!important}.ps-xl-c60-px{padding-left:60px!important}.ps-xl-c65-px{padding-left:65px!important}.ps-xl-c70-px{padding-left:70px!important}.ps-xl-c75-px{padding-left:75px!important}.ps-xl-c80-px{padding-left:80px!important}.ps-xl-c90-px{padding-left:90px!important}.ps-xl-c100-px{padding-left:100px!important}.ps-xl-c125-px{padding-left:125px!important}.ps-xl-c130-px{padding-left:130px!important}.ps-xl-c200-px{padding-left:200px!important}.ps-xl-c250-px{padding-left:250px!important}.ps-xl-c300-px{padding-left:300px!important}.ps-xl-c400-px{padding-left:400px!important}.ps-xl-c500-px{padding-left:500px!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:6rem!important}.gap-xl-7{gap:12rem!important}.gap-xl-8{gap:20rem!important}.gap-xl-c45{gap:.45rem!important}.gap-xl-c75{gap:.75rem!important}.gap-xl-c1-25{gap:1.25rem!important}.gap-xl-c1-75{gap:1.75rem!important}.gap-xl-c2{gap:2rem!important}.gap-xl-c2-25{gap:2.25rem!important}.gap-xl-c2-75{gap:2.75rem!important}.gap-xl-c3-75{gap:3.75rem!important}.gap-xl-c4{gap:4rem!important}.gap-xl-c4-5{gap:4.5rem!important}.gap-xl-c4-75{gap:4.75rem!important}.gap-xl-c5{gap:5rem!important}.gap-xl-c6{gap:6rem!important}.gap-xl-c7{gap:7rem!important}.gap-xl-c5-px{gap:5px!important}.gap-xl-c10-px{gap:10px!important}.gap-xl-c15-px{gap:15px!important}.gap-xl-c20-px{gap:20px!important}.gap-xl-c30-px{gap:30px!important}.gap-xl-c35-px{gap:35px!important}.gap-xl-c40-px{gap:40px!important}.gap-xl-c50-px{gap:50px!important}.gap-xl-c60-px{gap:60px!important}.gap-xl-c65-px{gap:65px!important}.gap-xl-c70-px{gap:70px!important}.gap-xl-c75-px{gap:75px!important}.gap-xl-c80-px{gap:80px!important}.gap-xl-c90-px{gap:90px!important}.gap-xl-c100-px{gap:100px!important}.gap-xl-c125-px{gap:125px!important}.gap-xl-c130-px{gap:130px!important}.gap-xl-c200-px{gap:200px!important}.gap-xl-c250-px{gap:250px!important}.gap-xl-c300-px{gap:300px!important}.gap-xl-c400-px{gap:400px!important}.gap-xl-c500-px{gap:500px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.row-gap-xl-6{row-gap:6rem!important}.row-gap-xl-7{row-gap:12rem!important}.row-gap-xl-8{row-gap:20rem!important}.row-gap-xl-c45{row-gap:.45rem!important}.row-gap-xl-c75{row-gap:.75rem!important}.row-gap-xl-c1-25{row-gap:1.25rem!important}.row-gap-xl-c1-75{row-gap:1.75rem!important}.row-gap-xl-c2{row-gap:2rem!important}.row-gap-xl-c2-25{row-gap:2.25rem!important}.row-gap-xl-c2-75{row-gap:2.75rem!important}.row-gap-xl-c3-75{row-gap:3.75rem!important}.row-gap-xl-c4{row-gap:4rem!important}.row-gap-xl-c4-5{row-gap:4.5rem!important}.row-gap-xl-c4-75{row-gap:4.75rem!important}.row-gap-xl-c5{row-gap:5rem!important}.row-gap-xl-c6{row-gap:6rem!important}.row-gap-xl-c7{row-gap:7rem!important}.row-gap-xl-c5-px{row-gap:5px!important}.row-gap-xl-c10-px{row-gap:10px!important}.row-gap-xl-c15-px{row-gap:15px!important}.row-gap-xl-c20-px{row-gap:20px!important}.row-gap-xl-c30-px{row-gap:30px!important}.row-gap-xl-c35-px{row-gap:35px!important}.row-gap-xl-c40-px{row-gap:40px!important}.row-gap-xl-c50-px{row-gap:50px!important}.row-gap-xl-c60-px{row-gap:60px!important}.row-gap-xl-c65-px{row-gap:65px!important}.row-gap-xl-c70-px{row-gap:70px!important}.row-gap-xl-c75-px{row-gap:75px!important}.row-gap-xl-c80-px{row-gap:80px!important}.row-gap-xl-c90-px{row-gap:90px!important}.row-gap-xl-c100-px{row-gap:100px!important}.row-gap-xl-c125-px{row-gap:125px!important}.row-gap-xl-c130-px{row-gap:130px!important}.row-gap-xl-c200-px{row-gap:200px!important}.row-gap-xl-c250-px{row-gap:250px!important}.row-gap-xl-c300-px{row-gap:300px!important}.row-gap-xl-c400-px{row-gap:400px!important}.row-gap-xl-c500-px{row-gap:500px!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.column-gap-xl-6{column-gap:6rem!important}.column-gap-xl-7{column-gap:12rem!important}.column-gap-xl-8{column-gap:20rem!important}.column-gap-xl-c45{column-gap:.45rem!important}.column-gap-xl-c75{column-gap:.75rem!important}.column-gap-xl-c1-25{column-gap:1.25rem!important}.column-gap-xl-c1-75{column-gap:1.75rem!important}.column-gap-xl-c2{column-gap:2rem!important}.column-gap-xl-c2-25{column-gap:2.25rem!important}.column-gap-xl-c2-75{column-gap:2.75rem!important}.column-gap-xl-c3-75{column-gap:3.75rem!important}.column-gap-xl-c4{column-gap:4rem!important}.column-gap-xl-c4-5{column-gap:4.5rem!important}.column-gap-xl-c4-75{column-gap:4.75rem!important}.column-gap-xl-c5{column-gap:5rem!important}.column-gap-xl-c6{column-gap:6rem!important}.column-gap-xl-c7{column-gap:7rem!important}.column-gap-xl-c5-px{column-gap:5px!important}.column-gap-xl-c10-px{column-gap:10px!important}.column-gap-xl-c15-px{column-gap:15px!important}.column-gap-xl-c20-px{column-gap:20px!important}.column-gap-xl-c30-px{column-gap:30px!important}.column-gap-xl-c35-px{column-gap:35px!important}.column-gap-xl-c40-px{column-gap:40px!important}.column-gap-xl-c50-px{column-gap:50px!important}.column-gap-xl-c60-px{column-gap:60px!important}.column-gap-xl-c65-px{column-gap:65px!important}.column-gap-xl-c70-px{column-gap:70px!important}.column-gap-xl-c75-px{column-gap:75px!important}.column-gap-xl-c80-px{column-gap:80px!important}.column-gap-xl-c90-px{column-gap:90px!important}.column-gap-xl-c100-px{column-gap:100px!important}.column-gap-xl-c125-px{column-gap:125px!important}.column-gap-xl-c130-px{column-gap:130px!important}.column-gap-xl-c200-px{column-gap:200px!important}.column-gap-xl-c250-px{column-gap:250px!important}.column-gap-xl-c300-px{column-gap:300px!important}.column-gap-xl-c400-px{column-gap:400px!important}.column-gap-xl-c500-px{column-gap:500px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.h-px-xl-0{height:0!important}.h-px-xl-5{height:5px!important}.h-px-xl-10{height:10px!important}.h-px-xl-15{height:15px!important}.h-px-xl-16{height:16px!important}.h-px-xl-20{height:20px!important}.h-px-xl-25{height:25px!important}.h-px-xl-30{height:30px!important}.h-px-xl-35{height:35px!important}.h-px-xl-40{height:40px!important}.h-px-xl-50{height:50px!important}.h-px-xl-60{height:60px!important}.h-px-xl-65{height:65px!important}.h-px-xl-70{height:70px!important}.h-px-xl-75{height:75px!important}.h-px-xl-80{height:80px!important}.h-px-xl-90{height:90px!important}.h-px-xl-100{height:100px!important}.h-px-xl-125{height:125px!important}.h-px-xl-130{height:130px!important}.h-px-xl-200{height:200px!important}.h-px-xl-250{height:250px!important}.h-px-xl-300{height:300px!important}.h-px-xl-400{height:400px!important}.h-px-xl-500{height:500px!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:6rem!important}.m-xxl-7{margin:12rem!important}.m-xxl-8{margin:20rem!important}.m-xxl-c45{margin:.45rem!important}.m-xxl-c75{margin:.75rem!important}.m-xxl-c1-25{margin:1.25rem!important}.m-xxl-c1-75{margin:1.75rem!important}.m-xxl-c2{margin:2rem!important}.m-xxl-c2-25{margin:2.25rem!important}.m-xxl-c2-75{margin:2.75rem!important}.m-xxl-c3-75{margin:3.75rem!important}.m-xxl-c4{margin:4rem!important}.m-xxl-c4-5{margin:4.5rem!important}.m-xxl-c4-75{margin:4.75rem!important}.m-xxl-c5{margin:5rem!important}.m-xxl-c6{margin:6rem!important}.m-xxl-c7{margin:7rem!important}.m-xxl-c5-px{margin:5px!important}.m-xxl-c10-px{margin:10px!important}.m-xxl-c15-px{margin:15px!important}.m-xxl-c20-px{margin:20px!important}.m-xxl-c30-px{margin:30px!important}.m-xxl-c35-px{margin:35px!important}.m-xxl-c40-px{margin:40px!important}.m-xxl-c50-px{margin:50px!important}.m-xxl-c60-px{margin:60px!important}.m-xxl-c65-px{margin:65px!important}.m-xxl-c70-px{margin:70px!important}.m-xxl-c75-px{margin:75px!important}.m-xxl-c80-px{margin:80px!important}.m-xxl-c90-px{margin:90px!important}.m-xxl-c100-px{margin:100px!important}.m-xxl-c125-px{margin:125px!important}.m-xxl-c130-px{margin:130px!important}.m-xxl-c200-px{margin:200px!important}.m-xxl-c250-px{margin:250px!important}.m-xxl-c300-px{margin:300px!important}.m-xxl-c400-px{margin:400px!important}.m-xxl-c500-px{margin:500px!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:12rem!important}.mt-xxl-8{margin-top:20rem!important}.mt-xxl-c45{margin-top:.45rem!important}.mt-xxl-c75{margin-top:.75rem!important}.mt-xxl-c1-25{margin-top:1.25rem!important}.mt-xxl-c1-75{margin-top:1.75rem!important}.mt-xxl-c2{margin-top:2rem!important}.mt-xxl-c2-25{margin-top:2.25rem!important}.mt-xxl-c2-75{margin-top:2.75rem!important}.mt-xxl-c3-75{margin-top:3.75rem!important}.mt-xxl-c4{margin-top:4rem!important}.mt-xxl-c4-5{margin-top:4.5rem!important}.mt-xxl-c4-75{margin-top:4.75rem!important}.mt-xxl-c5{margin-top:5rem!important}.mt-xxl-c6{margin-top:6rem!important}.mt-xxl-c7{margin-top:7rem!important}.mt-xxl-c5-px{margin-top:5px!important}.mt-xxl-c10-px{margin-top:10px!important}.mt-xxl-c15-px{margin-top:15px!important}.mt-xxl-c20-px{margin-top:20px!important}.mt-xxl-c30-px{margin-top:30px!important}.mt-xxl-c35-px{margin-top:35px!important}.mt-xxl-c40-px{margin-top:40px!important}.mt-xxl-c50-px{margin-top:50px!important}.mt-xxl-c60-px{margin-top:60px!important}.mt-xxl-c65-px{margin-top:65px!important}.mt-xxl-c70-px{margin-top:70px!important}.mt-xxl-c75-px{margin-top:75px!important}.mt-xxl-c80-px{margin-top:80px!important}.mt-xxl-c90-px{margin-top:90px!important}.mt-xxl-c100-px{margin-top:100px!important}.mt-xxl-c125-px{margin-top:125px!important}.mt-xxl-c130-px{margin-top:130px!important}.mt-xxl-c200-px{margin-top:200px!important}.mt-xxl-c250-px{margin-top:250px!important}.mt-xxl-c300-px{margin-top:300px!important}.mt-xxl-c400-px{margin-top:400px!important}.mt-xxl-c500-px{margin-top:500px!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:6rem!important}.me-xxl-7{margin-right:12rem!important}.me-xxl-8{margin-right:20rem!important}.me-xxl-c45{margin-right:.45rem!important}.me-xxl-c75{margin-right:.75rem!important}.me-xxl-c1-25{margin-right:1.25rem!important}.me-xxl-c1-75{margin-right:1.75rem!important}.me-xxl-c2{margin-right:2rem!important}.me-xxl-c2-25{margin-right:2.25rem!important}.me-xxl-c2-75{margin-right:2.75rem!important}.me-xxl-c3-75{margin-right:3.75rem!important}.me-xxl-c4{margin-right:4rem!important}.me-xxl-c4-5{margin-right:4.5rem!important}.me-xxl-c4-75{margin-right:4.75rem!important}.me-xxl-c5{margin-right:5rem!important}.me-xxl-c6{margin-right:6rem!important}.me-xxl-c7{margin-right:7rem!important}.me-xxl-c5-px{margin-right:5px!important}.me-xxl-c10-px{margin-right:10px!important}.me-xxl-c15-px{margin-right:15px!important}.me-xxl-c20-px{margin-right:20px!important}.me-xxl-c30-px{margin-right:30px!important}.me-xxl-c35-px{margin-right:35px!important}.me-xxl-c40-px{margin-right:40px!important}.me-xxl-c50-px{margin-right:50px!important}.me-xxl-c60-px{margin-right:60px!important}.me-xxl-c65-px{margin-right:65px!important}.me-xxl-c70-px{margin-right:70px!important}.me-xxl-c75-px{margin-right:75px!important}.me-xxl-c80-px{margin-right:80px!important}.me-xxl-c90-px{margin-right:90px!important}.me-xxl-c100-px{margin-right:100px!important}.me-xxl-c125-px{margin-right:125px!important}.me-xxl-c130-px{margin-right:130px!important}.me-xxl-c200-px{margin-right:200px!important}.me-xxl-c250-px{margin-right:250px!important}.me-xxl-c300-px{margin-right:300px!important}.me-xxl-c400-px{margin-right:400px!important}.me-xxl-c500-px{margin-right:500px!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:20rem!important}.mb-xxl-c45{margin-bottom:.45rem!important}.mb-xxl-c75{margin-bottom:.75rem!important}.mb-xxl-c1-25{margin-bottom:1.25rem!important}.mb-xxl-c1-75{margin-bottom:1.75rem!important}.mb-xxl-c2{margin-bottom:2rem!important}.mb-xxl-c2-25{margin-bottom:2.25rem!important}.mb-xxl-c2-75{margin-bottom:2.75rem!important}.mb-xxl-c3-75{margin-bottom:3.75rem!important}.mb-xxl-c4{margin-bottom:4rem!important}.mb-xxl-c4-5{margin-bottom:4.5rem!important}.mb-xxl-c4-75{margin-bottom:4.75rem!important}.mb-xxl-c5{margin-bottom:5rem!important}.mb-xxl-c6{margin-bottom:6rem!important}.mb-xxl-c7{margin-bottom:7rem!important}.mb-xxl-c5-px{margin-bottom:5px!important}.mb-xxl-c10-px{margin-bottom:10px!important}.mb-xxl-c15-px{margin-bottom:15px!important}.mb-xxl-c20-px{margin-bottom:20px!important}.mb-xxl-c30-px{margin-bottom:30px!important}.mb-xxl-c35-px{margin-bottom:35px!important}.mb-xxl-c40-px{margin-bottom:40px!important}.mb-xxl-c50-px{margin-bottom:50px!important}.mb-xxl-c60-px{margin-bottom:60px!important}.mb-xxl-c65-px{margin-bottom:65px!important}.mb-xxl-c70-px{margin-bottom:70px!important}.mb-xxl-c75-px{margin-bottom:75px!important}.mb-xxl-c80-px{margin-bottom:80px!important}.mb-xxl-c90-px{margin-bottom:90px!important}.mb-xxl-c100-px{margin-bottom:100px!important}.mb-xxl-c125-px{margin-bottom:125px!important}.mb-xxl-c130-px{margin-bottom:130px!important}.mb-xxl-c200-px{margin-bottom:200px!important}.mb-xxl-c250-px{margin-bottom:250px!important}.mb-xxl-c300-px{margin-bottom:300px!important}.mb-xxl-c400-px{margin-bottom:400px!important}.mb-xxl-c500-px{margin-bottom:500px!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:6rem!important}.ms-xxl-7{margin-left:12rem!important}.ms-xxl-8{margin-left:20rem!important}.ms-xxl-c45{margin-left:.45rem!important}.ms-xxl-c75{margin-left:.75rem!important}.ms-xxl-c1-25{margin-left:1.25rem!important}.ms-xxl-c1-75{margin-left:1.75rem!important}.ms-xxl-c2{margin-left:2rem!important}.ms-xxl-c2-25{margin-left:2.25rem!important}.ms-xxl-c2-75{margin-left:2.75rem!important}.ms-xxl-c3-75{margin-left:3.75rem!important}.ms-xxl-c4{margin-left:4rem!important}.ms-xxl-c4-5{margin-left:4.5rem!important}.ms-xxl-c4-75{margin-left:4.75rem!important}.ms-xxl-c5{margin-left:5rem!important}.ms-xxl-c6{margin-left:6rem!important}.ms-xxl-c7{margin-left:7rem!important}.ms-xxl-c5-px{margin-left:5px!important}.ms-xxl-c10-px{margin-left:10px!important}.ms-xxl-c15-px{margin-left:15px!important}.ms-xxl-c20-px{margin-left:20px!important}.ms-xxl-c30-px{margin-left:30px!important}.ms-xxl-c35-px{margin-left:35px!important}.ms-xxl-c40-px{margin-left:40px!important}.ms-xxl-c50-px{margin-left:50px!important}.ms-xxl-c60-px{margin-left:60px!important}.ms-xxl-c65-px{margin-left:65px!important}.ms-xxl-c70-px{margin-left:70px!important}.ms-xxl-c75-px{margin-left:75px!important}.ms-xxl-c80-px{margin-left:80px!important}.ms-xxl-c90-px{margin-left:90px!important}.ms-xxl-c100-px{margin-left:100px!important}.ms-xxl-c125-px{margin-left:125px!important}.ms-xxl-c130-px{margin-left:130px!important}.ms-xxl-c200-px{margin-left:200px!important}.ms-xxl-c250-px{margin-left:250px!important}.ms-xxl-c300-px{margin-left:300px!important}.ms-xxl-c400-px{margin-left:400px!important}.ms-xxl-c500-px{margin-left:500px!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-6rem!important}.m-xxl-n7{margin:-12rem!important}.m-xxl-n8{margin:-20rem!important}.m-xxl-nc45{margin:-.45rem!important}.m-xxl-nc75{margin:-.75rem!important}.m-xxl-nc1-25{margin:-1.25rem!important}.m-xxl-nc1-75{margin:-1.75rem!important}.m-xxl-nc2{margin:-2rem!important}.m-xxl-nc2-25{margin:-2.25rem!important}.m-xxl-nc2-75{margin:-2.75rem!important}.m-xxl-nc3-75{margin:-3.75rem!important}.m-xxl-nc4{margin:-4rem!important}.m-xxl-nc4-5{margin:-4.5rem!important}.m-xxl-nc4-75{margin:-4.75rem!important}.m-xxl-nc5{margin:-5rem!important}.m-xxl-nc6{margin:-6rem!important}.m-xxl-nc7{margin:-7rem!important}.m-xxl-nc5-px{margin:-5px!important}.m-xxl-nc10-px{margin:-10px!important}.m-xxl-nc15-px{margin:-15px!important}.m-xxl-nc20-px{margin:-20px!important}.m-xxl-nc30-px{margin:-30px!important}.m-xxl-nc35-px{margin:-35px!important}.m-xxl-nc40-px{margin:-40px!important}.m-xxl-nc50-px{margin:-50px!important}.m-xxl-nc60-px{margin:-60px!important}.m-xxl-nc65-px{margin:-65px!important}.m-xxl-nc70-px{margin:-70px!important}.m-xxl-nc75-px{margin:-75px!important}.m-xxl-nc80-px{margin:-80px!important}.m-xxl-nc90-px{margin:-90px!important}.m-xxl-nc100-px{margin:-100px!important}.m-xxl-nc125-px{margin:-125px!important}.m-xxl-nc130-px{margin:-130px!important}.m-xxl-nc200-px{margin:-200px!important}.m-xxl-nc250-px{margin:-250px!important}.m-xxl-nc300-px{margin:-300px!important}.m-xxl-nc400-px{margin:-400px!important}.m-xxl-nc500-px{margin:-500px!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-6rem!important}.mt-xxl-n7{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-20rem!important}.mt-xxl-nc45{margin-top:-.45rem!important}.mt-xxl-nc75{margin-top:-.75rem!important}.mt-xxl-nc1-25{margin-top:-1.25rem!important}.mt-xxl-nc1-75{margin-top:-1.75rem!important}.mt-xxl-nc2{margin-top:-2rem!important}.mt-xxl-nc2-25{margin-top:-2.25rem!important}.mt-xxl-nc2-75{margin-top:-2.75rem!important}.mt-xxl-nc3-75{margin-top:-3.75rem!important}.mt-xxl-nc4{margin-top:-4rem!important}.mt-xxl-nc4-5{margin-top:-4.5rem!important}.mt-xxl-nc4-75{margin-top:-4.75rem!important}.mt-xxl-nc5{margin-top:-5rem!important}.mt-xxl-nc6{margin-top:-6rem!important}.mt-xxl-nc7{margin-top:-7rem!important}.mt-xxl-nc5-px{margin-top:-5px!important}.mt-xxl-nc10-px{margin-top:-10px!important}.mt-xxl-nc15-px{margin-top:-15px!important}.mt-xxl-nc20-px{margin-top:-20px!important}.mt-xxl-nc30-px{margin-top:-30px!important}.mt-xxl-nc35-px{margin-top:-35px!important}.mt-xxl-nc40-px{margin-top:-40px!important}.mt-xxl-nc50-px{margin-top:-50px!important}.mt-xxl-nc60-px{margin-top:-60px!important}.mt-xxl-nc65-px{margin-top:-65px!important}.mt-xxl-nc70-px{margin-top:-70px!important}.mt-xxl-nc75-px{margin-top:-75px!important}.mt-xxl-nc80-px{margin-top:-80px!important}.mt-xxl-nc90-px{margin-top:-90px!important}.mt-xxl-nc100-px{margin-top:-100px!important}.mt-xxl-nc125-px{margin-top:-125px!important}.mt-xxl-nc130-px{margin-top:-130px!important}.mt-xxl-nc200-px{margin-top:-200px!important}.mt-xxl-nc250-px{margin-top:-250px!important}.mt-xxl-nc300-px{margin-top:-300px!important}.mt-xxl-nc400-px{margin-top:-400px!important}.mt-xxl-nc500-px{margin-top:-500px!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-6rem!important}.me-xxl-n7{margin-right:-12rem!important}.me-xxl-n8{margin-right:-20rem!important}.me-xxl-nc45{margin-right:-.45rem!important}.me-xxl-nc75{margin-right:-.75rem!important}.me-xxl-nc1-25{margin-right:-1.25rem!important}.me-xxl-nc1-75{margin-right:-1.75rem!important}.me-xxl-nc2{margin-right:-2rem!important}.me-xxl-nc2-25{margin-right:-2.25rem!important}.me-xxl-nc2-75{margin-right:-2.75rem!important}.me-xxl-nc3-75{margin-right:-3.75rem!important}.me-xxl-nc4{margin-right:-4rem!important}.me-xxl-nc4-5{margin-right:-4.5rem!important}.me-xxl-nc4-75{margin-right:-4.75rem!important}.me-xxl-nc5{margin-right:-5rem!important}.me-xxl-nc6{margin-right:-6rem!important}.me-xxl-nc7{margin-right:-7rem!important}.me-xxl-nc5-px{margin-right:-5px!important}.me-xxl-nc10-px{margin-right:-10px!important}.me-xxl-nc15-px{margin-right:-15px!important}.me-xxl-nc20-px{margin-right:-20px!important}.me-xxl-nc30-px{margin-right:-30px!important}.me-xxl-nc35-px{margin-right:-35px!important}.me-xxl-nc40-px{margin-right:-40px!important}.me-xxl-nc50-px{margin-right:-50px!important}.me-xxl-nc60-px{margin-right:-60px!important}.me-xxl-nc65-px{margin-right:-65px!important}.me-xxl-nc70-px{margin-right:-70px!important}.me-xxl-nc75-px{margin-right:-75px!important}.me-xxl-nc80-px{margin-right:-80px!important}.me-xxl-nc90-px{margin-right:-90px!important}.me-xxl-nc100-px{margin-right:-100px!important}.me-xxl-nc125-px{margin-right:-125px!important}.me-xxl-nc130-px{margin-right:-130px!important}.me-xxl-nc200-px{margin-right:-200px!important}.me-xxl-nc250-px{margin-right:-250px!important}.me-xxl-nc300-px{margin-right:-300px!important}.me-xxl-nc400-px{margin-right:-400px!important}.me-xxl-nc500-px{margin-right:-500px!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-6rem!important}.mb-xxl-n7{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-20rem!important}.mb-xxl-nc45{margin-bottom:-.45rem!important}.mb-xxl-nc75{margin-bottom:-.75rem!important}.mb-xxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxl-nc2{margin-bottom:-2rem!important}.mb-xxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxl-nc4{margin-bottom:-4rem!important}.mb-xxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxl-nc5{margin-bottom:-5rem!important}.mb-xxl-nc6{margin-bottom:-6rem!important}.mb-xxl-nc7{margin-bottom:-7rem!important}.mb-xxl-nc5-px{margin-bottom:-5px!important}.mb-xxl-nc10-px{margin-bottom:-10px!important}.mb-xxl-nc15-px{margin-bottom:-15px!important}.mb-xxl-nc20-px{margin-bottom:-20px!important}.mb-xxl-nc30-px{margin-bottom:-30px!important}.mb-xxl-nc35-px{margin-bottom:-35px!important}.mb-xxl-nc40-px{margin-bottom:-40px!important}.mb-xxl-nc50-px{margin-bottom:-50px!important}.mb-xxl-nc60-px{margin-bottom:-60px!important}.mb-xxl-nc65-px{margin-bottom:-65px!important}.mb-xxl-nc70-px{margin-bottom:-70px!important}.mb-xxl-nc75-px{margin-bottom:-75px!important}.mb-xxl-nc80-px{margin-bottom:-80px!important}.mb-xxl-nc90-px{margin-bottom:-90px!important}.mb-xxl-nc100-px{margin-bottom:-100px!important}.mb-xxl-nc125-px{margin-bottom:-125px!important}.mb-xxl-nc130-px{margin-bottom:-130px!important}.mb-xxl-nc200-px{margin-bottom:-200px!important}.mb-xxl-nc250-px{margin-bottom:-250px!important}.mb-xxl-nc300-px{margin-bottom:-300px!important}.mb-xxl-nc400-px{margin-bottom:-400px!important}.mb-xxl-nc500-px{margin-bottom:-500px!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-6rem!important}.ms-xxl-n7{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-20rem!important}.ms-xxl-nc45{margin-left:-.45rem!important}.ms-xxl-nc75{margin-left:-.75rem!important}.ms-xxl-nc1-25{margin-left:-1.25rem!important}.ms-xxl-nc1-75{margin-left:-1.75rem!important}.ms-xxl-nc2{margin-left:-2rem!important}.ms-xxl-nc2-25{margin-left:-2.25rem!important}.ms-xxl-nc2-75{margin-left:-2.75rem!important}.ms-xxl-nc3-75{margin-left:-3.75rem!important}.ms-xxl-nc4{margin-left:-4rem!important}.ms-xxl-nc4-5{margin-left:-4.5rem!important}.ms-xxl-nc4-75{margin-left:-4.75rem!important}.ms-xxl-nc5{margin-left:-5rem!important}.ms-xxl-nc6{margin-left:-6rem!important}.ms-xxl-nc7{margin-left:-7rem!important}.ms-xxl-nc5-px{margin-left:-5px!important}.ms-xxl-nc10-px{margin-left:-10px!important}.ms-xxl-nc15-px{margin-left:-15px!important}.ms-xxl-nc20-px{margin-left:-20px!important}.ms-xxl-nc30-px{margin-left:-30px!important}.ms-xxl-nc35-px{margin-left:-35px!important}.ms-xxl-nc40-px{margin-left:-40px!important}.ms-xxl-nc50-px{margin-left:-50px!important}.ms-xxl-nc60-px{margin-left:-60px!important}.ms-xxl-nc65-px{margin-left:-65px!important}.ms-xxl-nc70-px{margin-left:-70px!important}.ms-xxl-nc75-px{margin-left:-75px!important}.ms-xxl-nc80-px{margin-left:-80px!important}.ms-xxl-nc90-px{margin-left:-90px!important}.ms-xxl-nc100-px{margin-left:-100px!important}.ms-xxl-nc125-px{margin-left:-125px!important}.ms-xxl-nc130-px{margin-left:-130px!important}.ms-xxl-nc200-px{margin-left:-200px!important}.ms-xxl-nc250-px{margin-left:-250px!important}.ms-xxl-nc300-px{margin-left:-300px!important}.ms-xxl-nc400-px{margin-left:-400px!important}.ms-xxl-nc500-px{margin-left:-500px!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:6rem!important}.p-xxl-7{padding:12rem!important}.p-xxl-8{padding:20rem!important}.p-xxl-c45{padding:.45rem!important}.p-xxl-c75{padding:.75rem!important}.p-xxl-c1-25{padding:1.25rem!important}.p-xxl-c1-75{padding:1.75rem!important}.p-xxl-c2{padding:2rem!important}.p-xxl-c2-25{padding:2.25rem!important}.p-xxl-c2-75{padding:2.75rem!important}.p-xxl-c3-75{padding:3.75rem!important}.p-xxl-c4{padding:4rem!important}.p-xxl-c4-5{padding:4.5rem!important}.p-xxl-c4-75{padding:4.75rem!important}.p-xxl-c5{padding:5rem!important}.p-xxl-c6{padding:6rem!important}.p-xxl-c7{padding:7rem!important}.p-xxl-c5-px{padding:5px!important}.p-xxl-c10-px{padding:10px!important}.p-xxl-c15-px{padding:15px!important}.p-xxl-c20-px{padding:20px!important}.p-xxl-c30-px{padding:30px!important}.p-xxl-c35-px{padding:35px!important}.p-xxl-c40-px{padding:40px!important}.p-xxl-c50-px{padding:50px!important}.p-xxl-c60-px{padding:60px!important}.p-xxl-c65-px{padding:65px!important}.p-xxl-c70-px{padding:70px!important}.p-xxl-c75-px{padding:75px!important}.p-xxl-c80-px{padding:80px!important}.p-xxl-c90-px{padding:90px!important}.p-xxl-c100-px{padding:100px!important}.p-xxl-c125-px{padding:125px!important}.p-xxl-c130-px{padding:130px!important}.p-xxl-c200-px{padding:200px!important}.p-xxl-c250-px{padding:250px!important}.p-xxl-c300-px{padding:300px!important}.p-xxl-c400-px{padding:400px!important}.p-xxl-c500-px{padding:500px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:6rem!important}.pt-xxl-7{padding-top:12rem!important}.pt-xxl-8{padding-top:20rem!important}.pt-xxl-c45{padding-top:.45rem!important}.pt-xxl-c75{padding-top:.75rem!important}.pt-xxl-c1-25{padding-top:1.25rem!important}.pt-xxl-c1-75{padding-top:1.75rem!important}.pt-xxl-c2{padding-top:2rem!important}.pt-xxl-c2-25{padding-top:2.25rem!important}.pt-xxl-c2-75{padding-top:2.75rem!important}.pt-xxl-c3-75{padding-top:3.75rem!important}.pt-xxl-c4{padding-top:4rem!important}.pt-xxl-c4-5{padding-top:4.5rem!important}.pt-xxl-c4-75{padding-top:4.75rem!important}.pt-xxl-c5{padding-top:5rem!important}.pt-xxl-c6{padding-top:6rem!important}.pt-xxl-c7{padding-top:7rem!important}.pt-xxl-c5-px{padding-top:5px!important}.pt-xxl-c10-px{padding-top:10px!important}.pt-xxl-c15-px{padding-top:15px!important}.pt-xxl-c20-px{padding-top:20px!important}.pt-xxl-c30-px{padding-top:30px!important}.pt-xxl-c35-px{padding-top:35px!important}.pt-xxl-c40-px{padding-top:40px!important}.pt-xxl-c50-px{padding-top:50px!important}.pt-xxl-c60-px{padding-top:60px!important}.pt-xxl-c65-px{padding-top:65px!important}.pt-xxl-c70-px{padding-top:70px!important}.pt-xxl-c75-px{padding-top:75px!important}.pt-xxl-c80-px{padding-top:80px!important}.pt-xxl-c90-px{padding-top:90px!important}.pt-xxl-c100-px{padding-top:100px!important}.pt-xxl-c125-px{padding-top:125px!important}.pt-xxl-c130-px{padding-top:130px!important}.pt-xxl-c200-px{padding-top:200px!important}.pt-xxl-c250-px{padding-top:250px!important}.pt-xxl-c300-px{padding-top:300px!important}.pt-xxl-c400-px{padding-top:400px!important}.pt-xxl-c500-px{padding-top:500px!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:6rem!important}.pe-xxl-7{padding-right:12rem!important}.pe-xxl-8{padding-right:20rem!important}.pe-xxl-c45{padding-right:.45rem!important}.pe-xxl-c75{padding-right:.75rem!important}.pe-xxl-c1-25{padding-right:1.25rem!important}.pe-xxl-c1-75{padding-right:1.75rem!important}.pe-xxl-c2{padding-right:2rem!important}.pe-xxl-c2-25{padding-right:2.25rem!important}.pe-xxl-c2-75{padding-right:2.75rem!important}.pe-xxl-c3-75{padding-right:3.75rem!important}.pe-xxl-c4{padding-right:4rem!important}.pe-xxl-c4-5{padding-right:4.5rem!important}.pe-xxl-c4-75{padding-right:4.75rem!important}.pe-xxl-c5{padding-right:5rem!important}.pe-xxl-c6{padding-right:6rem!important}.pe-xxl-c7{padding-right:7rem!important}.pe-xxl-c5-px{padding-right:5px!important}.pe-xxl-c10-px{padding-right:10px!important}.pe-xxl-c15-px{padding-right:15px!important}.pe-xxl-c20-px{padding-right:20px!important}.pe-xxl-c30-px{padding-right:30px!important}.pe-xxl-c35-px{padding-right:35px!important}.pe-xxl-c40-px{padding-right:40px!important}.pe-xxl-c50-px{padding-right:50px!important}.pe-xxl-c60-px{padding-right:60px!important}.pe-xxl-c65-px{padding-right:65px!important}.pe-xxl-c70-px{padding-right:70px!important}.pe-xxl-c75-px{padding-right:75px!important}.pe-xxl-c80-px{padding-right:80px!important}.pe-xxl-c90-px{padding-right:90px!important}.pe-xxl-c100-px{padding-right:100px!important}.pe-xxl-c125-px{padding-right:125px!important}.pe-xxl-c130-px{padding-right:130px!important}.pe-xxl-c200-px{padding-right:200px!important}.pe-xxl-c250-px{padding-right:250px!important}.pe-xxl-c300-px{padding-right:300px!important}.pe-xxl-c400-px{padding-right:400px!important}.pe-xxl-c500-px{padding-right:500px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:6rem!important}.pb-xxl-7{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:20rem!important}.pb-xxl-c45{padding-bottom:.45rem!important}.pb-xxl-c75{padding-bottom:.75rem!important}.pb-xxl-c1-25{padding-bottom:1.25rem!important}.pb-xxl-c1-75{padding-bottom:1.75rem!important}.pb-xxl-c2{padding-bottom:2rem!important}.pb-xxl-c2-25{padding-bottom:2.25rem!important}.pb-xxl-c2-75{padding-bottom:2.75rem!important}.pb-xxl-c3-75{padding-bottom:3.75rem!important}.pb-xxl-c4{padding-bottom:4rem!important}.pb-xxl-c4-5{padding-bottom:4.5rem!important}.pb-xxl-c4-75{padding-bottom:4.75rem!important}.pb-xxl-c5{padding-bottom:5rem!important}.pb-xxl-c6{padding-bottom:6rem!important}.pb-xxl-c7{padding-bottom:7rem!important}.pb-xxl-c5-px{padding-bottom:5px!important}.pb-xxl-c10-px{padding-bottom:10px!important}.pb-xxl-c15-px{padding-bottom:15px!important}.pb-xxl-c20-px{padding-bottom:20px!important}.pb-xxl-c30-px{padding-bottom:30px!important}.pb-xxl-c35-px{padding-bottom:35px!important}.pb-xxl-c40-px{padding-bottom:40px!important}.pb-xxl-c50-px{padding-bottom:50px!important}.pb-xxl-c60-px{padding-bottom:60px!important}.pb-xxl-c65-px{padding-bottom:65px!important}.pb-xxl-c70-px{padding-bottom:70px!important}.pb-xxl-c75-px{padding-bottom:75px!important}.pb-xxl-c80-px{padding-bottom:80px!important}.pb-xxl-c90-px{padding-bottom:90px!important}.pb-xxl-c100-px{padding-bottom:100px!important}.pb-xxl-c125-px{padding-bottom:125px!important}.pb-xxl-c130-px{padding-bottom:130px!important}.pb-xxl-c200-px{padding-bottom:200px!important}.pb-xxl-c250-px{padding-bottom:250px!important}.pb-xxl-c300-px{padding-bottom:300px!important}.pb-xxl-c400-px{padding-bottom:400px!important}.pb-xxl-c500-px{padding-bottom:500px!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:6rem!important}.ps-xxl-7{padding-left:12rem!important}.ps-xxl-8{padding-left:20rem!important}.ps-xxl-c45{padding-left:.45rem!important}.ps-xxl-c75{padding-left:.75rem!important}.ps-xxl-c1-25{padding-left:1.25rem!important}.ps-xxl-c1-75{padding-left:1.75rem!important}.ps-xxl-c2{padding-left:2rem!important}.ps-xxl-c2-25{padding-left:2.25rem!important}.ps-xxl-c2-75{padding-left:2.75rem!important}.ps-xxl-c3-75{padding-left:3.75rem!important}.ps-xxl-c4{padding-left:4rem!important}.ps-xxl-c4-5{padding-left:4.5rem!important}.ps-xxl-c4-75{padding-left:4.75rem!important}.ps-xxl-c5{padding-left:5rem!important}.ps-xxl-c6{padding-left:6rem!important}.ps-xxl-c7{padding-left:7rem!important}.ps-xxl-c5-px{padding-left:5px!important}.ps-xxl-c10-px{padding-left:10px!important}.ps-xxl-c15-px{padding-left:15px!important}.ps-xxl-c20-px{padding-left:20px!important}.ps-xxl-c30-px{padding-left:30px!important}.ps-xxl-c35-px{padding-left:35px!important}.ps-xxl-c40-px{padding-left:40px!important}.ps-xxl-c50-px{padding-left:50px!important}.ps-xxl-c60-px{padding-left:60px!important}.ps-xxl-c65-px{padding-left:65px!important}.ps-xxl-c70-px{padding-left:70px!important}.ps-xxl-c75-px{padding-left:75px!important}.ps-xxl-c80-px{padding-left:80px!important}.ps-xxl-c90-px{padding-left:90px!important}.ps-xxl-c100-px{padding-left:100px!important}.ps-xxl-c125-px{padding-left:125px!important}.ps-xxl-c130-px{padding-left:130px!important}.ps-xxl-c200-px{padding-left:200px!important}.ps-xxl-c250-px{padding-left:250px!important}.ps-xxl-c300-px{padding-left:300px!important}.ps-xxl-c400-px{padding-left:400px!important}.ps-xxl-c500-px{padding-left:500px!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:6rem!important}.gap-xxl-7{gap:12rem!important}.gap-xxl-8{gap:20rem!important}.gap-xxl-c45{gap:.45rem!important}.gap-xxl-c75{gap:.75rem!important}.gap-xxl-c1-25{gap:1.25rem!important}.gap-xxl-c1-75{gap:1.75rem!important}.gap-xxl-c2{gap:2rem!important}.gap-xxl-c2-25{gap:2.25rem!important}.gap-xxl-c2-75{gap:2.75rem!important}.gap-xxl-c3-75{gap:3.75rem!important}.gap-xxl-c4{gap:4rem!important}.gap-xxl-c4-5{gap:4.5rem!important}.gap-xxl-c4-75{gap:4.75rem!important}.gap-xxl-c5{gap:5rem!important}.gap-xxl-c6{gap:6rem!important}.gap-xxl-c7{gap:7rem!important}.gap-xxl-c5-px{gap:5px!important}.gap-xxl-c10-px{gap:10px!important}.gap-xxl-c15-px{gap:15px!important}.gap-xxl-c20-px{gap:20px!important}.gap-xxl-c30-px{gap:30px!important}.gap-xxl-c35-px{gap:35px!important}.gap-xxl-c40-px{gap:40px!important}.gap-xxl-c50-px{gap:50px!important}.gap-xxl-c60-px{gap:60px!important}.gap-xxl-c65-px{gap:65px!important}.gap-xxl-c70-px{gap:70px!important}.gap-xxl-c75-px{gap:75px!important}.gap-xxl-c80-px{gap:80px!important}.gap-xxl-c90-px{gap:90px!important}.gap-xxl-c100-px{gap:100px!important}.gap-xxl-c125-px{gap:125px!important}.gap-xxl-c130-px{gap:130px!important}.gap-xxl-c200-px{gap:200px!important}.gap-xxl-c250-px{gap:250px!important}.gap-xxl-c300-px{gap:300px!important}.gap-xxl-c400-px{gap:400px!important}.gap-xxl-c500-px{gap:500px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.row-gap-xxl-6{row-gap:6rem!important}.row-gap-xxl-7{row-gap:12rem!important}.row-gap-xxl-8{row-gap:20rem!important}.row-gap-xxl-c45{row-gap:.45rem!important}.row-gap-xxl-c75{row-gap:.75rem!important}.row-gap-xxl-c1-25{row-gap:1.25rem!important}.row-gap-xxl-c1-75{row-gap:1.75rem!important}.row-gap-xxl-c2{row-gap:2rem!important}.row-gap-xxl-c2-25{row-gap:2.25rem!important}.row-gap-xxl-c2-75{row-gap:2.75rem!important}.row-gap-xxl-c3-75{row-gap:3.75rem!important}.row-gap-xxl-c4{row-gap:4rem!important}.row-gap-xxl-c4-5{row-gap:4.5rem!important}.row-gap-xxl-c4-75{row-gap:4.75rem!important}.row-gap-xxl-c5{row-gap:5rem!important}.row-gap-xxl-c6{row-gap:6rem!important}.row-gap-xxl-c7{row-gap:7rem!important}.row-gap-xxl-c5-px{row-gap:5px!important}.row-gap-xxl-c10-px{row-gap:10px!important}.row-gap-xxl-c15-px{row-gap:15px!important}.row-gap-xxl-c20-px{row-gap:20px!important}.row-gap-xxl-c30-px{row-gap:30px!important}.row-gap-xxl-c35-px{row-gap:35px!important}.row-gap-xxl-c40-px{row-gap:40px!important}.row-gap-xxl-c50-px{row-gap:50px!important}.row-gap-xxl-c60-px{row-gap:60px!important}.row-gap-xxl-c65-px{row-gap:65px!important}.row-gap-xxl-c70-px{row-gap:70px!important}.row-gap-xxl-c75-px{row-gap:75px!important}.row-gap-xxl-c80-px{row-gap:80px!important}.row-gap-xxl-c90-px{row-gap:90px!important}.row-gap-xxl-c100-px{row-gap:100px!important}.row-gap-xxl-c125-px{row-gap:125px!important}.row-gap-xxl-c130-px{row-gap:130px!important}.row-gap-xxl-c200-px{row-gap:200px!important}.row-gap-xxl-c250-px{row-gap:250px!important}.row-gap-xxl-c300-px{row-gap:300px!important}.row-gap-xxl-c400-px{row-gap:400px!important}.row-gap-xxl-c500-px{row-gap:500px!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.column-gap-xxl-6{column-gap:6rem!important}.column-gap-xxl-7{column-gap:12rem!important}.column-gap-xxl-8{column-gap:20rem!important}.column-gap-xxl-c45{column-gap:.45rem!important}.column-gap-xxl-c75{column-gap:.75rem!important}.column-gap-xxl-c1-25{column-gap:1.25rem!important}.column-gap-xxl-c1-75{column-gap:1.75rem!important}.column-gap-xxl-c2{column-gap:2rem!important}.column-gap-xxl-c2-25{column-gap:2.25rem!important}.column-gap-xxl-c2-75{column-gap:2.75rem!important}.column-gap-xxl-c3-75{column-gap:3.75rem!important}.column-gap-xxl-c4{column-gap:4rem!important}.column-gap-xxl-c4-5{column-gap:4.5rem!important}.column-gap-xxl-c4-75{column-gap:4.75rem!important}.column-gap-xxl-c5{column-gap:5rem!important}.column-gap-xxl-c6{column-gap:6rem!important}.column-gap-xxl-c7{column-gap:7rem!important}.column-gap-xxl-c5-px{column-gap:5px!important}.column-gap-xxl-c10-px{column-gap:10px!important}.column-gap-xxl-c15-px{column-gap:15px!important}.column-gap-xxl-c20-px{column-gap:20px!important}.column-gap-xxl-c30-px{column-gap:30px!important}.column-gap-xxl-c35-px{column-gap:35px!important}.column-gap-xxl-c40-px{column-gap:40px!important}.column-gap-xxl-c50-px{column-gap:50px!important}.column-gap-xxl-c60-px{column-gap:60px!important}.column-gap-xxl-c65-px{column-gap:65px!important}.column-gap-xxl-c70-px{column-gap:70px!important}.column-gap-xxl-c75-px{column-gap:75px!important}.column-gap-xxl-c80-px{column-gap:80px!important}.column-gap-xxl-c90-px{column-gap:90px!important}.column-gap-xxl-c100-px{column-gap:100px!important}.column-gap-xxl-c125-px{column-gap:125px!important}.column-gap-xxl-c130-px{column-gap:130px!important}.column-gap-xxl-c200-px{column-gap:200px!important}.column-gap-xxl-c250-px{column-gap:250px!important}.column-gap-xxl-c300-px{column-gap:300px!important}.column-gap-xxl-c400-px{column-gap:400px!important}.column-gap-xxl-c500-px{column-gap:500px!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.h-px-xxl-0{height:0!important}.h-px-xxl-5{height:5px!important}.h-px-xxl-10{height:10px!important}.h-px-xxl-15{height:15px!important}.h-px-xxl-16{height:16px!important}.h-px-xxl-20{height:20px!important}.h-px-xxl-25{height:25px!important}.h-px-xxl-30{height:30px!important}.h-px-xxl-35{height:35px!important}.h-px-xxl-40{height:40px!important}.h-px-xxl-50{height:50px!important}.h-px-xxl-60{height:60px!important}.h-px-xxl-65{height:65px!important}.h-px-xxl-70{height:70px!important}.h-px-xxl-75{height:75px!important}.h-px-xxl-80{height:80px!important}.h-px-xxl-90{height:90px!important}.h-px-xxl-100{height:100px!important}.h-px-xxl-125{height:125px!important}.h-px-xxl-130{height:130px!important}.h-px-xxl-200{height:200px!important}.h-px-xxl-250{height:250px!important}.h-px-xxl-300{height:300px!important}.h-px-xxl-400{height:400px!important}.h-px-xxl-500{height:500px!important}}@media (min-width:1600px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.object-fit-xxxl-contain{object-fit:contain!important}.object-fit-xxxl-cover{object-fit:cover!important}.object-fit-xxxl-fill{object-fit:fill!important}.object-fit-xxxl-scale{object-fit:scale-down!important}.object-fit-xxxl-none{object-fit:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-inline-grid{display:inline-grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-1{margin:.25rem!important}.m-xxxl-2{margin:.5rem!important}.m-xxxl-3{margin:1rem!important}.m-xxxl-4{margin:1.5rem!important}.m-xxxl-5{margin:3rem!important}.m-xxxl-6{margin:6rem!important}.m-xxxl-7{margin:12rem!important}.m-xxxl-8{margin:20rem!important}.m-xxxl-c45{margin:.45rem!important}.m-xxxl-c75{margin:.75rem!important}.m-xxxl-c1-25{margin:1.25rem!important}.m-xxxl-c1-75{margin:1.75rem!important}.m-xxxl-c2{margin:2rem!important}.m-xxxl-c2-25{margin:2.25rem!important}.m-xxxl-c2-75{margin:2.75rem!important}.m-xxxl-c3-75{margin:3.75rem!important}.m-xxxl-c4{margin:4rem!important}.m-xxxl-c4-5{margin:4.5rem!important}.m-xxxl-c4-75{margin:4.75rem!important}.m-xxxl-c5{margin:5rem!important}.m-xxxl-c6{margin:6rem!important}.m-xxxl-c7{margin:7rem!important}.m-xxxl-c5-px{margin:5px!important}.m-xxxl-c10-px{margin:10px!important}.m-xxxl-c15-px{margin:15px!important}.m-xxxl-c20-px{margin:20px!important}.m-xxxl-c30-px{margin:30px!important}.m-xxxl-c35-px{margin:35px!important}.m-xxxl-c40-px{margin:40px!important}.m-xxxl-c50-px{margin:50px!important}.m-xxxl-c60-px{margin:60px!important}.m-xxxl-c65-px{margin:65px!important}.m-xxxl-c70-px{margin:70px!important}.m-xxxl-c75-px{margin:75px!important}.m-xxxl-c80-px{margin:80px!important}.m-xxxl-c90-px{margin:90px!important}.m-xxxl-c100-px{margin:100px!important}.m-xxxl-c125-px{margin:125px!important}.m-xxxl-c130-px{margin:130px!important}.m-xxxl-c200-px{margin:200px!important}.m-xxxl-c250-px{margin:250px!important}.m-xxxl-c300-px{margin:300px!important}.m-xxxl-c400-px{margin:400px!important}.m-xxxl-c500-px{margin:500px!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:.25rem!important}.mt-xxxl-2{margin-top:.5rem!important}.mt-xxxl-3{margin-top:1rem!important}.mt-xxxl-4{margin-top:1.5rem!important}.mt-xxxl-5{margin-top:3rem!important}.mt-xxxl-6{margin-top:6rem!important}.mt-xxxl-7{margin-top:12rem!important}.mt-xxxl-8{margin-top:20rem!important}.mt-xxxl-c45{margin-top:.45rem!important}.mt-xxxl-c75{margin-top:.75rem!important}.mt-xxxl-c1-25{margin-top:1.25rem!important}.mt-xxxl-c1-75{margin-top:1.75rem!important}.mt-xxxl-c2{margin-top:2rem!important}.mt-xxxl-c2-25{margin-top:2.25rem!important}.mt-xxxl-c2-75{margin-top:2.75rem!important}.mt-xxxl-c3-75{margin-top:3.75rem!important}.mt-xxxl-c4{margin-top:4rem!important}.mt-xxxl-c4-5{margin-top:4.5rem!important}.mt-xxxl-c4-75{margin-top:4.75rem!important}.mt-xxxl-c5{margin-top:5rem!important}.mt-xxxl-c6{margin-top:6rem!important}.mt-xxxl-c7{margin-top:7rem!important}.mt-xxxl-c5-px{margin-top:5px!important}.mt-xxxl-c10-px{margin-top:10px!important}.mt-xxxl-c15-px{margin-top:15px!important}.mt-xxxl-c20-px{margin-top:20px!important}.mt-xxxl-c30-px{margin-top:30px!important}.mt-xxxl-c35-px{margin-top:35px!important}.mt-xxxl-c40-px{margin-top:40px!important}.mt-xxxl-c50-px{margin-top:50px!important}.mt-xxxl-c60-px{margin-top:60px!important}.mt-xxxl-c65-px{margin-top:65px!important}.mt-xxxl-c70-px{margin-top:70px!important}.mt-xxxl-c75-px{margin-top:75px!important}.mt-xxxl-c80-px{margin-top:80px!important}.mt-xxxl-c90-px{margin-top:90px!important}.mt-xxxl-c100-px{margin-top:100px!important}.mt-xxxl-c125-px{margin-top:125px!important}.mt-xxxl-c130-px{margin-top:130px!important}.mt-xxxl-c200-px{margin-top:200px!important}.mt-xxxl-c250-px{margin-top:250px!important}.mt-xxxl-c300-px{margin-top:300px!important}.mt-xxxl-c400-px{margin-top:400px!important}.mt-xxxl-c500-px{margin-top:500px!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:.25rem!important}.me-xxxl-2{margin-right:.5rem!important}.me-xxxl-3{margin-right:1rem!important}.me-xxxl-4{margin-right:1.5rem!important}.me-xxxl-5{margin-right:3rem!important}.me-xxxl-6{margin-right:6rem!important}.me-xxxl-7{margin-right:12rem!important}.me-xxxl-8{margin-right:20rem!important}.me-xxxl-c45{margin-right:.45rem!important}.me-xxxl-c75{margin-right:.75rem!important}.me-xxxl-c1-25{margin-right:1.25rem!important}.me-xxxl-c1-75{margin-right:1.75rem!important}.me-xxxl-c2{margin-right:2rem!important}.me-xxxl-c2-25{margin-right:2.25rem!important}.me-xxxl-c2-75{margin-right:2.75rem!important}.me-xxxl-c3-75{margin-right:3.75rem!important}.me-xxxl-c4{margin-right:4rem!important}.me-xxxl-c4-5{margin-right:4.5rem!important}.me-xxxl-c4-75{margin-right:4.75rem!important}.me-xxxl-c5{margin-right:5rem!important}.me-xxxl-c6{margin-right:6rem!important}.me-xxxl-c7{margin-right:7rem!important}.me-xxxl-c5-px{margin-right:5px!important}.me-xxxl-c10-px{margin-right:10px!important}.me-xxxl-c15-px{margin-right:15px!important}.me-xxxl-c20-px{margin-right:20px!important}.me-xxxl-c30-px{margin-right:30px!important}.me-xxxl-c35-px{margin-right:35px!important}.me-xxxl-c40-px{margin-right:40px!important}.me-xxxl-c50-px{margin-right:50px!important}.me-xxxl-c60-px{margin-right:60px!important}.me-xxxl-c65-px{margin-right:65px!important}.me-xxxl-c70-px{margin-right:70px!important}.me-xxxl-c75-px{margin-right:75px!important}.me-xxxl-c80-px{margin-right:80px!important}.me-xxxl-c90-px{margin-right:90px!important}.me-xxxl-c100-px{margin-right:100px!important}.me-xxxl-c125-px{margin-right:125px!important}.me-xxxl-c130-px{margin-right:130px!important}.me-xxxl-c200-px{margin-right:200px!important}.me-xxxl-c250-px{margin-right:250px!important}.me-xxxl-c300-px{margin-right:300px!important}.me-xxxl-c400-px{margin-right:400px!important}.me-xxxl-c500-px{margin-right:500px!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:.25rem!important}.mb-xxxl-2{margin-bottom:.5rem!important}.mb-xxxl-3{margin-bottom:1rem!important}.mb-xxxl-4{margin-bottom:1.5rem!important}.mb-xxxl-5{margin-bottom:3rem!important}.mb-xxxl-6{margin-bottom:6rem!important}.mb-xxxl-7{margin-bottom:12rem!important}.mb-xxxl-8{margin-bottom:20rem!important}.mb-xxxl-c45{margin-bottom:.45rem!important}.mb-xxxl-c75{margin-bottom:.75rem!important}.mb-xxxl-c1-25{margin-bottom:1.25rem!important}.mb-xxxl-c1-75{margin-bottom:1.75rem!important}.mb-xxxl-c2{margin-bottom:2rem!important}.mb-xxxl-c2-25{margin-bottom:2.25rem!important}.mb-xxxl-c2-75{margin-bottom:2.75rem!important}.mb-xxxl-c3-75{margin-bottom:3.75rem!important}.mb-xxxl-c4{margin-bottom:4rem!important}.mb-xxxl-c4-5{margin-bottom:4.5rem!important}.mb-xxxl-c4-75{margin-bottom:4.75rem!important}.mb-xxxl-c5{margin-bottom:5rem!important}.mb-xxxl-c6{margin-bottom:6rem!important}.mb-xxxl-c7{margin-bottom:7rem!important}.mb-xxxl-c5-px{margin-bottom:5px!important}.mb-xxxl-c10-px{margin-bottom:10px!important}.mb-xxxl-c15-px{margin-bottom:15px!important}.mb-xxxl-c20-px{margin-bottom:20px!important}.mb-xxxl-c30-px{margin-bottom:30px!important}.mb-xxxl-c35-px{margin-bottom:35px!important}.mb-xxxl-c40-px{margin-bottom:40px!important}.mb-xxxl-c50-px{margin-bottom:50px!important}.mb-xxxl-c60-px{margin-bottom:60px!important}.mb-xxxl-c65-px{margin-bottom:65px!important}.mb-xxxl-c70-px{margin-bottom:70px!important}.mb-xxxl-c75-px{margin-bottom:75px!important}.mb-xxxl-c80-px{margin-bottom:80px!important}.mb-xxxl-c90-px{margin-bottom:90px!important}.mb-xxxl-c100-px{margin-bottom:100px!important}.mb-xxxl-c125-px{margin-bottom:125px!important}.mb-xxxl-c130-px{margin-bottom:130px!important}.mb-xxxl-c200-px{margin-bottom:200px!important}.mb-xxxl-c250-px{margin-bottom:250px!important}.mb-xxxl-c300-px{margin-bottom:300px!important}.mb-xxxl-c400-px{margin-bottom:400px!important}.mb-xxxl-c500-px{margin-bottom:500px!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:.25rem!important}.ms-xxxl-2{margin-left:.5rem!important}.ms-xxxl-3{margin-left:1rem!important}.ms-xxxl-4{margin-left:1.5rem!important}.ms-xxxl-5{margin-left:3rem!important}.ms-xxxl-6{margin-left:6rem!important}.ms-xxxl-7{margin-left:12rem!important}.ms-xxxl-8{margin-left:20rem!important}.ms-xxxl-c45{margin-left:.45rem!important}.ms-xxxl-c75{margin-left:.75rem!important}.ms-xxxl-c1-25{margin-left:1.25rem!important}.ms-xxxl-c1-75{margin-left:1.75rem!important}.ms-xxxl-c2{margin-left:2rem!important}.ms-xxxl-c2-25{margin-left:2.25rem!important}.ms-xxxl-c2-75{margin-left:2.75rem!important}.ms-xxxl-c3-75{margin-left:3.75rem!important}.ms-xxxl-c4{margin-left:4rem!important}.ms-xxxl-c4-5{margin-left:4.5rem!important}.ms-xxxl-c4-75{margin-left:4.75rem!important}.ms-xxxl-c5{margin-left:5rem!important}.ms-xxxl-c6{margin-left:6rem!important}.ms-xxxl-c7{margin-left:7rem!important}.ms-xxxl-c5-px{margin-left:5px!important}.ms-xxxl-c10-px{margin-left:10px!important}.ms-xxxl-c15-px{margin-left:15px!important}.ms-xxxl-c20-px{margin-left:20px!important}.ms-xxxl-c30-px{margin-left:30px!important}.ms-xxxl-c35-px{margin-left:35px!important}.ms-xxxl-c40-px{margin-left:40px!important}.ms-xxxl-c50-px{margin-left:50px!important}.ms-xxxl-c60-px{margin-left:60px!important}.ms-xxxl-c65-px{margin-left:65px!important}.ms-xxxl-c70-px{margin-left:70px!important}.ms-xxxl-c75-px{margin-left:75px!important}.ms-xxxl-c80-px{margin-left:80px!important}.ms-xxxl-c90-px{margin-left:90px!important}.ms-xxxl-c100-px{margin-left:100px!important}.ms-xxxl-c125-px{margin-left:125px!important}.ms-xxxl-c130-px{margin-left:130px!important}.ms-xxxl-c200-px{margin-left:200px!important}.ms-xxxl-c250-px{margin-left:250px!important}.ms-xxxl-c300-px{margin-left:300px!important}.ms-xxxl-c400-px{margin-left:400px!important}.ms-xxxl-c500-px{margin-left:500px!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n1{margin:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.m-xxxl-n6{margin:-6rem!important}.m-xxxl-n7{margin:-12rem!important}.m-xxxl-n8{margin:-20rem!important}.m-xxxl-nc45{margin:-.45rem!important}.m-xxxl-nc75{margin:-.75rem!important}.m-xxxl-nc1-25{margin:-1.25rem!important}.m-xxxl-nc1-75{margin:-1.75rem!important}.m-xxxl-nc2{margin:-2rem!important}.m-xxxl-nc2-25{margin:-2.25rem!important}.m-xxxl-nc2-75{margin:-2.75rem!important}.m-xxxl-nc3-75{margin:-3.75rem!important}.m-xxxl-nc4{margin:-4rem!important}.m-xxxl-nc4-5{margin:-4.5rem!important}.m-xxxl-nc4-75{margin:-4.75rem!important}.m-xxxl-nc5{margin:-5rem!important}.m-xxxl-nc6{margin:-6rem!important}.m-xxxl-nc7{margin:-7rem!important}.m-xxxl-nc5-px{margin:-5px!important}.m-xxxl-nc10-px{margin:-10px!important}.m-xxxl-nc15-px{margin:-15px!important}.m-xxxl-nc20-px{margin:-20px!important}.m-xxxl-nc30-px{margin:-30px!important}.m-xxxl-nc35-px{margin:-35px!important}.m-xxxl-nc40-px{margin:-40px!important}.m-xxxl-nc50-px{margin:-50px!important}.m-xxxl-nc60-px{margin:-60px!important}.m-xxxl-nc65-px{margin:-65px!important}.m-xxxl-nc70-px{margin:-70px!important}.m-xxxl-nc75-px{margin:-75px!important}.m-xxxl-nc80-px{margin:-80px!important}.m-xxxl-nc90-px{margin:-90px!important}.m-xxxl-nc100-px{margin:-100px!important}.m-xxxl-nc125-px{margin:-125px!important}.m-xxxl-nc130-px{margin:-130px!important}.m-xxxl-nc200-px{margin:-200px!important}.m-xxxl-nc250-px{margin:-250px!important}.m-xxxl-nc300-px{margin:-300px!important}.m-xxxl-nc400-px{margin:-400px!important}.m-xxxl-nc500-px{margin:-500px!important}.mx-xxxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxxl-n1{margin-top:-.25rem!important}.mt-xxxl-n2{margin-top:-.5rem!important}.mt-xxxl-n3{margin-top:-1rem!important}.mt-xxxl-n4{margin-top:-1.5rem!important}.mt-xxxl-n5{margin-top:-3rem!important}.mt-xxxl-n6{margin-top:-6rem!important}.mt-xxxl-n7{margin-top:-12rem!important}.mt-xxxl-n8{margin-top:-20rem!important}.mt-xxxl-nc45{margin-top:-.45rem!important}.mt-xxxl-nc75{margin-top:-.75rem!important}.mt-xxxl-nc1-25{margin-top:-1.25rem!important}.mt-xxxl-nc1-75{margin-top:-1.75rem!important}.mt-xxxl-nc2{margin-top:-2rem!important}.mt-xxxl-nc2-25{margin-top:-2.25rem!important}.mt-xxxl-nc2-75{margin-top:-2.75rem!important}.mt-xxxl-nc3-75{margin-top:-3.75rem!important}.mt-xxxl-nc4{margin-top:-4rem!important}.mt-xxxl-nc4-5{margin-top:-4.5rem!important}.mt-xxxl-nc4-75{margin-top:-4.75rem!important}.mt-xxxl-nc5{margin-top:-5rem!important}.mt-xxxl-nc6{margin-top:-6rem!important}.mt-xxxl-nc7{margin-top:-7rem!important}.mt-xxxl-nc5-px{margin-top:-5px!important}.mt-xxxl-nc10-px{margin-top:-10px!important}.mt-xxxl-nc15-px{margin-top:-15px!important}.mt-xxxl-nc20-px{margin-top:-20px!important}.mt-xxxl-nc30-px{margin-top:-30px!important}.mt-xxxl-nc35-px{margin-top:-35px!important}.mt-xxxl-nc40-px{margin-top:-40px!important}.mt-xxxl-nc50-px{margin-top:-50px!important}.mt-xxxl-nc60-px{margin-top:-60px!important}.mt-xxxl-nc65-px{margin-top:-65px!important}.mt-xxxl-nc70-px{margin-top:-70px!important}.mt-xxxl-nc75-px{margin-top:-75px!important}.mt-xxxl-nc80-px{margin-top:-80px!important}.mt-xxxl-nc90-px{margin-top:-90px!important}.mt-xxxl-nc100-px{margin-top:-100px!important}.mt-xxxl-nc125-px{margin-top:-125px!important}.mt-xxxl-nc130-px{margin-top:-130px!important}.mt-xxxl-nc200-px{margin-top:-200px!important}.mt-xxxl-nc250-px{margin-top:-250px!important}.mt-xxxl-nc300-px{margin-top:-300px!important}.mt-xxxl-nc400-px{margin-top:-400px!important}.mt-xxxl-nc500-px{margin-top:-500px!important}.me-xxxl-n1{margin-right:-.25rem!important}.me-xxxl-n2{margin-right:-.5rem!important}.me-xxxl-n3{margin-right:-1rem!important}.me-xxxl-n4{margin-right:-1.5rem!important}.me-xxxl-n5{margin-right:-3rem!important}.me-xxxl-n6{margin-right:-6rem!important}.me-xxxl-n7{margin-right:-12rem!important}.me-xxxl-n8{margin-right:-20rem!important}.me-xxxl-nc45{margin-right:-.45rem!important}.me-xxxl-nc75{margin-right:-.75rem!important}.me-xxxl-nc1-25{margin-right:-1.25rem!important}.me-xxxl-nc1-75{margin-right:-1.75rem!important}.me-xxxl-nc2{margin-right:-2rem!important}.me-xxxl-nc2-25{margin-right:-2.25rem!important}.me-xxxl-nc2-75{margin-right:-2.75rem!important}.me-xxxl-nc3-75{margin-right:-3.75rem!important}.me-xxxl-nc4{margin-right:-4rem!important}.me-xxxl-nc4-5{margin-right:-4.5rem!important}.me-xxxl-nc4-75{margin-right:-4.75rem!important}.me-xxxl-nc5{margin-right:-5rem!important}.me-xxxl-nc6{margin-right:-6rem!important}.me-xxxl-nc7{margin-right:-7rem!important}.me-xxxl-nc5-px{margin-right:-5px!important}.me-xxxl-nc10-px{margin-right:-10px!important}.me-xxxl-nc15-px{margin-right:-15px!important}.me-xxxl-nc20-px{margin-right:-20px!important}.me-xxxl-nc30-px{margin-right:-30px!important}.me-xxxl-nc35-px{margin-right:-35px!important}.me-xxxl-nc40-px{margin-right:-40px!important}.me-xxxl-nc50-px{margin-right:-50px!important}.me-xxxl-nc60-px{margin-right:-60px!important}.me-xxxl-nc65-px{margin-right:-65px!important}.me-xxxl-nc70-px{margin-right:-70px!important}.me-xxxl-nc75-px{margin-right:-75px!important}.me-xxxl-nc80-px{margin-right:-80px!important}.me-xxxl-nc90-px{margin-right:-90px!important}.me-xxxl-nc100-px{margin-right:-100px!important}.me-xxxl-nc125-px{margin-right:-125px!important}.me-xxxl-nc130-px{margin-right:-130px!important}.me-xxxl-nc200-px{margin-right:-200px!important}.me-xxxl-nc250-px{margin-right:-250px!important}.me-xxxl-nc300-px{margin-right:-300px!important}.me-xxxl-nc400-px{margin-right:-400px!important}.me-xxxl-nc500-px{margin-right:-500px!important}.mb-xxxl-n1{margin-bottom:-.25rem!important}.mb-xxxl-n2{margin-bottom:-.5rem!important}.mb-xxxl-n3{margin-bottom:-1rem!important}.mb-xxxl-n4{margin-bottom:-1.5rem!important}.mb-xxxl-n5{margin-bottom:-3rem!important}.mb-xxxl-n6{margin-bottom:-6rem!important}.mb-xxxl-n7{margin-bottom:-12rem!important}.mb-xxxl-n8{margin-bottom:-20rem!important}.mb-xxxl-nc45{margin-bottom:-.45rem!important}.mb-xxxl-nc75{margin-bottom:-.75rem!important}.mb-xxxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxxl-nc2{margin-bottom:-2rem!important}.mb-xxxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxxl-nc4{margin-bottom:-4rem!important}.mb-xxxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxxl-nc5{margin-bottom:-5rem!important}.mb-xxxl-nc6{margin-bottom:-6rem!important}.mb-xxxl-nc7{margin-bottom:-7rem!important}.mb-xxxl-nc5-px{margin-bottom:-5px!important}.mb-xxxl-nc10-px{margin-bottom:-10px!important}.mb-xxxl-nc15-px{margin-bottom:-15px!important}.mb-xxxl-nc20-px{margin-bottom:-20px!important}.mb-xxxl-nc30-px{margin-bottom:-30px!important}.mb-xxxl-nc35-px{margin-bottom:-35px!important}.mb-xxxl-nc40-px{margin-bottom:-40px!important}.mb-xxxl-nc50-px{margin-bottom:-50px!important}.mb-xxxl-nc60-px{margin-bottom:-60px!important}.mb-xxxl-nc65-px{margin-bottom:-65px!important}.mb-xxxl-nc70-px{margin-bottom:-70px!important}.mb-xxxl-nc75-px{margin-bottom:-75px!important}.mb-xxxl-nc80-px{margin-bottom:-80px!important}.mb-xxxl-nc90-px{margin-bottom:-90px!important}.mb-xxxl-nc100-px{margin-bottom:-100px!important}.mb-xxxl-nc125-px{margin-bottom:-125px!important}.mb-xxxl-nc130-px{margin-bottom:-130px!important}.mb-xxxl-nc200-px{margin-bottom:-200px!important}.mb-xxxl-nc250-px{margin-bottom:-250px!important}.mb-xxxl-nc300-px{margin-bottom:-300px!important}.mb-xxxl-nc400-px{margin-bottom:-400px!important}.mb-xxxl-nc500-px{margin-bottom:-500px!important}.ms-xxxl-n1{margin-left:-.25rem!important}.ms-xxxl-n2{margin-left:-.5rem!important}.ms-xxxl-n3{margin-left:-1rem!important}.ms-xxxl-n4{margin-left:-1.5rem!important}.ms-xxxl-n5{margin-left:-3rem!important}.ms-xxxl-n6{margin-left:-6rem!important}.ms-xxxl-n7{margin-left:-12rem!important}.ms-xxxl-n8{margin-left:-20rem!important}.ms-xxxl-nc45{margin-left:-.45rem!important}.ms-xxxl-nc75{margin-left:-.75rem!important}.ms-xxxl-nc1-25{margin-left:-1.25rem!important}.ms-xxxl-nc1-75{margin-left:-1.75rem!important}.ms-xxxl-nc2{margin-left:-2rem!important}.ms-xxxl-nc2-25{margin-left:-2.25rem!important}.ms-xxxl-nc2-75{margin-left:-2.75rem!important}.ms-xxxl-nc3-75{margin-left:-3.75rem!important}.ms-xxxl-nc4{margin-left:-4rem!important}.ms-xxxl-nc4-5{margin-left:-4.5rem!important}.ms-xxxl-nc4-75{margin-left:-4.75rem!important}.ms-xxxl-nc5{margin-left:-5rem!important}.ms-xxxl-nc6{margin-left:-6rem!important}.ms-xxxl-nc7{margin-left:-7rem!important}.ms-xxxl-nc5-px{margin-left:-5px!important}.ms-xxxl-nc10-px{margin-left:-10px!important}.ms-xxxl-nc15-px{margin-left:-15px!important}.ms-xxxl-nc20-px{margin-left:-20px!important}.ms-xxxl-nc30-px{margin-left:-30px!important}.ms-xxxl-nc35-px{margin-left:-35px!important}.ms-xxxl-nc40-px{margin-left:-40px!important}.ms-xxxl-nc50-px{margin-left:-50px!important}.ms-xxxl-nc60-px{margin-left:-60px!important}.ms-xxxl-nc65-px{margin-left:-65px!important}.ms-xxxl-nc70-px{margin-left:-70px!important}.ms-xxxl-nc75-px{margin-left:-75px!important}.ms-xxxl-nc80-px{margin-left:-80px!important}.ms-xxxl-nc90-px{margin-left:-90px!important}.ms-xxxl-nc100-px{margin-left:-100px!important}.ms-xxxl-nc125-px{margin-left:-125px!important}.ms-xxxl-nc130-px{margin-left:-130px!important}.ms-xxxl-nc200-px{margin-left:-200px!important}.ms-xxxl-nc250-px{margin-left:-250px!important}.ms-xxxl-nc300-px{margin-left:-300px!important}.ms-xxxl-nc400-px{margin-left:-400px!important}.ms-xxxl-nc500-px{margin-left:-500px!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:.25rem!important}.p-xxxl-2{padding:.5rem!important}.p-xxxl-3{padding:1rem!important}.p-xxxl-4{padding:1.5rem!important}.p-xxxl-5{padding:3rem!important}.p-xxxl-6{padding:6rem!important}.p-xxxl-7{padding:12rem!important}.p-xxxl-8{padding:20rem!important}.p-xxxl-c45{padding:.45rem!important}.p-xxxl-c75{padding:.75rem!important}.p-xxxl-c1-25{padding:1.25rem!important}.p-xxxl-c1-75{padding:1.75rem!important}.p-xxxl-c2{padding:2rem!important}.p-xxxl-c2-25{padding:2.25rem!important}.p-xxxl-c2-75{padding:2.75rem!important}.p-xxxl-c3-75{padding:3.75rem!important}.p-xxxl-c4{padding:4rem!important}.p-xxxl-c4-5{padding:4.5rem!important}.p-xxxl-c4-75{padding:4.75rem!important}.p-xxxl-c5{padding:5rem!important}.p-xxxl-c6{padding:6rem!important}.p-xxxl-c7{padding:7rem!important}.p-xxxl-c5-px{padding:5px!important}.p-xxxl-c10-px{padding:10px!important}.p-xxxl-c15-px{padding:15px!important}.p-xxxl-c20-px{padding:20px!important}.p-xxxl-c30-px{padding:30px!important}.p-xxxl-c35-px{padding:35px!important}.p-xxxl-c40-px{padding:40px!important}.p-xxxl-c50-px{padding:50px!important}.p-xxxl-c60-px{padding:60px!important}.p-xxxl-c65-px{padding:65px!important}.p-xxxl-c70-px{padding:70px!important}.p-xxxl-c75-px{padding:75px!important}.p-xxxl-c80-px{padding:80px!important}.p-xxxl-c90-px{padding:90px!important}.p-xxxl-c100-px{padding:100px!important}.p-xxxl-c125-px{padding:125px!important}.p-xxxl-c130-px{padding:130px!important}.p-xxxl-c200-px{padding:200px!important}.p-xxxl-c250-px{padding:250px!important}.p-xxxl-c300-px{padding:300px!important}.p-xxxl-c400-px{padding:400px!important}.p-xxxl-c500-px{padding:500px!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:.25rem!important}.pt-xxxl-2{padding-top:.5rem!important}.pt-xxxl-3{padding-top:1rem!important}.pt-xxxl-4{padding-top:1.5rem!important}.pt-xxxl-5{padding-top:3rem!important}.pt-xxxl-6{padding-top:6rem!important}.pt-xxxl-7{padding-top:12rem!important}.pt-xxxl-8{padding-top:20rem!important}.pt-xxxl-c45{padding-top:.45rem!important}.pt-xxxl-c75{padding-top:.75rem!important}.pt-xxxl-c1-25{padding-top:1.25rem!important}.pt-xxxl-c1-75{padding-top:1.75rem!important}.pt-xxxl-c2{padding-top:2rem!important}.pt-xxxl-c2-25{padding-top:2.25rem!important}.pt-xxxl-c2-75{padding-top:2.75rem!important}.pt-xxxl-c3-75{padding-top:3.75rem!important}.pt-xxxl-c4{padding-top:4rem!important}.pt-xxxl-c4-5{padding-top:4.5rem!important}.pt-xxxl-c4-75{padding-top:4.75rem!important}.pt-xxxl-c5{padding-top:5rem!important}.pt-xxxl-c6{padding-top:6rem!important}.pt-xxxl-c7{padding-top:7rem!important}.pt-xxxl-c5-px{padding-top:5px!important}.pt-xxxl-c10-px{padding-top:10px!important}.pt-xxxl-c15-px{padding-top:15px!important}.pt-xxxl-c20-px{padding-top:20px!important}.pt-xxxl-c30-px{padding-top:30px!important}.pt-xxxl-c35-px{padding-top:35px!important}.pt-xxxl-c40-px{padding-top:40px!important}.pt-xxxl-c50-px{padding-top:50px!important}.pt-xxxl-c60-px{padding-top:60px!important}.pt-xxxl-c65-px{padding-top:65px!important}.pt-xxxl-c70-px{padding-top:70px!important}.pt-xxxl-c75-px{padding-top:75px!important}.pt-xxxl-c80-px{padding-top:80px!important}.pt-xxxl-c90-px{padding-top:90px!important}.pt-xxxl-c100-px{padding-top:100px!important}.pt-xxxl-c125-px{padding-top:125px!important}.pt-xxxl-c130-px{padding-top:130px!important}.pt-xxxl-c200-px{padding-top:200px!important}.pt-xxxl-c250-px{padding-top:250px!important}.pt-xxxl-c300-px{padding-top:300px!important}.pt-xxxl-c400-px{padding-top:400px!important}.pt-xxxl-c500-px{padding-top:500px!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:.25rem!important}.pe-xxxl-2{padding-right:.5rem!important}.pe-xxxl-3{padding-right:1rem!important}.pe-xxxl-4{padding-right:1.5rem!important}.pe-xxxl-5{padding-right:3rem!important}.pe-xxxl-6{padding-right:6rem!important}.pe-xxxl-7{padding-right:12rem!important}.pe-xxxl-8{padding-right:20rem!important}.pe-xxxl-c45{padding-right:.45rem!important}.pe-xxxl-c75{padding-right:.75rem!important}.pe-xxxl-c1-25{padding-right:1.25rem!important}.pe-xxxl-c1-75{padding-right:1.75rem!important}.pe-xxxl-c2{padding-right:2rem!important}.pe-xxxl-c2-25{padding-right:2.25rem!important}.pe-xxxl-c2-75{padding-right:2.75rem!important}.pe-xxxl-c3-75{padding-right:3.75rem!important}.pe-xxxl-c4{padding-right:4rem!important}.pe-xxxl-c4-5{padding-right:4.5rem!important}.pe-xxxl-c4-75{padding-right:4.75rem!important}.pe-xxxl-c5{padding-right:5rem!important}.pe-xxxl-c6{padding-right:6rem!important}.pe-xxxl-c7{padding-right:7rem!important}.pe-xxxl-c5-px{padding-right:5px!important}.pe-xxxl-c10-px{padding-right:10px!important}.pe-xxxl-c15-px{padding-right:15px!important}.pe-xxxl-c20-px{padding-right:20px!important}.pe-xxxl-c30-px{padding-right:30px!important}.pe-xxxl-c35-px{padding-right:35px!important}.pe-xxxl-c40-px{padding-right:40px!important}.pe-xxxl-c50-px{padding-right:50px!important}.pe-xxxl-c60-px{padding-right:60px!important}.pe-xxxl-c65-px{padding-right:65px!important}.pe-xxxl-c70-px{padding-right:70px!important}.pe-xxxl-c75-px{padding-right:75px!important}.pe-xxxl-c80-px{padding-right:80px!important}.pe-xxxl-c90-px{padding-right:90px!important}.pe-xxxl-c100-px{padding-right:100px!important}.pe-xxxl-c125-px{padding-right:125px!important}.pe-xxxl-c130-px{padding-right:130px!important}.pe-xxxl-c200-px{padding-right:200px!important}.pe-xxxl-c250-px{padding-right:250px!important}.pe-xxxl-c300-px{padding-right:300px!important}.pe-xxxl-c400-px{padding-right:400px!important}.pe-xxxl-c500-px{padding-right:500px!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:.25rem!important}.pb-xxxl-2{padding-bottom:.5rem!important}.pb-xxxl-3{padding-bottom:1rem!important}.pb-xxxl-4{padding-bottom:1.5rem!important}.pb-xxxl-5{padding-bottom:3rem!important}.pb-xxxl-6{padding-bottom:6rem!important}.pb-xxxl-7{padding-bottom:12rem!important}.pb-xxxl-8{padding-bottom:20rem!important}.pb-xxxl-c45{padding-bottom:.45rem!important}.pb-xxxl-c75{padding-bottom:.75rem!important}.pb-xxxl-c1-25{padding-bottom:1.25rem!important}.pb-xxxl-c1-75{padding-bottom:1.75rem!important}.pb-xxxl-c2{padding-bottom:2rem!important}.pb-xxxl-c2-25{padding-bottom:2.25rem!important}.pb-xxxl-c2-75{padding-bottom:2.75rem!important}.pb-xxxl-c3-75{padding-bottom:3.75rem!important}.pb-xxxl-c4{padding-bottom:4rem!important}.pb-xxxl-c4-5{padding-bottom:4.5rem!important}.pb-xxxl-c4-75{padding-bottom:4.75rem!important}.pb-xxxl-c5{padding-bottom:5rem!important}.pb-xxxl-c6{padding-bottom:6rem!important}.pb-xxxl-c7{padding-bottom:7rem!important}.pb-xxxl-c5-px{padding-bottom:5px!important}.pb-xxxl-c10-px{padding-bottom:10px!important}.pb-xxxl-c15-px{padding-bottom:15px!important}.pb-xxxl-c20-px{padding-bottom:20px!important}.pb-xxxl-c30-px{padding-bottom:30px!important}.pb-xxxl-c35-px{padding-bottom:35px!important}.pb-xxxl-c40-px{padding-bottom:40px!important}.pb-xxxl-c50-px{padding-bottom:50px!important}.pb-xxxl-c60-px{padding-bottom:60px!important}.pb-xxxl-c65-px{padding-bottom:65px!important}.pb-xxxl-c70-px{padding-bottom:70px!important}.pb-xxxl-c75-px{padding-bottom:75px!important}.pb-xxxl-c80-px{padding-bottom:80px!important}.pb-xxxl-c90-px{padding-bottom:90px!important}.pb-xxxl-c100-px{padding-bottom:100px!important}.pb-xxxl-c125-px{padding-bottom:125px!important}.pb-xxxl-c130-px{padding-bottom:130px!important}.pb-xxxl-c200-px{padding-bottom:200px!important}.pb-xxxl-c250-px{padding-bottom:250px!important}.pb-xxxl-c300-px{padding-bottom:300px!important}.pb-xxxl-c400-px{padding-bottom:400px!important}.pb-xxxl-c500-px{padding-bottom:500px!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:.25rem!important}.ps-xxxl-2{padding-left:.5rem!important}.ps-xxxl-3{padding-left:1rem!important}.ps-xxxl-4{padding-left:1.5rem!important}.ps-xxxl-5{padding-left:3rem!important}.ps-xxxl-6{padding-left:6rem!important}.ps-xxxl-7{padding-left:12rem!important}.ps-xxxl-8{padding-left:20rem!important}.ps-xxxl-c45{padding-left:.45rem!important}.ps-xxxl-c75{padding-left:.75rem!important}.ps-xxxl-c1-25{padding-left:1.25rem!important}.ps-xxxl-c1-75{padding-left:1.75rem!important}.ps-xxxl-c2{padding-left:2rem!important}.ps-xxxl-c2-25{padding-left:2.25rem!important}.ps-xxxl-c2-75{padding-left:2.75rem!important}.ps-xxxl-c3-75{padding-left:3.75rem!important}.ps-xxxl-c4{padding-left:4rem!important}.ps-xxxl-c4-5{padding-left:4.5rem!important}.ps-xxxl-c4-75{padding-left:4.75rem!important}.ps-xxxl-c5{padding-left:5rem!important}.ps-xxxl-c6{padding-left:6rem!important}.ps-xxxl-c7{padding-left:7rem!important}.ps-xxxl-c5-px{padding-left:5px!important}.ps-xxxl-c10-px{padding-left:10px!important}.ps-xxxl-c15-px{padding-left:15px!important}.ps-xxxl-c20-px{padding-left:20px!important}.ps-xxxl-c30-px{padding-left:30px!important}.ps-xxxl-c35-px{padding-left:35px!important}.ps-xxxl-c40-px{padding-left:40px!important}.ps-xxxl-c50-px{padding-left:50px!important}.ps-xxxl-c60-px{padding-left:60px!important}.ps-xxxl-c65-px{padding-left:65px!important}.ps-xxxl-c70-px{padding-left:70px!important}.ps-xxxl-c75-px{padding-left:75px!important}.ps-xxxl-c80-px{padding-left:80px!important}.ps-xxxl-c90-px{padding-left:90px!important}.ps-xxxl-c100-px{padding-left:100px!important}.ps-xxxl-c125-px{padding-left:125px!important}.ps-xxxl-c130-px{padding-left:130px!important}.ps-xxxl-c200-px{padding-left:200px!important}.ps-xxxl-c250-px{padding-left:250px!important}.ps-xxxl-c300-px{padding-left:300px!important}.ps-xxxl-c400-px{padding-left:400px!important}.ps-xxxl-c500-px{padding-left:500px!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:.25rem!important}.gap-xxxl-2{gap:.5rem!important}.gap-xxxl-3{gap:1rem!important}.gap-xxxl-4{gap:1.5rem!important}.gap-xxxl-5{gap:3rem!important}.gap-xxxl-6{gap:6rem!important}.gap-xxxl-7{gap:12rem!important}.gap-xxxl-8{gap:20rem!important}.gap-xxxl-c45{gap:.45rem!important}.gap-xxxl-c75{gap:.75rem!important}.gap-xxxl-c1-25{gap:1.25rem!important}.gap-xxxl-c1-75{gap:1.75rem!important}.gap-xxxl-c2{gap:2rem!important}.gap-xxxl-c2-25{gap:2.25rem!important}.gap-xxxl-c2-75{gap:2.75rem!important}.gap-xxxl-c3-75{gap:3.75rem!important}.gap-xxxl-c4{gap:4rem!important}.gap-xxxl-c4-5{gap:4.5rem!important}.gap-xxxl-c4-75{gap:4.75rem!important}.gap-xxxl-c5{gap:5rem!important}.gap-xxxl-c6{gap:6rem!important}.gap-xxxl-c7{gap:7rem!important}.gap-xxxl-c5-px{gap:5px!important}.gap-xxxl-c10-px{gap:10px!important}.gap-xxxl-c15-px{gap:15px!important}.gap-xxxl-c20-px{gap:20px!important}.gap-xxxl-c30-px{gap:30px!important}.gap-xxxl-c35-px{gap:35px!important}.gap-xxxl-c40-px{gap:40px!important}.gap-xxxl-c50-px{gap:50px!important}.gap-xxxl-c60-px{gap:60px!important}.gap-xxxl-c65-px{gap:65px!important}.gap-xxxl-c70-px{gap:70px!important}.gap-xxxl-c75-px{gap:75px!important}.gap-xxxl-c80-px{gap:80px!important}.gap-xxxl-c90-px{gap:90px!important}.gap-xxxl-c100-px{gap:100px!important}.gap-xxxl-c125-px{gap:125px!important}.gap-xxxl-c130-px{gap:130px!important}.gap-xxxl-c200-px{gap:200px!important}.gap-xxxl-c250-px{gap:250px!important}.gap-xxxl-c300-px{gap:300px!important}.gap-xxxl-c400-px{gap:400px!important}.gap-xxxl-c500-px{gap:500px!important}.row-gap-xxxl-0{row-gap:0!important}.row-gap-xxxl-1{row-gap:.25rem!important}.row-gap-xxxl-2{row-gap:.5rem!important}.row-gap-xxxl-3{row-gap:1rem!important}.row-gap-xxxl-4{row-gap:1.5rem!important}.row-gap-xxxl-5{row-gap:3rem!important}.row-gap-xxxl-6{row-gap:6rem!important}.row-gap-xxxl-7{row-gap:12rem!important}.row-gap-xxxl-8{row-gap:20rem!important}.row-gap-xxxl-c45{row-gap:.45rem!important}.row-gap-xxxl-c75{row-gap:.75rem!important}.row-gap-xxxl-c1-25{row-gap:1.25rem!important}.row-gap-xxxl-c1-75{row-gap:1.75rem!important}.row-gap-xxxl-c2{row-gap:2rem!important}.row-gap-xxxl-c2-25{row-gap:2.25rem!important}.row-gap-xxxl-c2-75{row-gap:2.75rem!important}.row-gap-xxxl-c3-75{row-gap:3.75rem!important}.row-gap-xxxl-c4{row-gap:4rem!important}.row-gap-xxxl-c4-5{row-gap:4.5rem!important}.row-gap-xxxl-c4-75{row-gap:4.75rem!important}.row-gap-xxxl-c5{row-gap:5rem!important}.row-gap-xxxl-c6{row-gap:6rem!important}.row-gap-xxxl-c7{row-gap:7rem!important}.row-gap-xxxl-c5-px{row-gap:5px!important}.row-gap-xxxl-c10-px{row-gap:10px!important}.row-gap-xxxl-c15-px{row-gap:15px!important}.row-gap-xxxl-c20-px{row-gap:20px!important}.row-gap-xxxl-c30-px{row-gap:30px!important}.row-gap-xxxl-c35-px{row-gap:35px!important}.row-gap-xxxl-c40-px{row-gap:40px!important}.row-gap-xxxl-c50-px{row-gap:50px!important}.row-gap-xxxl-c60-px{row-gap:60px!important}.row-gap-xxxl-c65-px{row-gap:65px!important}.row-gap-xxxl-c70-px{row-gap:70px!important}.row-gap-xxxl-c75-px{row-gap:75px!important}.row-gap-xxxl-c80-px{row-gap:80px!important}.row-gap-xxxl-c90-px{row-gap:90px!important}.row-gap-xxxl-c100-px{row-gap:100px!important}.row-gap-xxxl-c125-px{row-gap:125px!important}.row-gap-xxxl-c130-px{row-gap:130px!important}.row-gap-xxxl-c200-px{row-gap:200px!important}.row-gap-xxxl-c250-px{row-gap:250px!important}.row-gap-xxxl-c300-px{row-gap:300px!important}.row-gap-xxxl-c400-px{row-gap:400px!important}.row-gap-xxxl-c500-px{row-gap:500px!important}.column-gap-xxxl-0{column-gap:0!important}.column-gap-xxxl-1{column-gap:.25rem!important}.column-gap-xxxl-2{column-gap:.5rem!important}.column-gap-xxxl-3{column-gap:1rem!important}.column-gap-xxxl-4{column-gap:1.5rem!important}.column-gap-xxxl-5{column-gap:3rem!important}.column-gap-xxxl-6{column-gap:6rem!important}.column-gap-xxxl-7{column-gap:12rem!important}.column-gap-xxxl-8{column-gap:20rem!important}.column-gap-xxxl-c45{column-gap:.45rem!important}.column-gap-xxxl-c75{column-gap:.75rem!important}.column-gap-xxxl-c1-25{column-gap:1.25rem!important}.column-gap-xxxl-c1-75{column-gap:1.75rem!important}.column-gap-xxxl-c2{column-gap:2rem!important}.column-gap-xxxl-c2-25{column-gap:2.25rem!important}.column-gap-xxxl-c2-75{column-gap:2.75rem!important}.column-gap-xxxl-c3-75{column-gap:3.75rem!important}.column-gap-xxxl-c4{column-gap:4rem!important}.column-gap-xxxl-c4-5{column-gap:4.5rem!important}.column-gap-xxxl-c4-75{column-gap:4.75rem!important}.column-gap-xxxl-c5{column-gap:5rem!important}.column-gap-xxxl-c6{column-gap:6rem!important}.column-gap-xxxl-c7{column-gap:7rem!important}.column-gap-xxxl-c5-px{column-gap:5px!important}.column-gap-xxxl-c10-px{column-gap:10px!important}.column-gap-xxxl-c15-px{column-gap:15px!important}.column-gap-xxxl-c20-px{column-gap:20px!important}.column-gap-xxxl-c30-px{column-gap:30px!important}.column-gap-xxxl-c35-px{column-gap:35px!important}.column-gap-xxxl-c40-px{column-gap:40px!important}.column-gap-xxxl-c50-px{column-gap:50px!important}.column-gap-xxxl-c60-px{column-gap:60px!important}.column-gap-xxxl-c65-px{column-gap:65px!important}.column-gap-xxxl-c70-px{column-gap:70px!important}.column-gap-xxxl-c75-px{column-gap:75px!important}.column-gap-xxxl-c80-px{column-gap:80px!important}.column-gap-xxxl-c90-px{column-gap:90px!important}.column-gap-xxxl-c100-px{column-gap:100px!important}.column-gap-xxxl-c125-px{column-gap:125px!important}.column-gap-xxxl-c130-px{column-gap:130px!important}.column-gap-xxxl-c200-px{column-gap:200px!important}.column-gap-xxxl-c250-px{column-gap:250px!important}.column-gap-xxxl-c300-px{column-gap:300px!important}.column-gap-xxxl-c400-px{column-gap:400px!important}.column-gap-xxxl-c500-px{column-gap:500px!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}.h-px-xxxl-0{height:0!important}.h-px-xxxl-5{height:5px!important}.h-px-xxxl-10{height:10px!important}.h-px-xxxl-15{height:15px!important}.h-px-xxxl-16{height:16px!important}.h-px-xxxl-20{height:20px!important}.h-px-xxxl-25{height:25px!important}.h-px-xxxl-30{height:30px!important}.h-px-xxxl-35{height:35px!important}.h-px-xxxl-40{height:40px!important}.h-px-xxxl-50{height:50px!important}.h-px-xxxl-60{height:60px!important}.h-px-xxxl-65{height:65px!important}.h-px-xxxl-70{height:70px!important}.h-px-xxxl-75{height:75px!important}.h-px-xxxl-80{height:80px!important}.h-px-xxxl-90{height:90px!important}.h-px-xxxl-100{height:100px!important}.h-px-xxxl-125{height:125px!important}.h-px-xxxl-130{height:130px!important}.h-px-xxxl-200{height:200px!important}.h-px-xxxl-250{height:250px!important}.h-px-xxxl-300{height:300px!important}.h-px-xxxl-400{height:400px!important}.h-px-xxxl-500{height:500px!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"} +*/:root{color-scheme:unset!important;--bs-blue-rgb:0,141,156;--bs-indigo-rgb:102,16,242;--bs-purple-rgb:157,58,116;--bs-pink-rgb:175,46,81;--bs-red-rgb:192,38,54;--bs-orange-rgb:235,68,32;--bs-yellow-rgb:184,112,0;--bs-green-rgb:0,116,39;--bs-teal-rgb:32,201,151;--bs-cyan-rgb:13,202,240;--bs-black-rgb:12,12,11;--bs-white-rgb:255,252,240;--bs-gray-rgb:102,101,96;--bs-gray-dark-rgb:51,50,48}:root,[data-bs-theme=light]{--choco-adaptive:#cccac0;--choco-border-color-adaptive:#b2b0a8;--bs-blue-contrast:#0c0c0b;--bs-indigo-contrast:#fffcf0;--bs-purple-contrast:#fffcf0;--bs-pink-contrast:#fffcf0;--bs-red-contrast:#fffcf0;--bs-orange-contrast:#0c0c0b;--bs-yellow-contrast:#0c0c0b;--bs-green-contrast:#fffcf0;--bs-teal-contrast:#0c0c0b;--bs-cyan-contrast:#0c0c0b;--bs-black-contrast:#fffcf0;--bs-white-contrast:#0c0c0b;--bs-gray-contrast:#fffcf0;--bs-gray-dark-contrast:#fffcf0;--bs-primary-contrast:#fffcf0;--bs-primary-shift:#006321;--bs-secondary-contrast:#fffcf0;--bs-secondary-shift:#575652;--bs-success-contrast:#fffcf0;--bs-success-shift:#006321;--bs-info-contrast:#fffcf0;--bs-info-shift:#006321;--bs-warning-contrast:#0c0c0b;--bs-warning-shift:#9c5f00;--bs-danger-contrast:#fffcf0;--bs-danger-shift:#a3202e;--bs-light-contrast:#0c0c0b;--bs-light-shift:#c3c0b8;--bs-dark-contrast:#fffcf0;--bs-dark-shift:#000a03;--bs-tip-contrast:#fffcf0;--bs-tip-shift:#853163;--bs-tertiary-bg-contrast:#0c0c0b;--bs-secondary-bg-contrast:#0c0c0b}:root[data-bs-theme=dark],[data-bs-theme=dark]{--choco-adaptive:#333230;--choco-border-color-adaptive:rgba(var(--bs-primary-rgb),0.5);--bs-blue:#008d9c;--bs-blue-contrast:#0c0c0b;--bs-indigo:#6610f2;--bs-indigo-contrast:#fffcf0;--bs-purple:#9d3a74;--bs-purple-contrast:#fffcf0;--bs-pink:#af2e51;--bs-pink-contrast:#fffcf0;--bs-red:#c02636;--bs-red-contrast:#fffcf0;--bs-orange:#eb4420;--bs-orange-contrast:#0c0c0b;--bs-yellow:#f1fa8c;--bs-yellow-contrast:#0c0c0b;--bs-green:#019a4a;--bs-green-contrast:#0c0c0b;--bs-teal:#20c997;--bs-teal-contrast:#0c0c0b;--bs-cyan:#0dcaf0;--bs-cyan-contrast:#0c0c0b;--bs-black:#0c0c0b;--bs-black-contrast:#fffcf0;--bs-white:#fffcf0;--bs-white-contrast:#0c0c0b;--bs-gray:#7f7e78;--bs-gray-contrast:#0c0c0b;--bs-gray-dark:#000c04;--bs-gray-dark-contrast:#fffcf0;--bs-primary:#019a4a;--bs-primary-contrast:#0c0c0b;--bs-primary-shift:#01833f;--bs-primary-rgb:1,154,74;--bs-secondary:#7f7e78;--bs-secondary-contrast:#0c0c0b;--bs-secondary-shift:#6c6b66;--bs-secondary-rgb:127,126,120;--bs-success:#019a4a;--bs-success-contrast:#0c0c0b;--bs-success-shift:#01833f;--bs-success-rgb:1,154,74;--bs-info:#019a4a;--bs-info-contrast:#0c0c0b;--bs-info-shift:#01833f;--bs-info-rgb:1,154,74;--bs-warning:#f1fa8c;--bs-warning-contrast:#0c0c0b;--bs-warning-shift:#cdd577;--bs-warning-rgb:241,250,140;--bs-danger:#c02636;--bs-danger-contrast:#fffcf0;--bs-danger-shift:#a3202e;--bs-danger-rgb:192,38,54;--bs-light:#e5e2d8;--bs-light-contrast:#0c0c0b;--bs-light-shift:#c3c0b8;--bs-light-rgb:229,226,216;--bs-dark:#000c04;--bs-dark-contrast:#fffcf0;--bs-dark-shift:#000a03;--bs-dark-rgb:0,12,4;--bs-tip:#9d3a74;--bs-tip-contrast:#fffcf0;--bs-tip-shift:#853163;--bs-tip-rgb:157,58,116;--bs-tertiary-bg-contrast:#fffcf0;--bs-secondary-bg-contrast:#fffcf0}:root,[data-bs-theme=light]{--bs-blue:#008d9c;--bs-indigo:#6610f2;--bs-purple:#9d3a74;--bs-pink:#af2e51;--bs-red:#c02636;--bs-orange:#eb4420;--bs-yellow:#b87000;--bs-green:#007427;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#0c0c0b;--bs-white:#fffcf0;--bs-gray:#666560;--bs-gray-dark:#333230;--bs-gray-100:#e5e2d8;--bs-gray-200:#cccac0;--bs-gray-300:#b2b0a8;--bs-gray-400:#999790;--bs-gray-500:#7f7e78;--bs-gray-600:#666560;--bs-gray-700:#4c4b48;--bs-gray-800:#333230;--bs-gray-900:#191918;--bs-primary:#007427;--bs-secondary:#666560;--bs-success:#007427;--bs-info:#007427;--bs-warning:#b87000;--bs-danger:#c02636;--bs-light:#e5e2d8;--bs-dark:#000c04;--bs-tip:#9d3a74;--bs-primary-rgb:0,116,39;--bs-secondary-rgb:102,101,96;--bs-success-rgb:0,116,39;--bs-info-rgb:0,116,39;--bs-warning-rgb:184,112,0;--bs-danger-rgb:192,38,54;--bs-light-rgb:229,226,216;--bs-dark-rgb:0,12,4;--bs-tip-rgb:157,58,116;--bs-primary-text-emphasis:#002e10;--bs-secondary-text-emphasis:#292826;--bs-success-text-emphasis:#002e10;--bs-info-text-emphasis:#002e10;--bs-warning-text-emphasis:#4a2d00;--bs-danger-text-emphasis:#4d0f16;--bs-light-text-emphasis:#4c4b48;--bs-dark-text-emphasis:#4c4b48;--bs-primary-bg-subtle:#cce3d4;--bs-secondary-bg-subtle:#e0e0df;--bs-success-bg-subtle:#cce3d4;--bs-info-bg-subtle:#cce3d4;--bs-warning-bg-subtle:#f1e2cc;--bs-danger-bg-subtle:#f2d4d7;--bs-light-bg-subtle:#f2efe4;--bs-dark-bg-subtle:#999790;--bs-primary-border-subtle:#99c7a9;--bs-secondary-border-subtle:#c2c1bf;--bs-success-border-subtle:#99c7a9;--bs-info-border-subtle:#99c7a9;--bs-warning-border-subtle:#e3c699;--bs-danger-border-subtle:#e6a8af;--bs-light-border-subtle:#cccac0;--bs-dark-border-subtle:#7f7e78;--bs-white-rgb:255,252,240;--bs-black-rgb:12,12,11;--bs-font-sans-serif:"Inter",sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,252,240,.15),rgba(255,252,240,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.7;--bs-body-color:#0c0c0b;--bs-body-color-rgb:12,12,11;--bs-body-bg:#e5e2d8;--bs-body-bg-rgb:229,226,216;--bs-emphasis-color:#0c0c0b;--bs-emphasis-color-rgb:12,12,11;--bs-secondary-color:rgba(12,12,11,.75);--bs-secondary-color-rgb:12,12,11;--bs-secondary-bg:#fffcf0;--bs-secondary-bg-rgb:255,252,240;--bs-tertiary-color:rgba(12,12,11,.5);--bs-tertiary-color-rgb:12,12,11;--bs-tertiary-bg:#b2b0a8;--bs-tertiary-bg-rgb:178,176,168;--bs-heading-color:inherit;--bs-link-color:#007427;--bs-link-color-rgb:0,116,39;--bs-link-decoration:underline;--bs-link-hover-color:#005d1f;--bs-link-hover-color-rgb:0,93,31;--bs-code-color:#0c0c0b;--bs-highlight-color:#0c0c0b;--bs-highlight-bg:#f1e2cc;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#b2b0a8;--bs-border-color-translucent:#b2b0a8;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(12,12,11,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(12,12,11,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(12,12,11,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(12,12,11,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(0,116,39,.25);--bs-form-valid-color:#007427;--bs-form-valid-border-color:#007427;--bs-form-invalid-color:#c02636;--bs-form-invalid-border-color:#c02636}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#fffcf0;--bs-body-color-rgb:255,252,240;--bs-body-bg:#0c0c0b;--bs-body-bg-rgb:12,12,11;--bs-emphasis-color:#fffcf0;--bs-emphasis-color-rgb:255,252,240;--bs-secondary-color:rgba(255,252,240,.75);--bs-secondary-color-rgb:255,252,240;--bs-secondary-bg:#191918;--bs-secondary-bg-rgb:25,25,24;--bs-tertiary-color:rgba(255,252,240,.5);--bs-tertiary-color-rgb:255,252,240;--bs-tertiary-bg:#333230;--bs-tertiary-bg-rgb:51,50,48;--bs-primary-text-emphasis:#66ac7d;--bs-secondary-text-emphasis:#a3a3a0;--bs-success-text-emphasis:#66ac7d;--bs-info-text-emphasis:#66ac7d;--bs-warning-text-emphasis:#d4a966;--bs-danger-text-emphasis:#d97d86;--bs-light-text-emphasis:#e5e2d8;--bs-dark-text-emphasis:#b2b0a8;--bs-primary-bg-subtle:#003e1e;--bs-secondary-bg-subtle:#141413;--bs-success-bg-subtle:#003e1e;--bs-info-bg-subtle:#003e1e;--bs-warning-bg-subtle:#606438;--bs-danger-bg-subtle:#4d0f16;--bs-light-bg-subtle:#333230;--bs-dark-bg-subtle:#201f1e;--bs-primary-border-subtle:#015c2c;--bs-secondary-border-subtle:#3d3d3a;--bs-success-border-subtle:#015c2c;--bs-info-border-subtle:#015c2c;--bs-warning-border-subtle:#919654;--bs-danger-border-subtle:#731720;--bs-light-border-subtle:#4c4b48;--bs-dark-border-subtle:#333230;--bs-heading-color:inherit;--bs-link-color:#66ac7d;--bs-link-hover-color:#85bc97;--bs-link-color-rgb:102,172,125;--bs-link-hover-color-rgb:133,188,151;--bs-code-color:#fffcf0;--bs-highlight-color:#fffcf0;--bs-highlight-bg:#4a2d00;--bs-border-color:#333230;--bs-border-color-translucent:#333230;--bs-form-valid-color:#66ac7d;--bs-form-valid-border-color:#66ac7d;--bs-form-invalid-color:#d97d86;--bs-form-invalid-border-color:#d97d86}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(12,12,11,0)}hr{border:0;border-top:var(--bs-border-width) solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);font-weight:500;line-height:1.7;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{color:var(--bs-code-color);font-size:.875em;word-wrap:break-word}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.7}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#666560;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:0;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1600px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{max-width:1536px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;--bs-breakpoint-xxxl:1600px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:6rem}.g-6,.gy-6{--bs-gutter-y:6rem}.g-7,.gx-7{--bs-gutter-x:12rem}.g-7,.gy-7{--bs-gutter-y:12rem}.g-8,.gx-8{--bs-gutter-x:20rem}.g-8,.gy-8{--bs-gutter-y:20rem}.g-c45,.gx-c45{--bs-gutter-x:0.45rem}.g-c45,.gy-c45{--bs-gutter-y:0.45rem}.g-c75,.gx-c75{--bs-gutter-x:0.75rem}.g-c75,.gy-c75{--bs-gutter-y:0.75rem}.g-c1-25,.gx-c1-25{--bs-gutter-x:1.25rem}.g-c1-25,.gy-c1-25{--bs-gutter-y:1.25rem}.g-c1-75,.gx-c1-75{--bs-gutter-x:1.75rem}.g-c1-75,.gy-c1-75{--bs-gutter-y:1.75rem}.g-c2,.gx-c2{--bs-gutter-x:2rem}.g-c2,.gy-c2{--bs-gutter-y:2rem}.g-c2-25,.gx-c2-25{--bs-gutter-x:2.25rem}.g-c2-25,.gy-c2-25{--bs-gutter-y:2.25rem}.g-c2-75,.gx-c2-75{--bs-gutter-x:2.75rem}.g-c2-75,.gy-c2-75{--bs-gutter-y:2.75rem}.g-c3-75,.gx-c3-75{--bs-gutter-x:3.75rem}.g-c3-75,.gy-c3-75{--bs-gutter-y:3.75rem}.g-c4,.gx-c4{--bs-gutter-x:4rem}.g-c4,.gy-c4{--bs-gutter-y:4rem}.g-c4-5,.gx-c4-5{--bs-gutter-x:4.5rem}.g-c4-5,.gy-c4-5{--bs-gutter-y:4.5rem}.g-c4-75,.gx-c4-75{--bs-gutter-x:4.75rem}.g-c4-75,.gy-c4-75{--bs-gutter-y:4.75rem}.g-c5,.gx-c5{--bs-gutter-x:5rem}.g-c5,.gy-c5{--bs-gutter-y:5rem}.g-c6,.gx-c6{--bs-gutter-x:6rem}.g-c6,.gy-c6{--bs-gutter-y:6rem}.g-c7,.gx-c7{--bs-gutter-x:7rem}.g-c7,.gy-c7{--bs-gutter-y:7rem}.g-c5-px,.gx-c5-px{--bs-gutter-x:5px}.g-c5-px,.gy-c5-px{--bs-gutter-y:5px}.g-c10-px,.gx-c10-px{--bs-gutter-x:10px}.g-c10-px,.gy-c10-px{--bs-gutter-y:10px}.g-c15-px,.gx-c15-px{--bs-gutter-x:15px}.g-c15-px,.gy-c15-px{--bs-gutter-y:15px}.g-c20-px,.gx-c20-px{--bs-gutter-x:20px}.g-c20-px,.gy-c20-px{--bs-gutter-y:20px}.g-c30-px,.gx-c30-px{--bs-gutter-x:30px}.g-c30-px,.gy-c30-px{--bs-gutter-y:30px}.g-c35-px,.gx-c35-px{--bs-gutter-x:35px}.g-c35-px,.gy-c35-px{--bs-gutter-y:35px}.g-c40-px,.gx-c40-px{--bs-gutter-x:40px}.g-c40-px,.gy-c40-px{--bs-gutter-y:40px}.g-c50-px,.gx-c50-px{--bs-gutter-x:50px}.g-c50-px,.gy-c50-px{--bs-gutter-y:50px}.g-c60-px,.gx-c60-px{--bs-gutter-x:60px}.g-c60-px,.gy-c60-px{--bs-gutter-y:60px}.g-c65-px,.gx-c65-px{--bs-gutter-x:65px}.g-c65-px,.gy-c65-px{--bs-gutter-y:65px}.g-c70-px,.gx-c70-px{--bs-gutter-x:70px}.g-c70-px,.gy-c70-px{--bs-gutter-y:70px}.g-c75-px,.gx-c75-px{--bs-gutter-x:75px}.g-c75-px,.gy-c75-px{--bs-gutter-y:75px}.g-c80-px,.gx-c80-px{--bs-gutter-x:80px}.g-c80-px,.gy-c80-px{--bs-gutter-y:80px}.g-c90-px,.gx-c90-px{--bs-gutter-x:90px}.g-c90-px,.gy-c90-px{--bs-gutter-y:90px}.g-c100-px,.gx-c100-px{--bs-gutter-x:100px}.g-c100-px,.gy-c100-px{--bs-gutter-y:100px}.g-c125-px,.gx-c125-px{--bs-gutter-x:125px}.g-c125-px,.gy-c125-px{--bs-gutter-y:125px}.g-c130-px,.gx-c130-px{--bs-gutter-x:130px}.g-c130-px,.gy-c130-px{--bs-gutter-y:130px}.g-c200-px,.gx-c200-px{--bs-gutter-x:200px}.g-c200-px,.gy-c200-px{--bs-gutter-y:200px}.g-c250-px,.gx-c250-px{--bs-gutter-x:250px}.g-c250-px,.gy-c250-px{--bs-gutter-y:250px}.g-c300-px,.gx-c300-px{--bs-gutter-x:300px}.g-c300-px,.gy-c300-px{--bs-gutter-y:300px}.g-c400-px,.gx-c400-px{--bs-gutter-x:400px}.g-c400-px,.gy-c400-px{--bs-gutter-y:400px}.g-c500-px,.gx-c500-px{--bs-gutter-x:500px}.g-c500-px,.gy-c500-px{--bs-gutter-y:500px}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:6rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:6rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:12rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:12rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:20rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:20rem}.g-sm-c45,.gx-sm-c45{--bs-gutter-x:0.45rem}.g-sm-c45,.gy-sm-c45{--bs-gutter-y:0.45rem}.g-sm-c75,.gx-sm-c75{--bs-gutter-x:0.75rem}.g-sm-c75,.gy-sm-c75{--bs-gutter-y:0.75rem}.g-sm-c1-25,.gx-sm-c1-25{--bs-gutter-x:1.25rem}.g-sm-c1-25,.gy-sm-c1-25{--bs-gutter-y:1.25rem}.g-sm-c1-75,.gx-sm-c1-75{--bs-gutter-x:1.75rem}.g-sm-c1-75,.gy-sm-c1-75{--bs-gutter-y:1.75rem}.g-sm-c2,.gx-sm-c2{--bs-gutter-x:2rem}.g-sm-c2,.gy-sm-c2{--bs-gutter-y:2rem}.g-sm-c2-25,.gx-sm-c2-25{--bs-gutter-x:2.25rem}.g-sm-c2-25,.gy-sm-c2-25{--bs-gutter-y:2.25rem}.g-sm-c2-75,.gx-sm-c2-75{--bs-gutter-x:2.75rem}.g-sm-c2-75,.gy-sm-c2-75{--bs-gutter-y:2.75rem}.g-sm-c3-75,.gx-sm-c3-75{--bs-gutter-x:3.75rem}.g-sm-c3-75,.gy-sm-c3-75{--bs-gutter-y:3.75rem}.g-sm-c4,.gx-sm-c4{--bs-gutter-x:4rem}.g-sm-c4,.gy-sm-c4{--bs-gutter-y:4rem}.g-sm-c4-5,.gx-sm-c4-5{--bs-gutter-x:4.5rem}.g-sm-c4-5,.gy-sm-c4-5{--bs-gutter-y:4.5rem}.g-sm-c4-75,.gx-sm-c4-75{--bs-gutter-x:4.75rem}.g-sm-c4-75,.gy-sm-c4-75{--bs-gutter-y:4.75rem}.g-sm-c5,.gx-sm-c5{--bs-gutter-x:5rem}.g-sm-c5,.gy-sm-c5{--bs-gutter-y:5rem}.g-sm-c6,.gx-sm-c6{--bs-gutter-x:6rem}.g-sm-c6,.gy-sm-c6{--bs-gutter-y:6rem}.g-sm-c7,.gx-sm-c7{--bs-gutter-x:7rem}.g-sm-c7,.gy-sm-c7{--bs-gutter-y:7rem}.g-sm-c5-px,.gx-sm-c5-px{--bs-gutter-x:5px}.g-sm-c5-px,.gy-sm-c5-px{--bs-gutter-y:5px}.g-sm-c10-px,.gx-sm-c10-px{--bs-gutter-x:10px}.g-sm-c10-px,.gy-sm-c10-px{--bs-gutter-y:10px}.g-sm-c15-px,.gx-sm-c15-px{--bs-gutter-x:15px}.g-sm-c15-px,.gy-sm-c15-px{--bs-gutter-y:15px}.g-sm-c20-px,.gx-sm-c20-px{--bs-gutter-x:20px}.g-sm-c20-px,.gy-sm-c20-px{--bs-gutter-y:20px}.g-sm-c30-px,.gx-sm-c30-px{--bs-gutter-x:30px}.g-sm-c30-px,.gy-sm-c30-px{--bs-gutter-y:30px}.g-sm-c35-px,.gx-sm-c35-px{--bs-gutter-x:35px}.g-sm-c35-px,.gy-sm-c35-px{--bs-gutter-y:35px}.g-sm-c40-px,.gx-sm-c40-px{--bs-gutter-x:40px}.g-sm-c40-px,.gy-sm-c40-px{--bs-gutter-y:40px}.g-sm-c50-px,.gx-sm-c50-px{--bs-gutter-x:50px}.g-sm-c50-px,.gy-sm-c50-px{--bs-gutter-y:50px}.g-sm-c60-px,.gx-sm-c60-px{--bs-gutter-x:60px}.g-sm-c60-px,.gy-sm-c60-px{--bs-gutter-y:60px}.g-sm-c65-px,.gx-sm-c65-px{--bs-gutter-x:65px}.g-sm-c65-px,.gy-sm-c65-px{--bs-gutter-y:65px}.g-sm-c70-px,.gx-sm-c70-px{--bs-gutter-x:70px}.g-sm-c70-px,.gy-sm-c70-px{--bs-gutter-y:70px}.g-sm-c75-px,.gx-sm-c75-px{--bs-gutter-x:75px}.g-sm-c75-px,.gy-sm-c75-px{--bs-gutter-y:75px}.g-sm-c80-px,.gx-sm-c80-px{--bs-gutter-x:80px}.g-sm-c80-px,.gy-sm-c80-px{--bs-gutter-y:80px}.g-sm-c90-px,.gx-sm-c90-px{--bs-gutter-x:90px}.g-sm-c90-px,.gy-sm-c90-px{--bs-gutter-y:90px}.g-sm-c100-px,.gx-sm-c100-px{--bs-gutter-x:100px}.g-sm-c100-px,.gy-sm-c100-px{--bs-gutter-y:100px}.g-sm-c125-px,.gx-sm-c125-px{--bs-gutter-x:125px}.g-sm-c125-px,.gy-sm-c125-px{--bs-gutter-y:125px}.g-sm-c130-px,.gx-sm-c130-px{--bs-gutter-x:130px}.g-sm-c130-px,.gy-sm-c130-px{--bs-gutter-y:130px}.g-sm-c200-px,.gx-sm-c200-px{--bs-gutter-x:200px}.g-sm-c200-px,.gy-sm-c200-px{--bs-gutter-y:200px}.g-sm-c250-px,.gx-sm-c250-px{--bs-gutter-x:250px}.g-sm-c250-px,.gy-sm-c250-px{--bs-gutter-y:250px}.g-sm-c300-px,.gx-sm-c300-px{--bs-gutter-x:300px}.g-sm-c300-px,.gy-sm-c300-px{--bs-gutter-y:300px}.g-sm-c400-px,.gx-sm-c400-px{--bs-gutter-x:400px}.g-sm-c400-px,.gy-sm-c400-px{--bs-gutter-y:400px}.g-sm-c500-px,.gx-sm-c500-px{--bs-gutter-x:500px}.g-sm-c500-px,.gy-sm-c500-px{--bs-gutter-y:500px}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:6rem}.g-md-6,.gy-md-6{--bs-gutter-y:6rem}.g-md-7,.gx-md-7{--bs-gutter-x:12rem}.g-md-7,.gy-md-7{--bs-gutter-y:12rem}.g-md-8,.gx-md-8{--bs-gutter-x:20rem}.g-md-8,.gy-md-8{--bs-gutter-y:20rem}.g-md-c45,.gx-md-c45{--bs-gutter-x:0.45rem}.g-md-c45,.gy-md-c45{--bs-gutter-y:0.45rem}.g-md-c75,.gx-md-c75{--bs-gutter-x:0.75rem}.g-md-c75,.gy-md-c75{--bs-gutter-y:0.75rem}.g-md-c1-25,.gx-md-c1-25{--bs-gutter-x:1.25rem}.g-md-c1-25,.gy-md-c1-25{--bs-gutter-y:1.25rem}.g-md-c1-75,.gx-md-c1-75{--bs-gutter-x:1.75rem}.g-md-c1-75,.gy-md-c1-75{--bs-gutter-y:1.75rem}.g-md-c2,.gx-md-c2{--bs-gutter-x:2rem}.g-md-c2,.gy-md-c2{--bs-gutter-y:2rem}.g-md-c2-25,.gx-md-c2-25{--bs-gutter-x:2.25rem}.g-md-c2-25,.gy-md-c2-25{--bs-gutter-y:2.25rem}.g-md-c2-75,.gx-md-c2-75{--bs-gutter-x:2.75rem}.g-md-c2-75,.gy-md-c2-75{--bs-gutter-y:2.75rem}.g-md-c3-75,.gx-md-c3-75{--bs-gutter-x:3.75rem}.g-md-c3-75,.gy-md-c3-75{--bs-gutter-y:3.75rem}.g-md-c4,.gx-md-c4{--bs-gutter-x:4rem}.g-md-c4,.gy-md-c4{--bs-gutter-y:4rem}.g-md-c4-5,.gx-md-c4-5{--bs-gutter-x:4.5rem}.g-md-c4-5,.gy-md-c4-5{--bs-gutter-y:4.5rem}.g-md-c4-75,.gx-md-c4-75{--bs-gutter-x:4.75rem}.g-md-c4-75,.gy-md-c4-75{--bs-gutter-y:4.75rem}.g-md-c5,.gx-md-c5{--bs-gutter-x:5rem}.g-md-c5,.gy-md-c5{--bs-gutter-y:5rem}.g-md-c6,.gx-md-c6{--bs-gutter-x:6rem}.g-md-c6,.gy-md-c6{--bs-gutter-y:6rem}.g-md-c7,.gx-md-c7{--bs-gutter-x:7rem}.g-md-c7,.gy-md-c7{--bs-gutter-y:7rem}.g-md-c5-px,.gx-md-c5-px{--bs-gutter-x:5px}.g-md-c5-px,.gy-md-c5-px{--bs-gutter-y:5px}.g-md-c10-px,.gx-md-c10-px{--bs-gutter-x:10px}.g-md-c10-px,.gy-md-c10-px{--bs-gutter-y:10px}.g-md-c15-px,.gx-md-c15-px{--bs-gutter-x:15px}.g-md-c15-px,.gy-md-c15-px{--bs-gutter-y:15px}.g-md-c20-px,.gx-md-c20-px{--bs-gutter-x:20px}.g-md-c20-px,.gy-md-c20-px{--bs-gutter-y:20px}.g-md-c30-px,.gx-md-c30-px{--bs-gutter-x:30px}.g-md-c30-px,.gy-md-c30-px{--bs-gutter-y:30px}.g-md-c35-px,.gx-md-c35-px{--bs-gutter-x:35px}.g-md-c35-px,.gy-md-c35-px{--bs-gutter-y:35px}.g-md-c40-px,.gx-md-c40-px{--bs-gutter-x:40px}.g-md-c40-px,.gy-md-c40-px{--bs-gutter-y:40px}.g-md-c50-px,.gx-md-c50-px{--bs-gutter-x:50px}.g-md-c50-px,.gy-md-c50-px{--bs-gutter-y:50px}.g-md-c60-px,.gx-md-c60-px{--bs-gutter-x:60px}.g-md-c60-px,.gy-md-c60-px{--bs-gutter-y:60px}.g-md-c65-px,.gx-md-c65-px{--bs-gutter-x:65px}.g-md-c65-px,.gy-md-c65-px{--bs-gutter-y:65px}.g-md-c70-px,.gx-md-c70-px{--bs-gutter-x:70px}.g-md-c70-px,.gy-md-c70-px{--bs-gutter-y:70px}.g-md-c75-px,.gx-md-c75-px{--bs-gutter-x:75px}.g-md-c75-px,.gy-md-c75-px{--bs-gutter-y:75px}.g-md-c80-px,.gx-md-c80-px{--bs-gutter-x:80px}.g-md-c80-px,.gy-md-c80-px{--bs-gutter-y:80px}.g-md-c90-px,.gx-md-c90-px{--bs-gutter-x:90px}.g-md-c90-px,.gy-md-c90-px{--bs-gutter-y:90px}.g-md-c100-px,.gx-md-c100-px{--bs-gutter-x:100px}.g-md-c100-px,.gy-md-c100-px{--bs-gutter-y:100px}.g-md-c125-px,.gx-md-c125-px{--bs-gutter-x:125px}.g-md-c125-px,.gy-md-c125-px{--bs-gutter-y:125px}.g-md-c130-px,.gx-md-c130-px{--bs-gutter-x:130px}.g-md-c130-px,.gy-md-c130-px{--bs-gutter-y:130px}.g-md-c200-px,.gx-md-c200-px{--bs-gutter-x:200px}.g-md-c200-px,.gy-md-c200-px{--bs-gutter-y:200px}.g-md-c250-px,.gx-md-c250-px{--bs-gutter-x:250px}.g-md-c250-px,.gy-md-c250-px{--bs-gutter-y:250px}.g-md-c300-px,.gx-md-c300-px{--bs-gutter-x:300px}.g-md-c300-px,.gy-md-c300-px{--bs-gutter-y:300px}.g-md-c400-px,.gx-md-c400-px{--bs-gutter-x:400px}.g-md-c400-px,.gy-md-c400-px{--bs-gutter-y:400px}.g-md-c500-px,.gx-md-c500-px{--bs-gutter-x:500px}.g-md-c500-px,.gy-md-c500-px{--bs-gutter-y:500px}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:6rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:6rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:12rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:12rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:20rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:20rem}.g-lg-c45,.gx-lg-c45{--bs-gutter-x:0.45rem}.g-lg-c45,.gy-lg-c45{--bs-gutter-y:0.45rem}.g-lg-c75,.gx-lg-c75{--bs-gutter-x:0.75rem}.g-lg-c75,.gy-lg-c75{--bs-gutter-y:0.75rem}.g-lg-c1-25,.gx-lg-c1-25{--bs-gutter-x:1.25rem}.g-lg-c1-25,.gy-lg-c1-25{--bs-gutter-y:1.25rem}.g-lg-c1-75,.gx-lg-c1-75{--bs-gutter-x:1.75rem}.g-lg-c1-75,.gy-lg-c1-75{--bs-gutter-y:1.75rem}.g-lg-c2,.gx-lg-c2{--bs-gutter-x:2rem}.g-lg-c2,.gy-lg-c2{--bs-gutter-y:2rem}.g-lg-c2-25,.gx-lg-c2-25{--bs-gutter-x:2.25rem}.g-lg-c2-25,.gy-lg-c2-25{--bs-gutter-y:2.25rem}.g-lg-c2-75,.gx-lg-c2-75{--bs-gutter-x:2.75rem}.g-lg-c2-75,.gy-lg-c2-75{--bs-gutter-y:2.75rem}.g-lg-c3-75,.gx-lg-c3-75{--bs-gutter-x:3.75rem}.g-lg-c3-75,.gy-lg-c3-75{--bs-gutter-y:3.75rem}.g-lg-c4,.gx-lg-c4{--bs-gutter-x:4rem}.g-lg-c4,.gy-lg-c4{--bs-gutter-y:4rem}.g-lg-c4-5,.gx-lg-c4-5{--bs-gutter-x:4.5rem}.g-lg-c4-5,.gy-lg-c4-5{--bs-gutter-y:4.5rem}.g-lg-c4-75,.gx-lg-c4-75{--bs-gutter-x:4.75rem}.g-lg-c4-75,.gy-lg-c4-75{--bs-gutter-y:4.75rem}.g-lg-c5,.gx-lg-c5{--bs-gutter-x:5rem}.g-lg-c5,.gy-lg-c5{--bs-gutter-y:5rem}.g-lg-c6,.gx-lg-c6{--bs-gutter-x:6rem}.g-lg-c6,.gy-lg-c6{--bs-gutter-y:6rem}.g-lg-c7,.gx-lg-c7{--bs-gutter-x:7rem}.g-lg-c7,.gy-lg-c7{--bs-gutter-y:7rem}.g-lg-c5-px,.gx-lg-c5-px{--bs-gutter-x:5px}.g-lg-c5-px,.gy-lg-c5-px{--bs-gutter-y:5px}.g-lg-c10-px,.gx-lg-c10-px{--bs-gutter-x:10px}.g-lg-c10-px,.gy-lg-c10-px{--bs-gutter-y:10px}.g-lg-c15-px,.gx-lg-c15-px{--bs-gutter-x:15px}.g-lg-c15-px,.gy-lg-c15-px{--bs-gutter-y:15px}.g-lg-c20-px,.gx-lg-c20-px{--bs-gutter-x:20px}.g-lg-c20-px,.gy-lg-c20-px{--bs-gutter-y:20px}.g-lg-c30-px,.gx-lg-c30-px{--bs-gutter-x:30px}.g-lg-c30-px,.gy-lg-c30-px{--bs-gutter-y:30px}.g-lg-c35-px,.gx-lg-c35-px{--bs-gutter-x:35px}.g-lg-c35-px,.gy-lg-c35-px{--bs-gutter-y:35px}.g-lg-c40-px,.gx-lg-c40-px{--bs-gutter-x:40px}.g-lg-c40-px,.gy-lg-c40-px{--bs-gutter-y:40px}.g-lg-c50-px,.gx-lg-c50-px{--bs-gutter-x:50px}.g-lg-c50-px,.gy-lg-c50-px{--bs-gutter-y:50px}.g-lg-c60-px,.gx-lg-c60-px{--bs-gutter-x:60px}.g-lg-c60-px,.gy-lg-c60-px{--bs-gutter-y:60px}.g-lg-c65-px,.gx-lg-c65-px{--bs-gutter-x:65px}.g-lg-c65-px,.gy-lg-c65-px{--bs-gutter-y:65px}.g-lg-c70-px,.gx-lg-c70-px{--bs-gutter-x:70px}.g-lg-c70-px,.gy-lg-c70-px{--bs-gutter-y:70px}.g-lg-c75-px,.gx-lg-c75-px{--bs-gutter-x:75px}.g-lg-c75-px,.gy-lg-c75-px{--bs-gutter-y:75px}.g-lg-c80-px,.gx-lg-c80-px{--bs-gutter-x:80px}.g-lg-c80-px,.gy-lg-c80-px{--bs-gutter-y:80px}.g-lg-c90-px,.gx-lg-c90-px{--bs-gutter-x:90px}.g-lg-c90-px,.gy-lg-c90-px{--bs-gutter-y:90px}.g-lg-c100-px,.gx-lg-c100-px{--bs-gutter-x:100px}.g-lg-c100-px,.gy-lg-c100-px{--bs-gutter-y:100px}.g-lg-c125-px,.gx-lg-c125-px{--bs-gutter-x:125px}.g-lg-c125-px,.gy-lg-c125-px{--bs-gutter-y:125px}.g-lg-c130-px,.gx-lg-c130-px{--bs-gutter-x:130px}.g-lg-c130-px,.gy-lg-c130-px{--bs-gutter-y:130px}.g-lg-c200-px,.gx-lg-c200-px{--bs-gutter-x:200px}.g-lg-c200-px,.gy-lg-c200-px{--bs-gutter-y:200px}.g-lg-c250-px,.gx-lg-c250-px{--bs-gutter-x:250px}.g-lg-c250-px,.gy-lg-c250-px{--bs-gutter-y:250px}.g-lg-c300-px,.gx-lg-c300-px{--bs-gutter-x:300px}.g-lg-c300-px,.gy-lg-c300-px{--bs-gutter-y:300px}.g-lg-c400-px,.gx-lg-c400-px{--bs-gutter-x:400px}.g-lg-c400-px,.gy-lg-c400-px{--bs-gutter-y:400px}.g-lg-c500-px,.gx-lg-c500-px{--bs-gutter-x:500px}.g-lg-c500-px,.gy-lg-c500-px{--bs-gutter-y:500px}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:6rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:6rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:12rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:12rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:20rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:20rem}.g-xl-c45,.gx-xl-c45{--bs-gutter-x:0.45rem}.g-xl-c45,.gy-xl-c45{--bs-gutter-y:0.45rem}.g-xl-c75,.gx-xl-c75{--bs-gutter-x:0.75rem}.g-xl-c75,.gy-xl-c75{--bs-gutter-y:0.75rem}.g-xl-c1-25,.gx-xl-c1-25{--bs-gutter-x:1.25rem}.g-xl-c1-25,.gy-xl-c1-25{--bs-gutter-y:1.25rem}.g-xl-c1-75,.gx-xl-c1-75{--bs-gutter-x:1.75rem}.g-xl-c1-75,.gy-xl-c1-75{--bs-gutter-y:1.75rem}.g-xl-c2,.gx-xl-c2{--bs-gutter-x:2rem}.g-xl-c2,.gy-xl-c2{--bs-gutter-y:2rem}.g-xl-c2-25,.gx-xl-c2-25{--bs-gutter-x:2.25rem}.g-xl-c2-25,.gy-xl-c2-25{--bs-gutter-y:2.25rem}.g-xl-c2-75,.gx-xl-c2-75{--bs-gutter-x:2.75rem}.g-xl-c2-75,.gy-xl-c2-75{--bs-gutter-y:2.75rem}.g-xl-c3-75,.gx-xl-c3-75{--bs-gutter-x:3.75rem}.g-xl-c3-75,.gy-xl-c3-75{--bs-gutter-y:3.75rem}.g-xl-c4,.gx-xl-c4{--bs-gutter-x:4rem}.g-xl-c4,.gy-xl-c4{--bs-gutter-y:4rem}.g-xl-c4-5,.gx-xl-c4-5{--bs-gutter-x:4.5rem}.g-xl-c4-5,.gy-xl-c4-5{--bs-gutter-y:4.5rem}.g-xl-c4-75,.gx-xl-c4-75{--bs-gutter-x:4.75rem}.g-xl-c4-75,.gy-xl-c4-75{--bs-gutter-y:4.75rem}.g-xl-c5,.gx-xl-c5{--bs-gutter-x:5rem}.g-xl-c5,.gy-xl-c5{--bs-gutter-y:5rem}.g-xl-c6,.gx-xl-c6{--bs-gutter-x:6rem}.g-xl-c6,.gy-xl-c6{--bs-gutter-y:6rem}.g-xl-c7,.gx-xl-c7{--bs-gutter-x:7rem}.g-xl-c7,.gy-xl-c7{--bs-gutter-y:7rem}.g-xl-c5-px,.gx-xl-c5-px{--bs-gutter-x:5px}.g-xl-c5-px,.gy-xl-c5-px{--bs-gutter-y:5px}.g-xl-c10-px,.gx-xl-c10-px{--bs-gutter-x:10px}.g-xl-c10-px,.gy-xl-c10-px{--bs-gutter-y:10px}.g-xl-c15-px,.gx-xl-c15-px{--bs-gutter-x:15px}.g-xl-c15-px,.gy-xl-c15-px{--bs-gutter-y:15px}.g-xl-c20-px,.gx-xl-c20-px{--bs-gutter-x:20px}.g-xl-c20-px,.gy-xl-c20-px{--bs-gutter-y:20px}.g-xl-c30-px,.gx-xl-c30-px{--bs-gutter-x:30px}.g-xl-c30-px,.gy-xl-c30-px{--bs-gutter-y:30px}.g-xl-c35-px,.gx-xl-c35-px{--bs-gutter-x:35px}.g-xl-c35-px,.gy-xl-c35-px{--bs-gutter-y:35px}.g-xl-c40-px,.gx-xl-c40-px{--bs-gutter-x:40px}.g-xl-c40-px,.gy-xl-c40-px{--bs-gutter-y:40px}.g-xl-c50-px,.gx-xl-c50-px{--bs-gutter-x:50px}.g-xl-c50-px,.gy-xl-c50-px{--bs-gutter-y:50px}.g-xl-c60-px,.gx-xl-c60-px{--bs-gutter-x:60px}.g-xl-c60-px,.gy-xl-c60-px{--bs-gutter-y:60px}.g-xl-c65-px,.gx-xl-c65-px{--bs-gutter-x:65px}.g-xl-c65-px,.gy-xl-c65-px{--bs-gutter-y:65px}.g-xl-c70-px,.gx-xl-c70-px{--bs-gutter-x:70px}.g-xl-c70-px,.gy-xl-c70-px{--bs-gutter-y:70px}.g-xl-c75-px,.gx-xl-c75-px{--bs-gutter-x:75px}.g-xl-c75-px,.gy-xl-c75-px{--bs-gutter-y:75px}.g-xl-c80-px,.gx-xl-c80-px{--bs-gutter-x:80px}.g-xl-c80-px,.gy-xl-c80-px{--bs-gutter-y:80px}.g-xl-c90-px,.gx-xl-c90-px{--bs-gutter-x:90px}.g-xl-c90-px,.gy-xl-c90-px{--bs-gutter-y:90px}.g-xl-c100-px,.gx-xl-c100-px{--bs-gutter-x:100px}.g-xl-c100-px,.gy-xl-c100-px{--bs-gutter-y:100px}.g-xl-c125-px,.gx-xl-c125-px{--bs-gutter-x:125px}.g-xl-c125-px,.gy-xl-c125-px{--bs-gutter-y:125px}.g-xl-c130-px,.gx-xl-c130-px{--bs-gutter-x:130px}.g-xl-c130-px,.gy-xl-c130-px{--bs-gutter-y:130px}.g-xl-c200-px,.gx-xl-c200-px{--bs-gutter-x:200px}.g-xl-c200-px,.gy-xl-c200-px{--bs-gutter-y:200px}.g-xl-c250-px,.gx-xl-c250-px{--bs-gutter-x:250px}.g-xl-c250-px,.gy-xl-c250-px{--bs-gutter-y:250px}.g-xl-c300-px,.gx-xl-c300-px{--bs-gutter-x:300px}.g-xl-c300-px,.gy-xl-c300-px{--bs-gutter-y:300px}.g-xl-c400-px,.gx-xl-c400-px{--bs-gutter-x:400px}.g-xl-c400-px,.gy-xl-c400-px{--bs-gutter-y:400px}.g-xl-c500-px,.gx-xl-c500-px{--bs-gutter-x:500px}.g-xl-c500-px,.gy-xl-c500-px{--bs-gutter-y:500px}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:6rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:6rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:12rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:12rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:20rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:20rem}.g-xxl-c45,.gx-xxl-c45{--bs-gutter-x:0.45rem}.g-xxl-c45,.gy-xxl-c45{--bs-gutter-y:0.45rem}.g-xxl-c75,.gx-xxl-c75{--bs-gutter-x:0.75rem}.g-xxl-c75,.gy-xxl-c75{--bs-gutter-y:0.75rem}.g-xxl-c1-25,.gx-xxl-c1-25{--bs-gutter-x:1.25rem}.g-xxl-c1-25,.gy-xxl-c1-25{--bs-gutter-y:1.25rem}.g-xxl-c1-75,.gx-xxl-c1-75{--bs-gutter-x:1.75rem}.g-xxl-c1-75,.gy-xxl-c1-75{--bs-gutter-y:1.75rem}.g-xxl-c2,.gx-xxl-c2{--bs-gutter-x:2rem}.g-xxl-c2,.gy-xxl-c2{--bs-gutter-y:2rem}.g-xxl-c2-25,.gx-xxl-c2-25{--bs-gutter-x:2.25rem}.g-xxl-c2-25,.gy-xxl-c2-25{--bs-gutter-y:2.25rem}.g-xxl-c2-75,.gx-xxl-c2-75{--bs-gutter-x:2.75rem}.g-xxl-c2-75,.gy-xxl-c2-75{--bs-gutter-y:2.75rem}.g-xxl-c3-75,.gx-xxl-c3-75{--bs-gutter-x:3.75rem}.g-xxl-c3-75,.gy-xxl-c3-75{--bs-gutter-y:3.75rem}.g-xxl-c4,.gx-xxl-c4{--bs-gutter-x:4rem}.g-xxl-c4,.gy-xxl-c4{--bs-gutter-y:4rem}.g-xxl-c4-5,.gx-xxl-c4-5{--bs-gutter-x:4.5rem}.g-xxl-c4-5,.gy-xxl-c4-5{--bs-gutter-y:4.5rem}.g-xxl-c4-75,.gx-xxl-c4-75{--bs-gutter-x:4.75rem}.g-xxl-c4-75,.gy-xxl-c4-75{--bs-gutter-y:4.75rem}.g-xxl-c5,.gx-xxl-c5{--bs-gutter-x:5rem}.g-xxl-c5,.gy-xxl-c5{--bs-gutter-y:5rem}.g-xxl-c6,.gx-xxl-c6{--bs-gutter-x:6rem}.g-xxl-c6,.gy-xxl-c6{--bs-gutter-y:6rem}.g-xxl-c7,.gx-xxl-c7{--bs-gutter-x:7rem}.g-xxl-c7,.gy-xxl-c7{--bs-gutter-y:7rem}.g-xxl-c5-px,.gx-xxl-c5-px{--bs-gutter-x:5px}.g-xxl-c5-px,.gy-xxl-c5-px{--bs-gutter-y:5px}.g-xxl-c10-px,.gx-xxl-c10-px{--bs-gutter-x:10px}.g-xxl-c10-px,.gy-xxl-c10-px{--bs-gutter-y:10px}.g-xxl-c15-px,.gx-xxl-c15-px{--bs-gutter-x:15px}.g-xxl-c15-px,.gy-xxl-c15-px{--bs-gutter-y:15px}.g-xxl-c20-px,.gx-xxl-c20-px{--bs-gutter-x:20px}.g-xxl-c20-px,.gy-xxl-c20-px{--bs-gutter-y:20px}.g-xxl-c30-px,.gx-xxl-c30-px{--bs-gutter-x:30px}.g-xxl-c30-px,.gy-xxl-c30-px{--bs-gutter-y:30px}.g-xxl-c35-px,.gx-xxl-c35-px{--bs-gutter-x:35px}.g-xxl-c35-px,.gy-xxl-c35-px{--bs-gutter-y:35px}.g-xxl-c40-px,.gx-xxl-c40-px{--bs-gutter-x:40px}.g-xxl-c40-px,.gy-xxl-c40-px{--bs-gutter-y:40px}.g-xxl-c50-px,.gx-xxl-c50-px{--bs-gutter-x:50px}.g-xxl-c50-px,.gy-xxl-c50-px{--bs-gutter-y:50px}.g-xxl-c60-px,.gx-xxl-c60-px{--bs-gutter-x:60px}.g-xxl-c60-px,.gy-xxl-c60-px{--bs-gutter-y:60px}.g-xxl-c65-px,.gx-xxl-c65-px{--bs-gutter-x:65px}.g-xxl-c65-px,.gy-xxl-c65-px{--bs-gutter-y:65px}.g-xxl-c70-px,.gx-xxl-c70-px{--bs-gutter-x:70px}.g-xxl-c70-px,.gy-xxl-c70-px{--bs-gutter-y:70px}.g-xxl-c75-px,.gx-xxl-c75-px{--bs-gutter-x:75px}.g-xxl-c75-px,.gy-xxl-c75-px{--bs-gutter-y:75px}.g-xxl-c80-px,.gx-xxl-c80-px{--bs-gutter-x:80px}.g-xxl-c80-px,.gy-xxl-c80-px{--bs-gutter-y:80px}.g-xxl-c90-px,.gx-xxl-c90-px{--bs-gutter-x:90px}.g-xxl-c90-px,.gy-xxl-c90-px{--bs-gutter-y:90px}.g-xxl-c100-px,.gx-xxl-c100-px{--bs-gutter-x:100px}.g-xxl-c100-px,.gy-xxl-c100-px{--bs-gutter-y:100px}.g-xxl-c125-px,.gx-xxl-c125-px{--bs-gutter-x:125px}.g-xxl-c125-px,.gy-xxl-c125-px{--bs-gutter-y:125px}.g-xxl-c130-px,.gx-xxl-c130-px{--bs-gutter-x:130px}.g-xxl-c130-px,.gy-xxl-c130-px{--bs-gutter-y:130px}.g-xxl-c200-px,.gx-xxl-c200-px{--bs-gutter-x:200px}.g-xxl-c200-px,.gy-xxl-c200-px{--bs-gutter-y:200px}.g-xxl-c250-px,.gx-xxl-c250-px{--bs-gutter-x:250px}.g-xxl-c250-px,.gy-xxl-c250-px{--bs-gutter-y:250px}.g-xxl-c300-px,.gx-xxl-c300-px{--bs-gutter-x:300px}.g-xxl-c300-px,.gy-xxl-c300-px{--bs-gutter-y:300px}.g-xxl-c400-px,.gx-xxl-c400-px{--bs-gutter-x:400px}.g-xxl-c400-px,.gy-xxl-c400-px{--bs-gutter-y:400px}.g-xxl-c500-px,.gx-xxl-c500-px{--bs-gutter-x:500px}.g-xxl-c500-px,.gy-xxl-c500-px{--bs-gutter-y:500px}}@media (min-width:1600px){.col-xxxl{flex:1 0 0}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:0.25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:0.25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:0.5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:0.5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x:6rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y:6rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x:12rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y:12rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x:20rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y:20rem}.g-xxxl-c45,.gx-xxxl-c45{--bs-gutter-x:0.45rem}.g-xxxl-c45,.gy-xxxl-c45{--bs-gutter-y:0.45rem}.g-xxxl-c75,.gx-xxxl-c75{--bs-gutter-x:0.75rem}.g-xxxl-c75,.gy-xxxl-c75{--bs-gutter-y:0.75rem}.g-xxxl-c1-25,.gx-xxxl-c1-25{--bs-gutter-x:1.25rem}.g-xxxl-c1-25,.gy-xxxl-c1-25{--bs-gutter-y:1.25rem}.g-xxxl-c1-75,.gx-xxxl-c1-75{--bs-gutter-x:1.75rem}.g-xxxl-c1-75,.gy-xxxl-c1-75{--bs-gutter-y:1.75rem}.g-xxxl-c2,.gx-xxxl-c2{--bs-gutter-x:2rem}.g-xxxl-c2,.gy-xxxl-c2{--bs-gutter-y:2rem}.g-xxxl-c2-25,.gx-xxxl-c2-25{--bs-gutter-x:2.25rem}.g-xxxl-c2-25,.gy-xxxl-c2-25{--bs-gutter-y:2.25rem}.g-xxxl-c2-75,.gx-xxxl-c2-75{--bs-gutter-x:2.75rem}.g-xxxl-c2-75,.gy-xxxl-c2-75{--bs-gutter-y:2.75rem}.g-xxxl-c3-75,.gx-xxxl-c3-75{--bs-gutter-x:3.75rem}.g-xxxl-c3-75,.gy-xxxl-c3-75{--bs-gutter-y:3.75rem}.g-xxxl-c4,.gx-xxxl-c4{--bs-gutter-x:4rem}.g-xxxl-c4,.gy-xxxl-c4{--bs-gutter-y:4rem}.g-xxxl-c4-5,.gx-xxxl-c4-5{--bs-gutter-x:4.5rem}.g-xxxl-c4-5,.gy-xxxl-c4-5{--bs-gutter-y:4.5rem}.g-xxxl-c4-75,.gx-xxxl-c4-75{--bs-gutter-x:4.75rem}.g-xxxl-c4-75,.gy-xxxl-c4-75{--bs-gutter-y:4.75rem}.g-xxxl-c5,.gx-xxxl-c5{--bs-gutter-x:5rem}.g-xxxl-c5,.gy-xxxl-c5{--bs-gutter-y:5rem}.g-xxxl-c6,.gx-xxxl-c6{--bs-gutter-x:6rem}.g-xxxl-c6,.gy-xxxl-c6{--bs-gutter-y:6rem}.g-xxxl-c7,.gx-xxxl-c7{--bs-gutter-x:7rem}.g-xxxl-c7,.gy-xxxl-c7{--bs-gutter-y:7rem}.g-xxxl-c5-px,.gx-xxxl-c5-px{--bs-gutter-x:5px}.g-xxxl-c5-px,.gy-xxxl-c5-px{--bs-gutter-y:5px}.g-xxxl-c10-px,.gx-xxxl-c10-px{--bs-gutter-x:10px}.g-xxxl-c10-px,.gy-xxxl-c10-px{--bs-gutter-y:10px}.g-xxxl-c15-px,.gx-xxxl-c15-px{--bs-gutter-x:15px}.g-xxxl-c15-px,.gy-xxxl-c15-px{--bs-gutter-y:15px}.g-xxxl-c20-px,.gx-xxxl-c20-px{--bs-gutter-x:20px}.g-xxxl-c20-px,.gy-xxxl-c20-px{--bs-gutter-y:20px}.g-xxxl-c30-px,.gx-xxxl-c30-px{--bs-gutter-x:30px}.g-xxxl-c30-px,.gy-xxxl-c30-px{--bs-gutter-y:30px}.g-xxxl-c35-px,.gx-xxxl-c35-px{--bs-gutter-x:35px}.g-xxxl-c35-px,.gy-xxxl-c35-px{--bs-gutter-y:35px}.g-xxxl-c40-px,.gx-xxxl-c40-px{--bs-gutter-x:40px}.g-xxxl-c40-px,.gy-xxxl-c40-px{--bs-gutter-y:40px}.g-xxxl-c50-px,.gx-xxxl-c50-px{--bs-gutter-x:50px}.g-xxxl-c50-px,.gy-xxxl-c50-px{--bs-gutter-y:50px}.g-xxxl-c60-px,.gx-xxxl-c60-px{--bs-gutter-x:60px}.g-xxxl-c60-px,.gy-xxxl-c60-px{--bs-gutter-y:60px}.g-xxxl-c65-px,.gx-xxxl-c65-px{--bs-gutter-x:65px}.g-xxxl-c65-px,.gy-xxxl-c65-px{--bs-gutter-y:65px}.g-xxxl-c70-px,.gx-xxxl-c70-px{--bs-gutter-x:70px}.g-xxxl-c70-px,.gy-xxxl-c70-px{--bs-gutter-y:70px}.g-xxxl-c75-px,.gx-xxxl-c75-px{--bs-gutter-x:75px}.g-xxxl-c75-px,.gy-xxxl-c75-px{--bs-gutter-y:75px}.g-xxxl-c80-px,.gx-xxxl-c80-px{--bs-gutter-x:80px}.g-xxxl-c80-px,.gy-xxxl-c80-px{--bs-gutter-y:80px}.g-xxxl-c90-px,.gx-xxxl-c90-px{--bs-gutter-x:90px}.g-xxxl-c90-px,.gy-xxxl-c90-px{--bs-gutter-y:90px}.g-xxxl-c100-px,.gx-xxxl-c100-px{--bs-gutter-x:100px}.g-xxxl-c100-px,.gy-xxxl-c100-px{--bs-gutter-y:100px}.g-xxxl-c125-px,.gx-xxxl-c125-px{--bs-gutter-x:125px}.g-xxxl-c125-px,.gy-xxxl-c125-px{--bs-gutter-y:125px}.g-xxxl-c130-px,.gx-xxxl-c130-px{--bs-gutter-x:130px}.g-xxxl-c130-px,.gy-xxxl-c130-px{--bs-gutter-y:130px}.g-xxxl-c200-px,.gx-xxxl-c200-px{--bs-gutter-x:200px}.g-xxxl-c200-px,.gy-xxxl-c200-px{--bs-gutter-y:200px}.g-xxxl-c250-px,.gx-xxxl-c250-px{--bs-gutter-x:250px}.g-xxxl-c250-px,.gy-xxxl-c250-px{--bs-gutter-y:250px}.g-xxxl-c300-px,.gx-xxxl-c300-px{--bs-gutter-x:300px}.g-xxxl-c300-px,.gy-xxxl-c300-px{--bs-gutter-y:300px}.g-xxxl-c400-px,.gx-xxxl-c400-px{--bs-gutter-x:400px}.g-xxxl-c400-px,.gy-xxxl-c400-px{--bs-gutter-y:400px}.g-xxxl-c500-px,.gx-xxxl-c500-px{--bs-gutter-x:500px}.g-xxxl-c500-px,.gy-xxxl-c500-px{--bs-gutter-y:500px}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-secondary{background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-success{background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-info{background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-warning{background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#0c0c0b!important}.text-bg-danger{background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-light{background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#0c0c0b!important}.text-bg-dark{background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.text-bg-tip{background-color:RGBA(var(--bs-tip-rgb),var(--bs-bg-opacity,1))!important;color:#fffcf0!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(82,81,77,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(82,81,77,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(0,93,31,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,93,31,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(198,141,51,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(198,141,51,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(154,30,43,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(154,30,43,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(234,232,224,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(234,232,224,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(0,9,3,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(0,9,3,var(--bs-link-underline-opacity,1))!important}.link-tip{color:RGBA(var(--bs-tip-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-tip-rgb),var(--bs-link-underline-opacity,1))!important}.link-tip:focus,.link-tip:hover{color:RGBA(126,46,93,var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(126,46,93,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{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);outline:0}.icon-link{align-items:center;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ratio-700x506{--bs-aspect-ratio:72.2857142857%}.ratio-1200x630{--bs-aspect-ratio:52.5%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{bottom:0;position:sticky;z-index:1020}}@media (min-width:1600px){.sticky-xxxl-top{position:sticky;top:0;z-index:1020}.sticky-xxxl-bottom{bottom:0;position:sticky;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:var(--bs-border-width)}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:var(--bs-secondary-bg);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#0c0c0b;--bs-table-bg:#cce3d4;--bs-table-border-color:#a6b8ac;--bs-table-striped-bg:#c2d8ca;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#b9cec0;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#bed3c5;--bs-table-hover-color:#0c0c0b}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#0c0c0b;--bs-table-bg:#e0e0df;--bs-table-border-color:#b6b6b5;--bs-table-striped-bg:#d6d6d5;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#cbcbca;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#d0d0cf;--bs-table-hover-color:#0c0c0b}.table-info,.table-success{--bs-table-color:#0c0c0b;--bs-table-bg:#cce3d4;--bs-table-border-color:#a6b8ac;--bs-table-striped-bg:#c2d8ca;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#b9cec0;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#bed3c5;--bs-table-hover-color:#0c0c0b}.table-info,.table-success,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-warning{--bs-table-color:#0c0c0b;--bs-table-bg:#f1e2cc;--bs-table-border-color:#c3b8a5;--bs-table-striped-bg:#e5d8c2;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#dacdb9;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#e0d2be;--bs-table-hover-color:#0c0c0b}.table-danger{--bs-table-color:#0c0c0b;--bs-table-bg:#f2d4d7;--bs-table-border-color:#c4acae;--bs-table-striped-bg:#e7cacd;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#dbc0c2;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#e1c5c8;--bs-table-hover-color:#0c0c0b}.table-danger,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-light{--bs-table-color:#0c0c0b;--bs-table-bg:#e5e2d8;--bs-table-border-color:#bab7af;--bs-table-striped-bg:#dad7ce;--bs-table-striped-color:#0c0c0b;--bs-table-active-bg:#cfcdc4;--bs-table-active-color:#0c0c0b;--bs-table-hover-bg:#d5d2c9;--bs-table-hover-color:#0c0c0b}.table-dark{--bs-table-color:#fffcf0;--bs-table-bg:#000c04;--bs-table-border-color:#333c33;--bs-table-striped-bg:#0d1810;--bs-table-striped-color:#fffcf0;--bs-table-active-bg:#1a241c;--bs-table-active-color:#fffcf0;--bs-table-hover-bg:#131e16;--bs-table-hover-color:#fffcf0;border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1599.98px){.table-responsive-xxxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.7;margin-bottom:0;padding-bottom:calc(.375rem + var(--bs-border-width));padding-top:calc(.375rem + var(--bs-border-width))}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + var(--bs-border-width));padding-top:calc(.5rem + var(--bs-border-width))}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(var(--bs-border-width));padding-top:calc(var(--bs-border-width))}.form-text{color:var(--bs-secondary-color);font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:var(--bs-secondary-bg);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:var(--bs-secondary-bg);border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);color:var(--bs-body-color);outline:0}.form-control::-webkit-date-and-time-value{height:1.7em;margin:0;min-width:85px}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-tertiary-bg);opacity:1}.form-control::file-selector-button{background-color:var(--bs-secondary);border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;color:var(--bs-secondary-contrast);margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-shift)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0;color:var(--bs-body-color);display:block;line-height:1.7;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:0;font-size:.875rem;min-height:calc(1.7em + var(--bs-border-width)*2);padding:0 6px}.form-control-sm::file-selector-button{margin:0 -6px;margin-inline-end:6px;padding:0 6px}.form-control-lg{border-radius:0;font-size:1.25rem;min-height:calc(1.7em + 1rem + var(--bs-border-width)*2);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.7em + .75rem + var(--bs-border-width)*2)}textarea.form-control-sm{min-height:calc(1.7em + var(--bs-border-width)*2)}textarea.form-control-lg{min-height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-control-color{height:calc(1.7em + .75rem + var(--bs-border-width)*2);padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:0}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:0}.form-control-color.form-control-sm{height:calc(1.7em + var(--bs-border-width)*2)}.form-control-color.form-control-lg{height:calc(1.7em + 1rem + var(--bs-border-width)*2)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333230' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");appearance:none;background-color:var(--bs-secondary-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-body-color);display:block;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-tertiary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:0;font-size:.875rem;padding-bottom:0;padding-left:6px;padding-top:0}.form-select-lg{border-radius:0;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")}.form-check{display:block;margin-bottom:.5rem;min-height:1.57em;padding-left:2.07em}.form-check .form-check-input{float:left;margin-left:-2.07em}.form-check-reverse{padding-left:0;padding-right:2.07em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-2.07em}.form-check-input{--bs-form-check-bg:var(--bs-secondary-bg);appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:var(--bs-border-width) solid var(--bs-secondary);flex-shrink:0;height:1.57em;margin-top:.065em;print-color-adjust:exact;vertical-align:top;width:1.57em}.form-check-input[type=checkbox]{border-radius:0}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#80ba93;box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fffcf0'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#007427;border-color:#007427;--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fffcf0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{filter:none;opacity:1;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:1}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(12, 12, 11, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%237fb993'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fffcf0'/%3E%3C/svg%3E")}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 252, 240, 0.25)'/%3E%3C/svg%3E")}.form-range{appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e5e2d8,0 0 0 .25rem rgba(0,116,39,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e5e2d8,0 0 0 .25rem rgba(0,116,39,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#007427;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3d5be}.form-range::-webkit-slider-runnable-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#007427;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3d5be}.form-range::-moz-range-track{background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + var(--bs-border-width)*2);line-height:1.25;min-height:calc(3.5rem + var(--bs-border-width)*2)}.form-floating>label{border:var(--bs-border-width) solid transparent;color:rgba(var(--bs-body-color-rgb),.65);height:100%;left:0;max-width:100%;overflow:hidden;padding:1rem .75rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-left:.75rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{background-color:var(--bs-secondary-bg);border-radius:0;content:"";height:1.5em;inset:1rem .375rem;position:absolute;z-index:-1}.form-floating>textarea:disabled~label:after{background-color:var(--bs-tertiary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#666560}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:var(--bs-secondary);border:var(--bs-border-width) solid var(--bs-secondary);border-radius:0;color:var(--bs-secondary-contrast);display:flex;font-size:1rem;font-weight:400;line-height:1.7;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:0;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:0;font-size:.875rem;padding:0 6px}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:calc(var(--bs-border-width)*-1)}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:var(--bs-form-valid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:var(--bs-success);border-radius:0;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007427' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-valid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23007427' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.7em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:var(--bs-form-invalid-color);display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:var(--bs-danger);border-radius:0;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c02636' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c02636' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.425em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.85em + .375rem) calc(.85em + .375rem);border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.7em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.425em + .1875rem) right calc(.425em + .1875rem);padding-right:calc(1.7em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c02636' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23c02636' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.85em + .375rem) calc(.85em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.7em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.7;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:0;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,252,240,.15),0 1px 1px rgba(12,12,11,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-primary{--bs-btn-color:#fffcf0;--bs-btn-bg:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#006321;--bs-btn-hover-border-color:#005d1f;--bs-btn-focus-shadow-rgb:38,136,69;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#005d1f;--bs-btn-active-border-color:#00571d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#007427;--bs-btn-disabled-border-color:#007427}.btn-secondary{--bs-btn-color:#fffcf0;--bs-btn-bg:#666560;--bs-btn-border-color:#666560;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#575652;--bs-btn-hover-border-color:#52514d;--bs-btn-focus-shadow-rgb:125,124,118;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#52514d;--bs-btn-active-border-color:#4d4c48;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#666560;--bs-btn-disabled-border-color:#666560}.btn-info,.btn-success{--bs-btn-color:#fffcf0;--bs-btn-bg:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#006321;--bs-btn-hover-border-color:#005d1f;--bs-btn-focus-shadow-rgb:38,136,69;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#005d1f;--bs-btn-active-border-color:#00571d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#007427;--bs-btn-disabled-border-color:#007427}.btn-warning{--bs-btn-color:#0c0c0b;--bs-btn-bg:#b87000;--bs-btn-border-color:#b87000;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#c38526;--bs-btn-hover-border-color:#bf7e1a;--bs-btn-focus-shadow-rgb:158,97,2;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#c68d33;--bs-btn-active-border-color:#bf7e1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#0c0c0b;--bs-btn-disabled-bg:#b87000;--bs-btn-disabled-border-color:#b87000}.btn-danger{--bs-btn-color:#fffcf0;--bs-btn-bg:#c02636;--bs-btn-border-color:#c02636;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#a3202e;--bs-btn-hover-border-color:#9a1e2b;--bs-btn-focus-shadow-rgb:201,70,82;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#9a1e2b;--bs-btn-active-border-color:#901d29;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#c02636;--bs-btn-disabled-border-color:#c02636}.btn-light{--bs-btn-color:#0c0c0b;--bs-btn-bg:#e5e2d8;--bs-btn-border-color:#e5e2d8;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#c3c0b8;--bs-btn-hover-border-color:#b7b5ad;--bs-btn-focus-shadow-rgb:196,194,185;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#b7b5ad;--bs-btn-active-border-color:#acaaa2;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#0c0c0b;--bs-btn-disabled-bg:#e5e2d8;--bs-btn-disabled-border-color:#e5e2d8}.btn-dark{--bs-btn-color:#fffcf0;--bs-btn-bg:#000c04;--bs-btn-border-color:#000c04;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#26302a;--bs-btn-hover-border-color:#1a241d;--bs-btn-focus-shadow-rgb:38,48,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#333c36;--bs-btn-active-border-color:#1a241d;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#000c04;--bs-btn-disabled-border-color:#000c04}.btn-tip{--bs-btn-color:#fffcf0;--bs-btn-bg:#9d3a74;--bs-btn-border-color:#9d3a74;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#853163;--bs-btn-hover-border-color:#7e2e5d;--bs-btn-focus-shadow-rgb:172,87,135;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#7e2e5d;--bs-btn-active-border-color:#762c57;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#fffcf0;--bs-btn-disabled-bg:#9d3a74;--bs-btn-disabled-border-color:#9d3a74}.btn-outline-primary{--bs-btn-color:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#007427;--bs-btn-hover-border-color:#007427;--bs-btn-focus-shadow-rgb:0,116,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#007427;--bs-btn-active-border-color:#007427;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#007427;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#007427;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#666560;--bs-btn-border-color:#666560;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#666560;--bs-btn-hover-border-color:#666560;--bs-btn-focus-shadow-rgb:102,101,96;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#666560;--bs-btn-active-border-color:#666560;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#666560;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#666560;--bs-gradient:none}.btn-outline-info,.btn-outline-success{--bs-btn-color:#007427;--bs-btn-border-color:#007427;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#007427;--bs-btn-hover-border-color:#007427;--bs-btn-focus-shadow-rgb:0,116,39;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#007427;--bs-btn-active-border-color:#007427;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#007427;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#007427;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#b87000;--bs-btn-border-color:#b87000;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#b87000;--bs-btn-hover-border-color:#b87000;--bs-btn-focus-shadow-rgb:184,112,0;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#b87000;--bs-btn-active-border-color:#b87000;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#b87000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#b87000;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#c02636;--bs-btn-border-color:#c02636;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#c02636;--bs-btn-hover-border-color:#c02636;--bs-btn-focus-shadow-rgb:192,38,54;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#c02636;--bs-btn-active-border-color:#c02636;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#c02636;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c02636;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#e5e2d8;--bs-btn-border-color:#e5e2d8;--bs-btn-hover-color:#0c0c0b;--bs-btn-hover-bg:#e5e2d8;--bs-btn-hover-border-color:#e5e2d8;--bs-btn-focus-shadow-rgb:229,226,216;--bs-btn-active-color:#0c0c0b;--bs-btn-active-bg:#e5e2d8;--bs-btn-active-border-color:#e5e2d8;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#e5e2d8;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#e5e2d8;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#000c04;--bs-btn-border-color:#000c04;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#000c04;--bs-btn-hover-border-color:#000c04;--bs-btn-focus-shadow-rgb:0,12,4;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#000c04;--bs-btn-active-border-color:#000c04;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#000c04;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000c04;--bs-gradient:none}.btn-outline-tip{--bs-btn-color:#9d3a74;--bs-btn-border-color:#9d3a74;--bs-btn-hover-color:#fffcf0;--bs-btn-hover-bg:#9d3a74;--bs-btn-hover-border-color:#9d3a74;--bs-btn-focus-shadow-rgb:157,58,116;--bs-btn-active-color:#fffcf0;--bs-btn-active-bg:#9d3a74;--bs-btn-active-border-color:#9d3a74;--bs-btn-active-shadow:inset 0 3px 5px rgba(12,12,11,.125);--bs-btn-disabled-color:#9d3a74;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#9d3a74;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#666560;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:38,136,69;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0;--bs-btn-padding-x:6px;--bs-btn-font-size:1rem;--bs-btn-border-radius:0}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1060;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-secondary-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:0;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:var(--bs-secondary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.75rem;--bs-dropdown-header-color:#666560;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1600px){.dropdown-menu-xxxl-start{--bs-position:start}.dropdown-menu-xxxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxxl-end{--bs-position:end}.dropdown-menu-xxxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.dropdown-menu-dark{--bs-dropdown-color:#b2b0a8;--bs-dropdown-bg:#333230;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#b2b0a8;--bs-dropdown-link-hover-color:#fffcf0;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255,252,240,.15);--bs-dropdown-link-active-color:var(--bs-body-color);--bs-dropdown-link-active-bg:var(--bs-tertiary-bg);--bs-dropdown-link-disabled-color:#7f7e78;--bs-dropdown-header-color:#7f7e78}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:0}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:4.5px;padding-right:4.5px}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-body-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(0,116,39,.25);outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-body-color);--bs-nav-tabs-border-radius:0;--bs-nav-tabs-link-hover-border-color:var(--bs-secondary) var(--bs-secondary) transparent;--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:transparent;--bs-nav-tabs-link-active-border-color:var(--bs-body-color) var(--bs-body-color) var(--bs-secondary-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-pills{--bs-nav-pills-border-radius:0;--bs-nav-pills-link-active-color:var(--bs-secondary-contrast);--bs-nav-pills-link-active-bg:var(--bs-secondary)}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:currentcolor;color:var(--bs-nav-underline-link-active-color);font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.2875rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.375rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(12, 12, 11, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:var(--choco-border-color-adaptive);--bs-navbar-toggler-border-radius:0;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl,.navbar>.container-xxxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1600px){.navbar-expand-xxxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxxl .navbar-nav{flex-direction:row}.navbar-expand-xxxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxxl .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxxl .navbar-toggler{display:none}.navbar-expand-xxxl .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--bs-navbar-nav-link-padding-x);padding-right:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:transparent!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255,252,240,.55);--bs-navbar-hover-color:rgba(255,252,240,.75);--bs-navbar-disabled-color:rgba(255,252,240,.25);--bs-navbar-active-color:#fffcf0;--bs-navbar-brand-color:#fffcf0;--bs-navbar-brand-hover-color:#fffcf0;--bs-navbar-toggler-border-color:rgba(255,252,240,.1)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 252, 240, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--bs-card-spacer-y:2rem;--bs-card-spacer-x:2rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0;--bs-card-box-shadow: ;--bs-card-inner-border-radius:0;--bs-card-cap-padding-y:1rem;--bs-card-cap-padding-x:2rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color:var(--bs-body-color);--bs-card-bg:var(--bs-secondary-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative;word-wrap:break-word;background-clip:border-box;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%230c0c0b' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23002e0f' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366ab7d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366ab7d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-border-radius:0;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:0;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-pagination-active-color:#fffcf0;--bs-pagination-active-bg:#007427;--bs-pagination-active-border-color:#007427;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:1rem;--bs-badge-font-weight:700;--bs-badge-color:var(--bs-body-color);--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:0;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:0 solid var(--bs-alert-border-color);--bs-alert-border-radius:0;--bs-alert-link-color:inherit;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-tip{--bs-alert-color:var(--bs-tip-text-emphasis);--bs-alert-bg:var(--bs-tip-bg-subtle);--bs-alert-border-color:var(--bs-tip-border-subtle);--bs-alert-link-color:var(--bs-tip-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1.5rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-tertiary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fffcf0;--bs-progress-bar-bg:#007427;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,252,240,.15) 25%,transparent 0,transparent 50%,rgba(255,252,240,.15) 0,rgba(255,252,240,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:0;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fffcf0;--bs-list-group-active-bg:#007427;--bs-list-group-active-border-color:#007427;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:not(.active):active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@media (min-width:1600px){.list-group-horizontal-xxxl{flex-direction:row}.list-group-horizontal-xxxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxxl>.list-group-item:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.list-group-item-tip{--bs-list-group-color:var(--bs-tip-text-emphasis);--bs-list-group-bg:var(--bs-tip-bg-subtle);--bs-list-group-border-color:var(--bs-tip-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tip-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-tip-border-subtle);--bs-list-group-active-color:var(--bs-tip-bg-subtle);--bs-list-group-active-bg:var(--bs-tip-text-emphasis);--bs-list-group-active-border-color:var(--bs-tip-text-emphasis)}.btn-close{--bs-btn-close-color:#0c0c0b;--bs-btn-close-bg:none;--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(0,116,39,.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:content-box;filter:var(--bs-btn-close-filter);height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;user-select:none}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0;--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1062;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-secondary-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:0;--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:0;--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.7;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1061;--bs-backdrop-bg:#0c0c0b;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin-bottom:calc(var(--bs-modal-header-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-modal-header-padding-x)*-.5);margin-top:calc(var(--bs-modal-header-padding-y)*-.5);padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}@media (max-width:1599.98px){.modal-fullscreen-xxxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxxl-down .modal-footer,.modal-fullscreen-xxxl-down .modal-header{border-radius:0}.modal-fullscreen-xxxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:0;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;margin:var(--bs-tooltip-margin);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0;--bs-popover-inner-border-radius:0;--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);display:block;font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.7;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid transparent;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fffcf0;display:flex;filter:var(--bs-carousel-control-icon-filter);justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:3.5%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fffcf0;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.5rem;width:1.5rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffcf0' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fffcf0' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:3.5%;margin-right:3.5%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:var(--bs-carousel-indicator-active-bg);border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:15px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:15px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color);left:5%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:5%;text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg:#0c0c0b;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fffcf0;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#0c0c0b;--bs-carousel-caption-color:#fffcf0;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;flex-shrink:0;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl,.offcanvas-xxxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-secondary-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.7}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1599.98px){.offcanvas-xxxl{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}}@media (max-width:1599.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxxl{transition:none}}@media (max-width:1599.98px){.offcanvas-xxxl.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas-xxxl.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxxl.offcanvas-bottom,.offcanvas-xxxl.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxxl.show:not(.hiding),.offcanvas-xxxl.showing{transform:none}.offcanvas-xxxl.hiding,.offcanvas-xxxl.show,.offcanvas-xxxl.showing{visibility:visible}}@media (min-width:1600px){.offcanvas-xxxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxxl .offcanvas-header{display:none}.offcanvas-xxxl .offcanvas-body{background-color:transparent!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--bs-offcanvas-bg);bottom:0;color:var(--bs-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:var(--bs-offcanvas-transition);visibility:hidden;z-index:var(--bs-offcanvas-zindex)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-end{border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--bs-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{background-color:#0c0c0b;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--bs-offcanvas-padding-y)*-.5);margin-left:auto;margin-right:calc(var(--bs-offcanvas-padding-x)*-.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-.5);padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#0c0c0b 55%,rgba(0,0,0,.8) 75%,#0c0c0b 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.focus-ring-tip{--bs-focus-ring-color:rgba(var(--bs-tip-rgb),var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-tip{--bs-border-opacity:1;border-color:rgba(var(--bs-tip-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-0{width:0!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-35{width:35%!important}.w-40{width:40%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-90{width:90%!important}.w-100{width:100%!important}.w-125{width:125%!important}.w-130{width:130%!important}.w-200{width:200%!important}.w-250{width:250%!important}.w-300{width:300%!important}.w-400{width:400%!important}.w-500{width:500%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-0{height:0!important}.h-5{height:5%!important}.h-10{height:10%!important}.h-15{height:15%!important}.h-20{height:20%!important}.h-25{height:25%!important}.h-30{height:30%!important}.h-35{height:35%!important}.h-40{height:40%!important}.h-50{height:50%!important}.h-60{height:60%!important}.h-65{height:65%!important}.h-70{height:70%!important}.h-75{height:75%!important}.h-80{height:80%!important}.h-90{height:90%!important}.h-100{height:100%!important}.h-125{height:125%!important}.h-130{height:130%!important}.h-200{height:200%!important}.h-250{height:250%!important}.h-300{height:300%!important}.h-400{height:400%!important}.h-500{height:500%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:6rem!important}.m-7{margin:12rem!important}.m-8{margin:20rem!important}.m-c45{margin:.45rem!important}.m-c75{margin:.75rem!important}.m-c1-25{margin:1.25rem!important}.m-c1-75{margin:1.75rem!important}.m-c2{margin:2rem!important}.m-c2-25{margin:2.25rem!important}.m-c2-75{margin:2.75rem!important}.m-c3-75{margin:3.75rem!important}.m-c4{margin:4rem!important}.m-c4-5{margin:4.5rem!important}.m-c4-75{margin:4.75rem!important}.m-c5{margin:5rem!important}.m-c6{margin:6rem!important}.m-c7{margin:7rem!important}.m-c5-px{margin:5px!important}.m-c10-px{margin:10px!important}.m-c15-px{margin:15px!important}.m-c20-px{margin:20px!important}.m-c30-px{margin:30px!important}.m-c35-px{margin:35px!important}.m-c40-px{margin:40px!important}.m-c50-px{margin:50px!important}.m-c60-px{margin:60px!important}.m-c65-px{margin:65px!important}.m-c70-px{margin:70px!important}.m-c75-px{margin:75px!important}.m-c80-px{margin:80px!important}.m-c90-px{margin:90px!important}.m-c100-px{margin:100px!important}.m-c125-px{margin:125px!important}.m-c130-px{margin:130px!important}.m-c200-px{margin:200px!important}.m-c250-px{margin:250px!important}.m-c300-px{margin:300px!important}.m-c400-px{margin:400px!important}.m-c500-px{margin:500px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.mx-7{margin-left:12rem!important;margin-right:12rem!important}.mx-8{margin-left:20rem!important;margin-right:20rem!important}.mx-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:6rem!important}.mt-7{margin-top:12rem!important}.mt-8{margin-top:20rem!important}.mt-c45{margin-top:.45rem!important}.mt-c75{margin-top:.75rem!important}.mt-c1-25{margin-top:1.25rem!important}.mt-c1-75{margin-top:1.75rem!important}.mt-c2{margin-top:2rem!important}.mt-c2-25{margin-top:2.25rem!important}.mt-c2-75{margin-top:2.75rem!important}.mt-c3-75{margin-top:3.75rem!important}.mt-c4{margin-top:4rem!important}.mt-c4-5{margin-top:4.5rem!important}.mt-c4-75{margin-top:4.75rem!important}.mt-c5{margin-top:5rem!important}.mt-c6{margin-top:6rem!important}.mt-c7{margin-top:7rem!important}.mt-c5-px{margin-top:5px!important}.mt-c10-px{margin-top:10px!important}.mt-c15-px{margin-top:15px!important}.mt-c20-px{margin-top:20px!important}.mt-c30-px{margin-top:30px!important}.mt-c35-px{margin-top:35px!important}.mt-c40-px{margin-top:40px!important}.mt-c50-px{margin-top:50px!important}.mt-c60-px{margin-top:60px!important}.mt-c65-px{margin-top:65px!important}.mt-c70-px{margin-top:70px!important}.mt-c75-px{margin-top:75px!important}.mt-c80-px{margin-top:80px!important}.mt-c90-px{margin-top:90px!important}.mt-c100-px{margin-top:100px!important}.mt-c125-px{margin-top:125px!important}.mt-c130-px{margin-top:130px!important}.mt-c200-px{margin-top:200px!important}.mt-c250-px{margin-top:250px!important}.mt-c300-px{margin-top:300px!important}.mt-c400-px{margin-top:400px!important}.mt-c500-px{margin-top:500px!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:6rem!important}.me-7{margin-right:12rem!important}.me-8{margin-right:20rem!important}.me-c45{margin-right:.45rem!important}.me-c75{margin-right:.75rem!important}.me-c1-25{margin-right:1.25rem!important}.me-c1-75{margin-right:1.75rem!important}.me-c2{margin-right:2rem!important}.me-c2-25{margin-right:2.25rem!important}.me-c2-75{margin-right:2.75rem!important}.me-c3-75{margin-right:3.75rem!important}.me-c4{margin-right:4rem!important}.me-c4-5{margin-right:4.5rem!important}.me-c4-75{margin-right:4.75rem!important}.me-c5{margin-right:5rem!important}.me-c6{margin-right:6rem!important}.me-c7{margin-right:7rem!important}.me-c5-px{margin-right:5px!important}.me-c10-px{margin-right:10px!important}.me-c15-px{margin-right:15px!important}.me-c20-px{margin-right:20px!important}.me-c30-px{margin-right:30px!important}.me-c35-px{margin-right:35px!important}.me-c40-px{margin-right:40px!important}.me-c50-px{margin-right:50px!important}.me-c60-px{margin-right:60px!important}.me-c65-px{margin-right:65px!important}.me-c70-px{margin-right:70px!important}.me-c75-px{margin-right:75px!important}.me-c80-px{margin-right:80px!important}.me-c90-px{margin-right:90px!important}.me-c100-px{margin-right:100px!important}.me-c125-px{margin-right:125px!important}.me-c130-px{margin-right:130px!important}.me-c200-px{margin-right:200px!important}.me-c250-px{margin-right:250px!important}.me-c300-px{margin-right:300px!important}.me-c400-px{margin-right:400px!important}.me-c500-px{margin-right:500px!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:6rem!important}.mb-7{margin-bottom:12rem!important}.mb-8{margin-bottom:20rem!important}.mb-c45{margin-bottom:.45rem!important}.mb-c75{margin-bottom:.75rem!important}.mb-c1-25{margin-bottom:1.25rem!important}.mb-c1-75{margin-bottom:1.75rem!important}.mb-c2{margin-bottom:2rem!important}.mb-c2-25{margin-bottom:2.25rem!important}.mb-c2-75{margin-bottom:2.75rem!important}.mb-c3-75{margin-bottom:3.75rem!important}.mb-c4{margin-bottom:4rem!important}.mb-c4-5{margin-bottom:4.5rem!important}.mb-c4-75{margin-bottom:4.75rem!important}.mb-c5{margin-bottom:5rem!important}.mb-c6{margin-bottom:6rem!important}.mb-c7{margin-bottom:7rem!important}.mb-c5-px{margin-bottom:5px!important}.mb-c10-px{margin-bottom:10px!important}.mb-c15-px{margin-bottom:15px!important}.mb-c20-px{margin-bottom:20px!important}.mb-c30-px{margin-bottom:30px!important}.mb-c35-px{margin-bottom:35px!important}.mb-c40-px{margin-bottom:40px!important}.mb-c50-px{margin-bottom:50px!important}.mb-c60-px{margin-bottom:60px!important}.mb-c65-px{margin-bottom:65px!important}.mb-c70-px{margin-bottom:70px!important}.mb-c75-px{margin-bottom:75px!important}.mb-c80-px{margin-bottom:80px!important}.mb-c90-px{margin-bottom:90px!important}.mb-c100-px{margin-bottom:100px!important}.mb-c125-px{margin-bottom:125px!important}.mb-c130-px{margin-bottom:130px!important}.mb-c200-px{margin-bottom:200px!important}.mb-c250-px{margin-bottom:250px!important}.mb-c300-px{margin-bottom:300px!important}.mb-c400-px{margin-bottom:400px!important}.mb-c500-px{margin-bottom:500px!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:6rem!important}.ms-7{margin-left:12rem!important}.ms-8{margin-left:20rem!important}.ms-c45{margin-left:.45rem!important}.ms-c75{margin-left:.75rem!important}.ms-c1-25{margin-left:1.25rem!important}.ms-c1-75{margin-left:1.75rem!important}.ms-c2{margin-left:2rem!important}.ms-c2-25{margin-left:2.25rem!important}.ms-c2-75{margin-left:2.75rem!important}.ms-c3-75{margin-left:3.75rem!important}.ms-c4{margin-left:4rem!important}.ms-c4-5{margin-left:4.5rem!important}.ms-c4-75{margin-left:4.75rem!important}.ms-c5{margin-left:5rem!important}.ms-c6{margin-left:6rem!important}.ms-c7{margin-left:7rem!important}.ms-c5-px{margin-left:5px!important}.ms-c10-px{margin-left:10px!important}.ms-c15-px{margin-left:15px!important}.ms-c20-px{margin-left:20px!important}.ms-c30-px{margin-left:30px!important}.ms-c35-px{margin-left:35px!important}.ms-c40-px{margin-left:40px!important}.ms-c50-px{margin-left:50px!important}.ms-c60-px{margin-left:60px!important}.ms-c65-px{margin-left:65px!important}.ms-c70-px{margin-left:70px!important}.ms-c75-px{margin-left:75px!important}.ms-c80-px{margin-left:80px!important}.ms-c90-px{margin-left:90px!important}.ms-c100-px{margin-left:100px!important}.ms-c125-px{margin-left:125px!important}.ms-c130-px{margin-left:130px!important}.ms-c200-px{margin-left:200px!important}.ms-c250-px{margin-left:250px!important}.ms-c300-px{margin-left:300px!important}.ms-c400-px{margin-left:400px!important}.ms-c500-px{margin-left:500px!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-6rem!important}.m-n7{margin:-12rem!important}.m-n8{margin:-20rem!important}.m-nc45{margin:-.45rem!important}.m-nc75{margin:-.75rem!important}.m-nc1-25{margin:-1.25rem!important}.m-nc1-75{margin:-1.75rem!important}.m-nc2{margin:-2rem!important}.m-nc2-25{margin:-2.25rem!important}.m-nc2-75{margin:-2.75rem!important}.m-nc3-75{margin:-3.75rem!important}.m-nc4{margin:-4rem!important}.m-nc4-5{margin:-4.5rem!important}.m-nc4-75{margin:-4.75rem!important}.m-nc5{margin:-5rem!important}.m-nc6{margin:-6rem!important}.m-nc7{margin:-7rem!important}.m-nc5-px{margin:-5px!important}.m-nc10-px{margin:-10px!important}.m-nc15-px{margin:-15px!important}.m-nc20-px{margin:-20px!important}.m-nc30-px{margin:-30px!important}.m-nc35-px{margin:-35px!important}.m-nc40-px{margin:-40px!important}.m-nc50-px{margin:-50px!important}.m-nc60-px{margin:-60px!important}.m-nc65-px{margin:-65px!important}.m-nc70-px{margin:-70px!important}.m-nc75-px{margin:-75px!important}.m-nc80-px{margin:-80px!important}.m-nc90-px{margin:-90px!important}.m-nc100-px{margin:-100px!important}.m-nc125-px{margin:-125px!important}.m-nc130-px{margin:-130px!important}.m-nc200-px{margin:-200px!important}.m-nc250-px{margin:-250px!important}.m-nc300-px{margin:-300px!important}.m-nc400-px{margin:-400px!important}.m-nc500-px{margin:-500px!important}.mx-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-6rem!important}.mt-n7{margin-top:-12rem!important}.mt-n8{margin-top:-20rem!important}.mt-nc45{margin-top:-.45rem!important}.mt-nc75{margin-top:-.75rem!important}.mt-nc1-25{margin-top:-1.25rem!important}.mt-nc1-75{margin-top:-1.75rem!important}.mt-nc2{margin-top:-2rem!important}.mt-nc2-25{margin-top:-2.25rem!important}.mt-nc2-75{margin-top:-2.75rem!important}.mt-nc3-75{margin-top:-3.75rem!important}.mt-nc4{margin-top:-4rem!important}.mt-nc4-5{margin-top:-4.5rem!important}.mt-nc4-75{margin-top:-4.75rem!important}.mt-nc5{margin-top:-5rem!important}.mt-nc6{margin-top:-6rem!important}.mt-nc7{margin-top:-7rem!important}.mt-nc5-px{margin-top:-5px!important}.mt-nc10-px{margin-top:-10px!important}.mt-nc15-px{margin-top:-15px!important}.mt-nc20-px{margin-top:-20px!important}.mt-nc30-px{margin-top:-30px!important}.mt-nc35-px{margin-top:-35px!important}.mt-nc40-px{margin-top:-40px!important}.mt-nc50-px{margin-top:-50px!important}.mt-nc60-px{margin-top:-60px!important}.mt-nc65-px{margin-top:-65px!important}.mt-nc70-px{margin-top:-70px!important}.mt-nc75-px{margin-top:-75px!important}.mt-nc80-px{margin-top:-80px!important}.mt-nc90-px{margin-top:-90px!important}.mt-nc100-px{margin-top:-100px!important}.mt-nc125-px{margin-top:-125px!important}.mt-nc130-px{margin-top:-130px!important}.mt-nc200-px{margin-top:-200px!important}.mt-nc250-px{margin-top:-250px!important}.mt-nc300-px{margin-top:-300px!important}.mt-nc400-px{margin-top:-400px!important}.mt-nc500-px{margin-top:-500px!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-6rem!important}.me-n7{margin-right:-12rem!important}.me-n8{margin-right:-20rem!important}.me-nc45{margin-right:-.45rem!important}.me-nc75{margin-right:-.75rem!important}.me-nc1-25{margin-right:-1.25rem!important}.me-nc1-75{margin-right:-1.75rem!important}.me-nc2{margin-right:-2rem!important}.me-nc2-25{margin-right:-2.25rem!important}.me-nc2-75{margin-right:-2.75rem!important}.me-nc3-75{margin-right:-3.75rem!important}.me-nc4{margin-right:-4rem!important}.me-nc4-5{margin-right:-4.5rem!important}.me-nc4-75{margin-right:-4.75rem!important}.me-nc5{margin-right:-5rem!important}.me-nc6{margin-right:-6rem!important}.me-nc7{margin-right:-7rem!important}.me-nc5-px{margin-right:-5px!important}.me-nc10-px{margin-right:-10px!important}.me-nc15-px{margin-right:-15px!important}.me-nc20-px{margin-right:-20px!important}.me-nc30-px{margin-right:-30px!important}.me-nc35-px{margin-right:-35px!important}.me-nc40-px{margin-right:-40px!important}.me-nc50-px{margin-right:-50px!important}.me-nc60-px{margin-right:-60px!important}.me-nc65-px{margin-right:-65px!important}.me-nc70-px{margin-right:-70px!important}.me-nc75-px{margin-right:-75px!important}.me-nc80-px{margin-right:-80px!important}.me-nc90-px{margin-right:-90px!important}.me-nc100-px{margin-right:-100px!important}.me-nc125-px{margin-right:-125px!important}.me-nc130-px{margin-right:-130px!important}.me-nc200-px{margin-right:-200px!important}.me-nc250-px{margin-right:-250px!important}.me-nc300-px{margin-right:-300px!important}.me-nc400-px{margin-right:-400px!important}.me-nc500-px{margin-right:-500px!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-6rem!important}.mb-n7{margin-bottom:-12rem!important}.mb-n8{margin-bottom:-20rem!important}.mb-nc45{margin-bottom:-.45rem!important}.mb-nc75{margin-bottom:-.75rem!important}.mb-nc1-25{margin-bottom:-1.25rem!important}.mb-nc1-75{margin-bottom:-1.75rem!important}.mb-nc2{margin-bottom:-2rem!important}.mb-nc2-25{margin-bottom:-2.25rem!important}.mb-nc2-75{margin-bottom:-2.75rem!important}.mb-nc3-75{margin-bottom:-3.75rem!important}.mb-nc4{margin-bottom:-4rem!important}.mb-nc4-5{margin-bottom:-4.5rem!important}.mb-nc4-75{margin-bottom:-4.75rem!important}.mb-nc5{margin-bottom:-5rem!important}.mb-nc6{margin-bottom:-6rem!important}.mb-nc7{margin-bottom:-7rem!important}.mb-nc5-px{margin-bottom:-5px!important}.mb-nc10-px{margin-bottom:-10px!important}.mb-nc15-px{margin-bottom:-15px!important}.mb-nc20-px{margin-bottom:-20px!important}.mb-nc30-px{margin-bottom:-30px!important}.mb-nc35-px{margin-bottom:-35px!important}.mb-nc40-px{margin-bottom:-40px!important}.mb-nc50-px{margin-bottom:-50px!important}.mb-nc60-px{margin-bottom:-60px!important}.mb-nc65-px{margin-bottom:-65px!important}.mb-nc70-px{margin-bottom:-70px!important}.mb-nc75-px{margin-bottom:-75px!important}.mb-nc80-px{margin-bottom:-80px!important}.mb-nc90-px{margin-bottom:-90px!important}.mb-nc100-px{margin-bottom:-100px!important}.mb-nc125-px{margin-bottom:-125px!important}.mb-nc130-px{margin-bottom:-130px!important}.mb-nc200-px{margin-bottom:-200px!important}.mb-nc250-px{margin-bottom:-250px!important}.mb-nc300-px{margin-bottom:-300px!important}.mb-nc400-px{margin-bottom:-400px!important}.mb-nc500-px{margin-bottom:-500px!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-6rem!important}.ms-n7{margin-left:-12rem!important}.ms-n8{margin-left:-20rem!important}.ms-nc45{margin-left:-.45rem!important}.ms-nc75{margin-left:-.75rem!important}.ms-nc1-25{margin-left:-1.25rem!important}.ms-nc1-75{margin-left:-1.75rem!important}.ms-nc2{margin-left:-2rem!important}.ms-nc2-25{margin-left:-2.25rem!important}.ms-nc2-75{margin-left:-2.75rem!important}.ms-nc3-75{margin-left:-3.75rem!important}.ms-nc4{margin-left:-4rem!important}.ms-nc4-5{margin-left:-4.5rem!important}.ms-nc4-75{margin-left:-4.75rem!important}.ms-nc5{margin-left:-5rem!important}.ms-nc6{margin-left:-6rem!important}.ms-nc7{margin-left:-7rem!important}.ms-nc5-px{margin-left:-5px!important}.ms-nc10-px{margin-left:-10px!important}.ms-nc15-px{margin-left:-15px!important}.ms-nc20-px{margin-left:-20px!important}.ms-nc30-px{margin-left:-30px!important}.ms-nc35-px{margin-left:-35px!important}.ms-nc40-px{margin-left:-40px!important}.ms-nc50-px{margin-left:-50px!important}.ms-nc60-px{margin-left:-60px!important}.ms-nc65-px{margin-left:-65px!important}.ms-nc70-px{margin-left:-70px!important}.ms-nc75-px{margin-left:-75px!important}.ms-nc80-px{margin-left:-80px!important}.ms-nc90-px{margin-left:-90px!important}.ms-nc100-px{margin-left:-100px!important}.ms-nc125-px{margin-left:-125px!important}.ms-nc130-px{margin-left:-130px!important}.ms-nc200-px{margin-left:-200px!important}.ms-nc250-px{margin-left:-250px!important}.ms-nc300-px{margin-left:-300px!important}.ms-nc400-px{margin-left:-400px!important}.ms-nc500-px{margin-left:-500px!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:6rem!important}.p-7{padding:12rem!important}.p-8{padding:20rem!important}.p-c45{padding:.45rem!important}.p-c75{padding:.75rem!important}.p-c1-25{padding:1.25rem!important}.p-c1-75{padding:1.75rem!important}.p-c2{padding:2rem!important}.p-c2-25{padding:2.25rem!important}.p-c2-75{padding:2.75rem!important}.p-c3-75{padding:3.75rem!important}.p-c4{padding:4rem!important}.p-c4-5{padding:4.5rem!important}.p-c4-75{padding:4.75rem!important}.p-c5{padding:5rem!important}.p-c6{padding:6rem!important}.p-c7{padding:7rem!important}.p-c5-px{padding:5px!important}.p-c10-px{padding:10px!important}.p-c15-px{padding:15px!important}.p-c20-px{padding:20px!important}.p-c30-px{padding:30px!important}.p-c35-px{padding:35px!important}.p-c40-px{padding:40px!important}.p-c50-px{padding:50px!important}.p-c60-px{padding:60px!important}.p-c65-px{padding:65px!important}.p-c70-px{padding:70px!important}.p-c75-px{padding:75px!important}.p-c80-px{padding:80px!important}.p-c90-px{padding:90px!important}.p-c100-px{padding:100px!important}.p-c125-px{padding:125px!important}.p-c130-px{padding:130px!important}.p-c200-px{padding:200px!important}.p-c250-px{padding:250px!important}.p-c300-px{padding:300px!important}.p-c400-px{padding:400px!important}.p-c500-px{padding:500px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:6rem!important;padding-right:6rem!important}.px-7{padding-left:12rem!important;padding-right:12rem!important}.px-8{padding-left:20rem!important;padding-right:20rem!important}.px-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-c2{padding-left:2rem!important;padding-right:2rem!important}.px-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-c4{padding-left:4rem!important;padding-right:4rem!important}.px-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-c5{padding-left:5rem!important;padding-right:5rem!important}.px-c6{padding-left:6rem!important;padding-right:6rem!important}.px-c7{padding-left:7rem!important;padding-right:7rem!important}.px-c5-px{padding-left:5px!important;padding-right:5px!important}.px-c10-px{padding-left:10px!important;padding-right:10px!important}.px-c15-px{padding-left:15px!important;padding-right:15px!important}.px-c20-px{padding-left:20px!important;padding-right:20px!important}.px-c30-px{padding-left:30px!important;padding-right:30px!important}.px-c35-px{padding-left:35px!important;padding-right:35px!important}.px-c40-px{padding-left:40px!important;padding-right:40px!important}.px-c50-px{padding-left:50px!important;padding-right:50px!important}.px-c60-px{padding-left:60px!important;padding-right:60px!important}.px-c65-px{padding-left:65px!important;padding-right:65px!important}.px-c70-px{padding-left:70px!important;padding-right:70px!important}.px-c75-px{padding-left:75px!important;padding-right:75px!important}.px-c80-px{padding-left:80px!important;padding-right:80px!important}.px-c90-px{padding-left:90px!important;padding-right:90px!important}.px-c100-px{padding-left:100px!important;padding-right:100px!important}.px-c125-px{padding-left:125px!important;padding-right:125px!important}.px-c130-px{padding-left:130px!important;padding-right:130px!important}.px-c200-px{padding-left:200px!important;padding-right:200px!important}.px-c250-px{padding-left:250px!important;padding-right:250px!important}.px-c300-px{padding-left:300px!important;padding-right:300px!important}.px-c400-px{padding-left:400px!important;padding-right:400px!important}.px-c500-px{padding-left:500px!important;padding-right:500px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:6rem!important}.pt-7{padding-top:12rem!important}.pt-8{padding-top:20rem!important}.pt-c45{padding-top:.45rem!important}.pt-c75{padding-top:.75rem!important}.pt-c1-25{padding-top:1.25rem!important}.pt-c1-75{padding-top:1.75rem!important}.pt-c2{padding-top:2rem!important}.pt-c2-25{padding-top:2.25rem!important}.pt-c2-75{padding-top:2.75rem!important}.pt-c3-75{padding-top:3.75rem!important}.pt-c4{padding-top:4rem!important}.pt-c4-5{padding-top:4.5rem!important}.pt-c4-75{padding-top:4.75rem!important}.pt-c5{padding-top:5rem!important}.pt-c6{padding-top:6rem!important}.pt-c7{padding-top:7rem!important}.pt-c5-px{padding-top:5px!important}.pt-c10-px{padding-top:10px!important}.pt-c15-px{padding-top:15px!important}.pt-c20-px{padding-top:20px!important}.pt-c30-px{padding-top:30px!important}.pt-c35-px{padding-top:35px!important}.pt-c40-px{padding-top:40px!important}.pt-c50-px{padding-top:50px!important}.pt-c60-px{padding-top:60px!important}.pt-c65-px{padding-top:65px!important}.pt-c70-px{padding-top:70px!important}.pt-c75-px{padding-top:75px!important}.pt-c80-px{padding-top:80px!important}.pt-c90-px{padding-top:90px!important}.pt-c100-px{padding-top:100px!important}.pt-c125-px{padding-top:125px!important}.pt-c130-px{padding-top:130px!important}.pt-c200-px{padding-top:200px!important}.pt-c250-px{padding-top:250px!important}.pt-c300-px{padding-top:300px!important}.pt-c400-px{padding-top:400px!important}.pt-c500-px{padding-top:500px!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:6rem!important}.pe-7{padding-right:12rem!important}.pe-8{padding-right:20rem!important}.pe-c45{padding-right:.45rem!important}.pe-c75{padding-right:.75rem!important}.pe-c1-25{padding-right:1.25rem!important}.pe-c1-75{padding-right:1.75rem!important}.pe-c2{padding-right:2rem!important}.pe-c2-25{padding-right:2.25rem!important}.pe-c2-75{padding-right:2.75rem!important}.pe-c3-75{padding-right:3.75rem!important}.pe-c4{padding-right:4rem!important}.pe-c4-5{padding-right:4.5rem!important}.pe-c4-75{padding-right:4.75rem!important}.pe-c5{padding-right:5rem!important}.pe-c6{padding-right:6rem!important}.pe-c7{padding-right:7rem!important}.pe-c5-px{padding-right:5px!important}.pe-c10-px{padding-right:10px!important}.pe-c15-px{padding-right:15px!important}.pe-c20-px{padding-right:20px!important}.pe-c30-px{padding-right:30px!important}.pe-c35-px{padding-right:35px!important}.pe-c40-px{padding-right:40px!important}.pe-c50-px{padding-right:50px!important}.pe-c60-px{padding-right:60px!important}.pe-c65-px{padding-right:65px!important}.pe-c70-px{padding-right:70px!important}.pe-c75-px{padding-right:75px!important}.pe-c80-px{padding-right:80px!important}.pe-c90-px{padding-right:90px!important}.pe-c100-px{padding-right:100px!important}.pe-c125-px{padding-right:125px!important}.pe-c130-px{padding-right:130px!important}.pe-c200-px{padding-right:200px!important}.pe-c250-px{padding-right:250px!important}.pe-c300-px{padding-right:300px!important}.pe-c400-px{padding-right:400px!important}.pe-c500-px{padding-right:500px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:6rem!important}.pb-7{padding-bottom:12rem!important}.pb-8{padding-bottom:20rem!important}.pb-c45{padding-bottom:.45rem!important}.pb-c75{padding-bottom:.75rem!important}.pb-c1-25{padding-bottom:1.25rem!important}.pb-c1-75{padding-bottom:1.75rem!important}.pb-c2{padding-bottom:2rem!important}.pb-c2-25{padding-bottom:2.25rem!important}.pb-c2-75{padding-bottom:2.75rem!important}.pb-c3-75{padding-bottom:3.75rem!important}.pb-c4{padding-bottom:4rem!important}.pb-c4-5{padding-bottom:4.5rem!important}.pb-c4-75{padding-bottom:4.75rem!important}.pb-c5{padding-bottom:5rem!important}.pb-c6{padding-bottom:6rem!important}.pb-c7{padding-bottom:7rem!important}.pb-c5-px{padding-bottom:5px!important}.pb-c10-px{padding-bottom:10px!important}.pb-c15-px{padding-bottom:15px!important}.pb-c20-px{padding-bottom:20px!important}.pb-c30-px{padding-bottom:30px!important}.pb-c35-px{padding-bottom:35px!important}.pb-c40-px{padding-bottom:40px!important}.pb-c50-px{padding-bottom:50px!important}.pb-c60-px{padding-bottom:60px!important}.pb-c65-px{padding-bottom:65px!important}.pb-c70-px{padding-bottom:70px!important}.pb-c75-px{padding-bottom:75px!important}.pb-c80-px{padding-bottom:80px!important}.pb-c90-px{padding-bottom:90px!important}.pb-c100-px{padding-bottom:100px!important}.pb-c125-px{padding-bottom:125px!important}.pb-c130-px{padding-bottom:130px!important}.pb-c200-px{padding-bottom:200px!important}.pb-c250-px{padding-bottom:250px!important}.pb-c300-px{padding-bottom:300px!important}.pb-c400-px{padding-bottom:400px!important}.pb-c500-px{padding-bottom:500px!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:6rem!important}.ps-7{padding-left:12rem!important}.ps-8{padding-left:20rem!important}.ps-c45{padding-left:.45rem!important}.ps-c75{padding-left:.75rem!important}.ps-c1-25{padding-left:1.25rem!important}.ps-c1-75{padding-left:1.75rem!important}.ps-c2{padding-left:2rem!important}.ps-c2-25{padding-left:2.25rem!important}.ps-c2-75{padding-left:2.75rem!important}.ps-c3-75{padding-left:3.75rem!important}.ps-c4{padding-left:4rem!important}.ps-c4-5{padding-left:4.5rem!important}.ps-c4-75{padding-left:4.75rem!important}.ps-c5{padding-left:5rem!important}.ps-c6{padding-left:6rem!important}.ps-c7{padding-left:7rem!important}.ps-c5-px{padding-left:5px!important}.ps-c10-px{padding-left:10px!important}.ps-c15-px{padding-left:15px!important}.ps-c20-px{padding-left:20px!important}.ps-c30-px{padding-left:30px!important}.ps-c35-px{padding-left:35px!important}.ps-c40-px{padding-left:40px!important}.ps-c50-px{padding-left:50px!important}.ps-c60-px{padding-left:60px!important}.ps-c65-px{padding-left:65px!important}.ps-c70-px{padding-left:70px!important}.ps-c75-px{padding-left:75px!important}.ps-c80-px{padding-left:80px!important}.ps-c90-px{padding-left:90px!important}.ps-c100-px{padding-left:100px!important}.ps-c125-px{padding-left:125px!important}.ps-c130-px{padding-left:130px!important}.ps-c200-px{padding-left:200px!important}.ps-c250-px{padding-left:250px!important}.ps-c300-px{padding-left:300px!important}.ps-c400-px{padding-left:400px!important}.ps-c500-px{padding-left:500px!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:6rem!important}.gap-7{gap:12rem!important}.gap-8{gap:20rem!important}.gap-c45{gap:.45rem!important}.gap-c75{gap:.75rem!important}.gap-c1-25{gap:1.25rem!important}.gap-c1-75{gap:1.75rem!important}.gap-c2{gap:2rem!important}.gap-c2-25{gap:2.25rem!important}.gap-c2-75{gap:2.75rem!important}.gap-c3-75{gap:3.75rem!important}.gap-c4{gap:4rem!important}.gap-c4-5{gap:4.5rem!important}.gap-c4-75{gap:4.75rem!important}.gap-c5{gap:5rem!important}.gap-c6{gap:6rem!important}.gap-c7{gap:7rem!important}.gap-c5-px{gap:5px!important}.gap-c10-px{gap:10px!important}.gap-c15-px{gap:15px!important}.gap-c20-px{gap:20px!important}.gap-c30-px{gap:30px!important}.gap-c35-px{gap:35px!important}.gap-c40-px{gap:40px!important}.gap-c50-px{gap:50px!important}.gap-c60-px{gap:60px!important}.gap-c65-px{gap:65px!important}.gap-c70-px{gap:70px!important}.gap-c75-px{gap:75px!important}.gap-c80-px{gap:80px!important}.gap-c90-px{gap:90px!important}.gap-c100-px{gap:100px!important}.gap-c125-px{gap:125px!important}.gap-c130-px{gap:130px!important}.gap-c200-px{gap:200px!important}.gap-c250-px{gap:250px!important}.gap-c300-px{gap:300px!important}.gap-c400-px{gap:400px!important}.gap-c500-px{gap:500px!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.row-gap-6{row-gap:6rem!important}.row-gap-7{row-gap:12rem!important}.row-gap-8{row-gap:20rem!important}.row-gap-c45{row-gap:.45rem!important}.row-gap-c75{row-gap:.75rem!important}.row-gap-c1-25{row-gap:1.25rem!important}.row-gap-c1-75{row-gap:1.75rem!important}.row-gap-c2{row-gap:2rem!important}.row-gap-c2-25{row-gap:2.25rem!important}.row-gap-c2-75{row-gap:2.75rem!important}.row-gap-c3-75{row-gap:3.75rem!important}.row-gap-c4{row-gap:4rem!important}.row-gap-c4-5{row-gap:4.5rem!important}.row-gap-c4-75{row-gap:4.75rem!important}.row-gap-c5{row-gap:5rem!important}.row-gap-c6{row-gap:6rem!important}.row-gap-c7{row-gap:7rem!important}.row-gap-c5-px{row-gap:5px!important}.row-gap-c10-px{row-gap:10px!important}.row-gap-c15-px{row-gap:15px!important}.row-gap-c20-px{row-gap:20px!important}.row-gap-c30-px{row-gap:30px!important}.row-gap-c35-px{row-gap:35px!important}.row-gap-c40-px{row-gap:40px!important}.row-gap-c50-px{row-gap:50px!important}.row-gap-c60-px{row-gap:60px!important}.row-gap-c65-px{row-gap:65px!important}.row-gap-c70-px{row-gap:70px!important}.row-gap-c75-px{row-gap:75px!important}.row-gap-c80-px{row-gap:80px!important}.row-gap-c90-px{row-gap:90px!important}.row-gap-c100-px{row-gap:100px!important}.row-gap-c125-px{row-gap:125px!important}.row-gap-c130-px{row-gap:130px!important}.row-gap-c200-px{row-gap:200px!important}.row-gap-c250-px{row-gap:250px!important}.row-gap-c300-px{row-gap:300px!important}.row-gap-c400-px{row-gap:400px!important}.row-gap-c500-px{row-gap:500px!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.column-gap-6{column-gap:6rem!important}.column-gap-7{column-gap:12rem!important}.column-gap-8{column-gap:20rem!important}.column-gap-c45{column-gap:.45rem!important}.column-gap-c75{column-gap:.75rem!important}.column-gap-c1-25{column-gap:1.25rem!important}.column-gap-c1-75{column-gap:1.75rem!important}.column-gap-c2{column-gap:2rem!important}.column-gap-c2-25{column-gap:2.25rem!important}.column-gap-c2-75{column-gap:2.75rem!important}.column-gap-c3-75{column-gap:3.75rem!important}.column-gap-c4{column-gap:4rem!important}.column-gap-c4-5{column-gap:4.5rem!important}.column-gap-c4-75{column-gap:4.75rem!important}.column-gap-c5{column-gap:5rem!important}.column-gap-c6{column-gap:6rem!important}.column-gap-c7{column-gap:7rem!important}.column-gap-c5-px{column-gap:5px!important}.column-gap-c10-px{column-gap:10px!important}.column-gap-c15-px{column-gap:15px!important}.column-gap-c20-px{column-gap:20px!important}.column-gap-c30-px{column-gap:30px!important}.column-gap-c35-px{column-gap:35px!important}.column-gap-c40-px{column-gap:40px!important}.column-gap-c50-px{column-gap:50px!important}.column-gap-c60-px{column-gap:60px!important}.column-gap-c65-px{column-gap:65px!important}.column-gap-c70-px{column-gap:70px!important}.column-gap-c75-px{column-gap:75px!important}.column-gap-c80-px{column-gap:80px!important}.column-gap-c90-px{column-gap:90px!important}.column-gap-c100-px{column-gap:100px!important}.column-gap-c125-px{column-gap:125px!important}.column-gap-c130-px{column-gap:130px!important}.column-gap-c200-px{column-gap:200px!important}.column-gap-c250-px{column-gap:250px!important}.column-gap-c300-px{column-gap:300px!important}.column-gap-c400-px{column-gap:400px!important}.column-gap-c500-px{column-gap:500px!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.7!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-tip{--bs-text-opacity:1;color:rgba(var(--bs-tip-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(12,12,11,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,252,240,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-tip{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-tip-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark,.bg-tip{--bs-bg-opacity:1}.bg-tip{background-color:rgba(var(--bs-tip-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rounded-end-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-1021{z-index:1021!important}.z-1070{z-index:1070!important}.z-2000{z-index:2000!important}.rotate-10{transform:rotate(10deg)!important}.rotate-20{transform:rotate(20deg)!important}.rotate-30{transform:rotate(30deg)!important}.rotate-45{transform:rotate(45deg)!important}.rotate-90{transform:rotate(90deg)!important}.rotate-145{transform:rotate(145deg)!important}.rotate-180{transform:rotate(180deg)!important}.rotate-360{transform:rotate(1turn)!important}.bg-blue{background-color:#008d9c!important}.bg-indigo{background-color:#6610f2!important}.bg-purple{background-color:#9d3a74!important}.bg-pink{background-color:#af2e51!important}.bg-red{background-color:#c02636!important}.bg-orange{background-color:#eb4420!important}.bg-yellow{background-color:#b87000!important}.bg-green{background-color:#007427!important}.bg-teal{background-color:#20c997!important}.bg-cyan{background-color:#0dcaf0!important}.bg-black{background-color:#0c0c0b!important}.bg-white{background-color:#fffcf0!important}.bg-gray{background-color:#666560!important}.bg-gray-dark{background-color:#333230!important}.bg-primary-50{background-color:#e6f1e9!important}.bg-primary-100{background-color:#cce3d4!important}.bg-primary-150{background-color:#b3d5be!important}.bg-primary-200{background-color:#99c7a9!important}.bg-primary-250{background-color:#80ba93!important}.bg-primary-300{background-color:#66ac7d!important}.bg-primary-350{background-color:#4d9e68!important}.bg-primary-400{background-color:#339052!important}.bg-primary-450{background-color:#1a823d!important}.bg-primary-500{background-color:#007427!important}.bg-primary-550{background-color:#006823!important}.bg-primary-600{background-color:#005d1f!important}.bg-primary-650{background-color:#00511b!important}.bg-primary-700{background-color:#004617!important}.bg-primary-750{background-color:#003a14!important}.bg-primary-800{background-color:#002e10!important}.bg-primary-850{background-color:#00230c!important}.bg-primary-900{background-color:#001708!important}.bg-primary-950{background-color:#000c04!important}.bg-blue-100{background-color:#cce8eb!important}.bg-blue-200{background-color:#99d1d7!important}.bg-blue-300{background-color:#66bbc4!important}.bg-blue-400{background-color:#33a4b0!important}.bg-blue-500{background-color:#008d9c!important}.bg-blue-600{background-color:#00717d!important}.bg-blue-700{background-color:#00555e!important}.bg-blue-800{background-color:#00383e!important}.bg-blue-900{background-color:#001c1f!important}.bg-blue-50{background-color:#e6f4f5!important}.bg-blue-150{background-color:#b3dde1!important}.bg-blue-250{background-color:#80c6ce!important}.bg-blue-350{background-color:#4dafba!important}.bg-blue-450{background-color:#1a98a6!important}.bg-blue-550{background-color:#007f8c!important}.bg-blue-650{background-color:#00636d!important}.bg-blue-750{background-color:#00474e!important}.bg-blue-850{background-color:#002a2f!important}.bg-blue-950{background-color:#000e10!important}.bg-purple-100{background-color:#ebd8e3!important}.bg-purple-200{background-color:#d8b0c7!important}.bg-purple-300{background-color:#c489ac!important}.bg-purple-400{background-color:#b16190!important}.bg-purple-500{background-color:#9d3a74!important}.bg-purple-600{background-color:#7e2e5d!important}.bg-purple-700{background-color:#5e2346!important}.bg-purple-800{background-color:#3f172e!important}.bg-purple-900{background-color:#1f0c17!important}.bg-purple-50{background-color:#f5ebf1!important}.bg-purple-150{background-color:#e2c4d5!important}.bg-purple-250{background-color:#ce9dba!important}.bg-purple-350{background-color:#ba759e!important}.bg-purple-450{background-color:#a74e82!important}.bg-purple-550{background-color:#8d3468!important}.bg-purple-650{background-color:#6e2951!important}.bg-purple-750{background-color:#4f1d3a!important}.bg-purple-850{background-color:#2f1123!important}.bg-purple-950{background-color:#10060c!important}.bg-pink-100{background-color:#efd5dc!important}.bg-pink-200{background-color:#dfabb9!important}.bg-pink-300{background-color:#cf8297!important}.bg-pink-400{background-color:#bf5874!important}.bg-pink-500{background-color:#af2e51!important}.bg-pink-600{background-color:#8c2541!important}.bg-pink-700{background-color:#691c31!important}.bg-pink-800{background-color:#461220!important}.bg-pink-900{background-color:#230910!important}.bg-pink-50{background-color:#f7eaee!important}.bg-pink-150{background-color:#e7c0cb!important}.bg-pink-250{background-color:#d797a8!important}.bg-pink-350{background-color:#c76d85!important}.bg-pink-450{background-color:#b74362!important}.bg-pink-550{background-color:#9e2949!important}.bg-pink-650{background-color:#7b2039!important}.bg-pink-750{background-color:#581729!important}.bg-pink-850{background-color:#350e18!important}.bg-pink-950{background-color:#120508!important}.bg-red-100{background-color:#f2d4d7!important}.bg-red-200{background-color:#e6a8af!important}.bg-red-300{background-color:#d97d86!important}.bg-red-400{background-color:#cd515e!important}.bg-red-500{background-color:#c02636!important}.bg-red-600{background-color:#9a1e2b!important}.bg-red-700{background-color:#731720!important}.bg-red-800{background-color:#4d0f16!important}.bg-red-900{background-color:#26080b!important}.bg-red-50{background-color:#f9e9eb!important}.bg-red-150{background-color:#ecbec3!important}.bg-red-250{background-color:#e0939b!important}.bg-red-350{background-color:#d36772!important}.bg-red-450{background-color:#c63c4a!important}.bg-red-550{background-color:#ad2231!important}.bg-red-650{background-color:#861b26!important}.bg-red-750{background-color:#60131b!important}.bg-red-850{background-color:#3a0b10!important}.bg-red-950{background-color:#130405!important}.bg-orange-100{background-color:#fbdad2!important}.bg-orange-200{background-color:#f7b4a6!important}.bg-orange-300{background-color:#f38f79!important}.bg-orange-400{background-color:#ef694d!important}.bg-orange-500{background-color:#eb4420!important}.bg-orange-600{background-color:#bc361a!important}.bg-orange-700{background-color:#8d2913!important}.bg-orange-800{background-color:#5e1b0d!important}.bg-orange-900{background-color:#2f0e06!important}.bg-orange-50{background-color:#fdece9!important}.bg-orange-150{background-color:#f9c7bc!important}.bg-orange-250{background-color:#f5a290!important}.bg-orange-350{background-color:#f17c63!important}.bg-orange-450{background-color:#ed5736!important}.bg-orange-550{background-color:#d43d1d!important}.bg-orange-650{background-color:#a53016!important}.bg-orange-750{background-color:#762210!important}.bg-orange-850{background-color:#47140a!important}.bg-orange-950{background-color:#180703!important}.bg-yellow-100{background-color:#f1e2cc!important}.bg-yellow-200{background-color:#e3c699!important}.bg-yellow-300{background-color:#d4a966!important}.bg-yellow-400{background-color:#c68d33!important}.bg-yellow-500{background-color:#b87000!important}.bg-yellow-600{background-color:#935a00!important}.bg-yellow-700{background-color:#6e4300!important}.bg-yellow-800{background-color:#4a2d00!important}.bg-yellow-900{background-color:#251600!important}.bg-yellow-50{background-color:#f8f1e6!important}.bg-yellow-150{background-color:#ead4b3!important}.bg-yellow-250{background-color:#dcb880!important}.bg-yellow-350{background-color:#cd9b4d!important}.bg-yellow-450{background-color:#bf7e1a!important}.bg-yellow-550{background-color:#a66500!important}.bg-yellow-650{background-color:#814e00!important}.bg-yellow-750{background-color:#5c3800!important}.bg-yellow-850{background-color:#372200!important}.bg-yellow-950{background-color:#120b00!important}.bg-green-100{background-color:#cce3d4!important}.bg-green-200{background-color:#99c7a9!important}.bg-green-300{background-color:#66ac7d!important}.bg-green-400{background-color:#339052!important}.bg-green-500{background-color:#007427!important}.bg-green-600{background-color:#005d1f!important}.bg-green-700{background-color:#004617!important}.bg-green-800{background-color:#002e10!important}.bg-green-900{background-color:#001708!important}.bg-green-50{background-color:#e6f1e9!important}.bg-green-150{background-color:#b3d5be!important}.bg-green-250{background-color:#80ba93!important}.bg-green-350{background-color:#4d9e68!important}.bg-green-450{background-color:#1a823d!important}.bg-green-550{background-color:#006823!important}.bg-green-650{background-color:#00511b!important}.bg-green-750{background-color:#003a14!important}.bg-green-850{background-color:#00230c!important}.bg-green-950{background-color:#000c04!important}.bg-twitch{background-color:#9147ff!important}.bg-youtube{background-color:red!important}.bg-twitter{background-color:#000!important}.bg-linkedin{background-color:#0073b1!important}.bg-github{background-color:#191918!important}.bg-facebook{background-color:#1877f2!important}.bg-rss{background-color:#eb4420!important}.bg-chat{background-color:#5865f2!important}.bg-google{background-color:#4285f4!important}.bg-website{background-color:#666560!important}.bg-mastodon{background-color:#6364ff!important}.bg-bluesky{background-color:#1184fe!important}.bg-podcast{background-color:#92b944!important}.fill-primary-50{fill:#e6f1e9!important}.fill-primary-100{fill:#cce3d4!important}.fill-primary-150{fill:#b3d5be!important}.fill-primary-200{fill:#99c7a9!important}.fill-primary-250{fill:#80ba93!important}.fill-primary-300{fill:#66ac7d!important}.fill-primary-350{fill:#4d9e68!important}.fill-primary-400{fill:#339052!important}.fill-primary-450{fill:#1a823d!important}.fill-primary-500{fill:#007427!important}.fill-primary-550{fill:#006823!important}.fill-primary-600{fill:#005d1f!important}.fill-primary-650{fill:#00511b!important}.fill-primary-700{fill:#004617!important}.fill-primary-750{fill:#003a14!important}.fill-primary-800{fill:#002e10!important}.fill-primary-850{fill:#00230c!important}.fill-primary-900{fill:#001708!important}.fill-primary-950{fill:#000c04!important}.fill-blue-100{fill:#cce8eb!important}.fill-blue-200{fill:#99d1d7!important}.fill-blue-300{fill:#66bbc4!important}.fill-blue-400{fill:#33a4b0!important}.fill-blue-500{fill:#008d9c!important}.fill-blue-600{fill:#00717d!important}.fill-blue-700{fill:#00555e!important}.fill-blue-800{fill:#00383e!important}.fill-blue-900{fill:#001c1f!important}.fill-blue-50{fill:#e6f4f5!important}.fill-blue-150{fill:#b3dde1!important}.fill-blue-250{fill:#80c6ce!important}.fill-blue-350{fill:#4dafba!important}.fill-blue-450{fill:#1a98a6!important}.fill-blue-550{fill:#007f8c!important}.fill-blue-650{fill:#00636d!important}.fill-blue-750{fill:#00474e!important}.fill-blue-850{fill:#002a2f!important}.fill-blue-950{fill:#000e10!important}.fill-purple-100{fill:#ebd8e3!important}.fill-purple-200{fill:#d8b0c7!important}.fill-purple-300{fill:#c489ac!important}.fill-purple-400{fill:#b16190!important}.fill-purple-500{fill:#9d3a74!important}.fill-purple-600{fill:#7e2e5d!important}.fill-purple-700{fill:#5e2346!important}.fill-purple-800{fill:#3f172e!important}.fill-purple-900{fill:#1f0c17!important}.fill-purple-50{fill:#f5ebf1!important}.fill-purple-150{fill:#e2c4d5!important}.fill-purple-250{fill:#ce9dba!important}.fill-purple-350{fill:#ba759e!important}.fill-purple-450{fill:#a74e82!important}.fill-purple-550{fill:#8d3468!important}.fill-purple-650{fill:#6e2951!important}.fill-purple-750{fill:#4f1d3a!important}.fill-purple-850{fill:#2f1123!important}.fill-purple-950{fill:#10060c!important}.fill-pink-100{fill:#efd5dc!important}.fill-pink-200{fill:#dfabb9!important}.fill-pink-300{fill:#cf8297!important}.fill-pink-400{fill:#bf5874!important}.fill-pink-500{fill:#af2e51!important}.fill-pink-600{fill:#8c2541!important}.fill-pink-700{fill:#691c31!important}.fill-pink-800{fill:#461220!important}.fill-pink-900{fill:#230910!important}.fill-pink-50{fill:#f7eaee!important}.fill-pink-150{fill:#e7c0cb!important}.fill-pink-250{fill:#d797a8!important}.fill-pink-350{fill:#c76d85!important}.fill-pink-450{fill:#b74362!important}.fill-pink-550{fill:#9e2949!important}.fill-pink-650{fill:#7b2039!important}.fill-pink-750{fill:#581729!important}.fill-pink-850{fill:#350e18!important}.fill-pink-950{fill:#120508!important}.fill-red-100{fill:#f2d4d7!important}.fill-red-200{fill:#e6a8af!important}.fill-red-300{fill:#d97d86!important}.fill-red-400{fill:#cd515e!important}.fill-red-500{fill:#c02636!important}.fill-red-600{fill:#9a1e2b!important}.fill-red-700{fill:#731720!important}.fill-red-800{fill:#4d0f16!important}.fill-red-900{fill:#26080b!important}.fill-red-50{fill:#f9e9eb!important}.fill-red-150{fill:#ecbec3!important}.fill-red-250{fill:#e0939b!important}.fill-red-350{fill:#d36772!important}.fill-red-450{fill:#c63c4a!important}.fill-red-550{fill:#ad2231!important}.fill-red-650{fill:#861b26!important}.fill-red-750{fill:#60131b!important}.fill-red-850{fill:#3a0b10!important}.fill-red-950{fill:#130405!important}.fill-orange-100{fill:#fbdad2!important}.fill-orange-200{fill:#f7b4a6!important}.fill-orange-300{fill:#f38f79!important}.fill-orange-400{fill:#ef694d!important}.fill-orange-500{fill:#eb4420!important}.fill-orange-600{fill:#bc361a!important}.fill-orange-700{fill:#8d2913!important}.fill-orange-800{fill:#5e1b0d!important}.fill-orange-900{fill:#2f0e06!important}.fill-orange-50{fill:#fdece9!important}.fill-orange-150{fill:#f9c7bc!important}.fill-orange-250{fill:#f5a290!important}.fill-orange-350{fill:#f17c63!important}.fill-orange-450{fill:#ed5736!important}.fill-orange-550{fill:#d43d1d!important}.fill-orange-650{fill:#a53016!important}.fill-orange-750{fill:#762210!important}.fill-orange-850{fill:#47140a!important}.fill-orange-950{fill:#180703!important}.fill-yellow-100{fill:#f1e2cc!important}.fill-yellow-200{fill:#e3c699!important}.fill-yellow-300{fill:#d4a966!important}.fill-yellow-400{fill:#c68d33!important}.fill-yellow-500{fill:#b87000!important}.fill-yellow-600{fill:#935a00!important}.fill-yellow-700{fill:#6e4300!important}.fill-yellow-800{fill:#4a2d00!important}.fill-yellow-900{fill:#251600!important}.fill-yellow-50{fill:#f8f1e6!important}.fill-yellow-150{fill:#ead4b3!important}.fill-yellow-250{fill:#dcb880!important}.fill-yellow-350{fill:#cd9b4d!important}.fill-yellow-450{fill:#bf7e1a!important}.fill-yellow-550{fill:#a66500!important}.fill-yellow-650{fill:#814e00!important}.fill-yellow-750{fill:#5c3800!important}.fill-yellow-850{fill:#372200!important}.fill-yellow-950{fill:#120b00!important}.fill-green-100{fill:#cce3d4!important}.fill-green-200{fill:#99c7a9!important}.fill-green-300{fill:#66ac7d!important}.fill-green-400{fill:#339052!important}.fill-green-500{fill:#007427!important}.fill-green-600{fill:#005d1f!important}.fill-green-700{fill:#004617!important}.fill-green-800{fill:#002e10!important}.fill-green-900{fill:#001708!important}.fill-green-50{fill:#e6f1e9!important}.fill-green-150{fill:#b3d5be!important}.fill-green-250{fill:#80ba93!important}.fill-green-350{fill:#4d9e68!important}.fill-green-450{fill:#1a823d!important}.fill-green-550{fill:#006823!important}.fill-green-650{fill:#00511b!important}.fill-green-750{fill:#003a14!important}.fill-green-850{fill:#00230c!important}.fill-green-950{fill:#000c04!important}.min-h-px-0{min-height:0!important}.min-h-px-5{min-height:5px!important}.min-h-px-10{min-height:10px!important}.min-h-px-15{min-height:15px!important}.min-h-px-16{min-height:16px!important}.min-h-px-20{min-height:20px!important}.min-h-px-25{min-height:25px!important}.min-h-px-30{min-height:30px!important}.min-h-px-35{min-height:35px!important}.min-h-px-40{min-height:40px!important}.min-h-px-42{min-height:42px!important}.min-h-px-50{min-height:50px!important}.min-h-px-60{min-height:60px!important}.min-h-px-65{min-height:65px!important}.min-h-px-70{min-height:70px!important}.min-h-px-75{min-height:75px!important}.min-h-px-80{min-height:80px!important}.min-h-px-90{min-height:90px!important}.min-h-px-100{min-height:100px!important}.min-h-px-107{min-height:107px!important}.min-h-px-110{min-height:110px!important}.min-h-px-125{min-height:125px!important}.min-h-px-130{min-height:130px!important}.min-h-px-191{min-height:191px!important}.min-h-px-200{min-height:200px!important}.min-h-px-205{min-height:205px!important}.min-h-px-250{min-height:250px!important}.min-h-px-300{min-height:300px!important}.min-h-px-335{min-height:335px!important}.min-h-px-400{min-height:400px!important}.min-h-px-450{min-height:450px!important}.min-h-px-500{min-height:500px!important}.min-h-px-650{min-height:650px!important}.max-h-px-0{max-height:0!important}.max-h-px-5{max-height:5px!important}.max-h-px-10{max-height:10px!important}.max-h-px-15{max-height:15px!important}.max-h-px-16{max-height:16px!important}.max-h-px-20{max-height:20px!important}.max-h-px-25{max-height:25px!important}.max-h-px-30{max-height:30px!important}.max-h-px-35{max-height:35px!important}.max-h-px-40{max-height:40px!important}.max-h-px-42{max-height:42px!important}.max-h-px-50{max-height:50px!important}.max-h-px-60{max-height:60px!important}.max-h-px-65{max-height:65px!important}.max-h-px-70{max-height:70px!important}.max-h-px-75{max-height:75px!important}.max-h-px-80{max-height:80px!important}.max-h-px-90{max-height:90px!important}.max-h-px-100{max-height:100px!important}.max-h-px-107{max-height:107px!important}.max-h-px-110{max-height:110px!important}.max-h-px-125{max-height:125px!important}.max-h-px-130{max-height:130px!important}.max-h-px-191{max-height:191px!important}.max-h-px-200{max-height:200px!important}.max-h-px-205{max-height:205px!important}.max-h-px-250{max-height:250px!important}.max-h-px-300{max-height:300px!important}.max-h-px-335{max-height:335px!important}.max-h-px-400{max-height:400px!important}.max-h-px-450{max-height:450px!important}.max-h-px-500{max-height:500px!important}.max-h-px-650{max-height:650px!important}.min-w-px-0{min-width:0!important}.min-w-px-5{min-width:5px!important}.min-w-px-10{min-width:10px!important}.min-w-px-15{min-width:15px!important}.min-w-px-16{min-width:16px!important}.min-w-px-20{min-width:20px!important}.min-w-px-25{min-width:25px!important}.min-w-px-30{min-width:30px!important}.min-w-px-35{min-width:35px!important}.min-w-px-40{min-width:40px!important}.min-w-px-42{min-width:42px!important}.min-w-px-50{min-width:50px!important}.min-w-px-60{min-width:60px!important}.min-w-px-65{min-width:65px!important}.min-w-px-70{min-width:70px!important}.min-w-px-75{min-width:75px!important}.min-w-px-80{min-width:80px!important}.min-w-px-90{min-width:90px!important}.min-w-px-100{min-width:100px!important}.min-w-px-107{min-width:107px!important}.min-w-px-110{min-width:110px!important}.min-w-px-125{min-width:125px!important}.min-w-px-130{min-width:130px!important}.min-w-px-191{min-width:191px!important}.min-w-px-200{min-width:200px!important}.min-w-px-205{min-width:205px!important}.min-w-px-250{min-width:250px!important}.min-w-px-300{min-width:300px!important}.min-w-px-335{min-width:335px!important}.min-w-px-400{min-width:400px!important}.min-w-px-450{min-width:450px!important}.min-w-px-500{min-width:500px!important}.min-w-px-650{min-width:650px!important}.h-px-0{height:0!important}.h-px-5{height:5px!important}.h-px-10{height:10px!important}.h-px-15{height:15px!important}.h-px-16{height:16px!important}.h-px-20{height:20px!important}.h-px-25{height:25px!important}.h-px-30{height:30px!important}.h-px-35{height:35px!important}.h-px-40{height:40px!important}.h-px-42{height:42px!important}.h-px-50{height:50px!important}.h-px-60{height:60px!important}.h-px-65{height:65px!important}.h-px-70{height:70px!important}.h-px-75{height:75px!important}.h-px-80{height:80px!important}.h-px-90{height:90px!important}.h-px-100{height:100px!important}.h-px-107{height:107px!important}.h-px-110{height:110px!important}.h-px-125{height:125px!important}.h-px-130{height:130px!important}.h-px-191{height:191px!important}.h-px-200{height:200px!important}.h-px-205{height:205px!important}.h-px-250{height:250px!important}.h-px-300{height:300px!important}.h-px-335{height:335px!important}.h-px-400{height:400px!important}.h-px-450{height:450px!important}.h-px-500{height:500px!important}.h-px-650{height:650px!important}.w-px-0{width:0!important}.w-px-5{width:5px!important}.w-px-10{width:10px!important}.w-px-15{width:15px!important}.w-px-16{width:16px!important}.w-px-20{width:20px!important}.w-px-25{width:25px!important}.w-px-30{width:30px!important}.w-px-35{width:35px!important}.w-px-40{width:40px!important}.w-px-42{width:42px!important}.w-px-50{width:50px!important}.w-px-60{width:60px!important}.w-px-65{width:65px!important}.w-px-70{width:70px!important}.w-px-75{width:75px!important}.w-px-80{width:80px!important}.w-px-90{width:90px!important}.w-px-100{width:100px!important}.w-px-107{width:107px!important}.w-px-110{width:110px!important}.w-px-125{width:125px!important}.w-px-130{width:130px!important}.w-px-191{width:191px!important}.w-px-200{width:200px!important}.w-px-205{width:205px!important}.w-px-250{width:250px!important}.w-px-300{width:300px!important}.w-px-335{width:335px!important}.w-px-400{width:400px!important}.w-px-450{width:450px!important}.w-px-500{width:500px!important}.w-px-650{width:650px!important}.min-h-0{min-height:0!important}.min-h-5{min-height:5%!important}.min-h-10{min-height:10%!important}.min-h-15{min-height:15%!important}.min-h-20{min-height:20%!important}.min-h-25{min-height:25%!important}.min-h-30{min-height:30%!important}.min-h-35{min-height:35%!important}.min-h-40{min-height:40%!important}.min-h-50{min-height:50%!important}.min-h-60{min-height:60%!important}.min-h-65{min-height:65%!important}.min-h-70{min-height:70%!important}.min-h-75{min-height:75%!important}.min-h-80{min-height:80%!important}.min-h-90{min-height:90%!important}.min-h-100{min-height:100%!important}.min-h-125{min-height:125%!important}.min-h-130{min-height:130%!important}.min-h-200{min-height:200%!important}.min-h-250{min-height:250%!important}.min-h-300{min-height:300%!important}.min-h-400{min-height:400%!important}.min-h-500{min-height:500%!important}.min-h-auto{min-height:auto!important}.min-w-0{min-width:0!important}.min-w-5{min-width:5%!important}.min-w-10{min-width:10%!important}.min-w-15{min-width:15%!important}.min-w-20{min-width:20%!important}.min-w-25{min-width:25%!important}.min-w-30{min-width:30%!important}.min-w-35{min-width:35%!important}.min-w-40{min-width:40%!important}.min-w-50{min-width:50%!important}.min-w-60{min-width:60%!important}.min-w-65{min-width:65%!important}.min-w-70{min-width:70%!important}.min-w-75{min-width:75%!important}.min-w-80{min-width:80%!important}.min-w-90{min-width:90%!important}.min-w-100{min-width:100%!important}.min-w-125{min-width:125%!important}.min-w-130{min-width:130%!important}.min-w-200{min-width:200%!important}.min-w-250{min-width:250%!important}.min-w-300{min-width:300%!important}.min-w-400{min-width:400%!important}.min-w-500{min-width:500%!important}.min-w-auto{min-width:auto!important}.text-blue{color:#008d9c!important}.text-indigo{color:#6610f2!important}.text-purple{color:#9d3a74!important}.text-pink{color:#af2e51!important}.text-red{color:#c02636!important}.text-orange{color:#eb4420!important}.text-yellow{color:#b87000!important}.text-green{color:#007427!important}.text-teal{color:#20c997!important}.text-cyan{color:#0dcaf0!important}.text-black{color:#0c0c0b!important}.text-white{color:#fffcf0!important}.text-gray{color:#666560!important}.text-gray-dark{color:#333230!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:6rem!important}.m-sm-7{margin:12rem!important}.m-sm-8{margin:20rem!important}.m-sm-c45{margin:.45rem!important}.m-sm-c75{margin:.75rem!important}.m-sm-c1-25{margin:1.25rem!important}.m-sm-c1-75{margin:1.75rem!important}.m-sm-c2{margin:2rem!important}.m-sm-c2-25{margin:2.25rem!important}.m-sm-c2-75{margin:2.75rem!important}.m-sm-c3-75{margin:3.75rem!important}.m-sm-c4{margin:4rem!important}.m-sm-c4-5{margin:4.5rem!important}.m-sm-c4-75{margin:4.75rem!important}.m-sm-c5{margin:5rem!important}.m-sm-c6{margin:6rem!important}.m-sm-c7{margin:7rem!important}.m-sm-c5-px{margin:5px!important}.m-sm-c10-px{margin:10px!important}.m-sm-c15-px{margin:15px!important}.m-sm-c20-px{margin:20px!important}.m-sm-c30-px{margin:30px!important}.m-sm-c35-px{margin:35px!important}.m-sm-c40-px{margin:40px!important}.m-sm-c50-px{margin:50px!important}.m-sm-c60-px{margin:60px!important}.m-sm-c65-px{margin:65px!important}.m-sm-c70-px{margin:70px!important}.m-sm-c75-px{margin:75px!important}.m-sm-c80-px{margin:80px!important}.m-sm-c90-px{margin:90px!important}.m-sm-c100-px{margin:100px!important}.m-sm-c125-px{margin:125px!important}.m-sm-c130-px{margin:130px!important}.m-sm-c200-px{margin:200px!important}.m-sm-c250-px{margin:250px!important}.m-sm-c300-px{margin:300px!important}.m-sm-c400-px{margin:400px!important}.m-sm-c500-px{margin:500px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-7{margin-left:12rem!important;margin-right:12rem!important}.mx-sm-8{margin-left:20rem!important;margin-right:20rem!important}.mx-sm-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-sm-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-sm-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-sm-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-sm-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-sm-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-sm-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-sm-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-sm-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-sm-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-sm-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-sm-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-sm-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-sm-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-sm-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-sm-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-sm-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-sm-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-sm-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-sm-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-sm-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-sm-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-sm-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-sm-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-sm-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-sm-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-sm-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-sm-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-sm-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-sm-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-sm-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-sm-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-sm-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-sm-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-sm-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-sm-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-sm-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-sm-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-sm-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-sm-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-sm-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-sm-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-sm-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-sm-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-sm-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-sm-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-sm-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:6rem!important}.mt-sm-7{margin-top:12rem!important}.mt-sm-8{margin-top:20rem!important}.mt-sm-c45{margin-top:.45rem!important}.mt-sm-c75{margin-top:.75rem!important}.mt-sm-c1-25{margin-top:1.25rem!important}.mt-sm-c1-75{margin-top:1.75rem!important}.mt-sm-c2{margin-top:2rem!important}.mt-sm-c2-25{margin-top:2.25rem!important}.mt-sm-c2-75{margin-top:2.75rem!important}.mt-sm-c3-75{margin-top:3.75rem!important}.mt-sm-c4{margin-top:4rem!important}.mt-sm-c4-5{margin-top:4.5rem!important}.mt-sm-c4-75{margin-top:4.75rem!important}.mt-sm-c5{margin-top:5rem!important}.mt-sm-c6{margin-top:6rem!important}.mt-sm-c7{margin-top:7rem!important}.mt-sm-c5-px{margin-top:5px!important}.mt-sm-c10-px{margin-top:10px!important}.mt-sm-c15-px{margin-top:15px!important}.mt-sm-c20-px{margin-top:20px!important}.mt-sm-c30-px{margin-top:30px!important}.mt-sm-c35-px{margin-top:35px!important}.mt-sm-c40-px{margin-top:40px!important}.mt-sm-c50-px{margin-top:50px!important}.mt-sm-c60-px{margin-top:60px!important}.mt-sm-c65-px{margin-top:65px!important}.mt-sm-c70-px{margin-top:70px!important}.mt-sm-c75-px{margin-top:75px!important}.mt-sm-c80-px{margin-top:80px!important}.mt-sm-c90-px{margin-top:90px!important}.mt-sm-c100-px{margin-top:100px!important}.mt-sm-c125-px{margin-top:125px!important}.mt-sm-c130-px{margin-top:130px!important}.mt-sm-c200-px{margin-top:200px!important}.mt-sm-c250-px{margin-top:250px!important}.mt-sm-c300-px{margin-top:300px!important}.mt-sm-c400-px{margin-top:400px!important}.mt-sm-c500-px{margin-top:500px!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:6rem!important}.me-sm-7{margin-right:12rem!important}.me-sm-8{margin-right:20rem!important}.me-sm-c45{margin-right:.45rem!important}.me-sm-c75{margin-right:.75rem!important}.me-sm-c1-25{margin-right:1.25rem!important}.me-sm-c1-75{margin-right:1.75rem!important}.me-sm-c2{margin-right:2rem!important}.me-sm-c2-25{margin-right:2.25rem!important}.me-sm-c2-75{margin-right:2.75rem!important}.me-sm-c3-75{margin-right:3.75rem!important}.me-sm-c4{margin-right:4rem!important}.me-sm-c4-5{margin-right:4.5rem!important}.me-sm-c4-75{margin-right:4.75rem!important}.me-sm-c5{margin-right:5rem!important}.me-sm-c6{margin-right:6rem!important}.me-sm-c7{margin-right:7rem!important}.me-sm-c5-px{margin-right:5px!important}.me-sm-c10-px{margin-right:10px!important}.me-sm-c15-px{margin-right:15px!important}.me-sm-c20-px{margin-right:20px!important}.me-sm-c30-px{margin-right:30px!important}.me-sm-c35-px{margin-right:35px!important}.me-sm-c40-px{margin-right:40px!important}.me-sm-c50-px{margin-right:50px!important}.me-sm-c60-px{margin-right:60px!important}.me-sm-c65-px{margin-right:65px!important}.me-sm-c70-px{margin-right:70px!important}.me-sm-c75-px{margin-right:75px!important}.me-sm-c80-px{margin-right:80px!important}.me-sm-c90-px{margin-right:90px!important}.me-sm-c100-px{margin-right:100px!important}.me-sm-c125-px{margin-right:125px!important}.me-sm-c130-px{margin-right:130px!important}.me-sm-c200-px{margin-right:200px!important}.me-sm-c250-px{margin-right:250px!important}.me-sm-c300-px{margin-right:300px!important}.me-sm-c400-px{margin-right:400px!important}.me-sm-c500-px{margin-right:500px!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:6rem!important}.mb-sm-7{margin-bottom:12rem!important}.mb-sm-8{margin-bottom:20rem!important}.mb-sm-c45{margin-bottom:.45rem!important}.mb-sm-c75{margin-bottom:.75rem!important}.mb-sm-c1-25{margin-bottom:1.25rem!important}.mb-sm-c1-75{margin-bottom:1.75rem!important}.mb-sm-c2{margin-bottom:2rem!important}.mb-sm-c2-25{margin-bottom:2.25rem!important}.mb-sm-c2-75{margin-bottom:2.75rem!important}.mb-sm-c3-75{margin-bottom:3.75rem!important}.mb-sm-c4{margin-bottom:4rem!important}.mb-sm-c4-5{margin-bottom:4.5rem!important}.mb-sm-c4-75{margin-bottom:4.75rem!important}.mb-sm-c5{margin-bottom:5rem!important}.mb-sm-c6{margin-bottom:6rem!important}.mb-sm-c7{margin-bottom:7rem!important}.mb-sm-c5-px{margin-bottom:5px!important}.mb-sm-c10-px{margin-bottom:10px!important}.mb-sm-c15-px{margin-bottom:15px!important}.mb-sm-c20-px{margin-bottom:20px!important}.mb-sm-c30-px{margin-bottom:30px!important}.mb-sm-c35-px{margin-bottom:35px!important}.mb-sm-c40-px{margin-bottom:40px!important}.mb-sm-c50-px{margin-bottom:50px!important}.mb-sm-c60-px{margin-bottom:60px!important}.mb-sm-c65-px{margin-bottom:65px!important}.mb-sm-c70-px{margin-bottom:70px!important}.mb-sm-c75-px{margin-bottom:75px!important}.mb-sm-c80-px{margin-bottom:80px!important}.mb-sm-c90-px{margin-bottom:90px!important}.mb-sm-c100-px{margin-bottom:100px!important}.mb-sm-c125-px{margin-bottom:125px!important}.mb-sm-c130-px{margin-bottom:130px!important}.mb-sm-c200-px{margin-bottom:200px!important}.mb-sm-c250-px{margin-bottom:250px!important}.mb-sm-c300-px{margin-bottom:300px!important}.mb-sm-c400-px{margin-bottom:400px!important}.mb-sm-c500-px{margin-bottom:500px!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:6rem!important}.ms-sm-7{margin-left:12rem!important}.ms-sm-8{margin-left:20rem!important}.ms-sm-c45{margin-left:.45rem!important}.ms-sm-c75{margin-left:.75rem!important}.ms-sm-c1-25{margin-left:1.25rem!important}.ms-sm-c1-75{margin-left:1.75rem!important}.ms-sm-c2{margin-left:2rem!important}.ms-sm-c2-25{margin-left:2.25rem!important}.ms-sm-c2-75{margin-left:2.75rem!important}.ms-sm-c3-75{margin-left:3.75rem!important}.ms-sm-c4{margin-left:4rem!important}.ms-sm-c4-5{margin-left:4.5rem!important}.ms-sm-c4-75{margin-left:4.75rem!important}.ms-sm-c5{margin-left:5rem!important}.ms-sm-c6{margin-left:6rem!important}.ms-sm-c7{margin-left:7rem!important}.ms-sm-c5-px{margin-left:5px!important}.ms-sm-c10-px{margin-left:10px!important}.ms-sm-c15-px{margin-left:15px!important}.ms-sm-c20-px{margin-left:20px!important}.ms-sm-c30-px{margin-left:30px!important}.ms-sm-c35-px{margin-left:35px!important}.ms-sm-c40-px{margin-left:40px!important}.ms-sm-c50-px{margin-left:50px!important}.ms-sm-c60-px{margin-left:60px!important}.ms-sm-c65-px{margin-left:65px!important}.ms-sm-c70-px{margin-left:70px!important}.ms-sm-c75-px{margin-left:75px!important}.ms-sm-c80-px{margin-left:80px!important}.ms-sm-c90-px{margin-left:90px!important}.ms-sm-c100-px{margin-left:100px!important}.ms-sm-c125-px{margin-left:125px!important}.ms-sm-c130-px{margin-left:130px!important}.ms-sm-c200-px{margin-left:200px!important}.ms-sm-c250-px{margin-left:250px!important}.ms-sm-c300-px{margin-left:300px!important}.ms-sm-c400-px{margin-left:400px!important}.ms-sm-c500-px{margin-left:500px!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-6rem!important}.m-sm-n7{margin:-12rem!important}.m-sm-n8{margin:-20rem!important}.m-sm-nc45{margin:-.45rem!important}.m-sm-nc75{margin:-.75rem!important}.m-sm-nc1-25{margin:-1.25rem!important}.m-sm-nc1-75{margin:-1.75rem!important}.m-sm-nc2{margin:-2rem!important}.m-sm-nc2-25{margin:-2.25rem!important}.m-sm-nc2-75{margin:-2.75rem!important}.m-sm-nc3-75{margin:-3.75rem!important}.m-sm-nc4{margin:-4rem!important}.m-sm-nc4-5{margin:-4.5rem!important}.m-sm-nc4-75{margin:-4.75rem!important}.m-sm-nc5{margin:-5rem!important}.m-sm-nc6{margin:-6rem!important}.m-sm-nc7{margin:-7rem!important}.m-sm-nc5-px{margin:-5px!important}.m-sm-nc10-px{margin:-10px!important}.m-sm-nc15-px{margin:-15px!important}.m-sm-nc20-px{margin:-20px!important}.m-sm-nc30-px{margin:-30px!important}.m-sm-nc35-px{margin:-35px!important}.m-sm-nc40-px{margin:-40px!important}.m-sm-nc50-px{margin:-50px!important}.m-sm-nc60-px{margin:-60px!important}.m-sm-nc65-px{margin:-65px!important}.m-sm-nc70-px{margin:-70px!important}.m-sm-nc75-px{margin:-75px!important}.m-sm-nc80-px{margin:-80px!important}.m-sm-nc90-px{margin:-90px!important}.m-sm-nc100-px{margin:-100px!important}.m-sm-nc125-px{margin:-125px!important}.m-sm-nc130-px{margin:-130px!important}.m-sm-nc200-px{margin:-200px!important}.m-sm-nc250-px{margin:-250px!important}.m-sm-nc300-px{margin:-300px!important}.m-sm-nc400-px{margin:-400px!important}.m-sm-nc500-px{margin:-500px!important}.mx-sm-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-sm-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-sm-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-sm-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-sm-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-sm-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-sm-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-sm-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-sm-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-sm-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-sm-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-sm-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-sm-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-sm-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-sm-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-sm-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-sm-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-sm-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-sm-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-sm-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-sm-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-sm-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-sm-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-sm-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-sm-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-sm-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-sm-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-sm-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-sm-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-sm-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-sm-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-sm-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-sm-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-sm-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-sm-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-sm-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-sm-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-sm-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-sm-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-sm-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-sm-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-sm-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-sm-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-sm-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-sm-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-sm-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-sm-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-sm-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-sm-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-sm-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-sm-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-sm-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-sm-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-sm-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-sm-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-sm-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-sm-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-sm-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-sm-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-sm-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-sm-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-sm-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-sm-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-sm-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-sm-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-sm-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-sm-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-sm-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-sm-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-sm-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-sm-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-sm-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-sm-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-sm-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-sm-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-sm-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-sm-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-sm-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-sm-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-sm-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-sm-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-sm-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-sm-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-6rem!important}.mt-sm-n7{margin-top:-12rem!important}.mt-sm-n8{margin-top:-20rem!important}.mt-sm-nc45{margin-top:-.45rem!important}.mt-sm-nc75{margin-top:-.75rem!important}.mt-sm-nc1-25{margin-top:-1.25rem!important}.mt-sm-nc1-75{margin-top:-1.75rem!important}.mt-sm-nc2{margin-top:-2rem!important}.mt-sm-nc2-25{margin-top:-2.25rem!important}.mt-sm-nc2-75{margin-top:-2.75rem!important}.mt-sm-nc3-75{margin-top:-3.75rem!important}.mt-sm-nc4{margin-top:-4rem!important}.mt-sm-nc4-5{margin-top:-4.5rem!important}.mt-sm-nc4-75{margin-top:-4.75rem!important}.mt-sm-nc5{margin-top:-5rem!important}.mt-sm-nc6{margin-top:-6rem!important}.mt-sm-nc7{margin-top:-7rem!important}.mt-sm-nc5-px{margin-top:-5px!important}.mt-sm-nc10-px{margin-top:-10px!important}.mt-sm-nc15-px{margin-top:-15px!important}.mt-sm-nc20-px{margin-top:-20px!important}.mt-sm-nc30-px{margin-top:-30px!important}.mt-sm-nc35-px{margin-top:-35px!important}.mt-sm-nc40-px{margin-top:-40px!important}.mt-sm-nc50-px{margin-top:-50px!important}.mt-sm-nc60-px{margin-top:-60px!important}.mt-sm-nc65-px{margin-top:-65px!important}.mt-sm-nc70-px{margin-top:-70px!important}.mt-sm-nc75-px{margin-top:-75px!important}.mt-sm-nc80-px{margin-top:-80px!important}.mt-sm-nc90-px{margin-top:-90px!important}.mt-sm-nc100-px{margin-top:-100px!important}.mt-sm-nc125-px{margin-top:-125px!important}.mt-sm-nc130-px{margin-top:-130px!important}.mt-sm-nc200-px{margin-top:-200px!important}.mt-sm-nc250-px{margin-top:-250px!important}.mt-sm-nc300-px{margin-top:-300px!important}.mt-sm-nc400-px{margin-top:-400px!important}.mt-sm-nc500-px{margin-top:-500px!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-6rem!important}.me-sm-n7{margin-right:-12rem!important}.me-sm-n8{margin-right:-20rem!important}.me-sm-nc45{margin-right:-.45rem!important}.me-sm-nc75{margin-right:-.75rem!important}.me-sm-nc1-25{margin-right:-1.25rem!important}.me-sm-nc1-75{margin-right:-1.75rem!important}.me-sm-nc2{margin-right:-2rem!important}.me-sm-nc2-25{margin-right:-2.25rem!important}.me-sm-nc2-75{margin-right:-2.75rem!important}.me-sm-nc3-75{margin-right:-3.75rem!important}.me-sm-nc4{margin-right:-4rem!important}.me-sm-nc4-5{margin-right:-4.5rem!important}.me-sm-nc4-75{margin-right:-4.75rem!important}.me-sm-nc5{margin-right:-5rem!important}.me-sm-nc6{margin-right:-6rem!important}.me-sm-nc7{margin-right:-7rem!important}.me-sm-nc5-px{margin-right:-5px!important}.me-sm-nc10-px{margin-right:-10px!important}.me-sm-nc15-px{margin-right:-15px!important}.me-sm-nc20-px{margin-right:-20px!important}.me-sm-nc30-px{margin-right:-30px!important}.me-sm-nc35-px{margin-right:-35px!important}.me-sm-nc40-px{margin-right:-40px!important}.me-sm-nc50-px{margin-right:-50px!important}.me-sm-nc60-px{margin-right:-60px!important}.me-sm-nc65-px{margin-right:-65px!important}.me-sm-nc70-px{margin-right:-70px!important}.me-sm-nc75-px{margin-right:-75px!important}.me-sm-nc80-px{margin-right:-80px!important}.me-sm-nc90-px{margin-right:-90px!important}.me-sm-nc100-px{margin-right:-100px!important}.me-sm-nc125-px{margin-right:-125px!important}.me-sm-nc130-px{margin-right:-130px!important}.me-sm-nc200-px{margin-right:-200px!important}.me-sm-nc250-px{margin-right:-250px!important}.me-sm-nc300-px{margin-right:-300px!important}.me-sm-nc400-px{margin-right:-400px!important}.me-sm-nc500-px{margin-right:-500px!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-6rem!important}.mb-sm-n7{margin-bottom:-12rem!important}.mb-sm-n8{margin-bottom:-20rem!important}.mb-sm-nc45{margin-bottom:-.45rem!important}.mb-sm-nc75{margin-bottom:-.75rem!important}.mb-sm-nc1-25{margin-bottom:-1.25rem!important}.mb-sm-nc1-75{margin-bottom:-1.75rem!important}.mb-sm-nc2{margin-bottom:-2rem!important}.mb-sm-nc2-25{margin-bottom:-2.25rem!important}.mb-sm-nc2-75{margin-bottom:-2.75rem!important}.mb-sm-nc3-75{margin-bottom:-3.75rem!important}.mb-sm-nc4{margin-bottom:-4rem!important}.mb-sm-nc4-5{margin-bottom:-4.5rem!important}.mb-sm-nc4-75{margin-bottom:-4.75rem!important}.mb-sm-nc5{margin-bottom:-5rem!important}.mb-sm-nc6{margin-bottom:-6rem!important}.mb-sm-nc7{margin-bottom:-7rem!important}.mb-sm-nc5-px{margin-bottom:-5px!important}.mb-sm-nc10-px{margin-bottom:-10px!important}.mb-sm-nc15-px{margin-bottom:-15px!important}.mb-sm-nc20-px{margin-bottom:-20px!important}.mb-sm-nc30-px{margin-bottom:-30px!important}.mb-sm-nc35-px{margin-bottom:-35px!important}.mb-sm-nc40-px{margin-bottom:-40px!important}.mb-sm-nc50-px{margin-bottom:-50px!important}.mb-sm-nc60-px{margin-bottom:-60px!important}.mb-sm-nc65-px{margin-bottom:-65px!important}.mb-sm-nc70-px{margin-bottom:-70px!important}.mb-sm-nc75-px{margin-bottom:-75px!important}.mb-sm-nc80-px{margin-bottom:-80px!important}.mb-sm-nc90-px{margin-bottom:-90px!important}.mb-sm-nc100-px{margin-bottom:-100px!important}.mb-sm-nc125-px{margin-bottom:-125px!important}.mb-sm-nc130-px{margin-bottom:-130px!important}.mb-sm-nc200-px{margin-bottom:-200px!important}.mb-sm-nc250-px{margin-bottom:-250px!important}.mb-sm-nc300-px{margin-bottom:-300px!important}.mb-sm-nc400-px{margin-bottom:-400px!important}.mb-sm-nc500-px{margin-bottom:-500px!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-6rem!important}.ms-sm-n7{margin-left:-12rem!important}.ms-sm-n8{margin-left:-20rem!important}.ms-sm-nc45{margin-left:-.45rem!important}.ms-sm-nc75{margin-left:-.75rem!important}.ms-sm-nc1-25{margin-left:-1.25rem!important}.ms-sm-nc1-75{margin-left:-1.75rem!important}.ms-sm-nc2{margin-left:-2rem!important}.ms-sm-nc2-25{margin-left:-2.25rem!important}.ms-sm-nc2-75{margin-left:-2.75rem!important}.ms-sm-nc3-75{margin-left:-3.75rem!important}.ms-sm-nc4{margin-left:-4rem!important}.ms-sm-nc4-5{margin-left:-4.5rem!important}.ms-sm-nc4-75{margin-left:-4.75rem!important}.ms-sm-nc5{margin-left:-5rem!important}.ms-sm-nc6{margin-left:-6rem!important}.ms-sm-nc7{margin-left:-7rem!important}.ms-sm-nc5-px{margin-left:-5px!important}.ms-sm-nc10-px{margin-left:-10px!important}.ms-sm-nc15-px{margin-left:-15px!important}.ms-sm-nc20-px{margin-left:-20px!important}.ms-sm-nc30-px{margin-left:-30px!important}.ms-sm-nc35-px{margin-left:-35px!important}.ms-sm-nc40-px{margin-left:-40px!important}.ms-sm-nc50-px{margin-left:-50px!important}.ms-sm-nc60-px{margin-left:-60px!important}.ms-sm-nc65-px{margin-left:-65px!important}.ms-sm-nc70-px{margin-left:-70px!important}.ms-sm-nc75-px{margin-left:-75px!important}.ms-sm-nc80-px{margin-left:-80px!important}.ms-sm-nc90-px{margin-left:-90px!important}.ms-sm-nc100-px{margin-left:-100px!important}.ms-sm-nc125-px{margin-left:-125px!important}.ms-sm-nc130-px{margin-left:-130px!important}.ms-sm-nc200-px{margin-left:-200px!important}.ms-sm-nc250-px{margin-left:-250px!important}.ms-sm-nc300-px{margin-left:-300px!important}.ms-sm-nc400-px{margin-left:-400px!important}.ms-sm-nc500-px{margin-left:-500px!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:6rem!important}.p-sm-7{padding:12rem!important}.p-sm-8{padding:20rem!important}.p-sm-c45{padding:.45rem!important}.p-sm-c75{padding:.75rem!important}.p-sm-c1-25{padding:1.25rem!important}.p-sm-c1-75{padding:1.75rem!important}.p-sm-c2{padding:2rem!important}.p-sm-c2-25{padding:2.25rem!important}.p-sm-c2-75{padding:2.75rem!important}.p-sm-c3-75{padding:3.75rem!important}.p-sm-c4{padding:4rem!important}.p-sm-c4-5{padding:4.5rem!important}.p-sm-c4-75{padding:4.75rem!important}.p-sm-c5{padding:5rem!important}.p-sm-c6{padding:6rem!important}.p-sm-c7{padding:7rem!important}.p-sm-c5-px{padding:5px!important}.p-sm-c10-px{padding:10px!important}.p-sm-c15-px{padding:15px!important}.p-sm-c20-px{padding:20px!important}.p-sm-c30-px{padding:30px!important}.p-sm-c35-px{padding:35px!important}.p-sm-c40-px{padding:40px!important}.p-sm-c50-px{padding:50px!important}.p-sm-c60-px{padding:60px!important}.p-sm-c65-px{padding:65px!important}.p-sm-c70-px{padding:70px!important}.p-sm-c75-px{padding:75px!important}.p-sm-c80-px{padding:80px!important}.p-sm-c90-px{padding:90px!important}.p-sm-c100-px{padding:100px!important}.p-sm-c125-px{padding:125px!important}.p-sm-c130-px{padding:130px!important}.p-sm-c200-px{padding:200px!important}.p-sm-c250-px{padding:250px!important}.p-sm-c300-px{padding:300px!important}.p-sm-c400-px{padding:400px!important}.p-sm-c500-px{padding:500px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-7{padding-left:12rem!important;padding-right:12rem!important}.px-sm-8{padding-left:20rem!important;padding-right:20rem!important}.px-sm-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-sm-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-c2{padding-left:2rem!important;padding-right:2rem!important}.px-sm-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-c4{padding-left:4rem!important;padding-right:4rem!important}.px-sm-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-c5{padding-left:5rem!important;padding-right:5rem!important}.px-sm-c6{padding-left:6rem!important;padding-right:6rem!important}.px-sm-c7{padding-left:7rem!important;padding-right:7rem!important}.px-sm-c5-px{padding-left:5px!important;padding-right:5px!important}.px-sm-c10-px{padding-left:10px!important;padding-right:10px!important}.px-sm-c15-px{padding-left:15px!important;padding-right:15px!important}.px-sm-c20-px{padding-left:20px!important;padding-right:20px!important}.px-sm-c30-px{padding-left:30px!important;padding-right:30px!important}.px-sm-c35-px{padding-left:35px!important;padding-right:35px!important}.px-sm-c40-px{padding-left:40px!important;padding-right:40px!important}.px-sm-c50-px{padding-left:50px!important;padding-right:50px!important}.px-sm-c60-px{padding-left:60px!important;padding-right:60px!important}.px-sm-c65-px{padding-left:65px!important;padding-right:65px!important}.px-sm-c70-px{padding-left:70px!important;padding-right:70px!important}.px-sm-c75-px{padding-left:75px!important;padding-right:75px!important}.px-sm-c80-px{padding-left:80px!important;padding-right:80px!important}.px-sm-c90-px{padding-left:90px!important;padding-right:90px!important}.px-sm-c100-px{padding-left:100px!important;padding-right:100px!important}.px-sm-c125-px{padding-left:125px!important;padding-right:125px!important}.px-sm-c130-px{padding-left:130px!important;padding-right:130px!important}.px-sm-c200-px{padding-left:200px!important;padding-right:200px!important}.px-sm-c250-px{padding-left:250px!important;padding-right:250px!important}.px-sm-c300-px{padding-left:300px!important;padding-right:300px!important}.px-sm-c400-px{padding-left:400px!important;padding-right:400px!important}.px-sm-c500-px{padding-left:500px!important;padding-right:500px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-sm-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-sm-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-sm-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-sm-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-sm-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-sm-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-sm-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-sm-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-sm-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-sm-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-sm-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-sm-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-sm-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-sm-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-sm-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-sm-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-sm-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-sm-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-sm-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-sm-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-sm-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-sm-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-sm-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-sm-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:6rem!important}.pt-sm-7{padding-top:12rem!important}.pt-sm-8{padding-top:20rem!important}.pt-sm-c45{padding-top:.45rem!important}.pt-sm-c75{padding-top:.75rem!important}.pt-sm-c1-25{padding-top:1.25rem!important}.pt-sm-c1-75{padding-top:1.75rem!important}.pt-sm-c2{padding-top:2rem!important}.pt-sm-c2-25{padding-top:2.25rem!important}.pt-sm-c2-75{padding-top:2.75rem!important}.pt-sm-c3-75{padding-top:3.75rem!important}.pt-sm-c4{padding-top:4rem!important}.pt-sm-c4-5{padding-top:4.5rem!important}.pt-sm-c4-75{padding-top:4.75rem!important}.pt-sm-c5{padding-top:5rem!important}.pt-sm-c6{padding-top:6rem!important}.pt-sm-c7{padding-top:7rem!important}.pt-sm-c5-px{padding-top:5px!important}.pt-sm-c10-px{padding-top:10px!important}.pt-sm-c15-px{padding-top:15px!important}.pt-sm-c20-px{padding-top:20px!important}.pt-sm-c30-px{padding-top:30px!important}.pt-sm-c35-px{padding-top:35px!important}.pt-sm-c40-px{padding-top:40px!important}.pt-sm-c50-px{padding-top:50px!important}.pt-sm-c60-px{padding-top:60px!important}.pt-sm-c65-px{padding-top:65px!important}.pt-sm-c70-px{padding-top:70px!important}.pt-sm-c75-px{padding-top:75px!important}.pt-sm-c80-px{padding-top:80px!important}.pt-sm-c90-px{padding-top:90px!important}.pt-sm-c100-px{padding-top:100px!important}.pt-sm-c125-px{padding-top:125px!important}.pt-sm-c130-px{padding-top:130px!important}.pt-sm-c200-px{padding-top:200px!important}.pt-sm-c250-px{padding-top:250px!important}.pt-sm-c300-px{padding-top:300px!important}.pt-sm-c400-px{padding-top:400px!important}.pt-sm-c500-px{padding-top:500px!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:6rem!important}.pe-sm-7{padding-right:12rem!important}.pe-sm-8{padding-right:20rem!important}.pe-sm-c45{padding-right:.45rem!important}.pe-sm-c75{padding-right:.75rem!important}.pe-sm-c1-25{padding-right:1.25rem!important}.pe-sm-c1-75{padding-right:1.75rem!important}.pe-sm-c2{padding-right:2rem!important}.pe-sm-c2-25{padding-right:2.25rem!important}.pe-sm-c2-75{padding-right:2.75rem!important}.pe-sm-c3-75{padding-right:3.75rem!important}.pe-sm-c4{padding-right:4rem!important}.pe-sm-c4-5{padding-right:4.5rem!important}.pe-sm-c4-75{padding-right:4.75rem!important}.pe-sm-c5{padding-right:5rem!important}.pe-sm-c6{padding-right:6rem!important}.pe-sm-c7{padding-right:7rem!important}.pe-sm-c5-px{padding-right:5px!important}.pe-sm-c10-px{padding-right:10px!important}.pe-sm-c15-px{padding-right:15px!important}.pe-sm-c20-px{padding-right:20px!important}.pe-sm-c30-px{padding-right:30px!important}.pe-sm-c35-px{padding-right:35px!important}.pe-sm-c40-px{padding-right:40px!important}.pe-sm-c50-px{padding-right:50px!important}.pe-sm-c60-px{padding-right:60px!important}.pe-sm-c65-px{padding-right:65px!important}.pe-sm-c70-px{padding-right:70px!important}.pe-sm-c75-px{padding-right:75px!important}.pe-sm-c80-px{padding-right:80px!important}.pe-sm-c90-px{padding-right:90px!important}.pe-sm-c100-px{padding-right:100px!important}.pe-sm-c125-px{padding-right:125px!important}.pe-sm-c130-px{padding-right:130px!important}.pe-sm-c200-px{padding-right:200px!important}.pe-sm-c250-px{padding-right:250px!important}.pe-sm-c300-px{padding-right:300px!important}.pe-sm-c400-px{padding-right:400px!important}.pe-sm-c500-px{padding-right:500px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:6rem!important}.pb-sm-7{padding-bottom:12rem!important}.pb-sm-8{padding-bottom:20rem!important}.pb-sm-c45{padding-bottom:.45rem!important}.pb-sm-c75{padding-bottom:.75rem!important}.pb-sm-c1-25{padding-bottom:1.25rem!important}.pb-sm-c1-75{padding-bottom:1.75rem!important}.pb-sm-c2{padding-bottom:2rem!important}.pb-sm-c2-25{padding-bottom:2.25rem!important}.pb-sm-c2-75{padding-bottom:2.75rem!important}.pb-sm-c3-75{padding-bottom:3.75rem!important}.pb-sm-c4{padding-bottom:4rem!important}.pb-sm-c4-5{padding-bottom:4.5rem!important}.pb-sm-c4-75{padding-bottom:4.75rem!important}.pb-sm-c5{padding-bottom:5rem!important}.pb-sm-c6{padding-bottom:6rem!important}.pb-sm-c7{padding-bottom:7rem!important}.pb-sm-c5-px{padding-bottom:5px!important}.pb-sm-c10-px{padding-bottom:10px!important}.pb-sm-c15-px{padding-bottom:15px!important}.pb-sm-c20-px{padding-bottom:20px!important}.pb-sm-c30-px{padding-bottom:30px!important}.pb-sm-c35-px{padding-bottom:35px!important}.pb-sm-c40-px{padding-bottom:40px!important}.pb-sm-c50-px{padding-bottom:50px!important}.pb-sm-c60-px{padding-bottom:60px!important}.pb-sm-c65-px{padding-bottom:65px!important}.pb-sm-c70-px{padding-bottom:70px!important}.pb-sm-c75-px{padding-bottom:75px!important}.pb-sm-c80-px{padding-bottom:80px!important}.pb-sm-c90-px{padding-bottom:90px!important}.pb-sm-c100-px{padding-bottom:100px!important}.pb-sm-c125-px{padding-bottom:125px!important}.pb-sm-c130-px{padding-bottom:130px!important}.pb-sm-c200-px{padding-bottom:200px!important}.pb-sm-c250-px{padding-bottom:250px!important}.pb-sm-c300-px{padding-bottom:300px!important}.pb-sm-c400-px{padding-bottom:400px!important}.pb-sm-c500-px{padding-bottom:500px!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:6rem!important}.ps-sm-7{padding-left:12rem!important}.ps-sm-8{padding-left:20rem!important}.ps-sm-c45{padding-left:.45rem!important}.ps-sm-c75{padding-left:.75rem!important}.ps-sm-c1-25{padding-left:1.25rem!important}.ps-sm-c1-75{padding-left:1.75rem!important}.ps-sm-c2{padding-left:2rem!important}.ps-sm-c2-25{padding-left:2.25rem!important}.ps-sm-c2-75{padding-left:2.75rem!important}.ps-sm-c3-75{padding-left:3.75rem!important}.ps-sm-c4{padding-left:4rem!important}.ps-sm-c4-5{padding-left:4.5rem!important}.ps-sm-c4-75{padding-left:4.75rem!important}.ps-sm-c5{padding-left:5rem!important}.ps-sm-c6{padding-left:6rem!important}.ps-sm-c7{padding-left:7rem!important}.ps-sm-c5-px{padding-left:5px!important}.ps-sm-c10-px{padding-left:10px!important}.ps-sm-c15-px{padding-left:15px!important}.ps-sm-c20-px{padding-left:20px!important}.ps-sm-c30-px{padding-left:30px!important}.ps-sm-c35-px{padding-left:35px!important}.ps-sm-c40-px{padding-left:40px!important}.ps-sm-c50-px{padding-left:50px!important}.ps-sm-c60-px{padding-left:60px!important}.ps-sm-c65-px{padding-left:65px!important}.ps-sm-c70-px{padding-left:70px!important}.ps-sm-c75-px{padding-left:75px!important}.ps-sm-c80-px{padding-left:80px!important}.ps-sm-c90-px{padding-left:90px!important}.ps-sm-c100-px{padding-left:100px!important}.ps-sm-c125-px{padding-left:125px!important}.ps-sm-c130-px{padding-left:130px!important}.ps-sm-c200-px{padding-left:200px!important}.ps-sm-c250-px{padding-left:250px!important}.ps-sm-c300-px{padding-left:300px!important}.ps-sm-c400-px{padding-left:400px!important}.ps-sm-c500-px{padding-left:500px!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:6rem!important}.gap-sm-7{gap:12rem!important}.gap-sm-8{gap:20rem!important}.gap-sm-c45{gap:.45rem!important}.gap-sm-c75{gap:.75rem!important}.gap-sm-c1-25{gap:1.25rem!important}.gap-sm-c1-75{gap:1.75rem!important}.gap-sm-c2{gap:2rem!important}.gap-sm-c2-25{gap:2.25rem!important}.gap-sm-c2-75{gap:2.75rem!important}.gap-sm-c3-75{gap:3.75rem!important}.gap-sm-c4{gap:4rem!important}.gap-sm-c4-5{gap:4.5rem!important}.gap-sm-c4-75{gap:4.75rem!important}.gap-sm-c5{gap:5rem!important}.gap-sm-c6{gap:6rem!important}.gap-sm-c7{gap:7rem!important}.gap-sm-c5-px{gap:5px!important}.gap-sm-c10-px{gap:10px!important}.gap-sm-c15-px{gap:15px!important}.gap-sm-c20-px{gap:20px!important}.gap-sm-c30-px{gap:30px!important}.gap-sm-c35-px{gap:35px!important}.gap-sm-c40-px{gap:40px!important}.gap-sm-c50-px{gap:50px!important}.gap-sm-c60-px{gap:60px!important}.gap-sm-c65-px{gap:65px!important}.gap-sm-c70-px{gap:70px!important}.gap-sm-c75-px{gap:75px!important}.gap-sm-c80-px{gap:80px!important}.gap-sm-c90-px{gap:90px!important}.gap-sm-c100-px{gap:100px!important}.gap-sm-c125-px{gap:125px!important}.gap-sm-c130-px{gap:130px!important}.gap-sm-c200-px{gap:200px!important}.gap-sm-c250-px{gap:250px!important}.gap-sm-c300-px{gap:300px!important}.gap-sm-c400-px{gap:400px!important}.gap-sm-c500-px{gap:500px!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.row-gap-sm-6{row-gap:6rem!important}.row-gap-sm-7{row-gap:12rem!important}.row-gap-sm-8{row-gap:20rem!important}.row-gap-sm-c45{row-gap:.45rem!important}.row-gap-sm-c75{row-gap:.75rem!important}.row-gap-sm-c1-25{row-gap:1.25rem!important}.row-gap-sm-c1-75{row-gap:1.75rem!important}.row-gap-sm-c2{row-gap:2rem!important}.row-gap-sm-c2-25{row-gap:2.25rem!important}.row-gap-sm-c2-75{row-gap:2.75rem!important}.row-gap-sm-c3-75{row-gap:3.75rem!important}.row-gap-sm-c4{row-gap:4rem!important}.row-gap-sm-c4-5{row-gap:4.5rem!important}.row-gap-sm-c4-75{row-gap:4.75rem!important}.row-gap-sm-c5{row-gap:5rem!important}.row-gap-sm-c6{row-gap:6rem!important}.row-gap-sm-c7{row-gap:7rem!important}.row-gap-sm-c5-px{row-gap:5px!important}.row-gap-sm-c10-px{row-gap:10px!important}.row-gap-sm-c15-px{row-gap:15px!important}.row-gap-sm-c20-px{row-gap:20px!important}.row-gap-sm-c30-px{row-gap:30px!important}.row-gap-sm-c35-px{row-gap:35px!important}.row-gap-sm-c40-px{row-gap:40px!important}.row-gap-sm-c50-px{row-gap:50px!important}.row-gap-sm-c60-px{row-gap:60px!important}.row-gap-sm-c65-px{row-gap:65px!important}.row-gap-sm-c70-px{row-gap:70px!important}.row-gap-sm-c75-px{row-gap:75px!important}.row-gap-sm-c80-px{row-gap:80px!important}.row-gap-sm-c90-px{row-gap:90px!important}.row-gap-sm-c100-px{row-gap:100px!important}.row-gap-sm-c125-px{row-gap:125px!important}.row-gap-sm-c130-px{row-gap:130px!important}.row-gap-sm-c200-px{row-gap:200px!important}.row-gap-sm-c250-px{row-gap:250px!important}.row-gap-sm-c300-px{row-gap:300px!important}.row-gap-sm-c400-px{row-gap:400px!important}.row-gap-sm-c500-px{row-gap:500px!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.column-gap-sm-6{column-gap:6rem!important}.column-gap-sm-7{column-gap:12rem!important}.column-gap-sm-8{column-gap:20rem!important}.column-gap-sm-c45{column-gap:.45rem!important}.column-gap-sm-c75{column-gap:.75rem!important}.column-gap-sm-c1-25{column-gap:1.25rem!important}.column-gap-sm-c1-75{column-gap:1.75rem!important}.column-gap-sm-c2{column-gap:2rem!important}.column-gap-sm-c2-25{column-gap:2.25rem!important}.column-gap-sm-c2-75{column-gap:2.75rem!important}.column-gap-sm-c3-75{column-gap:3.75rem!important}.column-gap-sm-c4{column-gap:4rem!important}.column-gap-sm-c4-5{column-gap:4.5rem!important}.column-gap-sm-c4-75{column-gap:4.75rem!important}.column-gap-sm-c5{column-gap:5rem!important}.column-gap-sm-c6{column-gap:6rem!important}.column-gap-sm-c7{column-gap:7rem!important}.column-gap-sm-c5-px{column-gap:5px!important}.column-gap-sm-c10-px{column-gap:10px!important}.column-gap-sm-c15-px{column-gap:15px!important}.column-gap-sm-c20-px{column-gap:20px!important}.column-gap-sm-c30-px{column-gap:30px!important}.column-gap-sm-c35-px{column-gap:35px!important}.column-gap-sm-c40-px{column-gap:40px!important}.column-gap-sm-c50-px{column-gap:50px!important}.column-gap-sm-c60-px{column-gap:60px!important}.column-gap-sm-c65-px{column-gap:65px!important}.column-gap-sm-c70-px{column-gap:70px!important}.column-gap-sm-c75-px{column-gap:75px!important}.column-gap-sm-c80-px{column-gap:80px!important}.column-gap-sm-c90-px{column-gap:90px!important}.column-gap-sm-c100-px{column-gap:100px!important}.column-gap-sm-c125-px{column-gap:125px!important}.column-gap-sm-c130-px{column-gap:130px!important}.column-gap-sm-c200-px{column-gap:200px!important}.column-gap-sm-c250-px{column-gap:250px!important}.column-gap-sm-c300-px{column-gap:300px!important}.column-gap-sm-c400-px{column-gap:400px!important}.column-gap-sm-c500-px{column-gap:500px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.h-px-sm-0{height:0!important}.h-px-sm-5{height:5px!important}.h-px-sm-10{height:10px!important}.h-px-sm-15{height:15px!important}.h-px-sm-16{height:16px!important}.h-px-sm-20{height:20px!important}.h-px-sm-25{height:25px!important}.h-px-sm-30{height:30px!important}.h-px-sm-35{height:35px!important}.h-px-sm-40{height:40px!important}.h-px-sm-42{height:42px!important}.h-px-sm-50{height:50px!important}.h-px-sm-60{height:60px!important}.h-px-sm-65{height:65px!important}.h-px-sm-70{height:70px!important}.h-px-sm-75{height:75px!important}.h-px-sm-80{height:80px!important}.h-px-sm-90{height:90px!important}.h-px-sm-100{height:100px!important}.h-px-sm-107{height:107px!important}.h-px-sm-110{height:110px!important}.h-px-sm-125{height:125px!important}.h-px-sm-130{height:130px!important}.h-px-sm-191{height:191px!important}.h-px-sm-200{height:200px!important}.h-px-sm-205{height:205px!important}.h-px-sm-250{height:250px!important}.h-px-sm-300{height:300px!important}.h-px-sm-335{height:335px!important}.h-px-sm-400{height:400px!important}.h-px-sm-450{height:450px!important}.h-px-sm-500{height:500px!important}.h-px-sm-650{height:650px!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:6rem!important}.m-md-7{margin:12rem!important}.m-md-8{margin:20rem!important}.m-md-c45{margin:.45rem!important}.m-md-c75{margin:.75rem!important}.m-md-c1-25{margin:1.25rem!important}.m-md-c1-75{margin:1.75rem!important}.m-md-c2{margin:2rem!important}.m-md-c2-25{margin:2.25rem!important}.m-md-c2-75{margin:2.75rem!important}.m-md-c3-75{margin:3.75rem!important}.m-md-c4{margin:4rem!important}.m-md-c4-5{margin:4.5rem!important}.m-md-c4-75{margin:4.75rem!important}.m-md-c5{margin:5rem!important}.m-md-c6{margin:6rem!important}.m-md-c7{margin:7rem!important}.m-md-c5-px{margin:5px!important}.m-md-c10-px{margin:10px!important}.m-md-c15-px{margin:15px!important}.m-md-c20-px{margin:20px!important}.m-md-c30-px{margin:30px!important}.m-md-c35-px{margin:35px!important}.m-md-c40-px{margin:40px!important}.m-md-c50-px{margin:50px!important}.m-md-c60-px{margin:60px!important}.m-md-c65-px{margin:65px!important}.m-md-c70-px{margin:70px!important}.m-md-c75-px{margin:75px!important}.m-md-c80-px{margin:80px!important}.m-md-c90-px{margin:90px!important}.m-md-c100-px{margin:100px!important}.m-md-c125-px{margin:125px!important}.m-md-c130-px{margin:130px!important}.m-md-c200-px{margin:200px!important}.m-md-c250-px{margin:250px!important}.m-md-c300-px{margin:300px!important}.m-md-c400-px{margin:400px!important}.m-md-c500-px{margin:500px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-7{margin-left:12rem!important;margin-right:12rem!important}.mx-md-8{margin-left:20rem!important;margin-right:20rem!important}.mx-md-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-md-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-md-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-md-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-md-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-md-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-md-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-md-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-md-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-md-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-md-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-md-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-md-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-md-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-md-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-md-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-md-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-md-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-md-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-md-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-md-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-md-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-md-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-md-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-md-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-md-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-md-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-md-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-md-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-md-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-md-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-md-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-md-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-md-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-md-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-md-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-md-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-md-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-md-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-md-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-md-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-md-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-md-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-md-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-md-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-md-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-md-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-md-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-md-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-md-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-md-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-md-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:6rem!important}.mt-md-7{margin-top:12rem!important}.mt-md-8{margin-top:20rem!important}.mt-md-c45{margin-top:.45rem!important}.mt-md-c75{margin-top:.75rem!important}.mt-md-c1-25{margin-top:1.25rem!important}.mt-md-c1-75{margin-top:1.75rem!important}.mt-md-c2{margin-top:2rem!important}.mt-md-c2-25{margin-top:2.25rem!important}.mt-md-c2-75{margin-top:2.75rem!important}.mt-md-c3-75{margin-top:3.75rem!important}.mt-md-c4{margin-top:4rem!important}.mt-md-c4-5{margin-top:4.5rem!important}.mt-md-c4-75{margin-top:4.75rem!important}.mt-md-c5{margin-top:5rem!important}.mt-md-c6{margin-top:6rem!important}.mt-md-c7{margin-top:7rem!important}.mt-md-c5-px{margin-top:5px!important}.mt-md-c10-px{margin-top:10px!important}.mt-md-c15-px{margin-top:15px!important}.mt-md-c20-px{margin-top:20px!important}.mt-md-c30-px{margin-top:30px!important}.mt-md-c35-px{margin-top:35px!important}.mt-md-c40-px{margin-top:40px!important}.mt-md-c50-px{margin-top:50px!important}.mt-md-c60-px{margin-top:60px!important}.mt-md-c65-px{margin-top:65px!important}.mt-md-c70-px{margin-top:70px!important}.mt-md-c75-px{margin-top:75px!important}.mt-md-c80-px{margin-top:80px!important}.mt-md-c90-px{margin-top:90px!important}.mt-md-c100-px{margin-top:100px!important}.mt-md-c125-px{margin-top:125px!important}.mt-md-c130-px{margin-top:130px!important}.mt-md-c200-px{margin-top:200px!important}.mt-md-c250-px{margin-top:250px!important}.mt-md-c300-px{margin-top:300px!important}.mt-md-c400-px{margin-top:400px!important}.mt-md-c500-px{margin-top:500px!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:6rem!important}.me-md-7{margin-right:12rem!important}.me-md-8{margin-right:20rem!important}.me-md-c45{margin-right:.45rem!important}.me-md-c75{margin-right:.75rem!important}.me-md-c1-25{margin-right:1.25rem!important}.me-md-c1-75{margin-right:1.75rem!important}.me-md-c2{margin-right:2rem!important}.me-md-c2-25{margin-right:2.25rem!important}.me-md-c2-75{margin-right:2.75rem!important}.me-md-c3-75{margin-right:3.75rem!important}.me-md-c4{margin-right:4rem!important}.me-md-c4-5{margin-right:4.5rem!important}.me-md-c4-75{margin-right:4.75rem!important}.me-md-c5{margin-right:5rem!important}.me-md-c6{margin-right:6rem!important}.me-md-c7{margin-right:7rem!important}.me-md-c5-px{margin-right:5px!important}.me-md-c10-px{margin-right:10px!important}.me-md-c15-px{margin-right:15px!important}.me-md-c20-px{margin-right:20px!important}.me-md-c30-px{margin-right:30px!important}.me-md-c35-px{margin-right:35px!important}.me-md-c40-px{margin-right:40px!important}.me-md-c50-px{margin-right:50px!important}.me-md-c60-px{margin-right:60px!important}.me-md-c65-px{margin-right:65px!important}.me-md-c70-px{margin-right:70px!important}.me-md-c75-px{margin-right:75px!important}.me-md-c80-px{margin-right:80px!important}.me-md-c90-px{margin-right:90px!important}.me-md-c100-px{margin-right:100px!important}.me-md-c125-px{margin-right:125px!important}.me-md-c130-px{margin-right:130px!important}.me-md-c200-px{margin-right:200px!important}.me-md-c250-px{margin-right:250px!important}.me-md-c300-px{margin-right:300px!important}.me-md-c400-px{margin-right:400px!important}.me-md-c500-px{margin-right:500px!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-7{margin-bottom:12rem!important}.mb-md-8{margin-bottom:20rem!important}.mb-md-c45{margin-bottom:.45rem!important}.mb-md-c75{margin-bottom:.75rem!important}.mb-md-c1-25{margin-bottom:1.25rem!important}.mb-md-c1-75{margin-bottom:1.75rem!important}.mb-md-c2{margin-bottom:2rem!important}.mb-md-c2-25{margin-bottom:2.25rem!important}.mb-md-c2-75{margin-bottom:2.75rem!important}.mb-md-c3-75{margin-bottom:3.75rem!important}.mb-md-c4{margin-bottom:4rem!important}.mb-md-c4-5{margin-bottom:4.5rem!important}.mb-md-c4-75{margin-bottom:4.75rem!important}.mb-md-c5{margin-bottom:5rem!important}.mb-md-c6{margin-bottom:6rem!important}.mb-md-c7{margin-bottom:7rem!important}.mb-md-c5-px{margin-bottom:5px!important}.mb-md-c10-px{margin-bottom:10px!important}.mb-md-c15-px{margin-bottom:15px!important}.mb-md-c20-px{margin-bottom:20px!important}.mb-md-c30-px{margin-bottom:30px!important}.mb-md-c35-px{margin-bottom:35px!important}.mb-md-c40-px{margin-bottom:40px!important}.mb-md-c50-px{margin-bottom:50px!important}.mb-md-c60-px{margin-bottom:60px!important}.mb-md-c65-px{margin-bottom:65px!important}.mb-md-c70-px{margin-bottom:70px!important}.mb-md-c75-px{margin-bottom:75px!important}.mb-md-c80-px{margin-bottom:80px!important}.mb-md-c90-px{margin-bottom:90px!important}.mb-md-c100-px{margin-bottom:100px!important}.mb-md-c125-px{margin-bottom:125px!important}.mb-md-c130-px{margin-bottom:130px!important}.mb-md-c200-px{margin-bottom:200px!important}.mb-md-c250-px{margin-bottom:250px!important}.mb-md-c300-px{margin-bottom:300px!important}.mb-md-c400-px{margin-bottom:400px!important}.mb-md-c500-px{margin-bottom:500px!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:6rem!important}.ms-md-7{margin-left:12rem!important}.ms-md-8{margin-left:20rem!important}.ms-md-c45{margin-left:.45rem!important}.ms-md-c75{margin-left:.75rem!important}.ms-md-c1-25{margin-left:1.25rem!important}.ms-md-c1-75{margin-left:1.75rem!important}.ms-md-c2{margin-left:2rem!important}.ms-md-c2-25{margin-left:2.25rem!important}.ms-md-c2-75{margin-left:2.75rem!important}.ms-md-c3-75{margin-left:3.75rem!important}.ms-md-c4{margin-left:4rem!important}.ms-md-c4-5{margin-left:4.5rem!important}.ms-md-c4-75{margin-left:4.75rem!important}.ms-md-c5{margin-left:5rem!important}.ms-md-c6{margin-left:6rem!important}.ms-md-c7{margin-left:7rem!important}.ms-md-c5-px{margin-left:5px!important}.ms-md-c10-px{margin-left:10px!important}.ms-md-c15-px{margin-left:15px!important}.ms-md-c20-px{margin-left:20px!important}.ms-md-c30-px{margin-left:30px!important}.ms-md-c35-px{margin-left:35px!important}.ms-md-c40-px{margin-left:40px!important}.ms-md-c50-px{margin-left:50px!important}.ms-md-c60-px{margin-left:60px!important}.ms-md-c65-px{margin-left:65px!important}.ms-md-c70-px{margin-left:70px!important}.ms-md-c75-px{margin-left:75px!important}.ms-md-c80-px{margin-left:80px!important}.ms-md-c90-px{margin-left:90px!important}.ms-md-c100-px{margin-left:100px!important}.ms-md-c125-px{margin-left:125px!important}.ms-md-c130-px{margin-left:130px!important}.ms-md-c200-px{margin-left:200px!important}.ms-md-c250-px{margin-left:250px!important}.ms-md-c300-px{margin-left:300px!important}.ms-md-c400-px{margin-left:400px!important}.ms-md-c500-px{margin-left:500px!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-6rem!important}.m-md-n7{margin:-12rem!important}.m-md-n8{margin:-20rem!important}.m-md-nc45{margin:-.45rem!important}.m-md-nc75{margin:-.75rem!important}.m-md-nc1-25{margin:-1.25rem!important}.m-md-nc1-75{margin:-1.75rem!important}.m-md-nc2{margin:-2rem!important}.m-md-nc2-25{margin:-2.25rem!important}.m-md-nc2-75{margin:-2.75rem!important}.m-md-nc3-75{margin:-3.75rem!important}.m-md-nc4{margin:-4rem!important}.m-md-nc4-5{margin:-4.5rem!important}.m-md-nc4-75{margin:-4.75rem!important}.m-md-nc5{margin:-5rem!important}.m-md-nc6{margin:-6rem!important}.m-md-nc7{margin:-7rem!important}.m-md-nc5-px{margin:-5px!important}.m-md-nc10-px{margin:-10px!important}.m-md-nc15-px{margin:-15px!important}.m-md-nc20-px{margin:-20px!important}.m-md-nc30-px{margin:-30px!important}.m-md-nc35-px{margin:-35px!important}.m-md-nc40-px{margin:-40px!important}.m-md-nc50-px{margin:-50px!important}.m-md-nc60-px{margin:-60px!important}.m-md-nc65-px{margin:-65px!important}.m-md-nc70-px{margin:-70px!important}.m-md-nc75-px{margin:-75px!important}.m-md-nc80-px{margin:-80px!important}.m-md-nc90-px{margin:-90px!important}.m-md-nc100-px{margin:-100px!important}.m-md-nc125-px{margin:-125px!important}.m-md-nc130-px{margin:-130px!important}.m-md-nc200-px{margin:-200px!important}.m-md-nc250-px{margin:-250px!important}.m-md-nc300-px{margin:-300px!important}.m-md-nc400-px{margin:-400px!important}.m-md-nc500-px{margin:-500px!important}.mx-md-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-md-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-md-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-md-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-md-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-md-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-md-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-md-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-md-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-md-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-md-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-md-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-md-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-md-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-md-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-md-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-md-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-md-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-md-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-md-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-md-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-md-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-md-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-md-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-md-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-md-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-md-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-md-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-md-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-md-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-md-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-md-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-md-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-md-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-md-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-md-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-md-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-md-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-md-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-md-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-md-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-md-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-md-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-md-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-md-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-md-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-md-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-md-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-md-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-md-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-md-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-md-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-md-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-md-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-md-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-md-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-md-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-md-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-md-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-md-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-md-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-md-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-md-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-md-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-md-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-md-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-md-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-md-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-md-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-md-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-md-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-md-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-md-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-md-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-md-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-md-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-md-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-md-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-md-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-md-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-md-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-md-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-md-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-md-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-md-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-md-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-6rem!important}.mt-md-n7{margin-top:-12rem!important}.mt-md-n8{margin-top:-20rem!important}.mt-md-nc45{margin-top:-.45rem!important}.mt-md-nc75{margin-top:-.75rem!important}.mt-md-nc1-25{margin-top:-1.25rem!important}.mt-md-nc1-75{margin-top:-1.75rem!important}.mt-md-nc2{margin-top:-2rem!important}.mt-md-nc2-25{margin-top:-2.25rem!important}.mt-md-nc2-75{margin-top:-2.75rem!important}.mt-md-nc3-75{margin-top:-3.75rem!important}.mt-md-nc4{margin-top:-4rem!important}.mt-md-nc4-5{margin-top:-4.5rem!important}.mt-md-nc4-75{margin-top:-4.75rem!important}.mt-md-nc5{margin-top:-5rem!important}.mt-md-nc6{margin-top:-6rem!important}.mt-md-nc7{margin-top:-7rem!important}.mt-md-nc5-px{margin-top:-5px!important}.mt-md-nc10-px{margin-top:-10px!important}.mt-md-nc15-px{margin-top:-15px!important}.mt-md-nc20-px{margin-top:-20px!important}.mt-md-nc30-px{margin-top:-30px!important}.mt-md-nc35-px{margin-top:-35px!important}.mt-md-nc40-px{margin-top:-40px!important}.mt-md-nc50-px{margin-top:-50px!important}.mt-md-nc60-px{margin-top:-60px!important}.mt-md-nc65-px{margin-top:-65px!important}.mt-md-nc70-px{margin-top:-70px!important}.mt-md-nc75-px{margin-top:-75px!important}.mt-md-nc80-px{margin-top:-80px!important}.mt-md-nc90-px{margin-top:-90px!important}.mt-md-nc100-px{margin-top:-100px!important}.mt-md-nc125-px{margin-top:-125px!important}.mt-md-nc130-px{margin-top:-130px!important}.mt-md-nc200-px{margin-top:-200px!important}.mt-md-nc250-px{margin-top:-250px!important}.mt-md-nc300-px{margin-top:-300px!important}.mt-md-nc400-px{margin-top:-400px!important}.mt-md-nc500-px{margin-top:-500px!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-6rem!important}.me-md-n7{margin-right:-12rem!important}.me-md-n8{margin-right:-20rem!important}.me-md-nc45{margin-right:-.45rem!important}.me-md-nc75{margin-right:-.75rem!important}.me-md-nc1-25{margin-right:-1.25rem!important}.me-md-nc1-75{margin-right:-1.75rem!important}.me-md-nc2{margin-right:-2rem!important}.me-md-nc2-25{margin-right:-2.25rem!important}.me-md-nc2-75{margin-right:-2.75rem!important}.me-md-nc3-75{margin-right:-3.75rem!important}.me-md-nc4{margin-right:-4rem!important}.me-md-nc4-5{margin-right:-4.5rem!important}.me-md-nc4-75{margin-right:-4.75rem!important}.me-md-nc5{margin-right:-5rem!important}.me-md-nc6{margin-right:-6rem!important}.me-md-nc7{margin-right:-7rem!important}.me-md-nc5-px{margin-right:-5px!important}.me-md-nc10-px{margin-right:-10px!important}.me-md-nc15-px{margin-right:-15px!important}.me-md-nc20-px{margin-right:-20px!important}.me-md-nc30-px{margin-right:-30px!important}.me-md-nc35-px{margin-right:-35px!important}.me-md-nc40-px{margin-right:-40px!important}.me-md-nc50-px{margin-right:-50px!important}.me-md-nc60-px{margin-right:-60px!important}.me-md-nc65-px{margin-right:-65px!important}.me-md-nc70-px{margin-right:-70px!important}.me-md-nc75-px{margin-right:-75px!important}.me-md-nc80-px{margin-right:-80px!important}.me-md-nc90-px{margin-right:-90px!important}.me-md-nc100-px{margin-right:-100px!important}.me-md-nc125-px{margin-right:-125px!important}.me-md-nc130-px{margin-right:-130px!important}.me-md-nc200-px{margin-right:-200px!important}.me-md-nc250-px{margin-right:-250px!important}.me-md-nc300-px{margin-right:-300px!important}.me-md-nc400-px{margin-right:-400px!important}.me-md-nc500-px{margin-right:-500px!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-6rem!important}.mb-md-n7{margin-bottom:-12rem!important}.mb-md-n8{margin-bottom:-20rem!important}.mb-md-nc45{margin-bottom:-.45rem!important}.mb-md-nc75{margin-bottom:-.75rem!important}.mb-md-nc1-25{margin-bottom:-1.25rem!important}.mb-md-nc1-75{margin-bottom:-1.75rem!important}.mb-md-nc2{margin-bottom:-2rem!important}.mb-md-nc2-25{margin-bottom:-2.25rem!important}.mb-md-nc2-75{margin-bottom:-2.75rem!important}.mb-md-nc3-75{margin-bottom:-3.75rem!important}.mb-md-nc4{margin-bottom:-4rem!important}.mb-md-nc4-5{margin-bottom:-4.5rem!important}.mb-md-nc4-75{margin-bottom:-4.75rem!important}.mb-md-nc5{margin-bottom:-5rem!important}.mb-md-nc6{margin-bottom:-6rem!important}.mb-md-nc7{margin-bottom:-7rem!important}.mb-md-nc5-px{margin-bottom:-5px!important}.mb-md-nc10-px{margin-bottom:-10px!important}.mb-md-nc15-px{margin-bottom:-15px!important}.mb-md-nc20-px{margin-bottom:-20px!important}.mb-md-nc30-px{margin-bottom:-30px!important}.mb-md-nc35-px{margin-bottom:-35px!important}.mb-md-nc40-px{margin-bottom:-40px!important}.mb-md-nc50-px{margin-bottom:-50px!important}.mb-md-nc60-px{margin-bottom:-60px!important}.mb-md-nc65-px{margin-bottom:-65px!important}.mb-md-nc70-px{margin-bottom:-70px!important}.mb-md-nc75-px{margin-bottom:-75px!important}.mb-md-nc80-px{margin-bottom:-80px!important}.mb-md-nc90-px{margin-bottom:-90px!important}.mb-md-nc100-px{margin-bottom:-100px!important}.mb-md-nc125-px{margin-bottom:-125px!important}.mb-md-nc130-px{margin-bottom:-130px!important}.mb-md-nc200-px{margin-bottom:-200px!important}.mb-md-nc250-px{margin-bottom:-250px!important}.mb-md-nc300-px{margin-bottom:-300px!important}.mb-md-nc400-px{margin-bottom:-400px!important}.mb-md-nc500-px{margin-bottom:-500px!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-6rem!important}.ms-md-n7{margin-left:-12rem!important}.ms-md-n8{margin-left:-20rem!important}.ms-md-nc45{margin-left:-.45rem!important}.ms-md-nc75{margin-left:-.75rem!important}.ms-md-nc1-25{margin-left:-1.25rem!important}.ms-md-nc1-75{margin-left:-1.75rem!important}.ms-md-nc2{margin-left:-2rem!important}.ms-md-nc2-25{margin-left:-2.25rem!important}.ms-md-nc2-75{margin-left:-2.75rem!important}.ms-md-nc3-75{margin-left:-3.75rem!important}.ms-md-nc4{margin-left:-4rem!important}.ms-md-nc4-5{margin-left:-4.5rem!important}.ms-md-nc4-75{margin-left:-4.75rem!important}.ms-md-nc5{margin-left:-5rem!important}.ms-md-nc6{margin-left:-6rem!important}.ms-md-nc7{margin-left:-7rem!important}.ms-md-nc5-px{margin-left:-5px!important}.ms-md-nc10-px{margin-left:-10px!important}.ms-md-nc15-px{margin-left:-15px!important}.ms-md-nc20-px{margin-left:-20px!important}.ms-md-nc30-px{margin-left:-30px!important}.ms-md-nc35-px{margin-left:-35px!important}.ms-md-nc40-px{margin-left:-40px!important}.ms-md-nc50-px{margin-left:-50px!important}.ms-md-nc60-px{margin-left:-60px!important}.ms-md-nc65-px{margin-left:-65px!important}.ms-md-nc70-px{margin-left:-70px!important}.ms-md-nc75-px{margin-left:-75px!important}.ms-md-nc80-px{margin-left:-80px!important}.ms-md-nc90-px{margin-left:-90px!important}.ms-md-nc100-px{margin-left:-100px!important}.ms-md-nc125-px{margin-left:-125px!important}.ms-md-nc130-px{margin-left:-130px!important}.ms-md-nc200-px{margin-left:-200px!important}.ms-md-nc250-px{margin-left:-250px!important}.ms-md-nc300-px{margin-left:-300px!important}.ms-md-nc400-px{margin-left:-400px!important}.ms-md-nc500-px{margin-left:-500px!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:6rem!important}.p-md-7{padding:12rem!important}.p-md-8{padding:20rem!important}.p-md-c45{padding:.45rem!important}.p-md-c75{padding:.75rem!important}.p-md-c1-25{padding:1.25rem!important}.p-md-c1-75{padding:1.75rem!important}.p-md-c2{padding:2rem!important}.p-md-c2-25{padding:2.25rem!important}.p-md-c2-75{padding:2.75rem!important}.p-md-c3-75{padding:3.75rem!important}.p-md-c4{padding:4rem!important}.p-md-c4-5{padding:4.5rem!important}.p-md-c4-75{padding:4.75rem!important}.p-md-c5{padding:5rem!important}.p-md-c6{padding:6rem!important}.p-md-c7{padding:7rem!important}.p-md-c5-px{padding:5px!important}.p-md-c10-px{padding:10px!important}.p-md-c15-px{padding:15px!important}.p-md-c20-px{padding:20px!important}.p-md-c30-px{padding:30px!important}.p-md-c35-px{padding:35px!important}.p-md-c40-px{padding:40px!important}.p-md-c50-px{padding:50px!important}.p-md-c60-px{padding:60px!important}.p-md-c65-px{padding:65px!important}.p-md-c70-px{padding:70px!important}.p-md-c75-px{padding:75px!important}.p-md-c80-px{padding:80px!important}.p-md-c90-px{padding:90px!important}.p-md-c100-px{padding:100px!important}.p-md-c125-px{padding:125px!important}.p-md-c130-px{padding:130px!important}.p-md-c200-px{padding:200px!important}.p-md-c250-px{padding:250px!important}.p-md-c300-px{padding:300px!important}.p-md-c400-px{padding:400px!important}.p-md-c500-px{padding:500px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:6rem!important;padding-right:6rem!important}.px-md-7{padding-left:12rem!important;padding-right:12rem!important}.px-md-8{padding-left:20rem!important;padding-right:20rem!important}.px-md-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-md-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-c2{padding-left:2rem!important;padding-right:2rem!important}.px-md-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-c4{padding-left:4rem!important;padding-right:4rem!important}.px-md-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-c5{padding-left:5rem!important;padding-right:5rem!important}.px-md-c6{padding-left:6rem!important;padding-right:6rem!important}.px-md-c7{padding-left:7rem!important;padding-right:7rem!important}.px-md-c5-px{padding-left:5px!important;padding-right:5px!important}.px-md-c10-px{padding-left:10px!important;padding-right:10px!important}.px-md-c15-px{padding-left:15px!important;padding-right:15px!important}.px-md-c20-px{padding-left:20px!important;padding-right:20px!important}.px-md-c30-px{padding-left:30px!important;padding-right:30px!important}.px-md-c35-px{padding-left:35px!important;padding-right:35px!important}.px-md-c40-px{padding-left:40px!important;padding-right:40px!important}.px-md-c50-px{padding-left:50px!important;padding-right:50px!important}.px-md-c60-px{padding-left:60px!important;padding-right:60px!important}.px-md-c65-px{padding-left:65px!important;padding-right:65px!important}.px-md-c70-px{padding-left:70px!important;padding-right:70px!important}.px-md-c75-px{padding-left:75px!important;padding-right:75px!important}.px-md-c80-px{padding-left:80px!important;padding-right:80px!important}.px-md-c90-px{padding-left:90px!important;padding-right:90px!important}.px-md-c100-px{padding-left:100px!important;padding-right:100px!important}.px-md-c125-px{padding-left:125px!important;padding-right:125px!important}.px-md-c130-px{padding-left:130px!important;padding-right:130px!important}.px-md-c200-px{padding-left:200px!important;padding-right:200px!important}.px-md-c250-px{padding-left:250px!important;padding-right:250px!important}.px-md-c300-px{padding-left:300px!important;padding-right:300px!important}.px-md-c400-px{padding-left:400px!important;padding-right:400px!important}.px-md-c500-px{padding-left:500px!important;padding-right:500px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-md-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-md-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-md-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-md-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-md-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-md-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-md-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-md-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-md-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-md-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-md-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-md-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-md-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-md-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-md-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-md-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-md-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-md-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-md-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-md-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-md-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-md-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-md-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-md-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:6rem!important}.pt-md-7{padding-top:12rem!important}.pt-md-8{padding-top:20rem!important}.pt-md-c45{padding-top:.45rem!important}.pt-md-c75{padding-top:.75rem!important}.pt-md-c1-25{padding-top:1.25rem!important}.pt-md-c1-75{padding-top:1.75rem!important}.pt-md-c2{padding-top:2rem!important}.pt-md-c2-25{padding-top:2.25rem!important}.pt-md-c2-75{padding-top:2.75rem!important}.pt-md-c3-75{padding-top:3.75rem!important}.pt-md-c4{padding-top:4rem!important}.pt-md-c4-5{padding-top:4.5rem!important}.pt-md-c4-75{padding-top:4.75rem!important}.pt-md-c5{padding-top:5rem!important}.pt-md-c6{padding-top:6rem!important}.pt-md-c7{padding-top:7rem!important}.pt-md-c5-px{padding-top:5px!important}.pt-md-c10-px{padding-top:10px!important}.pt-md-c15-px{padding-top:15px!important}.pt-md-c20-px{padding-top:20px!important}.pt-md-c30-px{padding-top:30px!important}.pt-md-c35-px{padding-top:35px!important}.pt-md-c40-px{padding-top:40px!important}.pt-md-c50-px{padding-top:50px!important}.pt-md-c60-px{padding-top:60px!important}.pt-md-c65-px{padding-top:65px!important}.pt-md-c70-px{padding-top:70px!important}.pt-md-c75-px{padding-top:75px!important}.pt-md-c80-px{padding-top:80px!important}.pt-md-c90-px{padding-top:90px!important}.pt-md-c100-px{padding-top:100px!important}.pt-md-c125-px{padding-top:125px!important}.pt-md-c130-px{padding-top:130px!important}.pt-md-c200-px{padding-top:200px!important}.pt-md-c250-px{padding-top:250px!important}.pt-md-c300-px{padding-top:300px!important}.pt-md-c400-px{padding-top:400px!important}.pt-md-c500-px{padding-top:500px!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:6rem!important}.pe-md-7{padding-right:12rem!important}.pe-md-8{padding-right:20rem!important}.pe-md-c45{padding-right:.45rem!important}.pe-md-c75{padding-right:.75rem!important}.pe-md-c1-25{padding-right:1.25rem!important}.pe-md-c1-75{padding-right:1.75rem!important}.pe-md-c2{padding-right:2rem!important}.pe-md-c2-25{padding-right:2.25rem!important}.pe-md-c2-75{padding-right:2.75rem!important}.pe-md-c3-75{padding-right:3.75rem!important}.pe-md-c4{padding-right:4rem!important}.pe-md-c4-5{padding-right:4.5rem!important}.pe-md-c4-75{padding-right:4.75rem!important}.pe-md-c5{padding-right:5rem!important}.pe-md-c6{padding-right:6rem!important}.pe-md-c7{padding-right:7rem!important}.pe-md-c5-px{padding-right:5px!important}.pe-md-c10-px{padding-right:10px!important}.pe-md-c15-px{padding-right:15px!important}.pe-md-c20-px{padding-right:20px!important}.pe-md-c30-px{padding-right:30px!important}.pe-md-c35-px{padding-right:35px!important}.pe-md-c40-px{padding-right:40px!important}.pe-md-c50-px{padding-right:50px!important}.pe-md-c60-px{padding-right:60px!important}.pe-md-c65-px{padding-right:65px!important}.pe-md-c70-px{padding-right:70px!important}.pe-md-c75-px{padding-right:75px!important}.pe-md-c80-px{padding-right:80px!important}.pe-md-c90-px{padding-right:90px!important}.pe-md-c100-px{padding-right:100px!important}.pe-md-c125-px{padding-right:125px!important}.pe-md-c130-px{padding-right:130px!important}.pe-md-c200-px{padding-right:200px!important}.pe-md-c250-px{padding-right:250px!important}.pe-md-c300-px{padding-right:300px!important}.pe-md-c400-px{padding-right:400px!important}.pe-md-c500-px{padding-right:500px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-7{padding-bottom:12rem!important}.pb-md-8{padding-bottom:20rem!important}.pb-md-c45{padding-bottom:.45rem!important}.pb-md-c75{padding-bottom:.75rem!important}.pb-md-c1-25{padding-bottom:1.25rem!important}.pb-md-c1-75{padding-bottom:1.75rem!important}.pb-md-c2{padding-bottom:2rem!important}.pb-md-c2-25{padding-bottom:2.25rem!important}.pb-md-c2-75{padding-bottom:2.75rem!important}.pb-md-c3-75{padding-bottom:3.75rem!important}.pb-md-c4{padding-bottom:4rem!important}.pb-md-c4-5{padding-bottom:4.5rem!important}.pb-md-c4-75{padding-bottom:4.75rem!important}.pb-md-c5{padding-bottom:5rem!important}.pb-md-c6{padding-bottom:6rem!important}.pb-md-c7{padding-bottom:7rem!important}.pb-md-c5-px{padding-bottom:5px!important}.pb-md-c10-px{padding-bottom:10px!important}.pb-md-c15-px{padding-bottom:15px!important}.pb-md-c20-px{padding-bottom:20px!important}.pb-md-c30-px{padding-bottom:30px!important}.pb-md-c35-px{padding-bottom:35px!important}.pb-md-c40-px{padding-bottom:40px!important}.pb-md-c50-px{padding-bottom:50px!important}.pb-md-c60-px{padding-bottom:60px!important}.pb-md-c65-px{padding-bottom:65px!important}.pb-md-c70-px{padding-bottom:70px!important}.pb-md-c75-px{padding-bottom:75px!important}.pb-md-c80-px{padding-bottom:80px!important}.pb-md-c90-px{padding-bottom:90px!important}.pb-md-c100-px{padding-bottom:100px!important}.pb-md-c125-px{padding-bottom:125px!important}.pb-md-c130-px{padding-bottom:130px!important}.pb-md-c200-px{padding-bottom:200px!important}.pb-md-c250-px{padding-bottom:250px!important}.pb-md-c300-px{padding-bottom:300px!important}.pb-md-c400-px{padding-bottom:400px!important}.pb-md-c500-px{padding-bottom:500px!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:6rem!important}.ps-md-7{padding-left:12rem!important}.ps-md-8{padding-left:20rem!important}.ps-md-c45{padding-left:.45rem!important}.ps-md-c75{padding-left:.75rem!important}.ps-md-c1-25{padding-left:1.25rem!important}.ps-md-c1-75{padding-left:1.75rem!important}.ps-md-c2{padding-left:2rem!important}.ps-md-c2-25{padding-left:2.25rem!important}.ps-md-c2-75{padding-left:2.75rem!important}.ps-md-c3-75{padding-left:3.75rem!important}.ps-md-c4{padding-left:4rem!important}.ps-md-c4-5{padding-left:4.5rem!important}.ps-md-c4-75{padding-left:4.75rem!important}.ps-md-c5{padding-left:5rem!important}.ps-md-c6{padding-left:6rem!important}.ps-md-c7{padding-left:7rem!important}.ps-md-c5-px{padding-left:5px!important}.ps-md-c10-px{padding-left:10px!important}.ps-md-c15-px{padding-left:15px!important}.ps-md-c20-px{padding-left:20px!important}.ps-md-c30-px{padding-left:30px!important}.ps-md-c35-px{padding-left:35px!important}.ps-md-c40-px{padding-left:40px!important}.ps-md-c50-px{padding-left:50px!important}.ps-md-c60-px{padding-left:60px!important}.ps-md-c65-px{padding-left:65px!important}.ps-md-c70-px{padding-left:70px!important}.ps-md-c75-px{padding-left:75px!important}.ps-md-c80-px{padding-left:80px!important}.ps-md-c90-px{padding-left:90px!important}.ps-md-c100-px{padding-left:100px!important}.ps-md-c125-px{padding-left:125px!important}.ps-md-c130-px{padding-left:130px!important}.ps-md-c200-px{padding-left:200px!important}.ps-md-c250-px{padding-left:250px!important}.ps-md-c300-px{padding-left:300px!important}.ps-md-c400-px{padding-left:400px!important}.ps-md-c500-px{padding-left:500px!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:6rem!important}.gap-md-7{gap:12rem!important}.gap-md-8{gap:20rem!important}.gap-md-c45{gap:.45rem!important}.gap-md-c75{gap:.75rem!important}.gap-md-c1-25{gap:1.25rem!important}.gap-md-c1-75{gap:1.75rem!important}.gap-md-c2{gap:2rem!important}.gap-md-c2-25{gap:2.25rem!important}.gap-md-c2-75{gap:2.75rem!important}.gap-md-c3-75{gap:3.75rem!important}.gap-md-c4{gap:4rem!important}.gap-md-c4-5{gap:4.5rem!important}.gap-md-c4-75{gap:4.75rem!important}.gap-md-c5{gap:5rem!important}.gap-md-c6{gap:6rem!important}.gap-md-c7{gap:7rem!important}.gap-md-c5-px{gap:5px!important}.gap-md-c10-px{gap:10px!important}.gap-md-c15-px{gap:15px!important}.gap-md-c20-px{gap:20px!important}.gap-md-c30-px{gap:30px!important}.gap-md-c35-px{gap:35px!important}.gap-md-c40-px{gap:40px!important}.gap-md-c50-px{gap:50px!important}.gap-md-c60-px{gap:60px!important}.gap-md-c65-px{gap:65px!important}.gap-md-c70-px{gap:70px!important}.gap-md-c75-px{gap:75px!important}.gap-md-c80-px{gap:80px!important}.gap-md-c90-px{gap:90px!important}.gap-md-c100-px{gap:100px!important}.gap-md-c125-px{gap:125px!important}.gap-md-c130-px{gap:130px!important}.gap-md-c200-px{gap:200px!important}.gap-md-c250-px{gap:250px!important}.gap-md-c300-px{gap:300px!important}.gap-md-c400-px{gap:400px!important}.gap-md-c500-px{gap:500px!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.row-gap-md-6{row-gap:6rem!important}.row-gap-md-7{row-gap:12rem!important}.row-gap-md-8{row-gap:20rem!important}.row-gap-md-c45{row-gap:.45rem!important}.row-gap-md-c75{row-gap:.75rem!important}.row-gap-md-c1-25{row-gap:1.25rem!important}.row-gap-md-c1-75{row-gap:1.75rem!important}.row-gap-md-c2{row-gap:2rem!important}.row-gap-md-c2-25{row-gap:2.25rem!important}.row-gap-md-c2-75{row-gap:2.75rem!important}.row-gap-md-c3-75{row-gap:3.75rem!important}.row-gap-md-c4{row-gap:4rem!important}.row-gap-md-c4-5{row-gap:4.5rem!important}.row-gap-md-c4-75{row-gap:4.75rem!important}.row-gap-md-c5{row-gap:5rem!important}.row-gap-md-c6{row-gap:6rem!important}.row-gap-md-c7{row-gap:7rem!important}.row-gap-md-c5-px{row-gap:5px!important}.row-gap-md-c10-px{row-gap:10px!important}.row-gap-md-c15-px{row-gap:15px!important}.row-gap-md-c20-px{row-gap:20px!important}.row-gap-md-c30-px{row-gap:30px!important}.row-gap-md-c35-px{row-gap:35px!important}.row-gap-md-c40-px{row-gap:40px!important}.row-gap-md-c50-px{row-gap:50px!important}.row-gap-md-c60-px{row-gap:60px!important}.row-gap-md-c65-px{row-gap:65px!important}.row-gap-md-c70-px{row-gap:70px!important}.row-gap-md-c75-px{row-gap:75px!important}.row-gap-md-c80-px{row-gap:80px!important}.row-gap-md-c90-px{row-gap:90px!important}.row-gap-md-c100-px{row-gap:100px!important}.row-gap-md-c125-px{row-gap:125px!important}.row-gap-md-c130-px{row-gap:130px!important}.row-gap-md-c200-px{row-gap:200px!important}.row-gap-md-c250-px{row-gap:250px!important}.row-gap-md-c300-px{row-gap:300px!important}.row-gap-md-c400-px{row-gap:400px!important}.row-gap-md-c500-px{row-gap:500px!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.column-gap-md-6{column-gap:6rem!important}.column-gap-md-7{column-gap:12rem!important}.column-gap-md-8{column-gap:20rem!important}.column-gap-md-c45{column-gap:.45rem!important}.column-gap-md-c75{column-gap:.75rem!important}.column-gap-md-c1-25{column-gap:1.25rem!important}.column-gap-md-c1-75{column-gap:1.75rem!important}.column-gap-md-c2{column-gap:2rem!important}.column-gap-md-c2-25{column-gap:2.25rem!important}.column-gap-md-c2-75{column-gap:2.75rem!important}.column-gap-md-c3-75{column-gap:3.75rem!important}.column-gap-md-c4{column-gap:4rem!important}.column-gap-md-c4-5{column-gap:4.5rem!important}.column-gap-md-c4-75{column-gap:4.75rem!important}.column-gap-md-c5{column-gap:5rem!important}.column-gap-md-c6{column-gap:6rem!important}.column-gap-md-c7{column-gap:7rem!important}.column-gap-md-c5-px{column-gap:5px!important}.column-gap-md-c10-px{column-gap:10px!important}.column-gap-md-c15-px{column-gap:15px!important}.column-gap-md-c20-px{column-gap:20px!important}.column-gap-md-c30-px{column-gap:30px!important}.column-gap-md-c35-px{column-gap:35px!important}.column-gap-md-c40-px{column-gap:40px!important}.column-gap-md-c50-px{column-gap:50px!important}.column-gap-md-c60-px{column-gap:60px!important}.column-gap-md-c65-px{column-gap:65px!important}.column-gap-md-c70-px{column-gap:70px!important}.column-gap-md-c75-px{column-gap:75px!important}.column-gap-md-c80-px{column-gap:80px!important}.column-gap-md-c90-px{column-gap:90px!important}.column-gap-md-c100-px{column-gap:100px!important}.column-gap-md-c125-px{column-gap:125px!important}.column-gap-md-c130-px{column-gap:130px!important}.column-gap-md-c200-px{column-gap:200px!important}.column-gap-md-c250-px{column-gap:250px!important}.column-gap-md-c300-px{column-gap:300px!important}.column-gap-md-c400-px{column-gap:400px!important}.column-gap-md-c500-px{column-gap:500px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.h-px-md-0{height:0!important}.h-px-md-5{height:5px!important}.h-px-md-10{height:10px!important}.h-px-md-15{height:15px!important}.h-px-md-16{height:16px!important}.h-px-md-20{height:20px!important}.h-px-md-25{height:25px!important}.h-px-md-30{height:30px!important}.h-px-md-35{height:35px!important}.h-px-md-40{height:40px!important}.h-px-md-42{height:42px!important}.h-px-md-50{height:50px!important}.h-px-md-60{height:60px!important}.h-px-md-65{height:65px!important}.h-px-md-70{height:70px!important}.h-px-md-75{height:75px!important}.h-px-md-80{height:80px!important}.h-px-md-90{height:90px!important}.h-px-md-100{height:100px!important}.h-px-md-107{height:107px!important}.h-px-md-110{height:110px!important}.h-px-md-125{height:125px!important}.h-px-md-130{height:130px!important}.h-px-md-191{height:191px!important}.h-px-md-200{height:200px!important}.h-px-md-205{height:205px!important}.h-px-md-250{height:250px!important}.h-px-md-300{height:300px!important}.h-px-md-335{height:335px!important}.h-px-md-400{height:400px!important}.h-px-md-450{height:450px!important}.h-px-md-500{height:500px!important}.h-px-md-650{height:650px!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:6rem!important}.m-lg-7{margin:12rem!important}.m-lg-8{margin:20rem!important}.m-lg-c45{margin:.45rem!important}.m-lg-c75{margin:.75rem!important}.m-lg-c1-25{margin:1.25rem!important}.m-lg-c1-75{margin:1.75rem!important}.m-lg-c2{margin:2rem!important}.m-lg-c2-25{margin:2.25rem!important}.m-lg-c2-75{margin:2.75rem!important}.m-lg-c3-75{margin:3.75rem!important}.m-lg-c4{margin:4rem!important}.m-lg-c4-5{margin:4.5rem!important}.m-lg-c4-75{margin:4.75rem!important}.m-lg-c5{margin:5rem!important}.m-lg-c6{margin:6rem!important}.m-lg-c7{margin:7rem!important}.m-lg-c5-px{margin:5px!important}.m-lg-c10-px{margin:10px!important}.m-lg-c15-px{margin:15px!important}.m-lg-c20-px{margin:20px!important}.m-lg-c30-px{margin:30px!important}.m-lg-c35-px{margin:35px!important}.m-lg-c40-px{margin:40px!important}.m-lg-c50-px{margin:50px!important}.m-lg-c60-px{margin:60px!important}.m-lg-c65-px{margin:65px!important}.m-lg-c70-px{margin:70px!important}.m-lg-c75-px{margin:75px!important}.m-lg-c80-px{margin:80px!important}.m-lg-c90-px{margin:90px!important}.m-lg-c100-px{margin:100px!important}.m-lg-c125-px{margin:125px!important}.m-lg-c130-px{margin:130px!important}.m-lg-c200-px{margin:200px!important}.m-lg-c250-px{margin:250px!important}.m-lg-c300-px{margin:300px!important}.m-lg-c400-px{margin:400px!important}.m-lg-c500-px{margin:500px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-7{margin-left:12rem!important;margin-right:12rem!important}.mx-lg-8{margin-left:20rem!important;margin-right:20rem!important}.mx-lg-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-lg-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-lg-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-lg-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-lg-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-lg-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-lg-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-lg-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-lg-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-lg-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-lg-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-lg-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-lg-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-lg-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-lg-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-lg-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-lg-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-lg-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-lg-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-lg-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-lg-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-lg-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-lg-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-lg-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-lg-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-lg-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-lg-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-lg-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-lg-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-lg-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-lg-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-lg-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-lg-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-lg-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-lg-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-lg-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-lg-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-lg-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-lg-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-lg-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-lg-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-lg-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-lg-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-lg-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-lg-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-lg-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-lg-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-7{margin-top:12rem!important}.mt-lg-8{margin-top:20rem!important}.mt-lg-c45{margin-top:.45rem!important}.mt-lg-c75{margin-top:.75rem!important}.mt-lg-c1-25{margin-top:1.25rem!important}.mt-lg-c1-75{margin-top:1.75rem!important}.mt-lg-c2{margin-top:2rem!important}.mt-lg-c2-25{margin-top:2.25rem!important}.mt-lg-c2-75{margin-top:2.75rem!important}.mt-lg-c3-75{margin-top:3.75rem!important}.mt-lg-c4{margin-top:4rem!important}.mt-lg-c4-5{margin-top:4.5rem!important}.mt-lg-c4-75{margin-top:4.75rem!important}.mt-lg-c5{margin-top:5rem!important}.mt-lg-c6{margin-top:6rem!important}.mt-lg-c7{margin-top:7rem!important}.mt-lg-c5-px{margin-top:5px!important}.mt-lg-c10-px{margin-top:10px!important}.mt-lg-c15-px{margin-top:15px!important}.mt-lg-c20-px{margin-top:20px!important}.mt-lg-c30-px{margin-top:30px!important}.mt-lg-c35-px{margin-top:35px!important}.mt-lg-c40-px{margin-top:40px!important}.mt-lg-c50-px{margin-top:50px!important}.mt-lg-c60-px{margin-top:60px!important}.mt-lg-c65-px{margin-top:65px!important}.mt-lg-c70-px{margin-top:70px!important}.mt-lg-c75-px{margin-top:75px!important}.mt-lg-c80-px{margin-top:80px!important}.mt-lg-c90-px{margin-top:90px!important}.mt-lg-c100-px{margin-top:100px!important}.mt-lg-c125-px{margin-top:125px!important}.mt-lg-c130-px{margin-top:130px!important}.mt-lg-c200-px{margin-top:200px!important}.mt-lg-c250-px{margin-top:250px!important}.mt-lg-c300-px{margin-top:300px!important}.mt-lg-c400-px{margin-top:400px!important}.mt-lg-c500-px{margin-top:500px!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:6rem!important}.me-lg-7{margin-right:12rem!important}.me-lg-8{margin-right:20rem!important}.me-lg-c45{margin-right:.45rem!important}.me-lg-c75{margin-right:.75rem!important}.me-lg-c1-25{margin-right:1.25rem!important}.me-lg-c1-75{margin-right:1.75rem!important}.me-lg-c2{margin-right:2rem!important}.me-lg-c2-25{margin-right:2.25rem!important}.me-lg-c2-75{margin-right:2.75rem!important}.me-lg-c3-75{margin-right:3.75rem!important}.me-lg-c4{margin-right:4rem!important}.me-lg-c4-5{margin-right:4.5rem!important}.me-lg-c4-75{margin-right:4.75rem!important}.me-lg-c5{margin-right:5rem!important}.me-lg-c6{margin-right:6rem!important}.me-lg-c7{margin-right:7rem!important}.me-lg-c5-px{margin-right:5px!important}.me-lg-c10-px{margin-right:10px!important}.me-lg-c15-px{margin-right:15px!important}.me-lg-c20-px{margin-right:20px!important}.me-lg-c30-px{margin-right:30px!important}.me-lg-c35-px{margin-right:35px!important}.me-lg-c40-px{margin-right:40px!important}.me-lg-c50-px{margin-right:50px!important}.me-lg-c60-px{margin-right:60px!important}.me-lg-c65-px{margin-right:65px!important}.me-lg-c70-px{margin-right:70px!important}.me-lg-c75-px{margin-right:75px!important}.me-lg-c80-px{margin-right:80px!important}.me-lg-c90-px{margin-right:90px!important}.me-lg-c100-px{margin-right:100px!important}.me-lg-c125-px{margin-right:125px!important}.me-lg-c130-px{margin-right:130px!important}.me-lg-c200-px{margin-right:200px!important}.me-lg-c250-px{margin-right:250px!important}.me-lg-c300-px{margin-right:300px!important}.me-lg-c400-px{margin-right:400px!important}.me-lg-c500-px{margin-right:500px!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-7{margin-bottom:12rem!important}.mb-lg-8{margin-bottom:20rem!important}.mb-lg-c45{margin-bottom:.45rem!important}.mb-lg-c75{margin-bottom:.75rem!important}.mb-lg-c1-25{margin-bottom:1.25rem!important}.mb-lg-c1-75{margin-bottom:1.75rem!important}.mb-lg-c2{margin-bottom:2rem!important}.mb-lg-c2-25{margin-bottom:2.25rem!important}.mb-lg-c2-75{margin-bottom:2.75rem!important}.mb-lg-c3-75{margin-bottom:3.75rem!important}.mb-lg-c4{margin-bottom:4rem!important}.mb-lg-c4-5{margin-bottom:4.5rem!important}.mb-lg-c4-75{margin-bottom:4.75rem!important}.mb-lg-c5{margin-bottom:5rem!important}.mb-lg-c6{margin-bottom:6rem!important}.mb-lg-c7{margin-bottom:7rem!important}.mb-lg-c5-px{margin-bottom:5px!important}.mb-lg-c10-px{margin-bottom:10px!important}.mb-lg-c15-px{margin-bottom:15px!important}.mb-lg-c20-px{margin-bottom:20px!important}.mb-lg-c30-px{margin-bottom:30px!important}.mb-lg-c35-px{margin-bottom:35px!important}.mb-lg-c40-px{margin-bottom:40px!important}.mb-lg-c50-px{margin-bottom:50px!important}.mb-lg-c60-px{margin-bottom:60px!important}.mb-lg-c65-px{margin-bottom:65px!important}.mb-lg-c70-px{margin-bottom:70px!important}.mb-lg-c75-px{margin-bottom:75px!important}.mb-lg-c80-px{margin-bottom:80px!important}.mb-lg-c90-px{margin-bottom:90px!important}.mb-lg-c100-px{margin-bottom:100px!important}.mb-lg-c125-px{margin-bottom:125px!important}.mb-lg-c130-px{margin-bottom:130px!important}.mb-lg-c200-px{margin-bottom:200px!important}.mb-lg-c250-px{margin-bottom:250px!important}.mb-lg-c300-px{margin-bottom:300px!important}.mb-lg-c400-px{margin-bottom:400px!important}.mb-lg-c500-px{margin-bottom:500px!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:6rem!important}.ms-lg-7{margin-left:12rem!important}.ms-lg-8{margin-left:20rem!important}.ms-lg-c45{margin-left:.45rem!important}.ms-lg-c75{margin-left:.75rem!important}.ms-lg-c1-25{margin-left:1.25rem!important}.ms-lg-c1-75{margin-left:1.75rem!important}.ms-lg-c2{margin-left:2rem!important}.ms-lg-c2-25{margin-left:2.25rem!important}.ms-lg-c2-75{margin-left:2.75rem!important}.ms-lg-c3-75{margin-left:3.75rem!important}.ms-lg-c4{margin-left:4rem!important}.ms-lg-c4-5{margin-left:4.5rem!important}.ms-lg-c4-75{margin-left:4.75rem!important}.ms-lg-c5{margin-left:5rem!important}.ms-lg-c6{margin-left:6rem!important}.ms-lg-c7{margin-left:7rem!important}.ms-lg-c5-px{margin-left:5px!important}.ms-lg-c10-px{margin-left:10px!important}.ms-lg-c15-px{margin-left:15px!important}.ms-lg-c20-px{margin-left:20px!important}.ms-lg-c30-px{margin-left:30px!important}.ms-lg-c35-px{margin-left:35px!important}.ms-lg-c40-px{margin-left:40px!important}.ms-lg-c50-px{margin-left:50px!important}.ms-lg-c60-px{margin-left:60px!important}.ms-lg-c65-px{margin-left:65px!important}.ms-lg-c70-px{margin-left:70px!important}.ms-lg-c75-px{margin-left:75px!important}.ms-lg-c80-px{margin-left:80px!important}.ms-lg-c90-px{margin-left:90px!important}.ms-lg-c100-px{margin-left:100px!important}.ms-lg-c125-px{margin-left:125px!important}.ms-lg-c130-px{margin-left:130px!important}.ms-lg-c200-px{margin-left:200px!important}.ms-lg-c250-px{margin-left:250px!important}.ms-lg-c300-px{margin-left:300px!important}.ms-lg-c400-px{margin-left:400px!important}.ms-lg-c500-px{margin-left:500px!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-6rem!important}.m-lg-n7{margin:-12rem!important}.m-lg-n8{margin:-20rem!important}.m-lg-nc45{margin:-.45rem!important}.m-lg-nc75{margin:-.75rem!important}.m-lg-nc1-25{margin:-1.25rem!important}.m-lg-nc1-75{margin:-1.75rem!important}.m-lg-nc2{margin:-2rem!important}.m-lg-nc2-25{margin:-2.25rem!important}.m-lg-nc2-75{margin:-2.75rem!important}.m-lg-nc3-75{margin:-3.75rem!important}.m-lg-nc4{margin:-4rem!important}.m-lg-nc4-5{margin:-4.5rem!important}.m-lg-nc4-75{margin:-4.75rem!important}.m-lg-nc5{margin:-5rem!important}.m-lg-nc6{margin:-6rem!important}.m-lg-nc7{margin:-7rem!important}.m-lg-nc5-px{margin:-5px!important}.m-lg-nc10-px{margin:-10px!important}.m-lg-nc15-px{margin:-15px!important}.m-lg-nc20-px{margin:-20px!important}.m-lg-nc30-px{margin:-30px!important}.m-lg-nc35-px{margin:-35px!important}.m-lg-nc40-px{margin:-40px!important}.m-lg-nc50-px{margin:-50px!important}.m-lg-nc60-px{margin:-60px!important}.m-lg-nc65-px{margin:-65px!important}.m-lg-nc70-px{margin:-70px!important}.m-lg-nc75-px{margin:-75px!important}.m-lg-nc80-px{margin:-80px!important}.m-lg-nc90-px{margin:-90px!important}.m-lg-nc100-px{margin:-100px!important}.m-lg-nc125-px{margin:-125px!important}.m-lg-nc130-px{margin:-130px!important}.m-lg-nc200-px{margin:-200px!important}.m-lg-nc250-px{margin:-250px!important}.m-lg-nc300-px{margin:-300px!important}.m-lg-nc400-px{margin:-400px!important}.m-lg-nc500-px{margin:-500px!important}.mx-lg-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-lg-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-lg-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-lg-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-lg-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-lg-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-lg-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-lg-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-lg-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-lg-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-lg-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-lg-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-lg-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-lg-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-lg-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-lg-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-lg-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-lg-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-lg-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-lg-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-lg-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-lg-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-lg-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-lg-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-lg-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-lg-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-lg-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-lg-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-lg-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-lg-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-lg-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-lg-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-lg-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-lg-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-lg-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-lg-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-lg-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-lg-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-lg-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-lg-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-lg-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-lg-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-lg-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-lg-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-lg-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-lg-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-lg-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-lg-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-lg-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-lg-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-lg-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-lg-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-lg-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-lg-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-lg-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-lg-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-lg-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-lg-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-lg-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-lg-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-lg-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-lg-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-lg-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-lg-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-lg-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-lg-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-lg-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-lg-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-lg-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-lg-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-lg-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-lg-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-lg-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-lg-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-lg-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-lg-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-lg-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-lg-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-lg-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-lg-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-lg-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-lg-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-lg-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-6rem!important}.mt-lg-n7{margin-top:-12rem!important}.mt-lg-n8{margin-top:-20rem!important}.mt-lg-nc45{margin-top:-.45rem!important}.mt-lg-nc75{margin-top:-.75rem!important}.mt-lg-nc1-25{margin-top:-1.25rem!important}.mt-lg-nc1-75{margin-top:-1.75rem!important}.mt-lg-nc2{margin-top:-2rem!important}.mt-lg-nc2-25{margin-top:-2.25rem!important}.mt-lg-nc2-75{margin-top:-2.75rem!important}.mt-lg-nc3-75{margin-top:-3.75rem!important}.mt-lg-nc4{margin-top:-4rem!important}.mt-lg-nc4-5{margin-top:-4.5rem!important}.mt-lg-nc4-75{margin-top:-4.75rem!important}.mt-lg-nc5{margin-top:-5rem!important}.mt-lg-nc6{margin-top:-6rem!important}.mt-lg-nc7{margin-top:-7rem!important}.mt-lg-nc5-px{margin-top:-5px!important}.mt-lg-nc10-px{margin-top:-10px!important}.mt-lg-nc15-px{margin-top:-15px!important}.mt-lg-nc20-px{margin-top:-20px!important}.mt-lg-nc30-px{margin-top:-30px!important}.mt-lg-nc35-px{margin-top:-35px!important}.mt-lg-nc40-px{margin-top:-40px!important}.mt-lg-nc50-px{margin-top:-50px!important}.mt-lg-nc60-px{margin-top:-60px!important}.mt-lg-nc65-px{margin-top:-65px!important}.mt-lg-nc70-px{margin-top:-70px!important}.mt-lg-nc75-px{margin-top:-75px!important}.mt-lg-nc80-px{margin-top:-80px!important}.mt-lg-nc90-px{margin-top:-90px!important}.mt-lg-nc100-px{margin-top:-100px!important}.mt-lg-nc125-px{margin-top:-125px!important}.mt-lg-nc130-px{margin-top:-130px!important}.mt-lg-nc200-px{margin-top:-200px!important}.mt-lg-nc250-px{margin-top:-250px!important}.mt-lg-nc300-px{margin-top:-300px!important}.mt-lg-nc400-px{margin-top:-400px!important}.mt-lg-nc500-px{margin-top:-500px!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-6rem!important}.me-lg-n7{margin-right:-12rem!important}.me-lg-n8{margin-right:-20rem!important}.me-lg-nc45{margin-right:-.45rem!important}.me-lg-nc75{margin-right:-.75rem!important}.me-lg-nc1-25{margin-right:-1.25rem!important}.me-lg-nc1-75{margin-right:-1.75rem!important}.me-lg-nc2{margin-right:-2rem!important}.me-lg-nc2-25{margin-right:-2.25rem!important}.me-lg-nc2-75{margin-right:-2.75rem!important}.me-lg-nc3-75{margin-right:-3.75rem!important}.me-lg-nc4{margin-right:-4rem!important}.me-lg-nc4-5{margin-right:-4.5rem!important}.me-lg-nc4-75{margin-right:-4.75rem!important}.me-lg-nc5{margin-right:-5rem!important}.me-lg-nc6{margin-right:-6rem!important}.me-lg-nc7{margin-right:-7rem!important}.me-lg-nc5-px{margin-right:-5px!important}.me-lg-nc10-px{margin-right:-10px!important}.me-lg-nc15-px{margin-right:-15px!important}.me-lg-nc20-px{margin-right:-20px!important}.me-lg-nc30-px{margin-right:-30px!important}.me-lg-nc35-px{margin-right:-35px!important}.me-lg-nc40-px{margin-right:-40px!important}.me-lg-nc50-px{margin-right:-50px!important}.me-lg-nc60-px{margin-right:-60px!important}.me-lg-nc65-px{margin-right:-65px!important}.me-lg-nc70-px{margin-right:-70px!important}.me-lg-nc75-px{margin-right:-75px!important}.me-lg-nc80-px{margin-right:-80px!important}.me-lg-nc90-px{margin-right:-90px!important}.me-lg-nc100-px{margin-right:-100px!important}.me-lg-nc125-px{margin-right:-125px!important}.me-lg-nc130-px{margin-right:-130px!important}.me-lg-nc200-px{margin-right:-200px!important}.me-lg-nc250-px{margin-right:-250px!important}.me-lg-nc300-px{margin-right:-300px!important}.me-lg-nc400-px{margin-right:-400px!important}.me-lg-nc500-px{margin-right:-500px!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-6rem!important}.mb-lg-n7{margin-bottom:-12rem!important}.mb-lg-n8{margin-bottom:-20rem!important}.mb-lg-nc45{margin-bottom:-.45rem!important}.mb-lg-nc75{margin-bottom:-.75rem!important}.mb-lg-nc1-25{margin-bottom:-1.25rem!important}.mb-lg-nc1-75{margin-bottom:-1.75rem!important}.mb-lg-nc2{margin-bottom:-2rem!important}.mb-lg-nc2-25{margin-bottom:-2.25rem!important}.mb-lg-nc2-75{margin-bottom:-2.75rem!important}.mb-lg-nc3-75{margin-bottom:-3.75rem!important}.mb-lg-nc4{margin-bottom:-4rem!important}.mb-lg-nc4-5{margin-bottom:-4.5rem!important}.mb-lg-nc4-75{margin-bottom:-4.75rem!important}.mb-lg-nc5{margin-bottom:-5rem!important}.mb-lg-nc6{margin-bottom:-6rem!important}.mb-lg-nc7{margin-bottom:-7rem!important}.mb-lg-nc5-px{margin-bottom:-5px!important}.mb-lg-nc10-px{margin-bottom:-10px!important}.mb-lg-nc15-px{margin-bottom:-15px!important}.mb-lg-nc20-px{margin-bottom:-20px!important}.mb-lg-nc30-px{margin-bottom:-30px!important}.mb-lg-nc35-px{margin-bottom:-35px!important}.mb-lg-nc40-px{margin-bottom:-40px!important}.mb-lg-nc50-px{margin-bottom:-50px!important}.mb-lg-nc60-px{margin-bottom:-60px!important}.mb-lg-nc65-px{margin-bottom:-65px!important}.mb-lg-nc70-px{margin-bottom:-70px!important}.mb-lg-nc75-px{margin-bottom:-75px!important}.mb-lg-nc80-px{margin-bottom:-80px!important}.mb-lg-nc90-px{margin-bottom:-90px!important}.mb-lg-nc100-px{margin-bottom:-100px!important}.mb-lg-nc125-px{margin-bottom:-125px!important}.mb-lg-nc130-px{margin-bottom:-130px!important}.mb-lg-nc200-px{margin-bottom:-200px!important}.mb-lg-nc250-px{margin-bottom:-250px!important}.mb-lg-nc300-px{margin-bottom:-300px!important}.mb-lg-nc400-px{margin-bottom:-400px!important}.mb-lg-nc500-px{margin-bottom:-500px!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-6rem!important}.ms-lg-n7{margin-left:-12rem!important}.ms-lg-n8{margin-left:-20rem!important}.ms-lg-nc45{margin-left:-.45rem!important}.ms-lg-nc75{margin-left:-.75rem!important}.ms-lg-nc1-25{margin-left:-1.25rem!important}.ms-lg-nc1-75{margin-left:-1.75rem!important}.ms-lg-nc2{margin-left:-2rem!important}.ms-lg-nc2-25{margin-left:-2.25rem!important}.ms-lg-nc2-75{margin-left:-2.75rem!important}.ms-lg-nc3-75{margin-left:-3.75rem!important}.ms-lg-nc4{margin-left:-4rem!important}.ms-lg-nc4-5{margin-left:-4.5rem!important}.ms-lg-nc4-75{margin-left:-4.75rem!important}.ms-lg-nc5{margin-left:-5rem!important}.ms-lg-nc6{margin-left:-6rem!important}.ms-lg-nc7{margin-left:-7rem!important}.ms-lg-nc5-px{margin-left:-5px!important}.ms-lg-nc10-px{margin-left:-10px!important}.ms-lg-nc15-px{margin-left:-15px!important}.ms-lg-nc20-px{margin-left:-20px!important}.ms-lg-nc30-px{margin-left:-30px!important}.ms-lg-nc35-px{margin-left:-35px!important}.ms-lg-nc40-px{margin-left:-40px!important}.ms-lg-nc50-px{margin-left:-50px!important}.ms-lg-nc60-px{margin-left:-60px!important}.ms-lg-nc65-px{margin-left:-65px!important}.ms-lg-nc70-px{margin-left:-70px!important}.ms-lg-nc75-px{margin-left:-75px!important}.ms-lg-nc80-px{margin-left:-80px!important}.ms-lg-nc90-px{margin-left:-90px!important}.ms-lg-nc100-px{margin-left:-100px!important}.ms-lg-nc125-px{margin-left:-125px!important}.ms-lg-nc130-px{margin-left:-130px!important}.ms-lg-nc200-px{margin-left:-200px!important}.ms-lg-nc250-px{margin-left:-250px!important}.ms-lg-nc300-px{margin-left:-300px!important}.ms-lg-nc400-px{margin-left:-400px!important}.ms-lg-nc500-px{margin-left:-500px!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:6rem!important}.p-lg-7{padding:12rem!important}.p-lg-8{padding:20rem!important}.p-lg-c45{padding:.45rem!important}.p-lg-c75{padding:.75rem!important}.p-lg-c1-25{padding:1.25rem!important}.p-lg-c1-75{padding:1.75rem!important}.p-lg-c2{padding:2rem!important}.p-lg-c2-25{padding:2.25rem!important}.p-lg-c2-75{padding:2.75rem!important}.p-lg-c3-75{padding:3.75rem!important}.p-lg-c4{padding:4rem!important}.p-lg-c4-5{padding:4.5rem!important}.p-lg-c4-75{padding:4.75rem!important}.p-lg-c5{padding:5rem!important}.p-lg-c6{padding:6rem!important}.p-lg-c7{padding:7rem!important}.p-lg-c5-px{padding:5px!important}.p-lg-c10-px{padding:10px!important}.p-lg-c15-px{padding:15px!important}.p-lg-c20-px{padding:20px!important}.p-lg-c30-px{padding:30px!important}.p-lg-c35-px{padding:35px!important}.p-lg-c40-px{padding:40px!important}.p-lg-c50-px{padding:50px!important}.p-lg-c60-px{padding:60px!important}.p-lg-c65-px{padding:65px!important}.p-lg-c70-px{padding:70px!important}.p-lg-c75-px{padding:75px!important}.p-lg-c80-px{padding:80px!important}.p-lg-c90-px{padding:90px!important}.p-lg-c100-px{padding:100px!important}.p-lg-c125-px{padding:125px!important}.p-lg-c130-px{padding:130px!important}.p-lg-c200-px{padding:200px!important}.p-lg-c250-px{padding:250px!important}.p-lg-c300-px{padding:300px!important}.p-lg-c400-px{padding:400px!important}.p-lg-c500-px{padding:500px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-7{padding-left:12rem!important;padding-right:12rem!important}.px-lg-8{padding-left:20rem!important;padding-right:20rem!important}.px-lg-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-lg-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-c2{padding-left:2rem!important;padding-right:2rem!important}.px-lg-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-c4{padding-left:4rem!important;padding-right:4rem!important}.px-lg-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-c5{padding-left:5rem!important;padding-right:5rem!important}.px-lg-c6{padding-left:6rem!important;padding-right:6rem!important}.px-lg-c7{padding-left:7rem!important;padding-right:7rem!important}.px-lg-c5-px{padding-left:5px!important;padding-right:5px!important}.px-lg-c10-px{padding-left:10px!important;padding-right:10px!important}.px-lg-c15-px{padding-left:15px!important;padding-right:15px!important}.px-lg-c20-px{padding-left:20px!important;padding-right:20px!important}.px-lg-c30-px{padding-left:30px!important;padding-right:30px!important}.px-lg-c35-px{padding-left:35px!important;padding-right:35px!important}.px-lg-c40-px{padding-left:40px!important;padding-right:40px!important}.px-lg-c50-px{padding-left:50px!important;padding-right:50px!important}.px-lg-c60-px{padding-left:60px!important;padding-right:60px!important}.px-lg-c65-px{padding-left:65px!important;padding-right:65px!important}.px-lg-c70-px{padding-left:70px!important;padding-right:70px!important}.px-lg-c75-px{padding-left:75px!important;padding-right:75px!important}.px-lg-c80-px{padding-left:80px!important;padding-right:80px!important}.px-lg-c90-px{padding-left:90px!important;padding-right:90px!important}.px-lg-c100-px{padding-left:100px!important;padding-right:100px!important}.px-lg-c125-px{padding-left:125px!important;padding-right:125px!important}.px-lg-c130-px{padding-left:130px!important;padding-right:130px!important}.px-lg-c200-px{padding-left:200px!important;padding-right:200px!important}.px-lg-c250-px{padding-left:250px!important;padding-right:250px!important}.px-lg-c300-px{padding-left:300px!important;padding-right:300px!important}.px-lg-c400-px{padding-left:400px!important;padding-right:400px!important}.px-lg-c500-px{padding-left:500px!important;padding-right:500px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-lg-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-lg-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-lg-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-lg-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-lg-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-lg-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-lg-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-lg-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-lg-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-lg-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-lg-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-lg-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-lg-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-lg-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-lg-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-lg-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-lg-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-lg-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-lg-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-lg-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-lg-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-lg-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-lg-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-lg-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-7{padding-top:12rem!important}.pt-lg-8{padding-top:20rem!important}.pt-lg-c45{padding-top:.45rem!important}.pt-lg-c75{padding-top:.75rem!important}.pt-lg-c1-25{padding-top:1.25rem!important}.pt-lg-c1-75{padding-top:1.75rem!important}.pt-lg-c2{padding-top:2rem!important}.pt-lg-c2-25{padding-top:2.25rem!important}.pt-lg-c2-75{padding-top:2.75rem!important}.pt-lg-c3-75{padding-top:3.75rem!important}.pt-lg-c4{padding-top:4rem!important}.pt-lg-c4-5{padding-top:4.5rem!important}.pt-lg-c4-75{padding-top:4.75rem!important}.pt-lg-c5{padding-top:5rem!important}.pt-lg-c6{padding-top:6rem!important}.pt-lg-c7{padding-top:7rem!important}.pt-lg-c5-px{padding-top:5px!important}.pt-lg-c10-px{padding-top:10px!important}.pt-lg-c15-px{padding-top:15px!important}.pt-lg-c20-px{padding-top:20px!important}.pt-lg-c30-px{padding-top:30px!important}.pt-lg-c35-px{padding-top:35px!important}.pt-lg-c40-px{padding-top:40px!important}.pt-lg-c50-px{padding-top:50px!important}.pt-lg-c60-px{padding-top:60px!important}.pt-lg-c65-px{padding-top:65px!important}.pt-lg-c70-px{padding-top:70px!important}.pt-lg-c75-px{padding-top:75px!important}.pt-lg-c80-px{padding-top:80px!important}.pt-lg-c90-px{padding-top:90px!important}.pt-lg-c100-px{padding-top:100px!important}.pt-lg-c125-px{padding-top:125px!important}.pt-lg-c130-px{padding-top:130px!important}.pt-lg-c200-px{padding-top:200px!important}.pt-lg-c250-px{padding-top:250px!important}.pt-lg-c300-px{padding-top:300px!important}.pt-lg-c400-px{padding-top:400px!important}.pt-lg-c500-px{padding-top:500px!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:6rem!important}.pe-lg-7{padding-right:12rem!important}.pe-lg-8{padding-right:20rem!important}.pe-lg-c45{padding-right:.45rem!important}.pe-lg-c75{padding-right:.75rem!important}.pe-lg-c1-25{padding-right:1.25rem!important}.pe-lg-c1-75{padding-right:1.75rem!important}.pe-lg-c2{padding-right:2rem!important}.pe-lg-c2-25{padding-right:2.25rem!important}.pe-lg-c2-75{padding-right:2.75rem!important}.pe-lg-c3-75{padding-right:3.75rem!important}.pe-lg-c4{padding-right:4rem!important}.pe-lg-c4-5{padding-right:4.5rem!important}.pe-lg-c4-75{padding-right:4.75rem!important}.pe-lg-c5{padding-right:5rem!important}.pe-lg-c6{padding-right:6rem!important}.pe-lg-c7{padding-right:7rem!important}.pe-lg-c5-px{padding-right:5px!important}.pe-lg-c10-px{padding-right:10px!important}.pe-lg-c15-px{padding-right:15px!important}.pe-lg-c20-px{padding-right:20px!important}.pe-lg-c30-px{padding-right:30px!important}.pe-lg-c35-px{padding-right:35px!important}.pe-lg-c40-px{padding-right:40px!important}.pe-lg-c50-px{padding-right:50px!important}.pe-lg-c60-px{padding-right:60px!important}.pe-lg-c65-px{padding-right:65px!important}.pe-lg-c70-px{padding-right:70px!important}.pe-lg-c75-px{padding-right:75px!important}.pe-lg-c80-px{padding-right:80px!important}.pe-lg-c90-px{padding-right:90px!important}.pe-lg-c100-px{padding-right:100px!important}.pe-lg-c125-px{padding-right:125px!important}.pe-lg-c130-px{padding-right:130px!important}.pe-lg-c200-px{padding-right:200px!important}.pe-lg-c250-px{padding-right:250px!important}.pe-lg-c300-px{padding-right:300px!important}.pe-lg-c400-px{padding-right:400px!important}.pe-lg-c500-px{padding-right:500px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-7{padding-bottom:12rem!important}.pb-lg-8{padding-bottom:20rem!important}.pb-lg-c45{padding-bottom:.45rem!important}.pb-lg-c75{padding-bottom:.75rem!important}.pb-lg-c1-25{padding-bottom:1.25rem!important}.pb-lg-c1-75{padding-bottom:1.75rem!important}.pb-lg-c2{padding-bottom:2rem!important}.pb-lg-c2-25{padding-bottom:2.25rem!important}.pb-lg-c2-75{padding-bottom:2.75rem!important}.pb-lg-c3-75{padding-bottom:3.75rem!important}.pb-lg-c4{padding-bottom:4rem!important}.pb-lg-c4-5{padding-bottom:4.5rem!important}.pb-lg-c4-75{padding-bottom:4.75rem!important}.pb-lg-c5{padding-bottom:5rem!important}.pb-lg-c6{padding-bottom:6rem!important}.pb-lg-c7{padding-bottom:7rem!important}.pb-lg-c5-px{padding-bottom:5px!important}.pb-lg-c10-px{padding-bottom:10px!important}.pb-lg-c15-px{padding-bottom:15px!important}.pb-lg-c20-px{padding-bottom:20px!important}.pb-lg-c30-px{padding-bottom:30px!important}.pb-lg-c35-px{padding-bottom:35px!important}.pb-lg-c40-px{padding-bottom:40px!important}.pb-lg-c50-px{padding-bottom:50px!important}.pb-lg-c60-px{padding-bottom:60px!important}.pb-lg-c65-px{padding-bottom:65px!important}.pb-lg-c70-px{padding-bottom:70px!important}.pb-lg-c75-px{padding-bottom:75px!important}.pb-lg-c80-px{padding-bottom:80px!important}.pb-lg-c90-px{padding-bottom:90px!important}.pb-lg-c100-px{padding-bottom:100px!important}.pb-lg-c125-px{padding-bottom:125px!important}.pb-lg-c130-px{padding-bottom:130px!important}.pb-lg-c200-px{padding-bottom:200px!important}.pb-lg-c250-px{padding-bottom:250px!important}.pb-lg-c300-px{padding-bottom:300px!important}.pb-lg-c400-px{padding-bottom:400px!important}.pb-lg-c500-px{padding-bottom:500px!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:6rem!important}.ps-lg-7{padding-left:12rem!important}.ps-lg-8{padding-left:20rem!important}.ps-lg-c45{padding-left:.45rem!important}.ps-lg-c75{padding-left:.75rem!important}.ps-lg-c1-25{padding-left:1.25rem!important}.ps-lg-c1-75{padding-left:1.75rem!important}.ps-lg-c2{padding-left:2rem!important}.ps-lg-c2-25{padding-left:2.25rem!important}.ps-lg-c2-75{padding-left:2.75rem!important}.ps-lg-c3-75{padding-left:3.75rem!important}.ps-lg-c4{padding-left:4rem!important}.ps-lg-c4-5{padding-left:4.5rem!important}.ps-lg-c4-75{padding-left:4.75rem!important}.ps-lg-c5{padding-left:5rem!important}.ps-lg-c6{padding-left:6rem!important}.ps-lg-c7{padding-left:7rem!important}.ps-lg-c5-px{padding-left:5px!important}.ps-lg-c10-px{padding-left:10px!important}.ps-lg-c15-px{padding-left:15px!important}.ps-lg-c20-px{padding-left:20px!important}.ps-lg-c30-px{padding-left:30px!important}.ps-lg-c35-px{padding-left:35px!important}.ps-lg-c40-px{padding-left:40px!important}.ps-lg-c50-px{padding-left:50px!important}.ps-lg-c60-px{padding-left:60px!important}.ps-lg-c65-px{padding-left:65px!important}.ps-lg-c70-px{padding-left:70px!important}.ps-lg-c75-px{padding-left:75px!important}.ps-lg-c80-px{padding-left:80px!important}.ps-lg-c90-px{padding-left:90px!important}.ps-lg-c100-px{padding-left:100px!important}.ps-lg-c125-px{padding-left:125px!important}.ps-lg-c130-px{padding-left:130px!important}.ps-lg-c200-px{padding-left:200px!important}.ps-lg-c250-px{padding-left:250px!important}.ps-lg-c300-px{padding-left:300px!important}.ps-lg-c400-px{padding-left:400px!important}.ps-lg-c500-px{padding-left:500px!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:6rem!important}.gap-lg-7{gap:12rem!important}.gap-lg-8{gap:20rem!important}.gap-lg-c45{gap:.45rem!important}.gap-lg-c75{gap:.75rem!important}.gap-lg-c1-25{gap:1.25rem!important}.gap-lg-c1-75{gap:1.75rem!important}.gap-lg-c2{gap:2rem!important}.gap-lg-c2-25{gap:2.25rem!important}.gap-lg-c2-75{gap:2.75rem!important}.gap-lg-c3-75{gap:3.75rem!important}.gap-lg-c4{gap:4rem!important}.gap-lg-c4-5{gap:4.5rem!important}.gap-lg-c4-75{gap:4.75rem!important}.gap-lg-c5{gap:5rem!important}.gap-lg-c6{gap:6rem!important}.gap-lg-c7{gap:7rem!important}.gap-lg-c5-px{gap:5px!important}.gap-lg-c10-px{gap:10px!important}.gap-lg-c15-px{gap:15px!important}.gap-lg-c20-px{gap:20px!important}.gap-lg-c30-px{gap:30px!important}.gap-lg-c35-px{gap:35px!important}.gap-lg-c40-px{gap:40px!important}.gap-lg-c50-px{gap:50px!important}.gap-lg-c60-px{gap:60px!important}.gap-lg-c65-px{gap:65px!important}.gap-lg-c70-px{gap:70px!important}.gap-lg-c75-px{gap:75px!important}.gap-lg-c80-px{gap:80px!important}.gap-lg-c90-px{gap:90px!important}.gap-lg-c100-px{gap:100px!important}.gap-lg-c125-px{gap:125px!important}.gap-lg-c130-px{gap:130px!important}.gap-lg-c200-px{gap:200px!important}.gap-lg-c250-px{gap:250px!important}.gap-lg-c300-px{gap:300px!important}.gap-lg-c400-px{gap:400px!important}.gap-lg-c500-px{gap:500px!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.row-gap-lg-6{row-gap:6rem!important}.row-gap-lg-7{row-gap:12rem!important}.row-gap-lg-8{row-gap:20rem!important}.row-gap-lg-c45{row-gap:.45rem!important}.row-gap-lg-c75{row-gap:.75rem!important}.row-gap-lg-c1-25{row-gap:1.25rem!important}.row-gap-lg-c1-75{row-gap:1.75rem!important}.row-gap-lg-c2{row-gap:2rem!important}.row-gap-lg-c2-25{row-gap:2.25rem!important}.row-gap-lg-c2-75{row-gap:2.75rem!important}.row-gap-lg-c3-75{row-gap:3.75rem!important}.row-gap-lg-c4{row-gap:4rem!important}.row-gap-lg-c4-5{row-gap:4.5rem!important}.row-gap-lg-c4-75{row-gap:4.75rem!important}.row-gap-lg-c5{row-gap:5rem!important}.row-gap-lg-c6{row-gap:6rem!important}.row-gap-lg-c7{row-gap:7rem!important}.row-gap-lg-c5-px{row-gap:5px!important}.row-gap-lg-c10-px{row-gap:10px!important}.row-gap-lg-c15-px{row-gap:15px!important}.row-gap-lg-c20-px{row-gap:20px!important}.row-gap-lg-c30-px{row-gap:30px!important}.row-gap-lg-c35-px{row-gap:35px!important}.row-gap-lg-c40-px{row-gap:40px!important}.row-gap-lg-c50-px{row-gap:50px!important}.row-gap-lg-c60-px{row-gap:60px!important}.row-gap-lg-c65-px{row-gap:65px!important}.row-gap-lg-c70-px{row-gap:70px!important}.row-gap-lg-c75-px{row-gap:75px!important}.row-gap-lg-c80-px{row-gap:80px!important}.row-gap-lg-c90-px{row-gap:90px!important}.row-gap-lg-c100-px{row-gap:100px!important}.row-gap-lg-c125-px{row-gap:125px!important}.row-gap-lg-c130-px{row-gap:130px!important}.row-gap-lg-c200-px{row-gap:200px!important}.row-gap-lg-c250-px{row-gap:250px!important}.row-gap-lg-c300-px{row-gap:300px!important}.row-gap-lg-c400-px{row-gap:400px!important}.row-gap-lg-c500-px{row-gap:500px!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.column-gap-lg-6{column-gap:6rem!important}.column-gap-lg-7{column-gap:12rem!important}.column-gap-lg-8{column-gap:20rem!important}.column-gap-lg-c45{column-gap:.45rem!important}.column-gap-lg-c75{column-gap:.75rem!important}.column-gap-lg-c1-25{column-gap:1.25rem!important}.column-gap-lg-c1-75{column-gap:1.75rem!important}.column-gap-lg-c2{column-gap:2rem!important}.column-gap-lg-c2-25{column-gap:2.25rem!important}.column-gap-lg-c2-75{column-gap:2.75rem!important}.column-gap-lg-c3-75{column-gap:3.75rem!important}.column-gap-lg-c4{column-gap:4rem!important}.column-gap-lg-c4-5{column-gap:4.5rem!important}.column-gap-lg-c4-75{column-gap:4.75rem!important}.column-gap-lg-c5{column-gap:5rem!important}.column-gap-lg-c6{column-gap:6rem!important}.column-gap-lg-c7{column-gap:7rem!important}.column-gap-lg-c5-px{column-gap:5px!important}.column-gap-lg-c10-px{column-gap:10px!important}.column-gap-lg-c15-px{column-gap:15px!important}.column-gap-lg-c20-px{column-gap:20px!important}.column-gap-lg-c30-px{column-gap:30px!important}.column-gap-lg-c35-px{column-gap:35px!important}.column-gap-lg-c40-px{column-gap:40px!important}.column-gap-lg-c50-px{column-gap:50px!important}.column-gap-lg-c60-px{column-gap:60px!important}.column-gap-lg-c65-px{column-gap:65px!important}.column-gap-lg-c70-px{column-gap:70px!important}.column-gap-lg-c75-px{column-gap:75px!important}.column-gap-lg-c80-px{column-gap:80px!important}.column-gap-lg-c90-px{column-gap:90px!important}.column-gap-lg-c100-px{column-gap:100px!important}.column-gap-lg-c125-px{column-gap:125px!important}.column-gap-lg-c130-px{column-gap:130px!important}.column-gap-lg-c200-px{column-gap:200px!important}.column-gap-lg-c250-px{column-gap:250px!important}.column-gap-lg-c300-px{column-gap:300px!important}.column-gap-lg-c400-px{column-gap:400px!important}.column-gap-lg-c500-px{column-gap:500px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.h-px-lg-0{height:0!important}.h-px-lg-5{height:5px!important}.h-px-lg-10{height:10px!important}.h-px-lg-15{height:15px!important}.h-px-lg-16{height:16px!important}.h-px-lg-20{height:20px!important}.h-px-lg-25{height:25px!important}.h-px-lg-30{height:30px!important}.h-px-lg-35{height:35px!important}.h-px-lg-40{height:40px!important}.h-px-lg-42{height:42px!important}.h-px-lg-50{height:50px!important}.h-px-lg-60{height:60px!important}.h-px-lg-65{height:65px!important}.h-px-lg-70{height:70px!important}.h-px-lg-75{height:75px!important}.h-px-lg-80{height:80px!important}.h-px-lg-90{height:90px!important}.h-px-lg-100{height:100px!important}.h-px-lg-107{height:107px!important}.h-px-lg-110{height:110px!important}.h-px-lg-125{height:125px!important}.h-px-lg-130{height:130px!important}.h-px-lg-191{height:191px!important}.h-px-lg-200{height:200px!important}.h-px-lg-205{height:205px!important}.h-px-lg-250{height:250px!important}.h-px-lg-300{height:300px!important}.h-px-lg-335{height:335px!important}.h-px-lg-400{height:400px!important}.h-px-lg-450{height:450px!important}.h-px-lg-500{height:500px!important}.h-px-lg-650{height:650px!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:6rem!important}.m-xl-7{margin:12rem!important}.m-xl-8{margin:20rem!important}.m-xl-c45{margin:.45rem!important}.m-xl-c75{margin:.75rem!important}.m-xl-c1-25{margin:1.25rem!important}.m-xl-c1-75{margin:1.75rem!important}.m-xl-c2{margin:2rem!important}.m-xl-c2-25{margin:2.25rem!important}.m-xl-c2-75{margin:2.75rem!important}.m-xl-c3-75{margin:3.75rem!important}.m-xl-c4{margin:4rem!important}.m-xl-c4-5{margin:4.5rem!important}.m-xl-c4-75{margin:4.75rem!important}.m-xl-c5{margin:5rem!important}.m-xl-c6{margin:6rem!important}.m-xl-c7{margin:7rem!important}.m-xl-c5-px{margin:5px!important}.m-xl-c10-px{margin:10px!important}.m-xl-c15-px{margin:15px!important}.m-xl-c20-px{margin:20px!important}.m-xl-c30-px{margin:30px!important}.m-xl-c35-px{margin:35px!important}.m-xl-c40-px{margin:40px!important}.m-xl-c50-px{margin:50px!important}.m-xl-c60-px{margin:60px!important}.m-xl-c65-px{margin:65px!important}.m-xl-c70-px{margin:70px!important}.m-xl-c75-px{margin:75px!important}.m-xl-c80-px{margin:80px!important}.m-xl-c90-px{margin:90px!important}.m-xl-c100-px{margin:100px!important}.m-xl-c125-px{margin:125px!important}.m-xl-c130-px{margin:130px!important}.m-xl-c200-px{margin:200px!important}.m-xl-c250-px{margin:250px!important}.m-xl-c300-px{margin:300px!important}.m-xl-c400-px{margin:400px!important}.m-xl-c500-px{margin:500px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-7{margin-top:12rem!important}.mt-xl-8{margin-top:20rem!important}.mt-xl-c45{margin-top:.45rem!important}.mt-xl-c75{margin-top:.75rem!important}.mt-xl-c1-25{margin-top:1.25rem!important}.mt-xl-c1-75{margin-top:1.75rem!important}.mt-xl-c2{margin-top:2rem!important}.mt-xl-c2-25{margin-top:2.25rem!important}.mt-xl-c2-75{margin-top:2.75rem!important}.mt-xl-c3-75{margin-top:3.75rem!important}.mt-xl-c4{margin-top:4rem!important}.mt-xl-c4-5{margin-top:4.5rem!important}.mt-xl-c4-75{margin-top:4.75rem!important}.mt-xl-c5{margin-top:5rem!important}.mt-xl-c6{margin-top:6rem!important}.mt-xl-c7{margin-top:7rem!important}.mt-xl-c5-px{margin-top:5px!important}.mt-xl-c10-px{margin-top:10px!important}.mt-xl-c15-px{margin-top:15px!important}.mt-xl-c20-px{margin-top:20px!important}.mt-xl-c30-px{margin-top:30px!important}.mt-xl-c35-px{margin-top:35px!important}.mt-xl-c40-px{margin-top:40px!important}.mt-xl-c50-px{margin-top:50px!important}.mt-xl-c60-px{margin-top:60px!important}.mt-xl-c65-px{margin-top:65px!important}.mt-xl-c70-px{margin-top:70px!important}.mt-xl-c75-px{margin-top:75px!important}.mt-xl-c80-px{margin-top:80px!important}.mt-xl-c90-px{margin-top:90px!important}.mt-xl-c100-px{margin-top:100px!important}.mt-xl-c125-px{margin-top:125px!important}.mt-xl-c130-px{margin-top:130px!important}.mt-xl-c200-px{margin-top:200px!important}.mt-xl-c250-px{margin-top:250px!important}.mt-xl-c300-px{margin-top:300px!important}.mt-xl-c400-px{margin-top:400px!important}.mt-xl-c500-px{margin-top:500px!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:6rem!important}.me-xl-7{margin-right:12rem!important}.me-xl-8{margin-right:20rem!important}.me-xl-c45{margin-right:.45rem!important}.me-xl-c75{margin-right:.75rem!important}.me-xl-c1-25{margin-right:1.25rem!important}.me-xl-c1-75{margin-right:1.75rem!important}.me-xl-c2{margin-right:2rem!important}.me-xl-c2-25{margin-right:2.25rem!important}.me-xl-c2-75{margin-right:2.75rem!important}.me-xl-c3-75{margin-right:3.75rem!important}.me-xl-c4{margin-right:4rem!important}.me-xl-c4-5{margin-right:4.5rem!important}.me-xl-c4-75{margin-right:4.75rem!important}.me-xl-c5{margin-right:5rem!important}.me-xl-c6{margin-right:6rem!important}.me-xl-c7{margin-right:7rem!important}.me-xl-c5-px{margin-right:5px!important}.me-xl-c10-px{margin-right:10px!important}.me-xl-c15-px{margin-right:15px!important}.me-xl-c20-px{margin-right:20px!important}.me-xl-c30-px{margin-right:30px!important}.me-xl-c35-px{margin-right:35px!important}.me-xl-c40-px{margin-right:40px!important}.me-xl-c50-px{margin-right:50px!important}.me-xl-c60-px{margin-right:60px!important}.me-xl-c65-px{margin-right:65px!important}.me-xl-c70-px{margin-right:70px!important}.me-xl-c75-px{margin-right:75px!important}.me-xl-c80-px{margin-right:80px!important}.me-xl-c90-px{margin-right:90px!important}.me-xl-c100-px{margin-right:100px!important}.me-xl-c125-px{margin-right:125px!important}.me-xl-c130-px{margin-right:130px!important}.me-xl-c200-px{margin-right:200px!important}.me-xl-c250-px{margin-right:250px!important}.me-xl-c300-px{margin-right:300px!important}.me-xl-c400-px{margin-right:400px!important}.me-xl-c500-px{margin-right:500px!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-7{margin-bottom:12rem!important}.mb-xl-8{margin-bottom:20rem!important}.mb-xl-c45{margin-bottom:.45rem!important}.mb-xl-c75{margin-bottom:.75rem!important}.mb-xl-c1-25{margin-bottom:1.25rem!important}.mb-xl-c1-75{margin-bottom:1.75rem!important}.mb-xl-c2{margin-bottom:2rem!important}.mb-xl-c2-25{margin-bottom:2.25rem!important}.mb-xl-c2-75{margin-bottom:2.75rem!important}.mb-xl-c3-75{margin-bottom:3.75rem!important}.mb-xl-c4{margin-bottom:4rem!important}.mb-xl-c4-5{margin-bottom:4.5rem!important}.mb-xl-c4-75{margin-bottom:4.75rem!important}.mb-xl-c5{margin-bottom:5rem!important}.mb-xl-c6{margin-bottom:6rem!important}.mb-xl-c7{margin-bottom:7rem!important}.mb-xl-c5-px{margin-bottom:5px!important}.mb-xl-c10-px{margin-bottom:10px!important}.mb-xl-c15-px{margin-bottom:15px!important}.mb-xl-c20-px{margin-bottom:20px!important}.mb-xl-c30-px{margin-bottom:30px!important}.mb-xl-c35-px{margin-bottom:35px!important}.mb-xl-c40-px{margin-bottom:40px!important}.mb-xl-c50-px{margin-bottom:50px!important}.mb-xl-c60-px{margin-bottom:60px!important}.mb-xl-c65-px{margin-bottom:65px!important}.mb-xl-c70-px{margin-bottom:70px!important}.mb-xl-c75-px{margin-bottom:75px!important}.mb-xl-c80-px{margin-bottom:80px!important}.mb-xl-c90-px{margin-bottom:90px!important}.mb-xl-c100-px{margin-bottom:100px!important}.mb-xl-c125-px{margin-bottom:125px!important}.mb-xl-c130-px{margin-bottom:130px!important}.mb-xl-c200-px{margin-bottom:200px!important}.mb-xl-c250-px{margin-bottom:250px!important}.mb-xl-c300-px{margin-bottom:300px!important}.mb-xl-c400-px{margin-bottom:400px!important}.mb-xl-c500-px{margin-bottom:500px!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:6rem!important}.ms-xl-7{margin-left:12rem!important}.ms-xl-8{margin-left:20rem!important}.ms-xl-c45{margin-left:.45rem!important}.ms-xl-c75{margin-left:.75rem!important}.ms-xl-c1-25{margin-left:1.25rem!important}.ms-xl-c1-75{margin-left:1.75rem!important}.ms-xl-c2{margin-left:2rem!important}.ms-xl-c2-25{margin-left:2.25rem!important}.ms-xl-c2-75{margin-left:2.75rem!important}.ms-xl-c3-75{margin-left:3.75rem!important}.ms-xl-c4{margin-left:4rem!important}.ms-xl-c4-5{margin-left:4.5rem!important}.ms-xl-c4-75{margin-left:4.75rem!important}.ms-xl-c5{margin-left:5rem!important}.ms-xl-c6{margin-left:6rem!important}.ms-xl-c7{margin-left:7rem!important}.ms-xl-c5-px{margin-left:5px!important}.ms-xl-c10-px{margin-left:10px!important}.ms-xl-c15-px{margin-left:15px!important}.ms-xl-c20-px{margin-left:20px!important}.ms-xl-c30-px{margin-left:30px!important}.ms-xl-c35-px{margin-left:35px!important}.ms-xl-c40-px{margin-left:40px!important}.ms-xl-c50-px{margin-left:50px!important}.ms-xl-c60-px{margin-left:60px!important}.ms-xl-c65-px{margin-left:65px!important}.ms-xl-c70-px{margin-left:70px!important}.ms-xl-c75-px{margin-left:75px!important}.ms-xl-c80-px{margin-left:80px!important}.ms-xl-c90-px{margin-left:90px!important}.ms-xl-c100-px{margin-left:100px!important}.ms-xl-c125-px{margin-left:125px!important}.ms-xl-c130-px{margin-left:130px!important}.ms-xl-c200-px{margin-left:200px!important}.ms-xl-c250-px{margin-left:250px!important}.ms-xl-c300-px{margin-left:300px!important}.ms-xl-c400-px{margin-left:400px!important}.ms-xl-c500-px{margin-left:500px!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-6rem!important}.m-xl-n7{margin:-12rem!important}.m-xl-n8{margin:-20rem!important}.m-xl-nc45{margin:-.45rem!important}.m-xl-nc75{margin:-.75rem!important}.m-xl-nc1-25{margin:-1.25rem!important}.m-xl-nc1-75{margin:-1.75rem!important}.m-xl-nc2{margin:-2rem!important}.m-xl-nc2-25{margin:-2.25rem!important}.m-xl-nc2-75{margin:-2.75rem!important}.m-xl-nc3-75{margin:-3.75rem!important}.m-xl-nc4{margin:-4rem!important}.m-xl-nc4-5{margin:-4.5rem!important}.m-xl-nc4-75{margin:-4.75rem!important}.m-xl-nc5{margin:-5rem!important}.m-xl-nc6{margin:-6rem!important}.m-xl-nc7{margin:-7rem!important}.m-xl-nc5-px{margin:-5px!important}.m-xl-nc10-px{margin:-10px!important}.m-xl-nc15-px{margin:-15px!important}.m-xl-nc20-px{margin:-20px!important}.m-xl-nc30-px{margin:-30px!important}.m-xl-nc35-px{margin:-35px!important}.m-xl-nc40-px{margin:-40px!important}.m-xl-nc50-px{margin:-50px!important}.m-xl-nc60-px{margin:-60px!important}.m-xl-nc65-px{margin:-65px!important}.m-xl-nc70-px{margin:-70px!important}.m-xl-nc75-px{margin:-75px!important}.m-xl-nc80-px{margin:-80px!important}.m-xl-nc90-px{margin:-90px!important}.m-xl-nc100-px{margin:-100px!important}.m-xl-nc125-px{margin:-125px!important}.m-xl-nc130-px{margin:-130px!important}.m-xl-nc200-px{margin:-200px!important}.m-xl-nc250-px{margin:-250px!important}.m-xl-nc300-px{margin:-300px!important}.m-xl-nc400-px{margin:-400px!important}.m-xl-nc500-px{margin:-500px!important}.mx-xl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-6rem!important}.mt-xl-n7{margin-top:-12rem!important}.mt-xl-n8{margin-top:-20rem!important}.mt-xl-nc45{margin-top:-.45rem!important}.mt-xl-nc75{margin-top:-.75rem!important}.mt-xl-nc1-25{margin-top:-1.25rem!important}.mt-xl-nc1-75{margin-top:-1.75rem!important}.mt-xl-nc2{margin-top:-2rem!important}.mt-xl-nc2-25{margin-top:-2.25rem!important}.mt-xl-nc2-75{margin-top:-2.75rem!important}.mt-xl-nc3-75{margin-top:-3.75rem!important}.mt-xl-nc4{margin-top:-4rem!important}.mt-xl-nc4-5{margin-top:-4.5rem!important}.mt-xl-nc4-75{margin-top:-4.75rem!important}.mt-xl-nc5{margin-top:-5rem!important}.mt-xl-nc6{margin-top:-6rem!important}.mt-xl-nc7{margin-top:-7rem!important}.mt-xl-nc5-px{margin-top:-5px!important}.mt-xl-nc10-px{margin-top:-10px!important}.mt-xl-nc15-px{margin-top:-15px!important}.mt-xl-nc20-px{margin-top:-20px!important}.mt-xl-nc30-px{margin-top:-30px!important}.mt-xl-nc35-px{margin-top:-35px!important}.mt-xl-nc40-px{margin-top:-40px!important}.mt-xl-nc50-px{margin-top:-50px!important}.mt-xl-nc60-px{margin-top:-60px!important}.mt-xl-nc65-px{margin-top:-65px!important}.mt-xl-nc70-px{margin-top:-70px!important}.mt-xl-nc75-px{margin-top:-75px!important}.mt-xl-nc80-px{margin-top:-80px!important}.mt-xl-nc90-px{margin-top:-90px!important}.mt-xl-nc100-px{margin-top:-100px!important}.mt-xl-nc125-px{margin-top:-125px!important}.mt-xl-nc130-px{margin-top:-130px!important}.mt-xl-nc200-px{margin-top:-200px!important}.mt-xl-nc250-px{margin-top:-250px!important}.mt-xl-nc300-px{margin-top:-300px!important}.mt-xl-nc400-px{margin-top:-400px!important}.mt-xl-nc500-px{margin-top:-500px!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-6rem!important}.me-xl-n7{margin-right:-12rem!important}.me-xl-n8{margin-right:-20rem!important}.me-xl-nc45{margin-right:-.45rem!important}.me-xl-nc75{margin-right:-.75rem!important}.me-xl-nc1-25{margin-right:-1.25rem!important}.me-xl-nc1-75{margin-right:-1.75rem!important}.me-xl-nc2{margin-right:-2rem!important}.me-xl-nc2-25{margin-right:-2.25rem!important}.me-xl-nc2-75{margin-right:-2.75rem!important}.me-xl-nc3-75{margin-right:-3.75rem!important}.me-xl-nc4{margin-right:-4rem!important}.me-xl-nc4-5{margin-right:-4.5rem!important}.me-xl-nc4-75{margin-right:-4.75rem!important}.me-xl-nc5{margin-right:-5rem!important}.me-xl-nc6{margin-right:-6rem!important}.me-xl-nc7{margin-right:-7rem!important}.me-xl-nc5-px{margin-right:-5px!important}.me-xl-nc10-px{margin-right:-10px!important}.me-xl-nc15-px{margin-right:-15px!important}.me-xl-nc20-px{margin-right:-20px!important}.me-xl-nc30-px{margin-right:-30px!important}.me-xl-nc35-px{margin-right:-35px!important}.me-xl-nc40-px{margin-right:-40px!important}.me-xl-nc50-px{margin-right:-50px!important}.me-xl-nc60-px{margin-right:-60px!important}.me-xl-nc65-px{margin-right:-65px!important}.me-xl-nc70-px{margin-right:-70px!important}.me-xl-nc75-px{margin-right:-75px!important}.me-xl-nc80-px{margin-right:-80px!important}.me-xl-nc90-px{margin-right:-90px!important}.me-xl-nc100-px{margin-right:-100px!important}.me-xl-nc125-px{margin-right:-125px!important}.me-xl-nc130-px{margin-right:-130px!important}.me-xl-nc200-px{margin-right:-200px!important}.me-xl-nc250-px{margin-right:-250px!important}.me-xl-nc300-px{margin-right:-300px!important}.me-xl-nc400-px{margin-right:-400px!important}.me-xl-nc500-px{margin-right:-500px!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-6rem!important}.mb-xl-n7{margin-bottom:-12rem!important}.mb-xl-n8{margin-bottom:-20rem!important}.mb-xl-nc45{margin-bottom:-.45rem!important}.mb-xl-nc75{margin-bottom:-.75rem!important}.mb-xl-nc1-25{margin-bottom:-1.25rem!important}.mb-xl-nc1-75{margin-bottom:-1.75rem!important}.mb-xl-nc2{margin-bottom:-2rem!important}.mb-xl-nc2-25{margin-bottom:-2.25rem!important}.mb-xl-nc2-75{margin-bottom:-2.75rem!important}.mb-xl-nc3-75{margin-bottom:-3.75rem!important}.mb-xl-nc4{margin-bottom:-4rem!important}.mb-xl-nc4-5{margin-bottom:-4.5rem!important}.mb-xl-nc4-75{margin-bottom:-4.75rem!important}.mb-xl-nc5{margin-bottom:-5rem!important}.mb-xl-nc6{margin-bottom:-6rem!important}.mb-xl-nc7{margin-bottom:-7rem!important}.mb-xl-nc5-px{margin-bottom:-5px!important}.mb-xl-nc10-px{margin-bottom:-10px!important}.mb-xl-nc15-px{margin-bottom:-15px!important}.mb-xl-nc20-px{margin-bottom:-20px!important}.mb-xl-nc30-px{margin-bottom:-30px!important}.mb-xl-nc35-px{margin-bottom:-35px!important}.mb-xl-nc40-px{margin-bottom:-40px!important}.mb-xl-nc50-px{margin-bottom:-50px!important}.mb-xl-nc60-px{margin-bottom:-60px!important}.mb-xl-nc65-px{margin-bottom:-65px!important}.mb-xl-nc70-px{margin-bottom:-70px!important}.mb-xl-nc75-px{margin-bottom:-75px!important}.mb-xl-nc80-px{margin-bottom:-80px!important}.mb-xl-nc90-px{margin-bottom:-90px!important}.mb-xl-nc100-px{margin-bottom:-100px!important}.mb-xl-nc125-px{margin-bottom:-125px!important}.mb-xl-nc130-px{margin-bottom:-130px!important}.mb-xl-nc200-px{margin-bottom:-200px!important}.mb-xl-nc250-px{margin-bottom:-250px!important}.mb-xl-nc300-px{margin-bottom:-300px!important}.mb-xl-nc400-px{margin-bottom:-400px!important}.mb-xl-nc500-px{margin-bottom:-500px!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-6rem!important}.ms-xl-n7{margin-left:-12rem!important}.ms-xl-n8{margin-left:-20rem!important}.ms-xl-nc45{margin-left:-.45rem!important}.ms-xl-nc75{margin-left:-.75rem!important}.ms-xl-nc1-25{margin-left:-1.25rem!important}.ms-xl-nc1-75{margin-left:-1.75rem!important}.ms-xl-nc2{margin-left:-2rem!important}.ms-xl-nc2-25{margin-left:-2.25rem!important}.ms-xl-nc2-75{margin-left:-2.75rem!important}.ms-xl-nc3-75{margin-left:-3.75rem!important}.ms-xl-nc4{margin-left:-4rem!important}.ms-xl-nc4-5{margin-left:-4.5rem!important}.ms-xl-nc4-75{margin-left:-4.75rem!important}.ms-xl-nc5{margin-left:-5rem!important}.ms-xl-nc6{margin-left:-6rem!important}.ms-xl-nc7{margin-left:-7rem!important}.ms-xl-nc5-px{margin-left:-5px!important}.ms-xl-nc10-px{margin-left:-10px!important}.ms-xl-nc15-px{margin-left:-15px!important}.ms-xl-nc20-px{margin-left:-20px!important}.ms-xl-nc30-px{margin-left:-30px!important}.ms-xl-nc35-px{margin-left:-35px!important}.ms-xl-nc40-px{margin-left:-40px!important}.ms-xl-nc50-px{margin-left:-50px!important}.ms-xl-nc60-px{margin-left:-60px!important}.ms-xl-nc65-px{margin-left:-65px!important}.ms-xl-nc70-px{margin-left:-70px!important}.ms-xl-nc75-px{margin-left:-75px!important}.ms-xl-nc80-px{margin-left:-80px!important}.ms-xl-nc90-px{margin-left:-90px!important}.ms-xl-nc100-px{margin-left:-100px!important}.ms-xl-nc125-px{margin-left:-125px!important}.ms-xl-nc130-px{margin-left:-130px!important}.ms-xl-nc200-px{margin-left:-200px!important}.ms-xl-nc250-px{margin-left:-250px!important}.ms-xl-nc300-px{margin-left:-300px!important}.ms-xl-nc400-px{margin-left:-400px!important}.ms-xl-nc500-px{margin-left:-500px!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:6rem!important}.p-xl-7{padding:12rem!important}.p-xl-8{padding:20rem!important}.p-xl-c45{padding:.45rem!important}.p-xl-c75{padding:.75rem!important}.p-xl-c1-25{padding:1.25rem!important}.p-xl-c1-75{padding:1.75rem!important}.p-xl-c2{padding:2rem!important}.p-xl-c2-25{padding:2.25rem!important}.p-xl-c2-75{padding:2.75rem!important}.p-xl-c3-75{padding:3.75rem!important}.p-xl-c4{padding:4rem!important}.p-xl-c4-5{padding:4.5rem!important}.p-xl-c4-75{padding:4.75rem!important}.p-xl-c5{padding:5rem!important}.p-xl-c6{padding:6rem!important}.p-xl-c7{padding:7rem!important}.p-xl-c5-px{padding:5px!important}.p-xl-c10-px{padding:10px!important}.p-xl-c15-px{padding:15px!important}.p-xl-c20-px{padding:20px!important}.p-xl-c30-px{padding:30px!important}.p-xl-c35-px{padding:35px!important}.p-xl-c40-px{padding:40px!important}.p-xl-c50-px{padding:50px!important}.p-xl-c60-px{padding:60px!important}.p-xl-c65-px{padding:65px!important}.p-xl-c70-px{padding:70px!important}.p-xl-c75-px{padding:75px!important}.p-xl-c80-px{padding:80px!important}.p-xl-c90-px{padding:90px!important}.p-xl-c100-px{padding:100px!important}.p-xl-c125-px{padding:125px!important}.p-xl-c130-px{padding:130px!important}.p-xl-c200-px{padding:200px!important}.p-xl-c250-px{padding:250px!important}.p-xl-c300-px{padding:300px!important}.p-xl-c400-px{padding:400px!important}.p-xl-c500-px{padding:500px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:6rem!important}.pt-xl-7{padding-top:12rem!important}.pt-xl-8{padding-top:20rem!important}.pt-xl-c45{padding-top:.45rem!important}.pt-xl-c75{padding-top:.75rem!important}.pt-xl-c1-25{padding-top:1.25rem!important}.pt-xl-c1-75{padding-top:1.75rem!important}.pt-xl-c2{padding-top:2rem!important}.pt-xl-c2-25{padding-top:2.25rem!important}.pt-xl-c2-75{padding-top:2.75rem!important}.pt-xl-c3-75{padding-top:3.75rem!important}.pt-xl-c4{padding-top:4rem!important}.pt-xl-c4-5{padding-top:4.5rem!important}.pt-xl-c4-75{padding-top:4.75rem!important}.pt-xl-c5{padding-top:5rem!important}.pt-xl-c6{padding-top:6rem!important}.pt-xl-c7{padding-top:7rem!important}.pt-xl-c5-px{padding-top:5px!important}.pt-xl-c10-px{padding-top:10px!important}.pt-xl-c15-px{padding-top:15px!important}.pt-xl-c20-px{padding-top:20px!important}.pt-xl-c30-px{padding-top:30px!important}.pt-xl-c35-px{padding-top:35px!important}.pt-xl-c40-px{padding-top:40px!important}.pt-xl-c50-px{padding-top:50px!important}.pt-xl-c60-px{padding-top:60px!important}.pt-xl-c65-px{padding-top:65px!important}.pt-xl-c70-px{padding-top:70px!important}.pt-xl-c75-px{padding-top:75px!important}.pt-xl-c80-px{padding-top:80px!important}.pt-xl-c90-px{padding-top:90px!important}.pt-xl-c100-px{padding-top:100px!important}.pt-xl-c125-px{padding-top:125px!important}.pt-xl-c130-px{padding-top:130px!important}.pt-xl-c200-px{padding-top:200px!important}.pt-xl-c250-px{padding-top:250px!important}.pt-xl-c300-px{padding-top:300px!important}.pt-xl-c400-px{padding-top:400px!important}.pt-xl-c500-px{padding-top:500px!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:6rem!important}.pe-xl-7{padding-right:12rem!important}.pe-xl-8{padding-right:20rem!important}.pe-xl-c45{padding-right:.45rem!important}.pe-xl-c75{padding-right:.75rem!important}.pe-xl-c1-25{padding-right:1.25rem!important}.pe-xl-c1-75{padding-right:1.75rem!important}.pe-xl-c2{padding-right:2rem!important}.pe-xl-c2-25{padding-right:2.25rem!important}.pe-xl-c2-75{padding-right:2.75rem!important}.pe-xl-c3-75{padding-right:3.75rem!important}.pe-xl-c4{padding-right:4rem!important}.pe-xl-c4-5{padding-right:4.5rem!important}.pe-xl-c4-75{padding-right:4.75rem!important}.pe-xl-c5{padding-right:5rem!important}.pe-xl-c6{padding-right:6rem!important}.pe-xl-c7{padding-right:7rem!important}.pe-xl-c5-px{padding-right:5px!important}.pe-xl-c10-px{padding-right:10px!important}.pe-xl-c15-px{padding-right:15px!important}.pe-xl-c20-px{padding-right:20px!important}.pe-xl-c30-px{padding-right:30px!important}.pe-xl-c35-px{padding-right:35px!important}.pe-xl-c40-px{padding-right:40px!important}.pe-xl-c50-px{padding-right:50px!important}.pe-xl-c60-px{padding-right:60px!important}.pe-xl-c65-px{padding-right:65px!important}.pe-xl-c70-px{padding-right:70px!important}.pe-xl-c75-px{padding-right:75px!important}.pe-xl-c80-px{padding-right:80px!important}.pe-xl-c90-px{padding-right:90px!important}.pe-xl-c100-px{padding-right:100px!important}.pe-xl-c125-px{padding-right:125px!important}.pe-xl-c130-px{padding-right:130px!important}.pe-xl-c200-px{padding-right:200px!important}.pe-xl-c250-px{padding-right:250px!important}.pe-xl-c300-px{padding-right:300px!important}.pe-xl-c400-px{padding-right:400px!important}.pe-xl-c500-px{padding-right:500px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:6rem!important}.pb-xl-7{padding-bottom:12rem!important}.pb-xl-8{padding-bottom:20rem!important}.pb-xl-c45{padding-bottom:.45rem!important}.pb-xl-c75{padding-bottom:.75rem!important}.pb-xl-c1-25{padding-bottom:1.25rem!important}.pb-xl-c1-75{padding-bottom:1.75rem!important}.pb-xl-c2{padding-bottom:2rem!important}.pb-xl-c2-25{padding-bottom:2.25rem!important}.pb-xl-c2-75{padding-bottom:2.75rem!important}.pb-xl-c3-75{padding-bottom:3.75rem!important}.pb-xl-c4{padding-bottom:4rem!important}.pb-xl-c4-5{padding-bottom:4.5rem!important}.pb-xl-c4-75{padding-bottom:4.75rem!important}.pb-xl-c5{padding-bottom:5rem!important}.pb-xl-c6{padding-bottom:6rem!important}.pb-xl-c7{padding-bottom:7rem!important}.pb-xl-c5-px{padding-bottom:5px!important}.pb-xl-c10-px{padding-bottom:10px!important}.pb-xl-c15-px{padding-bottom:15px!important}.pb-xl-c20-px{padding-bottom:20px!important}.pb-xl-c30-px{padding-bottom:30px!important}.pb-xl-c35-px{padding-bottom:35px!important}.pb-xl-c40-px{padding-bottom:40px!important}.pb-xl-c50-px{padding-bottom:50px!important}.pb-xl-c60-px{padding-bottom:60px!important}.pb-xl-c65-px{padding-bottom:65px!important}.pb-xl-c70-px{padding-bottom:70px!important}.pb-xl-c75-px{padding-bottom:75px!important}.pb-xl-c80-px{padding-bottom:80px!important}.pb-xl-c90-px{padding-bottom:90px!important}.pb-xl-c100-px{padding-bottom:100px!important}.pb-xl-c125-px{padding-bottom:125px!important}.pb-xl-c130-px{padding-bottom:130px!important}.pb-xl-c200-px{padding-bottom:200px!important}.pb-xl-c250-px{padding-bottom:250px!important}.pb-xl-c300-px{padding-bottom:300px!important}.pb-xl-c400-px{padding-bottom:400px!important}.pb-xl-c500-px{padding-bottom:500px!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:6rem!important}.ps-xl-7{padding-left:12rem!important}.ps-xl-8{padding-left:20rem!important}.ps-xl-c45{padding-left:.45rem!important}.ps-xl-c75{padding-left:.75rem!important}.ps-xl-c1-25{padding-left:1.25rem!important}.ps-xl-c1-75{padding-left:1.75rem!important}.ps-xl-c2{padding-left:2rem!important}.ps-xl-c2-25{padding-left:2.25rem!important}.ps-xl-c2-75{padding-left:2.75rem!important}.ps-xl-c3-75{padding-left:3.75rem!important}.ps-xl-c4{padding-left:4rem!important}.ps-xl-c4-5{padding-left:4.5rem!important}.ps-xl-c4-75{padding-left:4.75rem!important}.ps-xl-c5{padding-left:5rem!important}.ps-xl-c6{padding-left:6rem!important}.ps-xl-c7{padding-left:7rem!important}.ps-xl-c5-px{padding-left:5px!important}.ps-xl-c10-px{padding-left:10px!important}.ps-xl-c15-px{padding-left:15px!important}.ps-xl-c20-px{padding-left:20px!important}.ps-xl-c30-px{padding-left:30px!important}.ps-xl-c35-px{padding-left:35px!important}.ps-xl-c40-px{padding-left:40px!important}.ps-xl-c50-px{padding-left:50px!important}.ps-xl-c60-px{padding-left:60px!important}.ps-xl-c65-px{padding-left:65px!important}.ps-xl-c70-px{padding-left:70px!important}.ps-xl-c75-px{padding-left:75px!important}.ps-xl-c80-px{padding-left:80px!important}.ps-xl-c90-px{padding-left:90px!important}.ps-xl-c100-px{padding-left:100px!important}.ps-xl-c125-px{padding-left:125px!important}.ps-xl-c130-px{padding-left:130px!important}.ps-xl-c200-px{padding-left:200px!important}.ps-xl-c250-px{padding-left:250px!important}.ps-xl-c300-px{padding-left:300px!important}.ps-xl-c400-px{padding-left:400px!important}.ps-xl-c500-px{padding-left:500px!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:6rem!important}.gap-xl-7{gap:12rem!important}.gap-xl-8{gap:20rem!important}.gap-xl-c45{gap:.45rem!important}.gap-xl-c75{gap:.75rem!important}.gap-xl-c1-25{gap:1.25rem!important}.gap-xl-c1-75{gap:1.75rem!important}.gap-xl-c2{gap:2rem!important}.gap-xl-c2-25{gap:2.25rem!important}.gap-xl-c2-75{gap:2.75rem!important}.gap-xl-c3-75{gap:3.75rem!important}.gap-xl-c4{gap:4rem!important}.gap-xl-c4-5{gap:4.5rem!important}.gap-xl-c4-75{gap:4.75rem!important}.gap-xl-c5{gap:5rem!important}.gap-xl-c6{gap:6rem!important}.gap-xl-c7{gap:7rem!important}.gap-xl-c5-px{gap:5px!important}.gap-xl-c10-px{gap:10px!important}.gap-xl-c15-px{gap:15px!important}.gap-xl-c20-px{gap:20px!important}.gap-xl-c30-px{gap:30px!important}.gap-xl-c35-px{gap:35px!important}.gap-xl-c40-px{gap:40px!important}.gap-xl-c50-px{gap:50px!important}.gap-xl-c60-px{gap:60px!important}.gap-xl-c65-px{gap:65px!important}.gap-xl-c70-px{gap:70px!important}.gap-xl-c75-px{gap:75px!important}.gap-xl-c80-px{gap:80px!important}.gap-xl-c90-px{gap:90px!important}.gap-xl-c100-px{gap:100px!important}.gap-xl-c125-px{gap:125px!important}.gap-xl-c130-px{gap:130px!important}.gap-xl-c200-px{gap:200px!important}.gap-xl-c250-px{gap:250px!important}.gap-xl-c300-px{gap:300px!important}.gap-xl-c400-px{gap:400px!important}.gap-xl-c500-px{gap:500px!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.row-gap-xl-6{row-gap:6rem!important}.row-gap-xl-7{row-gap:12rem!important}.row-gap-xl-8{row-gap:20rem!important}.row-gap-xl-c45{row-gap:.45rem!important}.row-gap-xl-c75{row-gap:.75rem!important}.row-gap-xl-c1-25{row-gap:1.25rem!important}.row-gap-xl-c1-75{row-gap:1.75rem!important}.row-gap-xl-c2{row-gap:2rem!important}.row-gap-xl-c2-25{row-gap:2.25rem!important}.row-gap-xl-c2-75{row-gap:2.75rem!important}.row-gap-xl-c3-75{row-gap:3.75rem!important}.row-gap-xl-c4{row-gap:4rem!important}.row-gap-xl-c4-5{row-gap:4.5rem!important}.row-gap-xl-c4-75{row-gap:4.75rem!important}.row-gap-xl-c5{row-gap:5rem!important}.row-gap-xl-c6{row-gap:6rem!important}.row-gap-xl-c7{row-gap:7rem!important}.row-gap-xl-c5-px{row-gap:5px!important}.row-gap-xl-c10-px{row-gap:10px!important}.row-gap-xl-c15-px{row-gap:15px!important}.row-gap-xl-c20-px{row-gap:20px!important}.row-gap-xl-c30-px{row-gap:30px!important}.row-gap-xl-c35-px{row-gap:35px!important}.row-gap-xl-c40-px{row-gap:40px!important}.row-gap-xl-c50-px{row-gap:50px!important}.row-gap-xl-c60-px{row-gap:60px!important}.row-gap-xl-c65-px{row-gap:65px!important}.row-gap-xl-c70-px{row-gap:70px!important}.row-gap-xl-c75-px{row-gap:75px!important}.row-gap-xl-c80-px{row-gap:80px!important}.row-gap-xl-c90-px{row-gap:90px!important}.row-gap-xl-c100-px{row-gap:100px!important}.row-gap-xl-c125-px{row-gap:125px!important}.row-gap-xl-c130-px{row-gap:130px!important}.row-gap-xl-c200-px{row-gap:200px!important}.row-gap-xl-c250-px{row-gap:250px!important}.row-gap-xl-c300-px{row-gap:300px!important}.row-gap-xl-c400-px{row-gap:400px!important}.row-gap-xl-c500-px{row-gap:500px!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.column-gap-xl-6{column-gap:6rem!important}.column-gap-xl-7{column-gap:12rem!important}.column-gap-xl-8{column-gap:20rem!important}.column-gap-xl-c45{column-gap:.45rem!important}.column-gap-xl-c75{column-gap:.75rem!important}.column-gap-xl-c1-25{column-gap:1.25rem!important}.column-gap-xl-c1-75{column-gap:1.75rem!important}.column-gap-xl-c2{column-gap:2rem!important}.column-gap-xl-c2-25{column-gap:2.25rem!important}.column-gap-xl-c2-75{column-gap:2.75rem!important}.column-gap-xl-c3-75{column-gap:3.75rem!important}.column-gap-xl-c4{column-gap:4rem!important}.column-gap-xl-c4-5{column-gap:4.5rem!important}.column-gap-xl-c4-75{column-gap:4.75rem!important}.column-gap-xl-c5{column-gap:5rem!important}.column-gap-xl-c6{column-gap:6rem!important}.column-gap-xl-c7{column-gap:7rem!important}.column-gap-xl-c5-px{column-gap:5px!important}.column-gap-xl-c10-px{column-gap:10px!important}.column-gap-xl-c15-px{column-gap:15px!important}.column-gap-xl-c20-px{column-gap:20px!important}.column-gap-xl-c30-px{column-gap:30px!important}.column-gap-xl-c35-px{column-gap:35px!important}.column-gap-xl-c40-px{column-gap:40px!important}.column-gap-xl-c50-px{column-gap:50px!important}.column-gap-xl-c60-px{column-gap:60px!important}.column-gap-xl-c65-px{column-gap:65px!important}.column-gap-xl-c70-px{column-gap:70px!important}.column-gap-xl-c75-px{column-gap:75px!important}.column-gap-xl-c80-px{column-gap:80px!important}.column-gap-xl-c90-px{column-gap:90px!important}.column-gap-xl-c100-px{column-gap:100px!important}.column-gap-xl-c125-px{column-gap:125px!important}.column-gap-xl-c130-px{column-gap:130px!important}.column-gap-xl-c200-px{column-gap:200px!important}.column-gap-xl-c250-px{column-gap:250px!important}.column-gap-xl-c300-px{column-gap:300px!important}.column-gap-xl-c400-px{column-gap:400px!important}.column-gap-xl-c500-px{column-gap:500px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.h-px-xl-0{height:0!important}.h-px-xl-5{height:5px!important}.h-px-xl-10{height:10px!important}.h-px-xl-15{height:15px!important}.h-px-xl-16{height:16px!important}.h-px-xl-20{height:20px!important}.h-px-xl-25{height:25px!important}.h-px-xl-30{height:30px!important}.h-px-xl-35{height:35px!important}.h-px-xl-40{height:40px!important}.h-px-xl-42{height:42px!important}.h-px-xl-50{height:50px!important}.h-px-xl-60{height:60px!important}.h-px-xl-65{height:65px!important}.h-px-xl-70{height:70px!important}.h-px-xl-75{height:75px!important}.h-px-xl-80{height:80px!important}.h-px-xl-90{height:90px!important}.h-px-xl-100{height:100px!important}.h-px-xl-107{height:107px!important}.h-px-xl-110{height:110px!important}.h-px-xl-125{height:125px!important}.h-px-xl-130{height:130px!important}.h-px-xl-191{height:191px!important}.h-px-xl-200{height:200px!important}.h-px-xl-205{height:205px!important}.h-px-xl-250{height:250px!important}.h-px-xl-300{height:300px!important}.h-px-xl-335{height:335px!important}.h-px-xl-400{height:400px!important}.h-px-xl-450{height:450px!important}.h-px-xl-500{height:500px!important}.h-px-xl-650{height:650px!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:6rem!important}.m-xxl-7{margin:12rem!important}.m-xxl-8{margin:20rem!important}.m-xxl-c45{margin:.45rem!important}.m-xxl-c75{margin:.75rem!important}.m-xxl-c1-25{margin:1.25rem!important}.m-xxl-c1-75{margin:1.75rem!important}.m-xxl-c2{margin:2rem!important}.m-xxl-c2-25{margin:2.25rem!important}.m-xxl-c2-75{margin:2.75rem!important}.m-xxl-c3-75{margin:3.75rem!important}.m-xxl-c4{margin:4rem!important}.m-xxl-c4-5{margin:4.5rem!important}.m-xxl-c4-75{margin:4.75rem!important}.m-xxl-c5{margin:5rem!important}.m-xxl-c6{margin:6rem!important}.m-xxl-c7{margin:7rem!important}.m-xxl-c5-px{margin:5px!important}.m-xxl-c10-px{margin:10px!important}.m-xxl-c15-px{margin:15px!important}.m-xxl-c20-px{margin:20px!important}.m-xxl-c30-px{margin:30px!important}.m-xxl-c35-px{margin:35px!important}.m-xxl-c40-px{margin:40px!important}.m-xxl-c50-px{margin:50px!important}.m-xxl-c60-px{margin:60px!important}.m-xxl-c65-px{margin:65px!important}.m-xxl-c70-px{margin:70px!important}.m-xxl-c75-px{margin:75px!important}.m-xxl-c80-px{margin:80px!important}.m-xxl-c90-px{margin:90px!important}.m-xxl-c100-px{margin:100px!important}.m-xxl-c125-px{margin:125px!important}.m-xxl-c130-px{margin:130px!important}.m-xxl-c200-px{margin:200px!important}.m-xxl-c250-px{margin:250px!important}.m-xxl-c300-px{margin:300px!important}.m-xxl-c400-px{margin:400px!important}.m-xxl-c500-px{margin:500px!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-7{margin-top:12rem!important}.mt-xxl-8{margin-top:20rem!important}.mt-xxl-c45{margin-top:.45rem!important}.mt-xxl-c75{margin-top:.75rem!important}.mt-xxl-c1-25{margin-top:1.25rem!important}.mt-xxl-c1-75{margin-top:1.75rem!important}.mt-xxl-c2{margin-top:2rem!important}.mt-xxl-c2-25{margin-top:2.25rem!important}.mt-xxl-c2-75{margin-top:2.75rem!important}.mt-xxl-c3-75{margin-top:3.75rem!important}.mt-xxl-c4{margin-top:4rem!important}.mt-xxl-c4-5{margin-top:4.5rem!important}.mt-xxl-c4-75{margin-top:4.75rem!important}.mt-xxl-c5{margin-top:5rem!important}.mt-xxl-c6{margin-top:6rem!important}.mt-xxl-c7{margin-top:7rem!important}.mt-xxl-c5-px{margin-top:5px!important}.mt-xxl-c10-px{margin-top:10px!important}.mt-xxl-c15-px{margin-top:15px!important}.mt-xxl-c20-px{margin-top:20px!important}.mt-xxl-c30-px{margin-top:30px!important}.mt-xxl-c35-px{margin-top:35px!important}.mt-xxl-c40-px{margin-top:40px!important}.mt-xxl-c50-px{margin-top:50px!important}.mt-xxl-c60-px{margin-top:60px!important}.mt-xxl-c65-px{margin-top:65px!important}.mt-xxl-c70-px{margin-top:70px!important}.mt-xxl-c75-px{margin-top:75px!important}.mt-xxl-c80-px{margin-top:80px!important}.mt-xxl-c90-px{margin-top:90px!important}.mt-xxl-c100-px{margin-top:100px!important}.mt-xxl-c125-px{margin-top:125px!important}.mt-xxl-c130-px{margin-top:130px!important}.mt-xxl-c200-px{margin-top:200px!important}.mt-xxl-c250-px{margin-top:250px!important}.mt-xxl-c300-px{margin-top:300px!important}.mt-xxl-c400-px{margin-top:400px!important}.mt-xxl-c500-px{margin-top:500px!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:6rem!important}.me-xxl-7{margin-right:12rem!important}.me-xxl-8{margin-right:20rem!important}.me-xxl-c45{margin-right:.45rem!important}.me-xxl-c75{margin-right:.75rem!important}.me-xxl-c1-25{margin-right:1.25rem!important}.me-xxl-c1-75{margin-right:1.75rem!important}.me-xxl-c2{margin-right:2rem!important}.me-xxl-c2-25{margin-right:2.25rem!important}.me-xxl-c2-75{margin-right:2.75rem!important}.me-xxl-c3-75{margin-right:3.75rem!important}.me-xxl-c4{margin-right:4rem!important}.me-xxl-c4-5{margin-right:4.5rem!important}.me-xxl-c4-75{margin-right:4.75rem!important}.me-xxl-c5{margin-right:5rem!important}.me-xxl-c6{margin-right:6rem!important}.me-xxl-c7{margin-right:7rem!important}.me-xxl-c5-px{margin-right:5px!important}.me-xxl-c10-px{margin-right:10px!important}.me-xxl-c15-px{margin-right:15px!important}.me-xxl-c20-px{margin-right:20px!important}.me-xxl-c30-px{margin-right:30px!important}.me-xxl-c35-px{margin-right:35px!important}.me-xxl-c40-px{margin-right:40px!important}.me-xxl-c50-px{margin-right:50px!important}.me-xxl-c60-px{margin-right:60px!important}.me-xxl-c65-px{margin-right:65px!important}.me-xxl-c70-px{margin-right:70px!important}.me-xxl-c75-px{margin-right:75px!important}.me-xxl-c80-px{margin-right:80px!important}.me-xxl-c90-px{margin-right:90px!important}.me-xxl-c100-px{margin-right:100px!important}.me-xxl-c125-px{margin-right:125px!important}.me-xxl-c130-px{margin-right:130px!important}.me-xxl-c200-px{margin-right:200px!important}.me-xxl-c250-px{margin-right:250px!important}.me-xxl-c300-px{margin-right:300px!important}.me-xxl-c400-px{margin-right:400px!important}.me-xxl-c500-px{margin-right:500px!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-7{margin-bottom:12rem!important}.mb-xxl-8{margin-bottom:20rem!important}.mb-xxl-c45{margin-bottom:.45rem!important}.mb-xxl-c75{margin-bottom:.75rem!important}.mb-xxl-c1-25{margin-bottom:1.25rem!important}.mb-xxl-c1-75{margin-bottom:1.75rem!important}.mb-xxl-c2{margin-bottom:2rem!important}.mb-xxl-c2-25{margin-bottom:2.25rem!important}.mb-xxl-c2-75{margin-bottom:2.75rem!important}.mb-xxl-c3-75{margin-bottom:3.75rem!important}.mb-xxl-c4{margin-bottom:4rem!important}.mb-xxl-c4-5{margin-bottom:4.5rem!important}.mb-xxl-c4-75{margin-bottom:4.75rem!important}.mb-xxl-c5{margin-bottom:5rem!important}.mb-xxl-c6{margin-bottom:6rem!important}.mb-xxl-c7{margin-bottom:7rem!important}.mb-xxl-c5-px{margin-bottom:5px!important}.mb-xxl-c10-px{margin-bottom:10px!important}.mb-xxl-c15-px{margin-bottom:15px!important}.mb-xxl-c20-px{margin-bottom:20px!important}.mb-xxl-c30-px{margin-bottom:30px!important}.mb-xxl-c35-px{margin-bottom:35px!important}.mb-xxl-c40-px{margin-bottom:40px!important}.mb-xxl-c50-px{margin-bottom:50px!important}.mb-xxl-c60-px{margin-bottom:60px!important}.mb-xxl-c65-px{margin-bottom:65px!important}.mb-xxl-c70-px{margin-bottom:70px!important}.mb-xxl-c75-px{margin-bottom:75px!important}.mb-xxl-c80-px{margin-bottom:80px!important}.mb-xxl-c90-px{margin-bottom:90px!important}.mb-xxl-c100-px{margin-bottom:100px!important}.mb-xxl-c125-px{margin-bottom:125px!important}.mb-xxl-c130-px{margin-bottom:130px!important}.mb-xxl-c200-px{margin-bottom:200px!important}.mb-xxl-c250-px{margin-bottom:250px!important}.mb-xxl-c300-px{margin-bottom:300px!important}.mb-xxl-c400-px{margin-bottom:400px!important}.mb-xxl-c500-px{margin-bottom:500px!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:6rem!important}.ms-xxl-7{margin-left:12rem!important}.ms-xxl-8{margin-left:20rem!important}.ms-xxl-c45{margin-left:.45rem!important}.ms-xxl-c75{margin-left:.75rem!important}.ms-xxl-c1-25{margin-left:1.25rem!important}.ms-xxl-c1-75{margin-left:1.75rem!important}.ms-xxl-c2{margin-left:2rem!important}.ms-xxl-c2-25{margin-left:2.25rem!important}.ms-xxl-c2-75{margin-left:2.75rem!important}.ms-xxl-c3-75{margin-left:3.75rem!important}.ms-xxl-c4{margin-left:4rem!important}.ms-xxl-c4-5{margin-left:4.5rem!important}.ms-xxl-c4-75{margin-left:4.75rem!important}.ms-xxl-c5{margin-left:5rem!important}.ms-xxl-c6{margin-left:6rem!important}.ms-xxl-c7{margin-left:7rem!important}.ms-xxl-c5-px{margin-left:5px!important}.ms-xxl-c10-px{margin-left:10px!important}.ms-xxl-c15-px{margin-left:15px!important}.ms-xxl-c20-px{margin-left:20px!important}.ms-xxl-c30-px{margin-left:30px!important}.ms-xxl-c35-px{margin-left:35px!important}.ms-xxl-c40-px{margin-left:40px!important}.ms-xxl-c50-px{margin-left:50px!important}.ms-xxl-c60-px{margin-left:60px!important}.ms-xxl-c65-px{margin-left:65px!important}.ms-xxl-c70-px{margin-left:70px!important}.ms-xxl-c75-px{margin-left:75px!important}.ms-xxl-c80-px{margin-left:80px!important}.ms-xxl-c90-px{margin-left:90px!important}.ms-xxl-c100-px{margin-left:100px!important}.ms-xxl-c125-px{margin-left:125px!important}.ms-xxl-c130-px{margin-left:130px!important}.ms-xxl-c200-px{margin-left:200px!important}.ms-xxl-c250-px{margin-left:250px!important}.ms-xxl-c300-px{margin-left:300px!important}.ms-xxl-c400-px{margin-left:400px!important}.ms-xxl-c500-px{margin-left:500px!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-6rem!important}.m-xxl-n7{margin:-12rem!important}.m-xxl-n8{margin:-20rem!important}.m-xxl-nc45{margin:-.45rem!important}.m-xxl-nc75{margin:-.75rem!important}.m-xxl-nc1-25{margin:-1.25rem!important}.m-xxl-nc1-75{margin:-1.75rem!important}.m-xxl-nc2{margin:-2rem!important}.m-xxl-nc2-25{margin:-2.25rem!important}.m-xxl-nc2-75{margin:-2.75rem!important}.m-xxl-nc3-75{margin:-3.75rem!important}.m-xxl-nc4{margin:-4rem!important}.m-xxl-nc4-5{margin:-4.5rem!important}.m-xxl-nc4-75{margin:-4.75rem!important}.m-xxl-nc5{margin:-5rem!important}.m-xxl-nc6{margin:-6rem!important}.m-xxl-nc7{margin:-7rem!important}.m-xxl-nc5-px{margin:-5px!important}.m-xxl-nc10-px{margin:-10px!important}.m-xxl-nc15-px{margin:-15px!important}.m-xxl-nc20-px{margin:-20px!important}.m-xxl-nc30-px{margin:-30px!important}.m-xxl-nc35-px{margin:-35px!important}.m-xxl-nc40-px{margin:-40px!important}.m-xxl-nc50-px{margin:-50px!important}.m-xxl-nc60-px{margin:-60px!important}.m-xxl-nc65-px{margin:-65px!important}.m-xxl-nc70-px{margin:-70px!important}.m-xxl-nc75-px{margin:-75px!important}.m-xxl-nc80-px{margin:-80px!important}.m-xxl-nc90-px{margin:-90px!important}.m-xxl-nc100-px{margin:-100px!important}.m-xxl-nc125-px{margin:-125px!important}.m-xxl-nc130-px{margin:-130px!important}.m-xxl-nc200-px{margin:-200px!important}.m-xxl-nc250-px{margin:-250px!important}.m-xxl-nc300-px{margin:-300px!important}.m-xxl-nc400-px{margin:-400px!important}.m-xxl-nc500-px{margin:-500px!important}.mx-xxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-6rem!important}.mt-xxl-n7{margin-top:-12rem!important}.mt-xxl-n8{margin-top:-20rem!important}.mt-xxl-nc45{margin-top:-.45rem!important}.mt-xxl-nc75{margin-top:-.75rem!important}.mt-xxl-nc1-25{margin-top:-1.25rem!important}.mt-xxl-nc1-75{margin-top:-1.75rem!important}.mt-xxl-nc2{margin-top:-2rem!important}.mt-xxl-nc2-25{margin-top:-2.25rem!important}.mt-xxl-nc2-75{margin-top:-2.75rem!important}.mt-xxl-nc3-75{margin-top:-3.75rem!important}.mt-xxl-nc4{margin-top:-4rem!important}.mt-xxl-nc4-5{margin-top:-4.5rem!important}.mt-xxl-nc4-75{margin-top:-4.75rem!important}.mt-xxl-nc5{margin-top:-5rem!important}.mt-xxl-nc6{margin-top:-6rem!important}.mt-xxl-nc7{margin-top:-7rem!important}.mt-xxl-nc5-px{margin-top:-5px!important}.mt-xxl-nc10-px{margin-top:-10px!important}.mt-xxl-nc15-px{margin-top:-15px!important}.mt-xxl-nc20-px{margin-top:-20px!important}.mt-xxl-nc30-px{margin-top:-30px!important}.mt-xxl-nc35-px{margin-top:-35px!important}.mt-xxl-nc40-px{margin-top:-40px!important}.mt-xxl-nc50-px{margin-top:-50px!important}.mt-xxl-nc60-px{margin-top:-60px!important}.mt-xxl-nc65-px{margin-top:-65px!important}.mt-xxl-nc70-px{margin-top:-70px!important}.mt-xxl-nc75-px{margin-top:-75px!important}.mt-xxl-nc80-px{margin-top:-80px!important}.mt-xxl-nc90-px{margin-top:-90px!important}.mt-xxl-nc100-px{margin-top:-100px!important}.mt-xxl-nc125-px{margin-top:-125px!important}.mt-xxl-nc130-px{margin-top:-130px!important}.mt-xxl-nc200-px{margin-top:-200px!important}.mt-xxl-nc250-px{margin-top:-250px!important}.mt-xxl-nc300-px{margin-top:-300px!important}.mt-xxl-nc400-px{margin-top:-400px!important}.mt-xxl-nc500-px{margin-top:-500px!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-6rem!important}.me-xxl-n7{margin-right:-12rem!important}.me-xxl-n8{margin-right:-20rem!important}.me-xxl-nc45{margin-right:-.45rem!important}.me-xxl-nc75{margin-right:-.75rem!important}.me-xxl-nc1-25{margin-right:-1.25rem!important}.me-xxl-nc1-75{margin-right:-1.75rem!important}.me-xxl-nc2{margin-right:-2rem!important}.me-xxl-nc2-25{margin-right:-2.25rem!important}.me-xxl-nc2-75{margin-right:-2.75rem!important}.me-xxl-nc3-75{margin-right:-3.75rem!important}.me-xxl-nc4{margin-right:-4rem!important}.me-xxl-nc4-5{margin-right:-4.5rem!important}.me-xxl-nc4-75{margin-right:-4.75rem!important}.me-xxl-nc5{margin-right:-5rem!important}.me-xxl-nc6{margin-right:-6rem!important}.me-xxl-nc7{margin-right:-7rem!important}.me-xxl-nc5-px{margin-right:-5px!important}.me-xxl-nc10-px{margin-right:-10px!important}.me-xxl-nc15-px{margin-right:-15px!important}.me-xxl-nc20-px{margin-right:-20px!important}.me-xxl-nc30-px{margin-right:-30px!important}.me-xxl-nc35-px{margin-right:-35px!important}.me-xxl-nc40-px{margin-right:-40px!important}.me-xxl-nc50-px{margin-right:-50px!important}.me-xxl-nc60-px{margin-right:-60px!important}.me-xxl-nc65-px{margin-right:-65px!important}.me-xxl-nc70-px{margin-right:-70px!important}.me-xxl-nc75-px{margin-right:-75px!important}.me-xxl-nc80-px{margin-right:-80px!important}.me-xxl-nc90-px{margin-right:-90px!important}.me-xxl-nc100-px{margin-right:-100px!important}.me-xxl-nc125-px{margin-right:-125px!important}.me-xxl-nc130-px{margin-right:-130px!important}.me-xxl-nc200-px{margin-right:-200px!important}.me-xxl-nc250-px{margin-right:-250px!important}.me-xxl-nc300-px{margin-right:-300px!important}.me-xxl-nc400-px{margin-right:-400px!important}.me-xxl-nc500-px{margin-right:-500px!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-6rem!important}.mb-xxl-n7{margin-bottom:-12rem!important}.mb-xxl-n8{margin-bottom:-20rem!important}.mb-xxl-nc45{margin-bottom:-.45rem!important}.mb-xxl-nc75{margin-bottom:-.75rem!important}.mb-xxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxl-nc2{margin-bottom:-2rem!important}.mb-xxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxl-nc4{margin-bottom:-4rem!important}.mb-xxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxl-nc5{margin-bottom:-5rem!important}.mb-xxl-nc6{margin-bottom:-6rem!important}.mb-xxl-nc7{margin-bottom:-7rem!important}.mb-xxl-nc5-px{margin-bottom:-5px!important}.mb-xxl-nc10-px{margin-bottom:-10px!important}.mb-xxl-nc15-px{margin-bottom:-15px!important}.mb-xxl-nc20-px{margin-bottom:-20px!important}.mb-xxl-nc30-px{margin-bottom:-30px!important}.mb-xxl-nc35-px{margin-bottom:-35px!important}.mb-xxl-nc40-px{margin-bottom:-40px!important}.mb-xxl-nc50-px{margin-bottom:-50px!important}.mb-xxl-nc60-px{margin-bottom:-60px!important}.mb-xxl-nc65-px{margin-bottom:-65px!important}.mb-xxl-nc70-px{margin-bottom:-70px!important}.mb-xxl-nc75-px{margin-bottom:-75px!important}.mb-xxl-nc80-px{margin-bottom:-80px!important}.mb-xxl-nc90-px{margin-bottom:-90px!important}.mb-xxl-nc100-px{margin-bottom:-100px!important}.mb-xxl-nc125-px{margin-bottom:-125px!important}.mb-xxl-nc130-px{margin-bottom:-130px!important}.mb-xxl-nc200-px{margin-bottom:-200px!important}.mb-xxl-nc250-px{margin-bottom:-250px!important}.mb-xxl-nc300-px{margin-bottom:-300px!important}.mb-xxl-nc400-px{margin-bottom:-400px!important}.mb-xxl-nc500-px{margin-bottom:-500px!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-6rem!important}.ms-xxl-n7{margin-left:-12rem!important}.ms-xxl-n8{margin-left:-20rem!important}.ms-xxl-nc45{margin-left:-.45rem!important}.ms-xxl-nc75{margin-left:-.75rem!important}.ms-xxl-nc1-25{margin-left:-1.25rem!important}.ms-xxl-nc1-75{margin-left:-1.75rem!important}.ms-xxl-nc2{margin-left:-2rem!important}.ms-xxl-nc2-25{margin-left:-2.25rem!important}.ms-xxl-nc2-75{margin-left:-2.75rem!important}.ms-xxl-nc3-75{margin-left:-3.75rem!important}.ms-xxl-nc4{margin-left:-4rem!important}.ms-xxl-nc4-5{margin-left:-4.5rem!important}.ms-xxl-nc4-75{margin-left:-4.75rem!important}.ms-xxl-nc5{margin-left:-5rem!important}.ms-xxl-nc6{margin-left:-6rem!important}.ms-xxl-nc7{margin-left:-7rem!important}.ms-xxl-nc5-px{margin-left:-5px!important}.ms-xxl-nc10-px{margin-left:-10px!important}.ms-xxl-nc15-px{margin-left:-15px!important}.ms-xxl-nc20-px{margin-left:-20px!important}.ms-xxl-nc30-px{margin-left:-30px!important}.ms-xxl-nc35-px{margin-left:-35px!important}.ms-xxl-nc40-px{margin-left:-40px!important}.ms-xxl-nc50-px{margin-left:-50px!important}.ms-xxl-nc60-px{margin-left:-60px!important}.ms-xxl-nc65-px{margin-left:-65px!important}.ms-xxl-nc70-px{margin-left:-70px!important}.ms-xxl-nc75-px{margin-left:-75px!important}.ms-xxl-nc80-px{margin-left:-80px!important}.ms-xxl-nc90-px{margin-left:-90px!important}.ms-xxl-nc100-px{margin-left:-100px!important}.ms-xxl-nc125-px{margin-left:-125px!important}.ms-xxl-nc130-px{margin-left:-130px!important}.ms-xxl-nc200-px{margin-left:-200px!important}.ms-xxl-nc250-px{margin-left:-250px!important}.ms-xxl-nc300-px{margin-left:-300px!important}.ms-xxl-nc400-px{margin-left:-400px!important}.ms-xxl-nc500-px{margin-left:-500px!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:6rem!important}.p-xxl-7{padding:12rem!important}.p-xxl-8{padding:20rem!important}.p-xxl-c45{padding:.45rem!important}.p-xxl-c75{padding:.75rem!important}.p-xxl-c1-25{padding:1.25rem!important}.p-xxl-c1-75{padding:1.75rem!important}.p-xxl-c2{padding:2rem!important}.p-xxl-c2-25{padding:2.25rem!important}.p-xxl-c2-75{padding:2.75rem!important}.p-xxl-c3-75{padding:3.75rem!important}.p-xxl-c4{padding:4rem!important}.p-xxl-c4-5{padding:4.5rem!important}.p-xxl-c4-75{padding:4.75rem!important}.p-xxl-c5{padding:5rem!important}.p-xxl-c6{padding:6rem!important}.p-xxl-c7{padding:7rem!important}.p-xxl-c5-px{padding:5px!important}.p-xxl-c10-px{padding:10px!important}.p-xxl-c15-px{padding:15px!important}.p-xxl-c20-px{padding:20px!important}.p-xxl-c30-px{padding:30px!important}.p-xxl-c35-px{padding:35px!important}.p-xxl-c40-px{padding:40px!important}.p-xxl-c50-px{padding:50px!important}.p-xxl-c60-px{padding:60px!important}.p-xxl-c65-px{padding:65px!important}.p-xxl-c70-px{padding:70px!important}.p-xxl-c75-px{padding:75px!important}.p-xxl-c80-px{padding:80px!important}.p-xxl-c90-px{padding:90px!important}.p-xxl-c100-px{padding:100px!important}.p-xxl-c125-px{padding:125px!important}.p-xxl-c130-px{padding:130px!important}.p-xxl-c200-px{padding:200px!important}.p-xxl-c250-px{padding:250px!important}.p-xxl-c300-px{padding:300px!important}.p-xxl-c400-px{padding:400px!important}.p-xxl-c500-px{padding:500px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:6rem!important}.pt-xxl-7{padding-top:12rem!important}.pt-xxl-8{padding-top:20rem!important}.pt-xxl-c45{padding-top:.45rem!important}.pt-xxl-c75{padding-top:.75rem!important}.pt-xxl-c1-25{padding-top:1.25rem!important}.pt-xxl-c1-75{padding-top:1.75rem!important}.pt-xxl-c2{padding-top:2rem!important}.pt-xxl-c2-25{padding-top:2.25rem!important}.pt-xxl-c2-75{padding-top:2.75rem!important}.pt-xxl-c3-75{padding-top:3.75rem!important}.pt-xxl-c4{padding-top:4rem!important}.pt-xxl-c4-5{padding-top:4.5rem!important}.pt-xxl-c4-75{padding-top:4.75rem!important}.pt-xxl-c5{padding-top:5rem!important}.pt-xxl-c6{padding-top:6rem!important}.pt-xxl-c7{padding-top:7rem!important}.pt-xxl-c5-px{padding-top:5px!important}.pt-xxl-c10-px{padding-top:10px!important}.pt-xxl-c15-px{padding-top:15px!important}.pt-xxl-c20-px{padding-top:20px!important}.pt-xxl-c30-px{padding-top:30px!important}.pt-xxl-c35-px{padding-top:35px!important}.pt-xxl-c40-px{padding-top:40px!important}.pt-xxl-c50-px{padding-top:50px!important}.pt-xxl-c60-px{padding-top:60px!important}.pt-xxl-c65-px{padding-top:65px!important}.pt-xxl-c70-px{padding-top:70px!important}.pt-xxl-c75-px{padding-top:75px!important}.pt-xxl-c80-px{padding-top:80px!important}.pt-xxl-c90-px{padding-top:90px!important}.pt-xxl-c100-px{padding-top:100px!important}.pt-xxl-c125-px{padding-top:125px!important}.pt-xxl-c130-px{padding-top:130px!important}.pt-xxl-c200-px{padding-top:200px!important}.pt-xxl-c250-px{padding-top:250px!important}.pt-xxl-c300-px{padding-top:300px!important}.pt-xxl-c400-px{padding-top:400px!important}.pt-xxl-c500-px{padding-top:500px!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:6rem!important}.pe-xxl-7{padding-right:12rem!important}.pe-xxl-8{padding-right:20rem!important}.pe-xxl-c45{padding-right:.45rem!important}.pe-xxl-c75{padding-right:.75rem!important}.pe-xxl-c1-25{padding-right:1.25rem!important}.pe-xxl-c1-75{padding-right:1.75rem!important}.pe-xxl-c2{padding-right:2rem!important}.pe-xxl-c2-25{padding-right:2.25rem!important}.pe-xxl-c2-75{padding-right:2.75rem!important}.pe-xxl-c3-75{padding-right:3.75rem!important}.pe-xxl-c4{padding-right:4rem!important}.pe-xxl-c4-5{padding-right:4.5rem!important}.pe-xxl-c4-75{padding-right:4.75rem!important}.pe-xxl-c5{padding-right:5rem!important}.pe-xxl-c6{padding-right:6rem!important}.pe-xxl-c7{padding-right:7rem!important}.pe-xxl-c5-px{padding-right:5px!important}.pe-xxl-c10-px{padding-right:10px!important}.pe-xxl-c15-px{padding-right:15px!important}.pe-xxl-c20-px{padding-right:20px!important}.pe-xxl-c30-px{padding-right:30px!important}.pe-xxl-c35-px{padding-right:35px!important}.pe-xxl-c40-px{padding-right:40px!important}.pe-xxl-c50-px{padding-right:50px!important}.pe-xxl-c60-px{padding-right:60px!important}.pe-xxl-c65-px{padding-right:65px!important}.pe-xxl-c70-px{padding-right:70px!important}.pe-xxl-c75-px{padding-right:75px!important}.pe-xxl-c80-px{padding-right:80px!important}.pe-xxl-c90-px{padding-right:90px!important}.pe-xxl-c100-px{padding-right:100px!important}.pe-xxl-c125-px{padding-right:125px!important}.pe-xxl-c130-px{padding-right:130px!important}.pe-xxl-c200-px{padding-right:200px!important}.pe-xxl-c250-px{padding-right:250px!important}.pe-xxl-c300-px{padding-right:300px!important}.pe-xxl-c400-px{padding-right:400px!important}.pe-xxl-c500-px{padding-right:500px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:6rem!important}.pb-xxl-7{padding-bottom:12rem!important}.pb-xxl-8{padding-bottom:20rem!important}.pb-xxl-c45{padding-bottom:.45rem!important}.pb-xxl-c75{padding-bottom:.75rem!important}.pb-xxl-c1-25{padding-bottom:1.25rem!important}.pb-xxl-c1-75{padding-bottom:1.75rem!important}.pb-xxl-c2{padding-bottom:2rem!important}.pb-xxl-c2-25{padding-bottom:2.25rem!important}.pb-xxl-c2-75{padding-bottom:2.75rem!important}.pb-xxl-c3-75{padding-bottom:3.75rem!important}.pb-xxl-c4{padding-bottom:4rem!important}.pb-xxl-c4-5{padding-bottom:4.5rem!important}.pb-xxl-c4-75{padding-bottom:4.75rem!important}.pb-xxl-c5{padding-bottom:5rem!important}.pb-xxl-c6{padding-bottom:6rem!important}.pb-xxl-c7{padding-bottom:7rem!important}.pb-xxl-c5-px{padding-bottom:5px!important}.pb-xxl-c10-px{padding-bottom:10px!important}.pb-xxl-c15-px{padding-bottom:15px!important}.pb-xxl-c20-px{padding-bottom:20px!important}.pb-xxl-c30-px{padding-bottom:30px!important}.pb-xxl-c35-px{padding-bottom:35px!important}.pb-xxl-c40-px{padding-bottom:40px!important}.pb-xxl-c50-px{padding-bottom:50px!important}.pb-xxl-c60-px{padding-bottom:60px!important}.pb-xxl-c65-px{padding-bottom:65px!important}.pb-xxl-c70-px{padding-bottom:70px!important}.pb-xxl-c75-px{padding-bottom:75px!important}.pb-xxl-c80-px{padding-bottom:80px!important}.pb-xxl-c90-px{padding-bottom:90px!important}.pb-xxl-c100-px{padding-bottom:100px!important}.pb-xxl-c125-px{padding-bottom:125px!important}.pb-xxl-c130-px{padding-bottom:130px!important}.pb-xxl-c200-px{padding-bottom:200px!important}.pb-xxl-c250-px{padding-bottom:250px!important}.pb-xxl-c300-px{padding-bottom:300px!important}.pb-xxl-c400-px{padding-bottom:400px!important}.pb-xxl-c500-px{padding-bottom:500px!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:6rem!important}.ps-xxl-7{padding-left:12rem!important}.ps-xxl-8{padding-left:20rem!important}.ps-xxl-c45{padding-left:.45rem!important}.ps-xxl-c75{padding-left:.75rem!important}.ps-xxl-c1-25{padding-left:1.25rem!important}.ps-xxl-c1-75{padding-left:1.75rem!important}.ps-xxl-c2{padding-left:2rem!important}.ps-xxl-c2-25{padding-left:2.25rem!important}.ps-xxl-c2-75{padding-left:2.75rem!important}.ps-xxl-c3-75{padding-left:3.75rem!important}.ps-xxl-c4{padding-left:4rem!important}.ps-xxl-c4-5{padding-left:4.5rem!important}.ps-xxl-c4-75{padding-left:4.75rem!important}.ps-xxl-c5{padding-left:5rem!important}.ps-xxl-c6{padding-left:6rem!important}.ps-xxl-c7{padding-left:7rem!important}.ps-xxl-c5-px{padding-left:5px!important}.ps-xxl-c10-px{padding-left:10px!important}.ps-xxl-c15-px{padding-left:15px!important}.ps-xxl-c20-px{padding-left:20px!important}.ps-xxl-c30-px{padding-left:30px!important}.ps-xxl-c35-px{padding-left:35px!important}.ps-xxl-c40-px{padding-left:40px!important}.ps-xxl-c50-px{padding-left:50px!important}.ps-xxl-c60-px{padding-left:60px!important}.ps-xxl-c65-px{padding-left:65px!important}.ps-xxl-c70-px{padding-left:70px!important}.ps-xxl-c75-px{padding-left:75px!important}.ps-xxl-c80-px{padding-left:80px!important}.ps-xxl-c90-px{padding-left:90px!important}.ps-xxl-c100-px{padding-left:100px!important}.ps-xxl-c125-px{padding-left:125px!important}.ps-xxl-c130-px{padding-left:130px!important}.ps-xxl-c200-px{padding-left:200px!important}.ps-xxl-c250-px{padding-left:250px!important}.ps-xxl-c300-px{padding-left:300px!important}.ps-xxl-c400-px{padding-left:400px!important}.ps-xxl-c500-px{padding-left:500px!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:6rem!important}.gap-xxl-7{gap:12rem!important}.gap-xxl-8{gap:20rem!important}.gap-xxl-c45{gap:.45rem!important}.gap-xxl-c75{gap:.75rem!important}.gap-xxl-c1-25{gap:1.25rem!important}.gap-xxl-c1-75{gap:1.75rem!important}.gap-xxl-c2{gap:2rem!important}.gap-xxl-c2-25{gap:2.25rem!important}.gap-xxl-c2-75{gap:2.75rem!important}.gap-xxl-c3-75{gap:3.75rem!important}.gap-xxl-c4{gap:4rem!important}.gap-xxl-c4-5{gap:4.5rem!important}.gap-xxl-c4-75{gap:4.75rem!important}.gap-xxl-c5{gap:5rem!important}.gap-xxl-c6{gap:6rem!important}.gap-xxl-c7{gap:7rem!important}.gap-xxl-c5-px{gap:5px!important}.gap-xxl-c10-px{gap:10px!important}.gap-xxl-c15-px{gap:15px!important}.gap-xxl-c20-px{gap:20px!important}.gap-xxl-c30-px{gap:30px!important}.gap-xxl-c35-px{gap:35px!important}.gap-xxl-c40-px{gap:40px!important}.gap-xxl-c50-px{gap:50px!important}.gap-xxl-c60-px{gap:60px!important}.gap-xxl-c65-px{gap:65px!important}.gap-xxl-c70-px{gap:70px!important}.gap-xxl-c75-px{gap:75px!important}.gap-xxl-c80-px{gap:80px!important}.gap-xxl-c90-px{gap:90px!important}.gap-xxl-c100-px{gap:100px!important}.gap-xxl-c125-px{gap:125px!important}.gap-xxl-c130-px{gap:130px!important}.gap-xxl-c200-px{gap:200px!important}.gap-xxl-c250-px{gap:250px!important}.gap-xxl-c300-px{gap:300px!important}.gap-xxl-c400-px{gap:400px!important}.gap-xxl-c500-px{gap:500px!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.row-gap-xxl-6{row-gap:6rem!important}.row-gap-xxl-7{row-gap:12rem!important}.row-gap-xxl-8{row-gap:20rem!important}.row-gap-xxl-c45{row-gap:.45rem!important}.row-gap-xxl-c75{row-gap:.75rem!important}.row-gap-xxl-c1-25{row-gap:1.25rem!important}.row-gap-xxl-c1-75{row-gap:1.75rem!important}.row-gap-xxl-c2{row-gap:2rem!important}.row-gap-xxl-c2-25{row-gap:2.25rem!important}.row-gap-xxl-c2-75{row-gap:2.75rem!important}.row-gap-xxl-c3-75{row-gap:3.75rem!important}.row-gap-xxl-c4{row-gap:4rem!important}.row-gap-xxl-c4-5{row-gap:4.5rem!important}.row-gap-xxl-c4-75{row-gap:4.75rem!important}.row-gap-xxl-c5{row-gap:5rem!important}.row-gap-xxl-c6{row-gap:6rem!important}.row-gap-xxl-c7{row-gap:7rem!important}.row-gap-xxl-c5-px{row-gap:5px!important}.row-gap-xxl-c10-px{row-gap:10px!important}.row-gap-xxl-c15-px{row-gap:15px!important}.row-gap-xxl-c20-px{row-gap:20px!important}.row-gap-xxl-c30-px{row-gap:30px!important}.row-gap-xxl-c35-px{row-gap:35px!important}.row-gap-xxl-c40-px{row-gap:40px!important}.row-gap-xxl-c50-px{row-gap:50px!important}.row-gap-xxl-c60-px{row-gap:60px!important}.row-gap-xxl-c65-px{row-gap:65px!important}.row-gap-xxl-c70-px{row-gap:70px!important}.row-gap-xxl-c75-px{row-gap:75px!important}.row-gap-xxl-c80-px{row-gap:80px!important}.row-gap-xxl-c90-px{row-gap:90px!important}.row-gap-xxl-c100-px{row-gap:100px!important}.row-gap-xxl-c125-px{row-gap:125px!important}.row-gap-xxl-c130-px{row-gap:130px!important}.row-gap-xxl-c200-px{row-gap:200px!important}.row-gap-xxl-c250-px{row-gap:250px!important}.row-gap-xxl-c300-px{row-gap:300px!important}.row-gap-xxl-c400-px{row-gap:400px!important}.row-gap-xxl-c500-px{row-gap:500px!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.column-gap-xxl-6{column-gap:6rem!important}.column-gap-xxl-7{column-gap:12rem!important}.column-gap-xxl-8{column-gap:20rem!important}.column-gap-xxl-c45{column-gap:.45rem!important}.column-gap-xxl-c75{column-gap:.75rem!important}.column-gap-xxl-c1-25{column-gap:1.25rem!important}.column-gap-xxl-c1-75{column-gap:1.75rem!important}.column-gap-xxl-c2{column-gap:2rem!important}.column-gap-xxl-c2-25{column-gap:2.25rem!important}.column-gap-xxl-c2-75{column-gap:2.75rem!important}.column-gap-xxl-c3-75{column-gap:3.75rem!important}.column-gap-xxl-c4{column-gap:4rem!important}.column-gap-xxl-c4-5{column-gap:4.5rem!important}.column-gap-xxl-c4-75{column-gap:4.75rem!important}.column-gap-xxl-c5{column-gap:5rem!important}.column-gap-xxl-c6{column-gap:6rem!important}.column-gap-xxl-c7{column-gap:7rem!important}.column-gap-xxl-c5-px{column-gap:5px!important}.column-gap-xxl-c10-px{column-gap:10px!important}.column-gap-xxl-c15-px{column-gap:15px!important}.column-gap-xxl-c20-px{column-gap:20px!important}.column-gap-xxl-c30-px{column-gap:30px!important}.column-gap-xxl-c35-px{column-gap:35px!important}.column-gap-xxl-c40-px{column-gap:40px!important}.column-gap-xxl-c50-px{column-gap:50px!important}.column-gap-xxl-c60-px{column-gap:60px!important}.column-gap-xxl-c65-px{column-gap:65px!important}.column-gap-xxl-c70-px{column-gap:70px!important}.column-gap-xxl-c75-px{column-gap:75px!important}.column-gap-xxl-c80-px{column-gap:80px!important}.column-gap-xxl-c90-px{column-gap:90px!important}.column-gap-xxl-c100-px{column-gap:100px!important}.column-gap-xxl-c125-px{column-gap:125px!important}.column-gap-xxl-c130-px{column-gap:130px!important}.column-gap-xxl-c200-px{column-gap:200px!important}.column-gap-xxl-c250-px{column-gap:250px!important}.column-gap-xxl-c300-px{column-gap:300px!important}.column-gap-xxl-c400-px{column-gap:400px!important}.column-gap-xxl-c500-px{column-gap:500px!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.h-px-xxl-0{height:0!important}.h-px-xxl-5{height:5px!important}.h-px-xxl-10{height:10px!important}.h-px-xxl-15{height:15px!important}.h-px-xxl-16{height:16px!important}.h-px-xxl-20{height:20px!important}.h-px-xxl-25{height:25px!important}.h-px-xxl-30{height:30px!important}.h-px-xxl-35{height:35px!important}.h-px-xxl-40{height:40px!important}.h-px-xxl-42{height:42px!important}.h-px-xxl-50{height:50px!important}.h-px-xxl-60{height:60px!important}.h-px-xxl-65{height:65px!important}.h-px-xxl-70{height:70px!important}.h-px-xxl-75{height:75px!important}.h-px-xxl-80{height:80px!important}.h-px-xxl-90{height:90px!important}.h-px-xxl-100{height:100px!important}.h-px-xxl-107{height:107px!important}.h-px-xxl-110{height:110px!important}.h-px-xxl-125{height:125px!important}.h-px-xxl-130{height:130px!important}.h-px-xxl-191{height:191px!important}.h-px-xxl-200{height:200px!important}.h-px-xxl-205{height:205px!important}.h-px-xxl-250{height:250px!important}.h-px-xxl-300{height:300px!important}.h-px-xxl-335{height:335px!important}.h-px-xxl-400{height:400px!important}.h-px-xxl-450{height:450px!important}.h-px-xxl-500{height:500px!important}.h-px-xxl-650{height:650px!important}}@media (min-width:1600px){.float-xxxl-start{float:left!important}.float-xxxl-end{float:right!important}.float-xxxl-none{float:none!important}.object-fit-xxxl-contain{object-fit:contain!important}.object-fit-xxxl-cover{object-fit:cover!important}.object-fit-xxxl-fill{object-fit:fill!important}.object-fit-xxxl-scale{object-fit:scale-down!important}.object-fit-xxxl-none{object-fit:none!important}.d-xxxl-inline{display:inline!important}.d-xxxl-inline-block{display:inline-block!important}.d-xxxl-block{display:block!important}.d-xxxl-grid{display:grid!important}.d-xxxl-inline-grid{display:inline-grid!important}.d-xxxl-table{display:table!important}.d-xxxl-table-row{display:table-row!important}.d-xxxl-table-cell{display:table-cell!important}.d-xxxl-flex{display:flex!important}.d-xxxl-inline-flex{display:inline-flex!important}.d-xxxl-none{display:none!important}.flex-xxxl-fill{flex:1 1 auto!important}.flex-xxxl-row{flex-direction:row!important}.flex-xxxl-column{flex-direction:column!important}.flex-xxxl-row-reverse{flex-direction:row-reverse!important}.flex-xxxl-column-reverse{flex-direction:column-reverse!important}.flex-xxxl-grow-0{flex-grow:0!important}.flex-xxxl-grow-1{flex-grow:1!important}.flex-xxxl-shrink-0{flex-shrink:0!important}.flex-xxxl-shrink-1{flex-shrink:1!important}.flex-xxxl-wrap{flex-wrap:wrap!important}.flex-xxxl-nowrap{flex-wrap:nowrap!important}.flex-xxxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxxl-start{justify-content:flex-start!important}.justify-content-xxxl-end{justify-content:flex-end!important}.justify-content-xxxl-center{justify-content:center!important}.justify-content-xxxl-between{justify-content:space-between!important}.justify-content-xxxl-around{justify-content:space-around!important}.justify-content-xxxl-evenly{justify-content:space-evenly!important}.align-items-xxxl-start{align-items:flex-start!important}.align-items-xxxl-end{align-items:flex-end!important}.align-items-xxxl-center{align-items:center!important}.align-items-xxxl-baseline{align-items:baseline!important}.align-items-xxxl-stretch{align-items:stretch!important}.align-content-xxxl-start{align-content:flex-start!important}.align-content-xxxl-end{align-content:flex-end!important}.align-content-xxxl-center{align-content:center!important}.align-content-xxxl-between{align-content:space-between!important}.align-content-xxxl-around{align-content:space-around!important}.align-content-xxxl-stretch{align-content:stretch!important}.align-self-xxxl-auto{align-self:auto!important}.align-self-xxxl-start{align-self:flex-start!important}.align-self-xxxl-end{align-self:flex-end!important}.align-self-xxxl-center{align-self:center!important}.align-self-xxxl-baseline{align-self:baseline!important}.align-self-xxxl-stretch{align-self:stretch!important}.order-xxxl-first{order:-1!important}.order-xxxl-0{order:0!important}.order-xxxl-1{order:1!important}.order-xxxl-2{order:2!important}.order-xxxl-3{order:3!important}.order-xxxl-4{order:4!important}.order-xxxl-5{order:5!important}.order-xxxl-last{order:6!important}.m-xxxl-0{margin:0!important}.m-xxxl-1{margin:.25rem!important}.m-xxxl-2{margin:.5rem!important}.m-xxxl-3{margin:1rem!important}.m-xxxl-4{margin:1.5rem!important}.m-xxxl-5{margin:3rem!important}.m-xxxl-6{margin:6rem!important}.m-xxxl-7{margin:12rem!important}.m-xxxl-8{margin:20rem!important}.m-xxxl-c45{margin:.45rem!important}.m-xxxl-c75{margin:.75rem!important}.m-xxxl-c1-25{margin:1.25rem!important}.m-xxxl-c1-75{margin:1.75rem!important}.m-xxxl-c2{margin:2rem!important}.m-xxxl-c2-25{margin:2.25rem!important}.m-xxxl-c2-75{margin:2.75rem!important}.m-xxxl-c3-75{margin:3.75rem!important}.m-xxxl-c4{margin:4rem!important}.m-xxxl-c4-5{margin:4.5rem!important}.m-xxxl-c4-75{margin:4.75rem!important}.m-xxxl-c5{margin:5rem!important}.m-xxxl-c6{margin:6rem!important}.m-xxxl-c7{margin:7rem!important}.m-xxxl-c5-px{margin:5px!important}.m-xxxl-c10-px{margin:10px!important}.m-xxxl-c15-px{margin:15px!important}.m-xxxl-c20-px{margin:20px!important}.m-xxxl-c30-px{margin:30px!important}.m-xxxl-c35-px{margin:35px!important}.m-xxxl-c40-px{margin:40px!important}.m-xxxl-c50-px{margin:50px!important}.m-xxxl-c60-px{margin:60px!important}.m-xxxl-c65-px{margin:65px!important}.m-xxxl-c70-px{margin:70px!important}.m-xxxl-c75-px{margin:75px!important}.m-xxxl-c80-px{margin:80px!important}.m-xxxl-c90-px{margin:90px!important}.m-xxxl-c100-px{margin:100px!important}.m-xxxl-c125-px{margin:125px!important}.m-xxxl-c130-px{margin:130px!important}.m-xxxl-c200-px{margin:200px!important}.m-xxxl-c250-px{margin:250px!important}.m-xxxl-c300-px{margin:300px!important}.m-xxxl-c400-px{margin:400px!important}.m-xxxl-c500-px{margin:500px!important}.m-xxxl-auto{margin:auto!important}.mx-xxxl-0{margin-left:0!important;margin-right:0!important}.mx-xxxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxxl-6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-7{margin-left:12rem!important;margin-right:12rem!important}.mx-xxxl-8{margin-left:20rem!important;margin-right:20rem!important}.mx-xxxl-c45{margin-left:.45rem!important;margin-right:.45rem!important}.mx-xxxl-c75{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxxl-c1-25{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxxl-c1-75{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxxl-c2{margin-left:2rem!important;margin-right:2rem!important}.mx-xxxl-c2-25{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxxl-c2-75{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxxl-c3-75{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxxl-c4{margin-left:4rem!important;margin-right:4rem!important}.mx-xxxl-c4-5{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxxl-c4-75{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxxl-c5{margin-left:5rem!important;margin-right:5rem!important}.mx-xxxl-c6{margin-left:6rem!important;margin-right:6rem!important}.mx-xxxl-c7{margin-left:7rem!important;margin-right:7rem!important}.mx-xxxl-c5-px{margin-left:5px!important;margin-right:5px!important}.mx-xxxl-c10-px{margin-left:10px!important;margin-right:10px!important}.mx-xxxl-c15-px{margin-left:15px!important;margin-right:15px!important}.mx-xxxl-c20-px{margin-left:20px!important;margin-right:20px!important}.mx-xxxl-c30-px{margin-left:30px!important;margin-right:30px!important}.mx-xxxl-c35-px{margin-left:35px!important;margin-right:35px!important}.mx-xxxl-c40-px{margin-left:40px!important;margin-right:40px!important}.mx-xxxl-c50-px{margin-left:50px!important;margin-right:50px!important}.mx-xxxl-c60-px{margin-left:60px!important;margin-right:60px!important}.mx-xxxl-c65-px{margin-left:65px!important;margin-right:65px!important}.mx-xxxl-c70-px{margin-left:70px!important;margin-right:70px!important}.mx-xxxl-c75-px{margin-left:75px!important;margin-right:75px!important}.mx-xxxl-c80-px{margin-left:80px!important;margin-right:80px!important}.mx-xxxl-c90-px{margin-left:90px!important;margin-right:90px!important}.mx-xxxl-c100-px{margin-left:100px!important;margin-right:100px!important}.mx-xxxl-c125-px{margin-left:125px!important;margin-right:125px!important}.mx-xxxl-c130-px{margin-left:130px!important;margin-right:130px!important}.mx-xxxl-c200-px{margin-left:200px!important;margin-right:200px!important}.mx-xxxl-c250-px{margin-left:250px!important;margin-right:250px!important}.mx-xxxl-c300-px{margin-left:300px!important;margin-right:300px!important}.mx-xxxl-c400-px{margin-left:400px!important;margin-right:400px!important}.mx-xxxl-c500-px{margin-left:500px!important;margin-right:500px!important}.mx-xxxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxxl-6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-7{margin-bottom:12rem!important;margin-top:12rem!important}.my-xxxl-8{margin-bottom:20rem!important;margin-top:20rem!important}.my-xxxl-c45{margin-bottom:.45rem!important;margin-top:.45rem!important}.my-xxxl-c75{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxxl-c1-25{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxxl-c1-75{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxxl-c2{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxxl-c2-25{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxxl-c2-75{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxxl-c3-75{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxxl-c4{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxxl-c4-5{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxxl-c4-75{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxxl-c5{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxxl-c6{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxxl-c7{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxxl-c5-px{margin-bottom:5px!important;margin-top:5px!important}.my-xxxl-c10-px{margin-bottom:10px!important;margin-top:10px!important}.my-xxxl-c15-px{margin-bottom:15px!important;margin-top:15px!important}.my-xxxl-c20-px{margin-bottom:20px!important;margin-top:20px!important}.my-xxxl-c30-px{margin-bottom:30px!important;margin-top:30px!important}.my-xxxl-c35-px{margin-bottom:35px!important;margin-top:35px!important}.my-xxxl-c40-px{margin-bottom:40px!important;margin-top:40px!important}.my-xxxl-c50-px{margin-bottom:50px!important;margin-top:50px!important}.my-xxxl-c60-px{margin-bottom:60px!important;margin-top:60px!important}.my-xxxl-c65-px{margin-bottom:65px!important;margin-top:65px!important}.my-xxxl-c70-px{margin-bottom:70px!important;margin-top:70px!important}.my-xxxl-c75-px{margin-bottom:75px!important;margin-top:75px!important}.my-xxxl-c80-px{margin-bottom:80px!important;margin-top:80px!important}.my-xxxl-c90-px{margin-bottom:90px!important;margin-top:90px!important}.my-xxxl-c100-px{margin-bottom:100px!important;margin-top:100px!important}.my-xxxl-c125-px{margin-bottom:125px!important;margin-top:125px!important}.my-xxxl-c130-px{margin-bottom:130px!important;margin-top:130px!important}.my-xxxl-c200-px{margin-bottom:200px!important;margin-top:200px!important}.my-xxxl-c250-px{margin-bottom:250px!important;margin-top:250px!important}.my-xxxl-c300-px{margin-bottom:300px!important;margin-top:300px!important}.my-xxxl-c400-px{margin-bottom:400px!important;margin-top:400px!important}.my-xxxl-c500-px{margin-bottom:500px!important;margin-top:500px!important}.my-xxxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxxl-0{margin-top:0!important}.mt-xxxl-1{margin-top:.25rem!important}.mt-xxxl-2{margin-top:.5rem!important}.mt-xxxl-3{margin-top:1rem!important}.mt-xxxl-4{margin-top:1.5rem!important}.mt-xxxl-5{margin-top:3rem!important}.mt-xxxl-6{margin-top:6rem!important}.mt-xxxl-7{margin-top:12rem!important}.mt-xxxl-8{margin-top:20rem!important}.mt-xxxl-c45{margin-top:.45rem!important}.mt-xxxl-c75{margin-top:.75rem!important}.mt-xxxl-c1-25{margin-top:1.25rem!important}.mt-xxxl-c1-75{margin-top:1.75rem!important}.mt-xxxl-c2{margin-top:2rem!important}.mt-xxxl-c2-25{margin-top:2.25rem!important}.mt-xxxl-c2-75{margin-top:2.75rem!important}.mt-xxxl-c3-75{margin-top:3.75rem!important}.mt-xxxl-c4{margin-top:4rem!important}.mt-xxxl-c4-5{margin-top:4.5rem!important}.mt-xxxl-c4-75{margin-top:4.75rem!important}.mt-xxxl-c5{margin-top:5rem!important}.mt-xxxl-c6{margin-top:6rem!important}.mt-xxxl-c7{margin-top:7rem!important}.mt-xxxl-c5-px{margin-top:5px!important}.mt-xxxl-c10-px{margin-top:10px!important}.mt-xxxl-c15-px{margin-top:15px!important}.mt-xxxl-c20-px{margin-top:20px!important}.mt-xxxl-c30-px{margin-top:30px!important}.mt-xxxl-c35-px{margin-top:35px!important}.mt-xxxl-c40-px{margin-top:40px!important}.mt-xxxl-c50-px{margin-top:50px!important}.mt-xxxl-c60-px{margin-top:60px!important}.mt-xxxl-c65-px{margin-top:65px!important}.mt-xxxl-c70-px{margin-top:70px!important}.mt-xxxl-c75-px{margin-top:75px!important}.mt-xxxl-c80-px{margin-top:80px!important}.mt-xxxl-c90-px{margin-top:90px!important}.mt-xxxl-c100-px{margin-top:100px!important}.mt-xxxl-c125-px{margin-top:125px!important}.mt-xxxl-c130-px{margin-top:130px!important}.mt-xxxl-c200-px{margin-top:200px!important}.mt-xxxl-c250-px{margin-top:250px!important}.mt-xxxl-c300-px{margin-top:300px!important}.mt-xxxl-c400-px{margin-top:400px!important}.mt-xxxl-c500-px{margin-top:500px!important}.mt-xxxl-auto{margin-top:auto!important}.me-xxxl-0{margin-right:0!important}.me-xxxl-1{margin-right:.25rem!important}.me-xxxl-2{margin-right:.5rem!important}.me-xxxl-3{margin-right:1rem!important}.me-xxxl-4{margin-right:1.5rem!important}.me-xxxl-5{margin-right:3rem!important}.me-xxxl-6{margin-right:6rem!important}.me-xxxl-7{margin-right:12rem!important}.me-xxxl-8{margin-right:20rem!important}.me-xxxl-c45{margin-right:.45rem!important}.me-xxxl-c75{margin-right:.75rem!important}.me-xxxl-c1-25{margin-right:1.25rem!important}.me-xxxl-c1-75{margin-right:1.75rem!important}.me-xxxl-c2{margin-right:2rem!important}.me-xxxl-c2-25{margin-right:2.25rem!important}.me-xxxl-c2-75{margin-right:2.75rem!important}.me-xxxl-c3-75{margin-right:3.75rem!important}.me-xxxl-c4{margin-right:4rem!important}.me-xxxl-c4-5{margin-right:4.5rem!important}.me-xxxl-c4-75{margin-right:4.75rem!important}.me-xxxl-c5{margin-right:5rem!important}.me-xxxl-c6{margin-right:6rem!important}.me-xxxl-c7{margin-right:7rem!important}.me-xxxl-c5-px{margin-right:5px!important}.me-xxxl-c10-px{margin-right:10px!important}.me-xxxl-c15-px{margin-right:15px!important}.me-xxxl-c20-px{margin-right:20px!important}.me-xxxl-c30-px{margin-right:30px!important}.me-xxxl-c35-px{margin-right:35px!important}.me-xxxl-c40-px{margin-right:40px!important}.me-xxxl-c50-px{margin-right:50px!important}.me-xxxl-c60-px{margin-right:60px!important}.me-xxxl-c65-px{margin-right:65px!important}.me-xxxl-c70-px{margin-right:70px!important}.me-xxxl-c75-px{margin-right:75px!important}.me-xxxl-c80-px{margin-right:80px!important}.me-xxxl-c90-px{margin-right:90px!important}.me-xxxl-c100-px{margin-right:100px!important}.me-xxxl-c125-px{margin-right:125px!important}.me-xxxl-c130-px{margin-right:130px!important}.me-xxxl-c200-px{margin-right:200px!important}.me-xxxl-c250-px{margin-right:250px!important}.me-xxxl-c300-px{margin-right:300px!important}.me-xxxl-c400-px{margin-right:400px!important}.me-xxxl-c500-px{margin-right:500px!important}.me-xxxl-auto{margin-right:auto!important}.mb-xxxl-0{margin-bottom:0!important}.mb-xxxl-1{margin-bottom:.25rem!important}.mb-xxxl-2{margin-bottom:.5rem!important}.mb-xxxl-3{margin-bottom:1rem!important}.mb-xxxl-4{margin-bottom:1.5rem!important}.mb-xxxl-5{margin-bottom:3rem!important}.mb-xxxl-6{margin-bottom:6rem!important}.mb-xxxl-7{margin-bottom:12rem!important}.mb-xxxl-8{margin-bottom:20rem!important}.mb-xxxl-c45{margin-bottom:.45rem!important}.mb-xxxl-c75{margin-bottom:.75rem!important}.mb-xxxl-c1-25{margin-bottom:1.25rem!important}.mb-xxxl-c1-75{margin-bottom:1.75rem!important}.mb-xxxl-c2{margin-bottom:2rem!important}.mb-xxxl-c2-25{margin-bottom:2.25rem!important}.mb-xxxl-c2-75{margin-bottom:2.75rem!important}.mb-xxxl-c3-75{margin-bottom:3.75rem!important}.mb-xxxl-c4{margin-bottom:4rem!important}.mb-xxxl-c4-5{margin-bottom:4.5rem!important}.mb-xxxl-c4-75{margin-bottom:4.75rem!important}.mb-xxxl-c5{margin-bottom:5rem!important}.mb-xxxl-c6{margin-bottom:6rem!important}.mb-xxxl-c7{margin-bottom:7rem!important}.mb-xxxl-c5-px{margin-bottom:5px!important}.mb-xxxl-c10-px{margin-bottom:10px!important}.mb-xxxl-c15-px{margin-bottom:15px!important}.mb-xxxl-c20-px{margin-bottom:20px!important}.mb-xxxl-c30-px{margin-bottom:30px!important}.mb-xxxl-c35-px{margin-bottom:35px!important}.mb-xxxl-c40-px{margin-bottom:40px!important}.mb-xxxl-c50-px{margin-bottom:50px!important}.mb-xxxl-c60-px{margin-bottom:60px!important}.mb-xxxl-c65-px{margin-bottom:65px!important}.mb-xxxl-c70-px{margin-bottom:70px!important}.mb-xxxl-c75-px{margin-bottom:75px!important}.mb-xxxl-c80-px{margin-bottom:80px!important}.mb-xxxl-c90-px{margin-bottom:90px!important}.mb-xxxl-c100-px{margin-bottom:100px!important}.mb-xxxl-c125-px{margin-bottom:125px!important}.mb-xxxl-c130-px{margin-bottom:130px!important}.mb-xxxl-c200-px{margin-bottom:200px!important}.mb-xxxl-c250-px{margin-bottom:250px!important}.mb-xxxl-c300-px{margin-bottom:300px!important}.mb-xxxl-c400-px{margin-bottom:400px!important}.mb-xxxl-c500-px{margin-bottom:500px!important}.mb-xxxl-auto{margin-bottom:auto!important}.ms-xxxl-0{margin-left:0!important}.ms-xxxl-1{margin-left:.25rem!important}.ms-xxxl-2{margin-left:.5rem!important}.ms-xxxl-3{margin-left:1rem!important}.ms-xxxl-4{margin-left:1.5rem!important}.ms-xxxl-5{margin-left:3rem!important}.ms-xxxl-6{margin-left:6rem!important}.ms-xxxl-7{margin-left:12rem!important}.ms-xxxl-8{margin-left:20rem!important}.ms-xxxl-c45{margin-left:.45rem!important}.ms-xxxl-c75{margin-left:.75rem!important}.ms-xxxl-c1-25{margin-left:1.25rem!important}.ms-xxxl-c1-75{margin-left:1.75rem!important}.ms-xxxl-c2{margin-left:2rem!important}.ms-xxxl-c2-25{margin-left:2.25rem!important}.ms-xxxl-c2-75{margin-left:2.75rem!important}.ms-xxxl-c3-75{margin-left:3.75rem!important}.ms-xxxl-c4{margin-left:4rem!important}.ms-xxxl-c4-5{margin-left:4.5rem!important}.ms-xxxl-c4-75{margin-left:4.75rem!important}.ms-xxxl-c5{margin-left:5rem!important}.ms-xxxl-c6{margin-left:6rem!important}.ms-xxxl-c7{margin-left:7rem!important}.ms-xxxl-c5-px{margin-left:5px!important}.ms-xxxl-c10-px{margin-left:10px!important}.ms-xxxl-c15-px{margin-left:15px!important}.ms-xxxl-c20-px{margin-left:20px!important}.ms-xxxl-c30-px{margin-left:30px!important}.ms-xxxl-c35-px{margin-left:35px!important}.ms-xxxl-c40-px{margin-left:40px!important}.ms-xxxl-c50-px{margin-left:50px!important}.ms-xxxl-c60-px{margin-left:60px!important}.ms-xxxl-c65-px{margin-left:65px!important}.ms-xxxl-c70-px{margin-left:70px!important}.ms-xxxl-c75-px{margin-left:75px!important}.ms-xxxl-c80-px{margin-left:80px!important}.ms-xxxl-c90-px{margin-left:90px!important}.ms-xxxl-c100-px{margin-left:100px!important}.ms-xxxl-c125-px{margin-left:125px!important}.ms-xxxl-c130-px{margin-left:130px!important}.ms-xxxl-c200-px{margin-left:200px!important}.ms-xxxl-c250-px{margin-left:250px!important}.ms-xxxl-c300-px{margin-left:300px!important}.ms-xxxl-c400-px{margin-left:400px!important}.ms-xxxl-c500-px{margin-left:500px!important}.ms-xxxl-auto{margin-left:auto!important}.m-xxxl-n1{margin:-.25rem!important}.m-xxxl-n2{margin:-.5rem!important}.m-xxxl-n3{margin:-1rem!important}.m-xxxl-n4{margin:-1.5rem!important}.m-xxxl-n5{margin:-3rem!important}.m-xxxl-n6{margin:-6rem!important}.m-xxxl-n7{margin:-12rem!important}.m-xxxl-n8{margin:-20rem!important}.m-xxxl-nc45{margin:-.45rem!important}.m-xxxl-nc75{margin:-.75rem!important}.m-xxxl-nc1-25{margin:-1.25rem!important}.m-xxxl-nc1-75{margin:-1.75rem!important}.m-xxxl-nc2{margin:-2rem!important}.m-xxxl-nc2-25{margin:-2.25rem!important}.m-xxxl-nc2-75{margin:-2.75rem!important}.m-xxxl-nc3-75{margin:-3.75rem!important}.m-xxxl-nc4{margin:-4rem!important}.m-xxxl-nc4-5{margin:-4.5rem!important}.m-xxxl-nc4-75{margin:-4.75rem!important}.m-xxxl-nc5{margin:-5rem!important}.m-xxxl-nc6{margin:-6rem!important}.m-xxxl-nc7{margin:-7rem!important}.m-xxxl-nc5-px{margin:-5px!important}.m-xxxl-nc10-px{margin:-10px!important}.m-xxxl-nc15-px{margin:-15px!important}.m-xxxl-nc20-px{margin:-20px!important}.m-xxxl-nc30-px{margin:-30px!important}.m-xxxl-nc35-px{margin:-35px!important}.m-xxxl-nc40-px{margin:-40px!important}.m-xxxl-nc50-px{margin:-50px!important}.m-xxxl-nc60-px{margin:-60px!important}.m-xxxl-nc65-px{margin:-65px!important}.m-xxxl-nc70-px{margin:-70px!important}.m-xxxl-nc75-px{margin:-75px!important}.m-xxxl-nc80-px{margin:-80px!important}.m-xxxl-nc90-px{margin:-90px!important}.m-xxxl-nc100-px{margin:-100px!important}.m-xxxl-nc125-px{margin:-125px!important}.m-xxxl-nc130-px{margin:-130px!important}.m-xxxl-nc200-px{margin:-200px!important}.m-xxxl-nc250-px{margin:-250px!important}.m-xxxl-nc300-px{margin:-300px!important}.m-xxxl-nc400-px{margin:-400px!important}.m-xxxl-nc500-px{margin:-500px!important}.mx-xxxl-n1{margin-left:-.25rem!important;margin-right:-.25rem!important}.mx-xxxl-n2{margin-left:-.5rem!important;margin-right:-.5rem!important}.mx-xxxl-n3{margin-left:-1rem!important;margin-right:-1rem!important}.mx-xxxl-n4{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.mx-xxxl-n5{margin-left:-3rem!important;margin-right:-3rem!important}.mx-xxxl-n6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-n7{margin-left:-12rem!important;margin-right:-12rem!important}.mx-xxxl-n8{margin-left:-20rem!important;margin-right:-20rem!important}.mx-xxxl-nc45{margin-left:-.45rem!important;margin-right:-.45rem!important}.mx-xxxl-nc75{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-xxxl-nc1-25{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.mx-xxxl-nc1-75{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.mx-xxxl-nc2{margin-left:-2rem!important;margin-right:-2rem!important}.mx-xxxl-nc2-25{margin-left:-2.25rem!important;margin-right:-2.25rem!important}.mx-xxxl-nc2-75{margin-left:-2.75rem!important;margin-right:-2.75rem!important}.mx-xxxl-nc3-75{margin-left:-3.75rem!important;margin-right:-3.75rem!important}.mx-xxxl-nc4{margin-left:-4rem!important;margin-right:-4rem!important}.mx-xxxl-nc4-5{margin-left:-4.5rem!important;margin-right:-4.5rem!important}.mx-xxxl-nc4-75{margin-left:-4.75rem!important;margin-right:-4.75rem!important}.mx-xxxl-nc5{margin-left:-5rem!important;margin-right:-5rem!important}.mx-xxxl-nc6{margin-left:-6rem!important;margin-right:-6rem!important}.mx-xxxl-nc7{margin-left:-7rem!important;margin-right:-7rem!important}.mx-xxxl-nc5-px{margin-left:-5px!important;margin-right:-5px!important}.mx-xxxl-nc10-px{margin-left:-10px!important;margin-right:-10px!important}.mx-xxxl-nc15-px{margin-left:-15px!important;margin-right:-15px!important}.mx-xxxl-nc20-px{margin-left:-20px!important;margin-right:-20px!important}.mx-xxxl-nc30-px{margin-left:-30px!important;margin-right:-30px!important}.mx-xxxl-nc35-px{margin-left:-35px!important;margin-right:-35px!important}.mx-xxxl-nc40-px{margin-left:-40px!important;margin-right:-40px!important}.mx-xxxl-nc50-px{margin-left:-50px!important;margin-right:-50px!important}.mx-xxxl-nc60-px{margin-left:-60px!important;margin-right:-60px!important}.mx-xxxl-nc65-px{margin-left:-65px!important;margin-right:-65px!important}.mx-xxxl-nc70-px{margin-left:-70px!important;margin-right:-70px!important}.mx-xxxl-nc75-px{margin-left:-75px!important;margin-right:-75px!important}.mx-xxxl-nc80-px{margin-left:-80px!important;margin-right:-80px!important}.mx-xxxl-nc90-px{margin-left:-90px!important;margin-right:-90px!important}.mx-xxxl-nc100-px{margin-left:-100px!important;margin-right:-100px!important}.mx-xxxl-nc125-px{margin-left:-125px!important;margin-right:-125px!important}.mx-xxxl-nc130-px{margin-left:-130px!important;margin-right:-130px!important}.mx-xxxl-nc200-px{margin-left:-200px!important;margin-right:-200px!important}.mx-xxxl-nc250-px{margin-left:-250px!important;margin-right:-250px!important}.mx-xxxl-nc300-px{margin-left:-300px!important;margin-right:-300px!important}.mx-xxxl-nc400-px{margin-left:-400px!important;margin-right:-400px!important}.mx-xxxl-nc500-px{margin-left:-500px!important;margin-right:-500px!important}.my-xxxl-n1{margin-bottom:-.25rem!important;margin-top:-.25rem!important}.my-xxxl-n2{margin-bottom:-.5rem!important;margin-top:-.5rem!important}.my-xxxl-n3{margin-bottom:-1rem!important;margin-top:-1rem!important}.my-xxxl-n4{margin-bottom:-1.5rem!important;margin-top:-1.5rem!important}.my-xxxl-n5{margin-bottom:-3rem!important;margin-top:-3rem!important}.my-xxxl-n6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-n7{margin-bottom:-12rem!important;margin-top:-12rem!important}.my-xxxl-n8{margin-bottom:-20rem!important;margin-top:-20rem!important}.my-xxxl-nc45{margin-bottom:-.45rem!important;margin-top:-.45rem!important}.my-xxxl-nc75{margin-bottom:-.75rem!important;margin-top:-.75rem!important}.my-xxxl-nc1-25{margin-bottom:-1.25rem!important;margin-top:-1.25rem!important}.my-xxxl-nc1-75{margin-bottom:-1.75rem!important;margin-top:-1.75rem!important}.my-xxxl-nc2{margin-bottom:-2rem!important;margin-top:-2rem!important}.my-xxxl-nc2-25{margin-bottom:-2.25rem!important;margin-top:-2.25rem!important}.my-xxxl-nc2-75{margin-bottom:-2.75rem!important;margin-top:-2.75rem!important}.my-xxxl-nc3-75{margin-bottom:-3.75rem!important;margin-top:-3.75rem!important}.my-xxxl-nc4{margin-bottom:-4rem!important;margin-top:-4rem!important}.my-xxxl-nc4-5{margin-bottom:-4.5rem!important;margin-top:-4.5rem!important}.my-xxxl-nc4-75{margin-bottom:-4.75rem!important;margin-top:-4.75rem!important}.my-xxxl-nc5{margin-bottom:-5rem!important;margin-top:-5rem!important}.my-xxxl-nc6{margin-bottom:-6rem!important;margin-top:-6rem!important}.my-xxxl-nc7{margin-bottom:-7rem!important;margin-top:-7rem!important}.my-xxxl-nc5-px{margin-bottom:-5px!important;margin-top:-5px!important}.my-xxxl-nc10-px{margin-bottom:-10px!important;margin-top:-10px!important}.my-xxxl-nc15-px{margin-bottom:-15px!important;margin-top:-15px!important}.my-xxxl-nc20-px{margin-bottom:-20px!important;margin-top:-20px!important}.my-xxxl-nc30-px{margin-bottom:-30px!important;margin-top:-30px!important}.my-xxxl-nc35-px{margin-bottom:-35px!important;margin-top:-35px!important}.my-xxxl-nc40-px{margin-bottom:-40px!important;margin-top:-40px!important}.my-xxxl-nc50-px{margin-bottom:-50px!important;margin-top:-50px!important}.my-xxxl-nc60-px{margin-bottom:-60px!important;margin-top:-60px!important}.my-xxxl-nc65-px{margin-bottom:-65px!important;margin-top:-65px!important}.my-xxxl-nc70-px{margin-bottom:-70px!important;margin-top:-70px!important}.my-xxxl-nc75-px{margin-bottom:-75px!important;margin-top:-75px!important}.my-xxxl-nc80-px{margin-bottom:-80px!important;margin-top:-80px!important}.my-xxxl-nc90-px{margin-bottom:-90px!important;margin-top:-90px!important}.my-xxxl-nc100-px{margin-bottom:-100px!important;margin-top:-100px!important}.my-xxxl-nc125-px{margin-bottom:-125px!important;margin-top:-125px!important}.my-xxxl-nc130-px{margin-bottom:-130px!important;margin-top:-130px!important}.my-xxxl-nc200-px{margin-bottom:-200px!important;margin-top:-200px!important}.my-xxxl-nc250-px{margin-bottom:-250px!important;margin-top:-250px!important}.my-xxxl-nc300-px{margin-bottom:-300px!important;margin-top:-300px!important}.my-xxxl-nc400-px{margin-bottom:-400px!important;margin-top:-400px!important}.my-xxxl-nc500-px{margin-bottom:-500px!important;margin-top:-500px!important}.mt-xxxl-n1{margin-top:-.25rem!important}.mt-xxxl-n2{margin-top:-.5rem!important}.mt-xxxl-n3{margin-top:-1rem!important}.mt-xxxl-n4{margin-top:-1.5rem!important}.mt-xxxl-n5{margin-top:-3rem!important}.mt-xxxl-n6{margin-top:-6rem!important}.mt-xxxl-n7{margin-top:-12rem!important}.mt-xxxl-n8{margin-top:-20rem!important}.mt-xxxl-nc45{margin-top:-.45rem!important}.mt-xxxl-nc75{margin-top:-.75rem!important}.mt-xxxl-nc1-25{margin-top:-1.25rem!important}.mt-xxxl-nc1-75{margin-top:-1.75rem!important}.mt-xxxl-nc2{margin-top:-2rem!important}.mt-xxxl-nc2-25{margin-top:-2.25rem!important}.mt-xxxl-nc2-75{margin-top:-2.75rem!important}.mt-xxxl-nc3-75{margin-top:-3.75rem!important}.mt-xxxl-nc4{margin-top:-4rem!important}.mt-xxxl-nc4-5{margin-top:-4.5rem!important}.mt-xxxl-nc4-75{margin-top:-4.75rem!important}.mt-xxxl-nc5{margin-top:-5rem!important}.mt-xxxl-nc6{margin-top:-6rem!important}.mt-xxxl-nc7{margin-top:-7rem!important}.mt-xxxl-nc5-px{margin-top:-5px!important}.mt-xxxl-nc10-px{margin-top:-10px!important}.mt-xxxl-nc15-px{margin-top:-15px!important}.mt-xxxl-nc20-px{margin-top:-20px!important}.mt-xxxl-nc30-px{margin-top:-30px!important}.mt-xxxl-nc35-px{margin-top:-35px!important}.mt-xxxl-nc40-px{margin-top:-40px!important}.mt-xxxl-nc50-px{margin-top:-50px!important}.mt-xxxl-nc60-px{margin-top:-60px!important}.mt-xxxl-nc65-px{margin-top:-65px!important}.mt-xxxl-nc70-px{margin-top:-70px!important}.mt-xxxl-nc75-px{margin-top:-75px!important}.mt-xxxl-nc80-px{margin-top:-80px!important}.mt-xxxl-nc90-px{margin-top:-90px!important}.mt-xxxl-nc100-px{margin-top:-100px!important}.mt-xxxl-nc125-px{margin-top:-125px!important}.mt-xxxl-nc130-px{margin-top:-130px!important}.mt-xxxl-nc200-px{margin-top:-200px!important}.mt-xxxl-nc250-px{margin-top:-250px!important}.mt-xxxl-nc300-px{margin-top:-300px!important}.mt-xxxl-nc400-px{margin-top:-400px!important}.mt-xxxl-nc500-px{margin-top:-500px!important}.me-xxxl-n1{margin-right:-.25rem!important}.me-xxxl-n2{margin-right:-.5rem!important}.me-xxxl-n3{margin-right:-1rem!important}.me-xxxl-n4{margin-right:-1.5rem!important}.me-xxxl-n5{margin-right:-3rem!important}.me-xxxl-n6{margin-right:-6rem!important}.me-xxxl-n7{margin-right:-12rem!important}.me-xxxl-n8{margin-right:-20rem!important}.me-xxxl-nc45{margin-right:-.45rem!important}.me-xxxl-nc75{margin-right:-.75rem!important}.me-xxxl-nc1-25{margin-right:-1.25rem!important}.me-xxxl-nc1-75{margin-right:-1.75rem!important}.me-xxxl-nc2{margin-right:-2rem!important}.me-xxxl-nc2-25{margin-right:-2.25rem!important}.me-xxxl-nc2-75{margin-right:-2.75rem!important}.me-xxxl-nc3-75{margin-right:-3.75rem!important}.me-xxxl-nc4{margin-right:-4rem!important}.me-xxxl-nc4-5{margin-right:-4.5rem!important}.me-xxxl-nc4-75{margin-right:-4.75rem!important}.me-xxxl-nc5{margin-right:-5rem!important}.me-xxxl-nc6{margin-right:-6rem!important}.me-xxxl-nc7{margin-right:-7rem!important}.me-xxxl-nc5-px{margin-right:-5px!important}.me-xxxl-nc10-px{margin-right:-10px!important}.me-xxxl-nc15-px{margin-right:-15px!important}.me-xxxl-nc20-px{margin-right:-20px!important}.me-xxxl-nc30-px{margin-right:-30px!important}.me-xxxl-nc35-px{margin-right:-35px!important}.me-xxxl-nc40-px{margin-right:-40px!important}.me-xxxl-nc50-px{margin-right:-50px!important}.me-xxxl-nc60-px{margin-right:-60px!important}.me-xxxl-nc65-px{margin-right:-65px!important}.me-xxxl-nc70-px{margin-right:-70px!important}.me-xxxl-nc75-px{margin-right:-75px!important}.me-xxxl-nc80-px{margin-right:-80px!important}.me-xxxl-nc90-px{margin-right:-90px!important}.me-xxxl-nc100-px{margin-right:-100px!important}.me-xxxl-nc125-px{margin-right:-125px!important}.me-xxxl-nc130-px{margin-right:-130px!important}.me-xxxl-nc200-px{margin-right:-200px!important}.me-xxxl-nc250-px{margin-right:-250px!important}.me-xxxl-nc300-px{margin-right:-300px!important}.me-xxxl-nc400-px{margin-right:-400px!important}.me-xxxl-nc500-px{margin-right:-500px!important}.mb-xxxl-n1{margin-bottom:-.25rem!important}.mb-xxxl-n2{margin-bottom:-.5rem!important}.mb-xxxl-n3{margin-bottom:-1rem!important}.mb-xxxl-n4{margin-bottom:-1.5rem!important}.mb-xxxl-n5{margin-bottom:-3rem!important}.mb-xxxl-n6{margin-bottom:-6rem!important}.mb-xxxl-n7{margin-bottom:-12rem!important}.mb-xxxl-n8{margin-bottom:-20rem!important}.mb-xxxl-nc45{margin-bottom:-.45rem!important}.mb-xxxl-nc75{margin-bottom:-.75rem!important}.mb-xxxl-nc1-25{margin-bottom:-1.25rem!important}.mb-xxxl-nc1-75{margin-bottom:-1.75rem!important}.mb-xxxl-nc2{margin-bottom:-2rem!important}.mb-xxxl-nc2-25{margin-bottom:-2.25rem!important}.mb-xxxl-nc2-75{margin-bottom:-2.75rem!important}.mb-xxxl-nc3-75{margin-bottom:-3.75rem!important}.mb-xxxl-nc4{margin-bottom:-4rem!important}.mb-xxxl-nc4-5{margin-bottom:-4.5rem!important}.mb-xxxl-nc4-75{margin-bottom:-4.75rem!important}.mb-xxxl-nc5{margin-bottom:-5rem!important}.mb-xxxl-nc6{margin-bottom:-6rem!important}.mb-xxxl-nc7{margin-bottom:-7rem!important}.mb-xxxl-nc5-px{margin-bottom:-5px!important}.mb-xxxl-nc10-px{margin-bottom:-10px!important}.mb-xxxl-nc15-px{margin-bottom:-15px!important}.mb-xxxl-nc20-px{margin-bottom:-20px!important}.mb-xxxl-nc30-px{margin-bottom:-30px!important}.mb-xxxl-nc35-px{margin-bottom:-35px!important}.mb-xxxl-nc40-px{margin-bottom:-40px!important}.mb-xxxl-nc50-px{margin-bottom:-50px!important}.mb-xxxl-nc60-px{margin-bottom:-60px!important}.mb-xxxl-nc65-px{margin-bottom:-65px!important}.mb-xxxl-nc70-px{margin-bottom:-70px!important}.mb-xxxl-nc75-px{margin-bottom:-75px!important}.mb-xxxl-nc80-px{margin-bottom:-80px!important}.mb-xxxl-nc90-px{margin-bottom:-90px!important}.mb-xxxl-nc100-px{margin-bottom:-100px!important}.mb-xxxl-nc125-px{margin-bottom:-125px!important}.mb-xxxl-nc130-px{margin-bottom:-130px!important}.mb-xxxl-nc200-px{margin-bottom:-200px!important}.mb-xxxl-nc250-px{margin-bottom:-250px!important}.mb-xxxl-nc300-px{margin-bottom:-300px!important}.mb-xxxl-nc400-px{margin-bottom:-400px!important}.mb-xxxl-nc500-px{margin-bottom:-500px!important}.ms-xxxl-n1{margin-left:-.25rem!important}.ms-xxxl-n2{margin-left:-.5rem!important}.ms-xxxl-n3{margin-left:-1rem!important}.ms-xxxl-n4{margin-left:-1.5rem!important}.ms-xxxl-n5{margin-left:-3rem!important}.ms-xxxl-n6{margin-left:-6rem!important}.ms-xxxl-n7{margin-left:-12rem!important}.ms-xxxl-n8{margin-left:-20rem!important}.ms-xxxl-nc45{margin-left:-.45rem!important}.ms-xxxl-nc75{margin-left:-.75rem!important}.ms-xxxl-nc1-25{margin-left:-1.25rem!important}.ms-xxxl-nc1-75{margin-left:-1.75rem!important}.ms-xxxl-nc2{margin-left:-2rem!important}.ms-xxxl-nc2-25{margin-left:-2.25rem!important}.ms-xxxl-nc2-75{margin-left:-2.75rem!important}.ms-xxxl-nc3-75{margin-left:-3.75rem!important}.ms-xxxl-nc4{margin-left:-4rem!important}.ms-xxxl-nc4-5{margin-left:-4.5rem!important}.ms-xxxl-nc4-75{margin-left:-4.75rem!important}.ms-xxxl-nc5{margin-left:-5rem!important}.ms-xxxl-nc6{margin-left:-6rem!important}.ms-xxxl-nc7{margin-left:-7rem!important}.ms-xxxl-nc5-px{margin-left:-5px!important}.ms-xxxl-nc10-px{margin-left:-10px!important}.ms-xxxl-nc15-px{margin-left:-15px!important}.ms-xxxl-nc20-px{margin-left:-20px!important}.ms-xxxl-nc30-px{margin-left:-30px!important}.ms-xxxl-nc35-px{margin-left:-35px!important}.ms-xxxl-nc40-px{margin-left:-40px!important}.ms-xxxl-nc50-px{margin-left:-50px!important}.ms-xxxl-nc60-px{margin-left:-60px!important}.ms-xxxl-nc65-px{margin-left:-65px!important}.ms-xxxl-nc70-px{margin-left:-70px!important}.ms-xxxl-nc75-px{margin-left:-75px!important}.ms-xxxl-nc80-px{margin-left:-80px!important}.ms-xxxl-nc90-px{margin-left:-90px!important}.ms-xxxl-nc100-px{margin-left:-100px!important}.ms-xxxl-nc125-px{margin-left:-125px!important}.ms-xxxl-nc130-px{margin-left:-130px!important}.ms-xxxl-nc200-px{margin-left:-200px!important}.ms-xxxl-nc250-px{margin-left:-250px!important}.ms-xxxl-nc300-px{margin-left:-300px!important}.ms-xxxl-nc400-px{margin-left:-400px!important}.ms-xxxl-nc500-px{margin-left:-500px!important}.p-xxxl-0{padding:0!important}.p-xxxl-1{padding:.25rem!important}.p-xxxl-2{padding:.5rem!important}.p-xxxl-3{padding:1rem!important}.p-xxxl-4{padding:1.5rem!important}.p-xxxl-5{padding:3rem!important}.p-xxxl-6{padding:6rem!important}.p-xxxl-7{padding:12rem!important}.p-xxxl-8{padding:20rem!important}.p-xxxl-c45{padding:.45rem!important}.p-xxxl-c75{padding:.75rem!important}.p-xxxl-c1-25{padding:1.25rem!important}.p-xxxl-c1-75{padding:1.75rem!important}.p-xxxl-c2{padding:2rem!important}.p-xxxl-c2-25{padding:2.25rem!important}.p-xxxl-c2-75{padding:2.75rem!important}.p-xxxl-c3-75{padding:3.75rem!important}.p-xxxl-c4{padding:4rem!important}.p-xxxl-c4-5{padding:4.5rem!important}.p-xxxl-c4-75{padding:4.75rem!important}.p-xxxl-c5{padding:5rem!important}.p-xxxl-c6{padding:6rem!important}.p-xxxl-c7{padding:7rem!important}.p-xxxl-c5-px{padding:5px!important}.p-xxxl-c10-px{padding:10px!important}.p-xxxl-c15-px{padding:15px!important}.p-xxxl-c20-px{padding:20px!important}.p-xxxl-c30-px{padding:30px!important}.p-xxxl-c35-px{padding:35px!important}.p-xxxl-c40-px{padding:40px!important}.p-xxxl-c50-px{padding:50px!important}.p-xxxl-c60-px{padding:60px!important}.p-xxxl-c65-px{padding:65px!important}.p-xxxl-c70-px{padding:70px!important}.p-xxxl-c75-px{padding:75px!important}.p-xxxl-c80-px{padding:80px!important}.p-xxxl-c90-px{padding:90px!important}.p-xxxl-c100-px{padding:100px!important}.p-xxxl-c125-px{padding:125px!important}.p-xxxl-c130-px{padding:130px!important}.p-xxxl-c200-px{padding:200px!important}.p-xxxl-c250-px{padding:250px!important}.p-xxxl-c300-px{padding:300px!important}.p-xxxl-c400-px{padding:400px!important}.p-xxxl-c500-px{padding:500px!important}.px-xxxl-0{padding-left:0!important;padding-right:0!important}.px-xxxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxxl-6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-7{padding-left:12rem!important;padding-right:12rem!important}.px-xxxl-8{padding-left:20rem!important;padding-right:20rem!important}.px-xxxl-c45{padding-left:.45rem!important;padding-right:.45rem!important}.px-xxxl-c75{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxxl-c1-25{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxxl-c1-75{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxxl-c2{padding-left:2rem!important;padding-right:2rem!important}.px-xxxl-c2-25{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxxl-c2-75{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxxl-c3-75{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxxl-c4{padding-left:4rem!important;padding-right:4rem!important}.px-xxxl-c4-5{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxxl-c4-75{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxxl-c5{padding-left:5rem!important;padding-right:5rem!important}.px-xxxl-c6{padding-left:6rem!important;padding-right:6rem!important}.px-xxxl-c7{padding-left:7rem!important;padding-right:7rem!important}.px-xxxl-c5-px{padding-left:5px!important;padding-right:5px!important}.px-xxxl-c10-px{padding-left:10px!important;padding-right:10px!important}.px-xxxl-c15-px{padding-left:15px!important;padding-right:15px!important}.px-xxxl-c20-px{padding-left:20px!important;padding-right:20px!important}.px-xxxl-c30-px{padding-left:30px!important;padding-right:30px!important}.px-xxxl-c35-px{padding-left:35px!important;padding-right:35px!important}.px-xxxl-c40-px{padding-left:40px!important;padding-right:40px!important}.px-xxxl-c50-px{padding-left:50px!important;padding-right:50px!important}.px-xxxl-c60-px{padding-left:60px!important;padding-right:60px!important}.px-xxxl-c65-px{padding-left:65px!important;padding-right:65px!important}.px-xxxl-c70-px{padding-left:70px!important;padding-right:70px!important}.px-xxxl-c75-px{padding-left:75px!important;padding-right:75px!important}.px-xxxl-c80-px{padding-left:80px!important;padding-right:80px!important}.px-xxxl-c90-px{padding-left:90px!important;padding-right:90px!important}.px-xxxl-c100-px{padding-left:100px!important;padding-right:100px!important}.px-xxxl-c125-px{padding-left:125px!important;padding-right:125px!important}.px-xxxl-c130-px{padding-left:130px!important;padding-right:130px!important}.px-xxxl-c200-px{padding-left:200px!important;padding-right:200px!important}.px-xxxl-c250-px{padding-left:250px!important;padding-right:250px!important}.px-xxxl-c300-px{padding-left:300px!important;padding-right:300px!important}.px-xxxl-c400-px{padding-left:400px!important;padding-right:400px!important}.px-xxxl-c500-px{padding-left:500px!important;padding-right:500px!important}.py-xxxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxxl-6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-7{padding-bottom:12rem!important;padding-top:12rem!important}.py-xxxl-8{padding-bottom:20rem!important;padding-top:20rem!important}.py-xxxl-c45{padding-bottom:.45rem!important;padding-top:.45rem!important}.py-xxxl-c75{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxxl-c1-25{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxxl-c1-75{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxxl-c2{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxxl-c2-25{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxxl-c2-75{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxxl-c3-75{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxxl-c4{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxxl-c4-5{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxxl-c4-75{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxxl-c5{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxxl-c6{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxxl-c7{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxxl-c5-px{padding-bottom:5px!important;padding-top:5px!important}.py-xxxl-c10-px{padding-bottom:10px!important;padding-top:10px!important}.py-xxxl-c15-px{padding-bottom:15px!important;padding-top:15px!important}.py-xxxl-c20-px{padding-bottom:20px!important;padding-top:20px!important}.py-xxxl-c30-px{padding-bottom:30px!important;padding-top:30px!important}.py-xxxl-c35-px{padding-bottom:35px!important;padding-top:35px!important}.py-xxxl-c40-px{padding-bottom:40px!important;padding-top:40px!important}.py-xxxl-c50-px{padding-bottom:50px!important;padding-top:50px!important}.py-xxxl-c60-px{padding-bottom:60px!important;padding-top:60px!important}.py-xxxl-c65-px{padding-bottom:65px!important;padding-top:65px!important}.py-xxxl-c70-px{padding-bottom:70px!important;padding-top:70px!important}.py-xxxl-c75-px{padding-bottom:75px!important;padding-top:75px!important}.py-xxxl-c80-px{padding-bottom:80px!important;padding-top:80px!important}.py-xxxl-c90-px{padding-bottom:90px!important;padding-top:90px!important}.py-xxxl-c100-px{padding-bottom:100px!important;padding-top:100px!important}.py-xxxl-c125-px{padding-bottom:125px!important;padding-top:125px!important}.py-xxxl-c130-px{padding-bottom:130px!important;padding-top:130px!important}.py-xxxl-c200-px{padding-bottom:200px!important;padding-top:200px!important}.py-xxxl-c250-px{padding-bottom:250px!important;padding-top:250px!important}.py-xxxl-c300-px{padding-bottom:300px!important;padding-top:300px!important}.py-xxxl-c400-px{padding-bottom:400px!important;padding-top:400px!important}.py-xxxl-c500-px{padding-bottom:500px!important;padding-top:500px!important}.pt-xxxl-0{padding-top:0!important}.pt-xxxl-1{padding-top:.25rem!important}.pt-xxxl-2{padding-top:.5rem!important}.pt-xxxl-3{padding-top:1rem!important}.pt-xxxl-4{padding-top:1.5rem!important}.pt-xxxl-5{padding-top:3rem!important}.pt-xxxl-6{padding-top:6rem!important}.pt-xxxl-7{padding-top:12rem!important}.pt-xxxl-8{padding-top:20rem!important}.pt-xxxl-c45{padding-top:.45rem!important}.pt-xxxl-c75{padding-top:.75rem!important}.pt-xxxl-c1-25{padding-top:1.25rem!important}.pt-xxxl-c1-75{padding-top:1.75rem!important}.pt-xxxl-c2{padding-top:2rem!important}.pt-xxxl-c2-25{padding-top:2.25rem!important}.pt-xxxl-c2-75{padding-top:2.75rem!important}.pt-xxxl-c3-75{padding-top:3.75rem!important}.pt-xxxl-c4{padding-top:4rem!important}.pt-xxxl-c4-5{padding-top:4.5rem!important}.pt-xxxl-c4-75{padding-top:4.75rem!important}.pt-xxxl-c5{padding-top:5rem!important}.pt-xxxl-c6{padding-top:6rem!important}.pt-xxxl-c7{padding-top:7rem!important}.pt-xxxl-c5-px{padding-top:5px!important}.pt-xxxl-c10-px{padding-top:10px!important}.pt-xxxl-c15-px{padding-top:15px!important}.pt-xxxl-c20-px{padding-top:20px!important}.pt-xxxl-c30-px{padding-top:30px!important}.pt-xxxl-c35-px{padding-top:35px!important}.pt-xxxl-c40-px{padding-top:40px!important}.pt-xxxl-c50-px{padding-top:50px!important}.pt-xxxl-c60-px{padding-top:60px!important}.pt-xxxl-c65-px{padding-top:65px!important}.pt-xxxl-c70-px{padding-top:70px!important}.pt-xxxl-c75-px{padding-top:75px!important}.pt-xxxl-c80-px{padding-top:80px!important}.pt-xxxl-c90-px{padding-top:90px!important}.pt-xxxl-c100-px{padding-top:100px!important}.pt-xxxl-c125-px{padding-top:125px!important}.pt-xxxl-c130-px{padding-top:130px!important}.pt-xxxl-c200-px{padding-top:200px!important}.pt-xxxl-c250-px{padding-top:250px!important}.pt-xxxl-c300-px{padding-top:300px!important}.pt-xxxl-c400-px{padding-top:400px!important}.pt-xxxl-c500-px{padding-top:500px!important}.pe-xxxl-0{padding-right:0!important}.pe-xxxl-1{padding-right:.25rem!important}.pe-xxxl-2{padding-right:.5rem!important}.pe-xxxl-3{padding-right:1rem!important}.pe-xxxl-4{padding-right:1.5rem!important}.pe-xxxl-5{padding-right:3rem!important}.pe-xxxl-6{padding-right:6rem!important}.pe-xxxl-7{padding-right:12rem!important}.pe-xxxl-8{padding-right:20rem!important}.pe-xxxl-c45{padding-right:.45rem!important}.pe-xxxl-c75{padding-right:.75rem!important}.pe-xxxl-c1-25{padding-right:1.25rem!important}.pe-xxxl-c1-75{padding-right:1.75rem!important}.pe-xxxl-c2{padding-right:2rem!important}.pe-xxxl-c2-25{padding-right:2.25rem!important}.pe-xxxl-c2-75{padding-right:2.75rem!important}.pe-xxxl-c3-75{padding-right:3.75rem!important}.pe-xxxl-c4{padding-right:4rem!important}.pe-xxxl-c4-5{padding-right:4.5rem!important}.pe-xxxl-c4-75{padding-right:4.75rem!important}.pe-xxxl-c5{padding-right:5rem!important}.pe-xxxl-c6{padding-right:6rem!important}.pe-xxxl-c7{padding-right:7rem!important}.pe-xxxl-c5-px{padding-right:5px!important}.pe-xxxl-c10-px{padding-right:10px!important}.pe-xxxl-c15-px{padding-right:15px!important}.pe-xxxl-c20-px{padding-right:20px!important}.pe-xxxl-c30-px{padding-right:30px!important}.pe-xxxl-c35-px{padding-right:35px!important}.pe-xxxl-c40-px{padding-right:40px!important}.pe-xxxl-c50-px{padding-right:50px!important}.pe-xxxl-c60-px{padding-right:60px!important}.pe-xxxl-c65-px{padding-right:65px!important}.pe-xxxl-c70-px{padding-right:70px!important}.pe-xxxl-c75-px{padding-right:75px!important}.pe-xxxl-c80-px{padding-right:80px!important}.pe-xxxl-c90-px{padding-right:90px!important}.pe-xxxl-c100-px{padding-right:100px!important}.pe-xxxl-c125-px{padding-right:125px!important}.pe-xxxl-c130-px{padding-right:130px!important}.pe-xxxl-c200-px{padding-right:200px!important}.pe-xxxl-c250-px{padding-right:250px!important}.pe-xxxl-c300-px{padding-right:300px!important}.pe-xxxl-c400-px{padding-right:400px!important}.pe-xxxl-c500-px{padding-right:500px!important}.pb-xxxl-0{padding-bottom:0!important}.pb-xxxl-1{padding-bottom:.25rem!important}.pb-xxxl-2{padding-bottom:.5rem!important}.pb-xxxl-3{padding-bottom:1rem!important}.pb-xxxl-4{padding-bottom:1.5rem!important}.pb-xxxl-5{padding-bottom:3rem!important}.pb-xxxl-6{padding-bottom:6rem!important}.pb-xxxl-7{padding-bottom:12rem!important}.pb-xxxl-8{padding-bottom:20rem!important}.pb-xxxl-c45{padding-bottom:.45rem!important}.pb-xxxl-c75{padding-bottom:.75rem!important}.pb-xxxl-c1-25{padding-bottom:1.25rem!important}.pb-xxxl-c1-75{padding-bottom:1.75rem!important}.pb-xxxl-c2{padding-bottom:2rem!important}.pb-xxxl-c2-25{padding-bottom:2.25rem!important}.pb-xxxl-c2-75{padding-bottom:2.75rem!important}.pb-xxxl-c3-75{padding-bottom:3.75rem!important}.pb-xxxl-c4{padding-bottom:4rem!important}.pb-xxxl-c4-5{padding-bottom:4.5rem!important}.pb-xxxl-c4-75{padding-bottom:4.75rem!important}.pb-xxxl-c5{padding-bottom:5rem!important}.pb-xxxl-c6{padding-bottom:6rem!important}.pb-xxxl-c7{padding-bottom:7rem!important}.pb-xxxl-c5-px{padding-bottom:5px!important}.pb-xxxl-c10-px{padding-bottom:10px!important}.pb-xxxl-c15-px{padding-bottom:15px!important}.pb-xxxl-c20-px{padding-bottom:20px!important}.pb-xxxl-c30-px{padding-bottom:30px!important}.pb-xxxl-c35-px{padding-bottom:35px!important}.pb-xxxl-c40-px{padding-bottom:40px!important}.pb-xxxl-c50-px{padding-bottom:50px!important}.pb-xxxl-c60-px{padding-bottom:60px!important}.pb-xxxl-c65-px{padding-bottom:65px!important}.pb-xxxl-c70-px{padding-bottom:70px!important}.pb-xxxl-c75-px{padding-bottom:75px!important}.pb-xxxl-c80-px{padding-bottom:80px!important}.pb-xxxl-c90-px{padding-bottom:90px!important}.pb-xxxl-c100-px{padding-bottom:100px!important}.pb-xxxl-c125-px{padding-bottom:125px!important}.pb-xxxl-c130-px{padding-bottom:130px!important}.pb-xxxl-c200-px{padding-bottom:200px!important}.pb-xxxl-c250-px{padding-bottom:250px!important}.pb-xxxl-c300-px{padding-bottom:300px!important}.pb-xxxl-c400-px{padding-bottom:400px!important}.pb-xxxl-c500-px{padding-bottom:500px!important}.ps-xxxl-0{padding-left:0!important}.ps-xxxl-1{padding-left:.25rem!important}.ps-xxxl-2{padding-left:.5rem!important}.ps-xxxl-3{padding-left:1rem!important}.ps-xxxl-4{padding-left:1.5rem!important}.ps-xxxl-5{padding-left:3rem!important}.ps-xxxl-6{padding-left:6rem!important}.ps-xxxl-7{padding-left:12rem!important}.ps-xxxl-8{padding-left:20rem!important}.ps-xxxl-c45{padding-left:.45rem!important}.ps-xxxl-c75{padding-left:.75rem!important}.ps-xxxl-c1-25{padding-left:1.25rem!important}.ps-xxxl-c1-75{padding-left:1.75rem!important}.ps-xxxl-c2{padding-left:2rem!important}.ps-xxxl-c2-25{padding-left:2.25rem!important}.ps-xxxl-c2-75{padding-left:2.75rem!important}.ps-xxxl-c3-75{padding-left:3.75rem!important}.ps-xxxl-c4{padding-left:4rem!important}.ps-xxxl-c4-5{padding-left:4.5rem!important}.ps-xxxl-c4-75{padding-left:4.75rem!important}.ps-xxxl-c5{padding-left:5rem!important}.ps-xxxl-c6{padding-left:6rem!important}.ps-xxxl-c7{padding-left:7rem!important}.ps-xxxl-c5-px{padding-left:5px!important}.ps-xxxl-c10-px{padding-left:10px!important}.ps-xxxl-c15-px{padding-left:15px!important}.ps-xxxl-c20-px{padding-left:20px!important}.ps-xxxl-c30-px{padding-left:30px!important}.ps-xxxl-c35-px{padding-left:35px!important}.ps-xxxl-c40-px{padding-left:40px!important}.ps-xxxl-c50-px{padding-left:50px!important}.ps-xxxl-c60-px{padding-left:60px!important}.ps-xxxl-c65-px{padding-left:65px!important}.ps-xxxl-c70-px{padding-left:70px!important}.ps-xxxl-c75-px{padding-left:75px!important}.ps-xxxl-c80-px{padding-left:80px!important}.ps-xxxl-c90-px{padding-left:90px!important}.ps-xxxl-c100-px{padding-left:100px!important}.ps-xxxl-c125-px{padding-left:125px!important}.ps-xxxl-c130-px{padding-left:130px!important}.ps-xxxl-c200-px{padding-left:200px!important}.ps-xxxl-c250-px{padding-left:250px!important}.ps-xxxl-c300-px{padding-left:300px!important}.ps-xxxl-c400-px{padding-left:400px!important}.ps-xxxl-c500-px{padding-left:500px!important}.gap-xxxl-0{gap:0!important}.gap-xxxl-1{gap:.25rem!important}.gap-xxxl-2{gap:.5rem!important}.gap-xxxl-3{gap:1rem!important}.gap-xxxl-4{gap:1.5rem!important}.gap-xxxl-5{gap:3rem!important}.gap-xxxl-6{gap:6rem!important}.gap-xxxl-7{gap:12rem!important}.gap-xxxl-8{gap:20rem!important}.gap-xxxl-c45{gap:.45rem!important}.gap-xxxl-c75{gap:.75rem!important}.gap-xxxl-c1-25{gap:1.25rem!important}.gap-xxxl-c1-75{gap:1.75rem!important}.gap-xxxl-c2{gap:2rem!important}.gap-xxxl-c2-25{gap:2.25rem!important}.gap-xxxl-c2-75{gap:2.75rem!important}.gap-xxxl-c3-75{gap:3.75rem!important}.gap-xxxl-c4{gap:4rem!important}.gap-xxxl-c4-5{gap:4.5rem!important}.gap-xxxl-c4-75{gap:4.75rem!important}.gap-xxxl-c5{gap:5rem!important}.gap-xxxl-c6{gap:6rem!important}.gap-xxxl-c7{gap:7rem!important}.gap-xxxl-c5-px{gap:5px!important}.gap-xxxl-c10-px{gap:10px!important}.gap-xxxl-c15-px{gap:15px!important}.gap-xxxl-c20-px{gap:20px!important}.gap-xxxl-c30-px{gap:30px!important}.gap-xxxl-c35-px{gap:35px!important}.gap-xxxl-c40-px{gap:40px!important}.gap-xxxl-c50-px{gap:50px!important}.gap-xxxl-c60-px{gap:60px!important}.gap-xxxl-c65-px{gap:65px!important}.gap-xxxl-c70-px{gap:70px!important}.gap-xxxl-c75-px{gap:75px!important}.gap-xxxl-c80-px{gap:80px!important}.gap-xxxl-c90-px{gap:90px!important}.gap-xxxl-c100-px{gap:100px!important}.gap-xxxl-c125-px{gap:125px!important}.gap-xxxl-c130-px{gap:130px!important}.gap-xxxl-c200-px{gap:200px!important}.gap-xxxl-c250-px{gap:250px!important}.gap-xxxl-c300-px{gap:300px!important}.gap-xxxl-c400-px{gap:400px!important}.gap-xxxl-c500-px{gap:500px!important}.row-gap-xxxl-0{row-gap:0!important}.row-gap-xxxl-1{row-gap:.25rem!important}.row-gap-xxxl-2{row-gap:.5rem!important}.row-gap-xxxl-3{row-gap:1rem!important}.row-gap-xxxl-4{row-gap:1.5rem!important}.row-gap-xxxl-5{row-gap:3rem!important}.row-gap-xxxl-6{row-gap:6rem!important}.row-gap-xxxl-7{row-gap:12rem!important}.row-gap-xxxl-8{row-gap:20rem!important}.row-gap-xxxl-c45{row-gap:.45rem!important}.row-gap-xxxl-c75{row-gap:.75rem!important}.row-gap-xxxl-c1-25{row-gap:1.25rem!important}.row-gap-xxxl-c1-75{row-gap:1.75rem!important}.row-gap-xxxl-c2{row-gap:2rem!important}.row-gap-xxxl-c2-25{row-gap:2.25rem!important}.row-gap-xxxl-c2-75{row-gap:2.75rem!important}.row-gap-xxxl-c3-75{row-gap:3.75rem!important}.row-gap-xxxl-c4{row-gap:4rem!important}.row-gap-xxxl-c4-5{row-gap:4.5rem!important}.row-gap-xxxl-c4-75{row-gap:4.75rem!important}.row-gap-xxxl-c5{row-gap:5rem!important}.row-gap-xxxl-c6{row-gap:6rem!important}.row-gap-xxxl-c7{row-gap:7rem!important}.row-gap-xxxl-c5-px{row-gap:5px!important}.row-gap-xxxl-c10-px{row-gap:10px!important}.row-gap-xxxl-c15-px{row-gap:15px!important}.row-gap-xxxl-c20-px{row-gap:20px!important}.row-gap-xxxl-c30-px{row-gap:30px!important}.row-gap-xxxl-c35-px{row-gap:35px!important}.row-gap-xxxl-c40-px{row-gap:40px!important}.row-gap-xxxl-c50-px{row-gap:50px!important}.row-gap-xxxl-c60-px{row-gap:60px!important}.row-gap-xxxl-c65-px{row-gap:65px!important}.row-gap-xxxl-c70-px{row-gap:70px!important}.row-gap-xxxl-c75-px{row-gap:75px!important}.row-gap-xxxl-c80-px{row-gap:80px!important}.row-gap-xxxl-c90-px{row-gap:90px!important}.row-gap-xxxl-c100-px{row-gap:100px!important}.row-gap-xxxl-c125-px{row-gap:125px!important}.row-gap-xxxl-c130-px{row-gap:130px!important}.row-gap-xxxl-c200-px{row-gap:200px!important}.row-gap-xxxl-c250-px{row-gap:250px!important}.row-gap-xxxl-c300-px{row-gap:300px!important}.row-gap-xxxl-c400-px{row-gap:400px!important}.row-gap-xxxl-c500-px{row-gap:500px!important}.column-gap-xxxl-0{column-gap:0!important}.column-gap-xxxl-1{column-gap:.25rem!important}.column-gap-xxxl-2{column-gap:.5rem!important}.column-gap-xxxl-3{column-gap:1rem!important}.column-gap-xxxl-4{column-gap:1.5rem!important}.column-gap-xxxl-5{column-gap:3rem!important}.column-gap-xxxl-6{column-gap:6rem!important}.column-gap-xxxl-7{column-gap:12rem!important}.column-gap-xxxl-8{column-gap:20rem!important}.column-gap-xxxl-c45{column-gap:.45rem!important}.column-gap-xxxl-c75{column-gap:.75rem!important}.column-gap-xxxl-c1-25{column-gap:1.25rem!important}.column-gap-xxxl-c1-75{column-gap:1.75rem!important}.column-gap-xxxl-c2{column-gap:2rem!important}.column-gap-xxxl-c2-25{column-gap:2.25rem!important}.column-gap-xxxl-c2-75{column-gap:2.75rem!important}.column-gap-xxxl-c3-75{column-gap:3.75rem!important}.column-gap-xxxl-c4{column-gap:4rem!important}.column-gap-xxxl-c4-5{column-gap:4.5rem!important}.column-gap-xxxl-c4-75{column-gap:4.75rem!important}.column-gap-xxxl-c5{column-gap:5rem!important}.column-gap-xxxl-c6{column-gap:6rem!important}.column-gap-xxxl-c7{column-gap:7rem!important}.column-gap-xxxl-c5-px{column-gap:5px!important}.column-gap-xxxl-c10-px{column-gap:10px!important}.column-gap-xxxl-c15-px{column-gap:15px!important}.column-gap-xxxl-c20-px{column-gap:20px!important}.column-gap-xxxl-c30-px{column-gap:30px!important}.column-gap-xxxl-c35-px{column-gap:35px!important}.column-gap-xxxl-c40-px{column-gap:40px!important}.column-gap-xxxl-c50-px{column-gap:50px!important}.column-gap-xxxl-c60-px{column-gap:60px!important}.column-gap-xxxl-c65-px{column-gap:65px!important}.column-gap-xxxl-c70-px{column-gap:70px!important}.column-gap-xxxl-c75-px{column-gap:75px!important}.column-gap-xxxl-c80-px{column-gap:80px!important}.column-gap-xxxl-c90-px{column-gap:90px!important}.column-gap-xxxl-c100-px{column-gap:100px!important}.column-gap-xxxl-c125-px{column-gap:125px!important}.column-gap-xxxl-c130-px{column-gap:130px!important}.column-gap-xxxl-c200-px{column-gap:200px!important}.column-gap-xxxl-c250-px{column-gap:250px!important}.column-gap-xxxl-c300-px{column-gap:300px!important}.column-gap-xxxl-c400-px{column-gap:400px!important}.column-gap-xxxl-c500-px{column-gap:500px!important}.text-xxxl-start{text-align:left!important}.text-xxxl-end{text-align:right!important}.text-xxxl-center{text-align:center!important}.h-px-xxxl-0{height:0!important}.h-px-xxxl-5{height:5px!important}.h-px-xxxl-10{height:10px!important}.h-px-xxxl-15{height:15px!important}.h-px-xxxl-16{height:16px!important}.h-px-xxxl-20{height:20px!important}.h-px-xxxl-25{height:25px!important}.h-px-xxxl-30{height:30px!important}.h-px-xxxl-35{height:35px!important}.h-px-xxxl-40{height:40px!important}.h-px-xxxl-42{height:42px!important}.h-px-xxxl-50{height:50px!important}.h-px-xxxl-60{height:60px!important}.h-px-xxxl-65{height:65px!important}.h-px-xxxl-70{height:70px!important}.h-px-xxxl-75{height:75px!important}.h-px-xxxl-80{height:80px!important}.h-px-xxxl-90{height:90px!important}.h-px-xxxl-100{height:100px!important}.h-px-xxxl-107{height:107px!important}.h-px-xxxl-110{height:110px!important}.h-px-xxxl-125{height:125px!important}.h-px-xxxl-130{height:130px!important}.h-px-xxxl-191{height:191px!important}.h-px-xxxl-200{height:200px!important}.h-px-xxxl-205{height:205px!important}.h-px-xxxl-250{height:250px!important}.h-px-xxxl-300{height:300px!important}.h-px-xxxl-335{height:335px!important}.h-px-xxxl-400{height:400px!important}.h-px-xxxl-450{height:450px!important}.h-px-xxxl-500{height:500px!important}.h-px-xxxl-650{height:650px!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.0625em);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"} /*! * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com diff --git a/packages/boxstarter/dist/scripts/boxstarter.js b/packages/boxstarter/dist/scripts/boxstarter.js index b544b4e4..c3cc9b7e 100644 --- a/packages/boxstarter/dist/scripts/boxstarter.js +++ b/packages/boxstarter/dist/scripts/boxstarter.js @@ -10408,15 +10408,16 @@ // src/scripts/get-window-height.js var getWindowHeight = () => { + var _a, _b; const vh = window.innerHeight * 0.01; - document.querySelector("html").setAttribute("style", `--vh:${vh}px;`); + (_a = document.querySelector("html")) == null ? void 0 : _a.style.setProperty("--vh", `${vh}px`); const header = document.querySelector("header"); const footer = document.querySelector("footer"); if (!header || !footer) { return; } const mh = window.innerHeight - outerHeightTrue(header) - outerHeightTrue(footer); - document.querySelector("main").setAttribute("style", `--mh:${mh}px;`); + (_b = document.querySelector("main")) == null ? void 0 : _b.style.setProperty("--mh", `${mh}px`); }; getWindowHeight(); window.onresize = getWindowHeight; diff --git a/packages/boxstarter/dist/scripts/boxstarter.min.js b/packages/boxstarter/dist/scripts/boxstarter.min.js index 2f33571b..e3991e26 100644 --- a/packages/boxstarter/dist/scripts/boxstarter.min.js +++ b/packages/boxstarter/dist/scripts/boxstarter.min.js @@ -1,11 +1,11 @@ -(()=>{(()=>{var tr=Object.create,gn=Object.defineProperty,nr=Object.getOwnPropertyDescriptor,yn=Object.getOwnPropertyNames,rr=Object.getPrototypeOf,ir=Object.prototype.hasOwnProperty,Rt=(F,q)=>function(){return q||(0,F[yn(F)[0]])((q={exports:{}}).exports,q),q.exports},ar=(F,q,L,y)=>{if(q&&typeof q=="object"||typeof q=="function")for(let f of yn(q))!ir.call(F,f)&&f!==L&&gn(F,f,{get:()=>q[f],enumerable:!(y=nr(q,f))||y.enumerable});return F},It=(F,q,L)=>(L=F!=null?tr(rr(F)):{},ar(q||!F||!F.__esModule?gn(L,"default",{value:F,enumerable:!0}):L,F)),or=Rt({"src/scripts/lib/prism.js"(F,q){var L=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},y=(function(f){var A=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,m=0,d={},h={manual:f.Prism&&f.Prism.manual,disableWorkerMessageHandler:f.Prism&&f.Prism.disableWorkerMessageHandler,util:{encode:function O(D){return D instanceof E?new E(D.type,O(D.content),D.alias):Array.isArray(D)?D.map(O):D.replace(/&/g,"&").replace(/"+B.content+""};function S(O,D,j,H){O.lastIndex=D;var B=O.exec(j);if(B&&H&&B[1]){var r=B[1].length;B.index+=r,B[0]=B[0].slice(r)}return B}function R(O,D,j,H,B,r){for(var fe in j)if(!(!j.hasOwnProperty(fe)||!j[fe])){var z=j[fe];z=Array.isArray(z)?z:[z];for(var be=0;be=r.reach);me+=ge.value.length,ge=ge.next){var Ne=ge.value;if(D.length>O.length)return;if(!(Ne instanceof E)){var ee=1,M;if(Ie){if(M=S(we,me,O,le),!M||M.index>=O.length)break;var ae=M.index,X=M.index+M[0].length,Q=me;for(Q+=ge.value.length;ae>=Q;)ge=ge.next,Q+=ge.value.length;if(Q-=ge.value.length,me=Q,ge.value instanceof E)continue;for(var te=ge;te!==D.tail&&(Qr.reach&&(r.reach=Le);var ft=ge.prev;He&&(ft=Y(D,ft,He),me+=He.length),$(D,ft,ee);var Ke=new E(fe,Ee?h.tokenize(Se,Ee):Se,it,Se);if(ge=Y(D,ft,Ke),ct&&Y(D,ge,ct),ee>1){var et={cause:fe+","+be,reach:Le};R(O,D,j,ge.prev,me,et),r&&et.reach>r.reach&&(r.reach=et.reach)}}}}}}function C(){var O={value:null,prev:null,next:null},D={value:null,prev:O,next:null};O.next=D,this.head=O,this.tail=D,this.length=0}function Y(O,D,j){var H=D.next,B={value:j,prev:D,next:H};return D.next=B,H.prev=B,O.length++,B}function $(O,D,j){for(var H=D.next,B=0;B/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},y.languages.markup.tag.inside["attr-value"].inside.entity=y.languages.markup.entity,y.languages.markup.doctype.inside["internal-subset"].inside=y.languages.markup,y.hooks.add("wrap",function(f){f.type==="entity"&&(f.attributes.title=f.content.replace(/&/,"&"))}),Object.defineProperty(y.languages.markup.tag,"addInlined",{value:function(A,m){var d={};d["language-"+m]={pattern:/(^$)/i,lookbehind:!0,inside:y.languages[m]},d.cdata=/^$/i;var h={"included-cdata":{pattern://i,inside:d}};h["language-"+m]={pattern:/[\s\S]+/,inside:y.languages[m]};var E={};E[A]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return A}),"i"),lookbehind:!0,greedy:!0,inside:h},y.languages.insertBefore("markup","cdata",E)}}),Object.defineProperty(y.languages.markup.tag,"addAttribute",{value:function(f,A){y.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+f+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[A,"language-"+A],inside:y.languages[A]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),y.languages.html=y.languages.markup,y.languages.mathml=y.languages.markup,y.languages.svg=y.languages.markup,y.languages.xml=y.languages.extend("markup",{}),y.languages.ssml=y.languages.xml,y.languages.atom=y.languages.xml,y.languages.rss=y.languages.xml,(function(f){var A=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;f.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+A.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+A.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+A.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+A.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:A,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},f.languages.css.atrule.inside.rest=f.languages.css;var m=f.languages.markup;m&&(m.tag.addInlined("style","css"),m.tag.addAttribute("style","css"))})(y),y.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},y.languages.javascript=y.languages.extend("clike",{"class-name":[y.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),y.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,y.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:y.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:y.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:y.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:y.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:y.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),y.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:y.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),y.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),y.languages.markup&&(y.languages.markup.tag.addInlined("script","javascript"),y.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),y.languages.js=y.languages.javascript,(function(f){var A="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",m={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:m,environment:{pattern:RegExp("\\$"+A),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+A),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};f.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+A),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:m}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+A),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},m.inside=f.languages.bash;for(var h=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],E=d.variable[1].inside,S=0;S>/g,function(Q,te){return"(?:"+X[+te]+")"})}function m(M,X,Q){return RegExp(A(M,X),Q||"")}function d(M,X){for(var Q=0;Q>/g,function(){return"(?:"+M+")"});return M.replace(/<>/g,"[^\\s\\S]")}var h={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function E(M){return"\\b(?:"+M.trim().replace(/ /g,"|")+")\\b"}var S=E(h.typeDeclaration),R=RegExp(E(h.type+" "+h.typeDeclaration+" "+h.contextual+" "+h.other)),C=E(h.typeDeclaration+" "+h.contextual+" "+h.other),Y=E(h.type+" "+h.typeDeclaration+" "+h.other),$=d(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),_=d(/\((?:[^()]|<>)*\)/.source,2),N=/@?\b[A-Za-z_]\w*\b/.source,Z=A(/<<0>>(?:\s*<<1>>)?/.source,[N,$]),W=A(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[C,Z]),O=/\[\s*(?:,\s*)*\]/.source,D=A(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[W,O]),j=A(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[$,_,O]),H=A(/\(<<0>>+(?:,<<0>>+)+\)/.source,[j]),B=A(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[H,W,O]),r={keyword:R,punctuation:/[<>()?,.:[\]]/},fe=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,z=/"(?:\\.|[^\\"\r\n])*"/.source,be=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;f.languages.csharp=f.languages.extend("clike",{string:[{pattern:m(/(^|[^$\\])<<0>>/.source,[be]),lookbehind:!0,greedy:!0},{pattern:m(/(^|[^@$\\])<<0>>/.source,[z]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:m(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[W]),lookbehind:!0,inside:r},{pattern:m(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[N,B]),lookbehind:!0,inside:r},{pattern:m(/(\busing\s+)<<0>>(?=\s*=)/.source,[N]),lookbehind:!0},{pattern:m(/(\b<<0>>\s+)<<1>>/.source,[S,Z]),lookbehind:!0,inside:r},{pattern:m(/(\bcatch\s*\(\s*)<<0>>/.source,[W]),lookbehind:!0,inside:r},{pattern:m(/(\bwhere\s+)<<0>>/.source,[N]),lookbehind:!0},{pattern:m(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[D]),lookbehind:!0,inside:r},{pattern:m(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[B,Y,N]),inside:r}],keyword:R,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),f.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),f.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:m(/([(,]\s*)<<0>>(?=\s*:)/.source,[N]),lookbehind:!0,alias:"punctuation"}}),f.languages.insertBefore("csharp","class-name",{namespace:{pattern:m(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[N]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:m(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[_]),lookbehind:!0,alias:"class-name",inside:r},"return-type":{pattern:m(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[B,W]),inside:r,alias:"class-name"},"constructor-invocation":{pattern:m(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[B]),lookbehind:!0,inside:r,alias:"class-name"},"generic-method":{pattern:m(/<<0>>\s*<<1>>(?=\s*\()/.source,[N,$]),inside:{function:m(/^<<0>>/.source,[N]),generic:{pattern:RegExp($),alias:"class-name",inside:r}}},"type-list":{pattern:m(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[S,Z,N,B,R.source,_,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:m(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[Z,_]),lookbehind:!0,greedy:!0,inside:f.languages.csharp},keyword:R,"class-name":{pattern:RegExp(B),greedy:!0,inside:r},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var ve=z+"|"+fe,Ee=A(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[ve]),le=d(A(/[^"'/()]|<<0>>|\(<>*\)/.source,[Ee]),2),Ie=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,it=A(/<<0>>(?:\s*\(<<1>>*\))?/.source,[W,le]);f.languages.insertBefore("csharp","class-name",{attribute:{pattern:m(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[Ie,it]),lookbehind:!0,greedy:!0,inside:{target:{pattern:m(/^<<0>>(?=\s*:)/.source,[Ie]),alias:"keyword"},"attribute-arguments":{pattern:m(/\(<<0>>*\)/.source,[le]),inside:f.languages.csharp},"class-name":{pattern:RegExp(W),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var Ye=/:[^}\r\n]+/.source,we=d(A(/[^"'/()]|<<0>>|\(<>*\)/.source,[Ee]),2),ge=A(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[we,Ye]),me=d(A(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[ve]),2),Ne=A(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[me,Ye]);function ee(M,X){return{interpolation:{pattern:m(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[M]),lookbehind:!0,inside:{"format-string":{pattern:m(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[X,Ye]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:f.languages.csharp}}},string:/[\s\S]+/}}f.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:m(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[ge]),lookbehind:!0,greedy:!0,inside:ee(ge,we)},{pattern:m(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[Ne]),lookbehind:!0,greedy:!0,inside:ee(Ne,me)}],char:{pattern:RegExp(fe),greedy:!0}}),f.languages.dotnet=f.languages.cs=f.languages.csharp})(y),(function(f){f.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var A={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(A).forEach(function(m){var d=A[m],h=[];/^\w+$/.test(m)||h.push(/\w+/.exec(m)[0]),m==="diff"&&h.push("bold"),f.languages.diff[m]={pattern:RegExp("^(?:["+d+`].*(?:\r +(()=>{(()=>{var tr=Object.create,gn=Object.defineProperty,nr=Object.getOwnPropertyDescriptor,yn=Object.getOwnPropertyNames,rr=Object.getPrototypeOf,ir=Object.prototype.hasOwnProperty,Rt=(F,q)=>function(){return q||(0,F[yn(F)[0]])((q={exports:{}}).exports,q),q.exports},ar=(F,q,L,y)=>{if(q&&typeof q=="object"||typeof q=="function")for(let f of yn(q))!ir.call(F,f)&&f!==L&&gn(F,f,{get:()=>q[f],enumerable:!(y=nr(q,f))||y.enumerable});return F},It=(F,q,L)=>(L=F!=null?tr(rr(F)):{},ar(q||!F||!F.__esModule?gn(L,"default",{value:F,enumerable:!0}):L,F)),or=Rt({"src/scripts/lib/prism.js"(F,q){var L=typeof window!="undefined"?window:typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope?self:{},y=(function(f){var m=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,A=0,d={},h={manual:f.Prism&&f.Prism.manual,disableWorkerMessageHandler:f.Prism&&f.Prism.disableWorkerMessageHandler,util:{encode:function O(D){return D instanceof E?new E(D.type,O(D.content),D.alias):Array.isArray(D)?D.map(O):D.replace(/&/g,"&").replace(/"+B.content+""};function S(O,D,j,H){O.lastIndex=D;var B=O.exec(j);if(B&&H&&B[1]){var r=B[1].length;B.index+=r,B[0]=B[0].slice(r)}return B}function R(O,D,j,H,B,r){for(var fe in j)if(!(!j.hasOwnProperty(fe)||!j[fe])){var z=j[fe];z=Array.isArray(z)?z:[z];for(var be=0;be=r.reach);me+=ge.value.length,ge=ge.next){var Ne=ge.value;if(D.length>O.length)return;if(!(Ne instanceof E)){var ee=1,M;if(Ie){if(M=S(we,me,O,le),!M||M.index>=O.length)break;var ae=M.index,X=M.index+M[0].length,Q=me;for(Q+=ge.value.length;ae>=Q;)ge=ge.next,Q+=ge.value.length;if(Q-=ge.value.length,me=Q,ge.value instanceof E)continue;for(var te=ge;te!==D.tail&&(Qr.reach&&(r.reach=Le);var ft=ge.prev;He&&(ft=Y(D,ft,He),me+=He.length),$(D,ft,ee);var Ke=new E(fe,Ee?h.tokenize(Se,Ee):Se,it,Se);if(ge=Y(D,ft,Ke),ct&&Y(D,ge,ct),ee>1){var et={cause:fe+","+be,reach:Le};R(O,D,j,ge.prev,me,et),r&&et.reach>r.reach&&(r.reach=et.reach)}}}}}}function C(){var O={value:null,prev:null,next:null},D={value:null,prev:O,next:null};O.next=D,this.head=O,this.tail=D,this.length=0}function Y(O,D,j){var H=D.next,B={value:j,prev:D,next:H};return D.next=B,H.prev=B,O.length++,B}function $(O,D,j){for(var H=D.next,B=0;B/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},y.languages.markup.tag.inside["attr-value"].inside.entity=y.languages.markup.entity,y.languages.markup.doctype.inside["internal-subset"].inside=y.languages.markup,y.hooks.add("wrap",function(f){f.type==="entity"&&(f.attributes.title=f.content.replace(/&/,"&"))}),Object.defineProperty(y.languages.markup.tag,"addInlined",{value:function(m,A){var d={};d["language-"+A]={pattern:/(^$)/i,lookbehind:!0,inside:y.languages[A]},d.cdata=/^$/i;var h={"included-cdata":{pattern://i,inside:d}};h["language-"+A]={pattern:/[\s\S]+/,inside:y.languages[A]};var E={};E[m]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return m}),"i"),lookbehind:!0,greedy:!0,inside:h},y.languages.insertBefore("markup","cdata",E)}}),Object.defineProperty(y.languages.markup.tag,"addAttribute",{value:function(f,m){y.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+f+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[m,"language-"+m],inside:y.languages[m]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),y.languages.html=y.languages.markup,y.languages.mathml=y.languages.markup,y.languages.svg=y.languages.markup,y.languages.xml=y.languages.extend("markup",{}),y.languages.ssml=y.languages.xml,y.languages.atom=y.languages.xml,y.languages.rss=y.languages.xml,(function(f){var m=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;f.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+m.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+m.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+m.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+m.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:m,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},f.languages.css.atrule.inside.rest=f.languages.css;var A=f.languages.markup;A&&(A.tag.addInlined("style","css"),A.tag.addAttribute("style","css"))})(y),y.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},y.languages.javascript=y.languages.extend("clike",{"class-name":[y.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),y.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,y.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:y.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:y.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:y.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:y.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:y.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),y.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:y.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),y.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),y.languages.markup&&(y.languages.markup.tag.addInlined("script","javascript"),y.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),y.languages.js=y.languages.javascript,(function(f){var m="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",A={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},d={bash:A,environment:{pattern:RegExp("\\$"+m),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+m),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};f.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+m),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:d},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:A}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:d},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:d.entity}}],environment:{pattern:RegExp("\\$?"+m),alias:"constant"},variable:d.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},A.inside=f.languages.bash;for(var h=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],E=d.variable[1].inside,S=0;S>/g,function(Q,te){return"(?:"+X[+te]+")"})}function A(M,X,Q){return RegExp(m(M,X),Q||"")}function d(M,X){for(var Q=0;Q>/g,function(){return"(?:"+M+")"});return M.replace(/<>/g,"[^\\s\\S]")}var h={type:"bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",typeDeclaration:"class enum interface record struct",contextual:"add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",other:"abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield"};function E(M){return"\\b(?:"+M.trim().replace(/ /g,"|")+")\\b"}var S=E(h.typeDeclaration),R=RegExp(E(h.type+" "+h.typeDeclaration+" "+h.contextual+" "+h.other)),C=E(h.typeDeclaration+" "+h.contextual+" "+h.other),Y=E(h.type+" "+h.typeDeclaration+" "+h.other),$=d(/<(?:[^<>;=+\-*/%&|^]|<>)*>/.source,2),_=d(/\((?:[^()]|<>)*\)/.source,2),N=/@?\b[A-Za-z_]\w*\b/.source,Z=m(/<<0>>(?:\s*<<1>>)?/.source,[N,$]),W=m(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[C,Z]),O=/\[\s*(?:,\s*)*\]/.source,D=m(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[W,O]),j=m(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[$,_,O]),H=m(/\(<<0>>+(?:,<<0>>+)+\)/.source,[j]),B=m(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[H,W,O]),r={keyword:R,punctuation:/[<>()?,.:[\]]/},fe=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,z=/"(?:\\.|[^\\"\r\n])*"/.source,be=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;f.languages.csharp=f.languages.extend("clike",{string:[{pattern:A(/(^|[^$\\])<<0>>/.source,[be]),lookbehind:!0,greedy:!0},{pattern:A(/(^|[^@$\\])<<0>>/.source,[z]),lookbehind:!0,greedy:!0}],"class-name":[{pattern:A(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[W]),lookbehind:!0,inside:r},{pattern:A(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[N,B]),lookbehind:!0,inside:r},{pattern:A(/(\busing\s+)<<0>>(?=\s*=)/.source,[N]),lookbehind:!0},{pattern:A(/(\b<<0>>\s+)<<1>>/.source,[S,Z]),lookbehind:!0,inside:r},{pattern:A(/(\bcatch\s*\(\s*)<<0>>/.source,[W]),lookbehind:!0,inside:r},{pattern:A(/(\bwhere\s+)<<0>>/.source,[N]),lookbehind:!0},{pattern:A(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[D]),lookbehind:!0,inside:r},{pattern:A(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[B,Y,N]),inside:r}],keyword:R,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:[dflmu]|lu|ul)?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),f.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),f.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:A(/([(,]\s*)<<0>>(?=\s*:)/.source,[N]),lookbehind:!0,alias:"punctuation"}}),f.languages.insertBefore("csharp","class-name",{namespace:{pattern:A(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[N]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:A(/(\b(?:default|sizeof|typeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[_]),lookbehind:!0,alias:"class-name",inside:r},"return-type":{pattern:A(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[B,W]),inside:r,alias:"class-name"},"constructor-invocation":{pattern:A(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[B]),lookbehind:!0,inside:r,alias:"class-name"},"generic-method":{pattern:A(/<<0>>\s*<<1>>(?=\s*\()/.source,[N,$]),inside:{function:A(/^<<0>>/.source,[N]),generic:{pattern:RegExp($),alias:"class-name",inside:r}}},"type-list":{pattern:A(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[S,Z,N,B,R.source,_,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:A(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[Z,_]),lookbehind:!0,greedy:!0,inside:f.languages.csharp},keyword:R,"class-name":{pattern:RegExp(B),greedy:!0,inside:r},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var ve=z+"|"+fe,Ee=m(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[ve]),le=d(m(/[^"'/()]|<<0>>|\(<>*\)/.source,[Ee]),2),Ie=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,it=m(/<<0>>(?:\s*\(<<1>>*\))?/.source,[W,le]);f.languages.insertBefore("csharp","class-name",{attribute:{pattern:A(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[Ie,it]),lookbehind:!0,greedy:!0,inside:{target:{pattern:A(/^<<0>>(?=\s*:)/.source,[Ie]),alias:"keyword"},"attribute-arguments":{pattern:A(/\(<<0>>*\)/.source,[le]),inside:f.languages.csharp},"class-name":{pattern:RegExp(W),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var Ye=/:[^}\r\n]+/.source,we=d(m(/[^"'/()]|<<0>>|\(<>*\)/.source,[Ee]),2),ge=m(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[we,Ye]),me=d(m(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<>*\)/.source,[ve]),2),Ne=m(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[me,Ye]);function ee(M,X){return{interpolation:{pattern:A(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[M]),lookbehind:!0,inside:{"format-string":{pattern:A(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[X,Ye]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:f.languages.csharp}}},string:/[\s\S]+/}}f.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:A(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[ge]),lookbehind:!0,greedy:!0,inside:ee(ge,we)},{pattern:A(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[Ne]),lookbehind:!0,greedy:!0,inside:ee(Ne,me)}],char:{pattern:RegExp(fe),greedy:!0}}),f.languages.dotnet=f.languages.cs=f.languages.csharp})(y),(function(f){f.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var m={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(m).forEach(function(A){var d=m[A],h=[];/^\w+$/.test(A)||h.push(/\w+/.exec(A)[0]),A==="diff"&&h.push("bold"),f.languages.diff[A]={pattern:RegExp("^(?:["+d+`].*(?:\r ?| -|(?![\\s\\S])))+`,"m"),alias:h,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(m)[0]}}}}),Object.defineProperty(f.languages.diff,"PREFIXES",{value:A})})(y),y.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},y.languages.webmanifest=y.languages.json,(function(f){var A=f.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};A.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:A},boolean:A.boolean,variable:A.variable}})(y),(function(f){f.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var A=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:f.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];f.languages.puppet.heredoc[0].inside.interpolation=A,f.languages.puppet.string.inside["double-quoted"].inside.interpolation=A})(y),y.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},y.languages.python["string-interpolation"].inside.interpolation.inside.rest=y.languages.python,y.languages.py=y.languages.python,(function(f){f.languages.ruby=f.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===||[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),f.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var A={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:f.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete f.languages.ruby.function;var m="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",d=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;f.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+m+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:A,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:A,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+d),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+d+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),f.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+m),greedy:!0,inside:{interpolation:A,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:A,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:A,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+m),greedy:!0,inside:{interpolation:A,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:A,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete f.languages.ruby.string,f.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),f.languages.rb=f.languages.ruby})(y),y.languages.scss=y.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),y.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),y.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),y.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),y.languages.scss.atrule.inside.rest=y.languages.scss,(function(f){var A=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");f.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<>)+/.source.replace(/<>/g,function(){return A}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:f.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},f.languages["sh-session"]=f.languages.shellsession=f.languages["shell-session"]})(y),(function(f){function A(E,S){f.languages[E]&&f.languages.insertBefore(E,"comment",{"doc-comment":S})}var m=f.languages.markup.tag,d={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:m}},h={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:m}};A("csharp",d),A("fsharp",d),A("vbnet",h)})(y),(function(f){var A=/[*&][^\s[\]{},]+/,m=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,d="(?:"+m.source+"(?:[ ]+"+A.source+")?|"+A.source+"(?:[ ]+"+m.source+")?)",h=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),E=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function S(R,C){C=(C||"").replace(/m/g,"")+"m";var Y=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,function(){return d}).replace(/<>/g,function(){return R});return RegExp(Y,C)}f.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,function(){return d})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,function(){return d}).replace(/<>/g,function(){return"(?:"+h+"|"+E+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:S(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:S(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:S(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:S(E),lookbehind:!0,greedy:!0},number:{pattern:S(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:m,important:A,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},f.languages.yml=f.languages.yaml})(y),(function(f){var A={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};f.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:A,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},f.languages.log=f.languages["log-file"]})(y),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;var f="line-numbers",A=/\n(?!$)/g,m=y.plugins.lineNumbers={getLine:function(S,R){if(!(S.tagName!=="PRE"||!S.classList.contains(f))){var C=S.querySelector(".line-numbers-rows");if(C){var Y=parseInt(S.getAttribute("data-start"),10)||1,$=Y+(C.children.length-1);R$&&(R=$);var _=R-Y;return C.children[_]}}},resize:function(S){d([S])},assumeViewportIndependence:!0};function d(S){if(S=S.filter(function(C){var Y=h(C),$=Y["white-space"];return $==="pre-wrap"||$==="pre-line"}),S.length!=0){var R=S.map(function(C){var Y=C.querySelector("code"),$=C.querySelector(".line-numbers-rows");if(!(!Y||!$)){var _=C.querySelector(".line-numbers-sizer"),N=Y.textContent.split(A);_||(_=document.createElement("span"),_.className="line-numbers-sizer",Y.appendChild(_)),_.innerHTML="0",_.style.display="block";var Z=_.getBoundingClientRect().height;return _.innerHTML="",{element:C,lines:N,lineHeights:[],oneLinerHeight:Z,sizer:_}}}).filter(Boolean);R.forEach(function(C){var Y=C.sizer,$=C.lines,_=C.lineHeights,N=C.oneLinerHeight;_[$.length-1]=void 0,$.forEach(function(Z,W){if(Z&&Z.length>1){var O=Y.appendChild(document.createElement("span"));O.style.display="block",O.textContent=Z}else _[W]=N})}),R.forEach(function(C){for(var Y=C.sizer,$=C.lineHeights,_=0,N=0;N<$.length;N++)$[N]===void 0&&($[N]=Y.children[_++].getBoundingClientRect().height)}),R.forEach(function(C){var Y=C.sizer,$=C.element.querySelector(".line-numbers-rows");Y.style.display="none",Y.innerHTML="",C.lineHeights.forEach(function(_,N){$.children[N].style.height=_+"px"})})}}function h(S){return S?window.getComputedStyle?getComputedStyle(S):S.currentStyle||null:null}var E=void 0;window.addEventListener("resize",function(){m.assumeViewportIndependence&&E===window.innerWidth||(E=window.innerWidth,d(Array.prototype.slice.call(document.querySelectorAll("pre."+f))))}),y.hooks.add("complete",function(S){if(S.code){var R=S.element,C=R.parentNode;if(!(!C||!/pre/i.test(C.nodeName))&&!R.querySelector(".line-numbers-rows")&&y.util.isActive(R,f)){R.classList.remove(f),C.classList.add(f);var Y=S.code.match(A),$=Y?Y.length+1:1,_,N=new Array($+1).join("");_=document.createElement("span"),_.setAttribute("aria-hidden","true"),_.className="line-numbers-rows",_.innerHTML=N,C.hasAttribute("data-start")&&(C.style.counterReset="linenumber "+(parseInt(C.getAttribute("data-start"),10)-1)),S.element.appendChild(_),d([C]),y.hooks.run("line-numbers",S)}}}),y.hooks.add("line-numbers",function(S){S.plugins=S.plugins||{},S.plugins.lineNumbers=!0})})(),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;var f=[],A={},m=function(){};y.plugins.toolbar={};var d=y.plugins.toolbar.registerButton=function(S,R){var C;if(typeof R=="function"?C=R:C=function(Y){var $;return typeof R.onClick=="function"?($=document.createElement("button"),$.type="button",$.addEventListener("click",function(){R.onClick.call(this,Y)})):typeof R.url=="string"?($=document.createElement("a"),$.href=R.url):$=document.createElement("span"),R.className&&$.classList.add(R.className),$.textContent=R.text,$},S in A){console.warn('There is a button with the key "'+S+'" registered already.');return}f.push(A[S]=C)};function h(S){for(;S;){var R=S.getAttribute("data-toolbar-order");if(R!=null)return R=R.trim(),R.length?R.split(/\s*,\s*/g):[];S=S.parentElement}}var E=y.plugins.toolbar.hook=function(S){var R=S.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&!R.parentNode.classList.contains("code-toolbar")){var C=document.createElement("div");C.classList.add("code-toolbar"),R.parentNode.insertBefore(C,R),C.appendChild(R);var Y=document.createElement("div");Y.classList.add("toolbar");var $=f,_=h(S.element);_&&($=_.map(function(N){return A[N]||m})),$.forEach(function(N){var Z=N(S);if(Z){var W=document.createElement("div");W.classList.add("toolbar-item"),W.appendChild(Z),Y.appendChild(W)}}),C.appendChild(Y)}};d("label",function(S){var R=S.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&R.hasAttribute("data-label")){var C,Y,$=R.getAttribute("data-label");try{Y=document.querySelector("template#"+$)}catch(_){}return Y?C=Y.content:(R.hasAttribute("data-url")?(C=document.createElement("a"),C.href=R.getAttribute("data-url")):C=document.createElement("span"),C.textContent=$),C}}),y.hooks.add("complete",E)})(),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;if(!y.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function f(E,S){E.addEventListener("click",function(){m(S)})}function A(E){var S=document.createElement("textarea");S.value=E.getText(),S.style.top="0",S.style.left="0",S.style.position="fixed",document.body.appendChild(S),S.focus(),S.select();try{var R=document.execCommand("copy");setTimeout(function(){R?E.success():E.error()},1)}catch(C){setTimeout(function(){E.error(C)},1)}document.body.removeChild(S)}function m(E){navigator.clipboard?navigator.clipboard.writeText(E.getText()).then(E.success,function(){A(E)}):A(E)}function d(E){window.getSelection().selectAllChildren(E)}function h(E){var S={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},R="data-prismjs-";for(var C in S){for(var Y=R+C,$=E;$&&!$.hasAttribute(Y);)$=$.parentElement;$&&(S[C]=$.getAttribute(Y))}return S}y.plugins.toolbar.registerButton("copy-to-clipboard",function(E){var S=E.element,R=h(S),C=document.createElement("button");C.className="copy-to-clipboard-button",C.setAttribute("type","button");var Y=document.createElement("span");return C.appendChild(Y),_("copy"),f(C,{getText:function(){return S.textContent},success:function(){_("copy-success"),$()},error:function(){_("copy-error"),setTimeout(function(){d(S)},1),$()}}),C;function $(){setTimeout(function(){_("copy")},R["copy-timeout"])}function _(N){Y.textContent=R[N],C.setAttribute("data-copy-state",N)}})})(),(function(){if(typeof y!="undefined"){var f=/^diff-([\w-]+)/i,A=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,m=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return A.source}),"gi"),d=!1;y.hooks.add("before-sanity-check",function(h){var E=h.language;f.test(E)&&!h.grammar&&(h.grammar=y.languages[E]=y.languages.diff)}),y.hooks.add("before-tokenize",function(h){!d&&!y.languages.diff&&!y.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var E=h.language;f.test(E)&&!y.languages[E]&&(y.languages[E]=y.languages.diff)}),y.hooks.add("wrap",function(h){var E,S;if(h.language!=="diff"){var R=f.exec(h.language);if(!R)return;E=R[1],S=y.languages[E]}var C=y.languages.diff&&y.languages.diff.PREFIXES;if(C&&h.type in C){var Y=h.content.replace(A,""),$=Y.replace(/</g,"<").replace(/&/g,"&"),_=$.replace(/(^|[\r\n])./g,"$1"),N;S?N=y.highlight(_,S,E):N=y.util.encode(_);var Z=new y.Token("prefix",C[h.type],[/\w+/.exec(h.type)[0]]),W=y.Token.stringify(Z,h.language),O=[],D;for(m.lastIndex=0;D=m.exec(N);)O.push(W+D[0]);/(?:^|[\r\n]).$/.test($)&&O.push(W),h.content=O.join(""),S&&h.classes.push("language-"+E)}})}})()}}),sr=Rt({"node_modules/clipboard/dist/clipboard.js"(F,q){(function(y,f){typeof F=="object"&&typeof q=="object"?q.exports=f():typeof define=="function"&&define.amd?define([],f):typeof F=="object"?F.ClipboardJS=f():y.ClipboardJS=f()})(F,function(){return(function(){var L={686:(function(A,m,d){"use strict";d.d(m,{default:function(){return Ne}});var h=d(279),E=d.n(h),S=d(370),R=d.n(S),C=d(817),Y=d.n(C);function $(ee){try{return document.execCommand(ee)}catch(M){return!1}}var _=function(M){var X=Y()(M);return $("cut"),X},N=_;function Z(ee){var M=document.documentElement.getAttribute("dir")==="rtl",X=document.createElement("textarea");X.style.fontSize="12pt",X.style.border="0",X.style.padding="0",X.style.margin="0",X.style.position="absolute",X.style[M?"right":"left"]="-9999px";var Q=window.pageYOffset||document.documentElement.scrollTop;return X.style.top="".concat(Q,"px"),X.setAttribute("readonly",""),X.value=ee,X}var W=function(M,X){var Q=Z(M);X.container.appendChild(Q);var te=Y()(Q);return $("copy"),Q.remove(),te},O=function(M){var X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},Q="";return typeof M=="string"?Q=W(M,X):M instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(M==null?void 0:M.type)?Q=W(M.value,X):(Q=Y()(M),$("copy")),Q},D=O;function j(ee){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?j=function(X){return typeof X}:j=function(X){return X&&typeof Symbol=="function"&&X.constructor===Symbol&&X!==Symbol.prototype?"symbol":typeof X},j(ee)}var H=function(){var M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=M.action,Q=X===void 0?"copy":X,te=M.container,ae=M.target,Se=M.text;if(Q!=="copy"&&Q!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(ae!==void 0)if(ae&&j(ae)==="object"&&ae.nodeType===1){if(Q==="copy"&&ae.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(Q==="cut"&&(ae.hasAttribute("readonly")||ae.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Se)return D(Se,{container:te});if(ae)return Q==="cut"?N(ae):D(ae,{container:te})},B=H;function r(ee){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?r=function(X){return typeof X}:r=function(X){return X&&typeof Symbol=="function"&&X.constructor===Symbol&&X!==Symbol.prototype?"symbol":typeof X},r(ee)}function fe(ee,M){if(!(ee instanceof M))throw new TypeError("Cannot call a class as a function")}function z(ee,M){for(var X=0;X0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof te.action=="function"?te.action:this.defaultAction,this.target=typeof te.target=="function"?te.target:this.defaultTarget,this.text=typeof te.text=="function"?te.text:this.defaultText,this.container=r(te.container)==="object"?te.container:document.body}},{key:"listenClick",value:function(te){var ae=this;this.listener=R()(te,"click",function(Se){return ae.onClick(Se)})}},{key:"onClick",value:function(te){var ae=te.delegateTarget||te.currentTarget,Se=this.action(ae)||"copy",He=B({action:Se,container:this.container,target:this.target(ae),text:this.text(ae)});this.emit(He?"success":"error",{action:Se,text:He,trigger:ae,clearSelection:function(){ae&&ae.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(te){return ge("action",te)}},{key:"defaultTarget",value:function(te){var ae=ge("target",te);if(ae)return document.querySelector(ae)}},{key:"defaultText",value:function(te){return ge("text",te)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(te){var ae=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return D(te,ae)}},{key:"cut",value:function(te){return N(te)}},{key:"isSupported",value:function(){var te=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],ae=typeof te=="string"?[te]:te,Se=!!document.queryCommandSupported;return ae.forEach(function(He){Se=Se&&!!document.queryCommandSupported(He)}),Se}}]),X})(E()),Ne=me}),828:(function(A){var m=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var d=Element.prototype;d.matches=d.matchesSelector||d.mozMatchesSelector||d.msMatchesSelector||d.oMatchesSelector||d.webkitMatchesSelector}function h(E,S){for(;E&&E.nodeType!==m;){if(typeof E.matches=="function"&&E.matches(S))return E;E=E.parentNode}}A.exports=h}),438:(function(A,m,d){var h=d(828);function E(C,Y,$,_,N){var Z=R.apply(this,arguments);return C.addEventListener($,Z,N),{destroy:function(){C.removeEventListener($,Z,N)}}}function S(C,Y,$,_,N){return typeof C.addEventListener=="function"?E.apply(null,arguments):typeof $=="function"?E.bind(null,document).apply(null,arguments):(typeof C=="string"&&(C=document.querySelectorAll(C)),Array.prototype.map.call(C,function(Z){return E(Z,Y,$,_,N)}))}function R(C,Y,$,_){return function(N){N.delegateTarget=h(N.target,Y),N.delegateTarget&&_.call(C,N)}}A.exports=S}),879:(function(A,m){m.node=function(d){return d!==void 0&&d instanceof HTMLElement&&d.nodeType===1},m.nodeList=function(d){var h=Object.prototype.toString.call(d);return d!==void 0&&(h==="[object NodeList]"||h==="[object HTMLCollection]")&&"length"in d&&(d.length===0||m.node(d[0]))},m.string=function(d){return typeof d=="string"||d instanceof String},m.fn=function(d){var h=Object.prototype.toString.call(d);return h==="[object Function]"}}),370:(function(A,m,d){var h=d(879),E=d(438);function S($,_,N){if(!$&&!_&&!N)throw new Error("Missing required arguments");if(!h.string(_))throw new TypeError("Second argument must be a String");if(!h.fn(N))throw new TypeError("Third argument must be a Function");if(h.node($))return R($,_,N);if(h.nodeList($))return C($,_,N);if(h.string($))return Y($,_,N);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function R($,_,N){return $.addEventListener(_,N),{destroy:function(){$.removeEventListener(_,N)}}}function C($,_,N){return Array.prototype.forEach.call($,function(Z){Z.addEventListener(_,N)}),{destroy:function(){Array.prototype.forEach.call($,function(Z){Z.removeEventListener(_,N)})}}}function Y($,_,N){return E(document.body,$,_,N)}A.exports=S}),817:(function(A){function m(d){var h;if(d.nodeName==="SELECT")d.focus(),h=d.value;else if(d.nodeName==="INPUT"||d.nodeName==="TEXTAREA"){var E=d.hasAttribute("readonly");E||d.setAttribute("readonly",""),d.select(),d.setSelectionRange(0,d.value.length),E||d.removeAttribute("readonly"),h=d.value}else{d.hasAttribute("contenteditable")&&d.focus();var S=window.getSelection(),R=document.createRange();R.selectNodeContents(d),S.removeAllRanges(),S.addRange(R),h=S.toString()}return h}A.exports=m}),279:(function(A){function m(){}m.prototype={on:function(d,h,E){var S=this.e||(this.e={});return(S[d]||(S[d]=[])).push({fn:h,ctx:E}),this},once:function(d,h,E){var S=this;function R(){S.off(d,R),h.apply(E,arguments)}return R._=h,this.on(d,R,E)},emit:function(d){var h=[].slice.call(arguments,1),E=((this.e||(this.e={}))[d]||[]).slice(),S=0,R=E.length;for(S;S\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||f(this.options),d.trim().replace(/'/gi,"").replace(E,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(d){var h=d.firstChild&&(" "+d.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,E=d.lastChild&&(" "+d.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return h||E||!1};function A(d){var h;if(typeof d=="string"||d instanceof String)h=[].slice.call(document.querySelectorAll(d));else if(Array.isArray(d)||d instanceof NodeList)h=[].slice.call(d);else throw new TypeError("The selector provided to AnchorJS was invalid.");return h}function m(){if(document.head.querySelector("style.anchorjs")===null){var d=document.createElement("style"),h=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",E=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",S='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',R="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",C;d.className="anchorjs",d.appendChild(document.createTextNode("")),C=document.head.querySelector('[rel="stylesheet"],style'),C===void 0?document.head.appendChild(d):document.head.insertBefore(d,C),d.sheet.insertRule(h,d.sheet.cssRules.length),d.sheet.insertRule(E,d.sheet.cssRules.length),d.sheet.insertRule(R,d.sheet.cssRules.length),d.sheet.insertRule(S,d.sheet.cssRules.length)}}}return L})}}),lr=Rt({"node_modules/jquery/dist/jquery.js"(F,q){(function(L,y){"use strict";typeof q=="object"&&typeof q.exports=="object"?q.exports=L.document?y(L,!0):function(f){if(!f.document)throw new Error("jQuery requires a window with a document");return y(f)}:y(L)})(typeof window!="undefined"?window:F,function(L,y){"use strict";var f=[],A=Object.getPrototypeOf,m=f.slice,d=f.flat?function(e){return f.flat.call(e)}:function(e){return f.concat.apply([],e)},h=f.push,E=f.indexOf,S={},R=S.toString,C=S.hasOwnProperty,Y=C.toString,$=Y.call(Object),_={},N=function(t){return typeof t=="function"&&typeof t.nodeType!="number"&&typeof t.item!="function"},Z=function(t){return t!=null&&t===t.window},W=L.document,O={type:!0,src:!0,nonce:!0,noModule:!0};function D(e,t,n){n=n||W;var i,a,o=n.createElement("script");if(o.text=e,t)for(i in O)a=t[i]||t.getAttribute&&t.getAttribute(i),a&&o.setAttribute(i,a);n.head.appendChild(o).parentNode.removeChild(o)}function j(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?S[R.call(e)]||"object":typeof e}var H="3.7.1",B=/HTML$/i,r=function(e,t){return new r.fn.init(e,t)};r.fn=r.prototype={jquery:H,constructor:r,length:0,toArray:function(){return m.call(this)},get:function(e){return e==null?m.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=r.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return r.each(this,e)},map:function(e){return this.pushStack(r.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(m.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(r.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(r.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e}function z(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var be=f.pop,ve=f.sort,Ee=f.splice,le="[\\x20\\t\\r\\n\\f]",Ie=new RegExp("^"+le+"+|((?:^|[^\\\\])(?:\\\\.)*)"+le+"+$","g");r.contains=function(e,t){var n=t&&t.parentNode;return e===n||!!(n&&n.nodeType===1&&(e.contains?e.contains(n):e.compareDocumentPosition&&e.compareDocumentPosition(n)&16))};var it=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Ye(e,t){return t?e==="\0"?"\uFFFD":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}r.escapeSelector=function(e){return(e+"").replace(it,Ye)};var we=W,ge=h;(function(){var e,t,n,i,a,o=ge,s,c,l,g,x,T=r.expando,b=0,I=0,re=Ht(),de=Ht(),oe=Ht(),Ce=Ht(),xe=function(u,p){return u===p&&(a=!0),0},ze="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",We="(?:\\\\[\\da-fA-F]{1,6}"+le+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",ce="\\["+le+"*("+We+")(?:"+le+"*([*^$|!~]?=)"+le+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+We+"))|)"+le+"*\\]",ut=":("+We+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+ce+")*)|.*)\\)|)",pe=new RegExp(le+"+","g"),Ae=new RegExp("^"+le+"*,"+le+"*"),_t=new RegExp("^"+le+"*([>+~]|"+le+")"+le+"*"),un=new RegExp(le+"|>"),Ue=new RegExp(ut),Dt=new RegExp("^"+We+"$"),Ge={ID:new RegExp("^#("+We+")"),CLASS:new RegExp("^\\.("+We+")"),TAG:new RegExp("^("+We+"|[*])"),ATTR:new RegExp("^"+ce),PSEUDO:new RegExp("^"+ut),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+le+"*(even|odd|(([+-]|)(\\d*)n|)"+le+"*(?:([+-]|)"+le+"*(\\d+)|))"+le+"*\\)|)","i"),bool:new RegExp("^(?:"+ze+")$","i"),needsContext:new RegExp("^"+le+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+le+"*((?:-\\d)?\\d*)"+le+"*\\)|)(?=[^-]|$)","i")},tt=/^(?:input|select|textarea|button)$/i,nt=/^h\d$/i,$e=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ln=/[+~]/,Je=new RegExp("\\\\[\\da-fA-F]{1,6}"+le+"?|\\\\([^\\r\\n\\f])","g"),Ze=function(u,p){var v="0x"+u.slice(1)-65536;return p||(v<0?String.fromCharCode(v+65536):String.fromCharCode(v>>10|55296,v&1023|56320))},ni=function(){rt()},ri=zt(function(u){return u.disabled===!0&&z(u,"fieldset")},{dir:"parentNode",next:"legend"});function ii(){try{return s.activeElement}catch(u){}}try{o.apply(f=m.call(we.childNodes),we.childNodes),f[we.childNodes.length].nodeType}catch(u){o={apply:function(p,v){ge.apply(p,m.call(v))},call:function(p){ge.apply(p,m.call(arguments,1))}}}function he(u,p,v,w){var k,P,U,V,G,se,ne,ie=p&&p.ownerDocument,ue=p?p.nodeType:9;if(v=v||[],typeof u!="string"||!u||ue!==1&&ue!==9&&ue!==11)return v;if(!w&&(rt(p),p=p||s,l)){if(ue!==11&&(G=$e.exec(u)))if(k=G[1]){if(ue===9)if(U=p.getElementById(k)){if(U.id===k)return o.call(v,U),v}else return v;else if(ie&&(U=ie.getElementById(k))&&he.contains(p,U)&&U.id===k)return o.call(v,U),v}else{if(G[2])return o.apply(v,p.getElementsByTagName(u)),v;if((k=G[3])&&p.getElementsByClassName)return o.apply(v,p.getElementsByClassName(k)),v}if(!Ce[u+" "]&&(!g||!g.test(u))){if(ne=u,ie=p,ue===1&&(un.test(u)||_t.test(u))){for(ie=ln.test(u)&&cn(p.parentNode)||p,(ie!=p||!_.scope)&&((V=p.getAttribute("id"))?V=r.escapeSelector(V):p.setAttribute("id",V=T)),se=Ot(u),P=se.length;P--;)se[P]=(V?"#"+V:":scope")+" "+Bt(se[P]);ne=se.join(",")}try{return o.apply(v,ie.querySelectorAll(ne)),v}catch(K){Ce(u,!0)}finally{V===T&&p.removeAttribute("id")}}}return er(u.replace(Ie,"$1"),p,v,w)}function Ht(){var u=[];function p(v,w){return u.push(v+" ")>t.cacheLength&&delete p[u.shift()],p[v+" "]=w}return p}function Me(u){return u[T]=!0,u}function bt(u){var p=s.createElement("fieldset");try{return!!u(p)}catch(v){return!1}finally{p.parentNode&&p.parentNode.removeChild(p),p=null}}function ai(u){return function(p){return z(p,"input")&&p.type===u}}function oi(u){return function(p){return(z(p,"input")||z(p,"button"))&&p.type===u}}function Zn(u){return function(p){return"form"in p?p.parentNode&&p.disabled===!1?"label"in p?"label"in p.parentNode?p.parentNode.disabled===u:p.disabled===u:p.isDisabled===u||p.isDisabled!==!u&&ri(p)===u:p.disabled===u:"label"in p?p.disabled===u:!1}}function lt(u){return Me(function(p){return p=+p,Me(function(v,w){for(var k,P=u([],v.length,p),U=P.length;U--;)v[k=P[U]]&&(v[k]=!(w[k]=v[k]))})})}function cn(u){return u&&typeof u.getElementsByTagName!="undefined"&&u}function rt(u){var p,v=u?u.ownerDocument||u:we;return v==s||v.nodeType!==9||!v.documentElement||(s=v,c=s.documentElement,l=!r.isXMLDoc(s),x=c.matches||c.webkitMatchesSelector||c.msMatchesSelector,c.msMatchesSelector&&we!=s&&(p=s.defaultView)&&p.top!==p&&p.addEventListener("unload",ni),_.getById=bt(function(w){return c.appendChild(w).id=r.expando,!s.getElementsByName||!s.getElementsByName(r.expando).length}),_.disconnectedMatch=bt(function(w){return x.call(w,"*")}),_.scope=bt(function(){return s.querySelectorAll(":scope")}),_.cssHas=bt(function(){try{return s.querySelector(":has(*,:jqfake)"),!1}catch(w){return!0}}),_.getById?(t.filter.ID=function(w){var k=w.replace(Je,Ze);return function(P){return P.getAttribute("id")===k}},t.find.ID=function(w,k){if(typeof k.getElementById!="undefined"&&l){var P=k.getElementById(w);return P?[P]:[]}}):(t.filter.ID=function(w){var k=w.replace(Je,Ze);return function(P){var U=typeof P.getAttributeNode!="undefined"&&P.getAttributeNode("id");return U&&U.value===k}},t.find.ID=function(w,k){if(typeof k.getElementById!="undefined"&&l){var P,U,V,G=k.getElementById(w);if(G){if(P=G.getAttributeNode("id"),P&&P.value===w)return[G];for(V=k.getElementsByName(w),U=0;G=V[U++];)if(P=G.getAttributeNode("id"),P&&P.value===w)return[G]}return[]}}),t.find.TAG=function(w,k){return typeof k.getElementsByTagName!="undefined"?k.getElementsByTagName(w):k.querySelectorAll(w)},t.find.CLASS=function(w,k){if(typeof k.getElementsByClassName!="undefined"&&l)return k.getElementsByClassName(w)},g=[],bt(function(w){var k;c.appendChild(w).innerHTML="",w.querySelectorAll("[selected]").length||g.push("\\["+le+"*(?:value|"+ze+")"),w.querySelectorAll("[id~="+T+"-]").length||g.push("~="),w.querySelectorAll("a#"+T+"+*").length||g.push(".#.+[+~]"),w.querySelectorAll(":checked").length||g.push(":checked"),k=s.createElement("input"),k.setAttribute("type","hidden"),w.appendChild(k).setAttribute("name","D"),c.appendChild(w).disabled=!0,w.querySelectorAll(":disabled").length!==2&&g.push(":enabled",":disabled"),k=s.createElement("input"),k.setAttribute("name",""),w.appendChild(k),w.querySelectorAll("[name='']").length||g.push("\\["+le+"*name"+le+"*="+le+`*(?:''|"")`)}),_.cssHas||g.push(":has"),g=g.length&&new RegExp(g.join("|")),xe=function(w,k){if(w===k)return a=!0,0;var P=!w.compareDocumentPosition-!k.compareDocumentPosition;return P||(P=(w.ownerDocument||w)==(k.ownerDocument||k)?w.compareDocumentPosition(k):1,P&1||!_.sortDetached&&k.compareDocumentPosition(w)===P?w===s||w.ownerDocument==we&&he.contains(we,w)?-1:k===s||k.ownerDocument==we&&he.contains(we,k)?1:i?E.call(i,w)-E.call(i,k):0:P&4?-1:1)}),s}he.matches=function(u,p){return he(u,null,null,p)},he.matchesSelector=function(u,p){if(rt(u),l&&!Ce[p+" "]&&(!g||!g.test(p)))try{var v=x.call(u,p);if(v||_.disconnectedMatch||u.document&&u.document.nodeType!==11)return v}catch(w){Ce(p,!0)}return he(p,s,null,[u]).length>0},he.contains=function(u,p){return(u.ownerDocument||u)!=s&&rt(u),r.contains(u,p)},he.attr=function(u,p){(u.ownerDocument||u)!=s&&rt(u);var v=t.attrHandle[p.toLowerCase()],w=v&&C.call(t.attrHandle,p.toLowerCase())?v(u,p,!l):void 0;return w!==void 0?w:u.getAttribute(p)},he.error=function(u){throw new Error("Syntax error, unrecognized expression: "+u)},r.uniqueSort=function(u){var p,v=[],w=0,k=0;if(a=!_.sortStable,i=!_.sortStable&&m.call(u,0),ve.call(u,xe),a){for(;p=u[k++];)p===u[k]&&(w=v.push(k));for(;w--;)Ee.call(u,v[w],1)}return i=null,u},r.fn.uniqueSort=function(){return this.pushStack(r.uniqueSort(m.apply(this)))},t=r.expr={cacheLength:50,createPseudo:Me,match:Ge,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(u){return u[1]=u[1].replace(Je,Ze),u[3]=(u[3]||u[4]||u[5]||"").replace(Je,Ze),u[2]==="~="&&(u[3]=" "+u[3]+" "),u.slice(0,4)},CHILD:function(u){return u[1]=u[1].toLowerCase(),u[1].slice(0,3)==="nth"?(u[3]||he.error(u[0]),u[4]=+(u[4]?u[5]+(u[6]||1):2*(u[3]==="even"||u[3]==="odd")),u[5]=+(u[7]+u[8]||u[3]==="odd")):u[3]&&he.error(u[0]),u},PSEUDO:function(u){var p,v=!u[6]&&u[2];return Ge.CHILD.test(u[0])?null:(u[3]?u[2]=u[4]||u[5]||"":v&&Ue.test(v)&&(p=Ot(v,!0))&&(p=v.indexOf(")",v.length-p)-v.length)&&(u[0]=u[0].slice(0,p),u[2]=v.slice(0,p)),u.slice(0,3))}},filter:{TAG:function(u){var p=u.replace(Je,Ze).toLowerCase();return u==="*"?function(){return!0}:function(v){return z(v,p)}},CLASS:function(u){var p=re[u+" "];return p||(p=new RegExp("(^|"+le+")"+u+"("+le+"|$)"))&&re(u,function(v){return p.test(typeof v.className=="string"&&v.className||typeof v.getAttribute!="undefined"&&v.getAttribute("class")||"")})},ATTR:function(u,p,v){return function(w){var k=he.attr(w,u);return k==null?p==="!=":p?(k+="",p==="="?k===v:p==="!="?k!==v:p==="^="?v&&k.indexOf(v)===0:p==="*="?v&&k.indexOf(v)>-1:p==="$="?v&&k.slice(-v.length)===v:p==="~="?(" "+k.replace(pe," ")+" ").indexOf(v)>-1:p==="|="?k===v||k.slice(0,v.length+1)===v+"-":!1):!0}},CHILD:function(u,p,v,w,k){var P=u.slice(0,3)!=="nth",U=u.slice(-4)!=="last",V=p==="of-type";return w===1&&k===0?(function(G){return!!G.parentNode}):function(G,se,ne){var ie,ue,K,ye,Re,ke=P!==U?"nextSibling":"previousSibling",Fe=G.parentNode,Xe=V&&G.nodeName.toLowerCase(),mt=!ne&&!V,Te=!1;if(Fe){if(P){for(;ke;){for(K=G;K=K[ke];)if(V?z(K,Xe):K.nodeType===1)return!1;Re=ke=u==="only"&&!Re&&"nextSibling"}return!0}if(Re=[U?Fe.firstChild:Fe.lastChild],U&&mt){for(ue=Fe[T]||(Fe[T]={}),ie=ue[u]||[],ye=ie[0]===b&&ie[1],Te=ye&&ie[2],K=ye&&Fe.childNodes[ye];K=++ye&&K&&K[ke]||(Te=ye=0)||Re.pop();)if(K.nodeType===1&&++Te&&K===G){ue[u]=[b,ye,Te];break}}else if(mt&&(ue=G[T]||(G[T]={}),ie=ue[u]||[],ye=ie[0]===b&&ie[1],Te=ye),Te===!1)for(;(K=++ye&&K&&K[ke]||(Te=ye=0)||Re.pop())&&!((V?z(K,Xe):K.nodeType===1)&&++Te&&(mt&&(ue=K[T]||(K[T]={}),ue[u]=[b,Te]),K===G)););return Te-=k,Te===w||Te%w===0&&Te/w>=0}}},PSEUDO:function(u,p){var v,w=t.pseudos[u]||t.setFilters[u.toLowerCase()]||he.error("unsupported pseudo: "+u);return w[T]?w(p):w.length>1?(v=[u,u,"",p],t.setFilters.hasOwnProperty(u.toLowerCase())?Me(function(k,P){for(var U,V=w(k,p),G=V.length;G--;)U=E.call(k,V[G]),k[U]=!(P[U]=V[G])}):function(k){return w(k,0,v)}):w}},pseudos:{not:Me(function(u){var p=[],v=[],w=hn(u.replace(Ie,"$1"));return w[T]?Me(function(k,P,U,V){for(var G,se=w(k,null,V,[]),ne=k.length;ne--;)(G=se[ne])&&(k[ne]=!(P[ne]=G))}):function(k,P,U){return p[0]=k,w(p,null,U,v),p[0]=null,!v.pop()}}),has:Me(function(u){return function(p){return he(u,p).length>0}}),contains:Me(function(u){return u=u.replace(Je,Ze),function(p){return(p.textContent||r.text(p)).indexOf(u)>-1}}),lang:Me(function(u){return Dt.test(u||"")||he.error("unsupported lang: "+u),u=u.replace(Je,Ze).toLowerCase(),function(p){var v;do if(v=l?p.lang:p.getAttribute("xml:lang")||p.getAttribute("lang"))return v=v.toLowerCase(),v===u||v.indexOf(u+"-")===0;while((p=p.parentNode)&&p.nodeType===1);return!1}}),target:function(u){var p=L.location&&L.location.hash;return p&&p.slice(1)===u.id},root:function(u){return u===c},focus:function(u){return u===ii()&&s.hasFocus()&&!!(u.type||u.href||~u.tabIndex)},enabled:Zn(!1),disabled:Zn(!0),checked:function(u){return z(u,"input")&&!!u.checked||z(u,"option")&&!!u.selected},selected:function(u){return u.parentNode&&u.parentNode.selectedIndex,u.selected===!0},empty:function(u){for(u=u.firstChild;u;u=u.nextSibling)if(u.nodeType<6)return!1;return!0},parent:function(u){return!t.pseudos.empty(u)},header:function(u){return nt.test(u.nodeName)},input:function(u){return tt.test(u.nodeName)},button:function(u){return z(u,"input")&&u.type==="button"||z(u,"button")},text:function(u){var p;return z(u,"input")&&u.type==="text"&&((p=u.getAttribute("type"))==null||p.toLowerCase()==="text")},first:lt(function(){return[0]}),last:lt(function(u,p){return[p-1]}),eq:lt(function(u,p,v){return[v<0?v+p:v]}),even:lt(function(u,p){for(var v=0;vp?w=p:w=v;--w>=0;)u.push(w);return u}),gt:lt(function(u,p,v){for(var w=v<0?v+p:v;++w1?function(p,v,w){for(var k=u.length;k--;)if(!u[k](p,v,w))return!1;return!0}:u[0]}function si(u,p,v){for(var w=0,k=p.length;w-1&&(U[ne]=!(V[ne]=ue))}}else K=Wt(K===V?K.splice(ke,K.length):K),k?k(null,V,K,se):o.apply(V,K)})}function pn(u){for(var p,v,w,k=u.length,P=t.relative[u[0].type],U=P||t.relative[" "],V=P?1:0,G=zt(function(ie){return ie===p},U,!0),se=zt(function(ie){return E.call(p,ie)>-1},U,!0),ne=[function(ie,ue,K){var ye=!P&&(K||ue!=n)||((p=ue).nodeType?G(ie,ue,K):se(ie,ue,K));return p=null,ye}];V1&&fn(ne),V>1&&Bt(u.slice(0,V-1).concat({value:u[V-2].type===" "?"*":""})).replace(Ie,"$1"),v,V0,w=u.length>0,k=function(P,U,V,G,se){var ne,ie,ue,K=0,ye="0",Re=P&&[],ke=[],Fe=n,Xe=P||w&&t.find.TAG("*",se),mt=b+=Fe==null?1:Math.random()||.1,Te=Xe.length;for(se&&(n=U==s||U||se);ye!==Te&&(ne=Xe[ye])!=null;ye++){if(w&&ne){for(ie=0,!U&&ne.ownerDocument!=s&&(rt(ne),V=!l);ue=u[ie++];)if(ue(ne,U||s,V)){o.call(G,ne);break}se&&(b=mt)}v&&((ne=!ue&&ne)&&K--,P&&Re.push(ne))}if(K+=ye,v&&ye!==K){for(ie=0;ue=p[ie++];)ue(Re,ke,U,V);if(P){if(K>0)for(;ye--;)Re[ye]||ke[ye]||(ke[ye]=be.call(G));ke=Wt(ke)}o.apply(G,ke),se&&!P&&ke.length>0&&K+p.length>1&&r.uniqueSort(G)}return se&&(b=mt,n=Fe),Re};return v?Me(k):k}function hn(u,p){var v,w=[],k=[],P=oe[u+" "];if(!P){for(p||(p=Ot(u)),v=p.length;v--;)P=pn(p[v]),P[T]?w.push(P):k.push(P);P=oe(u,ui(k,w)),P.selector=u}return P}function er(u,p,v,w){var k,P,U,V,G,se=typeof u=="function"&&u,ne=!w&&Ot(u=se.selector||u);if(v=v||[],ne.length===1){if(P=ne[0]=ne[0].slice(0),P.length>2&&(U=P[0]).type==="ID"&&p.nodeType===9&&l&&t.relative[P[1].type]){if(p=(t.find.ID(U.matches[0].replace(Je,Ze),p)||[])[0],p)se&&(p=p.parentNode);else return v;u=u.slice(P.shift().value.length)}for(k=Ge.needsContext.test(u)?0:P.length;k--&&(U=P[k],!t.relative[V=U.type]);)if((G=t.find[V])&&(w=G(U.matches[0].replace(Je,Ze),ln.test(P[0].type)&&cn(p.parentNode)||p))){if(P.splice(k,1),u=w.length&&Bt(P),!u)return o.apply(v,w),v;break}}return(se||hn(u,ne))(w,p,!l,v,!p||ln.test(u)&&cn(p.parentNode)||p),v}_.sortStable=T.split("").sort(xe).join("")===T,rt(),_.sortDetached=bt(function(u){return u.compareDocumentPosition(s.createElement("fieldset"))&1}),r.find=he,r.expr[":"]=r.expr.pseudos,r.unique=r.uniqueSort,he.compile=hn,he.select=er,he.setDocument=rt,he.tokenize=Ot,he.escape=r.escapeSelector,he.getText=r.text,he.isXML=r.isXMLDoc,he.selectors=r.expr,he.support=r.support,he.uniqueSort=r.uniqueSort})();var me=function(e,t,n){for(var i=[],a=n!==void 0;(e=e[t])&&e.nodeType!==9;)if(e.nodeType===1){if(a&&r(e).is(n))break;i.push(e)}return i},Ne=function(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n},ee=r.expr.match.needsContext,M=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function X(e,t,n){return N(t)?r.grep(e,function(i,a){return!!t.call(i,a,i)!==n}):t.nodeType?r.grep(e,function(i){return i===t!==n}):typeof t!="string"?r.grep(e,function(i){return E.call(t,i)>-1!==n}):r.filter(t,e,n)}r.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),t.length===1&&i.nodeType===1?r.find.matchesSelector(i,e)?[i]:[]:r.find.matches(e,r.grep(t,function(a){return a.nodeType===1}))},r.fn.extend({find:function(e){var t,n,i=this.length,a=this;if(typeof e!="string")return this.pushStack(r(e).filter(function(){for(t=0;t1?r.uniqueSort(n):n},filter:function(e){return this.pushStack(X(this,e||[],!1))},not:function(e){return this.pushStack(X(this,e||[],!0))},is:function(e){return!!X(this,typeof e=="string"&&ee.test(e)?r(e):e||[],!1).length}});var Q,te=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,ae=r.fn.init=function(e,t,n){var i,a;if(!e)return this;if(n=n||Q,typeof e=="string")if(e[0]==="<"&&e[e.length-1]===">"&&e.length>=3?i=[null,e,null]:i=te.exec(e),i&&(i[1]||!t))if(i[1]){if(t=t instanceof r?t[0]:t,r.merge(this,r.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:W,!0)),M.test(i[1])&&r.isPlainObject(t))for(i in t)N(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}else return a=W.getElementById(i[2]),a&&(this[0]=a,this.length=1),this;else return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);else{if(e.nodeType)return this[0]=e,this.length=1,this;if(N(e))return n.ready!==void 0?n.ready(e):e(r)}return r.makeArray(e,this)};ae.prototype=r.fn,Q=r(W);var Se=/^(?:parents|prev(?:Until|All))/,He={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(e){var t=r(e,this),n=t.length;return this.filter(function(){for(var i=0;i-1:n.nodeType===1&&r.find.matchesSelector(n,e))){o.push(n);break}}return this.pushStack(o.length>1?r.uniqueSort(o):o)},index:function(e){return e?typeof e=="string"?E.call(r(e),this[0]):E.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function ct(e,t){for(;(e=e[t])&&e.nodeType!==1;);return e}r.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return me(e,"parentNode")},parentsUntil:function(e,t,n){return me(e,"parentNode",n)},next:function(e){return ct(e,"nextSibling")},prev:function(e){return ct(e,"previousSibling")},nextAll:function(e){return me(e,"nextSibling")},prevAll:function(e){return me(e,"previousSibling")},nextUntil:function(e,t,n){return me(e,"nextSibling",n)},prevUntil:function(e,t,n){return me(e,"previousSibling",n)},siblings:function(e){return Ne((e.parentNode||{}).firstChild,e)},children:function(e){return Ne(e.firstChild)},contents:function(e){return e.contentDocument!=null&&A(e.contentDocument)?e.contentDocument:(z(e,"template")&&(e=e.content||e),r.merge([],e.childNodes))}},function(e,t){r.fn[e]=function(n,i){var a=r.map(this,t,n);return e.slice(-5)!=="Until"&&(i=n),i&&typeof i=="string"&&(a=r.filter(i,a)),this.length>1&&(He[e]||r.uniqueSort(a),Se.test(e)&&a.reverse()),this.pushStack(a)}});var Le=/[^\x20\t\r\n\f]+/g;function ft(e){var t={};return r.each(e.match(Le)||[],function(n,i){t[i]=!0}),t}r.Callbacks=function(e){e=typeof e=="string"?ft(e):r.extend({},e);var t,n,i,a,o=[],s=[],c=-1,l=function(){for(a=a||e.once,i=t=!0;s.length;c=-1)for(n=s.shift();++c-1;)o.splice(b,1),b<=c&&c--}),this},has:function(x){return x?r.inArray(x,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return a=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return a=s=[],!n&&!t&&(o=n=""),this},locked:function(){return!!a},fireWith:function(x,T){return a||(T=T||[],T=[x,T.slice?T.slice():T],s.push(T),t||l()),this},fire:function(){return g.fireWith(this,arguments),this},fired:function(){return!!i}};return g};function Ke(e){return e}function et(e){throw e}function An(e,t,n,i){var a;try{e&&N(a=e.promise)?a.call(e).done(t).fail(n):e&&N(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(o){n.apply(void 0,[o])}}r.extend({Deferred:function(e){var t=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],n="pending",i={state:function(){return n},always:function(){return a.done(arguments).fail(arguments),this},catch:function(o){return i.then(null,o)},pipe:function(){var o=arguments;return r.Deferred(function(s){r.each(t,function(c,l){var g=N(o[l[4]])&&o[l[4]];a[l[1]](function(){var x=g&&g.apply(this,arguments);x&&N(x.promise)?x.promise().progress(s.notify).done(s.resolve).fail(s.reject):s[l[0]+"With"](this,g?[x]:arguments)})}),o=null}).promise()},then:function(o,s,c){var l=0;function g(x,T,b,I){return function(){var re=this,de=arguments,oe=function(){var xe,ze;if(!(x=l&&(b!==et&&(re=void 0,de=[xe]),T.rejectWith(re,de))}};x?Ce():(r.Deferred.getErrorHook?Ce.error=r.Deferred.getErrorHook():r.Deferred.getStackHook&&(Ce.error=r.Deferred.getStackHook()),L.setTimeout(Ce))}}return r.Deferred(function(x){t[0][3].add(g(0,x,N(c)?c:Ke,x.notifyWith)),t[1][3].add(g(0,x,N(o)?o:Ke)),t[2][3].add(g(0,x,N(s)?s:et))}).promise()},promise:function(o){return o!=null?r.extend(o,i):i}},a={};return r.each(t,function(o,s){var c=s[2],l=s[5];i[s[1]]=c.add,l&&c.add(function(){n=l},t[3-o][2].disable,t[3-o][3].disable,t[0][2].lock,t[0][3].lock),c.add(s[3].fire),a[s[0]]=function(){return a[s[0]+"With"](this===a?void 0:this,arguments),this},a[s[0]+"With"]=c.fireWith}),i.promise(a),e&&e.call(a,a),a},when:function(e){var t=arguments.length,n=t,i=Array(n),a=m.call(arguments),o=r.Deferred(),s=function(c){return function(l){i[c]=this,a[c]=arguments.length>1?m.call(arguments):l,--t||o.resolveWith(i,a)}};if(t<=1&&(An(e,o.done(s(n)).resolve,o.reject,!t),o.state()==="pending"||N(a[n]&&a[n].then)))return o.then();for(;n--;)An(a[n],s(n),o.reject);return o.promise()}});var pr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(e,t){L.console&&L.console.warn&&e&&pr.test(e.name)&&L.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},r.readyException=function(e){L.setTimeout(function(){throw e})};var Gt=r.Deferred();r.fn.ready=function(e){return Gt.then(e).catch(function(t){r.readyException(t)}),this},r.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(e!==!0&&--r.readyWait>0)&&Gt.resolveWith(W,[r]))}}),r.ready.then=Gt.then;function jt(){W.removeEventListener("DOMContentLoaded",jt),L.removeEventListener("load",jt),r.ready()}W.readyState==="complete"||W.readyState!=="loading"&&!W.documentElement.doScroll?L.setTimeout(r.ready):(W.addEventListener("DOMContentLoaded",jt),L.addEventListener("load",jt));var Qe=function(e,t,n,i,a,o,s){var c=0,l=e.length,g=n==null;if(j(n)==="object"){a=!0;for(c in n)Qe(e,t,c,n[c],!0,o,s)}else if(i!==void 0&&(a=!0,N(i)||(s=!0),g&&(s?(t.call(e,i),t=null):(g=t,t=function(x,T,b){return g.call(r(x),b)})),t))for(;c1,null,!0)},removeData:function(e){return this.each(function(){_e.remove(this,e)})}}),r.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=J.get(e,t),n&&(!i||Array.isArray(n)?i=J.access(e,t,r.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=r.queue(e,t),i=n.length,a=n.shift(),o=r._queueHooks(e,t),s=function(){r.dequeue(e,t)};a==="inprogress"&&(a=n.shift(),i--),a&&(t==="fx"&&n.unshift("inprogress"),delete o.stop,a.call(e,s,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:r.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),r.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,kn=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=W.createDocumentFragment(),t=e.appendChild(W.createElement("div")),n=W.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),_.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="",_.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="",_.option=!!t.lastChild})();var je={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};je.tbody=je.tfoot=je.colgroup=je.caption=je.thead,je.th=je.td,_.option||(je.optgroup=je.option=[1,""]);function De(e,t){var n;return typeof e.getElementsByTagName!="undefined"?n=e.getElementsByTagName(t||"*"):typeof e.querySelectorAll!="undefined"?n=e.querySelectorAll(t||"*"):n=[],t===void 0||t&&z(e,t)?r.merge([e],n):n}function Xt(e,t){for(var n=0,i=e.length;n-1){a&&a.push(o);continue}if(g=dt(o),s=De(T.appendChild(o),"script"),g&&Xt(s),n)for(x=0;o=s[x++];)kn.test(o.type||"")&&n.push(o)}return T}var Nn=/^([^.]*)(?:\.(.+)|)/;function ht(){return!0}function gt(){return!1}function Yt(e,t,n,i,a,o){var s,c;if(typeof t=="object"){typeof n!="string"&&(i=i||n,n=void 0);for(c in t)Yt(e,c,n,i,t[c],o);return e}if(i==null&&a==null?(a=n,i=n=void 0):a==null&&(typeof n=="string"?(a=i,i=void 0):(a=i,i=n,n=void 0)),a===!1)a=gt;else if(!a)return e;return o===1&&(s=a,a=function(l){return r().off(l),s.apply(this,arguments)},a.guid=s.guid||(s.guid=r.guid++)),e.each(function(){r.event.add(this,t,a,i,n)})}r.event={global:{},add:function(e,t,n,i,a){var o,s,c,l,g,x,T,b,I,re,de,oe=J.get(e);if(xt(e))for(n.handler&&(o=n,n=o.handler,a=o.selector),a&&r.find.matchesSelector(at,a),n.guid||(n.guid=r.guid++),(l=oe.events)||(l=oe.events=Object.create(null)),(s=oe.handle)||(s=oe.handle=function(Ce){return typeof r!="undefined"&&r.event.triggered!==Ce.type?r.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(Le)||[""],g=t.length;g--;)c=Nn.exec(t[g])||[],I=de=c[1],re=(c[2]||"").split(".").sort(),I&&(T=r.event.special[I]||{},I=(a?T.delegateType:T.bindType)||I,T=r.event.special[I]||{},x=r.extend({type:I,origType:de,data:i,handler:n,guid:n.guid,selector:a,needsContext:a&&r.expr.match.needsContext.test(a),namespace:re.join(".")},o),(b=l[I])||(b=l[I]=[],b.delegateCount=0,(!T.setup||T.setup.call(e,i,re,s)===!1)&&e.addEventListener&&e.addEventListener(I,s)),T.add&&(T.add.call(e,x),x.handler.guid||(x.handler.guid=n.guid)),a?b.splice(b.delegateCount++,0,x):b.push(x),r.event.global[I]=!0)},remove:function(e,t,n,i,a){var o,s,c,l,g,x,T,b,I,re,de,oe=J.hasData(e)&&J.get(e);if(!(!oe||!(l=oe.events))){for(t=(t||"").match(Le)||[""],g=t.length;g--;){if(c=Nn.exec(t[g])||[],I=de=c[1],re=(c[2]||"").split(".").sort(),!I){for(I in l)r.event.remove(e,I+t[g],n,i,!0);continue}for(T=r.event.special[I]||{},I=(i?T.delegateType:T.bindType)||I,b=l[I]||[],c=c[2]&&new RegExp("(^|\\.)"+re.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=b.length;o--;)x=b[o],(a||de===x.origType)&&(!n||n.guid===x.guid)&&(!c||c.test(x.namespace))&&(!i||i===x.selector||i==="**"&&x.selector)&&(b.splice(o,1),x.selector&&b.delegateCount--,T.remove&&T.remove.call(e,x));s&&!b.length&&((!T.teardown||T.teardown.call(e,re,oe.handle)===!1)&&r.removeEvent(e,I,oe.handle),delete l[I])}r.isEmptyObject(l)&&J.remove(e,"handle events")}},dispatch:function(e){var t,n,i,a,o,s,c=new Array(arguments.length),l=r.event.fix(e),g=(J.get(this,"events")||Object.create(null))[l.type]||[],x=r.event.special[l.type]||{};for(c[0]=l,t=1;t=1)){for(;g!==this;g=g.parentNode||this)if(g.nodeType===1&&!(e.type==="click"&&g.disabled===!0)){for(o=[],s={},n=0;n-1:r.find(a,this,null,[g]).length),s[a]&&o.push(i);o.length&&c.push({elem:g,handlers:o})}}return g=this,l\s*$/g;function Ln(e,t){return z(e,"table")&&z(t.nodeType!==11?t:t.firstChild,"tr")&&r(e).children("tbody")[0]||e}function kr(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function Tr(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function _n(e,t){var n,i,a,o,s,c,l;if(t.nodeType===1){if(J.hasData(e)&&(o=J.get(e),l=o.events,l)){J.remove(t,"handle events");for(a in l)for(n=0,i=l[a].length;n1&&typeof I=="string"&&!_.checkClone&&Er.test(I))return e.each(function(de){var oe=e.eq(de);re&&(t[0]=I.call(this,de,oe.html())),yt(oe,t,n,i)});if(T&&(a=Tn(t,e[0].ownerDocument,!1,e,i),o=a.firstChild,a.childNodes.length===1&&(a=o),o||i)){for(s=r.map(De(a,"script"),kr),c=s.length;x0&&Xt(s,!l&&De(e,"script")),c},cleanData:function(e){for(var t,n,i,a=r.event.special,o=0;(n=e[o])!==void 0;o++)if(xt(n)){if(t=n[J.expando]){if(t.events)for(i in t.events)a[i]?r.event.remove(n,i):r.removeEvent(n,i,t.handle);n[J.expando]=void 0}n[_e.expando]&&(n[_e.expando]=void 0)}}}),r.fn.extend({detach:function(e){return Dn(this,e,!0)},remove:function(e){return Dn(this,e)},text:function(e){return Qe(this,function(t){return t===void 0?r.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return yt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.appendChild(e)}})},prepend:function(){return yt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return yt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return yt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;(e=this[t])!=null;t++)e.nodeType===1&&(r.cleanData(De(e,!1)),e.textContent="");return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return r.clone(this,e,t)})},html:function(e){return Qe(this,function(t){var n=this[0]||{},i=0,a=this.length;if(t===void 0&&n.nodeType===1)return n.innerHTML;if(typeof t=="string"&&!Sr.test(t)&&!je[(Cn.exec(t)||["",""])[1].toLowerCase()]){t=r.htmlPrefilter(t);try{for(;i=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-c-.5))||0),l+g}function Mn(e,t,n){var i=Pt(e),a=!_.boxSizingReliable()||n,o=a&&r.css(e,"boxSizing",!1,i)==="border-box",s=o,c=kt(e,t,i),l="offset"+t[0].toUpperCase()+t.slice(1);if(Qt.test(c)){if(!n)return c;c="auto"}return(!_.boxSizingReliable()&&o||!_.reliableTrDimensions()&&z(e,"tr")||c==="auto"||!parseFloat(c)&&r.css(e,"display",!1,i)==="inline")&&e.getClientRects().length&&(o=r.css(e,"boxSizing",!1,i)==="border-box",s=l in e,s&&(c=e[l])),c=parseFloat(c)||0,c+Zt(e,t,n||(o?"border":"content"),s,i,c)+"px"}r.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=kt(e,"opacity");return n===""?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,i){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var a,o,s,c=Be(t),l=Vt.test(t),g=e.style;if(l||(t=Jt(c)),s=r.cssHooks[t]||r.cssHooks[c],n!==void 0){if(o=typeof n,o==="string"&&(a=Et.exec(n))&&a[1]&&(n=Sn(e,t,a),o="number"),n==null||n!==n)return;o==="number"&&!l&&(n+=a&&a[3]||(r.cssNumber[c]?"":"px")),!_.clearCloneStyle&&n===""&&t.indexOf("background")===0&&(g[t]="inherit"),(!s||!("set"in s)||(n=s.set(e,n,i))!==void 0)&&(l?g.setProperty(t,n):g[t]=n)}else return s&&"get"in s&&(a=s.get(e,!1,i))!==void 0?a:g[t]}},css:function(e,t,n,i){var a,o,s,c=Be(t),l=Vt.test(t);return l||(t=Jt(c)),s=r.cssHooks[t]||r.cssHooks[c],s&&"get"in s&&(a=s.get(e,!0,n)),a===void 0&&(a=kt(e,t,i)),a==="normal"&&t in Fn&&(a=Fn[t]),n===""||n?(o=parseFloat(a),n===!0||isFinite(o)?o||0:a):a}}),r.each(["height","width"],function(e,t){r.cssHooks[t]={get:function(n,i,a){if(i)return Dr.test(r.css(n,"display"))&&(!n.getClientRects().length||!n.getBoundingClientRect().width)?On(n,Or,function(){return Mn(n,t,a)}):Mn(n,t,a)},set:function(n,i,a){var o,s=Pt(n),c=!_.scrollboxSize()&&s.position==="absolute",l=c||a,g=l&&r.css(n,"boxSizing",!1,s)==="border-box",x=a?Zt(n,t,a,g,s):0;return g&&c&&(x-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-Zt(n,t,"border",!1,s)-.5)),x&&(o=Et.exec(i))&&(o[3]||"px")!=="px"&&(n.style[t]=i,i=r.css(n,t)),Pn(n,i,x)}}}),r.cssHooks.marginLeft=Rn(_.reliableMarginLeft,function(e,t){if(t)return(parseFloat(kt(e,"marginLeft"))||e.getBoundingClientRect().left-On(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(e,t){r.cssHooks[e+t]={expand:function(n){for(var i=0,a={},o=typeof n=="string"?n.split(" "):[n];i<4;i++)a[e+Ve[i]+t]=o[i]||o[i-2]||o[0];return a}},e!=="margin"&&(r.cssHooks[e+t].set=Pn)}),r.fn.extend({css:function(e,t){return Qe(this,function(n,i,a){var o,s,c={},l=0;if(Array.isArray(i)){for(o=Pt(n),s=i.length;l1)}});function Oe(e,t,n,i,a){return new Oe.prototype.init(e,t,n,i,a)}r.Tween=Oe,Oe.prototype={constructor:Oe,init:function(e,t,n,i,a,o){this.elem=e,this.prop=n,this.easing=a||r.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(r.cssNumber[n]?"":"px")},cur:function(){var e=Oe.propHooks[this.prop];return e&&e.get?e.get(this):Oe.propHooks._default.get(this)},run:function(e){var t,n=Oe.propHooks[this.prop];return this.options.duration?this.pos=t=r.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Oe.propHooks._default.set(this),this}},Oe.prototype.init.prototype=Oe.prototype,Oe.propHooks={_default:{get:function(e){var t;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(t=r.css(e.elem,e.prop,""),!t||t==="auto"?0:t)},set:function(e){r.fx.step[e.prop]?r.fx.step[e.prop](e):e.elem.nodeType===1&&(r.cssHooks[e.prop]||e.elem.style[Jt(e.prop)]!=null)?r.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Oe.propHooks.scrollTop=Oe.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},r.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},r.fx=Oe.prototype.init,r.fx.step={};var vt,Mt,Rr=/^(?:toggle|show|hide)$/,Ir=/queueHooks$/;function Kt(){Mt&&(W.hidden===!1&&L.requestAnimationFrame?L.requestAnimationFrame(Kt):L.setTimeout(Kt,r.fx.interval),r.fx.tick())}function qn(){return L.setTimeout(function(){vt=void 0}),vt=Date.now()}function qt(e,t){var n,i=0,a={height:e};for(t=t?1:0;i<4;i+=2-t)n=Ve[i],a["margin"+n]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function Hn(e,t,n){for(var i,a=(Pe.tweeners[t]||[]).concat(Pe.tweeners["*"]),o=0,s=a.length;o1)},removeAttr:function(e){return this.each(function(){r.removeAttr(this,e)})}}),r.extend({attr:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2)){if(typeof e.getAttribute=="undefined")return r.prop(e,t,n);if((o!==1||!r.isXMLDoc(e))&&(a=r.attrHooks[t.toLowerCase()]||(r.expr.match.bool.test(t)?Bn:void 0)),n!==void 0){if(n===null){r.removeAttr(e,t);return}return a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:(e.setAttribute(t,n+""),n)}return a&&"get"in a&&(i=a.get(e,t))!==null?i:(i=r.find.attr(e,t),i==null?void 0:i)}},attrHooks:{type:{set:function(e,t){if(!_.radioValue&&t==="radio"&&z(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,a=t&&t.match(Le);if(a&&e.nodeType===1)for(;n=a[i++];)e.removeAttribute(n)}}),Bn={set:function(e,t,n){return t===!1?r.removeAttr(e,n):e.setAttribute(n,n),n}},r.each(r.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Tt[t]||r.find.attr;Tt[t]=function(i,a,o){var s,c,l=a.toLowerCase();return o||(c=Tt[l],Tt[l]=s,s=n(i,a,o)!=null?l:null,Tt[l]=c),s}});var Fr=/^(?:input|select|textarea|button)$/i,Pr=/^(?:a|area)$/i;r.fn.extend({prop:function(e,t){return Qe(this,r.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[r.propFix[e]||e]})}}),r.extend({prop:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2))return(o!==1||!r.isXMLDoc(e))&&(t=r.propFix[t]||t,a=r.propHooks[t]),n!==void 0?a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:e[t]=n:a&&"get"in a&&(i=a.get(e,t))!==null?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=r.find.attr(e,"tabindex");return t?parseInt(t,10):Fr.test(e.nodeName)||Pr.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),_.optSelected||(r.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function ot(e){var t=e.match(Le)||[];return t.join(" ")}function st(e){return e.getAttribute&&e.getAttribute("class")||""}function en(e){return Array.isArray(e)?e:typeof e=="string"?e.match(Le)||[]:[]}r.fn.extend({addClass:function(e){var t,n,i,a,o,s;return N(e)?this.each(function(c){r(this).addClass(e.call(this,c,st(this)))}):(t=en(e),t.length?this.each(function(){if(i=st(this),n=this.nodeType===1&&" "+ot(i)+" ",n){for(o=0;o-1;)n=n.replace(" "+a+" "," ");s=ot(n),i!==s&&this.setAttribute("class",s)}}):this):this.attr("class","")},toggleClass:function(e,t){var n,i,a,o,s=typeof e,c=s==="string"||Array.isArray(e);return N(e)?this.each(function(l){r(this).toggleClass(e.call(this,l,st(this),t),t)}):typeof t=="boolean"&&c?t?this.addClass(e):this.removeClass(e):(n=en(e),this.each(function(){if(c)for(o=r(this),a=0;a-1)return!0;return!1}});var Mr=/\r/g;r.fn.extend({val:function(e){var t,n,i,a=this[0];return arguments.length?(i=N(e),this.each(function(o){var s;this.nodeType===1&&(i?s=e.call(this,o,r(this).val()):s=e,s==null?s="":typeof s=="number"?s+="":Array.isArray(s)&&(s=r.map(s,function(c){return c==null?"":c+""})),t=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!t||!("set"in t)||t.set(this,s,"value")===void 0)&&(this.value=s))})):a?(t=r.valHooks[a.type]||r.valHooks[a.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(a,"value"))!==void 0?n:(n=a.value,typeof n=="string"?n.replace(Mr,""):n==null?"":n)):void 0}}),r.extend({valHooks:{option:{get:function(e){var t=r.find.attr(e,"value");return t!=null?t:ot(r.text(e))}},select:{get:function(e){var t,n,i,a=e.options,o=e.selectedIndex,s=e.type==="select-one",c=s?null:[],l=s?o+1:a.length;for(o<0?i=l:i=s?o:0;i-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=r.inArray(r(e).val(),t)>-1}},_.checkOn||(r.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var Nt=L.location,zn={guid:Date.now()},tn=/\?/;r.parseXML=function(e){var t,n;if(!e||typeof e!="string")return null;try{t=new L.DOMParser().parseFromString(e,"text/xml")}catch(i){}return n=t&&t.getElementsByTagName("parsererror")[0],(!t||n)&&r.error("Invalid XML: "+(n?r.map(n.childNodes,function(i){return i.textContent}).join(` +|(?![\\s\\S])))+`,"m"),alias:h,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(A)[0]}}}}),Object.defineProperty(f.languages.diff,"PREFIXES",{value:m})})(y),y.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},y.languages.webmanifest=y.languages.json,(function(f){var m=f.languages.powershell={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{function:{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}},"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};m.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:m},boolean:m.boolean,variable:m.variable}})(y),(function(f){f.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r(?!\n)))*?[ \t]*(?:\|[ \t]*)?(?:-[ \t]*)?\2/,lookbehind:!0,greedy:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/@\("?(?:[^"\r\n\/):]+)"?(?:\/[nrts$uL]*)?\)/,alias:"string",inside:{punctuation:{pattern:/(\().+?(?=\))/,lookbehind:!0}}}],"multiline-comment":{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0,greedy:!0,alias:"comment"},regex:{pattern:/((?:\bnode\s+|[~=\(\[\{,]\s*|[=+]>\s*|^\s*))\/(?:[^\/\\]|\\[\s\S])+\/(?:[imx]+\b|\B)/,lookbehind:!0,greedy:!0,inside:{"extended-regex":{pattern:/^\/(?:[^\/\\]|\\[\s\S])+\/[im]*x[im]*$/,inside:{comment:/#.*/}}}},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:\$\{(?:[^'"}]|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}|\$(?!\{)|(?!\1)[^\\$]|\\[\s\S])*\1/,greedy:!0,inside:{"double-quoted":{pattern:/^"[\s\S]*"$/,inside:{}}}},variable:{pattern:/\$(?:::)?\w+(?:::\w+)*/,inside:{punctuation:/::/}},"attr-name":/(?:\b\w+|\*)(?=\s*=>)/,function:[{pattern:/(\.)(?!\d)\w+/,lookbehind:!0},/\b(?:contain|debug|err|fail|include|info|notice|realize|require|tag|warning)\b|\b(?!\d)\w+(?=\()/],number:/\b(?:0x[a-f\d]+|\d+(?:\.\d+)?(?:e-?\d+)?)\b/i,boolean:/\b(?:false|true)\b/,keyword:/\b(?:application|attr|case|class|consumes|default|define|else|elsif|function|if|import|inherits|node|private|produces|type|undef|unless)\b/,datatype:{pattern:/\b(?:Any|Array|Boolean|Callable|Catalogentry|Class|Collection|Data|Default|Enum|Float|Hash|Integer|NotUndef|Numeric|Optional|Pattern|Regexp|Resource|Runtime|Scalar|String|Struct|Tuple|Type|Undef|Variant)\b/,alias:"symbol"},operator:/=[=~>]?|![=~]?|<(?:<\|?|[=~|-])?|>[>=]?|->?|~>|\|>?>?|[*\/%+?]|\b(?:and|in|or)\b/,punctuation:/[\[\]{}().,;]|:+/};var m=[{pattern:/(^|[^\\])\$\{(?:[^'"{}]|\{[^}]*\}|(["'])(?:(?!\2)[^\\]|\\[\s\S])*\2)+\}/,lookbehind:!0,inside:{"short-variable":{pattern:/(^\$\{)(?!\w+\()(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}},delimiter:{pattern:/^\$/,alias:"variable"},rest:f.languages.puppet}},{pattern:/(^|[^\\])\$(?:::)?\w+(?:::\w+)*/,lookbehind:!0,alias:"variable",inside:{punctuation:/::/}}];f.languages.puppet.heredoc[0].inside.interpolation=m,f.languages.puppet.string.inside["double-quoted"].inside.interpolation=m})(y),y.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},y.languages.python["string-interpolation"].inside.interpolation.inside.rest=y.languages.python,y.languages.py=y.languages.python,(function(f){f.languages.ruby=f.languages.extend("clike",{comment:{pattern:/#.*|^=begin\s[\s\S]*?^=end/m,greedy:!0},"class-name":{pattern:/(\b(?:class|module)\s+|\bcatch\s+\()[\w.\\]+|\b[A-Z_]\w*(?=\s*\.\s*new\b)/,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:BEGIN|END|alias|and|begin|break|case|class|def|define_method|defined|do|each|else|elsif|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|private|protected|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/,operator:/\.{2,3}|&\.|===||[!=]?~|(?:&&|\|\||<<|>>|\*\*|[+\-*/%<>!^&|=])=?|[?:]/,punctuation:/[(){}[\].,;]/}),f.languages.insertBefore("ruby","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}});var m={pattern:/((?:^|[^\\])(?:\\{2})*)#\{(?:[^{}]|\{[^{}]*\})*\}/,lookbehind:!0,inside:{content:{pattern:/^(#\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:f.languages.ruby},delimiter:{pattern:/^#\{|\}$/,alias:"punctuation"}}};delete f.languages.ruby.function;var A="(?:"+[/([^a-zA-Z0-9\s{(\[<=])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S]|\((?:[^()\\]|\\[\s\S])*\))*\)/.source,/\{(?:[^{}\\]|\\[\s\S]|\{(?:[^{}\\]|\\[\s\S])*\})*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S]|\[(?:[^\[\]\\]|\\[\s\S])*\])*\]/.source,/<(?:[^<>\\]|\\[\s\S]|<(?:[^<>\\]|\\[\s\S])*>)*>/.source].join("|")+")",d=/(?:"(?:\\.|[^"\\\r\n])*"|(?:\b[a-zA-Z_]\w*|[^\s\0-\x7F]+)[?!]?|\$.)/.source;f.languages.insertBefore("ruby","keyword",{"regex-literal":[{pattern:RegExp(/%r/.source+A+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:m,regex:/[\s\S]+/}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:m,regex:/[\s\S]+/}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:[{pattern:RegExp(/(^|[^:]):/.source+d),lookbehind:!0,greedy:!0},{pattern:RegExp(/([\r\n{(,][ \t]*)/.source+d+/(?=:(?!:))/.source),lookbehind:!0,greedy:!0}],"method-definition":{pattern:/(\bdef\s+)\w+(?:\s*\.\s*\w+)?/,lookbehind:!0,inside:{function:/\b\w+$/,keyword:/^self\b/,"class-name":/^\w+/,punctuation:/\./}}}),f.languages.insertBefore("ruby","string",{"string-literal":[{pattern:RegExp(/%[qQiIwWs]?/.source+A),greedy:!0,inside:{interpolation:m,string:/[\s\S]+/}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:m,string:/[\s\S]+/}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?/}},interpolation:m,string:/[\s\S]+/}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|\b[a-z_]\w*$/i,inside:{symbol:/\b\w+/,punctuation:/^<<[-~]?'|'$/}},string:/[\s\S]+/}}],"command-literal":[{pattern:RegExp(/%x/.source+A),greedy:!0,inside:{interpolation:m,command:{pattern:/[\s\S]+/,alias:"string"}}},{pattern:/`(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|[^\\`#\r\n])*`/,greedy:!0,inside:{interpolation:m,command:{pattern:/[\s\S]+/,alias:"string"}}}]}),delete f.languages.ruby.string,f.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Fixnum|Float|Hash|IO|Integer|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|Stat|String|Struct|Symbol|TMS|Thread|ThreadGroup|Time|TrueClass)\b/,constant:/\b[A-Z][A-Z0-9_]*(?:[?!]|\b)/}),f.languages.rb=f.languages.ruby})(y),y.languages.scss=y.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),y.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),y.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),y.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),y.languages.scss.atrule.inside.rest=y.languages.scss,(function(f){var m=[/"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source,/'[^']*'/.source,/\$'(?:[^'\\]|\\[\s\S])*'/.source,/<<-?\s*(["']?)(\w+)\1\s[\s\S]*?[\r\n]\2/.source].join("|");f.languages["shell-session"]={command:{pattern:RegExp(/^/.source+"(?:"+(/[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+(?::[^\0-\x1F$#%*?"<>:;|]+)?/.source+"|"+/[/~.][^\0-\x1F$#%*?"<>@:;|]*/.source)+")?"+/[$#%](?=\s)/.source+/(?:[^\\\r\n \t'"<$]|[ \t](?:(?!#)|#.*$)|\\(?:[^\r]|\r\n?)|\$(?!')|<(?!<)|<>)+/.source.replace(/<>/g,function(){return m}),"m"),greedy:!0,inside:{info:{pattern:/^[^#$%]+/,alias:"punctuation",inside:{user:/^[^\s@:$#%*!/\\]+@[^\r\n@:$#%*!/\\]+/,punctuation:/:/,path:/[\s\S]+/}},bash:{pattern:/(^[$#%]\s*)\S[\s\S]*/,lookbehind:!0,alias:"language-bash",inside:f.languages.bash},"shell-symbol":{pattern:/^[$#%]/,alias:"important"}}},output:/.(?:.*(?:[\r\n]|.$))*/},f.languages["sh-session"]=f.languages.shellsession=f.languages["shell-session"]})(y),(function(f){function m(E,S){f.languages[E]&&f.languages.insertBefore(E,"comment",{"doc-comment":S})}var A=f.languages.markup.tag,d={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:A}},h={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:A}};m("csharp",d),m("fsharp",d),m("vbnet",h)})(y),(function(f){var m=/[*&][^\s[\]{},]+/,A=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,d="(?:"+A.source+"(?:[ ]+"+m.source+")?|"+m.source+"(?:[ ]+"+A.source+")?)",h=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),E=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function S(R,C){C=(C||"").replace(/m/g,"")+"m";var Y=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,function(){return d}).replace(/<>/g,function(){return R});return RegExp(Y,C)}f.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,function(){return d})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,function(){return d}).replace(/<>/g,function(){return"(?:"+h+"|"+E+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:S(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:S(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:S(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:S(E),lookbehind:!0,greedy:!0},number:{pattern:S(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:A,important:m,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},f.languages.yml=f.languages.yaml})(y),(function(f){var m={pattern:/[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}/i,alias:"constant"};f.languages["log-file"]={"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0},verbose:[{pattern:/\b(Trace)\b:/i,greedy:!0},{pattern:/\[(verbose|verb|vrb|vb|v)\]/i,greedy:!0}],debug:[{pattern:/\b(DEBUG|Debug)\b|\b(debug)\:/i,greedy:!0},{pattern:/\[(debug|dbug|dbg|de|d)\]/i,greedy:!0}],info:[{pattern:/\b(HINT|INFO|INFORMATION|Info|NOTICE|II)\b | \b(^[^\.\.]+$)\b | \b(info|information)\:/,greedy:!0},{pattern:/\[(information|info|inf|in|i)\]/i,greedy:!0}],warning:[{pattern:/\b(WARNING|WARN|Warn|WW)\b|\b(warning)\:/i,greedy:!0},{pattern:/\[(warning|warn|wrn|wn|w)\]/i,greedy:!0}],error:[{pattern:/\b(ALERT|CRITICAL|EMERGENCY|ERROR|FAILURE|FAIL|Fatal|FATAL|Error|EE)\b|\b(error)\:/i,greedy:!0},{pattern:/\[(error|eror|err|er|e|fatal|fatl|ftl|fa|f)\]/i,greedy:!0}],date:[{pattern:/\b\d{4}-\d{2}-\d{2}(T|\b)/i,greedy:!0},{pattern:/\b\d{2}[^\w\s]\d{2}[^\w\s]\d{4}\b/i,greedy:!0},{pattern:/\d{1,2}:\d{2}(:\d{2}([.,]\d{1,})?)?(Z| ?[+-]\d{1,2}:\d{2})?\b/i,greedy:!0}],guid:m,"text-string":[{pattern:/[a-zA-Z]'[a-zA-Z]/i,greedy:!0},{pattern:/[a-zA-Z]\('[a-zA-Z]/i,greedy:!0}],string:[{pattern:/"[^"]*"/i,greedy:!0,inside:{"sensitive-variable":{pattern:/(\[\[.*?\]\])/i,greedy:!0}}},{pattern:/'[^']*'/i,greedy:!0}],exceptiontype:{pattern:/\b([a-zA-Z.]*Exception)\b/i,greedy:!0},"text-constant":{pattern:/(\\[\w-]+.\w+)/i,greedy:!0},constant:[{pattern:/\b([0-9]+|true|false|null)\b/i,greedy:!0},{pattern:/\b(http|https|ftp|file):\/\S+\b\/?/i,greedy:!0},{pattern:/([\w-]+\.)+([\w-])+(?![\w/\\])/i,greedy:!0}]},f.languages.log=f.languages["log-file"]})(y),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;var f="line-numbers",m=/\n(?!$)/g,A=y.plugins.lineNumbers={getLine:function(S,R){if(!(S.tagName!=="PRE"||!S.classList.contains(f))){var C=S.querySelector(".line-numbers-rows");if(C){var Y=parseInt(S.getAttribute("data-start"),10)||1,$=Y+(C.children.length-1);R$&&(R=$);var _=R-Y;return C.children[_]}}},resize:function(S){d([S])},assumeViewportIndependence:!0};function d(S){if(S=S.filter(function(C){var Y=h(C),$=Y["white-space"];return $==="pre-wrap"||$==="pre-line"}),S.length!=0){var R=S.map(function(C){var Y=C.querySelector("code"),$=C.querySelector(".line-numbers-rows");if(!(!Y||!$)){var _=C.querySelector(".line-numbers-sizer"),N=Y.textContent.split(m);_||(_=document.createElement("span"),_.className="line-numbers-sizer",Y.appendChild(_)),_.innerHTML="0",_.style.display="block";var Z=_.getBoundingClientRect().height;return _.innerHTML="",{element:C,lines:N,lineHeights:[],oneLinerHeight:Z,sizer:_}}}).filter(Boolean);R.forEach(function(C){var Y=C.sizer,$=C.lines,_=C.lineHeights,N=C.oneLinerHeight;_[$.length-1]=void 0,$.forEach(function(Z,W){if(Z&&Z.length>1){var O=Y.appendChild(document.createElement("span"));O.style.display="block",O.textContent=Z}else _[W]=N})}),R.forEach(function(C){for(var Y=C.sizer,$=C.lineHeights,_=0,N=0;N<$.length;N++)$[N]===void 0&&($[N]=Y.children[_++].getBoundingClientRect().height)}),R.forEach(function(C){var Y=C.sizer,$=C.element.querySelector(".line-numbers-rows");Y.style.display="none",Y.innerHTML="",C.lineHeights.forEach(function(_,N){$.children[N].style.height=_+"px"})})}}function h(S){return S?window.getComputedStyle?getComputedStyle(S):S.currentStyle||null:null}var E=void 0;window.addEventListener("resize",function(){A.assumeViewportIndependence&&E===window.innerWidth||(E=window.innerWidth,d(Array.prototype.slice.call(document.querySelectorAll("pre."+f))))}),y.hooks.add("complete",function(S){if(S.code){var R=S.element,C=R.parentNode;if(!(!C||!/pre/i.test(C.nodeName))&&!R.querySelector(".line-numbers-rows")&&y.util.isActive(R,f)){R.classList.remove(f),C.classList.add(f);var Y=S.code.match(m),$=Y?Y.length+1:1,_,N=new Array($+1).join("");_=document.createElement("span"),_.setAttribute("aria-hidden","true"),_.className="line-numbers-rows",_.innerHTML=N,C.hasAttribute("data-start")&&(C.style.counterReset="linenumber "+(parseInt(C.getAttribute("data-start"),10)-1)),S.element.appendChild(_),d([C]),y.hooks.run("line-numbers",S)}}}),y.hooks.add("line-numbers",function(S){S.plugins=S.plugins||{},S.plugins.lineNumbers=!0})})(),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;var f=[],m={},A=function(){};y.plugins.toolbar={};var d=y.plugins.toolbar.registerButton=function(S,R){var C;if(typeof R=="function"?C=R:C=function(Y){var $;return typeof R.onClick=="function"?($=document.createElement("button"),$.type="button",$.addEventListener("click",function(){R.onClick.call(this,Y)})):typeof R.url=="string"?($=document.createElement("a"),$.href=R.url):$=document.createElement("span"),R.className&&$.classList.add(R.className),$.textContent=R.text,$},S in m){console.warn('There is a button with the key "'+S+'" registered already.');return}f.push(m[S]=C)};function h(S){for(;S;){var R=S.getAttribute("data-toolbar-order");if(R!=null)return R=R.trim(),R.length?R.split(/\s*,\s*/g):[];S=S.parentElement}}var E=y.plugins.toolbar.hook=function(S){var R=S.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&!R.parentNode.classList.contains("code-toolbar")){var C=document.createElement("div");C.classList.add("code-toolbar"),R.parentNode.insertBefore(C,R),C.appendChild(R);var Y=document.createElement("div");Y.classList.add("toolbar");var $=f,_=h(S.element);_&&($=_.map(function(N){return m[N]||A})),$.forEach(function(N){var Z=N(S);if(Z){var W=document.createElement("div");W.classList.add("toolbar-item"),W.appendChild(Z),Y.appendChild(W)}}),C.appendChild(Y)}};d("label",function(S){var R=S.element.parentNode;if(!(!R||!/pre/i.test(R.nodeName))&&R.hasAttribute("data-label")){var C,Y,$=R.getAttribute("data-label");try{Y=document.querySelector("template#"+$)}catch(_){}return Y?C=Y.content:(R.hasAttribute("data-url")?(C=document.createElement("a"),C.href=R.getAttribute("data-url")):C=document.createElement("span"),C.textContent=$),C}}),y.hooks.add("complete",E)})(),(function(){if(typeof y=="undefined"||typeof document=="undefined")return;if(!y.plugins.toolbar){console.warn("Copy to Clipboard plugin loaded before Toolbar plugin.");return}function f(E,S){E.addEventListener("click",function(){A(S)})}function m(E){var S=document.createElement("textarea");S.value=E.getText(),S.style.top="0",S.style.left="0",S.style.position="fixed",document.body.appendChild(S),S.focus(),S.select();try{var R=document.execCommand("copy");setTimeout(function(){R?E.success():E.error()},1)}catch(C){setTimeout(function(){E.error(C)},1)}document.body.removeChild(S)}function A(E){navigator.clipboard?navigator.clipboard.writeText(E.getText()).then(E.success,function(){m(E)}):m(E)}function d(E){window.getSelection().selectAllChildren(E)}function h(E){var S={copy:"Copy","copy-error":"Press Ctrl+C to copy","copy-success":"Copied!","copy-timeout":5e3},R="data-prismjs-";for(var C in S){for(var Y=R+C,$=E;$&&!$.hasAttribute(Y);)$=$.parentElement;$&&(S[C]=$.getAttribute(Y))}return S}y.plugins.toolbar.registerButton("copy-to-clipboard",function(E){var S=E.element,R=h(S),C=document.createElement("button");C.className="copy-to-clipboard-button",C.setAttribute("type","button");var Y=document.createElement("span");return C.appendChild(Y),_("copy"),f(C,{getText:function(){return S.textContent},success:function(){_("copy-success"),$()},error:function(){_("copy-error"),setTimeout(function(){d(S)},1),$()}}),C;function $(){setTimeout(function(){_("copy")},R["copy-timeout"])}function _(N){Y.textContent=R[N],C.setAttribute("data-copy-state",N)}})})(),(function(){if(typeof y!="undefined"){var f=/^diff-([\w-]+)/i,m=/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/g,A=RegExp(/(?:__|[^\r\n<])*(?:\r\n?|\n|(?:__|[^\r\n<])(?![^\r\n]))/.source.replace(/__/g,function(){return m.source}),"gi"),d=!1;y.hooks.add("before-sanity-check",function(h){var E=h.language;f.test(E)&&!h.grammar&&(h.grammar=y.languages[E]=y.languages.diff)}),y.hooks.add("before-tokenize",function(h){!d&&!y.languages.diff&&!y.plugins.autoloader&&(d=!0,console.warn("Prism's Diff Highlight plugin requires the Diff language definition (prism-diff.js).Make sure the language definition is loaded or use Prism's Autoloader plugin."));var E=h.language;f.test(E)&&!y.languages[E]&&(y.languages[E]=y.languages.diff)}),y.hooks.add("wrap",function(h){var E,S;if(h.language!=="diff"){var R=f.exec(h.language);if(!R)return;E=R[1],S=y.languages[E]}var C=y.languages.diff&&y.languages.diff.PREFIXES;if(C&&h.type in C){var Y=h.content.replace(m,""),$=Y.replace(/</g,"<").replace(/&/g,"&"),_=$.replace(/(^|[\r\n])./g,"$1"),N;S?N=y.highlight(_,S,E):N=y.util.encode(_);var Z=new y.Token("prefix",C[h.type],[/\w+/.exec(h.type)[0]]),W=y.Token.stringify(Z,h.language),O=[],D;for(A.lastIndex=0;D=A.exec(N);)O.push(W+D[0]);/(?:^|[\r\n]).$/.test($)&&O.push(W),h.content=O.join(""),S&&h.classes.push("language-"+E)}})}})()}}),sr=Rt({"node_modules/clipboard/dist/clipboard.js"(F,q){(function(y,f){typeof F=="object"&&typeof q=="object"?q.exports=f():typeof define=="function"&&define.amd?define([],f):typeof F=="object"?F.ClipboardJS=f():y.ClipboardJS=f()})(F,function(){return(function(){var L={686:(function(m,A,d){"use strict";d.d(A,{default:function(){return Ne}});var h=d(279),E=d.n(h),S=d(370),R=d.n(S),C=d(817),Y=d.n(C);function $(ee){try{return document.execCommand(ee)}catch(M){return!1}}var _=function(M){var X=Y()(M);return $("cut"),X},N=_;function Z(ee){var M=document.documentElement.getAttribute("dir")==="rtl",X=document.createElement("textarea");X.style.fontSize="12pt",X.style.border="0",X.style.padding="0",X.style.margin="0",X.style.position="absolute",X.style[M?"right":"left"]="-9999px";var Q=window.pageYOffset||document.documentElement.scrollTop;return X.style.top="".concat(Q,"px"),X.setAttribute("readonly",""),X.value=ee,X}var W=function(M,X){var Q=Z(M);X.container.appendChild(Q);var te=Y()(Q);return $("copy"),Q.remove(),te},O=function(M){var X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},Q="";return typeof M=="string"?Q=W(M,X):M instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(M==null?void 0:M.type)?Q=W(M.value,X):(Q=Y()(M),$("copy")),Q},D=O;function j(ee){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?j=function(X){return typeof X}:j=function(X){return X&&typeof Symbol=="function"&&X.constructor===Symbol&&X!==Symbol.prototype?"symbol":typeof X},j(ee)}var H=function(){var M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},X=M.action,Q=X===void 0?"copy":X,te=M.container,ae=M.target,Se=M.text;if(Q!=="copy"&&Q!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(ae!==void 0)if(ae&&j(ae)==="object"&&ae.nodeType===1){if(Q==="copy"&&ae.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(Q==="cut"&&(ae.hasAttribute("readonly")||ae.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Se)return D(Se,{container:te});if(ae)return Q==="cut"?N(ae):D(ae,{container:te})},B=H;function r(ee){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?r=function(X){return typeof X}:r=function(X){return X&&typeof Symbol=="function"&&X.constructor===Symbol&&X!==Symbol.prototype?"symbol":typeof X},r(ee)}function fe(ee,M){if(!(ee instanceof M))throw new TypeError("Cannot call a class as a function")}function z(ee,M){for(var X=0;X0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof te.action=="function"?te.action:this.defaultAction,this.target=typeof te.target=="function"?te.target:this.defaultTarget,this.text=typeof te.text=="function"?te.text:this.defaultText,this.container=r(te.container)==="object"?te.container:document.body}},{key:"listenClick",value:function(te){var ae=this;this.listener=R()(te,"click",function(Se){return ae.onClick(Se)})}},{key:"onClick",value:function(te){var ae=te.delegateTarget||te.currentTarget,Se=this.action(ae)||"copy",He=B({action:Se,container:this.container,target:this.target(ae),text:this.text(ae)});this.emit(He?"success":"error",{action:Se,text:He,trigger:ae,clearSelection:function(){ae&&ae.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(te){return ge("action",te)}},{key:"defaultTarget",value:function(te){var ae=ge("target",te);if(ae)return document.querySelector(ae)}},{key:"defaultText",value:function(te){return ge("text",te)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(te){var ae=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return D(te,ae)}},{key:"cut",value:function(te){return N(te)}},{key:"isSupported",value:function(){var te=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],ae=typeof te=="string"?[te]:te,Se=!!document.queryCommandSupported;return ae.forEach(function(He){Se=Se&&!!document.queryCommandSupported(He)}),Se}}]),X})(E()),Ne=me}),828:(function(m){var A=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var d=Element.prototype;d.matches=d.matchesSelector||d.mozMatchesSelector||d.msMatchesSelector||d.oMatchesSelector||d.webkitMatchesSelector}function h(E,S){for(;E&&E.nodeType!==A;){if(typeof E.matches=="function"&&E.matches(S))return E;E=E.parentNode}}m.exports=h}),438:(function(m,A,d){var h=d(828);function E(C,Y,$,_,N){var Z=R.apply(this,arguments);return C.addEventListener($,Z,N),{destroy:function(){C.removeEventListener($,Z,N)}}}function S(C,Y,$,_,N){return typeof C.addEventListener=="function"?E.apply(null,arguments):typeof $=="function"?E.bind(null,document).apply(null,arguments):(typeof C=="string"&&(C=document.querySelectorAll(C)),Array.prototype.map.call(C,function(Z){return E(Z,Y,$,_,N)}))}function R(C,Y,$,_){return function(N){N.delegateTarget=h(N.target,Y),N.delegateTarget&&_.call(C,N)}}m.exports=S}),879:(function(m,A){A.node=function(d){return d!==void 0&&d instanceof HTMLElement&&d.nodeType===1},A.nodeList=function(d){var h=Object.prototype.toString.call(d);return d!==void 0&&(h==="[object NodeList]"||h==="[object HTMLCollection]")&&"length"in d&&(d.length===0||A.node(d[0]))},A.string=function(d){return typeof d=="string"||d instanceof String},A.fn=function(d){var h=Object.prototype.toString.call(d);return h==="[object Function]"}}),370:(function(m,A,d){var h=d(879),E=d(438);function S($,_,N){if(!$&&!_&&!N)throw new Error("Missing required arguments");if(!h.string(_))throw new TypeError("Second argument must be a String");if(!h.fn(N))throw new TypeError("Third argument must be a Function");if(h.node($))return R($,_,N);if(h.nodeList($))return C($,_,N);if(h.string($))return Y($,_,N);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function R($,_,N){return $.addEventListener(_,N),{destroy:function(){$.removeEventListener(_,N)}}}function C($,_,N){return Array.prototype.forEach.call($,function(Z){Z.addEventListener(_,N)}),{destroy:function(){Array.prototype.forEach.call($,function(Z){Z.removeEventListener(_,N)})}}}function Y($,_,N){return E(document.body,$,_,N)}m.exports=S}),817:(function(m){function A(d){var h;if(d.nodeName==="SELECT")d.focus(),h=d.value;else if(d.nodeName==="INPUT"||d.nodeName==="TEXTAREA"){var E=d.hasAttribute("readonly");E||d.setAttribute("readonly",""),d.select(),d.setSelectionRange(0,d.value.length),E||d.removeAttribute("readonly"),h=d.value}else{d.hasAttribute("contenteditable")&&d.focus();var S=window.getSelection(),R=document.createRange();R.selectNodeContents(d),S.removeAllRanges(),S.addRange(R),h=S.toString()}return h}m.exports=A}),279:(function(m){function A(){}A.prototype={on:function(d,h,E){var S=this.e||(this.e={});return(S[d]||(S[d]=[])).push({fn:h,ctx:E}),this},once:function(d,h,E){var S=this;function R(){S.off(d,R),h.apply(E,arguments)}return R._=h,this.on(d,R,E)},emit:function(d){var h=[].slice.call(arguments,1),E=((this.e||(this.e={}))[d]||[]).slice(),S=0,R=E.length;for(S;S\]./()*\\\n\t\b\v\u00A0]/g;return this.options.truncate||f(this.options),d.trim().replace(/'/gi,"").replace(E,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(d){var h=d.firstChild&&(" "+d.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,E=d.lastChild&&(" "+d.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return h||E||!1};function m(d){var h;if(typeof d=="string"||d instanceof String)h=[].slice.call(document.querySelectorAll(d));else if(Array.isArray(d)||d instanceof NodeList)h=[].slice.call(d);else throw new TypeError("The selector provided to AnchorJS was invalid.");return h}function A(){if(document.head.querySelector("style.anchorjs")===null){var d=document.createElement("style"),h=".anchorjs-link{opacity:0;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}",E=":hover>.anchorjs-link,.anchorjs-link:focus{opacity:1}",S='@font-face{font-family:anchorjs-icons;src:url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype")}',R="[data-anchorjs-icon]::after{content:attr(data-anchorjs-icon)}",C;d.className="anchorjs",d.appendChild(document.createTextNode("")),C=document.head.querySelector('[rel="stylesheet"],style'),C===void 0?document.head.appendChild(d):document.head.insertBefore(d,C),d.sheet.insertRule(h,d.sheet.cssRules.length),d.sheet.insertRule(E,d.sheet.cssRules.length),d.sheet.insertRule(R,d.sheet.cssRules.length),d.sheet.insertRule(S,d.sheet.cssRules.length)}}}return L})}}),lr=Rt({"node_modules/jquery/dist/jquery.js"(F,q){(function(L,y){"use strict";typeof q=="object"&&typeof q.exports=="object"?q.exports=L.document?y(L,!0):function(f){if(!f.document)throw new Error("jQuery requires a window with a document");return y(f)}:y(L)})(typeof window!="undefined"?window:F,function(L,y){"use strict";var f=[],m=Object.getPrototypeOf,A=f.slice,d=f.flat?function(e){return f.flat.call(e)}:function(e){return f.concat.apply([],e)},h=f.push,E=f.indexOf,S={},R=S.toString,C=S.hasOwnProperty,Y=C.toString,$=Y.call(Object),_={},N=function(t){return typeof t=="function"&&typeof t.nodeType!="number"&&typeof t.item!="function"},Z=function(t){return t!=null&&t===t.window},W=L.document,O={type:!0,src:!0,nonce:!0,noModule:!0};function D(e,t,n){n=n||W;var i,a,o=n.createElement("script");if(o.text=e,t)for(i in O)a=t[i]||t.getAttribute&&t.getAttribute(i),a&&o.setAttribute(i,a);n.head.appendChild(o).parentNode.removeChild(o)}function j(e){return e==null?e+"":typeof e=="object"||typeof e=="function"?S[R.call(e)]||"object":typeof e}var H="3.7.1",B=/HTML$/i,r=function(e,t){return new r.fn.init(e,t)};r.fn=r.prototype={jquery:H,constructor:r,length:0,toArray:function(){return A.call(this)},get:function(e){return e==null?A.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=r.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return r.each(this,e)},map:function(e){return this.pushStack(r.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(A.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(r.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(r.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e}function z(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var be=f.pop,ve=f.sort,Ee=f.splice,le="[\\x20\\t\\r\\n\\f]",Ie=new RegExp("^"+le+"+|((?:^|[^\\\\])(?:\\\\.)*)"+le+"+$","g");r.contains=function(e,t){var n=t&&t.parentNode;return e===n||!!(n&&n.nodeType===1&&(e.contains?e.contains(n):e.compareDocumentPosition&&e.compareDocumentPosition(n)&16))};var it=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Ye(e,t){return t?e==="\0"?"\uFFFD":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}r.escapeSelector=function(e){return(e+"").replace(it,Ye)};var we=W,ge=h;(function(){var e,t,n,i,a,o=ge,s,c,l,g,x,T=r.expando,b=0,I=0,re=Ht(),de=Ht(),oe=Ht(),Ce=Ht(),xe=function(u,p){return u===p&&(a=!0),0},ze="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",We="(?:\\\\[\\da-fA-F]{1,6}"+le+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",ce="\\["+le+"*("+We+")(?:"+le+"*([*^$|!~]?=)"+le+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+We+"))|)"+le+"*\\]",ut=":("+We+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+ce+")*)|.*)\\)|)",pe=new RegExp(le+"+","g"),Ae=new RegExp("^"+le+"*,"+le+"*"),_t=new RegExp("^"+le+"*([>+~]|"+le+")"+le+"*"),un=new RegExp(le+"|>"),Ue=new RegExp(ut),Dt=new RegExp("^"+We+"$"),Ge={ID:new RegExp("^#("+We+")"),CLASS:new RegExp("^\\.("+We+")"),TAG:new RegExp("^("+We+"|[*])"),ATTR:new RegExp("^"+ce),PSEUDO:new RegExp("^"+ut),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+le+"*(even|odd|(([+-]|)(\\d*)n|)"+le+"*(?:([+-]|)"+le+"*(\\d+)|))"+le+"*\\)|)","i"),bool:new RegExp("^(?:"+ze+")$","i"),needsContext:new RegExp("^"+le+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+le+"*((?:-\\d)?\\d*)"+le+"*\\)|)(?=[^-]|$)","i")},tt=/^(?:input|select|textarea|button)$/i,nt=/^h\d$/i,$e=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ln=/[+~]/,Je=new RegExp("\\\\[\\da-fA-F]{1,6}"+le+"?|\\\\([^\\r\\n\\f])","g"),Ze=function(u,p){var v="0x"+u.slice(1)-65536;return p||(v<0?String.fromCharCode(v+65536):String.fromCharCode(v>>10|55296,v&1023|56320))},ni=function(){rt()},ri=zt(function(u){return u.disabled===!0&&z(u,"fieldset")},{dir:"parentNode",next:"legend"});function ii(){try{return s.activeElement}catch(u){}}try{o.apply(f=A.call(we.childNodes),we.childNodes),f[we.childNodes.length].nodeType}catch(u){o={apply:function(p,v){ge.apply(p,A.call(v))},call:function(p){ge.apply(p,A.call(arguments,1))}}}function he(u,p,v,w){var k,P,U,V,G,se,ne,ie=p&&p.ownerDocument,ue=p?p.nodeType:9;if(v=v||[],typeof u!="string"||!u||ue!==1&&ue!==9&&ue!==11)return v;if(!w&&(rt(p),p=p||s,l)){if(ue!==11&&(G=$e.exec(u)))if(k=G[1]){if(ue===9)if(U=p.getElementById(k)){if(U.id===k)return o.call(v,U),v}else return v;else if(ie&&(U=ie.getElementById(k))&&he.contains(p,U)&&U.id===k)return o.call(v,U),v}else{if(G[2])return o.apply(v,p.getElementsByTagName(u)),v;if((k=G[3])&&p.getElementsByClassName)return o.apply(v,p.getElementsByClassName(k)),v}if(!Ce[u+" "]&&(!g||!g.test(u))){if(ne=u,ie=p,ue===1&&(un.test(u)||_t.test(u))){for(ie=ln.test(u)&&cn(p.parentNode)||p,(ie!=p||!_.scope)&&((V=p.getAttribute("id"))?V=r.escapeSelector(V):p.setAttribute("id",V=T)),se=Ot(u),P=se.length;P--;)se[P]=(V?"#"+V:":scope")+" "+Bt(se[P]);ne=se.join(",")}try{return o.apply(v,ie.querySelectorAll(ne)),v}catch(K){Ce(u,!0)}finally{V===T&&p.removeAttribute("id")}}}return er(u.replace(Ie,"$1"),p,v,w)}function Ht(){var u=[];function p(v,w){return u.push(v+" ")>t.cacheLength&&delete p[u.shift()],p[v+" "]=w}return p}function Me(u){return u[T]=!0,u}function bt(u){var p=s.createElement("fieldset");try{return!!u(p)}catch(v){return!1}finally{p.parentNode&&p.parentNode.removeChild(p),p=null}}function ai(u){return function(p){return z(p,"input")&&p.type===u}}function oi(u){return function(p){return(z(p,"input")||z(p,"button"))&&p.type===u}}function Zn(u){return function(p){return"form"in p?p.parentNode&&p.disabled===!1?"label"in p?"label"in p.parentNode?p.parentNode.disabled===u:p.disabled===u:p.isDisabled===u||p.isDisabled!==!u&&ri(p)===u:p.disabled===u:"label"in p?p.disabled===u:!1}}function lt(u){return Me(function(p){return p=+p,Me(function(v,w){for(var k,P=u([],v.length,p),U=P.length;U--;)v[k=P[U]]&&(v[k]=!(w[k]=v[k]))})})}function cn(u){return u&&typeof u.getElementsByTagName!="undefined"&&u}function rt(u){var p,v=u?u.ownerDocument||u:we;return v==s||v.nodeType!==9||!v.documentElement||(s=v,c=s.documentElement,l=!r.isXMLDoc(s),x=c.matches||c.webkitMatchesSelector||c.msMatchesSelector,c.msMatchesSelector&&we!=s&&(p=s.defaultView)&&p.top!==p&&p.addEventListener("unload",ni),_.getById=bt(function(w){return c.appendChild(w).id=r.expando,!s.getElementsByName||!s.getElementsByName(r.expando).length}),_.disconnectedMatch=bt(function(w){return x.call(w,"*")}),_.scope=bt(function(){return s.querySelectorAll(":scope")}),_.cssHas=bt(function(){try{return s.querySelector(":has(*,:jqfake)"),!1}catch(w){return!0}}),_.getById?(t.filter.ID=function(w){var k=w.replace(Je,Ze);return function(P){return P.getAttribute("id")===k}},t.find.ID=function(w,k){if(typeof k.getElementById!="undefined"&&l){var P=k.getElementById(w);return P?[P]:[]}}):(t.filter.ID=function(w){var k=w.replace(Je,Ze);return function(P){var U=typeof P.getAttributeNode!="undefined"&&P.getAttributeNode("id");return U&&U.value===k}},t.find.ID=function(w,k){if(typeof k.getElementById!="undefined"&&l){var P,U,V,G=k.getElementById(w);if(G){if(P=G.getAttributeNode("id"),P&&P.value===w)return[G];for(V=k.getElementsByName(w),U=0;G=V[U++];)if(P=G.getAttributeNode("id"),P&&P.value===w)return[G]}return[]}}),t.find.TAG=function(w,k){return typeof k.getElementsByTagName!="undefined"?k.getElementsByTagName(w):k.querySelectorAll(w)},t.find.CLASS=function(w,k){if(typeof k.getElementsByClassName!="undefined"&&l)return k.getElementsByClassName(w)},g=[],bt(function(w){var k;c.appendChild(w).innerHTML="",w.querySelectorAll("[selected]").length||g.push("\\["+le+"*(?:value|"+ze+")"),w.querySelectorAll("[id~="+T+"-]").length||g.push("~="),w.querySelectorAll("a#"+T+"+*").length||g.push(".#.+[+~]"),w.querySelectorAll(":checked").length||g.push(":checked"),k=s.createElement("input"),k.setAttribute("type","hidden"),w.appendChild(k).setAttribute("name","D"),c.appendChild(w).disabled=!0,w.querySelectorAll(":disabled").length!==2&&g.push(":enabled",":disabled"),k=s.createElement("input"),k.setAttribute("name",""),w.appendChild(k),w.querySelectorAll("[name='']").length||g.push("\\["+le+"*name"+le+"*="+le+`*(?:''|"")`)}),_.cssHas||g.push(":has"),g=g.length&&new RegExp(g.join("|")),xe=function(w,k){if(w===k)return a=!0,0;var P=!w.compareDocumentPosition-!k.compareDocumentPosition;return P||(P=(w.ownerDocument||w)==(k.ownerDocument||k)?w.compareDocumentPosition(k):1,P&1||!_.sortDetached&&k.compareDocumentPosition(w)===P?w===s||w.ownerDocument==we&&he.contains(we,w)?-1:k===s||k.ownerDocument==we&&he.contains(we,k)?1:i?E.call(i,w)-E.call(i,k):0:P&4?-1:1)}),s}he.matches=function(u,p){return he(u,null,null,p)},he.matchesSelector=function(u,p){if(rt(u),l&&!Ce[p+" "]&&(!g||!g.test(p)))try{var v=x.call(u,p);if(v||_.disconnectedMatch||u.document&&u.document.nodeType!==11)return v}catch(w){Ce(p,!0)}return he(p,s,null,[u]).length>0},he.contains=function(u,p){return(u.ownerDocument||u)!=s&&rt(u),r.contains(u,p)},he.attr=function(u,p){(u.ownerDocument||u)!=s&&rt(u);var v=t.attrHandle[p.toLowerCase()],w=v&&C.call(t.attrHandle,p.toLowerCase())?v(u,p,!l):void 0;return w!==void 0?w:u.getAttribute(p)},he.error=function(u){throw new Error("Syntax error, unrecognized expression: "+u)},r.uniqueSort=function(u){var p,v=[],w=0,k=0;if(a=!_.sortStable,i=!_.sortStable&&A.call(u,0),ve.call(u,xe),a){for(;p=u[k++];)p===u[k]&&(w=v.push(k));for(;w--;)Ee.call(u,v[w],1)}return i=null,u},r.fn.uniqueSort=function(){return this.pushStack(r.uniqueSort(A.apply(this)))},t=r.expr={cacheLength:50,createPseudo:Me,match:Ge,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(u){return u[1]=u[1].replace(Je,Ze),u[3]=(u[3]||u[4]||u[5]||"").replace(Je,Ze),u[2]==="~="&&(u[3]=" "+u[3]+" "),u.slice(0,4)},CHILD:function(u){return u[1]=u[1].toLowerCase(),u[1].slice(0,3)==="nth"?(u[3]||he.error(u[0]),u[4]=+(u[4]?u[5]+(u[6]||1):2*(u[3]==="even"||u[3]==="odd")),u[5]=+(u[7]+u[8]||u[3]==="odd")):u[3]&&he.error(u[0]),u},PSEUDO:function(u){var p,v=!u[6]&&u[2];return Ge.CHILD.test(u[0])?null:(u[3]?u[2]=u[4]||u[5]||"":v&&Ue.test(v)&&(p=Ot(v,!0))&&(p=v.indexOf(")",v.length-p)-v.length)&&(u[0]=u[0].slice(0,p),u[2]=v.slice(0,p)),u.slice(0,3))}},filter:{TAG:function(u){var p=u.replace(Je,Ze).toLowerCase();return u==="*"?function(){return!0}:function(v){return z(v,p)}},CLASS:function(u){var p=re[u+" "];return p||(p=new RegExp("(^|"+le+")"+u+"("+le+"|$)"))&&re(u,function(v){return p.test(typeof v.className=="string"&&v.className||typeof v.getAttribute!="undefined"&&v.getAttribute("class")||"")})},ATTR:function(u,p,v){return function(w){var k=he.attr(w,u);return k==null?p==="!=":p?(k+="",p==="="?k===v:p==="!="?k!==v:p==="^="?v&&k.indexOf(v)===0:p==="*="?v&&k.indexOf(v)>-1:p==="$="?v&&k.slice(-v.length)===v:p==="~="?(" "+k.replace(pe," ")+" ").indexOf(v)>-1:p==="|="?k===v||k.slice(0,v.length+1)===v+"-":!1):!0}},CHILD:function(u,p,v,w,k){var P=u.slice(0,3)!=="nth",U=u.slice(-4)!=="last",V=p==="of-type";return w===1&&k===0?(function(G){return!!G.parentNode}):function(G,se,ne){var ie,ue,K,ye,Re,ke=P!==U?"nextSibling":"previousSibling",Fe=G.parentNode,Xe=V&&G.nodeName.toLowerCase(),mt=!ne&&!V,Te=!1;if(Fe){if(P){for(;ke;){for(K=G;K=K[ke];)if(V?z(K,Xe):K.nodeType===1)return!1;Re=ke=u==="only"&&!Re&&"nextSibling"}return!0}if(Re=[U?Fe.firstChild:Fe.lastChild],U&&mt){for(ue=Fe[T]||(Fe[T]={}),ie=ue[u]||[],ye=ie[0]===b&&ie[1],Te=ye&&ie[2],K=ye&&Fe.childNodes[ye];K=++ye&&K&&K[ke]||(Te=ye=0)||Re.pop();)if(K.nodeType===1&&++Te&&K===G){ue[u]=[b,ye,Te];break}}else if(mt&&(ue=G[T]||(G[T]={}),ie=ue[u]||[],ye=ie[0]===b&&ie[1],Te=ye),Te===!1)for(;(K=++ye&&K&&K[ke]||(Te=ye=0)||Re.pop())&&!((V?z(K,Xe):K.nodeType===1)&&++Te&&(mt&&(ue=K[T]||(K[T]={}),ue[u]=[b,Te]),K===G)););return Te-=k,Te===w||Te%w===0&&Te/w>=0}}},PSEUDO:function(u,p){var v,w=t.pseudos[u]||t.setFilters[u.toLowerCase()]||he.error("unsupported pseudo: "+u);return w[T]?w(p):w.length>1?(v=[u,u,"",p],t.setFilters.hasOwnProperty(u.toLowerCase())?Me(function(k,P){for(var U,V=w(k,p),G=V.length;G--;)U=E.call(k,V[G]),k[U]=!(P[U]=V[G])}):function(k){return w(k,0,v)}):w}},pseudos:{not:Me(function(u){var p=[],v=[],w=hn(u.replace(Ie,"$1"));return w[T]?Me(function(k,P,U,V){for(var G,se=w(k,null,V,[]),ne=k.length;ne--;)(G=se[ne])&&(k[ne]=!(P[ne]=G))}):function(k,P,U){return p[0]=k,w(p,null,U,v),p[0]=null,!v.pop()}}),has:Me(function(u){return function(p){return he(u,p).length>0}}),contains:Me(function(u){return u=u.replace(Je,Ze),function(p){return(p.textContent||r.text(p)).indexOf(u)>-1}}),lang:Me(function(u){return Dt.test(u||"")||he.error("unsupported lang: "+u),u=u.replace(Je,Ze).toLowerCase(),function(p){var v;do if(v=l?p.lang:p.getAttribute("xml:lang")||p.getAttribute("lang"))return v=v.toLowerCase(),v===u||v.indexOf(u+"-")===0;while((p=p.parentNode)&&p.nodeType===1);return!1}}),target:function(u){var p=L.location&&L.location.hash;return p&&p.slice(1)===u.id},root:function(u){return u===c},focus:function(u){return u===ii()&&s.hasFocus()&&!!(u.type||u.href||~u.tabIndex)},enabled:Zn(!1),disabled:Zn(!0),checked:function(u){return z(u,"input")&&!!u.checked||z(u,"option")&&!!u.selected},selected:function(u){return u.parentNode&&u.parentNode.selectedIndex,u.selected===!0},empty:function(u){for(u=u.firstChild;u;u=u.nextSibling)if(u.nodeType<6)return!1;return!0},parent:function(u){return!t.pseudos.empty(u)},header:function(u){return nt.test(u.nodeName)},input:function(u){return tt.test(u.nodeName)},button:function(u){return z(u,"input")&&u.type==="button"||z(u,"button")},text:function(u){var p;return z(u,"input")&&u.type==="text"&&((p=u.getAttribute("type"))==null||p.toLowerCase()==="text")},first:lt(function(){return[0]}),last:lt(function(u,p){return[p-1]}),eq:lt(function(u,p,v){return[v<0?v+p:v]}),even:lt(function(u,p){for(var v=0;vp?w=p:w=v;--w>=0;)u.push(w);return u}),gt:lt(function(u,p,v){for(var w=v<0?v+p:v;++w1?function(p,v,w){for(var k=u.length;k--;)if(!u[k](p,v,w))return!1;return!0}:u[0]}function si(u,p,v){for(var w=0,k=p.length;w-1&&(U[ne]=!(V[ne]=ue))}}else K=Wt(K===V?K.splice(ke,K.length):K),k?k(null,V,K,se):o.apply(V,K)})}function pn(u){for(var p,v,w,k=u.length,P=t.relative[u[0].type],U=P||t.relative[" "],V=P?1:0,G=zt(function(ie){return ie===p},U,!0),se=zt(function(ie){return E.call(p,ie)>-1},U,!0),ne=[function(ie,ue,K){var ye=!P&&(K||ue!=n)||((p=ue).nodeType?G(ie,ue,K):se(ie,ue,K));return p=null,ye}];V1&&fn(ne),V>1&&Bt(u.slice(0,V-1).concat({value:u[V-2].type===" "?"*":""})).replace(Ie,"$1"),v,V0,w=u.length>0,k=function(P,U,V,G,se){var ne,ie,ue,K=0,ye="0",Re=P&&[],ke=[],Fe=n,Xe=P||w&&t.find.TAG("*",se),mt=b+=Fe==null?1:Math.random()||.1,Te=Xe.length;for(se&&(n=U==s||U||se);ye!==Te&&(ne=Xe[ye])!=null;ye++){if(w&&ne){for(ie=0,!U&&ne.ownerDocument!=s&&(rt(ne),V=!l);ue=u[ie++];)if(ue(ne,U||s,V)){o.call(G,ne);break}se&&(b=mt)}v&&((ne=!ue&&ne)&&K--,P&&Re.push(ne))}if(K+=ye,v&&ye!==K){for(ie=0;ue=p[ie++];)ue(Re,ke,U,V);if(P){if(K>0)for(;ye--;)Re[ye]||ke[ye]||(ke[ye]=be.call(G));ke=Wt(ke)}o.apply(G,ke),se&&!P&&ke.length>0&&K+p.length>1&&r.uniqueSort(G)}return se&&(b=mt,n=Fe),Re};return v?Me(k):k}function hn(u,p){var v,w=[],k=[],P=oe[u+" "];if(!P){for(p||(p=Ot(u)),v=p.length;v--;)P=pn(p[v]),P[T]?w.push(P):k.push(P);P=oe(u,ui(k,w)),P.selector=u}return P}function er(u,p,v,w){var k,P,U,V,G,se=typeof u=="function"&&u,ne=!w&&Ot(u=se.selector||u);if(v=v||[],ne.length===1){if(P=ne[0]=ne[0].slice(0),P.length>2&&(U=P[0]).type==="ID"&&p.nodeType===9&&l&&t.relative[P[1].type]){if(p=(t.find.ID(U.matches[0].replace(Je,Ze),p)||[])[0],p)se&&(p=p.parentNode);else return v;u=u.slice(P.shift().value.length)}for(k=Ge.needsContext.test(u)?0:P.length;k--&&(U=P[k],!t.relative[V=U.type]);)if((G=t.find[V])&&(w=G(U.matches[0].replace(Je,Ze),ln.test(P[0].type)&&cn(p.parentNode)||p))){if(P.splice(k,1),u=w.length&&Bt(P),!u)return o.apply(v,w),v;break}}return(se||hn(u,ne))(w,p,!l,v,!p||ln.test(u)&&cn(p.parentNode)||p),v}_.sortStable=T.split("").sort(xe).join("")===T,rt(),_.sortDetached=bt(function(u){return u.compareDocumentPosition(s.createElement("fieldset"))&1}),r.find=he,r.expr[":"]=r.expr.pseudos,r.unique=r.uniqueSort,he.compile=hn,he.select=er,he.setDocument=rt,he.tokenize=Ot,he.escape=r.escapeSelector,he.getText=r.text,he.isXML=r.isXMLDoc,he.selectors=r.expr,he.support=r.support,he.uniqueSort=r.uniqueSort})();var me=function(e,t,n){for(var i=[],a=n!==void 0;(e=e[t])&&e.nodeType!==9;)if(e.nodeType===1){if(a&&r(e).is(n))break;i.push(e)}return i},Ne=function(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n},ee=r.expr.match.needsContext,M=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function X(e,t,n){return N(t)?r.grep(e,function(i,a){return!!t.call(i,a,i)!==n}):t.nodeType?r.grep(e,function(i){return i===t!==n}):typeof t!="string"?r.grep(e,function(i){return E.call(t,i)>-1!==n}):r.filter(t,e,n)}r.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),t.length===1&&i.nodeType===1?r.find.matchesSelector(i,e)?[i]:[]:r.find.matches(e,r.grep(t,function(a){return a.nodeType===1}))},r.fn.extend({find:function(e){var t,n,i=this.length,a=this;if(typeof e!="string")return this.pushStack(r(e).filter(function(){for(t=0;t1?r.uniqueSort(n):n},filter:function(e){return this.pushStack(X(this,e||[],!1))},not:function(e){return this.pushStack(X(this,e||[],!0))},is:function(e){return!!X(this,typeof e=="string"&&ee.test(e)?r(e):e||[],!1).length}});var Q,te=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,ae=r.fn.init=function(e,t,n){var i,a;if(!e)return this;if(n=n||Q,typeof e=="string")if(e[0]==="<"&&e[e.length-1]===">"&&e.length>=3?i=[null,e,null]:i=te.exec(e),i&&(i[1]||!t))if(i[1]){if(t=t instanceof r?t[0]:t,r.merge(this,r.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:W,!0)),M.test(i[1])&&r.isPlainObject(t))for(i in t)N(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}else return a=W.getElementById(i[2]),a&&(this[0]=a,this.length=1),this;else return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);else{if(e.nodeType)return this[0]=e,this.length=1,this;if(N(e))return n.ready!==void 0?n.ready(e):e(r)}return r.makeArray(e,this)};ae.prototype=r.fn,Q=r(W);var Se=/^(?:parents|prev(?:Until|All))/,He={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(e){var t=r(e,this),n=t.length;return this.filter(function(){for(var i=0;i-1:n.nodeType===1&&r.find.matchesSelector(n,e))){o.push(n);break}}return this.pushStack(o.length>1?r.uniqueSort(o):o)},index:function(e){return e?typeof e=="string"?E.call(r(e),this[0]):E.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function ct(e,t){for(;(e=e[t])&&e.nodeType!==1;);return e}r.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return me(e,"parentNode")},parentsUntil:function(e,t,n){return me(e,"parentNode",n)},next:function(e){return ct(e,"nextSibling")},prev:function(e){return ct(e,"previousSibling")},nextAll:function(e){return me(e,"nextSibling")},prevAll:function(e){return me(e,"previousSibling")},nextUntil:function(e,t,n){return me(e,"nextSibling",n)},prevUntil:function(e,t,n){return me(e,"previousSibling",n)},siblings:function(e){return Ne((e.parentNode||{}).firstChild,e)},children:function(e){return Ne(e.firstChild)},contents:function(e){return e.contentDocument!=null&&m(e.contentDocument)?e.contentDocument:(z(e,"template")&&(e=e.content||e),r.merge([],e.childNodes))}},function(e,t){r.fn[e]=function(n,i){var a=r.map(this,t,n);return e.slice(-5)!=="Until"&&(i=n),i&&typeof i=="string"&&(a=r.filter(i,a)),this.length>1&&(He[e]||r.uniqueSort(a),Se.test(e)&&a.reverse()),this.pushStack(a)}});var Le=/[^\x20\t\r\n\f]+/g;function ft(e){var t={};return r.each(e.match(Le)||[],function(n,i){t[i]=!0}),t}r.Callbacks=function(e){e=typeof e=="string"?ft(e):r.extend({},e);var t,n,i,a,o=[],s=[],c=-1,l=function(){for(a=a||e.once,i=t=!0;s.length;c=-1)for(n=s.shift();++c-1;)o.splice(b,1),b<=c&&c--}),this},has:function(x){return x?r.inArray(x,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return a=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return a=s=[],!n&&!t&&(o=n=""),this},locked:function(){return!!a},fireWith:function(x,T){return a||(T=T||[],T=[x,T.slice?T.slice():T],s.push(T),t||l()),this},fire:function(){return g.fireWith(this,arguments),this},fired:function(){return!!i}};return g};function Ke(e){return e}function et(e){throw e}function An(e,t,n,i){var a;try{e&&N(a=e.promise)?a.call(e).done(t).fail(n):e&&N(a=e.then)?a.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(o){n.apply(void 0,[o])}}r.extend({Deferred:function(e){var t=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],n="pending",i={state:function(){return n},always:function(){return a.done(arguments).fail(arguments),this},catch:function(o){return i.then(null,o)},pipe:function(){var o=arguments;return r.Deferred(function(s){r.each(t,function(c,l){var g=N(o[l[4]])&&o[l[4]];a[l[1]](function(){var x=g&&g.apply(this,arguments);x&&N(x.promise)?x.promise().progress(s.notify).done(s.resolve).fail(s.reject):s[l[0]+"With"](this,g?[x]:arguments)})}),o=null}).promise()},then:function(o,s,c){var l=0;function g(x,T,b,I){return function(){var re=this,de=arguments,oe=function(){var xe,ze;if(!(x=l&&(b!==et&&(re=void 0,de=[xe]),T.rejectWith(re,de))}};x?Ce():(r.Deferred.getErrorHook?Ce.error=r.Deferred.getErrorHook():r.Deferred.getStackHook&&(Ce.error=r.Deferred.getStackHook()),L.setTimeout(Ce))}}return r.Deferred(function(x){t[0][3].add(g(0,x,N(c)?c:Ke,x.notifyWith)),t[1][3].add(g(0,x,N(o)?o:Ke)),t[2][3].add(g(0,x,N(s)?s:et))}).promise()},promise:function(o){return o!=null?r.extend(o,i):i}},a={};return r.each(t,function(o,s){var c=s[2],l=s[5];i[s[1]]=c.add,l&&c.add(function(){n=l},t[3-o][2].disable,t[3-o][3].disable,t[0][2].lock,t[0][3].lock),c.add(s[3].fire),a[s[0]]=function(){return a[s[0]+"With"](this===a?void 0:this,arguments),this},a[s[0]+"With"]=c.fireWith}),i.promise(a),e&&e.call(a,a),a},when:function(e){var t=arguments.length,n=t,i=Array(n),a=A.call(arguments),o=r.Deferred(),s=function(c){return function(l){i[c]=this,a[c]=arguments.length>1?A.call(arguments):l,--t||o.resolveWith(i,a)}};if(t<=1&&(An(e,o.done(s(n)).resolve,o.reject,!t),o.state()==="pending"||N(a[n]&&a[n].then)))return o.then();for(;n--;)An(a[n],s(n),o.reject);return o.promise()}});var pr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(e,t){L.console&&L.console.warn&&e&&pr.test(e.name)&&L.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},r.readyException=function(e){L.setTimeout(function(){throw e})};var Gt=r.Deferred();r.fn.ready=function(e){return Gt.then(e).catch(function(t){r.readyException(t)}),this},r.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--r.readyWait:r.isReady)||(r.isReady=!0,!(e!==!0&&--r.readyWait>0)&&Gt.resolveWith(W,[r]))}}),r.ready.then=Gt.then;function jt(){W.removeEventListener("DOMContentLoaded",jt),L.removeEventListener("load",jt),r.ready()}W.readyState==="complete"||W.readyState!=="loading"&&!W.documentElement.doScroll?L.setTimeout(r.ready):(W.addEventListener("DOMContentLoaded",jt),L.addEventListener("load",jt));var Qe=function(e,t,n,i,a,o,s){var c=0,l=e.length,g=n==null;if(j(n)==="object"){a=!0;for(c in n)Qe(e,t,c,n[c],!0,o,s)}else if(i!==void 0&&(a=!0,N(i)||(s=!0),g&&(s?(t.call(e,i),t=null):(g=t,t=function(x,T,b){return g.call(r(x),b)})),t))for(;c1,null,!0)},removeData:function(e){return this.each(function(){_e.remove(this,e)})}}),r.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=J.get(e,t),n&&(!i||Array.isArray(n)?i=J.access(e,t,r.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=r.queue(e,t),i=n.length,a=n.shift(),o=r._queueHooks(e,t),s=function(){r.dequeue(e,t)};a==="inprogress"&&(a=n.shift(),i--),a&&(t==="fx"&&n.unshift("inprogress"),delete o.stop,a.call(e,s,o)),!i&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:r.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),r.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,kn=/^$|^module$|\/(?:java|ecma)script/i;(function(){var e=W.createDocumentFragment(),t=e.appendChild(W.createElement("div")),n=W.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),_.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="",_.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="",_.option=!!t.lastChild})();var je={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};je.tbody=je.tfoot=je.colgroup=je.caption=je.thead,je.th=je.td,_.option||(je.optgroup=je.option=[1,""]);function De(e,t){var n;return typeof e.getElementsByTagName!="undefined"?n=e.getElementsByTagName(t||"*"):typeof e.querySelectorAll!="undefined"?n=e.querySelectorAll(t||"*"):n=[],t===void 0||t&&z(e,t)?r.merge([e],n):n}function Xt(e,t){for(var n=0,i=e.length;n-1){a&&a.push(o);continue}if(g=dt(o),s=De(T.appendChild(o),"script"),g&&Xt(s),n)for(x=0;o=s[x++];)kn.test(o.type||"")&&n.push(o)}return T}var Nn=/^([^.]*)(?:\.(.+)|)/;function ht(){return!0}function gt(){return!1}function Yt(e,t,n,i,a,o){var s,c;if(typeof t=="object"){typeof n!="string"&&(i=i||n,n=void 0);for(c in t)Yt(e,c,n,i,t[c],o);return e}if(i==null&&a==null?(a=n,i=n=void 0):a==null&&(typeof n=="string"?(a=i,i=void 0):(a=i,i=n,n=void 0)),a===!1)a=gt;else if(!a)return e;return o===1&&(s=a,a=function(l){return r().off(l),s.apply(this,arguments)},a.guid=s.guid||(s.guid=r.guid++)),e.each(function(){r.event.add(this,t,a,i,n)})}r.event={global:{},add:function(e,t,n,i,a){var o,s,c,l,g,x,T,b,I,re,de,oe=J.get(e);if(xt(e))for(n.handler&&(o=n,n=o.handler,a=o.selector),a&&r.find.matchesSelector(at,a),n.guid||(n.guid=r.guid++),(l=oe.events)||(l=oe.events=Object.create(null)),(s=oe.handle)||(s=oe.handle=function(Ce){return typeof r!="undefined"&&r.event.triggered!==Ce.type?r.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(Le)||[""],g=t.length;g--;)c=Nn.exec(t[g])||[],I=de=c[1],re=(c[2]||"").split(".").sort(),I&&(T=r.event.special[I]||{},I=(a?T.delegateType:T.bindType)||I,T=r.event.special[I]||{},x=r.extend({type:I,origType:de,data:i,handler:n,guid:n.guid,selector:a,needsContext:a&&r.expr.match.needsContext.test(a),namespace:re.join(".")},o),(b=l[I])||(b=l[I]=[],b.delegateCount=0,(!T.setup||T.setup.call(e,i,re,s)===!1)&&e.addEventListener&&e.addEventListener(I,s)),T.add&&(T.add.call(e,x),x.handler.guid||(x.handler.guid=n.guid)),a?b.splice(b.delegateCount++,0,x):b.push(x),r.event.global[I]=!0)},remove:function(e,t,n,i,a){var o,s,c,l,g,x,T,b,I,re,de,oe=J.hasData(e)&&J.get(e);if(!(!oe||!(l=oe.events))){for(t=(t||"").match(Le)||[""],g=t.length;g--;){if(c=Nn.exec(t[g])||[],I=de=c[1],re=(c[2]||"").split(".").sort(),!I){for(I in l)r.event.remove(e,I+t[g],n,i,!0);continue}for(T=r.event.special[I]||{},I=(i?T.delegateType:T.bindType)||I,b=l[I]||[],c=c[2]&&new RegExp("(^|\\.)"+re.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=b.length;o--;)x=b[o],(a||de===x.origType)&&(!n||n.guid===x.guid)&&(!c||c.test(x.namespace))&&(!i||i===x.selector||i==="**"&&x.selector)&&(b.splice(o,1),x.selector&&b.delegateCount--,T.remove&&T.remove.call(e,x));s&&!b.length&&((!T.teardown||T.teardown.call(e,re,oe.handle)===!1)&&r.removeEvent(e,I,oe.handle),delete l[I])}r.isEmptyObject(l)&&J.remove(e,"handle events")}},dispatch:function(e){var t,n,i,a,o,s,c=new Array(arguments.length),l=r.event.fix(e),g=(J.get(this,"events")||Object.create(null))[l.type]||[],x=r.event.special[l.type]||{};for(c[0]=l,t=1;t=1)){for(;g!==this;g=g.parentNode||this)if(g.nodeType===1&&!(e.type==="click"&&g.disabled===!0)){for(o=[],s={},n=0;n-1:r.find(a,this,null,[g]).length),s[a]&&o.push(i);o.length&&c.push({elem:g,handlers:o})}}return g=this,l\s*$/g;function Ln(e,t){return z(e,"table")&&z(t.nodeType!==11?t:t.firstChild,"tr")&&r(e).children("tbody")[0]||e}function kr(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function Tr(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function _n(e,t){var n,i,a,o,s,c,l;if(t.nodeType===1){if(J.hasData(e)&&(o=J.get(e),l=o.events,l)){J.remove(t,"handle events");for(a in l)for(n=0,i=l[a].length;n1&&typeof I=="string"&&!_.checkClone&&Er.test(I))return e.each(function(de){var oe=e.eq(de);re&&(t[0]=I.call(this,de,oe.html())),yt(oe,t,n,i)});if(T&&(a=Tn(t,e[0].ownerDocument,!1,e,i),o=a.firstChild,a.childNodes.length===1&&(a=o),o||i)){for(s=r.map(De(a,"script"),kr),c=s.length;x0&&Xt(s,!l&&De(e,"script")),c},cleanData:function(e){for(var t,n,i,a=r.event.special,o=0;(n=e[o])!==void 0;o++)if(xt(n)){if(t=n[J.expando]){if(t.events)for(i in t.events)a[i]?r.event.remove(n,i):r.removeEvent(n,i,t.handle);n[J.expando]=void 0}n[_e.expando]&&(n[_e.expando]=void 0)}}}),r.fn.extend({detach:function(e){return Dn(this,e,!0)},remove:function(e){return Dn(this,e)},text:function(e){return Qe(this,function(t){return t===void 0?r.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return yt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.appendChild(e)}})},prepend:function(){return yt(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=Ln(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return yt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return yt(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;(e=this[t])!=null;t++)e.nodeType===1&&(r.cleanData(De(e,!1)),e.textContent="");return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return r.clone(this,e,t)})},html:function(e){return Qe(this,function(t){var n=this[0]||{},i=0,a=this.length;if(t===void 0&&n.nodeType===1)return n.innerHTML;if(typeof t=="string"&&!Sr.test(t)&&!je[(Cn.exec(t)||["",""])[1].toLowerCase()]){t=r.htmlPrefilter(t);try{for(;i=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-l-c-.5))||0),l+g}function Mn(e,t,n){var i=Pt(e),a=!_.boxSizingReliable()||n,o=a&&r.css(e,"boxSizing",!1,i)==="border-box",s=o,c=kt(e,t,i),l="offset"+t[0].toUpperCase()+t.slice(1);if(Qt.test(c)){if(!n)return c;c="auto"}return(!_.boxSizingReliable()&&o||!_.reliableTrDimensions()&&z(e,"tr")||c==="auto"||!parseFloat(c)&&r.css(e,"display",!1,i)==="inline")&&e.getClientRects().length&&(o=r.css(e,"boxSizing",!1,i)==="border-box",s=l in e,s&&(c=e[l])),c=parseFloat(c)||0,c+Zt(e,t,n||(o?"border":"content"),s,i,c)+"px"}r.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=kt(e,"opacity");return n===""?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(e,t,n,i){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var a,o,s,c=Be(t),l=Vt.test(t),g=e.style;if(l||(t=Jt(c)),s=r.cssHooks[t]||r.cssHooks[c],n!==void 0){if(o=typeof n,o==="string"&&(a=Et.exec(n))&&a[1]&&(n=Sn(e,t,a),o="number"),n==null||n!==n)return;o==="number"&&!l&&(n+=a&&a[3]||(r.cssNumber[c]?"":"px")),!_.clearCloneStyle&&n===""&&t.indexOf("background")===0&&(g[t]="inherit"),(!s||!("set"in s)||(n=s.set(e,n,i))!==void 0)&&(l?g.setProperty(t,n):g[t]=n)}else return s&&"get"in s&&(a=s.get(e,!1,i))!==void 0?a:g[t]}},css:function(e,t,n,i){var a,o,s,c=Be(t),l=Vt.test(t);return l||(t=Jt(c)),s=r.cssHooks[t]||r.cssHooks[c],s&&"get"in s&&(a=s.get(e,!0,n)),a===void 0&&(a=kt(e,t,i)),a==="normal"&&t in Fn&&(a=Fn[t]),n===""||n?(o=parseFloat(a),n===!0||isFinite(o)?o||0:a):a}}),r.each(["height","width"],function(e,t){r.cssHooks[t]={get:function(n,i,a){if(i)return Dr.test(r.css(n,"display"))&&(!n.getClientRects().length||!n.getBoundingClientRect().width)?On(n,Or,function(){return Mn(n,t,a)}):Mn(n,t,a)},set:function(n,i,a){var o,s=Pt(n),c=!_.scrollboxSize()&&s.position==="absolute",l=c||a,g=l&&r.css(n,"boxSizing",!1,s)==="border-box",x=a?Zt(n,t,a,g,s):0;return g&&c&&(x-=Math.ceil(n["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-Zt(n,t,"border",!1,s)-.5)),x&&(o=Et.exec(i))&&(o[3]||"px")!=="px"&&(n.style[t]=i,i=r.css(n,t)),Pn(n,i,x)}}}),r.cssHooks.marginLeft=Rn(_.reliableMarginLeft,function(e,t){if(t)return(parseFloat(kt(e,"marginLeft"))||e.getBoundingClientRect().left-On(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(e,t){r.cssHooks[e+t]={expand:function(n){for(var i=0,a={},o=typeof n=="string"?n.split(" "):[n];i<4;i++)a[e+Ve[i]+t]=o[i]||o[i-2]||o[0];return a}},e!=="margin"&&(r.cssHooks[e+t].set=Pn)}),r.fn.extend({css:function(e,t){return Qe(this,function(n,i,a){var o,s,c={},l=0;if(Array.isArray(i)){for(o=Pt(n),s=i.length;l1)}});function Oe(e,t,n,i,a){return new Oe.prototype.init(e,t,n,i,a)}r.Tween=Oe,Oe.prototype={constructor:Oe,init:function(e,t,n,i,a,o){this.elem=e,this.prop=n,this.easing=a||r.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=o||(r.cssNumber[n]?"":"px")},cur:function(){var e=Oe.propHooks[this.prop];return e&&e.get?e.get(this):Oe.propHooks._default.get(this)},run:function(e){var t,n=Oe.propHooks[this.prop];return this.options.duration?this.pos=t=r.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Oe.propHooks._default.set(this),this}},Oe.prototype.init.prototype=Oe.prototype,Oe.propHooks={_default:{get:function(e){var t;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(t=r.css(e.elem,e.prop,""),!t||t==="auto"?0:t)},set:function(e){r.fx.step[e.prop]?r.fx.step[e.prop](e):e.elem.nodeType===1&&(r.cssHooks[e.prop]||e.elem.style[Jt(e.prop)]!=null)?r.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Oe.propHooks.scrollTop=Oe.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},r.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},r.fx=Oe.prototype.init,r.fx.step={};var vt,Mt,Rr=/^(?:toggle|show|hide)$/,Ir=/queueHooks$/;function Kt(){Mt&&(W.hidden===!1&&L.requestAnimationFrame?L.requestAnimationFrame(Kt):L.setTimeout(Kt,r.fx.interval),r.fx.tick())}function qn(){return L.setTimeout(function(){vt=void 0}),vt=Date.now()}function qt(e,t){var n,i=0,a={height:e};for(t=t?1:0;i<4;i+=2-t)n=Ve[i],a["margin"+n]=a["padding"+n]=e;return t&&(a.opacity=a.width=e),a}function Hn(e,t,n){for(var i,a=(Pe.tweeners[t]||[]).concat(Pe.tweeners["*"]),o=0,s=a.length;o1)},removeAttr:function(e){return this.each(function(){r.removeAttr(this,e)})}}),r.extend({attr:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2)){if(typeof e.getAttribute=="undefined")return r.prop(e,t,n);if((o!==1||!r.isXMLDoc(e))&&(a=r.attrHooks[t.toLowerCase()]||(r.expr.match.bool.test(t)?Bn:void 0)),n!==void 0){if(n===null){r.removeAttr(e,t);return}return a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:(e.setAttribute(t,n+""),n)}return a&&"get"in a&&(i=a.get(e,t))!==null?i:(i=r.find.attr(e,t),i==null?void 0:i)}},attrHooks:{type:{set:function(e,t){if(!_.radioValue&&t==="radio"&&z(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,a=t&&t.match(Le);if(a&&e.nodeType===1)for(;n=a[i++];)e.removeAttribute(n)}}),Bn={set:function(e,t,n){return t===!1?r.removeAttr(e,n):e.setAttribute(n,n),n}},r.each(r.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Tt[t]||r.find.attr;Tt[t]=function(i,a,o){var s,c,l=a.toLowerCase();return o||(c=Tt[l],Tt[l]=s,s=n(i,a,o)!=null?l:null,Tt[l]=c),s}});var Fr=/^(?:input|select|textarea|button)$/i,Pr=/^(?:a|area)$/i;r.fn.extend({prop:function(e,t){return Qe(this,r.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[r.propFix[e]||e]})}}),r.extend({prop:function(e,t,n){var i,a,o=e.nodeType;if(!(o===3||o===8||o===2))return(o!==1||!r.isXMLDoc(e))&&(t=r.propFix[t]||t,a=r.propHooks[t]),n!==void 0?a&&"set"in a&&(i=a.set(e,n,t))!==void 0?i:e[t]=n:a&&"get"in a&&(i=a.get(e,t))!==null?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=r.find.attr(e,"tabindex");return t?parseInt(t,10):Fr.test(e.nodeName)||Pr.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),_.optSelected||(r.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function ot(e){var t=e.match(Le)||[];return t.join(" ")}function st(e){return e.getAttribute&&e.getAttribute("class")||""}function en(e){return Array.isArray(e)?e:typeof e=="string"?e.match(Le)||[]:[]}r.fn.extend({addClass:function(e){var t,n,i,a,o,s;return N(e)?this.each(function(c){r(this).addClass(e.call(this,c,st(this)))}):(t=en(e),t.length?this.each(function(){if(i=st(this),n=this.nodeType===1&&" "+ot(i)+" ",n){for(o=0;o-1;)n=n.replace(" "+a+" "," ");s=ot(n),i!==s&&this.setAttribute("class",s)}}):this):this.attr("class","")},toggleClass:function(e,t){var n,i,a,o,s=typeof e,c=s==="string"||Array.isArray(e);return N(e)?this.each(function(l){r(this).toggleClass(e.call(this,l,st(this),t),t)}):typeof t=="boolean"&&c?t?this.addClass(e):this.removeClass(e):(n=en(e),this.each(function(){if(c)for(o=r(this),a=0;a-1)return!0;return!1}});var Mr=/\r/g;r.fn.extend({val:function(e){var t,n,i,a=this[0];return arguments.length?(i=N(e),this.each(function(o){var s;this.nodeType===1&&(i?s=e.call(this,o,r(this).val()):s=e,s==null?s="":typeof s=="number"?s+="":Array.isArray(s)&&(s=r.map(s,function(c){return c==null?"":c+""})),t=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],(!t||!("set"in t)||t.set(this,s,"value")===void 0)&&(this.value=s))})):a?(t=r.valHooks[a.type]||r.valHooks[a.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(a,"value"))!==void 0?n:(n=a.value,typeof n=="string"?n.replace(Mr,""):n==null?"":n)):void 0}}),r.extend({valHooks:{option:{get:function(e){var t=r.find.attr(e,"value");return t!=null?t:ot(r.text(e))}},select:{get:function(e){var t,n,i,a=e.options,o=e.selectedIndex,s=e.type==="select-one",c=s?null:[],l=s?o+1:a.length;for(o<0?i=l:i=s?o:0;i-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=r.inArray(r(e).val(),t)>-1}},_.checkOn||(r.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value})});var Nt=L.location,zn={guid:Date.now()},tn=/\?/;r.parseXML=function(e){var t,n;if(!e||typeof e!="string")return null;try{t=new L.DOMParser().parseFromString(e,"text/xml")}catch(i){}return n=t&&t.getElementsByTagName("parsererror")[0],(!t||n)&&r.error("Invalid XML: "+(n?r.map(n.childNodes,function(i){return i.textContent}).join(` `):e)),t};var Wn=/^(?:focusinfocus|focusoutblur)$/,Un=function(e){e.stopPropagation()};r.extend(r.event,{trigger:function(e,t,n,i){var a,o,s,c,l,g,x,T,b=[n||W],I=C.call(e,"type")?e.type:e,re=C.call(e,"namespace")?e.namespace.split("."):[];if(o=T=s=n=n||W,!(n.nodeType===3||n.nodeType===8)&&!Wn.test(I+r.event.triggered)&&(I.indexOf(".")>-1&&(re=I.split("."),I=re.shift(),re.sort()),l=I.indexOf(":")<0&&"on"+I,e=e[r.expando]?e:new r.Event(I,typeof e=="object"&&e),e.isTrigger=i?2:3,e.namespace=re.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+re.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=t==null?[e]:r.makeArray(t,[e]),x=r.event.special[I]||{},!(!i&&x.trigger&&x.trigger.apply(n,t)===!1))){if(!i&&!x.noBubble&&!Z(n)){for(c=x.delegateType||I,Wn.test(c+I)||(o=o.parentNode);o;o=o.parentNode)b.push(o),s=o;s===(n.ownerDocument||W)&&b.push(s.defaultView||s.parentWindow||L)}for(a=0;(o=b[a++])&&!e.isPropagationStopped();)T=o,e.type=a>1?c:x.bindType||I,g=(J.get(o,"events")||Object.create(null))[e.type]&&J.get(o,"handle"),g&&g.apply(o,t),g=l&&o[l],g&&g.apply&&xt(o)&&(e.result=g.apply(o,t),e.result===!1&&e.preventDefault());return e.type=I,!i&&!e.isDefaultPrevented()&&(!x._default||x._default.apply(b.pop(),t)===!1)&&xt(n)&&l&&N(n[I])&&!Z(n)&&(s=n[l],s&&(n[l]=null),r.event.triggered=I,e.isPropagationStopped()&&T.addEventListener(I,Un),n[I](),e.isPropagationStopped()&&T.removeEventListener(I,Un),r.event.triggered=void 0,s&&(n[l]=s)),e.result}},simulate:function(e,t,n){var i=r.extend(new r.Event,n,{type:e,isSimulated:!0});r.event.trigger(i,null,t)}}),r.fn.extend({trigger:function(e,t){return this.each(function(){r.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return r.event.trigger(e,t,n,!0)}});var qr=/\[\]$/,Gn=/\r?\n/g,Hr=/^(?:submit|button|image|reset|file)$/i,Br=/^(?:input|select|textarea|keygen)/i;function nn(e,t,n,i){var a;if(Array.isArray(t))r.each(t,function(o,s){n||qr.test(e)?i(e,s):nn(e+"["+(typeof s=="object"&&s!=null?o:"")+"]",s,n,i)});else if(!n&&j(t)==="object")for(a in t)nn(e+"["+a+"]",t[a],n,i);else i(e,t)}r.param=function(e,t){var n,i=[],a=function(o,s){var c=N(s)?s():s;i[i.length]=encodeURIComponent(o)+"="+encodeURIComponent(c==null?"":c)};if(e==null)return"";if(Array.isArray(e)||e.jquery&&!r.isPlainObject(e))r.each(e,function(){a(this.name,this.value)});else for(n in e)nn(n,e[n],t,a);return i.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=r.prop(this,"elements");return e?r.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!r(this).is(":disabled")&&Br.test(this.nodeName)&&!Hr.test(e)&&(this.checked||!Ct.test(e))}).map(function(e,t){var n=r(this).val();return n==null?null:Array.isArray(n)?r.map(n,function(i){return{name:t.name,value:i.replace(Gn,`\r `)}}):{name:t.name,value:n.replace(Gn,`\r -`)}}).get()}});var zr=/%20/g,Wr=/#.*$/,Ur=/([?&])_=[^&]*/,Gr=/^(.*?):[ \t]*([^\r\n]*)$/mg,Xr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Yr=/^(?:GET|HEAD)$/,Qr=/^\/\//,Xn={},rn={},Yn="*/".concat("*"),an=W.createElement("a");an.href=Nt.href;function Qn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var i,a=0,o=t.toLowerCase().match(Le)||[];if(N(n))for(;i=o[a++];)i[0]==="+"?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Vn(e,t,n,i){var a={},o=e===rn;function s(c){var l;return a[c]=!0,r.each(e[c]||[],function(g,x){var T=x(t,n,i);if(typeof T=="string"&&!o&&!a[T])return t.dataTypes.unshift(T),s(T),!1;if(o)return!(l=T)}),l}return s(t.dataTypes[0])||!a["*"]&&s("*")}function on(e,t){var n,i,a=r.ajaxSettings.flatOptions||{};for(n in t)t[n]!==void 0&&((a[n]?e:i||(i={}))[n]=t[n]);return i&&r.extend(!0,e,i),e}function Vr(e,t,n){for(var i,a,o,s,c=e.contents,l=e.dataTypes;l[0]==="*";)l.shift(),i===void 0&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i){for(a in c)if(c[a]&&c[a].test(i)){l.unshift(a);break}}if(l[0]in n)o=l[0];else{for(a in n){if(!l[0]||e.converters[a+" "+l[0]]){o=a;break}s||(s=a)}o=o||s}if(o)return o!==l[0]&&l.unshift(o),n[o]}function Jr(e,t,n,i){var a,o,s,c,l,g={},x=e.dataTypes.slice();if(x[1])for(s in e.converters)g[s.toLowerCase()]=e.converters[s];for(o=x.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=o,o=x.shift(),o){if(o==="*")o=l;else if(l!=="*"&&l!==o){if(s=g[l+" "+o]||g["* "+o],!s){for(a in g)if(c=a.split(" "),c[1]===o&&(s=g[l+" "+c[0]]||g["* "+c[0]],s)){s===!0?s=g[a]:g[a]!==!0&&(o=c[0],x.unshift(c[1]));break}}if(s!==!0)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(T){return{state:"parsererror",error:s?T:"No conversion from "+l+" to "+o}}}}return{state:"success",data:t}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Nt.href,type:"GET",isLocal:Xr.test(Nt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Yn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?on(on(e,r.ajaxSettings),t):on(r.ajaxSettings,e)},ajaxPrefilter:Qn(Xn),ajaxTransport:Qn(rn),ajax:function(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};var n,i,a,o,s,c,l,g,x,T,b=r.ajaxSetup({},t),I=b.context||b,re=b.context&&(I.nodeType||I.jquery)?r(I):r.event,de=r.Deferred(),oe=r.Callbacks("once memory"),Ce=b.statusCode||{},xe={},ze={},We="canceled",ce={readyState:0,getResponseHeader:function(pe){var Ae;if(l){if(!o)for(o={};Ae=Gr.exec(a);)o[Ae[1].toLowerCase()+" "]=(o[Ae[1].toLowerCase()+" "]||[]).concat(Ae[2]);Ae=o[pe.toLowerCase()+" "]}return Ae==null?null:Ae.join(", ")},getAllResponseHeaders:function(){return l?a:null},setRequestHeader:function(pe,Ae){return l==null&&(pe=ze[pe.toLowerCase()]=ze[pe.toLowerCase()]||pe,xe[pe]=Ae),this},overrideMimeType:function(pe){return l==null&&(b.mimeType=pe),this},statusCode:function(pe){var Ae;if(pe)if(l)ce.always(pe[ce.status]);else for(Ae in pe)Ce[Ae]=[Ce[Ae],pe[Ae]];return this},abort:function(pe){var Ae=pe||We;return n&&n.abort(Ae),ut(0,Ae),this}};if(de.promise(ce),b.url=((e||b.url||Nt.href)+"").replace(Qr,Nt.protocol+"//"),b.type=t.method||t.type||b.method||b.type,b.dataTypes=(b.dataType||"*").toLowerCase().match(Le)||[""],b.crossDomain==null){c=W.createElement("a");try{c.href=b.url,c.href=c.href,b.crossDomain=an.protocol+"//"+an.host!=c.protocol+"//"+c.host}catch(pe){b.crossDomain=!0}}if(b.data&&b.processData&&typeof b.data!="string"&&(b.data=r.param(b.data,b.traditional)),Vn(Xn,b,t,ce),l)return ce;g=r.event&&b.global,g&&r.active++===0&&r.event.trigger("ajaxStart"),b.type=b.type.toUpperCase(),b.hasContent=!Yr.test(b.type),i=b.url.replace(Wr,""),b.hasContent?b.data&&b.processData&&(b.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(b.data=b.data.replace(zr,"+")):(T=b.url.slice(i.length),b.data&&(b.processData||typeof b.data=="string")&&(i+=(tn.test(i)?"&":"?")+b.data,delete b.data),b.cache===!1&&(i=i.replace(Ur,"$1"),T=(tn.test(i)?"&":"?")+"_="+zn.guid+++T),b.url=i+T),b.ifModified&&(r.lastModified[i]&&ce.setRequestHeader("If-Modified-Since",r.lastModified[i]),r.etag[i]&&ce.setRequestHeader("If-None-Match",r.etag[i])),(b.data&&b.hasContent&&b.contentType!==!1||t.contentType)&&ce.setRequestHeader("Content-Type",b.contentType),ce.setRequestHeader("Accept",b.dataTypes[0]&&b.accepts[b.dataTypes[0]]?b.accepts[b.dataTypes[0]]+(b.dataTypes[0]!=="*"?", "+Yn+"; q=0.01":""):b.accepts["*"]);for(x in b.headers)ce.setRequestHeader(x,b.headers[x]);if(b.beforeSend&&(b.beforeSend.call(I,ce,b)===!1||l))return ce.abort();if(We="abort",oe.add(b.complete),ce.done(b.success),ce.fail(b.error),n=Vn(rn,b,t,ce),!n)ut(-1,"No Transport");else{if(ce.readyState=1,g&&re.trigger("ajaxSend",[ce,b]),l)return ce;b.async&&b.timeout>0&&(s=L.setTimeout(function(){ce.abort("timeout")},b.timeout));try{l=!1,n.send(xe,ut)}catch(pe){if(l)throw pe;ut(-1,pe)}}function ut(pe,Ae,_t,un){var Ue,Dt,Ge,tt,nt,$e=Ae;l||(l=!0,s&&L.clearTimeout(s),n=void 0,a=un||"",ce.readyState=pe>0?4:0,Ue=pe>=200&&pe<300||pe===304,_t&&(tt=Vr(b,ce,_t)),!Ue&&r.inArray("script",b.dataTypes)>-1&&r.inArray("json",b.dataTypes)<0&&(b.converters["text script"]=function(){}),tt=Jr(b,tt,ce,Ue),Ue?(b.ifModified&&(nt=ce.getResponseHeader("Last-Modified"),nt&&(r.lastModified[i]=nt),nt=ce.getResponseHeader("etag"),nt&&(r.etag[i]=nt)),pe===204||b.type==="HEAD"?$e="nocontent":pe===304?$e="notmodified":($e=tt.state,Dt=tt.data,Ge=tt.error,Ue=!Ge)):(Ge=$e,(pe||!$e)&&($e="error",pe<0&&(pe=0))),ce.status=pe,ce.statusText=(Ae||$e)+"",Ue?de.resolveWith(I,[Dt,$e,ce]):de.rejectWith(I,[ce,$e,Ge]),ce.statusCode(Ce),Ce=void 0,g&&re.trigger(Ue?"ajaxSuccess":"ajaxError",[ce,b,Ue?Dt:Ge]),oe.fireWith(I,[ce,$e]),g&&(re.trigger("ajaxComplete",[ce,b]),--r.active||r.event.trigger("ajaxStop")))}return ce},getJSON:function(e,t,n){return r.get(e,t,n,"json")},getScript:function(e,t){return r.get(e,void 0,t,"script")}}),r.each(["get","post"],function(e,t){r[t]=function(n,i,a,o){return N(i)&&(o=o||a,a=i,i=void 0),r.ajax(r.extend({url:n,type:t,dataType:o,data:i,success:a},r.isPlainObject(n)&&n))}}),r.ajaxPrefilter(function(e){var t;for(t in e.headers)t.toLowerCase()==="content-type"&&(e.contentType=e.headers[t]||"")}),r._evalUrl=function(e,t,n){return r.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(i){r.globalEval(i,t,n)}})},r.fn.extend({wrapAll:function(e){var t;return this[0]&&(N(e)&&(e=e.call(this[0])),t=r(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(e){return N(e)?this.each(function(t){r(this).wrapInner(e.call(this,t))}):this.each(function(){var t=r(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=N(e);return this.each(function(n){r(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(e){return!r.expr.pseudos.visible(e)},r.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new L.XMLHttpRequest}catch(e){}};var Zr={0:200,1223:204},Lt=r.ajaxSettings.xhr();_.cors=!!Lt&&"withCredentials"in Lt,_.ajax=Lt=!!Lt,r.ajaxTransport(function(e){var t,n;if(_.cors||Lt&&!e.crossDomain)return{send:function(i,a){var o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)s[o]=e.xhrFields[o];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),!e.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");for(o in i)s.setRequestHeader(o,i[o]);t=function(c){return function(){t&&(t=n=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,c==="abort"?s.abort():c==="error"?typeof s.status!="number"?a(0,"error"):a(s.status,s.statusText):a(Zr[s.status]||s.status,s.statusText,(s.responseType||"text")!=="text"||typeof s.responseText!="string"?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=t(),n=s.onerror=s.ontimeout=t("error"),s.onabort!==void 0?s.onabort=n:s.onreadystatechange=function(){s.readyState===4&&L.setTimeout(function(){t&&n()})},t=t("abort");try{s.send(e.hasContent&&e.data||null)}catch(c){if(t)throw c}},abort:function(){t&&t()}}}),r.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return r.globalEval(e),e}}}),r.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),r.ajaxTransport("script",function(e){if(e.crossDomain||e.scriptAttrs){var t,n;return{send:function(i,a){t=r("