From d448d37ecffb5322229e3f996800567b3e9fd615 Mon Sep 17 00:00:00 2001 From: Yvonne Tang Date: Tue, 12 Jan 2021 11:09:04 -0800 Subject: [PATCH] V7 colors (#787) * Update identity colors * Change color fog in Alert to foggy * npm run publish * fix color names * fixup --- dist/decanter.css | 6456 +++++++++++++++++++------ package-lock.json | 1 + src/plugins/base/base.js | 28 +- src/plugins/components/alert/alert.js | 2 +- src/plugins/theme/colors.js | 16 +- 5 files changed, 5099 insertions(+), 1404 deletions(-) diff --git a/dist/decanter.css b/dist/decanter.css index d4fabfa94..0abea9612 100644 --- a/dist/decanter.css +++ b/dist/decanter.css @@ -729,7 +729,7 @@ input{ box-sizing: border-box; max-width: 46rem; width: 100%; - border: 0.1rem solid #B6B1A9; + border: 0.1rem solid undefined; border-radius: 0; color: #2E2D29; font-size: 2rem; @@ -745,7 +745,7 @@ textarea{ box-sizing: border-box; max-width: 46rem; width: 100%; - border: 0.1rem solid #B6B1A9; + border: 0.1rem solid undefined; border-radius: 0; color: #2E2D29; font-size: 2rem; @@ -760,7 +760,7 @@ select{ box-sizing: border-box; max-width: 46rem; width: 100%; - border: 0.1rem solid #B6B1A9; + border: 0.1rem solid undefined; border-radius: 0; color: #2E2D29; font-size: 2rem; @@ -850,8 +850,8 @@ button:focus, [type="button"]:focus, [type="submit"]:focus, [type="reset"]:focus box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #B1040E, 0 0 3px 4px #2E2D29, 0 0 7px 4px #2E2D29; } [type="radio"] + label::before{ - -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #B6B1A9; - box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #B6B1A9; + -webkit-box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px undefined; + box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px undefined; height: 1.6rem; line-height: 1.6rem; width: 1.6rem; @@ -2622,18 +2622,34 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } -.su-bg-bright-blue{ +.su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); +} +.su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } -.su-bg-bright-blue-light{ +.su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } -.su-bg-bright-blue-dark{ +.su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } +.su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); +} +.su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); +} +.su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); +} .su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -2790,15 +2806,15 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } -.su-bg-fog{ +.su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } -.su-bg-fog-light{ +.su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } -.su-bg-fog-dark{ +.su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -2880,18 +2896,34 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-bright-blue{ +.su-group:hover .group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); +} +.su-group:hover .group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-bright-blue-light{ +.su-group:hover .group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-bright-blue-dark{ +.su-group:hover .group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } +.su-group:hover .group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); +} +.su-group:hover .group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); +} +.su-group:hover .group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); +} .su-group:hover .group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -3048,15 +3080,15 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-fog{ +.su-group:hover .group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-fog-light{ +.su-group:hover .group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } -.su-group:hover .group-hover\:su-bg-fog-dark{ +.su-group:hover .group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -3138,18 +3170,34 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } -.focus-within\:su-bg-bright-blue:focus-within{ +.focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); +} +.focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } -.focus-within\:su-bg-bright-blue-light:focus-within{ +.focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } -.focus-within\:su-bg-bright-blue-dark:focus-within{ +.focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } +.focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); +} +.focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); +} +.focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); +} .focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -3306,15 +3354,15 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } -.focus-within\:su-bg-fog:focus-within{ +.focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } -.focus-within\:su-bg-fog-light:focus-within{ +.focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } -.focus-within\:su-bg-fog-dark:focus-within{ +.focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -3396,18 +3444,34 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } -.hover\:su-bg-bright-blue:hover{ +.hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); +} +.hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } -.hover\:su-bg-bright-blue-light:hover{ +.hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } -.hover\:su-bg-bright-blue-dark:hover{ +.hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } +.hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); +} +.hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); +} +.hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); +} .hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -3564,15 +3628,15 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } -.hover\:su-bg-fog:hover{ +.hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } -.hover\:su-bg-fog-light:hover{ +.hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } -.hover\:su-bg-fog-dark:hover{ +.hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -3654,18 +3718,34 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } -.focus\:su-bg-bright-blue:focus{ +.focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); +} +.focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } -.focus\:su-bg-bright-blue-light:focus{ +.focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } -.focus\:su-bg-bright-blue-dark:focus{ +.focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } +.focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); +} +.focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); +} +.focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); +} .focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -3822,15 +3902,15 @@ table tbody th{ --tw-bg-opacity: 1; background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } -.focus\:su-bg-fog:focus{ +.focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } -.focus\:su-bg-fog-light:focus{ +.focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } -.focus\:su-bg-fog-dark:focus{ +.focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -3952,18 +4032,34 @@ table tbody th{ --tw-gradient-from: #EC0513; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.su-from-bright-blue{ +.su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.su-from-bright-blue-light{ +.su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; +.su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } +.su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); +} .su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -4120,15 +4216,15 @@ table tbody th{ --tw-gradient-from: #544948; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.su-from-fog{ +.su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.su-from-fog-light{ +.su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.su-from-fog-dark{ +.su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -4192,14 +4288,26 @@ table tbody th{ .su-via-digital-red-light{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.su-via-bright-blue{ +.su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.su-via-bright-blue-light{ +.su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +.su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +} +.su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .su-via-palo-alto{ --tw-gradient-stops: var(--tw-gradient-from), #175E54, var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -4318,13 +4426,13 @@ table tbody th{ .su-via-stone-dark{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.su-via-fog{ +.su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.su-via-fog-light{ +.su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.su-via-fog-dark{ +.su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } .su-to-transparent{ @@ -4387,14 +4495,26 @@ table tbody th{ .su-to-digital-red-light{ --tw-gradient-to: #EC0513; } -.su-to-bright-blue{ +.su-to-digital-red-dark{ + --tw-gradient-to: #820000; +} +.su-to-digital-blue{ --tw-gradient-to: #006CB8; } -.su-to-bright-blue-light{ +.su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } -.su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; +.su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; +} +.su-to-digital-green{ + --tw-gradient-to: #008566; +} +.su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; +} +.su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .su-to-palo-alto{ --tw-gradient-to: #175E54; @@ -4513,13 +4633,13 @@ table tbody th{ .su-to-stone-dark{ --tw-gradient-to: #544948; } -.su-to-fog{ +.su-to-foggy{ --tw-gradient-to: #7F7776; } -.su-to-fog-light{ +.su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } -.su-to-fog-dark{ +.su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } .hover\:su-from-transparent:hover{ @@ -4602,18 +4722,34 @@ table tbody th{ --tw-gradient-from: #EC0513; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.hover\:su-from-bright-blue:hover{ +.hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.hover\:su-from-bright-blue-light:hover{ +.hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; +.hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } +.hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); +} .hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -4770,15 +4906,15 @@ table tbody th{ --tw-gradient-from: #544948; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.hover\:su-from-fog:hover{ +.hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.hover\:su-from-fog-light:hover{ +.hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.hover\:su-from-fog-dark:hover{ +.hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -4842,14 +4978,26 @@ table tbody th{ .hover\:su-via-digital-red-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.hover\:su-via-bright-blue:hover{ +.hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.hover\:su-via-bright-blue-light:hover{ +.hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +.hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +} +.hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .hover\:su-via-palo-alto:hover{ --tw-gradient-stops: var(--tw-gradient-from), #175E54, var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -4968,13 +5116,13 @@ table tbody th{ .hover\:su-via-stone-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.hover\:su-via-fog:hover{ +.hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.hover\:su-via-fog-light:hover{ +.hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.hover\:su-via-fog-dark:hover{ +.hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } .hover\:su-to-transparent:hover{ @@ -5037,14 +5185,26 @@ table tbody th{ .hover\:su-to-digital-red-light:hover{ --tw-gradient-to: #EC0513; } -.hover\:su-to-bright-blue:hover{ +.hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; +} +.hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } -.hover\:su-to-bright-blue-light:hover{ +.hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } -.hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; +.hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; +} +.hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; +} +.hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; +} +.hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .hover\:su-to-palo-alto:hover{ --tw-gradient-to: #175E54; @@ -5163,13 +5323,13 @@ table tbody th{ .hover\:su-to-stone-dark:hover{ --tw-gradient-to: #544948; } -.hover\:su-to-fog:hover{ +.hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } -.hover\:su-to-fog-light:hover{ +.hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } -.hover\:su-to-fog-dark:hover{ +.hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } .focus\:su-from-transparent:focus{ @@ -5252,18 +5412,34 @@ table tbody th{ --tw-gradient-from: #EC0513; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.focus\:su-from-bright-blue:focus{ +.focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.focus\:su-from-bright-blue-light:focus{ +.focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; +.focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } +.focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); +} .focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -5420,15 +5596,15 @@ table tbody th{ --tw-gradient-from: #544948; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.focus\:su-from-fog:focus{ +.focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.focus\:su-from-fog-light:focus{ +.focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.focus\:su-from-fog-dark:focus{ +.focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -5492,14 +5668,26 @@ table tbody th{ .focus\:su-via-digital-red-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } -.focus\:su-via-bright-blue:focus{ +.focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); +} +.focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } -.focus\:su-via-bright-blue-light:focus{ +.focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } -.focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +.focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); +} +.focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); +} +.focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); +} +.focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .focus\:su-via-palo-alto:focus{ --tw-gradient-stops: var(--tw-gradient-from), #175E54, var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -5618,13 +5806,13 @@ table tbody th{ .focus\:su-via-stone-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } -.focus\:su-via-fog:focus{ +.focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } -.focus\:su-via-fog-light:focus{ +.focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } -.focus\:su-via-fog-dark:focus{ +.focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } .focus\:su-to-transparent:focus{ @@ -5687,14 +5875,26 @@ table tbody th{ .focus\:su-to-digital-red-light:focus{ --tw-gradient-to: #EC0513; } -.focus\:su-to-bright-blue:focus{ +.focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; +} +.focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } -.focus\:su-to-bright-blue-light:focus{ +.focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } -.focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; +.focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; +} +.focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; +} +.focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; +} +.focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .focus\:su-to-palo-alto:focus{ --tw-gradient-to: #175E54; @@ -5813,13 +6013,13 @@ table tbody th{ .focus\:su-to-stone-dark:focus{ --tw-gradient-to: #544948; } -.focus\:su-to-fog:focus{ +.focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } -.focus\:su-to-fog-light:focus{ +.focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } -.focus\:su-to-fog-dark:focus{ +.focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } .su-bg-opacity-0{ @@ -6161,14 +6361,26 @@ table tbody th{ .su-border-digital-red-light{ border-color: #EC0513; } -.su-border-bright-blue{ +.su-border-digital-red-dark{ + border-color: #820000; +} +.su-border-digital-blue{ border-color: #006CB8; } -.su-border-bright-blue-light{ +.su-border-digital-blue-light{ border-color: #6FC3FF; } -.su-border-bright-blue-dark{ - border-color: #00548f; +.su-border-digital-blue-dark{ + border-color: #00548F; +} +.su-border-digital-green{ + border-color: #008566; +} +.su-border-digital-green-light{ + border-color: #1AECBA; +} +.su-border-digital-green-dark{ + border-color: #006F54; } .su-border-palo-alto{ border-color: #175E54; @@ -6287,13 +6499,13 @@ table tbody th{ .su-border-stone-dark{ border-color: #544948; } -.su-border-fog{ +.su-border-foggy{ border-color: #7F7776; } -.su-border-fog-light{ +.su-border-foggy-light{ border-color: #F4F4F4; } -.su-border-fog-dark{ +.su-border-foggy-dark{ border-color: #B6B1A9; } .su-group:hover .group-hover\:su-border-transparent{ @@ -6356,14 +6568,26 @@ table tbody th{ .su-group:hover .group-hover\:su-border-digital-red-light{ border-color: #EC0513; } -.su-group:hover .group-hover\:su-border-bright-blue{ +.su-group:hover .group-hover\:su-border-digital-red-dark{ + border-color: #820000; +} +.su-group:hover .group-hover\:su-border-digital-blue{ border-color: #006CB8; } -.su-group:hover .group-hover\:su-border-bright-blue-light{ +.su-group:hover .group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } -.su-group:hover .group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; +.su-group:hover .group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; +} +.su-group:hover .group-hover\:su-border-digital-green{ + border-color: #008566; +} +.su-group:hover .group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; +} +.su-group:hover .group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .group-hover\:su-border-palo-alto{ border-color: #175E54; @@ -6482,13 +6706,13 @@ table tbody th{ .su-group:hover .group-hover\:su-border-stone-dark{ border-color: #544948; } -.su-group:hover .group-hover\:su-border-fog{ +.su-group:hover .group-hover\:su-border-foggy{ border-color: #7F7776; } -.su-group:hover .group-hover\:su-border-fog-light{ +.su-group:hover .group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } -.su-group:hover .group-hover\:su-border-fog-dark{ +.su-group:hover .group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } .focus-within\:su-border-transparent:focus-within{ @@ -6551,14 +6775,26 @@ table tbody th{ .focus-within\:su-border-digital-red-light:focus-within{ border-color: #EC0513; } -.focus-within\:su-border-bright-blue:focus-within{ +.focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; +} +.focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } -.focus-within\:su-border-bright-blue-light:focus-within{ +.focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } -.focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; +.focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; +} +.focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; +} +.focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; +} +.focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .focus-within\:su-border-palo-alto:focus-within{ border-color: #175E54; @@ -6677,13 +6913,13 @@ table tbody th{ .focus-within\:su-border-stone-dark:focus-within{ border-color: #544948; } -.focus-within\:su-border-fog:focus-within{ +.focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } -.focus-within\:su-border-fog-light:focus-within{ +.focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } -.focus-within\:su-border-fog-dark:focus-within{ +.focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } .hover\:su-border-transparent:hover{ @@ -6746,14 +6982,26 @@ table tbody th{ .hover\:su-border-digital-red-light:hover{ border-color: #EC0513; } -.hover\:su-border-bright-blue:hover{ +.hover\:su-border-digital-red-dark:hover{ + border-color: #820000; +} +.hover\:su-border-digital-blue:hover{ border-color: #006CB8; } -.hover\:su-border-bright-blue-light:hover{ +.hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } -.hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; +.hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; +} +.hover\:su-border-digital-green:hover{ + border-color: #008566; +} +.hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; +} +.hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .hover\:su-border-palo-alto:hover{ border-color: #175E54; @@ -6872,13 +7120,13 @@ table tbody th{ .hover\:su-border-stone-dark:hover{ border-color: #544948; } -.hover\:su-border-fog:hover{ +.hover\:su-border-foggy:hover{ border-color: #7F7776; } -.hover\:su-border-fog-light:hover{ +.hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } -.hover\:su-border-fog-dark:hover{ +.hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } .focus\:su-border-transparent:focus{ @@ -6941,14 +7189,26 @@ table tbody th{ .focus\:su-border-digital-red-light:focus{ border-color: #EC0513; } -.focus\:su-border-bright-blue:focus{ +.focus\:su-border-digital-red-dark:focus{ + border-color: #820000; +} +.focus\:su-border-digital-blue:focus{ border-color: #006CB8; } -.focus\:su-border-bright-blue-light:focus{ +.focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } -.focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; +.focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; +} +.focus\:su-border-digital-green:focus{ + border-color: #008566; +} +.focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; +} +.focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .focus\:su-border-palo-alto:focus{ border-color: #175E54; @@ -7067,13 +7327,13 @@ table tbody th{ .focus\:su-border-stone-dark:focus{ border-color: #544948; } -.focus\:su-border-fog:focus{ +.focus\:su-border-foggy:focus{ border-color: #7F7776; } -.focus\:su-border-fog-light:focus{ +.focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } -.focus\:su-border-fog-dark:focus{ +.focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } .su-rounded-none{ @@ -13635,14 +13895,26 @@ table tbody th{ .su-ring-offset-digital-red-light{ --tw-ring-offset-color: #EC0513; } -.su-ring-offset-bright-blue{ +.su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; +} +.su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } -.su-ring-offset-bright-blue-light{ +.su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } -.su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; +.su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; +} +.su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; +} +.su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; +} +.su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .su-ring-offset-palo-alto{ --tw-ring-offset-color: #175E54; @@ -13761,13 +14033,13 @@ table tbody th{ .su-ring-offset-stone-dark{ --tw-ring-offset-color: #544948; } -.su-ring-offset-fog{ +.su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } -.su-ring-offset-fog-light{ +.su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } -.su-ring-offset-fog-dark{ +.su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } .focus-within\:su-ring-offset-transparent:focus-within{ @@ -13830,14 +14102,26 @@ table tbody th{ .focus-within\:su-ring-offset-digital-red-light:focus-within{ --tw-ring-offset-color: #EC0513; } -.focus-within\:su-ring-offset-bright-blue:focus-within{ +.focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; +} +.focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } -.focus-within\:su-ring-offset-bright-blue-light:focus-within{ +.focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } -.focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; +.focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; +} +.focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; +} +.focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; +} +.focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .focus-within\:su-ring-offset-palo-alto:focus-within{ --tw-ring-offset-color: #175E54; @@ -13956,13 +14240,13 @@ table tbody th{ .focus-within\:su-ring-offset-stone-dark:focus-within{ --tw-ring-offset-color: #544948; } -.focus-within\:su-ring-offset-fog:focus-within{ +.focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } -.focus-within\:su-ring-offset-fog-light:focus-within{ +.focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } -.focus-within\:su-ring-offset-fog-dark:focus-within{ +.focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } .focus\:su-ring-offset-transparent:focus{ @@ -14025,14 +14309,26 @@ table tbody th{ .focus\:su-ring-offset-digital-red-light:focus{ --tw-ring-offset-color: #EC0513; } -.focus\:su-ring-offset-bright-blue:focus{ +.focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; +} +.focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } -.focus\:su-ring-offset-bright-blue-light:focus{ +.focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } -.focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; +.focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; +} +.focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; +} +.focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; +} +.focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .focus\:su-ring-offset-palo-alto:focus{ --tw-ring-offset-color: #175E54; @@ -14151,13 +14447,13 @@ table tbody th{ .focus\:su-ring-offset-stone-dark:focus{ --tw-ring-offset-color: #544948; } -.focus\:su-ring-offset-fog:focus{ +.focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } -.focus\:su-ring-offset-fog-light:focus{ +.focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } -.focus\:su-ring-offset-fog-dark:focus{ +.focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } .su-ring-offset-0{ @@ -14283,18 +14579,34 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } -.su-ring-bright-blue{ +.su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); +} +.su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } -.su-ring-bright-blue-light{ +.su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } -.su-ring-bright-blue-dark{ +.su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } +.su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); +} +.su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); +} +.su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); +} .su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -14451,15 +14763,15 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } -.su-ring-fog{ +.su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } -.su-ring-fog-light{ +.su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } -.su-ring-fog-dark{ +.su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -14541,18 +14853,34 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } -.focus-within\:su-ring-bright-blue:focus-within{ +.focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); +} +.focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } -.focus-within\:su-ring-bright-blue-light:focus-within{ +.focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } -.focus-within\:su-ring-bright-blue-dark:focus-within{ +.focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } +.focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); +} +.focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); +} +.focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); +} .focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -14709,15 +15037,15 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } -.focus-within\:su-ring-fog:focus-within{ +.focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } -.focus-within\:su-ring-fog-light:focus-within{ +.focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } -.focus-within\:su-ring-fog-dark:focus-within{ +.focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -14799,18 +15127,34 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } -.focus\:su-ring-bright-blue:focus{ +.focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); +} +.focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } -.focus\:su-ring-bright-blue-light:focus{ +.focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } -.focus\:su-ring-bright-blue-dark:focus{ +.focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } +.focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); +} +.focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); +} +.focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); +} .focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -14967,15 +15311,15 @@ table tbody th{ --tw-ring-opacity: 1; --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } -.focus\:su-ring-fog:focus{ +.focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } -.focus\:su-ring-fog-light:focus{ +.focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } -.focus\:su-ring-fog-dark:focus{ +.focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -15225,18 +15569,34 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(236, 5, 19, var(--tw-text-opacity)); } -.su-text-bright-blue{ +.su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); +} +.su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } -.su-text-bright-blue-light{ +.su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } -.su-text-bright-blue-dark{ +.su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } +.su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); +} +.su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); +} +.su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); +} .su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -15393,15 +15753,15 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(84, 73, 72, var(--tw-text-opacity)); } -.su-text-fog{ +.su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } -.su-text-fog-light{ +.su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } -.su-text-fog-dark{ +.su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -15483,18 +15843,34 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(236, 5, 19, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-bright-blue{ +.su-group:hover .group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); +} +.su-group:hover .group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-bright-blue-light{ +.su-group:hover .group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-bright-blue-dark{ +.su-group:hover .group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } +.su-group:hover .group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); +} +.su-group:hover .group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); +} +.su-group:hover .group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); +} .su-group:hover .group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -15651,15 +16027,15 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(84, 73, 72, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-fog{ +.su-group:hover .group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-fog-light{ +.su-group:hover .group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } -.su-group:hover .group-hover\:su-text-fog-dark{ +.su-group:hover .group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -15741,18 +16117,34 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(236, 5, 19, var(--tw-text-opacity)); } -.focus-within\:su-text-bright-blue:focus-within{ +.focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); +} +.focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } -.focus-within\:su-text-bright-blue-light:focus-within{ +.focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } -.focus-within\:su-text-bright-blue-dark:focus-within{ +.focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } +.focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); +} +.focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); +} +.focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); +} .focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -15909,15 +16301,15 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(84, 73, 72, var(--tw-text-opacity)); } -.focus-within\:su-text-fog:focus-within{ +.focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } -.focus-within\:su-text-fog-light:focus-within{ +.focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } -.focus-within\:su-text-fog-dark:focus-within{ +.focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -15999,18 +16391,34 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(236, 5, 19, var(--tw-text-opacity)); } -.hover\:su-text-bright-blue:hover{ +.hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); +} +.hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } -.hover\:su-text-bright-blue-light:hover{ +.hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } -.hover\:su-text-bright-blue-dark:hover{ +.hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } +.hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); +} +.hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); +} +.hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); +} .hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -16167,15 +16575,15 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(84, 73, 72, var(--tw-text-opacity)); } -.hover\:su-text-fog:hover{ +.hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } -.hover\:su-text-fog-light:hover{ +.hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } -.hover\:su-text-fog-dark:hover{ +.hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -16257,18 +16665,34 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(236, 5, 19, var(--tw-text-opacity)); } -.focus\:su-text-bright-blue:focus{ +.focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); +} +.focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } -.focus\:su-text-bright-blue-light:focus{ +.focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } -.focus\:su-text-bright-blue-dark:focus{ +.focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } +.focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); +} +.focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); +} +.focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); +} .focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -16425,15 +16849,15 @@ table tbody th{ --tw-text-opacity: 1; color: rgba(84, 73, 72, var(--tw-text-opacity)); } -.focus\:su-text-fog:focus{ +.focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } -.focus\:su-text-fog-light:focus{ +.focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } -.focus\:su-text-fog-dark:focus{ +.focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -23840,21 +24264,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xs\:su-bg-bright-blue{ + .xs\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xs\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xs\:su-bg-bright-blue-light{ + .xs\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xs\:su-bg-bright-blue-dark{ + .xs\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xs\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xs\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xs\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xs\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -24050,17 +24494,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xs\:su-bg-fog{ + .xs\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xs\:su-bg-fog-light{ + .xs\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xs\:su-bg-fog-dark{ + .xs\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -24163,21 +24607,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-bright-blue{ + .su-group:hover .xs\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .xs\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .xs\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .xs\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .xs\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -24373,17 +24837,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-fog{ + .su-group:hover .xs\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-fog-light{ + .su-group:hover .xs\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .xs\:group-hover\:su-bg-fog-dark{ + .su-group:hover .xs\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -24486,21 +24950,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-bright-blue:focus-within{ + .xs\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xs\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-bright-blue-light:focus-within{ + .xs\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .xs\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xs\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xs\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xs\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xs\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -24696,17 +25180,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-fog:focus-within{ + .xs\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-fog-light:focus-within{ + .xs\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xs\:focus-within\:su-bg-fog-dark:focus-within{ + .xs\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -24809,21 +25293,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-bright-blue:hover{ + .xs\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xs\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-bright-blue-light:hover{ + .xs\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-bright-blue-dark:hover{ + .xs\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xs\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xs\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xs\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xs\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -25019,17 +25523,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-fog:hover{ + .xs\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-fog-light:hover{ + .xs\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xs\:hover\:su-bg-fog-dark:hover{ + .xs\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -25132,21 +25636,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-bright-blue:focus{ + .xs\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xs\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-bright-blue-light:focus{ + .xs\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-bright-blue-dark:focus{ + .xs\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xs\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xs\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xs\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xs\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -25342,17 +25866,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-fog:focus{ + .xs\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-fog-light:focus{ + .xs\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xs\:focus\:su-bg-fog-dark:focus{ + .xs\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -25505,21 +26029,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:su-from-bright-blue{ + .xs\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:su-from-bright-blue-light{ + .xs\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .xs\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xs\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xs\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -25715,17 +26259,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:su-from-fog{ + .xs\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:su-from-fog-light{ + .xs\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:su-from-fog-dark{ + .xs\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -25810,16 +26354,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:su-via-bright-blue{ + .xs\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:su-via-bright-blue-light{ + .xs\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xs\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xs\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xs\:su-via-palo-alto{ @@ -25978,15 +26538,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:su-via-fog{ + .xs\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:su-via-fog-light{ + .xs\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:su-via-fog-dark{ + .xs\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -26070,16 +26630,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xs\:su-to-bright-blue{ + .xs\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .xs\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .xs\:su-to-bright-blue-light{ + .xs\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .xs\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .xs\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .xs\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .xs\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .xs\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .xs\:su-to-palo-alto{ @@ -26238,15 +26814,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xs\:su-to-fog{ + .xs\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .xs\:su-to-fog-light{ + .xs\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .xs\:su-to-fog-dark{ + .xs\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -26350,21 +26926,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:hover\:su-from-bright-blue:hover{ + .xs\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:hover\:su-from-bright-blue-light:hover{ + .xs\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .xs\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xs\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xs\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -26560,17 +27156,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:hover\:su-from-fog:hover{ + .xs\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:hover\:su-from-fog-light:hover{ + .xs\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:hover\:su-from-fog-dark:hover{ + .xs\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -26655,16 +27251,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:hover\:su-via-bright-blue:hover{ + .xs\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:hover\:su-via-bright-blue-light:hover{ + .xs\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xs\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xs\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xs\:hover\:su-via-palo-alto:hover{ @@ -26823,15 +27435,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:hover\:su-via-fog:hover{ + .xs\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:hover\:su-via-fog-light:hover{ + .xs\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:hover\:su-via-fog-dark:hover{ + .xs\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -26915,16 +27527,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xs\:hover\:su-to-bright-blue:hover{ + .xs\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .xs\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .xs\:hover\:su-to-bright-blue-light:hover{ + .xs\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .xs\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .xs\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .xs\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .xs\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .xs\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .xs\:hover\:su-to-palo-alto:hover{ @@ -27083,15 +27711,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xs\:hover\:su-to-fog:hover{ + .xs\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .xs\:hover\:su-to-fog-light:hover{ + .xs\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .xs\:hover\:su-to-fog-dark:hover{ + .xs\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -27195,21 +27823,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:focus\:su-from-bright-blue:focus{ + .xs\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:focus\:su-from-bright-blue-light:focus{ + .xs\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .xs\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xs\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xs\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -27405,17 +28053,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:focus\:su-from-fog:focus{ + .xs\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:focus\:su-from-fog-light:focus{ + .xs\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:focus\:su-from-fog-dark:focus{ + .xs\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -27500,16 +28148,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xs\:focus\:su-via-bright-blue:focus{ + .xs\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xs\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xs\:focus\:su-via-bright-blue-light:focus{ + .xs\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xs\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xs\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xs\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xs\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xs\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xs\:focus\:su-via-palo-alto:focus{ @@ -27668,15 +28332,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xs\:focus\:su-via-fog:focus{ + .xs\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xs\:focus\:su-via-fog-light:focus{ + .xs\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xs\:focus\:su-via-fog-dark:focus{ + .xs\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -27760,16 +28424,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xs\:focus\:su-to-bright-blue:focus{ + .xs\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .xs\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .xs\:focus\:su-to-bright-blue-light:focus{ + .xs\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .xs\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .xs\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .xs\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .xs\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .xs\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .xs\:focus\:su-to-palo-alto:focus{ @@ -27928,15 +28608,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xs\:focus\:su-to-fog:focus{ + .xs\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .xs\:focus\:su-to-fog-light:focus{ + .xs\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .xs\:focus\:su-to-fog-dark:focus{ + .xs\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -28392,16 +29072,32 @@ table tbody th{ border-color: #EC0513; } - .xs\:su-border-bright-blue{ + .xs\:su-border-digital-red-dark{ + border-color: #820000; + } + + .xs\:su-border-digital-blue{ border-color: #006CB8; } - .xs\:su-border-bright-blue-light{ + .xs\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .xs\:su-border-bright-blue-dark{ - border-color: #00548f; + .xs\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .xs\:su-border-digital-green{ + border-color: #008566; + } + + .xs\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .xs\:su-border-digital-green-dark{ + border-color: #006F54; } .xs\:su-border-palo-alto{ @@ -28560,15 +29256,15 @@ table tbody th{ border-color: #544948; } - .xs\:su-border-fog{ + .xs\:su-border-foggy{ border-color: #7F7776; } - .xs\:su-border-fog-light{ + .xs\:su-border-foggy-light{ border-color: #F4F4F4; } - .xs\:su-border-fog-dark{ + .xs\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -28652,16 +29348,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .xs\:group-hover\:su-border-bright-blue{ + .su-group:hover .xs\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .xs\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .xs\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .xs\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .xs\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .xs\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .xs\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .xs\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .xs\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .xs\:group-hover\:su-border-palo-alto{ @@ -28820,15 +29532,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .xs\:group-hover\:su-border-fog{ + .su-group:hover .xs\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .xs\:group-hover\:su-border-fog-light{ + .su-group:hover .xs\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .xs\:group-hover\:su-border-fog-dark{ + .su-group:hover .xs\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -28912,16 +29624,32 @@ table tbody th{ border-color: #EC0513; } - .xs\:focus-within\:su-border-bright-blue:focus-within{ + .xs\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .xs\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .xs\:focus-within\:su-border-bright-blue-light:focus-within{ + .xs\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .xs\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .xs\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .xs\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .xs\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .xs\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .xs\:focus-within\:su-border-palo-alto:focus-within{ @@ -29080,15 +29808,15 @@ table tbody th{ border-color: #544948; } - .xs\:focus-within\:su-border-fog:focus-within{ + .xs\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .xs\:focus-within\:su-border-fog-light:focus-within{ + .xs\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .xs\:focus-within\:su-border-fog-dark:focus-within{ + .xs\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -29172,16 +29900,32 @@ table tbody th{ border-color: #EC0513; } - .xs\:hover\:su-border-bright-blue:hover{ + .xs\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .xs\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .xs\:hover\:su-border-bright-blue-light:hover{ + .xs\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .xs\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .xs\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .xs\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .xs\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .xs\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .xs\:hover\:su-border-palo-alto:hover{ @@ -29340,15 +30084,15 @@ table tbody th{ border-color: #544948; } - .xs\:hover\:su-border-fog:hover{ + .xs\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .xs\:hover\:su-border-fog-light:hover{ + .xs\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .xs\:hover\:su-border-fog-dark:hover{ + .xs\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -29432,16 +30176,32 @@ table tbody th{ border-color: #EC0513; } - .xs\:focus\:su-border-bright-blue:focus{ + .xs\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .xs\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .xs\:focus\:su-border-bright-blue-light:focus{ + .xs\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .xs\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .xs\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .xs\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .xs\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .xs\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .xs\:focus\:su-border-palo-alto:focus{ @@ -29600,15 +30360,15 @@ table tbody th{ border-color: #544948; } - .xs\:focus\:su-border-fog:focus{ + .xs\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .xs\:focus\:su-border-fog-light:focus{ + .xs\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .xs\:focus\:su-border-fog-dark:focus{ + .xs\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -38041,16 +38801,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xs\:su-ring-offset-bright-blue{ + .xs\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .xs\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .xs\:su-ring-offset-bright-blue-light{ + .xs\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .xs\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .xs\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .xs\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .xs\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .xs\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .xs\:su-ring-offset-palo-alto{ @@ -38209,15 +38985,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xs\:su-ring-offset-fog{ + .xs\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .xs\:su-ring-offset-fog-light{ + .xs\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .xs\:su-ring-offset-fog-dark{ + .xs\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -38301,16 +39077,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xs\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .xs\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .xs\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .xs\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .xs\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .xs\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .xs\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .xs\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .xs\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .xs\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .xs\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -38469,15 +39261,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xs\:focus-within\:su-ring-offset-fog:focus-within{ + .xs\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .xs\:focus-within\:su-ring-offset-fog-light:focus-within{ + .xs\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .xs\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .xs\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -38561,16 +39353,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xs\:focus\:su-ring-offset-bright-blue:focus{ + .xs\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .xs\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .xs\:focus\:su-ring-offset-bright-blue-light:focus{ + .xs\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .xs\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .xs\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .xs\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .xs\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .xs\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .xs\:focus\:su-ring-offset-palo-alto:focus{ @@ -38729,15 +39537,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xs\:focus\:su-ring-offset-fog:focus{ + .xs\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .xs\:focus\:su-ring-offset-fog-light:focus{ + .xs\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .xs\:focus\:su-ring-offset-fog-dark:focus{ + .xs\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -38899,21 +39707,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xs\:su-ring-bright-blue{ + .xs\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xs\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xs\:su-ring-bright-blue-light{ + .xs\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xs\:su-ring-bright-blue-dark{ + .xs\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xs\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xs\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xs\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xs\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -39109,17 +39937,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xs\:su-ring-fog{ + .xs\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xs\:su-ring-fog-light{ + .xs\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xs\:su-ring-fog-dark{ + .xs\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -39222,21 +40050,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-bright-blue:focus-within{ + .xs\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xs\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-bright-blue-light:focus-within{ + .xs\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .xs\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xs\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xs\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xs\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xs\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -39432,17 +40280,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-fog:focus-within{ + .xs\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-fog-light:focus-within{ + .xs\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xs\:focus-within\:su-ring-fog-dark:focus-within{ + .xs\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -39545,21 +40393,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-bright-blue:focus{ + .xs\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xs\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-bright-blue-light:focus{ + .xs\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-bright-blue-dark:focus{ + .xs\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xs\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xs\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xs\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xs\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -39755,17 +40623,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-fog:focus{ + .xs\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-fog-light:focus{ + .xs\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xs\:focus\:su-ring-fog-dark:focus{ + .xs\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -40092,21 +40960,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xs\:su-text-bright-blue{ + .xs\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xs\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xs\:su-text-bright-blue-light{ + .xs\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xs\:su-text-bright-blue-dark{ + .xs\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xs\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xs\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xs\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xs\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -40302,17 +41190,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xs\:su-text-fog{ + .xs\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xs\:su-text-fog-light{ + .xs\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xs\:su-text-fog-dark{ + .xs\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -40415,21 +41303,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-bright-blue{ + .su-group:hover .xs\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .xs\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .xs\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .xs\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .xs\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .xs\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -40625,17 +41533,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-fog{ + .su-group:hover .xs\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-fog-light{ + .su-group:hover .xs\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .xs\:group-hover\:su-text-fog-dark{ + .su-group:hover .xs\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -40738,21 +41646,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-bright-blue:focus-within{ + .xs\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xs\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-bright-blue-light:focus-within{ + .xs\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-bright-blue-dark:focus-within{ + .xs\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xs\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xs\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xs\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xs\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -40948,17 +41876,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-fog:focus-within{ + .xs\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-fog-light:focus-within{ + .xs\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xs\:focus-within\:su-text-fog-dark:focus-within{ + .xs\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -41061,21 +41989,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xs\:hover\:su-text-bright-blue:hover{ + .xs\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xs\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xs\:hover\:su-text-bright-blue-light:hover{ + .xs\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xs\:hover\:su-text-bright-blue-dark:hover{ + .xs\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xs\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xs\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xs\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xs\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -41271,17 +42219,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xs\:hover\:su-text-fog:hover{ + .xs\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xs\:hover\:su-text-fog-light:hover{ + .xs\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xs\:hover\:su-text-fog-dark:hover{ + .xs\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -41384,21 +42332,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xs\:focus\:su-text-bright-blue:focus{ + .xs\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xs\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xs\:focus\:su-text-bright-blue-light:focus{ + .xs\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xs\:focus\:su-text-bright-blue-dark:focus{ + .xs\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xs\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xs\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xs\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xs\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -41594,17 +42562,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xs\:focus\:su-text-fog:focus{ + .xs\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xs\:focus\:su-text-fog-light:focus{ + .xs\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xs\:focus\:su-text-fog-dark:focus{ + .xs\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -46951,21 +47919,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .sm\:su-bg-bright-blue{ + .sm\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .sm\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .sm\:su-bg-bright-blue-light{ + .sm\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .sm\:su-bg-bright-blue-dark{ + .sm\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .sm\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .sm\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .sm\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .sm\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -47161,17 +48149,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .sm\:su-bg-fog{ + .sm\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .sm\:su-bg-fog-light{ + .sm\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .sm\:su-bg-fog-dark{ + .sm\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -47274,21 +48262,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-bright-blue{ + .su-group:hover .sm\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .sm\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .sm\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .sm\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .sm\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -47484,17 +48492,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-fog{ + .su-group:hover .sm\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-fog-light{ + .su-group:hover .sm\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .sm\:group-hover\:su-bg-fog-dark{ + .su-group:hover .sm\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -47597,21 +48605,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-bright-blue:focus-within{ + .sm\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-bright-blue-light:focus-within{ + .sm\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .sm\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .sm\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .sm\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .sm\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -47807,17 +48835,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-fog:focus-within{ + .sm\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-fog-light:focus-within{ + .sm\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .sm\:focus-within\:su-bg-fog-dark:focus-within{ + .sm\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -47920,21 +48948,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-bright-blue:hover{ + .sm\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .sm\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-bright-blue-light:hover{ + .sm\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-bright-blue-dark:hover{ + .sm\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .sm\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .sm\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .sm\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .sm\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -48130,17 +49178,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-fog:hover{ + .sm\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-fog-light:hover{ + .sm\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .sm\:hover\:su-bg-fog-dark:hover{ + .sm\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -48243,21 +49291,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-bright-blue:focus{ + .sm\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .sm\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-bright-blue-light:focus{ + .sm\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-bright-blue-dark:focus{ + .sm\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .sm\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .sm\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .sm\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .sm\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -48453,17 +49521,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-fog:focus{ + .sm\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-fog-light:focus{ + .sm\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .sm\:focus\:su-bg-fog-dark:focus{ + .sm\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -48616,21 +49684,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:su-from-bright-blue{ + .sm\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:su-from-bright-blue-light{ + .sm\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .sm\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .sm\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .sm\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -48826,17 +49914,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:su-from-fog{ + .sm\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:su-from-fog-light{ + .sm\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:su-from-fog-dark{ + .sm\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -48921,16 +50009,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:su-via-bright-blue{ + .sm\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:su-via-bright-blue-light{ + .sm\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .sm\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .sm\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .sm\:su-via-palo-alto{ @@ -49089,15 +50193,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:su-via-fog{ + .sm\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:su-via-fog-light{ + .sm\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:su-via-fog-dark{ + .sm\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -49181,16 +50285,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .sm\:su-to-bright-blue{ + .sm\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .sm\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .sm\:su-to-bright-blue-light{ + .sm\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .sm\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .sm\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .sm\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .sm\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .sm\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .sm\:su-to-palo-alto{ @@ -49349,15 +50469,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .sm\:su-to-fog{ + .sm\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .sm\:su-to-fog-light{ + .sm\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .sm\:su-to-fog-dark{ + .sm\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -49461,21 +50581,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:hover\:su-from-bright-blue:hover{ + .sm\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:hover\:su-from-bright-blue-light:hover{ + .sm\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .sm\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .sm\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .sm\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -49671,17 +50811,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:hover\:su-from-fog:hover{ + .sm\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:hover\:su-from-fog-light:hover{ + .sm\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:hover\:su-from-fog-dark:hover{ + .sm\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -49766,16 +50906,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:hover\:su-via-bright-blue:hover{ + .sm\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:hover\:su-via-bright-blue-light:hover{ + .sm\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .sm\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .sm\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .sm\:hover\:su-via-palo-alto:hover{ @@ -49934,15 +51090,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:hover\:su-via-fog:hover{ + .sm\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:hover\:su-via-fog-light:hover{ + .sm\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:hover\:su-via-fog-dark:hover{ + .sm\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -50026,16 +51182,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .sm\:hover\:su-to-bright-blue:hover{ + .sm\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .sm\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .sm\:hover\:su-to-bright-blue-light:hover{ + .sm\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .sm\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .sm\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .sm\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .sm\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .sm\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .sm\:hover\:su-to-palo-alto:hover{ @@ -50194,15 +51366,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .sm\:hover\:su-to-fog:hover{ + .sm\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .sm\:hover\:su-to-fog-light:hover{ + .sm\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .sm\:hover\:su-to-fog-dark:hover{ + .sm\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -50306,21 +51478,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:focus\:su-from-bright-blue:focus{ + .sm\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:focus\:su-from-bright-blue-light:focus{ + .sm\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .sm\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .sm\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .sm\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -50516,17 +51708,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:focus\:su-from-fog:focus{ + .sm\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:focus\:su-from-fog-light:focus{ + .sm\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:focus\:su-from-fog-dark:focus{ + .sm\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -50611,16 +51803,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .sm\:focus\:su-via-bright-blue:focus{ + .sm\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .sm\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .sm\:focus\:su-via-bright-blue-light:focus{ + .sm\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .sm\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .sm\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .sm\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .sm\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .sm\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .sm\:focus\:su-via-palo-alto:focus{ @@ -50779,15 +51987,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .sm\:focus\:su-via-fog:focus{ + .sm\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .sm\:focus\:su-via-fog-light:focus{ + .sm\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .sm\:focus\:su-via-fog-dark:focus{ + .sm\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -50871,16 +52079,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .sm\:focus\:su-to-bright-blue:focus{ + .sm\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .sm\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .sm\:focus\:su-to-bright-blue-light:focus{ + .sm\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .sm\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .sm\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .sm\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .sm\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .sm\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .sm\:focus\:su-to-palo-alto:focus{ @@ -51039,15 +52263,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .sm\:focus\:su-to-fog:focus{ + .sm\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .sm\:focus\:su-to-fog-light:focus{ + .sm\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .sm\:focus\:su-to-fog-dark:focus{ + .sm\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -51503,16 +52727,32 @@ table tbody th{ border-color: #EC0513; } - .sm\:su-border-bright-blue{ + .sm\:su-border-digital-red-dark{ + border-color: #820000; + } + + .sm\:su-border-digital-blue{ border-color: #006CB8; } - .sm\:su-border-bright-blue-light{ + .sm\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .sm\:su-border-bright-blue-dark{ - border-color: #00548f; + .sm\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .sm\:su-border-digital-green{ + border-color: #008566; + } + + .sm\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .sm\:su-border-digital-green-dark{ + border-color: #006F54; } .sm\:su-border-palo-alto{ @@ -51671,15 +52911,15 @@ table tbody th{ border-color: #544948; } - .sm\:su-border-fog{ + .sm\:su-border-foggy{ border-color: #7F7776; } - .sm\:su-border-fog-light{ + .sm\:su-border-foggy-light{ border-color: #F4F4F4; } - .sm\:su-border-fog-dark{ + .sm\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -51763,16 +53003,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .sm\:group-hover\:su-border-bright-blue{ + .su-group:hover .sm\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .sm\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .sm\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .sm\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .sm\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .sm\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .sm\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .sm\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .sm\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .sm\:group-hover\:su-border-palo-alto{ @@ -51931,15 +53187,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .sm\:group-hover\:su-border-fog{ + .su-group:hover .sm\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .sm\:group-hover\:su-border-fog-light{ + .su-group:hover .sm\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .sm\:group-hover\:su-border-fog-dark{ + .su-group:hover .sm\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -52023,16 +53279,32 @@ table tbody th{ border-color: #EC0513; } - .sm\:focus-within\:su-border-bright-blue:focus-within{ + .sm\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .sm\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .sm\:focus-within\:su-border-bright-blue-light:focus-within{ + .sm\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .sm\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .sm\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .sm\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .sm\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .sm\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .sm\:focus-within\:su-border-palo-alto:focus-within{ @@ -52191,15 +53463,15 @@ table tbody th{ border-color: #544948; } - .sm\:focus-within\:su-border-fog:focus-within{ + .sm\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .sm\:focus-within\:su-border-fog-light:focus-within{ + .sm\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .sm\:focus-within\:su-border-fog-dark:focus-within{ + .sm\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -52283,16 +53555,32 @@ table tbody th{ border-color: #EC0513; } - .sm\:hover\:su-border-bright-blue:hover{ + .sm\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .sm\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .sm\:hover\:su-border-bright-blue-light:hover{ + .sm\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .sm\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .sm\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .sm\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .sm\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .sm\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .sm\:hover\:su-border-palo-alto:hover{ @@ -52451,15 +53739,15 @@ table tbody th{ border-color: #544948; } - .sm\:hover\:su-border-fog:hover{ + .sm\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .sm\:hover\:su-border-fog-light:hover{ + .sm\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .sm\:hover\:su-border-fog-dark:hover{ + .sm\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -52543,16 +53831,32 @@ table tbody th{ border-color: #EC0513; } - .sm\:focus\:su-border-bright-blue:focus{ + .sm\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .sm\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .sm\:focus\:su-border-bright-blue-light:focus{ + .sm\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .sm\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .sm\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .sm\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .sm\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .sm\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .sm\:focus\:su-border-palo-alto:focus{ @@ -52711,15 +54015,15 @@ table tbody th{ border-color: #544948; } - .sm\:focus\:su-border-fog:focus{ + .sm\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .sm\:focus\:su-border-fog-light:focus{ + .sm\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .sm\:focus\:su-border-fog-dark:focus{ + .sm\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -61152,16 +62456,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .sm\:su-ring-offset-bright-blue{ + .sm\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .sm\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .sm\:su-ring-offset-bright-blue-light{ + .sm\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .sm\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .sm\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .sm\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .sm\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .sm\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .sm\:su-ring-offset-palo-alto{ @@ -61320,15 +62640,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .sm\:su-ring-offset-fog{ + .sm\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .sm\:su-ring-offset-fog-light{ + .sm\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .sm\:su-ring-offset-fog-dark{ + .sm\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -61412,16 +62732,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .sm\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .sm\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .sm\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .sm\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .sm\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .sm\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .sm\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .sm\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .sm\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .sm\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .sm\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -61580,15 +62916,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .sm\:focus-within\:su-ring-offset-fog:focus-within{ + .sm\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .sm\:focus-within\:su-ring-offset-fog-light:focus-within{ + .sm\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .sm\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .sm\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -61672,16 +63008,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .sm\:focus\:su-ring-offset-bright-blue:focus{ + .sm\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .sm\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .sm\:focus\:su-ring-offset-bright-blue-light:focus{ + .sm\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .sm\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .sm\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .sm\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .sm\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .sm\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .sm\:focus\:su-ring-offset-palo-alto:focus{ @@ -61840,15 +63192,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .sm\:focus\:su-ring-offset-fog:focus{ + .sm\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .sm\:focus\:su-ring-offset-fog-light:focus{ + .sm\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .sm\:focus\:su-ring-offset-fog-dark:focus{ + .sm\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -62010,21 +63362,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .sm\:su-ring-bright-blue{ + .sm\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .sm\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .sm\:su-ring-bright-blue-light{ + .sm\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .sm\:su-ring-bright-blue-dark{ + .sm\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .sm\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .sm\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .sm\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .sm\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -62220,17 +63592,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .sm\:su-ring-fog{ + .sm\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .sm\:su-ring-fog-light{ + .sm\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .sm\:su-ring-fog-dark{ + .sm\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -62333,21 +63705,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-bright-blue:focus-within{ + .sm\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-bright-blue-light:focus-within{ + .sm\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .sm\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .sm\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .sm\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .sm\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -62543,17 +63935,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-fog:focus-within{ + .sm\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-fog-light:focus-within{ + .sm\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .sm\:focus-within\:su-ring-fog-dark:focus-within{ + .sm\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -62656,21 +64048,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-bright-blue:focus{ + .sm\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .sm\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-bright-blue-light:focus{ + .sm\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-bright-blue-dark:focus{ + .sm\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .sm\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .sm\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .sm\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .sm\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -62866,17 +64278,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-fog:focus{ + .sm\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-fog-light:focus{ + .sm\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .sm\:focus\:su-ring-fog-dark:focus{ + .sm\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -63203,21 +64615,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .sm\:su-text-bright-blue{ + .sm\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .sm\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .sm\:su-text-bright-blue-light{ + .sm\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .sm\:su-text-bright-blue-dark{ + .sm\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .sm\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .sm\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .sm\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .sm\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -63413,17 +64845,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .sm\:su-text-fog{ + .sm\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .sm\:su-text-fog-light{ + .sm\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .sm\:su-text-fog-dark{ + .sm\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -63526,21 +64958,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-bright-blue{ + .su-group:hover .sm\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .sm\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .sm\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .sm\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .sm\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .sm\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -63736,17 +65188,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-fog{ + .su-group:hover .sm\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-fog-light{ + .su-group:hover .sm\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .sm\:group-hover\:su-text-fog-dark{ + .su-group:hover .sm\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -63849,21 +65301,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-bright-blue:focus-within{ + .sm\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .sm\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-bright-blue-light:focus-within{ + .sm\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-bright-blue-dark:focus-within{ + .sm\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .sm\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .sm\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .sm\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .sm\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -64059,17 +65531,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-fog:focus-within{ + .sm\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-fog-light:focus-within{ + .sm\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .sm\:focus-within\:su-text-fog-dark:focus-within{ + .sm\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -64172,21 +65644,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .sm\:hover\:su-text-bright-blue:hover{ + .sm\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .sm\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .sm\:hover\:su-text-bright-blue-light:hover{ + .sm\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .sm\:hover\:su-text-bright-blue-dark:hover{ + .sm\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .sm\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .sm\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .sm\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .sm\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -64382,17 +65874,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .sm\:hover\:su-text-fog:hover{ + .sm\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .sm\:hover\:su-text-fog-light:hover{ + .sm\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .sm\:hover\:su-text-fog-dark:hover{ + .sm\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -64495,21 +65987,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .sm\:focus\:su-text-bright-blue:focus{ + .sm\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .sm\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .sm\:focus\:su-text-bright-blue-light:focus{ + .sm\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .sm\:focus\:su-text-bright-blue-dark:focus{ + .sm\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .sm\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .sm\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .sm\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .sm\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -64705,17 +66217,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .sm\:focus\:su-text-fog:focus{ + .sm\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .sm\:focus\:su-text-fog-light:focus{ + .sm\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .sm\:focus\:su-text-fog-dark:focus{ + .sm\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -70062,21 +71574,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .md\:su-bg-bright-blue{ + .md\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .md\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .md\:su-bg-bright-blue-light{ + .md\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .md\:su-bg-bright-blue-dark{ + .md\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .md\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .md\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .md\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .md\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -70272,17 +71804,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .md\:su-bg-fog{ + .md\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .md\:su-bg-fog-light{ + .md\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .md\:su-bg-fog-dark{ + .md\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -70385,21 +71917,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-bright-blue{ + .su-group:hover .md\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .md\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .md\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .md\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .md\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .md\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .md\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .md\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -70595,17 +72147,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-fog{ + .su-group:hover .md\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-fog-light{ + .su-group:hover .md\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .md\:group-hover\:su-bg-fog-dark{ + .su-group:hover .md\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -70708,21 +72260,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-bright-blue:focus-within{ + .md\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .md\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-bright-blue-light:focus-within{ + .md\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .md\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .md\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .md\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .md\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .md\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -70918,17 +72490,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-fog:focus-within{ + .md\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-fog-light:focus-within{ + .md\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .md\:focus-within\:su-bg-fog-dark:focus-within{ + .md\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -71031,21 +72603,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-bright-blue:hover{ + .md\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .md\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-bright-blue-light:hover{ + .md\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-bright-blue-dark:hover{ + .md\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .md\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .md\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .md\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .md\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -71241,17 +72833,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-fog:hover{ + .md\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-fog-light:hover{ + .md\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .md\:hover\:su-bg-fog-dark:hover{ + .md\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -71354,21 +72946,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-bright-blue:focus{ + .md\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .md\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-bright-blue-light:focus{ + .md\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-bright-blue-dark:focus{ + .md\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .md\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .md\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .md\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .md\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -71564,17 +73176,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-fog:focus{ + .md\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-fog-light:focus{ + .md\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .md\:focus\:su-bg-fog-dark:focus{ + .md\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -71727,21 +73339,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:su-from-bright-blue{ + .md\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:su-from-bright-blue-light{ + .md\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .md\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .md\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .md\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -71937,17 +73569,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:su-from-fog{ + .md\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:su-from-fog-light{ + .md\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:su-from-fog-dark{ + .md\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -72032,16 +73664,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:su-via-bright-blue{ + .md\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:su-via-bright-blue-light{ + .md\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .md\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .md\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .md\:su-via-palo-alto{ @@ -72200,15 +73848,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:su-via-fog{ + .md\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:su-via-fog-light{ + .md\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:su-via-fog-dark{ + .md\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -72292,16 +73940,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .md\:su-to-bright-blue{ + .md\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .md\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .md\:su-to-bright-blue-light{ + .md\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .md\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .md\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .md\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .md\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .md\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .md\:su-to-palo-alto{ @@ -72460,15 +74124,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .md\:su-to-fog{ + .md\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .md\:su-to-fog-light{ + .md\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .md\:su-to-fog-dark{ + .md\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -72572,21 +74236,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:hover\:su-from-bright-blue:hover{ + .md\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:hover\:su-from-bright-blue-light:hover{ + .md\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .md\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .md\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .md\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -72782,17 +74466,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:hover\:su-from-fog:hover{ + .md\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:hover\:su-from-fog-light:hover{ + .md\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:hover\:su-from-fog-dark:hover{ + .md\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -72877,16 +74561,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:hover\:su-via-bright-blue:hover{ + .md\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:hover\:su-via-bright-blue-light:hover{ + .md\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .md\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .md\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .md\:hover\:su-via-palo-alto:hover{ @@ -73045,15 +74745,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:hover\:su-via-fog:hover{ + .md\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:hover\:su-via-fog-light:hover{ + .md\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:hover\:su-via-fog-dark:hover{ + .md\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -73137,16 +74837,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .md\:hover\:su-to-bright-blue:hover{ + .md\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .md\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .md\:hover\:su-to-bright-blue-light:hover{ + .md\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .md\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .md\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .md\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .md\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .md\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .md\:hover\:su-to-palo-alto:hover{ @@ -73305,15 +75021,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .md\:hover\:su-to-fog:hover{ + .md\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .md\:hover\:su-to-fog-light:hover{ + .md\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .md\:hover\:su-to-fog-dark:hover{ + .md\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -73417,21 +75133,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:focus\:su-from-bright-blue:focus{ + .md\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:focus\:su-from-bright-blue-light:focus{ + .md\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .md\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .md\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .md\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -73627,17 +75363,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:focus\:su-from-fog:focus{ + .md\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:focus\:su-from-fog-light:focus{ + .md\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:focus\:su-from-fog-dark:focus{ + .md\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -73722,16 +75458,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .md\:focus\:su-via-bright-blue:focus{ + .md\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .md\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .md\:focus\:su-via-bright-blue-light:focus{ + .md\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .md\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .md\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .md\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .md\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .md\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .md\:focus\:su-via-palo-alto:focus{ @@ -73890,15 +75642,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .md\:focus\:su-via-fog:focus{ + .md\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .md\:focus\:su-via-fog-light:focus{ + .md\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .md\:focus\:su-via-fog-dark:focus{ + .md\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -73982,16 +75734,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .md\:focus\:su-to-bright-blue:focus{ + .md\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .md\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .md\:focus\:su-to-bright-blue-light:focus{ + .md\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .md\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .md\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .md\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .md\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .md\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .md\:focus\:su-to-palo-alto:focus{ @@ -74150,15 +75918,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .md\:focus\:su-to-fog:focus{ + .md\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .md\:focus\:su-to-fog-light:focus{ + .md\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .md\:focus\:su-to-fog-dark:focus{ + .md\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -74614,16 +76382,32 @@ table tbody th{ border-color: #EC0513; } - .md\:su-border-bright-blue{ + .md\:su-border-digital-red-dark{ + border-color: #820000; + } + + .md\:su-border-digital-blue{ border-color: #006CB8; } - .md\:su-border-bright-blue-light{ + .md\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .md\:su-border-bright-blue-dark{ - border-color: #00548f; + .md\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .md\:su-border-digital-green{ + border-color: #008566; + } + + .md\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .md\:su-border-digital-green-dark{ + border-color: #006F54; } .md\:su-border-palo-alto{ @@ -74782,15 +76566,15 @@ table tbody th{ border-color: #544948; } - .md\:su-border-fog{ + .md\:su-border-foggy{ border-color: #7F7776; } - .md\:su-border-fog-light{ + .md\:su-border-foggy-light{ border-color: #F4F4F4; } - .md\:su-border-fog-dark{ + .md\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -74874,16 +76658,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .md\:group-hover\:su-border-bright-blue{ + .su-group:hover .md\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .md\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .md\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .md\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .md\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .md\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .md\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .md\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .md\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .md\:group-hover\:su-border-palo-alto{ @@ -75042,15 +76842,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .md\:group-hover\:su-border-fog{ + .su-group:hover .md\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .md\:group-hover\:su-border-fog-light{ + .su-group:hover .md\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .md\:group-hover\:su-border-fog-dark{ + .su-group:hover .md\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -75134,16 +76934,32 @@ table tbody th{ border-color: #EC0513; } - .md\:focus-within\:su-border-bright-blue:focus-within{ + .md\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .md\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .md\:focus-within\:su-border-bright-blue-light:focus-within{ + .md\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .md\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .md\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .md\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .md\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .md\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .md\:focus-within\:su-border-palo-alto:focus-within{ @@ -75302,15 +77118,15 @@ table tbody th{ border-color: #544948; } - .md\:focus-within\:su-border-fog:focus-within{ + .md\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .md\:focus-within\:su-border-fog-light:focus-within{ + .md\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .md\:focus-within\:su-border-fog-dark:focus-within{ + .md\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -75394,16 +77210,32 @@ table tbody th{ border-color: #EC0513; } - .md\:hover\:su-border-bright-blue:hover{ + .md\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .md\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .md\:hover\:su-border-bright-blue-light:hover{ + .md\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .md\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .md\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .md\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .md\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .md\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .md\:hover\:su-border-palo-alto:hover{ @@ -75562,15 +77394,15 @@ table tbody th{ border-color: #544948; } - .md\:hover\:su-border-fog:hover{ + .md\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .md\:hover\:su-border-fog-light:hover{ + .md\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .md\:hover\:su-border-fog-dark:hover{ + .md\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -75654,16 +77486,32 @@ table tbody th{ border-color: #EC0513; } - .md\:focus\:su-border-bright-blue:focus{ + .md\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .md\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .md\:focus\:su-border-bright-blue-light:focus{ + .md\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .md\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .md\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .md\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .md\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .md\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .md\:focus\:su-border-palo-alto:focus{ @@ -75822,15 +77670,15 @@ table tbody th{ border-color: #544948; } - .md\:focus\:su-border-fog:focus{ + .md\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .md\:focus\:su-border-fog-light:focus{ + .md\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .md\:focus\:su-border-fog-dark:focus{ + .md\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -84263,16 +86111,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .md\:su-ring-offset-bright-blue{ + .md\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .md\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .md\:su-ring-offset-bright-blue-light{ + .md\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .md\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .md\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .md\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .md\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .md\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .md\:su-ring-offset-palo-alto{ @@ -84431,15 +86295,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .md\:su-ring-offset-fog{ + .md\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .md\:su-ring-offset-fog-light{ + .md\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .md\:su-ring-offset-fog-dark{ + .md\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -84523,16 +86387,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .md\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .md\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .md\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .md\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .md\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .md\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .md\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .md\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .md\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .md\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .md\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -84691,15 +86571,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .md\:focus-within\:su-ring-offset-fog:focus-within{ + .md\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .md\:focus-within\:su-ring-offset-fog-light:focus-within{ + .md\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .md\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .md\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -84783,16 +86663,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .md\:focus\:su-ring-offset-bright-blue:focus{ + .md\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .md\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .md\:focus\:su-ring-offset-bright-blue-light:focus{ + .md\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .md\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .md\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .md\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .md\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .md\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .md\:focus\:su-ring-offset-palo-alto:focus{ @@ -84951,15 +86847,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .md\:focus\:su-ring-offset-fog:focus{ + .md\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .md\:focus\:su-ring-offset-fog-light:focus{ + .md\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .md\:focus\:su-ring-offset-fog-dark:focus{ + .md\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -85121,21 +87017,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .md\:su-ring-bright-blue{ + .md\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .md\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .md\:su-ring-bright-blue-light{ + .md\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .md\:su-ring-bright-blue-dark{ + .md\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .md\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .md\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .md\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .md\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -85331,17 +87247,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .md\:su-ring-fog{ + .md\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .md\:su-ring-fog-light{ + .md\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .md\:su-ring-fog-dark{ + .md\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -85444,21 +87360,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-bright-blue:focus-within{ + .md\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .md\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-bright-blue-light:focus-within{ + .md\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .md\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .md\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .md\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .md\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .md\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -85654,17 +87590,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-fog:focus-within{ + .md\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-fog-light:focus-within{ + .md\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .md\:focus-within\:su-ring-fog-dark:focus-within{ + .md\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -85767,21 +87703,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-bright-blue:focus{ + .md\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .md\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-bright-blue-light:focus{ + .md\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-bright-blue-dark:focus{ + .md\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .md\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .md\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .md\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .md\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -85977,17 +87933,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-fog:focus{ + .md\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-fog-light:focus{ + .md\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .md\:focus\:su-ring-fog-dark:focus{ + .md\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -86314,21 +88270,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .md\:su-text-bright-blue{ + .md\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .md\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .md\:su-text-bright-blue-light{ + .md\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .md\:su-text-bright-blue-dark{ + .md\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .md\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .md\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .md\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .md\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -86524,17 +88500,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .md\:su-text-fog{ + .md\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .md\:su-text-fog-light{ + .md\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .md\:su-text-fog-dark{ + .md\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -86637,21 +88613,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-bright-blue{ + .su-group:hover .md\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .md\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .md\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .md\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .md\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .md\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .md\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .md\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -86847,17 +88843,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-fog{ + .su-group:hover .md\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-fog-light{ + .su-group:hover .md\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .md\:group-hover\:su-text-fog-dark{ + .su-group:hover .md\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -86960,21 +88956,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-bright-blue:focus-within{ + .md\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .md\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-bright-blue-light:focus-within{ + .md\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-bright-blue-dark:focus-within{ + .md\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .md\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .md\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .md\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .md\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -87170,17 +89186,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-fog:focus-within{ + .md\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-fog-light:focus-within{ + .md\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .md\:focus-within\:su-text-fog-dark:focus-within{ + .md\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -87283,21 +89299,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .md\:hover\:su-text-bright-blue:hover{ + .md\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .md\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .md\:hover\:su-text-bright-blue-light:hover{ + .md\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .md\:hover\:su-text-bright-blue-dark:hover{ + .md\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .md\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .md\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .md\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .md\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -87493,17 +89529,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .md\:hover\:su-text-fog:hover{ + .md\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .md\:hover\:su-text-fog-light:hover{ + .md\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .md\:hover\:su-text-fog-dark:hover{ + .md\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -87606,21 +89642,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .md\:focus\:su-text-bright-blue:focus{ + .md\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .md\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .md\:focus\:su-text-bright-blue-light:focus{ + .md\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .md\:focus\:su-text-bright-blue-dark:focus{ + .md\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .md\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .md\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .md\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .md\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -87816,17 +89872,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .md\:focus\:su-text-fog:focus{ + .md\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .md\:focus\:su-text-fog-light:focus{ + .md\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .md\:focus\:su-text-fog-dark:focus{ + .md\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -93173,21 +95229,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .lg\:su-bg-bright-blue{ + .lg\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .lg\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .lg\:su-bg-bright-blue-light{ + .lg\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .lg\:su-bg-bright-blue-dark{ + .lg\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .lg\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .lg\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .lg\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .lg\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -93383,17 +95459,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .lg\:su-bg-fog{ + .lg\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .lg\:su-bg-fog-light{ + .lg\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .lg\:su-bg-fog-dark{ + .lg\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -93496,21 +95572,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-bright-blue{ + .su-group:hover .lg\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .lg\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .lg\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .lg\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .lg\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -93706,17 +95802,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-fog{ + .su-group:hover .lg\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-fog-light{ + .su-group:hover .lg\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .lg\:group-hover\:su-bg-fog-dark{ + .su-group:hover .lg\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -93819,21 +95915,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-bright-blue:focus-within{ + .lg\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-bright-blue-light:focus-within{ + .lg\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .lg\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .lg\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .lg\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .lg\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -94029,17 +96145,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-fog:focus-within{ + .lg\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-fog-light:focus-within{ + .lg\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .lg\:focus-within\:su-bg-fog-dark:focus-within{ + .lg\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -94142,21 +96258,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-bright-blue:hover{ + .lg\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .lg\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-bright-blue-light:hover{ + .lg\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-bright-blue-dark:hover{ + .lg\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .lg\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .lg\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .lg\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .lg\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -94352,17 +96488,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-fog:hover{ + .lg\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-fog-light:hover{ + .lg\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .lg\:hover\:su-bg-fog-dark:hover{ + .lg\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -94465,21 +96601,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-bright-blue:focus{ + .lg\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .lg\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-bright-blue-light:focus{ + .lg\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-bright-blue-dark:focus{ + .lg\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .lg\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .lg\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .lg\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .lg\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -94675,17 +96831,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-fog:focus{ + .lg\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-fog-light:focus{ + .lg\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .lg\:focus\:su-bg-fog-dark:focus{ + .lg\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -94838,21 +96994,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:su-from-bright-blue{ + .lg\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:su-from-bright-blue-light{ + .lg\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .lg\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .lg\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .lg\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -95048,17 +97224,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:su-from-fog{ + .lg\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:su-from-fog-light{ + .lg\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:su-from-fog-dark{ + .lg\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -95143,16 +97319,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:su-via-bright-blue{ + .lg\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:su-via-bright-blue-light{ + .lg\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .lg\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .lg\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .lg\:su-via-palo-alto{ @@ -95311,15 +97503,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:su-via-fog{ + .lg\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:su-via-fog-light{ + .lg\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:su-via-fog-dark{ + .lg\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -95403,16 +97595,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .lg\:su-to-bright-blue{ + .lg\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .lg\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .lg\:su-to-bright-blue-light{ + .lg\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .lg\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .lg\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .lg\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .lg\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .lg\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .lg\:su-to-palo-alto{ @@ -95571,15 +97779,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .lg\:su-to-fog{ + .lg\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .lg\:su-to-fog-light{ + .lg\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .lg\:su-to-fog-dark{ + .lg\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -95683,21 +97891,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:hover\:su-from-bright-blue:hover{ + .lg\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:hover\:su-from-bright-blue-light:hover{ + .lg\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .lg\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .lg\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .lg\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -95893,17 +98121,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:hover\:su-from-fog:hover{ + .lg\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:hover\:su-from-fog-light:hover{ + .lg\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:hover\:su-from-fog-dark:hover{ + .lg\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -95988,16 +98216,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:hover\:su-via-bright-blue:hover{ + .lg\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:hover\:su-via-bright-blue-light:hover{ + .lg\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .lg\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .lg\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .lg\:hover\:su-via-palo-alto:hover{ @@ -96156,15 +98400,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:hover\:su-via-fog:hover{ + .lg\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:hover\:su-via-fog-light:hover{ + .lg\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:hover\:su-via-fog-dark:hover{ + .lg\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -96248,16 +98492,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .lg\:hover\:su-to-bright-blue:hover{ + .lg\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .lg\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .lg\:hover\:su-to-bright-blue-light:hover{ + .lg\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .lg\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .lg\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .lg\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .lg\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .lg\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .lg\:hover\:su-to-palo-alto:hover{ @@ -96416,15 +98676,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .lg\:hover\:su-to-fog:hover{ + .lg\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .lg\:hover\:su-to-fog-light:hover{ + .lg\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .lg\:hover\:su-to-fog-dark:hover{ + .lg\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -96528,21 +98788,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:focus\:su-from-bright-blue:focus{ + .lg\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:focus\:su-from-bright-blue-light:focus{ + .lg\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .lg\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .lg\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .lg\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -96738,17 +99018,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:focus\:su-from-fog:focus{ + .lg\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:focus\:su-from-fog-light:focus{ + .lg\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:focus\:su-from-fog-dark:focus{ + .lg\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -96833,16 +99113,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .lg\:focus\:su-via-bright-blue:focus{ + .lg\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .lg\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .lg\:focus\:su-via-bright-blue-light:focus{ + .lg\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .lg\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .lg\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .lg\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .lg\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .lg\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .lg\:focus\:su-via-palo-alto:focus{ @@ -97001,15 +99297,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .lg\:focus\:su-via-fog:focus{ + .lg\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .lg\:focus\:su-via-fog-light:focus{ + .lg\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .lg\:focus\:su-via-fog-dark:focus{ + .lg\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -97093,16 +99389,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .lg\:focus\:su-to-bright-blue:focus{ + .lg\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .lg\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .lg\:focus\:su-to-bright-blue-light:focus{ + .lg\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .lg\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .lg\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .lg\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .lg\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .lg\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .lg\:focus\:su-to-palo-alto:focus{ @@ -97261,15 +99573,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .lg\:focus\:su-to-fog:focus{ + .lg\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .lg\:focus\:su-to-fog-light:focus{ + .lg\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .lg\:focus\:su-to-fog-dark:focus{ + .lg\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -97725,16 +100037,32 @@ table tbody th{ border-color: #EC0513; } - .lg\:su-border-bright-blue{ + .lg\:su-border-digital-red-dark{ + border-color: #820000; + } + + .lg\:su-border-digital-blue{ border-color: #006CB8; } - .lg\:su-border-bright-blue-light{ + .lg\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .lg\:su-border-bright-blue-dark{ - border-color: #00548f; + .lg\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .lg\:su-border-digital-green{ + border-color: #008566; + } + + .lg\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .lg\:su-border-digital-green-dark{ + border-color: #006F54; } .lg\:su-border-palo-alto{ @@ -97893,15 +100221,15 @@ table tbody th{ border-color: #544948; } - .lg\:su-border-fog{ + .lg\:su-border-foggy{ border-color: #7F7776; } - .lg\:su-border-fog-light{ + .lg\:su-border-foggy-light{ border-color: #F4F4F4; } - .lg\:su-border-fog-dark{ + .lg\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -97985,16 +100313,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .lg\:group-hover\:su-border-bright-blue{ + .su-group:hover .lg\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .lg\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .lg\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .lg\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .lg\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .lg\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .lg\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .lg\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .lg\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .lg\:group-hover\:su-border-palo-alto{ @@ -98153,15 +100497,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .lg\:group-hover\:su-border-fog{ + .su-group:hover .lg\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .lg\:group-hover\:su-border-fog-light{ + .su-group:hover .lg\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .lg\:group-hover\:su-border-fog-dark{ + .su-group:hover .lg\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -98245,16 +100589,32 @@ table tbody th{ border-color: #EC0513; } - .lg\:focus-within\:su-border-bright-blue:focus-within{ + .lg\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .lg\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .lg\:focus-within\:su-border-bright-blue-light:focus-within{ + .lg\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .lg\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .lg\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .lg\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .lg\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .lg\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .lg\:focus-within\:su-border-palo-alto:focus-within{ @@ -98413,15 +100773,15 @@ table tbody th{ border-color: #544948; } - .lg\:focus-within\:su-border-fog:focus-within{ + .lg\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .lg\:focus-within\:su-border-fog-light:focus-within{ + .lg\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .lg\:focus-within\:su-border-fog-dark:focus-within{ + .lg\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -98505,16 +100865,32 @@ table tbody th{ border-color: #EC0513; } - .lg\:hover\:su-border-bright-blue:hover{ + .lg\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .lg\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .lg\:hover\:su-border-bright-blue-light:hover{ + .lg\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .lg\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .lg\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .lg\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .lg\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .lg\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .lg\:hover\:su-border-palo-alto:hover{ @@ -98673,15 +101049,15 @@ table tbody th{ border-color: #544948; } - .lg\:hover\:su-border-fog:hover{ + .lg\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .lg\:hover\:su-border-fog-light:hover{ + .lg\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .lg\:hover\:su-border-fog-dark:hover{ + .lg\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -98765,16 +101141,32 @@ table tbody th{ border-color: #EC0513; } - .lg\:focus\:su-border-bright-blue:focus{ + .lg\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .lg\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .lg\:focus\:su-border-bright-blue-light:focus{ + .lg\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .lg\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .lg\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .lg\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .lg\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .lg\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .lg\:focus\:su-border-palo-alto:focus{ @@ -98933,15 +101325,15 @@ table tbody th{ border-color: #544948; } - .lg\:focus\:su-border-fog:focus{ + .lg\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .lg\:focus\:su-border-fog-light:focus{ + .lg\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .lg\:focus\:su-border-fog-dark:focus{ + .lg\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -107374,16 +109766,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .lg\:su-ring-offset-bright-blue{ + .lg\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .lg\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .lg\:su-ring-offset-bright-blue-light{ + .lg\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .lg\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .lg\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .lg\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .lg\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .lg\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .lg\:su-ring-offset-palo-alto{ @@ -107542,15 +109950,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .lg\:su-ring-offset-fog{ + .lg\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .lg\:su-ring-offset-fog-light{ + .lg\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .lg\:su-ring-offset-fog-dark{ + .lg\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -107634,16 +110042,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .lg\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .lg\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .lg\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .lg\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .lg\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .lg\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .lg\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .lg\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .lg\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .lg\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .lg\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -107802,15 +110226,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .lg\:focus-within\:su-ring-offset-fog:focus-within{ + .lg\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .lg\:focus-within\:su-ring-offset-fog-light:focus-within{ + .lg\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .lg\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .lg\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -107894,16 +110318,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .lg\:focus\:su-ring-offset-bright-blue:focus{ + .lg\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .lg\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .lg\:focus\:su-ring-offset-bright-blue-light:focus{ + .lg\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .lg\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .lg\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .lg\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .lg\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .lg\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .lg\:focus\:su-ring-offset-palo-alto:focus{ @@ -108062,15 +110502,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .lg\:focus\:su-ring-offset-fog:focus{ + .lg\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .lg\:focus\:su-ring-offset-fog-light:focus{ + .lg\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .lg\:focus\:su-ring-offset-fog-dark:focus{ + .lg\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -108232,21 +110672,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .lg\:su-ring-bright-blue{ + .lg\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .lg\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .lg\:su-ring-bright-blue-light{ + .lg\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .lg\:su-ring-bright-blue-dark{ + .lg\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .lg\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .lg\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .lg\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .lg\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -108442,17 +110902,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .lg\:su-ring-fog{ + .lg\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .lg\:su-ring-fog-light{ + .lg\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .lg\:su-ring-fog-dark{ + .lg\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -108555,21 +111015,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-bright-blue:focus-within{ + .lg\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-bright-blue-light:focus-within{ + .lg\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .lg\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .lg\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .lg\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .lg\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -108765,17 +111245,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-fog:focus-within{ + .lg\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-fog-light:focus-within{ + .lg\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .lg\:focus-within\:su-ring-fog-dark:focus-within{ + .lg\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -108878,21 +111358,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-bright-blue:focus{ + .lg\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .lg\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-bright-blue-light:focus{ + .lg\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-bright-blue-dark:focus{ + .lg\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .lg\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .lg\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .lg\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .lg\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -109088,17 +111588,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-fog:focus{ + .lg\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-fog-light:focus{ + .lg\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .lg\:focus\:su-ring-fog-dark:focus{ + .lg\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -109425,21 +111925,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .lg\:su-text-bright-blue{ + .lg\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .lg\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .lg\:su-text-bright-blue-light{ + .lg\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .lg\:su-text-bright-blue-dark{ + .lg\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .lg\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .lg\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .lg\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .lg\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -109635,17 +112155,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .lg\:su-text-fog{ + .lg\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .lg\:su-text-fog-light{ + .lg\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .lg\:su-text-fog-dark{ + .lg\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -109748,21 +112268,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-bright-blue{ + .su-group:hover .lg\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .lg\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .lg\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .lg\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .lg\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .lg\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -109958,17 +112498,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-fog{ + .su-group:hover .lg\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-fog-light{ + .su-group:hover .lg\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .lg\:group-hover\:su-text-fog-dark{ + .su-group:hover .lg\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -110071,21 +112611,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-bright-blue:focus-within{ + .lg\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .lg\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-bright-blue-light:focus-within{ + .lg\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-bright-blue-dark:focus-within{ + .lg\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .lg\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .lg\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .lg\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .lg\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -110281,17 +112841,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-fog:focus-within{ + .lg\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-fog-light:focus-within{ + .lg\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .lg\:focus-within\:su-text-fog-dark:focus-within{ + .lg\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -110394,21 +112954,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .lg\:hover\:su-text-bright-blue:hover{ + .lg\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .lg\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .lg\:hover\:su-text-bright-blue-light:hover{ + .lg\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .lg\:hover\:su-text-bright-blue-dark:hover{ + .lg\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .lg\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .lg\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .lg\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .lg\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -110604,17 +113184,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .lg\:hover\:su-text-fog:hover{ + .lg\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .lg\:hover\:su-text-fog-light:hover{ + .lg\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .lg\:hover\:su-text-fog-dark:hover{ + .lg\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -110717,21 +113297,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .lg\:focus\:su-text-bright-blue:focus{ + .lg\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .lg\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .lg\:focus\:su-text-bright-blue-light:focus{ + .lg\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .lg\:focus\:su-text-bright-blue-dark:focus{ + .lg\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .lg\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .lg\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .lg\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .lg\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -110927,17 +113527,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .lg\:focus\:su-text-fog:focus{ + .lg\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .lg\:focus\:su-text-fog-light:focus{ + .lg\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .lg\:focus\:su-text-fog-dark:focus{ + .lg\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -116284,21 +118884,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xl\:su-bg-bright-blue{ + .xl\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xl\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xl\:su-bg-bright-blue-light{ + .xl\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xl\:su-bg-bright-blue-dark{ + .xl\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xl\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xl\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xl\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xl\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -116494,17 +119114,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xl\:su-bg-fog{ + .xl\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xl\:su-bg-fog-light{ + .xl\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xl\:su-bg-fog-dark{ + .xl\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -116607,21 +119227,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-bright-blue{ + .su-group:hover .xl\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .xl\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .xl\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .xl\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .xl\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -116817,17 +119457,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-fog{ + .su-group:hover .xl\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-fog-light{ + .su-group:hover .xl\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .xl\:group-hover\:su-bg-fog-dark{ + .su-group:hover .xl\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -116930,21 +119570,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-bright-blue:focus-within{ + .xl\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-bright-blue-light:focus-within{ + .xl\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .xl\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xl\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xl\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xl\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -117140,17 +119800,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-fog:focus-within{ + .xl\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-fog-light:focus-within{ + .xl\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xl\:focus-within\:su-bg-fog-dark:focus-within{ + .xl\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -117253,21 +119913,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-bright-blue:hover{ + .xl\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xl\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-bright-blue-light:hover{ + .xl\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-bright-blue-dark:hover{ + .xl\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xl\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xl\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xl\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xl\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -117463,17 +120143,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-fog:hover{ + .xl\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-fog-light:hover{ + .xl\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xl\:hover\:su-bg-fog-dark:hover{ + .xl\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -117576,21 +120256,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-bright-blue:focus{ + .xl\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .xl\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-bright-blue-light:focus{ + .xl\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-bright-blue-dark:focus{ + .xl\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .xl\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .xl\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .xl\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .xl\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -117786,17 +120486,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-fog:focus{ + .xl\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-fog-light:focus{ + .xl\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .xl\:focus\:su-bg-fog-dark:focus{ + .xl\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -117949,21 +120649,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:su-from-bright-blue{ + .xl\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:su-from-bright-blue-light{ + .xl\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .xl\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xl\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xl\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -118159,17 +120879,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:su-from-fog{ + .xl\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:su-from-fog-light{ + .xl\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:su-from-fog-dark{ + .xl\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -118254,16 +120974,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:su-via-bright-blue{ + .xl\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:su-via-bright-blue-light{ + .xl\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xl\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xl\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xl\:su-via-palo-alto{ @@ -118422,15 +121158,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:su-via-fog{ + .xl\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:su-via-fog-light{ + .xl\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:su-via-fog-dark{ + .xl\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -118514,16 +121250,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xl\:su-to-bright-blue{ + .xl\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .xl\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .xl\:su-to-bright-blue-light{ + .xl\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .xl\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .xl\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .xl\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .xl\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .xl\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .xl\:su-to-palo-alto{ @@ -118682,15 +121434,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xl\:su-to-fog{ + .xl\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .xl\:su-to-fog-light{ + .xl\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .xl\:su-to-fog-dark{ + .xl\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -118794,21 +121546,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:hover\:su-from-bright-blue:hover{ + .xl\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:hover\:su-from-bright-blue-light:hover{ + .xl\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .xl\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xl\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xl\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -119004,17 +121776,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:hover\:su-from-fog:hover{ + .xl\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:hover\:su-from-fog-light:hover{ + .xl\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:hover\:su-from-fog-dark:hover{ + .xl\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -119099,16 +121871,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:hover\:su-via-bright-blue:hover{ + .xl\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:hover\:su-via-bright-blue-light:hover{ + .xl\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xl\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xl\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xl\:hover\:su-via-palo-alto:hover{ @@ -119267,15 +122055,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:hover\:su-via-fog:hover{ + .xl\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:hover\:su-via-fog-light:hover{ + .xl\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:hover\:su-via-fog-dark:hover{ + .xl\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -119359,16 +122147,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xl\:hover\:su-to-bright-blue:hover{ + .xl\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .xl\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .xl\:hover\:su-to-bright-blue-light:hover{ + .xl\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .xl\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .xl\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .xl\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .xl\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .xl\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .xl\:hover\:su-to-palo-alto:hover{ @@ -119527,15 +122331,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xl\:hover\:su-to-fog:hover{ + .xl\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .xl\:hover\:su-to-fog-light:hover{ + .xl\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .xl\:hover\:su-to-fog-dark:hover{ + .xl\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -119639,21 +122443,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:focus\:su-from-bright-blue:focus{ + .xl\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:focus\:su-from-bright-blue-light:focus{ + .xl\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .xl\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .xl\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .xl\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -119849,17 +122673,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:focus\:su-from-fog:focus{ + .xl\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:focus\:su-from-fog-light:focus{ + .xl\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:focus\:su-from-fog-dark:focus{ + .xl\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -119944,16 +122768,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .xl\:focus\:su-via-bright-blue:focus{ + .xl\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .xl\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .xl\:focus\:su-via-bright-blue-light:focus{ + .xl\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .xl\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .xl\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .xl\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .xl\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .xl\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .xl\:focus\:su-via-palo-alto:focus{ @@ -120112,15 +122952,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .xl\:focus\:su-via-fog:focus{ + .xl\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .xl\:focus\:su-via-fog-light:focus{ + .xl\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .xl\:focus\:su-via-fog-dark:focus{ + .xl\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -120204,16 +123044,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .xl\:focus\:su-to-bright-blue:focus{ + .xl\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .xl\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .xl\:focus\:su-to-bright-blue-light:focus{ + .xl\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .xl\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .xl\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .xl\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .xl\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .xl\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .xl\:focus\:su-to-palo-alto:focus{ @@ -120372,15 +123228,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .xl\:focus\:su-to-fog:focus{ + .xl\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .xl\:focus\:su-to-fog-light:focus{ + .xl\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .xl\:focus\:su-to-fog-dark:focus{ + .xl\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -120836,16 +123692,32 @@ table tbody th{ border-color: #EC0513; } - .xl\:su-border-bright-blue{ + .xl\:su-border-digital-red-dark{ + border-color: #820000; + } + + .xl\:su-border-digital-blue{ border-color: #006CB8; } - .xl\:su-border-bright-blue-light{ + .xl\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .xl\:su-border-bright-blue-dark{ - border-color: #00548f; + .xl\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .xl\:su-border-digital-green{ + border-color: #008566; + } + + .xl\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .xl\:su-border-digital-green-dark{ + border-color: #006F54; } .xl\:su-border-palo-alto{ @@ -121004,15 +123876,15 @@ table tbody th{ border-color: #544948; } - .xl\:su-border-fog{ + .xl\:su-border-foggy{ border-color: #7F7776; } - .xl\:su-border-fog-light{ + .xl\:su-border-foggy-light{ border-color: #F4F4F4; } - .xl\:su-border-fog-dark{ + .xl\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -121096,16 +123968,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .xl\:group-hover\:su-border-bright-blue{ + .su-group:hover .xl\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .xl\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .xl\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .xl\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .xl\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .xl\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .xl\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .xl\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .xl\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .xl\:group-hover\:su-border-palo-alto{ @@ -121264,15 +124152,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .xl\:group-hover\:su-border-fog{ + .su-group:hover .xl\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .xl\:group-hover\:su-border-fog-light{ + .su-group:hover .xl\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .xl\:group-hover\:su-border-fog-dark{ + .su-group:hover .xl\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -121356,16 +124244,32 @@ table tbody th{ border-color: #EC0513; } - .xl\:focus-within\:su-border-bright-blue:focus-within{ + .xl\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .xl\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .xl\:focus-within\:su-border-bright-blue-light:focus-within{ + .xl\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .xl\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .xl\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .xl\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .xl\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .xl\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .xl\:focus-within\:su-border-palo-alto:focus-within{ @@ -121524,15 +124428,15 @@ table tbody th{ border-color: #544948; } - .xl\:focus-within\:su-border-fog:focus-within{ + .xl\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .xl\:focus-within\:su-border-fog-light:focus-within{ + .xl\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .xl\:focus-within\:su-border-fog-dark:focus-within{ + .xl\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -121616,16 +124520,32 @@ table tbody th{ border-color: #EC0513; } - .xl\:hover\:su-border-bright-blue:hover{ + .xl\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .xl\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .xl\:hover\:su-border-bright-blue-light:hover{ + .xl\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .xl\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .xl\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .xl\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .xl\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .xl\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .xl\:hover\:su-border-palo-alto:hover{ @@ -121784,15 +124704,15 @@ table tbody th{ border-color: #544948; } - .xl\:hover\:su-border-fog:hover{ + .xl\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .xl\:hover\:su-border-fog-light:hover{ + .xl\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .xl\:hover\:su-border-fog-dark:hover{ + .xl\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -121876,16 +124796,32 @@ table tbody th{ border-color: #EC0513; } - .xl\:focus\:su-border-bright-blue:focus{ + .xl\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .xl\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .xl\:focus\:su-border-bright-blue-light:focus{ + .xl\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .xl\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .xl\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .xl\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .xl\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .xl\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .xl\:focus\:su-border-palo-alto:focus{ @@ -122044,15 +124980,15 @@ table tbody th{ border-color: #544948; } - .xl\:focus\:su-border-fog:focus{ + .xl\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .xl\:focus\:su-border-fog-light:focus{ + .xl\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .xl\:focus\:su-border-fog-dark:focus{ + .xl\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -130485,16 +133421,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xl\:su-ring-offset-bright-blue{ + .xl\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .xl\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .xl\:su-ring-offset-bright-blue-light{ + .xl\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .xl\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .xl\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .xl\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .xl\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .xl\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .xl\:su-ring-offset-palo-alto{ @@ -130653,15 +133605,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xl\:su-ring-offset-fog{ + .xl\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .xl\:su-ring-offset-fog-light{ + .xl\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .xl\:su-ring-offset-fog-dark{ + .xl\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -130745,16 +133697,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xl\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .xl\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .xl\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .xl\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .xl\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .xl\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .xl\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .xl\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .xl\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .xl\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .xl\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -130913,15 +133881,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xl\:focus-within\:su-ring-offset-fog:focus-within{ + .xl\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .xl\:focus-within\:su-ring-offset-fog-light:focus-within{ + .xl\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .xl\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .xl\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -131005,16 +133973,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .xl\:focus\:su-ring-offset-bright-blue:focus{ + .xl\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .xl\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .xl\:focus\:su-ring-offset-bright-blue-light:focus{ + .xl\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .xl\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .xl\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .xl\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .xl\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .xl\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .xl\:focus\:su-ring-offset-palo-alto:focus{ @@ -131173,15 +134157,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .xl\:focus\:su-ring-offset-fog:focus{ + .xl\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .xl\:focus\:su-ring-offset-fog-light:focus{ + .xl\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .xl\:focus\:su-ring-offset-fog-dark:focus{ + .xl\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -131343,21 +134327,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xl\:su-ring-bright-blue{ + .xl\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xl\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xl\:su-ring-bright-blue-light{ + .xl\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xl\:su-ring-bright-blue-dark{ + .xl\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xl\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xl\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xl\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xl\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -131553,17 +134557,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xl\:su-ring-fog{ + .xl\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xl\:su-ring-fog-light{ + .xl\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xl\:su-ring-fog-dark{ + .xl\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -131666,21 +134670,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-bright-blue:focus-within{ + .xl\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-bright-blue-light:focus-within{ + .xl\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .xl\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xl\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xl\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xl\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -131876,17 +134900,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-fog:focus-within{ + .xl\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-fog-light:focus-within{ + .xl\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xl\:focus-within\:su-ring-fog-dark:focus-within{ + .xl\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -131989,21 +135013,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-bright-blue:focus{ + .xl\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .xl\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-bright-blue-light:focus{ + .xl\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-bright-blue-dark:focus{ + .xl\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .xl\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .xl\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .xl\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .xl\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -132199,17 +135243,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-fog:focus{ + .xl\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-fog-light:focus{ + .xl\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .xl\:focus\:su-ring-fog-dark:focus{ + .xl\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -132536,21 +135580,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xl\:su-text-bright-blue{ + .xl\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xl\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xl\:su-text-bright-blue-light{ + .xl\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xl\:su-text-bright-blue-dark{ + .xl\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xl\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xl\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xl\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xl\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -132746,17 +135810,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xl\:su-text-fog{ + .xl\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xl\:su-text-fog-light{ + .xl\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xl\:su-text-fog-dark{ + .xl\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -132859,21 +135923,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-bright-blue{ + .su-group:hover .xl\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .xl\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .xl\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .xl\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .xl\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .xl\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -133069,17 +136153,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-fog{ + .su-group:hover .xl\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-fog-light{ + .su-group:hover .xl\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .xl\:group-hover\:su-text-fog-dark{ + .su-group:hover .xl\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -133182,21 +136266,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-bright-blue:focus-within{ + .xl\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xl\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-bright-blue-light:focus-within{ + .xl\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-bright-blue-dark:focus-within{ + .xl\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xl\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xl\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xl\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xl\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -133392,17 +136496,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-fog:focus-within{ + .xl\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-fog-light:focus-within{ + .xl\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xl\:focus-within\:su-text-fog-dark:focus-within{ + .xl\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -133505,21 +136609,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xl\:hover\:su-text-bright-blue:hover{ + .xl\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xl\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xl\:hover\:su-text-bright-blue-light:hover{ + .xl\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xl\:hover\:su-text-bright-blue-dark:hover{ + .xl\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xl\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xl\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xl\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xl\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -133715,17 +136839,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xl\:hover\:su-text-fog:hover{ + .xl\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xl\:hover\:su-text-fog-light:hover{ + .xl\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xl\:hover\:su-text-fog-dark:hover{ + .xl\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -133828,21 +136952,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .xl\:focus\:su-text-bright-blue:focus{ + .xl\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .xl\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .xl\:focus\:su-text-bright-blue-light:focus{ + .xl\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .xl\:focus\:su-text-bright-blue-dark:focus{ + .xl\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .xl\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .xl\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .xl\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .xl\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -134038,17 +137182,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .xl\:focus\:su-text-fog:focus{ + .xl\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .xl\:focus\:su-text-fog-light:focus{ + .xl\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .xl\:focus\:su-text-fog-dark:focus{ + .xl\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -139395,21 +142539,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .\32xl\:su-bg-bright-blue{ + .\32xl\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .\32xl\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .\32xl\:su-bg-bright-blue-light{ + .\32xl\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .\32xl\:su-bg-bright-blue-dark{ + .\32xl\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .\32xl\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .\32xl\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .\32xl\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .\32xl\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -139605,17 +142769,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .\32xl\:su-bg-fog{ + .\32xl\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .\32xl\:su-bg-fog-light{ + .\32xl\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .\32xl\:su-bg-fog-dark{ + .\32xl\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -139718,21 +142882,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-bright-blue{ + .su-group:hover .\32xl\:group-hover\:su-bg-digital-red-dark{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-bg-digital-blue{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-bright-blue-light{ + .su-group:hover .\32xl\:group-hover\:su-bg-digital-blue-light{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-bright-blue-dark{ + .su-group:hover .\32xl\:group-hover\:su-bg-digital-blue-dark{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .su-group:hover .\32xl\:group-hover\:su-bg-digital-green{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-bg-digital-green-light{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-bg-digital-green-dark{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .su-group:hover .\32xl\:group-hover\:su-bg-palo-alto{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -139928,17 +143112,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-fog{ + .su-group:hover .\32xl\:group-hover\:su-bg-foggy{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-fog-light{ + .su-group:hover .\32xl\:group-hover\:su-bg-foggy-light{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-bg-fog-dark{ + .su-group:hover .\32xl\:group-hover\:su-bg-foggy-dark{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -140041,21 +143225,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-bright-blue:focus-within{ + .\32xl\:focus-within\:su-bg-digital-red-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:su-bg-digital-blue:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-bright-blue-light:focus-within{ + .\32xl\:focus-within\:su-bg-digital-blue-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-bright-blue-dark:focus-within{ + .\32xl\:focus-within\:su-bg-digital-blue-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .\32xl\:focus-within\:su-bg-digital-green:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:su-bg-digital-green-light:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .\32xl\:focus-within\:su-bg-digital-green-dark:focus-within{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .\32xl\:focus-within\:su-bg-palo-alto:focus-within{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -140251,17 +143455,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-fog:focus-within{ + .\32xl\:focus-within\:su-bg-foggy:focus-within{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-fog-light:focus-within{ + .\32xl\:focus-within\:su-bg-foggy-light:focus-within{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .\32xl\:focus-within\:su-bg-fog-dark:focus-within{ + .\32xl\:focus-within\:su-bg-foggy-dark:focus-within{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -140364,21 +143568,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-bright-blue:hover{ + .\32xl\:hover\:su-bg-digital-red-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:su-bg-digital-blue:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-bright-blue-light:hover{ + .\32xl\:hover\:su-bg-digital-blue-light:hover{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-bright-blue-dark:hover{ + .\32xl\:hover\:su-bg-digital-blue-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .\32xl\:hover\:su-bg-digital-green:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:su-bg-digital-green-light:hover{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .\32xl\:hover\:su-bg-digital-green-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .\32xl\:hover\:su-bg-palo-alto:hover{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -140574,17 +143798,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-fog:hover{ + .\32xl\:hover\:su-bg-foggy:hover{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-fog-light:hover{ + .\32xl\:hover\:su-bg-foggy-light:hover{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .\32xl\:hover\:su-bg-fog-dark:hover{ + .\32xl\:hover\:su-bg-foggy-dark:hover{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -140687,21 +143911,41 @@ table tbody th{ background-color: rgba(236, 5, 19, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-bright-blue:focus{ + .\32xl\:focus\:su-bg-digital-red-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(130, 0, 0, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:su-bg-digital-blue:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 108, 184, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-bright-blue-light:focus{ + .\32xl\:focus\:su-bg-digital-blue-light:focus{ --tw-bg-opacity: 1; background-color: rgba(111, 195, 255, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-bright-blue-dark:focus{ + .\32xl\:focus\:su-bg-digital-blue-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(0, 84, 143, var(--tw-bg-opacity)); } + .\32xl\:focus\:su-bg-digital-green:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 133, 102, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:su-bg-digital-green-light:focus{ + --tw-bg-opacity: 1; + background-color: rgba(26, 236, 186, var(--tw-bg-opacity)); + } + + .\32xl\:focus\:su-bg-digital-green-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgba(0, 111, 84, var(--tw-bg-opacity)); + } + .\32xl\:focus\:su-bg-palo-alto:focus{ --tw-bg-opacity: 1; background-color: rgba(23, 94, 84, var(--tw-bg-opacity)); @@ -140897,17 +144141,17 @@ table tbody th{ background-color: rgba(84, 73, 72, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-fog:focus{ + .\32xl\:focus\:su-bg-foggy:focus{ --tw-bg-opacity: 1; background-color: rgba(127, 119, 118, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-fog-light:focus{ + .\32xl\:focus\:su-bg-foggy-light:focus{ --tw-bg-opacity: 1; background-color: rgba(244, 244, 244, var(--tw-bg-opacity)); } - .\32xl\:focus\:su-bg-fog-dark:focus{ + .\32xl\:focus\:su-bg-foggy-dark:focus{ --tw-bg-opacity: 1; background-color: rgba(182, 177, 169, var(--tw-bg-opacity)); } @@ -141060,21 +144304,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:su-from-bright-blue{ + .\32xl\:su-from-digital-red-dark{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:su-from-digital-blue{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:su-from-bright-blue-light{ + .\32xl\:su-from-digital-blue-light{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:su-from-bright-blue-dark{ - --tw-gradient-from: #00548f; + .\32xl\:su-from-digital-blue-dark{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .\32xl\:su-from-digital-green{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:su-from-digital-green-light{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:su-from-digital-green-dark{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .\32xl\:su-from-palo-alto{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -141270,17 +144534,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:su-from-fog{ + .\32xl\:su-from-foggy{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:su-from-fog-light{ + .\32xl\:su-from-foggy-light{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:su-from-fog-dark{ + .\32xl\:su-from-foggy-dark{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -141365,16 +144629,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:su-via-bright-blue{ + .\32xl\:su-via-digital-red-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:su-via-digital-blue{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:su-via-bright-blue-light{ + .\32xl\:su-via-digital-blue-light{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:su-via-bright-blue-dark{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .\32xl\:su-via-digital-blue-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .\32xl\:su-via-digital-green{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:su-via-digital-green-light{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:su-via-digital-green-dark{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .\32xl\:su-via-palo-alto{ @@ -141533,15 +144813,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:su-via-fog{ + .\32xl\:su-via-foggy{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:su-via-fog-light{ + .\32xl\:su-via-foggy-light{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:su-via-fog-dark{ + .\32xl\:su-via-foggy-dark{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -141625,16 +144905,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .\32xl\:su-to-bright-blue{ + .\32xl\:su-to-digital-red-dark{ + --tw-gradient-to: #820000; + } + + .\32xl\:su-to-digital-blue{ --tw-gradient-to: #006CB8; } - .\32xl\:su-to-bright-blue-light{ + .\32xl\:su-to-digital-blue-light{ --tw-gradient-to: #6FC3FF; } - .\32xl\:su-to-bright-blue-dark{ - --tw-gradient-to: #00548f; + .\32xl\:su-to-digital-blue-dark{ + --tw-gradient-to: #00548F; + } + + .\32xl\:su-to-digital-green{ + --tw-gradient-to: #008566; + } + + .\32xl\:su-to-digital-green-light{ + --tw-gradient-to: #1AECBA; + } + + .\32xl\:su-to-digital-green-dark{ + --tw-gradient-to: #006F54; } .\32xl\:su-to-palo-alto{ @@ -141793,15 +145089,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .\32xl\:su-to-fog{ + .\32xl\:su-to-foggy{ --tw-gradient-to: #7F7776; } - .\32xl\:su-to-fog-light{ + .\32xl\:su-to-foggy-light{ --tw-gradient-to: #F4F4F4; } - .\32xl\:su-to-fog-dark{ + .\32xl\:su-to-foggy-dark{ --tw-gradient-to: #B6B1A9; } @@ -141905,21 +145201,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:hover\:su-from-bright-blue:hover{ + .\32xl\:hover\:su-from-digital-red-dark:hover{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:hover\:su-from-digital-blue:hover{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:hover\:su-from-bright-blue-light:hover{ + .\32xl\:hover\:su-from-digital-blue-light:hover{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:hover\:su-from-bright-blue-dark:hover{ - --tw-gradient-from: #00548f; + .\32xl\:hover\:su-from-digital-blue-dark:hover{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .\32xl\:hover\:su-from-digital-green:hover{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:hover\:su-from-digital-green-light:hover{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:hover\:su-from-digital-green-dark:hover{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .\32xl\:hover\:su-from-palo-alto:hover{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -142115,17 +145431,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:hover\:su-from-fog:hover{ + .\32xl\:hover\:su-from-foggy:hover{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:hover\:su-from-fog-light:hover{ + .\32xl\:hover\:su-from-foggy-light:hover{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:hover\:su-from-fog-dark:hover{ + .\32xl\:hover\:su-from-foggy-dark:hover{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -142210,16 +145526,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:hover\:su-via-bright-blue:hover{ + .\32xl\:hover\:su-via-digital-red-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:hover\:su-via-digital-blue:hover{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:hover\:su-via-bright-blue-light:hover{ + .\32xl\:hover\:su-via-digital-blue-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:hover\:su-via-bright-blue-dark:hover{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .\32xl\:hover\:su-via-digital-blue-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .\32xl\:hover\:su-via-digital-green:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:hover\:su-via-digital-green-light:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:hover\:su-via-digital-green-dark:hover{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .\32xl\:hover\:su-via-palo-alto:hover{ @@ -142378,15 +145710,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:hover\:su-via-fog:hover{ + .\32xl\:hover\:su-via-foggy:hover{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:hover\:su-via-fog-light:hover{ + .\32xl\:hover\:su-via-foggy-light:hover{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:hover\:su-via-fog-dark:hover{ + .\32xl\:hover\:su-via-foggy-dark:hover{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -142470,16 +145802,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .\32xl\:hover\:su-to-bright-blue:hover{ + .\32xl\:hover\:su-to-digital-red-dark:hover{ + --tw-gradient-to: #820000; + } + + .\32xl\:hover\:su-to-digital-blue:hover{ --tw-gradient-to: #006CB8; } - .\32xl\:hover\:su-to-bright-blue-light:hover{ + .\32xl\:hover\:su-to-digital-blue-light:hover{ --tw-gradient-to: #6FC3FF; } - .\32xl\:hover\:su-to-bright-blue-dark:hover{ - --tw-gradient-to: #00548f; + .\32xl\:hover\:su-to-digital-blue-dark:hover{ + --tw-gradient-to: #00548F; + } + + .\32xl\:hover\:su-to-digital-green:hover{ + --tw-gradient-to: #008566; + } + + .\32xl\:hover\:su-to-digital-green-light:hover{ + --tw-gradient-to: #1AECBA; + } + + .\32xl\:hover\:su-to-digital-green-dark:hover{ + --tw-gradient-to: #006F54; } .\32xl\:hover\:su-to-palo-alto:hover{ @@ -142638,15 +145986,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .\32xl\:hover\:su-to-fog:hover{ + .\32xl\:hover\:su-to-foggy:hover{ --tw-gradient-to: #7F7776; } - .\32xl\:hover\:su-to-fog-light:hover{ + .\32xl\:hover\:su-to-foggy-light:hover{ --tw-gradient-to: #F4F4F4; } - .\32xl\:hover\:su-to-fog-dark:hover{ + .\32xl\:hover\:su-to-foggy-dark:hover{ --tw-gradient-to: #B6B1A9; } @@ -142750,21 +146098,41 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:focus\:su-from-bright-blue:focus{ + .\32xl\:focus\:su-from-digital-red-dark:focus{ + --tw-gradient-from: #820000; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:focus\:su-from-digital-blue:focus{ --tw-gradient-from: #006CB8; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:focus\:su-from-bright-blue-light:focus{ + .\32xl\:focus\:su-from-digital-blue-light:focus{ --tw-gradient-from: #6FC3FF; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:focus\:su-from-bright-blue-dark:focus{ - --tw-gradient-from: #00548f; + .\32xl\:focus\:su-from-digital-blue-dark:focus{ + --tw-gradient-from: #00548F; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 84, 143, 0)); } + .\32xl\:focus\:su-from-digital-green:focus{ + --tw-gradient-from: #008566; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:focus\:su-from-digital-green-light:focus{ + --tw-gradient-from: #1AECBA; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:focus\:su-from-digital-green-dark:focus{ + --tw-gradient-from: #006F54; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 111, 84, 0)); + } + .\32xl\:focus\:su-from-palo-alto:focus{ --tw-gradient-from: #175E54; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 94, 84, 0)); @@ -142960,17 +146328,17 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:focus\:su-from-fog:focus{ + .\32xl\:focus\:su-from-foggy:focus{ --tw-gradient-from: #7F7776; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:focus\:su-from-fog-light:focus{ + .\32xl\:focus\:su-from-foggy-light:focus{ --tw-gradient-from: #F4F4F4; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:focus\:su-from-fog-dark:focus{ + .\32xl\:focus\:su-from-foggy-dark:focus{ --tw-gradient-from: #B6B1A9; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -143055,16 +146423,32 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #EC0513, var(--tw-gradient-to, rgba(236, 5, 19, 0)); } - .\32xl\:focus\:su-via-bright-blue:focus{ + .\32xl\:focus\:su-via-digital-red-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #820000, var(--tw-gradient-to, rgba(130, 0, 0, 0)); + } + + .\32xl\:focus\:su-via-digital-blue:focus{ --tw-gradient-stops: var(--tw-gradient-from), #006CB8, var(--tw-gradient-to, rgba(0, 108, 184, 0)); } - .\32xl\:focus\:su-via-bright-blue-light:focus{ + .\32xl\:focus\:su-via-digital-blue-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #6FC3FF, var(--tw-gradient-to, rgba(111, 195, 255, 0)); } - .\32xl\:focus\:su-via-bright-blue-dark:focus{ - --tw-gradient-stops: var(--tw-gradient-from), #00548f, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + .\32xl\:focus\:su-via-digital-blue-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #00548F, var(--tw-gradient-to, rgba(0, 84, 143, 0)); + } + + .\32xl\:focus\:su-via-digital-green:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #008566, var(--tw-gradient-to, rgba(0, 133, 102, 0)); + } + + .\32xl\:focus\:su-via-digital-green-light:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #1AECBA, var(--tw-gradient-to, rgba(26, 236, 186, 0)); + } + + .\32xl\:focus\:su-via-digital-green-dark:focus{ + --tw-gradient-stops: var(--tw-gradient-from), #006F54, var(--tw-gradient-to, rgba(0, 111, 84, 0)); } .\32xl\:focus\:su-via-palo-alto:focus{ @@ -143223,15 +146607,15 @@ table tbody th{ --tw-gradient-stops: var(--tw-gradient-from), #544948, var(--tw-gradient-to, rgba(84, 73, 72, 0)); } - .\32xl\:focus\:su-via-fog:focus{ + .\32xl\:focus\:su-via-foggy:focus{ --tw-gradient-stops: var(--tw-gradient-from), #7F7776, var(--tw-gradient-to, rgba(127, 119, 118, 0)); } - .\32xl\:focus\:su-via-fog-light:focus{ + .\32xl\:focus\:su-via-foggy-light:focus{ --tw-gradient-stops: var(--tw-gradient-from), #F4F4F4, var(--tw-gradient-to, rgba(244, 244, 244, 0)); } - .\32xl\:focus\:su-via-fog-dark:focus{ + .\32xl\:focus\:su-via-foggy-dark:focus{ --tw-gradient-stops: var(--tw-gradient-from), #B6B1A9, var(--tw-gradient-to, rgba(182, 177, 169, 0)); } @@ -143315,16 +146699,32 @@ table tbody th{ --tw-gradient-to: #EC0513; } - .\32xl\:focus\:su-to-bright-blue:focus{ + .\32xl\:focus\:su-to-digital-red-dark:focus{ + --tw-gradient-to: #820000; + } + + .\32xl\:focus\:su-to-digital-blue:focus{ --tw-gradient-to: #006CB8; } - .\32xl\:focus\:su-to-bright-blue-light:focus{ + .\32xl\:focus\:su-to-digital-blue-light:focus{ --tw-gradient-to: #6FC3FF; } - .\32xl\:focus\:su-to-bright-blue-dark:focus{ - --tw-gradient-to: #00548f; + .\32xl\:focus\:su-to-digital-blue-dark:focus{ + --tw-gradient-to: #00548F; + } + + .\32xl\:focus\:su-to-digital-green:focus{ + --tw-gradient-to: #008566; + } + + .\32xl\:focus\:su-to-digital-green-light:focus{ + --tw-gradient-to: #1AECBA; + } + + .\32xl\:focus\:su-to-digital-green-dark:focus{ + --tw-gradient-to: #006F54; } .\32xl\:focus\:su-to-palo-alto:focus{ @@ -143483,15 +146883,15 @@ table tbody th{ --tw-gradient-to: #544948; } - .\32xl\:focus\:su-to-fog:focus{ + .\32xl\:focus\:su-to-foggy:focus{ --tw-gradient-to: #7F7776; } - .\32xl\:focus\:su-to-fog-light:focus{ + .\32xl\:focus\:su-to-foggy-light:focus{ --tw-gradient-to: #F4F4F4; } - .\32xl\:focus\:su-to-fog-dark:focus{ + .\32xl\:focus\:su-to-foggy-dark:focus{ --tw-gradient-to: #B6B1A9; } @@ -143947,16 +147347,32 @@ table tbody th{ border-color: #EC0513; } - .\32xl\:su-border-bright-blue{ + .\32xl\:su-border-digital-red-dark{ + border-color: #820000; + } + + .\32xl\:su-border-digital-blue{ border-color: #006CB8; } - .\32xl\:su-border-bright-blue-light{ + .\32xl\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .\32xl\:su-border-bright-blue-dark{ - border-color: #00548f; + .\32xl\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .\32xl\:su-border-digital-green{ + border-color: #008566; + } + + .\32xl\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .\32xl\:su-border-digital-green-dark{ + border-color: #006F54; } .\32xl\:su-border-palo-alto{ @@ -144115,15 +147531,15 @@ table tbody th{ border-color: #544948; } - .\32xl\:su-border-fog{ + .\32xl\:su-border-foggy{ border-color: #7F7776; } - .\32xl\:su-border-fog-light{ + .\32xl\:su-border-foggy-light{ border-color: #F4F4F4; } - .\32xl\:su-border-fog-dark{ + .\32xl\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -144207,16 +147623,32 @@ table tbody th{ border-color: #EC0513; } - .su-group:hover .\32xl\:group-hover\:su-border-bright-blue{ + .su-group:hover .\32xl\:group-hover\:su-border-digital-red-dark{ + border-color: #820000; + } + + .su-group:hover .\32xl\:group-hover\:su-border-digital-blue{ border-color: #006CB8; } - .su-group:hover .\32xl\:group-hover\:su-border-bright-blue-light{ + .su-group:hover .\32xl\:group-hover\:su-border-digital-blue-light{ border-color: #6FC3FF; } - .su-group:hover .\32xl\:group-hover\:su-border-bright-blue-dark{ - border-color: #00548f; + .su-group:hover .\32xl\:group-hover\:su-border-digital-blue-dark{ + border-color: #00548F; + } + + .su-group:hover .\32xl\:group-hover\:su-border-digital-green{ + border-color: #008566; + } + + .su-group:hover .\32xl\:group-hover\:su-border-digital-green-light{ + border-color: #1AECBA; + } + + .su-group:hover .\32xl\:group-hover\:su-border-digital-green-dark{ + border-color: #006F54; } .su-group:hover .\32xl\:group-hover\:su-border-palo-alto{ @@ -144375,15 +147807,15 @@ table tbody th{ border-color: #544948; } - .su-group:hover .\32xl\:group-hover\:su-border-fog{ + .su-group:hover .\32xl\:group-hover\:su-border-foggy{ border-color: #7F7776; } - .su-group:hover .\32xl\:group-hover\:su-border-fog-light{ + .su-group:hover .\32xl\:group-hover\:su-border-foggy-light{ border-color: #F4F4F4; } - .su-group:hover .\32xl\:group-hover\:su-border-fog-dark{ + .su-group:hover .\32xl\:group-hover\:su-border-foggy-dark{ border-color: #B6B1A9; } @@ -144467,16 +147899,32 @@ table tbody th{ border-color: #EC0513; } - .\32xl\:focus-within\:su-border-bright-blue:focus-within{ + .\32xl\:focus-within\:su-border-digital-red-dark:focus-within{ + border-color: #820000; + } + + .\32xl\:focus-within\:su-border-digital-blue:focus-within{ border-color: #006CB8; } - .\32xl\:focus-within\:su-border-bright-blue-light:focus-within{ + .\32xl\:focus-within\:su-border-digital-blue-light:focus-within{ border-color: #6FC3FF; } - .\32xl\:focus-within\:su-border-bright-blue-dark:focus-within{ - border-color: #00548f; + .\32xl\:focus-within\:su-border-digital-blue-dark:focus-within{ + border-color: #00548F; + } + + .\32xl\:focus-within\:su-border-digital-green:focus-within{ + border-color: #008566; + } + + .\32xl\:focus-within\:su-border-digital-green-light:focus-within{ + border-color: #1AECBA; + } + + .\32xl\:focus-within\:su-border-digital-green-dark:focus-within{ + border-color: #006F54; } .\32xl\:focus-within\:su-border-palo-alto:focus-within{ @@ -144635,15 +148083,15 @@ table tbody th{ border-color: #544948; } - .\32xl\:focus-within\:su-border-fog:focus-within{ + .\32xl\:focus-within\:su-border-foggy:focus-within{ border-color: #7F7776; } - .\32xl\:focus-within\:su-border-fog-light:focus-within{ + .\32xl\:focus-within\:su-border-foggy-light:focus-within{ border-color: #F4F4F4; } - .\32xl\:focus-within\:su-border-fog-dark:focus-within{ + .\32xl\:focus-within\:su-border-foggy-dark:focus-within{ border-color: #B6B1A9; } @@ -144727,16 +148175,32 @@ table tbody th{ border-color: #EC0513; } - .\32xl\:hover\:su-border-bright-blue:hover{ + .\32xl\:hover\:su-border-digital-red-dark:hover{ + border-color: #820000; + } + + .\32xl\:hover\:su-border-digital-blue:hover{ border-color: #006CB8; } - .\32xl\:hover\:su-border-bright-blue-light:hover{ + .\32xl\:hover\:su-border-digital-blue-light:hover{ border-color: #6FC3FF; } - .\32xl\:hover\:su-border-bright-blue-dark:hover{ - border-color: #00548f; + .\32xl\:hover\:su-border-digital-blue-dark:hover{ + border-color: #00548F; + } + + .\32xl\:hover\:su-border-digital-green:hover{ + border-color: #008566; + } + + .\32xl\:hover\:su-border-digital-green-light:hover{ + border-color: #1AECBA; + } + + .\32xl\:hover\:su-border-digital-green-dark:hover{ + border-color: #006F54; } .\32xl\:hover\:su-border-palo-alto:hover{ @@ -144895,15 +148359,15 @@ table tbody th{ border-color: #544948; } - .\32xl\:hover\:su-border-fog:hover{ + .\32xl\:hover\:su-border-foggy:hover{ border-color: #7F7776; } - .\32xl\:hover\:su-border-fog-light:hover{ + .\32xl\:hover\:su-border-foggy-light:hover{ border-color: #F4F4F4; } - .\32xl\:hover\:su-border-fog-dark:hover{ + .\32xl\:hover\:su-border-foggy-dark:hover{ border-color: #B6B1A9; } @@ -144987,16 +148451,32 @@ table tbody th{ border-color: #EC0513; } - .\32xl\:focus\:su-border-bright-blue:focus{ + .\32xl\:focus\:su-border-digital-red-dark:focus{ + border-color: #820000; + } + + .\32xl\:focus\:su-border-digital-blue:focus{ border-color: #006CB8; } - .\32xl\:focus\:su-border-bright-blue-light:focus{ + .\32xl\:focus\:su-border-digital-blue-light:focus{ border-color: #6FC3FF; } - .\32xl\:focus\:su-border-bright-blue-dark:focus{ - border-color: #00548f; + .\32xl\:focus\:su-border-digital-blue-dark:focus{ + border-color: #00548F; + } + + .\32xl\:focus\:su-border-digital-green:focus{ + border-color: #008566; + } + + .\32xl\:focus\:su-border-digital-green-light:focus{ + border-color: #1AECBA; + } + + .\32xl\:focus\:su-border-digital-green-dark:focus{ + border-color: #006F54; } .\32xl\:focus\:su-border-palo-alto:focus{ @@ -145155,15 +148635,15 @@ table tbody th{ border-color: #544948; } - .\32xl\:focus\:su-border-fog:focus{ + .\32xl\:focus\:su-border-foggy:focus{ border-color: #7F7776; } - .\32xl\:focus\:su-border-fog-light:focus{ + .\32xl\:focus\:su-border-foggy-light:focus{ border-color: #F4F4F4; } - .\32xl\:focus\:su-border-fog-dark:focus{ + .\32xl\:focus\:su-border-foggy-dark:focus{ border-color: #B6B1A9; } @@ -153596,16 +157076,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .\32xl\:su-ring-offset-bright-blue{ + .\32xl\:su-ring-offset-digital-red-dark{ + --tw-ring-offset-color: #820000; + } + + .\32xl\:su-ring-offset-digital-blue{ --tw-ring-offset-color: #006CB8; } - .\32xl\:su-ring-offset-bright-blue-light{ + .\32xl\:su-ring-offset-digital-blue-light{ --tw-ring-offset-color: #6FC3FF; } - .\32xl\:su-ring-offset-bright-blue-dark{ - --tw-ring-offset-color: #00548f; + .\32xl\:su-ring-offset-digital-blue-dark{ + --tw-ring-offset-color: #00548F; + } + + .\32xl\:su-ring-offset-digital-green{ + --tw-ring-offset-color: #008566; + } + + .\32xl\:su-ring-offset-digital-green-light{ + --tw-ring-offset-color: #1AECBA; + } + + .\32xl\:su-ring-offset-digital-green-dark{ + --tw-ring-offset-color: #006F54; } .\32xl\:su-ring-offset-palo-alto{ @@ -153764,15 +157260,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .\32xl\:su-ring-offset-fog{ + .\32xl\:su-ring-offset-foggy{ --tw-ring-offset-color: #7F7776; } - .\32xl\:su-ring-offset-fog-light{ + .\32xl\:su-ring-offset-foggy-light{ --tw-ring-offset-color: #F4F4F4; } - .\32xl\:su-ring-offset-fog-dark{ + .\32xl\:su-ring-offset-foggy-dark{ --tw-ring-offset-color: #B6B1A9; } @@ -153856,16 +157352,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .\32xl\:focus-within\:su-ring-offset-bright-blue:focus-within{ + .\32xl\:focus-within\:su-ring-offset-digital-red-dark:focus-within{ + --tw-ring-offset-color: #820000; + } + + .\32xl\:focus-within\:su-ring-offset-digital-blue:focus-within{ --tw-ring-offset-color: #006CB8; } - .\32xl\:focus-within\:su-ring-offset-bright-blue-light:focus-within{ + .\32xl\:focus-within\:su-ring-offset-digital-blue-light:focus-within{ --tw-ring-offset-color: #6FC3FF; } - .\32xl\:focus-within\:su-ring-offset-bright-blue-dark:focus-within{ - --tw-ring-offset-color: #00548f; + .\32xl\:focus-within\:su-ring-offset-digital-blue-dark:focus-within{ + --tw-ring-offset-color: #00548F; + } + + .\32xl\:focus-within\:su-ring-offset-digital-green:focus-within{ + --tw-ring-offset-color: #008566; + } + + .\32xl\:focus-within\:su-ring-offset-digital-green-light:focus-within{ + --tw-ring-offset-color: #1AECBA; + } + + .\32xl\:focus-within\:su-ring-offset-digital-green-dark:focus-within{ + --tw-ring-offset-color: #006F54; } .\32xl\:focus-within\:su-ring-offset-palo-alto:focus-within{ @@ -154024,15 +157536,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .\32xl\:focus-within\:su-ring-offset-fog:focus-within{ + .\32xl\:focus-within\:su-ring-offset-foggy:focus-within{ --tw-ring-offset-color: #7F7776; } - .\32xl\:focus-within\:su-ring-offset-fog-light:focus-within{ + .\32xl\:focus-within\:su-ring-offset-foggy-light:focus-within{ --tw-ring-offset-color: #F4F4F4; } - .\32xl\:focus-within\:su-ring-offset-fog-dark:focus-within{ + .\32xl\:focus-within\:su-ring-offset-foggy-dark:focus-within{ --tw-ring-offset-color: #B6B1A9; } @@ -154116,16 +157628,32 @@ table tbody th{ --tw-ring-offset-color: #EC0513; } - .\32xl\:focus\:su-ring-offset-bright-blue:focus{ + .\32xl\:focus\:su-ring-offset-digital-red-dark:focus{ + --tw-ring-offset-color: #820000; + } + + .\32xl\:focus\:su-ring-offset-digital-blue:focus{ --tw-ring-offset-color: #006CB8; } - .\32xl\:focus\:su-ring-offset-bright-blue-light:focus{ + .\32xl\:focus\:su-ring-offset-digital-blue-light:focus{ --tw-ring-offset-color: #6FC3FF; } - .\32xl\:focus\:su-ring-offset-bright-blue-dark:focus{ - --tw-ring-offset-color: #00548f; + .\32xl\:focus\:su-ring-offset-digital-blue-dark:focus{ + --tw-ring-offset-color: #00548F; + } + + .\32xl\:focus\:su-ring-offset-digital-green:focus{ + --tw-ring-offset-color: #008566; + } + + .\32xl\:focus\:su-ring-offset-digital-green-light:focus{ + --tw-ring-offset-color: #1AECBA; + } + + .\32xl\:focus\:su-ring-offset-digital-green-dark:focus{ + --tw-ring-offset-color: #006F54; } .\32xl\:focus\:su-ring-offset-palo-alto:focus{ @@ -154284,15 +157812,15 @@ table tbody th{ --tw-ring-offset-color: #544948; } - .\32xl\:focus\:su-ring-offset-fog:focus{ + .\32xl\:focus\:su-ring-offset-foggy:focus{ --tw-ring-offset-color: #7F7776; } - .\32xl\:focus\:su-ring-offset-fog-light:focus{ + .\32xl\:focus\:su-ring-offset-foggy-light:focus{ --tw-ring-offset-color: #F4F4F4; } - .\32xl\:focus\:su-ring-offset-fog-dark:focus{ + .\32xl\:focus\:su-ring-offset-foggy-dark:focus{ --tw-ring-offset-color: #B6B1A9; } @@ -154454,21 +157982,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .\32xl\:su-ring-bright-blue{ + .\32xl\:su-ring-digital-red-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .\32xl\:su-ring-digital-blue{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .\32xl\:su-ring-bright-blue-light{ + .\32xl\:su-ring-digital-blue-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .\32xl\:su-ring-bright-blue-dark{ + .\32xl\:su-ring-digital-blue-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .\32xl\:su-ring-digital-green{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .\32xl\:su-ring-digital-green-light{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .\32xl\:su-ring-digital-green-dark{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .\32xl\:su-ring-palo-alto{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -154664,17 +158212,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .\32xl\:su-ring-fog{ + .\32xl\:su-ring-foggy{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .\32xl\:su-ring-fog-light{ + .\32xl\:su-ring-foggy-light{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .\32xl\:su-ring-fog-dark{ + .\32xl\:su-ring-foggy-dark{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -154777,21 +158325,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-bright-blue:focus-within{ + .\32xl\:focus-within\:su-ring-digital-red-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:su-ring-digital-blue:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-bright-blue-light:focus-within{ + .\32xl\:focus-within\:su-ring-digital-blue-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-bright-blue-dark:focus-within{ + .\32xl\:focus-within\:su-ring-digital-blue-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .\32xl\:focus-within\:su-ring-digital-green:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:su-ring-digital-green-light:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .\32xl\:focus-within\:su-ring-digital-green-dark:focus-within{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .\32xl\:focus-within\:su-ring-palo-alto:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -154987,17 +158555,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-fog:focus-within{ + .\32xl\:focus-within\:su-ring-foggy:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-fog-light:focus-within{ + .\32xl\:focus-within\:su-ring-foggy-light:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .\32xl\:focus-within\:su-ring-fog-dark:focus-within{ + .\32xl\:focus-within\:su-ring-foggy-dark:focus-within{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -155100,21 +158668,41 @@ table tbody th{ --tw-ring-color: rgba(236, 5, 19, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-bright-blue:focus{ + .\32xl\:focus\:su-ring-digital-red-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(130, 0, 0, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:su-ring-digital-blue:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 108, 184, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-bright-blue-light:focus{ + .\32xl\:focus\:su-ring-digital-blue-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(111, 195, 255, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-bright-blue-dark:focus{ + .\32xl\:focus\:su-ring-digital-blue-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(0, 84, 143, var(--tw-ring-opacity)); } + .\32xl\:focus\:su-ring-digital-green:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 133, 102, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:su-ring-digital-green-light:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(26, 236, 186, var(--tw-ring-opacity)); + } + + .\32xl\:focus\:su-ring-digital-green-dark:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgba(0, 111, 84, var(--tw-ring-opacity)); + } + .\32xl\:focus\:su-ring-palo-alto:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(23, 94, 84, var(--tw-ring-opacity)); @@ -155310,17 +158898,17 @@ table tbody th{ --tw-ring-color: rgba(84, 73, 72, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-fog:focus{ + .\32xl\:focus\:su-ring-foggy:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(127, 119, 118, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-fog-light:focus{ + .\32xl\:focus\:su-ring-foggy-light:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)); } - .\32xl\:focus\:su-ring-fog-dark:focus{ + .\32xl\:focus\:su-ring-foggy-dark:focus{ --tw-ring-opacity: 1; --tw-ring-color: rgba(182, 177, 169, var(--tw-ring-opacity)); } @@ -155647,21 +159235,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .\32xl\:su-text-bright-blue{ + .\32xl\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .\32xl\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .\32xl\:su-text-bright-blue-light{ + .\32xl\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .\32xl\:su-text-bright-blue-dark{ + .\32xl\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .\32xl\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .\32xl\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .\32xl\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .\32xl\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -155857,17 +159465,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .\32xl\:su-text-fog{ + .\32xl\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .\32xl\:su-text-fog-light{ + .\32xl\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .\32xl\:su-text-fog-dark{ + .\32xl\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -155970,21 +159578,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-bright-blue{ + .su-group:hover .\32xl\:group-hover\:su-text-digital-red-dark{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-text-digital-blue{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-bright-blue-light{ + .su-group:hover .\32xl\:group-hover\:su-text-digital-blue-light{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-bright-blue-dark{ + .su-group:hover .\32xl\:group-hover\:su-text-digital-blue-dark{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .su-group:hover .\32xl\:group-hover\:su-text-digital-green{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-text-digital-green-light{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .su-group:hover .\32xl\:group-hover\:su-text-digital-green-dark{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .su-group:hover .\32xl\:group-hover\:su-text-palo-alto{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -156180,17 +159808,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-fog{ + .su-group:hover .\32xl\:group-hover\:su-text-foggy{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-fog-light{ + .su-group:hover .\32xl\:group-hover\:su-text-foggy-light{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .su-group:hover .\32xl\:group-hover\:su-text-fog-dark{ + .su-group:hover .\32xl\:group-hover\:su-text-foggy-dark{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -156293,21 +159921,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-bright-blue:focus-within{ + .\32xl\:focus-within\:su-text-digital-red-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:su-text-digital-blue:focus-within{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-bright-blue-light:focus-within{ + .\32xl\:focus-within\:su-text-digital-blue-light:focus-within{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-bright-blue-dark:focus-within{ + .\32xl\:focus-within\:su-text-digital-blue-dark:focus-within{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .\32xl\:focus-within\:su-text-digital-green:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:su-text-digital-green-light:focus-within{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .\32xl\:focus-within\:su-text-digital-green-dark:focus-within{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .\32xl\:focus-within\:su-text-palo-alto:focus-within{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -156503,17 +160151,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-fog:focus-within{ + .\32xl\:focus-within\:su-text-foggy:focus-within{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-fog-light:focus-within{ + .\32xl\:focus-within\:su-text-foggy-light:focus-within{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .\32xl\:focus-within\:su-text-fog-dark:focus-within{ + .\32xl\:focus-within\:su-text-foggy-dark:focus-within{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -156616,21 +160264,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-bright-blue:hover{ + .\32xl\:hover\:su-text-digital-red-dark:hover{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .\32xl\:hover\:su-text-digital-blue:hover{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-bright-blue-light:hover{ + .\32xl\:hover\:su-text-digital-blue-light:hover{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-bright-blue-dark:hover{ + .\32xl\:hover\:su-text-digital-blue-dark:hover{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .\32xl\:hover\:su-text-digital-green:hover{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .\32xl\:hover\:su-text-digital-green-light:hover{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .\32xl\:hover\:su-text-digital-green-dark:hover{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .\32xl\:hover\:su-text-palo-alto:hover{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -156826,17 +160494,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-fog:hover{ + .\32xl\:hover\:su-text-foggy:hover{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-fog-light:hover{ + .\32xl\:hover\:su-text-foggy-light:hover{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .\32xl\:hover\:su-text-fog-dark:hover{ + .\32xl\:hover\:su-text-foggy-dark:hover{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } @@ -156939,21 +160607,41 @@ table tbody th{ color: rgba(236, 5, 19, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-bright-blue:focus{ + .\32xl\:focus\:su-text-digital-red-dark:focus{ + --tw-text-opacity: 1; + color: rgba(130, 0, 0, var(--tw-text-opacity)); + } + + .\32xl\:focus\:su-text-digital-blue:focus{ --tw-text-opacity: 1; color: rgba(0, 108, 184, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-bright-blue-light:focus{ + .\32xl\:focus\:su-text-digital-blue-light:focus{ --tw-text-opacity: 1; color: rgba(111, 195, 255, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-bright-blue-dark:focus{ + .\32xl\:focus\:su-text-digital-blue-dark:focus{ --tw-text-opacity: 1; color: rgba(0, 84, 143, var(--tw-text-opacity)); } + .\32xl\:focus\:su-text-digital-green:focus{ + --tw-text-opacity: 1; + color: rgba(0, 133, 102, var(--tw-text-opacity)); + } + + .\32xl\:focus\:su-text-digital-green-light:focus{ + --tw-text-opacity: 1; + color: rgba(26, 236, 186, var(--tw-text-opacity)); + } + + .\32xl\:focus\:su-text-digital-green-dark:focus{ + --tw-text-opacity: 1; + color: rgba(0, 111, 84, var(--tw-text-opacity)); + } + .\32xl\:focus\:su-text-palo-alto:focus{ --tw-text-opacity: 1; color: rgba(23, 94, 84, var(--tw-text-opacity)); @@ -157149,17 +160837,17 @@ table tbody th{ color: rgba(84, 73, 72, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-fog:focus{ + .\32xl\:focus\:su-text-foggy:focus{ --tw-text-opacity: 1; color: rgba(127, 119, 118, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-fog-light:focus{ + .\32xl\:focus\:su-text-foggy-light:focus{ --tw-text-opacity: 1; color: rgba(244, 244, 244, var(--tw-text-opacity)); } - .\32xl\:focus\:su-text-fog-dark:focus{ + .\32xl\:focus\:su-text-foggy-dark:focus{ --tw-text-opacity: 1; color: rgba(182, 177, 169, var(--tw-text-opacity)); } diff --git a/package-lock.json b/package-lock.json index 754688486..73fb45a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "decanter", "version": "7.0.0-dev", "license": "MIT", "dependencies": { diff --git a/src/plugins/base/base.js b/src/plugins/base/base.js index 7a07b59b1..e97ba505c 100644 --- a/src/plugins/base/base.js +++ b/src/plugins/base/base.js @@ -224,7 +224,7 @@ module.exports = function () { '&::before': { background: config('theme.colors.white'), borderRadius: '3px', - boxShadow: '0 0 0 1px ' + config('theme.colors.fog.dark'), + boxShadow: '0 0 0 1px ' + config('theme.colors.foggy.dark'), content: '""', display: 'inline-block', height: '1.8rem', @@ -288,14 +288,14 @@ module.exports = function () { }, '[type="range"]::-webkit-slider-runnable-track': { background: config('theme.colors.cool-grey'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), cursor: 'pointer', height: '1.2rem', width: '100%', }, '[type="range"]::-moz-range-track': { background: config('theme.colors.cardinal-red.DEFAULT'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), cursor: 'pointer', height: '1.2rem', width: '100%', @@ -309,7 +309,7 @@ module.exports = function () { }, '[type="range"]::-webkit-slider-thumb': { '-webkit-appearance': 'none', - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), height: '2.2rem', borderRadius: '1.5rem', background: config('theme.colors.cool-grey'), @@ -319,7 +319,7 @@ module.exports = function () { }, '[type="range"]::-moz-range-thumb': { background: config('theme.colors.cool-grey'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), borderRadius: '1.5rem', cursor: 'pointer', height: '2.2rem', @@ -327,7 +327,7 @@ module.exports = function () { }, '[type="range"]::-ms-thumb': { background: config('theme.colors.cool-grey'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), borderRadius: '1.5rem', cursor: 'pointer', height: '2.2rem', @@ -335,28 +335,28 @@ module.exports = function () { }, '[type="range"]::-ms-fill-lower': { background: config('theme.colors.cool-grey'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), borderRadius: '2rem', }, '[type="range"]::-ms-fill-upper': { background: config('theme.colors.cool-grey'), - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), borderRadius: '2rem', }, '[type="range"]:focus::-webkit-slider-thumb': { - border: '2px solid ' + config('theme.colors.fog.dark'), + border: '2px solid ' + config('theme.colors.foggy.dark'), }, '[type="range"]:focus::-moz-range-thumb': { - border: '2px solid ' + config('theme.colors.fog.dark'), + border: '2px solid ' + config('theme.colors.foggy.dark'), }, '[type="range"]:focus::-ms-thumb': { - border: '2px solid ' + config('theme.colors.fog.dark'), + border: '2px solid ' + config('theme.colors.foggy.dark'), }, // // LINKS // ----------------------------------------------------------------------- 'a': { - color: config('theme.colors.bright-blue.DEFAULT'), + color: config('theme.colors.digital-blue.DEFAULT'), textDecoration: 'underline', fontWeight: config('theme.fontWeight.semibold'), '&:hover, &:focus, &:active': { @@ -388,11 +388,11 @@ module.exports = function () { minWidth: '100%', 'th': { padding: '1.5rem', - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), }, 'td': { padding: '1.5rem', - border: '1px solid ' + config('theme.colors.fog.dark'), + border: '1px solid ' + config('theme.colors.foggy.dark'), }, 'th': { backgroundColor: config('theme.colors.stone.light'), diff --git a/src/plugins/components/alert/alert.js b/src/plugins/components/alert/alert.js index 7a5c924fc..10304de2a 100644 --- a/src/plugins/components/alert/alert.js +++ b/src/plugins/components/alert/alert.js @@ -7,7 +7,7 @@ module.exports = function () { const alert = { '.alert': { padding: '2rem', - backgroundColor: theme('colors.fog.light'), + backgroundColor: theme('colors.foggy.light'), backgroundRepeat: 'no-repeat', backgroundSize: '4rem', color: theme('colors.black.DEFAULT') diff --git a/src/plugins/theme/colors.js b/src/plugins/theme/colors.js index 80cdb19d5..38ada0cbb 100644 --- a/src/plugins/theme/colors.js +++ b/src/plugins/theme/colors.js @@ -27,12 +27,18 @@ module.exports = function () { }, 'digital-red': { DEFAULT: '#B1040E', // Same as old Bright Red - light: '#EC0513' // Same as old Vivid Red + light: '#EC0513', // Same as old Vivid Red + dark: '#820000' // Same as Dark Cardinal Red }, - 'bright-blue': { // Link colors + 'digital-blue': { // Link colors DEFAULT: '#006CB8', light: '#6FC3FF', - dark: '#00548f' + dark: '#00548F' + }, + 'digital-green': { + DEFAULT: '#008566', + light: '#1AECBA', + dark: '#006F54' }, 'palo-alto': { DEFAULT: '#175E54', @@ -44,7 +50,7 @@ module.exports = function () { light: '#59B3A9', dark: '#017E7C' }, - 'olive': { + olive: { DEFAULT: '#8F993E', light: '#A6B168', dark: '#7A863B' @@ -99,7 +105,7 @@ module.exports = function () { light: '#D4D1D1', dark: '#544948' // Same as old Stone }, - fog: { + foggy: { DEFAULT: '#7F7776', light: '#F4F4F4', // Same as old Fog dark: '#B6B1A9' // Same as old Driftwood