.layout{display:flex;height:100vh;width:100vw;background-color:#fef8ed;color:#111;font-family:system-ui,sans-serif}.sidebar{width:260px;background-color:#fef8ed;color:#171717;display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid #dddcdb}.sidebar-header{padding:16px;font-size:1.25rem;font-weight:600;display:flex;justify-content:flex-start}.sidebar-header img{width:50%;align-self:center}.sidebar-nav{flex:1;padding:16px;display:flex;flex-direction:column;gap:8px}.sidebar-nav a{display:flex;align-items:center;text-decoration:none;color:#171717;padding:8px 12px;border-radius:75px;transition:background-color .2s ease,color .2s ease}.sidebar-nav a img{width:24px;height:24px;margin-right:8px;filter:brightness(0);transition:filter .2s ease}.sidebar-nav a.active,.sidebar-nav a.active-sidebar-option{background-color:#6c19ae;color:#fff!important}.sidebar-nav a.active img,.sidebar-nav a.active-sidebar-option img{filter:brightness(0) invert(1)}.sidebar-nav a:hover{background-color:#6c19ae;color:#fff}.sidebar-nav a:hover img{filter:brightness(0) invert(1)}.sidebar-footer{padding:12px 0;font-size:.875rem}.sidebar-footer .sidebar-nav{padding:0 16px}.main-area{display:flex;flex-direction:column;flex:1;min-width:0}.header{height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 2px #0000000d;background-color:#fef8ed}.header-title{font-size:1.1rem;font-weight:600}.header-right{display:flex;justify-content:center;align-items:center;gap:16px;padding-right:80px}.logout-button{display:flex;align-items:center;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit;width:100%;text-align:left;color:#171717;padding:8px 12px;border-radius:75px;transition:background-color .2s ease,color .2s ease}.logout-button img{width:24px;height:24px;margin-right:8px;filter:brightness(0)}.logout-button:hover{background-color:#6c19ae;color:#fff}.logout-button:hover img{filter:brightness(0) invert(1)}.notification-bell-wrapper{background-color:#fef8ed;padding:10px;border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;border:none;cursor:pointer;transition:background-color .2s ease}.notification-bell-wrapper:hover{background-color:#f5eedf}.notification-bell-wrapper img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.notification-badge{position:absolute;top:2px;right:2px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.header-profile-container{width:40px;height:40px;border-radius:50%;position:relative;flex-shrink:0;overflow:hidden;align-self:center}.header-profile-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-profile-placeholder{width:40px;height:40px;border-radius:50%;background-color:#9a23f8;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;align-self:center}.header-profile-initials{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1}.content{flex:1;overflow-y:auto;padding:24px;background-color:#fef8ed}.content.no-padding{padding:0;overflow:hidden;display:flex;flex-direction:column}.footer{height:48px;background-color:#fef8ed;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#525252;padding:10px 80px}.appstores{display:flex;justify-content:space-evenly;align-items:center;gap:20px;font-weight:700;color:#171717;font-size:16px}.appstore-icon{height:36px;-o-object-fit:contain;object-fit:contain}.hamburger-button{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;flex-shrink:0}.hamburger-button span{display:block;width:22px;height:2px;background-color:#171717;border-radius:2px}.sidebar-close-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;align-items:center;justify-content:center;margin-left:auto}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99}.sidebar-overlay.visible{display:block}.sidebar-nav a,.logout-button{gap:8px}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100%;z-index:100;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.sidebar.open{transform:translate(0);box-shadow:4px 0 16px #00000026}.sidebar-overlay{display:none}.sidebar-overlay.visible{display:block}.hamburger-button,.sidebar-close-btn{display:flex}.main-area{width:100%}.header{padding:0 16px;gap:8px}.header-right{padding-right:0;gap:8px}.footer{height:auto;padding:12px 16px;flex-direction:column;align-items:center;text-align:center;gap:8px}.content{padding:16px}.sidebar-nav a,.logout-button{padding:12px 16px;min-height:44px}}@media (max-width: 480px){.search-bar{display:none}}.sidebar-nav a:focus-visible,.logout-button:focus-visible,.notification-bell-wrapper:focus-visible,.hamburger-button:focus-visible,.sidebar-close-btn:focus-visible{outline:3px solid #6c19ae;outline-offset:2px}.home-page{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding-bottom:40px}.home-grid{display:grid;grid-template-columns:3fr 2fr;gap:20px;align-items:start}.home-grid-left{min-width:0}.home-grid-right{display:flex;flex-direction:column;gap:20px;min-width:0}@media (max-width: 900px){.home-grid{grid-template-columns:1fr}}.home-priorities{background-color:#fbfbfb;border:1px solid #dddcdb;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.home-priorities-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.home-priorities-greeting{display:flex;flex-direction:column;gap:4px}.home-priorities-name{margin:0;font-size:20px;font-weight:700;color:#171717}.home-priorities-message{margin:0;font-size:15px;color:#525252;line-height:1.5}.home-priorities-course-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.home-priorities-header>div:last-child{flex-shrink:0}.home-course-card{display:block;width:100%;background:#fff;border:1px solid #dddcdb;border-radius:16px;padding:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease}.home-course-card:hover{background-color:#f5f5f5}.home-course-card-content{display:flex;flex-direction:row;align-items:center;gap:16px}.home-course-card-text{flex:1;display:flex;flex-direction:column;gap:6px}.home-course-card-title{font-size:16px;font-weight:600;color:#171717}.home-course-card-meta{display:flex;align-items:center;gap:4px;font-size:12px;color:#525252}.home-course-card-provider{display:flex;align-items:center;gap:7px;font-size:12px;color:#525252}.home-course-card-provider-logo{width:20px;height:20px;border-radius:10px}.home-course-card-cover{width:64px;height:64px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.home-course-card-arrow{flex-shrink:0;opacity:.6;transition:opacity .15s ease}.home-course-card:hover .home-course-card-arrow{opacity:1}.home-section-header{background-color:#e6f35d;border-top-left-radius:16px;border-top-right-radius:16px;padding-top:8px;padding-left:16px;padding-right:16px;border:1px solid #dddcdb;display:flex;flex-direction:column;gap:12px}.home-section-header-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.home-section-header-title-row{display:flex;flex-direction:row;align-items:center;gap:6px}.home-section-header-title{font-size:18px;font-weight:900;color:#171717}.home-section-header-description{font-size:14px;font-weight:400;color:#171717;line-height:21px;margin:0}.home-suggested-content{background-color:#fbfbfb;border-radius:16px;border:1px solid #dddcdb;padding:14px}.home-suggested-list{display:flex;flex-direction:column;gap:12px}.home-suggested-item{position:relative}.home-suggested-next-btn{display:none;position:absolute;top:18px;right:60px;padding:4px 10px;background-color:#ede9fe;border:1px solid #6c19ae;border-radius:8px;font-size:11px;font-weight:500;color:#6c19ae;cursor:pointer;font-family:inherit;z-index:1}.home-suggested-item:hover .home-suggested-next-btn{display:block}@media (max-width: 480px){.home-priorities-course-list{grid-template-columns:1fr}}@media (hover: none){.home-suggested-item .home-suggested-next-btn{display:block;position:static;margin-top:8px}}.home-suggested-next-btn:hover{background-color:#6c19ae;color:#fff}.home-suggestion-card{display:block;width:100%;background-color:#fff;border:1px solid #dddcdb;border-radius:12px;padding:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease}.home-suggestion-card:hover{background-color:#fafafa}.home-suggestion-header{display:flex;flex-direction:row;align-items:center;gap:12px}.home-suggestion-icon-container{width:40px;height:40px;border-radius:20px;background-color:#ede9fe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-suggestion-icon{width:24px;height:24px}.home-suggestion-icon-placeholder{width:24px;height:24px;background-color:#a78bfa;border-radius:4px}.home-suggestion-title{flex:1;font-size:16px;font-weight:600;color:#171717}.home-suggestion-arrow{width:36px;height:36px;border-radius:18px;background-color:#6c19ae;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-suggestion-description{font-size:14px;line-height:21px;color:#525252;margin:12px 0 0}.home-suggestion-nested{display:flex;flex-direction:row;align-items:center;background-color:#fbfbfb;border:1px solid #dddcdb;border-radius:8px;padding:12px;gap:12px;margin-top:12px}.home-suggestion-nested-content{flex:1;display:flex;flex-direction:column;gap:2px}.home-suggestion-nested-title{font-size:16px;font-weight:600;color:#171717}.home-suggestion-nested-provider,.home-suggestion-nested-meta{font-size:14px;color:#525252}.home-suggestion-provider-logo{width:40px;height:40px;border-radius:20px;flex-shrink:0}.home-suggestion-mentor-photo{width:48px;height:48px;border-radius:24px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.home-accomplishments-content{background-color:#fbfbfb;border-radius:16px;border:1px solid #dddcdb;padding:14px}.home-accomplishments-scroll{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.home-badge{display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;flex-shrink:0}.home-badge-icon-container{width:72px;height:72px;border-radius:36px;background-color:#fff;border:1px solid #f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-badge-icon{width:46px;height:46px}.home-badge-icon-locked{opacity:.5}.home-badge-title{font-size:13px;font-weight:500;color:#171717;text-align:center;line-height:16px;white-space:pre-line;max-width:72px}.home-badge-title-locked{color:#a3a3a3}.home-recent-content{background-color:#fbfbfb;border-radius:16px;border:1px solid #dddcdb;padding:14px 16px}.home-recent-list{display:flex;flex-direction:column;gap:12px}.home-achievement-card{display:block;width:100%;background-color:#fbfbfb;border:1px solid #dddcdb;border-radius:8px;padding:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease}.home-achievement-card:hover{background-color:#f5f5f5}.home-achievement-card-content{display:flex;flex-direction:column;gap:4px}.home-achievement-card-title-row{display:flex;flex-direction:row;align-items:center;gap:8px}.home-achievement-card-icon{width:32px;height:32px;border-radius:16px;flex-shrink:0}.home-achievement-card-title{font-size:16px;font-weight:600;color:#171717;flex:1}.home-achievement-card-description{font-size:14px;line-height:21px;color:#525252;margin:0}.acc-loading{height:200px}.acc-page{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px;padding-bottom:40px}.acc-overall{background-color:#fbfbfb;border:1px solid #dddcdb;border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.acc-overall-text{font-size:16px;color:#525252}.acc-overall-count{font-weight:700;color:#171717}.acc-progress-track{height:8px;background-color:#e5e5e5;border-radius:4px;overflow:hidden}.acc-progress-fill{height:100%;background-color:#6c19ae;border-radius:4px;transition:width .3s ease}.acc-section{display:flex;flex-direction:column}.acc-section-header{background-color:#e6f35d;border:1px solid #dddcdb;border-top-left-radius:16px;border-top-right-radius:16px;padding:14px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.acc-section-header-left{display:flex;flex-direction:row;align-items:center;gap:10px;flex-shrink:0}.acc-section-icon-circle{width:32px;height:32px;border-radius:16px;background-color:#fff9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.acc-section-title{font-size:16px;font-weight:800;color:#171717}.acc-section-count{font-size:13px;font-weight:500;color:#525252;white-space:nowrap}.acc-section-header-right{display:flex;flex-direction:row;align-items:center;gap:12px;flex:1;max-width:280px}.acc-section-progress-track{flex:1;height:6px;background-color:#0000001a;border-radius:3px;overflow:hidden}.acc-section-progress-fill{height:100%;background-color:#6c19ae;border-radius:3px;transition:width .3s ease}.acc-section-percentage{font-size:14px;font-weight:700;color:#171717;min-width:36px;text-align:right}.acc-section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background-color:#fbfbfb;border:1px solid #dddcdb;border-top:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:16px}@media (max-width: 1024px){.acc-section-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.acc-section-grid{grid-template-columns:repeat(2,1fr)}.acc-section-header{flex-direction:column;align-items:flex-start;gap:10px}.acc-section-header-right{max-width:100%;width:100%}}@media (max-width: 480px){.acc-section-grid{grid-template-columns:1fr}}.acc-card{display:flex;flex-direction:column;gap:8px;background-color:#fff;border:1px solid #dddcdb;border-radius:12px;padding:14px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease,box-shadow .15s ease}.acc-card:hover{background-color:#fafafa;box-shadow:0 2px 8px #0000000f}.acc-card-locked{opacity:.55}.acc-card-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.acc-card-icon-circle{width:40px;height:40px;border-radius:20px;background-color:#f5f5f5;border:1px solid #ebebeb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.acc-card-icon{width:28px;height:28px}.acc-card-pill{font-size:11px;font-weight:600;padding:3px 10px;border-radius:12px;white-space:nowrap}.acc-card-pill-completed{background-color:#6c19ae;color:#fff}.acc-card-pill-locked{background-color:#e5e5e5;color:#737373}.acc-card-title{font-size:15px;font-weight:600;color:#171717;line-height:1.3}.acc-card-description{font-size:13px;line-height:1.5;color:#737373;margin:0}.acc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.acc-modal{background-color:#fff;border-radius:20px;padding:32px;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;box-shadow:0 20px 60px #00000026}.acc-modal-category{font-size:12px;font-weight:600;color:#6c19ae;text-transform:uppercase;letter-spacing:.5px}.acc-modal-icon-container{width:96px;height:96px;border-radius:48px;background-color:#f5f5f5;border:1px solid #ebebeb;display:flex;align-items:center;justify-content:center;overflow:hidden}.acc-modal-icon{width:64px;height:64px}.acc-modal-title{font-size:20px;font-weight:700;color:#171717;margin:0}.acc-modal-description{font-size:15px;line-height:1.6;color:#525252;margin:0}.acc-modal-date{font-size:13px;color:#6c19ae;font-weight:500;margin:0}.acc-modal-locked-label{font-size:13px;color:#a3a3a3;font-weight:500;margin:0}.acc-modal-nav{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:8px}.acc-modal-nav-btn{width:40px;height:40px;border-radius:20px;border:1px solid #dddcdb;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:inherit;transition:background-color .15s ease;color:#171717}.acc-modal-nav-btn:hover:not(:disabled){background-color:#f5f5f5}.acc-modal-nav-btn:disabled{opacity:.3;cursor:default}.acc-modal-done-btn{padding:10px 32px;border-radius:10px;border:2px solid #171717;background-color:#6c19ae;color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background-color .15s ease;box-shadow:3px 3px #171717}.acc-modal-done-btn:hover{background-color:#5a1494}.explore-page{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px;padding-bottom:40px}.explore-title{font-size:24px;font-weight:900;color:#181718;margin:0 0 4px}.explore-progress-wrapper{margin-bottom:12px}.explore-progress-header{background-color:#e6f35d;border-radius:16px;padding:8px 16px 64px;margin-bottom:-56px;border:1px solid #dddcdb}.explore-progress-header-text{font-size:18px;font-weight:900;color:#171717;margin:0}.explore-progress-content{background-color:#fbfbfb;border-radius:16px;border:1px solid #dddcdb;padding:14px 16px}.explore-progress-placeholder-row{display:flex;flex-direction:row;justify-content:space-between}.explore-progress-placeholder{width:96px;height:32px;background-color:#e5e5e5;border-radius:8px}.explore-section{margin-bottom:12px}.explore-section-content{background-color:#fbfbfb;border-radius:16px;border:1px solid #dddcdb;padding:14px 0}.explore-card-scroller{display:flex;flex-direction:row;gap:18px;padding:8px 16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.explore-card-scroller::-webkit-scrollbar{display:none}.explore-assessment-card{width:180px;flex-shrink:0;background:#fff;border:1px solid #dddcdb;border-radius:16px;overflow:hidden;padding-bottom:8px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease}.explore-assessment-card:hover{background-color:#f5f5f5}.explore-assessment-image{width:180px;height:120px;-o-object-fit:cover;object-fit:cover;display:block}.explore-assessment-content{padding:4px 8px 0}.explore-assessment-title{font-size:14px;font-weight:500;color:#171717;line-height:18px;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}.explore-courses-coming-soon{display:flex;flex-direction:column;align-items:center;gap:6px;padding:32px 16px}.explore-courses-coming-soon-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6c19ae;background-color:#f3e8ff;border-radius:999px;padding:4px 12px;margin:0}.explore-courses-coming-soon-text{font-size:14px;color:#525252;text-align:center;margin:0}.explore-course-card{width:180px;flex-shrink:0;background:#fff;border:1px solid #dddcdb;border-radius:16px;overflow:hidden;padding-bottom:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;transition:background-color .15s ease}.explore-course-card:hover{background-color:#f5f5f5}.explore-course-thumbnail{width:180px;height:120px;-o-object-fit:cover;object-fit:cover;display:block}.explore-course-content{padding:4px 8px 0;display:flex;flex-direction:column;gap:4px}.explore-course-provider-row{display:flex;flex-direction:row;align-items:center;gap:4px}.explore-course-provider-logo{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.explore-course-provider-name{font-size:12px;color:#525252;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin:0}.explore-course-title{font-size:14px;font-weight:500;color:#171717;line-height:18px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}.assessments-page{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding-bottom:40px}.assessments-title{font-size:24px;font-weight:900;color:#181718;margin:0 0 4px}.assessments-tabs{display:flex;flex-direction:row;gap:8px}.assessments-tab{display:flex;flex-direction:row;align-items:center;gap:6px;padding:8px 16px;border-radius:9999px;border:1px solid #6c19ae;background:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:#6c19ae;transition:background-color .15s ease,color .15s ease}.assessments-tab.active{background-color:#6c19ae;color:#fff}.assessments-tab:hover:not(.active){background-color:#ede9fe}.assessments-search-container{position:relative}.assessments-search-input{width:100%;height:40px;background-color:#fff;border:1px solid #dddcdb;border-radius:9999px;padding:8px 44px 8px 16px;font-size:16px;color:#525252;font-family:inherit;box-sizing:border-box;outline:none}.assessments-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:16px}.assessments-cards{display:flex;flex-direction:column;gap:8px}.assessments-list-card{display:flex;flex-direction:row;align-items:center;background:#fff;border-radius:16px;border:1px solid #dddcdb;overflow:hidden;gap:12px;cursor:pointer;text-align:left;font-family:inherit;font-size:inherit;padding:1px;transition:background-color .15s ease}.assessments-list-card:hover{background-color:#f5f5f5}.assessments-list-card-image{width:128px;height:128px;-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0}.assessments-list-card-content{flex:1;padding-right:16px;display:flex;flex-direction:column;gap:4px}.assessments-list-card-title{font-size:16px;font-weight:500;color:#171717;line-height:20px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.assessments-list-card-description{font-size:14px;font-weight:400;color:#525252;line-height:21px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.assessments-list-card--disabled{opacity:.6;cursor:default}.assessments-list-card-badge{display:inline-block;margin-top:4px;padding:2px 8px;background-color:#f3f4f6;border:1px solid #dddcdb;border-radius:9999px;font-size:11px;font-weight:500;color:#525252}.assessments-empty{padding:48px 0;text-align:center;font-size:16px;color:#525252}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--css-interop-darkMode: class dark;--css-interop: true;--css-interop-nativewind: true}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}html .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html .pointer-events-none{pointer-events:none}html .pointer-events-auto{pointer-events:auto}html .visible{visibility:visible}html .static{position:static}html .fixed{position:fixed}html .absolute{position:absolute}html .relative{position:relative}html .sticky{position:sticky}html .inset-0{top:0;right:0;bottom:0;left:0}html .inset-\[-10\.8\%_-13\.24\%\]{top:-10.8%;right:-13.24%;bottom:-10.8%;left:-13.24%}html .inset-\[3\.43\%_40\.3\%_54\.9\%_-1\.84\%\]{top:3.43%;right:40.3%;bottom:54.9%;left:-1.84%}html .inset-\[38\.07\%_15\.25\%_34\.75\%_19\.19\%\]{top:38.07%;right:15.25%;bottom:34.75%;left:19.19%}html .inset-\[41\.69\%_18\.76\%_38\.37\%_24\.3\%\]{top:41.69%;right:18.76%;bottom:38.37%;left:24.3%}html .inset-\[60\.44\%_4\.08\%_4\.31\%_68\.32\%\]{top:60.44%;right:4.08%;bottom:4.31%;left:68.32%}html .inset-\[62\.21\%_32\.77\%_9\.74\%_15\.58\%\]{top:62.21%;right:32.77%;bottom:9.74%;left:15.58%}html .inset-\[65\.83\%_37\.36\%_13\.36\%_19\.09\%\]{top:65.83%;right:37.36%;bottom:13.36%;left:19.09%}html .inset-\[7\.86\%_44\.59\%_59\.32\%_2\.45\%\]{top:7.86%;right:44.59%;bottom:59.32%;left:2.45%}html .-bottom-1\.5{bottom:-.375rem}html .-left-1\.5{left:-.375rem}html .-right-1\.5{right:-.375rem}html .-top-1\.5{top:-.375rem}html .bottom-0{bottom:0}html .bottom-1{bottom:.25rem}html .bottom-4{bottom:1rem}html .bottom-\[100px\]{bottom:100px}html .bottom-full{bottom:100%}html .left-0{left:0}html .left-1\/2{left:50%}html .left-4{left:1rem}html .left-8{left:2rem}html .left-\[41\.67\%\]{left:41.67%}html .left-full{left:100%}html .right-0{right:0}html .right-10{right:2.5rem}html .right-2{right:.5rem}html .right-3{right:.75rem}html .right-4{right:1rem}html .right-\[20px\]{right:20px}html .right-full{right:100%}html .top-0{top:0}html .top-1\/2{top:50%}html .top-2{top:.5rem}html .top-3{top:.75rem}html .top-4{top:1rem}html .top-8{top:2rem}html .top-\[54px\]{top:54px}html .top-full{top:100%}html .z-0{z-index:0}html .z-10{z-index:10}html .z-20{z-index:20}html .z-40{z-index:40}html .z-50{z-index:50}html .z-\[1\]{z-index:1}html .col-span-1{grid-column:span 1 / span 1}html .col-span-6{grid-column:span 6 / span 6}html .m-0{margin:0}html .m-1{margin:.25rem}html .mx-0{margin-left:0;margin-right:0}html .mx-2{margin-left:.5rem;margin-right:.5rem}html .mx-4{margin-left:1rem;margin-right:1rem}html .mx-5{margin-left:1.25rem;margin-right:1.25rem}html .mx-auto{margin-left:auto;margin-right:auto}html .my-0{margin-top:0;margin-bottom:0}html .my-1{margin-top:.25rem;margin-bottom:.25rem}html .my-2{margin-top:.5rem;margin-bottom:.5rem}html .my-4{margin-top:1rem;margin-bottom:1rem}html .-ml-1{margin-left:-.25rem}html .mb-0{margin-bottom:0}html .mb-0\.5{margin-bottom:.125rem}html .mb-1{margin-bottom:.25rem}html .mb-10{margin-bottom:2.5rem}html .mb-12{margin-bottom:3rem}html .mb-2{margin-bottom:.5rem}html .mb-2\.5{margin-bottom:.625rem}html .mb-3{margin-bottom:.75rem}html .mb-3\.5{margin-bottom:.875rem}html .mb-4{margin-bottom:1rem}html .mb-5{margin-bottom:1.25rem}html .mb-6{margin-bottom:1.5rem}html .mb-8{margin-bottom:2rem}html .mb-9{margin-bottom:2.25rem}html .mb-\[-56px\]{margin-bottom:-56px}html .mb-\[30px\]{margin-bottom:30px}html .ml-1{margin-left:.25rem}html .ml-2{margin-left:.5rem}html .ml-3{margin-left:.75rem}html .ml-4{margin-left:1rem}html .ml-5{margin-left:1.25rem}html .ml-6{margin-left:1.5rem}html .ml-\[-15px\]{margin-left:-15px}html .mr-1{margin-right:.25rem}html .mr-2{margin-right:.5rem}html .mr-3{margin-right:.75rem}html .mr-4{margin-right:1rem}html .mt-0\.5{margin-top:.125rem}html .mt-1{margin-top:.25rem}html .mt-1\.5{margin-top:.375rem}html .mt-2{margin-top:.5rem}html .mt-3{margin-top:.75rem}html .mt-4{margin-top:1rem}html .mt-5{margin-top:1.25rem}html .mt-6{margin-top:1.5rem}html .mt-7{margin-top:1.75rem}html .mt-8{margin-top:2rem}html .mt-auto{margin-top:auto}html .box-border{box-sizing:border-box}html .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}html .line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}html .block{display:block}html .inline-block{display:inline-block}html .inline{display:inline}html .flex{display:flex}html .inline-flex{display:inline-flex}html .table{display:table}html .grid{display:grid}html .hidden{display:none}html .size-full{width:100%;height:100%}html .h-1{height:.25rem}html .h-1\.5{height:.375rem}html .h-1\/2{height:50%}html .h-1\/4{height:25%}html .h-10{height:2.5rem}html .h-11{height:2.75rem}html .h-12{height:3rem}html .h-14{height:3.5rem}html .h-16{height:4rem}html .h-2{height:.5rem}html .h-2\.5{height:.625rem}html .h-20{height:5rem}html .h-24{height:6rem}html .h-3{height:.75rem}html .h-3\.5{height:.875rem}html .h-3\/4{height:75%}html .h-32{height:8rem}html .h-4{height:1rem}html .h-48{height:12rem}html .h-5{height:1.25rem}html .h-6{height:1.5rem}html .h-64{height:16rem}html .h-7{height:1.75rem}html .h-8{height:2rem}html .h-9{height:2.25rem}html .h-\[100px\]{height:100px}html .h-\[120px\]{height:120px}html .h-\[13px\]{height:13px}html .h-\[172px\]{height:172px}html .h-\[181px\]{height:181px}html .h-\[18px\]{height:18px}html .h-\[1px\]{height:1px}html .h-\[376px\]{height:376px}html .h-\[40px\]{height:40px}html .h-\[50px\]{height:50px}html .h-\[75\%\]{height:75%}html .h-\[9px\]{height:9px}html .h-\[calc\(100vh-160px\)\]{height:calc(100vh - 160px)}html .h-auto{height:auto}html .h-full{height:100%}html .h-px{height:1px}html .h-screen{height:100vh}html .max-h-64{max-height:16rem}html .max-h-\[100px\]{max-height:100px}html .max-h-\[600px\]{max-height:600px}html .max-h-\[60vh\]{max-height:60vh}html .max-h-\[90vh\]{max-height:90vh}html .min-h-0{min-height:0px}html .min-h-\[150px\]{min-height:150px}html .min-h-\[200px\]{min-height:200px}html .min-h-\[300px\]{min-height:300px}html .min-h-\[60px\]{min-height:60px}html .min-h-\[60vh\]{min-height:60vh}html .min-h-screen{min-height:100vh}html .w-1{width:.25rem}html .w-1\/2{width:50%}html .w-1\/4{width:25%}html .w-10{width:2.5rem}html .w-11{width:2.75rem}html .w-12{width:3rem}html .w-14{width:3.5rem}html .w-16{width:4rem}html .w-2{width:.5rem}html .w-2\.5{width:.625rem}html .w-20{width:5rem}html .w-24{width:6rem}html .w-3{width:.75rem}html .w-3\.5{width:.875rem}html .w-3\/4{width:75%}html .w-32{width:8rem}html .w-4{width:1rem}html .w-5{width:1.25rem}html .w-6{width:1.5rem}html .w-64{width:16rem}html .w-7{width:1.75rem}html .w-8{width:2rem}html .w-9{width:2.25rem}html .w-\[13px\]{width:13px}html .w-\[170px\]{width:170px}html .w-\[172px\]{width:172px}html .w-\[188px\]{width:188px}html .w-\[18px\]{width:18px}html .w-\[200px\]{width:200px}html .w-\[311px\]{width:311px}html .w-\[416px\]{width:416px}html .w-\[460px\]{width:460px}html .w-\[50\%\]{width:50%}html .w-\[60\%\]{width:60%}html .w-\[70\%\]{width:70%}html .w-\[80\%\]{width:80%}html .w-\[800px\]{width:800px}html .w-\[90\%\]{width:90%}html .w-\[9px\]{width:9px}html .w-\[calc\(100vw-32px\)\]{width:calc(100vw - 32px)}html .w-auto{width:auto}html .w-full{width:100%}html .min-w-0{min-width:0px}html .min-w-\[120px\]{min-width:120px}html .min-w-\[200px\]{min-width:200px}html .min-w-\[300px\]{min-width:300px}html .max-w-2xl{max-width:42rem}html .max-w-4xl{max-width:56rem}html .max-w-7xl{max-width:80rem}html .max-w-\[1100px\]{max-width:1100px}html .max-w-\[1200px\]{max-width:1200px}html .max-w-\[296px\]{max-width:296px}html .max-w-\[320px\]{max-width:320px}html .max-w-\[360px\]{max-width:360px}html .max-w-\[400px\]{max-width:400px}html .max-w-\[420px\]{max-width:420px}html .max-w-\[510px\]{max-width:510px}html .max-w-\[527px\]{max-width:527px}html .max-w-\[600px\]{max-width:600px}html .max-w-\[640px\]{max-width:640px}html .max-w-\[70\%\]{max-width:70%}html .max-w-\[800px\]{max-width:800px}html .max-w-\[85\%\]{max-width:85%}html .max-w-\[900px\]{max-width:900px}html .max-w-full{max-width:100%}html .max-w-lg{max-width:32rem}html .max-w-md{max-width:28rem}html .max-w-none{max-width:none}html .max-w-xl{max-width:36rem}html .max-w-xs{max-width:20rem}html .flex-1{flex:1 1 0%}html .flex-shrink-0,html .shrink-0{flex-shrink:0}html .grow{flex-grow:1}html .caption-bottom{caption-side:bottom}html .border-collapse{border-collapse:collapse}html .-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}html .animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}html .animate-spin{animation:spin 1s linear infinite}html .cursor-default{cursor:default}html .cursor-move{cursor:move}html .cursor-not-allowed{cursor:not-allowed}html .cursor-pointer{cursor:pointer}html .cursor-text{cursor:text}html .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}html .resize-none{resize:none}html .resize{resize:both}html .list-none{list-style-type:none}html .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}html .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}html .grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}html .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}html .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}html .grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}html .grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}html .flex-row{flex-direction:row}html .flex-row-reverse{flex-direction:row-reverse}html .flex-col{flex-direction:column}html .flex-col-reverse{flex-direction:column-reverse}html .flex-wrap{flex-wrap:wrap}html .content-center{align-content:center}html .items-start{align-items:flex-start}html .items-end{align-items:flex-end}html .items-center{align-items:center}html .items-stretch{align-items:stretch}html .justify-start{justify-content:flex-start}html .justify-end{justify-content:flex-end}html .justify-center{justify-content:center}html .justify-between{justify-content:space-between}html .gap-0{gap:0px}html .gap-1{gap:.25rem}html .gap-1\.5{gap:.375rem}html .gap-12{gap:3rem}html .gap-2{gap:.5rem}html .gap-2\.5{gap:.625rem}html .gap-3{gap:.75rem}html .gap-3\.5{gap:.875rem}html .gap-4{gap:1rem}html .gap-5{gap:1.25rem}html .gap-6{gap:1.5rem}html .gap-7{gap:1.75rem}html .gap-8{gap:2rem}html :is(.space-x-3>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}html :is(.space-x-4>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}html :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}html :is(.space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}html :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}html :is(.space-y-6>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}html :is(.space-y-8>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}html .self-start{align-self:flex-start}html .overflow-auto{overflow:auto}html .overflow-hidden{overflow:hidden}html .overflow-visible{overflow:visible}html .overflow-scroll{overflow:scroll}html .overflow-y-auto{overflow-y:auto}html .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html .whitespace-nowrap{white-space:nowrap}html .whitespace-pre-wrap{white-space:pre-wrap}html .break-words{overflow-wrap:break-word}html .rounded{border-radius:.25rem}html .rounded-2xl{border-radius:1rem}html .rounded-3xl{border-radius:1.5rem}html .rounded-\[28px\]{border-radius:28px}html .rounded-\[32px\]{border-radius:32px}html .rounded-full{border-radius:9999px}html .rounded-lg{border-radius:.5rem}html .rounded-md{border-radius:.375rem}html .rounded-none{border-radius:0}html .rounded-sm{border-radius:.125rem}html .rounded-xl{border-radius:.75rem}html .rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}html .rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}html .rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}html .rounded-bl-sm{border-bottom-left-radius:.125rem}html .rounded-br-sm{border-bottom-right-radius:.125rem}html .rounded-tl-3xl{border-top-left-radius:1.5rem}html .rounded-tr-3xl{border-top-right-radius:1.5rem}html .border{border-width:1px}html .border-0{border-width:0px}html .border-2{border-width:2px}html .border-4{border-width:4px}html .border-\[3px\]{border-width:3px}html .border-b{border-bottom-width:1px}html .border-b-0{border-bottom-width:0px}html .border-b-2{border-bottom-width:2px}html .border-l{border-left-width:1px}html .border-l-0{border-left-width:0px}html .border-l-4{border-left-width:4px}html .border-r{border-right-width:1px}html .border-r-0{border-right-width:0px}html .border-t{border-top-width:1px}html .border-t-0{border-top-width:0px}html .border-solid{border-style:solid}html .border-none{border-style:none}html .border-\[\#181719\]{--tw-border-opacity: 1;border-color:rgb(24 23 25 / var(--tw-border-opacity, 1))}html .border-\[\#1a1717\]{--tw-border-opacity: 1;border-color:rgb(26 23 23 / var(--tw-border-opacity, 1))}html .border-\[\#27093e\]{--tw-border-opacity: 1;border-color:rgb(39 9 62 / var(--tw-border-opacity, 1))}html .border-\[\#6C19AE\]{--tw-border-opacity: 1;border-color:rgb(108 25 174 / var(--tw-border-opacity, 1))}html .border-\[\#DC2626\]{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}html .border-\[\#DDD6FE\]{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}html .border-\[\#DDDCDB\]{--tw-border-opacity: 1;border-color:rgb(221 220 219 / var(--tw-border-opacity, 1))}html .border-\[\#E6F35D\]{--tw-border-opacity: 1;border-color:rgb(230 243 93 / var(--tw-border-opacity, 1))}html .border-\[\#dddcdb\]{--tw-border-opacity: 1;border-color:rgb(221 220 219 / var(--tw-border-opacity, 1))}html .border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}html .border-background-0{--tw-border-opacity: 1;border-color:rgb(var(--color-background-0)/var(--tw-border-opacity, 1))}html .border-background-0\/0{border-color:rgb(var(--color-background-0)/0)}html .border-background-0\/10{border-color:rgb(var(--color-background-0)/.1)}html .border-background-0\/100{border-color:rgb(var(--color-background-0)/1)}html .border-background-0\/15{border-color:rgb(var(--color-background-0)/.15)}html .border-background-0\/20{border-color:rgb(var(--color-background-0)/.2)}html .border-background-0\/25{border-color:rgb(var(--color-background-0)/.25)}html .border-background-0\/30{border-color:rgb(var(--color-background-0)/.3)}html .border-background-0\/35{border-color:rgb(var(--color-background-0)/.35)}html .border-background-0\/40{border-color:rgb(var(--color-background-0)/.4)}html .border-background-0\/45{border-color:rgb(var(--color-background-0)/.45)}html .border-background-0\/5{border-color:rgb(var(--color-background-0)/.05)}html .border-background-0\/50{border-color:rgb(var(--color-background-0)/.5)}html .border-background-0\/55{border-color:rgb(var(--color-background-0)/.55)}html .border-background-0\/60{border-color:rgb(var(--color-background-0)/.6)}html .border-background-0\/65{border-color:rgb(var(--color-background-0)/.65)}html .border-background-0\/70{border-color:rgb(var(--color-background-0)/.7)}html .border-background-0\/75{border-color:rgb(var(--color-background-0)/.75)}html .border-background-0\/80{border-color:rgb(var(--color-background-0)/.8)}html .border-background-0\/85{border-color:rgb(var(--color-background-0)/.85)}html .border-background-0\/90{border-color:rgb(var(--color-background-0)/.9)}html .border-background-0\/95{border-color:rgb(var(--color-background-0)/.95)}html .border-background-100{--tw-border-opacity: 1;border-color:rgb(var(--color-background-100)/var(--tw-border-opacity, 1))}html .border-background-100\/0{border-color:rgb(var(--color-background-100)/0)}html .border-background-100\/10{border-color:rgb(var(--color-background-100)/.1)}html .border-background-100\/100{border-color:rgb(var(--color-background-100)/1)}html .border-background-100\/15{border-color:rgb(var(--color-background-100)/.15)}html .border-background-100\/20{border-color:rgb(var(--color-background-100)/.2)}html .border-background-100\/25{border-color:rgb(var(--color-background-100)/.25)}html .border-background-100\/30{border-color:rgb(var(--color-background-100)/.3)}html .border-background-100\/35{border-color:rgb(var(--color-background-100)/.35)}html .border-background-100\/40{border-color:rgb(var(--color-background-100)/.4)}html .border-background-100\/45{border-color:rgb(var(--color-background-100)/.45)}html .border-background-100\/5{border-color:rgb(var(--color-background-100)/.05)}html .border-background-100\/50{border-color:rgb(var(--color-background-100)/.5)}html .border-background-100\/55{border-color:rgb(var(--color-background-100)/.55)}html .border-background-100\/60{border-color:rgb(var(--color-background-100)/.6)}html .border-background-100\/65{border-color:rgb(var(--color-background-100)/.65)}html .border-background-100\/70{border-color:rgb(var(--color-background-100)/.7)}html .border-background-100\/75{border-color:rgb(var(--color-background-100)/.75)}html .border-background-100\/80{border-color:rgb(var(--color-background-100)/.8)}html .border-background-100\/85{border-color:rgb(var(--color-background-100)/.85)}html .border-background-100\/90{border-color:rgb(var(--color-background-100)/.9)}html .border-background-100\/95{border-color:rgb(var(--color-background-100)/.95)}html .border-background-200{--tw-border-opacity: 1;border-color:rgb(var(--color-background-200)/var(--tw-border-opacity, 1))}html .border-background-200\/0{border-color:rgb(var(--color-background-200)/0)}html .border-background-200\/10{border-color:rgb(var(--color-background-200)/.1)}html .border-background-200\/100{border-color:rgb(var(--color-background-200)/1)}html .border-background-200\/15{border-color:rgb(var(--color-background-200)/.15)}html .border-background-200\/20{border-color:rgb(var(--color-background-200)/.2)}html .border-background-200\/25{border-color:rgb(var(--color-background-200)/.25)}html .border-background-200\/30{border-color:rgb(var(--color-background-200)/.3)}html .border-background-200\/35{border-color:rgb(var(--color-background-200)/.35)}html .border-background-200\/40{border-color:rgb(var(--color-background-200)/.4)}html .border-background-200\/45{border-color:rgb(var(--color-background-200)/.45)}html .border-background-200\/5{border-color:rgb(var(--color-background-200)/.05)}html .border-background-200\/50{border-color:rgb(var(--color-background-200)/.5)}html .border-background-200\/55{border-color:rgb(var(--color-background-200)/.55)}html .border-background-200\/60{border-color:rgb(var(--color-background-200)/.6)}html .border-background-200\/65{border-color:rgb(var(--color-background-200)/.65)}html .border-background-200\/70{border-color:rgb(var(--color-background-200)/.7)}html .border-background-200\/75{border-color:rgb(var(--color-background-200)/.75)}html .border-background-200\/80{border-color:rgb(var(--color-background-200)/.8)}html .border-background-200\/85{border-color:rgb(var(--color-background-200)/.85)}html .border-background-200\/90{border-color:rgb(var(--color-background-200)/.9)}html .border-background-200\/95{border-color:rgb(var(--color-background-200)/.95)}html .border-background-300{--tw-border-opacity: 1;border-color:rgb(var(--color-background-300)/var(--tw-border-opacity, 1))}html .border-background-300\/0{border-color:rgb(var(--color-background-300)/0)}html .border-background-300\/10{border-color:rgb(var(--color-background-300)/.1)}html .border-background-300\/100{border-color:rgb(var(--color-background-300)/1)}html .border-background-300\/15{border-color:rgb(var(--color-background-300)/.15)}html .border-background-300\/20{border-color:rgb(var(--color-background-300)/.2)}html .border-background-300\/25{border-color:rgb(var(--color-background-300)/.25)}html .border-background-300\/30{border-color:rgb(var(--color-background-300)/.3)}html .border-background-300\/35{border-color:rgb(var(--color-background-300)/.35)}html .border-background-300\/40{border-color:rgb(var(--color-background-300)/.4)}html .border-background-300\/45{border-color:rgb(var(--color-background-300)/.45)}html .border-background-300\/5{border-color:rgb(var(--color-background-300)/.05)}html .border-background-300\/50{border-color:rgb(var(--color-background-300)/.5)}html .border-background-300\/55{border-color:rgb(var(--color-background-300)/.55)}html .border-background-300\/60{border-color:rgb(var(--color-background-300)/.6)}html .border-background-300\/65{border-color:rgb(var(--color-background-300)/.65)}html .border-background-300\/70{border-color:rgb(var(--color-background-300)/.7)}html .border-background-300\/75{border-color:rgb(var(--color-background-300)/.75)}html .border-background-300\/80{border-color:rgb(var(--color-background-300)/.8)}html .border-background-300\/85{border-color:rgb(var(--color-background-300)/.85)}html .border-background-300\/90{border-color:rgb(var(--color-background-300)/.9)}html .border-background-300\/95{border-color:rgb(var(--color-background-300)/.95)}html .border-background-400{--tw-border-opacity: 1;border-color:rgb(var(--color-background-400)/var(--tw-border-opacity, 1))}html .border-background-400\/0{border-color:rgb(var(--color-background-400)/0)}html .border-background-400\/10{border-color:rgb(var(--color-background-400)/.1)}html .border-background-400\/100{border-color:rgb(var(--color-background-400)/1)}html .border-background-400\/15{border-color:rgb(var(--color-background-400)/.15)}html .border-background-400\/20{border-color:rgb(var(--color-background-400)/.2)}html .border-background-400\/25{border-color:rgb(var(--color-background-400)/.25)}html .border-background-400\/30{border-color:rgb(var(--color-background-400)/.3)}html .border-background-400\/35{border-color:rgb(var(--color-background-400)/.35)}html .border-background-400\/40{border-color:rgb(var(--color-background-400)/.4)}html .border-background-400\/45{border-color:rgb(var(--color-background-400)/.45)}html .border-background-400\/5{border-color:rgb(var(--color-background-400)/.05)}html .border-background-400\/50{border-color:rgb(var(--color-background-400)/.5)}html .border-background-400\/55{border-color:rgb(var(--color-background-400)/.55)}html .border-background-400\/60{border-color:rgb(var(--color-background-400)/.6)}html .border-background-400\/65{border-color:rgb(var(--color-background-400)/.65)}html .border-background-400\/70{border-color:rgb(var(--color-background-400)/.7)}html .border-background-400\/75{border-color:rgb(var(--color-background-400)/.75)}html .border-background-400\/80{border-color:rgb(var(--color-background-400)/.8)}html .border-background-400\/85{border-color:rgb(var(--color-background-400)/.85)}html .border-background-400\/90{border-color:rgb(var(--color-background-400)/.9)}html .border-background-400\/95{border-color:rgb(var(--color-background-400)/.95)}html .border-background-50{--tw-border-opacity: 1;border-color:rgb(var(--color-background-50)/var(--tw-border-opacity, 1))}html .border-background-50\/0{border-color:rgb(var(--color-background-50)/0)}html .border-background-50\/10{border-color:rgb(var(--color-background-50)/.1)}html .border-background-50\/100{border-color:rgb(var(--color-background-50)/1)}html .border-background-50\/15{border-color:rgb(var(--color-background-50)/.15)}html .border-background-50\/20{border-color:rgb(var(--color-background-50)/.2)}html .border-background-50\/25{border-color:rgb(var(--color-background-50)/.25)}html .border-background-50\/30{border-color:rgb(var(--color-background-50)/.3)}html .border-background-50\/35{border-color:rgb(var(--color-background-50)/.35)}html .border-background-50\/40{border-color:rgb(var(--color-background-50)/.4)}html .border-background-50\/45{border-color:rgb(var(--color-background-50)/.45)}html .border-background-50\/5{border-color:rgb(var(--color-background-50)/.05)}html .border-background-50\/50{border-color:rgb(var(--color-background-50)/.5)}html .border-background-50\/55{border-color:rgb(var(--color-background-50)/.55)}html .border-background-50\/60{border-color:rgb(var(--color-background-50)/.6)}html .border-background-50\/65{border-color:rgb(var(--color-background-50)/.65)}html .border-background-50\/70{border-color:rgb(var(--color-background-50)/.7)}html .border-background-50\/75{border-color:rgb(var(--color-background-50)/.75)}html .border-background-50\/80{border-color:rgb(var(--color-background-50)/.8)}html .border-background-50\/85{border-color:rgb(var(--color-background-50)/.85)}html .border-background-50\/90{border-color:rgb(var(--color-background-50)/.9)}html .border-background-50\/95{border-color:rgb(var(--color-background-50)/.95)}html .border-background-500{--tw-border-opacity: 1;border-color:rgb(var(--color-background-500)/var(--tw-border-opacity, 1))}html .border-background-500\/0{border-color:rgb(var(--color-background-500)/0)}html .border-background-500\/10{border-color:rgb(var(--color-background-500)/.1)}html .border-background-500\/100{border-color:rgb(var(--color-background-500)/1)}html .border-background-500\/15{border-color:rgb(var(--color-background-500)/.15)}html .border-background-500\/20{border-color:rgb(var(--color-background-500)/.2)}html .border-background-500\/25{border-color:rgb(var(--color-background-500)/.25)}html .border-background-500\/30{border-color:rgb(var(--color-background-500)/.3)}html .border-background-500\/35{border-color:rgb(var(--color-background-500)/.35)}html .border-background-500\/40{border-color:rgb(var(--color-background-500)/.4)}html .border-background-500\/45{border-color:rgb(var(--color-background-500)/.45)}html .border-background-500\/5{border-color:rgb(var(--color-background-500)/.05)}html .border-background-500\/50{border-color:rgb(var(--color-background-500)/.5)}html .border-background-500\/55{border-color:rgb(var(--color-background-500)/.55)}html .border-background-500\/60{border-color:rgb(var(--color-background-500)/.6)}html .border-background-500\/65{border-color:rgb(var(--color-background-500)/.65)}html .border-background-500\/70{border-color:rgb(var(--color-background-500)/.7)}html .border-background-500\/75{border-color:rgb(var(--color-background-500)/.75)}html .border-background-500\/80{border-color:rgb(var(--color-background-500)/.8)}html .border-background-500\/85{border-color:rgb(var(--color-background-500)/.85)}html .border-background-500\/90{border-color:rgb(var(--color-background-500)/.9)}html .border-background-500\/95{border-color:rgb(var(--color-background-500)/.95)}html .border-background-600{--tw-border-opacity: 1;border-color:rgb(var(--color-background-600)/var(--tw-border-opacity, 1))}html .border-background-600\/0{border-color:rgb(var(--color-background-600)/0)}html .border-background-600\/10{border-color:rgb(var(--color-background-600)/.1)}html .border-background-600\/100{border-color:rgb(var(--color-background-600)/1)}html .border-background-600\/15{border-color:rgb(var(--color-background-600)/.15)}html .border-background-600\/20{border-color:rgb(var(--color-background-600)/.2)}html .border-background-600\/25{border-color:rgb(var(--color-background-600)/.25)}html .border-background-600\/30{border-color:rgb(var(--color-background-600)/.3)}html .border-background-600\/35{border-color:rgb(var(--color-background-600)/.35)}html .border-background-600\/40{border-color:rgb(var(--color-background-600)/.4)}html .border-background-600\/45{border-color:rgb(var(--color-background-600)/.45)}html .border-background-600\/5{border-color:rgb(var(--color-background-600)/.05)}html .border-background-600\/50{border-color:rgb(var(--color-background-600)/.5)}html .border-background-600\/55{border-color:rgb(var(--color-background-600)/.55)}html .border-background-600\/60{border-color:rgb(var(--color-background-600)/.6)}html .border-background-600\/65{border-color:rgb(var(--color-background-600)/.65)}html .border-background-600\/70{border-color:rgb(var(--color-background-600)/.7)}html .border-background-600\/75{border-color:rgb(var(--color-background-600)/.75)}html .border-background-600\/80{border-color:rgb(var(--color-background-600)/.8)}html .border-background-600\/85{border-color:rgb(var(--color-background-600)/.85)}html .border-background-600\/90{border-color:rgb(var(--color-background-600)/.9)}html .border-background-600\/95{border-color:rgb(var(--color-background-600)/.95)}html .border-background-700{--tw-border-opacity: 1;border-color:rgb(var(--color-background-700)/var(--tw-border-opacity, 1))}html .border-background-700\/0{border-color:rgb(var(--color-background-700)/0)}html .border-background-700\/10{border-color:rgb(var(--color-background-700)/.1)}html .border-background-700\/100{border-color:rgb(var(--color-background-700)/1)}html .border-background-700\/15{border-color:rgb(var(--color-background-700)/.15)}html .border-background-700\/20{border-color:rgb(var(--color-background-700)/.2)}html .border-background-700\/25{border-color:rgb(var(--color-background-700)/.25)}html .border-background-700\/30{border-color:rgb(var(--color-background-700)/.3)}html .border-background-700\/35{border-color:rgb(var(--color-background-700)/.35)}html .border-background-700\/40{border-color:rgb(var(--color-background-700)/.4)}html .border-background-700\/45{border-color:rgb(var(--color-background-700)/.45)}html .border-background-700\/5{border-color:rgb(var(--color-background-700)/.05)}html .border-background-700\/50{border-color:rgb(var(--color-background-700)/.5)}html .border-background-700\/55{border-color:rgb(var(--color-background-700)/.55)}html .border-background-700\/60{border-color:rgb(var(--color-background-700)/.6)}html .border-background-700\/65{border-color:rgb(var(--color-background-700)/.65)}html .border-background-700\/70{border-color:rgb(var(--color-background-700)/.7)}html .border-background-700\/75{border-color:rgb(var(--color-background-700)/.75)}html .border-background-700\/80{border-color:rgb(var(--color-background-700)/.8)}html .border-background-700\/85{border-color:rgb(var(--color-background-700)/.85)}html .border-background-700\/90{border-color:rgb(var(--color-background-700)/.9)}html .border-background-700\/95{border-color:rgb(var(--color-background-700)/.95)}html .border-background-800{--tw-border-opacity: 1;border-color:rgb(var(--color-background-800)/var(--tw-border-opacity, 1))}html .border-background-800\/0{border-color:rgb(var(--color-background-800)/0)}html .border-background-800\/10{border-color:rgb(var(--color-background-800)/.1)}html .border-background-800\/100{border-color:rgb(var(--color-background-800)/1)}html .border-background-800\/15{border-color:rgb(var(--color-background-800)/.15)}html .border-background-800\/20{border-color:rgb(var(--color-background-800)/.2)}html .border-background-800\/25{border-color:rgb(var(--color-background-800)/.25)}html .border-background-800\/30{border-color:rgb(var(--color-background-800)/.3)}html .border-background-800\/35{border-color:rgb(var(--color-background-800)/.35)}html .border-background-800\/40{border-color:rgb(var(--color-background-800)/.4)}html .border-background-800\/45{border-color:rgb(var(--color-background-800)/.45)}html .border-background-800\/5{border-color:rgb(var(--color-background-800)/.05)}html .border-background-800\/50{border-color:rgb(var(--color-background-800)/.5)}html .border-background-800\/55{border-color:rgb(var(--color-background-800)/.55)}html .border-background-800\/60{border-color:rgb(var(--color-background-800)/.6)}html .border-background-800\/65{border-color:rgb(var(--color-background-800)/.65)}html .border-background-800\/70{border-color:rgb(var(--color-background-800)/.7)}html .border-background-800\/75{border-color:rgb(var(--color-background-800)/.75)}html .border-background-800\/80{border-color:rgb(var(--color-background-800)/.8)}html .border-background-800\/85{border-color:rgb(var(--color-background-800)/.85)}html .border-background-800\/90{border-color:rgb(var(--color-background-800)/.9)}html .border-background-800\/95{border-color:rgb(var(--color-background-800)/.95)}html .border-background-900{--tw-border-opacity: 1;border-color:rgb(var(--color-background-900)/var(--tw-border-opacity, 1))}html .border-background-900\/0{border-color:rgb(var(--color-background-900)/0)}html .border-background-900\/10{border-color:rgb(var(--color-background-900)/.1)}html .border-background-900\/100{border-color:rgb(var(--color-background-900)/1)}html .border-background-900\/15{border-color:rgb(var(--color-background-900)/.15)}html .border-background-900\/20{border-color:rgb(var(--color-background-900)/.2)}html .border-background-900\/25{border-color:rgb(var(--color-background-900)/.25)}html .border-background-900\/30{border-color:rgb(var(--color-background-900)/.3)}html .border-background-900\/35{border-color:rgb(var(--color-background-900)/.35)}html .border-background-900\/40{border-color:rgb(var(--color-background-900)/.4)}html .border-background-900\/45{border-color:rgb(var(--color-background-900)/.45)}html .border-background-900\/5{border-color:rgb(var(--color-background-900)/.05)}html .border-background-900\/50{border-color:rgb(var(--color-background-900)/.5)}html .border-background-900\/55{border-color:rgb(var(--color-background-900)/.55)}html .border-background-900\/60{border-color:rgb(var(--color-background-900)/.6)}html .border-background-900\/65{border-color:rgb(var(--color-background-900)/.65)}html .border-background-900\/70{border-color:rgb(var(--color-background-900)/.7)}html .border-background-900\/75{border-color:rgb(var(--color-background-900)/.75)}html .border-background-900\/80{border-color:rgb(var(--color-background-900)/.8)}html .border-background-900\/85{border-color:rgb(var(--color-background-900)/.85)}html .border-background-900\/90{border-color:rgb(var(--color-background-900)/.9)}html .border-background-900\/95{border-color:rgb(var(--color-background-900)/.95)}html .border-background-950{--tw-border-opacity: 1;border-color:rgb(var(--color-background-950)/var(--tw-border-opacity, 1))}html .border-background-950\/0{border-color:rgb(var(--color-background-950)/0)}html .border-background-950\/10{border-color:rgb(var(--color-background-950)/.1)}html .border-background-950\/100{border-color:rgb(var(--color-background-950)/1)}html .border-background-950\/15{border-color:rgb(var(--color-background-950)/.15)}html .border-background-950\/20{border-color:rgb(var(--color-background-950)/.2)}html .border-background-950\/25{border-color:rgb(var(--color-background-950)/.25)}html .border-background-950\/30{border-color:rgb(var(--color-background-950)/.3)}html .border-background-950\/35{border-color:rgb(var(--color-background-950)/.35)}html .border-background-950\/40{border-color:rgb(var(--color-background-950)/.4)}html .border-background-950\/45{border-color:rgb(var(--color-background-950)/.45)}html .border-background-950\/5{border-color:rgb(var(--color-background-950)/.05)}html .border-background-950\/50{border-color:rgb(var(--color-background-950)/.5)}html .border-background-950\/55{border-color:rgb(var(--color-background-950)/.55)}html .border-background-950\/60{border-color:rgb(var(--color-background-950)/.6)}html .border-background-950\/65{border-color:rgb(var(--color-background-950)/.65)}html .border-background-950\/70{border-color:rgb(var(--color-background-950)/.7)}html .border-background-950\/75{border-color:rgb(var(--color-background-950)/.75)}html .border-background-950\/80{border-color:rgb(var(--color-background-950)/.8)}html .border-background-950\/85{border-color:rgb(var(--color-background-950)/.85)}html .border-background-950\/90{border-color:rgb(var(--color-background-950)/.9)}html .border-background-950\/95{border-color:rgb(var(--color-background-950)/.95)}html .border-background-dark{--tw-border-opacity: 1;border-color:rgb(24 23 25 / var(--tw-border-opacity, 1))}html .border-background-dark\/0{border-color:#18171900}html .border-background-dark\/10{border-color:#1817191a}html .border-background-dark\/100{border-color:#181719}html .border-background-dark\/15{border-color:#18171926}html .border-background-dark\/20{border-color:#18171933}html .border-background-dark\/25{border-color:#18171940}html .border-background-dark\/30{border-color:#1817194d}html .border-background-dark\/35{border-color:#18171959}html .border-background-dark\/40{border-color:#18171966}html .border-background-dark\/45{border-color:#18171973}html .border-background-dark\/5{border-color:#1817190d}html .border-background-dark\/50{border-color:#18171980}html .border-background-dark\/55{border-color:#1817198c}html .border-background-dark\/60{border-color:#18171999}html .border-background-dark\/65{border-color:#181719a6}html .border-background-dark\/70{border-color:#181719b3}html .border-background-dark\/75{border-color:#181719bf}html .border-background-dark\/80{border-color:#181719cc}html .border-background-dark\/85{border-color:#181719d9}html .border-background-dark\/90{border-color:#181719e6}html .border-background-dark\/95{border-color:#181719f2}html .border-background-error{--tw-border-opacity: 1;border-color:rgb(var(--color-background-error)/var(--tw-border-opacity, 1))}html .border-background-error\/0{border-color:rgb(var(--color-background-error)/0)}html .border-background-error\/10{border-color:rgb(var(--color-background-error)/.1)}html .border-background-error\/100{border-color:rgb(var(--color-background-error)/1)}html .border-background-error\/15{border-color:rgb(var(--color-background-error)/.15)}html .border-background-error\/20{border-color:rgb(var(--color-background-error)/.2)}html .border-background-error\/25{border-color:rgb(var(--color-background-error)/.25)}html .border-background-error\/30{border-color:rgb(var(--color-background-error)/.3)}html .border-background-error\/35{border-color:rgb(var(--color-background-error)/.35)}html .border-background-error\/40{border-color:rgb(var(--color-background-error)/.4)}html .border-background-error\/45{border-color:rgb(var(--color-background-error)/.45)}html .border-background-error\/5{border-color:rgb(var(--color-background-error)/.05)}html .border-background-error\/50{border-color:rgb(var(--color-background-error)/.5)}html .border-background-error\/55{border-color:rgb(var(--color-background-error)/.55)}html .border-background-error\/60{border-color:rgb(var(--color-background-error)/.6)}html .border-background-error\/65{border-color:rgb(var(--color-background-error)/.65)}html .border-background-error\/70{border-color:rgb(var(--color-background-error)/.7)}html .border-background-error\/75{border-color:rgb(var(--color-background-error)/.75)}html .border-background-error\/80{border-color:rgb(var(--color-background-error)/.8)}html .border-background-error\/85{border-color:rgb(var(--color-background-error)/.85)}html .border-background-error\/90{border-color:rgb(var(--color-background-error)/.9)}html .border-background-error\/95{border-color:rgb(var(--color-background-error)/.95)}html .border-background-info{--tw-border-opacity: 1;border-color:rgb(var(--color-background-info)/var(--tw-border-opacity, 1))}html .border-background-info\/0{border-color:rgb(var(--color-background-info)/0)}html .border-background-info\/10{border-color:rgb(var(--color-background-info)/.1)}html .border-background-info\/100{border-color:rgb(var(--color-background-info)/1)}html .border-background-info\/15{border-color:rgb(var(--color-background-info)/.15)}html .border-background-info\/20{border-color:rgb(var(--color-background-info)/.2)}html .border-background-info\/25{border-color:rgb(var(--color-background-info)/.25)}html .border-background-info\/30{border-color:rgb(var(--color-background-info)/.3)}html .border-background-info\/35{border-color:rgb(var(--color-background-info)/.35)}html .border-background-info\/40{border-color:rgb(var(--color-background-info)/.4)}html .border-background-info\/45{border-color:rgb(var(--color-background-info)/.45)}html .border-background-info\/5{border-color:rgb(var(--color-background-info)/.05)}html .border-background-info\/50{border-color:rgb(var(--color-background-info)/.5)}html .border-background-info\/55{border-color:rgb(var(--color-background-info)/.55)}html .border-background-info\/60{border-color:rgb(var(--color-background-info)/.6)}html .border-background-info\/65{border-color:rgb(var(--color-background-info)/.65)}html .border-background-info\/70{border-color:rgb(var(--color-background-info)/.7)}html .border-background-info\/75{border-color:rgb(var(--color-background-info)/.75)}html .border-background-info\/80{border-color:rgb(var(--color-background-info)/.8)}html .border-background-info\/85{border-color:rgb(var(--color-background-info)/.85)}html .border-background-info\/90{border-color:rgb(var(--color-background-info)/.9)}html .border-background-info\/95{border-color:rgb(var(--color-background-info)/.95)}html .border-background-light{--tw-border-opacity: 1;border-color:rgb(251 251 251 / var(--tw-border-opacity, 1))}html .border-background-light\/0{border-color:#fbfbfb00}html .border-background-light\/10{border-color:#fbfbfb1a}html .border-background-light\/100{border-color:#fbfbfb}html .border-background-light\/15{border-color:#fbfbfb26}html .border-background-light\/20{border-color:#fbfbfb33}html .border-background-light\/25{border-color:#fbfbfb40}html .border-background-light\/30{border-color:#fbfbfb4d}html .border-background-light\/35{border-color:#fbfbfb59}html .border-background-light\/40{border-color:#fbfbfb66}html .border-background-light\/45{border-color:#fbfbfb73}html .border-background-light\/5{border-color:#fbfbfb0d}html .border-background-light\/50{border-color:#fbfbfb80}html .border-background-light\/55{border-color:#fbfbfb8c}html .border-background-light\/60{border-color:#fbfbfb99}html .border-background-light\/65{border-color:#fbfbfba6}html .border-background-light\/70{border-color:#fbfbfbb3}html .border-background-light\/75{border-color:#fbfbfbbf}html .border-background-light\/80{border-color:#fbfbfbcc}html .border-background-light\/85{border-color:#fbfbfbd9}html .border-background-light\/90{border-color:#fbfbfbe6}html .border-background-light\/95{border-color:#fbfbfbf2}html .border-background-muted{--tw-border-opacity: 1;border-color:rgb(var(--color-background-muted)/var(--tw-border-opacity, 1))}html .border-background-muted\/0{border-color:rgb(var(--color-background-muted)/0)}html .border-background-muted\/10{border-color:rgb(var(--color-background-muted)/.1)}html .border-background-muted\/100{border-color:rgb(var(--color-background-muted)/1)}html .border-background-muted\/15{border-color:rgb(var(--color-background-muted)/.15)}html .border-background-muted\/20{border-color:rgb(var(--color-background-muted)/.2)}html .border-background-muted\/25{border-color:rgb(var(--color-background-muted)/.25)}html .border-background-muted\/30{border-color:rgb(var(--color-background-muted)/.3)}html .border-background-muted\/35{border-color:rgb(var(--color-background-muted)/.35)}html .border-background-muted\/40{border-color:rgb(var(--color-background-muted)/.4)}html .border-background-muted\/45{border-color:rgb(var(--color-background-muted)/.45)}html .border-background-muted\/5{border-color:rgb(var(--color-background-muted)/.05)}html .border-background-muted\/50{border-color:rgb(var(--color-background-muted)/.5)}html .border-background-muted\/55{border-color:rgb(var(--color-background-muted)/.55)}html .border-background-muted\/60{border-color:rgb(var(--color-background-muted)/.6)}html .border-background-muted\/65{border-color:rgb(var(--color-background-muted)/.65)}html .border-background-muted\/70{border-color:rgb(var(--color-background-muted)/.7)}html .border-background-muted\/75{border-color:rgb(var(--color-background-muted)/.75)}html .border-background-muted\/80{border-color:rgb(var(--color-background-muted)/.8)}html .border-background-muted\/85{border-color:rgb(var(--color-background-muted)/.85)}html .border-background-muted\/90{border-color:rgb(var(--color-background-muted)/.9)}html .border-background-muted\/95{border-color:rgb(var(--color-background-muted)/.95)}html .border-background-success{--tw-border-opacity: 1;border-color:rgb(var(--color-background-success)/var(--tw-border-opacity, 1))}html .border-background-success\/0{border-color:rgb(var(--color-background-success)/0)}html .border-background-success\/10{border-color:rgb(var(--color-background-success)/.1)}html .border-background-success\/100{border-color:rgb(var(--color-background-success)/1)}html .border-background-success\/15{border-color:rgb(var(--color-background-success)/.15)}html .border-background-success\/20{border-color:rgb(var(--color-background-success)/.2)}html .border-background-success\/25{border-color:rgb(var(--color-background-success)/.25)}html .border-background-success\/30{border-color:rgb(var(--color-background-success)/.3)}html .border-background-success\/35{border-color:rgb(var(--color-background-success)/.35)}html .border-background-success\/40{border-color:rgb(var(--color-background-success)/.4)}html .border-background-success\/45{border-color:rgb(var(--color-background-success)/.45)}html .border-background-success\/5{border-color:rgb(var(--color-background-success)/.05)}html .border-background-success\/50{border-color:rgb(var(--color-background-success)/.5)}html .border-background-success\/55{border-color:rgb(var(--color-background-success)/.55)}html .border-background-success\/60{border-color:rgb(var(--color-background-success)/.6)}html .border-background-success\/65{border-color:rgb(var(--color-background-success)/.65)}html .border-background-success\/70{border-color:rgb(var(--color-background-success)/.7)}html .border-background-success\/75{border-color:rgb(var(--color-background-success)/.75)}html .border-background-success\/80{border-color:rgb(var(--color-background-success)/.8)}html .border-background-success\/85{border-color:rgb(var(--color-background-success)/.85)}html .border-background-success\/90{border-color:rgb(var(--color-background-success)/.9)}html .border-background-success\/95{border-color:rgb(var(--color-background-success)/.95)}html .border-background-warning{--tw-border-opacity: 1;border-color:rgb(var(--color-background-warning)/var(--tw-border-opacity, 1))}html .border-background-warning\/0{border-color:rgb(var(--color-background-warning)/0)}html .border-background-warning\/10{border-color:rgb(var(--color-background-warning)/.1)}html .border-background-warning\/100{border-color:rgb(var(--color-background-warning)/1)}html .border-background-warning\/15{border-color:rgb(var(--color-background-warning)/.15)}html .border-background-warning\/20{border-color:rgb(var(--color-background-warning)/.2)}html .border-background-warning\/25{border-color:rgb(var(--color-background-warning)/.25)}html .border-background-warning\/30{border-color:rgb(var(--color-background-warning)/.3)}html .border-background-warning\/35{border-color:rgb(var(--color-background-warning)/.35)}html .border-background-warning\/40{border-color:rgb(var(--color-background-warning)/.4)}html .border-background-warning\/45{border-color:rgb(var(--color-background-warning)/.45)}html .border-background-warning\/5{border-color:rgb(var(--color-background-warning)/.05)}html .border-background-warning\/50{border-color:rgb(var(--color-background-warning)/.5)}html .border-background-warning\/55{border-color:rgb(var(--color-background-warning)/.55)}html .border-background-warning\/60{border-color:rgb(var(--color-background-warning)/.6)}html .border-background-warning\/65{border-color:rgb(var(--color-background-warning)/.65)}html .border-background-warning\/70{border-color:rgb(var(--color-background-warning)/.7)}html .border-background-warning\/75{border-color:rgb(var(--color-background-warning)/.75)}html .border-background-warning\/80{border-color:rgb(var(--color-background-warning)/.8)}html .border-background-warning\/85{border-color:rgb(var(--color-background-warning)/.85)}html .border-background-warning\/90{border-color:rgb(var(--color-background-warning)/.9)}html .border-background-warning\/95{border-color:rgb(var(--color-background-warning)/.95)}html .border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}html .border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}html .border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}html .border-current{border-color:currentColor}html .border-error-0{--tw-border-opacity: 1;border-color:rgb(var(--color-error-0)/var(--tw-border-opacity, 1))}html .border-error-0\/0{border-color:rgb(var(--color-error-0)/0)}html .border-error-0\/10{border-color:rgb(var(--color-error-0)/.1)}html .border-error-0\/100{border-color:rgb(var(--color-error-0)/1)}html .border-error-0\/15{border-color:rgb(var(--color-error-0)/.15)}html .border-error-0\/20{border-color:rgb(var(--color-error-0)/.2)}html .border-error-0\/25{border-color:rgb(var(--color-error-0)/.25)}html .border-error-0\/30{border-color:rgb(var(--color-error-0)/.3)}html .border-error-0\/35{border-color:rgb(var(--color-error-0)/.35)}html .border-error-0\/40{border-color:rgb(var(--color-error-0)/.4)}html .border-error-0\/45{border-color:rgb(var(--color-error-0)/.45)}html .border-error-0\/5{border-color:rgb(var(--color-error-0)/.05)}html .border-error-0\/50{border-color:rgb(var(--color-error-0)/.5)}html .border-error-0\/55{border-color:rgb(var(--color-error-0)/.55)}html .border-error-0\/60{border-color:rgb(var(--color-error-0)/.6)}html .border-error-0\/65{border-color:rgb(var(--color-error-0)/.65)}html .border-error-0\/70{border-color:rgb(var(--color-error-0)/.7)}html .border-error-0\/75{border-color:rgb(var(--color-error-0)/.75)}html .border-error-0\/80{border-color:rgb(var(--color-error-0)/.8)}html .border-error-0\/85{border-color:rgb(var(--color-error-0)/.85)}html .border-error-0\/90{border-color:rgb(var(--color-error-0)/.9)}html .border-error-0\/95{border-color:rgb(var(--color-error-0)/.95)}html .border-error-100{--tw-border-opacity: 1;border-color:rgb(var(--color-error-100)/var(--tw-border-opacity, 1))}html .border-error-100\/0{border-color:rgb(var(--color-error-100)/0)}html .border-error-100\/10{border-color:rgb(var(--color-error-100)/.1)}html .border-error-100\/100{border-color:rgb(var(--color-error-100)/1)}html .border-error-100\/15{border-color:rgb(var(--color-error-100)/.15)}html .border-error-100\/20{border-color:rgb(var(--color-error-100)/.2)}html .border-error-100\/25{border-color:rgb(var(--color-error-100)/.25)}html .border-error-100\/30{border-color:rgb(var(--color-error-100)/.3)}html .border-error-100\/35{border-color:rgb(var(--color-error-100)/.35)}html .border-error-100\/40{border-color:rgb(var(--color-error-100)/.4)}html .border-error-100\/45{border-color:rgb(var(--color-error-100)/.45)}html .border-error-100\/5{border-color:rgb(var(--color-error-100)/.05)}html .border-error-100\/50{border-color:rgb(var(--color-error-100)/.5)}html .border-error-100\/55{border-color:rgb(var(--color-error-100)/.55)}html .border-error-100\/60{border-color:rgb(var(--color-error-100)/.6)}html .border-error-100\/65{border-color:rgb(var(--color-error-100)/.65)}html .border-error-100\/70{border-color:rgb(var(--color-error-100)/.7)}html .border-error-100\/75{border-color:rgb(var(--color-error-100)/.75)}html .border-error-100\/80{border-color:rgb(var(--color-error-100)/.8)}html .border-error-100\/85{border-color:rgb(var(--color-error-100)/.85)}html .border-error-100\/90{border-color:rgb(var(--color-error-100)/.9)}html .border-error-100\/95{border-color:rgb(var(--color-error-100)/.95)}html .border-error-200{--tw-border-opacity: 1;border-color:rgb(var(--color-error-200)/var(--tw-border-opacity, 1))}html .border-error-200\/0{border-color:rgb(var(--color-error-200)/0)}html .border-error-200\/10{border-color:rgb(var(--color-error-200)/.1)}html .border-error-200\/100{border-color:rgb(var(--color-error-200)/1)}html .border-error-200\/15{border-color:rgb(var(--color-error-200)/.15)}html .border-error-200\/20{border-color:rgb(var(--color-error-200)/.2)}html .border-error-200\/25{border-color:rgb(var(--color-error-200)/.25)}html .border-error-200\/30{border-color:rgb(var(--color-error-200)/.3)}html .border-error-200\/35{border-color:rgb(var(--color-error-200)/.35)}html .border-error-200\/40{border-color:rgb(var(--color-error-200)/.4)}html .border-error-200\/45{border-color:rgb(var(--color-error-200)/.45)}html .border-error-200\/5{border-color:rgb(var(--color-error-200)/.05)}html .border-error-200\/50{border-color:rgb(var(--color-error-200)/.5)}html .border-error-200\/55{border-color:rgb(var(--color-error-200)/.55)}html .border-error-200\/60{border-color:rgb(var(--color-error-200)/.6)}html .border-error-200\/65{border-color:rgb(var(--color-error-200)/.65)}html .border-error-200\/70{border-color:rgb(var(--color-error-200)/.7)}html .border-error-200\/75{border-color:rgb(var(--color-error-200)/.75)}html .border-error-200\/80{border-color:rgb(var(--color-error-200)/.8)}html .border-error-200\/85{border-color:rgb(var(--color-error-200)/.85)}html .border-error-200\/90{border-color:rgb(var(--color-error-200)/.9)}html .border-error-200\/95{border-color:rgb(var(--color-error-200)/.95)}html .border-error-300{--tw-border-opacity: 1;border-color:rgb(var(--color-error-300)/var(--tw-border-opacity, 1))}html .border-error-300\/0{border-color:rgb(var(--color-error-300)/0)}html .border-error-300\/10{border-color:rgb(var(--color-error-300)/.1)}html .border-error-300\/100{border-color:rgb(var(--color-error-300)/1)}html .border-error-300\/15{border-color:rgb(var(--color-error-300)/.15)}html .border-error-300\/20{border-color:rgb(var(--color-error-300)/.2)}html .border-error-300\/25{border-color:rgb(var(--color-error-300)/.25)}html .border-error-300\/30{border-color:rgb(var(--color-error-300)/.3)}html .border-error-300\/35{border-color:rgb(var(--color-error-300)/.35)}html .border-error-300\/40{border-color:rgb(var(--color-error-300)/.4)}html .border-error-300\/45{border-color:rgb(var(--color-error-300)/.45)}html .border-error-300\/5{border-color:rgb(var(--color-error-300)/.05)}html .border-error-300\/50{border-color:rgb(var(--color-error-300)/.5)}html .border-error-300\/55{border-color:rgb(var(--color-error-300)/.55)}html .border-error-300\/60{border-color:rgb(var(--color-error-300)/.6)}html .border-error-300\/65{border-color:rgb(var(--color-error-300)/.65)}html .border-error-300\/70{border-color:rgb(var(--color-error-300)/.7)}html .border-error-300\/75{border-color:rgb(var(--color-error-300)/.75)}html .border-error-300\/80{border-color:rgb(var(--color-error-300)/.8)}html .border-error-300\/85{border-color:rgb(var(--color-error-300)/.85)}html .border-error-300\/90{border-color:rgb(var(--color-error-300)/.9)}html .border-error-300\/95{border-color:rgb(var(--color-error-300)/.95)}html .border-error-400{--tw-border-opacity: 1;border-color:rgb(var(--color-error-400)/var(--tw-border-opacity, 1))}html .border-error-400\/0{border-color:rgb(var(--color-error-400)/0)}html .border-error-400\/10{border-color:rgb(var(--color-error-400)/.1)}html .border-error-400\/100{border-color:rgb(var(--color-error-400)/1)}html .border-error-400\/15{border-color:rgb(var(--color-error-400)/.15)}html .border-error-400\/20{border-color:rgb(var(--color-error-400)/.2)}html .border-error-400\/25{border-color:rgb(var(--color-error-400)/.25)}html .border-error-400\/30{border-color:rgb(var(--color-error-400)/.3)}html .border-error-400\/35{border-color:rgb(var(--color-error-400)/.35)}html .border-error-400\/40{border-color:rgb(var(--color-error-400)/.4)}html .border-error-400\/45{border-color:rgb(var(--color-error-400)/.45)}html .border-error-400\/5{border-color:rgb(var(--color-error-400)/.05)}html .border-error-400\/50{border-color:rgb(var(--color-error-400)/.5)}html .border-error-400\/55{border-color:rgb(var(--color-error-400)/.55)}html .border-error-400\/60{border-color:rgb(var(--color-error-400)/.6)}html .border-error-400\/65{border-color:rgb(var(--color-error-400)/.65)}html .border-error-400\/70{border-color:rgb(var(--color-error-400)/.7)}html .border-error-400\/75{border-color:rgb(var(--color-error-400)/.75)}html .border-error-400\/80{border-color:rgb(var(--color-error-400)/.8)}html .border-error-400\/85{border-color:rgb(var(--color-error-400)/.85)}html .border-error-400\/90{border-color:rgb(var(--color-error-400)/.9)}html .border-error-400\/95{border-color:rgb(var(--color-error-400)/.95)}html .border-error-50{--tw-border-opacity: 1;border-color:rgb(var(--color-error-50)/var(--tw-border-opacity, 1))}html .border-error-50\/0{border-color:rgb(var(--color-error-50)/0)}html .border-error-50\/10{border-color:rgb(var(--color-error-50)/.1)}html .border-error-50\/100{border-color:rgb(var(--color-error-50)/1)}html .border-error-50\/15{border-color:rgb(var(--color-error-50)/.15)}html .border-error-50\/20{border-color:rgb(var(--color-error-50)/.2)}html .border-error-50\/25{border-color:rgb(var(--color-error-50)/.25)}html .border-error-50\/30{border-color:rgb(var(--color-error-50)/.3)}html .border-error-50\/35{border-color:rgb(var(--color-error-50)/.35)}html .border-error-50\/40{border-color:rgb(var(--color-error-50)/.4)}html .border-error-50\/45{border-color:rgb(var(--color-error-50)/.45)}html .border-error-50\/5{border-color:rgb(var(--color-error-50)/.05)}html .border-error-50\/50{border-color:rgb(var(--color-error-50)/.5)}html .border-error-50\/55{border-color:rgb(var(--color-error-50)/.55)}html .border-error-50\/60{border-color:rgb(var(--color-error-50)/.6)}html .border-error-50\/65{border-color:rgb(var(--color-error-50)/.65)}html .border-error-50\/70{border-color:rgb(var(--color-error-50)/.7)}html .border-error-50\/75{border-color:rgb(var(--color-error-50)/.75)}html .border-error-50\/80{border-color:rgb(var(--color-error-50)/.8)}html .border-error-50\/85{border-color:rgb(var(--color-error-50)/.85)}html .border-error-50\/90{border-color:rgb(var(--color-error-50)/.9)}html .border-error-50\/95{border-color:rgb(var(--color-error-50)/.95)}html .border-error-500{--tw-border-opacity: 1;border-color:rgb(var(--color-error-500)/var(--tw-border-opacity, 1))}html .border-error-500\/0{border-color:rgb(var(--color-error-500)/0)}html .border-error-500\/10{border-color:rgb(var(--color-error-500)/.1)}html .border-error-500\/100{border-color:rgb(var(--color-error-500)/1)}html .border-error-500\/15{border-color:rgb(var(--color-error-500)/.15)}html .border-error-500\/20{border-color:rgb(var(--color-error-500)/.2)}html .border-error-500\/25{border-color:rgb(var(--color-error-500)/.25)}html .border-error-500\/30{border-color:rgb(var(--color-error-500)/.3)}html .border-error-500\/35{border-color:rgb(var(--color-error-500)/.35)}html .border-error-500\/40{border-color:rgb(var(--color-error-500)/.4)}html .border-error-500\/45{border-color:rgb(var(--color-error-500)/.45)}html .border-error-500\/5{border-color:rgb(var(--color-error-500)/.05)}html .border-error-500\/50{border-color:rgb(var(--color-error-500)/.5)}html .border-error-500\/55{border-color:rgb(var(--color-error-500)/.55)}html .border-error-500\/60{border-color:rgb(var(--color-error-500)/.6)}html .border-error-500\/65{border-color:rgb(var(--color-error-500)/.65)}html .border-error-500\/70{border-color:rgb(var(--color-error-500)/.7)}html .border-error-500\/75{border-color:rgb(var(--color-error-500)/.75)}html .border-error-500\/80{border-color:rgb(var(--color-error-500)/.8)}html .border-error-500\/85{border-color:rgb(var(--color-error-500)/.85)}html .border-error-500\/90{border-color:rgb(var(--color-error-500)/.9)}html .border-error-500\/95{border-color:rgb(var(--color-error-500)/.95)}html .border-error-600{--tw-border-opacity: 1;border-color:rgb(var(--color-error-600)/var(--tw-border-opacity, 1))}html .border-error-600\/0{border-color:rgb(var(--color-error-600)/0)}html .border-error-600\/10{border-color:rgb(var(--color-error-600)/.1)}html .border-error-600\/100{border-color:rgb(var(--color-error-600)/1)}html .border-error-600\/15{border-color:rgb(var(--color-error-600)/.15)}html .border-error-600\/20{border-color:rgb(var(--color-error-600)/.2)}html .border-error-600\/25{border-color:rgb(var(--color-error-600)/.25)}html .border-error-600\/30{border-color:rgb(var(--color-error-600)/.3)}html .border-error-600\/35{border-color:rgb(var(--color-error-600)/.35)}html .border-error-600\/40{border-color:rgb(var(--color-error-600)/.4)}html .border-error-600\/45{border-color:rgb(var(--color-error-600)/.45)}html .border-error-600\/5{border-color:rgb(var(--color-error-600)/.05)}html .border-error-600\/50{border-color:rgb(var(--color-error-600)/.5)}html .border-error-600\/55{border-color:rgb(var(--color-error-600)/.55)}html .border-error-600\/60{border-color:rgb(var(--color-error-600)/.6)}html .border-error-600\/65{border-color:rgb(var(--color-error-600)/.65)}html .border-error-600\/70{border-color:rgb(var(--color-error-600)/.7)}html .border-error-600\/75{border-color:rgb(var(--color-error-600)/.75)}html .border-error-600\/80{border-color:rgb(var(--color-error-600)/.8)}html .border-error-600\/85{border-color:rgb(var(--color-error-600)/.85)}html .border-error-600\/90{border-color:rgb(var(--color-error-600)/.9)}html .border-error-600\/95{border-color:rgb(var(--color-error-600)/.95)}html .border-error-700{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .border-error-700\/0{border-color:rgb(var(--color-error-700)/0)}html .border-error-700\/10{border-color:rgb(var(--color-error-700)/.1)}html .border-error-700\/100{border-color:rgb(var(--color-error-700)/1)}html .border-error-700\/15{border-color:rgb(var(--color-error-700)/.15)}html .border-error-700\/20{border-color:rgb(var(--color-error-700)/.2)}html .border-error-700\/25{border-color:rgb(var(--color-error-700)/.25)}html .border-error-700\/30{border-color:rgb(var(--color-error-700)/.3)}html .border-error-700\/35{border-color:rgb(var(--color-error-700)/.35)}html .border-error-700\/40{border-color:rgb(var(--color-error-700)/.4)}html .border-error-700\/45{border-color:rgb(var(--color-error-700)/.45)}html .border-error-700\/5{border-color:rgb(var(--color-error-700)/.05)}html .border-error-700\/50{border-color:rgb(var(--color-error-700)/.5)}html .border-error-700\/55{border-color:rgb(var(--color-error-700)/.55)}html .border-error-700\/60{border-color:rgb(var(--color-error-700)/.6)}html .border-error-700\/65{border-color:rgb(var(--color-error-700)/.65)}html .border-error-700\/70{border-color:rgb(var(--color-error-700)/.7)}html .border-error-700\/75{border-color:rgb(var(--color-error-700)/.75)}html .border-error-700\/80{border-color:rgb(var(--color-error-700)/.8)}html .border-error-700\/85{border-color:rgb(var(--color-error-700)/.85)}html .border-error-700\/90{border-color:rgb(var(--color-error-700)/.9)}html .border-error-700\/95{border-color:rgb(var(--color-error-700)/.95)}html .border-error-800{--tw-border-opacity: 1;border-color:rgb(var(--color-error-800)/var(--tw-border-opacity, 1))}html .border-error-800\/0{border-color:rgb(var(--color-error-800)/0)}html .border-error-800\/10{border-color:rgb(var(--color-error-800)/.1)}html .border-error-800\/100{border-color:rgb(var(--color-error-800)/1)}html .border-error-800\/15{border-color:rgb(var(--color-error-800)/.15)}html .border-error-800\/20{border-color:rgb(var(--color-error-800)/.2)}html .border-error-800\/25{border-color:rgb(var(--color-error-800)/.25)}html .border-error-800\/30{border-color:rgb(var(--color-error-800)/.3)}html .border-error-800\/35{border-color:rgb(var(--color-error-800)/.35)}html .border-error-800\/40{border-color:rgb(var(--color-error-800)/.4)}html .border-error-800\/45{border-color:rgb(var(--color-error-800)/.45)}html .border-error-800\/5{border-color:rgb(var(--color-error-800)/.05)}html .border-error-800\/50{border-color:rgb(var(--color-error-800)/.5)}html .border-error-800\/55{border-color:rgb(var(--color-error-800)/.55)}html .border-error-800\/60{border-color:rgb(var(--color-error-800)/.6)}html .border-error-800\/65{border-color:rgb(var(--color-error-800)/.65)}html .border-error-800\/70{border-color:rgb(var(--color-error-800)/.7)}html .border-error-800\/75{border-color:rgb(var(--color-error-800)/.75)}html .border-error-800\/80{border-color:rgb(var(--color-error-800)/.8)}html .border-error-800\/85{border-color:rgb(var(--color-error-800)/.85)}html .border-error-800\/90{border-color:rgb(var(--color-error-800)/.9)}html .border-error-800\/95{border-color:rgb(var(--color-error-800)/.95)}html .border-error-900{--tw-border-opacity: 1;border-color:rgb(var(--color-error-900)/var(--tw-border-opacity, 1))}html .border-error-900\/0{border-color:rgb(var(--color-error-900)/0)}html .border-error-900\/10{border-color:rgb(var(--color-error-900)/.1)}html .border-error-900\/100{border-color:rgb(var(--color-error-900)/1)}html .border-error-900\/15{border-color:rgb(var(--color-error-900)/.15)}html .border-error-900\/20{border-color:rgb(var(--color-error-900)/.2)}html .border-error-900\/25{border-color:rgb(var(--color-error-900)/.25)}html .border-error-900\/30{border-color:rgb(var(--color-error-900)/.3)}html .border-error-900\/35{border-color:rgb(var(--color-error-900)/.35)}html .border-error-900\/40{border-color:rgb(var(--color-error-900)/.4)}html .border-error-900\/45{border-color:rgb(var(--color-error-900)/.45)}html .border-error-900\/5{border-color:rgb(var(--color-error-900)/.05)}html .border-error-900\/50{border-color:rgb(var(--color-error-900)/.5)}html .border-error-900\/55{border-color:rgb(var(--color-error-900)/.55)}html .border-error-900\/60{border-color:rgb(var(--color-error-900)/.6)}html .border-error-900\/65{border-color:rgb(var(--color-error-900)/.65)}html .border-error-900\/70{border-color:rgb(var(--color-error-900)/.7)}html .border-error-900\/75{border-color:rgb(var(--color-error-900)/.75)}html .border-error-900\/80{border-color:rgb(var(--color-error-900)/.8)}html .border-error-900\/85{border-color:rgb(var(--color-error-900)/.85)}html .border-error-900\/90{border-color:rgb(var(--color-error-900)/.9)}html .border-error-900\/95{border-color:rgb(var(--color-error-900)/.95)}html .border-error-950{--tw-border-opacity: 1;border-color:rgb(var(--color-error-950)/var(--tw-border-opacity, 1))}html .border-error-950\/0{border-color:rgb(var(--color-error-950)/0)}html .border-error-950\/10{border-color:rgb(var(--color-error-950)/.1)}html .border-error-950\/100{border-color:rgb(var(--color-error-950)/1)}html .border-error-950\/15{border-color:rgb(var(--color-error-950)/.15)}html .border-error-950\/20{border-color:rgb(var(--color-error-950)/.2)}html .border-error-950\/25{border-color:rgb(var(--color-error-950)/.25)}html .border-error-950\/30{border-color:rgb(var(--color-error-950)/.3)}html .border-error-950\/35{border-color:rgb(var(--color-error-950)/.35)}html .border-error-950\/40{border-color:rgb(var(--color-error-950)/.4)}html .border-error-950\/45{border-color:rgb(var(--color-error-950)/.45)}html .border-error-950\/5{border-color:rgb(var(--color-error-950)/.05)}html .border-error-950\/50{border-color:rgb(var(--color-error-950)/.5)}html .border-error-950\/55{border-color:rgb(var(--color-error-950)/.55)}html .border-error-950\/60{border-color:rgb(var(--color-error-950)/.6)}html .border-error-950\/65{border-color:rgb(var(--color-error-950)/.65)}html .border-error-950\/70{border-color:rgb(var(--color-error-950)/.7)}html .border-error-950\/75{border-color:rgb(var(--color-error-950)/.75)}html .border-error-950\/80{border-color:rgb(var(--color-error-950)/.8)}html .border-error-950\/85{border-color:rgb(var(--color-error-950)/.85)}html .border-error-950\/90{border-color:rgb(var(--color-error-950)/.9)}html .border-error-950\/95{border-color:rgb(var(--color-error-950)/.95)}html .border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}html .border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}html .border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}html .border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}html .border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}html .border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}html .border-green-standard{--tw-border-opacity: 1;border-color:rgb(var(--color-green-standard)/var(--tw-border-opacity, 1))}html .border-indicator-error{--tw-border-opacity: 1;border-color:rgb(var(--color-indicator-error)/var(--tw-border-opacity, 1))}html .border-indicator-error\/0{border-color:rgb(var(--color-indicator-error)/0)}html .border-indicator-error\/10{border-color:rgb(var(--color-indicator-error)/.1)}html .border-indicator-error\/100{border-color:rgb(var(--color-indicator-error)/1)}html .border-indicator-error\/15{border-color:rgb(var(--color-indicator-error)/.15)}html .border-indicator-error\/20{border-color:rgb(var(--color-indicator-error)/.2)}html .border-indicator-error\/25{border-color:rgb(var(--color-indicator-error)/.25)}html .border-indicator-error\/30{border-color:rgb(var(--color-indicator-error)/.3)}html .border-indicator-error\/35{border-color:rgb(var(--color-indicator-error)/.35)}html .border-indicator-error\/40{border-color:rgb(var(--color-indicator-error)/.4)}html .border-indicator-error\/45{border-color:rgb(var(--color-indicator-error)/.45)}html .border-indicator-error\/5{border-color:rgb(var(--color-indicator-error)/.05)}html .border-indicator-error\/50{border-color:rgb(var(--color-indicator-error)/.5)}html .border-indicator-error\/55{border-color:rgb(var(--color-indicator-error)/.55)}html .border-indicator-error\/60{border-color:rgb(var(--color-indicator-error)/.6)}html .border-indicator-error\/65{border-color:rgb(var(--color-indicator-error)/.65)}html .border-indicator-error\/70{border-color:rgb(var(--color-indicator-error)/.7)}html .border-indicator-error\/75{border-color:rgb(var(--color-indicator-error)/.75)}html .border-indicator-error\/80{border-color:rgb(var(--color-indicator-error)/.8)}html .border-indicator-error\/85{border-color:rgb(var(--color-indicator-error)/.85)}html .border-indicator-error\/90{border-color:rgb(var(--color-indicator-error)/.9)}html .border-indicator-error\/95{border-color:rgb(var(--color-indicator-error)/.95)}html .border-indicator-info{--tw-border-opacity: 1;border-color:rgb(var(--color-indicator-info)/var(--tw-border-opacity, 1))}html .border-indicator-info\/0{border-color:rgb(var(--color-indicator-info)/0)}html .border-indicator-info\/10{border-color:rgb(var(--color-indicator-info)/.1)}html .border-indicator-info\/100{border-color:rgb(var(--color-indicator-info)/1)}html .border-indicator-info\/15{border-color:rgb(var(--color-indicator-info)/.15)}html .border-indicator-info\/20{border-color:rgb(var(--color-indicator-info)/.2)}html .border-indicator-info\/25{border-color:rgb(var(--color-indicator-info)/.25)}html .border-indicator-info\/30{border-color:rgb(var(--color-indicator-info)/.3)}html .border-indicator-info\/35{border-color:rgb(var(--color-indicator-info)/.35)}html .border-indicator-info\/40{border-color:rgb(var(--color-indicator-info)/.4)}html .border-indicator-info\/45{border-color:rgb(var(--color-indicator-info)/.45)}html .border-indicator-info\/5{border-color:rgb(var(--color-indicator-info)/.05)}html .border-indicator-info\/50{border-color:rgb(var(--color-indicator-info)/.5)}html .border-indicator-info\/55{border-color:rgb(var(--color-indicator-info)/.55)}html .border-indicator-info\/60{border-color:rgb(var(--color-indicator-info)/.6)}html .border-indicator-info\/65{border-color:rgb(var(--color-indicator-info)/.65)}html .border-indicator-info\/70{border-color:rgb(var(--color-indicator-info)/.7)}html .border-indicator-info\/75{border-color:rgb(var(--color-indicator-info)/.75)}html .border-indicator-info\/80{border-color:rgb(var(--color-indicator-info)/.8)}html .border-indicator-info\/85{border-color:rgb(var(--color-indicator-info)/.85)}html .border-indicator-info\/90{border-color:rgb(var(--color-indicator-info)/.9)}html .border-indicator-info\/95{border-color:rgb(var(--color-indicator-info)/.95)}html .border-indicator-primary{--tw-border-opacity: 1;border-color:rgb(var(--color-indicator-primary)/var(--tw-border-opacity, 1))}html .border-indicator-primary\/0{border-color:rgb(var(--color-indicator-primary)/0)}html .border-indicator-primary\/10{border-color:rgb(var(--color-indicator-primary)/.1)}html .border-indicator-primary\/100{border-color:rgb(var(--color-indicator-primary)/1)}html .border-indicator-primary\/15{border-color:rgb(var(--color-indicator-primary)/.15)}html .border-indicator-primary\/20{border-color:rgb(var(--color-indicator-primary)/.2)}html .border-indicator-primary\/25{border-color:rgb(var(--color-indicator-primary)/.25)}html .border-indicator-primary\/30{border-color:rgb(var(--color-indicator-primary)/.3)}html .border-indicator-primary\/35{border-color:rgb(var(--color-indicator-primary)/.35)}html .border-indicator-primary\/40{border-color:rgb(var(--color-indicator-primary)/.4)}html .border-indicator-primary\/45{border-color:rgb(var(--color-indicator-primary)/.45)}html .border-indicator-primary\/5{border-color:rgb(var(--color-indicator-primary)/.05)}html .border-indicator-primary\/50{border-color:rgb(var(--color-indicator-primary)/.5)}html .border-indicator-primary\/55{border-color:rgb(var(--color-indicator-primary)/.55)}html .border-indicator-primary\/60{border-color:rgb(var(--color-indicator-primary)/.6)}html .border-indicator-primary\/65{border-color:rgb(var(--color-indicator-primary)/.65)}html .border-indicator-primary\/70{border-color:rgb(var(--color-indicator-primary)/.7)}html .border-indicator-primary\/75{border-color:rgb(var(--color-indicator-primary)/.75)}html .border-indicator-primary\/80{border-color:rgb(var(--color-indicator-primary)/.8)}html .border-indicator-primary\/85{border-color:rgb(var(--color-indicator-primary)/.85)}html .border-indicator-primary\/90{border-color:rgb(var(--color-indicator-primary)/.9)}html .border-indicator-primary\/95{border-color:rgb(var(--color-indicator-primary)/.95)}html .border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}html .border-info-0{--tw-border-opacity: 1;border-color:rgb(var(--color-info-0)/var(--tw-border-opacity, 1))}html .border-info-0\/0{border-color:rgb(var(--color-info-0)/0)}html .border-info-0\/10{border-color:rgb(var(--color-info-0)/.1)}html .border-info-0\/100{border-color:rgb(var(--color-info-0)/1)}html .border-info-0\/15{border-color:rgb(var(--color-info-0)/.15)}html .border-info-0\/20{border-color:rgb(var(--color-info-0)/.2)}html .border-info-0\/25{border-color:rgb(var(--color-info-0)/.25)}html .border-info-0\/30{border-color:rgb(var(--color-info-0)/.3)}html .border-info-0\/35{border-color:rgb(var(--color-info-0)/.35)}html .border-info-0\/40{border-color:rgb(var(--color-info-0)/.4)}html .border-info-0\/45{border-color:rgb(var(--color-info-0)/.45)}html .border-info-0\/5{border-color:rgb(var(--color-info-0)/.05)}html .border-info-0\/50{border-color:rgb(var(--color-info-0)/.5)}html .border-info-0\/55{border-color:rgb(var(--color-info-0)/.55)}html .border-info-0\/60{border-color:rgb(var(--color-info-0)/.6)}html .border-info-0\/65{border-color:rgb(var(--color-info-0)/.65)}html .border-info-0\/70{border-color:rgb(var(--color-info-0)/.7)}html .border-info-0\/75{border-color:rgb(var(--color-info-0)/.75)}html .border-info-0\/80{border-color:rgb(var(--color-info-0)/.8)}html .border-info-0\/85{border-color:rgb(var(--color-info-0)/.85)}html .border-info-0\/90{border-color:rgb(var(--color-info-0)/.9)}html .border-info-0\/95{border-color:rgb(var(--color-info-0)/.95)}html .border-info-100{--tw-border-opacity: 1;border-color:rgb(var(--color-info-100)/var(--tw-border-opacity, 1))}html .border-info-100\/0{border-color:rgb(var(--color-info-100)/0)}html .border-info-100\/10{border-color:rgb(var(--color-info-100)/.1)}html .border-info-100\/100{border-color:rgb(var(--color-info-100)/1)}html .border-info-100\/15{border-color:rgb(var(--color-info-100)/.15)}html .border-info-100\/20{border-color:rgb(var(--color-info-100)/.2)}html .border-info-100\/25{border-color:rgb(var(--color-info-100)/.25)}html .border-info-100\/30{border-color:rgb(var(--color-info-100)/.3)}html .border-info-100\/35{border-color:rgb(var(--color-info-100)/.35)}html .border-info-100\/40{border-color:rgb(var(--color-info-100)/.4)}html .border-info-100\/45{border-color:rgb(var(--color-info-100)/.45)}html .border-info-100\/5{border-color:rgb(var(--color-info-100)/.05)}html .border-info-100\/50{border-color:rgb(var(--color-info-100)/.5)}html .border-info-100\/55{border-color:rgb(var(--color-info-100)/.55)}html .border-info-100\/60{border-color:rgb(var(--color-info-100)/.6)}html .border-info-100\/65{border-color:rgb(var(--color-info-100)/.65)}html .border-info-100\/70{border-color:rgb(var(--color-info-100)/.7)}html .border-info-100\/75{border-color:rgb(var(--color-info-100)/.75)}html .border-info-100\/80{border-color:rgb(var(--color-info-100)/.8)}html .border-info-100\/85{border-color:rgb(var(--color-info-100)/.85)}html .border-info-100\/90{border-color:rgb(var(--color-info-100)/.9)}html .border-info-100\/95{border-color:rgb(var(--color-info-100)/.95)}html .border-info-200{--tw-border-opacity: 1;border-color:rgb(var(--color-info-200)/var(--tw-border-opacity, 1))}html .border-info-200\/0{border-color:rgb(var(--color-info-200)/0)}html .border-info-200\/10{border-color:rgb(var(--color-info-200)/.1)}html .border-info-200\/100{border-color:rgb(var(--color-info-200)/1)}html .border-info-200\/15{border-color:rgb(var(--color-info-200)/.15)}html .border-info-200\/20{border-color:rgb(var(--color-info-200)/.2)}html .border-info-200\/25{border-color:rgb(var(--color-info-200)/.25)}html .border-info-200\/30{border-color:rgb(var(--color-info-200)/.3)}html .border-info-200\/35{border-color:rgb(var(--color-info-200)/.35)}html .border-info-200\/40{border-color:rgb(var(--color-info-200)/.4)}html .border-info-200\/45{border-color:rgb(var(--color-info-200)/.45)}html .border-info-200\/5{border-color:rgb(var(--color-info-200)/.05)}html .border-info-200\/50{border-color:rgb(var(--color-info-200)/.5)}html .border-info-200\/55{border-color:rgb(var(--color-info-200)/.55)}html .border-info-200\/60{border-color:rgb(var(--color-info-200)/.6)}html .border-info-200\/65{border-color:rgb(var(--color-info-200)/.65)}html .border-info-200\/70{border-color:rgb(var(--color-info-200)/.7)}html .border-info-200\/75{border-color:rgb(var(--color-info-200)/.75)}html .border-info-200\/80{border-color:rgb(var(--color-info-200)/.8)}html .border-info-200\/85{border-color:rgb(var(--color-info-200)/.85)}html .border-info-200\/90{border-color:rgb(var(--color-info-200)/.9)}html .border-info-200\/95{border-color:rgb(var(--color-info-200)/.95)}html .border-info-300{--tw-border-opacity: 1;border-color:rgb(var(--color-info-300)/var(--tw-border-opacity, 1))}html .border-info-300\/0{border-color:rgb(var(--color-info-300)/0)}html .border-info-300\/10{border-color:rgb(var(--color-info-300)/.1)}html .border-info-300\/100{border-color:rgb(var(--color-info-300)/1)}html .border-info-300\/15{border-color:rgb(var(--color-info-300)/.15)}html .border-info-300\/20{border-color:rgb(var(--color-info-300)/.2)}html .border-info-300\/25{border-color:rgb(var(--color-info-300)/.25)}html .border-info-300\/30{border-color:rgb(var(--color-info-300)/.3)}html .border-info-300\/35{border-color:rgb(var(--color-info-300)/.35)}html .border-info-300\/40{border-color:rgb(var(--color-info-300)/.4)}html .border-info-300\/45{border-color:rgb(var(--color-info-300)/.45)}html .border-info-300\/5{border-color:rgb(var(--color-info-300)/.05)}html .border-info-300\/50{border-color:rgb(var(--color-info-300)/.5)}html .border-info-300\/55{border-color:rgb(var(--color-info-300)/.55)}html .border-info-300\/60{border-color:rgb(var(--color-info-300)/.6)}html .border-info-300\/65{border-color:rgb(var(--color-info-300)/.65)}html .border-info-300\/70{border-color:rgb(var(--color-info-300)/.7)}html .border-info-300\/75{border-color:rgb(var(--color-info-300)/.75)}html .border-info-300\/80{border-color:rgb(var(--color-info-300)/.8)}html .border-info-300\/85{border-color:rgb(var(--color-info-300)/.85)}html .border-info-300\/90{border-color:rgb(var(--color-info-300)/.9)}html .border-info-300\/95{border-color:rgb(var(--color-info-300)/.95)}html .border-info-400{--tw-border-opacity: 1;border-color:rgb(var(--color-info-400)/var(--tw-border-opacity, 1))}html .border-info-400\/0{border-color:rgb(var(--color-info-400)/0)}html .border-info-400\/10{border-color:rgb(var(--color-info-400)/.1)}html .border-info-400\/100{border-color:rgb(var(--color-info-400)/1)}html .border-info-400\/15{border-color:rgb(var(--color-info-400)/.15)}html .border-info-400\/20{border-color:rgb(var(--color-info-400)/.2)}html .border-info-400\/25{border-color:rgb(var(--color-info-400)/.25)}html .border-info-400\/30{border-color:rgb(var(--color-info-400)/.3)}html .border-info-400\/35{border-color:rgb(var(--color-info-400)/.35)}html .border-info-400\/40{border-color:rgb(var(--color-info-400)/.4)}html .border-info-400\/45{border-color:rgb(var(--color-info-400)/.45)}html .border-info-400\/5{border-color:rgb(var(--color-info-400)/.05)}html .border-info-400\/50{border-color:rgb(var(--color-info-400)/.5)}html .border-info-400\/55{border-color:rgb(var(--color-info-400)/.55)}html .border-info-400\/60{border-color:rgb(var(--color-info-400)/.6)}html .border-info-400\/65{border-color:rgb(var(--color-info-400)/.65)}html .border-info-400\/70{border-color:rgb(var(--color-info-400)/.7)}html .border-info-400\/75{border-color:rgb(var(--color-info-400)/.75)}html .border-info-400\/80{border-color:rgb(var(--color-info-400)/.8)}html .border-info-400\/85{border-color:rgb(var(--color-info-400)/.85)}html .border-info-400\/90{border-color:rgb(var(--color-info-400)/.9)}html .border-info-400\/95{border-color:rgb(var(--color-info-400)/.95)}html .border-info-50{--tw-border-opacity: 1;border-color:rgb(var(--color-info-50)/var(--tw-border-opacity, 1))}html .border-info-50\/0{border-color:rgb(var(--color-info-50)/0)}html .border-info-50\/10{border-color:rgb(var(--color-info-50)/.1)}html .border-info-50\/100{border-color:rgb(var(--color-info-50)/1)}html .border-info-50\/15{border-color:rgb(var(--color-info-50)/.15)}html .border-info-50\/20{border-color:rgb(var(--color-info-50)/.2)}html .border-info-50\/25{border-color:rgb(var(--color-info-50)/.25)}html .border-info-50\/30{border-color:rgb(var(--color-info-50)/.3)}html .border-info-50\/35{border-color:rgb(var(--color-info-50)/.35)}html .border-info-50\/40{border-color:rgb(var(--color-info-50)/.4)}html .border-info-50\/45{border-color:rgb(var(--color-info-50)/.45)}html .border-info-50\/5{border-color:rgb(var(--color-info-50)/.05)}html .border-info-50\/50{border-color:rgb(var(--color-info-50)/.5)}html .border-info-50\/55{border-color:rgb(var(--color-info-50)/.55)}html .border-info-50\/60{border-color:rgb(var(--color-info-50)/.6)}html .border-info-50\/65{border-color:rgb(var(--color-info-50)/.65)}html .border-info-50\/70{border-color:rgb(var(--color-info-50)/.7)}html .border-info-50\/75{border-color:rgb(var(--color-info-50)/.75)}html .border-info-50\/80{border-color:rgb(var(--color-info-50)/.8)}html .border-info-50\/85{border-color:rgb(var(--color-info-50)/.85)}html .border-info-50\/90{border-color:rgb(var(--color-info-50)/.9)}html .border-info-50\/95{border-color:rgb(var(--color-info-50)/.95)}html .border-info-500{--tw-border-opacity: 1;border-color:rgb(var(--color-info-500)/var(--tw-border-opacity, 1))}html .border-info-500\/0{border-color:rgb(var(--color-info-500)/0)}html .border-info-500\/10{border-color:rgb(var(--color-info-500)/.1)}html .border-info-500\/100{border-color:rgb(var(--color-info-500)/1)}html .border-info-500\/15{border-color:rgb(var(--color-info-500)/.15)}html .border-info-500\/20{border-color:rgb(var(--color-info-500)/.2)}html .border-info-500\/25{border-color:rgb(var(--color-info-500)/.25)}html .border-info-500\/30{border-color:rgb(var(--color-info-500)/.3)}html .border-info-500\/35{border-color:rgb(var(--color-info-500)/.35)}html .border-info-500\/40{border-color:rgb(var(--color-info-500)/.4)}html .border-info-500\/45{border-color:rgb(var(--color-info-500)/.45)}html .border-info-500\/5{border-color:rgb(var(--color-info-500)/.05)}html .border-info-500\/50{border-color:rgb(var(--color-info-500)/.5)}html .border-info-500\/55{border-color:rgb(var(--color-info-500)/.55)}html .border-info-500\/60{border-color:rgb(var(--color-info-500)/.6)}html .border-info-500\/65{border-color:rgb(var(--color-info-500)/.65)}html .border-info-500\/70{border-color:rgb(var(--color-info-500)/.7)}html .border-info-500\/75{border-color:rgb(var(--color-info-500)/.75)}html .border-info-500\/80{border-color:rgb(var(--color-info-500)/.8)}html .border-info-500\/85{border-color:rgb(var(--color-info-500)/.85)}html .border-info-500\/90{border-color:rgb(var(--color-info-500)/.9)}html .border-info-500\/95{border-color:rgb(var(--color-info-500)/.95)}html .border-info-600{--tw-border-opacity: 1;border-color:rgb(var(--color-info-600)/var(--tw-border-opacity, 1))}html .border-info-600\/0{border-color:rgb(var(--color-info-600)/0)}html .border-info-600\/10{border-color:rgb(var(--color-info-600)/.1)}html .border-info-600\/100{border-color:rgb(var(--color-info-600)/1)}html .border-info-600\/15{border-color:rgb(var(--color-info-600)/.15)}html .border-info-600\/20{border-color:rgb(var(--color-info-600)/.2)}html .border-info-600\/25{border-color:rgb(var(--color-info-600)/.25)}html .border-info-600\/30{border-color:rgb(var(--color-info-600)/.3)}html .border-info-600\/35{border-color:rgb(var(--color-info-600)/.35)}html .border-info-600\/40{border-color:rgb(var(--color-info-600)/.4)}html .border-info-600\/45{border-color:rgb(var(--color-info-600)/.45)}html .border-info-600\/5{border-color:rgb(var(--color-info-600)/.05)}html .border-info-600\/50{border-color:rgb(var(--color-info-600)/.5)}html .border-info-600\/55{border-color:rgb(var(--color-info-600)/.55)}html .border-info-600\/60{border-color:rgb(var(--color-info-600)/.6)}html .border-info-600\/65{border-color:rgb(var(--color-info-600)/.65)}html .border-info-600\/70{border-color:rgb(var(--color-info-600)/.7)}html .border-info-600\/75{border-color:rgb(var(--color-info-600)/.75)}html .border-info-600\/80{border-color:rgb(var(--color-info-600)/.8)}html .border-info-600\/85{border-color:rgb(var(--color-info-600)/.85)}html .border-info-600\/90{border-color:rgb(var(--color-info-600)/.9)}html .border-info-600\/95{border-color:rgb(var(--color-info-600)/.95)}html .border-info-700{--tw-border-opacity: 1;border-color:rgb(var(--color-info-700)/var(--tw-border-opacity, 1))}html .border-info-700\/0{border-color:rgb(var(--color-info-700)/0)}html .border-info-700\/10{border-color:rgb(var(--color-info-700)/.1)}html .border-info-700\/100{border-color:rgb(var(--color-info-700)/1)}html .border-info-700\/15{border-color:rgb(var(--color-info-700)/.15)}html .border-info-700\/20{border-color:rgb(var(--color-info-700)/.2)}html .border-info-700\/25{border-color:rgb(var(--color-info-700)/.25)}html .border-info-700\/30{border-color:rgb(var(--color-info-700)/.3)}html .border-info-700\/35{border-color:rgb(var(--color-info-700)/.35)}html .border-info-700\/40{border-color:rgb(var(--color-info-700)/.4)}html .border-info-700\/45{border-color:rgb(var(--color-info-700)/.45)}html .border-info-700\/5{border-color:rgb(var(--color-info-700)/.05)}html .border-info-700\/50{border-color:rgb(var(--color-info-700)/.5)}html .border-info-700\/55{border-color:rgb(var(--color-info-700)/.55)}html .border-info-700\/60{border-color:rgb(var(--color-info-700)/.6)}html .border-info-700\/65{border-color:rgb(var(--color-info-700)/.65)}html .border-info-700\/70{border-color:rgb(var(--color-info-700)/.7)}html .border-info-700\/75{border-color:rgb(var(--color-info-700)/.75)}html .border-info-700\/80{border-color:rgb(var(--color-info-700)/.8)}html .border-info-700\/85{border-color:rgb(var(--color-info-700)/.85)}html .border-info-700\/90{border-color:rgb(var(--color-info-700)/.9)}html .border-info-700\/95{border-color:rgb(var(--color-info-700)/.95)}html .border-info-800{--tw-border-opacity: 1;border-color:rgb(var(--color-info-800)/var(--tw-border-opacity, 1))}html .border-info-800\/0{border-color:rgb(var(--color-info-800)/0)}html .border-info-800\/10{border-color:rgb(var(--color-info-800)/.1)}html .border-info-800\/100{border-color:rgb(var(--color-info-800)/1)}html .border-info-800\/15{border-color:rgb(var(--color-info-800)/.15)}html .border-info-800\/20{border-color:rgb(var(--color-info-800)/.2)}html .border-info-800\/25{border-color:rgb(var(--color-info-800)/.25)}html .border-info-800\/30{border-color:rgb(var(--color-info-800)/.3)}html .border-info-800\/35{border-color:rgb(var(--color-info-800)/.35)}html .border-info-800\/40{border-color:rgb(var(--color-info-800)/.4)}html .border-info-800\/45{border-color:rgb(var(--color-info-800)/.45)}html .border-info-800\/5{border-color:rgb(var(--color-info-800)/.05)}html .border-info-800\/50{border-color:rgb(var(--color-info-800)/.5)}html .border-info-800\/55{border-color:rgb(var(--color-info-800)/.55)}html .border-info-800\/60{border-color:rgb(var(--color-info-800)/.6)}html .border-info-800\/65{border-color:rgb(var(--color-info-800)/.65)}html .border-info-800\/70{border-color:rgb(var(--color-info-800)/.7)}html .border-info-800\/75{border-color:rgb(var(--color-info-800)/.75)}html .border-info-800\/80{border-color:rgb(var(--color-info-800)/.8)}html .border-info-800\/85{border-color:rgb(var(--color-info-800)/.85)}html .border-info-800\/90{border-color:rgb(var(--color-info-800)/.9)}html .border-info-800\/95{border-color:rgb(var(--color-info-800)/.95)}html .border-info-900{--tw-border-opacity: 1;border-color:rgb(var(--color-info-900)/var(--tw-border-opacity, 1))}html .border-info-900\/0{border-color:rgb(var(--color-info-900)/0)}html .border-info-900\/10{border-color:rgb(var(--color-info-900)/.1)}html .border-info-900\/100{border-color:rgb(var(--color-info-900)/1)}html .border-info-900\/15{border-color:rgb(var(--color-info-900)/.15)}html .border-info-900\/20{border-color:rgb(var(--color-info-900)/.2)}html .border-info-900\/25{border-color:rgb(var(--color-info-900)/.25)}html .border-info-900\/30{border-color:rgb(var(--color-info-900)/.3)}html .border-info-900\/35{border-color:rgb(var(--color-info-900)/.35)}html .border-info-900\/40{border-color:rgb(var(--color-info-900)/.4)}html .border-info-900\/45{border-color:rgb(var(--color-info-900)/.45)}html .border-info-900\/5{border-color:rgb(var(--color-info-900)/.05)}html .border-info-900\/50{border-color:rgb(var(--color-info-900)/.5)}html .border-info-900\/55{border-color:rgb(var(--color-info-900)/.55)}html .border-info-900\/60{border-color:rgb(var(--color-info-900)/.6)}html .border-info-900\/65{border-color:rgb(var(--color-info-900)/.65)}html .border-info-900\/70{border-color:rgb(var(--color-info-900)/.7)}html .border-info-900\/75{border-color:rgb(var(--color-info-900)/.75)}html .border-info-900\/80{border-color:rgb(var(--color-info-900)/.8)}html .border-info-900\/85{border-color:rgb(var(--color-info-900)/.85)}html .border-info-900\/90{border-color:rgb(var(--color-info-900)/.9)}html .border-info-900\/95{border-color:rgb(var(--color-info-900)/.95)}html .border-info-950{--tw-border-opacity: 1;border-color:rgb(var(--color-info-950)/var(--tw-border-opacity, 1))}html .border-info-950\/0{border-color:rgb(var(--color-info-950)/0)}html .border-info-950\/10{border-color:rgb(var(--color-info-950)/.1)}html .border-info-950\/100{border-color:rgb(var(--color-info-950)/1)}html .border-info-950\/15{border-color:rgb(var(--color-info-950)/.15)}html .border-info-950\/20{border-color:rgb(var(--color-info-950)/.2)}html .border-info-950\/25{border-color:rgb(var(--color-info-950)/.25)}html .border-info-950\/30{border-color:rgb(var(--color-info-950)/.3)}html .border-info-950\/35{border-color:rgb(var(--color-info-950)/.35)}html .border-info-950\/40{border-color:rgb(var(--color-info-950)/.4)}html .border-info-950\/45{border-color:rgb(var(--color-info-950)/.45)}html .border-info-950\/5{border-color:rgb(var(--color-info-950)/.05)}html .border-info-950\/50{border-color:rgb(var(--color-info-950)/.5)}html .border-info-950\/55{border-color:rgb(var(--color-info-950)/.55)}html .border-info-950\/60{border-color:rgb(var(--color-info-950)/.6)}html .border-info-950\/65{border-color:rgb(var(--color-info-950)/.65)}html .border-info-950\/70{border-color:rgb(var(--color-info-950)/.7)}html .border-info-950\/75{border-color:rgb(var(--color-info-950)/.75)}html .border-info-950\/80{border-color:rgb(var(--color-info-950)/.8)}html .border-info-950\/85{border-color:rgb(var(--color-info-950)/.85)}html .border-info-950\/90{border-color:rgb(var(--color-info-950)/.9)}html .border-info-950\/95{border-color:rgb(var(--color-info-950)/.95)}html .border-outline-0{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-0)/var(--tw-border-opacity, 1))}html .border-outline-0\/0{border-color:rgb(var(--color-outline-0)/0)}html .border-outline-0\/10{border-color:rgb(var(--color-outline-0)/.1)}html .border-outline-0\/100{border-color:rgb(var(--color-outline-0)/1)}html .border-outline-0\/15{border-color:rgb(var(--color-outline-0)/.15)}html .border-outline-0\/20{border-color:rgb(var(--color-outline-0)/.2)}html .border-outline-0\/25{border-color:rgb(var(--color-outline-0)/.25)}html .border-outline-0\/30{border-color:rgb(var(--color-outline-0)/.3)}html .border-outline-0\/35{border-color:rgb(var(--color-outline-0)/.35)}html .border-outline-0\/40{border-color:rgb(var(--color-outline-0)/.4)}html .border-outline-0\/45{border-color:rgb(var(--color-outline-0)/.45)}html .border-outline-0\/5{border-color:rgb(var(--color-outline-0)/.05)}html .border-outline-0\/50{border-color:rgb(var(--color-outline-0)/.5)}html .border-outline-0\/55{border-color:rgb(var(--color-outline-0)/.55)}html .border-outline-0\/60{border-color:rgb(var(--color-outline-0)/.6)}html .border-outline-0\/65{border-color:rgb(var(--color-outline-0)/.65)}html .border-outline-0\/70{border-color:rgb(var(--color-outline-0)/.7)}html .border-outline-0\/75{border-color:rgb(var(--color-outline-0)/.75)}html .border-outline-0\/80{border-color:rgb(var(--color-outline-0)/.8)}html .border-outline-0\/85{border-color:rgb(var(--color-outline-0)/.85)}html .border-outline-0\/90{border-color:rgb(var(--color-outline-0)/.9)}html .border-outline-0\/95{border-color:rgb(var(--color-outline-0)/.95)}html .border-outline-100{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-100)/var(--tw-border-opacity, 1))}html .border-outline-100\/0{border-color:rgb(var(--color-outline-100)/0)}html .border-outline-100\/10{border-color:rgb(var(--color-outline-100)/.1)}html .border-outline-100\/100{border-color:rgb(var(--color-outline-100)/1)}html .border-outline-100\/15{border-color:rgb(var(--color-outline-100)/.15)}html .border-outline-100\/20{border-color:rgb(var(--color-outline-100)/.2)}html .border-outline-100\/25{border-color:rgb(var(--color-outline-100)/.25)}html .border-outline-100\/30{border-color:rgb(var(--color-outline-100)/.3)}html .border-outline-100\/35{border-color:rgb(var(--color-outline-100)/.35)}html .border-outline-100\/40{border-color:rgb(var(--color-outline-100)/.4)}html .border-outline-100\/45{border-color:rgb(var(--color-outline-100)/.45)}html .border-outline-100\/5{border-color:rgb(var(--color-outline-100)/.05)}html .border-outline-100\/50{border-color:rgb(var(--color-outline-100)/.5)}html .border-outline-100\/55{border-color:rgb(var(--color-outline-100)/.55)}html .border-outline-100\/60{border-color:rgb(var(--color-outline-100)/.6)}html .border-outline-100\/65{border-color:rgb(var(--color-outline-100)/.65)}html .border-outline-100\/70{border-color:rgb(var(--color-outline-100)/.7)}html .border-outline-100\/75{border-color:rgb(var(--color-outline-100)/.75)}html .border-outline-100\/80{border-color:rgb(var(--color-outline-100)/.8)}html .border-outline-100\/85{border-color:rgb(var(--color-outline-100)/.85)}html .border-outline-100\/90{border-color:rgb(var(--color-outline-100)/.9)}html .border-outline-100\/95{border-color:rgb(var(--color-outline-100)/.95)}html .border-outline-200{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-200)/var(--tw-border-opacity, 1))}html .border-outline-200\/0{border-color:rgb(var(--color-outline-200)/0)}html .border-outline-200\/10{border-color:rgb(var(--color-outline-200)/.1)}html .border-outline-200\/100{border-color:rgb(var(--color-outline-200)/1)}html .border-outline-200\/15{border-color:rgb(var(--color-outline-200)/.15)}html .border-outline-200\/20{border-color:rgb(var(--color-outline-200)/.2)}html .border-outline-200\/25{border-color:rgb(var(--color-outline-200)/.25)}html .border-outline-200\/30{border-color:rgb(var(--color-outline-200)/.3)}html .border-outline-200\/35{border-color:rgb(var(--color-outline-200)/.35)}html .border-outline-200\/40{border-color:rgb(var(--color-outline-200)/.4)}html .border-outline-200\/45{border-color:rgb(var(--color-outline-200)/.45)}html .border-outline-200\/5{border-color:rgb(var(--color-outline-200)/.05)}html .border-outline-200\/50{border-color:rgb(var(--color-outline-200)/.5)}html .border-outline-200\/55{border-color:rgb(var(--color-outline-200)/.55)}html .border-outline-200\/60{border-color:rgb(var(--color-outline-200)/.6)}html .border-outline-200\/65{border-color:rgb(var(--color-outline-200)/.65)}html .border-outline-200\/70{border-color:rgb(var(--color-outline-200)/.7)}html .border-outline-200\/75{border-color:rgb(var(--color-outline-200)/.75)}html .border-outline-200\/80{border-color:rgb(var(--color-outline-200)/.8)}html .border-outline-200\/85{border-color:rgb(var(--color-outline-200)/.85)}html .border-outline-200\/90{border-color:rgb(var(--color-outline-200)/.9)}html .border-outline-200\/95{border-color:rgb(var(--color-outline-200)/.95)}html .border-outline-300{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-300)/var(--tw-border-opacity, 1))}html .border-outline-300\/0{border-color:rgb(var(--color-outline-300)/0)}html .border-outline-300\/10{border-color:rgb(var(--color-outline-300)/.1)}html .border-outline-300\/100{border-color:rgb(var(--color-outline-300)/1)}html .border-outline-300\/15{border-color:rgb(var(--color-outline-300)/.15)}html .border-outline-300\/20{border-color:rgb(var(--color-outline-300)/.2)}html .border-outline-300\/25{border-color:rgb(var(--color-outline-300)/.25)}html .border-outline-300\/30{border-color:rgb(var(--color-outline-300)/.3)}html .border-outline-300\/35{border-color:rgb(var(--color-outline-300)/.35)}html .border-outline-300\/40{border-color:rgb(var(--color-outline-300)/.4)}html .border-outline-300\/45{border-color:rgb(var(--color-outline-300)/.45)}html .border-outline-300\/5{border-color:rgb(var(--color-outline-300)/.05)}html .border-outline-300\/50{border-color:rgb(var(--color-outline-300)/.5)}html .border-outline-300\/55{border-color:rgb(var(--color-outline-300)/.55)}html .border-outline-300\/60{border-color:rgb(var(--color-outline-300)/.6)}html .border-outline-300\/65{border-color:rgb(var(--color-outline-300)/.65)}html .border-outline-300\/70{border-color:rgb(var(--color-outline-300)/.7)}html .border-outline-300\/75{border-color:rgb(var(--color-outline-300)/.75)}html .border-outline-300\/80{border-color:rgb(var(--color-outline-300)/.8)}html .border-outline-300\/85{border-color:rgb(var(--color-outline-300)/.85)}html .border-outline-300\/90{border-color:rgb(var(--color-outline-300)/.9)}html .border-outline-300\/95{border-color:rgb(var(--color-outline-300)/.95)}html .border-outline-400{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-400)/var(--tw-border-opacity, 1))}html .border-outline-400\/0{border-color:rgb(var(--color-outline-400)/0)}html .border-outline-400\/10{border-color:rgb(var(--color-outline-400)/.1)}html .border-outline-400\/100{border-color:rgb(var(--color-outline-400)/1)}html .border-outline-400\/15{border-color:rgb(var(--color-outline-400)/.15)}html .border-outline-400\/20{border-color:rgb(var(--color-outline-400)/.2)}html .border-outline-400\/25{border-color:rgb(var(--color-outline-400)/.25)}html .border-outline-400\/30{border-color:rgb(var(--color-outline-400)/.3)}html .border-outline-400\/35{border-color:rgb(var(--color-outline-400)/.35)}html .border-outline-400\/40{border-color:rgb(var(--color-outline-400)/.4)}html .border-outline-400\/45{border-color:rgb(var(--color-outline-400)/.45)}html .border-outline-400\/5{border-color:rgb(var(--color-outline-400)/.05)}html .border-outline-400\/50{border-color:rgb(var(--color-outline-400)/.5)}html .border-outline-400\/55{border-color:rgb(var(--color-outline-400)/.55)}html .border-outline-400\/60{border-color:rgb(var(--color-outline-400)/.6)}html .border-outline-400\/65{border-color:rgb(var(--color-outline-400)/.65)}html .border-outline-400\/70{border-color:rgb(var(--color-outline-400)/.7)}html .border-outline-400\/75{border-color:rgb(var(--color-outline-400)/.75)}html .border-outline-400\/80{border-color:rgb(var(--color-outline-400)/.8)}html .border-outline-400\/85{border-color:rgb(var(--color-outline-400)/.85)}html .border-outline-400\/90{border-color:rgb(var(--color-outline-400)/.9)}html .border-outline-400\/95{border-color:rgb(var(--color-outline-400)/.95)}html .border-outline-50{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-50)/var(--tw-border-opacity, 1))}html .border-outline-50\/0{border-color:rgb(var(--color-outline-50)/0)}html .border-outline-50\/10{border-color:rgb(var(--color-outline-50)/.1)}html .border-outline-50\/100{border-color:rgb(var(--color-outline-50)/1)}html .border-outline-50\/15{border-color:rgb(var(--color-outline-50)/.15)}html .border-outline-50\/20{border-color:rgb(var(--color-outline-50)/.2)}html .border-outline-50\/25{border-color:rgb(var(--color-outline-50)/.25)}html .border-outline-50\/30{border-color:rgb(var(--color-outline-50)/.3)}html .border-outline-50\/35{border-color:rgb(var(--color-outline-50)/.35)}html .border-outline-50\/40{border-color:rgb(var(--color-outline-50)/.4)}html .border-outline-50\/45{border-color:rgb(var(--color-outline-50)/.45)}html .border-outline-50\/5{border-color:rgb(var(--color-outline-50)/.05)}html .border-outline-50\/50{border-color:rgb(var(--color-outline-50)/.5)}html .border-outline-50\/55{border-color:rgb(var(--color-outline-50)/.55)}html .border-outline-50\/60{border-color:rgb(var(--color-outline-50)/.6)}html .border-outline-50\/65{border-color:rgb(var(--color-outline-50)/.65)}html .border-outline-50\/70{border-color:rgb(var(--color-outline-50)/.7)}html .border-outline-50\/75{border-color:rgb(var(--color-outline-50)/.75)}html .border-outline-50\/80{border-color:rgb(var(--color-outline-50)/.8)}html .border-outline-50\/85{border-color:rgb(var(--color-outline-50)/.85)}html .border-outline-50\/90{border-color:rgb(var(--color-outline-50)/.9)}html .border-outline-50\/95{border-color:rgb(var(--color-outline-50)/.95)}html .border-outline-500{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-500)/var(--tw-border-opacity, 1))}html .border-outline-500\/0{border-color:rgb(var(--color-outline-500)/0)}html .border-outline-500\/10{border-color:rgb(var(--color-outline-500)/.1)}html .border-outline-500\/100{border-color:rgb(var(--color-outline-500)/1)}html .border-outline-500\/15{border-color:rgb(var(--color-outline-500)/.15)}html .border-outline-500\/20{border-color:rgb(var(--color-outline-500)/.2)}html .border-outline-500\/25{border-color:rgb(var(--color-outline-500)/.25)}html .border-outline-500\/30{border-color:rgb(var(--color-outline-500)/.3)}html .border-outline-500\/35{border-color:rgb(var(--color-outline-500)/.35)}html .border-outline-500\/40{border-color:rgb(var(--color-outline-500)/.4)}html .border-outline-500\/45{border-color:rgb(var(--color-outline-500)/.45)}html .border-outline-500\/5{border-color:rgb(var(--color-outline-500)/.05)}html .border-outline-500\/50{border-color:rgb(var(--color-outline-500)/.5)}html .border-outline-500\/55{border-color:rgb(var(--color-outline-500)/.55)}html .border-outline-500\/60{border-color:rgb(var(--color-outline-500)/.6)}html .border-outline-500\/65{border-color:rgb(var(--color-outline-500)/.65)}html .border-outline-500\/70{border-color:rgb(var(--color-outline-500)/.7)}html .border-outline-500\/75{border-color:rgb(var(--color-outline-500)/.75)}html .border-outline-500\/80{border-color:rgb(var(--color-outline-500)/.8)}html .border-outline-500\/85{border-color:rgb(var(--color-outline-500)/.85)}html .border-outline-500\/90{border-color:rgb(var(--color-outline-500)/.9)}html .border-outline-500\/95{border-color:rgb(var(--color-outline-500)/.95)}html .border-outline-600{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-600)/var(--tw-border-opacity, 1))}html .border-outline-600\/0{border-color:rgb(var(--color-outline-600)/0)}html .border-outline-600\/10{border-color:rgb(var(--color-outline-600)/.1)}html .border-outline-600\/100{border-color:rgb(var(--color-outline-600)/1)}html .border-outline-600\/15{border-color:rgb(var(--color-outline-600)/.15)}html .border-outline-600\/20{border-color:rgb(var(--color-outline-600)/.2)}html .border-outline-600\/25{border-color:rgb(var(--color-outline-600)/.25)}html .border-outline-600\/30{border-color:rgb(var(--color-outline-600)/.3)}html .border-outline-600\/35{border-color:rgb(var(--color-outline-600)/.35)}html .border-outline-600\/40{border-color:rgb(var(--color-outline-600)/.4)}html .border-outline-600\/45{border-color:rgb(var(--color-outline-600)/.45)}html .border-outline-600\/5{border-color:rgb(var(--color-outline-600)/.05)}html .border-outline-600\/50{border-color:rgb(var(--color-outline-600)/.5)}html .border-outline-600\/55{border-color:rgb(var(--color-outline-600)/.55)}html .border-outline-600\/60{border-color:rgb(var(--color-outline-600)/.6)}html .border-outline-600\/65{border-color:rgb(var(--color-outline-600)/.65)}html .border-outline-600\/70{border-color:rgb(var(--color-outline-600)/.7)}html .border-outline-600\/75{border-color:rgb(var(--color-outline-600)/.75)}html .border-outline-600\/80{border-color:rgb(var(--color-outline-600)/.8)}html .border-outline-600\/85{border-color:rgb(var(--color-outline-600)/.85)}html .border-outline-600\/90{border-color:rgb(var(--color-outline-600)/.9)}html .border-outline-600\/95{border-color:rgb(var(--color-outline-600)/.95)}html .border-outline-700{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-700)/var(--tw-border-opacity, 1))}html .border-outline-700\/0{border-color:rgb(var(--color-outline-700)/0)}html .border-outline-700\/10{border-color:rgb(var(--color-outline-700)/.1)}html .border-outline-700\/100{border-color:rgb(var(--color-outline-700)/1)}html .border-outline-700\/15{border-color:rgb(var(--color-outline-700)/.15)}html .border-outline-700\/20{border-color:rgb(var(--color-outline-700)/.2)}html .border-outline-700\/25{border-color:rgb(var(--color-outline-700)/.25)}html .border-outline-700\/30{border-color:rgb(var(--color-outline-700)/.3)}html .border-outline-700\/35{border-color:rgb(var(--color-outline-700)/.35)}html .border-outline-700\/40{border-color:rgb(var(--color-outline-700)/.4)}html .border-outline-700\/45{border-color:rgb(var(--color-outline-700)/.45)}html .border-outline-700\/5{border-color:rgb(var(--color-outline-700)/.05)}html .border-outline-700\/50{border-color:rgb(var(--color-outline-700)/.5)}html .border-outline-700\/55{border-color:rgb(var(--color-outline-700)/.55)}html .border-outline-700\/60{border-color:rgb(var(--color-outline-700)/.6)}html .border-outline-700\/65{border-color:rgb(var(--color-outline-700)/.65)}html .border-outline-700\/70{border-color:rgb(var(--color-outline-700)/.7)}html .border-outline-700\/75{border-color:rgb(var(--color-outline-700)/.75)}html .border-outline-700\/80{border-color:rgb(var(--color-outline-700)/.8)}html .border-outline-700\/85{border-color:rgb(var(--color-outline-700)/.85)}html .border-outline-700\/90{border-color:rgb(var(--color-outline-700)/.9)}html .border-outline-700\/95{border-color:rgb(var(--color-outline-700)/.95)}html .border-outline-800{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-800)/var(--tw-border-opacity, 1))}html .border-outline-800\/0{border-color:rgb(var(--color-outline-800)/0)}html .border-outline-800\/10{border-color:rgb(var(--color-outline-800)/.1)}html .border-outline-800\/100{border-color:rgb(var(--color-outline-800)/1)}html .border-outline-800\/15{border-color:rgb(var(--color-outline-800)/.15)}html .border-outline-800\/20{border-color:rgb(var(--color-outline-800)/.2)}html .border-outline-800\/25{border-color:rgb(var(--color-outline-800)/.25)}html .border-outline-800\/30{border-color:rgb(var(--color-outline-800)/.3)}html .border-outline-800\/35{border-color:rgb(var(--color-outline-800)/.35)}html .border-outline-800\/40{border-color:rgb(var(--color-outline-800)/.4)}html .border-outline-800\/45{border-color:rgb(var(--color-outline-800)/.45)}html .border-outline-800\/5{border-color:rgb(var(--color-outline-800)/.05)}html .border-outline-800\/50{border-color:rgb(var(--color-outline-800)/.5)}html .border-outline-800\/55{border-color:rgb(var(--color-outline-800)/.55)}html .border-outline-800\/60{border-color:rgb(var(--color-outline-800)/.6)}html .border-outline-800\/65{border-color:rgb(var(--color-outline-800)/.65)}html .border-outline-800\/70{border-color:rgb(var(--color-outline-800)/.7)}html .border-outline-800\/75{border-color:rgb(var(--color-outline-800)/.75)}html .border-outline-800\/80{border-color:rgb(var(--color-outline-800)/.8)}html .border-outline-800\/85{border-color:rgb(var(--color-outline-800)/.85)}html .border-outline-800\/90{border-color:rgb(var(--color-outline-800)/.9)}html .border-outline-800\/95{border-color:rgb(var(--color-outline-800)/.95)}html .border-outline-900{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-900)/var(--tw-border-opacity, 1))}html .border-outline-900\/0{border-color:rgb(var(--color-outline-900)/0)}html .border-outline-900\/10{border-color:rgb(var(--color-outline-900)/.1)}html .border-outline-900\/100{border-color:rgb(var(--color-outline-900)/1)}html .border-outline-900\/15{border-color:rgb(var(--color-outline-900)/.15)}html .border-outline-900\/20{border-color:rgb(var(--color-outline-900)/.2)}html .border-outline-900\/25{border-color:rgb(var(--color-outline-900)/.25)}html .border-outline-900\/30{border-color:rgb(var(--color-outline-900)/.3)}html .border-outline-900\/35{border-color:rgb(var(--color-outline-900)/.35)}html .border-outline-900\/40{border-color:rgb(var(--color-outline-900)/.4)}html .border-outline-900\/45{border-color:rgb(var(--color-outline-900)/.45)}html .border-outline-900\/5{border-color:rgb(var(--color-outline-900)/.05)}html .border-outline-900\/50{border-color:rgb(var(--color-outline-900)/.5)}html .border-outline-900\/55{border-color:rgb(var(--color-outline-900)/.55)}html .border-outline-900\/60{border-color:rgb(var(--color-outline-900)/.6)}html .border-outline-900\/65{border-color:rgb(var(--color-outline-900)/.65)}html .border-outline-900\/70{border-color:rgb(var(--color-outline-900)/.7)}html .border-outline-900\/75{border-color:rgb(var(--color-outline-900)/.75)}html .border-outline-900\/80{border-color:rgb(var(--color-outline-900)/.8)}html .border-outline-900\/85{border-color:rgb(var(--color-outline-900)/.85)}html .border-outline-900\/90{border-color:rgb(var(--color-outline-900)/.9)}html .border-outline-900\/95{border-color:rgb(var(--color-outline-900)/.95)}html .border-outline-950{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-950)/var(--tw-border-opacity, 1))}html .border-outline-950\/0{border-color:rgb(var(--color-outline-950)/0)}html .border-outline-950\/10{border-color:rgb(var(--color-outline-950)/.1)}html .border-outline-950\/100{border-color:rgb(var(--color-outline-950)/1)}html .border-outline-950\/15{border-color:rgb(var(--color-outline-950)/.15)}html .border-outline-950\/20{border-color:rgb(var(--color-outline-950)/.2)}html .border-outline-950\/25{border-color:rgb(var(--color-outline-950)/.25)}html .border-outline-950\/30{border-color:rgb(var(--color-outline-950)/.3)}html .border-outline-950\/35{border-color:rgb(var(--color-outline-950)/.35)}html .border-outline-950\/40{border-color:rgb(var(--color-outline-950)/.4)}html .border-outline-950\/45{border-color:rgb(var(--color-outline-950)/.45)}html .border-outline-950\/5{border-color:rgb(var(--color-outline-950)/.05)}html .border-outline-950\/50{border-color:rgb(var(--color-outline-950)/.5)}html .border-outline-950\/55{border-color:rgb(var(--color-outline-950)/.55)}html .border-outline-950\/60{border-color:rgb(var(--color-outline-950)/.6)}html .border-outline-950\/65{border-color:rgb(var(--color-outline-950)/.65)}html .border-outline-950\/70{border-color:rgb(var(--color-outline-950)/.7)}html .border-outline-950\/75{border-color:rgb(var(--color-outline-950)/.75)}html .border-outline-950\/80{border-color:rgb(var(--color-outline-950)/.8)}html .border-outline-950\/85{border-color:rgb(var(--color-outline-950)/.85)}html .border-outline-950\/90{border-color:rgb(var(--color-outline-950)/.9)}html .border-outline-950\/95{border-color:rgb(var(--color-outline-950)/.95)}html .border-primary-0{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-0)/var(--tw-border-opacity, 1))}html .border-primary-0\/0{border-color:rgb(var(--color-primary-0)/0)}html .border-primary-0\/10{border-color:rgb(var(--color-primary-0)/.1)}html .border-primary-0\/100{border-color:rgb(var(--color-primary-0)/1)}html .border-primary-0\/15{border-color:rgb(var(--color-primary-0)/.15)}html .border-primary-0\/20{border-color:rgb(var(--color-primary-0)/.2)}html .border-primary-0\/25{border-color:rgb(var(--color-primary-0)/.25)}html .border-primary-0\/30{border-color:rgb(var(--color-primary-0)/.3)}html .border-primary-0\/35{border-color:rgb(var(--color-primary-0)/.35)}html .border-primary-0\/40{border-color:rgb(var(--color-primary-0)/.4)}html .border-primary-0\/45{border-color:rgb(var(--color-primary-0)/.45)}html .border-primary-0\/5{border-color:rgb(var(--color-primary-0)/.05)}html .border-primary-0\/50{border-color:rgb(var(--color-primary-0)/.5)}html .border-primary-0\/55{border-color:rgb(var(--color-primary-0)/.55)}html .border-primary-0\/60{border-color:rgb(var(--color-primary-0)/.6)}html .border-primary-0\/65{border-color:rgb(var(--color-primary-0)/.65)}html .border-primary-0\/70{border-color:rgb(var(--color-primary-0)/.7)}html .border-primary-0\/75{border-color:rgb(var(--color-primary-0)/.75)}html .border-primary-0\/80{border-color:rgb(var(--color-primary-0)/.8)}html .border-primary-0\/85{border-color:rgb(var(--color-primary-0)/.85)}html .border-primary-0\/90{border-color:rgb(var(--color-primary-0)/.9)}html .border-primary-0\/95{border-color:rgb(var(--color-primary-0)/.95)}html .border-primary-100{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-100)/var(--tw-border-opacity, 1))}html .border-primary-100\/0{border-color:rgb(var(--color-primary-100)/0)}html .border-primary-100\/10{border-color:rgb(var(--color-primary-100)/.1)}html .border-primary-100\/100{border-color:rgb(var(--color-primary-100)/1)}html .border-primary-100\/15{border-color:rgb(var(--color-primary-100)/.15)}html .border-primary-100\/20{border-color:rgb(var(--color-primary-100)/.2)}html .border-primary-100\/25{border-color:rgb(var(--color-primary-100)/.25)}html .border-primary-100\/30{border-color:rgb(var(--color-primary-100)/.3)}html .border-primary-100\/35{border-color:rgb(var(--color-primary-100)/.35)}html .border-primary-100\/40{border-color:rgb(var(--color-primary-100)/.4)}html .border-primary-100\/45{border-color:rgb(var(--color-primary-100)/.45)}html .border-primary-100\/5{border-color:rgb(var(--color-primary-100)/.05)}html .border-primary-100\/50{border-color:rgb(var(--color-primary-100)/.5)}html .border-primary-100\/55{border-color:rgb(var(--color-primary-100)/.55)}html .border-primary-100\/60{border-color:rgb(var(--color-primary-100)/.6)}html .border-primary-100\/65{border-color:rgb(var(--color-primary-100)/.65)}html .border-primary-100\/70{border-color:rgb(var(--color-primary-100)/.7)}html .border-primary-100\/75{border-color:rgb(var(--color-primary-100)/.75)}html .border-primary-100\/80{border-color:rgb(var(--color-primary-100)/.8)}html .border-primary-100\/85{border-color:rgb(var(--color-primary-100)/.85)}html .border-primary-100\/90{border-color:rgb(var(--color-primary-100)/.9)}html .border-primary-100\/95{border-color:rgb(var(--color-primary-100)/.95)}html .border-primary-200{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-200)/var(--tw-border-opacity, 1))}html .border-primary-200\/0{border-color:rgb(var(--color-primary-200)/0)}html .border-primary-200\/10{border-color:rgb(var(--color-primary-200)/.1)}html .border-primary-200\/100{border-color:rgb(var(--color-primary-200)/1)}html .border-primary-200\/15{border-color:rgb(var(--color-primary-200)/.15)}html .border-primary-200\/20{border-color:rgb(var(--color-primary-200)/.2)}html .border-primary-200\/25{border-color:rgb(var(--color-primary-200)/.25)}html .border-primary-200\/30{border-color:rgb(var(--color-primary-200)/.3)}html .border-primary-200\/35{border-color:rgb(var(--color-primary-200)/.35)}html .border-primary-200\/40{border-color:rgb(var(--color-primary-200)/.4)}html .border-primary-200\/45{border-color:rgb(var(--color-primary-200)/.45)}html .border-primary-200\/5{border-color:rgb(var(--color-primary-200)/.05)}html .border-primary-200\/50{border-color:rgb(var(--color-primary-200)/.5)}html .border-primary-200\/55{border-color:rgb(var(--color-primary-200)/.55)}html .border-primary-200\/60{border-color:rgb(var(--color-primary-200)/.6)}html .border-primary-200\/65{border-color:rgb(var(--color-primary-200)/.65)}html .border-primary-200\/70{border-color:rgb(var(--color-primary-200)/.7)}html .border-primary-200\/75{border-color:rgb(var(--color-primary-200)/.75)}html .border-primary-200\/80{border-color:rgb(var(--color-primary-200)/.8)}html .border-primary-200\/85{border-color:rgb(var(--color-primary-200)/.85)}html .border-primary-200\/90{border-color:rgb(var(--color-primary-200)/.9)}html .border-primary-200\/95{border-color:rgb(var(--color-primary-200)/.95)}html .border-primary-300{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-300)/var(--tw-border-opacity, 1))}html .border-primary-300\/0{border-color:rgb(var(--color-primary-300)/0)}html .border-primary-300\/10{border-color:rgb(var(--color-primary-300)/.1)}html .border-primary-300\/100{border-color:rgb(var(--color-primary-300)/1)}html .border-primary-300\/15{border-color:rgb(var(--color-primary-300)/.15)}html .border-primary-300\/20{border-color:rgb(var(--color-primary-300)/.2)}html .border-primary-300\/25{border-color:rgb(var(--color-primary-300)/.25)}html .border-primary-300\/30{border-color:rgb(var(--color-primary-300)/.3)}html .border-primary-300\/35{border-color:rgb(var(--color-primary-300)/.35)}html .border-primary-300\/40{border-color:rgb(var(--color-primary-300)/.4)}html .border-primary-300\/45{border-color:rgb(var(--color-primary-300)/.45)}html .border-primary-300\/5{border-color:rgb(var(--color-primary-300)/.05)}html .border-primary-300\/50{border-color:rgb(var(--color-primary-300)/.5)}html .border-primary-300\/55{border-color:rgb(var(--color-primary-300)/.55)}html .border-primary-300\/60{border-color:rgb(var(--color-primary-300)/.6)}html .border-primary-300\/65{border-color:rgb(var(--color-primary-300)/.65)}html .border-primary-300\/70{border-color:rgb(var(--color-primary-300)/.7)}html .border-primary-300\/75{border-color:rgb(var(--color-primary-300)/.75)}html .border-primary-300\/80{border-color:rgb(var(--color-primary-300)/.8)}html .border-primary-300\/85{border-color:rgb(var(--color-primary-300)/.85)}html .border-primary-300\/90{border-color:rgb(var(--color-primary-300)/.9)}html .border-primary-300\/95{border-color:rgb(var(--color-primary-300)/.95)}html .border-primary-400{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-400)/var(--tw-border-opacity, 1))}html .border-primary-400\/0{border-color:rgb(var(--color-primary-400)/0)}html .border-primary-400\/10{border-color:rgb(var(--color-primary-400)/.1)}html .border-primary-400\/100{border-color:rgb(var(--color-primary-400)/1)}html .border-primary-400\/15{border-color:rgb(var(--color-primary-400)/.15)}html .border-primary-400\/20{border-color:rgb(var(--color-primary-400)/.2)}html .border-primary-400\/25{border-color:rgb(var(--color-primary-400)/.25)}html .border-primary-400\/30{border-color:rgb(var(--color-primary-400)/.3)}html .border-primary-400\/35{border-color:rgb(var(--color-primary-400)/.35)}html .border-primary-400\/40{border-color:rgb(var(--color-primary-400)/.4)}html .border-primary-400\/45{border-color:rgb(var(--color-primary-400)/.45)}html .border-primary-400\/5{border-color:rgb(var(--color-primary-400)/.05)}html .border-primary-400\/50{border-color:rgb(var(--color-primary-400)/.5)}html .border-primary-400\/55{border-color:rgb(var(--color-primary-400)/.55)}html .border-primary-400\/60{border-color:rgb(var(--color-primary-400)/.6)}html .border-primary-400\/65{border-color:rgb(var(--color-primary-400)/.65)}html .border-primary-400\/70{border-color:rgb(var(--color-primary-400)/.7)}html .border-primary-400\/75{border-color:rgb(var(--color-primary-400)/.75)}html .border-primary-400\/80{border-color:rgb(var(--color-primary-400)/.8)}html .border-primary-400\/85{border-color:rgb(var(--color-primary-400)/.85)}html .border-primary-400\/90{border-color:rgb(var(--color-primary-400)/.9)}html .border-primary-400\/95{border-color:rgb(var(--color-primary-400)/.95)}html .border-primary-50{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-50)/var(--tw-border-opacity, 1))}html .border-primary-50\/0{border-color:rgb(var(--color-primary-50)/0)}html .border-primary-50\/10{border-color:rgb(var(--color-primary-50)/.1)}html .border-primary-50\/100{border-color:rgb(var(--color-primary-50)/1)}html .border-primary-50\/15{border-color:rgb(var(--color-primary-50)/.15)}html .border-primary-50\/20{border-color:rgb(var(--color-primary-50)/.2)}html .border-primary-50\/25{border-color:rgb(var(--color-primary-50)/.25)}html .border-primary-50\/30{border-color:rgb(var(--color-primary-50)/.3)}html .border-primary-50\/35{border-color:rgb(var(--color-primary-50)/.35)}html .border-primary-50\/40{border-color:rgb(var(--color-primary-50)/.4)}html .border-primary-50\/45{border-color:rgb(var(--color-primary-50)/.45)}html .border-primary-50\/5{border-color:rgb(var(--color-primary-50)/.05)}html .border-primary-50\/50{border-color:rgb(var(--color-primary-50)/.5)}html .border-primary-50\/55{border-color:rgb(var(--color-primary-50)/.55)}html .border-primary-50\/60{border-color:rgb(var(--color-primary-50)/.6)}html .border-primary-50\/65{border-color:rgb(var(--color-primary-50)/.65)}html .border-primary-50\/70{border-color:rgb(var(--color-primary-50)/.7)}html .border-primary-50\/75{border-color:rgb(var(--color-primary-50)/.75)}html .border-primary-50\/80{border-color:rgb(var(--color-primary-50)/.8)}html .border-primary-50\/85{border-color:rgb(var(--color-primary-50)/.85)}html .border-primary-50\/90{border-color:rgb(var(--color-primary-50)/.9)}html .border-primary-50\/95{border-color:rgb(var(--color-primary-50)/.95)}html .border-primary-500{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-500)/var(--tw-border-opacity, 1))}html .border-primary-500\/0{border-color:rgb(var(--color-primary-500)/0)}html .border-primary-500\/10{border-color:rgb(var(--color-primary-500)/.1)}html .border-primary-500\/100{border-color:rgb(var(--color-primary-500)/1)}html .border-primary-500\/15{border-color:rgb(var(--color-primary-500)/.15)}html .border-primary-500\/20{border-color:rgb(var(--color-primary-500)/.2)}html .border-primary-500\/25{border-color:rgb(var(--color-primary-500)/.25)}html .border-primary-500\/30{border-color:rgb(var(--color-primary-500)/.3)}html .border-primary-500\/35{border-color:rgb(var(--color-primary-500)/.35)}html .border-primary-500\/40{border-color:rgb(var(--color-primary-500)/.4)}html .border-primary-500\/45{border-color:rgb(var(--color-primary-500)/.45)}html .border-primary-500\/5{border-color:rgb(var(--color-primary-500)/.05)}html .border-primary-500\/50{border-color:rgb(var(--color-primary-500)/.5)}html .border-primary-500\/55{border-color:rgb(var(--color-primary-500)/.55)}html .border-primary-500\/60{border-color:rgb(var(--color-primary-500)/.6)}html .border-primary-500\/65{border-color:rgb(var(--color-primary-500)/.65)}html .border-primary-500\/70{border-color:rgb(var(--color-primary-500)/.7)}html .border-primary-500\/75{border-color:rgb(var(--color-primary-500)/.75)}html .border-primary-500\/80{border-color:rgb(var(--color-primary-500)/.8)}html .border-primary-500\/85{border-color:rgb(var(--color-primary-500)/.85)}html .border-primary-500\/90{border-color:rgb(var(--color-primary-500)/.9)}html .border-primary-500\/95{border-color:rgb(var(--color-primary-500)/.95)}html .border-primary-600{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity, 1))}html .border-primary-600\/0{border-color:rgb(var(--color-primary-600)/0)}html .border-primary-600\/10{border-color:rgb(var(--color-primary-600)/.1)}html .border-primary-600\/100{border-color:rgb(var(--color-primary-600)/1)}html .border-primary-600\/15{border-color:rgb(var(--color-primary-600)/.15)}html .border-primary-600\/20{border-color:rgb(var(--color-primary-600)/.2)}html .border-primary-600\/25{border-color:rgb(var(--color-primary-600)/.25)}html .border-primary-600\/30{border-color:rgb(var(--color-primary-600)/.3)}html .border-primary-600\/35{border-color:rgb(var(--color-primary-600)/.35)}html .border-primary-600\/40{border-color:rgb(var(--color-primary-600)/.4)}html .border-primary-600\/45{border-color:rgb(var(--color-primary-600)/.45)}html .border-primary-600\/5{border-color:rgb(var(--color-primary-600)/.05)}html .border-primary-600\/50{border-color:rgb(var(--color-primary-600)/.5)}html .border-primary-600\/55{border-color:rgb(var(--color-primary-600)/.55)}html .border-primary-600\/60{border-color:rgb(var(--color-primary-600)/.6)}html .border-primary-600\/65{border-color:rgb(var(--color-primary-600)/.65)}html .border-primary-600\/70{border-color:rgb(var(--color-primary-600)/.7)}html .border-primary-600\/75{border-color:rgb(var(--color-primary-600)/.75)}html .border-primary-600\/80{border-color:rgb(var(--color-primary-600)/.8)}html .border-primary-600\/85{border-color:rgb(var(--color-primary-600)/.85)}html .border-primary-600\/90{border-color:rgb(var(--color-primary-600)/.9)}html .border-primary-600\/95{border-color:rgb(var(--color-primary-600)/.95)}html .border-primary-700{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .border-primary-700\/0{border-color:rgb(var(--color-primary-700)/0)}html .border-primary-700\/10{border-color:rgb(var(--color-primary-700)/.1)}html .border-primary-700\/100{border-color:rgb(var(--color-primary-700)/1)}html .border-primary-700\/15{border-color:rgb(var(--color-primary-700)/.15)}html .border-primary-700\/20{border-color:rgb(var(--color-primary-700)/.2)}html .border-primary-700\/25{border-color:rgb(var(--color-primary-700)/.25)}html .border-primary-700\/30{border-color:rgb(var(--color-primary-700)/.3)}html .border-primary-700\/35{border-color:rgb(var(--color-primary-700)/.35)}html .border-primary-700\/40{border-color:rgb(var(--color-primary-700)/.4)}html .border-primary-700\/45{border-color:rgb(var(--color-primary-700)/.45)}html .border-primary-700\/5{border-color:rgb(var(--color-primary-700)/.05)}html .border-primary-700\/50{border-color:rgb(var(--color-primary-700)/.5)}html .border-primary-700\/55{border-color:rgb(var(--color-primary-700)/.55)}html .border-primary-700\/60{border-color:rgb(var(--color-primary-700)/.6)}html .border-primary-700\/65{border-color:rgb(var(--color-primary-700)/.65)}html .border-primary-700\/70{border-color:rgb(var(--color-primary-700)/.7)}html .border-primary-700\/75{border-color:rgb(var(--color-primary-700)/.75)}html .border-primary-700\/80{border-color:rgb(var(--color-primary-700)/.8)}html .border-primary-700\/85{border-color:rgb(var(--color-primary-700)/.85)}html .border-primary-700\/90{border-color:rgb(var(--color-primary-700)/.9)}html .border-primary-700\/95{border-color:rgb(var(--color-primary-700)/.95)}html .border-primary-800{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-800)/var(--tw-border-opacity, 1))}html .border-primary-800\/0{border-color:rgb(var(--color-primary-800)/0)}html .border-primary-800\/10{border-color:rgb(var(--color-primary-800)/.1)}html .border-primary-800\/100{border-color:rgb(var(--color-primary-800)/1)}html .border-primary-800\/15{border-color:rgb(var(--color-primary-800)/.15)}html .border-primary-800\/20{border-color:rgb(var(--color-primary-800)/.2)}html .border-primary-800\/25{border-color:rgb(var(--color-primary-800)/.25)}html .border-primary-800\/30{border-color:rgb(var(--color-primary-800)/.3)}html .border-primary-800\/35{border-color:rgb(var(--color-primary-800)/.35)}html .border-primary-800\/40{border-color:rgb(var(--color-primary-800)/.4)}html .border-primary-800\/45{border-color:rgb(var(--color-primary-800)/.45)}html .border-primary-800\/5{border-color:rgb(var(--color-primary-800)/.05)}html .border-primary-800\/50{border-color:rgb(var(--color-primary-800)/.5)}html .border-primary-800\/55{border-color:rgb(var(--color-primary-800)/.55)}html .border-primary-800\/60{border-color:rgb(var(--color-primary-800)/.6)}html .border-primary-800\/65{border-color:rgb(var(--color-primary-800)/.65)}html .border-primary-800\/70{border-color:rgb(var(--color-primary-800)/.7)}html .border-primary-800\/75{border-color:rgb(var(--color-primary-800)/.75)}html .border-primary-800\/80{border-color:rgb(var(--color-primary-800)/.8)}html .border-primary-800\/85{border-color:rgb(var(--color-primary-800)/.85)}html .border-primary-800\/90{border-color:rgb(var(--color-primary-800)/.9)}html .border-primary-800\/95{border-color:rgb(var(--color-primary-800)/.95)}html .border-primary-900{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-900)/var(--tw-border-opacity, 1))}html .border-primary-900\/0{border-color:rgb(var(--color-primary-900)/0)}html .border-primary-900\/10{border-color:rgb(var(--color-primary-900)/.1)}html .border-primary-900\/100{border-color:rgb(var(--color-primary-900)/1)}html .border-primary-900\/15{border-color:rgb(var(--color-primary-900)/.15)}html .border-primary-900\/20{border-color:rgb(var(--color-primary-900)/.2)}html .border-primary-900\/25{border-color:rgb(var(--color-primary-900)/.25)}html .border-primary-900\/30{border-color:rgb(var(--color-primary-900)/.3)}html .border-primary-900\/35{border-color:rgb(var(--color-primary-900)/.35)}html .border-primary-900\/40{border-color:rgb(var(--color-primary-900)/.4)}html .border-primary-900\/45{border-color:rgb(var(--color-primary-900)/.45)}html .border-primary-900\/5{border-color:rgb(var(--color-primary-900)/.05)}html .border-primary-900\/50{border-color:rgb(var(--color-primary-900)/.5)}html .border-primary-900\/55{border-color:rgb(var(--color-primary-900)/.55)}html .border-primary-900\/60{border-color:rgb(var(--color-primary-900)/.6)}html .border-primary-900\/65{border-color:rgb(var(--color-primary-900)/.65)}html .border-primary-900\/70{border-color:rgb(var(--color-primary-900)/.7)}html .border-primary-900\/75{border-color:rgb(var(--color-primary-900)/.75)}html .border-primary-900\/80{border-color:rgb(var(--color-primary-900)/.8)}html .border-primary-900\/85{border-color:rgb(var(--color-primary-900)/.85)}html .border-primary-900\/90{border-color:rgb(var(--color-primary-900)/.9)}html .border-primary-900\/95{border-color:rgb(var(--color-primary-900)/.95)}html .border-primary-950{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-950)/var(--tw-border-opacity, 1))}html .border-primary-950\/0{border-color:rgb(var(--color-primary-950)/0)}html .border-primary-950\/10{border-color:rgb(var(--color-primary-950)/.1)}html .border-primary-950\/100{border-color:rgb(var(--color-primary-950)/1)}html .border-primary-950\/15{border-color:rgb(var(--color-primary-950)/.15)}html .border-primary-950\/20{border-color:rgb(var(--color-primary-950)/.2)}html .border-primary-950\/25{border-color:rgb(var(--color-primary-950)/.25)}html .border-primary-950\/30{border-color:rgb(var(--color-primary-950)/.3)}html .border-primary-950\/35{border-color:rgb(var(--color-primary-950)/.35)}html .border-primary-950\/40{border-color:rgb(var(--color-primary-950)/.4)}html .border-primary-950\/45{border-color:rgb(var(--color-primary-950)/.45)}html .border-primary-950\/5{border-color:rgb(var(--color-primary-950)/.05)}html .border-primary-950\/50{border-color:rgb(var(--color-primary-950)/.5)}html .border-primary-950\/55{border-color:rgb(var(--color-primary-950)/.55)}html .border-primary-950\/60{border-color:rgb(var(--color-primary-950)/.6)}html .border-primary-950\/65{border-color:rgb(var(--color-primary-950)/.65)}html .border-primary-950\/70{border-color:rgb(var(--color-primary-950)/.7)}html .border-primary-950\/75{border-color:rgb(var(--color-primary-950)/.75)}html .border-primary-950\/80{border-color:rgb(var(--color-primary-950)/.8)}html .border-primary-950\/85{border-color:rgb(var(--color-primary-950)/.85)}html .border-primary-950\/90{border-color:rgb(var(--color-primary-950)/.9)}html .border-primary-950\/95{border-color:rgb(var(--color-primary-950)/.95)}html .border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}html .border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}html .border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}html .border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}html .border-secondary-0{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-0)/var(--tw-border-opacity, 1))}html .border-secondary-0\/0{border-color:rgb(var(--color-secondary-0)/0)}html .border-secondary-0\/10{border-color:rgb(var(--color-secondary-0)/.1)}html .border-secondary-0\/100{border-color:rgb(var(--color-secondary-0)/1)}html .border-secondary-0\/15{border-color:rgb(var(--color-secondary-0)/.15)}html .border-secondary-0\/20{border-color:rgb(var(--color-secondary-0)/.2)}html .border-secondary-0\/25{border-color:rgb(var(--color-secondary-0)/.25)}html .border-secondary-0\/30{border-color:rgb(var(--color-secondary-0)/.3)}html .border-secondary-0\/35{border-color:rgb(var(--color-secondary-0)/.35)}html .border-secondary-0\/40{border-color:rgb(var(--color-secondary-0)/.4)}html .border-secondary-0\/45{border-color:rgb(var(--color-secondary-0)/.45)}html .border-secondary-0\/5{border-color:rgb(var(--color-secondary-0)/.05)}html .border-secondary-0\/50{border-color:rgb(var(--color-secondary-0)/.5)}html .border-secondary-0\/55{border-color:rgb(var(--color-secondary-0)/.55)}html .border-secondary-0\/60{border-color:rgb(var(--color-secondary-0)/.6)}html .border-secondary-0\/65{border-color:rgb(var(--color-secondary-0)/.65)}html .border-secondary-0\/70{border-color:rgb(var(--color-secondary-0)/.7)}html .border-secondary-0\/75{border-color:rgb(var(--color-secondary-0)/.75)}html .border-secondary-0\/80{border-color:rgb(var(--color-secondary-0)/.8)}html .border-secondary-0\/85{border-color:rgb(var(--color-secondary-0)/.85)}html .border-secondary-0\/90{border-color:rgb(var(--color-secondary-0)/.9)}html .border-secondary-0\/95{border-color:rgb(var(--color-secondary-0)/.95)}html .border-secondary-100{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-100)/var(--tw-border-opacity, 1))}html .border-secondary-100\/0{border-color:rgb(var(--color-secondary-100)/0)}html .border-secondary-100\/10{border-color:rgb(var(--color-secondary-100)/.1)}html .border-secondary-100\/100{border-color:rgb(var(--color-secondary-100)/1)}html .border-secondary-100\/15{border-color:rgb(var(--color-secondary-100)/.15)}html .border-secondary-100\/20{border-color:rgb(var(--color-secondary-100)/.2)}html .border-secondary-100\/25{border-color:rgb(var(--color-secondary-100)/.25)}html .border-secondary-100\/30{border-color:rgb(var(--color-secondary-100)/.3)}html .border-secondary-100\/35{border-color:rgb(var(--color-secondary-100)/.35)}html .border-secondary-100\/40{border-color:rgb(var(--color-secondary-100)/.4)}html .border-secondary-100\/45{border-color:rgb(var(--color-secondary-100)/.45)}html .border-secondary-100\/5{border-color:rgb(var(--color-secondary-100)/.05)}html .border-secondary-100\/50{border-color:rgb(var(--color-secondary-100)/.5)}html .border-secondary-100\/55{border-color:rgb(var(--color-secondary-100)/.55)}html .border-secondary-100\/60{border-color:rgb(var(--color-secondary-100)/.6)}html .border-secondary-100\/65{border-color:rgb(var(--color-secondary-100)/.65)}html .border-secondary-100\/70{border-color:rgb(var(--color-secondary-100)/.7)}html .border-secondary-100\/75{border-color:rgb(var(--color-secondary-100)/.75)}html .border-secondary-100\/80{border-color:rgb(var(--color-secondary-100)/.8)}html .border-secondary-100\/85{border-color:rgb(var(--color-secondary-100)/.85)}html .border-secondary-100\/90{border-color:rgb(var(--color-secondary-100)/.9)}html .border-secondary-100\/95{border-color:rgb(var(--color-secondary-100)/.95)}html .border-secondary-200{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-200)/var(--tw-border-opacity, 1))}html .border-secondary-200\/0{border-color:rgb(var(--color-secondary-200)/0)}html .border-secondary-200\/10{border-color:rgb(var(--color-secondary-200)/.1)}html .border-secondary-200\/100{border-color:rgb(var(--color-secondary-200)/1)}html .border-secondary-200\/15{border-color:rgb(var(--color-secondary-200)/.15)}html .border-secondary-200\/20{border-color:rgb(var(--color-secondary-200)/.2)}html .border-secondary-200\/25{border-color:rgb(var(--color-secondary-200)/.25)}html .border-secondary-200\/30{border-color:rgb(var(--color-secondary-200)/.3)}html .border-secondary-200\/35{border-color:rgb(var(--color-secondary-200)/.35)}html .border-secondary-200\/40{border-color:rgb(var(--color-secondary-200)/.4)}html .border-secondary-200\/45{border-color:rgb(var(--color-secondary-200)/.45)}html .border-secondary-200\/5{border-color:rgb(var(--color-secondary-200)/.05)}html .border-secondary-200\/50{border-color:rgb(var(--color-secondary-200)/.5)}html .border-secondary-200\/55{border-color:rgb(var(--color-secondary-200)/.55)}html .border-secondary-200\/60{border-color:rgb(var(--color-secondary-200)/.6)}html .border-secondary-200\/65{border-color:rgb(var(--color-secondary-200)/.65)}html .border-secondary-200\/70{border-color:rgb(var(--color-secondary-200)/.7)}html .border-secondary-200\/75{border-color:rgb(var(--color-secondary-200)/.75)}html .border-secondary-200\/80{border-color:rgb(var(--color-secondary-200)/.8)}html .border-secondary-200\/85{border-color:rgb(var(--color-secondary-200)/.85)}html .border-secondary-200\/90{border-color:rgb(var(--color-secondary-200)/.9)}html .border-secondary-200\/95{border-color:rgb(var(--color-secondary-200)/.95)}html .border-secondary-300{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-300)/var(--tw-border-opacity, 1))}html .border-secondary-300\/0{border-color:rgb(var(--color-secondary-300)/0)}html .border-secondary-300\/10{border-color:rgb(var(--color-secondary-300)/.1)}html .border-secondary-300\/100{border-color:rgb(var(--color-secondary-300)/1)}html .border-secondary-300\/15{border-color:rgb(var(--color-secondary-300)/.15)}html .border-secondary-300\/20{border-color:rgb(var(--color-secondary-300)/.2)}html .border-secondary-300\/25{border-color:rgb(var(--color-secondary-300)/.25)}html .border-secondary-300\/30{border-color:rgb(var(--color-secondary-300)/.3)}html .border-secondary-300\/35{border-color:rgb(var(--color-secondary-300)/.35)}html .border-secondary-300\/40{border-color:rgb(var(--color-secondary-300)/.4)}html .border-secondary-300\/45{border-color:rgb(var(--color-secondary-300)/.45)}html .border-secondary-300\/5{border-color:rgb(var(--color-secondary-300)/.05)}html .border-secondary-300\/50{border-color:rgb(var(--color-secondary-300)/.5)}html .border-secondary-300\/55{border-color:rgb(var(--color-secondary-300)/.55)}html .border-secondary-300\/60{border-color:rgb(var(--color-secondary-300)/.6)}html .border-secondary-300\/65{border-color:rgb(var(--color-secondary-300)/.65)}html .border-secondary-300\/70{border-color:rgb(var(--color-secondary-300)/.7)}html .border-secondary-300\/75{border-color:rgb(var(--color-secondary-300)/.75)}html .border-secondary-300\/80{border-color:rgb(var(--color-secondary-300)/.8)}html .border-secondary-300\/85{border-color:rgb(var(--color-secondary-300)/.85)}html .border-secondary-300\/90{border-color:rgb(var(--color-secondary-300)/.9)}html .border-secondary-300\/95{border-color:rgb(var(--color-secondary-300)/.95)}html .border-secondary-400{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-400)/var(--tw-border-opacity, 1))}html .border-secondary-400\/0{border-color:rgb(var(--color-secondary-400)/0)}html .border-secondary-400\/10{border-color:rgb(var(--color-secondary-400)/.1)}html .border-secondary-400\/100{border-color:rgb(var(--color-secondary-400)/1)}html .border-secondary-400\/15{border-color:rgb(var(--color-secondary-400)/.15)}html .border-secondary-400\/20{border-color:rgb(var(--color-secondary-400)/.2)}html .border-secondary-400\/25{border-color:rgb(var(--color-secondary-400)/.25)}html .border-secondary-400\/30{border-color:rgb(var(--color-secondary-400)/.3)}html .border-secondary-400\/35{border-color:rgb(var(--color-secondary-400)/.35)}html .border-secondary-400\/40{border-color:rgb(var(--color-secondary-400)/.4)}html .border-secondary-400\/45{border-color:rgb(var(--color-secondary-400)/.45)}html .border-secondary-400\/5{border-color:rgb(var(--color-secondary-400)/.05)}html .border-secondary-400\/50{border-color:rgb(var(--color-secondary-400)/.5)}html .border-secondary-400\/55{border-color:rgb(var(--color-secondary-400)/.55)}html .border-secondary-400\/60{border-color:rgb(var(--color-secondary-400)/.6)}html .border-secondary-400\/65{border-color:rgb(var(--color-secondary-400)/.65)}html .border-secondary-400\/70{border-color:rgb(var(--color-secondary-400)/.7)}html .border-secondary-400\/75{border-color:rgb(var(--color-secondary-400)/.75)}html .border-secondary-400\/80{border-color:rgb(var(--color-secondary-400)/.8)}html .border-secondary-400\/85{border-color:rgb(var(--color-secondary-400)/.85)}html .border-secondary-400\/90{border-color:rgb(var(--color-secondary-400)/.9)}html .border-secondary-400\/95{border-color:rgb(var(--color-secondary-400)/.95)}html .border-secondary-50{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-50)/var(--tw-border-opacity, 1))}html .border-secondary-50\/0{border-color:rgb(var(--color-secondary-50)/0)}html .border-secondary-50\/10{border-color:rgb(var(--color-secondary-50)/.1)}html .border-secondary-50\/100{border-color:rgb(var(--color-secondary-50)/1)}html .border-secondary-50\/15{border-color:rgb(var(--color-secondary-50)/.15)}html .border-secondary-50\/20{border-color:rgb(var(--color-secondary-50)/.2)}html .border-secondary-50\/25{border-color:rgb(var(--color-secondary-50)/.25)}html .border-secondary-50\/30{border-color:rgb(var(--color-secondary-50)/.3)}html .border-secondary-50\/35{border-color:rgb(var(--color-secondary-50)/.35)}html .border-secondary-50\/40{border-color:rgb(var(--color-secondary-50)/.4)}html .border-secondary-50\/45{border-color:rgb(var(--color-secondary-50)/.45)}html .border-secondary-50\/5{border-color:rgb(var(--color-secondary-50)/.05)}html .border-secondary-50\/50{border-color:rgb(var(--color-secondary-50)/.5)}html .border-secondary-50\/55{border-color:rgb(var(--color-secondary-50)/.55)}html .border-secondary-50\/60{border-color:rgb(var(--color-secondary-50)/.6)}html .border-secondary-50\/65{border-color:rgb(var(--color-secondary-50)/.65)}html .border-secondary-50\/70{border-color:rgb(var(--color-secondary-50)/.7)}html .border-secondary-50\/75{border-color:rgb(var(--color-secondary-50)/.75)}html .border-secondary-50\/80{border-color:rgb(var(--color-secondary-50)/.8)}html .border-secondary-50\/85{border-color:rgb(var(--color-secondary-50)/.85)}html .border-secondary-50\/90{border-color:rgb(var(--color-secondary-50)/.9)}html .border-secondary-50\/95{border-color:rgb(var(--color-secondary-50)/.95)}html .border-secondary-500{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-500)/var(--tw-border-opacity, 1))}html .border-secondary-500\/0{border-color:rgb(var(--color-secondary-500)/0)}html .border-secondary-500\/10{border-color:rgb(var(--color-secondary-500)/.1)}html .border-secondary-500\/100{border-color:rgb(var(--color-secondary-500)/1)}html .border-secondary-500\/15{border-color:rgb(var(--color-secondary-500)/.15)}html .border-secondary-500\/20{border-color:rgb(var(--color-secondary-500)/.2)}html .border-secondary-500\/25{border-color:rgb(var(--color-secondary-500)/.25)}html .border-secondary-500\/30{border-color:rgb(var(--color-secondary-500)/.3)}html .border-secondary-500\/35{border-color:rgb(var(--color-secondary-500)/.35)}html .border-secondary-500\/40{border-color:rgb(var(--color-secondary-500)/.4)}html .border-secondary-500\/45{border-color:rgb(var(--color-secondary-500)/.45)}html .border-secondary-500\/5{border-color:rgb(var(--color-secondary-500)/.05)}html .border-secondary-500\/50{border-color:rgb(var(--color-secondary-500)/.5)}html .border-secondary-500\/55{border-color:rgb(var(--color-secondary-500)/.55)}html .border-secondary-500\/60{border-color:rgb(var(--color-secondary-500)/.6)}html .border-secondary-500\/65{border-color:rgb(var(--color-secondary-500)/.65)}html .border-secondary-500\/70{border-color:rgb(var(--color-secondary-500)/.7)}html .border-secondary-500\/75{border-color:rgb(var(--color-secondary-500)/.75)}html .border-secondary-500\/80{border-color:rgb(var(--color-secondary-500)/.8)}html .border-secondary-500\/85{border-color:rgb(var(--color-secondary-500)/.85)}html .border-secondary-500\/90{border-color:rgb(var(--color-secondary-500)/.9)}html .border-secondary-500\/95{border-color:rgb(var(--color-secondary-500)/.95)}html .border-secondary-600{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-600)/var(--tw-border-opacity, 1))}html .border-secondary-600\/0{border-color:rgb(var(--color-secondary-600)/0)}html .border-secondary-600\/10{border-color:rgb(var(--color-secondary-600)/.1)}html .border-secondary-600\/100{border-color:rgb(var(--color-secondary-600)/1)}html .border-secondary-600\/15{border-color:rgb(var(--color-secondary-600)/.15)}html .border-secondary-600\/20{border-color:rgb(var(--color-secondary-600)/.2)}html .border-secondary-600\/25{border-color:rgb(var(--color-secondary-600)/.25)}html .border-secondary-600\/30{border-color:rgb(var(--color-secondary-600)/.3)}html .border-secondary-600\/35{border-color:rgb(var(--color-secondary-600)/.35)}html .border-secondary-600\/40{border-color:rgb(var(--color-secondary-600)/.4)}html .border-secondary-600\/45{border-color:rgb(var(--color-secondary-600)/.45)}html .border-secondary-600\/5{border-color:rgb(var(--color-secondary-600)/.05)}html .border-secondary-600\/50{border-color:rgb(var(--color-secondary-600)/.5)}html .border-secondary-600\/55{border-color:rgb(var(--color-secondary-600)/.55)}html .border-secondary-600\/60{border-color:rgb(var(--color-secondary-600)/.6)}html .border-secondary-600\/65{border-color:rgb(var(--color-secondary-600)/.65)}html .border-secondary-600\/70{border-color:rgb(var(--color-secondary-600)/.7)}html .border-secondary-600\/75{border-color:rgb(var(--color-secondary-600)/.75)}html .border-secondary-600\/80{border-color:rgb(var(--color-secondary-600)/.8)}html .border-secondary-600\/85{border-color:rgb(var(--color-secondary-600)/.85)}html .border-secondary-600\/90{border-color:rgb(var(--color-secondary-600)/.9)}html .border-secondary-600\/95{border-color:rgb(var(--color-secondary-600)/.95)}html .border-secondary-700{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-700)/var(--tw-border-opacity, 1))}html .border-secondary-700\/0{border-color:rgb(var(--color-secondary-700)/0)}html .border-secondary-700\/10{border-color:rgb(var(--color-secondary-700)/.1)}html .border-secondary-700\/100{border-color:rgb(var(--color-secondary-700)/1)}html .border-secondary-700\/15{border-color:rgb(var(--color-secondary-700)/.15)}html .border-secondary-700\/20{border-color:rgb(var(--color-secondary-700)/.2)}html .border-secondary-700\/25{border-color:rgb(var(--color-secondary-700)/.25)}html .border-secondary-700\/30{border-color:rgb(var(--color-secondary-700)/.3)}html .border-secondary-700\/35{border-color:rgb(var(--color-secondary-700)/.35)}html .border-secondary-700\/40{border-color:rgb(var(--color-secondary-700)/.4)}html .border-secondary-700\/45{border-color:rgb(var(--color-secondary-700)/.45)}html .border-secondary-700\/5{border-color:rgb(var(--color-secondary-700)/.05)}html .border-secondary-700\/50{border-color:rgb(var(--color-secondary-700)/.5)}html .border-secondary-700\/55{border-color:rgb(var(--color-secondary-700)/.55)}html .border-secondary-700\/60{border-color:rgb(var(--color-secondary-700)/.6)}html .border-secondary-700\/65{border-color:rgb(var(--color-secondary-700)/.65)}html .border-secondary-700\/70{border-color:rgb(var(--color-secondary-700)/.7)}html .border-secondary-700\/75{border-color:rgb(var(--color-secondary-700)/.75)}html .border-secondary-700\/80{border-color:rgb(var(--color-secondary-700)/.8)}html .border-secondary-700\/85{border-color:rgb(var(--color-secondary-700)/.85)}html .border-secondary-700\/90{border-color:rgb(var(--color-secondary-700)/.9)}html .border-secondary-700\/95{border-color:rgb(var(--color-secondary-700)/.95)}html .border-secondary-800{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-800)/var(--tw-border-opacity, 1))}html .border-secondary-800\/0{border-color:rgb(var(--color-secondary-800)/0)}html .border-secondary-800\/10{border-color:rgb(var(--color-secondary-800)/.1)}html .border-secondary-800\/100{border-color:rgb(var(--color-secondary-800)/1)}html .border-secondary-800\/15{border-color:rgb(var(--color-secondary-800)/.15)}html .border-secondary-800\/20{border-color:rgb(var(--color-secondary-800)/.2)}html .border-secondary-800\/25{border-color:rgb(var(--color-secondary-800)/.25)}html .border-secondary-800\/30{border-color:rgb(var(--color-secondary-800)/.3)}html .border-secondary-800\/35{border-color:rgb(var(--color-secondary-800)/.35)}html .border-secondary-800\/40{border-color:rgb(var(--color-secondary-800)/.4)}html .border-secondary-800\/45{border-color:rgb(var(--color-secondary-800)/.45)}html .border-secondary-800\/5{border-color:rgb(var(--color-secondary-800)/.05)}html .border-secondary-800\/50{border-color:rgb(var(--color-secondary-800)/.5)}html .border-secondary-800\/55{border-color:rgb(var(--color-secondary-800)/.55)}html .border-secondary-800\/60{border-color:rgb(var(--color-secondary-800)/.6)}html .border-secondary-800\/65{border-color:rgb(var(--color-secondary-800)/.65)}html .border-secondary-800\/70{border-color:rgb(var(--color-secondary-800)/.7)}html .border-secondary-800\/75{border-color:rgb(var(--color-secondary-800)/.75)}html .border-secondary-800\/80{border-color:rgb(var(--color-secondary-800)/.8)}html .border-secondary-800\/85{border-color:rgb(var(--color-secondary-800)/.85)}html .border-secondary-800\/90{border-color:rgb(var(--color-secondary-800)/.9)}html .border-secondary-800\/95{border-color:rgb(var(--color-secondary-800)/.95)}html .border-secondary-900{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-900)/var(--tw-border-opacity, 1))}html .border-secondary-900\/0{border-color:rgb(var(--color-secondary-900)/0)}html .border-secondary-900\/10{border-color:rgb(var(--color-secondary-900)/.1)}html .border-secondary-900\/100{border-color:rgb(var(--color-secondary-900)/1)}html .border-secondary-900\/15{border-color:rgb(var(--color-secondary-900)/.15)}html .border-secondary-900\/20{border-color:rgb(var(--color-secondary-900)/.2)}html .border-secondary-900\/25{border-color:rgb(var(--color-secondary-900)/.25)}html .border-secondary-900\/30{border-color:rgb(var(--color-secondary-900)/.3)}html .border-secondary-900\/35{border-color:rgb(var(--color-secondary-900)/.35)}html .border-secondary-900\/40{border-color:rgb(var(--color-secondary-900)/.4)}html .border-secondary-900\/45{border-color:rgb(var(--color-secondary-900)/.45)}html .border-secondary-900\/5{border-color:rgb(var(--color-secondary-900)/.05)}html .border-secondary-900\/50{border-color:rgb(var(--color-secondary-900)/.5)}html .border-secondary-900\/55{border-color:rgb(var(--color-secondary-900)/.55)}html .border-secondary-900\/60{border-color:rgb(var(--color-secondary-900)/.6)}html .border-secondary-900\/65{border-color:rgb(var(--color-secondary-900)/.65)}html .border-secondary-900\/70{border-color:rgb(var(--color-secondary-900)/.7)}html .border-secondary-900\/75{border-color:rgb(var(--color-secondary-900)/.75)}html .border-secondary-900\/80{border-color:rgb(var(--color-secondary-900)/.8)}html .border-secondary-900\/85{border-color:rgb(var(--color-secondary-900)/.85)}html .border-secondary-900\/90{border-color:rgb(var(--color-secondary-900)/.9)}html .border-secondary-900\/95{border-color:rgb(var(--color-secondary-900)/.95)}html .border-secondary-950{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-950)/var(--tw-border-opacity, 1))}html .border-secondary-950\/0{border-color:rgb(var(--color-secondary-950)/0)}html .border-secondary-950\/10{border-color:rgb(var(--color-secondary-950)/.1)}html .border-secondary-950\/100{border-color:rgb(var(--color-secondary-950)/1)}html .border-secondary-950\/15{border-color:rgb(var(--color-secondary-950)/.15)}html .border-secondary-950\/20{border-color:rgb(var(--color-secondary-950)/.2)}html .border-secondary-950\/25{border-color:rgb(var(--color-secondary-950)/.25)}html .border-secondary-950\/30{border-color:rgb(var(--color-secondary-950)/.3)}html .border-secondary-950\/35{border-color:rgb(var(--color-secondary-950)/.35)}html .border-secondary-950\/40{border-color:rgb(var(--color-secondary-950)/.4)}html .border-secondary-950\/45{border-color:rgb(var(--color-secondary-950)/.45)}html .border-secondary-950\/5{border-color:rgb(var(--color-secondary-950)/.05)}html .border-secondary-950\/50{border-color:rgb(var(--color-secondary-950)/.5)}html .border-secondary-950\/55{border-color:rgb(var(--color-secondary-950)/.55)}html .border-secondary-950\/60{border-color:rgb(var(--color-secondary-950)/.6)}html .border-secondary-950\/65{border-color:rgb(var(--color-secondary-950)/.65)}html .border-secondary-950\/70{border-color:rgb(var(--color-secondary-950)/.7)}html .border-secondary-950\/75{border-color:rgb(var(--color-secondary-950)/.75)}html .border-secondary-950\/80{border-color:rgb(var(--color-secondary-950)/.8)}html .border-secondary-950\/85{border-color:rgb(var(--color-secondary-950)/.85)}html .border-secondary-950\/90{border-color:rgb(var(--color-secondary-950)/.9)}html .border-secondary-950\/95{border-color:rgb(var(--color-secondary-950)/.95)}html .border-success-0{--tw-border-opacity: 1;border-color:rgb(var(--color-success-0)/var(--tw-border-opacity, 1))}html .border-success-0\/0{border-color:rgb(var(--color-success-0)/0)}html .border-success-0\/10{border-color:rgb(var(--color-success-0)/.1)}html .border-success-0\/100{border-color:rgb(var(--color-success-0)/1)}html .border-success-0\/15{border-color:rgb(var(--color-success-0)/.15)}html .border-success-0\/20{border-color:rgb(var(--color-success-0)/.2)}html .border-success-0\/25{border-color:rgb(var(--color-success-0)/.25)}html .border-success-0\/30{border-color:rgb(var(--color-success-0)/.3)}html .border-success-0\/35{border-color:rgb(var(--color-success-0)/.35)}html .border-success-0\/40{border-color:rgb(var(--color-success-0)/.4)}html .border-success-0\/45{border-color:rgb(var(--color-success-0)/.45)}html .border-success-0\/5{border-color:rgb(var(--color-success-0)/.05)}html .border-success-0\/50{border-color:rgb(var(--color-success-0)/.5)}html .border-success-0\/55{border-color:rgb(var(--color-success-0)/.55)}html .border-success-0\/60{border-color:rgb(var(--color-success-0)/.6)}html .border-success-0\/65{border-color:rgb(var(--color-success-0)/.65)}html .border-success-0\/70{border-color:rgb(var(--color-success-0)/.7)}html .border-success-0\/75{border-color:rgb(var(--color-success-0)/.75)}html .border-success-0\/80{border-color:rgb(var(--color-success-0)/.8)}html .border-success-0\/85{border-color:rgb(var(--color-success-0)/.85)}html .border-success-0\/90{border-color:rgb(var(--color-success-0)/.9)}html .border-success-0\/95{border-color:rgb(var(--color-success-0)/.95)}html .border-success-100{--tw-border-opacity: 1;border-color:rgb(var(--color-success-100)/var(--tw-border-opacity, 1))}html .border-success-100\/0{border-color:rgb(var(--color-success-100)/0)}html .border-success-100\/10{border-color:rgb(var(--color-success-100)/.1)}html .border-success-100\/100{border-color:rgb(var(--color-success-100)/1)}html .border-success-100\/15{border-color:rgb(var(--color-success-100)/.15)}html .border-success-100\/20{border-color:rgb(var(--color-success-100)/.2)}html .border-success-100\/25{border-color:rgb(var(--color-success-100)/.25)}html .border-success-100\/30{border-color:rgb(var(--color-success-100)/.3)}html .border-success-100\/35{border-color:rgb(var(--color-success-100)/.35)}html .border-success-100\/40{border-color:rgb(var(--color-success-100)/.4)}html .border-success-100\/45{border-color:rgb(var(--color-success-100)/.45)}html .border-success-100\/5{border-color:rgb(var(--color-success-100)/.05)}html .border-success-100\/50{border-color:rgb(var(--color-success-100)/.5)}html .border-success-100\/55{border-color:rgb(var(--color-success-100)/.55)}html .border-success-100\/60{border-color:rgb(var(--color-success-100)/.6)}html .border-success-100\/65{border-color:rgb(var(--color-success-100)/.65)}html .border-success-100\/70{border-color:rgb(var(--color-success-100)/.7)}html .border-success-100\/75{border-color:rgb(var(--color-success-100)/.75)}html .border-success-100\/80{border-color:rgb(var(--color-success-100)/.8)}html .border-success-100\/85{border-color:rgb(var(--color-success-100)/.85)}html .border-success-100\/90{border-color:rgb(var(--color-success-100)/.9)}html .border-success-100\/95{border-color:rgb(var(--color-success-100)/.95)}html .border-success-200{--tw-border-opacity: 1;border-color:rgb(var(--color-success-200)/var(--tw-border-opacity, 1))}html .border-success-200\/0{border-color:rgb(var(--color-success-200)/0)}html .border-success-200\/10{border-color:rgb(var(--color-success-200)/.1)}html .border-success-200\/100{border-color:rgb(var(--color-success-200)/1)}html .border-success-200\/15{border-color:rgb(var(--color-success-200)/.15)}html .border-success-200\/20{border-color:rgb(var(--color-success-200)/.2)}html .border-success-200\/25{border-color:rgb(var(--color-success-200)/.25)}html .border-success-200\/30{border-color:rgb(var(--color-success-200)/.3)}html .border-success-200\/35{border-color:rgb(var(--color-success-200)/.35)}html .border-success-200\/40{border-color:rgb(var(--color-success-200)/.4)}html .border-success-200\/45{border-color:rgb(var(--color-success-200)/.45)}html .border-success-200\/5{border-color:rgb(var(--color-success-200)/.05)}html .border-success-200\/50{border-color:rgb(var(--color-success-200)/.5)}html .border-success-200\/55{border-color:rgb(var(--color-success-200)/.55)}html .border-success-200\/60{border-color:rgb(var(--color-success-200)/.6)}html .border-success-200\/65{border-color:rgb(var(--color-success-200)/.65)}html .border-success-200\/70{border-color:rgb(var(--color-success-200)/.7)}html .border-success-200\/75{border-color:rgb(var(--color-success-200)/.75)}html .border-success-200\/80{border-color:rgb(var(--color-success-200)/.8)}html .border-success-200\/85{border-color:rgb(var(--color-success-200)/.85)}html .border-success-200\/90{border-color:rgb(var(--color-success-200)/.9)}html .border-success-200\/95{border-color:rgb(var(--color-success-200)/.95)}html .border-success-300{--tw-border-opacity: 1;border-color:rgb(var(--color-success-300)/var(--tw-border-opacity, 1))}html .border-success-300\/0{border-color:rgb(var(--color-success-300)/0)}html .border-success-300\/10{border-color:rgb(var(--color-success-300)/.1)}html .border-success-300\/100{border-color:rgb(var(--color-success-300)/1)}html .border-success-300\/15{border-color:rgb(var(--color-success-300)/.15)}html .border-success-300\/20{border-color:rgb(var(--color-success-300)/.2)}html .border-success-300\/25{border-color:rgb(var(--color-success-300)/.25)}html .border-success-300\/30{border-color:rgb(var(--color-success-300)/.3)}html .border-success-300\/35{border-color:rgb(var(--color-success-300)/.35)}html .border-success-300\/40{border-color:rgb(var(--color-success-300)/.4)}html .border-success-300\/45{border-color:rgb(var(--color-success-300)/.45)}html .border-success-300\/5{border-color:rgb(var(--color-success-300)/.05)}html .border-success-300\/50{border-color:rgb(var(--color-success-300)/.5)}html .border-success-300\/55{border-color:rgb(var(--color-success-300)/.55)}html .border-success-300\/60{border-color:rgb(var(--color-success-300)/.6)}html .border-success-300\/65{border-color:rgb(var(--color-success-300)/.65)}html .border-success-300\/70{border-color:rgb(var(--color-success-300)/.7)}html .border-success-300\/75{border-color:rgb(var(--color-success-300)/.75)}html .border-success-300\/80{border-color:rgb(var(--color-success-300)/.8)}html .border-success-300\/85{border-color:rgb(var(--color-success-300)/.85)}html .border-success-300\/90{border-color:rgb(var(--color-success-300)/.9)}html .border-success-300\/95{border-color:rgb(var(--color-success-300)/.95)}html .border-success-400{--tw-border-opacity: 1;border-color:rgb(var(--color-success-400)/var(--tw-border-opacity, 1))}html .border-success-400\/0{border-color:rgb(var(--color-success-400)/0)}html .border-success-400\/10{border-color:rgb(var(--color-success-400)/.1)}html .border-success-400\/100{border-color:rgb(var(--color-success-400)/1)}html .border-success-400\/15{border-color:rgb(var(--color-success-400)/.15)}html .border-success-400\/20{border-color:rgb(var(--color-success-400)/.2)}html .border-success-400\/25{border-color:rgb(var(--color-success-400)/.25)}html .border-success-400\/30{border-color:rgb(var(--color-success-400)/.3)}html .border-success-400\/35{border-color:rgb(var(--color-success-400)/.35)}html .border-success-400\/40{border-color:rgb(var(--color-success-400)/.4)}html .border-success-400\/45{border-color:rgb(var(--color-success-400)/.45)}html .border-success-400\/5{border-color:rgb(var(--color-success-400)/.05)}html .border-success-400\/50{border-color:rgb(var(--color-success-400)/.5)}html .border-success-400\/55{border-color:rgb(var(--color-success-400)/.55)}html .border-success-400\/60{border-color:rgb(var(--color-success-400)/.6)}html .border-success-400\/65{border-color:rgb(var(--color-success-400)/.65)}html .border-success-400\/70{border-color:rgb(var(--color-success-400)/.7)}html .border-success-400\/75{border-color:rgb(var(--color-success-400)/.75)}html .border-success-400\/80{border-color:rgb(var(--color-success-400)/.8)}html .border-success-400\/85{border-color:rgb(var(--color-success-400)/.85)}html .border-success-400\/90{border-color:rgb(var(--color-success-400)/.9)}html .border-success-400\/95{border-color:rgb(var(--color-success-400)/.95)}html .border-success-50{--tw-border-opacity: 1;border-color:rgb(var(--color-success-50)/var(--tw-border-opacity, 1))}html .border-success-50\/0{border-color:rgb(var(--color-success-50)/0)}html .border-success-50\/10{border-color:rgb(var(--color-success-50)/.1)}html .border-success-50\/100{border-color:rgb(var(--color-success-50)/1)}html .border-success-50\/15{border-color:rgb(var(--color-success-50)/.15)}html .border-success-50\/20{border-color:rgb(var(--color-success-50)/.2)}html .border-success-50\/25{border-color:rgb(var(--color-success-50)/.25)}html .border-success-50\/30{border-color:rgb(var(--color-success-50)/.3)}html .border-success-50\/35{border-color:rgb(var(--color-success-50)/.35)}html .border-success-50\/40{border-color:rgb(var(--color-success-50)/.4)}html .border-success-50\/45{border-color:rgb(var(--color-success-50)/.45)}html .border-success-50\/5{border-color:rgb(var(--color-success-50)/.05)}html .border-success-50\/50{border-color:rgb(var(--color-success-50)/.5)}html .border-success-50\/55{border-color:rgb(var(--color-success-50)/.55)}html .border-success-50\/60{border-color:rgb(var(--color-success-50)/.6)}html .border-success-50\/65{border-color:rgb(var(--color-success-50)/.65)}html .border-success-50\/70{border-color:rgb(var(--color-success-50)/.7)}html .border-success-50\/75{border-color:rgb(var(--color-success-50)/.75)}html .border-success-50\/80{border-color:rgb(var(--color-success-50)/.8)}html .border-success-50\/85{border-color:rgb(var(--color-success-50)/.85)}html .border-success-50\/90{border-color:rgb(var(--color-success-50)/.9)}html .border-success-50\/95{border-color:rgb(var(--color-success-50)/.95)}html .border-success-500{--tw-border-opacity: 1;border-color:rgb(var(--color-success-500)/var(--tw-border-opacity, 1))}html .border-success-500\/0{border-color:rgb(var(--color-success-500)/0)}html .border-success-500\/10{border-color:rgb(var(--color-success-500)/.1)}html .border-success-500\/100{border-color:rgb(var(--color-success-500)/1)}html .border-success-500\/15{border-color:rgb(var(--color-success-500)/.15)}html .border-success-500\/20{border-color:rgb(var(--color-success-500)/.2)}html .border-success-500\/25{border-color:rgb(var(--color-success-500)/.25)}html .border-success-500\/30{border-color:rgb(var(--color-success-500)/.3)}html .border-success-500\/35{border-color:rgb(var(--color-success-500)/.35)}html .border-success-500\/40{border-color:rgb(var(--color-success-500)/.4)}html .border-success-500\/45{border-color:rgb(var(--color-success-500)/.45)}html .border-success-500\/5{border-color:rgb(var(--color-success-500)/.05)}html .border-success-500\/50{border-color:rgb(var(--color-success-500)/.5)}html .border-success-500\/55{border-color:rgb(var(--color-success-500)/.55)}html .border-success-500\/60{border-color:rgb(var(--color-success-500)/.6)}html .border-success-500\/65{border-color:rgb(var(--color-success-500)/.65)}html .border-success-500\/70{border-color:rgb(var(--color-success-500)/.7)}html .border-success-500\/75{border-color:rgb(var(--color-success-500)/.75)}html .border-success-500\/80{border-color:rgb(var(--color-success-500)/.8)}html .border-success-500\/85{border-color:rgb(var(--color-success-500)/.85)}html .border-success-500\/90{border-color:rgb(var(--color-success-500)/.9)}html .border-success-500\/95{border-color:rgb(var(--color-success-500)/.95)}html .border-success-600{--tw-border-opacity: 1;border-color:rgb(var(--color-success-600)/var(--tw-border-opacity, 1))}html .border-success-600\/0{border-color:rgb(var(--color-success-600)/0)}html .border-success-600\/10{border-color:rgb(var(--color-success-600)/.1)}html .border-success-600\/100{border-color:rgb(var(--color-success-600)/1)}html .border-success-600\/15{border-color:rgb(var(--color-success-600)/.15)}html .border-success-600\/20{border-color:rgb(var(--color-success-600)/.2)}html .border-success-600\/25{border-color:rgb(var(--color-success-600)/.25)}html .border-success-600\/30{border-color:rgb(var(--color-success-600)/.3)}html .border-success-600\/35{border-color:rgb(var(--color-success-600)/.35)}html .border-success-600\/40{border-color:rgb(var(--color-success-600)/.4)}html .border-success-600\/45{border-color:rgb(var(--color-success-600)/.45)}html .border-success-600\/5{border-color:rgb(var(--color-success-600)/.05)}html .border-success-600\/50{border-color:rgb(var(--color-success-600)/.5)}html .border-success-600\/55{border-color:rgb(var(--color-success-600)/.55)}html .border-success-600\/60{border-color:rgb(var(--color-success-600)/.6)}html .border-success-600\/65{border-color:rgb(var(--color-success-600)/.65)}html .border-success-600\/70{border-color:rgb(var(--color-success-600)/.7)}html .border-success-600\/75{border-color:rgb(var(--color-success-600)/.75)}html .border-success-600\/80{border-color:rgb(var(--color-success-600)/.8)}html .border-success-600\/85{border-color:rgb(var(--color-success-600)/.85)}html .border-success-600\/90{border-color:rgb(var(--color-success-600)/.9)}html .border-success-600\/95{border-color:rgb(var(--color-success-600)/.95)}html .border-success-700{--tw-border-opacity: 1;border-color:rgb(var(--color-success-700)/var(--tw-border-opacity, 1))}html .border-success-700\/0{border-color:rgb(var(--color-success-700)/0)}html .border-success-700\/10{border-color:rgb(var(--color-success-700)/.1)}html .border-success-700\/100{border-color:rgb(var(--color-success-700)/1)}html .border-success-700\/15{border-color:rgb(var(--color-success-700)/.15)}html .border-success-700\/20{border-color:rgb(var(--color-success-700)/.2)}html .border-success-700\/25{border-color:rgb(var(--color-success-700)/.25)}html .border-success-700\/30{border-color:rgb(var(--color-success-700)/.3)}html .border-success-700\/35{border-color:rgb(var(--color-success-700)/.35)}html .border-success-700\/40{border-color:rgb(var(--color-success-700)/.4)}html .border-success-700\/45{border-color:rgb(var(--color-success-700)/.45)}html .border-success-700\/5{border-color:rgb(var(--color-success-700)/.05)}html .border-success-700\/50{border-color:rgb(var(--color-success-700)/.5)}html .border-success-700\/55{border-color:rgb(var(--color-success-700)/.55)}html .border-success-700\/60{border-color:rgb(var(--color-success-700)/.6)}html .border-success-700\/65{border-color:rgb(var(--color-success-700)/.65)}html .border-success-700\/70{border-color:rgb(var(--color-success-700)/.7)}html .border-success-700\/75{border-color:rgb(var(--color-success-700)/.75)}html .border-success-700\/80{border-color:rgb(var(--color-success-700)/.8)}html .border-success-700\/85{border-color:rgb(var(--color-success-700)/.85)}html .border-success-700\/90{border-color:rgb(var(--color-success-700)/.9)}html .border-success-700\/95{border-color:rgb(var(--color-success-700)/.95)}html .border-success-800{--tw-border-opacity: 1;border-color:rgb(var(--color-success-800)/var(--tw-border-opacity, 1))}html .border-success-800\/0{border-color:rgb(var(--color-success-800)/0)}html .border-success-800\/10{border-color:rgb(var(--color-success-800)/.1)}html .border-success-800\/100{border-color:rgb(var(--color-success-800)/1)}html .border-success-800\/15{border-color:rgb(var(--color-success-800)/.15)}html .border-success-800\/20{border-color:rgb(var(--color-success-800)/.2)}html .border-success-800\/25{border-color:rgb(var(--color-success-800)/.25)}html .border-success-800\/30{border-color:rgb(var(--color-success-800)/.3)}html .border-success-800\/35{border-color:rgb(var(--color-success-800)/.35)}html .border-success-800\/40{border-color:rgb(var(--color-success-800)/.4)}html .border-success-800\/45{border-color:rgb(var(--color-success-800)/.45)}html .border-success-800\/5{border-color:rgb(var(--color-success-800)/.05)}html .border-success-800\/50{border-color:rgb(var(--color-success-800)/.5)}html .border-success-800\/55{border-color:rgb(var(--color-success-800)/.55)}html .border-success-800\/60{border-color:rgb(var(--color-success-800)/.6)}html .border-success-800\/65{border-color:rgb(var(--color-success-800)/.65)}html .border-success-800\/70{border-color:rgb(var(--color-success-800)/.7)}html .border-success-800\/75{border-color:rgb(var(--color-success-800)/.75)}html .border-success-800\/80{border-color:rgb(var(--color-success-800)/.8)}html .border-success-800\/85{border-color:rgb(var(--color-success-800)/.85)}html .border-success-800\/90{border-color:rgb(var(--color-success-800)/.9)}html .border-success-800\/95{border-color:rgb(var(--color-success-800)/.95)}html .border-success-900{--tw-border-opacity: 1;border-color:rgb(var(--color-success-900)/var(--tw-border-opacity, 1))}html .border-success-900\/0{border-color:rgb(var(--color-success-900)/0)}html .border-success-900\/10{border-color:rgb(var(--color-success-900)/.1)}html .border-success-900\/100{border-color:rgb(var(--color-success-900)/1)}html .border-success-900\/15{border-color:rgb(var(--color-success-900)/.15)}html .border-success-900\/20{border-color:rgb(var(--color-success-900)/.2)}html .border-success-900\/25{border-color:rgb(var(--color-success-900)/.25)}html .border-success-900\/30{border-color:rgb(var(--color-success-900)/.3)}html .border-success-900\/35{border-color:rgb(var(--color-success-900)/.35)}html .border-success-900\/40{border-color:rgb(var(--color-success-900)/.4)}html .border-success-900\/45{border-color:rgb(var(--color-success-900)/.45)}html .border-success-900\/5{border-color:rgb(var(--color-success-900)/.05)}html .border-success-900\/50{border-color:rgb(var(--color-success-900)/.5)}html .border-success-900\/55{border-color:rgb(var(--color-success-900)/.55)}html .border-success-900\/60{border-color:rgb(var(--color-success-900)/.6)}html .border-success-900\/65{border-color:rgb(var(--color-success-900)/.65)}html .border-success-900\/70{border-color:rgb(var(--color-success-900)/.7)}html .border-success-900\/75{border-color:rgb(var(--color-success-900)/.75)}html .border-success-900\/80{border-color:rgb(var(--color-success-900)/.8)}html .border-success-900\/85{border-color:rgb(var(--color-success-900)/.85)}html .border-success-900\/90{border-color:rgb(var(--color-success-900)/.9)}html .border-success-900\/95{border-color:rgb(var(--color-success-900)/.95)}html .border-success-950{--tw-border-opacity: 1;border-color:rgb(var(--color-success-950)/var(--tw-border-opacity, 1))}html .border-success-950\/0{border-color:rgb(var(--color-success-950)/0)}html .border-success-950\/10{border-color:rgb(var(--color-success-950)/.1)}html .border-success-950\/100{border-color:rgb(var(--color-success-950)/1)}html .border-success-950\/15{border-color:rgb(var(--color-success-950)/.15)}html .border-success-950\/20{border-color:rgb(var(--color-success-950)/.2)}html .border-success-950\/25{border-color:rgb(var(--color-success-950)/.25)}html .border-success-950\/30{border-color:rgb(var(--color-success-950)/.3)}html .border-success-950\/35{border-color:rgb(var(--color-success-950)/.35)}html .border-success-950\/40{border-color:rgb(var(--color-success-950)/.4)}html .border-success-950\/45{border-color:rgb(var(--color-success-950)/.45)}html .border-success-950\/5{border-color:rgb(var(--color-success-950)/.05)}html .border-success-950\/50{border-color:rgb(var(--color-success-950)/.5)}html .border-success-950\/55{border-color:rgb(var(--color-success-950)/.55)}html .border-success-950\/60{border-color:rgb(var(--color-success-950)/.6)}html .border-success-950\/65{border-color:rgb(var(--color-success-950)/.65)}html .border-success-950\/70{border-color:rgb(var(--color-success-950)/.7)}html .border-success-950\/75{border-color:rgb(var(--color-success-950)/.75)}html .border-success-950\/80{border-color:rgb(var(--color-success-950)/.8)}html .border-success-950\/85{border-color:rgb(var(--color-success-950)/.85)}html .border-success-950\/90{border-color:rgb(var(--color-success-950)/.9)}html .border-success-950\/95{border-color:rgb(var(--color-success-950)/.95)}html .border-typography-0{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-0)/var(--tw-border-opacity, 1))}html .border-typography-0\/0{border-color:rgb(var(--color-typography-0)/0)}html .border-typography-0\/10{border-color:rgb(var(--color-typography-0)/.1)}html .border-typography-0\/100{border-color:rgb(var(--color-typography-0)/1)}html .border-typography-0\/15{border-color:rgb(var(--color-typography-0)/.15)}html .border-typography-0\/20{border-color:rgb(var(--color-typography-0)/.2)}html .border-typography-0\/25{border-color:rgb(var(--color-typography-0)/.25)}html .border-typography-0\/30{border-color:rgb(var(--color-typography-0)/.3)}html .border-typography-0\/35{border-color:rgb(var(--color-typography-0)/.35)}html .border-typography-0\/40{border-color:rgb(var(--color-typography-0)/.4)}html .border-typography-0\/45{border-color:rgb(var(--color-typography-0)/.45)}html .border-typography-0\/5{border-color:rgb(var(--color-typography-0)/.05)}html .border-typography-0\/50{border-color:rgb(var(--color-typography-0)/.5)}html .border-typography-0\/55{border-color:rgb(var(--color-typography-0)/.55)}html .border-typography-0\/60{border-color:rgb(var(--color-typography-0)/.6)}html .border-typography-0\/65{border-color:rgb(var(--color-typography-0)/.65)}html .border-typography-0\/70{border-color:rgb(var(--color-typography-0)/.7)}html .border-typography-0\/75{border-color:rgb(var(--color-typography-0)/.75)}html .border-typography-0\/80{border-color:rgb(var(--color-typography-0)/.8)}html .border-typography-0\/85{border-color:rgb(var(--color-typography-0)/.85)}html .border-typography-0\/90{border-color:rgb(var(--color-typography-0)/.9)}html .border-typography-0\/95{border-color:rgb(var(--color-typography-0)/.95)}html .border-typography-100{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-100)/var(--tw-border-opacity, 1))}html .border-typography-100\/0{border-color:rgb(var(--color-typography-100)/0)}html .border-typography-100\/10{border-color:rgb(var(--color-typography-100)/.1)}html .border-typography-100\/100{border-color:rgb(var(--color-typography-100)/1)}html .border-typography-100\/15{border-color:rgb(var(--color-typography-100)/.15)}html .border-typography-100\/20{border-color:rgb(var(--color-typography-100)/.2)}html .border-typography-100\/25{border-color:rgb(var(--color-typography-100)/.25)}html .border-typography-100\/30{border-color:rgb(var(--color-typography-100)/.3)}html .border-typography-100\/35{border-color:rgb(var(--color-typography-100)/.35)}html .border-typography-100\/40{border-color:rgb(var(--color-typography-100)/.4)}html .border-typography-100\/45{border-color:rgb(var(--color-typography-100)/.45)}html .border-typography-100\/5{border-color:rgb(var(--color-typography-100)/.05)}html .border-typography-100\/50{border-color:rgb(var(--color-typography-100)/.5)}html .border-typography-100\/55{border-color:rgb(var(--color-typography-100)/.55)}html .border-typography-100\/60{border-color:rgb(var(--color-typography-100)/.6)}html .border-typography-100\/65{border-color:rgb(var(--color-typography-100)/.65)}html .border-typography-100\/70{border-color:rgb(var(--color-typography-100)/.7)}html .border-typography-100\/75{border-color:rgb(var(--color-typography-100)/.75)}html .border-typography-100\/80{border-color:rgb(var(--color-typography-100)/.8)}html .border-typography-100\/85{border-color:rgb(var(--color-typography-100)/.85)}html .border-typography-100\/90{border-color:rgb(var(--color-typography-100)/.9)}html .border-typography-100\/95{border-color:rgb(var(--color-typography-100)/.95)}html .border-typography-200{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-200)/var(--tw-border-opacity, 1))}html .border-typography-200\/0{border-color:rgb(var(--color-typography-200)/0)}html .border-typography-200\/10{border-color:rgb(var(--color-typography-200)/.1)}html .border-typography-200\/100{border-color:rgb(var(--color-typography-200)/1)}html .border-typography-200\/15{border-color:rgb(var(--color-typography-200)/.15)}html .border-typography-200\/20{border-color:rgb(var(--color-typography-200)/.2)}html .border-typography-200\/25{border-color:rgb(var(--color-typography-200)/.25)}html .border-typography-200\/30{border-color:rgb(var(--color-typography-200)/.3)}html .border-typography-200\/35{border-color:rgb(var(--color-typography-200)/.35)}html .border-typography-200\/40{border-color:rgb(var(--color-typography-200)/.4)}html .border-typography-200\/45{border-color:rgb(var(--color-typography-200)/.45)}html .border-typography-200\/5{border-color:rgb(var(--color-typography-200)/.05)}html .border-typography-200\/50{border-color:rgb(var(--color-typography-200)/.5)}html .border-typography-200\/55{border-color:rgb(var(--color-typography-200)/.55)}html .border-typography-200\/60{border-color:rgb(var(--color-typography-200)/.6)}html .border-typography-200\/65{border-color:rgb(var(--color-typography-200)/.65)}html .border-typography-200\/70{border-color:rgb(var(--color-typography-200)/.7)}html .border-typography-200\/75{border-color:rgb(var(--color-typography-200)/.75)}html .border-typography-200\/80{border-color:rgb(var(--color-typography-200)/.8)}html .border-typography-200\/85{border-color:rgb(var(--color-typography-200)/.85)}html .border-typography-200\/90{border-color:rgb(var(--color-typography-200)/.9)}html .border-typography-200\/95{border-color:rgb(var(--color-typography-200)/.95)}html .border-typography-300{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-300)/var(--tw-border-opacity, 1))}html .border-typography-300\/0{border-color:rgb(var(--color-typography-300)/0)}html .border-typography-300\/10{border-color:rgb(var(--color-typography-300)/.1)}html .border-typography-300\/100{border-color:rgb(var(--color-typography-300)/1)}html .border-typography-300\/15{border-color:rgb(var(--color-typography-300)/.15)}html .border-typography-300\/20{border-color:rgb(var(--color-typography-300)/.2)}html .border-typography-300\/25{border-color:rgb(var(--color-typography-300)/.25)}html .border-typography-300\/30{border-color:rgb(var(--color-typography-300)/.3)}html .border-typography-300\/35{border-color:rgb(var(--color-typography-300)/.35)}html .border-typography-300\/40{border-color:rgb(var(--color-typography-300)/.4)}html .border-typography-300\/45{border-color:rgb(var(--color-typography-300)/.45)}html .border-typography-300\/5{border-color:rgb(var(--color-typography-300)/.05)}html .border-typography-300\/50{border-color:rgb(var(--color-typography-300)/.5)}html .border-typography-300\/55{border-color:rgb(var(--color-typography-300)/.55)}html .border-typography-300\/60{border-color:rgb(var(--color-typography-300)/.6)}html .border-typography-300\/65{border-color:rgb(var(--color-typography-300)/.65)}html .border-typography-300\/70{border-color:rgb(var(--color-typography-300)/.7)}html .border-typography-300\/75{border-color:rgb(var(--color-typography-300)/.75)}html .border-typography-300\/80{border-color:rgb(var(--color-typography-300)/.8)}html .border-typography-300\/85{border-color:rgb(var(--color-typography-300)/.85)}html .border-typography-300\/90{border-color:rgb(var(--color-typography-300)/.9)}html .border-typography-300\/95{border-color:rgb(var(--color-typography-300)/.95)}html .border-typography-400{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-400)/var(--tw-border-opacity, 1))}html .border-typography-400\/0{border-color:rgb(var(--color-typography-400)/0)}html .border-typography-400\/10{border-color:rgb(var(--color-typography-400)/.1)}html .border-typography-400\/100{border-color:rgb(var(--color-typography-400)/1)}html .border-typography-400\/15{border-color:rgb(var(--color-typography-400)/.15)}html .border-typography-400\/20{border-color:rgb(var(--color-typography-400)/.2)}html .border-typography-400\/25{border-color:rgb(var(--color-typography-400)/.25)}html .border-typography-400\/30{border-color:rgb(var(--color-typography-400)/.3)}html .border-typography-400\/35{border-color:rgb(var(--color-typography-400)/.35)}html .border-typography-400\/40{border-color:rgb(var(--color-typography-400)/.4)}html .border-typography-400\/45{border-color:rgb(var(--color-typography-400)/.45)}html .border-typography-400\/5{border-color:rgb(var(--color-typography-400)/.05)}html .border-typography-400\/50{border-color:rgb(var(--color-typography-400)/.5)}html .border-typography-400\/55{border-color:rgb(var(--color-typography-400)/.55)}html .border-typography-400\/60{border-color:rgb(var(--color-typography-400)/.6)}html .border-typography-400\/65{border-color:rgb(var(--color-typography-400)/.65)}html .border-typography-400\/70{border-color:rgb(var(--color-typography-400)/.7)}html .border-typography-400\/75{border-color:rgb(var(--color-typography-400)/.75)}html .border-typography-400\/80{border-color:rgb(var(--color-typography-400)/.8)}html .border-typography-400\/85{border-color:rgb(var(--color-typography-400)/.85)}html .border-typography-400\/90{border-color:rgb(var(--color-typography-400)/.9)}html .border-typography-400\/95{border-color:rgb(var(--color-typography-400)/.95)}html .border-typography-50{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-50)/var(--tw-border-opacity, 1))}html .border-typography-50\/0{border-color:rgb(var(--color-typography-50)/0)}html .border-typography-50\/10{border-color:rgb(var(--color-typography-50)/.1)}html .border-typography-50\/100{border-color:rgb(var(--color-typography-50)/1)}html .border-typography-50\/15{border-color:rgb(var(--color-typography-50)/.15)}html .border-typography-50\/20{border-color:rgb(var(--color-typography-50)/.2)}html .border-typography-50\/25{border-color:rgb(var(--color-typography-50)/.25)}html .border-typography-50\/30{border-color:rgb(var(--color-typography-50)/.3)}html .border-typography-50\/35{border-color:rgb(var(--color-typography-50)/.35)}html .border-typography-50\/40{border-color:rgb(var(--color-typography-50)/.4)}html .border-typography-50\/45{border-color:rgb(var(--color-typography-50)/.45)}html .border-typography-50\/5{border-color:rgb(var(--color-typography-50)/.05)}html .border-typography-50\/50{border-color:rgb(var(--color-typography-50)/.5)}html .border-typography-50\/55{border-color:rgb(var(--color-typography-50)/.55)}html .border-typography-50\/60{border-color:rgb(var(--color-typography-50)/.6)}html .border-typography-50\/65{border-color:rgb(var(--color-typography-50)/.65)}html .border-typography-50\/70{border-color:rgb(var(--color-typography-50)/.7)}html .border-typography-50\/75{border-color:rgb(var(--color-typography-50)/.75)}html .border-typography-50\/80{border-color:rgb(var(--color-typography-50)/.8)}html .border-typography-50\/85{border-color:rgb(var(--color-typography-50)/.85)}html .border-typography-50\/90{border-color:rgb(var(--color-typography-50)/.9)}html .border-typography-50\/95{border-color:rgb(var(--color-typography-50)/.95)}html .border-typography-500{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-500)/var(--tw-border-opacity, 1))}html .border-typography-500\/0{border-color:rgb(var(--color-typography-500)/0)}html .border-typography-500\/10{border-color:rgb(var(--color-typography-500)/.1)}html .border-typography-500\/100{border-color:rgb(var(--color-typography-500)/1)}html .border-typography-500\/15{border-color:rgb(var(--color-typography-500)/.15)}html .border-typography-500\/20{border-color:rgb(var(--color-typography-500)/.2)}html .border-typography-500\/25{border-color:rgb(var(--color-typography-500)/.25)}html .border-typography-500\/30{border-color:rgb(var(--color-typography-500)/.3)}html .border-typography-500\/35{border-color:rgb(var(--color-typography-500)/.35)}html .border-typography-500\/40{border-color:rgb(var(--color-typography-500)/.4)}html .border-typography-500\/45{border-color:rgb(var(--color-typography-500)/.45)}html .border-typography-500\/5{border-color:rgb(var(--color-typography-500)/.05)}html .border-typography-500\/50{border-color:rgb(var(--color-typography-500)/.5)}html .border-typography-500\/55{border-color:rgb(var(--color-typography-500)/.55)}html .border-typography-500\/60{border-color:rgb(var(--color-typography-500)/.6)}html .border-typography-500\/65{border-color:rgb(var(--color-typography-500)/.65)}html .border-typography-500\/70{border-color:rgb(var(--color-typography-500)/.7)}html .border-typography-500\/75{border-color:rgb(var(--color-typography-500)/.75)}html .border-typography-500\/80{border-color:rgb(var(--color-typography-500)/.8)}html .border-typography-500\/85{border-color:rgb(var(--color-typography-500)/.85)}html .border-typography-500\/90{border-color:rgb(var(--color-typography-500)/.9)}html .border-typography-500\/95{border-color:rgb(var(--color-typography-500)/.95)}html .border-typography-600{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-600)/var(--tw-border-opacity, 1))}html .border-typography-600\/0{border-color:rgb(var(--color-typography-600)/0)}html .border-typography-600\/10{border-color:rgb(var(--color-typography-600)/.1)}html .border-typography-600\/100{border-color:rgb(var(--color-typography-600)/1)}html .border-typography-600\/15{border-color:rgb(var(--color-typography-600)/.15)}html .border-typography-600\/20{border-color:rgb(var(--color-typography-600)/.2)}html .border-typography-600\/25{border-color:rgb(var(--color-typography-600)/.25)}html .border-typography-600\/30{border-color:rgb(var(--color-typography-600)/.3)}html .border-typography-600\/35{border-color:rgb(var(--color-typography-600)/.35)}html .border-typography-600\/40{border-color:rgb(var(--color-typography-600)/.4)}html .border-typography-600\/45{border-color:rgb(var(--color-typography-600)/.45)}html .border-typography-600\/5{border-color:rgb(var(--color-typography-600)/.05)}html .border-typography-600\/50{border-color:rgb(var(--color-typography-600)/.5)}html .border-typography-600\/55{border-color:rgb(var(--color-typography-600)/.55)}html .border-typography-600\/60{border-color:rgb(var(--color-typography-600)/.6)}html .border-typography-600\/65{border-color:rgb(var(--color-typography-600)/.65)}html .border-typography-600\/70{border-color:rgb(var(--color-typography-600)/.7)}html .border-typography-600\/75{border-color:rgb(var(--color-typography-600)/.75)}html .border-typography-600\/80{border-color:rgb(var(--color-typography-600)/.8)}html .border-typography-600\/85{border-color:rgb(var(--color-typography-600)/.85)}html .border-typography-600\/90{border-color:rgb(var(--color-typography-600)/.9)}html .border-typography-600\/95{border-color:rgb(var(--color-typography-600)/.95)}html .border-typography-700{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-700)/var(--tw-border-opacity, 1))}html .border-typography-700\/0{border-color:rgb(var(--color-typography-700)/0)}html .border-typography-700\/10{border-color:rgb(var(--color-typography-700)/.1)}html .border-typography-700\/100{border-color:rgb(var(--color-typography-700)/1)}html .border-typography-700\/15{border-color:rgb(var(--color-typography-700)/.15)}html .border-typography-700\/20{border-color:rgb(var(--color-typography-700)/.2)}html .border-typography-700\/25{border-color:rgb(var(--color-typography-700)/.25)}html .border-typography-700\/30{border-color:rgb(var(--color-typography-700)/.3)}html .border-typography-700\/35{border-color:rgb(var(--color-typography-700)/.35)}html .border-typography-700\/40{border-color:rgb(var(--color-typography-700)/.4)}html .border-typography-700\/45{border-color:rgb(var(--color-typography-700)/.45)}html .border-typography-700\/5{border-color:rgb(var(--color-typography-700)/.05)}html .border-typography-700\/50{border-color:rgb(var(--color-typography-700)/.5)}html .border-typography-700\/55{border-color:rgb(var(--color-typography-700)/.55)}html .border-typography-700\/60{border-color:rgb(var(--color-typography-700)/.6)}html .border-typography-700\/65{border-color:rgb(var(--color-typography-700)/.65)}html .border-typography-700\/70{border-color:rgb(var(--color-typography-700)/.7)}html .border-typography-700\/75{border-color:rgb(var(--color-typography-700)/.75)}html .border-typography-700\/80{border-color:rgb(var(--color-typography-700)/.8)}html .border-typography-700\/85{border-color:rgb(var(--color-typography-700)/.85)}html .border-typography-700\/90{border-color:rgb(var(--color-typography-700)/.9)}html .border-typography-700\/95{border-color:rgb(var(--color-typography-700)/.95)}html .border-typography-800{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-800)/var(--tw-border-opacity, 1))}html .border-typography-800\/0{border-color:rgb(var(--color-typography-800)/0)}html .border-typography-800\/10{border-color:rgb(var(--color-typography-800)/.1)}html .border-typography-800\/100{border-color:rgb(var(--color-typography-800)/1)}html .border-typography-800\/15{border-color:rgb(var(--color-typography-800)/.15)}html .border-typography-800\/20{border-color:rgb(var(--color-typography-800)/.2)}html .border-typography-800\/25{border-color:rgb(var(--color-typography-800)/.25)}html .border-typography-800\/30{border-color:rgb(var(--color-typography-800)/.3)}html .border-typography-800\/35{border-color:rgb(var(--color-typography-800)/.35)}html .border-typography-800\/40{border-color:rgb(var(--color-typography-800)/.4)}html .border-typography-800\/45{border-color:rgb(var(--color-typography-800)/.45)}html .border-typography-800\/5{border-color:rgb(var(--color-typography-800)/.05)}html .border-typography-800\/50{border-color:rgb(var(--color-typography-800)/.5)}html .border-typography-800\/55{border-color:rgb(var(--color-typography-800)/.55)}html .border-typography-800\/60{border-color:rgb(var(--color-typography-800)/.6)}html .border-typography-800\/65{border-color:rgb(var(--color-typography-800)/.65)}html .border-typography-800\/70{border-color:rgb(var(--color-typography-800)/.7)}html .border-typography-800\/75{border-color:rgb(var(--color-typography-800)/.75)}html .border-typography-800\/80{border-color:rgb(var(--color-typography-800)/.8)}html .border-typography-800\/85{border-color:rgb(var(--color-typography-800)/.85)}html .border-typography-800\/90{border-color:rgb(var(--color-typography-800)/.9)}html .border-typography-800\/95{border-color:rgb(var(--color-typography-800)/.95)}html .border-typography-900{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-900)/var(--tw-border-opacity, 1))}html .border-typography-900\/0{border-color:rgb(var(--color-typography-900)/0)}html .border-typography-900\/10{border-color:rgb(var(--color-typography-900)/.1)}html .border-typography-900\/100{border-color:rgb(var(--color-typography-900)/1)}html .border-typography-900\/15{border-color:rgb(var(--color-typography-900)/.15)}html .border-typography-900\/20{border-color:rgb(var(--color-typography-900)/.2)}html .border-typography-900\/25{border-color:rgb(var(--color-typography-900)/.25)}html .border-typography-900\/30{border-color:rgb(var(--color-typography-900)/.3)}html .border-typography-900\/35{border-color:rgb(var(--color-typography-900)/.35)}html .border-typography-900\/40{border-color:rgb(var(--color-typography-900)/.4)}html .border-typography-900\/45{border-color:rgb(var(--color-typography-900)/.45)}html .border-typography-900\/5{border-color:rgb(var(--color-typography-900)/.05)}html .border-typography-900\/50{border-color:rgb(var(--color-typography-900)/.5)}html .border-typography-900\/55{border-color:rgb(var(--color-typography-900)/.55)}html .border-typography-900\/60{border-color:rgb(var(--color-typography-900)/.6)}html .border-typography-900\/65{border-color:rgb(var(--color-typography-900)/.65)}html .border-typography-900\/70{border-color:rgb(var(--color-typography-900)/.7)}html .border-typography-900\/75{border-color:rgb(var(--color-typography-900)/.75)}html .border-typography-900\/80{border-color:rgb(var(--color-typography-900)/.8)}html .border-typography-900\/85{border-color:rgb(var(--color-typography-900)/.85)}html .border-typography-900\/90{border-color:rgb(var(--color-typography-900)/.9)}html .border-typography-900\/95{border-color:rgb(var(--color-typography-900)/.95)}html .border-typography-950{--tw-border-opacity: 1;border-color:rgb(var(--color-typography-950)/var(--tw-border-opacity, 1))}html .border-typography-950\/0{border-color:rgb(var(--color-typography-950)/0)}html .border-typography-950\/10{border-color:rgb(var(--color-typography-950)/.1)}html .border-typography-950\/100{border-color:rgb(var(--color-typography-950)/1)}html .border-typography-950\/15{border-color:rgb(var(--color-typography-950)/.15)}html .border-typography-950\/20{border-color:rgb(var(--color-typography-950)/.2)}html .border-typography-950\/25{border-color:rgb(var(--color-typography-950)/.25)}html .border-typography-950\/30{border-color:rgb(var(--color-typography-950)/.3)}html .border-typography-950\/35{border-color:rgb(var(--color-typography-950)/.35)}html .border-typography-950\/40{border-color:rgb(var(--color-typography-950)/.4)}html .border-typography-950\/45{border-color:rgb(var(--color-typography-950)/.45)}html .border-typography-950\/5{border-color:rgb(var(--color-typography-950)/.05)}html .border-typography-950\/50{border-color:rgb(var(--color-typography-950)/.5)}html .border-typography-950\/55{border-color:rgb(var(--color-typography-950)/.55)}html .border-typography-950\/60{border-color:rgb(var(--color-typography-950)/.6)}html .border-typography-950\/65{border-color:rgb(var(--color-typography-950)/.65)}html .border-typography-950\/70{border-color:rgb(var(--color-typography-950)/.7)}html .border-typography-950\/75{border-color:rgb(var(--color-typography-950)/.75)}html .border-typography-950\/80{border-color:rgb(var(--color-typography-950)/.8)}html .border-typography-950\/85{border-color:rgb(var(--color-typography-950)/.85)}html .border-typography-950\/90{border-color:rgb(var(--color-typography-950)/.9)}html .border-typography-950\/95{border-color:rgb(var(--color-typography-950)/.95)}html .border-typography-black{--tw-border-opacity: 1;border-color:rgb(24 23 24 / var(--tw-border-opacity, 1))}html .border-typography-black\/0{border-color:#18171800}html .border-typography-black\/10{border-color:#1817181a}html .border-typography-black\/100{border-color:#181718}html .border-typography-black\/15{border-color:#18171826}html .border-typography-black\/20{border-color:#18171833}html .border-typography-black\/25{border-color:#18171840}html .border-typography-black\/30{border-color:#1817184d}html .border-typography-black\/35{border-color:#18171859}html .border-typography-black\/40{border-color:#18171866}html .border-typography-black\/45{border-color:#18171873}html .border-typography-black\/5{border-color:#1817180d}html .border-typography-black\/50{border-color:#18171880}html .border-typography-black\/55{border-color:#1817188c}html .border-typography-black\/60{border-color:#18171899}html .border-typography-black\/65{border-color:#181718a6}html .border-typography-black\/70{border-color:#181718b3}html .border-typography-black\/75{border-color:#181718bf}html .border-typography-black\/80{border-color:#181718cc}html .border-typography-black\/85{border-color:#181718d9}html .border-typography-black\/90{border-color:#181718e6}html .border-typography-black\/95{border-color:#181718f2}html .border-typography-gray{--tw-border-opacity: 1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}html .border-typography-gray\/0{border-color:#d4d4d400}html .border-typography-gray\/10{border-color:#d4d4d41a}html .border-typography-gray\/100{border-color:#d4d4d4}html .border-typography-gray\/15{border-color:#d4d4d426}html .border-typography-gray\/20{border-color:#d4d4d433}html .border-typography-gray\/25{border-color:#d4d4d440}html .border-typography-gray\/30{border-color:#d4d4d44d}html .border-typography-gray\/35{border-color:#d4d4d459}html .border-typography-gray\/40{border-color:#d4d4d466}html .border-typography-gray\/45{border-color:#d4d4d473}html .border-typography-gray\/5{border-color:#d4d4d40d}html .border-typography-gray\/50{border-color:#d4d4d480}html .border-typography-gray\/55{border-color:#d4d4d48c}html .border-typography-gray\/60{border-color:#d4d4d499}html .border-typography-gray\/65{border-color:#d4d4d4a6}html .border-typography-gray\/70{border-color:#d4d4d4b3}html .border-typography-gray\/75{border-color:#d4d4d4bf}html .border-typography-gray\/80{border-color:#d4d4d4cc}html .border-typography-gray\/85{border-color:#d4d4d4d9}html .border-typography-gray\/90{border-color:#d4d4d4e6}html .border-typography-gray\/95{border-color:#d4d4d4f2}html .border-typography-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}html .border-typography-white\/0{border-color:#fff0}html .border-typography-white\/10{border-color:#ffffff1a}html .border-typography-white\/100{border-color:#fff}html .border-typography-white\/15{border-color:#ffffff26}html .border-typography-white\/20{border-color:#fff3}html .border-typography-white\/25{border-color:#ffffff40}html .border-typography-white\/30{border-color:#ffffff4d}html .border-typography-white\/35{border-color:#ffffff59}html .border-typography-white\/40{border-color:#fff6}html .border-typography-white\/45{border-color:#ffffff73}html .border-typography-white\/5{border-color:#ffffff0d}html .border-typography-white\/50{border-color:#ffffff80}html .border-typography-white\/55{border-color:#ffffff8c}html .border-typography-white\/60{border-color:#fff9}html .border-typography-white\/65{border-color:#ffffffa6}html .border-typography-white\/70{border-color:#ffffffb3}html .border-typography-white\/75{border-color:#ffffffbf}html .border-typography-white\/80{border-color:#fffc}html .border-typography-white\/85{border-color:#ffffffd9}html .border-typography-white\/90{border-color:#ffffffe6}html .border-typography-white\/95{border-color:#fffffff2}html .border-warning-0{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-0)/var(--tw-border-opacity, 1))}html .border-warning-0\/0{border-color:rgb(var(--color-warning-0)/0)}html .border-warning-0\/10{border-color:rgb(var(--color-warning-0)/.1)}html .border-warning-0\/100{border-color:rgb(var(--color-warning-0)/1)}html .border-warning-0\/15{border-color:rgb(var(--color-warning-0)/.15)}html .border-warning-0\/20{border-color:rgb(var(--color-warning-0)/.2)}html .border-warning-0\/25{border-color:rgb(var(--color-warning-0)/.25)}html .border-warning-0\/30{border-color:rgb(var(--color-warning-0)/.3)}html .border-warning-0\/35{border-color:rgb(var(--color-warning-0)/.35)}html .border-warning-0\/40{border-color:rgb(var(--color-warning-0)/.4)}html .border-warning-0\/45{border-color:rgb(var(--color-warning-0)/.45)}html .border-warning-0\/5{border-color:rgb(var(--color-warning-0)/.05)}html .border-warning-0\/50{border-color:rgb(var(--color-warning-0)/.5)}html .border-warning-0\/55{border-color:rgb(var(--color-warning-0)/.55)}html .border-warning-0\/60{border-color:rgb(var(--color-warning-0)/.6)}html .border-warning-0\/65{border-color:rgb(var(--color-warning-0)/.65)}html .border-warning-0\/70{border-color:rgb(var(--color-warning-0)/.7)}html .border-warning-0\/75{border-color:rgb(var(--color-warning-0)/.75)}html .border-warning-0\/80{border-color:rgb(var(--color-warning-0)/.8)}html .border-warning-0\/85{border-color:rgb(var(--color-warning-0)/.85)}html .border-warning-0\/90{border-color:rgb(var(--color-warning-0)/.9)}html .border-warning-0\/95{border-color:rgb(var(--color-warning-0)/.95)}html .border-warning-100{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-100)/var(--tw-border-opacity, 1))}html .border-warning-100\/0{border-color:rgb(var(--color-warning-100)/0)}html .border-warning-100\/10{border-color:rgb(var(--color-warning-100)/.1)}html .border-warning-100\/100{border-color:rgb(var(--color-warning-100)/1)}html .border-warning-100\/15{border-color:rgb(var(--color-warning-100)/.15)}html .border-warning-100\/20{border-color:rgb(var(--color-warning-100)/.2)}html .border-warning-100\/25{border-color:rgb(var(--color-warning-100)/.25)}html .border-warning-100\/30{border-color:rgb(var(--color-warning-100)/.3)}html .border-warning-100\/35{border-color:rgb(var(--color-warning-100)/.35)}html .border-warning-100\/40{border-color:rgb(var(--color-warning-100)/.4)}html .border-warning-100\/45{border-color:rgb(var(--color-warning-100)/.45)}html .border-warning-100\/5{border-color:rgb(var(--color-warning-100)/.05)}html .border-warning-100\/50{border-color:rgb(var(--color-warning-100)/.5)}html .border-warning-100\/55{border-color:rgb(var(--color-warning-100)/.55)}html .border-warning-100\/60{border-color:rgb(var(--color-warning-100)/.6)}html .border-warning-100\/65{border-color:rgb(var(--color-warning-100)/.65)}html .border-warning-100\/70{border-color:rgb(var(--color-warning-100)/.7)}html .border-warning-100\/75{border-color:rgb(var(--color-warning-100)/.75)}html .border-warning-100\/80{border-color:rgb(var(--color-warning-100)/.8)}html .border-warning-100\/85{border-color:rgb(var(--color-warning-100)/.85)}html .border-warning-100\/90{border-color:rgb(var(--color-warning-100)/.9)}html .border-warning-100\/95{border-color:rgb(var(--color-warning-100)/.95)}html .border-warning-200{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-200)/var(--tw-border-opacity, 1))}html .border-warning-200\/0{border-color:rgb(var(--color-warning-200)/0)}html .border-warning-200\/10{border-color:rgb(var(--color-warning-200)/.1)}html .border-warning-200\/100{border-color:rgb(var(--color-warning-200)/1)}html .border-warning-200\/15{border-color:rgb(var(--color-warning-200)/.15)}html .border-warning-200\/20{border-color:rgb(var(--color-warning-200)/.2)}html .border-warning-200\/25{border-color:rgb(var(--color-warning-200)/.25)}html .border-warning-200\/30{border-color:rgb(var(--color-warning-200)/.3)}html .border-warning-200\/35{border-color:rgb(var(--color-warning-200)/.35)}html .border-warning-200\/40{border-color:rgb(var(--color-warning-200)/.4)}html .border-warning-200\/45{border-color:rgb(var(--color-warning-200)/.45)}html .border-warning-200\/5{border-color:rgb(var(--color-warning-200)/.05)}html .border-warning-200\/50{border-color:rgb(var(--color-warning-200)/.5)}html .border-warning-200\/55{border-color:rgb(var(--color-warning-200)/.55)}html .border-warning-200\/60{border-color:rgb(var(--color-warning-200)/.6)}html .border-warning-200\/65{border-color:rgb(var(--color-warning-200)/.65)}html .border-warning-200\/70{border-color:rgb(var(--color-warning-200)/.7)}html .border-warning-200\/75{border-color:rgb(var(--color-warning-200)/.75)}html .border-warning-200\/80{border-color:rgb(var(--color-warning-200)/.8)}html .border-warning-200\/85{border-color:rgb(var(--color-warning-200)/.85)}html .border-warning-200\/90{border-color:rgb(var(--color-warning-200)/.9)}html .border-warning-200\/95{border-color:rgb(var(--color-warning-200)/.95)}html .border-warning-300{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-300)/var(--tw-border-opacity, 1))}html .border-warning-300\/0{border-color:rgb(var(--color-warning-300)/0)}html .border-warning-300\/10{border-color:rgb(var(--color-warning-300)/.1)}html .border-warning-300\/100{border-color:rgb(var(--color-warning-300)/1)}html .border-warning-300\/15{border-color:rgb(var(--color-warning-300)/.15)}html .border-warning-300\/20{border-color:rgb(var(--color-warning-300)/.2)}html .border-warning-300\/25{border-color:rgb(var(--color-warning-300)/.25)}html .border-warning-300\/30{border-color:rgb(var(--color-warning-300)/.3)}html .border-warning-300\/35{border-color:rgb(var(--color-warning-300)/.35)}html .border-warning-300\/40{border-color:rgb(var(--color-warning-300)/.4)}html .border-warning-300\/45{border-color:rgb(var(--color-warning-300)/.45)}html .border-warning-300\/5{border-color:rgb(var(--color-warning-300)/.05)}html .border-warning-300\/50{border-color:rgb(var(--color-warning-300)/.5)}html .border-warning-300\/55{border-color:rgb(var(--color-warning-300)/.55)}html .border-warning-300\/60{border-color:rgb(var(--color-warning-300)/.6)}html .border-warning-300\/65{border-color:rgb(var(--color-warning-300)/.65)}html .border-warning-300\/70{border-color:rgb(var(--color-warning-300)/.7)}html .border-warning-300\/75{border-color:rgb(var(--color-warning-300)/.75)}html .border-warning-300\/80{border-color:rgb(var(--color-warning-300)/.8)}html .border-warning-300\/85{border-color:rgb(var(--color-warning-300)/.85)}html .border-warning-300\/90{border-color:rgb(var(--color-warning-300)/.9)}html .border-warning-300\/95{border-color:rgb(var(--color-warning-300)/.95)}html .border-warning-400{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-400)/var(--tw-border-opacity, 1))}html .border-warning-400\/0{border-color:rgb(var(--color-warning-400)/0)}html .border-warning-400\/10{border-color:rgb(var(--color-warning-400)/.1)}html .border-warning-400\/100{border-color:rgb(var(--color-warning-400)/1)}html .border-warning-400\/15{border-color:rgb(var(--color-warning-400)/.15)}html .border-warning-400\/20{border-color:rgb(var(--color-warning-400)/.2)}html .border-warning-400\/25{border-color:rgb(var(--color-warning-400)/.25)}html .border-warning-400\/30{border-color:rgb(var(--color-warning-400)/.3)}html .border-warning-400\/35{border-color:rgb(var(--color-warning-400)/.35)}html .border-warning-400\/40{border-color:rgb(var(--color-warning-400)/.4)}html .border-warning-400\/45{border-color:rgb(var(--color-warning-400)/.45)}html .border-warning-400\/5{border-color:rgb(var(--color-warning-400)/.05)}html .border-warning-400\/50{border-color:rgb(var(--color-warning-400)/.5)}html .border-warning-400\/55{border-color:rgb(var(--color-warning-400)/.55)}html .border-warning-400\/60{border-color:rgb(var(--color-warning-400)/.6)}html .border-warning-400\/65{border-color:rgb(var(--color-warning-400)/.65)}html .border-warning-400\/70{border-color:rgb(var(--color-warning-400)/.7)}html .border-warning-400\/75{border-color:rgb(var(--color-warning-400)/.75)}html .border-warning-400\/80{border-color:rgb(var(--color-warning-400)/.8)}html .border-warning-400\/85{border-color:rgb(var(--color-warning-400)/.85)}html .border-warning-400\/90{border-color:rgb(var(--color-warning-400)/.9)}html .border-warning-400\/95{border-color:rgb(var(--color-warning-400)/.95)}html .border-warning-50{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-50)/var(--tw-border-opacity, 1))}html .border-warning-50\/0{border-color:rgb(var(--color-warning-50)/0)}html .border-warning-50\/10{border-color:rgb(var(--color-warning-50)/.1)}html .border-warning-50\/100{border-color:rgb(var(--color-warning-50)/1)}html .border-warning-50\/15{border-color:rgb(var(--color-warning-50)/.15)}html .border-warning-50\/20{border-color:rgb(var(--color-warning-50)/.2)}html .border-warning-50\/25{border-color:rgb(var(--color-warning-50)/.25)}html .border-warning-50\/30{border-color:rgb(var(--color-warning-50)/.3)}html .border-warning-50\/35{border-color:rgb(var(--color-warning-50)/.35)}html .border-warning-50\/40{border-color:rgb(var(--color-warning-50)/.4)}html .border-warning-50\/45{border-color:rgb(var(--color-warning-50)/.45)}html .border-warning-50\/5{border-color:rgb(var(--color-warning-50)/.05)}html .border-warning-50\/50{border-color:rgb(var(--color-warning-50)/.5)}html .border-warning-50\/55{border-color:rgb(var(--color-warning-50)/.55)}html .border-warning-50\/60{border-color:rgb(var(--color-warning-50)/.6)}html .border-warning-50\/65{border-color:rgb(var(--color-warning-50)/.65)}html .border-warning-50\/70{border-color:rgb(var(--color-warning-50)/.7)}html .border-warning-50\/75{border-color:rgb(var(--color-warning-50)/.75)}html .border-warning-50\/80{border-color:rgb(var(--color-warning-50)/.8)}html .border-warning-50\/85{border-color:rgb(var(--color-warning-50)/.85)}html .border-warning-50\/90{border-color:rgb(var(--color-warning-50)/.9)}html .border-warning-50\/95{border-color:rgb(var(--color-warning-50)/.95)}html .border-warning-500{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-500)/var(--tw-border-opacity, 1))}html .border-warning-500\/0{border-color:rgb(var(--color-warning-500)/0)}html .border-warning-500\/10{border-color:rgb(var(--color-warning-500)/.1)}html .border-warning-500\/100{border-color:rgb(var(--color-warning-500)/1)}html .border-warning-500\/15{border-color:rgb(var(--color-warning-500)/.15)}html .border-warning-500\/20{border-color:rgb(var(--color-warning-500)/.2)}html .border-warning-500\/25{border-color:rgb(var(--color-warning-500)/.25)}html .border-warning-500\/30{border-color:rgb(var(--color-warning-500)/.3)}html .border-warning-500\/35{border-color:rgb(var(--color-warning-500)/.35)}html .border-warning-500\/40{border-color:rgb(var(--color-warning-500)/.4)}html .border-warning-500\/45{border-color:rgb(var(--color-warning-500)/.45)}html .border-warning-500\/5{border-color:rgb(var(--color-warning-500)/.05)}html .border-warning-500\/50{border-color:rgb(var(--color-warning-500)/.5)}html .border-warning-500\/55{border-color:rgb(var(--color-warning-500)/.55)}html .border-warning-500\/60{border-color:rgb(var(--color-warning-500)/.6)}html .border-warning-500\/65{border-color:rgb(var(--color-warning-500)/.65)}html .border-warning-500\/70{border-color:rgb(var(--color-warning-500)/.7)}html .border-warning-500\/75{border-color:rgb(var(--color-warning-500)/.75)}html .border-warning-500\/80{border-color:rgb(var(--color-warning-500)/.8)}html .border-warning-500\/85{border-color:rgb(var(--color-warning-500)/.85)}html .border-warning-500\/90{border-color:rgb(var(--color-warning-500)/.9)}html .border-warning-500\/95{border-color:rgb(var(--color-warning-500)/.95)}html .border-warning-600{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-600)/var(--tw-border-opacity, 1))}html .border-warning-600\/0{border-color:rgb(var(--color-warning-600)/0)}html .border-warning-600\/10{border-color:rgb(var(--color-warning-600)/.1)}html .border-warning-600\/100{border-color:rgb(var(--color-warning-600)/1)}html .border-warning-600\/15{border-color:rgb(var(--color-warning-600)/.15)}html .border-warning-600\/20{border-color:rgb(var(--color-warning-600)/.2)}html .border-warning-600\/25{border-color:rgb(var(--color-warning-600)/.25)}html .border-warning-600\/30{border-color:rgb(var(--color-warning-600)/.3)}html .border-warning-600\/35{border-color:rgb(var(--color-warning-600)/.35)}html .border-warning-600\/40{border-color:rgb(var(--color-warning-600)/.4)}html .border-warning-600\/45{border-color:rgb(var(--color-warning-600)/.45)}html .border-warning-600\/5{border-color:rgb(var(--color-warning-600)/.05)}html .border-warning-600\/50{border-color:rgb(var(--color-warning-600)/.5)}html .border-warning-600\/55{border-color:rgb(var(--color-warning-600)/.55)}html .border-warning-600\/60{border-color:rgb(var(--color-warning-600)/.6)}html .border-warning-600\/65{border-color:rgb(var(--color-warning-600)/.65)}html .border-warning-600\/70{border-color:rgb(var(--color-warning-600)/.7)}html .border-warning-600\/75{border-color:rgb(var(--color-warning-600)/.75)}html .border-warning-600\/80{border-color:rgb(var(--color-warning-600)/.8)}html .border-warning-600\/85{border-color:rgb(var(--color-warning-600)/.85)}html .border-warning-600\/90{border-color:rgb(var(--color-warning-600)/.9)}html .border-warning-600\/95{border-color:rgb(var(--color-warning-600)/.95)}html .border-warning-700{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-700)/var(--tw-border-opacity, 1))}html .border-warning-700\/0{border-color:rgb(var(--color-warning-700)/0)}html .border-warning-700\/10{border-color:rgb(var(--color-warning-700)/.1)}html .border-warning-700\/100{border-color:rgb(var(--color-warning-700)/1)}html .border-warning-700\/15{border-color:rgb(var(--color-warning-700)/.15)}html .border-warning-700\/20{border-color:rgb(var(--color-warning-700)/.2)}html .border-warning-700\/25{border-color:rgb(var(--color-warning-700)/.25)}html .border-warning-700\/30{border-color:rgb(var(--color-warning-700)/.3)}html .border-warning-700\/35{border-color:rgb(var(--color-warning-700)/.35)}html .border-warning-700\/40{border-color:rgb(var(--color-warning-700)/.4)}html .border-warning-700\/45{border-color:rgb(var(--color-warning-700)/.45)}html .border-warning-700\/5{border-color:rgb(var(--color-warning-700)/.05)}html .border-warning-700\/50{border-color:rgb(var(--color-warning-700)/.5)}html .border-warning-700\/55{border-color:rgb(var(--color-warning-700)/.55)}html .border-warning-700\/60{border-color:rgb(var(--color-warning-700)/.6)}html .border-warning-700\/65{border-color:rgb(var(--color-warning-700)/.65)}html .border-warning-700\/70{border-color:rgb(var(--color-warning-700)/.7)}html .border-warning-700\/75{border-color:rgb(var(--color-warning-700)/.75)}html .border-warning-700\/80{border-color:rgb(var(--color-warning-700)/.8)}html .border-warning-700\/85{border-color:rgb(var(--color-warning-700)/.85)}html .border-warning-700\/90{border-color:rgb(var(--color-warning-700)/.9)}html .border-warning-700\/95{border-color:rgb(var(--color-warning-700)/.95)}html .border-warning-800{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-800)/var(--tw-border-opacity, 1))}html .border-warning-800\/0{border-color:rgb(var(--color-warning-800)/0)}html .border-warning-800\/10{border-color:rgb(var(--color-warning-800)/.1)}html .border-warning-800\/100{border-color:rgb(var(--color-warning-800)/1)}html .border-warning-800\/15{border-color:rgb(var(--color-warning-800)/.15)}html .border-warning-800\/20{border-color:rgb(var(--color-warning-800)/.2)}html .border-warning-800\/25{border-color:rgb(var(--color-warning-800)/.25)}html .border-warning-800\/30{border-color:rgb(var(--color-warning-800)/.3)}html .border-warning-800\/35{border-color:rgb(var(--color-warning-800)/.35)}html .border-warning-800\/40{border-color:rgb(var(--color-warning-800)/.4)}html .border-warning-800\/45{border-color:rgb(var(--color-warning-800)/.45)}html .border-warning-800\/5{border-color:rgb(var(--color-warning-800)/.05)}html .border-warning-800\/50{border-color:rgb(var(--color-warning-800)/.5)}html .border-warning-800\/55{border-color:rgb(var(--color-warning-800)/.55)}html .border-warning-800\/60{border-color:rgb(var(--color-warning-800)/.6)}html .border-warning-800\/65{border-color:rgb(var(--color-warning-800)/.65)}html .border-warning-800\/70{border-color:rgb(var(--color-warning-800)/.7)}html .border-warning-800\/75{border-color:rgb(var(--color-warning-800)/.75)}html .border-warning-800\/80{border-color:rgb(var(--color-warning-800)/.8)}html .border-warning-800\/85{border-color:rgb(var(--color-warning-800)/.85)}html .border-warning-800\/90{border-color:rgb(var(--color-warning-800)/.9)}html .border-warning-800\/95{border-color:rgb(var(--color-warning-800)/.95)}html .border-warning-900{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-900)/var(--tw-border-opacity, 1))}html .border-warning-900\/0{border-color:rgb(var(--color-warning-900)/0)}html .border-warning-900\/10{border-color:rgb(var(--color-warning-900)/.1)}html .border-warning-900\/100{border-color:rgb(var(--color-warning-900)/1)}html .border-warning-900\/15{border-color:rgb(var(--color-warning-900)/.15)}html .border-warning-900\/20{border-color:rgb(var(--color-warning-900)/.2)}html .border-warning-900\/25{border-color:rgb(var(--color-warning-900)/.25)}html .border-warning-900\/30{border-color:rgb(var(--color-warning-900)/.3)}html .border-warning-900\/35{border-color:rgb(var(--color-warning-900)/.35)}html .border-warning-900\/40{border-color:rgb(var(--color-warning-900)/.4)}html .border-warning-900\/45{border-color:rgb(var(--color-warning-900)/.45)}html .border-warning-900\/5{border-color:rgb(var(--color-warning-900)/.05)}html .border-warning-900\/50{border-color:rgb(var(--color-warning-900)/.5)}html .border-warning-900\/55{border-color:rgb(var(--color-warning-900)/.55)}html .border-warning-900\/60{border-color:rgb(var(--color-warning-900)/.6)}html .border-warning-900\/65{border-color:rgb(var(--color-warning-900)/.65)}html .border-warning-900\/70{border-color:rgb(var(--color-warning-900)/.7)}html .border-warning-900\/75{border-color:rgb(var(--color-warning-900)/.75)}html .border-warning-900\/80{border-color:rgb(var(--color-warning-900)/.8)}html .border-warning-900\/85{border-color:rgb(var(--color-warning-900)/.85)}html .border-warning-900\/90{border-color:rgb(var(--color-warning-900)/.9)}html .border-warning-900\/95{border-color:rgb(var(--color-warning-900)/.95)}html .border-warning-950{--tw-border-opacity: 1;border-color:rgb(var(--color-warning-950)/var(--tw-border-opacity, 1))}html .border-warning-950\/0{border-color:rgb(var(--color-warning-950)/0)}html .border-warning-950\/10{border-color:rgb(var(--color-warning-950)/.1)}html .border-warning-950\/100{border-color:rgb(var(--color-warning-950)/1)}html .border-warning-950\/15{border-color:rgb(var(--color-warning-950)/.15)}html .border-warning-950\/20{border-color:rgb(var(--color-warning-950)/.2)}html .border-warning-950\/25{border-color:rgb(var(--color-warning-950)/.25)}html .border-warning-950\/30{border-color:rgb(var(--color-warning-950)/.3)}html .border-warning-950\/35{border-color:rgb(var(--color-warning-950)/.35)}html .border-warning-950\/40{border-color:rgb(var(--color-warning-950)/.4)}html .border-warning-950\/45{border-color:rgb(var(--color-warning-950)/.45)}html .border-warning-950\/5{border-color:rgb(var(--color-warning-950)/.05)}html .border-warning-950\/50{border-color:rgb(var(--color-warning-950)/.5)}html .border-warning-950\/55{border-color:rgb(var(--color-warning-950)/.55)}html .border-warning-950\/60{border-color:rgb(var(--color-warning-950)/.6)}html .border-warning-950\/65{border-color:rgb(var(--color-warning-950)/.65)}html .border-warning-950\/70{border-color:rgb(var(--color-warning-950)/.7)}html .border-warning-950\/75{border-color:rgb(var(--color-warning-950)/.75)}html .border-warning-950\/80{border-color:rgb(var(--color-warning-950)/.8)}html .border-warning-950\/85{border-color:rgb(var(--color-warning-950)/.85)}html .border-warning-950\/90{border-color:rgb(var(--color-warning-950)/.9)}html .border-warning-950\/95{border-color:rgb(var(--color-warning-950)/.95)}html .border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}html .border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}html .border-l-blue-600{--tw-border-opacity: 1;border-left-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}html .border-r-transparent{border-right-color:transparent}html .border-t-\[\#6C19AE\]{--tw-border-opacity: 1;border-top-color:rgb(108 25 174 / var(--tw-border-opacity, 1))}html .border-t-indigo-600{--tw-border-opacity: 1;border-top-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}html .border-t-transparent{border-top-color:transparent}html .bg-\[\#121212\]{--tw-bg-opacity: 1;background-color:rgb(18 18 18 / var(--tw-bg-opacity, 1))}html .bg-\[\#6C19AE\],html .bg-\[\#6c19ae\]{--tw-bg-opacity: 1;background-color:rgb(108 25 174 / var(--tw-bg-opacity, 1))}html .bg-\[\#831ED3\]{--tw-bg-opacity: 1;background-color:rgb(131 30 211 / var(--tw-bg-opacity, 1))}html .bg-\[\#9a23f8\]{--tw-bg-opacity: 1;background-color:rgb(154 35 248 / var(--tw-bg-opacity, 1))}html .bg-\[\#A3A3A3\]{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}html .bg-\[\#DDDCDB\]{--tw-bg-opacity: 1;background-color:rgb(221 220 219 / var(--tw-bg-opacity, 1))}html .bg-\[\#E5E5E5\]{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}html .bg-\[\#E6F35D\]{--tw-bg-opacity: 1;background-color:rgb(230 243 93 / var(--tw-bg-opacity, 1))}html .bg-\[\#F3E8FF\]{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}html .bg-\[\#F5F0FC\]{--tw-bg-opacity: 1;background-color:rgb(245 240 252 / var(--tw-bg-opacity, 1))}html .bg-\[\#F5F5F5\]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}html .bg-\[\#FBFBFB\]{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))}html .bg-\[\#FDF8F3\]{--tw-bg-opacity: 1;background-color:rgb(253 248 243 / var(--tw-bg-opacity, 1))}html .bg-\[\#FEF8ED\]{--tw-bg-opacity: 1;background-color:rgb(254 248 237 / var(--tw-bg-opacity, 1))}html .bg-\[\#FFFBEB\]{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}html .bg-\[\#e6f35d\]{--tw-bg-opacity: 1;background-color:rgb(230 243 93 / var(--tw-bg-opacity, 1))}html .bg-\[\#f2f1f1\]{--tw-bg-opacity: 1;background-color:rgb(242 241 241 / var(--tw-bg-opacity, 1))}html .bg-\[\#fef8ed\]{--tw-bg-opacity: 1;background-color:rgb(254 248 237 / var(--tw-bg-opacity, 1))}html .bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}html .bg-background-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-0)/var(--tw-bg-opacity, 1))}html .bg-background-0\/0{background-color:rgb(var(--color-background-0)/0)}html .bg-background-0\/10{background-color:rgb(var(--color-background-0)/.1)}html .bg-background-0\/100{background-color:rgb(var(--color-background-0)/1)}html .bg-background-0\/15{background-color:rgb(var(--color-background-0)/.15)}html .bg-background-0\/20{background-color:rgb(var(--color-background-0)/.2)}html .bg-background-0\/25{background-color:rgb(var(--color-background-0)/.25)}html .bg-background-0\/30{background-color:rgb(var(--color-background-0)/.3)}html .bg-background-0\/35{background-color:rgb(var(--color-background-0)/.35)}html .bg-background-0\/40{background-color:rgb(var(--color-background-0)/.4)}html .bg-background-0\/45{background-color:rgb(var(--color-background-0)/.45)}html .bg-background-0\/5{background-color:rgb(var(--color-background-0)/.05)}html .bg-background-0\/50{background-color:rgb(var(--color-background-0)/.5)}html .bg-background-0\/55{background-color:rgb(var(--color-background-0)/.55)}html .bg-background-0\/60{background-color:rgb(var(--color-background-0)/.6)}html .bg-background-0\/65{background-color:rgb(var(--color-background-0)/.65)}html .bg-background-0\/70{background-color:rgb(var(--color-background-0)/.7)}html .bg-background-0\/75{background-color:rgb(var(--color-background-0)/.75)}html .bg-background-0\/80{background-color:rgb(var(--color-background-0)/.8)}html .bg-background-0\/85{background-color:rgb(var(--color-background-0)/.85)}html .bg-background-0\/90{background-color:rgb(var(--color-background-0)/.9)}html .bg-background-0\/95{background-color:rgb(var(--color-background-0)/.95)}html .bg-background-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .bg-background-100\/0{background-color:rgb(var(--color-background-100)/0)}html .bg-background-100\/10{background-color:rgb(var(--color-background-100)/.1)}html .bg-background-100\/100{background-color:rgb(var(--color-background-100)/1)}html .bg-background-100\/15{background-color:rgb(var(--color-background-100)/.15)}html .bg-background-100\/20{background-color:rgb(var(--color-background-100)/.2)}html .bg-background-100\/25{background-color:rgb(var(--color-background-100)/.25)}html .bg-background-100\/30{background-color:rgb(var(--color-background-100)/.3)}html .bg-background-100\/35{background-color:rgb(var(--color-background-100)/.35)}html .bg-background-100\/40{background-color:rgb(var(--color-background-100)/.4)}html .bg-background-100\/45{background-color:rgb(var(--color-background-100)/.45)}html .bg-background-100\/5{background-color:rgb(var(--color-background-100)/.05)}html .bg-background-100\/50{background-color:rgb(var(--color-background-100)/.5)}html .bg-background-100\/55{background-color:rgb(var(--color-background-100)/.55)}html .bg-background-100\/60{background-color:rgb(var(--color-background-100)/.6)}html .bg-background-100\/65{background-color:rgb(var(--color-background-100)/.65)}html .bg-background-100\/70{background-color:rgb(var(--color-background-100)/.7)}html .bg-background-100\/75{background-color:rgb(var(--color-background-100)/.75)}html .bg-background-100\/80{background-color:rgb(var(--color-background-100)/.8)}html .bg-background-100\/85{background-color:rgb(var(--color-background-100)/.85)}html .bg-background-100\/90{background-color:rgb(var(--color-background-100)/.9)}html .bg-background-100\/95{background-color:rgb(var(--color-background-100)/.95)}html .bg-background-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-200)/var(--tw-bg-opacity, 1))}html .bg-background-200\/0{background-color:rgb(var(--color-background-200)/0)}html .bg-background-200\/10{background-color:rgb(var(--color-background-200)/.1)}html .bg-background-200\/100{background-color:rgb(var(--color-background-200)/1)}html .bg-background-200\/15{background-color:rgb(var(--color-background-200)/.15)}html .bg-background-200\/20{background-color:rgb(var(--color-background-200)/.2)}html .bg-background-200\/25{background-color:rgb(var(--color-background-200)/.25)}html .bg-background-200\/30{background-color:rgb(var(--color-background-200)/.3)}html .bg-background-200\/35{background-color:rgb(var(--color-background-200)/.35)}html .bg-background-200\/40{background-color:rgb(var(--color-background-200)/.4)}html .bg-background-200\/45{background-color:rgb(var(--color-background-200)/.45)}html .bg-background-200\/5{background-color:rgb(var(--color-background-200)/.05)}html .bg-background-200\/50{background-color:rgb(var(--color-background-200)/.5)}html .bg-background-200\/55{background-color:rgb(var(--color-background-200)/.55)}html .bg-background-200\/60{background-color:rgb(var(--color-background-200)/.6)}html .bg-background-200\/65{background-color:rgb(var(--color-background-200)/.65)}html .bg-background-200\/70{background-color:rgb(var(--color-background-200)/.7)}html .bg-background-200\/75{background-color:rgb(var(--color-background-200)/.75)}html .bg-background-200\/80{background-color:rgb(var(--color-background-200)/.8)}html .bg-background-200\/85{background-color:rgb(var(--color-background-200)/.85)}html .bg-background-200\/90{background-color:rgb(var(--color-background-200)/.9)}html .bg-background-200\/95{background-color:rgb(var(--color-background-200)/.95)}html .bg-background-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-300)/var(--tw-bg-opacity, 1))}html .bg-background-300\/0{background-color:rgb(var(--color-background-300)/0)}html .bg-background-300\/10{background-color:rgb(var(--color-background-300)/.1)}html .bg-background-300\/100{background-color:rgb(var(--color-background-300)/1)}html .bg-background-300\/15{background-color:rgb(var(--color-background-300)/.15)}html .bg-background-300\/20{background-color:rgb(var(--color-background-300)/.2)}html .bg-background-300\/25{background-color:rgb(var(--color-background-300)/.25)}html .bg-background-300\/30{background-color:rgb(var(--color-background-300)/.3)}html .bg-background-300\/35{background-color:rgb(var(--color-background-300)/.35)}html .bg-background-300\/40{background-color:rgb(var(--color-background-300)/.4)}html .bg-background-300\/45{background-color:rgb(var(--color-background-300)/.45)}html .bg-background-300\/5{background-color:rgb(var(--color-background-300)/.05)}html .bg-background-300\/50{background-color:rgb(var(--color-background-300)/.5)}html .bg-background-300\/55{background-color:rgb(var(--color-background-300)/.55)}html .bg-background-300\/60{background-color:rgb(var(--color-background-300)/.6)}html .bg-background-300\/65{background-color:rgb(var(--color-background-300)/.65)}html .bg-background-300\/70{background-color:rgb(var(--color-background-300)/.7)}html .bg-background-300\/75{background-color:rgb(var(--color-background-300)/.75)}html .bg-background-300\/80{background-color:rgb(var(--color-background-300)/.8)}html .bg-background-300\/85{background-color:rgb(var(--color-background-300)/.85)}html .bg-background-300\/90{background-color:rgb(var(--color-background-300)/.9)}html .bg-background-300\/95{background-color:rgb(var(--color-background-300)/.95)}html .bg-background-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-400)/var(--tw-bg-opacity, 1))}html .bg-background-400\/0{background-color:rgb(var(--color-background-400)/0)}html .bg-background-400\/10{background-color:rgb(var(--color-background-400)/.1)}html .bg-background-400\/100{background-color:rgb(var(--color-background-400)/1)}html .bg-background-400\/15{background-color:rgb(var(--color-background-400)/.15)}html .bg-background-400\/20{background-color:rgb(var(--color-background-400)/.2)}html .bg-background-400\/25{background-color:rgb(var(--color-background-400)/.25)}html .bg-background-400\/30{background-color:rgb(var(--color-background-400)/.3)}html .bg-background-400\/35{background-color:rgb(var(--color-background-400)/.35)}html .bg-background-400\/40{background-color:rgb(var(--color-background-400)/.4)}html .bg-background-400\/45{background-color:rgb(var(--color-background-400)/.45)}html .bg-background-400\/5{background-color:rgb(var(--color-background-400)/.05)}html .bg-background-400\/50{background-color:rgb(var(--color-background-400)/.5)}html .bg-background-400\/55{background-color:rgb(var(--color-background-400)/.55)}html .bg-background-400\/60{background-color:rgb(var(--color-background-400)/.6)}html .bg-background-400\/65{background-color:rgb(var(--color-background-400)/.65)}html .bg-background-400\/70{background-color:rgb(var(--color-background-400)/.7)}html .bg-background-400\/75{background-color:rgb(var(--color-background-400)/.75)}html .bg-background-400\/80{background-color:rgb(var(--color-background-400)/.8)}html .bg-background-400\/85{background-color:rgb(var(--color-background-400)/.85)}html .bg-background-400\/90{background-color:rgb(var(--color-background-400)/.9)}html .bg-background-400\/95{background-color:rgb(var(--color-background-400)/.95)}html .bg-background-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .bg-background-50\/0{background-color:rgb(var(--color-background-50)/0)}html .bg-background-50\/10{background-color:rgb(var(--color-background-50)/.1)}html .bg-background-50\/100{background-color:rgb(var(--color-background-50)/1)}html .bg-background-50\/15{background-color:rgb(var(--color-background-50)/.15)}html .bg-background-50\/20{background-color:rgb(var(--color-background-50)/.2)}html .bg-background-50\/25{background-color:rgb(var(--color-background-50)/.25)}html .bg-background-50\/30{background-color:rgb(var(--color-background-50)/.3)}html .bg-background-50\/35{background-color:rgb(var(--color-background-50)/.35)}html .bg-background-50\/40{background-color:rgb(var(--color-background-50)/.4)}html .bg-background-50\/45{background-color:rgb(var(--color-background-50)/.45)}html .bg-background-50\/5{background-color:rgb(var(--color-background-50)/.05)}html .bg-background-50\/50{background-color:rgb(var(--color-background-50)/.5)}html .bg-background-50\/55{background-color:rgb(var(--color-background-50)/.55)}html .bg-background-50\/60{background-color:rgb(var(--color-background-50)/.6)}html .bg-background-50\/65{background-color:rgb(var(--color-background-50)/.65)}html .bg-background-50\/70{background-color:rgb(var(--color-background-50)/.7)}html .bg-background-50\/75{background-color:rgb(var(--color-background-50)/.75)}html .bg-background-50\/80{background-color:rgb(var(--color-background-50)/.8)}html .bg-background-50\/85{background-color:rgb(var(--color-background-50)/.85)}html .bg-background-50\/90{background-color:rgb(var(--color-background-50)/.9)}html .bg-background-50\/95{background-color:rgb(var(--color-background-50)/.95)}html .bg-background-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-500)/var(--tw-bg-opacity, 1))}html .bg-background-500\/0{background-color:rgb(var(--color-background-500)/0)}html .bg-background-500\/10{background-color:rgb(var(--color-background-500)/.1)}html .bg-background-500\/100{background-color:rgb(var(--color-background-500)/1)}html .bg-background-500\/15{background-color:rgb(var(--color-background-500)/.15)}html .bg-background-500\/20{background-color:rgb(var(--color-background-500)/.2)}html .bg-background-500\/25{background-color:rgb(var(--color-background-500)/.25)}html .bg-background-500\/30{background-color:rgb(var(--color-background-500)/.3)}html .bg-background-500\/35{background-color:rgb(var(--color-background-500)/.35)}html .bg-background-500\/40{background-color:rgb(var(--color-background-500)/.4)}html .bg-background-500\/45{background-color:rgb(var(--color-background-500)/.45)}html .bg-background-500\/5{background-color:rgb(var(--color-background-500)/.05)}html .bg-background-500\/50{background-color:rgb(var(--color-background-500)/.5)}html .bg-background-500\/55{background-color:rgb(var(--color-background-500)/.55)}html .bg-background-500\/60{background-color:rgb(var(--color-background-500)/.6)}html .bg-background-500\/65{background-color:rgb(var(--color-background-500)/.65)}html .bg-background-500\/70{background-color:rgb(var(--color-background-500)/.7)}html .bg-background-500\/75{background-color:rgb(var(--color-background-500)/.75)}html .bg-background-500\/80{background-color:rgb(var(--color-background-500)/.8)}html .bg-background-500\/85{background-color:rgb(var(--color-background-500)/.85)}html .bg-background-500\/90{background-color:rgb(var(--color-background-500)/.9)}html .bg-background-500\/95{background-color:rgb(var(--color-background-500)/.95)}html .bg-background-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-600)/var(--tw-bg-opacity, 1))}html .bg-background-600\/0{background-color:rgb(var(--color-background-600)/0)}html .bg-background-600\/10{background-color:rgb(var(--color-background-600)/.1)}html .bg-background-600\/100{background-color:rgb(var(--color-background-600)/1)}html .bg-background-600\/15{background-color:rgb(var(--color-background-600)/.15)}html .bg-background-600\/20{background-color:rgb(var(--color-background-600)/.2)}html .bg-background-600\/25{background-color:rgb(var(--color-background-600)/.25)}html .bg-background-600\/30{background-color:rgb(var(--color-background-600)/.3)}html .bg-background-600\/35{background-color:rgb(var(--color-background-600)/.35)}html .bg-background-600\/40{background-color:rgb(var(--color-background-600)/.4)}html .bg-background-600\/45{background-color:rgb(var(--color-background-600)/.45)}html .bg-background-600\/5{background-color:rgb(var(--color-background-600)/.05)}html .bg-background-600\/50{background-color:rgb(var(--color-background-600)/.5)}html .bg-background-600\/55{background-color:rgb(var(--color-background-600)/.55)}html .bg-background-600\/60{background-color:rgb(var(--color-background-600)/.6)}html .bg-background-600\/65{background-color:rgb(var(--color-background-600)/.65)}html .bg-background-600\/70{background-color:rgb(var(--color-background-600)/.7)}html .bg-background-600\/75{background-color:rgb(var(--color-background-600)/.75)}html .bg-background-600\/80{background-color:rgb(var(--color-background-600)/.8)}html .bg-background-600\/85{background-color:rgb(var(--color-background-600)/.85)}html .bg-background-600\/90{background-color:rgb(var(--color-background-600)/.9)}html .bg-background-600\/95{background-color:rgb(var(--color-background-600)/.95)}html .bg-background-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-700)/var(--tw-bg-opacity, 1))}html .bg-background-700\/0{background-color:rgb(var(--color-background-700)/0)}html .bg-background-700\/10{background-color:rgb(var(--color-background-700)/.1)}html .bg-background-700\/100{background-color:rgb(var(--color-background-700)/1)}html .bg-background-700\/15{background-color:rgb(var(--color-background-700)/.15)}html .bg-background-700\/20{background-color:rgb(var(--color-background-700)/.2)}html .bg-background-700\/25{background-color:rgb(var(--color-background-700)/.25)}html .bg-background-700\/30{background-color:rgb(var(--color-background-700)/.3)}html .bg-background-700\/35{background-color:rgb(var(--color-background-700)/.35)}html .bg-background-700\/40{background-color:rgb(var(--color-background-700)/.4)}html .bg-background-700\/45{background-color:rgb(var(--color-background-700)/.45)}html .bg-background-700\/5{background-color:rgb(var(--color-background-700)/.05)}html .bg-background-700\/50{background-color:rgb(var(--color-background-700)/.5)}html .bg-background-700\/55{background-color:rgb(var(--color-background-700)/.55)}html .bg-background-700\/60{background-color:rgb(var(--color-background-700)/.6)}html .bg-background-700\/65{background-color:rgb(var(--color-background-700)/.65)}html .bg-background-700\/70{background-color:rgb(var(--color-background-700)/.7)}html .bg-background-700\/75{background-color:rgb(var(--color-background-700)/.75)}html .bg-background-700\/80{background-color:rgb(var(--color-background-700)/.8)}html .bg-background-700\/85{background-color:rgb(var(--color-background-700)/.85)}html .bg-background-700\/90{background-color:rgb(var(--color-background-700)/.9)}html .bg-background-700\/95{background-color:rgb(var(--color-background-700)/.95)}html .bg-background-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-800)/var(--tw-bg-opacity, 1))}html .bg-background-800\/0{background-color:rgb(var(--color-background-800)/0)}html .bg-background-800\/10{background-color:rgb(var(--color-background-800)/.1)}html .bg-background-800\/100{background-color:rgb(var(--color-background-800)/1)}html .bg-background-800\/15{background-color:rgb(var(--color-background-800)/.15)}html .bg-background-800\/20{background-color:rgb(var(--color-background-800)/.2)}html .bg-background-800\/25{background-color:rgb(var(--color-background-800)/.25)}html .bg-background-800\/30{background-color:rgb(var(--color-background-800)/.3)}html .bg-background-800\/35{background-color:rgb(var(--color-background-800)/.35)}html .bg-background-800\/40{background-color:rgb(var(--color-background-800)/.4)}html .bg-background-800\/45{background-color:rgb(var(--color-background-800)/.45)}html .bg-background-800\/5{background-color:rgb(var(--color-background-800)/.05)}html .bg-background-800\/50{background-color:rgb(var(--color-background-800)/.5)}html .bg-background-800\/55{background-color:rgb(var(--color-background-800)/.55)}html .bg-background-800\/60{background-color:rgb(var(--color-background-800)/.6)}html .bg-background-800\/65{background-color:rgb(var(--color-background-800)/.65)}html .bg-background-800\/70{background-color:rgb(var(--color-background-800)/.7)}html .bg-background-800\/75{background-color:rgb(var(--color-background-800)/.75)}html .bg-background-800\/80{background-color:rgb(var(--color-background-800)/.8)}html .bg-background-800\/85{background-color:rgb(var(--color-background-800)/.85)}html .bg-background-800\/90{background-color:rgb(var(--color-background-800)/.9)}html .bg-background-800\/95{background-color:rgb(var(--color-background-800)/.95)}html .bg-background-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-900)/var(--tw-bg-opacity, 1))}html .bg-background-900\/0{background-color:rgb(var(--color-background-900)/0)}html .bg-background-900\/10{background-color:rgb(var(--color-background-900)/.1)}html .bg-background-900\/100{background-color:rgb(var(--color-background-900)/1)}html .bg-background-900\/15{background-color:rgb(var(--color-background-900)/.15)}html .bg-background-900\/20{background-color:rgb(var(--color-background-900)/.2)}html .bg-background-900\/25{background-color:rgb(var(--color-background-900)/.25)}html .bg-background-900\/30{background-color:rgb(var(--color-background-900)/.3)}html .bg-background-900\/35{background-color:rgb(var(--color-background-900)/.35)}html .bg-background-900\/40{background-color:rgb(var(--color-background-900)/.4)}html .bg-background-900\/45{background-color:rgb(var(--color-background-900)/.45)}html .bg-background-900\/5{background-color:rgb(var(--color-background-900)/.05)}html .bg-background-900\/50{background-color:rgb(var(--color-background-900)/.5)}html .bg-background-900\/55{background-color:rgb(var(--color-background-900)/.55)}html .bg-background-900\/60{background-color:rgb(var(--color-background-900)/.6)}html .bg-background-900\/65{background-color:rgb(var(--color-background-900)/.65)}html .bg-background-900\/70{background-color:rgb(var(--color-background-900)/.7)}html .bg-background-900\/75{background-color:rgb(var(--color-background-900)/.75)}html .bg-background-900\/80{background-color:rgb(var(--color-background-900)/.8)}html .bg-background-900\/85{background-color:rgb(var(--color-background-900)/.85)}html .bg-background-900\/90{background-color:rgb(var(--color-background-900)/.9)}html .bg-background-900\/95{background-color:rgb(var(--color-background-900)/.95)}html .bg-background-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-950)/var(--tw-bg-opacity, 1))}html .bg-background-950\/0{background-color:rgb(var(--color-background-950)/0)}html .bg-background-950\/10{background-color:rgb(var(--color-background-950)/.1)}html .bg-background-950\/100{background-color:rgb(var(--color-background-950)/1)}html .bg-background-950\/15{background-color:rgb(var(--color-background-950)/.15)}html .bg-background-950\/20{background-color:rgb(var(--color-background-950)/.2)}html .bg-background-950\/25{background-color:rgb(var(--color-background-950)/.25)}html .bg-background-950\/30{background-color:rgb(var(--color-background-950)/.3)}html .bg-background-950\/35{background-color:rgb(var(--color-background-950)/.35)}html .bg-background-950\/40{background-color:rgb(var(--color-background-950)/.4)}html .bg-background-950\/45{background-color:rgb(var(--color-background-950)/.45)}html .bg-background-950\/5{background-color:rgb(var(--color-background-950)/.05)}html .bg-background-950\/50{background-color:rgb(var(--color-background-950)/.5)}html .bg-background-950\/55{background-color:rgb(var(--color-background-950)/.55)}html .bg-background-950\/60{background-color:rgb(var(--color-background-950)/.6)}html .bg-background-950\/65{background-color:rgb(var(--color-background-950)/.65)}html .bg-background-950\/70{background-color:rgb(var(--color-background-950)/.7)}html .bg-background-950\/75{background-color:rgb(var(--color-background-950)/.75)}html .bg-background-950\/80{background-color:rgb(var(--color-background-950)/.8)}html .bg-background-950\/85{background-color:rgb(var(--color-background-950)/.85)}html .bg-background-950\/90{background-color:rgb(var(--color-background-950)/.9)}html .bg-background-950\/95{background-color:rgb(var(--color-background-950)/.95)}html .bg-background-dark{--tw-bg-opacity: 1;background-color:rgb(24 23 25 / var(--tw-bg-opacity, 1))}html .bg-background-dark\/0{background-color:#18171900}html .bg-background-dark\/10{background-color:#1817191a}html .bg-background-dark\/100{background-color:#181719}html .bg-background-dark\/15{background-color:#18171926}html .bg-background-dark\/20{background-color:#18171933}html .bg-background-dark\/25{background-color:#18171940}html .bg-background-dark\/30{background-color:#1817194d}html .bg-background-dark\/35{background-color:#18171959}html .bg-background-dark\/40{background-color:#18171966}html .bg-background-dark\/45{background-color:#18171973}html .bg-background-dark\/5{background-color:#1817190d}html .bg-background-dark\/50{background-color:#18171980}html .bg-background-dark\/55{background-color:#1817198c}html .bg-background-dark\/60{background-color:#18171999}html .bg-background-dark\/65{background-color:#181719a6}html .bg-background-dark\/70{background-color:#181719b3}html .bg-background-dark\/75{background-color:#181719bf}html .bg-background-dark\/80{background-color:#181719cc}html .bg-background-dark\/85{background-color:#181719d9}html .bg-background-dark\/90{background-color:#181719e6}html .bg-background-dark\/95{background-color:#181719f2}html .bg-background-error{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-error)/var(--tw-bg-opacity, 1))}html .bg-background-error\/0{background-color:rgb(var(--color-background-error)/0)}html .bg-background-error\/10{background-color:rgb(var(--color-background-error)/.1)}html .bg-background-error\/100{background-color:rgb(var(--color-background-error)/1)}html .bg-background-error\/15{background-color:rgb(var(--color-background-error)/.15)}html .bg-background-error\/20{background-color:rgb(var(--color-background-error)/.2)}html .bg-background-error\/25{background-color:rgb(var(--color-background-error)/.25)}html .bg-background-error\/30{background-color:rgb(var(--color-background-error)/.3)}html .bg-background-error\/35{background-color:rgb(var(--color-background-error)/.35)}html .bg-background-error\/40{background-color:rgb(var(--color-background-error)/.4)}html .bg-background-error\/45{background-color:rgb(var(--color-background-error)/.45)}html .bg-background-error\/5{background-color:rgb(var(--color-background-error)/.05)}html .bg-background-error\/50{background-color:rgb(var(--color-background-error)/.5)}html .bg-background-error\/55{background-color:rgb(var(--color-background-error)/.55)}html .bg-background-error\/60{background-color:rgb(var(--color-background-error)/.6)}html .bg-background-error\/65{background-color:rgb(var(--color-background-error)/.65)}html .bg-background-error\/70{background-color:rgb(var(--color-background-error)/.7)}html .bg-background-error\/75{background-color:rgb(var(--color-background-error)/.75)}html .bg-background-error\/80{background-color:rgb(var(--color-background-error)/.8)}html .bg-background-error\/85{background-color:rgb(var(--color-background-error)/.85)}html .bg-background-error\/90{background-color:rgb(var(--color-background-error)/.9)}html .bg-background-error\/95{background-color:rgb(var(--color-background-error)/.95)}html .bg-background-info{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-info)/var(--tw-bg-opacity, 1))}html .bg-background-info\/0{background-color:rgb(var(--color-background-info)/0)}html .bg-background-info\/10{background-color:rgb(var(--color-background-info)/.1)}html .bg-background-info\/100{background-color:rgb(var(--color-background-info)/1)}html .bg-background-info\/15{background-color:rgb(var(--color-background-info)/.15)}html .bg-background-info\/20{background-color:rgb(var(--color-background-info)/.2)}html .bg-background-info\/25{background-color:rgb(var(--color-background-info)/.25)}html .bg-background-info\/30{background-color:rgb(var(--color-background-info)/.3)}html .bg-background-info\/35{background-color:rgb(var(--color-background-info)/.35)}html .bg-background-info\/40{background-color:rgb(var(--color-background-info)/.4)}html .bg-background-info\/45{background-color:rgb(var(--color-background-info)/.45)}html .bg-background-info\/5{background-color:rgb(var(--color-background-info)/.05)}html .bg-background-info\/50{background-color:rgb(var(--color-background-info)/.5)}html .bg-background-info\/55{background-color:rgb(var(--color-background-info)/.55)}html .bg-background-info\/60{background-color:rgb(var(--color-background-info)/.6)}html .bg-background-info\/65{background-color:rgb(var(--color-background-info)/.65)}html .bg-background-info\/70{background-color:rgb(var(--color-background-info)/.7)}html .bg-background-info\/75{background-color:rgb(var(--color-background-info)/.75)}html .bg-background-info\/80{background-color:rgb(var(--color-background-info)/.8)}html .bg-background-info\/85{background-color:rgb(var(--color-background-info)/.85)}html .bg-background-info\/90{background-color:rgb(var(--color-background-info)/.9)}html .bg-background-info\/95{background-color:rgb(var(--color-background-info)/.95)}html .bg-background-light{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))}html .bg-background-light\/0{background-color:#fbfbfb00}html .bg-background-light\/10{background-color:#fbfbfb1a}html .bg-background-light\/100{background-color:#fbfbfb}html .bg-background-light\/15{background-color:#fbfbfb26}html .bg-background-light\/20{background-color:#fbfbfb33}html .bg-background-light\/25{background-color:#fbfbfb40}html .bg-background-light\/30{background-color:#fbfbfb4d}html .bg-background-light\/35{background-color:#fbfbfb59}html .bg-background-light\/40{background-color:#fbfbfb66}html .bg-background-light\/45{background-color:#fbfbfb73}html .bg-background-light\/5{background-color:#fbfbfb0d}html .bg-background-light\/50{background-color:#fbfbfb80}html .bg-background-light\/55{background-color:#fbfbfb8c}html .bg-background-light\/60{background-color:#fbfbfb99}html .bg-background-light\/65{background-color:#fbfbfba6}html .bg-background-light\/70{background-color:#fbfbfbb3}html .bg-background-light\/75{background-color:#fbfbfbbf}html .bg-background-light\/80{background-color:#fbfbfbcc}html .bg-background-light\/85{background-color:#fbfbfbd9}html .bg-background-light\/90{background-color:#fbfbfbe6}html .bg-background-light\/95{background-color:#fbfbfbf2}html .bg-background-muted{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-muted)/var(--tw-bg-opacity, 1))}html .bg-background-muted\/0{background-color:rgb(var(--color-background-muted)/0)}html .bg-background-muted\/10{background-color:rgb(var(--color-background-muted)/.1)}html .bg-background-muted\/100{background-color:rgb(var(--color-background-muted)/1)}html .bg-background-muted\/15{background-color:rgb(var(--color-background-muted)/.15)}html .bg-background-muted\/20{background-color:rgb(var(--color-background-muted)/.2)}html .bg-background-muted\/25{background-color:rgb(var(--color-background-muted)/.25)}html .bg-background-muted\/30{background-color:rgb(var(--color-background-muted)/.3)}html .bg-background-muted\/35{background-color:rgb(var(--color-background-muted)/.35)}html .bg-background-muted\/40{background-color:rgb(var(--color-background-muted)/.4)}html .bg-background-muted\/45{background-color:rgb(var(--color-background-muted)/.45)}html .bg-background-muted\/5{background-color:rgb(var(--color-background-muted)/.05)}html .bg-background-muted\/50{background-color:rgb(var(--color-background-muted)/.5)}html .bg-background-muted\/55{background-color:rgb(var(--color-background-muted)/.55)}html .bg-background-muted\/60{background-color:rgb(var(--color-background-muted)/.6)}html .bg-background-muted\/65{background-color:rgb(var(--color-background-muted)/.65)}html .bg-background-muted\/70{background-color:rgb(var(--color-background-muted)/.7)}html .bg-background-muted\/75{background-color:rgb(var(--color-background-muted)/.75)}html .bg-background-muted\/80{background-color:rgb(var(--color-background-muted)/.8)}html .bg-background-muted\/85{background-color:rgb(var(--color-background-muted)/.85)}html .bg-background-muted\/90{background-color:rgb(var(--color-background-muted)/.9)}html .bg-background-muted\/95{background-color:rgb(var(--color-background-muted)/.95)}html .bg-background-success{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-success)/var(--tw-bg-opacity, 1))}html .bg-background-success\/0{background-color:rgb(var(--color-background-success)/0)}html .bg-background-success\/10{background-color:rgb(var(--color-background-success)/.1)}html .bg-background-success\/100{background-color:rgb(var(--color-background-success)/1)}html .bg-background-success\/15{background-color:rgb(var(--color-background-success)/.15)}html .bg-background-success\/20{background-color:rgb(var(--color-background-success)/.2)}html .bg-background-success\/25{background-color:rgb(var(--color-background-success)/.25)}html .bg-background-success\/30{background-color:rgb(var(--color-background-success)/.3)}html .bg-background-success\/35{background-color:rgb(var(--color-background-success)/.35)}html .bg-background-success\/40{background-color:rgb(var(--color-background-success)/.4)}html .bg-background-success\/45{background-color:rgb(var(--color-background-success)/.45)}html .bg-background-success\/5{background-color:rgb(var(--color-background-success)/.05)}html .bg-background-success\/50{background-color:rgb(var(--color-background-success)/.5)}html .bg-background-success\/55{background-color:rgb(var(--color-background-success)/.55)}html .bg-background-success\/60{background-color:rgb(var(--color-background-success)/.6)}html .bg-background-success\/65{background-color:rgb(var(--color-background-success)/.65)}html .bg-background-success\/70{background-color:rgb(var(--color-background-success)/.7)}html .bg-background-success\/75{background-color:rgb(var(--color-background-success)/.75)}html .bg-background-success\/80{background-color:rgb(var(--color-background-success)/.8)}html .bg-background-success\/85{background-color:rgb(var(--color-background-success)/.85)}html .bg-background-success\/90{background-color:rgb(var(--color-background-success)/.9)}html .bg-background-success\/95{background-color:rgb(var(--color-background-success)/.95)}html .bg-background-warning{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-warning)/var(--tw-bg-opacity, 1))}html .bg-background-warning\/0{background-color:rgb(var(--color-background-warning)/0)}html .bg-background-warning\/10{background-color:rgb(var(--color-background-warning)/.1)}html .bg-background-warning\/100{background-color:rgb(var(--color-background-warning)/1)}html .bg-background-warning\/15{background-color:rgb(var(--color-background-warning)/.15)}html .bg-background-warning\/20{background-color:rgb(var(--color-background-warning)/.2)}html .bg-background-warning\/25{background-color:rgb(var(--color-background-warning)/.25)}html .bg-background-warning\/30{background-color:rgb(var(--color-background-warning)/.3)}html .bg-background-warning\/35{background-color:rgb(var(--color-background-warning)/.35)}html .bg-background-warning\/40{background-color:rgb(var(--color-background-warning)/.4)}html .bg-background-warning\/45{background-color:rgb(var(--color-background-warning)/.45)}html .bg-background-warning\/5{background-color:rgb(var(--color-background-warning)/.05)}html .bg-background-warning\/50{background-color:rgb(var(--color-background-warning)/.5)}html .bg-background-warning\/55{background-color:rgb(var(--color-background-warning)/.55)}html .bg-background-warning\/60{background-color:rgb(var(--color-background-warning)/.6)}html .bg-background-warning\/65{background-color:rgb(var(--color-background-warning)/.65)}html .bg-background-warning\/70{background-color:rgb(var(--color-background-warning)/.7)}html .bg-background-warning\/75{background-color:rgb(var(--color-background-warning)/.75)}html .bg-background-warning\/80{background-color:rgb(var(--color-background-warning)/.8)}html .bg-background-warning\/85{background-color:rgb(var(--color-background-warning)/.85)}html .bg-background-warning\/90{background-color:rgb(var(--color-background-warning)/.9)}html .bg-background-warning\/95{background-color:rgb(var(--color-background-warning)/.95)}html .bg-black\/10{background-color:#0000001a}html .bg-black\/50{background-color:#00000080}html .bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}html .bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}html .bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}html .bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}html .bg-error-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-0)/var(--tw-bg-opacity, 1))}html .bg-error-0\/0{background-color:rgb(var(--color-error-0)/0)}html .bg-error-0\/10{background-color:rgb(var(--color-error-0)/.1)}html .bg-error-0\/100{background-color:rgb(var(--color-error-0)/1)}html .bg-error-0\/15{background-color:rgb(var(--color-error-0)/.15)}html .bg-error-0\/20{background-color:rgb(var(--color-error-0)/.2)}html .bg-error-0\/25{background-color:rgb(var(--color-error-0)/.25)}html .bg-error-0\/30{background-color:rgb(var(--color-error-0)/.3)}html .bg-error-0\/35{background-color:rgb(var(--color-error-0)/.35)}html .bg-error-0\/40{background-color:rgb(var(--color-error-0)/.4)}html .bg-error-0\/45{background-color:rgb(var(--color-error-0)/.45)}html .bg-error-0\/5{background-color:rgb(var(--color-error-0)/.05)}html .bg-error-0\/50{background-color:rgb(var(--color-error-0)/.5)}html .bg-error-0\/55{background-color:rgb(var(--color-error-0)/.55)}html .bg-error-0\/60{background-color:rgb(var(--color-error-0)/.6)}html .bg-error-0\/65{background-color:rgb(var(--color-error-0)/.65)}html .bg-error-0\/70{background-color:rgb(var(--color-error-0)/.7)}html .bg-error-0\/75{background-color:rgb(var(--color-error-0)/.75)}html .bg-error-0\/80{background-color:rgb(var(--color-error-0)/.8)}html .bg-error-0\/85{background-color:rgb(var(--color-error-0)/.85)}html .bg-error-0\/90{background-color:rgb(var(--color-error-0)/.9)}html .bg-error-0\/95{background-color:rgb(var(--color-error-0)/.95)}html .bg-error-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-100)/var(--tw-bg-opacity, 1))}html .bg-error-100\/0{background-color:rgb(var(--color-error-100)/0)}html .bg-error-100\/10{background-color:rgb(var(--color-error-100)/.1)}html .bg-error-100\/100{background-color:rgb(var(--color-error-100)/1)}html .bg-error-100\/15{background-color:rgb(var(--color-error-100)/.15)}html .bg-error-100\/20{background-color:rgb(var(--color-error-100)/.2)}html .bg-error-100\/25{background-color:rgb(var(--color-error-100)/.25)}html .bg-error-100\/30{background-color:rgb(var(--color-error-100)/.3)}html .bg-error-100\/35{background-color:rgb(var(--color-error-100)/.35)}html .bg-error-100\/40{background-color:rgb(var(--color-error-100)/.4)}html .bg-error-100\/45{background-color:rgb(var(--color-error-100)/.45)}html .bg-error-100\/5{background-color:rgb(var(--color-error-100)/.05)}html .bg-error-100\/50{background-color:rgb(var(--color-error-100)/.5)}html .bg-error-100\/55{background-color:rgb(var(--color-error-100)/.55)}html .bg-error-100\/60{background-color:rgb(var(--color-error-100)/.6)}html .bg-error-100\/65{background-color:rgb(var(--color-error-100)/.65)}html .bg-error-100\/70{background-color:rgb(var(--color-error-100)/.7)}html .bg-error-100\/75{background-color:rgb(var(--color-error-100)/.75)}html .bg-error-100\/80{background-color:rgb(var(--color-error-100)/.8)}html .bg-error-100\/85{background-color:rgb(var(--color-error-100)/.85)}html .bg-error-100\/90{background-color:rgb(var(--color-error-100)/.9)}html .bg-error-100\/95{background-color:rgb(var(--color-error-100)/.95)}html .bg-error-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-200)/var(--tw-bg-opacity, 1))}html .bg-error-200\/0{background-color:rgb(var(--color-error-200)/0)}html .bg-error-200\/10{background-color:rgb(var(--color-error-200)/.1)}html .bg-error-200\/100{background-color:rgb(var(--color-error-200)/1)}html .bg-error-200\/15{background-color:rgb(var(--color-error-200)/.15)}html .bg-error-200\/20{background-color:rgb(var(--color-error-200)/.2)}html .bg-error-200\/25{background-color:rgb(var(--color-error-200)/.25)}html .bg-error-200\/30{background-color:rgb(var(--color-error-200)/.3)}html .bg-error-200\/35{background-color:rgb(var(--color-error-200)/.35)}html .bg-error-200\/40{background-color:rgb(var(--color-error-200)/.4)}html .bg-error-200\/45{background-color:rgb(var(--color-error-200)/.45)}html .bg-error-200\/5{background-color:rgb(var(--color-error-200)/.05)}html .bg-error-200\/50{background-color:rgb(var(--color-error-200)/.5)}html .bg-error-200\/55{background-color:rgb(var(--color-error-200)/.55)}html .bg-error-200\/60{background-color:rgb(var(--color-error-200)/.6)}html .bg-error-200\/65{background-color:rgb(var(--color-error-200)/.65)}html .bg-error-200\/70{background-color:rgb(var(--color-error-200)/.7)}html .bg-error-200\/75{background-color:rgb(var(--color-error-200)/.75)}html .bg-error-200\/80{background-color:rgb(var(--color-error-200)/.8)}html .bg-error-200\/85{background-color:rgb(var(--color-error-200)/.85)}html .bg-error-200\/90{background-color:rgb(var(--color-error-200)/.9)}html .bg-error-200\/95{background-color:rgb(var(--color-error-200)/.95)}html .bg-error-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-300)/var(--tw-bg-opacity, 1))}html .bg-error-300\/0{background-color:rgb(var(--color-error-300)/0)}html .bg-error-300\/10{background-color:rgb(var(--color-error-300)/.1)}html .bg-error-300\/100{background-color:rgb(var(--color-error-300)/1)}html .bg-error-300\/15{background-color:rgb(var(--color-error-300)/.15)}html .bg-error-300\/20{background-color:rgb(var(--color-error-300)/.2)}html .bg-error-300\/25{background-color:rgb(var(--color-error-300)/.25)}html .bg-error-300\/30{background-color:rgb(var(--color-error-300)/.3)}html .bg-error-300\/35{background-color:rgb(var(--color-error-300)/.35)}html .bg-error-300\/40{background-color:rgb(var(--color-error-300)/.4)}html .bg-error-300\/45{background-color:rgb(var(--color-error-300)/.45)}html .bg-error-300\/5{background-color:rgb(var(--color-error-300)/.05)}html .bg-error-300\/50{background-color:rgb(var(--color-error-300)/.5)}html .bg-error-300\/55{background-color:rgb(var(--color-error-300)/.55)}html .bg-error-300\/60{background-color:rgb(var(--color-error-300)/.6)}html .bg-error-300\/65{background-color:rgb(var(--color-error-300)/.65)}html .bg-error-300\/70{background-color:rgb(var(--color-error-300)/.7)}html .bg-error-300\/75{background-color:rgb(var(--color-error-300)/.75)}html .bg-error-300\/80{background-color:rgb(var(--color-error-300)/.8)}html .bg-error-300\/85{background-color:rgb(var(--color-error-300)/.85)}html .bg-error-300\/90{background-color:rgb(var(--color-error-300)/.9)}html .bg-error-300\/95{background-color:rgb(var(--color-error-300)/.95)}html .bg-error-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-400)/var(--tw-bg-opacity, 1))}html .bg-error-400\/0{background-color:rgb(var(--color-error-400)/0)}html .bg-error-400\/10{background-color:rgb(var(--color-error-400)/.1)}html .bg-error-400\/100{background-color:rgb(var(--color-error-400)/1)}html .bg-error-400\/15{background-color:rgb(var(--color-error-400)/.15)}html .bg-error-400\/20{background-color:rgb(var(--color-error-400)/.2)}html .bg-error-400\/25{background-color:rgb(var(--color-error-400)/.25)}html .bg-error-400\/30{background-color:rgb(var(--color-error-400)/.3)}html .bg-error-400\/35{background-color:rgb(var(--color-error-400)/.35)}html .bg-error-400\/40{background-color:rgb(var(--color-error-400)/.4)}html .bg-error-400\/45{background-color:rgb(var(--color-error-400)/.45)}html .bg-error-400\/5{background-color:rgb(var(--color-error-400)/.05)}html .bg-error-400\/50{background-color:rgb(var(--color-error-400)/.5)}html .bg-error-400\/55{background-color:rgb(var(--color-error-400)/.55)}html .bg-error-400\/60{background-color:rgb(var(--color-error-400)/.6)}html .bg-error-400\/65{background-color:rgb(var(--color-error-400)/.65)}html .bg-error-400\/70{background-color:rgb(var(--color-error-400)/.7)}html .bg-error-400\/75{background-color:rgb(var(--color-error-400)/.75)}html .bg-error-400\/80{background-color:rgb(var(--color-error-400)/.8)}html .bg-error-400\/85{background-color:rgb(var(--color-error-400)/.85)}html .bg-error-400\/90{background-color:rgb(var(--color-error-400)/.9)}html .bg-error-400\/95{background-color:rgb(var(--color-error-400)/.95)}html .bg-error-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-50)/var(--tw-bg-opacity, 1))}html .bg-error-50\/0{background-color:rgb(var(--color-error-50)/0)}html .bg-error-50\/10{background-color:rgb(var(--color-error-50)/.1)}html .bg-error-50\/100{background-color:rgb(var(--color-error-50)/1)}html .bg-error-50\/15{background-color:rgb(var(--color-error-50)/.15)}html .bg-error-50\/20{background-color:rgb(var(--color-error-50)/.2)}html .bg-error-50\/25{background-color:rgb(var(--color-error-50)/.25)}html .bg-error-50\/30{background-color:rgb(var(--color-error-50)/.3)}html .bg-error-50\/35{background-color:rgb(var(--color-error-50)/.35)}html .bg-error-50\/40{background-color:rgb(var(--color-error-50)/.4)}html .bg-error-50\/45{background-color:rgb(var(--color-error-50)/.45)}html .bg-error-50\/5{background-color:rgb(var(--color-error-50)/.05)}html .bg-error-50\/50{background-color:rgb(var(--color-error-50)/.5)}html .bg-error-50\/55{background-color:rgb(var(--color-error-50)/.55)}html .bg-error-50\/60{background-color:rgb(var(--color-error-50)/.6)}html .bg-error-50\/65{background-color:rgb(var(--color-error-50)/.65)}html .bg-error-50\/70{background-color:rgb(var(--color-error-50)/.7)}html .bg-error-50\/75{background-color:rgb(var(--color-error-50)/.75)}html .bg-error-50\/80{background-color:rgb(var(--color-error-50)/.8)}html .bg-error-50\/85{background-color:rgb(var(--color-error-50)/.85)}html .bg-error-50\/90{background-color:rgb(var(--color-error-50)/.9)}html .bg-error-50\/95{background-color:rgb(var(--color-error-50)/.95)}html .bg-error-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-500)/var(--tw-bg-opacity, 1))}html .bg-error-500\/0{background-color:rgb(var(--color-error-500)/0)}html .bg-error-500\/10{background-color:rgb(var(--color-error-500)/.1)}html .bg-error-500\/100{background-color:rgb(var(--color-error-500)/1)}html .bg-error-500\/15{background-color:rgb(var(--color-error-500)/.15)}html .bg-error-500\/20{background-color:rgb(var(--color-error-500)/.2)}html .bg-error-500\/25{background-color:rgb(var(--color-error-500)/.25)}html .bg-error-500\/30{background-color:rgb(var(--color-error-500)/.3)}html .bg-error-500\/35{background-color:rgb(var(--color-error-500)/.35)}html .bg-error-500\/40{background-color:rgb(var(--color-error-500)/.4)}html .bg-error-500\/45{background-color:rgb(var(--color-error-500)/.45)}html .bg-error-500\/5{background-color:rgb(var(--color-error-500)/.05)}html .bg-error-500\/50{background-color:rgb(var(--color-error-500)/.5)}html .bg-error-500\/55{background-color:rgb(var(--color-error-500)/.55)}html .bg-error-500\/60{background-color:rgb(var(--color-error-500)/.6)}html .bg-error-500\/65{background-color:rgb(var(--color-error-500)/.65)}html .bg-error-500\/70{background-color:rgb(var(--color-error-500)/.7)}html .bg-error-500\/75{background-color:rgb(var(--color-error-500)/.75)}html .bg-error-500\/80{background-color:rgb(var(--color-error-500)/.8)}html .bg-error-500\/85{background-color:rgb(var(--color-error-500)/.85)}html .bg-error-500\/90{background-color:rgb(var(--color-error-500)/.9)}html .bg-error-500\/95{background-color:rgb(var(--color-error-500)/.95)}html .bg-error-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-600)/var(--tw-bg-opacity, 1))}html .bg-error-600\/0{background-color:rgb(var(--color-error-600)/0)}html .bg-error-600\/10{background-color:rgb(var(--color-error-600)/.1)}html .bg-error-600\/100{background-color:rgb(var(--color-error-600)/1)}html .bg-error-600\/15{background-color:rgb(var(--color-error-600)/.15)}html .bg-error-600\/20{background-color:rgb(var(--color-error-600)/.2)}html .bg-error-600\/25{background-color:rgb(var(--color-error-600)/.25)}html .bg-error-600\/30{background-color:rgb(var(--color-error-600)/.3)}html .bg-error-600\/35{background-color:rgb(var(--color-error-600)/.35)}html .bg-error-600\/40{background-color:rgb(var(--color-error-600)/.4)}html .bg-error-600\/45{background-color:rgb(var(--color-error-600)/.45)}html .bg-error-600\/5{background-color:rgb(var(--color-error-600)/.05)}html .bg-error-600\/50{background-color:rgb(var(--color-error-600)/.5)}html .bg-error-600\/55{background-color:rgb(var(--color-error-600)/.55)}html .bg-error-600\/60{background-color:rgb(var(--color-error-600)/.6)}html .bg-error-600\/65{background-color:rgb(var(--color-error-600)/.65)}html .bg-error-600\/70{background-color:rgb(var(--color-error-600)/.7)}html .bg-error-600\/75{background-color:rgb(var(--color-error-600)/.75)}html .bg-error-600\/80{background-color:rgb(var(--color-error-600)/.8)}html .bg-error-600\/85{background-color:rgb(var(--color-error-600)/.85)}html .bg-error-600\/90{background-color:rgb(var(--color-error-600)/.9)}html .bg-error-600\/95{background-color:rgb(var(--color-error-600)/.95)}html .bg-error-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-700)/var(--tw-bg-opacity, 1))}html .bg-error-700\/0{background-color:rgb(var(--color-error-700)/0)}html .bg-error-700\/10{background-color:rgb(var(--color-error-700)/.1)}html .bg-error-700\/100{background-color:rgb(var(--color-error-700)/1)}html .bg-error-700\/15{background-color:rgb(var(--color-error-700)/.15)}html .bg-error-700\/20{background-color:rgb(var(--color-error-700)/.2)}html .bg-error-700\/25{background-color:rgb(var(--color-error-700)/.25)}html .bg-error-700\/30{background-color:rgb(var(--color-error-700)/.3)}html .bg-error-700\/35{background-color:rgb(var(--color-error-700)/.35)}html .bg-error-700\/40{background-color:rgb(var(--color-error-700)/.4)}html .bg-error-700\/45{background-color:rgb(var(--color-error-700)/.45)}html .bg-error-700\/5{background-color:rgb(var(--color-error-700)/.05)}html .bg-error-700\/50{background-color:rgb(var(--color-error-700)/.5)}html .bg-error-700\/55{background-color:rgb(var(--color-error-700)/.55)}html .bg-error-700\/60{background-color:rgb(var(--color-error-700)/.6)}html .bg-error-700\/65{background-color:rgb(var(--color-error-700)/.65)}html .bg-error-700\/70{background-color:rgb(var(--color-error-700)/.7)}html .bg-error-700\/75{background-color:rgb(var(--color-error-700)/.75)}html .bg-error-700\/80{background-color:rgb(var(--color-error-700)/.8)}html .bg-error-700\/85{background-color:rgb(var(--color-error-700)/.85)}html .bg-error-700\/90{background-color:rgb(var(--color-error-700)/.9)}html .bg-error-700\/95{background-color:rgb(var(--color-error-700)/.95)}html .bg-error-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-800)/var(--tw-bg-opacity, 1))}html .bg-error-800\/0{background-color:rgb(var(--color-error-800)/0)}html .bg-error-800\/10{background-color:rgb(var(--color-error-800)/.1)}html .bg-error-800\/100{background-color:rgb(var(--color-error-800)/1)}html .bg-error-800\/15{background-color:rgb(var(--color-error-800)/.15)}html .bg-error-800\/20{background-color:rgb(var(--color-error-800)/.2)}html .bg-error-800\/25{background-color:rgb(var(--color-error-800)/.25)}html .bg-error-800\/30{background-color:rgb(var(--color-error-800)/.3)}html .bg-error-800\/35{background-color:rgb(var(--color-error-800)/.35)}html .bg-error-800\/40{background-color:rgb(var(--color-error-800)/.4)}html .bg-error-800\/45{background-color:rgb(var(--color-error-800)/.45)}html .bg-error-800\/5{background-color:rgb(var(--color-error-800)/.05)}html .bg-error-800\/50{background-color:rgb(var(--color-error-800)/.5)}html .bg-error-800\/55{background-color:rgb(var(--color-error-800)/.55)}html .bg-error-800\/60{background-color:rgb(var(--color-error-800)/.6)}html .bg-error-800\/65{background-color:rgb(var(--color-error-800)/.65)}html .bg-error-800\/70{background-color:rgb(var(--color-error-800)/.7)}html .bg-error-800\/75{background-color:rgb(var(--color-error-800)/.75)}html .bg-error-800\/80{background-color:rgb(var(--color-error-800)/.8)}html .bg-error-800\/85{background-color:rgb(var(--color-error-800)/.85)}html .bg-error-800\/90{background-color:rgb(var(--color-error-800)/.9)}html .bg-error-800\/95{background-color:rgb(var(--color-error-800)/.95)}html .bg-error-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-900)/var(--tw-bg-opacity, 1))}html .bg-error-900\/0{background-color:rgb(var(--color-error-900)/0)}html .bg-error-900\/10{background-color:rgb(var(--color-error-900)/.1)}html .bg-error-900\/100{background-color:rgb(var(--color-error-900)/1)}html .bg-error-900\/15{background-color:rgb(var(--color-error-900)/.15)}html .bg-error-900\/20{background-color:rgb(var(--color-error-900)/.2)}html .bg-error-900\/25{background-color:rgb(var(--color-error-900)/.25)}html .bg-error-900\/30{background-color:rgb(var(--color-error-900)/.3)}html .bg-error-900\/35{background-color:rgb(var(--color-error-900)/.35)}html .bg-error-900\/40{background-color:rgb(var(--color-error-900)/.4)}html .bg-error-900\/45{background-color:rgb(var(--color-error-900)/.45)}html .bg-error-900\/5{background-color:rgb(var(--color-error-900)/.05)}html .bg-error-900\/50{background-color:rgb(var(--color-error-900)/.5)}html .bg-error-900\/55{background-color:rgb(var(--color-error-900)/.55)}html .bg-error-900\/60{background-color:rgb(var(--color-error-900)/.6)}html .bg-error-900\/65{background-color:rgb(var(--color-error-900)/.65)}html .bg-error-900\/70{background-color:rgb(var(--color-error-900)/.7)}html .bg-error-900\/75{background-color:rgb(var(--color-error-900)/.75)}html .bg-error-900\/80{background-color:rgb(var(--color-error-900)/.8)}html .bg-error-900\/85{background-color:rgb(var(--color-error-900)/.85)}html .bg-error-900\/90{background-color:rgb(var(--color-error-900)/.9)}html .bg-error-900\/95{background-color:rgb(var(--color-error-900)/.95)}html .bg-error-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-950)/var(--tw-bg-opacity, 1))}html .bg-error-950\/0{background-color:rgb(var(--color-error-950)/0)}html .bg-error-950\/10{background-color:rgb(var(--color-error-950)/.1)}html .bg-error-950\/100{background-color:rgb(var(--color-error-950)/1)}html .bg-error-950\/15{background-color:rgb(var(--color-error-950)/.15)}html .bg-error-950\/20{background-color:rgb(var(--color-error-950)/.2)}html .bg-error-950\/25{background-color:rgb(var(--color-error-950)/.25)}html .bg-error-950\/30{background-color:rgb(var(--color-error-950)/.3)}html .bg-error-950\/35{background-color:rgb(var(--color-error-950)/.35)}html .bg-error-950\/40{background-color:rgb(var(--color-error-950)/.4)}html .bg-error-950\/45{background-color:rgb(var(--color-error-950)/.45)}html .bg-error-950\/5{background-color:rgb(var(--color-error-950)/.05)}html .bg-error-950\/50{background-color:rgb(var(--color-error-950)/.5)}html .bg-error-950\/55{background-color:rgb(var(--color-error-950)/.55)}html .bg-error-950\/60{background-color:rgb(var(--color-error-950)/.6)}html .bg-error-950\/65{background-color:rgb(var(--color-error-950)/.65)}html .bg-error-950\/70{background-color:rgb(var(--color-error-950)/.7)}html .bg-error-950\/75{background-color:rgb(var(--color-error-950)/.75)}html .bg-error-950\/80{background-color:rgb(var(--color-error-950)/.8)}html .bg-error-950\/85{background-color:rgb(var(--color-error-950)/.85)}html .bg-error-950\/90{background-color:rgb(var(--color-error-950)/.9)}html .bg-error-950\/95{background-color:rgb(var(--color-error-950)/.95)}html .bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}html .bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}html .bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}html .bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}html .bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}html .bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}html .bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}html .bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}html .bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}html .bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}html .bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}html .bg-green-lightest{--tw-bg-opacity: 1;background-color:rgb(var(--color-green-lightest)/var(--tw-bg-opacity, 1))}html .bg-indicator-error{--tw-bg-opacity: 1;background-color:rgb(var(--color-indicator-error)/var(--tw-bg-opacity, 1))}html .bg-indicator-error\/0{background-color:rgb(var(--color-indicator-error)/0)}html .bg-indicator-error\/10{background-color:rgb(var(--color-indicator-error)/.1)}html .bg-indicator-error\/100{background-color:rgb(var(--color-indicator-error)/1)}html .bg-indicator-error\/15{background-color:rgb(var(--color-indicator-error)/.15)}html .bg-indicator-error\/20{background-color:rgb(var(--color-indicator-error)/.2)}html .bg-indicator-error\/25{background-color:rgb(var(--color-indicator-error)/.25)}html .bg-indicator-error\/30{background-color:rgb(var(--color-indicator-error)/.3)}html .bg-indicator-error\/35{background-color:rgb(var(--color-indicator-error)/.35)}html .bg-indicator-error\/40{background-color:rgb(var(--color-indicator-error)/.4)}html .bg-indicator-error\/45{background-color:rgb(var(--color-indicator-error)/.45)}html .bg-indicator-error\/5{background-color:rgb(var(--color-indicator-error)/.05)}html .bg-indicator-error\/50{background-color:rgb(var(--color-indicator-error)/.5)}html .bg-indicator-error\/55{background-color:rgb(var(--color-indicator-error)/.55)}html .bg-indicator-error\/60{background-color:rgb(var(--color-indicator-error)/.6)}html .bg-indicator-error\/65{background-color:rgb(var(--color-indicator-error)/.65)}html .bg-indicator-error\/70{background-color:rgb(var(--color-indicator-error)/.7)}html .bg-indicator-error\/75{background-color:rgb(var(--color-indicator-error)/.75)}html .bg-indicator-error\/80{background-color:rgb(var(--color-indicator-error)/.8)}html .bg-indicator-error\/85{background-color:rgb(var(--color-indicator-error)/.85)}html .bg-indicator-error\/90{background-color:rgb(var(--color-indicator-error)/.9)}html .bg-indicator-error\/95{background-color:rgb(var(--color-indicator-error)/.95)}html .bg-indicator-info{--tw-bg-opacity: 1;background-color:rgb(var(--color-indicator-info)/var(--tw-bg-opacity, 1))}html .bg-indicator-info\/0{background-color:rgb(var(--color-indicator-info)/0)}html .bg-indicator-info\/10{background-color:rgb(var(--color-indicator-info)/.1)}html .bg-indicator-info\/100{background-color:rgb(var(--color-indicator-info)/1)}html .bg-indicator-info\/15{background-color:rgb(var(--color-indicator-info)/.15)}html .bg-indicator-info\/20{background-color:rgb(var(--color-indicator-info)/.2)}html .bg-indicator-info\/25{background-color:rgb(var(--color-indicator-info)/.25)}html .bg-indicator-info\/30{background-color:rgb(var(--color-indicator-info)/.3)}html .bg-indicator-info\/35{background-color:rgb(var(--color-indicator-info)/.35)}html .bg-indicator-info\/40{background-color:rgb(var(--color-indicator-info)/.4)}html .bg-indicator-info\/45{background-color:rgb(var(--color-indicator-info)/.45)}html .bg-indicator-info\/5{background-color:rgb(var(--color-indicator-info)/.05)}html .bg-indicator-info\/50{background-color:rgb(var(--color-indicator-info)/.5)}html .bg-indicator-info\/55{background-color:rgb(var(--color-indicator-info)/.55)}html .bg-indicator-info\/60{background-color:rgb(var(--color-indicator-info)/.6)}html .bg-indicator-info\/65{background-color:rgb(var(--color-indicator-info)/.65)}html .bg-indicator-info\/70{background-color:rgb(var(--color-indicator-info)/.7)}html .bg-indicator-info\/75{background-color:rgb(var(--color-indicator-info)/.75)}html .bg-indicator-info\/80{background-color:rgb(var(--color-indicator-info)/.8)}html .bg-indicator-info\/85{background-color:rgb(var(--color-indicator-info)/.85)}html .bg-indicator-info\/90{background-color:rgb(var(--color-indicator-info)/.9)}html .bg-indicator-info\/95{background-color:rgb(var(--color-indicator-info)/.95)}html .bg-indicator-primary{--tw-bg-opacity: 1;background-color:rgb(var(--color-indicator-primary)/var(--tw-bg-opacity, 1))}html .bg-indicator-primary\/0{background-color:rgb(var(--color-indicator-primary)/0)}html .bg-indicator-primary\/10{background-color:rgb(var(--color-indicator-primary)/.1)}html .bg-indicator-primary\/100{background-color:rgb(var(--color-indicator-primary)/1)}html .bg-indicator-primary\/15{background-color:rgb(var(--color-indicator-primary)/.15)}html .bg-indicator-primary\/20{background-color:rgb(var(--color-indicator-primary)/.2)}html .bg-indicator-primary\/25{background-color:rgb(var(--color-indicator-primary)/.25)}html .bg-indicator-primary\/30{background-color:rgb(var(--color-indicator-primary)/.3)}html .bg-indicator-primary\/35{background-color:rgb(var(--color-indicator-primary)/.35)}html .bg-indicator-primary\/40{background-color:rgb(var(--color-indicator-primary)/.4)}html .bg-indicator-primary\/45{background-color:rgb(var(--color-indicator-primary)/.45)}html .bg-indicator-primary\/5{background-color:rgb(var(--color-indicator-primary)/.05)}html .bg-indicator-primary\/50{background-color:rgb(var(--color-indicator-primary)/.5)}html .bg-indicator-primary\/55{background-color:rgb(var(--color-indicator-primary)/.55)}html .bg-indicator-primary\/60{background-color:rgb(var(--color-indicator-primary)/.6)}html .bg-indicator-primary\/65{background-color:rgb(var(--color-indicator-primary)/.65)}html .bg-indicator-primary\/70{background-color:rgb(var(--color-indicator-primary)/.7)}html .bg-indicator-primary\/75{background-color:rgb(var(--color-indicator-primary)/.75)}html .bg-indicator-primary\/80{background-color:rgb(var(--color-indicator-primary)/.8)}html .bg-indicator-primary\/85{background-color:rgb(var(--color-indicator-primary)/.85)}html .bg-indicator-primary\/90{background-color:rgb(var(--color-indicator-primary)/.9)}html .bg-indicator-primary\/95{background-color:rgb(var(--color-indicator-primary)/.95)}html .bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}html .bg-info-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-0)/var(--tw-bg-opacity, 1))}html .bg-info-0\/0{background-color:rgb(var(--color-info-0)/0)}html .bg-info-0\/10{background-color:rgb(var(--color-info-0)/.1)}html .bg-info-0\/100{background-color:rgb(var(--color-info-0)/1)}html .bg-info-0\/15{background-color:rgb(var(--color-info-0)/.15)}html .bg-info-0\/20{background-color:rgb(var(--color-info-0)/.2)}html .bg-info-0\/25{background-color:rgb(var(--color-info-0)/.25)}html .bg-info-0\/30{background-color:rgb(var(--color-info-0)/.3)}html .bg-info-0\/35{background-color:rgb(var(--color-info-0)/.35)}html .bg-info-0\/40{background-color:rgb(var(--color-info-0)/.4)}html .bg-info-0\/45{background-color:rgb(var(--color-info-0)/.45)}html .bg-info-0\/5{background-color:rgb(var(--color-info-0)/.05)}html .bg-info-0\/50{background-color:rgb(var(--color-info-0)/.5)}html .bg-info-0\/55{background-color:rgb(var(--color-info-0)/.55)}html .bg-info-0\/60{background-color:rgb(var(--color-info-0)/.6)}html .bg-info-0\/65{background-color:rgb(var(--color-info-0)/.65)}html .bg-info-0\/70{background-color:rgb(var(--color-info-0)/.7)}html .bg-info-0\/75{background-color:rgb(var(--color-info-0)/.75)}html .bg-info-0\/80{background-color:rgb(var(--color-info-0)/.8)}html .bg-info-0\/85{background-color:rgb(var(--color-info-0)/.85)}html .bg-info-0\/90{background-color:rgb(var(--color-info-0)/.9)}html .bg-info-0\/95{background-color:rgb(var(--color-info-0)/.95)}html .bg-info-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-100)/var(--tw-bg-opacity, 1))}html .bg-info-100\/0{background-color:rgb(var(--color-info-100)/0)}html .bg-info-100\/10{background-color:rgb(var(--color-info-100)/.1)}html .bg-info-100\/100{background-color:rgb(var(--color-info-100)/1)}html .bg-info-100\/15{background-color:rgb(var(--color-info-100)/.15)}html .bg-info-100\/20{background-color:rgb(var(--color-info-100)/.2)}html .bg-info-100\/25{background-color:rgb(var(--color-info-100)/.25)}html .bg-info-100\/30{background-color:rgb(var(--color-info-100)/.3)}html .bg-info-100\/35{background-color:rgb(var(--color-info-100)/.35)}html .bg-info-100\/40{background-color:rgb(var(--color-info-100)/.4)}html .bg-info-100\/45{background-color:rgb(var(--color-info-100)/.45)}html .bg-info-100\/5{background-color:rgb(var(--color-info-100)/.05)}html .bg-info-100\/50{background-color:rgb(var(--color-info-100)/.5)}html .bg-info-100\/55{background-color:rgb(var(--color-info-100)/.55)}html .bg-info-100\/60{background-color:rgb(var(--color-info-100)/.6)}html .bg-info-100\/65{background-color:rgb(var(--color-info-100)/.65)}html .bg-info-100\/70{background-color:rgb(var(--color-info-100)/.7)}html .bg-info-100\/75{background-color:rgb(var(--color-info-100)/.75)}html .bg-info-100\/80{background-color:rgb(var(--color-info-100)/.8)}html .bg-info-100\/85{background-color:rgb(var(--color-info-100)/.85)}html .bg-info-100\/90{background-color:rgb(var(--color-info-100)/.9)}html .bg-info-100\/95{background-color:rgb(var(--color-info-100)/.95)}html .bg-info-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-200)/var(--tw-bg-opacity, 1))}html .bg-info-200\/0{background-color:rgb(var(--color-info-200)/0)}html .bg-info-200\/10{background-color:rgb(var(--color-info-200)/.1)}html .bg-info-200\/100{background-color:rgb(var(--color-info-200)/1)}html .bg-info-200\/15{background-color:rgb(var(--color-info-200)/.15)}html .bg-info-200\/20{background-color:rgb(var(--color-info-200)/.2)}html .bg-info-200\/25{background-color:rgb(var(--color-info-200)/.25)}html .bg-info-200\/30{background-color:rgb(var(--color-info-200)/.3)}html .bg-info-200\/35{background-color:rgb(var(--color-info-200)/.35)}html .bg-info-200\/40{background-color:rgb(var(--color-info-200)/.4)}html .bg-info-200\/45{background-color:rgb(var(--color-info-200)/.45)}html .bg-info-200\/5{background-color:rgb(var(--color-info-200)/.05)}html .bg-info-200\/50{background-color:rgb(var(--color-info-200)/.5)}html .bg-info-200\/55{background-color:rgb(var(--color-info-200)/.55)}html .bg-info-200\/60{background-color:rgb(var(--color-info-200)/.6)}html .bg-info-200\/65{background-color:rgb(var(--color-info-200)/.65)}html .bg-info-200\/70{background-color:rgb(var(--color-info-200)/.7)}html .bg-info-200\/75{background-color:rgb(var(--color-info-200)/.75)}html .bg-info-200\/80{background-color:rgb(var(--color-info-200)/.8)}html .bg-info-200\/85{background-color:rgb(var(--color-info-200)/.85)}html .bg-info-200\/90{background-color:rgb(var(--color-info-200)/.9)}html .bg-info-200\/95{background-color:rgb(var(--color-info-200)/.95)}html .bg-info-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-300)/var(--tw-bg-opacity, 1))}html .bg-info-300\/0{background-color:rgb(var(--color-info-300)/0)}html .bg-info-300\/10{background-color:rgb(var(--color-info-300)/.1)}html .bg-info-300\/100{background-color:rgb(var(--color-info-300)/1)}html .bg-info-300\/15{background-color:rgb(var(--color-info-300)/.15)}html .bg-info-300\/20{background-color:rgb(var(--color-info-300)/.2)}html .bg-info-300\/25{background-color:rgb(var(--color-info-300)/.25)}html .bg-info-300\/30{background-color:rgb(var(--color-info-300)/.3)}html .bg-info-300\/35{background-color:rgb(var(--color-info-300)/.35)}html .bg-info-300\/40{background-color:rgb(var(--color-info-300)/.4)}html .bg-info-300\/45{background-color:rgb(var(--color-info-300)/.45)}html .bg-info-300\/5{background-color:rgb(var(--color-info-300)/.05)}html .bg-info-300\/50{background-color:rgb(var(--color-info-300)/.5)}html .bg-info-300\/55{background-color:rgb(var(--color-info-300)/.55)}html .bg-info-300\/60{background-color:rgb(var(--color-info-300)/.6)}html .bg-info-300\/65{background-color:rgb(var(--color-info-300)/.65)}html .bg-info-300\/70{background-color:rgb(var(--color-info-300)/.7)}html .bg-info-300\/75{background-color:rgb(var(--color-info-300)/.75)}html .bg-info-300\/80{background-color:rgb(var(--color-info-300)/.8)}html .bg-info-300\/85{background-color:rgb(var(--color-info-300)/.85)}html .bg-info-300\/90{background-color:rgb(var(--color-info-300)/.9)}html .bg-info-300\/95{background-color:rgb(var(--color-info-300)/.95)}html .bg-info-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-400)/var(--tw-bg-opacity, 1))}html .bg-info-400\/0{background-color:rgb(var(--color-info-400)/0)}html .bg-info-400\/10{background-color:rgb(var(--color-info-400)/.1)}html .bg-info-400\/100{background-color:rgb(var(--color-info-400)/1)}html .bg-info-400\/15{background-color:rgb(var(--color-info-400)/.15)}html .bg-info-400\/20{background-color:rgb(var(--color-info-400)/.2)}html .bg-info-400\/25{background-color:rgb(var(--color-info-400)/.25)}html .bg-info-400\/30{background-color:rgb(var(--color-info-400)/.3)}html .bg-info-400\/35{background-color:rgb(var(--color-info-400)/.35)}html .bg-info-400\/40{background-color:rgb(var(--color-info-400)/.4)}html .bg-info-400\/45{background-color:rgb(var(--color-info-400)/.45)}html .bg-info-400\/5{background-color:rgb(var(--color-info-400)/.05)}html .bg-info-400\/50{background-color:rgb(var(--color-info-400)/.5)}html .bg-info-400\/55{background-color:rgb(var(--color-info-400)/.55)}html .bg-info-400\/60{background-color:rgb(var(--color-info-400)/.6)}html .bg-info-400\/65{background-color:rgb(var(--color-info-400)/.65)}html .bg-info-400\/70{background-color:rgb(var(--color-info-400)/.7)}html .bg-info-400\/75{background-color:rgb(var(--color-info-400)/.75)}html .bg-info-400\/80{background-color:rgb(var(--color-info-400)/.8)}html .bg-info-400\/85{background-color:rgb(var(--color-info-400)/.85)}html .bg-info-400\/90{background-color:rgb(var(--color-info-400)/.9)}html .bg-info-400\/95{background-color:rgb(var(--color-info-400)/.95)}html .bg-info-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-50)/var(--tw-bg-opacity, 1))}html .bg-info-50\/0{background-color:rgb(var(--color-info-50)/0)}html .bg-info-50\/10{background-color:rgb(var(--color-info-50)/.1)}html .bg-info-50\/100{background-color:rgb(var(--color-info-50)/1)}html .bg-info-50\/15{background-color:rgb(var(--color-info-50)/.15)}html .bg-info-50\/20{background-color:rgb(var(--color-info-50)/.2)}html .bg-info-50\/25{background-color:rgb(var(--color-info-50)/.25)}html .bg-info-50\/30{background-color:rgb(var(--color-info-50)/.3)}html .bg-info-50\/35{background-color:rgb(var(--color-info-50)/.35)}html .bg-info-50\/40{background-color:rgb(var(--color-info-50)/.4)}html .bg-info-50\/45{background-color:rgb(var(--color-info-50)/.45)}html .bg-info-50\/5{background-color:rgb(var(--color-info-50)/.05)}html .bg-info-50\/50{background-color:rgb(var(--color-info-50)/.5)}html .bg-info-50\/55{background-color:rgb(var(--color-info-50)/.55)}html .bg-info-50\/60{background-color:rgb(var(--color-info-50)/.6)}html .bg-info-50\/65{background-color:rgb(var(--color-info-50)/.65)}html .bg-info-50\/70{background-color:rgb(var(--color-info-50)/.7)}html .bg-info-50\/75{background-color:rgb(var(--color-info-50)/.75)}html .bg-info-50\/80{background-color:rgb(var(--color-info-50)/.8)}html .bg-info-50\/85{background-color:rgb(var(--color-info-50)/.85)}html .bg-info-50\/90{background-color:rgb(var(--color-info-50)/.9)}html .bg-info-50\/95{background-color:rgb(var(--color-info-50)/.95)}html .bg-info-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-500)/var(--tw-bg-opacity, 1))}html .bg-info-500\/0{background-color:rgb(var(--color-info-500)/0)}html .bg-info-500\/10{background-color:rgb(var(--color-info-500)/.1)}html .bg-info-500\/100{background-color:rgb(var(--color-info-500)/1)}html .bg-info-500\/15{background-color:rgb(var(--color-info-500)/.15)}html .bg-info-500\/20{background-color:rgb(var(--color-info-500)/.2)}html .bg-info-500\/25{background-color:rgb(var(--color-info-500)/.25)}html .bg-info-500\/30{background-color:rgb(var(--color-info-500)/.3)}html .bg-info-500\/35{background-color:rgb(var(--color-info-500)/.35)}html .bg-info-500\/40{background-color:rgb(var(--color-info-500)/.4)}html .bg-info-500\/45{background-color:rgb(var(--color-info-500)/.45)}html .bg-info-500\/5{background-color:rgb(var(--color-info-500)/.05)}html .bg-info-500\/50{background-color:rgb(var(--color-info-500)/.5)}html .bg-info-500\/55{background-color:rgb(var(--color-info-500)/.55)}html .bg-info-500\/60{background-color:rgb(var(--color-info-500)/.6)}html .bg-info-500\/65{background-color:rgb(var(--color-info-500)/.65)}html .bg-info-500\/70{background-color:rgb(var(--color-info-500)/.7)}html .bg-info-500\/75{background-color:rgb(var(--color-info-500)/.75)}html .bg-info-500\/80{background-color:rgb(var(--color-info-500)/.8)}html .bg-info-500\/85{background-color:rgb(var(--color-info-500)/.85)}html .bg-info-500\/90{background-color:rgb(var(--color-info-500)/.9)}html .bg-info-500\/95{background-color:rgb(var(--color-info-500)/.95)}html .bg-info-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-600)/var(--tw-bg-opacity, 1))}html .bg-info-600\/0{background-color:rgb(var(--color-info-600)/0)}html .bg-info-600\/10{background-color:rgb(var(--color-info-600)/.1)}html .bg-info-600\/100{background-color:rgb(var(--color-info-600)/1)}html .bg-info-600\/15{background-color:rgb(var(--color-info-600)/.15)}html .bg-info-600\/20{background-color:rgb(var(--color-info-600)/.2)}html .bg-info-600\/25{background-color:rgb(var(--color-info-600)/.25)}html .bg-info-600\/30{background-color:rgb(var(--color-info-600)/.3)}html .bg-info-600\/35{background-color:rgb(var(--color-info-600)/.35)}html .bg-info-600\/40{background-color:rgb(var(--color-info-600)/.4)}html .bg-info-600\/45{background-color:rgb(var(--color-info-600)/.45)}html .bg-info-600\/5{background-color:rgb(var(--color-info-600)/.05)}html .bg-info-600\/50{background-color:rgb(var(--color-info-600)/.5)}html .bg-info-600\/55{background-color:rgb(var(--color-info-600)/.55)}html .bg-info-600\/60{background-color:rgb(var(--color-info-600)/.6)}html .bg-info-600\/65{background-color:rgb(var(--color-info-600)/.65)}html .bg-info-600\/70{background-color:rgb(var(--color-info-600)/.7)}html .bg-info-600\/75{background-color:rgb(var(--color-info-600)/.75)}html .bg-info-600\/80{background-color:rgb(var(--color-info-600)/.8)}html .bg-info-600\/85{background-color:rgb(var(--color-info-600)/.85)}html .bg-info-600\/90{background-color:rgb(var(--color-info-600)/.9)}html .bg-info-600\/95{background-color:rgb(var(--color-info-600)/.95)}html .bg-info-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-700)/var(--tw-bg-opacity, 1))}html .bg-info-700\/0{background-color:rgb(var(--color-info-700)/0)}html .bg-info-700\/10{background-color:rgb(var(--color-info-700)/.1)}html .bg-info-700\/100{background-color:rgb(var(--color-info-700)/1)}html .bg-info-700\/15{background-color:rgb(var(--color-info-700)/.15)}html .bg-info-700\/20{background-color:rgb(var(--color-info-700)/.2)}html .bg-info-700\/25{background-color:rgb(var(--color-info-700)/.25)}html .bg-info-700\/30{background-color:rgb(var(--color-info-700)/.3)}html .bg-info-700\/35{background-color:rgb(var(--color-info-700)/.35)}html .bg-info-700\/40{background-color:rgb(var(--color-info-700)/.4)}html .bg-info-700\/45{background-color:rgb(var(--color-info-700)/.45)}html .bg-info-700\/5{background-color:rgb(var(--color-info-700)/.05)}html .bg-info-700\/50{background-color:rgb(var(--color-info-700)/.5)}html .bg-info-700\/55{background-color:rgb(var(--color-info-700)/.55)}html .bg-info-700\/60{background-color:rgb(var(--color-info-700)/.6)}html .bg-info-700\/65{background-color:rgb(var(--color-info-700)/.65)}html .bg-info-700\/70{background-color:rgb(var(--color-info-700)/.7)}html .bg-info-700\/75{background-color:rgb(var(--color-info-700)/.75)}html .bg-info-700\/80{background-color:rgb(var(--color-info-700)/.8)}html .bg-info-700\/85{background-color:rgb(var(--color-info-700)/.85)}html .bg-info-700\/90{background-color:rgb(var(--color-info-700)/.9)}html .bg-info-700\/95{background-color:rgb(var(--color-info-700)/.95)}html .bg-info-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-800)/var(--tw-bg-opacity, 1))}html .bg-info-800\/0{background-color:rgb(var(--color-info-800)/0)}html .bg-info-800\/10{background-color:rgb(var(--color-info-800)/.1)}html .bg-info-800\/100{background-color:rgb(var(--color-info-800)/1)}html .bg-info-800\/15{background-color:rgb(var(--color-info-800)/.15)}html .bg-info-800\/20{background-color:rgb(var(--color-info-800)/.2)}html .bg-info-800\/25{background-color:rgb(var(--color-info-800)/.25)}html .bg-info-800\/30{background-color:rgb(var(--color-info-800)/.3)}html .bg-info-800\/35{background-color:rgb(var(--color-info-800)/.35)}html .bg-info-800\/40{background-color:rgb(var(--color-info-800)/.4)}html .bg-info-800\/45{background-color:rgb(var(--color-info-800)/.45)}html .bg-info-800\/5{background-color:rgb(var(--color-info-800)/.05)}html .bg-info-800\/50{background-color:rgb(var(--color-info-800)/.5)}html .bg-info-800\/55{background-color:rgb(var(--color-info-800)/.55)}html .bg-info-800\/60{background-color:rgb(var(--color-info-800)/.6)}html .bg-info-800\/65{background-color:rgb(var(--color-info-800)/.65)}html .bg-info-800\/70{background-color:rgb(var(--color-info-800)/.7)}html .bg-info-800\/75{background-color:rgb(var(--color-info-800)/.75)}html .bg-info-800\/80{background-color:rgb(var(--color-info-800)/.8)}html .bg-info-800\/85{background-color:rgb(var(--color-info-800)/.85)}html .bg-info-800\/90{background-color:rgb(var(--color-info-800)/.9)}html .bg-info-800\/95{background-color:rgb(var(--color-info-800)/.95)}html .bg-info-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-900)/var(--tw-bg-opacity, 1))}html .bg-info-900\/0{background-color:rgb(var(--color-info-900)/0)}html .bg-info-900\/10{background-color:rgb(var(--color-info-900)/.1)}html .bg-info-900\/100{background-color:rgb(var(--color-info-900)/1)}html .bg-info-900\/15{background-color:rgb(var(--color-info-900)/.15)}html .bg-info-900\/20{background-color:rgb(var(--color-info-900)/.2)}html .bg-info-900\/25{background-color:rgb(var(--color-info-900)/.25)}html .bg-info-900\/30{background-color:rgb(var(--color-info-900)/.3)}html .bg-info-900\/35{background-color:rgb(var(--color-info-900)/.35)}html .bg-info-900\/40{background-color:rgb(var(--color-info-900)/.4)}html .bg-info-900\/45{background-color:rgb(var(--color-info-900)/.45)}html .bg-info-900\/5{background-color:rgb(var(--color-info-900)/.05)}html .bg-info-900\/50{background-color:rgb(var(--color-info-900)/.5)}html .bg-info-900\/55{background-color:rgb(var(--color-info-900)/.55)}html .bg-info-900\/60{background-color:rgb(var(--color-info-900)/.6)}html .bg-info-900\/65{background-color:rgb(var(--color-info-900)/.65)}html .bg-info-900\/70{background-color:rgb(var(--color-info-900)/.7)}html .bg-info-900\/75{background-color:rgb(var(--color-info-900)/.75)}html .bg-info-900\/80{background-color:rgb(var(--color-info-900)/.8)}html .bg-info-900\/85{background-color:rgb(var(--color-info-900)/.85)}html .bg-info-900\/90{background-color:rgb(var(--color-info-900)/.9)}html .bg-info-900\/95{background-color:rgb(var(--color-info-900)/.95)}html .bg-info-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-info-950)/var(--tw-bg-opacity, 1))}html .bg-info-950\/0{background-color:rgb(var(--color-info-950)/0)}html .bg-info-950\/10{background-color:rgb(var(--color-info-950)/.1)}html .bg-info-950\/100{background-color:rgb(var(--color-info-950)/1)}html .bg-info-950\/15{background-color:rgb(var(--color-info-950)/.15)}html .bg-info-950\/20{background-color:rgb(var(--color-info-950)/.2)}html .bg-info-950\/25{background-color:rgb(var(--color-info-950)/.25)}html .bg-info-950\/30{background-color:rgb(var(--color-info-950)/.3)}html .bg-info-950\/35{background-color:rgb(var(--color-info-950)/.35)}html .bg-info-950\/40{background-color:rgb(var(--color-info-950)/.4)}html .bg-info-950\/45{background-color:rgb(var(--color-info-950)/.45)}html .bg-info-950\/5{background-color:rgb(var(--color-info-950)/.05)}html .bg-info-950\/50{background-color:rgb(var(--color-info-950)/.5)}html .bg-info-950\/55{background-color:rgb(var(--color-info-950)/.55)}html .bg-info-950\/60{background-color:rgb(var(--color-info-950)/.6)}html .bg-info-950\/65{background-color:rgb(var(--color-info-950)/.65)}html .bg-info-950\/70{background-color:rgb(var(--color-info-950)/.7)}html .bg-info-950\/75{background-color:rgb(var(--color-info-950)/.75)}html .bg-info-950\/80{background-color:rgb(var(--color-info-950)/.8)}html .bg-info-950\/85{background-color:rgb(var(--color-info-950)/.85)}html .bg-info-950\/90{background-color:rgb(var(--color-info-950)/.9)}html .bg-info-950\/95{background-color:rgb(var(--color-info-950)/.95)}html .bg-outline-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-0)/var(--tw-bg-opacity, 1))}html .bg-outline-0\/0{background-color:rgb(var(--color-outline-0)/0)}html .bg-outline-0\/10{background-color:rgb(var(--color-outline-0)/.1)}html .bg-outline-0\/100{background-color:rgb(var(--color-outline-0)/1)}html .bg-outline-0\/15{background-color:rgb(var(--color-outline-0)/.15)}html .bg-outline-0\/20{background-color:rgb(var(--color-outline-0)/.2)}html .bg-outline-0\/25{background-color:rgb(var(--color-outline-0)/.25)}html .bg-outline-0\/30{background-color:rgb(var(--color-outline-0)/.3)}html .bg-outline-0\/35{background-color:rgb(var(--color-outline-0)/.35)}html .bg-outline-0\/40{background-color:rgb(var(--color-outline-0)/.4)}html .bg-outline-0\/45{background-color:rgb(var(--color-outline-0)/.45)}html .bg-outline-0\/5{background-color:rgb(var(--color-outline-0)/.05)}html .bg-outline-0\/50{background-color:rgb(var(--color-outline-0)/.5)}html .bg-outline-0\/55{background-color:rgb(var(--color-outline-0)/.55)}html .bg-outline-0\/60{background-color:rgb(var(--color-outline-0)/.6)}html .bg-outline-0\/65{background-color:rgb(var(--color-outline-0)/.65)}html .bg-outline-0\/70{background-color:rgb(var(--color-outline-0)/.7)}html .bg-outline-0\/75{background-color:rgb(var(--color-outline-0)/.75)}html .bg-outline-0\/80{background-color:rgb(var(--color-outline-0)/.8)}html .bg-outline-0\/85{background-color:rgb(var(--color-outline-0)/.85)}html .bg-outline-0\/90{background-color:rgb(var(--color-outline-0)/.9)}html .bg-outline-0\/95{background-color:rgb(var(--color-outline-0)/.95)}html .bg-outline-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-100)/var(--tw-bg-opacity, 1))}html .bg-outline-100\/0{background-color:rgb(var(--color-outline-100)/0)}html .bg-outline-100\/10{background-color:rgb(var(--color-outline-100)/.1)}html .bg-outline-100\/100{background-color:rgb(var(--color-outline-100)/1)}html .bg-outline-100\/15{background-color:rgb(var(--color-outline-100)/.15)}html .bg-outline-100\/20{background-color:rgb(var(--color-outline-100)/.2)}html .bg-outline-100\/25{background-color:rgb(var(--color-outline-100)/.25)}html .bg-outline-100\/30{background-color:rgb(var(--color-outline-100)/.3)}html .bg-outline-100\/35{background-color:rgb(var(--color-outline-100)/.35)}html .bg-outline-100\/40{background-color:rgb(var(--color-outline-100)/.4)}html .bg-outline-100\/45{background-color:rgb(var(--color-outline-100)/.45)}html .bg-outline-100\/5{background-color:rgb(var(--color-outline-100)/.05)}html .bg-outline-100\/50{background-color:rgb(var(--color-outline-100)/.5)}html .bg-outline-100\/55{background-color:rgb(var(--color-outline-100)/.55)}html .bg-outline-100\/60{background-color:rgb(var(--color-outline-100)/.6)}html .bg-outline-100\/65{background-color:rgb(var(--color-outline-100)/.65)}html .bg-outline-100\/70{background-color:rgb(var(--color-outline-100)/.7)}html .bg-outline-100\/75{background-color:rgb(var(--color-outline-100)/.75)}html .bg-outline-100\/80{background-color:rgb(var(--color-outline-100)/.8)}html .bg-outline-100\/85{background-color:rgb(var(--color-outline-100)/.85)}html .bg-outline-100\/90{background-color:rgb(var(--color-outline-100)/.9)}html .bg-outline-100\/95{background-color:rgb(var(--color-outline-100)/.95)}html .bg-outline-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-200)/var(--tw-bg-opacity, 1))}html .bg-outline-200\/0{background-color:rgb(var(--color-outline-200)/0)}html .bg-outline-200\/10{background-color:rgb(var(--color-outline-200)/.1)}html .bg-outline-200\/100{background-color:rgb(var(--color-outline-200)/1)}html .bg-outline-200\/15{background-color:rgb(var(--color-outline-200)/.15)}html .bg-outline-200\/20{background-color:rgb(var(--color-outline-200)/.2)}html .bg-outline-200\/25{background-color:rgb(var(--color-outline-200)/.25)}html .bg-outline-200\/30{background-color:rgb(var(--color-outline-200)/.3)}html .bg-outline-200\/35{background-color:rgb(var(--color-outline-200)/.35)}html .bg-outline-200\/40{background-color:rgb(var(--color-outline-200)/.4)}html .bg-outline-200\/45{background-color:rgb(var(--color-outline-200)/.45)}html .bg-outline-200\/5{background-color:rgb(var(--color-outline-200)/.05)}html .bg-outline-200\/50{background-color:rgb(var(--color-outline-200)/.5)}html .bg-outline-200\/55{background-color:rgb(var(--color-outline-200)/.55)}html .bg-outline-200\/60{background-color:rgb(var(--color-outline-200)/.6)}html .bg-outline-200\/65{background-color:rgb(var(--color-outline-200)/.65)}html .bg-outline-200\/70{background-color:rgb(var(--color-outline-200)/.7)}html .bg-outline-200\/75{background-color:rgb(var(--color-outline-200)/.75)}html .bg-outline-200\/80{background-color:rgb(var(--color-outline-200)/.8)}html .bg-outline-200\/85{background-color:rgb(var(--color-outline-200)/.85)}html .bg-outline-200\/90{background-color:rgb(var(--color-outline-200)/.9)}html .bg-outline-200\/95{background-color:rgb(var(--color-outline-200)/.95)}html .bg-outline-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-300)/var(--tw-bg-opacity, 1))}html .bg-outline-300\/0{background-color:rgb(var(--color-outline-300)/0)}html .bg-outline-300\/10{background-color:rgb(var(--color-outline-300)/.1)}html .bg-outline-300\/100{background-color:rgb(var(--color-outline-300)/1)}html .bg-outline-300\/15{background-color:rgb(var(--color-outline-300)/.15)}html .bg-outline-300\/20{background-color:rgb(var(--color-outline-300)/.2)}html .bg-outline-300\/25{background-color:rgb(var(--color-outline-300)/.25)}html .bg-outline-300\/30{background-color:rgb(var(--color-outline-300)/.3)}html .bg-outline-300\/35{background-color:rgb(var(--color-outline-300)/.35)}html .bg-outline-300\/40{background-color:rgb(var(--color-outline-300)/.4)}html .bg-outline-300\/45{background-color:rgb(var(--color-outline-300)/.45)}html .bg-outline-300\/5{background-color:rgb(var(--color-outline-300)/.05)}html .bg-outline-300\/50{background-color:rgb(var(--color-outline-300)/.5)}html .bg-outline-300\/55{background-color:rgb(var(--color-outline-300)/.55)}html .bg-outline-300\/60{background-color:rgb(var(--color-outline-300)/.6)}html .bg-outline-300\/65{background-color:rgb(var(--color-outline-300)/.65)}html .bg-outline-300\/70{background-color:rgb(var(--color-outline-300)/.7)}html .bg-outline-300\/75{background-color:rgb(var(--color-outline-300)/.75)}html .bg-outline-300\/80{background-color:rgb(var(--color-outline-300)/.8)}html .bg-outline-300\/85{background-color:rgb(var(--color-outline-300)/.85)}html .bg-outline-300\/90{background-color:rgb(var(--color-outline-300)/.9)}html .bg-outline-300\/95{background-color:rgb(var(--color-outline-300)/.95)}html .bg-outline-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-400)/var(--tw-bg-opacity, 1))}html .bg-outline-400\/0{background-color:rgb(var(--color-outline-400)/0)}html .bg-outline-400\/10{background-color:rgb(var(--color-outline-400)/.1)}html .bg-outline-400\/100{background-color:rgb(var(--color-outline-400)/1)}html .bg-outline-400\/15{background-color:rgb(var(--color-outline-400)/.15)}html .bg-outline-400\/20{background-color:rgb(var(--color-outline-400)/.2)}html .bg-outline-400\/25{background-color:rgb(var(--color-outline-400)/.25)}html .bg-outline-400\/30{background-color:rgb(var(--color-outline-400)/.3)}html .bg-outline-400\/35{background-color:rgb(var(--color-outline-400)/.35)}html .bg-outline-400\/40{background-color:rgb(var(--color-outline-400)/.4)}html .bg-outline-400\/45{background-color:rgb(var(--color-outline-400)/.45)}html .bg-outline-400\/5{background-color:rgb(var(--color-outline-400)/.05)}html .bg-outline-400\/50{background-color:rgb(var(--color-outline-400)/.5)}html .bg-outline-400\/55{background-color:rgb(var(--color-outline-400)/.55)}html .bg-outline-400\/60{background-color:rgb(var(--color-outline-400)/.6)}html .bg-outline-400\/65{background-color:rgb(var(--color-outline-400)/.65)}html .bg-outline-400\/70{background-color:rgb(var(--color-outline-400)/.7)}html .bg-outline-400\/75{background-color:rgb(var(--color-outline-400)/.75)}html .bg-outline-400\/80{background-color:rgb(var(--color-outline-400)/.8)}html .bg-outline-400\/85{background-color:rgb(var(--color-outline-400)/.85)}html .bg-outline-400\/90{background-color:rgb(var(--color-outline-400)/.9)}html .bg-outline-400\/95{background-color:rgb(var(--color-outline-400)/.95)}html .bg-outline-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-50)/var(--tw-bg-opacity, 1))}html .bg-outline-50\/0{background-color:rgb(var(--color-outline-50)/0)}html .bg-outline-50\/10{background-color:rgb(var(--color-outline-50)/.1)}html .bg-outline-50\/100{background-color:rgb(var(--color-outline-50)/1)}html .bg-outline-50\/15{background-color:rgb(var(--color-outline-50)/.15)}html .bg-outline-50\/20{background-color:rgb(var(--color-outline-50)/.2)}html .bg-outline-50\/25{background-color:rgb(var(--color-outline-50)/.25)}html .bg-outline-50\/30{background-color:rgb(var(--color-outline-50)/.3)}html .bg-outline-50\/35{background-color:rgb(var(--color-outline-50)/.35)}html .bg-outline-50\/40{background-color:rgb(var(--color-outline-50)/.4)}html .bg-outline-50\/45{background-color:rgb(var(--color-outline-50)/.45)}html .bg-outline-50\/5{background-color:rgb(var(--color-outline-50)/.05)}html .bg-outline-50\/50{background-color:rgb(var(--color-outline-50)/.5)}html .bg-outline-50\/55{background-color:rgb(var(--color-outline-50)/.55)}html .bg-outline-50\/60{background-color:rgb(var(--color-outline-50)/.6)}html .bg-outline-50\/65{background-color:rgb(var(--color-outline-50)/.65)}html .bg-outline-50\/70{background-color:rgb(var(--color-outline-50)/.7)}html .bg-outline-50\/75{background-color:rgb(var(--color-outline-50)/.75)}html .bg-outline-50\/80{background-color:rgb(var(--color-outline-50)/.8)}html .bg-outline-50\/85{background-color:rgb(var(--color-outline-50)/.85)}html .bg-outline-50\/90{background-color:rgb(var(--color-outline-50)/.9)}html .bg-outline-50\/95{background-color:rgb(var(--color-outline-50)/.95)}html .bg-outline-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-500)/var(--tw-bg-opacity, 1))}html .bg-outline-500\/0{background-color:rgb(var(--color-outline-500)/0)}html .bg-outline-500\/10{background-color:rgb(var(--color-outline-500)/.1)}html .bg-outline-500\/100{background-color:rgb(var(--color-outline-500)/1)}html .bg-outline-500\/15{background-color:rgb(var(--color-outline-500)/.15)}html .bg-outline-500\/20{background-color:rgb(var(--color-outline-500)/.2)}html .bg-outline-500\/25{background-color:rgb(var(--color-outline-500)/.25)}html .bg-outline-500\/30{background-color:rgb(var(--color-outline-500)/.3)}html .bg-outline-500\/35{background-color:rgb(var(--color-outline-500)/.35)}html .bg-outline-500\/40{background-color:rgb(var(--color-outline-500)/.4)}html .bg-outline-500\/45{background-color:rgb(var(--color-outline-500)/.45)}html .bg-outline-500\/5{background-color:rgb(var(--color-outline-500)/.05)}html .bg-outline-500\/50{background-color:rgb(var(--color-outline-500)/.5)}html .bg-outline-500\/55{background-color:rgb(var(--color-outline-500)/.55)}html .bg-outline-500\/60{background-color:rgb(var(--color-outline-500)/.6)}html .bg-outline-500\/65{background-color:rgb(var(--color-outline-500)/.65)}html .bg-outline-500\/70{background-color:rgb(var(--color-outline-500)/.7)}html .bg-outline-500\/75{background-color:rgb(var(--color-outline-500)/.75)}html .bg-outline-500\/80{background-color:rgb(var(--color-outline-500)/.8)}html .bg-outline-500\/85{background-color:rgb(var(--color-outline-500)/.85)}html .bg-outline-500\/90{background-color:rgb(var(--color-outline-500)/.9)}html .bg-outline-500\/95{background-color:rgb(var(--color-outline-500)/.95)}html .bg-outline-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-600)/var(--tw-bg-opacity, 1))}html .bg-outline-600\/0{background-color:rgb(var(--color-outline-600)/0)}html .bg-outline-600\/10{background-color:rgb(var(--color-outline-600)/.1)}html .bg-outline-600\/100{background-color:rgb(var(--color-outline-600)/1)}html .bg-outline-600\/15{background-color:rgb(var(--color-outline-600)/.15)}html .bg-outline-600\/20{background-color:rgb(var(--color-outline-600)/.2)}html .bg-outline-600\/25{background-color:rgb(var(--color-outline-600)/.25)}html .bg-outline-600\/30{background-color:rgb(var(--color-outline-600)/.3)}html .bg-outline-600\/35{background-color:rgb(var(--color-outline-600)/.35)}html .bg-outline-600\/40{background-color:rgb(var(--color-outline-600)/.4)}html .bg-outline-600\/45{background-color:rgb(var(--color-outline-600)/.45)}html .bg-outline-600\/5{background-color:rgb(var(--color-outline-600)/.05)}html .bg-outline-600\/50{background-color:rgb(var(--color-outline-600)/.5)}html .bg-outline-600\/55{background-color:rgb(var(--color-outline-600)/.55)}html .bg-outline-600\/60{background-color:rgb(var(--color-outline-600)/.6)}html .bg-outline-600\/65{background-color:rgb(var(--color-outline-600)/.65)}html .bg-outline-600\/70{background-color:rgb(var(--color-outline-600)/.7)}html .bg-outline-600\/75{background-color:rgb(var(--color-outline-600)/.75)}html .bg-outline-600\/80{background-color:rgb(var(--color-outline-600)/.8)}html .bg-outline-600\/85{background-color:rgb(var(--color-outline-600)/.85)}html .bg-outline-600\/90{background-color:rgb(var(--color-outline-600)/.9)}html .bg-outline-600\/95{background-color:rgb(var(--color-outline-600)/.95)}html .bg-outline-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-700)/var(--tw-bg-opacity, 1))}html .bg-outline-700\/0{background-color:rgb(var(--color-outline-700)/0)}html .bg-outline-700\/10{background-color:rgb(var(--color-outline-700)/.1)}html .bg-outline-700\/100{background-color:rgb(var(--color-outline-700)/1)}html .bg-outline-700\/15{background-color:rgb(var(--color-outline-700)/.15)}html .bg-outline-700\/20{background-color:rgb(var(--color-outline-700)/.2)}html .bg-outline-700\/25{background-color:rgb(var(--color-outline-700)/.25)}html .bg-outline-700\/30{background-color:rgb(var(--color-outline-700)/.3)}html .bg-outline-700\/35{background-color:rgb(var(--color-outline-700)/.35)}html .bg-outline-700\/40{background-color:rgb(var(--color-outline-700)/.4)}html .bg-outline-700\/45{background-color:rgb(var(--color-outline-700)/.45)}html .bg-outline-700\/5{background-color:rgb(var(--color-outline-700)/.05)}html .bg-outline-700\/50{background-color:rgb(var(--color-outline-700)/.5)}html .bg-outline-700\/55{background-color:rgb(var(--color-outline-700)/.55)}html .bg-outline-700\/60{background-color:rgb(var(--color-outline-700)/.6)}html .bg-outline-700\/65{background-color:rgb(var(--color-outline-700)/.65)}html .bg-outline-700\/70{background-color:rgb(var(--color-outline-700)/.7)}html .bg-outline-700\/75{background-color:rgb(var(--color-outline-700)/.75)}html .bg-outline-700\/80{background-color:rgb(var(--color-outline-700)/.8)}html .bg-outline-700\/85{background-color:rgb(var(--color-outline-700)/.85)}html .bg-outline-700\/90{background-color:rgb(var(--color-outline-700)/.9)}html .bg-outline-700\/95{background-color:rgb(var(--color-outline-700)/.95)}html .bg-outline-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-800)/var(--tw-bg-opacity, 1))}html .bg-outline-800\/0{background-color:rgb(var(--color-outline-800)/0)}html .bg-outline-800\/10{background-color:rgb(var(--color-outline-800)/.1)}html .bg-outline-800\/100{background-color:rgb(var(--color-outline-800)/1)}html .bg-outline-800\/15{background-color:rgb(var(--color-outline-800)/.15)}html .bg-outline-800\/20{background-color:rgb(var(--color-outline-800)/.2)}html .bg-outline-800\/25{background-color:rgb(var(--color-outline-800)/.25)}html .bg-outline-800\/30{background-color:rgb(var(--color-outline-800)/.3)}html .bg-outline-800\/35{background-color:rgb(var(--color-outline-800)/.35)}html .bg-outline-800\/40{background-color:rgb(var(--color-outline-800)/.4)}html .bg-outline-800\/45{background-color:rgb(var(--color-outline-800)/.45)}html .bg-outline-800\/5{background-color:rgb(var(--color-outline-800)/.05)}html .bg-outline-800\/50{background-color:rgb(var(--color-outline-800)/.5)}html .bg-outline-800\/55{background-color:rgb(var(--color-outline-800)/.55)}html .bg-outline-800\/60{background-color:rgb(var(--color-outline-800)/.6)}html .bg-outline-800\/65{background-color:rgb(var(--color-outline-800)/.65)}html .bg-outline-800\/70{background-color:rgb(var(--color-outline-800)/.7)}html .bg-outline-800\/75{background-color:rgb(var(--color-outline-800)/.75)}html .bg-outline-800\/80{background-color:rgb(var(--color-outline-800)/.8)}html .bg-outline-800\/85{background-color:rgb(var(--color-outline-800)/.85)}html .bg-outline-800\/90{background-color:rgb(var(--color-outline-800)/.9)}html .bg-outline-800\/95{background-color:rgb(var(--color-outline-800)/.95)}html .bg-outline-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-900)/var(--tw-bg-opacity, 1))}html .bg-outline-900\/0{background-color:rgb(var(--color-outline-900)/0)}html .bg-outline-900\/10{background-color:rgb(var(--color-outline-900)/.1)}html .bg-outline-900\/100{background-color:rgb(var(--color-outline-900)/1)}html .bg-outline-900\/15{background-color:rgb(var(--color-outline-900)/.15)}html .bg-outline-900\/20{background-color:rgb(var(--color-outline-900)/.2)}html .bg-outline-900\/25{background-color:rgb(var(--color-outline-900)/.25)}html .bg-outline-900\/30{background-color:rgb(var(--color-outline-900)/.3)}html .bg-outline-900\/35{background-color:rgb(var(--color-outline-900)/.35)}html .bg-outline-900\/40{background-color:rgb(var(--color-outline-900)/.4)}html .bg-outline-900\/45{background-color:rgb(var(--color-outline-900)/.45)}html .bg-outline-900\/5{background-color:rgb(var(--color-outline-900)/.05)}html .bg-outline-900\/50{background-color:rgb(var(--color-outline-900)/.5)}html .bg-outline-900\/55{background-color:rgb(var(--color-outline-900)/.55)}html .bg-outline-900\/60{background-color:rgb(var(--color-outline-900)/.6)}html .bg-outline-900\/65{background-color:rgb(var(--color-outline-900)/.65)}html .bg-outline-900\/70{background-color:rgb(var(--color-outline-900)/.7)}html .bg-outline-900\/75{background-color:rgb(var(--color-outline-900)/.75)}html .bg-outline-900\/80{background-color:rgb(var(--color-outline-900)/.8)}html .bg-outline-900\/85{background-color:rgb(var(--color-outline-900)/.85)}html .bg-outline-900\/90{background-color:rgb(var(--color-outline-900)/.9)}html .bg-outline-900\/95{background-color:rgb(var(--color-outline-900)/.95)}html .bg-outline-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-outline-950)/var(--tw-bg-opacity, 1))}html .bg-outline-950\/0{background-color:rgb(var(--color-outline-950)/0)}html .bg-outline-950\/10{background-color:rgb(var(--color-outline-950)/.1)}html .bg-outline-950\/100{background-color:rgb(var(--color-outline-950)/1)}html .bg-outline-950\/15{background-color:rgb(var(--color-outline-950)/.15)}html .bg-outline-950\/20{background-color:rgb(var(--color-outline-950)/.2)}html .bg-outline-950\/25{background-color:rgb(var(--color-outline-950)/.25)}html .bg-outline-950\/30{background-color:rgb(var(--color-outline-950)/.3)}html .bg-outline-950\/35{background-color:rgb(var(--color-outline-950)/.35)}html .bg-outline-950\/40{background-color:rgb(var(--color-outline-950)/.4)}html .bg-outline-950\/45{background-color:rgb(var(--color-outline-950)/.45)}html .bg-outline-950\/5{background-color:rgb(var(--color-outline-950)/.05)}html .bg-outline-950\/50{background-color:rgb(var(--color-outline-950)/.5)}html .bg-outline-950\/55{background-color:rgb(var(--color-outline-950)/.55)}html .bg-outline-950\/60{background-color:rgb(var(--color-outline-950)/.6)}html .bg-outline-950\/65{background-color:rgb(var(--color-outline-950)/.65)}html .bg-outline-950\/70{background-color:rgb(var(--color-outline-950)/.7)}html .bg-outline-950\/75{background-color:rgb(var(--color-outline-950)/.75)}html .bg-outline-950\/80{background-color:rgb(var(--color-outline-950)/.8)}html .bg-outline-950\/85{background-color:rgb(var(--color-outline-950)/.85)}html .bg-outline-950\/90{background-color:rgb(var(--color-outline-950)/.9)}html .bg-outline-950\/95{background-color:rgb(var(--color-outline-950)/.95)}html .bg-primary-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-0)/var(--tw-bg-opacity, 1))}html .bg-primary-0\/0{background-color:rgb(var(--color-primary-0)/0)}html .bg-primary-0\/10{background-color:rgb(var(--color-primary-0)/.1)}html .bg-primary-0\/100{background-color:rgb(var(--color-primary-0)/1)}html .bg-primary-0\/15{background-color:rgb(var(--color-primary-0)/.15)}html .bg-primary-0\/20{background-color:rgb(var(--color-primary-0)/.2)}html .bg-primary-0\/25{background-color:rgb(var(--color-primary-0)/.25)}html .bg-primary-0\/30{background-color:rgb(var(--color-primary-0)/.3)}html .bg-primary-0\/35{background-color:rgb(var(--color-primary-0)/.35)}html .bg-primary-0\/40{background-color:rgb(var(--color-primary-0)/.4)}html .bg-primary-0\/45{background-color:rgb(var(--color-primary-0)/.45)}html .bg-primary-0\/5{background-color:rgb(var(--color-primary-0)/.05)}html .bg-primary-0\/50{background-color:rgb(var(--color-primary-0)/.5)}html .bg-primary-0\/55{background-color:rgb(var(--color-primary-0)/.55)}html .bg-primary-0\/60{background-color:rgb(var(--color-primary-0)/.6)}html .bg-primary-0\/65{background-color:rgb(var(--color-primary-0)/.65)}html .bg-primary-0\/70{background-color:rgb(var(--color-primary-0)/.7)}html .bg-primary-0\/75{background-color:rgb(var(--color-primary-0)/.75)}html .bg-primary-0\/80{background-color:rgb(var(--color-primary-0)/.8)}html .bg-primary-0\/85{background-color:rgb(var(--color-primary-0)/.85)}html .bg-primary-0\/90{background-color:rgb(var(--color-primary-0)/.9)}html .bg-primary-0\/95{background-color:rgb(var(--color-primary-0)/.95)}html .bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-100)/var(--tw-bg-opacity, 1))}html .bg-primary-100\/0{background-color:rgb(var(--color-primary-100)/0)}html .bg-primary-100\/10{background-color:rgb(var(--color-primary-100)/.1)}html .bg-primary-100\/100{background-color:rgb(var(--color-primary-100)/1)}html .bg-primary-100\/15{background-color:rgb(var(--color-primary-100)/.15)}html .bg-primary-100\/20{background-color:rgb(var(--color-primary-100)/.2)}html .bg-primary-100\/25{background-color:rgb(var(--color-primary-100)/.25)}html .bg-primary-100\/30{background-color:rgb(var(--color-primary-100)/.3)}html .bg-primary-100\/35{background-color:rgb(var(--color-primary-100)/.35)}html .bg-primary-100\/40{background-color:rgb(var(--color-primary-100)/.4)}html .bg-primary-100\/45{background-color:rgb(var(--color-primary-100)/.45)}html .bg-primary-100\/5{background-color:rgb(var(--color-primary-100)/.05)}html .bg-primary-100\/50{background-color:rgb(var(--color-primary-100)/.5)}html .bg-primary-100\/55{background-color:rgb(var(--color-primary-100)/.55)}html .bg-primary-100\/60{background-color:rgb(var(--color-primary-100)/.6)}html .bg-primary-100\/65{background-color:rgb(var(--color-primary-100)/.65)}html .bg-primary-100\/70{background-color:rgb(var(--color-primary-100)/.7)}html .bg-primary-100\/75{background-color:rgb(var(--color-primary-100)/.75)}html .bg-primary-100\/80{background-color:rgb(var(--color-primary-100)/.8)}html .bg-primary-100\/85{background-color:rgb(var(--color-primary-100)/.85)}html .bg-primary-100\/90{background-color:rgb(var(--color-primary-100)/.9)}html .bg-primary-100\/95{background-color:rgb(var(--color-primary-100)/.95)}html .bg-primary-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-200)/var(--tw-bg-opacity, 1))}html .bg-primary-200\/0{background-color:rgb(var(--color-primary-200)/0)}html .bg-primary-200\/10{background-color:rgb(var(--color-primary-200)/.1)}html .bg-primary-200\/100{background-color:rgb(var(--color-primary-200)/1)}html .bg-primary-200\/15{background-color:rgb(var(--color-primary-200)/.15)}html .bg-primary-200\/20{background-color:rgb(var(--color-primary-200)/.2)}html .bg-primary-200\/25{background-color:rgb(var(--color-primary-200)/.25)}html .bg-primary-200\/30{background-color:rgb(var(--color-primary-200)/.3)}html .bg-primary-200\/35{background-color:rgb(var(--color-primary-200)/.35)}html .bg-primary-200\/40{background-color:rgb(var(--color-primary-200)/.4)}html .bg-primary-200\/45{background-color:rgb(var(--color-primary-200)/.45)}html .bg-primary-200\/5{background-color:rgb(var(--color-primary-200)/.05)}html .bg-primary-200\/50{background-color:rgb(var(--color-primary-200)/.5)}html .bg-primary-200\/55{background-color:rgb(var(--color-primary-200)/.55)}html .bg-primary-200\/60{background-color:rgb(var(--color-primary-200)/.6)}html .bg-primary-200\/65{background-color:rgb(var(--color-primary-200)/.65)}html .bg-primary-200\/70{background-color:rgb(var(--color-primary-200)/.7)}html .bg-primary-200\/75{background-color:rgb(var(--color-primary-200)/.75)}html .bg-primary-200\/80{background-color:rgb(var(--color-primary-200)/.8)}html .bg-primary-200\/85{background-color:rgb(var(--color-primary-200)/.85)}html .bg-primary-200\/90{background-color:rgb(var(--color-primary-200)/.9)}html .bg-primary-200\/95{background-color:rgb(var(--color-primary-200)/.95)}html .bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-300)/var(--tw-bg-opacity, 1))}html .bg-primary-300\/0{background-color:rgb(var(--color-primary-300)/0)}html .bg-primary-300\/10{background-color:rgb(var(--color-primary-300)/.1)}html .bg-primary-300\/100{background-color:rgb(var(--color-primary-300)/1)}html .bg-primary-300\/15{background-color:rgb(var(--color-primary-300)/.15)}html .bg-primary-300\/20{background-color:rgb(var(--color-primary-300)/.2)}html .bg-primary-300\/25{background-color:rgb(var(--color-primary-300)/.25)}html .bg-primary-300\/30{background-color:rgb(var(--color-primary-300)/.3)}html .bg-primary-300\/35{background-color:rgb(var(--color-primary-300)/.35)}html .bg-primary-300\/40{background-color:rgb(var(--color-primary-300)/.4)}html .bg-primary-300\/45{background-color:rgb(var(--color-primary-300)/.45)}html .bg-primary-300\/5{background-color:rgb(var(--color-primary-300)/.05)}html .bg-primary-300\/50{background-color:rgb(var(--color-primary-300)/.5)}html .bg-primary-300\/55{background-color:rgb(var(--color-primary-300)/.55)}html .bg-primary-300\/60{background-color:rgb(var(--color-primary-300)/.6)}html .bg-primary-300\/65{background-color:rgb(var(--color-primary-300)/.65)}html .bg-primary-300\/70{background-color:rgb(var(--color-primary-300)/.7)}html .bg-primary-300\/75{background-color:rgb(var(--color-primary-300)/.75)}html .bg-primary-300\/80{background-color:rgb(var(--color-primary-300)/.8)}html .bg-primary-300\/85{background-color:rgb(var(--color-primary-300)/.85)}html .bg-primary-300\/90{background-color:rgb(var(--color-primary-300)/.9)}html .bg-primary-300\/95{background-color:rgb(var(--color-primary-300)/.95)}html .bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-400)/var(--tw-bg-opacity, 1))}html .bg-primary-400\/0{background-color:rgb(var(--color-primary-400)/0)}html .bg-primary-400\/10{background-color:rgb(var(--color-primary-400)/.1)}html .bg-primary-400\/100{background-color:rgb(var(--color-primary-400)/1)}html .bg-primary-400\/15{background-color:rgb(var(--color-primary-400)/.15)}html .bg-primary-400\/20{background-color:rgb(var(--color-primary-400)/.2)}html .bg-primary-400\/25{background-color:rgb(var(--color-primary-400)/.25)}html .bg-primary-400\/30{background-color:rgb(var(--color-primary-400)/.3)}html .bg-primary-400\/35{background-color:rgb(var(--color-primary-400)/.35)}html .bg-primary-400\/40{background-color:rgb(var(--color-primary-400)/.4)}html .bg-primary-400\/45{background-color:rgb(var(--color-primary-400)/.45)}html .bg-primary-400\/5{background-color:rgb(var(--color-primary-400)/.05)}html .bg-primary-400\/50{background-color:rgb(var(--color-primary-400)/.5)}html .bg-primary-400\/55{background-color:rgb(var(--color-primary-400)/.55)}html .bg-primary-400\/60{background-color:rgb(var(--color-primary-400)/.6)}html .bg-primary-400\/65{background-color:rgb(var(--color-primary-400)/.65)}html .bg-primary-400\/70{background-color:rgb(var(--color-primary-400)/.7)}html .bg-primary-400\/75{background-color:rgb(var(--color-primary-400)/.75)}html .bg-primary-400\/80{background-color:rgb(var(--color-primary-400)/.8)}html .bg-primary-400\/85{background-color:rgb(var(--color-primary-400)/.85)}html .bg-primary-400\/90{background-color:rgb(var(--color-primary-400)/.9)}html .bg-primary-400\/95{background-color:rgb(var(--color-primary-400)/.95)}html .bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-50)/var(--tw-bg-opacity, 1))}html .bg-primary-50\/0{background-color:rgb(var(--color-primary-50)/0)}html .bg-primary-50\/10{background-color:rgb(var(--color-primary-50)/.1)}html .bg-primary-50\/100{background-color:rgb(var(--color-primary-50)/1)}html .bg-primary-50\/15{background-color:rgb(var(--color-primary-50)/.15)}html .bg-primary-50\/20{background-color:rgb(var(--color-primary-50)/.2)}html .bg-primary-50\/25{background-color:rgb(var(--color-primary-50)/.25)}html .bg-primary-50\/30{background-color:rgb(var(--color-primary-50)/.3)}html .bg-primary-50\/35{background-color:rgb(var(--color-primary-50)/.35)}html .bg-primary-50\/40{background-color:rgb(var(--color-primary-50)/.4)}html .bg-primary-50\/45{background-color:rgb(var(--color-primary-50)/.45)}html .bg-primary-50\/5{background-color:rgb(var(--color-primary-50)/.05)}html .bg-primary-50\/50{background-color:rgb(var(--color-primary-50)/.5)}html .bg-primary-50\/55{background-color:rgb(var(--color-primary-50)/.55)}html .bg-primary-50\/60{background-color:rgb(var(--color-primary-50)/.6)}html .bg-primary-50\/65{background-color:rgb(var(--color-primary-50)/.65)}html .bg-primary-50\/70{background-color:rgb(var(--color-primary-50)/.7)}html .bg-primary-50\/75{background-color:rgb(var(--color-primary-50)/.75)}html .bg-primary-50\/80{background-color:rgb(var(--color-primary-50)/.8)}html .bg-primary-50\/85{background-color:rgb(var(--color-primary-50)/.85)}html .bg-primary-50\/90{background-color:rgb(var(--color-primary-50)/.9)}html .bg-primary-50\/95{background-color:rgb(var(--color-primary-50)/.95)}html .bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-500)/var(--tw-bg-opacity, 1))}html .bg-primary-500\/0{background-color:rgb(var(--color-primary-500)/0)}html .bg-primary-500\/10{background-color:rgb(var(--color-primary-500)/.1)}html .bg-primary-500\/100{background-color:rgb(var(--color-primary-500)/1)}html .bg-primary-500\/15{background-color:rgb(var(--color-primary-500)/.15)}html .bg-primary-500\/20{background-color:rgb(var(--color-primary-500)/.2)}html .bg-primary-500\/25{background-color:rgb(var(--color-primary-500)/.25)}html .bg-primary-500\/30{background-color:rgb(var(--color-primary-500)/.3)}html .bg-primary-500\/35{background-color:rgb(var(--color-primary-500)/.35)}html .bg-primary-500\/40{background-color:rgb(var(--color-primary-500)/.4)}html .bg-primary-500\/45{background-color:rgb(var(--color-primary-500)/.45)}html .bg-primary-500\/5{background-color:rgb(var(--color-primary-500)/.05)}html .bg-primary-500\/50{background-color:rgb(var(--color-primary-500)/.5)}html .bg-primary-500\/55{background-color:rgb(var(--color-primary-500)/.55)}html .bg-primary-500\/60{background-color:rgb(var(--color-primary-500)/.6)}html .bg-primary-500\/65{background-color:rgb(var(--color-primary-500)/.65)}html .bg-primary-500\/70{background-color:rgb(var(--color-primary-500)/.7)}html .bg-primary-500\/75{background-color:rgb(var(--color-primary-500)/.75)}html .bg-primary-500\/80{background-color:rgb(var(--color-primary-500)/.8)}html .bg-primary-500\/85{background-color:rgb(var(--color-primary-500)/.85)}html .bg-primary-500\/90{background-color:rgb(var(--color-primary-500)/.9)}html .bg-primary-500\/95{background-color:rgb(var(--color-primary-500)/.95)}html .bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity, 1))}html .bg-primary-600\/0{background-color:rgb(var(--color-primary-600)/0)}html .bg-primary-600\/10{background-color:rgb(var(--color-primary-600)/.1)}html .bg-primary-600\/100{background-color:rgb(var(--color-primary-600)/1)}html .bg-primary-600\/15{background-color:rgb(var(--color-primary-600)/.15)}html .bg-primary-600\/20{background-color:rgb(var(--color-primary-600)/.2)}html .bg-primary-600\/25{background-color:rgb(var(--color-primary-600)/.25)}html .bg-primary-600\/30{background-color:rgb(var(--color-primary-600)/.3)}html .bg-primary-600\/35{background-color:rgb(var(--color-primary-600)/.35)}html .bg-primary-600\/40{background-color:rgb(var(--color-primary-600)/.4)}html .bg-primary-600\/45{background-color:rgb(var(--color-primary-600)/.45)}html .bg-primary-600\/5{background-color:rgb(var(--color-primary-600)/.05)}html .bg-primary-600\/50{background-color:rgb(var(--color-primary-600)/.5)}html .bg-primary-600\/55{background-color:rgb(var(--color-primary-600)/.55)}html .bg-primary-600\/60{background-color:rgb(var(--color-primary-600)/.6)}html .bg-primary-600\/65{background-color:rgb(var(--color-primary-600)/.65)}html .bg-primary-600\/70{background-color:rgb(var(--color-primary-600)/.7)}html .bg-primary-600\/75{background-color:rgb(var(--color-primary-600)/.75)}html .bg-primary-600\/80{background-color:rgb(var(--color-primary-600)/.8)}html .bg-primary-600\/85{background-color:rgb(var(--color-primary-600)/.85)}html .bg-primary-600\/90{background-color:rgb(var(--color-primary-600)/.9)}html .bg-primary-600\/95{background-color:rgb(var(--color-primary-600)/.95)}html .bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-700)/var(--tw-bg-opacity, 1))}html .bg-primary-700\/0{background-color:rgb(var(--color-primary-700)/0)}html .bg-primary-700\/10{background-color:rgb(var(--color-primary-700)/.1)}html .bg-primary-700\/100{background-color:rgb(var(--color-primary-700)/1)}html .bg-primary-700\/15{background-color:rgb(var(--color-primary-700)/.15)}html .bg-primary-700\/20{background-color:rgb(var(--color-primary-700)/.2)}html .bg-primary-700\/25{background-color:rgb(var(--color-primary-700)/.25)}html .bg-primary-700\/30{background-color:rgb(var(--color-primary-700)/.3)}html .bg-primary-700\/35{background-color:rgb(var(--color-primary-700)/.35)}html .bg-primary-700\/40{background-color:rgb(var(--color-primary-700)/.4)}html .bg-primary-700\/45{background-color:rgb(var(--color-primary-700)/.45)}html .bg-primary-700\/5{background-color:rgb(var(--color-primary-700)/.05)}html .bg-primary-700\/50{background-color:rgb(var(--color-primary-700)/.5)}html .bg-primary-700\/55{background-color:rgb(var(--color-primary-700)/.55)}html .bg-primary-700\/60{background-color:rgb(var(--color-primary-700)/.6)}html .bg-primary-700\/65{background-color:rgb(var(--color-primary-700)/.65)}html .bg-primary-700\/70{background-color:rgb(var(--color-primary-700)/.7)}html .bg-primary-700\/75{background-color:rgb(var(--color-primary-700)/.75)}html .bg-primary-700\/80{background-color:rgb(var(--color-primary-700)/.8)}html .bg-primary-700\/85{background-color:rgb(var(--color-primary-700)/.85)}html .bg-primary-700\/90{background-color:rgb(var(--color-primary-700)/.9)}html .bg-primary-700\/95{background-color:rgb(var(--color-primary-700)/.95)}html .bg-primary-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-800)/var(--tw-bg-opacity, 1))}html .bg-primary-800\/0{background-color:rgb(var(--color-primary-800)/0)}html .bg-primary-800\/10{background-color:rgb(var(--color-primary-800)/.1)}html .bg-primary-800\/100{background-color:rgb(var(--color-primary-800)/1)}html .bg-primary-800\/15{background-color:rgb(var(--color-primary-800)/.15)}html .bg-primary-800\/20{background-color:rgb(var(--color-primary-800)/.2)}html .bg-primary-800\/25{background-color:rgb(var(--color-primary-800)/.25)}html .bg-primary-800\/30{background-color:rgb(var(--color-primary-800)/.3)}html .bg-primary-800\/35{background-color:rgb(var(--color-primary-800)/.35)}html .bg-primary-800\/40{background-color:rgb(var(--color-primary-800)/.4)}html .bg-primary-800\/45{background-color:rgb(var(--color-primary-800)/.45)}html .bg-primary-800\/5{background-color:rgb(var(--color-primary-800)/.05)}html .bg-primary-800\/50{background-color:rgb(var(--color-primary-800)/.5)}html .bg-primary-800\/55{background-color:rgb(var(--color-primary-800)/.55)}html .bg-primary-800\/60{background-color:rgb(var(--color-primary-800)/.6)}html .bg-primary-800\/65{background-color:rgb(var(--color-primary-800)/.65)}html .bg-primary-800\/70{background-color:rgb(var(--color-primary-800)/.7)}html .bg-primary-800\/75{background-color:rgb(var(--color-primary-800)/.75)}html .bg-primary-800\/80{background-color:rgb(var(--color-primary-800)/.8)}html .bg-primary-800\/85{background-color:rgb(var(--color-primary-800)/.85)}html .bg-primary-800\/90{background-color:rgb(var(--color-primary-800)/.9)}html .bg-primary-800\/95{background-color:rgb(var(--color-primary-800)/.95)}html .bg-primary-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-900)/var(--tw-bg-opacity, 1))}html .bg-primary-900\/0{background-color:rgb(var(--color-primary-900)/0)}html .bg-primary-900\/10{background-color:rgb(var(--color-primary-900)/.1)}html .bg-primary-900\/100{background-color:rgb(var(--color-primary-900)/1)}html .bg-primary-900\/15{background-color:rgb(var(--color-primary-900)/.15)}html .bg-primary-900\/20{background-color:rgb(var(--color-primary-900)/.2)}html .bg-primary-900\/25{background-color:rgb(var(--color-primary-900)/.25)}html .bg-primary-900\/30{background-color:rgb(var(--color-primary-900)/.3)}html .bg-primary-900\/35{background-color:rgb(var(--color-primary-900)/.35)}html .bg-primary-900\/40{background-color:rgb(var(--color-primary-900)/.4)}html .bg-primary-900\/45{background-color:rgb(var(--color-primary-900)/.45)}html .bg-primary-900\/5{background-color:rgb(var(--color-primary-900)/.05)}html .bg-primary-900\/50{background-color:rgb(var(--color-primary-900)/.5)}html .bg-primary-900\/55{background-color:rgb(var(--color-primary-900)/.55)}html .bg-primary-900\/60{background-color:rgb(var(--color-primary-900)/.6)}html .bg-primary-900\/65{background-color:rgb(var(--color-primary-900)/.65)}html .bg-primary-900\/70{background-color:rgb(var(--color-primary-900)/.7)}html .bg-primary-900\/75{background-color:rgb(var(--color-primary-900)/.75)}html .bg-primary-900\/80{background-color:rgb(var(--color-primary-900)/.8)}html .bg-primary-900\/85{background-color:rgb(var(--color-primary-900)/.85)}html .bg-primary-900\/90{background-color:rgb(var(--color-primary-900)/.9)}html .bg-primary-900\/95{background-color:rgb(var(--color-primary-900)/.95)}html .bg-primary-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-950)/var(--tw-bg-opacity, 1))}html .bg-primary-950\/0{background-color:rgb(var(--color-primary-950)/0)}html .bg-primary-950\/10{background-color:rgb(var(--color-primary-950)/.1)}html .bg-primary-950\/100{background-color:rgb(var(--color-primary-950)/1)}html .bg-primary-950\/15{background-color:rgb(var(--color-primary-950)/.15)}html .bg-primary-950\/20{background-color:rgb(var(--color-primary-950)/.2)}html .bg-primary-950\/25{background-color:rgb(var(--color-primary-950)/.25)}html .bg-primary-950\/30{background-color:rgb(var(--color-primary-950)/.3)}html .bg-primary-950\/35{background-color:rgb(var(--color-primary-950)/.35)}html .bg-primary-950\/40{background-color:rgb(var(--color-primary-950)/.4)}html .bg-primary-950\/45{background-color:rgb(var(--color-primary-950)/.45)}html .bg-primary-950\/5{background-color:rgb(var(--color-primary-950)/.05)}html .bg-primary-950\/50{background-color:rgb(var(--color-primary-950)/.5)}html .bg-primary-950\/55{background-color:rgb(var(--color-primary-950)/.55)}html .bg-primary-950\/60{background-color:rgb(var(--color-primary-950)/.6)}html .bg-primary-950\/65{background-color:rgb(var(--color-primary-950)/.65)}html .bg-primary-950\/70{background-color:rgb(var(--color-primary-950)/.7)}html .bg-primary-950\/75{background-color:rgb(var(--color-primary-950)/.75)}html .bg-primary-950\/80{background-color:rgb(var(--color-primary-950)/.8)}html .bg-primary-950\/85{background-color:rgb(var(--color-primary-950)/.85)}html .bg-primary-950\/90{background-color:rgb(var(--color-primary-950)/.9)}html .bg-primary-950\/95{background-color:rgb(var(--color-primary-950)/.95)}html .bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}html .bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}html .bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}html .bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}html .bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}html .bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}html .bg-secondary-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-0)/var(--tw-bg-opacity, 1))}html .bg-secondary-0\/0{background-color:rgb(var(--color-secondary-0)/0)}html .bg-secondary-0\/10{background-color:rgb(var(--color-secondary-0)/.1)}html .bg-secondary-0\/100{background-color:rgb(var(--color-secondary-0)/1)}html .bg-secondary-0\/15{background-color:rgb(var(--color-secondary-0)/.15)}html .bg-secondary-0\/20{background-color:rgb(var(--color-secondary-0)/.2)}html .bg-secondary-0\/25{background-color:rgb(var(--color-secondary-0)/.25)}html .bg-secondary-0\/30{background-color:rgb(var(--color-secondary-0)/.3)}html .bg-secondary-0\/35{background-color:rgb(var(--color-secondary-0)/.35)}html .bg-secondary-0\/40{background-color:rgb(var(--color-secondary-0)/.4)}html .bg-secondary-0\/45{background-color:rgb(var(--color-secondary-0)/.45)}html .bg-secondary-0\/5{background-color:rgb(var(--color-secondary-0)/.05)}html .bg-secondary-0\/50{background-color:rgb(var(--color-secondary-0)/.5)}html .bg-secondary-0\/55{background-color:rgb(var(--color-secondary-0)/.55)}html .bg-secondary-0\/60{background-color:rgb(var(--color-secondary-0)/.6)}html .bg-secondary-0\/65{background-color:rgb(var(--color-secondary-0)/.65)}html .bg-secondary-0\/70{background-color:rgb(var(--color-secondary-0)/.7)}html .bg-secondary-0\/75{background-color:rgb(var(--color-secondary-0)/.75)}html .bg-secondary-0\/80{background-color:rgb(var(--color-secondary-0)/.8)}html .bg-secondary-0\/85{background-color:rgb(var(--color-secondary-0)/.85)}html .bg-secondary-0\/90{background-color:rgb(var(--color-secondary-0)/.9)}html .bg-secondary-0\/95{background-color:rgb(var(--color-secondary-0)/.95)}html .bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-100)/var(--tw-bg-opacity, 1))}html .bg-secondary-100\/0{background-color:rgb(var(--color-secondary-100)/0)}html .bg-secondary-100\/10{background-color:rgb(var(--color-secondary-100)/.1)}html .bg-secondary-100\/100{background-color:rgb(var(--color-secondary-100)/1)}html .bg-secondary-100\/15{background-color:rgb(var(--color-secondary-100)/.15)}html .bg-secondary-100\/20{background-color:rgb(var(--color-secondary-100)/.2)}html .bg-secondary-100\/25{background-color:rgb(var(--color-secondary-100)/.25)}html .bg-secondary-100\/30{background-color:rgb(var(--color-secondary-100)/.3)}html .bg-secondary-100\/35{background-color:rgb(var(--color-secondary-100)/.35)}html .bg-secondary-100\/40{background-color:rgb(var(--color-secondary-100)/.4)}html .bg-secondary-100\/45{background-color:rgb(var(--color-secondary-100)/.45)}html .bg-secondary-100\/5{background-color:rgb(var(--color-secondary-100)/.05)}html .bg-secondary-100\/50{background-color:rgb(var(--color-secondary-100)/.5)}html .bg-secondary-100\/55{background-color:rgb(var(--color-secondary-100)/.55)}html .bg-secondary-100\/60{background-color:rgb(var(--color-secondary-100)/.6)}html .bg-secondary-100\/65{background-color:rgb(var(--color-secondary-100)/.65)}html .bg-secondary-100\/70{background-color:rgb(var(--color-secondary-100)/.7)}html .bg-secondary-100\/75{background-color:rgb(var(--color-secondary-100)/.75)}html .bg-secondary-100\/80{background-color:rgb(var(--color-secondary-100)/.8)}html .bg-secondary-100\/85{background-color:rgb(var(--color-secondary-100)/.85)}html .bg-secondary-100\/90{background-color:rgb(var(--color-secondary-100)/.9)}html .bg-secondary-100\/95{background-color:rgb(var(--color-secondary-100)/.95)}html .bg-secondary-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-200)/var(--tw-bg-opacity, 1))}html .bg-secondary-200\/0{background-color:rgb(var(--color-secondary-200)/0)}html .bg-secondary-200\/10{background-color:rgb(var(--color-secondary-200)/.1)}html .bg-secondary-200\/100{background-color:rgb(var(--color-secondary-200)/1)}html .bg-secondary-200\/15{background-color:rgb(var(--color-secondary-200)/.15)}html .bg-secondary-200\/20{background-color:rgb(var(--color-secondary-200)/.2)}html .bg-secondary-200\/25{background-color:rgb(var(--color-secondary-200)/.25)}html .bg-secondary-200\/30{background-color:rgb(var(--color-secondary-200)/.3)}html .bg-secondary-200\/35{background-color:rgb(var(--color-secondary-200)/.35)}html .bg-secondary-200\/40{background-color:rgb(var(--color-secondary-200)/.4)}html .bg-secondary-200\/45{background-color:rgb(var(--color-secondary-200)/.45)}html .bg-secondary-200\/5{background-color:rgb(var(--color-secondary-200)/.05)}html .bg-secondary-200\/50{background-color:rgb(var(--color-secondary-200)/.5)}html .bg-secondary-200\/55{background-color:rgb(var(--color-secondary-200)/.55)}html .bg-secondary-200\/60{background-color:rgb(var(--color-secondary-200)/.6)}html .bg-secondary-200\/65{background-color:rgb(var(--color-secondary-200)/.65)}html .bg-secondary-200\/70{background-color:rgb(var(--color-secondary-200)/.7)}html .bg-secondary-200\/75{background-color:rgb(var(--color-secondary-200)/.75)}html .bg-secondary-200\/80{background-color:rgb(var(--color-secondary-200)/.8)}html .bg-secondary-200\/85{background-color:rgb(var(--color-secondary-200)/.85)}html .bg-secondary-200\/90{background-color:rgb(var(--color-secondary-200)/.9)}html .bg-secondary-200\/95{background-color:rgb(var(--color-secondary-200)/.95)}html .bg-secondary-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-300)/var(--tw-bg-opacity, 1))}html .bg-secondary-300\/0{background-color:rgb(var(--color-secondary-300)/0)}html .bg-secondary-300\/10{background-color:rgb(var(--color-secondary-300)/.1)}html .bg-secondary-300\/100{background-color:rgb(var(--color-secondary-300)/1)}html .bg-secondary-300\/15{background-color:rgb(var(--color-secondary-300)/.15)}html .bg-secondary-300\/20{background-color:rgb(var(--color-secondary-300)/.2)}html .bg-secondary-300\/25{background-color:rgb(var(--color-secondary-300)/.25)}html .bg-secondary-300\/30{background-color:rgb(var(--color-secondary-300)/.3)}html .bg-secondary-300\/35{background-color:rgb(var(--color-secondary-300)/.35)}html .bg-secondary-300\/40{background-color:rgb(var(--color-secondary-300)/.4)}html .bg-secondary-300\/45{background-color:rgb(var(--color-secondary-300)/.45)}html .bg-secondary-300\/5{background-color:rgb(var(--color-secondary-300)/.05)}html .bg-secondary-300\/50{background-color:rgb(var(--color-secondary-300)/.5)}html .bg-secondary-300\/55{background-color:rgb(var(--color-secondary-300)/.55)}html .bg-secondary-300\/60{background-color:rgb(var(--color-secondary-300)/.6)}html .bg-secondary-300\/65{background-color:rgb(var(--color-secondary-300)/.65)}html .bg-secondary-300\/70{background-color:rgb(var(--color-secondary-300)/.7)}html .bg-secondary-300\/75{background-color:rgb(var(--color-secondary-300)/.75)}html .bg-secondary-300\/80{background-color:rgb(var(--color-secondary-300)/.8)}html .bg-secondary-300\/85{background-color:rgb(var(--color-secondary-300)/.85)}html .bg-secondary-300\/90{background-color:rgb(var(--color-secondary-300)/.9)}html .bg-secondary-300\/95{background-color:rgb(var(--color-secondary-300)/.95)}html .bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-400)/var(--tw-bg-opacity, 1))}html .bg-secondary-400\/0{background-color:rgb(var(--color-secondary-400)/0)}html .bg-secondary-400\/10{background-color:rgb(var(--color-secondary-400)/.1)}html .bg-secondary-400\/100{background-color:rgb(var(--color-secondary-400)/1)}html .bg-secondary-400\/15{background-color:rgb(var(--color-secondary-400)/.15)}html .bg-secondary-400\/20{background-color:rgb(var(--color-secondary-400)/.2)}html .bg-secondary-400\/25{background-color:rgb(var(--color-secondary-400)/.25)}html .bg-secondary-400\/30{background-color:rgb(var(--color-secondary-400)/.3)}html .bg-secondary-400\/35{background-color:rgb(var(--color-secondary-400)/.35)}html .bg-secondary-400\/40{background-color:rgb(var(--color-secondary-400)/.4)}html .bg-secondary-400\/45{background-color:rgb(var(--color-secondary-400)/.45)}html .bg-secondary-400\/5{background-color:rgb(var(--color-secondary-400)/.05)}html .bg-secondary-400\/50{background-color:rgb(var(--color-secondary-400)/.5)}html .bg-secondary-400\/55{background-color:rgb(var(--color-secondary-400)/.55)}html .bg-secondary-400\/60{background-color:rgb(var(--color-secondary-400)/.6)}html .bg-secondary-400\/65{background-color:rgb(var(--color-secondary-400)/.65)}html .bg-secondary-400\/70{background-color:rgb(var(--color-secondary-400)/.7)}html .bg-secondary-400\/75{background-color:rgb(var(--color-secondary-400)/.75)}html .bg-secondary-400\/80{background-color:rgb(var(--color-secondary-400)/.8)}html .bg-secondary-400\/85{background-color:rgb(var(--color-secondary-400)/.85)}html .bg-secondary-400\/90{background-color:rgb(var(--color-secondary-400)/.9)}html .bg-secondary-400\/95{background-color:rgb(var(--color-secondary-400)/.95)}html .bg-secondary-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-50)/var(--tw-bg-opacity, 1))}html .bg-secondary-50\/0{background-color:rgb(var(--color-secondary-50)/0)}html .bg-secondary-50\/10{background-color:rgb(var(--color-secondary-50)/.1)}html .bg-secondary-50\/100{background-color:rgb(var(--color-secondary-50)/1)}html .bg-secondary-50\/15{background-color:rgb(var(--color-secondary-50)/.15)}html .bg-secondary-50\/20{background-color:rgb(var(--color-secondary-50)/.2)}html .bg-secondary-50\/25{background-color:rgb(var(--color-secondary-50)/.25)}html .bg-secondary-50\/30{background-color:rgb(var(--color-secondary-50)/.3)}html .bg-secondary-50\/35{background-color:rgb(var(--color-secondary-50)/.35)}html .bg-secondary-50\/40{background-color:rgb(var(--color-secondary-50)/.4)}html .bg-secondary-50\/45{background-color:rgb(var(--color-secondary-50)/.45)}html .bg-secondary-50\/5{background-color:rgb(var(--color-secondary-50)/.05)}html .bg-secondary-50\/50{background-color:rgb(var(--color-secondary-50)/.5)}html .bg-secondary-50\/55{background-color:rgb(var(--color-secondary-50)/.55)}html .bg-secondary-50\/60{background-color:rgb(var(--color-secondary-50)/.6)}html .bg-secondary-50\/65{background-color:rgb(var(--color-secondary-50)/.65)}html .bg-secondary-50\/70{background-color:rgb(var(--color-secondary-50)/.7)}html .bg-secondary-50\/75{background-color:rgb(var(--color-secondary-50)/.75)}html .bg-secondary-50\/80{background-color:rgb(var(--color-secondary-50)/.8)}html .bg-secondary-50\/85{background-color:rgb(var(--color-secondary-50)/.85)}html .bg-secondary-50\/90{background-color:rgb(var(--color-secondary-50)/.9)}html .bg-secondary-50\/95{background-color:rgb(var(--color-secondary-50)/.95)}html .bg-secondary-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-500)/var(--tw-bg-opacity, 1))}html .bg-secondary-500\/0{background-color:rgb(var(--color-secondary-500)/0)}html .bg-secondary-500\/10{background-color:rgb(var(--color-secondary-500)/.1)}html .bg-secondary-500\/100{background-color:rgb(var(--color-secondary-500)/1)}html .bg-secondary-500\/15{background-color:rgb(var(--color-secondary-500)/.15)}html .bg-secondary-500\/20{background-color:rgb(var(--color-secondary-500)/.2)}html .bg-secondary-500\/25{background-color:rgb(var(--color-secondary-500)/.25)}html .bg-secondary-500\/30{background-color:rgb(var(--color-secondary-500)/.3)}html .bg-secondary-500\/35{background-color:rgb(var(--color-secondary-500)/.35)}html .bg-secondary-500\/40{background-color:rgb(var(--color-secondary-500)/.4)}html .bg-secondary-500\/45{background-color:rgb(var(--color-secondary-500)/.45)}html .bg-secondary-500\/5{background-color:rgb(var(--color-secondary-500)/.05)}html .bg-secondary-500\/50{background-color:rgb(var(--color-secondary-500)/.5)}html .bg-secondary-500\/55{background-color:rgb(var(--color-secondary-500)/.55)}html .bg-secondary-500\/60{background-color:rgb(var(--color-secondary-500)/.6)}html .bg-secondary-500\/65{background-color:rgb(var(--color-secondary-500)/.65)}html .bg-secondary-500\/70{background-color:rgb(var(--color-secondary-500)/.7)}html .bg-secondary-500\/75{background-color:rgb(var(--color-secondary-500)/.75)}html .bg-secondary-500\/80{background-color:rgb(var(--color-secondary-500)/.8)}html .bg-secondary-500\/85{background-color:rgb(var(--color-secondary-500)/.85)}html .bg-secondary-500\/90{background-color:rgb(var(--color-secondary-500)/.9)}html .bg-secondary-500\/95{background-color:rgb(var(--color-secondary-500)/.95)}html .bg-secondary-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-600)/var(--tw-bg-opacity, 1))}html .bg-secondary-600\/0{background-color:rgb(var(--color-secondary-600)/0)}html .bg-secondary-600\/10{background-color:rgb(var(--color-secondary-600)/.1)}html .bg-secondary-600\/100{background-color:rgb(var(--color-secondary-600)/1)}html .bg-secondary-600\/15{background-color:rgb(var(--color-secondary-600)/.15)}html .bg-secondary-600\/20{background-color:rgb(var(--color-secondary-600)/.2)}html .bg-secondary-600\/25{background-color:rgb(var(--color-secondary-600)/.25)}html .bg-secondary-600\/30{background-color:rgb(var(--color-secondary-600)/.3)}html .bg-secondary-600\/35{background-color:rgb(var(--color-secondary-600)/.35)}html .bg-secondary-600\/40{background-color:rgb(var(--color-secondary-600)/.4)}html .bg-secondary-600\/45{background-color:rgb(var(--color-secondary-600)/.45)}html .bg-secondary-600\/5{background-color:rgb(var(--color-secondary-600)/.05)}html .bg-secondary-600\/50{background-color:rgb(var(--color-secondary-600)/.5)}html .bg-secondary-600\/55{background-color:rgb(var(--color-secondary-600)/.55)}html .bg-secondary-600\/60{background-color:rgb(var(--color-secondary-600)/.6)}html .bg-secondary-600\/65{background-color:rgb(var(--color-secondary-600)/.65)}html .bg-secondary-600\/70{background-color:rgb(var(--color-secondary-600)/.7)}html .bg-secondary-600\/75{background-color:rgb(var(--color-secondary-600)/.75)}html .bg-secondary-600\/80{background-color:rgb(var(--color-secondary-600)/.8)}html .bg-secondary-600\/85{background-color:rgb(var(--color-secondary-600)/.85)}html .bg-secondary-600\/90{background-color:rgb(var(--color-secondary-600)/.9)}html .bg-secondary-600\/95{background-color:rgb(var(--color-secondary-600)/.95)}html .bg-secondary-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-700)/var(--tw-bg-opacity, 1))}html .bg-secondary-700\/0{background-color:rgb(var(--color-secondary-700)/0)}html .bg-secondary-700\/10{background-color:rgb(var(--color-secondary-700)/.1)}html .bg-secondary-700\/100{background-color:rgb(var(--color-secondary-700)/1)}html .bg-secondary-700\/15{background-color:rgb(var(--color-secondary-700)/.15)}html .bg-secondary-700\/20{background-color:rgb(var(--color-secondary-700)/.2)}html .bg-secondary-700\/25{background-color:rgb(var(--color-secondary-700)/.25)}html .bg-secondary-700\/30{background-color:rgb(var(--color-secondary-700)/.3)}html .bg-secondary-700\/35{background-color:rgb(var(--color-secondary-700)/.35)}html .bg-secondary-700\/40{background-color:rgb(var(--color-secondary-700)/.4)}html .bg-secondary-700\/45{background-color:rgb(var(--color-secondary-700)/.45)}html .bg-secondary-700\/5{background-color:rgb(var(--color-secondary-700)/.05)}html .bg-secondary-700\/50{background-color:rgb(var(--color-secondary-700)/.5)}html .bg-secondary-700\/55{background-color:rgb(var(--color-secondary-700)/.55)}html .bg-secondary-700\/60{background-color:rgb(var(--color-secondary-700)/.6)}html .bg-secondary-700\/65{background-color:rgb(var(--color-secondary-700)/.65)}html .bg-secondary-700\/70{background-color:rgb(var(--color-secondary-700)/.7)}html .bg-secondary-700\/75{background-color:rgb(var(--color-secondary-700)/.75)}html .bg-secondary-700\/80{background-color:rgb(var(--color-secondary-700)/.8)}html .bg-secondary-700\/85{background-color:rgb(var(--color-secondary-700)/.85)}html .bg-secondary-700\/90{background-color:rgb(var(--color-secondary-700)/.9)}html .bg-secondary-700\/95{background-color:rgb(var(--color-secondary-700)/.95)}html .bg-secondary-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-800)/var(--tw-bg-opacity, 1))}html .bg-secondary-800\/0{background-color:rgb(var(--color-secondary-800)/0)}html .bg-secondary-800\/10{background-color:rgb(var(--color-secondary-800)/.1)}html .bg-secondary-800\/100{background-color:rgb(var(--color-secondary-800)/1)}html .bg-secondary-800\/15{background-color:rgb(var(--color-secondary-800)/.15)}html .bg-secondary-800\/20{background-color:rgb(var(--color-secondary-800)/.2)}html .bg-secondary-800\/25{background-color:rgb(var(--color-secondary-800)/.25)}html .bg-secondary-800\/30{background-color:rgb(var(--color-secondary-800)/.3)}html .bg-secondary-800\/35{background-color:rgb(var(--color-secondary-800)/.35)}html .bg-secondary-800\/40{background-color:rgb(var(--color-secondary-800)/.4)}html .bg-secondary-800\/45{background-color:rgb(var(--color-secondary-800)/.45)}html .bg-secondary-800\/5{background-color:rgb(var(--color-secondary-800)/.05)}html .bg-secondary-800\/50{background-color:rgb(var(--color-secondary-800)/.5)}html .bg-secondary-800\/55{background-color:rgb(var(--color-secondary-800)/.55)}html .bg-secondary-800\/60{background-color:rgb(var(--color-secondary-800)/.6)}html .bg-secondary-800\/65{background-color:rgb(var(--color-secondary-800)/.65)}html .bg-secondary-800\/70{background-color:rgb(var(--color-secondary-800)/.7)}html .bg-secondary-800\/75{background-color:rgb(var(--color-secondary-800)/.75)}html .bg-secondary-800\/80{background-color:rgb(var(--color-secondary-800)/.8)}html .bg-secondary-800\/85{background-color:rgb(var(--color-secondary-800)/.85)}html .bg-secondary-800\/90{background-color:rgb(var(--color-secondary-800)/.9)}html .bg-secondary-800\/95{background-color:rgb(var(--color-secondary-800)/.95)}html .bg-secondary-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-900)/var(--tw-bg-opacity, 1))}html .bg-secondary-900\/0{background-color:rgb(var(--color-secondary-900)/0)}html .bg-secondary-900\/10{background-color:rgb(var(--color-secondary-900)/.1)}html .bg-secondary-900\/100{background-color:rgb(var(--color-secondary-900)/1)}html .bg-secondary-900\/15{background-color:rgb(var(--color-secondary-900)/.15)}html .bg-secondary-900\/20{background-color:rgb(var(--color-secondary-900)/.2)}html .bg-secondary-900\/25{background-color:rgb(var(--color-secondary-900)/.25)}html .bg-secondary-900\/30{background-color:rgb(var(--color-secondary-900)/.3)}html .bg-secondary-900\/35{background-color:rgb(var(--color-secondary-900)/.35)}html .bg-secondary-900\/40{background-color:rgb(var(--color-secondary-900)/.4)}html .bg-secondary-900\/45{background-color:rgb(var(--color-secondary-900)/.45)}html .bg-secondary-900\/5{background-color:rgb(var(--color-secondary-900)/.05)}html .bg-secondary-900\/50{background-color:rgb(var(--color-secondary-900)/.5)}html .bg-secondary-900\/55{background-color:rgb(var(--color-secondary-900)/.55)}html .bg-secondary-900\/60{background-color:rgb(var(--color-secondary-900)/.6)}html .bg-secondary-900\/65{background-color:rgb(var(--color-secondary-900)/.65)}html .bg-secondary-900\/70{background-color:rgb(var(--color-secondary-900)/.7)}html .bg-secondary-900\/75{background-color:rgb(var(--color-secondary-900)/.75)}html .bg-secondary-900\/80{background-color:rgb(var(--color-secondary-900)/.8)}html .bg-secondary-900\/85{background-color:rgb(var(--color-secondary-900)/.85)}html .bg-secondary-900\/90{background-color:rgb(var(--color-secondary-900)/.9)}html .bg-secondary-900\/95{background-color:rgb(var(--color-secondary-900)/.95)}html .bg-secondary-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-950)/var(--tw-bg-opacity, 1))}html .bg-secondary-950\/0{background-color:rgb(var(--color-secondary-950)/0)}html .bg-secondary-950\/10{background-color:rgb(var(--color-secondary-950)/.1)}html .bg-secondary-950\/100{background-color:rgb(var(--color-secondary-950)/1)}html .bg-secondary-950\/15{background-color:rgb(var(--color-secondary-950)/.15)}html .bg-secondary-950\/20{background-color:rgb(var(--color-secondary-950)/.2)}html .bg-secondary-950\/25{background-color:rgb(var(--color-secondary-950)/.25)}html .bg-secondary-950\/30{background-color:rgb(var(--color-secondary-950)/.3)}html .bg-secondary-950\/35{background-color:rgb(var(--color-secondary-950)/.35)}html .bg-secondary-950\/40{background-color:rgb(var(--color-secondary-950)/.4)}html .bg-secondary-950\/45{background-color:rgb(var(--color-secondary-950)/.45)}html .bg-secondary-950\/5{background-color:rgb(var(--color-secondary-950)/.05)}html .bg-secondary-950\/50{background-color:rgb(var(--color-secondary-950)/.5)}html .bg-secondary-950\/55{background-color:rgb(var(--color-secondary-950)/.55)}html .bg-secondary-950\/60{background-color:rgb(var(--color-secondary-950)/.6)}html .bg-secondary-950\/65{background-color:rgb(var(--color-secondary-950)/.65)}html .bg-secondary-950\/70{background-color:rgb(var(--color-secondary-950)/.7)}html .bg-secondary-950\/75{background-color:rgb(var(--color-secondary-950)/.75)}html .bg-secondary-950\/80{background-color:rgb(var(--color-secondary-950)/.8)}html .bg-secondary-950\/85{background-color:rgb(var(--color-secondary-950)/.85)}html .bg-secondary-950\/90{background-color:rgb(var(--color-secondary-950)/.9)}html .bg-secondary-950\/95{background-color:rgb(var(--color-secondary-950)/.95)}html .bg-success-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-0)/var(--tw-bg-opacity, 1))}html .bg-success-0\/0{background-color:rgb(var(--color-success-0)/0)}html .bg-success-0\/10{background-color:rgb(var(--color-success-0)/.1)}html .bg-success-0\/100{background-color:rgb(var(--color-success-0)/1)}html .bg-success-0\/15{background-color:rgb(var(--color-success-0)/.15)}html .bg-success-0\/20{background-color:rgb(var(--color-success-0)/.2)}html .bg-success-0\/25{background-color:rgb(var(--color-success-0)/.25)}html .bg-success-0\/30{background-color:rgb(var(--color-success-0)/.3)}html .bg-success-0\/35{background-color:rgb(var(--color-success-0)/.35)}html .bg-success-0\/40{background-color:rgb(var(--color-success-0)/.4)}html .bg-success-0\/45{background-color:rgb(var(--color-success-0)/.45)}html .bg-success-0\/5{background-color:rgb(var(--color-success-0)/.05)}html .bg-success-0\/50{background-color:rgb(var(--color-success-0)/.5)}html .bg-success-0\/55{background-color:rgb(var(--color-success-0)/.55)}html .bg-success-0\/60{background-color:rgb(var(--color-success-0)/.6)}html .bg-success-0\/65{background-color:rgb(var(--color-success-0)/.65)}html .bg-success-0\/70{background-color:rgb(var(--color-success-0)/.7)}html .bg-success-0\/75{background-color:rgb(var(--color-success-0)/.75)}html .bg-success-0\/80{background-color:rgb(var(--color-success-0)/.8)}html .bg-success-0\/85{background-color:rgb(var(--color-success-0)/.85)}html .bg-success-0\/90{background-color:rgb(var(--color-success-0)/.9)}html .bg-success-0\/95{background-color:rgb(var(--color-success-0)/.95)}html .bg-success-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-100)/var(--tw-bg-opacity, 1))}html .bg-success-100\/0{background-color:rgb(var(--color-success-100)/0)}html .bg-success-100\/10{background-color:rgb(var(--color-success-100)/.1)}html .bg-success-100\/100{background-color:rgb(var(--color-success-100)/1)}html .bg-success-100\/15{background-color:rgb(var(--color-success-100)/.15)}html .bg-success-100\/20{background-color:rgb(var(--color-success-100)/.2)}html .bg-success-100\/25{background-color:rgb(var(--color-success-100)/.25)}html .bg-success-100\/30{background-color:rgb(var(--color-success-100)/.3)}html .bg-success-100\/35{background-color:rgb(var(--color-success-100)/.35)}html .bg-success-100\/40{background-color:rgb(var(--color-success-100)/.4)}html .bg-success-100\/45{background-color:rgb(var(--color-success-100)/.45)}html .bg-success-100\/5{background-color:rgb(var(--color-success-100)/.05)}html .bg-success-100\/50{background-color:rgb(var(--color-success-100)/.5)}html .bg-success-100\/55{background-color:rgb(var(--color-success-100)/.55)}html .bg-success-100\/60{background-color:rgb(var(--color-success-100)/.6)}html .bg-success-100\/65{background-color:rgb(var(--color-success-100)/.65)}html .bg-success-100\/70{background-color:rgb(var(--color-success-100)/.7)}html .bg-success-100\/75{background-color:rgb(var(--color-success-100)/.75)}html .bg-success-100\/80{background-color:rgb(var(--color-success-100)/.8)}html .bg-success-100\/85{background-color:rgb(var(--color-success-100)/.85)}html .bg-success-100\/90{background-color:rgb(var(--color-success-100)/.9)}html .bg-success-100\/95{background-color:rgb(var(--color-success-100)/.95)}html .bg-success-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-200)/var(--tw-bg-opacity, 1))}html .bg-success-200\/0{background-color:rgb(var(--color-success-200)/0)}html .bg-success-200\/10{background-color:rgb(var(--color-success-200)/.1)}html .bg-success-200\/100{background-color:rgb(var(--color-success-200)/1)}html .bg-success-200\/15{background-color:rgb(var(--color-success-200)/.15)}html .bg-success-200\/20{background-color:rgb(var(--color-success-200)/.2)}html .bg-success-200\/25{background-color:rgb(var(--color-success-200)/.25)}html .bg-success-200\/30{background-color:rgb(var(--color-success-200)/.3)}html .bg-success-200\/35{background-color:rgb(var(--color-success-200)/.35)}html .bg-success-200\/40{background-color:rgb(var(--color-success-200)/.4)}html .bg-success-200\/45{background-color:rgb(var(--color-success-200)/.45)}html .bg-success-200\/5{background-color:rgb(var(--color-success-200)/.05)}html .bg-success-200\/50{background-color:rgb(var(--color-success-200)/.5)}html .bg-success-200\/55{background-color:rgb(var(--color-success-200)/.55)}html .bg-success-200\/60{background-color:rgb(var(--color-success-200)/.6)}html .bg-success-200\/65{background-color:rgb(var(--color-success-200)/.65)}html .bg-success-200\/70{background-color:rgb(var(--color-success-200)/.7)}html .bg-success-200\/75{background-color:rgb(var(--color-success-200)/.75)}html .bg-success-200\/80{background-color:rgb(var(--color-success-200)/.8)}html .bg-success-200\/85{background-color:rgb(var(--color-success-200)/.85)}html .bg-success-200\/90{background-color:rgb(var(--color-success-200)/.9)}html .bg-success-200\/95{background-color:rgb(var(--color-success-200)/.95)}html .bg-success-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-300)/var(--tw-bg-opacity, 1))}html .bg-success-300\/0{background-color:rgb(var(--color-success-300)/0)}html .bg-success-300\/10{background-color:rgb(var(--color-success-300)/.1)}html .bg-success-300\/100{background-color:rgb(var(--color-success-300)/1)}html .bg-success-300\/15{background-color:rgb(var(--color-success-300)/.15)}html .bg-success-300\/20{background-color:rgb(var(--color-success-300)/.2)}html .bg-success-300\/25{background-color:rgb(var(--color-success-300)/.25)}html .bg-success-300\/30{background-color:rgb(var(--color-success-300)/.3)}html .bg-success-300\/35{background-color:rgb(var(--color-success-300)/.35)}html .bg-success-300\/40{background-color:rgb(var(--color-success-300)/.4)}html .bg-success-300\/45{background-color:rgb(var(--color-success-300)/.45)}html .bg-success-300\/5{background-color:rgb(var(--color-success-300)/.05)}html .bg-success-300\/50{background-color:rgb(var(--color-success-300)/.5)}html .bg-success-300\/55{background-color:rgb(var(--color-success-300)/.55)}html .bg-success-300\/60{background-color:rgb(var(--color-success-300)/.6)}html .bg-success-300\/65{background-color:rgb(var(--color-success-300)/.65)}html .bg-success-300\/70{background-color:rgb(var(--color-success-300)/.7)}html .bg-success-300\/75{background-color:rgb(var(--color-success-300)/.75)}html .bg-success-300\/80{background-color:rgb(var(--color-success-300)/.8)}html .bg-success-300\/85{background-color:rgb(var(--color-success-300)/.85)}html .bg-success-300\/90{background-color:rgb(var(--color-success-300)/.9)}html .bg-success-300\/95{background-color:rgb(var(--color-success-300)/.95)}html .bg-success-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-400)/var(--tw-bg-opacity, 1))}html .bg-success-400\/0{background-color:rgb(var(--color-success-400)/0)}html .bg-success-400\/10{background-color:rgb(var(--color-success-400)/.1)}html .bg-success-400\/100{background-color:rgb(var(--color-success-400)/1)}html .bg-success-400\/15{background-color:rgb(var(--color-success-400)/.15)}html .bg-success-400\/20{background-color:rgb(var(--color-success-400)/.2)}html .bg-success-400\/25{background-color:rgb(var(--color-success-400)/.25)}html .bg-success-400\/30{background-color:rgb(var(--color-success-400)/.3)}html .bg-success-400\/35{background-color:rgb(var(--color-success-400)/.35)}html .bg-success-400\/40{background-color:rgb(var(--color-success-400)/.4)}html .bg-success-400\/45{background-color:rgb(var(--color-success-400)/.45)}html .bg-success-400\/5{background-color:rgb(var(--color-success-400)/.05)}html .bg-success-400\/50{background-color:rgb(var(--color-success-400)/.5)}html .bg-success-400\/55{background-color:rgb(var(--color-success-400)/.55)}html .bg-success-400\/60{background-color:rgb(var(--color-success-400)/.6)}html .bg-success-400\/65{background-color:rgb(var(--color-success-400)/.65)}html .bg-success-400\/70{background-color:rgb(var(--color-success-400)/.7)}html .bg-success-400\/75{background-color:rgb(var(--color-success-400)/.75)}html .bg-success-400\/80{background-color:rgb(var(--color-success-400)/.8)}html .bg-success-400\/85{background-color:rgb(var(--color-success-400)/.85)}html .bg-success-400\/90{background-color:rgb(var(--color-success-400)/.9)}html .bg-success-400\/95{background-color:rgb(var(--color-success-400)/.95)}html .bg-success-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-50)/var(--tw-bg-opacity, 1))}html .bg-success-50\/0{background-color:rgb(var(--color-success-50)/0)}html .bg-success-50\/10{background-color:rgb(var(--color-success-50)/.1)}html .bg-success-50\/100{background-color:rgb(var(--color-success-50)/1)}html .bg-success-50\/15{background-color:rgb(var(--color-success-50)/.15)}html .bg-success-50\/20{background-color:rgb(var(--color-success-50)/.2)}html .bg-success-50\/25{background-color:rgb(var(--color-success-50)/.25)}html .bg-success-50\/30{background-color:rgb(var(--color-success-50)/.3)}html .bg-success-50\/35{background-color:rgb(var(--color-success-50)/.35)}html .bg-success-50\/40{background-color:rgb(var(--color-success-50)/.4)}html .bg-success-50\/45{background-color:rgb(var(--color-success-50)/.45)}html .bg-success-50\/5{background-color:rgb(var(--color-success-50)/.05)}html .bg-success-50\/50{background-color:rgb(var(--color-success-50)/.5)}html .bg-success-50\/55{background-color:rgb(var(--color-success-50)/.55)}html .bg-success-50\/60{background-color:rgb(var(--color-success-50)/.6)}html .bg-success-50\/65{background-color:rgb(var(--color-success-50)/.65)}html .bg-success-50\/70{background-color:rgb(var(--color-success-50)/.7)}html .bg-success-50\/75{background-color:rgb(var(--color-success-50)/.75)}html .bg-success-50\/80{background-color:rgb(var(--color-success-50)/.8)}html .bg-success-50\/85{background-color:rgb(var(--color-success-50)/.85)}html .bg-success-50\/90{background-color:rgb(var(--color-success-50)/.9)}html .bg-success-50\/95{background-color:rgb(var(--color-success-50)/.95)}html .bg-success-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-500)/var(--tw-bg-opacity, 1))}html .bg-success-500\/0{background-color:rgb(var(--color-success-500)/0)}html .bg-success-500\/10{background-color:rgb(var(--color-success-500)/.1)}html .bg-success-500\/100{background-color:rgb(var(--color-success-500)/1)}html .bg-success-500\/15{background-color:rgb(var(--color-success-500)/.15)}html .bg-success-500\/20{background-color:rgb(var(--color-success-500)/.2)}html .bg-success-500\/25{background-color:rgb(var(--color-success-500)/.25)}html .bg-success-500\/30{background-color:rgb(var(--color-success-500)/.3)}html .bg-success-500\/35{background-color:rgb(var(--color-success-500)/.35)}html .bg-success-500\/40{background-color:rgb(var(--color-success-500)/.4)}html .bg-success-500\/45{background-color:rgb(var(--color-success-500)/.45)}html .bg-success-500\/5{background-color:rgb(var(--color-success-500)/.05)}html .bg-success-500\/50{background-color:rgb(var(--color-success-500)/.5)}html .bg-success-500\/55{background-color:rgb(var(--color-success-500)/.55)}html .bg-success-500\/60{background-color:rgb(var(--color-success-500)/.6)}html .bg-success-500\/65{background-color:rgb(var(--color-success-500)/.65)}html .bg-success-500\/70{background-color:rgb(var(--color-success-500)/.7)}html .bg-success-500\/75{background-color:rgb(var(--color-success-500)/.75)}html .bg-success-500\/80{background-color:rgb(var(--color-success-500)/.8)}html .bg-success-500\/85{background-color:rgb(var(--color-success-500)/.85)}html .bg-success-500\/90{background-color:rgb(var(--color-success-500)/.9)}html .bg-success-500\/95{background-color:rgb(var(--color-success-500)/.95)}html .bg-success-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-600)/var(--tw-bg-opacity, 1))}html .bg-success-600\/0{background-color:rgb(var(--color-success-600)/0)}html .bg-success-600\/10{background-color:rgb(var(--color-success-600)/.1)}html .bg-success-600\/100{background-color:rgb(var(--color-success-600)/1)}html .bg-success-600\/15{background-color:rgb(var(--color-success-600)/.15)}html .bg-success-600\/20{background-color:rgb(var(--color-success-600)/.2)}html .bg-success-600\/25{background-color:rgb(var(--color-success-600)/.25)}html .bg-success-600\/30{background-color:rgb(var(--color-success-600)/.3)}html .bg-success-600\/35{background-color:rgb(var(--color-success-600)/.35)}html .bg-success-600\/40{background-color:rgb(var(--color-success-600)/.4)}html .bg-success-600\/45{background-color:rgb(var(--color-success-600)/.45)}html .bg-success-600\/5{background-color:rgb(var(--color-success-600)/.05)}html .bg-success-600\/50{background-color:rgb(var(--color-success-600)/.5)}html .bg-success-600\/55{background-color:rgb(var(--color-success-600)/.55)}html .bg-success-600\/60{background-color:rgb(var(--color-success-600)/.6)}html .bg-success-600\/65{background-color:rgb(var(--color-success-600)/.65)}html .bg-success-600\/70{background-color:rgb(var(--color-success-600)/.7)}html .bg-success-600\/75{background-color:rgb(var(--color-success-600)/.75)}html .bg-success-600\/80{background-color:rgb(var(--color-success-600)/.8)}html .bg-success-600\/85{background-color:rgb(var(--color-success-600)/.85)}html .bg-success-600\/90{background-color:rgb(var(--color-success-600)/.9)}html .bg-success-600\/95{background-color:rgb(var(--color-success-600)/.95)}html .bg-success-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-700)/var(--tw-bg-opacity, 1))}html .bg-success-700\/0{background-color:rgb(var(--color-success-700)/0)}html .bg-success-700\/10{background-color:rgb(var(--color-success-700)/.1)}html .bg-success-700\/100{background-color:rgb(var(--color-success-700)/1)}html .bg-success-700\/15{background-color:rgb(var(--color-success-700)/.15)}html .bg-success-700\/20{background-color:rgb(var(--color-success-700)/.2)}html .bg-success-700\/25{background-color:rgb(var(--color-success-700)/.25)}html .bg-success-700\/30{background-color:rgb(var(--color-success-700)/.3)}html .bg-success-700\/35{background-color:rgb(var(--color-success-700)/.35)}html .bg-success-700\/40{background-color:rgb(var(--color-success-700)/.4)}html .bg-success-700\/45{background-color:rgb(var(--color-success-700)/.45)}html .bg-success-700\/5{background-color:rgb(var(--color-success-700)/.05)}html .bg-success-700\/50{background-color:rgb(var(--color-success-700)/.5)}html .bg-success-700\/55{background-color:rgb(var(--color-success-700)/.55)}html .bg-success-700\/60{background-color:rgb(var(--color-success-700)/.6)}html .bg-success-700\/65{background-color:rgb(var(--color-success-700)/.65)}html .bg-success-700\/70{background-color:rgb(var(--color-success-700)/.7)}html .bg-success-700\/75{background-color:rgb(var(--color-success-700)/.75)}html .bg-success-700\/80{background-color:rgb(var(--color-success-700)/.8)}html .bg-success-700\/85{background-color:rgb(var(--color-success-700)/.85)}html .bg-success-700\/90{background-color:rgb(var(--color-success-700)/.9)}html .bg-success-700\/95{background-color:rgb(var(--color-success-700)/.95)}html .bg-success-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-800)/var(--tw-bg-opacity, 1))}html .bg-success-800\/0{background-color:rgb(var(--color-success-800)/0)}html .bg-success-800\/10{background-color:rgb(var(--color-success-800)/.1)}html .bg-success-800\/100{background-color:rgb(var(--color-success-800)/1)}html .bg-success-800\/15{background-color:rgb(var(--color-success-800)/.15)}html .bg-success-800\/20{background-color:rgb(var(--color-success-800)/.2)}html .bg-success-800\/25{background-color:rgb(var(--color-success-800)/.25)}html .bg-success-800\/30{background-color:rgb(var(--color-success-800)/.3)}html .bg-success-800\/35{background-color:rgb(var(--color-success-800)/.35)}html .bg-success-800\/40{background-color:rgb(var(--color-success-800)/.4)}html .bg-success-800\/45{background-color:rgb(var(--color-success-800)/.45)}html .bg-success-800\/5{background-color:rgb(var(--color-success-800)/.05)}html .bg-success-800\/50{background-color:rgb(var(--color-success-800)/.5)}html .bg-success-800\/55{background-color:rgb(var(--color-success-800)/.55)}html .bg-success-800\/60{background-color:rgb(var(--color-success-800)/.6)}html .bg-success-800\/65{background-color:rgb(var(--color-success-800)/.65)}html .bg-success-800\/70{background-color:rgb(var(--color-success-800)/.7)}html .bg-success-800\/75{background-color:rgb(var(--color-success-800)/.75)}html .bg-success-800\/80{background-color:rgb(var(--color-success-800)/.8)}html .bg-success-800\/85{background-color:rgb(var(--color-success-800)/.85)}html .bg-success-800\/90{background-color:rgb(var(--color-success-800)/.9)}html .bg-success-800\/95{background-color:rgb(var(--color-success-800)/.95)}html .bg-success-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-900)/var(--tw-bg-opacity, 1))}html .bg-success-900\/0{background-color:rgb(var(--color-success-900)/0)}html .bg-success-900\/10{background-color:rgb(var(--color-success-900)/.1)}html .bg-success-900\/100{background-color:rgb(var(--color-success-900)/1)}html .bg-success-900\/15{background-color:rgb(var(--color-success-900)/.15)}html .bg-success-900\/20{background-color:rgb(var(--color-success-900)/.2)}html .bg-success-900\/25{background-color:rgb(var(--color-success-900)/.25)}html .bg-success-900\/30{background-color:rgb(var(--color-success-900)/.3)}html .bg-success-900\/35{background-color:rgb(var(--color-success-900)/.35)}html .bg-success-900\/40{background-color:rgb(var(--color-success-900)/.4)}html .bg-success-900\/45{background-color:rgb(var(--color-success-900)/.45)}html .bg-success-900\/5{background-color:rgb(var(--color-success-900)/.05)}html .bg-success-900\/50{background-color:rgb(var(--color-success-900)/.5)}html .bg-success-900\/55{background-color:rgb(var(--color-success-900)/.55)}html .bg-success-900\/60{background-color:rgb(var(--color-success-900)/.6)}html .bg-success-900\/65{background-color:rgb(var(--color-success-900)/.65)}html .bg-success-900\/70{background-color:rgb(var(--color-success-900)/.7)}html .bg-success-900\/75{background-color:rgb(var(--color-success-900)/.75)}html .bg-success-900\/80{background-color:rgb(var(--color-success-900)/.8)}html .bg-success-900\/85{background-color:rgb(var(--color-success-900)/.85)}html .bg-success-900\/90{background-color:rgb(var(--color-success-900)/.9)}html .bg-success-900\/95{background-color:rgb(var(--color-success-900)/.95)}html .bg-success-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-950)/var(--tw-bg-opacity, 1))}html .bg-success-950\/0{background-color:rgb(var(--color-success-950)/0)}html .bg-success-950\/10{background-color:rgb(var(--color-success-950)/.1)}html .bg-success-950\/100{background-color:rgb(var(--color-success-950)/1)}html .bg-success-950\/15{background-color:rgb(var(--color-success-950)/.15)}html .bg-success-950\/20{background-color:rgb(var(--color-success-950)/.2)}html .bg-success-950\/25{background-color:rgb(var(--color-success-950)/.25)}html .bg-success-950\/30{background-color:rgb(var(--color-success-950)/.3)}html .bg-success-950\/35{background-color:rgb(var(--color-success-950)/.35)}html .bg-success-950\/40{background-color:rgb(var(--color-success-950)/.4)}html .bg-success-950\/45{background-color:rgb(var(--color-success-950)/.45)}html .bg-success-950\/5{background-color:rgb(var(--color-success-950)/.05)}html .bg-success-950\/50{background-color:rgb(var(--color-success-950)/.5)}html .bg-success-950\/55{background-color:rgb(var(--color-success-950)/.55)}html .bg-success-950\/60{background-color:rgb(var(--color-success-950)/.6)}html .bg-success-950\/65{background-color:rgb(var(--color-success-950)/.65)}html .bg-success-950\/70{background-color:rgb(var(--color-success-950)/.7)}html .bg-success-950\/75{background-color:rgb(var(--color-success-950)/.75)}html .bg-success-950\/80{background-color:rgb(var(--color-success-950)/.8)}html .bg-success-950\/85{background-color:rgb(var(--color-success-950)/.85)}html .bg-success-950\/90{background-color:rgb(var(--color-success-950)/.9)}html .bg-success-950\/95{background-color:rgb(var(--color-success-950)/.95)}html .bg-transparent{background-color:transparent}html .bg-typography-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-0)/var(--tw-bg-opacity, 1))}html .bg-typography-0\/0{background-color:rgb(var(--color-typography-0)/0)}html .bg-typography-0\/10{background-color:rgb(var(--color-typography-0)/.1)}html .bg-typography-0\/100{background-color:rgb(var(--color-typography-0)/1)}html .bg-typography-0\/15{background-color:rgb(var(--color-typography-0)/.15)}html .bg-typography-0\/20{background-color:rgb(var(--color-typography-0)/.2)}html .bg-typography-0\/25{background-color:rgb(var(--color-typography-0)/.25)}html .bg-typography-0\/30{background-color:rgb(var(--color-typography-0)/.3)}html .bg-typography-0\/35{background-color:rgb(var(--color-typography-0)/.35)}html .bg-typography-0\/40{background-color:rgb(var(--color-typography-0)/.4)}html .bg-typography-0\/45{background-color:rgb(var(--color-typography-0)/.45)}html .bg-typography-0\/5{background-color:rgb(var(--color-typography-0)/.05)}html .bg-typography-0\/50{background-color:rgb(var(--color-typography-0)/.5)}html .bg-typography-0\/55{background-color:rgb(var(--color-typography-0)/.55)}html .bg-typography-0\/60{background-color:rgb(var(--color-typography-0)/.6)}html .bg-typography-0\/65{background-color:rgb(var(--color-typography-0)/.65)}html .bg-typography-0\/70{background-color:rgb(var(--color-typography-0)/.7)}html .bg-typography-0\/75{background-color:rgb(var(--color-typography-0)/.75)}html .bg-typography-0\/80{background-color:rgb(var(--color-typography-0)/.8)}html .bg-typography-0\/85{background-color:rgb(var(--color-typography-0)/.85)}html .bg-typography-0\/90{background-color:rgb(var(--color-typography-0)/.9)}html .bg-typography-0\/95{background-color:rgb(var(--color-typography-0)/.95)}html .bg-typography-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-100)/var(--tw-bg-opacity, 1))}html .bg-typography-100\/0{background-color:rgb(var(--color-typography-100)/0)}html .bg-typography-100\/10{background-color:rgb(var(--color-typography-100)/.1)}html .bg-typography-100\/100{background-color:rgb(var(--color-typography-100)/1)}html .bg-typography-100\/15{background-color:rgb(var(--color-typography-100)/.15)}html .bg-typography-100\/20{background-color:rgb(var(--color-typography-100)/.2)}html .bg-typography-100\/25{background-color:rgb(var(--color-typography-100)/.25)}html .bg-typography-100\/30{background-color:rgb(var(--color-typography-100)/.3)}html .bg-typography-100\/35{background-color:rgb(var(--color-typography-100)/.35)}html .bg-typography-100\/40{background-color:rgb(var(--color-typography-100)/.4)}html .bg-typography-100\/45{background-color:rgb(var(--color-typography-100)/.45)}html .bg-typography-100\/5{background-color:rgb(var(--color-typography-100)/.05)}html .bg-typography-100\/50{background-color:rgb(var(--color-typography-100)/.5)}html .bg-typography-100\/55{background-color:rgb(var(--color-typography-100)/.55)}html .bg-typography-100\/60{background-color:rgb(var(--color-typography-100)/.6)}html .bg-typography-100\/65{background-color:rgb(var(--color-typography-100)/.65)}html .bg-typography-100\/70{background-color:rgb(var(--color-typography-100)/.7)}html .bg-typography-100\/75{background-color:rgb(var(--color-typography-100)/.75)}html .bg-typography-100\/80{background-color:rgb(var(--color-typography-100)/.8)}html .bg-typography-100\/85{background-color:rgb(var(--color-typography-100)/.85)}html .bg-typography-100\/90{background-color:rgb(var(--color-typography-100)/.9)}html .bg-typography-100\/95{background-color:rgb(var(--color-typography-100)/.95)}html .bg-typography-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-200)/var(--tw-bg-opacity, 1))}html .bg-typography-200\/0{background-color:rgb(var(--color-typography-200)/0)}html .bg-typography-200\/10{background-color:rgb(var(--color-typography-200)/.1)}html .bg-typography-200\/100{background-color:rgb(var(--color-typography-200)/1)}html .bg-typography-200\/15{background-color:rgb(var(--color-typography-200)/.15)}html .bg-typography-200\/20{background-color:rgb(var(--color-typography-200)/.2)}html .bg-typography-200\/25{background-color:rgb(var(--color-typography-200)/.25)}html .bg-typography-200\/30{background-color:rgb(var(--color-typography-200)/.3)}html .bg-typography-200\/35{background-color:rgb(var(--color-typography-200)/.35)}html .bg-typography-200\/40{background-color:rgb(var(--color-typography-200)/.4)}html .bg-typography-200\/45{background-color:rgb(var(--color-typography-200)/.45)}html .bg-typography-200\/5{background-color:rgb(var(--color-typography-200)/.05)}html .bg-typography-200\/50{background-color:rgb(var(--color-typography-200)/.5)}html .bg-typography-200\/55{background-color:rgb(var(--color-typography-200)/.55)}html .bg-typography-200\/60{background-color:rgb(var(--color-typography-200)/.6)}html .bg-typography-200\/65{background-color:rgb(var(--color-typography-200)/.65)}html .bg-typography-200\/70{background-color:rgb(var(--color-typography-200)/.7)}html .bg-typography-200\/75{background-color:rgb(var(--color-typography-200)/.75)}html .bg-typography-200\/80{background-color:rgb(var(--color-typography-200)/.8)}html .bg-typography-200\/85{background-color:rgb(var(--color-typography-200)/.85)}html .bg-typography-200\/90{background-color:rgb(var(--color-typography-200)/.9)}html .bg-typography-200\/95{background-color:rgb(var(--color-typography-200)/.95)}html .bg-typography-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-300)/var(--tw-bg-opacity, 1))}html .bg-typography-300\/0{background-color:rgb(var(--color-typography-300)/0)}html .bg-typography-300\/10{background-color:rgb(var(--color-typography-300)/.1)}html .bg-typography-300\/100{background-color:rgb(var(--color-typography-300)/1)}html .bg-typography-300\/15{background-color:rgb(var(--color-typography-300)/.15)}html .bg-typography-300\/20{background-color:rgb(var(--color-typography-300)/.2)}html .bg-typography-300\/25{background-color:rgb(var(--color-typography-300)/.25)}html .bg-typography-300\/30{background-color:rgb(var(--color-typography-300)/.3)}html .bg-typography-300\/35{background-color:rgb(var(--color-typography-300)/.35)}html .bg-typography-300\/40{background-color:rgb(var(--color-typography-300)/.4)}html .bg-typography-300\/45{background-color:rgb(var(--color-typography-300)/.45)}html .bg-typography-300\/5{background-color:rgb(var(--color-typography-300)/.05)}html .bg-typography-300\/50{background-color:rgb(var(--color-typography-300)/.5)}html .bg-typography-300\/55{background-color:rgb(var(--color-typography-300)/.55)}html .bg-typography-300\/60{background-color:rgb(var(--color-typography-300)/.6)}html .bg-typography-300\/65{background-color:rgb(var(--color-typography-300)/.65)}html .bg-typography-300\/70{background-color:rgb(var(--color-typography-300)/.7)}html .bg-typography-300\/75{background-color:rgb(var(--color-typography-300)/.75)}html .bg-typography-300\/80{background-color:rgb(var(--color-typography-300)/.8)}html .bg-typography-300\/85{background-color:rgb(var(--color-typography-300)/.85)}html .bg-typography-300\/90{background-color:rgb(var(--color-typography-300)/.9)}html .bg-typography-300\/95{background-color:rgb(var(--color-typography-300)/.95)}html .bg-typography-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-400)/var(--tw-bg-opacity, 1))}html .bg-typography-400\/0{background-color:rgb(var(--color-typography-400)/0)}html .bg-typography-400\/10{background-color:rgb(var(--color-typography-400)/.1)}html .bg-typography-400\/100{background-color:rgb(var(--color-typography-400)/1)}html .bg-typography-400\/15{background-color:rgb(var(--color-typography-400)/.15)}html .bg-typography-400\/20{background-color:rgb(var(--color-typography-400)/.2)}html .bg-typography-400\/25{background-color:rgb(var(--color-typography-400)/.25)}html .bg-typography-400\/30{background-color:rgb(var(--color-typography-400)/.3)}html .bg-typography-400\/35{background-color:rgb(var(--color-typography-400)/.35)}html .bg-typography-400\/40{background-color:rgb(var(--color-typography-400)/.4)}html .bg-typography-400\/45{background-color:rgb(var(--color-typography-400)/.45)}html .bg-typography-400\/5{background-color:rgb(var(--color-typography-400)/.05)}html .bg-typography-400\/50{background-color:rgb(var(--color-typography-400)/.5)}html .bg-typography-400\/55{background-color:rgb(var(--color-typography-400)/.55)}html .bg-typography-400\/60{background-color:rgb(var(--color-typography-400)/.6)}html .bg-typography-400\/65{background-color:rgb(var(--color-typography-400)/.65)}html .bg-typography-400\/70{background-color:rgb(var(--color-typography-400)/.7)}html .bg-typography-400\/75{background-color:rgb(var(--color-typography-400)/.75)}html .bg-typography-400\/80{background-color:rgb(var(--color-typography-400)/.8)}html .bg-typography-400\/85{background-color:rgb(var(--color-typography-400)/.85)}html .bg-typography-400\/90{background-color:rgb(var(--color-typography-400)/.9)}html .bg-typography-400\/95{background-color:rgb(var(--color-typography-400)/.95)}html .bg-typography-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-50)/var(--tw-bg-opacity, 1))}html .bg-typography-50\/0{background-color:rgb(var(--color-typography-50)/0)}html .bg-typography-50\/10{background-color:rgb(var(--color-typography-50)/.1)}html .bg-typography-50\/100{background-color:rgb(var(--color-typography-50)/1)}html .bg-typography-50\/15{background-color:rgb(var(--color-typography-50)/.15)}html .bg-typography-50\/20{background-color:rgb(var(--color-typography-50)/.2)}html .bg-typography-50\/25{background-color:rgb(var(--color-typography-50)/.25)}html .bg-typography-50\/30{background-color:rgb(var(--color-typography-50)/.3)}html .bg-typography-50\/35{background-color:rgb(var(--color-typography-50)/.35)}html .bg-typography-50\/40{background-color:rgb(var(--color-typography-50)/.4)}html .bg-typography-50\/45{background-color:rgb(var(--color-typography-50)/.45)}html .bg-typography-50\/5{background-color:rgb(var(--color-typography-50)/.05)}html .bg-typography-50\/50{background-color:rgb(var(--color-typography-50)/.5)}html .bg-typography-50\/55{background-color:rgb(var(--color-typography-50)/.55)}html .bg-typography-50\/60{background-color:rgb(var(--color-typography-50)/.6)}html .bg-typography-50\/65{background-color:rgb(var(--color-typography-50)/.65)}html .bg-typography-50\/70{background-color:rgb(var(--color-typography-50)/.7)}html .bg-typography-50\/75{background-color:rgb(var(--color-typography-50)/.75)}html .bg-typography-50\/80{background-color:rgb(var(--color-typography-50)/.8)}html .bg-typography-50\/85{background-color:rgb(var(--color-typography-50)/.85)}html .bg-typography-50\/90{background-color:rgb(var(--color-typography-50)/.9)}html .bg-typography-50\/95{background-color:rgb(var(--color-typography-50)/.95)}html .bg-typography-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-500)/var(--tw-bg-opacity, 1))}html .bg-typography-500\/0{background-color:rgb(var(--color-typography-500)/0)}html .bg-typography-500\/10{background-color:rgb(var(--color-typography-500)/.1)}html .bg-typography-500\/100{background-color:rgb(var(--color-typography-500)/1)}html .bg-typography-500\/15{background-color:rgb(var(--color-typography-500)/.15)}html .bg-typography-500\/20{background-color:rgb(var(--color-typography-500)/.2)}html .bg-typography-500\/25{background-color:rgb(var(--color-typography-500)/.25)}html .bg-typography-500\/30{background-color:rgb(var(--color-typography-500)/.3)}html .bg-typography-500\/35{background-color:rgb(var(--color-typography-500)/.35)}html .bg-typography-500\/40{background-color:rgb(var(--color-typography-500)/.4)}html .bg-typography-500\/45{background-color:rgb(var(--color-typography-500)/.45)}html .bg-typography-500\/5{background-color:rgb(var(--color-typography-500)/.05)}html .bg-typography-500\/50{background-color:rgb(var(--color-typography-500)/.5)}html .bg-typography-500\/55{background-color:rgb(var(--color-typography-500)/.55)}html .bg-typography-500\/60{background-color:rgb(var(--color-typography-500)/.6)}html .bg-typography-500\/65{background-color:rgb(var(--color-typography-500)/.65)}html .bg-typography-500\/70{background-color:rgb(var(--color-typography-500)/.7)}html .bg-typography-500\/75{background-color:rgb(var(--color-typography-500)/.75)}html .bg-typography-500\/80{background-color:rgb(var(--color-typography-500)/.8)}html .bg-typography-500\/85{background-color:rgb(var(--color-typography-500)/.85)}html .bg-typography-500\/90{background-color:rgb(var(--color-typography-500)/.9)}html .bg-typography-500\/95{background-color:rgb(var(--color-typography-500)/.95)}html .bg-typography-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-600)/var(--tw-bg-opacity, 1))}html .bg-typography-600\/0{background-color:rgb(var(--color-typography-600)/0)}html .bg-typography-600\/10{background-color:rgb(var(--color-typography-600)/.1)}html .bg-typography-600\/100{background-color:rgb(var(--color-typography-600)/1)}html .bg-typography-600\/15{background-color:rgb(var(--color-typography-600)/.15)}html .bg-typography-600\/20{background-color:rgb(var(--color-typography-600)/.2)}html .bg-typography-600\/25{background-color:rgb(var(--color-typography-600)/.25)}html .bg-typography-600\/30{background-color:rgb(var(--color-typography-600)/.3)}html .bg-typography-600\/35{background-color:rgb(var(--color-typography-600)/.35)}html .bg-typography-600\/40{background-color:rgb(var(--color-typography-600)/.4)}html .bg-typography-600\/45{background-color:rgb(var(--color-typography-600)/.45)}html .bg-typography-600\/5{background-color:rgb(var(--color-typography-600)/.05)}html .bg-typography-600\/50{background-color:rgb(var(--color-typography-600)/.5)}html .bg-typography-600\/55{background-color:rgb(var(--color-typography-600)/.55)}html .bg-typography-600\/60{background-color:rgb(var(--color-typography-600)/.6)}html .bg-typography-600\/65{background-color:rgb(var(--color-typography-600)/.65)}html .bg-typography-600\/70{background-color:rgb(var(--color-typography-600)/.7)}html .bg-typography-600\/75{background-color:rgb(var(--color-typography-600)/.75)}html .bg-typography-600\/80{background-color:rgb(var(--color-typography-600)/.8)}html .bg-typography-600\/85{background-color:rgb(var(--color-typography-600)/.85)}html .bg-typography-600\/90{background-color:rgb(var(--color-typography-600)/.9)}html .bg-typography-600\/95{background-color:rgb(var(--color-typography-600)/.95)}html .bg-typography-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-700)/var(--tw-bg-opacity, 1))}html .bg-typography-700\/0{background-color:rgb(var(--color-typography-700)/0)}html .bg-typography-700\/10{background-color:rgb(var(--color-typography-700)/.1)}html .bg-typography-700\/100{background-color:rgb(var(--color-typography-700)/1)}html .bg-typography-700\/15{background-color:rgb(var(--color-typography-700)/.15)}html .bg-typography-700\/20{background-color:rgb(var(--color-typography-700)/.2)}html .bg-typography-700\/25{background-color:rgb(var(--color-typography-700)/.25)}html .bg-typography-700\/30{background-color:rgb(var(--color-typography-700)/.3)}html .bg-typography-700\/35{background-color:rgb(var(--color-typography-700)/.35)}html .bg-typography-700\/40{background-color:rgb(var(--color-typography-700)/.4)}html .bg-typography-700\/45{background-color:rgb(var(--color-typography-700)/.45)}html .bg-typography-700\/5{background-color:rgb(var(--color-typography-700)/.05)}html .bg-typography-700\/50{background-color:rgb(var(--color-typography-700)/.5)}html .bg-typography-700\/55{background-color:rgb(var(--color-typography-700)/.55)}html .bg-typography-700\/60{background-color:rgb(var(--color-typography-700)/.6)}html .bg-typography-700\/65{background-color:rgb(var(--color-typography-700)/.65)}html .bg-typography-700\/70{background-color:rgb(var(--color-typography-700)/.7)}html .bg-typography-700\/75{background-color:rgb(var(--color-typography-700)/.75)}html .bg-typography-700\/80{background-color:rgb(var(--color-typography-700)/.8)}html .bg-typography-700\/85{background-color:rgb(var(--color-typography-700)/.85)}html .bg-typography-700\/90{background-color:rgb(var(--color-typography-700)/.9)}html .bg-typography-700\/95{background-color:rgb(var(--color-typography-700)/.95)}html .bg-typography-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-800)/var(--tw-bg-opacity, 1))}html .bg-typography-800\/0{background-color:rgb(var(--color-typography-800)/0)}html .bg-typography-800\/10{background-color:rgb(var(--color-typography-800)/.1)}html .bg-typography-800\/100{background-color:rgb(var(--color-typography-800)/1)}html .bg-typography-800\/15{background-color:rgb(var(--color-typography-800)/.15)}html .bg-typography-800\/20{background-color:rgb(var(--color-typography-800)/.2)}html .bg-typography-800\/25{background-color:rgb(var(--color-typography-800)/.25)}html .bg-typography-800\/30{background-color:rgb(var(--color-typography-800)/.3)}html .bg-typography-800\/35{background-color:rgb(var(--color-typography-800)/.35)}html .bg-typography-800\/40{background-color:rgb(var(--color-typography-800)/.4)}html .bg-typography-800\/45{background-color:rgb(var(--color-typography-800)/.45)}html .bg-typography-800\/5{background-color:rgb(var(--color-typography-800)/.05)}html .bg-typography-800\/50{background-color:rgb(var(--color-typography-800)/.5)}html .bg-typography-800\/55{background-color:rgb(var(--color-typography-800)/.55)}html .bg-typography-800\/60{background-color:rgb(var(--color-typography-800)/.6)}html .bg-typography-800\/65{background-color:rgb(var(--color-typography-800)/.65)}html .bg-typography-800\/70{background-color:rgb(var(--color-typography-800)/.7)}html .bg-typography-800\/75{background-color:rgb(var(--color-typography-800)/.75)}html .bg-typography-800\/80{background-color:rgb(var(--color-typography-800)/.8)}html .bg-typography-800\/85{background-color:rgb(var(--color-typography-800)/.85)}html .bg-typography-800\/90{background-color:rgb(var(--color-typography-800)/.9)}html .bg-typography-800\/95{background-color:rgb(var(--color-typography-800)/.95)}html .bg-typography-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-900)/var(--tw-bg-opacity, 1))}html .bg-typography-900\/0{background-color:rgb(var(--color-typography-900)/0)}html .bg-typography-900\/10{background-color:rgb(var(--color-typography-900)/.1)}html .bg-typography-900\/100{background-color:rgb(var(--color-typography-900)/1)}html .bg-typography-900\/15{background-color:rgb(var(--color-typography-900)/.15)}html .bg-typography-900\/20{background-color:rgb(var(--color-typography-900)/.2)}html .bg-typography-900\/25{background-color:rgb(var(--color-typography-900)/.25)}html .bg-typography-900\/30{background-color:rgb(var(--color-typography-900)/.3)}html .bg-typography-900\/35{background-color:rgb(var(--color-typography-900)/.35)}html .bg-typography-900\/40{background-color:rgb(var(--color-typography-900)/.4)}html .bg-typography-900\/45{background-color:rgb(var(--color-typography-900)/.45)}html .bg-typography-900\/5{background-color:rgb(var(--color-typography-900)/.05)}html .bg-typography-900\/50{background-color:rgb(var(--color-typography-900)/.5)}html .bg-typography-900\/55{background-color:rgb(var(--color-typography-900)/.55)}html .bg-typography-900\/60{background-color:rgb(var(--color-typography-900)/.6)}html .bg-typography-900\/65{background-color:rgb(var(--color-typography-900)/.65)}html .bg-typography-900\/70{background-color:rgb(var(--color-typography-900)/.7)}html .bg-typography-900\/75{background-color:rgb(var(--color-typography-900)/.75)}html .bg-typography-900\/80{background-color:rgb(var(--color-typography-900)/.8)}html .bg-typography-900\/85{background-color:rgb(var(--color-typography-900)/.85)}html .bg-typography-900\/90{background-color:rgb(var(--color-typography-900)/.9)}html .bg-typography-900\/95{background-color:rgb(var(--color-typography-900)/.95)}html .bg-typography-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-typography-950)/var(--tw-bg-opacity, 1))}html .bg-typography-950\/0{background-color:rgb(var(--color-typography-950)/0)}html .bg-typography-950\/10{background-color:rgb(var(--color-typography-950)/.1)}html .bg-typography-950\/100{background-color:rgb(var(--color-typography-950)/1)}html .bg-typography-950\/15{background-color:rgb(var(--color-typography-950)/.15)}html .bg-typography-950\/20{background-color:rgb(var(--color-typography-950)/.2)}html .bg-typography-950\/25{background-color:rgb(var(--color-typography-950)/.25)}html .bg-typography-950\/30{background-color:rgb(var(--color-typography-950)/.3)}html .bg-typography-950\/35{background-color:rgb(var(--color-typography-950)/.35)}html .bg-typography-950\/40{background-color:rgb(var(--color-typography-950)/.4)}html .bg-typography-950\/45{background-color:rgb(var(--color-typography-950)/.45)}html .bg-typography-950\/5{background-color:rgb(var(--color-typography-950)/.05)}html .bg-typography-950\/50{background-color:rgb(var(--color-typography-950)/.5)}html .bg-typography-950\/55{background-color:rgb(var(--color-typography-950)/.55)}html .bg-typography-950\/60{background-color:rgb(var(--color-typography-950)/.6)}html .bg-typography-950\/65{background-color:rgb(var(--color-typography-950)/.65)}html .bg-typography-950\/70{background-color:rgb(var(--color-typography-950)/.7)}html .bg-typography-950\/75{background-color:rgb(var(--color-typography-950)/.75)}html .bg-typography-950\/80{background-color:rgb(var(--color-typography-950)/.8)}html .bg-typography-950\/85{background-color:rgb(var(--color-typography-950)/.85)}html .bg-typography-950\/90{background-color:rgb(var(--color-typography-950)/.9)}html .bg-typography-950\/95{background-color:rgb(var(--color-typography-950)/.95)}html .bg-typography-black{--tw-bg-opacity: 1;background-color:rgb(24 23 24 / var(--tw-bg-opacity, 1))}html .bg-typography-black\/0{background-color:#18171800}html .bg-typography-black\/10{background-color:#1817181a}html .bg-typography-black\/100{background-color:#181718}html .bg-typography-black\/15{background-color:#18171826}html .bg-typography-black\/20{background-color:#18171833}html .bg-typography-black\/25{background-color:#18171840}html .bg-typography-black\/30{background-color:#1817184d}html .bg-typography-black\/35{background-color:#18171859}html .bg-typography-black\/40{background-color:#18171866}html .bg-typography-black\/45{background-color:#18171873}html .bg-typography-black\/5{background-color:#1817180d}html .bg-typography-black\/50{background-color:#18171880}html .bg-typography-black\/55{background-color:#1817188c}html .bg-typography-black\/60{background-color:#18171899}html .bg-typography-black\/65{background-color:#181718a6}html .bg-typography-black\/70{background-color:#181718b3}html .bg-typography-black\/75{background-color:#181718bf}html .bg-typography-black\/80{background-color:#181718cc}html .bg-typography-black\/85{background-color:#181718d9}html .bg-typography-black\/90{background-color:#181718e6}html .bg-typography-black\/95{background-color:#181718f2}html .bg-typography-gray{--tw-bg-opacity: 1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}html .bg-typography-gray\/0{background-color:#d4d4d400}html .bg-typography-gray\/10{background-color:#d4d4d41a}html .bg-typography-gray\/100{background-color:#d4d4d4}html .bg-typography-gray\/15{background-color:#d4d4d426}html .bg-typography-gray\/20{background-color:#d4d4d433}html .bg-typography-gray\/25{background-color:#d4d4d440}html .bg-typography-gray\/30{background-color:#d4d4d44d}html .bg-typography-gray\/35{background-color:#d4d4d459}html .bg-typography-gray\/40{background-color:#d4d4d466}html .bg-typography-gray\/45{background-color:#d4d4d473}html .bg-typography-gray\/5{background-color:#d4d4d40d}html .bg-typography-gray\/50{background-color:#d4d4d480}html .bg-typography-gray\/55{background-color:#d4d4d48c}html .bg-typography-gray\/60{background-color:#d4d4d499}html .bg-typography-gray\/65{background-color:#d4d4d4a6}html .bg-typography-gray\/70{background-color:#d4d4d4b3}html .bg-typography-gray\/75{background-color:#d4d4d4bf}html .bg-typography-gray\/80{background-color:#d4d4d4cc}html .bg-typography-gray\/85{background-color:#d4d4d4d9}html .bg-typography-gray\/90{background-color:#d4d4d4e6}html .bg-typography-gray\/95{background-color:#d4d4d4f2}html .bg-typography-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html .bg-typography-white\/0{background-color:#fff0}html .bg-typography-white\/10{background-color:#ffffff1a}html .bg-typography-white\/100{background-color:#fff}html .bg-typography-white\/15{background-color:#ffffff26}html .bg-typography-white\/20{background-color:#fff3}html .bg-typography-white\/25{background-color:#ffffff40}html .bg-typography-white\/30{background-color:#ffffff4d}html .bg-typography-white\/35{background-color:#ffffff59}html .bg-typography-white\/40{background-color:#fff6}html .bg-typography-white\/45{background-color:#ffffff73}html .bg-typography-white\/5{background-color:#ffffff0d}html .bg-typography-white\/50{background-color:#ffffff80}html .bg-typography-white\/55{background-color:#ffffff8c}html .bg-typography-white\/60{background-color:#fff9}html .bg-typography-white\/65{background-color:#ffffffa6}html .bg-typography-white\/70{background-color:#ffffffb3}html .bg-typography-white\/75{background-color:#ffffffbf}html .bg-typography-white\/80{background-color:#fffc}html .bg-typography-white\/85{background-color:#ffffffd9}html .bg-typography-white\/90{background-color:#ffffffe6}html .bg-typography-white\/95{background-color:#fffffff2}html .bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}html .bg-warning-0{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-0)/var(--tw-bg-opacity, 1))}html .bg-warning-0\/0{background-color:rgb(var(--color-warning-0)/0)}html .bg-warning-0\/10{background-color:rgb(var(--color-warning-0)/.1)}html .bg-warning-0\/100{background-color:rgb(var(--color-warning-0)/1)}html .bg-warning-0\/15{background-color:rgb(var(--color-warning-0)/.15)}html .bg-warning-0\/20{background-color:rgb(var(--color-warning-0)/.2)}html .bg-warning-0\/25{background-color:rgb(var(--color-warning-0)/.25)}html .bg-warning-0\/30{background-color:rgb(var(--color-warning-0)/.3)}html .bg-warning-0\/35{background-color:rgb(var(--color-warning-0)/.35)}html .bg-warning-0\/40{background-color:rgb(var(--color-warning-0)/.4)}html .bg-warning-0\/45{background-color:rgb(var(--color-warning-0)/.45)}html .bg-warning-0\/5{background-color:rgb(var(--color-warning-0)/.05)}html .bg-warning-0\/50{background-color:rgb(var(--color-warning-0)/.5)}html .bg-warning-0\/55{background-color:rgb(var(--color-warning-0)/.55)}html .bg-warning-0\/60{background-color:rgb(var(--color-warning-0)/.6)}html .bg-warning-0\/65{background-color:rgb(var(--color-warning-0)/.65)}html .bg-warning-0\/70{background-color:rgb(var(--color-warning-0)/.7)}html .bg-warning-0\/75{background-color:rgb(var(--color-warning-0)/.75)}html .bg-warning-0\/80{background-color:rgb(var(--color-warning-0)/.8)}html .bg-warning-0\/85{background-color:rgb(var(--color-warning-0)/.85)}html .bg-warning-0\/90{background-color:rgb(var(--color-warning-0)/.9)}html .bg-warning-0\/95{background-color:rgb(var(--color-warning-0)/.95)}html .bg-warning-100{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-100)/var(--tw-bg-opacity, 1))}html .bg-warning-100\/0{background-color:rgb(var(--color-warning-100)/0)}html .bg-warning-100\/10{background-color:rgb(var(--color-warning-100)/.1)}html .bg-warning-100\/100{background-color:rgb(var(--color-warning-100)/1)}html .bg-warning-100\/15{background-color:rgb(var(--color-warning-100)/.15)}html .bg-warning-100\/20{background-color:rgb(var(--color-warning-100)/.2)}html .bg-warning-100\/25{background-color:rgb(var(--color-warning-100)/.25)}html .bg-warning-100\/30{background-color:rgb(var(--color-warning-100)/.3)}html .bg-warning-100\/35{background-color:rgb(var(--color-warning-100)/.35)}html .bg-warning-100\/40{background-color:rgb(var(--color-warning-100)/.4)}html .bg-warning-100\/45{background-color:rgb(var(--color-warning-100)/.45)}html .bg-warning-100\/5{background-color:rgb(var(--color-warning-100)/.05)}html .bg-warning-100\/50{background-color:rgb(var(--color-warning-100)/.5)}html .bg-warning-100\/55{background-color:rgb(var(--color-warning-100)/.55)}html .bg-warning-100\/60{background-color:rgb(var(--color-warning-100)/.6)}html .bg-warning-100\/65{background-color:rgb(var(--color-warning-100)/.65)}html .bg-warning-100\/70{background-color:rgb(var(--color-warning-100)/.7)}html .bg-warning-100\/75{background-color:rgb(var(--color-warning-100)/.75)}html .bg-warning-100\/80{background-color:rgb(var(--color-warning-100)/.8)}html .bg-warning-100\/85{background-color:rgb(var(--color-warning-100)/.85)}html .bg-warning-100\/90{background-color:rgb(var(--color-warning-100)/.9)}html .bg-warning-100\/95{background-color:rgb(var(--color-warning-100)/.95)}html .bg-warning-200{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-200)/var(--tw-bg-opacity, 1))}html .bg-warning-200\/0{background-color:rgb(var(--color-warning-200)/0)}html .bg-warning-200\/10{background-color:rgb(var(--color-warning-200)/.1)}html .bg-warning-200\/100{background-color:rgb(var(--color-warning-200)/1)}html .bg-warning-200\/15{background-color:rgb(var(--color-warning-200)/.15)}html .bg-warning-200\/20{background-color:rgb(var(--color-warning-200)/.2)}html .bg-warning-200\/25{background-color:rgb(var(--color-warning-200)/.25)}html .bg-warning-200\/30{background-color:rgb(var(--color-warning-200)/.3)}html .bg-warning-200\/35{background-color:rgb(var(--color-warning-200)/.35)}html .bg-warning-200\/40{background-color:rgb(var(--color-warning-200)/.4)}html .bg-warning-200\/45{background-color:rgb(var(--color-warning-200)/.45)}html .bg-warning-200\/5{background-color:rgb(var(--color-warning-200)/.05)}html .bg-warning-200\/50{background-color:rgb(var(--color-warning-200)/.5)}html .bg-warning-200\/55{background-color:rgb(var(--color-warning-200)/.55)}html .bg-warning-200\/60{background-color:rgb(var(--color-warning-200)/.6)}html .bg-warning-200\/65{background-color:rgb(var(--color-warning-200)/.65)}html .bg-warning-200\/70{background-color:rgb(var(--color-warning-200)/.7)}html .bg-warning-200\/75{background-color:rgb(var(--color-warning-200)/.75)}html .bg-warning-200\/80{background-color:rgb(var(--color-warning-200)/.8)}html .bg-warning-200\/85{background-color:rgb(var(--color-warning-200)/.85)}html .bg-warning-200\/90{background-color:rgb(var(--color-warning-200)/.9)}html .bg-warning-200\/95{background-color:rgb(var(--color-warning-200)/.95)}html .bg-warning-300{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-300)/var(--tw-bg-opacity, 1))}html .bg-warning-300\/0{background-color:rgb(var(--color-warning-300)/0)}html .bg-warning-300\/10{background-color:rgb(var(--color-warning-300)/.1)}html .bg-warning-300\/100{background-color:rgb(var(--color-warning-300)/1)}html .bg-warning-300\/15{background-color:rgb(var(--color-warning-300)/.15)}html .bg-warning-300\/20{background-color:rgb(var(--color-warning-300)/.2)}html .bg-warning-300\/25{background-color:rgb(var(--color-warning-300)/.25)}html .bg-warning-300\/30{background-color:rgb(var(--color-warning-300)/.3)}html .bg-warning-300\/35{background-color:rgb(var(--color-warning-300)/.35)}html .bg-warning-300\/40{background-color:rgb(var(--color-warning-300)/.4)}html .bg-warning-300\/45{background-color:rgb(var(--color-warning-300)/.45)}html .bg-warning-300\/5{background-color:rgb(var(--color-warning-300)/.05)}html .bg-warning-300\/50{background-color:rgb(var(--color-warning-300)/.5)}html .bg-warning-300\/55{background-color:rgb(var(--color-warning-300)/.55)}html .bg-warning-300\/60{background-color:rgb(var(--color-warning-300)/.6)}html .bg-warning-300\/65{background-color:rgb(var(--color-warning-300)/.65)}html .bg-warning-300\/70{background-color:rgb(var(--color-warning-300)/.7)}html .bg-warning-300\/75{background-color:rgb(var(--color-warning-300)/.75)}html .bg-warning-300\/80{background-color:rgb(var(--color-warning-300)/.8)}html .bg-warning-300\/85{background-color:rgb(var(--color-warning-300)/.85)}html .bg-warning-300\/90{background-color:rgb(var(--color-warning-300)/.9)}html .bg-warning-300\/95{background-color:rgb(var(--color-warning-300)/.95)}html .bg-warning-400{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-400)/var(--tw-bg-opacity, 1))}html .bg-warning-400\/0{background-color:rgb(var(--color-warning-400)/0)}html .bg-warning-400\/10{background-color:rgb(var(--color-warning-400)/.1)}html .bg-warning-400\/100{background-color:rgb(var(--color-warning-400)/1)}html .bg-warning-400\/15{background-color:rgb(var(--color-warning-400)/.15)}html .bg-warning-400\/20{background-color:rgb(var(--color-warning-400)/.2)}html .bg-warning-400\/25{background-color:rgb(var(--color-warning-400)/.25)}html .bg-warning-400\/30{background-color:rgb(var(--color-warning-400)/.3)}html .bg-warning-400\/35{background-color:rgb(var(--color-warning-400)/.35)}html .bg-warning-400\/40{background-color:rgb(var(--color-warning-400)/.4)}html .bg-warning-400\/45{background-color:rgb(var(--color-warning-400)/.45)}html .bg-warning-400\/5{background-color:rgb(var(--color-warning-400)/.05)}html .bg-warning-400\/50{background-color:rgb(var(--color-warning-400)/.5)}html .bg-warning-400\/55{background-color:rgb(var(--color-warning-400)/.55)}html .bg-warning-400\/60{background-color:rgb(var(--color-warning-400)/.6)}html .bg-warning-400\/65{background-color:rgb(var(--color-warning-400)/.65)}html .bg-warning-400\/70{background-color:rgb(var(--color-warning-400)/.7)}html .bg-warning-400\/75{background-color:rgb(var(--color-warning-400)/.75)}html .bg-warning-400\/80{background-color:rgb(var(--color-warning-400)/.8)}html .bg-warning-400\/85{background-color:rgb(var(--color-warning-400)/.85)}html .bg-warning-400\/90{background-color:rgb(var(--color-warning-400)/.9)}html .bg-warning-400\/95{background-color:rgb(var(--color-warning-400)/.95)}html .bg-warning-50{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-50)/var(--tw-bg-opacity, 1))}html .bg-warning-50\/0{background-color:rgb(var(--color-warning-50)/0)}html .bg-warning-50\/10{background-color:rgb(var(--color-warning-50)/.1)}html .bg-warning-50\/100{background-color:rgb(var(--color-warning-50)/1)}html .bg-warning-50\/15{background-color:rgb(var(--color-warning-50)/.15)}html .bg-warning-50\/20{background-color:rgb(var(--color-warning-50)/.2)}html .bg-warning-50\/25{background-color:rgb(var(--color-warning-50)/.25)}html .bg-warning-50\/30{background-color:rgb(var(--color-warning-50)/.3)}html .bg-warning-50\/35{background-color:rgb(var(--color-warning-50)/.35)}html .bg-warning-50\/40{background-color:rgb(var(--color-warning-50)/.4)}html .bg-warning-50\/45{background-color:rgb(var(--color-warning-50)/.45)}html .bg-warning-50\/5{background-color:rgb(var(--color-warning-50)/.05)}html .bg-warning-50\/50{background-color:rgb(var(--color-warning-50)/.5)}html .bg-warning-50\/55{background-color:rgb(var(--color-warning-50)/.55)}html .bg-warning-50\/60{background-color:rgb(var(--color-warning-50)/.6)}html .bg-warning-50\/65{background-color:rgb(var(--color-warning-50)/.65)}html .bg-warning-50\/70{background-color:rgb(var(--color-warning-50)/.7)}html .bg-warning-50\/75{background-color:rgb(var(--color-warning-50)/.75)}html .bg-warning-50\/80{background-color:rgb(var(--color-warning-50)/.8)}html .bg-warning-50\/85{background-color:rgb(var(--color-warning-50)/.85)}html .bg-warning-50\/90{background-color:rgb(var(--color-warning-50)/.9)}html .bg-warning-50\/95{background-color:rgb(var(--color-warning-50)/.95)}html .bg-warning-500{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-500)/var(--tw-bg-opacity, 1))}html .bg-warning-500\/0{background-color:rgb(var(--color-warning-500)/0)}html .bg-warning-500\/10{background-color:rgb(var(--color-warning-500)/.1)}html .bg-warning-500\/100{background-color:rgb(var(--color-warning-500)/1)}html .bg-warning-500\/15{background-color:rgb(var(--color-warning-500)/.15)}html .bg-warning-500\/20{background-color:rgb(var(--color-warning-500)/.2)}html .bg-warning-500\/25{background-color:rgb(var(--color-warning-500)/.25)}html .bg-warning-500\/30{background-color:rgb(var(--color-warning-500)/.3)}html .bg-warning-500\/35{background-color:rgb(var(--color-warning-500)/.35)}html .bg-warning-500\/40{background-color:rgb(var(--color-warning-500)/.4)}html .bg-warning-500\/45{background-color:rgb(var(--color-warning-500)/.45)}html .bg-warning-500\/5{background-color:rgb(var(--color-warning-500)/.05)}html .bg-warning-500\/50{background-color:rgb(var(--color-warning-500)/.5)}html .bg-warning-500\/55{background-color:rgb(var(--color-warning-500)/.55)}html .bg-warning-500\/60{background-color:rgb(var(--color-warning-500)/.6)}html .bg-warning-500\/65{background-color:rgb(var(--color-warning-500)/.65)}html .bg-warning-500\/70{background-color:rgb(var(--color-warning-500)/.7)}html .bg-warning-500\/75{background-color:rgb(var(--color-warning-500)/.75)}html .bg-warning-500\/80{background-color:rgb(var(--color-warning-500)/.8)}html .bg-warning-500\/85{background-color:rgb(var(--color-warning-500)/.85)}html .bg-warning-500\/90{background-color:rgb(var(--color-warning-500)/.9)}html .bg-warning-500\/95{background-color:rgb(var(--color-warning-500)/.95)}html .bg-warning-600{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-600)/var(--tw-bg-opacity, 1))}html .bg-warning-600\/0{background-color:rgb(var(--color-warning-600)/0)}html .bg-warning-600\/10{background-color:rgb(var(--color-warning-600)/.1)}html .bg-warning-600\/100{background-color:rgb(var(--color-warning-600)/1)}html .bg-warning-600\/15{background-color:rgb(var(--color-warning-600)/.15)}html .bg-warning-600\/20{background-color:rgb(var(--color-warning-600)/.2)}html .bg-warning-600\/25{background-color:rgb(var(--color-warning-600)/.25)}html .bg-warning-600\/30{background-color:rgb(var(--color-warning-600)/.3)}html .bg-warning-600\/35{background-color:rgb(var(--color-warning-600)/.35)}html .bg-warning-600\/40{background-color:rgb(var(--color-warning-600)/.4)}html .bg-warning-600\/45{background-color:rgb(var(--color-warning-600)/.45)}html .bg-warning-600\/5{background-color:rgb(var(--color-warning-600)/.05)}html .bg-warning-600\/50{background-color:rgb(var(--color-warning-600)/.5)}html .bg-warning-600\/55{background-color:rgb(var(--color-warning-600)/.55)}html .bg-warning-600\/60{background-color:rgb(var(--color-warning-600)/.6)}html .bg-warning-600\/65{background-color:rgb(var(--color-warning-600)/.65)}html .bg-warning-600\/70{background-color:rgb(var(--color-warning-600)/.7)}html .bg-warning-600\/75{background-color:rgb(var(--color-warning-600)/.75)}html .bg-warning-600\/80{background-color:rgb(var(--color-warning-600)/.8)}html .bg-warning-600\/85{background-color:rgb(var(--color-warning-600)/.85)}html .bg-warning-600\/90{background-color:rgb(var(--color-warning-600)/.9)}html .bg-warning-600\/95{background-color:rgb(var(--color-warning-600)/.95)}html .bg-warning-700{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-700)/var(--tw-bg-opacity, 1))}html .bg-warning-700\/0{background-color:rgb(var(--color-warning-700)/0)}html .bg-warning-700\/10{background-color:rgb(var(--color-warning-700)/.1)}html .bg-warning-700\/100{background-color:rgb(var(--color-warning-700)/1)}html .bg-warning-700\/15{background-color:rgb(var(--color-warning-700)/.15)}html .bg-warning-700\/20{background-color:rgb(var(--color-warning-700)/.2)}html .bg-warning-700\/25{background-color:rgb(var(--color-warning-700)/.25)}html .bg-warning-700\/30{background-color:rgb(var(--color-warning-700)/.3)}html .bg-warning-700\/35{background-color:rgb(var(--color-warning-700)/.35)}html .bg-warning-700\/40{background-color:rgb(var(--color-warning-700)/.4)}html .bg-warning-700\/45{background-color:rgb(var(--color-warning-700)/.45)}html .bg-warning-700\/5{background-color:rgb(var(--color-warning-700)/.05)}html .bg-warning-700\/50{background-color:rgb(var(--color-warning-700)/.5)}html .bg-warning-700\/55{background-color:rgb(var(--color-warning-700)/.55)}html .bg-warning-700\/60{background-color:rgb(var(--color-warning-700)/.6)}html .bg-warning-700\/65{background-color:rgb(var(--color-warning-700)/.65)}html .bg-warning-700\/70{background-color:rgb(var(--color-warning-700)/.7)}html .bg-warning-700\/75{background-color:rgb(var(--color-warning-700)/.75)}html .bg-warning-700\/80{background-color:rgb(var(--color-warning-700)/.8)}html .bg-warning-700\/85{background-color:rgb(var(--color-warning-700)/.85)}html .bg-warning-700\/90{background-color:rgb(var(--color-warning-700)/.9)}html .bg-warning-700\/95{background-color:rgb(var(--color-warning-700)/.95)}html .bg-warning-800{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-800)/var(--tw-bg-opacity, 1))}html .bg-warning-800\/0{background-color:rgb(var(--color-warning-800)/0)}html .bg-warning-800\/10{background-color:rgb(var(--color-warning-800)/.1)}html .bg-warning-800\/100{background-color:rgb(var(--color-warning-800)/1)}html .bg-warning-800\/15{background-color:rgb(var(--color-warning-800)/.15)}html .bg-warning-800\/20{background-color:rgb(var(--color-warning-800)/.2)}html .bg-warning-800\/25{background-color:rgb(var(--color-warning-800)/.25)}html .bg-warning-800\/30{background-color:rgb(var(--color-warning-800)/.3)}html .bg-warning-800\/35{background-color:rgb(var(--color-warning-800)/.35)}html .bg-warning-800\/40{background-color:rgb(var(--color-warning-800)/.4)}html .bg-warning-800\/45{background-color:rgb(var(--color-warning-800)/.45)}html .bg-warning-800\/5{background-color:rgb(var(--color-warning-800)/.05)}html .bg-warning-800\/50{background-color:rgb(var(--color-warning-800)/.5)}html .bg-warning-800\/55{background-color:rgb(var(--color-warning-800)/.55)}html .bg-warning-800\/60{background-color:rgb(var(--color-warning-800)/.6)}html .bg-warning-800\/65{background-color:rgb(var(--color-warning-800)/.65)}html .bg-warning-800\/70{background-color:rgb(var(--color-warning-800)/.7)}html .bg-warning-800\/75{background-color:rgb(var(--color-warning-800)/.75)}html .bg-warning-800\/80{background-color:rgb(var(--color-warning-800)/.8)}html .bg-warning-800\/85{background-color:rgb(var(--color-warning-800)/.85)}html .bg-warning-800\/90{background-color:rgb(var(--color-warning-800)/.9)}html .bg-warning-800\/95{background-color:rgb(var(--color-warning-800)/.95)}html .bg-warning-900{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-900)/var(--tw-bg-opacity, 1))}html .bg-warning-900\/0{background-color:rgb(var(--color-warning-900)/0)}html .bg-warning-900\/10{background-color:rgb(var(--color-warning-900)/.1)}html .bg-warning-900\/100{background-color:rgb(var(--color-warning-900)/1)}html .bg-warning-900\/15{background-color:rgb(var(--color-warning-900)/.15)}html .bg-warning-900\/20{background-color:rgb(var(--color-warning-900)/.2)}html .bg-warning-900\/25{background-color:rgb(var(--color-warning-900)/.25)}html .bg-warning-900\/30{background-color:rgb(var(--color-warning-900)/.3)}html .bg-warning-900\/35{background-color:rgb(var(--color-warning-900)/.35)}html .bg-warning-900\/40{background-color:rgb(var(--color-warning-900)/.4)}html .bg-warning-900\/45{background-color:rgb(var(--color-warning-900)/.45)}html .bg-warning-900\/5{background-color:rgb(var(--color-warning-900)/.05)}html .bg-warning-900\/50{background-color:rgb(var(--color-warning-900)/.5)}html .bg-warning-900\/55{background-color:rgb(var(--color-warning-900)/.55)}html .bg-warning-900\/60{background-color:rgb(var(--color-warning-900)/.6)}html .bg-warning-900\/65{background-color:rgb(var(--color-warning-900)/.65)}html .bg-warning-900\/70{background-color:rgb(var(--color-warning-900)/.7)}html .bg-warning-900\/75{background-color:rgb(var(--color-warning-900)/.75)}html .bg-warning-900\/80{background-color:rgb(var(--color-warning-900)/.8)}html .bg-warning-900\/85{background-color:rgb(var(--color-warning-900)/.85)}html .bg-warning-900\/90{background-color:rgb(var(--color-warning-900)/.9)}html .bg-warning-900\/95{background-color:rgb(var(--color-warning-900)/.95)}html .bg-warning-950{--tw-bg-opacity: 1;background-color:rgb(var(--color-warning-950)/var(--tw-bg-opacity, 1))}html .bg-warning-950\/0{background-color:rgb(var(--color-warning-950)/0)}html .bg-warning-950\/10{background-color:rgb(var(--color-warning-950)/.1)}html .bg-warning-950\/100{background-color:rgb(var(--color-warning-950)/1)}html .bg-warning-950\/15{background-color:rgb(var(--color-warning-950)/.15)}html .bg-warning-950\/20{background-color:rgb(var(--color-warning-950)/.2)}html .bg-warning-950\/25{background-color:rgb(var(--color-warning-950)/.25)}html .bg-warning-950\/30{background-color:rgb(var(--color-warning-950)/.3)}html .bg-warning-950\/35{background-color:rgb(var(--color-warning-950)/.35)}html .bg-warning-950\/40{background-color:rgb(var(--color-warning-950)/.4)}html .bg-warning-950\/45{background-color:rgb(var(--color-warning-950)/.45)}html .bg-warning-950\/5{background-color:rgb(var(--color-warning-950)/.05)}html .bg-warning-950\/50{background-color:rgb(var(--color-warning-950)/.5)}html .bg-warning-950\/55{background-color:rgb(var(--color-warning-950)/.55)}html .bg-warning-950\/60{background-color:rgb(var(--color-warning-950)/.6)}html .bg-warning-950\/65{background-color:rgb(var(--color-warning-950)/.65)}html .bg-warning-950\/70{background-color:rgb(var(--color-warning-950)/.7)}html .bg-warning-950\/75{background-color:rgb(var(--color-warning-950)/.75)}html .bg-warning-950\/80{background-color:rgb(var(--color-warning-950)/.8)}html .bg-warning-950\/85{background-color:rgb(var(--color-warning-950)/.85)}html .bg-warning-950\/90{background-color:rgb(var(--color-warning-950)/.9)}html .bg-warning-950\/95{background-color:rgb(var(--color-warning-950)/.95)}html .bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html .bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}html .bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}html .bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}html .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}html .from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}html .to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}html .bg-cover{background-size:cover}html .bg-center{background-position:center}html .bg-no-repeat{background-repeat:no-repeat}html .fill-background-0{fill:rgb(var(--color-background-0)/1)}html .fill-background-0\/0{fill:rgb(var(--color-background-0)/0)}html .fill-background-0\/10{fill:rgb(var(--color-background-0)/.1)}html .fill-background-0\/100{fill:rgb(var(--color-background-0)/1)}html .fill-background-0\/15{fill:rgb(var(--color-background-0)/.15)}html .fill-background-0\/20{fill:rgb(var(--color-background-0)/.2)}html .fill-background-0\/25{fill:rgb(var(--color-background-0)/.25)}html .fill-background-0\/30{fill:rgb(var(--color-background-0)/.3)}html .fill-background-0\/35{fill:rgb(var(--color-background-0)/.35)}html .fill-background-0\/40{fill:rgb(var(--color-background-0)/.4)}html .fill-background-0\/45{fill:rgb(var(--color-background-0)/.45)}html .fill-background-0\/5{fill:rgb(var(--color-background-0)/.05)}html .fill-background-0\/50{fill:rgb(var(--color-background-0)/.5)}html .fill-background-0\/55{fill:rgb(var(--color-background-0)/.55)}html .fill-background-0\/60{fill:rgb(var(--color-background-0)/.6)}html .fill-background-0\/65{fill:rgb(var(--color-background-0)/.65)}html .fill-background-0\/70{fill:rgb(var(--color-background-0)/.7)}html .fill-background-0\/75{fill:rgb(var(--color-background-0)/.75)}html .fill-background-0\/80{fill:rgb(var(--color-background-0)/.8)}html .fill-background-0\/85{fill:rgb(var(--color-background-0)/.85)}html .fill-background-0\/90{fill:rgb(var(--color-background-0)/.9)}html .fill-background-0\/95{fill:rgb(var(--color-background-0)/.95)}html .fill-background-100{fill:rgb(var(--color-background-100)/1)}html .fill-background-100\/0{fill:rgb(var(--color-background-100)/0)}html .fill-background-100\/10{fill:rgb(var(--color-background-100)/.1)}html .fill-background-100\/100{fill:rgb(var(--color-background-100)/1)}html .fill-background-100\/15{fill:rgb(var(--color-background-100)/.15)}html .fill-background-100\/20{fill:rgb(var(--color-background-100)/.2)}html .fill-background-100\/25{fill:rgb(var(--color-background-100)/.25)}html .fill-background-100\/30{fill:rgb(var(--color-background-100)/.3)}html .fill-background-100\/35{fill:rgb(var(--color-background-100)/.35)}html .fill-background-100\/40{fill:rgb(var(--color-background-100)/.4)}html .fill-background-100\/45{fill:rgb(var(--color-background-100)/.45)}html .fill-background-100\/5{fill:rgb(var(--color-background-100)/.05)}html .fill-background-100\/50{fill:rgb(var(--color-background-100)/.5)}html .fill-background-100\/55{fill:rgb(var(--color-background-100)/.55)}html .fill-background-100\/60{fill:rgb(var(--color-background-100)/.6)}html .fill-background-100\/65{fill:rgb(var(--color-background-100)/.65)}html .fill-background-100\/70{fill:rgb(var(--color-background-100)/.7)}html .fill-background-100\/75{fill:rgb(var(--color-background-100)/.75)}html .fill-background-100\/80{fill:rgb(var(--color-background-100)/.8)}html .fill-background-100\/85{fill:rgb(var(--color-background-100)/.85)}html .fill-background-100\/90{fill:rgb(var(--color-background-100)/.9)}html .fill-background-100\/95{fill:rgb(var(--color-background-100)/.95)}html .fill-background-200{fill:rgb(var(--color-background-200)/1)}html .fill-background-200\/0{fill:rgb(var(--color-background-200)/0)}html .fill-background-200\/10{fill:rgb(var(--color-background-200)/.1)}html .fill-background-200\/100{fill:rgb(var(--color-background-200)/1)}html .fill-background-200\/15{fill:rgb(var(--color-background-200)/.15)}html .fill-background-200\/20{fill:rgb(var(--color-background-200)/.2)}html .fill-background-200\/25{fill:rgb(var(--color-background-200)/.25)}html .fill-background-200\/30{fill:rgb(var(--color-background-200)/.3)}html .fill-background-200\/35{fill:rgb(var(--color-background-200)/.35)}html .fill-background-200\/40{fill:rgb(var(--color-background-200)/.4)}html .fill-background-200\/45{fill:rgb(var(--color-background-200)/.45)}html .fill-background-200\/5{fill:rgb(var(--color-background-200)/.05)}html .fill-background-200\/50{fill:rgb(var(--color-background-200)/.5)}html .fill-background-200\/55{fill:rgb(var(--color-background-200)/.55)}html .fill-background-200\/60{fill:rgb(var(--color-background-200)/.6)}html .fill-background-200\/65{fill:rgb(var(--color-background-200)/.65)}html .fill-background-200\/70{fill:rgb(var(--color-background-200)/.7)}html .fill-background-200\/75{fill:rgb(var(--color-background-200)/.75)}html .fill-background-200\/80{fill:rgb(var(--color-background-200)/.8)}html .fill-background-200\/85{fill:rgb(var(--color-background-200)/.85)}html .fill-background-200\/90{fill:rgb(var(--color-background-200)/.9)}html .fill-background-200\/95{fill:rgb(var(--color-background-200)/.95)}html .fill-background-300{fill:rgb(var(--color-background-300)/1)}html .fill-background-300\/0{fill:rgb(var(--color-background-300)/0)}html .fill-background-300\/10{fill:rgb(var(--color-background-300)/.1)}html .fill-background-300\/100{fill:rgb(var(--color-background-300)/1)}html .fill-background-300\/15{fill:rgb(var(--color-background-300)/.15)}html .fill-background-300\/20{fill:rgb(var(--color-background-300)/.2)}html .fill-background-300\/25{fill:rgb(var(--color-background-300)/.25)}html .fill-background-300\/30{fill:rgb(var(--color-background-300)/.3)}html .fill-background-300\/35{fill:rgb(var(--color-background-300)/.35)}html .fill-background-300\/40{fill:rgb(var(--color-background-300)/.4)}html .fill-background-300\/45{fill:rgb(var(--color-background-300)/.45)}html .fill-background-300\/5{fill:rgb(var(--color-background-300)/.05)}html .fill-background-300\/50{fill:rgb(var(--color-background-300)/.5)}html .fill-background-300\/55{fill:rgb(var(--color-background-300)/.55)}html .fill-background-300\/60{fill:rgb(var(--color-background-300)/.6)}html .fill-background-300\/65{fill:rgb(var(--color-background-300)/.65)}html .fill-background-300\/70{fill:rgb(var(--color-background-300)/.7)}html .fill-background-300\/75{fill:rgb(var(--color-background-300)/.75)}html .fill-background-300\/80{fill:rgb(var(--color-background-300)/.8)}html .fill-background-300\/85{fill:rgb(var(--color-background-300)/.85)}html .fill-background-300\/90{fill:rgb(var(--color-background-300)/.9)}html .fill-background-300\/95{fill:rgb(var(--color-background-300)/.95)}html .fill-background-400{fill:rgb(var(--color-background-400)/1)}html .fill-background-400\/0{fill:rgb(var(--color-background-400)/0)}html .fill-background-400\/10{fill:rgb(var(--color-background-400)/.1)}html .fill-background-400\/100{fill:rgb(var(--color-background-400)/1)}html .fill-background-400\/15{fill:rgb(var(--color-background-400)/.15)}html .fill-background-400\/20{fill:rgb(var(--color-background-400)/.2)}html .fill-background-400\/25{fill:rgb(var(--color-background-400)/.25)}html .fill-background-400\/30{fill:rgb(var(--color-background-400)/.3)}html .fill-background-400\/35{fill:rgb(var(--color-background-400)/.35)}html .fill-background-400\/40{fill:rgb(var(--color-background-400)/.4)}html .fill-background-400\/45{fill:rgb(var(--color-background-400)/.45)}html .fill-background-400\/5{fill:rgb(var(--color-background-400)/.05)}html .fill-background-400\/50{fill:rgb(var(--color-background-400)/.5)}html .fill-background-400\/55{fill:rgb(var(--color-background-400)/.55)}html .fill-background-400\/60{fill:rgb(var(--color-background-400)/.6)}html .fill-background-400\/65{fill:rgb(var(--color-background-400)/.65)}html .fill-background-400\/70{fill:rgb(var(--color-background-400)/.7)}html .fill-background-400\/75{fill:rgb(var(--color-background-400)/.75)}html .fill-background-400\/80{fill:rgb(var(--color-background-400)/.8)}html .fill-background-400\/85{fill:rgb(var(--color-background-400)/.85)}html .fill-background-400\/90{fill:rgb(var(--color-background-400)/.9)}html .fill-background-400\/95{fill:rgb(var(--color-background-400)/.95)}html .fill-background-50{fill:rgb(var(--color-background-50)/1)}html .fill-background-50\/0{fill:rgb(var(--color-background-50)/0)}html .fill-background-50\/10{fill:rgb(var(--color-background-50)/.1)}html .fill-background-50\/100{fill:rgb(var(--color-background-50)/1)}html .fill-background-50\/15{fill:rgb(var(--color-background-50)/.15)}html .fill-background-50\/20{fill:rgb(var(--color-background-50)/.2)}html .fill-background-50\/25{fill:rgb(var(--color-background-50)/.25)}html .fill-background-50\/30{fill:rgb(var(--color-background-50)/.3)}html .fill-background-50\/35{fill:rgb(var(--color-background-50)/.35)}html .fill-background-50\/40{fill:rgb(var(--color-background-50)/.4)}html .fill-background-50\/45{fill:rgb(var(--color-background-50)/.45)}html .fill-background-50\/5{fill:rgb(var(--color-background-50)/.05)}html .fill-background-50\/50{fill:rgb(var(--color-background-50)/.5)}html .fill-background-50\/55{fill:rgb(var(--color-background-50)/.55)}html .fill-background-50\/60{fill:rgb(var(--color-background-50)/.6)}html .fill-background-50\/65{fill:rgb(var(--color-background-50)/.65)}html .fill-background-50\/70{fill:rgb(var(--color-background-50)/.7)}html .fill-background-50\/75{fill:rgb(var(--color-background-50)/.75)}html .fill-background-50\/80{fill:rgb(var(--color-background-50)/.8)}html .fill-background-50\/85{fill:rgb(var(--color-background-50)/.85)}html .fill-background-50\/90{fill:rgb(var(--color-background-50)/.9)}html .fill-background-50\/95{fill:rgb(var(--color-background-50)/.95)}html .fill-background-500{fill:rgb(var(--color-background-500)/1)}html .fill-background-500\/0{fill:rgb(var(--color-background-500)/0)}html .fill-background-500\/10{fill:rgb(var(--color-background-500)/.1)}html .fill-background-500\/100{fill:rgb(var(--color-background-500)/1)}html .fill-background-500\/15{fill:rgb(var(--color-background-500)/.15)}html .fill-background-500\/20{fill:rgb(var(--color-background-500)/.2)}html .fill-background-500\/25{fill:rgb(var(--color-background-500)/.25)}html .fill-background-500\/30{fill:rgb(var(--color-background-500)/.3)}html .fill-background-500\/35{fill:rgb(var(--color-background-500)/.35)}html .fill-background-500\/40{fill:rgb(var(--color-background-500)/.4)}html .fill-background-500\/45{fill:rgb(var(--color-background-500)/.45)}html .fill-background-500\/5{fill:rgb(var(--color-background-500)/.05)}html .fill-background-500\/50{fill:rgb(var(--color-background-500)/.5)}html .fill-background-500\/55{fill:rgb(var(--color-background-500)/.55)}html .fill-background-500\/60{fill:rgb(var(--color-background-500)/.6)}html .fill-background-500\/65{fill:rgb(var(--color-background-500)/.65)}html .fill-background-500\/70{fill:rgb(var(--color-background-500)/.7)}html .fill-background-500\/75{fill:rgb(var(--color-background-500)/.75)}html .fill-background-500\/80{fill:rgb(var(--color-background-500)/.8)}html .fill-background-500\/85{fill:rgb(var(--color-background-500)/.85)}html .fill-background-500\/90{fill:rgb(var(--color-background-500)/.9)}html .fill-background-500\/95{fill:rgb(var(--color-background-500)/.95)}html .fill-background-600{fill:rgb(var(--color-background-600)/1)}html .fill-background-600\/0{fill:rgb(var(--color-background-600)/0)}html .fill-background-600\/10{fill:rgb(var(--color-background-600)/.1)}html .fill-background-600\/100{fill:rgb(var(--color-background-600)/1)}html .fill-background-600\/15{fill:rgb(var(--color-background-600)/.15)}html .fill-background-600\/20{fill:rgb(var(--color-background-600)/.2)}html .fill-background-600\/25{fill:rgb(var(--color-background-600)/.25)}html .fill-background-600\/30{fill:rgb(var(--color-background-600)/.3)}html .fill-background-600\/35{fill:rgb(var(--color-background-600)/.35)}html .fill-background-600\/40{fill:rgb(var(--color-background-600)/.4)}html .fill-background-600\/45{fill:rgb(var(--color-background-600)/.45)}html .fill-background-600\/5{fill:rgb(var(--color-background-600)/.05)}html .fill-background-600\/50{fill:rgb(var(--color-background-600)/.5)}html .fill-background-600\/55{fill:rgb(var(--color-background-600)/.55)}html .fill-background-600\/60{fill:rgb(var(--color-background-600)/.6)}html .fill-background-600\/65{fill:rgb(var(--color-background-600)/.65)}html .fill-background-600\/70{fill:rgb(var(--color-background-600)/.7)}html .fill-background-600\/75{fill:rgb(var(--color-background-600)/.75)}html .fill-background-600\/80{fill:rgb(var(--color-background-600)/.8)}html .fill-background-600\/85{fill:rgb(var(--color-background-600)/.85)}html .fill-background-600\/90{fill:rgb(var(--color-background-600)/.9)}html .fill-background-600\/95{fill:rgb(var(--color-background-600)/.95)}html .fill-background-700{fill:rgb(var(--color-background-700)/1)}html .fill-background-700\/0{fill:rgb(var(--color-background-700)/0)}html .fill-background-700\/10{fill:rgb(var(--color-background-700)/.1)}html .fill-background-700\/100{fill:rgb(var(--color-background-700)/1)}html .fill-background-700\/15{fill:rgb(var(--color-background-700)/.15)}html .fill-background-700\/20{fill:rgb(var(--color-background-700)/.2)}html .fill-background-700\/25{fill:rgb(var(--color-background-700)/.25)}html .fill-background-700\/30{fill:rgb(var(--color-background-700)/.3)}html .fill-background-700\/35{fill:rgb(var(--color-background-700)/.35)}html .fill-background-700\/40{fill:rgb(var(--color-background-700)/.4)}html .fill-background-700\/45{fill:rgb(var(--color-background-700)/.45)}html .fill-background-700\/5{fill:rgb(var(--color-background-700)/.05)}html .fill-background-700\/50{fill:rgb(var(--color-background-700)/.5)}html .fill-background-700\/55{fill:rgb(var(--color-background-700)/.55)}html .fill-background-700\/60{fill:rgb(var(--color-background-700)/.6)}html .fill-background-700\/65{fill:rgb(var(--color-background-700)/.65)}html .fill-background-700\/70{fill:rgb(var(--color-background-700)/.7)}html .fill-background-700\/75{fill:rgb(var(--color-background-700)/.75)}html .fill-background-700\/80{fill:rgb(var(--color-background-700)/.8)}html .fill-background-700\/85{fill:rgb(var(--color-background-700)/.85)}html .fill-background-700\/90{fill:rgb(var(--color-background-700)/.9)}html .fill-background-700\/95{fill:rgb(var(--color-background-700)/.95)}html .fill-background-800{fill:rgb(var(--color-background-800)/1)}html .fill-background-800\/0{fill:rgb(var(--color-background-800)/0)}html .fill-background-800\/10{fill:rgb(var(--color-background-800)/.1)}html .fill-background-800\/100{fill:rgb(var(--color-background-800)/1)}html .fill-background-800\/15{fill:rgb(var(--color-background-800)/.15)}html .fill-background-800\/20{fill:rgb(var(--color-background-800)/.2)}html .fill-background-800\/25{fill:rgb(var(--color-background-800)/.25)}html .fill-background-800\/30{fill:rgb(var(--color-background-800)/.3)}html .fill-background-800\/35{fill:rgb(var(--color-background-800)/.35)}html .fill-background-800\/40{fill:rgb(var(--color-background-800)/.4)}html .fill-background-800\/45{fill:rgb(var(--color-background-800)/.45)}html .fill-background-800\/5{fill:rgb(var(--color-background-800)/.05)}html .fill-background-800\/50{fill:rgb(var(--color-background-800)/.5)}html .fill-background-800\/55{fill:rgb(var(--color-background-800)/.55)}html .fill-background-800\/60{fill:rgb(var(--color-background-800)/.6)}html .fill-background-800\/65{fill:rgb(var(--color-background-800)/.65)}html .fill-background-800\/70{fill:rgb(var(--color-background-800)/.7)}html .fill-background-800\/75{fill:rgb(var(--color-background-800)/.75)}html .fill-background-800\/80{fill:rgb(var(--color-background-800)/.8)}html .fill-background-800\/85{fill:rgb(var(--color-background-800)/.85)}html .fill-background-800\/90{fill:rgb(var(--color-background-800)/.9)}html .fill-background-800\/95{fill:rgb(var(--color-background-800)/.95)}html .fill-background-900{fill:rgb(var(--color-background-900)/1)}html .fill-background-900\/0{fill:rgb(var(--color-background-900)/0)}html .fill-background-900\/10{fill:rgb(var(--color-background-900)/.1)}html .fill-background-900\/100{fill:rgb(var(--color-background-900)/1)}html .fill-background-900\/15{fill:rgb(var(--color-background-900)/.15)}html .fill-background-900\/20{fill:rgb(var(--color-background-900)/.2)}html .fill-background-900\/25{fill:rgb(var(--color-background-900)/.25)}html .fill-background-900\/30{fill:rgb(var(--color-background-900)/.3)}html .fill-background-900\/35{fill:rgb(var(--color-background-900)/.35)}html .fill-background-900\/40{fill:rgb(var(--color-background-900)/.4)}html .fill-background-900\/45{fill:rgb(var(--color-background-900)/.45)}html .fill-background-900\/5{fill:rgb(var(--color-background-900)/.05)}html .fill-background-900\/50{fill:rgb(var(--color-background-900)/.5)}html .fill-background-900\/55{fill:rgb(var(--color-background-900)/.55)}html .fill-background-900\/60{fill:rgb(var(--color-background-900)/.6)}html .fill-background-900\/65{fill:rgb(var(--color-background-900)/.65)}html .fill-background-900\/70{fill:rgb(var(--color-background-900)/.7)}html .fill-background-900\/75{fill:rgb(var(--color-background-900)/.75)}html .fill-background-900\/80{fill:rgb(var(--color-background-900)/.8)}html .fill-background-900\/85{fill:rgb(var(--color-background-900)/.85)}html .fill-background-900\/90{fill:rgb(var(--color-background-900)/.9)}html .fill-background-900\/95{fill:rgb(var(--color-background-900)/.95)}html .fill-background-950{fill:rgb(var(--color-background-950)/1)}html .fill-background-950\/0{fill:rgb(var(--color-background-950)/0)}html .fill-background-950\/10{fill:rgb(var(--color-background-950)/.1)}html .fill-background-950\/100{fill:rgb(var(--color-background-950)/1)}html .fill-background-950\/15{fill:rgb(var(--color-background-950)/.15)}html .fill-background-950\/20{fill:rgb(var(--color-background-950)/.2)}html .fill-background-950\/25{fill:rgb(var(--color-background-950)/.25)}html .fill-background-950\/30{fill:rgb(var(--color-background-950)/.3)}html .fill-background-950\/35{fill:rgb(var(--color-background-950)/.35)}html .fill-background-950\/40{fill:rgb(var(--color-background-950)/.4)}html .fill-background-950\/45{fill:rgb(var(--color-background-950)/.45)}html .fill-background-950\/5{fill:rgb(var(--color-background-950)/.05)}html .fill-background-950\/50{fill:rgb(var(--color-background-950)/.5)}html .fill-background-950\/55{fill:rgb(var(--color-background-950)/.55)}html .fill-background-950\/60{fill:rgb(var(--color-background-950)/.6)}html .fill-background-950\/65{fill:rgb(var(--color-background-950)/.65)}html .fill-background-950\/70{fill:rgb(var(--color-background-950)/.7)}html .fill-background-950\/75{fill:rgb(var(--color-background-950)/.75)}html .fill-background-950\/80{fill:rgb(var(--color-background-950)/.8)}html .fill-background-950\/85{fill:rgb(var(--color-background-950)/.85)}html .fill-background-950\/90{fill:rgb(var(--color-background-950)/.9)}html .fill-background-950\/95{fill:rgb(var(--color-background-950)/.95)}html .fill-background-dark{fill:#181719}html .fill-background-dark\/0{fill:#18171900}html .fill-background-dark\/10{fill:#1817191a}html .fill-background-dark\/100{fill:#181719}html .fill-background-dark\/15{fill:#18171926}html .fill-background-dark\/20{fill:#18171933}html .fill-background-dark\/25{fill:#18171940}html .fill-background-dark\/30{fill:#1817194d}html .fill-background-dark\/35{fill:#18171959}html .fill-background-dark\/40{fill:#18171966}html .fill-background-dark\/45{fill:#18171973}html .fill-background-dark\/5{fill:#1817190d}html .fill-background-dark\/50{fill:#18171980}html .fill-background-dark\/55{fill:#1817198c}html .fill-background-dark\/60{fill:#18171999}html .fill-background-dark\/65{fill:#181719a6}html .fill-background-dark\/70{fill:#181719b3}html .fill-background-dark\/75{fill:#181719bf}html .fill-background-dark\/80{fill:#181719cc}html .fill-background-dark\/85{fill:#181719d9}html .fill-background-dark\/90{fill:#181719e6}html .fill-background-dark\/95{fill:#181719f2}html .fill-background-error{fill:rgb(var(--color-background-error)/1)}html .fill-background-error\/0{fill:rgb(var(--color-background-error)/0)}html .fill-background-error\/10{fill:rgb(var(--color-background-error)/.1)}html .fill-background-error\/100{fill:rgb(var(--color-background-error)/1)}html .fill-background-error\/15{fill:rgb(var(--color-background-error)/.15)}html .fill-background-error\/20{fill:rgb(var(--color-background-error)/.2)}html .fill-background-error\/25{fill:rgb(var(--color-background-error)/.25)}html .fill-background-error\/30{fill:rgb(var(--color-background-error)/.3)}html .fill-background-error\/35{fill:rgb(var(--color-background-error)/.35)}html .fill-background-error\/40{fill:rgb(var(--color-background-error)/.4)}html .fill-background-error\/45{fill:rgb(var(--color-background-error)/.45)}html .fill-background-error\/5{fill:rgb(var(--color-background-error)/.05)}html .fill-background-error\/50{fill:rgb(var(--color-background-error)/.5)}html .fill-background-error\/55{fill:rgb(var(--color-background-error)/.55)}html .fill-background-error\/60{fill:rgb(var(--color-background-error)/.6)}html .fill-background-error\/65{fill:rgb(var(--color-background-error)/.65)}html .fill-background-error\/70{fill:rgb(var(--color-background-error)/.7)}html .fill-background-error\/75{fill:rgb(var(--color-background-error)/.75)}html .fill-background-error\/80{fill:rgb(var(--color-background-error)/.8)}html .fill-background-error\/85{fill:rgb(var(--color-background-error)/.85)}html .fill-background-error\/90{fill:rgb(var(--color-background-error)/.9)}html .fill-background-error\/95{fill:rgb(var(--color-background-error)/.95)}html .fill-background-info{fill:rgb(var(--color-background-info)/1)}html .fill-background-info\/0{fill:rgb(var(--color-background-info)/0)}html .fill-background-info\/10{fill:rgb(var(--color-background-info)/.1)}html .fill-background-info\/100{fill:rgb(var(--color-background-info)/1)}html .fill-background-info\/15{fill:rgb(var(--color-background-info)/.15)}html .fill-background-info\/20{fill:rgb(var(--color-background-info)/.2)}html .fill-background-info\/25{fill:rgb(var(--color-background-info)/.25)}html .fill-background-info\/30{fill:rgb(var(--color-background-info)/.3)}html .fill-background-info\/35{fill:rgb(var(--color-background-info)/.35)}html .fill-background-info\/40{fill:rgb(var(--color-background-info)/.4)}html .fill-background-info\/45{fill:rgb(var(--color-background-info)/.45)}html .fill-background-info\/5{fill:rgb(var(--color-background-info)/.05)}html .fill-background-info\/50{fill:rgb(var(--color-background-info)/.5)}html .fill-background-info\/55{fill:rgb(var(--color-background-info)/.55)}html .fill-background-info\/60{fill:rgb(var(--color-background-info)/.6)}html .fill-background-info\/65{fill:rgb(var(--color-background-info)/.65)}html .fill-background-info\/70{fill:rgb(var(--color-background-info)/.7)}html .fill-background-info\/75{fill:rgb(var(--color-background-info)/.75)}html .fill-background-info\/80{fill:rgb(var(--color-background-info)/.8)}html .fill-background-info\/85{fill:rgb(var(--color-background-info)/.85)}html .fill-background-info\/90{fill:rgb(var(--color-background-info)/.9)}html .fill-background-info\/95{fill:rgb(var(--color-background-info)/.95)}html .fill-background-light{fill:#fbfbfb}html .fill-background-light\/0{fill:#fbfbfb00}html .fill-background-light\/10{fill:#fbfbfb1a}html .fill-background-light\/100{fill:#fbfbfb}html .fill-background-light\/15{fill:#fbfbfb26}html .fill-background-light\/20{fill:#fbfbfb33}html .fill-background-light\/25{fill:#fbfbfb40}html .fill-background-light\/30{fill:#fbfbfb4d}html .fill-background-light\/35{fill:#fbfbfb59}html .fill-background-light\/40{fill:#fbfbfb66}html .fill-background-light\/45{fill:#fbfbfb73}html .fill-background-light\/5{fill:#fbfbfb0d}html .fill-background-light\/50{fill:#fbfbfb80}html .fill-background-light\/55{fill:#fbfbfb8c}html .fill-background-light\/60{fill:#fbfbfb99}html .fill-background-light\/65{fill:#fbfbfba6}html .fill-background-light\/70{fill:#fbfbfbb3}html .fill-background-light\/75{fill:#fbfbfbbf}html .fill-background-light\/80{fill:#fbfbfbcc}html .fill-background-light\/85{fill:#fbfbfbd9}html .fill-background-light\/90{fill:#fbfbfbe6}html .fill-background-light\/95{fill:#fbfbfbf2}html .fill-background-muted{fill:rgb(var(--color-background-muted)/1)}html .fill-background-muted\/0{fill:rgb(var(--color-background-muted)/0)}html .fill-background-muted\/10{fill:rgb(var(--color-background-muted)/.1)}html .fill-background-muted\/100{fill:rgb(var(--color-background-muted)/1)}html .fill-background-muted\/15{fill:rgb(var(--color-background-muted)/.15)}html .fill-background-muted\/20{fill:rgb(var(--color-background-muted)/.2)}html .fill-background-muted\/25{fill:rgb(var(--color-background-muted)/.25)}html .fill-background-muted\/30{fill:rgb(var(--color-background-muted)/.3)}html .fill-background-muted\/35{fill:rgb(var(--color-background-muted)/.35)}html .fill-background-muted\/40{fill:rgb(var(--color-background-muted)/.4)}html .fill-background-muted\/45{fill:rgb(var(--color-background-muted)/.45)}html .fill-background-muted\/5{fill:rgb(var(--color-background-muted)/.05)}html .fill-background-muted\/50{fill:rgb(var(--color-background-muted)/.5)}html .fill-background-muted\/55{fill:rgb(var(--color-background-muted)/.55)}html .fill-background-muted\/60{fill:rgb(var(--color-background-muted)/.6)}html .fill-background-muted\/65{fill:rgb(var(--color-background-muted)/.65)}html .fill-background-muted\/70{fill:rgb(var(--color-background-muted)/.7)}html .fill-background-muted\/75{fill:rgb(var(--color-background-muted)/.75)}html .fill-background-muted\/80{fill:rgb(var(--color-background-muted)/.8)}html .fill-background-muted\/85{fill:rgb(var(--color-background-muted)/.85)}html .fill-background-muted\/90{fill:rgb(var(--color-background-muted)/.9)}html .fill-background-muted\/95{fill:rgb(var(--color-background-muted)/.95)}html .fill-background-success{fill:rgb(var(--color-background-success)/1)}html .fill-background-success\/0{fill:rgb(var(--color-background-success)/0)}html .fill-background-success\/10{fill:rgb(var(--color-background-success)/.1)}html .fill-background-success\/100{fill:rgb(var(--color-background-success)/1)}html .fill-background-success\/15{fill:rgb(var(--color-background-success)/.15)}html .fill-background-success\/20{fill:rgb(var(--color-background-success)/.2)}html .fill-background-success\/25{fill:rgb(var(--color-background-success)/.25)}html .fill-background-success\/30{fill:rgb(var(--color-background-success)/.3)}html .fill-background-success\/35{fill:rgb(var(--color-background-success)/.35)}html .fill-background-success\/40{fill:rgb(var(--color-background-success)/.4)}html .fill-background-success\/45{fill:rgb(var(--color-background-success)/.45)}html .fill-background-success\/5{fill:rgb(var(--color-background-success)/.05)}html .fill-background-success\/50{fill:rgb(var(--color-background-success)/.5)}html .fill-background-success\/55{fill:rgb(var(--color-background-success)/.55)}html .fill-background-success\/60{fill:rgb(var(--color-background-success)/.6)}html .fill-background-success\/65{fill:rgb(var(--color-background-success)/.65)}html .fill-background-success\/70{fill:rgb(var(--color-background-success)/.7)}html .fill-background-success\/75{fill:rgb(var(--color-background-success)/.75)}html .fill-background-success\/80{fill:rgb(var(--color-background-success)/.8)}html .fill-background-success\/85{fill:rgb(var(--color-background-success)/.85)}html .fill-background-success\/90{fill:rgb(var(--color-background-success)/.9)}html .fill-background-success\/95{fill:rgb(var(--color-background-success)/.95)}html .fill-background-warning{fill:rgb(var(--color-background-warning)/1)}html .fill-background-warning\/0{fill:rgb(var(--color-background-warning)/0)}html .fill-background-warning\/10{fill:rgb(var(--color-background-warning)/.1)}html .fill-background-warning\/100{fill:rgb(var(--color-background-warning)/1)}html .fill-background-warning\/15{fill:rgb(var(--color-background-warning)/.15)}html .fill-background-warning\/20{fill:rgb(var(--color-background-warning)/.2)}html .fill-background-warning\/25{fill:rgb(var(--color-background-warning)/.25)}html .fill-background-warning\/30{fill:rgb(var(--color-background-warning)/.3)}html .fill-background-warning\/35{fill:rgb(var(--color-background-warning)/.35)}html .fill-background-warning\/40{fill:rgb(var(--color-background-warning)/.4)}html .fill-background-warning\/45{fill:rgb(var(--color-background-warning)/.45)}html .fill-background-warning\/5{fill:rgb(var(--color-background-warning)/.05)}html .fill-background-warning\/50{fill:rgb(var(--color-background-warning)/.5)}html .fill-background-warning\/55{fill:rgb(var(--color-background-warning)/.55)}html .fill-background-warning\/60{fill:rgb(var(--color-background-warning)/.6)}html .fill-background-warning\/65{fill:rgb(var(--color-background-warning)/.65)}html .fill-background-warning\/70{fill:rgb(var(--color-background-warning)/.7)}html .fill-background-warning\/75{fill:rgb(var(--color-background-warning)/.75)}html .fill-background-warning\/80{fill:rgb(var(--color-background-warning)/.8)}html .fill-background-warning\/85{fill:rgb(var(--color-background-warning)/.85)}html .fill-background-warning\/90{fill:rgb(var(--color-background-warning)/.9)}html .fill-background-warning\/95{fill:rgb(var(--color-background-warning)/.95)}html .fill-error-0{fill:rgb(var(--color-error-0)/1)}html .fill-error-0\/0{fill:rgb(var(--color-error-0)/0)}html .fill-error-0\/10{fill:rgb(var(--color-error-0)/.1)}html .fill-error-0\/100{fill:rgb(var(--color-error-0)/1)}html .fill-error-0\/15{fill:rgb(var(--color-error-0)/.15)}html .fill-error-0\/20{fill:rgb(var(--color-error-0)/.2)}html .fill-error-0\/25{fill:rgb(var(--color-error-0)/.25)}html .fill-error-0\/30{fill:rgb(var(--color-error-0)/.3)}html .fill-error-0\/35{fill:rgb(var(--color-error-0)/.35)}html .fill-error-0\/40{fill:rgb(var(--color-error-0)/.4)}html .fill-error-0\/45{fill:rgb(var(--color-error-0)/.45)}html .fill-error-0\/5{fill:rgb(var(--color-error-0)/.05)}html .fill-error-0\/50{fill:rgb(var(--color-error-0)/.5)}html .fill-error-0\/55{fill:rgb(var(--color-error-0)/.55)}html .fill-error-0\/60{fill:rgb(var(--color-error-0)/.6)}html .fill-error-0\/65{fill:rgb(var(--color-error-0)/.65)}html .fill-error-0\/70{fill:rgb(var(--color-error-0)/.7)}html .fill-error-0\/75{fill:rgb(var(--color-error-0)/.75)}html .fill-error-0\/80{fill:rgb(var(--color-error-0)/.8)}html .fill-error-0\/85{fill:rgb(var(--color-error-0)/.85)}html .fill-error-0\/90{fill:rgb(var(--color-error-0)/.9)}html .fill-error-0\/95{fill:rgb(var(--color-error-0)/.95)}html .fill-error-100{fill:rgb(var(--color-error-100)/1)}html .fill-error-100\/0{fill:rgb(var(--color-error-100)/0)}html .fill-error-100\/10{fill:rgb(var(--color-error-100)/.1)}html .fill-error-100\/100{fill:rgb(var(--color-error-100)/1)}html .fill-error-100\/15{fill:rgb(var(--color-error-100)/.15)}html .fill-error-100\/20{fill:rgb(var(--color-error-100)/.2)}html .fill-error-100\/25{fill:rgb(var(--color-error-100)/.25)}html .fill-error-100\/30{fill:rgb(var(--color-error-100)/.3)}html .fill-error-100\/35{fill:rgb(var(--color-error-100)/.35)}html .fill-error-100\/40{fill:rgb(var(--color-error-100)/.4)}html .fill-error-100\/45{fill:rgb(var(--color-error-100)/.45)}html .fill-error-100\/5{fill:rgb(var(--color-error-100)/.05)}html .fill-error-100\/50{fill:rgb(var(--color-error-100)/.5)}html .fill-error-100\/55{fill:rgb(var(--color-error-100)/.55)}html .fill-error-100\/60{fill:rgb(var(--color-error-100)/.6)}html .fill-error-100\/65{fill:rgb(var(--color-error-100)/.65)}html .fill-error-100\/70{fill:rgb(var(--color-error-100)/.7)}html .fill-error-100\/75{fill:rgb(var(--color-error-100)/.75)}html .fill-error-100\/80{fill:rgb(var(--color-error-100)/.8)}html .fill-error-100\/85{fill:rgb(var(--color-error-100)/.85)}html .fill-error-100\/90{fill:rgb(var(--color-error-100)/.9)}html .fill-error-100\/95{fill:rgb(var(--color-error-100)/.95)}html .fill-error-200{fill:rgb(var(--color-error-200)/1)}html .fill-error-200\/0{fill:rgb(var(--color-error-200)/0)}html .fill-error-200\/10{fill:rgb(var(--color-error-200)/.1)}html .fill-error-200\/100{fill:rgb(var(--color-error-200)/1)}html .fill-error-200\/15{fill:rgb(var(--color-error-200)/.15)}html .fill-error-200\/20{fill:rgb(var(--color-error-200)/.2)}html .fill-error-200\/25{fill:rgb(var(--color-error-200)/.25)}html .fill-error-200\/30{fill:rgb(var(--color-error-200)/.3)}html .fill-error-200\/35{fill:rgb(var(--color-error-200)/.35)}html .fill-error-200\/40{fill:rgb(var(--color-error-200)/.4)}html .fill-error-200\/45{fill:rgb(var(--color-error-200)/.45)}html .fill-error-200\/5{fill:rgb(var(--color-error-200)/.05)}html .fill-error-200\/50{fill:rgb(var(--color-error-200)/.5)}html .fill-error-200\/55{fill:rgb(var(--color-error-200)/.55)}html .fill-error-200\/60{fill:rgb(var(--color-error-200)/.6)}html .fill-error-200\/65{fill:rgb(var(--color-error-200)/.65)}html .fill-error-200\/70{fill:rgb(var(--color-error-200)/.7)}html .fill-error-200\/75{fill:rgb(var(--color-error-200)/.75)}html .fill-error-200\/80{fill:rgb(var(--color-error-200)/.8)}html .fill-error-200\/85{fill:rgb(var(--color-error-200)/.85)}html .fill-error-200\/90{fill:rgb(var(--color-error-200)/.9)}html .fill-error-200\/95{fill:rgb(var(--color-error-200)/.95)}html .fill-error-300{fill:rgb(var(--color-error-300)/1)}html .fill-error-300\/0{fill:rgb(var(--color-error-300)/0)}html .fill-error-300\/10{fill:rgb(var(--color-error-300)/.1)}html .fill-error-300\/100{fill:rgb(var(--color-error-300)/1)}html .fill-error-300\/15{fill:rgb(var(--color-error-300)/.15)}html .fill-error-300\/20{fill:rgb(var(--color-error-300)/.2)}html .fill-error-300\/25{fill:rgb(var(--color-error-300)/.25)}html .fill-error-300\/30{fill:rgb(var(--color-error-300)/.3)}html .fill-error-300\/35{fill:rgb(var(--color-error-300)/.35)}html .fill-error-300\/40{fill:rgb(var(--color-error-300)/.4)}html .fill-error-300\/45{fill:rgb(var(--color-error-300)/.45)}html .fill-error-300\/5{fill:rgb(var(--color-error-300)/.05)}html .fill-error-300\/50{fill:rgb(var(--color-error-300)/.5)}html .fill-error-300\/55{fill:rgb(var(--color-error-300)/.55)}html .fill-error-300\/60{fill:rgb(var(--color-error-300)/.6)}html .fill-error-300\/65{fill:rgb(var(--color-error-300)/.65)}html .fill-error-300\/70{fill:rgb(var(--color-error-300)/.7)}html .fill-error-300\/75{fill:rgb(var(--color-error-300)/.75)}html .fill-error-300\/80{fill:rgb(var(--color-error-300)/.8)}html .fill-error-300\/85{fill:rgb(var(--color-error-300)/.85)}html .fill-error-300\/90{fill:rgb(var(--color-error-300)/.9)}html .fill-error-300\/95{fill:rgb(var(--color-error-300)/.95)}html .fill-error-400{fill:rgb(var(--color-error-400)/1)}html .fill-error-400\/0{fill:rgb(var(--color-error-400)/0)}html .fill-error-400\/10{fill:rgb(var(--color-error-400)/.1)}html .fill-error-400\/100{fill:rgb(var(--color-error-400)/1)}html .fill-error-400\/15{fill:rgb(var(--color-error-400)/.15)}html .fill-error-400\/20{fill:rgb(var(--color-error-400)/.2)}html .fill-error-400\/25{fill:rgb(var(--color-error-400)/.25)}html .fill-error-400\/30{fill:rgb(var(--color-error-400)/.3)}html .fill-error-400\/35{fill:rgb(var(--color-error-400)/.35)}html .fill-error-400\/40{fill:rgb(var(--color-error-400)/.4)}html .fill-error-400\/45{fill:rgb(var(--color-error-400)/.45)}html .fill-error-400\/5{fill:rgb(var(--color-error-400)/.05)}html .fill-error-400\/50{fill:rgb(var(--color-error-400)/.5)}html .fill-error-400\/55{fill:rgb(var(--color-error-400)/.55)}html .fill-error-400\/60{fill:rgb(var(--color-error-400)/.6)}html .fill-error-400\/65{fill:rgb(var(--color-error-400)/.65)}html .fill-error-400\/70{fill:rgb(var(--color-error-400)/.7)}html .fill-error-400\/75{fill:rgb(var(--color-error-400)/.75)}html .fill-error-400\/80{fill:rgb(var(--color-error-400)/.8)}html .fill-error-400\/85{fill:rgb(var(--color-error-400)/.85)}html .fill-error-400\/90{fill:rgb(var(--color-error-400)/.9)}html .fill-error-400\/95{fill:rgb(var(--color-error-400)/.95)}html .fill-error-50{fill:rgb(var(--color-error-50)/1)}html .fill-error-50\/0{fill:rgb(var(--color-error-50)/0)}html .fill-error-50\/10{fill:rgb(var(--color-error-50)/.1)}html .fill-error-50\/100{fill:rgb(var(--color-error-50)/1)}html .fill-error-50\/15{fill:rgb(var(--color-error-50)/.15)}html .fill-error-50\/20{fill:rgb(var(--color-error-50)/.2)}html .fill-error-50\/25{fill:rgb(var(--color-error-50)/.25)}html .fill-error-50\/30{fill:rgb(var(--color-error-50)/.3)}html .fill-error-50\/35{fill:rgb(var(--color-error-50)/.35)}html .fill-error-50\/40{fill:rgb(var(--color-error-50)/.4)}html .fill-error-50\/45{fill:rgb(var(--color-error-50)/.45)}html .fill-error-50\/5{fill:rgb(var(--color-error-50)/.05)}html .fill-error-50\/50{fill:rgb(var(--color-error-50)/.5)}html .fill-error-50\/55{fill:rgb(var(--color-error-50)/.55)}html .fill-error-50\/60{fill:rgb(var(--color-error-50)/.6)}html .fill-error-50\/65{fill:rgb(var(--color-error-50)/.65)}html .fill-error-50\/70{fill:rgb(var(--color-error-50)/.7)}html .fill-error-50\/75{fill:rgb(var(--color-error-50)/.75)}html .fill-error-50\/80{fill:rgb(var(--color-error-50)/.8)}html .fill-error-50\/85{fill:rgb(var(--color-error-50)/.85)}html .fill-error-50\/90{fill:rgb(var(--color-error-50)/.9)}html .fill-error-50\/95{fill:rgb(var(--color-error-50)/.95)}html .fill-error-500{fill:rgb(var(--color-error-500)/1)}html .fill-error-500\/0{fill:rgb(var(--color-error-500)/0)}html .fill-error-500\/10{fill:rgb(var(--color-error-500)/.1)}html .fill-error-500\/100{fill:rgb(var(--color-error-500)/1)}html .fill-error-500\/15{fill:rgb(var(--color-error-500)/.15)}html .fill-error-500\/20{fill:rgb(var(--color-error-500)/.2)}html .fill-error-500\/25{fill:rgb(var(--color-error-500)/.25)}html .fill-error-500\/30{fill:rgb(var(--color-error-500)/.3)}html .fill-error-500\/35{fill:rgb(var(--color-error-500)/.35)}html .fill-error-500\/40{fill:rgb(var(--color-error-500)/.4)}html .fill-error-500\/45{fill:rgb(var(--color-error-500)/.45)}html .fill-error-500\/5{fill:rgb(var(--color-error-500)/.05)}html .fill-error-500\/50{fill:rgb(var(--color-error-500)/.5)}html .fill-error-500\/55{fill:rgb(var(--color-error-500)/.55)}html .fill-error-500\/60{fill:rgb(var(--color-error-500)/.6)}html .fill-error-500\/65{fill:rgb(var(--color-error-500)/.65)}html .fill-error-500\/70{fill:rgb(var(--color-error-500)/.7)}html .fill-error-500\/75{fill:rgb(var(--color-error-500)/.75)}html .fill-error-500\/80{fill:rgb(var(--color-error-500)/.8)}html .fill-error-500\/85{fill:rgb(var(--color-error-500)/.85)}html .fill-error-500\/90{fill:rgb(var(--color-error-500)/.9)}html .fill-error-500\/95{fill:rgb(var(--color-error-500)/.95)}html .fill-error-600{fill:rgb(var(--color-error-600)/1)}html .fill-error-600\/0{fill:rgb(var(--color-error-600)/0)}html .fill-error-600\/10{fill:rgb(var(--color-error-600)/.1)}html .fill-error-600\/100{fill:rgb(var(--color-error-600)/1)}html .fill-error-600\/15{fill:rgb(var(--color-error-600)/.15)}html .fill-error-600\/20{fill:rgb(var(--color-error-600)/.2)}html .fill-error-600\/25{fill:rgb(var(--color-error-600)/.25)}html .fill-error-600\/30{fill:rgb(var(--color-error-600)/.3)}html .fill-error-600\/35{fill:rgb(var(--color-error-600)/.35)}html .fill-error-600\/40{fill:rgb(var(--color-error-600)/.4)}html .fill-error-600\/45{fill:rgb(var(--color-error-600)/.45)}html .fill-error-600\/5{fill:rgb(var(--color-error-600)/.05)}html .fill-error-600\/50{fill:rgb(var(--color-error-600)/.5)}html .fill-error-600\/55{fill:rgb(var(--color-error-600)/.55)}html .fill-error-600\/60{fill:rgb(var(--color-error-600)/.6)}html .fill-error-600\/65{fill:rgb(var(--color-error-600)/.65)}html .fill-error-600\/70{fill:rgb(var(--color-error-600)/.7)}html .fill-error-600\/75{fill:rgb(var(--color-error-600)/.75)}html .fill-error-600\/80{fill:rgb(var(--color-error-600)/.8)}html .fill-error-600\/85{fill:rgb(var(--color-error-600)/.85)}html .fill-error-600\/90{fill:rgb(var(--color-error-600)/.9)}html .fill-error-600\/95{fill:rgb(var(--color-error-600)/.95)}html .fill-error-700{fill:rgb(var(--color-error-700)/1)}html .fill-error-700\/0{fill:rgb(var(--color-error-700)/0)}html .fill-error-700\/10{fill:rgb(var(--color-error-700)/.1)}html .fill-error-700\/100{fill:rgb(var(--color-error-700)/1)}html .fill-error-700\/15{fill:rgb(var(--color-error-700)/.15)}html .fill-error-700\/20{fill:rgb(var(--color-error-700)/.2)}html .fill-error-700\/25{fill:rgb(var(--color-error-700)/.25)}html .fill-error-700\/30{fill:rgb(var(--color-error-700)/.3)}html .fill-error-700\/35{fill:rgb(var(--color-error-700)/.35)}html .fill-error-700\/40{fill:rgb(var(--color-error-700)/.4)}html .fill-error-700\/45{fill:rgb(var(--color-error-700)/.45)}html .fill-error-700\/5{fill:rgb(var(--color-error-700)/.05)}html .fill-error-700\/50{fill:rgb(var(--color-error-700)/.5)}html .fill-error-700\/55{fill:rgb(var(--color-error-700)/.55)}html .fill-error-700\/60{fill:rgb(var(--color-error-700)/.6)}html .fill-error-700\/65{fill:rgb(var(--color-error-700)/.65)}html .fill-error-700\/70{fill:rgb(var(--color-error-700)/.7)}html .fill-error-700\/75{fill:rgb(var(--color-error-700)/.75)}html .fill-error-700\/80{fill:rgb(var(--color-error-700)/.8)}html .fill-error-700\/85{fill:rgb(var(--color-error-700)/.85)}html .fill-error-700\/90{fill:rgb(var(--color-error-700)/.9)}html .fill-error-700\/95{fill:rgb(var(--color-error-700)/.95)}html .fill-error-800{fill:rgb(var(--color-error-800)/1)}html .fill-error-800\/0{fill:rgb(var(--color-error-800)/0)}html .fill-error-800\/10{fill:rgb(var(--color-error-800)/.1)}html .fill-error-800\/100{fill:rgb(var(--color-error-800)/1)}html .fill-error-800\/15{fill:rgb(var(--color-error-800)/.15)}html .fill-error-800\/20{fill:rgb(var(--color-error-800)/.2)}html .fill-error-800\/25{fill:rgb(var(--color-error-800)/.25)}html .fill-error-800\/30{fill:rgb(var(--color-error-800)/.3)}html .fill-error-800\/35{fill:rgb(var(--color-error-800)/.35)}html .fill-error-800\/40{fill:rgb(var(--color-error-800)/.4)}html .fill-error-800\/45{fill:rgb(var(--color-error-800)/.45)}html .fill-error-800\/5{fill:rgb(var(--color-error-800)/.05)}html .fill-error-800\/50{fill:rgb(var(--color-error-800)/.5)}html .fill-error-800\/55{fill:rgb(var(--color-error-800)/.55)}html .fill-error-800\/60{fill:rgb(var(--color-error-800)/.6)}html .fill-error-800\/65{fill:rgb(var(--color-error-800)/.65)}html .fill-error-800\/70{fill:rgb(var(--color-error-800)/.7)}html .fill-error-800\/75{fill:rgb(var(--color-error-800)/.75)}html .fill-error-800\/80{fill:rgb(var(--color-error-800)/.8)}html .fill-error-800\/85{fill:rgb(var(--color-error-800)/.85)}html .fill-error-800\/90{fill:rgb(var(--color-error-800)/.9)}html .fill-error-800\/95{fill:rgb(var(--color-error-800)/.95)}html .fill-error-900{fill:rgb(var(--color-error-900)/1)}html .fill-error-900\/0{fill:rgb(var(--color-error-900)/0)}html .fill-error-900\/10{fill:rgb(var(--color-error-900)/.1)}html .fill-error-900\/100{fill:rgb(var(--color-error-900)/1)}html .fill-error-900\/15{fill:rgb(var(--color-error-900)/.15)}html .fill-error-900\/20{fill:rgb(var(--color-error-900)/.2)}html .fill-error-900\/25{fill:rgb(var(--color-error-900)/.25)}html .fill-error-900\/30{fill:rgb(var(--color-error-900)/.3)}html .fill-error-900\/35{fill:rgb(var(--color-error-900)/.35)}html .fill-error-900\/40{fill:rgb(var(--color-error-900)/.4)}html .fill-error-900\/45{fill:rgb(var(--color-error-900)/.45)}html .fill-error-900\/5{fill:rgb(var(--color-error-900)/.05)}html .fill-error-900\/50{fill:rgb(var(--color-error-900)/.5)}html .fill-error-900\/55{fill:rgb(var(--color-error-900)/.55)}html .fill-error-900\/60{fill:rgb(var(--color-error-900)/.6)}html .fill-error-900\/65{fill:rgb(var(--color-error-900)/.65)}html .fill-error-900\/70{fill:rgb(var(--color-error-900)/.7)}html .fill-error-900\/75{fill:rgb(var(--color-error-900)/.75)}html .fill-error-900\/80{fill:rgb(var(--color-error-900)/.8)}html .fill-error-900\/85{fill:rgb(var(--color-error-900)/.85)}html .fill-error-900\/90{fill:rgb(var(--color-error-900)/.9)}html .fill-error-900\/95{fill:rgb(var(--color-error-900)/.95)}html .fill-error-950{fill:rgb(var(--color-error-950)/1)}html .fill-error-950\/0{fill:rgb(var(--color-error-950)/0)}html .fill-error-950\/10{fill:rgb(var(--color-error-950)/.1)}html .fill-error-950\/100{fill:rgb(var(--color-error-950)/1)}html .fill-error-950\/15{fill:rgb(var(--color-error-950)/.15)}html .fill-error-950\/20{fill:rgb(var(--color-error-950)/.2)}html .fill-error-950\/25{fill:rgb(var(--color-error-950)/.25)}html .fill-error-950\/30{fill:rgb(var(--color-error-950)/.3)}html .fill-error-950\/35{fill:rgb(var(--color-error-950)/.35)}html .fill-error-950\/40{fill:rgb(var(--color-error-950)/.4)}html .fill-error-950\/45{fill:rgb(var(--color-error-950)/.45)}html .fill-error-950\/5{fill:rgb(var(--color-error-950)/.05)}html .fill-error-950\/50{fill:rgb(var(--color-error-950)/.5)}html .fill-error-950\/55{fill:rgb(var(--color-error-950)/.55)}html .fill-error-950\/60{fill:rgb(var(--color-error-950)/.6)}html .fill-error-950\/65{fill:rgb(var(--color-error-950)/.65)}html .fill-error-950\/70{fill:rgb(var(--color-error-950)/.7)}html .fill-error-950\/75{fill:rgb(var(--color-error-950)/.75)}html .fill-error-950\/80{fill:rgb(var(--color-error-950)/.8)}html .fill-error-950\/85{fill:rgb(var(--color-error-950)/.85)}html .fill-error-950\/90{fill:rgb(var(--color-error-950)/.9)}html .fill-error-950\/95{fill:rgb(var(--color-error-950)/.95)}html .fill-indicator-error{fill:rgb(var(--color-indicator-error)/1)}html .fill-indicator-error\/0{fill:rgb(var(--color-indicator-error)/0)}html .fill-indicator-error\/10{fill:rgb(var(--color-indicator-error)/.1)}html .fill-indicator-error\/100{fill:rgb(var(--color-indicator-error)/1)}html .fill-indicator-error\/15{fill:rgb(var(--color-indicator-error)/.15)}html .fill-indicator-error\/20{fill:rgb(var(--color-indicator-error)/.2)}html .fill-indicator-error\/25{fill:rgb(var(--color-indicator-error)/.25)}html .fill-indicator-error\/30{fill:rgb(var(--color-indicator-error)/.3)}html .fill-indicator-error\/35{fill:rgb(var(--color-indicator-error)/.35)}html .fill-indicator-error\/40{fill:rgb(var(--color-indicator-error)/.4)}html .fill-indicator-error\/45{fill:rgb(var(--color-indicator-error)/.45)}html .fill-indicator-error\/5{fill:rgb(var(--color-indicator-error)/.05)}html .fill-indicator-error\/50{fill:rgb(var(--color-indicator-error)/.5)}html .fill-indicator-error\/55{fill:rgb(var(--color-indicator-error)/.55)}html .fill-indicator-error\/60{fill:rgb(var(--color-indicator-error)/.6)}html .fill-indicator-error\/65{fill:rgb(var(--color-indicator-error)/.65)}html .fill-indicator-error\/70{fill:rgb(var(--color-indicator-error)/.7)}html .fill-indicator-error\/75{fill:rgb(var(--color-indicator-error)/.75)}html .fill-indicator-error\/80{fill:rgb(var(--color-indicator-error)/.8)}html .fill-indicator-error\/85{fill:rgb(var(--color-indicator-error)/.85)}html .fill-indicator-error\/90{fill:rgb(var(--color-indicator-error)/.9)}html .fill-indicator-error\/95{fill:rgb(var(--color-indicator-error)/.95)}html .fill-indicator-info{fill:rgb(var(--color-indicator-info)/1)}html .fill-indicator-info\/0{fill:rgb(var(--color-indicator-info)/0)}html .fill-indicator-info\/10{fill:rgb(var(--color-indicator-info)/.1)}html .fill-indicator-info\/100{fill:rgb(var(--color-indicator-info)/1)}html .fill-indicator-info\/15{fill:rgb(var(--color-indicator-info)/.15)}html .fill-indicator-info\/20{fill:rgb(var(--color-indicator-info)/.2)}html .fill-indicator-info\/25{fill:rgb(var(--color-indicator-info)/.25)}html .fill-indicator-info\/30{fill:rgb(var(--color-indicator-info)/.3)}html .fill-indicator-info\/35{fill:rgb(var(--color-indicator-info)/.35)}html .fill-indicator-info\/40{fill:rgb(var(--color-indicator-info)/.4)}html .fill-indicator-info\/45{fill:rgb(var(--color-indicator-info)/.45)}html .fill-indicator-info\/5{fill:rgb(var(--color-indicator-info)/.05)}html .fill-indicator-info\/50{fill:rgb(var(--color-indicator-info)/.5)}html .fill-indicator-info\/55{fill:rgb(var(--color-indicator-info)/.55)}html .fill-indicator-info\/60{fill:rgb(var(--color-indicator-info)/.6)}html .fill-indicator-info\/65{fill:rgb(var(--color-indicator-info)/.65)}html .fill-indicator-info\/70{fill:rgb(var(--color-indicator-info)/.7)}html .fill-indicator-info\/75{fill:rgb(var(--color-indicator-info)/.75)}html .fill-indicator-info\/80{fill:rgb(var(--color-indicator-info)/.8)}html .fill-indicator-info\/85{fill:rgb(var(--color-indicator-info)/.85)}html .fill-indicator-info\/90{fill:rgb(var(--color-indicator-info)/.9)}html .fill-indicator-info\/95{fill:rgb(var(--color-indicator-info)/.95)}html .fill-indicator-primary{fill:rgb(var(--color-indicator-primary)/1)}html .fill-indicator-primary\/0{fill:rgb(var(--color-indicator-primary)/0)}html .fill-indicator-primary\/10{fill:rgb(var(--color-indicator-primary)/.1)}html .fill-indicator-primary\/100{fill:rgb(var(--color-indicator-primary)/1)}html .fill-indicator-primary\/15{fill:rgb(var(--color-indicator-primary)/.15)}html .fill-indicator-primary\/20{fill:rgb(var(--color-indicator-primary)/.2)}html .fill-indicator-primary\/25{fill:rgb(var(--color-indicator-primary)/.25)}html .fill-indicator-primary\/30{fill:rgb(var(--color-indicator-primary)/.3)}html .fill-indicator-primary\/35{fill:rgb(var(--color-indicator-primary)/.35)}html .fill-indicator-primary\/40{fill:rgb(var(--color-indicator-primary)/.4)}html .fill-indicator-primary\/45{fill:rgb(var(--color-indicator-primary)/.45)}html .fill-indicator-primary\/5{fill:rgb(var(--color-indicator-primary)/.05)}html .fill-indicator-primary\/50{fill:rgb(var(--color-indicator-primary)/.5)}html .fill-indicator-primary\/55{fill:rgb(var(--color-indicator-primary)/.55)}html .fill-indicator-primary\/60{fill:rgb(var(--color-indicator-primary)/.6)}html .fill-indicator-primary\/65{fill:rgb(var(--color-indicator-primary)/.65)}html .fill-indicator-primary\/70{fill:rgb(var(--color-indicator-primary)/.7)}html .fill-indicator-primary\/75{fill:rgb(var(--color-indicator-primary)/.75)}html .fill-indicator-primary\/80{fill:rgb(var(--color-indicator-primary)/.8)}html .fill-indicator-primary\/85{fill:rgb(var(--color-indicator-primary)/.85)}html .fill-indicator-primary\/90{fill:rgb(var(--color-indicator-primary)/.9)}html .fill-indicator-primary\/95{fill:rgb(var(--color-indicator-primary)/.95)}html .fill-info-0{fill:rgb(var(--color-info-0)/1)}html .fill-info-0\/0{fill:rgb(var(--color-info-0)/0)}html .fill-info-0\/10{fill:rgb(var(--color-info-0)/.1)}html .fill-info-0\/100{fill:rgb(var(--color-info-0)/1)}html .fill-info-0\/15{fill:rgb(var(--color-info-0)/.15)}html .fill-info-0\/20{fill:rgb(var(--color-info-0)/.2)}html .fill-info-0\/25{fill:rgb(var(--color-info-0)/.25)}html .fill-info-0\/30{fill:rgb(var(--color-info-0)/.3)}html .fill-info-0\/35{fill:rgb(var(--color-info-0)/.35)}html .fill-info-0\/40{fill:rgb(var(--color-info-0)/.4)}html .fill-info-0\/45{fill:rgb(var(--color-info-0)/.45)}html .fill-info-0\/5{fill:rgb(var(--color-info-0)/.05)}html .fill-info-0\/50{fill:rgb(var(--color-info-0)/.5)}html .fill-info-0\/55{fill:rgb(var(--color-info-0)/.55)}html .fill-info-0\/60{fill:rgb(var(--color-info-0)/.6)}html .fill-info-0\/65{fill:rgb(var(--color-info-0)/.65)}html .fill-info-0\/70{fill:rgb(var(--color-info-0)/.7)}html .fill-info-0\/75{fill:rgb(var(--color-info-0)/.75)}html .fill-info-0\/80{fill:rgb(var(--color-info-0)/.8)}html .fill-info-0\/85{fill:rgb(var(--color-info-0)/.85)}html .fill-info-0\/90{fill:rgb(var(--color-info-0)/.9)}html .fill-info-0\/95{fill:rgb(var(--color-info-0)/.95)}html .fill-info-100{fill:rgb(var(--color-info-100)/1)}html .fill-info-100\/0{fill:rgb(var(--color-info-100)/0)}html .fill-info-100\/10{fill:rgb(var(--color-info-100)/.1)}html .fill-info-100\/100{fill:rgb(var(--color-info-100)/1)}html .fill-info-100\/15{fill:rgb(var(--color-info-100)/.15)}html .fill-info-100\/20{fill:rgb(var(--color-info-100)/.2)}html .fill-info-100\/25{fill:rgb(var(--color-info-100)/.25)}html .fill-info-100\/30{fill:rgb(var(--color-info-100)/.3)}html .fill-info-100\/35{fill:rgb(var(--color-info-100)/.35)}html .fill-info-100\/40{fill:rgb(var(--color-info-100)/.4)}html .fill-info-100\/45{fill:rgb(var(--color-info-100)/.45)}html .fill-info-100\/5{fill:rgb(var(--color-info-100)/.05)}html .fill-info-100\/50{fill:rgb(var(--color-info-100)/.5)}html .fill-info-100\/55{fill:rgb(var(--color-info-100)/.55)}html .fill-info-100\/60{fill:rgb(var(--color-info-100)/.6)}html .fill-info-100\/65{fill:rgb(var(--color-info-100)/.65)}html .fill-info-100\/70{fill:rgb(var(--color-info-100)/.7)}html .fill-info-100\/75{fill:rgb(var(--color-info-100)/.75)}html .fill-info-100\/80{fill:rgb(var(--color-info-100)/.8)}html .fill-info-100\/85{fill:rgb(var(--color-info-100)/.85)}html .fill-info-100\/90{fill:rgb(var(--color-info-100)/.9)}html .fill-info-100\/95{fill:rgb(var(--color-info-100)/.95)}html .fill-info-200{fill:rgb(var(--color-info-200)/1)}html .fill-info-200\/0{fill:rgb(var(--color-info-200)/0)}html .fill-info-200\/10{fill:rgb(var(--color-info-200)/.1)}html .fill-info-200\/100{fill:rgb(var(--color-info-200)/1)}html .fill-info-200\/15{fill:rgb(var(--color-info-200)/.15)}html .fill-info-200\/20{fill:rgb(var(--color-info-200)/.2)}html .fill-info-200\/25{fill:rgb(var(--color-info-200)/.25)}html .fill-info-200\/30{fill:rgb(var(--color-info-200)/.3)}html .fill-info-200\/35{fill:rgb(var(--color-info-200)/.35)}html .fill-info-200\/40{fill:rgb(var(--color-info-200)/.4)}html .fill-info-200\/45{fill:rgb(var(--color-info-200)/.45)}html .fill-info-200\/5{fill:rgb(var(--color-info-200)/.05)}html .fill-info-200\/50{fill:rgb(var(--color-info-200)/.5)}html .fill-info-200\/55{fill:rgb(var(--color-info-200)/.55)}html .fill-info-200\/60{fill:rgb(var(--color-info-200)/.6)}html .fill-info-200\/65{fill:rgb(var(--color-info-200)/.65)}html .fill-info-200\/70{fill:rgb(var(--color-info-200)/.7)}html .fill-info-200\/75{fill:rgb(var(--color-info-200)/.75)}html .fill-info-200\/80{fill:rgb(var(--color-info-200)/.8)}html .fill-info-200\/85{fill:rgb(var(--color-info-200)/.85)}html .fill-info-200\/90{fill:rgb(var(--color-info-200)/.9)}html .fill-info-200\/95{fill:rgb(var(--color-info-200)/.95)}html .fill-info-300{fill:rgb(var(--color-info-300)/1)}html .fill-info-300\/0{fill:rgb(var(--color-info-300)/0)}html .fill-info-300\/10{fill:rgb(var(--color-info-300)/.1)}html .fill-info-300\/100{fill:rgb(var(--color-info-300)/1)}html .fill-info-300\/15{fill:rgb(var(--color-info-300)/.15)}html .fill-info-300\/20{fill:rgb(var(--color-info-300)/.2)}html .fill-info-300\/25{fill:rgb(var(--color-info-300)/.25)}html .fill-info-300\/30{fill:rgb(var(--color-info-300)/.3)}html .fill-info-300\/35{fill:rgb(var(--color-info-300)/.35)}html .fill-info-300\/40{fill:rgb(var(--color-info-300)/.4)}html .fill-info-300\/45{fill:rgb(var(--color-info-300)/.45)}html .fill-info-300\/5{fill:rgb(var(--color-info-300)/.05)}html .fill-info-300\/50{fill:rgb(var(--color-info-300)/.5)}html .fill-info-300\/55{fill:rgb(var(--color-info-300)/.55)}html .fill-info-300\/60{fill:rgb(var(--color-info-300)/.6)}html .fill-info-300\/65{fill:rgb(var(--color-info-300)/.65)}html .fill-info-300\/70{fill:rgb(var(--color-info-300)/.7)}html .fill-info-300\/75{fill:rgb(var(--color-info-300)/.75)}html .fill-info-300\/80{fill:rgb(var(--color-info-300)/.8)}html .fill-info-300\/85{fill:rgb(var(--color-info-300)/.85)}html .fill-info-300\/90{fill:rgb(var(--color-info-300)/.9)}html .fill-info-300\/95{fill:rgb(var(--color-info-300)/.95)}html .fill-info-400{fill:rgb(var(--color-info-400)/1)}html .fill-info-400\/0{fill:rgb(var(--color-info-400)/0)}html .fill-info-400\/10{fill:rgb(var(--color-info-400)/.1)}html .fill-info-400\/100{fill:rgb(var(--color-info-400)/1)}html .fill-info-400\/15{fill:rgb(var(--color-info-400)/.15)}html .fill-info-400\/20{fill:rgb(var(--color-info-400)/.2)}html .fill-info-400\/25{fill:rgb(var(--color-info-400)/.25)}html .fill-info-400\/30{fill:rgb(var(--color-info-400)/.3)}html .fill-info-400\/35{fill:rgb(var(--color-info-400)/.35)}html .fill-info-400\/40{fill:rgb(var(--color-info-400)/.4)}html .fill-info-400\/45{fill:rgb(var(--color-info-400)/.45)}html .fill-info-400\/5{fill:rgb(var(--color-info-400)/.05)}html .fill-info-400\/50{fill:rgb(var(--color-info-400)/.5)}html .fill-info-400\/55{fill:rgb(var(--color-info-400)/.55)}html .fill-info-400\/60{fill:rgb(var(--color-info-400)/.6)}html .fill-info-400\/65{fill:rgb(var(--color-info-400)/.65)}html .fill-info-400\/70{fill:rgb(var(--color-info-400)/.7)}html .fill-info-400\/75{fill:rgb(var(--color-info-400)/.75)}html .fill-info-400\/80{fill:rgb(var(--color-info-400)/.8)}html .fill-info-400\/85{fill:rgb(var(--color-info-400)/.85)}html .fill-info-400\/90{fill:rgb(var(--color-info-400)/.9)}html .fill-info-400\/95{fill:rgb(var(--color-info-400)/.95)}html .fill-info-50{fill:rgb(var(--color-info-50)/1)}html .fill-info-50\/0{fill:rgb(var(--color-info-50)/0)}html .fill-info-50\/10{fill:rgb(var(--color-info-50)/.1)}html .fill-info-50\/100{fill:rgb(var(--color-info-50)/1)}html .fill-info-50\/15{fill:rgb(var(--color-info-50)/.15)}html .fill-info-50\/20{fill:rgb(var(--color-info-50)/.2)}html .fill-info-50\/25{fill:rgb(var(--color-info-50)/.25)}html .fill-info-50\/30{fill:rgb(var(--color-info-50)/.3)}html .fill-info-50\/35{fill:rgb(var(--color-info-50)/.35)}html .fill-info-50\/40{fill:rgb(var(--color-info-50)/.4)}html .fill-info-50\/45{fill:rgb(var(--color-info-50)/.45)}html .fill-info-50\/5{fill:rgb(var(--color-info-50)/.05)}html .fill-info-50\/50{fill:rgb(var(--color-info-50)/.5)}html .fill-info-50\/55{fill:rgb(var(--color-info-50)/.55)}html .fill-info-50\/60{fill:rgb(var(--color-info-50)/.6)}html .fill-info-50\/65{fill:rgb(var(--color-info-50)/.65)}html .fill-info-50\/70{fill:rgb(var(--color-info-50)/.7)}html .fill-info-50\/75{fill:rgb(var(--color-info-50)/.75)}html .fill-info-50\/80{fill:rgb(var(--color-info-50)/.8)}html .fill-info-50\/85{fill:rgb(var(--color-info-50)/.85)}html .fill-info-50\/90{fill:rgb(var(--color-info-50)/.9)}html .fill-info-50\/95{fill:rgb(var(--color-info-50)/.95)}html .fill-info-500{fill:rgb(var(--color-info-500)/1)}html .fill-info-500\/0{fill:rgb(var(--color-info-500)/0)}html .fill-info-500\/10{fill:rgb(var(--color-info-500)/.1)}html .fill-info-500\/100{fill:rgb(var(--color-info-500)/1)}html .fill-info-500\/15{fill:rgb(var(--color-info-500)/.15)}html .fill-info-500\/20{fill:rgb(var(--color-info-500)/.2)}html .fill-info-500\/25{fill:rgb(var(--color-info-500)/.25)}html .fill-info-500\/30{fill:rgb(var(--color-info-500)/.3)}html .fill-info-500\/35{fill:rgb(var(--color-info-500)/.35)}html .fill-info-500\/40{fill:rgb(var(--color-info-500)/.4)}html .fill-info-500\/45{fill:rgb(var(--color-info-500)/.45)}html .fill-info-500\/5{fill:rgb(var(--color-info-500)/.05)}html .fill-info-500\/50{fill:rgb(var(--color-info-500)/.5)}html .fill-info-500\/55{fill:rgb(var(--color-info-500)/.55)}html .fill-info-500\/60{fill:rgb(var(--color-info-500)/.6)}html .fill-info-500\/65{fill:rgb(var(--color-info-500)/.65)}html .fill-info-500\/70{fill:rgb(var(--color-info-500)/.7)}html .fill-info-500\/75{fill:rgb(var(--color-info-500)/.75)}html .fill-info-500\/80{fill:rgb(var(--color-info-500)/.8)}html .fill-info-500\/85{fill:rgb(var(--color-info-500)/.85)}html .fill-info-500\/90{fill:rgb(var(--color-info-500)/.9)}html .fill-info-500\/95{fill:rgb(var(--color-info-500)/.95)}html .fill-info-600{fill:rgb(var(--color-info-600)/1)}html .fill-info-600\/0{fill:rgb(var(--color-info-600)/0)}html .fill-info-600\/10{fill:rgb(var(--color-info-600)/.1)}html .fill-info-600\/100{fill:rgb(var(--color-info-600)/1)}html .fill-info-600\/15{fill:rgb(var(--color-info-600)/.15)}html .fill-info-600\/20{fill:rgb(var(--color-info-600)/.2)}html .fill-info-600\/25{fill:rgb(var(--color-info-600)/.25)}html .fill-info-600\/30{fill:rgb(var(--color-info-600)/.3)}html .fill-info-600\/35{fill:rgb(var(--color-info-600)/.35)}html .fill-info-600\/40{fill:rgb(var(--color-info-600)/.4)}html .fill-info-600\/45{fill:rgb(var(--color-info-600)/.45)}html .fill-info-600\/5{fill:rgb(var(--color-info-600)/.05)}html .fill-info-600\/50{fill:rgb(var(--color-info-600)/.5)}html .fill-info-600\/55{fill:rgb(var(--color-info-600)/.55)}html .fill-info-600\/60{fill:rgb(var(--color-info-600)/.6)}html .fill-info-600\/65{fill:rgb(var(--color-info-600)/.65)}html .fill-info-600\/70{fill:rgb(var(--color-info-600)/.7)}html .fill-info-600\/75{fill:rgb(var(--color-info-600)/.75)}html .fill-info-600\/80{fill:rgb(var(--color-info-600)/.8)}html .fill-info-600\/85{fill:rgb(var(--color-info-600)/.85)}html .fill-info-600\/90{fill:rgb(var(--color-info-600)/.9)}html .fill-info-600\/95{fill:rgb(var(--color-info-600)/.95)}html .fill-info-700{fill:rgb(var(--color-info-700)/1)}html .fill-info-700\/0{fill:rgb(var(--color-info-700)/0)}html .fill-info-700\/10{fill:rgb(var(--color-info-700)/.1)}html .fill-info-700\/100{fill:rgb(var(--color-info-700)/1)}html .fill-info-700\/15{fill:rgb(var(--color-info-700)/.15)}html .fill-info-700\/20{fill:rgb(var(--color-info-700)/.2)}html .fill-info-700\/25{fill:rgb(var(--color-info-700)/.25)}html .fill-info-700\/30{fill:rgb(var(--color-info-700)/.3)}html .fill-info-700\/35{fill:rgb(var(--color-info-700)/.35)}html .fill-info-700\/40{fill:rgb(var(--color-info-700)/.4)}html .fill-info-700\/45{fill:rgb(var(--color-info-700)/.45)}html .fill-info-700\/5{fill:rgb(var(--color-info-700)/.05)}html .fill-info-700\/50{fill:rgb(var(--color-info-700)/.5)}html .fill-info-700\/55{fill:rgb(var(--color-info-700)/.55)}html .fill-info-700\/60{fill:rgb(var(--color-info-700)/.6)}html .fill-info-700\/65{fill:rgb(var(--color-info-700)/.65)}html .fill-info-700\/70{fill:rgb(var(--color-info-700)/.7)}html .fill-info-700\/75{fill:rgb(var(--color-info-700)/.75)}html .fill-info-700\/80{fill:rgb(var(--color-info-700)/.8)}html .fill-info-700\/85{fill:rgb(var(--color-info-700)/.85)}html .fill-info-700\/90{fill:rgb(var(--color-info-700)/.9)}html .fill-info-700\/95{fill:rgb(var(--color-info-700)/.95)}html .fill-info-800{fill:rgb(var(--color-info-800)/1)}html .fill-info-800\/0{fill:rgb(var(--color-info-800)/0)}html .fill-info-800\/10{fill:rgb(var(--color-info-800)/.1)}html .fill-info-800\/100{fill:rgb(var(--color-info-800)/1)}html .fill-info-800\/15{fill:rgb(var(--color-info-800)/.15)}html .fill-info-800\/20{fill:rgb(var(--color-info-800)/.2)}html .fill-info-800\/25{fill:rgb(var(--color-info-800)/.25)}html .fill-info-800\/30{fill:rgb(var(--color-info-800)/.3)}html .fill-info-800\/35{fill:rgb(var(--color-info-800)/.35)}html .fill-info-800\/40{fill:rgb(var(--color-info-800)/.4)}html .fill-info-800\/45{fill:rgb(var(--color-info-800)/.45)}html .fill-info-800\/5{fill:rgb(var(--color-info-800)/.05)}html .fill-info-800\/50{fill:rgb(var(--color-info-800)/.5)}html .fill-info-800\/55{fill:rgb(var(--color-info-800)/.55)}html .fill-info-800\/60{fill:rgb(var(--color-info-800)/.6)}html .fill-info-800\/65{fill:rgb(var(--color-info-800)/.65)}html .fill-info-800\/70{fill:rgb(var(--color-info-800)/.7)}html .fill-info-800\/75{fill:rgb(var(--color-info-800)/.75)}html .fill-info-800\/80{fill:rgb(var(--color-info-800)/.8)}html .fill-info-800\/85{fill:rgb(var(--color-info-800)/.85)}html .fill-info-800\/90{fill:rgb(var(--color-info-800)/.9)}html .fill-info-800\/95{fill:rgb(var(--color-info-800)/.95)}html .fill-info-900{fill:rgb(var(--color-info-900)/1)}html .fill-info-900\/0{fill:rgb(var(--color-info-900)/0)}html .fill-info-900\/10{fill:rgb(var(--color-info-900)/.1)}html .fill-info-900\/100{fill:rgb(var(--color-info-900)/1)}html .fill-info-900\/15{fill:rgb(var(--color-info-900)/.15)}html .fill-info-900\/20{fill:rgb(var(--color-info-900)/.2)}html .fill-info-900\/25{fill:rgb(var(--color-info-900)/.25)}html .fill-info-900\/30{fill:rgb(var(--color-info-900)/.3)}html .fill-info-900\/35{fill:rgb(var(--color-info-900)/.35)}html .fill-info-900\/40{fill:rgb(var(--color-info-900)/.4)}html .fill-info-900\/45{fill:rgb(var(--color-info-900)/.45)}html .fill-info-900\/5{fill:rgb(var(--color-info-900)/.05)}html .fill-info-900\/50{fill:rgb(var(--color-info-900)/.5)}html .fill-info-900\/55{fill:rgb(var(--color-info-900)/.55)}html .fill-info-900\/60{fill:rgb(var(--color-info-900)/.6)}html .fill-info-900\/65{fill:rgb(var(--color-info-900)/.65)}html .fill-info-900\/70{fill:rgb(var(--color-info-900)/.7)}html .fill-info-900\/75{fill:rgb(var(--color-info-900)/.75)}html .fill-info-900\/80{fill:rgb(var(--color-info-900)/.8)}html .fill-info-900\/85{fill:rgb(var(--color-info-900)/.85)}html .fill-info-900\/90{fill:rgb(var(--color-info-900)/.9)}html .fill-info-900\/95{fill:rgb(var(--color-info-900)/.95)}html .fill-info-950{fill:rgb(var(--color-info-950)/1)}html .fill-info-950\/0{fill:rgb(var(--color-info-950)/0)}html .fill-info-950\/10{fill:rgb(var(--color-info-950)/.1)}html .fill-info-950\/100{fill:rgb(var(--color-info-950)/1)}html .fill-info-950\/15{fill:rgb(var(--color-info-950)/.15)}html .fill-info-950\/20{fill:rgb(var(--color-info-950)/.2)}html .fill-info-950\/25{fill:rgb(var(--color-info-950)/.25)}html .fill-info-950\/30{fill:rgb(var(--color-info-950)/.3)}html .fill-info-950\/35{fill:rgb(var(--color-info-950)/.35)}html .fill-info-950\/40{fill:rgb(var(--color-info-950)/.4)}html .fill-info-950\/45{fill:rgb(var(--color-info-950)/.45)}html .fill-info-950\/5{fill:rgb(var(--color-info-950)/.05)}html .fill-info-950\/50{fill:rgb(var(--color-info-950)/.5)}html .fill-info-950\/55{fill:rgb(var(--color-info-950)/.55)}html .fill-info-950\/60{fill:rgb(var(--color-info-950)/.6)}html .fill-info-950\/65{fill:rgb(var(--color-info-950)/.65)}html .fill-info-950\/70{fill:rgb(var(--color-info-950)/.7)}html .fill-info-950\/75{fill:rgb(var(--color-info-950)/.75)}html .fill-info-950\/80{fill:rgb(var(--color-info-950)/.8)}html .fill-info-950\/85{fill:rgb(var(--color-info-950)/.85)}html .fill-info-950\/90{fill:rgb(var(--color-info-950)/.9)}html .fill-info-950\/95{fill:rgb(var(--color-info-950)/.95)}html .fill-none{fill:none}html .fill-outline-0{fill:rgb(var(--color-outline-0)/1)}html .fill-outline-0\/0{fill:rgb(var(--color-outline-0)/0)}html .fill-outline-0\/10{fill:rgb(var(--color-outline-0)/.1)}html .fill-outline-0\/100{fill:rgb(var(--color-outline-0)/1)}html .fill-outline-0\/15{fill:rgb(var(--color-outline-0)/.15)}html .fill-outline-0\/20{fill:rgb(var(--color-outline-0)/.2)}html .fill-outline-0\/25{fill:rgb(var(--color-outline-0)/.25)}html .fill-outline-0\/30{fill:rgb(var(--color-outline-0)/.3)}html .fill-outline-0\/35{fill:rgb(var(--color-outline-0)/.35)}html .fill-outline-0\/40{fill:rgb(var(--color-outline-0)/.4)}html .fill-outline-0\/45{fill:rgb(var(--color-outline-0)/.45)}html .fill-outline-0\/5{fill:rgb(var(--color-outline-0)/.05)}html .fill-outline-0\/50{fill:rgb(var(--color-outline-0)/.5)}html .fill-outline-0\/55{fill:rgb(var(--color-outline-0)/.55)}html .fill-outline-0\/60{fill:rgb(var(--color-outline-0)/.6)}html .fill-outline-0\/65{fill:rgb(var(--color-outline-0)/.65)}html .fill-outline-0\/70{fill:rgb(var(--color-outline-0)/.7)}html .fill-outline-0\/75{fill:rgb(var(--color-outline-0)/.75)}html .fill-outline-0\/80{fill:rgb(var(--color-outline-0)/.8)}html .fill-outline-0\/85{fill:rgb(var(--color-outline-0)/.85)}html .fill-outline-0\/90{fill:rgb(var(--color-outline-0)/.9)}html .fill-outline-0\/95{fill:rgb(var(--color-outline-0)/.95)}html .fill-outline-100{fill:rgb(var(--color-outline-100)/1)}html .fill-outline-100\/0{fill:rgb(var(--color-outline-100)/0)}html .fill-outline-100\/10{fill:rgb(var(--color-outline-100)/.1)}html .fill-outline-100\/100{fill:rgb(var(--color-outline-100)/1)}html .fill-outline-100\/15{fill:rgb(var(--color-outline-100)/.15)}html .fill-outline-100\/20{fill:rgb(var(--color-outline-100)/.2)}html .fill-outline-100\/25{fill:rgb(var(--color-outline-100)/.25)}html .fill-outline-100\/30{fill:rgb(var(--color-outline-100)/.3)}html .fill-outline-100\/35{fill:rgb(var(--color-outline-100)/.35)}html .fill-outline-100\/40{fill:rgb(var(--color-outline-100)/.4)}html .fill-outline-100\/45{fill:rgb(var(--color-outline-100)/.45)}html .fill-outline-100\/5{fill:rgb(var(--color-outline-100)/.05)}html .fill-outline-100\/50{fill:rgb(var(--color-outline-100)/.5)}html .fill-outline-100\/55{fill:rgb(var(--color-outline-100)/.55)}html .fill-outline-100\/60{fill:rgb(var(--color-outline-100)/.6)}html .fill-outline-100\/65{fill:rgb(var(--color-outline-100)/.65)}html .fill-outline-100\/70{fill:rgb(var(--color-outline-100)/.7)}html .fill-outline-100\/75{fill:rgb(var(--color-outline-100)/.75)}html .fill-outline-100\/80{fill:rgb(var(--color-outline-100)/.8)}html .fill-outline-100\/85{fill:rgb(var(--color-outline-100)/.85)}html .fill-outline-100\/90{fill:rgb(var(--color-outline-100)/.9)}html .fill-outline-100\/95{fill:rgb(var(--color-outline-100)/.95)}html .fill-outline-200{fill:rgb(var(--color-outline-200)/1)}html .fill-outline-200\/0{fill:rgb(var(--color-outline-200)/0)}html .fill-outline-200\/10{fill:rgb(var(--color-outline-200)/.1)}html .fill-outline-200\/100{fill:rgb(var(--color-outline-200)/1)}html .fill-outline-200\/15{fill:rgb(var(--color-outline-200)/.15)}html .fill-outline-200\/20{fill:rgb(var(--color-outline-200)/.2)}html .fill-outline-200\/25{fill:rgb(var(--color-outline-200)/.25)}html .fill-outline-200\/30{fill:rgb(var(--color-outline-200)/.3)}html .fill-outline-200\/35{fill:rgb(var(--color-outline-200)/.35)}html .fill-outline-200\/40{fill:rgb(var(--color-outline-200)/.4)}html .fill-outline-200\/45{fill:rgb(var(--color-outline-200)/.45)}html .fill-outline-200\/5{fill:rgb(var(--color-outline-200)/.05)}html .fill-outline-200\/50{fill:rgb(var(--color-outline-200)/.5)}html .fill-outline-200\/55{fill:rgb(var(--color-outline-200)/.55)}html .fill-outline-200\/60{fill:rgb(var(--color-outline-200)/.6)}html .fill-outline-200\/65{fill:rgb(var(--color-outline-200)/.65)}html .fill-outline-200\/70{fill:rgb(var(--color-outline-200)/.7)}html .fill-outline-200\/75{fill:rgb(var(--color-outline-200)/.75)}html .fill-outline-200\/80{fill:rgb(var(--color-outline-200)/.8)}html .fill-outline-200\/85{fill:rgb(var(--color-outline-200)/.85)}html .fill-outline-200\/90{fill:rgb(var(--color-outline-200)/.9)}html .fill-outline-200\/95{fill:rgb(var(--color-outline-200)/.95)}html .fill-outline-300{fill:rgb(var(--color-outline-300)/1)}html .fill-outline-300\/0{fill:rgb(var(--color-outline-300)/0)}html .fill-outline-300\/10{fill:rgb(var(--color-outline-300)/.1)}html .fill-outline-300\/100{fill:rgb(var(--color-outline-300)/1)}html .fill-outline-300\/15{fill:rgb(var(--color-outline-300)/.15)}html .fill-outline-300\/20{fill:rgb(var(--color-outline-300)/.2)}html .fill-outline-300\/25{fill:rgb(var(--color-outline-300)/.25)}html .fill-outline-300\/30{fill:rgb(var(--color-outline-300)/.3)}html .fill-outline-300\/35{fill:rgb(var(--color-outline-300)/.35)}html .fill-outline-300\/40{fill:rgb(var(--color-outline-300)/.4)}html .fill-outline-300\/45{fill:rgb(var(--color-outline-300)/.45)}html .fill-outline-300\/5{fill:rgb(var(--color-outline-300)/.05)}html .fill-outline-300\/50{fill:rgb(var(--color-outline-300)/.5)}html .fill-outline-300\/55{fill:rgb(var(--color-outline-300)/.55)}html .fill-outline-300\/60{fill:rgb(var(--color-outline-300)/.6)}html .fill-outline-300\/65{fill:rgb(var(--color-outline-300)/.65)}html .fill-outline-300\/70{fill:rgb(var(--color-outline-300)/.7)}html .fill-outline-300\/75{fill:rgb(var(--color-outline-300)/.75)}html .fill-outline-300\/80{fill:rgb(var(--color-outline-300)/.8)}html .fill-outline-300\/85{fill:rgb(var(--color-outline-300)/.85)}html .fill-outline-300\/90{fill:rgb(var(--color-outline-300)/.9)}html .fill-outline-300\/95{fill:rgb(var(--color-outline-300)/.95)}html .fill-outline-400{fill:rgb(var(--color-outline-400)/1)}html .fill-outline-400\/0{fill:rgb(var(--color-outline-400)/0)}html .fill-outline-400\/10{fill:rgb(var(--color-outline-400)/.1)}html .fill-outline-400\/100{fill:rgb(var(--color-outline-400)/1)}html .fill-outline-400\/15{fill:rgb(var(--color-outline-400)/.15)}html .fill-outline-400\/20{fill:rgb(var(--color-outline-400)/.2)}html .fill-outline-400\/25{fill:rgb(var(--color-outline-400)/.25)}html .fill-outline-400\/30{fill:rgb(var(--color-outline-400)/.3)}html .fill-outline-400\/35{fill:rgb(var(--color-outline-400)/.35)}html .fill-outline-400\/40{fill:rgb(var(--color-outline-400)/.4)}html .fill-outline-400\/45{fill:rgb(var(--color-outline-400)/.45)}html .fill-outline-400\/5{fill:rgb(var(--color-outline-400)/.05)}html .fill-outline-400\/50{fill:rgb(var(--color-outline-400)/.5)}html .fill-outline-400\/55{fill:rgb(var(--color-outline-400)/.55)}html .fill-outline-400\/60{fill:rgb(var(--color-outline-400)/.6)}html .fill-outline-400\/65{fill:rgb(var(--color-outline-400)/.65)}html .fill-outline-400\/70{fill:rgb(var(--color-outline-400)/.7)}html .fill-outline-400\/75{fill:rgb(var(--color-outline-400)/.75)}html .fill-outline-400\/80{fill:rgb(var(--color-outline-400)/.8)}html .fill-outline-400\/85{fill:rgb(var(--color-outline-400)/.85)}html .fill-outline-400\/90{fill:rgb(var(--color-outline-400)/.9)}html .fill-outline-400\/95{fill:rgb(var(--color-outline-400)/.95)}html .fill-outline-50{fill:rgb(var(--color-outline-50)/1)}html .fill-outline-50\/0{fill:rgb(var(--color-outline-50)/0)}html .fill-outline-50\/10{fill:rgb(var(--color-outline-50)/.1)}html .fill-outline-50\/100{fill:rgb(var(--color-outline-50)/1)}html .fill-outline-50\/15{fill:rgb(var(--color-outline-50)/.15)}html .fill-outline-50\/20{fill:rgb(var(--color-outline-50)/.2)}html .fill-outline-50\/25{fill:rgb(var(--color-outline-50)/.25)}html .fill-outline-50\/30{fill:rgb(var(--color-outline-50)/.3)}html .fill-outline-50\/35{fill:rgb(var(--color-outline-50)/.35)}html .fill-outline-50\/40{fill:rgb(var(--color-outline-50)/.4)}html .fill-outline-50\/45{fill:rgb(var(--color-outline-50)/.45)}html .fill-outline-50\/5{fill:rgb(var(--color-outline-50)/.05)}html .fill-outline-50\/50{fill:rgb(var(--color-outline-50)/.5)}html .fill-outline-50\/55{fill:rgb(var(--color-outline-50)/.55)}html .fill-outline-50\/60{fill:rgb(var(--color-outline-50)/.6)}html .fill-outline-50\/65{fill:rgb(var(--color-outline-50)/.65)}html .fill-outline-50\/70{fill:rgb(var(--color-outline-50)/.7)}html .fill-outline-50\/75{fill:rgb(var(--color-outline-50)/.75)}html .fill-outline-50\/80{fill:rgb(var(--color-outline-50)/.8)}html .fill-outline-50\/85{fill:rgb(var(--color-outline-50)/.85)}html .fill-outline-50\/90{fill:rgb(var(--color-outline-50)/.9)}html .fill-outline-50\/95{fill:rgb(var(--color-outline-50)/.95)}html .fill-outline-500{fill:rgb(var(--color-outline-500)/1)}html .fill-outline-500\/0{fill:rgb(var(--color-outline-500)/0)}html .fill-outline-500\/10{fill:rgb(var(--color-outline-500)/.1)}html .fill-outline-500\/100{fill:rgb(var(--color-outline-500)/1)}html .fill-outline-500\/15{fill:rgb(var(--color-outline-500)/.15)}html .fill-outline-500\/20{fill:rgb(var(--color-outline-500)/.2)}html .fill-outline-500\/25{fill:rgb(var(--color-outline-500)/.25)}html .fill-outline-500\/30{fill:rgb(var(--color-outline-500)/.3)}html .fill-outline-500\/35{fill:rgb(var(--color-outline-500)/.35)}html .fill-outline-500\/40{fill:rgb(var(--color-outline-500)/.4)}html .fill-outline-500\/45{fill:rgb(var(--color-outline-500)/.45)}html .fill-outline-500\/5{fill:rgb(var(--color-outline-500)/.05)}html .fill-outline-500\/50{fill:rgb(var(--color-outline-500)/.5)}html .fill-outline-500\/55{fill:rgb(var(--color-outline-500)/.55)}html .fill-outline-500\/60{fill:rgb(var(--color-outline-500)/.6)}html .fill-outline-500\/65{fill:rgb(var(--color-outline-500)/.65)}html .fill-outline-500\/70{fill:rgb(var(--color-outline-500)/.7)}html .fill-outline-500\/75{fill:rgb(var(--color-outline-500)/.75)}html .fill-outline-500\/80{fill:rgb(var(--color-outline-500)/.8)}html .fill-outline-500\/85{fill:rgb(var(--color-outline-500)/.85)}html .fill-outline-500\/90{fill:rgb(var(--color-outline-500)/.9)}html .fill-outline-500\/95{fill:rgb(var(--color-outline-500)/.95)}html .fill-outline-600{fill:rgb(var(--color-outline-600)/1)}html .fill-outline-600\/0{fill:rgb(var(--color-outline-600)/0)}html .fill-outline-600\/10{fill:rgb(var(--color-outline-600)/.1)}html .fill-outline-600\/100{fill:rgb(var(--color-outline-600)/1)}html .fill-outline-600\/15{fill:rgb(var(--color-outline-600)/.15)}html .fill-outline-600\/20{fill:rgb(var(--color-outline-600)/.2)}html .fill-outline-600\/25{fill:rgb(var(--color-outline-600)/.25)}html .fill-outline-600\/30{fill:rgb(var(--color-outline-600)/.3)}html .fill-outline-600\/35{fill:rgb(var(--color-outline-600)/.35)}html .fill-outline-600\/40{fill:rgb(var(--color-outline-600)/.4)}html .fill-outline-600\/45{fill:rgb(var(--color-outline-600)/.45)}html .fill-outline-600\/5{fill:rgb(var(--color-outline-600)/.05)}html .fill-outline-600\/50{fill:rgb(var(--color-outline-600)/.5)}html .fill-outline-600\/55{fill:rgb(var(--color-outline-600)/.55)}html .fill-outline-600\/60{fill:rgb(var(--color-outline-600)/.6)}html .fill-outline-600\/65{fill:rgb(var(--color-outline-600)/.65)}html .fill-outline-600\/70{fill:rgb(var(--color-outline-600)/.7)}html .fill-outline-600\/75{fill:rgb(var(--color-outline-600)/.75)}html .fill-outline-600\/80{fill:rgb(var(--color-outline-600)/.8)}html .fill-outline-600\/85{fill:rgb(var(--color-outline-600)/.85)}html .fill-outline-600\/90{fill:rgb(var(--color-outline-600)/.9)}html .fill-outline-600\/95{fill:rgb(var(--color-outline-600)/.95)}html .fill-outline-700{fill:rgb(var(--color-outline-700)/1)}html .fill-outline-700\/0{fill:rgb(var(--color-outline-700)/0)}html .fill-outline-700\/10{fill:rgb(var(--color-outline-700)/.1)}html .fill-outline-700\/100{fill:rgb(var(--color-outline-700)/1)}html .fill-outline-700\/15{fill:rgb(var(--color-outline-700)/.15)}html .fill-outline-700\/20{fill:rgb(var(--color-outline-700)/.2)}html .fill-outline-700\/25{fill:rgb(var(--color-outline-700)/.25)}html .fill-outline-700\/30{fill:rgb(var(--color-outline-700)/.3)}html .fill-outline-700\/35{fill:rgb(var(--color-outline-700)/.35)}html .fill-outline-700\/40{fill:rgb(var(--color-outline-700)/.4)}html .fill-outline-700\/45{fill:rgb(var(--color-outline-700)/.45)}html .fill-outline-700\/5{fill:rgb(var(--color-outline-700)/.05)}html .fill-outline-700\/50{fill:rgb(var(--color-outline-700)/.5)}html .fill-outline-700\/55{fill:rgb(var(--color-outline-700)/.55)}html .fill-outline-700\/60{fill:rgb(var(--color-outline-700)/.6)}html .fill-outline-700\/65{fill:rgb(var(--color-outline-700)/.65)}html .fill-outline-700\/70{fill:rgb(var(--color-outline-700)/.7)}html .fill-outline-700\/75{fill:rgb(var(--color-outline-700)/.75)}html .fill-outline-700\/80{fill:rgb(var(--color-outline-700)/.8)}html .fill-outline-700\/85{fill:rgb(var(--color-outline-700)/.85)}html .fill-outline-700\/90{fill:rgb(var(--color-outline-700)/.9)}html .fill-outline-700\/95{fill:rgb(var(--color-outline-700)/.95)}html .fill-outline-800{fill:rgb(var(--color-outline-800)/1)}html .fill-outline-800\/0{fill:rgb(var(--color-outline-800)/0)}html .fill-outline-800\/10{fill:rgb(var(--color-outline-800)/.1)}html .fill-outline-800\/100{fill:rgb(var(--color-outline-800)/1)}html .fill-outline-800\/15{fill:rgb(var(--color-outline-800)/.15)}html .fill-outline-800\/20{fill:rgb(var(--color-outline-800)/.2)}html .fill-outline-800\/25{fill:rgb(var(--color-outline-800)/.25)}html .fill-outline-800\/30{fill:rgb(var(--color-outline-800)/.3)}html .fill-outline-800\/35{fill:rgb(var(--color-outline-800)/.35)}html .fill-outline-800\/40{fill:rgb(var(--color-outline-800)/.4)}html .fill-outline-800\/45{fill:rgb(var(--color-outline-800)/.45)}html .fill-outline-800\/5{fill:rgb(var(--color-outline-800)/.05)}html .fill-outline-800\/50{fill:rgb(var(--color-outline-800)/.5)}html .fill-outline-800\/55{fill:rgb(var(--color-outline-800)/.55)}html .fill-outline-800\/60{fill:rgb(var(--color-outline-800)/.6)}html .fill-outline-800\/65{fill:rgb(var(--color-outline-800)/.65)}html .fill-outline-800\/70{fill:rgb(var(--color-outline-800)/.7)}html .fill-outline-800\/75{fill:rgb(var(--color-outline-800)/.75)}html .fill-outline-800\/80{fill:rgb(var(--color-outline-800)/.8)}html .fill-outline-800\/85{fill:rgb(var(--color-outline-800)/.85)}html .fill-outline-800\/90{fill:rgb(var(--color-outline-800)/.9)}html .fill-outline-800\/95{fill:rgb(var(--color-outline-800)/.95)}html .fill-outline-900{fill:rgb(var(--color-outline-900)/1)}html .fill-outline-900\/0{fill:rgb(var(--color-outline-900)/0)}html .fill-outline-900\/10{fill:rgb(var(--color-outline-900)/.1)}html .fill-outline-900\/100{fill:rgb(var(--color-outline-900)/1)}html .fill-outline-900\/15{fill:rgb(var(--color-outline-900)/.15)}html .fill-outline-900\/20{fill:rgb(var(--color-outline-900)/.2)}html .fill-outline-900\/25{fill:rgb(var(--color-outline-900)/.25)}html .fill-outline-900\/30{fill:rgb(var(--color-outline-900)/.3)}html .fill-outline-900\/35{fill:rgb(var(--color-outline-900)/.35)}html .fill-outline-900\/40{fill:rgb(var(--color-outline-900)/.4)}html .fill-outline-900\/45{fill:rgb(var(--color-outline-900)/.45)}html .fill-outline-900\/5{fill:rgb(var(--color-outline-900)/.05)}html .fill-outline-900\/50{fill:rgb(var(--color-outline-900)/.5)}html .fill-outline-900\/55{fill:rgb(var(--color-outline-900)/.55)}html .fill-outline-900\/60{fill:rgb(var(--color-outline-900)/.6)}html .fill-outline-900\/65{fill:rgb(var(--color-outline-900)/.65)}html .fill-outline-900\/70{fill:rgb(var(--color-outline-900)/.7)}html .fill-outline-900\/75{fill:rgb(var(--color-outline-900)/.75)}html .fill-outline-900\/80{fill:rgb(var(--color-outline-900)/.8)}html .fill-outline-900\/85{fill:rgb(var(--color-outline-900)/.85)}html .fill-outline-900\/90{fill:rgb(var(--color-outline-900)/.9)}html .fill-outline-900\/95{fill:rgb(var(--color-outline-900)/.95)}html .fill-outline-950{fill:rgb(var(--color-outline-950)/1)}html .fill-outline-950\/0{fill:rgb(var(--color-outline-950)/0)}html .fill-outline-950\/10{fill:rgb(var(--color-outline-950)/.1)}html .fill-outline-950\/100{fill:rgb(var(--color-outline-950)/1)}html .fill-outline-950\/15{fill:rgb(var(--color-outline-950)/.15)}html .fill-outline-950\/20{fill:rgb(var(--color-outline-950)/.2)}html .fill-outline-950\/25{fill:rgb(var(--color-outline-950)/.25)}html .fill-outline-950\/30{fill:rgb(var(--color-outline-950)/.3)}html .fill-outline-950\/35{fill:rgb(var(--color-outline-950)/.35)}html .fill-outline-950\/40{fill:rgb(var(--color-outline-950)/.4)}html .fill-outline-950\/45{fill:rgb(var(--color-outline-950)/.45)}html .fill-outline-950\/5{fill:rgb(var(--color-outline-950)/.05)}html .fill-outline-950\/50{fill:rgb(var(--color-outline-950)/.5)}html .fill-outline-950\/55{fill:rgb(var(--color-outline-950)/.55)}html .fill-outline-950\/60{fill:rgb(var(--color-outline-950)/.6)}html .fill-outline-950\/65{fill:rgb(var(--color-outline-950)/.65)}html .fill-outline-950\/70{fill:rgb(var(--color-outline-950)/.7)}html .fill-outline-950\/75{fill:rgb(var(--color-outline-950)/.75)}html .fill-outline-950\/80{fill:rgb(var(--color-outline-950)/.8)}html .fill-outline-950\/85{fill:rgb(var(--color-outline-950)/.85)}html .fill-outline-950\/90{fill:rgb(var(--color-outline-950)/.9)}html .fill-outline-950\/95{fill:rgb(var(--color-outline-950)/.95)}html .fill-primary-0{fill:rgb(var(--color-primary-0)/1)}html .fill-primary-0\/0{fill:rgb(var(--color-primary-0)/0)}html .fill-primary-0\/10{fill:rgb(var(--color-primary-0)/.1)}html .fill-primary-0\/100{fill:rgb(var(--color-primary-0)/1)}html .fill-primary-0\/15{fill:rgb(var(--color-primary-0)/.15)}html .fill-primary-0\/20{fill:rgb(var(--color-primary-0)/.2)}html .fill-primary-0\/25{fill:rgb(var(--color-primary-0)/.25)}html .fill-primary-0\/30{fill:rgb(var(--color-primary-0)/.3)}html .fill-primary-0\/35{fill:rgb(var(--color-primary-0)/.35)}html .fill-primary-0\/40{fill:rgb(var(--color-primary-0)/.4)}html .fill-primary-0\/45{fill:rgb(var(--color-primary-0)/.45)}html .fill-primary-0\/5{fill:rgb(var(--color-primary-0)/.05)}html .fill-primary-0\/50{fill:rgb(var(--color-primary-0)/.5)}html .fill-primary-0\/55{fill:rgb(var(--color-primary-0)/.55)}html .fill-primary-0\/60{fill:rgb(var(--color-primary-0)/.6)}html .fill-primary-0\/65{fill:rgb(var(--color-primary-0)/.65)}html .fill-primary-0\/70{fill:rgb(var(--color-primary-0)/.7)}html .fill-primary-0\/75{fill:rgb(var(--color-primary-0)/.75)}html .fill-primary-0\/80{fill:rgb(var(--color-primary-0)/.8)}html .fill-primary-0\/85{fill:rgb(var(--color-primary-0)/.85)}html .fill-primary-0\/90{fill:rgb(var(--color-primary-0)/.9)}html .fill-primary-0\/95{fill:rgb(var(--color-primary-0)/.95)}html .fill-primary-100{fill:rgb(var(--color-primary-100)/1)}html .fill-primary-100\/0{fill:rgb(var(--color-primary-100)/0)}html .fill-primary-100\/10{fill:rgb(var(--color-primary-100)/.1)}html .fill-primary-100\/100{fill:rgb(var(--color-primary-100)/1)}html .fill-primary-100\/15{fill:rgb(var(--color-primary-100)/.15)}html .fill-primary-100\/20{fill:rgb(var(--color-primary-100)/.2)}html .fill-primary-100\/25{fill:rgb(var(--color-primary-100)/.25)}html .fill-primary-100\/30{fill:rgb(var(--color-primary-100)/.3)}html .fill-primary-100\/35{fill:rgb(var(--color-primary-100)/.35)}html .fill-primary-100\/40{fill:rgb(var(--color-primary-100)/.4)}html .fill-primary-100\/45{fill:rgb(var(--color-primary-100)/.45)}html .fill-primary-100\/5{fill:rgb(var(--color-primary-100)/.05)}html .fill-primary-100\/50{fill:rgb(var(--color-primary-100)/.5)}html .fill-primary-100\/55{fill:rgb(var(--color-primary-100)/.55)}html .fill-primary-100\/60{fill:rgb(var(--color-primary-100)/.6)}html .fill-primary-100\/65{fill:rgb(var(--color-primary-100)/.65)}html .fill-primary-100\/70{fill:rgb(var(--color-primary-100)/.7)}html .fill-primary-100\/75{fill:rgb(var(--color-primary-100)/.75)}html .fill-primary-100\/80{fill:rgb(var(--color-primary-100)/.8)}html .fill-primary-100\/85{fill:rgb(var(--color-primary-100)/.85)}html .fill-primary-100\/90{fill:rgb(var(--color-primary-100)/.9)}html .fill-primary-100\/95{fill:rgb(var(--color-primary-100)/.95)}html .fill-primary-200{fill:rgb(var(--color-primary-200)/1)}html .fill-primary-200\/0{fill:rgb(var(--color-primary-200)/0)}html .fill-primary-200\/10{fill:rgb(var(--color-primary-200)/.1)}html .fill-primary-200\/100{fill:rgb(var(--color-primary-200)/1)}html .fill-primary-200\/15{fill:rgb(var(--color-primary-200)/.15)}html .fill-primary-200\/20{fill:rgb(var(--color-primary-200)/.2)}html .fill-primary-200\/25{fill:rgb(var(--color-primary-200)/.25)}html .fill-primary-200\/30{fill:rgb(var(--color-primary-200)/.3)}html .fill-primary-200\/35{fill:rgb(var(--color-primary-200)/.35)}html .fill-primary-200\/40{fill:rgb(var(--color-primary-200)/.4)}html .fill-primary-200\/45{fill:rgb(var(--color-primary-200)/.45)}html .fill-primary-200\/5{fill:rgb(var(--color-primary-200)/.05)}html .fill-primary-200\/50{fill:rgb(var(--color-primary-200)/.5)}html .fill-primary-200\/55{fill:rgb(var(--color-primary-200)/.55)}html .fill-primary-200\/60{fill:rgb(var(--color-primary-200)/.6)}html .fill-primary-200\/65{fill:rgb(var(--color-primary-200)/.65)}html .fill-primary-200\/70{fill:rgb(var(--color-primary-200)/.7)}html .fill-primary-200\/75{fill:rgb(var(--color-primary-200)/.75)}html .fill-primary-200\/80{fill:rgb(var(--color-primary-200)/.8)}html .fill-primary-200\/85{fill:rgb(var(--color-primary-200)/.85)}html .fill-primary-200\/90{fill:rgb(var(--color-primary-200)/.9)}html .fill-primary-200\/95{fill:rgb(var(--color-primary-200)/.95)}html .fill-primary-300{fill:rgb(var(--color-primary-300)/1)}html .fill-primary-300\/0{fill:rgb(var(--color-primary-300)/0)}html .fill-primary-300\/10{fill:rgb(var(--color-primary-300)/.1)}html .fill-primary-300\/100{fill:rgb(var(--color-primary-300)/1)}html .fill-primary-300\/15{fill:rgb(var(--color-primary-300)/.15)}html .fill-primary-300\/20{fill:rgb(var(--color-primary-300)/.2)}html .fill-primary-300\/25{fill:rgb(var(--color-primary-300)/.25)}html .fill-primary-300\/30{fill:rgb(var(--color-primary-300)/.3)}html .fill-primary-300\/35{fill:rgb(var(--color-primary-300)/.35)}html .fill-primary-300\/40{fill:rgb(var(--color-primary-300)/.4)}html .fill-primary-300\/45{fill:rgb(var(--color-primary-300)/.45)}html .fill-primary-300\/5{fill:rgb(var(--color-primary-300)/.05)}html .fill-primary-300\/50{fill:rgb(var(--color-primary-300)/.5)}html .fill-primary-300\/55{fill:rgb(var(--color-primary-300)/.55)}html .fill-primary-300\/60{fill:rgb(var(--color-primary-300)/.6)}html .fill-primary-300\/65{fill:rgb(var(--color-primary-300)/.65)}html .fill-primary-300\/70{fill:rgb(var(--color-primary-300)/.7)}html .fill-primary-300\/75{fill:rgb(var(--color-primary-300)/.75)}html .fill-primary-300\/80{fill:rgb(var(--color-primary-300)/.8)}html .fill-primary-300\/85{fill:rgb(var(--color-primary-300)/.85)}html .fill-primary-300\/90{fill:rgb(var(--color-primary-300)/.9)}html .fill-primary-300\/95{fill:rgb(var(--color-primary-300)/.95)}html .fill-primary-400{fill:rgb(var(--color-primary-400)/1)}html .fill-primary-400\/0{fill:rgb(var(--color-primary-400)/0)}html .fill-primary-400\/10{fill:rgb(var(--color-primary-400)/.1)}html .fill-primary-400\/100{fill:rgb(var(--color-primary-400)/1)}html .fill-primary-400\/15{fill:rgb(var(--color-primary-400)/.15)}html .fill-primary-400\/20{fill:rgb(var(--color-primary-400)/.2)}html .fill-primary-400\/25{fill:rgb(var(--color-primary-400)/.25)}html .fill-primary-400\/30{fill:rgb(var(--color-primary-400)/.3)}html .fill-primary-400\/35{fill:rgb(var(--color-primary-400)/.35)}html .fill-primary-400\/40{fill:rgb(var(--color-primary-400)/.4)}html .fill-primary-400\/45{fill:rgb(var(--color-primary-400)/.45)}html .fill-primary-400\/5{fill:rgb(var(--color-primary-400)/.05)}html .fill-primary-400\/50{fill:rgb(var(--color-primary-400)/.5)}html .fill-primary-400\/55{fill:rgb(var(--color-primary-400)/.55)}html .fill-primary-400\/60{fill:rgb(var(--color-primary-400)/.6)}html .fill-primary-400\/65{fill:rgb(var(--color-primary-400)/.65)}html .fill-primary-400\/70{fill:rgb(var(--color-primary-400)/.7)}html .fill-primary-400\/75{fill:rgb(var(--color-primary-400)/.75)}html .fill-primary-400\/80{fill:rgb(var(--color-primary-400)/.8)}html .fill-primary-400\/85{fill:rgb(var(--color-primary-400)/.85)}html .fill-primary-400\/90{fill:rgb(var(--color-primary-400)/.9)}html .fill-primary-400\/95{fill:rgb(var(--color-primary-400)/.95)}html .fill-primary-50{fill:rgb(var(--color-primary-50)/1)}html .fill-primary-50\/0{fill:rgb(var(--color-primary-50)/0)}html .fill-primary-50\/10{fill:rgb(var(--color-primary-50)/.1)}html .fill-primary-50\/100{fill:rgb(var(--color-primary-50)/1)}html .fill-primary-50\/15{fill:rgb(var(--color-primary-50)/.15)}html .fill-primary-50\/20{fill:rgb(var(--color-primary-50)/.2)}html .fill-primary-50\/25{fill:rgb(var(--color-primary-50)/.25)}html .fill-primary-50\/30{fill:rgb(var(--color-primary-50)/.3)}html .fill-primary-50\/35{fill:rgb(var(--color-primary-50)/.35)}html .fill-primary-50\/40{fill:rgb(var(--color-primary-50)/.4)}html .fill-primary-50\/45{fill:rgb(var(--color-primary-50)/.45)}html .fill-primary-50\/5{fill:rgb(var(--color-primary-50)/.05)}html .fill-primary-50\/50{fill:rgb(var(--color-primary-50)/.5)}html .fill-primary-50\/55{fill:rgb(var(--color-primary-50)/.55)}html .fill-primary-50\/60{fill:rgb(var(--color-primary-50)/.6)}html .fill-primary-50\/65{fill:rgb(var(--color-primary-50)/.65)}html .fill-primary-50\/70{fill:rgb(var(--color-primary-50)/.7)}html .fill-primary-50\/75{fill:rgb(var(--color-primary-50)/.75)}html .fill-primary-50\/80{fill:rgb(var(--color-primary-50)/.8)}html .fill-primary-50\/85{fill:rgb(var(--color-primary-50)/.85)}html .fill-primary-50\/90{fill:rgb(var(--color-primary-50)/.9)}html .fill-primary-50\/95{fill:rgb(var(--color-primary-50)/.95)}html .fill-primary-500{fill:rgb(var(--color-primary-500)/1)}html .fill-primary-500\/0{fill:rgb(var(--color-primary-500)/0)}html .fill-primary-500\/10{fill:rgb(var(--color-primary-500)/.1)}html .fill-primary-500\/100{fill:rgb(var(--color-primary-500)/1)}html .fill-primary-500\/15{fill:rgb(var(--color-primary-500)/.15)}html .fill-primary-500\/20{fill:rgb(var(--color-primary-500)/.2)}html .fill-primary-500\/25{fill:rgb(var(--color-primary-500)/.25)}html .fill-primary-500\/30{fill:rgb(var(--color-primary-500)/.3)}html .fill-primary-500\/35{fill:rgb(var(--color-primary-500)/.35)}html .fill-primary-500\/40{fill:rgb(var(--color-primary-500)/.4)}html .fill-primary-500\/45{fill:rgb(var(--color-primary-500)/.45)}html .fill-primary-500\/5{fill:rgb(var(--color-primary-500)/.05)}html .fill-primary-500\/50{fill:rgb(var(--color-primary-500)/.5)}html .fill-primary-500\/55{fill:rgb(var(--color-primary-500)/.55)}html .fill-primary-500\/60{fill:rgb(var(--color-primary-500)/.6)}html .fill-primary-500\/65{fill:rgb(var(--color-primary-500)/.65)}html .fill-primary-500\/70{fill:rgb(var(--color-primary-500)/.7)}html .fill-primary-500\/75{fill:rgb(var(--color-primary-500)/.75)}html .fill-primary-500\/80{fill:rgb(var(--color-primary-500)/.8)}html .fill-primary-500\/85{fill:rgb(var(--color-primary-500)/.85)}html .fill-primary-500\/90{fill:rgb(var(--color-primary-500)/.9)}html .fill-primary-500\/95{fill:rgb(var(--color-primary-500)/.95)}html .fill-primary-600{fill:rgb(var(--color-primary-600)/1)}html .fill-primary-600\/0{fill:rgb(var(--color-primary-600)/0)}html .fill-primary-600\/10{fill:rgb(var(--color-primary-600)/.1)}html .fill-primary-600\/100{fill:rgb(var(--color-primary-600)/1)}html .fill-primary-600\/15{fill:rgb(var(--color-primary-600)/.15)}html .fill-primary-600\/20{fill:rgb(var(--color-primary-600)/.2)}html .fill-primary-600\/25{fill:rgb(var(--color-primary-600)/.25)}html .fill-primary-600\/30{fill:rgb(var(--color-primary-600)/.3)}html .fill-primary-600\/35{fill:rgb(var(--color-primary-600)/.35)}html .fill-primary-600\/40{fill:rgb(var(--color-primary-600)/.4)}html .fill-primary-600\/45{fill:rgb(var(--color-primary-600)/.45)}html .fill-primary-600\/5{fill:rgb(var(--color-primary-600)/.05)}html .fill-primary-600\/50{fill:rgb(var(--color-primary-600)/.5)}html .fill-primary-600\/55{fill:rgb(var(--color-primary-600)/.55)}html .fill-primary-600\/60{fill:rgb(var(--color-primary-600)/.6)}html .fill-primary-600\/65{fill:rgb(var(--color-primary-600)/.65)}html .fill-primary-600\/70{fill:rgb(var(--color-primary-600)/.7)}html .fill-primary-600\/75{fill:rgb(var(--color-primary-600)/.75)}html .fill-primary-600\/80{fill:rgb(var(--color-primary-600)/.8)}html .fill-primary-600\/85{fill:rgb(var(--color-primary-600)/.85)}html .fill-primary-600\/90{fill:rgb(var(--color-primary-600)/.9)}html .fill-primary-600\/95{fill:rgb(var(--color-primary-600)/.95)}html .fill-primary-700{fill:rgb(var(--color-primary-700)/1)}html .fill-primary-700\/0{fill:rgb(var(--color-primary-700)/0)}html .fill-primary-700\/10{fill:rgb(var(--color-primary-700)/.1)}html .fill-primary-700\/100{fill:rgb(var(--color-primary-700)/1)}html .fill-primary-700\/15{fill:rgb(var(--color-primary-700)/.15)}html .fill-primary-700\/20{fill:rgb(var(--color-primary-700)/.2)}html .fill-primary-700\/25{fill:rgb(var(--color-primary-700)/.25)}html .fill-primary-700\/30{fill:rgb(var(--color-primary-700)/.3)}html .fill-primary-700\/35{fill:rgb(var(--color-primary-700)/.35)}html .fill-primary-700\/40{fill:rgb(var(--color-primary-700)/.4)}html .fill-primary-700\/45{fill:rgb(var(--color-primary-700)/.45)}html .fill-primary-700\/5{fill:rgb(var(--color-primary-700)/.05)}html .fill-primary-700\/50{fill:rgb(var(--color-primary-700)/.5)}html .fill-primary-700\/55{fill:rgb(var(--color-primary-700)/.55)}html .fill-primary-700\/60{fill:rgb(var(--color-primary-700)/.6)}html .fill-primary-700\/65{fill:rgb(var(--color-primary-700)/.65)}html .fill-primary-700\/70{fill:rgb(var(--color-primary-700)/.7)}html .fill-primary-700\/75{fill:rgb(var(--color-primary-700)/.75)}html .fill-primary-700\/80{fill:rgb(var(--color-primary-700)/.8)}html .fill-primary-700\/85{fill:rgb(var(--color-primary-700)/.85)}html .fill-primary-700\/90{fill:rgb(var(--color-primary-700)/.9)}html .fill-primary-700\/95{fill:rgb(var(--color-primary-700)/.95)}html .fill-primary-800{fill:rgb(var(--color-primary-800)/1)}html .fill-primary-800\/0{fill:rgb(var(--color-primary-800)/0)}html .fill-primary-800\/10{fill:rgb(var(--color-primary-800)/.1)}html .fill-primary-800\/100{fill:rgb(var(--color-primary-800)/1)}html .fill-primary-800\/15{fill:rgb(var(--color-primary-800)/.15)}html .fill-primary-800\/20{fill:rgb(var(--color-primary-800)/.2)}html .fill-primary-800\/25{fill:rgb(var(--color-primary-800)/.25)}html .fill-primary-800\/30{fill:rgb(var(--color-primary-800)/.3)}html .fill-primary-800\/35{fill:rgb(var(--color-primary-800)/.35)}html .fill-primary-800\/40{fill:rgb(var(--color-primary-800)/.4)}html .fill-primary-800\/45{fill:rgb(var(--color-primary-800)/.45)}html .fill-primary-800\/5{fill:rgb(var(--color-primary-800)/.05)}html .fill-primary-800\/50{fill:rgb(var(--color-primary-800)/.5)}html .fill-primary-800\/55{fill:rgb(var(--color-primary-800)/.55)}html .fill-primary-800\/60{fill:rgb(var(--color-primary-800)/.6)}html .fill-primary-800\/65{fill:rgb(var(--color-primary-800)/.65)}html .fill-primary-800\/70{fill:rgb(var(--color-primary-800)/.7)}html .fill-primary-800\/75{fill:rgb(var(--color-primary-800)/.75)}html .fill-primary-800\/80{fill:rgb(var(--color-primary-800)/.8)}html .fill-primary-800\/85{fill:rgb(var(--color-primary-800)/.85)}html .fill-primary-800\/90{fill:rgb(var(--color-primary-800)/.9)}html .fill-primary-800\/95{fill:rgb(var(--color-primary-800)/.95)}html .fill-primary-900{fill:rgb(var(--color-primary-900)/1)}html .fill-primary-900\/0{fill:rgb(var(--color-primary-900)/0)}html .fill-primary-900\/10{fill:rgb(var(--color-primary-900)/.1)}html .fill-primary-900\/100{fill:rgb(var(--color-primary-900)/1)}html .fill-primary-900\/15{fill:rgb(var(--color-primary-900)/.15)}html .fill-primary-900\/20{fill:rgb(var(--color-primary-900)/.2)}html .fill-primary-900\/25{fill:rgb(var(--color-primary-900)/.25)}html .fill-primary-900\/30{fill:rgb(var(--color-primary-900)/.3)}html .fill-primary-900\/35{fill:rgb(var(--color-primary-900)/.35)}html .fill-primary-900\/40{fill:rgb(var(--color-primary-900)/.4)}html .fill-primary-900\/45{fill:rgb(var(--color-primary-900)/.45)}html .fill-primary-900\/5{fill:rgb(var(--color-primary-900)/.05)}html .fill-primary-900\/50{fill:rgb(var(--color-primary-900)/.5)}html .fill-primary-900\/55{fill:rgb(var(--color-primary-900)/.55)}html .fill-primary-900\/60{fill:rgb(var(--color-primary-900)/.6)}html .fill-primary-900\/65{fill:rgb(var(--color-primary-900)/.65)}html .fill-primary-900\/70{fill:rgb(var(--color-primary-900)/.7)}html .fill-primary-900\/75{fill:rgb(var(--color-primary-900)/.75)}html .fill-primary-900\/80{fill:rgb(var(--color-primary-900)/.8)}html .fill-primary-900\/85{fill:rgb(var(--color-primary-900)/.85)}html .fill-primary-900\/90{fill:rgb(var(--color-primary-900)/.9)}html .fill-primary-900\/95{fill:rgb(var(--color-primary-900)/.95)}html .fill-primary-950{fill:rgb(var(--color-primary-950)/1)}html .fill-primary-950\/0{fill:rgb(var(--color-primary-950)/0)}html .fill-primary-950\/10{fill:rgb(var(--color-primary-950)/.1)}html .fill-primary-950\/100{fill:rgb(var(--color-primary-950)/1)}html .fill-primary-950\/15{fill:rgb(var(--color-primary-950)/.15)}html .fill-primary-950\/20{fill:rgb(var(--color-primary-950)/.2)}html .fill-primary-950\/25{fill:rgb(var(--color-primary-950)/.25)}html .fill-primary-950\/30{fill:rgb(var(--color-primary-950)/.3)}html .fill-primary-950\/35{fill:rgb(var(--color-primary-950)/.35)}html .fill-primary-950\/40{fill:rgb(var(--color-primary-950)/.4)}html .fill-primary-950\/45{fill:rgb(var(--color-primary-950)/.45)}html .fill-primary-950\/5{fill:rgb(var(--color-primary-950)/.05)}html .fill-primary-950\/50{fill:rgb(var(--color-primary-950)/.5)}html .fill-primary-950\/55{fill:rgb(var(--color-primary-950)/.55)}html .fill-primary-950\/60{fill:rgb(var(--color-primary-950)/.6)}html .fill-primary-950\/65{fill:rgb(var(--color-primary-950)/.65)}html .fill-primary-950\/70{fill:rgb(var(--color-primary-950)/.7)}html .fill-primary-950\/75{fill:rgb(var(--color-primary-950)/.75)}html .fill-primary-950\/80{fill:rgb(var(--color-primary-950)/.8)}html .fill-primary-950\/85{fill:rgb(var(--color-primary-950)/.85)}html .fill-primary-950\/90{fill:rgb(var(--color-primary-950)/.9)}html .fill-primary-950\/95{fill:rgb(var(--color-primary-950)/.95)}html .fill-secondary-0{fill:rgb(var(--color-secondary-0)/1)}html .fill-secondary-0\/0{fill:rgb(var(--color-secondary-0)/0)}html .fill-secondary-0\/10{fill:rgb(var(--color-secondary-0)/.1)}html .fill-secondary-0\/100{fill:rgb(var(--color-secondary-0)/1)}html .fill-secondary-0\/15{fill:rgb(var(--color-secondary-0)/.15)}html .fill-secondary-0\/20{fill:rgb(var(--color-secondary-0)/.2)}html .fill-secondary-0\/25{fill:rgb(var(--color-secondary-0)/.25)}html .fill-secondary-0\/30{fill:rgb(var(--color-secondary-0)/.3)}html .fill-secondary-0\/35{fill:rgb(var(--color-secondary-0)/.35)}html .fill-secondary-0\/40{fill:rgb(var(--color-secondary-0)/.4)}html .fill-secondary-0\/45{fill:rgb(var(--color-secondary-0)/.45)}html .fill-secondary-0\/5{fill:rgb(var(--color-secondary-0)/.05)}html .fill-secondary-0\/50{fill:rgb(var(--color-secondary-0)/.5)}html .fill-secondary-0\/55{fill:rgb(var(--color-secondary-0)/.55)}html .fill-secondary-0\/60{fill:rgb(var(--color-secondary-0)/.6)}html .fill-secondary-0\/65{fill:rgb(var(--color-secondary-0)/.65)}html .fill-secondary-0\/70{fill:rgb(var(--color-secondary-0)/.7)}html .fill-secondary-0\/75{fill:rgb(var(--color-secondary-0)/.75)}html .fill-secondary-0\/80{fill:rgb(var(--color-secondary-0)/.8)}html .fill-secondary-0\/85{fill:rgb(var(--color-secondary-0)/.85)}html .fill-secondary-0\/90{fill:rgb(var(--color-secondary-0)/.9)}html .fill-secondary-0\/95{fill:rgb(var(--color-secondary-0)/.95)}html .fill-secondary-100{fill:rgb(var(--color-secondary-100)/1)}html .fill-secondary-100\/0{fill:rgb(var(--color-secondary-100)/0)}html .fill-secondary-100\/10{fill:rgb(var(--color-secondary-100)/.1)}html .fill-secondary-100\/100{fill:rgb(var(--color-secondary-100)/1)}html .fill-secondary-100\/15{fill:rgb(var(--color-secondary-100)/.15)}html .fill-secondary-100\/20{fill:rgb(var(--color-secondary-100)/.2)}html .fill-secondary-100\/25{fill:rgb(var(--color-secondary-100)/.25)}html .fill-secondary-100\/30{fill:rgb(var(--color-secondary-100)/.3)}html .fill-secondary-100\/35{fill:rgb(var(--color-secondary-100)/.35)}html .fill-secondary-100\/40{fill:rgb(var(--color-secondary-100)/.4)}html .fill-secondary-100\/45{fill:rgb(var(--color-secondary-100)/.45)}html .fill-secondary-100\/5{fill:rgb(var(--color-secondary-100)/.05)}html .fill-secondary-100\/50{fill:rgb(var(--color-secondary-100)/.5)}html .fill-secondary-100\/55{fill:rgb(var(--color-secondary-100)/.55)}html .fill-secondary-100\/60{fill:rgb(var(--color-secondary-100)/.6)}html .fill-secondary-100\/65{fill:rgb(var(--color-secondary-100)/.65)}html .fill-secondary-100\/70{fill:rgb(var(--color-secondary-100)/.7)}html .fill-secondary-100\/75{fill:rgb(var(--color-secondary-100)/.75)}html .fill-secondary-100\/80{fill:rgb(var(--color-secondary-100)/.8)}html .fill-secondary-100\/85{fill:rgb(var(--color-secondary-100)/.85)}html .fill-secondary-100\/90{fill:rgb(var(--color-secondary-100)/.9)}html .fill-secondary-100\/95{fill:rgb(var(--color-secondary-100)/.95)}html .fill-secondary-200{fill:rgb(var(--color-secondary-200)/1)}html .fill-secondary-200\/0{fill:rgb(var(--color-secondary-200)/0)}html .fill-secondary-200\/10{fill:rgb(var(--color-secondary-200)/.1)}html .fill-secondary-200\/100{fill:rgb(var(--color-secondary-200)/1)}html .fill-secondary-200\/15{fill:rgb(var(--color-secondary-200)/.15)}html .fill-secondary-200\/20{fill:rgb(var(--color-secondary-200)/.2)}html .fill-secondary-200\/25{fill:rgb(var(--color-secondary-200)/.25)}html .fill-secondary-200\/30{fill:rgb(var(--color-secondary-200)/.3)}html .fill-secondary-200\/35{fill:rgb(var(--color-secondary-200)/.35)}html .fill-secondary-200\/40{fill:rgb(var(--color-secondary-200)/.4)}html .fill-secondary-200\/45{fill:rgb(var(--color-secondary-200)/.45)}html .fill-secondary-200\/5{fill:rgb(var(--color-secondary-200)/.05)}html .fill-secondary-200\/50{fill:rgb(var(--color-secondary-200)/.5)}html .fill-secondary-200\/55{fill:rgb(var(--color-secondary-200)/.55)}html .fill-secondary-200\/60{fill:rgb(var(--color-secondary-200)/.6)}html .fill-secondary-200\/65{fill:rgb(var(--color-secondary-200)/.65)}html .fill-secondary-200\/70{fill:rgb(var(--color-secondary-200)/.7)}html .fill-secondary-200\/75{fill:rgb(var(--color-secondary-200)/.75)}html .fill-secondary-200\/80{fill:rgb(var(--color-secondary-200)/.8)}html .fill-secondary-200\/85{fill:rgb(var(--color-secondary-200)/.85)}html .fill-secondary-200\/90{fill:rgb(var(--color-secondary-200)/.9)}html .fill-secondary-200\/95{fill:rgb(var(--color-secondary-200)/.95)}html .fill-secondary-300{fill:rgb(var(--color-secondary-300)/1)}html .fill-secondary-300\/0{fill:rgb(var(--color-secondary-300)/0)}html .fill-secondary-300\/10{fill:rgb(var(--color-secondary-300)/.1)}html .fill-secondary-300\/100{fill:rgb(var(--color-secondary-300)/1)}html .fill-secondary-300\/15{fill:rgb(var(--color-secondary-300)/.15)}html .fill-secondary-300\/20{fill:rgb(var(--color-secondary-300)/.2)}html .fill-secondary-300\/25{fill:rgb(var(--color-secondary-300)/.25)}html .fill-secondary-300\/30{fill:rgb(var(--color-secondary-300)/.3)}html .fill-secondary-300\/35{fill:rgb(var(--color-secondary-300)/.35)}html .fill-secondary-300\/40{fill:rgb(var(--color-secondary-300)/.4)}html .fill-secondary-300\/45{fill:rgb(var(--color-secondary-300)/.45)}html .fill-secondary-300\/5{fill:rgb(var(--color-secondary-300)/.05)}html .fill-secondary-300\/50{fill:rgb(var(--color-secondary-300)/.5)}html .fill-secondary-300\/55{fill:rgb(var(--color-secondary-300)/.55)}html .fill-secondary-300\/60{fill:rgb(var(--color-secondary-300)/.6)}html .fill-secondary-300\/65{fill:rgb(var(--color-secondary-300)/.65)}html .fill-secondary-300\/70{fill:rgb(var(--color-secondary-300)/.7)}html .fill-secondary-300\/75{fill:rgb(var(--color-secondary-300)/.75)}html .fill-secondary-300\/80{fill:rgb(var(--color-secondary-300)/.8)}html .fill-secondary-300\/85{fill:rgb(var(--color-secondary-300)/.85)}html .fill-secondary-300\/90{fill:rgb(var(--color-secondary-300)/.9)}html .fill-secondary-300\/95{fill:rgb(var(--color-secondary-300)/.95)}html .fill-secondary-400{fill:rgb(var(--color-secondary-400)/1)}html .fill-secondary-400\/0{fill:rgb(var(--color-secondary-400)/0)}html .fill-secondary-400\/10{fill:rgb(var(--color-secondary-400)/.1)}html .fill-secondary-400\/100{fill:rgb(var(--color-secondary-400)/1)}html .fill-secondary-400\/15{fill:rgb(var(--color-secondary-400)/.15)}html .fill-secondary-400\/20{fill:rgb(var(--color-secondary-400)/.2)}html .fill-secondary-400\/25{fill:rgb(var(--color-secondary-400)/.25)}html .fill-secondary-400\/30{fill:rgb(var(--color-secondary-400)/.3)}html .fill-secondary-400\/35{fill:rgb(var(--color-secondary-400)/.35)}html .fill-secondary-400\/40{fill:rgb(var(--color-secondary-400)/.4)}html .fill-secondary-400\/45{fill:rgb(var(--color-secondary-400)/.45)}html .fill-secondary-400\/5{fill:rgb(var(--color-secondary-400)/.05)}html .fill-secondary-400\/50{fill:rgb(var(--color-secondary-400)/.5)}html .fill-secondary-400\/55{fill:rgb(var(--color-secondary-400)/.55)}html .fill-secondary-400\/60{fill:rgb(var(--color-secondary-400)/.6)}html .fill-secondary-400\/65{fill:rgb(var(--color-secondary-400)/.65)}html .fill-secondary-400\/70{fill:rgb(var(--color-secondary-400)/.7)}html .fill-secondary-400\/75{fill:rgb(var(--color-secondary-400)/.75)}html .fill-secondary-400\/80{fill:rgb(var(--color-secondary-400)/.8)}html .fill-secondary-400\/85{fill:rgb(var(--color-secondary-400)/.85)}html .fill-secondary-400\/90{fill:rgb(var(--color-secondary-400)/.9)}html .fill-secondary-400\/95{fill:rgb(var(--color-secondary-400)/.95)}html .fill-secondary-50{fill:rgb(var(--color-secondary-50)/1)}html .fill-secondary-50\/0{fill:rgb(var(--color-secondary-50)/0)}html .fill-secondary-50\/10{fill:rgb(var(--color-secondary-50)/.1)}html .fill-secondary-50\/100{fill:rgb(var(--color-secondary-50)/1)}html .fill-secondary-50\/15{fill:rgb(var(--color-secondary-50)/.15)}html .fill-secondary-50\/20{fill:rgb(var(--color-secondary-50)/.2)}html .fill-secondary-50\/25{fill:rgb(var(--color-secondary-50)/.25)}html .fill-secondary-50\/30{fill:rgb(var(--color-secondary-50)/.3)}html .fill-secondary-50\/35{fill:rgb(var(--color-secondary-50)/.35)}html .fill-secondary-50\/40{fill:rgb(var(--color-secondary-50)/.4)}html .fill-secondary-50\/45{fill:rgb(var(--color-secondary-50)/.45)}html .fill-secondary-50\/5{fill:rgb(var(--color-secondary-50)/.05)}html .fill-secondary-50\/50{fill:rgb(var(--color-secondary-50)/.5)}html .fill-secondary-50\/55{fill:rgb(var(--color-secondary-50)/.55)}html .fill-secondary-50\/60{fill:rgb(var(--color-secondary-50)/.6)}html .fill-secondary-50\/65{fill:rgb(var(--color-secondary-50)/.65)}html .fill-secondary-50\/70{fill:rgb(var(--color-secondary-50)/.7)}html .fill-secondary-50\/75{fill:rgb(var(--color-secondary-50)/.75)}html .fill-secondary-50\/80{fill:rgb(var(--color-secondary-50)/.8)}html .fill-secondary-50\/85{fill:rgb(var(--color-secondary-50)/.85)}html .fill-secondary-50\/90{fill:rgb(var(--color-secondary-50)/.9)}html .fill-secondary-50\/95{fill:rgb(var(--color-secondary-50)/.95)}html .fill-secondary-500{fill:rgb(var(--color-secondary-500)/1)}html .fill-secondary-500\/0{fill:rgb(var(--color-secondary-500)/0)}html .fill-secondary-500\/10{fill:rgb(var(--color-secondary-500)/.1)}html .fill-secondary-500\/100{fill:rgb(var(--color-secondary-500)/1)}html .fill-secondary-500\/15{fill:rgb(var(--color-secondary-500)/.15)}html .fill-secondary-500\/20{fill:rgb(var(--color-secondary-500)/.2)}html .fill-secondary-500\/25{fill:rgb(var(--color-secondary-500)/.25)}html .fill-secondary-500\/30{fill:rgb(var(--color-secondary-500)/.3)}html .fill-secondary-500\/35{fill:rgb(var(--color-secondary-500)/.35)}html .fill-secondary-500\/40{fill:rgb(var(--color-secondary-500)/.4)}html .fill-secondary-500\/45{fill:rgb(var(--color-secondary-500)/.45)}html .fill-secondary-500\/5{fill:rgb(var(--color-secondary-500)/.05)}html .fill-secondary-500\/50{fill:rgb(var(--color-secondary-500)/.5)}html .fill-secondary-500\/55{fill:rgb(var(--color-secondary-500)/.55)}html .fill-secondary-500\/60{fill:rgb(var(--color-secondary-500)/.6)}html .fill-secondary-500\/65{fill:rgb(var(--color-secondary-500)/.65)}html .fill-secondary-500\/70{fill:rgb(var(--color-secondary-500)/.7)}html .fill-secondary-500\/75{fill:rgb(var(--color-secondary-500)/.75)}html .fill-secondary-500\/80{fill:rgb(var(--color-secondary-500)/.8)}html .fill-secondary-500\/85{fill:rgb(var(--color-secondary-500)/.85)}html .fill-secondary-500\/90{fill:rgb(var(--color-secondary-500)/.9)}html .fill-secondary-500\/95{fill:rgb(var(--color-secondary-500)/.95)}html .fill-secondary-600{fill:rgb(var(--color-secondary-600)/1)}html .fill-secondary-600\/0{fill:rgb(var(--color-secondary-600)/0)}html .fill-secondary-600\/10{fill:rgb(var(--color-secondary-600)/.1)}html .fill-secondary-600\/100{fill:rgb(var(--color-secondary-600)/1)}html .fill-secondary-600\/15{fill:rgb(var(--color-secondary-600)/.15)}html .fill-secondary-600\/20{fill:rgb(var(--color-secondary-600)/.2)}html .fill-secondary-600\/25{fill:rgb(var(--color-secondary-600)/.25)}html .fill-secondary-600\/30{fill:rgb(var(--color-secondary-600)/.3)}html .fill-secondary-600\/35{fill:rgb(var(--color-secondary-600)/.35)}html .fill-secondary-600\/40{fill:rgb(var(--color-secondary-600)/.4)}html .fill-secondary-600\/45{fill:rgb(var(--color-secondary-600)/.45)}html .fill-secondary-600\/5{fill:rgb(var(--color-secondary-600)/.05)}html .fill-secondary-600\/50{fill:rgb(var(--color-secondary-600)/.5)}html .fill-secondary-600\/55{fill:rgb(var(--color-secondary-600)/.55)}html .fill-secondary-600\/60{fill:rgb(var(--color-secondary-600)/.6)}html .fill-secondary-600\/65{fill:rgb(var(--color-secondary-600)/.65)}html .fill-secondary-600\/70{fill:rgb(var(--color-secondary-600)/.7)}html .fill-secondary-600\/75{fill:rgb(var(--color-secondary-600)/.75)}html .fill-secondary-600\/80{fill:rgb(var(--color-secondary-600)/.8)}html .fill-secondary-600\/85{fill:rgb(var(--color-secondary-600)/.85)}html .fill-secondary-600\/90{fill:rgb(var(--color-secondary-600)/.9)}html .fill-secondary-600\/95{fill:rgb(var(--color-secondary-600)/.95)}html .fill-secondary-700{fill:rgb(var(--color-secondary-700)/1)}html .fill-secondary-700\/0{fill:rgb(var(--color-secondary-700)/0)}html .fill-secondary-700\/10{fill:rgb(var(--color-secondary-700)/.1)}html .fill-secondary-700\/100{fill:rgb(var(--color-secondary-700)/1)}html .fill-secondary-700\/15{fill:rgb(var(--color-secondary-700)/.15)}html .fill-secondary-700\/20{fill:rgb(var(--color-secondary-700)/.2)}html .fill-secondary-700\/25{fill:rgb(var(--color-secondary-700)/.25)}html .fill-secondary-700\/30{fill:rgb(var(--color-secondary-700)/.3)}html .fill-secondary-700\/35{fill:rgb(var(--color-secondary-700)/.35)}html .fill-secondary-700\/40{fill:rgb(var(--color-secondary-700)/.4)}html .fill-secondary-700\/45{fill:rgb(var(--color-secondary-700)/.45)}html .fill-secondary-700\/5{fill:rgb(var(--color-secondary-700)/.05)}html .fill-secondary-700\/50{fill:rgb(var(--color-secondary-700)/.5)}html .fill-secondary-700\/55{fill:rgb(var(--color-secondary-700)/.55)}html .fill-secondary-700\/60{fill:rgb(var(--color-secondary-700)/.6)}html .fill-secondary-700\/65{fill:rgb(var(--color-secondary-700)/.65)}html .fill-secondary-700\/70{fill:rgb(var(--color-secondary-700)/.7)}html .fill-secondary-700\/75{fill:rgb(var(--color-secondary-700)/.75)}html .fill-secondary-700\/80{fill:rgb(var(--color-secondary-700)/.8)}html .fill-secondary-700\/85{fill:rgb(var(--color-secondary-700)/.85)}html .fill-secondary-700\/90{fill:rgb(var(--color-secondary-700)/.9)}html .fill-secondary-700\/95{fill:rgb(var(--color-secondary-700)/.95)}html .fill-secondary-800{fill:rgb(var(--color-secondary-800)/1)}html .fill-secondary-800\/0{fill:rgb(var(--color-secondary-800)/0)}html .fill-secondary-800\/10{fill:rgb(var(--color-secondary-800)/.1)}html .fill-secondary-800\/100{fill:rgb(var(--color-secondary-800)/1)}html .fill-secondary-800\/15{fill:rgb(var(--color-secondary-800)/.15)}html .fill-secondary-800\/20{fill:rgb(var(--color-secondary-800)/.2)}html .fill-secondary-800\/25{fill:rgb(var(--color-secondary-800)/.25)}html .fill-secondary-800\/30{fill:rgb(var(--color-secondary-800)/.3)}html .fill-secondary-800\/35{fill:rgb(var(--color-secondary-800)/.35)}html .fill-secondary-800\/40{fill:rgb(var(--color-secondary-800)/.4)}html .fill-secondary-800\/45{fill:rgb(var(--color-secondary-800)/.45)}html .fill-secondary-800\/5{fill:rgb(var(--color-secondary-800)/.05)}html .fill-secondary-800\/50{fill:rgb(var(--color-secondary-800)/.5)}html .fill-secondary-800\/55{fill:rgb(var(--color-secondary-800)/.55)}html .fill-secondary-800\/60{fill:rgb(var(--color-secondary-800)/.6)}html .fill-secondary-800\/65{fill:rgb(var(--color-secondary-800)/.65)}html .fill-secondary-800\/70{fill:rgb(var(--color-secondary-800)/.7)}html .fill-secondary-800\/75{fill:rgb(var(--color-secondary-800)/.75)}html .fill-secondary-800\/80{fill:rgb(var(--color-secondary-800)/.8)}html .fill-secondary-800\/85{fill:rgb(var(--color-secondary-800)/.85)}html .fill-secondary-800\/90{fill:rgb(var(--color-secondary-800)/.9)}html .fill-secondary-800\/95{fill:rgb(var(--color-secondary-800)/.95)}html .fill-secondary-900{fill:rgb(var(--color-secondary-900)/1)}html .fill-secondary-900\/0{fill:rgb(var(--color-secondary-900)/0)}html .fill-secondary-900\/10{fill:rgb(var(--color-secondary-900)/.1)}html .fill-secondary-900\/100{fill:rgb(var(--color-secondary-900)/1)}html .fill-secondary-900\/15{fill:rgb(var(--color-secondary-900)/.15)}html .fill-secondary-900\/20{fill:rgb(var(--color-secondary-900)/.2)}html .fill-secondary-900\/25{fill:rgb(var(--color-secondary-900)/.25)}html .fill-secondary-900\/30{fill:rgb(var(--color-secondary-900)/.3)}html .fill-secondary-900\/35{fill:rgb(var(--color-secondary-900)/.35)}html .fill-secondary-900\/40{fill:rgb(var(--color-secondary-900)/.4)}html .fill-secondary-900\/45{fill:rgb(var(--color-secondary-900)/.45)}html .fill-secondary-900\/5{fill:rgb(var(--color-secondary-900)/.05)}html .fill-secondary-900\/50{fill:rgb(var(--color-secondary-900)/.5)}html .fill-secondary-900\/55{fill:rgb(var(--color-secondary-900)/.55)}html .fill-secondary-900\/60{fill:rgb(var(--color-secondary-900)/.6)}html .fill-secondary-900\/65{fill:rgb(var(--color-secondary-900)/.65)}html .fill-secondary-900\/70{fill:rgb(var(--color-secondary-900)/.7)}html .fill-secondary-900\/75{fill:rgb(var(--color-secondary-900)/.75)}html .fill-secondary-900\/80{fill:rgb(var(--color-secondary-900)/.8)}html .fill-secondary-900\/85{fill:rgb(var(--color-secondary-900)/.85)}html .fill-secondary-900\/90{fill:rgb(var(--color-secondary-900)/.9)}html .fill-secondary-900\/95{fill:rgb(var(--color-secondary-900)/.95)}html .fill-secondary-950{fill:rgb(var(--color-secondary-950)/1)}html .fill-secondary-950\/0{fill:rgb(var(--color-secondary-950)/0)}html .fill-secondary-950\/10{fill:rgb(var(--color-secondary-950)/.1)}html .fill-secondary-950\/100{fill:rgb(var(--color-secondary-950)/1)}html .fill-secondary-950\/15{fill:rgb(var(--color-secondary-950)/.15)}html .fill-secondary-950\/20{fill:rgb(var(--color-secondary-950)/.2)}html .fill-secondary-950\/25{fill:rgb(var(--color-secondary-950)/.25)}html .fill-secondary-950\/30{fill:rgb(var(--color-secondary-950)/.3)}html .fill-secondary-950\/35{fill:rgb(var(--color-secondary-950)/.35)}html .fill-secondary-950\/40{fill:rgb(var(--color-secondary-950)/.4)}html .fill-secondary-950\/45{fill:rgb(var(--color-secondary-950)/.45)}html .fill-secondary-950\/5{fill:rgb(var(--color-secondary-950)/.05)}html .fill-secondary-950\/50{fill:rgb(var(--color-secondary-950)/.5)}html .fill-secondary-950\/55{fill:rgb(var(--color-secondary-950)/.55)}html .fill-secondary-950\/60{fill:rgb(var(--color-secondary-950)/.6)}html .fill-secondary-950\/65{fill:rgb(var(--color-secondary-950)/.65)}html .fill-secondary-950\/70{fill:rgb(var(--color-secondary-950)/.7)}html .fill-secondary-950\/75{fill:rgb(var(--color-secondary-950)/.75)}html .fill-secondary-950\/80{fill:rgb(var(--color-secondary-950)/.8)}html .fill-secondary-950\/85{fill:rgb(var(--color-secondary-950)/.85)}html .fill-secondary-950\/90{fill:rgb(var(--color-secondary-950)/.9)}html .fill-secondary-950\/95{fill:rgb(var(--color-secondary-950)/.95)}html .fill-success-0{fill:rgb(var(--color-success-0)/1)}html .fill-success-0\/0{fill:rgb(var(--color-success-0)/0)}html .fill-success-0\/10{fill:rgb(var(--color-success-0)/.1)}html .fill-success-0\/100{fill:rgb(var(--color-success-0)/1)}html .fill-success-0\/15{fill:rgb(var(--color-success-0)/.15)}html .fill-success-0\/20{fill:rgb(var(--color-success-0)/.2)}html .fill-success-0\/25{fill:rgb(var(--color-success-0)/.25)}html .fill-success-0\/30{fill:rgb(var(--color-success-0)/.3)}html .fill-success-0\/35{fill:rgb(var(--color-success-0)/.35)}html .fill-success-0\/40{fill:rgb(var(--color-success-0)/.4)}html .fill-success-0\/45{fill:rgb(var(--color-success-0)/.45)}html .fill-success-0\/5{fill:rgb(var(--color-success-0)/.05)}html .fill-success-0\/50{fill:rgb(var(--color-success-0)/.5)}html .fill-success-0\/55{fill:rgb(var(--color-success-0)/.55)}html .fill-success-0\/60{fill:rgb(var(--color-success-0)/.6)}html .fill-success-0\/65{fill:rgb(var(--color-success-0)/.65)}html .fill-success-0\/70{fill:rgb(var(--color-success-0)/.7)}html .fill-success-0\/75{fill:rgb(var(--color-success-0)/.75)}html .fill-success-0\/80{fill:rgb(var(--color-success-0)/.8)}html .fill-success-0\/85{fill:rgb(var(--color-success-0)/.85)}html .fill-success-0\/90{fill:rgb(var(--color-success-0)/.9)}html .fill-success-0\/95{fill:rgb(var(--color-success-0)/.95)}html .fill-success-100{fill:rgb(var(--color-success-100)/1)}html .fill-success-100\/0{fill:rgb(var(--color-success-100)/0)}html .fill-success-100\/10{fill:rgb(var(--color-success-100)/.1)}html .fill-success-100\/100{fill:rgb(var(--color-success-100)/1)}html .fill-success-100\/15{fill:rgb(var(--color-success-100)/.15)}html .fill-success-100\/20{fill:rgb(var(--color-success-100)/.2)}html .fill-success-100\/25{fill:rgb(var(--color-success-100)/.25)}html .fill-success-100\/30{fill:rgb(var(--color-success-100)/.3)}html .fill-success-100\/35{fill:rgb(var(--color-success-100)/.35)}html .fill-success-100\/40{fill:rgb(var(--color-success-100)/.4)}html .fill-success-100\/45{fill:rgb(var(--color-success-100)/.45)}html .fill-success-100\/5{fill:rgb(var(--color-success-100)/.05)}html .fill-success-100\/50{fill:rgb(var(--color-success-100)/.5)}html .fill-success-100\/55{fill:rgb(var(--color-success-100)/.55)}html .fill-success-100\/60{fill:rgb(var(--color-success-100)/.6)}html .fill-success-100\/65{fill:rgb(var(--color-success-100)/.65)}html .fill-success-100\/70{fill:rgb(var(--color-success-100)/.7)}html .fill-success-100\/75{fill:rgb(var(--color-success-100)/.75)}html .fill-success-100\/80{fill:rgb(var(--color-success-100)/.8)}html .fill-success-100\/85{fill:rgb(var(--color-success-100)/.85)}html .fill-success-100\/90{fill:rgb(var(--color-success-100)/.9)}html .fill-success-100\/95{fill:rgb(var(--color-success-100)/.95)}html .fill-success-200{fill:rgb(var(--color-success-200)/1)}html .fill-success-200\/0{fill:rgb(var(--color-success-200)/0)}html .fill-success-200\/10{fill:rgb(var(--color-success-200)/.1)}html .fill-success-200\/100{fill:rgb(var(--color-success-200)/1)}html .fill-success-200\/15{fill:rgb(var(--color-success-200)/.15)}html .fill-success-200\/20{fill:rgb(var(--color-success-200)/.2)}html .fill-success-200\/25{fill:rgb(var(--color-success-200)/.25)}html .fill-success-200\/30{fill:rgb(var(--color-success-200)/.3)}html .fill-success-200\/35{fill:rgb(var(--color-success-200)/.35)}html .fill-success-200\/40{fill:rgb(var(--color-success-200)/.4)}html .fill-success-200\/45{fill:rgb(var(--color-success-200)/.45)}html .fill-success-200\/5{fill:rgb(var(--color-success-200)/.05)}html .fill-success-200\/50{fill:rgb(var(--color-success-200)/.5)}html .fill-success-200\/55{fill:rgb(var(--color-success-200)/.55)}html .fill-success-200\/60{fill:rgb(var(--color-success-200)/.6)}html .fill-success-200\/65{fill:rgb(var(--color-success-200)/.65)}html .fill-success-200\/70{fill:rgb(var(--color-success-200)/.7)}html .fill-success-200\/75{fill:rgb(var(--color-success-200)/.75)}html .fill-success-200\/80{fill:rgb(var(--color-success-200)/.8)}html .fill-success-200\/85{fill:rgb(var(--color-success-200)/.85)}html .fill-success-200\/90{fill:rgb(var(--color-success-200)/.9)}html .fill-success-200\/95{fill:rgb(var(--color-success-200)/.95)}html .fill-success-300{fill:rgb(var(--color-success-300)/1)}html .fill-success-300\/0{fill:rgb(var(--color-success-300)/0)}html .fill-success-300\/10{fill:rgb(var(--color-success-300)/.1)}html .fill-success-300\/100{fill:rgb(var(--color-success-300)/1)}html .fill-success-300\/15{fill:rgb(var(--color-success-300)/.15)}html .fill-success-300\/20{fill:rgb(var(--color-success-300)/.2)}html .fill-success-300\/25{fill:rgb(var(--color-success-300)/.25)}html .fill-success-300\/30{fill:rgb(var(--color-success-300)/.3)}html .fill-success-300\/35{fill:rgb(var(--color-success-300)/.35)}html .fill-success-300\/40{fill:rgb(var(--color-success-300)/.4)}html .fill-success-300\/45{fill:rgb(var(--color-success-300)/.45)}html .fill-success-300\/5{fill:rgb(var(--color-success-300)/.05)}html .fill-success-300\/50{fill:rgb(var(--color-success-300)/.5)}html .fill-success-300\/55{fill:rgb(var(--color-success-300)/.55)}html .fill-success-300\/60{fill:rgb(var(--color-success-300)/.6)}html .fill-success-300\/65{fill:rgb(var(--color-success-300)/.65)}html .fill-success-300\/70{fill:rgb(var(--color-success-300)/.7)}html .fill-success-300\/75{fill:rgb(var(--color-success-300)/.75)}html .fill-success-300\/80{fill:rgb(var(--color-success-300)/.8)}html .fill-success-300\/85{fill:rgb(var(--color-success-300)/.85)}html .fill-success-300\/90{fill:rgb(var(--color-success-300)/.9)}html .fill-success-300\/95{fill:rgb(var(--color-success-300)/.95)}html .fill-success-400{fill:rgb(var(--color-success-400)/1)}html .fill-success-400\/0{fill:rgb(var(--color-success-400)/0)}html .fill-success-400\/10{fill:rgb(var(--color-success-400)/.1)}html .fill-success-400\/100{fill:rgb(var(--color-success-400)/1)}html .fill-success-400\/15{fill:rgb(var(--color-success-400)/.15)}html .fill-success-400\/20{fill:rgb(var(--color-success-400)/.2)}html .fill-success-400\/25{fill:rgb(var(--color-success-400)/.25)}html .fill-success-400\/30{fill:rgb(var(--color-success-400)/.3)}html .fill-success-400\/35{fill:rgb(var(--color-success-400)/.35)}html .fill-success-400\/40{fill:rgb(var(--color-success-400)/.4)}html .fill-success-400\/45{fill:rgb(var(--color-success-400)/.45)}html .fill-success-400\/5{fill:rgb(var(--color-success-400)/.05)}html .fill-success-400\/50{fill:rgb(var(--color-success-400)/.5)}html .fill-success-400\/55{fill:rgb(var(--color-success-400)/.55)}html .fill-success-400\/60{fill:rgb(var(--color-success-400)/.6)}html .fill-success-400\/65{fill:rgb(var(--color-success-400)/.65)}html .fill-success-400\/70{fill:rgb(var(--color-success-400)/.7)}html .fill-success-400\/75{fill:rgb(var(--color-success-400)/.75)}html .fill-success-400\/80{fill:rgb(var(--color-success-400)/.8)}html .fill-success-400\/85{fill:rgb(var(--color-success-400)/.85)}html .fill-success-400\/90{fill:rgb(var(--color-success-400)/.9)}html .fill-success-400\/95{fill:rgb(var(--color-success-400)/.95)}html .fill-success-50{fill:rgb(var(--color-success-50)/1)}html .fill-success-50\/0{fill:rgb(var(--color-success-50)/0)}html .fill-success-50\/10{fill:rgb(var(--color-success-50)/.1)}html .fill-success-50\/100{fill:rgb(var(--color-success-50)/1)}html .fill-success-50\/15{fill:rgb(var(--color-success-50)/.15)}html .fill-success-50\/20{fill:rgb(var(--color-success-50)/.2)}html .fill-success-50\/25{fill:rgb(var(--color-success-50)/.25)}html .fill-success-50\/30{fill:rgb(var(--color-success-50)/.3)}html .fill-success-50\/35{fill:rgb(var(--color-success-50)/.35)}html .fill-success-50\/40{fill:rgb(var(--color-success-50)/.4)}html .fill-success-50\/45{fill:rgb(var(--color-success-50)/.45)}html .fill-success-50\/5{fill:rgb(var(--color-success-50)/.05)}html .fill-success-50\/50{fill:rgb(var(--color-success-50)/.5)}html .fill-success-50\/55{fill:rgb(var(--color-success-50)/.55)}html .fill-success-50\/60{fill:rgb(var(--color-success-50)/.6)}html .fill-success-50\/65{fill:rgb(var(--color-success-50)/.65)}html .fill-success-50\/70{fill:rgb(var(--color-success-50)/.7)}html .fill-success-50\/75{fill:rgb(var(--color-success-50)/.75)}html .fill-success-50\/80{fill:rgb(var(--color-success-50)/.8)}html .fill-success-50\/85{fill:rgb(var(--color-success-50)/.85)}html .fill-success-50\/90{fill:rgb(var(--color-success-50)/.9)}html .fill-success-50\/95{fill:rgb(var(--color-success-50)/.95)}html .fill-success-500{fill:rgb(var(--color-success-500)/1)}html .fill-success-500\/0{fill:rgb(var(--color-success-500)/0)}html .fill-success-500\/10{fill:rgb(var(--color-success-500)/.1)}html .fill-success-500\/100{fill:rgb(var(--color-success-500)/1)}html .fill-success-500\/15{fill:rgb(var(--color-success-500)/.15)}html .fill-success-500\/20{fill:rgb(var(--color-success-500)/.2)}html .fill-success-500\/25{fill:rgb(var(--color-success-500)/.25)}html .fill-success-500\/30{fill:rgb(var(--color-success-500)/.3)}html .fill-success-500\/35{fill:rgb(var(--color-success-500)/.35)}html .fill-success-500\/40{fill:rgb(var(--color-success-500)/.4)}html .fill-success-500\/45{fill:rgb(var(--color-success-500)/.45)}html .fill-success-500\/5{fill:rgb(var(--color-success-500)/.05)}html .fill-success-500\/50{fill:rgb(var(--color-success-500)/.5)}html .fill-success-500\/55{fill:rgb(var(--color-success-500)/.55)}html .fill-success-500\/60{fill:rgb(var(--color-success-500)/.6)}html .fill-success-500\/65{fill:rgb(var(--color-success-500)/.65)}html .fill-success-500\/70{fill:rgb(var(--color-success-500)/.7)}html .fill-success-500\/75{fill:rgb(var(--color-success-500)/.75)}html .fill-success-500\/80{fill:rgb(var(--color-success-500)/.8)}html .fill-success-500\/85{fill:rgb(var(--color-success-500)/.85)}html .fill-success-500\/90{fill:rgb(var(--color-success-500)/.9)}html .fill-success-500\/95{fill:rgb(var(--color-success-500)/.95)}html .fill-success-600{fill:rgb(var(--color-success-600)/1)}html .fill-success-600\/0{fill:rgb(var(--color-success-600)/0)}html .fill-success-600\/10{fill:rgb(var(--color-success-600)/.1)}html .fill-success-600\/100{fill:rgb(var(--color-success-600)/1)}html .fill-success-600\/15{fill:rgb(var(--color-success-600)/.15)}html .fill-success-600\/20{fill:rgb(var(--color-success-600)/.2)}html .fill-success-600\/25{fill:rgb(var(--color-success-600)/.25)}html .fill-success-600\/30{fill:rgb(var(--color-success-600)/.3)}html .fill-success-600\/35{fill:rgb(var(--color-success-600)/.35)}html .fill-success-600\/40{fill:rgb(var(--color-success-600)/.4)}html .fill-success-600\/45{fill:rgb(var(--color-success-600)/.45)}html .fill-success-600\/5{fill:rgb(var(--color-success-600)/.05)}html .fill-success-600\/50{fill:rgb(var(--color-success-600)/.5)}html .fill-success-600\/55{fill:rgb(var(--color-success-600)/.55)}html .fill-success-600\/60{fill:rgb(var(--color-success-600)/.6)}html .fill-success-600\/65{fill:rgb(var(--color-success-600)/.65)}html .fill-success-600\/70{fill:rgb(var(--color-success-600)/.7)}html .fill-success-600\/75{fill:rgb(var(--color-success-600)/.75)}html .fill-success-600\/80{fill:rgb(var(--color-success-600)/.8)}html .fill-success-600\/85{fill:rgb(var(--color-success-600)/.85)}html .fill-success-600\/90{fill:rgb(var(--color-success-600)/.9)}html .fill-success-600\/95{fill:rgb(var(--color-success-600)/.95)}html .fill-success-700{fill:rgb(var(--color-success-700)/1)}html .fill-success-700\/0{fill:rgb(var(--color-success-700)/0)}html .fill-success-700\/10{fill:rgb(var(--color-success-700)/.1)}html .fill-success-700\/100{fill:rgb(var(--color-success-700)/1)}html .fill-success-700\/15{fill:rgb(var(--color-success-700)/.15)}html .fill-success-700\/20{fill:rgb(var(--color-success-700)/.2)}html .fill-success-700\/25{fill:rgb(var(--color-success-700)/.25)}html .fill-success-700\/30{fill:rgb(var(--color-success-700)/.3)}html .fill-success-700\/35{fill:rgb(var(--color-success-700)/.35)}html .fill-success-700\/40{fill:rgb(var(--color-success-700)/.4)}html .fill-success-700\/45{fill:rgb(var(--color-success-700)/.45)}html .fill-success-700\/5{fill:rgb(var(--color-success-700)/.05)}html .fill-success-700\/50{fill:rgb(var(--color-success-700)/.5)}html .fill-success-700\/55{fill:rgb(var(--color-success-700)/.55)}html .fill-success-700\/60{fill:rgb(var(--color-success-700)/.6)}html .fill-success-700\/65{fill:rgb(var(--color-success-700)/.65)}html .fill-success-700\/70{fill:rgb(var(--color-success-700)/.7)}html .fill-success-700\/75{fill:rgb(var(--color-success-700)/.75)}html .fill-success-700\/80{fill:rgb(var(--color-success-700)/.8)}html .fill-success-700\/85{fill:rgb(var(--color-success-700)/.85)}html .fill-success-700\/90{fill:rgb(var(--color-success-700)/.9)}html .fill-success-700\/95{fill:rgb(var(--color-success-700)/.95)}html .fill-success-800{fill:rgb(var(--color-success-800)/1)}html .fill-success-800\/0{fill:rgb(var(--color-success-800)/0)}html .fill-success-800\/10{fill:rgb(var(--color-success-800)/.1)}html .fill-success-800\/100{fill:rgb(var(--color-success-800)/1)}html .fill-success-800\/15{fill:rgb(var(--color-success-800)/.15)}html .fill-success-800\/20{fill:rgb(var(--color-success-800)/.2)}html .fill-success-800\/25{fill:rgb(var(--color-success-800)/.25)}html .fill-success-800\/30{fill:rgb(var(--color-success-800)/.3)}html .fill-success-800\/35{fill:rgb(var(--color-success-800)/.35)}html .fill-success-800\/40{fill:rgb(var(--color-success-800)/.4)}html .fill-success-800\/45{fill:rgb(var(--color-success-800)/.45)}html .fill-success-800\/5{fill:rgb(var(--color-success-800)/.05)}html .fill-success-800\/50{fill:rgb(var(--color-success-800)/.5)}html .fill-success-800\/55{fill:rgb(var(--color-success-800)/.55)}html .fill-success-800\/60{fill:rgb(var(--color-success-800)/.6)}html .fill-success-800\/65{fill:rgb(var(--color-success-800)/.65)}html .fill-success-800\/70{fill:rgb(var(--color-success-800)/.7)}html .fill-success-800\/75{fill:rgb(var(--color-success-800)/.75)}html .fill-success-800\/80{fill:rgb(var(--color-success-800)/.8)}html .fill-success-800\/85{fill:rgb(var(--color-success-800)/.85)}html .fill-success-800\/90{fill:rgb(var(--color-success-800)/.9)}html .fill-success-800\/95{fill:rgb(var(--color-success-800)/.95)}html .fill-success-900{fill:rgb(var(--color-success-900)/1)}html .fill-success-900\/0{fill:rgb(var(--color-success-900)/0)}html .fill-success-900\/10{fill:rgb(var(--color-success-900)/.1)}html .fill-success-900\/100{fill:rgb(var(--color-success-900)/1)}html .fill-success-900\/15{fill:rgb(var(--color-success-900)/.15)}html .fill-success-900\/20{fill:rgb(var(--color-success-900)/.2)}html .fill-success-900\/25{fill:rgb(var(--color-success-900)/.25)}html .fill-success-900\/30{fill:rgb(var(--color-success-900)/.3)}html .fill-success-900\/35{fill:rgb(var(--color-success-900)/.35)}html .fill-success-900\/40{fill:rgb(var(--color-success-900)/.4)}html .fill-success-900\/45{fill:rgb(var(--color-success-900)/.45)}html .fill-success-900\/5{fill:rgb(var(--color-success-900)/.05)}html .fill-success-900\/50{fill:rgb(var(--color-success-900)/.5)}html .fill-success-900\/55{fill:rgb(var(--color-success-900)/.55)}html .fill-success-900\/60{fill:rgb(var(--color-success-900)/.6)}html .fill-success-900\/65{fill:rgb(var(--color-success-900)/.65)}html .fill-success-900\/70{fill:rgb(var(--color-success-900)/.7)}html .fill-success-900\/75{fill:rgb(var(--color-success-900)/.75)}html .fill-success-900\/80{fill:rgb(var(--color-success-900)/.8)}html .fill-success-900\/85{fill:rgb(var(--color-success-900)/.85)}html .fill-success-900\/90{fill:rgb(var(--color-success-900)/.9)}html .fill-success-900\/95{fill:rgb(var(--color-success-900)/.95)}html .fill-success-950{fill:rgb(var(--color-success-950)/1)}html .fill-success-950\/0{fill:rgb(var(--color-success-950)/0)}html .fill-success-950\/10{fill:rgb(var(--color-success-950)/.1)}html .fill-success-950\/100{fill:rgb(var(--color-success-950)/1)}html .fill-success-950\/15{fill:rgb(var(--color-success-950)/.15)}html .fill-success-950\/20{fill:rgb(var(--color-success-950)/.2)}html .fill-success-950\/25{fill:rgb(var(--color-success-950)/.25)}html .fill-success-950\/30{fill:rgb(var(--color-success-950)/.3)}html .fill-success-950\/35{fill:rgb(var(--color-success-950)/.35)}html .fill-success-950\/40{fill:rgb(var(--color-success-950)/.4)}html .fill-success-950\/45{fill:rgb(var(--color-success-950)/.45)}html .fill-success-950\/5{fill:rgb(var(--color-success-950)/.05)}html .fill-success-950\/50{fill:rgb(var(--color-success-950)/.5)}html .fill-success-950\/55{fill:rgb(var(--color-success-950)/.55)}html .fill-success-950\/60{fill:rgb(var(--color-success-950)/.6)}html .fill-success-950\/65{fill:rgb(var(--color-success-950)/.65)}html .fill-success-950\/70{fill:rgb(var(--color-success-950)/.7)}html .fill-success-950\/75{fill:rgb(var(--color-success-950)/.75)}html .fill-success-950\/80{fill:rgb(var(--color-success-950)/.8)}html .fill-success-950\/85{fill:rgb(var(--color-success-950)/.85)}html .fill-success-950\/90{fill:rgb(var(--color-success-950)/.9)}html .fill-success-950\/95{fill:rgb(var(--color-success-950)/.95)}html .fill-typography-0{fill:rgb(var(--color-typography-0)/1)}html .fill-typography-0\/0{fill:rgb(var(--color-typography-0)/0)}html .fill-typography-0\/10{fill:rgb(var(--color-typography-0)/.1)}html .fill-typography-0\/100{fill:rgb(var(--color-typography-0)/1)}html .fill-typography-0\/15{fill:rgb(var(--color-typography-0)/.15)}html .fill-typography-0\/20{fill:rgb(var(--color-typography-0)/.2)}html .fill-typography-0\/25{fill:rgb(var(--color-typography-0)/.25)}html .fill-typography-0\/30{fill:rgb(var(--color-typography-0)/.3)}html .fill-typography-0\/35{fill:rgb(var(--color-typography-0)/.35)}html .fill-typography-0\/40{fill:rgb(var(--color-typography-0)/.4)}html .fill-typography-0\/45{fill:rgb(var(--color-typography-0)/.45)}html .fill-typography-0\/5{fill:rgb(var(--color-typography-0)/.05)}html .fill-typography-0\/50{fill:rgb(var(--color-typography-0)/.5)}html .fill-typography-0\/55{fill:rgb(var(--color-typography-0)/.55)}html .fill-typography-0\/60{fill:rgb(var(--color-typography-0)/.6)}html .fill-typography-0\/65{fill:rgb(var(--color-typography-0)/.65)}html .fill-typography-0\/70{fill:rgb(var(--color-typography-0)/.7)}html .fill-typography-0\/75{fill:rgb(var(--color-typography-0)/.75)}html .fill-typography-0\/80{fill:rgb(var(--color-typography-0)/.8)}html .fill-typography-0\/85{fill:rgb(var(--color-typography-0)/.85)}html .fill-typography-0\/90{fill:rgb(var(--color-typography-0)/.9)}html .fill-typography-0\/95{fill:rgb(var(--color-typography-0)/.95)}html .fill-typography-100{fill:rgb(var(--color-typography-100)/1)}html .fill-typography-100\/0{fill:rgb(var(--color-typography-100)/0)}html .fill-typography-100\/10{fill:rgb(var(--color-typography-100)/.1)}html .fill-typography-100\/100{fill:rgb(var(--color-typography-100)/1)}html .fill-typography-100\/15{fill:rgb(var(--color-typography-100)/.15)}html .fill-typography-100\/20{fill:rgb(var(--color-typography-100)/.2)}html .fill-typography-100\/25{fill:rgb(var(--color-typography-100)/.25)}html .fill-typography-100\/30{fill:rgb(var(--color-typography-100)/.3)}html .fill-typography-100\/35{fill:rgb(var(--color-typography-100)/.35)}html .fill-typography-100\/40{fill:rgb(var(--color-typography-100)/.4)}html .fill-typography-100\/45{fill:rgb(var(--color-typography-100)/.45)}html .fill-typography-100\/5{fill:rgb(var(--color-typography-100)/.05)}html .fill-typography-100\/50{fill:rgb(var(--color-typography-100)/.5)}html .fill-typography-100\/55{fill:rgb(var(--color-typography-100)/.55)}html .fill-typography-100\/60{fill:rgb(var(--color-typography-100)/.6)}html .fill-typography-100\/65{fill:rgb(var(--color-typography-100)/.65)}html .fill-typography-100\/70{fill:rgb(var(--color-typography-100)/.7)}html .fill-typography-100\/75{fill:rgb(var(--color-typography-100)/.75)}html .fill-typography-100\/80{fill:rgb(var(--color-typography-100)/.8)}html .fill-typography-100\/85{fill:rgb(var(--color-typography-100)/.85)}html .fill-typography-100\/90{fill:rgb(var(--color-typography-100)/.9)}html .fill-typography-100\/95{fill:rgb(var(--color-typography-100)/.95)}html .fill-typography-200{fill:rgb(var(--color-typography-200)/1)}html .fill-typography-200\/0{fill:rgb(var(--color-typography-200)/0)}html .fill-typography-200\/10{fill:rgb(var(--color-typography-200)/.1)}html .fill-typography-200\/100{fill:rgb(var(--color-typography-200)/1)}html .fill-typography-200\/15{fill:rgb(var(--color-typography-200)/.15)}html .fill-typography-200\/20{fill:rgb(var(--color-typography-200)/.2)}html .fill-typography-200\/25{fill:rgb(var(--color-typography-200)/.25)}html .fill-typography-200\/30{fill:rgb(var(--color-typography-200)/.3)}html .fill-typography-200\/35{fill:rgb(var(--color-typography-200)/.35)}html .fill-typography-200\/40{fill:rgb(var(--color-typography-200)/.4)}html .fill-typography-200\/45{fill:rgb(var(--color-typography-200)/.45)}html .fill-typography-200\/5{fill:rgb(var(--color-typography-200)/.05)}html .fill-typography-200\/50{fill:rgb(var(--color-typography-200)/.5)}html .fill-typography-200\/55{fill:rgb(var(--color-typography-200)/.55)}html .fill-typography-200\/60{fill:rgb(var(--color-typography-200)/.6)}html .fill-typography-200\/65{fill:rgb(var(--color-typography-200)/.65)}html .fill-typography-200\/70{fill:rgb(var(--color-typography-200)/.7)}html .fill-typography-200\/75{fill:rgb(var(--color-typography-200)/.75)}html .fill-typography-200\/80{fill:rgb(var(--color-typography-200)/.8)}html .fill-typography-200\/85{fill:rgb(var(--color-typography-200)/.85)}html .fill-typography-200\/90{fill:rgb(var(--color-typography-200)/.9)}html .fill-typography-200\/95{fill:rgb(var(--color-typography-200)/.95)}html .fill-typography-300{fill:rgb(var(--color-typography-300)/1)}html .fill-typography-300\/0{fill:rgb(var(--color-typography-300)/0)}html .fill-typography-300\/10{fill:rgb(var(--color-typography-300)/.1)}html .fill-typography-300\/100{fill:rgb(var(--color-typography-300)/1)}html .fill-typography-300\/15{fill:rgb(var(--color-typography-300)/.15)}html .fill-typography-300\/20{fill:rgb(var(--color-typography-300)/.2)}html .fill-typography-300\/25{fill:rgb(var(--color-typography-300)/.25)}html .fill-typography-300\/30{fill:rgb(var(--color-typography-300)/.3)}html .fill-typography-300\/35{fill:rgb(var(--color-typography-300)/.35)}html .fill-typography-300\/40{fill:rgb(var(--color-typography-300)/.4)}html .fill-typography-300\/45{fill:rgb(var(--color-typography-300)/.45)}html .fill-typography-300\/5{fill:rgb(var(--color-typography-300)/.05)}html .fill-typography-300\/50{fill:rgb(var(--color-typography-300)/.5)}html .fill-typography-300\/55{fill:rgb(var(--color-typography-300)/.55)}html .fill-typography-300\/60{fill:rgb(var(--color-typography-300)/.6)}html .fill-typography-300\/65{fill:rgb(var(--color-typography-300)/.65)}html .fill-typography-300\/70{fill:rgb(var(--color-typography-300)/.7)}html .fill-typography-300\/75{fill:rgb(var(--color-typography-300)/.75)}html .fill-typography-300\/80{fill:rgb(var(--color-typography-300)/.8)}html .fill-typography-300\/85{fill:rgb(var(--color-typography-300)/.85)}html .fill-typography-300\/90{fill:rgb(var(--color-typography-300)/.9)}html .fill-typography-300\/95{fill:rgb(var(--color-typography-300)/.95)}html .fill-typography-400{fill:rgb(var(--color-typography-400)/1)}html .fill-typography-400\/0{fill:rgb(var(--color-typography-400)/0)}html .fill-typography-400\/10{fill:rgb(var(--color-typography-400)/.1)}html .fill-typography-400\/100{fill:rgb(var(--color-typography-400)/1)}html .fill-typography-400\/15{fill:rgb(var(--color-typography-400)/.15)}html .fill-typography-400\/20{fill:rgb(var(--color-typography-400)/.2)}html .fill-typography-400\/25{fill:rgb(var(--color-typography-400)/.25)}html .fill-typography-400\/30{fill:rgb(var(--color-typography-400)/.3)}html .fill-typography-400\/35{fill:rgb(var(--color-typography-400)/.35)}html .fill-typography-400\/40{fill:rgb(var(--color-typography-400)/.4)}html .fill-typography-400\/45{fill:rgb(var(--color-typography-400)/.45)}html .fill-typography-400\/5{fill:rgb(var(--color-typography-400)/.05)}html .fill-typography-400\/50{fill:rgb(var(--color-typography-400)/.5)}html .fill-typography-400\/55{fill:rgb(var(--color-typography-400)/.55)}html .fill-typography-400\/60{fill:rgb(var(--color-typography-400)/.6)}html .fill-typography-400\/65{fill:rgb(var(--color-typography-400)/.65)}html .fill-typography-400\/70{fill:rgb(var(--color-typography-400)/.7)}html .fill-typography-400\/75{fill:rgb(var(--color-typography-400)/.75)}html .fill-typography-400\/80{fill:rgb(var(--color-typography-400)/.8)}html .fill-typography-400\/85{fill:rgb(var(--color-typography-400)/.85)}html .fill-typography-400\/90{fill:rgb(var(--color-typography-400)/.9)}html .fill-typography-400\/95{fill:rgb(var(--color-typography-400)/.95)}html .fill-typography-50{fill:rgb(var(--color-typography-50)/1)}html .fill-typography-50\/0{fill:rgb(var(--color-typography-50)/0)}html .fill-typography-50\/10{fill:rgb(var(--color-typography-50)/.1)}html .fill-typography-50\/100{fill:rgb(var(--color-typography-50)/1)}html .fill-typography-50\/15{fill:rgb(var(--color-typography-50)/.15)}html .fill-typography-50\/20{fill:rgb(var(--color-typography-50)/.2)}html .fill-typography-50\/25{fill:rgb(var(--color-typography-50)/.25)}html .fill-typography-50\/30{fill:rgb(var(--color-typography-50)/.3)}html .fill-typography-50\/35{fill:rgb(var(--color-typography-50)/.35)}html .fill-typography-50\/40{fill:rgb(var(--color-typography-50)/.4)}html .fill-typography-50\/45{fill:rgb(var(--color-typography-50)/.45)}html .fill-typography-50\/5{fill:rgb(var(--color-typography-50)/.05)}html .fill-typography-50\/50{fill:rgb(var(--color-typography-50)/.5)}html .fill-typography-50\/55{fill:rgb(var(--color-typography-50)/.55)}html .fill-typography-50\/60{fill:rgb(var(--color-typography-50)/.6)}html .fill-typography-50\/65{fill:rgb(var(--color-typography-50)/.65)}html .fill-typography-50\/70{fill:rgb(var(--color-typography-50)/.7)}html .fill-typography-50\/75{fill:rgb(var(--color-typography-50)/.75)}html .fill-typography-50\/80{fill:rgb(var(--color-typography-50)/.8)}html .fill-typography-50\/85{fill:rgb(var(--color-typography-50)/.85)}html .fill-typography-50\/90{fill:rgb(var(--color-typography-50)/.9)}html .fill-typography-50\/95{fill:rgb(var(--color-typography-50)/.95)}html .fill-typography-500{fill:rgb(var(--color-typography-500)/1)}html .fill-typography-500\/0{fill:rgb(var(--color-typography-500)/0)}html .fill-typography-500\/10{fill:rgb(var(--color-typography-500)/.1)}html .fill-typography-500\/100{fill:rgb(var(--color-typography-500)/1)}html .fill-typography-500\/15{fill:rgb(var(--color-typography-500)/.15)}html .fill-typography-500\/20{fill:rgb(var(--color-typography-500)/.2)}html .fill-typography-500\/25{fill:rgb(var(--color-typography-500)/.25)}html .fill-typography-500\/30{fill:rgb(var(--color-typography-500)/.3)}html .fill-typography-500\/35{fill:rgb(var(--color-typography-500)/.35)}html .fill-typography-500\/40{fill:rgb(var(--color-typography-500)/.4)}html .fill-typography-500\/45{fill:rgb(var(--color-typography-500)/.45)}html .fill-typography-500\/5{fill:rgb(var(--color-typography-500)/.05)}html .fill-typography-500\/50{fill:rgb(var(--color-typography-500)/.5)}html .fill-typography-500\/55{fill:rgb(var(--color-typography-500)/.55)}html .fill-typography-500\/60{fill:rgb(var(--color-typography-500)/.6)}html .fill-typography-500\/65{fill:rgb(var(--color-typography-500)/.65)}html .fill-typography-500\/70{fill:rgb(var(--color-typography-500)/.7)}html .fill-typography-500\/75{fill:rgb(var(--color-typography-500)/.75)}html .fill-typography-500\/80{fill:rgb(var(--color-typography-500)/.8)}html .fill-typography-500\/85{fill:rgb(var(--color-typography-500)/.85)}html .fill-typography-500\/90{fill:rgb(var(--color-typography-500)/.9)}html .fill-typography-500\/95{fill:rgb(var(--color-typography-500)/.95)}html .fill-typography-600{fill:rgb(var(--color-typography-600)/1)}html .fill-typography-600\/0{fill:rgb(var(--color-typography-600)/0)}html .fill-typography-600\/10{fill:rgb(var(--color-typography-600)/.1)}html .fill-typography-600\/100{fill:rgb(var(--color-typography-600)/1)}html .fill-typography-600\/15{fill:rgb(var(--color-typography-600)/.15)}html .fill-typography-600\/20{fill:rgb(var(--color-typography-600)/.2)}html .fill-typography-600\/25{fill:rgb(var(--color-typography-600)/.25)}html .fill-typography-600\/30{fill:rgb(var(--color-typography-600)/.3)}html .fill-typography-600\/35{fill:rgb(var(--color-typography-600)/.35)}html .fill-typography-600\/40{fill:rgb(var(--color-typography-600)/.4)}html .fill-typography-600\/45{fill:rgb(var(--color-typography-600)/.45)}html .fill-typography-600\/5{fill:rgb(var(--color-typography-600)/.05)}html .fill-typography-600\/50{fill:rgb(var(--color-typography-600)/.5)}html .fill-typography-600\/55{fill:rgb(var(--color-typography-600)/.55)}html .fill-typography-600\/60{fill:rgb(var(--color-typography-600)/.6)}html .fill-typography-600\/65{fill:rgb(var(--color-typography-600)/.65)}html .fill-typography-600\/70{fill:rgb(var(--color-typography-600)/.7)}html .fill-typography-600\/75{fill:rgb(var(--color-typography-600)/.75)}html .fill-typography-600\/80{fill:rgb(var(--color-typography-600)/.8)}html .fill-typography-600\/85{fill:rgb(var(--color-typography-600)/.85)}html .fill-typography-600\/90{fill:rgb(var(--color-typography-600)/.9)}html .fill-typography-600\/95{fill:rgb(var(--color-typography-600)/.95)}html .fill-typography-700{fill:rgb(var(--color-typography-700)/1)}html .fill-typography-700\/0{fill:rgb(var(--color-typography-700)/0)}html .fill-typography-700\/10{fill:rgb(var(--color-typography-700)/.1)}html .fill-typography-700\/100{fill:rgb(var(--color-typography-700)/1)}html .fill-typography-700\/15{fill:rgb(var(--color-typography-700)/.15)}html .fill-typography-700\/20{fill:rgb(var(--color-typography-700)/.2)}html .fill-typography-700\/25{fill:rgb(var(--color-typography-700)/.25)}html .fill-typography-700\/30{fill:rgb(var(--color-typography-700)/.3)}html .fill-typography-700\/35{fill:rgb(var(--color-typography-700)/.35)}html .fill-typography-700\/40{fill:rgb(var(--color-typography-700)/.4)}html .fill-typography-700\/45{fill:rgb(var(--color-typography-700)/.45)}html .fill-typography-700\/5{fill:rgb(var(--color-typography-700)/.05)}html .fill-typography-700\/50{fill:rgb(var(--color-typography-700)/.5)}html .fill-typography-700\/55{fill:rgb(var(--color-typography-700)/.55)}html .fill-typography-700\/60{fill:rgb(var(--color-typography-700)/.6)}html .fill-typography-700\/65{fill:rgb(var(--color-typography-700)/.65)}html .fill-typography-700\/70{fill:rgb(var(--color-typography-700)/.7)}html .fill-typography-700\/75{fill:rgb(var(--color-typography-700)/.75)}html .fill-typography-700\/80{fill:rgb(var(--color-typography-700)/.8)}html .fill-typography-700\/85{fill:rgb(var(--color-typography-700)/.85)}html .fill-typography-700\/90{fill:rgb(var(--color-typography-700)/.9)}html .fill-typography-700\/95{fill:rgb(var(--color-typography-700)/.95)}html .fill-typography-800{fill:rgb(var(--color-typography-800)/1)}html .fill-typography-800\/0{fill:rgb(var(--color-typography-800)/0)}html .fill-typography-800\/10{fill:rgb(var(--color-typography-800)/.1)}html .fill-typography-800\/100{fill:rgb(var(--color-typography-800)/1)}html .fill-typography-800\/15{fill:rgb(var(--color-typography-800)/.15)}html .fill-typography-800\/20{fill:rgb(var(--color-typography-800)/.2)}html .fill-typography-800\/25{fill:rgb(var(--color-typography-800)/.25)}html .fill-typography-800\/30{fill:rgb(var(--color-typography-800)/.3)}html .fill-typography-800\/35{fill:rgb(var(--color-typography-800)/.35)}html .fill-typography-800\/40{fill:rgb(var(--color-typography-800)/.4)}html .fill-typography-800\/45{fill:rgb(var(--color-typography-800)/.45)}html .fill-typography-800\/5{fill:rgb(var(--color-typography-800)/.05)}html .fill-typography-800\/50{fill:rgb(var(--color-typography-800)/.5)}html .fill-typography-800\/55{fill:rgb(var(--color-typography-800)/.55)}html .fill-typography-800\/60{fill:rgb(var(--color-typography-800)/.6)}html .fill-typography-800\/65{fill:rgb(var(--color-typography-800)/.65)}html .fill-typography-800\/70{fill:rgb(var(--color-typography-800)/.7)}html .fill-typography-800\/75{fill:rgb(var(--color-typography-800)/.75)}html .fill-typography-800\/80{fill:rgb(var(--color-typography-800)/.8)}html .fill-typography-800\/85{fill:rgb(var(--color-typography-800)/.85)}html .fill-typography-800\/90{fill:rgb(var(--color-typography-800)/.9)}html .fill-typography-800\/95{fill:rgb(var(--color-typography-800)/.95)}html .fill-typography-900{fill:rgb(var(--color-typography-900)/1)}html .fill-typography-900\/0{fill:rgb(var(--color-typography-900)/0)}html .fill-typography-900\/10{fill:rgb(var(--color-typography-900)/.1)}html .fill-typography-900\/100{fill:rgb(var(--color-typography-900)/1)}html .fill-typography-900\/15{fill:rgb(var(--color-typography-900)/.15)}html .fill-typography-900\/20{fill:rgb(var(--color-typography-900)/.2)}html .fill-typography-900\/25{fill:rgb(var(--color-typography-900)/.25)}html .fill-typography-900\/30{fill:rgb(var(--color-typography-900)/.3)}html .fill-typography-900\/35{fill:rgb(var(--color-typography-900)/.35)}html .fill-typography-900\/40{fill:rgb(var(--color-typography-900)/.4)}html .fill-typography-900\/45{fill:rgb(var(--color-typography-900)/.45)}html .fill-typography-900\/5{fill:rgb(var(--color-typography-900)/.05)}html .fill-typography-900\/50{fill:rgb(var(--color-typography-900)/.5)}html .fill-typography-900\/55{fill:rgb(var(--color-typography-900)/.55)}html .fill-typography-900\/60{fill:rgb(var(--color-typography-900)/.6)}html .fill-typography-900\/65{fill:rgb(var(--color-typography-900)/.65)}html .fill-typography-900\/70{fill:rgb(var(--color-typography-900)/.7)}html .fill-typography-900\/75{fill:rgb(var(--color-typography-900)/.75)}html .fill-typography-900\/80{fill:rgb(var(--color-typography-900)/.8)}html .fill-typography-900\/85{fill:rgb(var(--color-typography-900)/.85)}html .fill-typography-900\/90{fill:rgb(var(--color-typography-900)/.9)}html .fill-typography-900\/95{fill:rgb(var(--color-typography-900)/.95)}html .fill-typography-950{fill:rgb(var(--color-typography-950)/1)}html .fill-typography-950\/0{fill:rgb(var(--color-typography-950)/0)}html .fill-typography-950\/10{fill:rgb(var(--color-typography-950)/.1)}html .fill-typography-950\/100{fill:rgb(var(--color-typography-950)/1)}html .fill-typography-950\/15{fill:rgb(var(--color-typography-950)/.15)}html .fill-typography-950\/20{fill:rgb(var(--color-typography-950)/.2)}html .fill-typography-950\/25{fill:rgb(var(--color-typography-950)/.25)}html .fill-typography-950\/30{fill:rgb(var(--color-typography-950)/.3)}html .fill-typography-950\/35{fill:rgb(var(--color-typography-950)/.35)}html .fill-typography-950\/40{fill:rgb(var(--color-typography-950)/.4)}html .fill-typography-950\/45{fill:rgb(var(--color-typography-950)/.45)}html .fill-typography-950\/5{fill:rgb(var(--color-typography-950)/.05)}html .fill-typography-950\/50{fill:rgb(var(--color-typography-950)/.5)}html .fill-typography-950\/55{fill:rgb(var(--color-typography-950)/.55)}html .fill-typography-950\/60{fill:rgb(var(--color-typography-950)/.6)}html .fill-typography-950\/65{fill:rgb(var(--color-typography-950)/.65)}html .fill-typography-950\/70{fill:rgb(var(--color-typography-950)/.7)}html .fill-typography-950\/75{fill:rgb(var(--color-typography-950)/.75)}html .fill-typography-950\/80{fill:rgb(var(--color-typography-950)/.8)}html .fill-typography-950\/85{fill:rgb(var(--color-typography-950)/.85)}html .fill-typography-950\/90{fill:rgb(var(--color-typography-950)/.9)}html .fill-typography-950\/95{fill:rgb(var(--color-typography-950)/.95)}html .fill-typography-black{fill:#181718}html .fill-typography-black\/0{fill:#18171800}html .fill-typography-black\/10{fill:#1817181a}html .fill-typography-black\/100{fill:#181718}html .fill-typography-black\/15{fill:#18171826}html .fill-typography-black\/20{fill:#18171833}html .fill-typography-black\/25{fill:#18171840}html .fill-typography-black\/30{fill:#1817184d}html .fill-typography-black\/35{fill:#18171859}html .fill-typography-black\/40{fill:#18171866}html .fill-typography-black\/45{fill:#18171873}html .fill-typography-black\/5{fill:#1817180d}html .fill-typography-black\/50{fill:#18171880}html .fill-typography-black\/55{fill:#1817188c}html .fill-typography-black\/60{fill:#18171899}html .fill-typography-black\/65{fill:#181718a6}html .fill-typography-black\/70{fill:#181718b3}html .fill-typography-black\/75{fill:#181718bf}html .fill-typography-black\/80{fill:#181718cc}html .fill-typography-black\/85{fill:#181718d9}html .fill-typography-black\/90{fill:#181718e6}html .fill-typography-black\/95{fill:#181718f2}html .fill-typography-gray{fill:#d4d4d4}html .fill-typography-gray\/0{fill:#d4d4d400}html .fill-typography-gray\/10{fill:#d4d4d41a}html .fill-typography-gray\/100{fill:#d4d4d4}html .fill-typography-gray\/15{fill:#d4d4d426}html .fill-typography-gray\/20{fill:#d4d4d433}html .fill-typography-gray\/25{fill:#d4d4d440}html .fill-typography-gray\/30{fill:#d4d4d44d}html .fill-typography-gray\/35{fill:#d4d4d459}html .fill-typography-gray\/40{fill:#d4d4d466}html .fill-typography-gray\/45{fill:#d4d4d473}html .fill-typography-gray\/5{fill:#d4d4d40d}html .fill-typography-gray\/50{fill:#d4d4d480}html .fill-typography-gray\/55{fill:#d4d4d48c}html .fill-typography-gray\/60{fill:#d4d4d499}html .fill-typography-gray\/65{fill:#d4d4d4a6}html .fill-typography-gray\/70{fill:#d4d4d4b3}html .fill-typography-gray\/75{fill:#d4d4d4bf}html .fill-typography-gray\/80{fill:#d4d4d4cc}html .fill-typography-gray\/85{fill:#d4d4d4d9}html .fill-typography-gray\/90{fill:#d4d4d4e6}html .fill-typography-gray\/95{fill:#d4d4d4f2}html .fill-typography-white{fill:#fff}html .fill-typography-white\/0{fill:#fff0}html .fill-typography-white\/10{fill:#ffffff1a}html .fill-typography-white\/100{fill:#fff}html .fill-typography-white\/15{fill:#ffffff26}html .fill-typography-white\/20{fill:#fff3}html .fill-typography-white\/25{fill:#ffffff40}html .fill-typography-white\/30{fill:#ffffff4d}html .fill-typography-white\/35{fill:#ffffff59}html .fill-typography-white\/40{fill:#fff6}html .fill-typography-white\/45{fill:#ffffff73}html .fill-typography-white\/5{fill:#ffffff0d}html .fill-typography-white\/50{fill:#ffffff80}html .fill-typography-white\/55{fill:#ffffff8c}html .fill-typography-white\/60{fill:#fff9}html .fill-typography-white\/65{fill:#ffffffa6}html .fill-typography-white\/70{fill:#ffffffb3}html .fill-typography-white\/75{fill:#ffffffbf}html .fill-typography-white\/80{fill:#fffc}html .fill-typography-white\/85{fill:#ffffffd9}html .fill-typography-white\/90{fill:#ffffffe6}html .fill-typography-white\/95{fill:#fffffff2}html .fill-warning-0{fill:rgb(var(--color-warning-0)/1)}html .fill-warning-0\/0{fill:rgb(var(--color-warning-0)/0)}html .fill-warning-0\/10{fill:rgb(var(--color-warning-0)/.1)}html .fill-warning-0\/100{fill:rgb(var(--color-warning-0)/1)}html .fill-warning-0\/15{fill:rgb(var(--color-warning-0)/.15)}html .fill-warning-0\/20{fill:rgb(var(--color-warning-0)/.2)}html .fill-warning-0\/25{fill:rgb(var(--color-warning-0)/.25)}html .fill-warning-0\/30{fill:rgb(var(--color-warning-0)/.3)}html .fill-warning-0\/35{fill:rgb(var(--color-warning-0)/.35)}html .fill-warning-0\/40{fill:rgb(var(--color-warning-0)/.4)}html .fill-warning-0\/45{fill:rgb(var(--color-warning-0)/.45)}html .fill-warning-0\/5{fill:rgb(var(--color-warning-0)/.05)}html .fill-warning-0\/50{fill:rgb(var(--color-warning-0)/.5)}html .fill-warning-0\/55{fill:rgb(var(--color-warning-0)/.55)}html .fill-warning-0\/60{fill:rgb(var(--color-warning-0)/.6)}html .fill-warning-0\/65{fill:rgb(var(--color-warning-0)/.65)}html .fill-warning-0\/70{fill:rgb(var(--color-warning-0)/.7)}html .fill-warning-0\/75{fill:rgb(var(--color-warning-0)/.75)}html .fill-warning-0\/80{fill:rgb(var(--color-warning-0)/.8)}html .fill-warning-0\/85{fill:rgb(var(--color-warning-0)/.85)}html .fill-warning-0\/90{fill:rgb(var(--color-warning-0)/.9)}html .fill-warning-0\/95{fill:rgb(var(--color-warning-0)/.95)}html .fill-warning-100{fill:rgb(var(--color-warning-100)/1)}html .fill-warning-100\/0{fill:rgb(var(--color-warning-100)/0)}html .fill-warning-100\/10{fill:rgb(var(--color-warning-100)/.1)}html .fill-warning-100\/100{fill:rgb(var(--color-warning-100)/1)}html .fill-warning-100\/15{fill:rgb(var(--color-warning-100)/.15)}html .fill-warning-100\/20{fill:rgb(var(--color-warning-100)/.2)}html .fill-warning-100\/25{fill:rgb(var(--color-warning-100)/.25)}html .fill-warning-100\/30{fill:rgb(var(--color-warning-100)/.3)}html .fill-warning-100\/35{fill:rgb(var(--color-warning-100)/.35)}html .fill-warning-100\/40{fill:rgb(var(--color-warning-100)/.4)}html .fill-warning-100\/45{fill:rgb(var(--color-warning-100)/.45)}html .fill-warning-100\/5{fill:rgb(var(--color-warning-100)/.05)}html .fill-warning-100\/50{fill:rgb(var(--color-warning-100)/.5)}html .fill-warning-100\/55{fill:rgb(var(--color-warning-100)/.55)}html .fill-warning-100\/60{fill:rgb(var(--color-warning-100)/.6)}html .fill-warning-100\/65{fill:rgb(var(--color-warning-100)/.65)}html .fill-warning-100\/70{fill:rgb(var(--color-warning-100)/.7)}html .fill-warning-100\/75{fill:rgb(var(--color-warning-100)/.75)}html .fill-warning-100\/80{fill:rgb(var(--color-warning-100)/.8)}html .fill-warning-100\/85{fill:rgb(var(--color-warning-100)/.85)}html .fill-warning-100\/90{fill:rgb(var(--color-warning-100)/.9)}html .fill-warning-100\/95{fill:rgb(var(--color-warning-100)/.95)}html .fill-warning-200{fill:rgb(var(--color-warning-200)/1)}html .fill-warning-200\/0{fill:rgb(var(--color-warning-200)/0)}html .fill-warning-200\/10{fill:rgb(var(--color-warning-200)/.1)}html .fill-warning-200\/100{fill:rgb(var(--color-warning-200)/1)}html .fill-warning-200\/15{fill:rgb(var(--color-warning-200)/.15)}html .fill-warning-200\/20{fill:rgb(var(--color-warning-200)/.2)}html .fill-warning-200\/25{fill:rgb(var(--color-warning-200)/.25)}html .fill-warning-200\/30{fill:rgb(var(--color-warning-200)/.3)}html .fill-warning-200\/35{fill:rgb(var(--color-warning-200)/.35)}html .fill-warning-200\/40{fill:rgb(var(--color-warning-200)/.4)}html .fill-warning-200\/45{fill:rgb(var(--color-warning-200)/.45)}html .fill-warning-200\/5{fill:rgb(var(--color-warning-200)/.05)}html .fill-warning-200\/50{fill:rgb(var(--color-warning-200)/.5)}html .fill-warning-200\/55{fill:rgb(var(--color-warning-200)/.55)}html .fill-warning-200\/60{fill:rgb(var(--color-warning-200)/.6)}html .fill-warning-200\/65{fill:rgb(var(--color-warning-200)/.65)}html .fill-warning-200\/70{fill:rgb(var(--color-warning-200)/.7)}html .fill-warning-200\/75{fill:rgb(var(--color-warning-200)/.75)}html .fill-warning-200\/80{fill:rgb(var(--color-warning-200)/.8)}html .fill-warning-200\/85{fill:rgb(var(--color-warning-200)/.85)}html .fill-warning-200\/90{fill:rgb(var(--color-warning-200)/.9)}html .fill-warning-200\/95{fill:rgb(var(--color-warning-200)/.95)}html .fill-warning-300{fill:rgb(var(--color-warning-300)/1)}html .fill-warning-300\/0{fill:rgb(var(--color-warning-300)/0)}html .fill-warning-300\/10{fill:rgb(var(--color-warning-300)/.1)}html .fill-warning-300\/100{fill:rgb(var(--color-warning-300)/1)}html .fill-warning-300\/15{fill:rgb(var(--color-warning-300)/.15)}html .fill-warning-300\/20{fill:rgb(var(--color-warning-300)/.2)}html .fill-warning-300\/25{fill:rgb(var(--color-warning-300)/.25)}html .fill-warning-300\/30{fill:rgb(var(--color-warning-300)/.3)}html .fill-warning-300\/35{fill:rgb(var(--color-warning-300)/.35)}html .fill-warning-300\/40{fill:rgb(var(--color-warning-300)/.4)}html .fill-warning-300\/45{fill:rgb(var(--color-warning-300)/.45)}html .fill-warning-300\/5{fill:rgb(var(--color-warning-300)/.05)}html .fill-warning-300\/50{fill:rgb(var(--color-warning-300)/.5)}html .fill-warning-300\/55{fill:rgb(var(--color-warning-300)/.55)}html .fill-warning-300\/60{fill:rgb(var(--color-warning-300)/.6)}html .fill-warning-300\/65{fill:rgb(var(--color-warning-300)/.65)}html .fill-warning-300\/70{fill:rgb(var(--color-warning-300)/.7)}html .fill-warning-300\/75{fill:rgb(var(--color-warning-300)/.75)}html .fill-warning-300\/80{fill:rgb(var(--color-warning-300)/.8)}html .fill-warning-300\/85{fill:rgb(var(--color-warning-300)/.85)}html .fill-warning-300\/90{fill:rgb(var(--color-warning-300)/.9)}html .fill-warning-300\/95{fill:rgb(var(--color-warning-300)/.95)}html .fill-warning-400{fill:rgb(var(--color-warning-400)/1)}html .fill-warning-400\/0{fill:rgb(var(--color-warning-400)/0)}html .fill-warning-400\/10{fill:rgb(var(--color-warning-400)/.1)}html .fill-warning-400\/100{fill:rgb(var(--color-warning-400)/1)}html .fill-warning-400\/15{fill:rgb(var(--color-warning-400)/.15)}html .fill-warning-400\/20{fill:rgb(var(--color-warning-400)/.2)}html .fill-warning-400\/25{fill:rgb(var(--color-warning-400)/.25)}html .fill-warning-400\/30{fill:rgb(var(--color-warning-400)/.3)}html .fill-warning-400\/35{fill:rgb(var(--color-warning-400)/.35)}html .fill-warning-400\/40{fill:rgb(var(--color-warning-400)/.4)}html .fill-warning-400\/45{fill:rgb(var(--color-warning-400)/.45)}html .fill-warning-400\/5{fill:rgb(var(--color-warning-400)/.05)}html .fill-warning-400\/50{fill:rgb(var(--color-warning-400)/.5)}html .fill-warning-400\/55{fill:rgb(var(--color-warning-400)/.55)}html .fill-warning-400\/60{fill:rgb(var(--color-warning-400)/.6)}html .fill-warning-400\/65{fill:rgb(var(--color-warning-400)/.65)}html .fill-warning-400\/70{fill:rgb(var(--color-warning-400)/.7)}html .fill-warning-400\/75{fill:rgb(var(--color-warning-400)/.75)}html .fill-warning-400\/80{fill:rgb(var(--color-warning-400)/.8)}html .fill-warning-400\/85{fill:rgb(var(--color-warning-400)/.85)}html .fill-warning-400\/90{fill:rgb(var(--color-warning-400)/.9)}html .fill-warning-400\/95{fill:rgb(var(--color-warning-400)/.95)}html .fill-warning-50{fill:rgb(var(--color-warning-50)/1)}html .fill-warning-50\/0{fill:rgb(var(--color-warning-50)/0)}html .fill-warning-50\/10{fill:rgb(var(--color-warning-50)/.1)}html .fill-warning-50\/100{fill:rgb(var(--color-warning-50)/1)}html .fill-warning-50\/15{fill:rgb(var(--color-warning-50)/.15)}html .fill-warning-50\/20{fill:rgb(var(--color-warning-50)/.2)}html .fill-warning-50\/25{fill:rgb(var(--color-warning-50)/.25)}html .fill-warning-50\/30{fill:rgb(var(--color-warning-50)/.3)}html .fill-warning-50\/35{fill:rgb(var(--color-warning-50)/.35)}html .fill-warning-50\/40{fill:rgb(var(--color-warning-50)/.4)}html .fill-warning-50\/45{fill:rgb(var(--color-warning-50)/.45)}html .fill-warning-50\/5{fill:rgb(var(--color-warning-50)/.05)}html .fill-warning-50\/50{fill:rgb(var(--color-warning-50)/.5)}html .fill-warning-50\/55{fill:rgb(var(--color-warning-50)/.55)}html .fill-warning-50\/60{fill:rgb(var(--color-warning-50)/.6)}html .fill-warning-50\/65{fill:rgb(var(--color-warning-50)/.65)}html .fill-warning-50\/70{fill:rgb(var(--color-warning-50)/.7)}html .fill-warning-50\/75{fill:rgb(var(--color-warning-50)/.75)}html .fill-warning-50\/80{fill:rgb(var(--color-warning-50)/.8)}html .fill-warning-50\/85{fill:rgb(var(--color-warning-50)/.85)}html .fill-warning-50\/90{fill:rgb(var(--color-warning-50)/.9)}html .fill-warning-50\/95{fill:rgb(var(--color-warning-50)/.95)}html .fill-warning-500{fill:rgb(var(--color-warning-500)/1)}html .fill-warning-500\/0{fill:rgb(var(--color-warning-500)/0)}html .fill-warning-500\/10{fill:rgb(var(--color-warning-500)/.1)}html .fill-warning-500\/100{fill:rgb(var(--color-warning-500)/1)}html .fill-warning-500\/15{fill:rgb(var(--color-warning-500)/.15)}html .fill-warning-500\/20{fill:rgb(var(--color-warning-500)/.2)}html .fill-warning-500\/25{fill:rgb(var(--color-warning-500)/.25)}html .fill-warning-500\/30{fill:rgb(var(--color-warning-500)/.3)}html .fill-warning-500\/35{fill:rgb(var(--color-warning-500)/.35)}html .fill-warning-500\/40{fill:rgb(var(--color-warning-500)/.4)}html .fill-warning-500\/45{fill:rgb(var(--color-warning-500)/.45)}html .fill-warning-500\/5{fill:rgb(var(--color-warning-500)/.05)}html .fill-warning-500\/50{fill:rgb(var(--color-warning-500)/.5)}html .fill-warning-500\/55{fill:rgb(var(--color-warning-500)/.55)}html .fill-warning-500\/60{fill:rgb(var(--color-warning-500)/.6)}html .fill-warning-500\/65{fill:rgb(var(--color-warning-500)/.65)}html .fill-warning-500\/70{fill:rgb(var(--color-warning-500)/.7)}html .fill-warning-500\/75{fill:rgb(var(--color-warning-500)/.75)}html .fill-warning-500\/80{fill:rgb(var(--color-warning-500)/.8)}html .fill-warning-500\/85{fill:rgb(var(--color-warning-500)/.85)}html .fill-warning-500\/90{fill:rgb(var(--color-warning-500)/.9)}html .fill-warning-500\/95{fill:rgb(var(--color-warning-500)/.95)}html .fill-warning-600{fill:rgb(var(--color-warning-600)/1)}html .fill-warning-600\/0{fill:rgb(var(--color-warning-600)/0)}html .fill-warning-600\/10{fill:rgb(var(--color-warning-600)/.1)}html .fill-warning-600\/100{fill:rgb(var(--color-warning-600)/1)}html .fill-warning-600\/15{fill:rgb(var(--color-warning-600)/.15)}html .fill-warning-600\/20{fill:rgb(var(--color-warning-600)/.2)}html .fill-warning-600\/25{fill:rgb(var(--color-warning-600)/.25)}html .fill-warning-600\/30{fill:rgb(var(--color-warning-600)/.3)}html .fill-warning-600\/35{fill:rgb(var(--color-warning-600)/.35)}html .fill-warning-600\/40{fill:rgb(var(--color-warning-600)/.4)}html .fill-warning-600\/45{fill:rgb(var(--color-warning-600)/.45)}html .fill-warning-600\/5{fill:rgb(var(--color-warning-600)/.05)}html .fill-warning-600\/50{fill:rgb(var(--color-warning-600)/.5)}html .fill-warning-600\/55{fill:rgb(var(--color-warning-600)/.55)}html .fill-warning-600\/60{fill:rgb(var(--color-warning-600)/.6)}html .fill-warning-600\/65{fill:rgb(var(--color-warning-600)/.65)}html .fill-warning-600\/70{fill:rgb(var(--color-warning-600)/.7)}html .fill-warning-600\/75{fill:rgb(var(--color-warning-600)/.75)}html .fill-warning-600\/80{fill:rgb(var(--color-warning-600)/.8)}html .fill-warning-600\/85{fill:rgb(var(--color-warning-600)/.85)}html .fill-warning-600\/90{fill:rgb(var(--color-warning-600)/.9)}html .fill-warning-600\/95{fill:rgb(var(--color-warning-600)/.95)}html .fill-warning-700{fill:rgb(var(--color-warning-700)/1)}html .fill-warning-700\/0{fill:rgb(var(--color-warning-700)/0)}html .fill-warning-700\/10{fill:rgb(var(--color-warning-700)/.1)}html .fill-warning-700\/100{fill:rgb(var(--color-warning-700)/1)}html .fill-warning-700\/15{fill:rgb(var(--color-warning-700)/.15)}html .fill-warning-700\/20{fill:rgb(var(--color-warning-700)/.2)}html .fill-warning-700\/25{fill:rgb(var(--color-warning-700)/.25)}html .fill-warning-700\/30{fill:rgb(var(--color-warning-700)/.3)}html .fill-warning-700\/35{fill:rgb(var(--color-warning-700)/.35)}html .fill-warning-700\/40{fill:rgb(var(--color-warning-700)/.4)}html .fill-warning-700\/45{fill:rgb(var(--color-warning-700)/.45)}html .fill-warning-700\/5{fill:rgb(var(--color-warning-700)/.05)}html .fill-warning-700\/50{fill:rgb(var(--color-warning-700)/.5)}html .fill-warning-700\/55{fill:rgb(var(--color-warning-700)/.55)}html .fill-warning-700\/60{fill:rgb(var(--color-warning-700)/.6)}html .fill-warning-700\/65{fill:rgb(var(--color-warning-700)/.65)}html .fill-warning-700\/70{fill:rgb(var(--color-warning-700)/.7)}html .fill-warning-700\/75{fill:rgb(var(--color-warning-700)/.75)}html .fill-warning-700\/80{fill:rgb(var(--color-warning-700)/.8)}html .fill-warning-700\/85{fill:rgb(var(--color-warning-700)/.85)}html .fill-warning-700\/90{fill:rgb(var(--color-warning-700)/.9)}html .fill-warning-700\/95{fill:rgb(var(--color-warning-700)/.95)}html .fill-warning-800{fill:rgb(var(--color-warning-800)/1)}html .fill-warning-800\/0{fill:rgb(var(--color-warning-800)/0)}html .fill-warning-800\/10{fill:rgb(var(--color-warning-800)/.1)}html .fill-warning-800\/100{fill:rgb(var(--color-warning-800)/1)}html .fill-warning-800\/15{fill:rgb(var(--color-warning-800)/.15)}html .fill-warning-800\/20{fill:rgb(var(--color-warning-800)/.2)}html .fill-warning-800\/25{fill:rgb(var(--color-warning-800)/.25)}html .fill-warning-800\/30{fill:rgb(var(--color-warning-800)/.3)}html .fill-warning-800\/35{fill:rgb(var(--color-warning-800)/.35)}html .fill-warning-800\/40{fill:rgb(var(--color-warning-800)/.4)}html .fill-warning-800\/45{fill:rgb(var(--color-warning-800)/.45)}html .fill-warning-800\/5{fill:rgb(var(--color-warning-800)/.05)}html .fill-warning-800\/50{fill:rgb(var(--color-warning-800)/.5)}html .fill-warning-800\/55{fill:rgb(var(--color-warning-800)/.55)}html .fill-warning-800\/60{fill:rgb(var(--color-warning-800)/.6)}html .fill-warning-800\/65{fill:rgb(var(--color-warning-800)/.65)}html .fill-warning-800\/70{fill:rgb(var(--color-warning-800)/.7)}html .fill-warning-800\/75{fill:rgb(var(--color-warning-800)/.75)}html .fill-warning-800\/80{fill:rgb(var(--color-warning-800)/.8)}html .fill-warning-800\/85{fill:rgb(var(--color-warning-800)/.85)}html .fill-warning-800\/90{fill:rgb(var(--color-warning-800)/.9)}html .fill-warning-800\/95{fill:rgb(var(--color-warning-800)/.95)}html .fill-warning-900{fill:rgb(var(--color-warning-900)/1)}html .fill-warning-900\/0{fill:rgb(var(--color-warning-900)/0)}html .fill-warning-900\/10{fill:rgb(var(--color-warning-900)/.1)}html .fill-warning-900\/100{fill:rgb(var(--color-warning-900)/1)}html .fill-warning-900\/15{fill:rgb(var(--color-warning-900)/.15)}html .fill-warning-900\/20{fill:rgb(var(--color-warning-900)/.2)}html .fill-warning-900\/25{fill:rgb(var(--color-warning-900)/.25)}html .fill-warning-900\/30{fill:rgb(var(--color-warning-900)/.3)}html .fill-warning-900\/35{fill:rgb(var(--color-warning-900)/.35)}html .fill-warning-900\/40{fill:rgb(var(--color-warning-900)/.4)}html .fill-warning-900\/45{fill:rgb(var(--color-warning-900)/.45)}html .fill-warning-900\/5{fill:rgb(var(--color-warning-900)/.05)}html .fill-warning-900\/50{fill:rgb(var(--color-warning-900)/.5)}html .fill-warning-900\/55{fill:rgb(var(--color-warning-900)/.55)}html .fill-warning-900\/60{fill:rgb(var(--color-warning-900)/.6)}html .fill-warning-900\/65{fill:rgb(var(--color-warning-900)/.65)}html .fill-warning-900\/70{fill:rgb(var(--color-warning-900)/.7)}html .fill-warning-900\/75{fill:rgb(var(--color-warning-900)/.75)}html .fill-warning-900\/80{fill:rgb(var(--color-warning-900)/.8)}html .fill-warning-900\/85{fill:rgb(var(--color-warning-900)/.85)}html .fill-warning-900\/90{fill:rgb(var(--color-warning-900)/.9)}html .fill-warning-900\/95{fill:rgb(var(--color-warning-900)/.95)}html .fill-warning-950{fill:rgb(var(--color-warning-950)/1)}html .fill-warning-950\/0{fill:rgb(var(--color-warning-950)/0)}html .fill-warning-950\/10{fill:rgb(var(--color-warning-950)/.1)}html .fill-warning-950\/100{fill:rgb(var(--color-warning-950)/1)}html .fill-warning-950\/15{fill:rgb(var(--color-warning-950)/.15)}html .fill-warning-950\/20{fill:rgb(var(--color-warning-950)/.2)}html .fill-warning-950\/25{fill:rgb(var(--color-warning-950)/.25)}html .fill-warning-950\/30{fill:rgb(var(--color-warning-950)/.3)}html .fill-warning-950\/35{fill:rgb(var(--color-warning-950)/.35)}html .fill-warning-950\/40{fill:rgb(var(--color-warning-950)/.4)}html .fill-warning-950\/45{fill:rgb(var(--color-warning-950)/.45)}html .fill-warning-950\/5{fill:rgb(var(--color-warning-950)/.05)}html .fill-warning-950\/50{fill:rgb(var(--color-warning-950)/.5)}html .fill-warning-950\/55{fill:rgb(var(--color-warning-950)/.55)}html .fill-warning-950\/60{fill:rgb(var(--color-warning-950)/.6)}html .fill-warning-950\/65{fill:rgb(var(--color-warning-950)/.65)}html .fill-warning-950\/70{fill:rgb(var(--color-warning-950)/.7)}html .fill-warning-950\/75{fill:rgb(var(--color-warning-950)/.75)}html .fill-warning-950\/80{fill:rgb(var(--color-warning-950)/.8)}html .fill-warning-950\/85{fill:rgb(var(--color-warning-950)/.85)}html .fill-warning-950\/90{fill:rgb(var(--color-warning-950)/.9)}html .fill-warning-950\/95{fill:rgb(var(--color-warning-950)/.95)}html .stroke-background-0{stroke:rgb(var(--color-background-0)/1)}html .stroke-background-0\/0{stroke:rgb(var(--color-background-0)/0)}html .stroke-background-0\/10{stroke:rgb(var(--color-background-0)/.1)}html .stroke-background-0\/100{stroke:rgb(var(--color-background-0)/1)}html .stroke-background-0\/15{stroke:rgb(var(--color-background-0)/.15)}html .stroke-background-0\/20{stroke:rgb(var(--color-background-0)/.2)}html .stroke-background-0\/25{stroke:rgb(var(--color-background-0)/.25)}html .stroke-background-0\/30{stroke:rgb(var(--color-background-0)/.3)}html .stroke-background-0\/35{stroke:rgb(var(--color-background-0)/.35)}html .stroke-background-0\/40{stroke:rgb(var(--color-background-0)/.4)}html .stroke-background-0\/45{stroke:rgb(var(--color-background-0)/.45)}html .stroke-background-0\/5{stroke:rgb(var(--color-background-0)/.05)}html .stroke-background-0\/50{stroke:rgb(var(--color-background-0)/.5)}html .stroke-background-0\/55{stroke:rgb(var(--color-background-0)/.55)}html .stroke-background-0\/60{stroke:rgb(var(--color-background-0)/.6)}html .stroke-background-0\/65{stroke:rgb(var(--color-background-0)/.65)}html .stroke-background-0\/70{stroke:rgb(var(--color-background-0)/.7)}html .stroke-background-0\/75{stroke:rgb(var(--color-background-0)/.75)}html .stroke-background-0\/80{stroke:rgb(var(--color-background-0)/.8)}html .stroke-background-0\/85{stroke:rgb(var(--color-background-0)/.85)}html .stroke-background-0\/90{stroke:rgb(var(--color-background-0)/.9)}html .stroke-background-0\/95{stroke:rgb(var(--color-background-0)/.95)}html .stroke-background-100{stroke:rgb(var(--color-background-100)/1)}html .stroke-background-100\/0{stroke:rgb(var(--color-background-100)/0)}html .stroke-background-100\/10{stroke:rgb(var(--color-background-100)/.1)}html .stroke-background-100\/100{stroke:rgb(var(--color-background-100)/1)}html .stroke-background-100\/15{stroke:rgb(var(--color-background-100)/.15)}html .stroke-background-100\/20{stroke:rgb(var(--color-background-100)/.2)}html .stroke-background-100\/25{stroke:rgb(var(--color-background-100)/.25)}html .stroke-background-100\/30{stroke:rgb(var(--color-background-100)/.3)}html .stroke-background-100\/35{stroke:rgb(var(--color-background-100)/.35)}html .stroke-background-100\/40{stroke:rgb(var(--color-background-100)/.4)}html .stroke-background-100\/45{stroke:rgb(var(--color-background-100)/.45)}html .stroke-background-100\/5{stroke:rgb(var(--color-background-100)/.05)}html .stroke-background-100\/50{stroke:rgb(var(--color-background-100)/.5)}html .stroke-background-100\/55{stroke:rgb(var(--color-background-100)/.55)}html .stroke-background-100\/60{stroke:rgb(var(--color-background-100)/.6)}html .stroke-background-100\/65{stroke:rgb(var(--color-background-100)/.65)}html .stroke-background-100\/70{stroke:rgb(var(--color-background-100)/.7)}html .stroke-background-100\/75{stroke:rgb(var(--color-background-100)/.75)}html .stroke-background-100\/80{stroke:rgb(var(--color-background-100)/.8)}html .stroke-background-100\/85{stroke:rgb(var(--color-background-100)/.85)}html .stroke-background-100\/90{stroke:rgb(var(--color-background-100)/.9)}html .stroke-background-100\/95{stroke:rgb(var(--color-background-100)/.95)}html .stroke-background-200{stroke:rgb(var(--color-background-200)/1)}html .stroke-background-200\/0{stroke:rgb(var(--color-background-200)/0)}html .stroke-background-200\/10{stroke:rgb(var(--color-background-200)/.1)}html .stroke-background-200\/100{stroke:rgb(var(--color-background-200)/1)}html .stroke-background-200\/15{stroke:rgb(var(--color-background-200)/.15)}html .stroke-background-200\/20{stroke:rgb(var(--color-background-200)/.2)}html .stroke-background-200\/25{stroke:rgb(var(--color-background-200)/.25)}html .stroke-background-200\/30{stroke:rgb(var(--color-background-200)/.3)}html .stroke-background-200\/35{stroke:rgb(var(--color-background-200)/.35)}html .stroke-background-200\/40{stroke:rgb(var(--color-background-200)/.4)}html .stroke-background-200\/45{stroke:rgb(var(--color-background-200)/.45)}html .stroke-background-200\/5{stroke:rgb(var(--color-background-200)/.05)}html .stroke-background-200\/50{stroke:rgb(var(--color-background-200)/.5)}html .stroke-background-200\/55{stroke:rgb(var(--color-background-200)/.55)}html .stroke-background-200\/60{stroke:rgb(var(--color-background-200)/.6)}html .stroke-background-200\/65{stroke:rgb(var(--color-background-200)/.65)}html .stroke-background-200\/70{stroke:rgb(var(--color-background-200)/.7)}html .stroke-background-200\/75{stroke:rgb(var(--color-background-200)/.75)}html .stroke-background-200\/80{stroke:rgb(var(--color-background-200)/.8)}html .stroke-background-200\/85{stroke:rgb(var(--color-background-200)/.85)}html .stroke-background-200\/90{stroke:rgb(var(--color-background-200)/.9)}html .stroke-background-200\/95{stroke:rgb(var(--color-background-200)/.95)}html .stroke-background-300{stroke:rgb(var(--color-background-300)/1)}html .stroke-background-300\/0{stroke:rgb(var(--color-background-300)/0)}html .stroke-background-300\/10{stroke:rgb(var(--color-background-300)/.1)}html .stroke-background-300\/100{stroke:rgb(var(--color-background-300)/1)}html .stroke-background-300\/15{stroke:rgb(var(--color-background-300)/.15)}html .stroke-background-300\/20{stroke:rgb(var(--color-background-300)/.2)}html .stroke-background-300\/25{stroke:rgb(var(--color-background-300)/.25)}html .stroke-background-300\/30{stroke:rgb(var(--color-background-300)/.3)}html .stroke-background-300\/35{stroke:rgb(var(--color-background-300)/.35)}html .stroke-background-300\/40{stroke:rgb(var(--color-background-300)/.4)}html .stroke-background-300\/45{stroke:rgb(var(--color-background-300)/.45)}html .stroke-background-300\/5{stroke:rgb(var(--color-background-300)/.05)}html .stroke-background-300\/50{stroke:rgb(var(--color-background-300)/.5)}html .stroke-background-300\/55{stroke:rgb(var(--color-background-300)/.55)}html .stroke-background-300\/60{stroke:rgb(var(--color-background-300)/.6)}html .stroke-background-300\/65{stroke:rgb(var(--color-background-300)/.65)}html .stroke-background-300\/70{stroke:rgb(var(--color-background-300)/.7)}html .stroke-background-300\/75{stroke:rgb(var(--color-background-300)/.75)}html .stroke-background-300\/80{stroke:rgb(var(--color-background-300)/.8)}html .stroke-background-300\/85{stroke:rgb(var(--color-background-300)/.85)}html .stroke-background-300\/90{stroke:rgb(var(--color-background-300)/.9)}html .stroke-background-300\/95{stroke:rgb(var(--color-background-300)/.95)}html .stroke-background-400{stroke:rgb(var(--color-background-400)/1)}html .stroke-background-400\/0{stroke:rgb(var(--color-background-400)/0)}html .stroke-background-400\/10{stroke:rgb(var(--color-background-400)/.1)}html .stroke-background-400\/100{stroke:rgb(var(--color-background-400)/1)}html .stroke-background-400\/15{stroke:rgb(var(--color-background-400)/.15)}html .stroke-background-400\/20{stroke:rgb(var(--color-background-400)/.2)}html .stroke-background-400\/25{stroke:rgb(var(--color-background-400)/.25)}html .stroke-background-400\/30{stroke:rgb(var(--color-background-400)/.3)}html .stroke-background-400\/35{stroke:rgb(var(--color-background-400)/.35)}html .stroke-background-400\/40{stroke:rgb(var(--color-background-400)/.4)}html .stroke-background-400\/45{stroke:rgb(var(--color-background-400)/.45)}html .stroke-background-400\/5{stroke:rgb(var(--color-background-400)/.05)}html .stroke-background-400\/50{stroke:rgb(var(--color-background-400)/.5)}html .stroke-background-400\/55{stroke:rgb(var(--color-background-400)/.55)}html .stroke-background-400\/60{stroke:rgb(var(--color-background-400)/.6)}html .stroke-background-400\/65{stroke:rgb(var(--color-background-400)/.65)}html .stroke-background-400\/70{stroke:rgb(var(--color-background-400)/.7)}html .stroke-background-400\/75{stroke:rgb(var(--color-background-400)/.75)}html .stroke-background-400\/80{stroke:rgb(var(--color-background-400)/.8)}html .stroke-background-400\/85{stroke:rgb(var(--color-background-400)/.85)}html .stroke-background-400\/90{stroke:rgb(var(--color-background-400)/.9)}html .stroke-background-400\/95{stroke:rgb(var(--color-background-400)/.95)}html .stroke-background-50{stroke:rgb(var(--color-background-50)/1)}html .stroke-background-50\/0{stroke:rgb(var(--color-background-50)/0)}html .stroke-background-50\/10{stroke:rgb(var(--color-background-50)/.1)}html .stroke-background-50\/100{stroke:rgb(var(--color-background-50)/1)}html .stroke-background-50\/15{stroke:rgb(var(--color-background-50)/.15)}html .stroke-background-50\/20{stroke:rgb(var(--color-background-50)/.2)}html .stroke-background-50\/25{stroke:rgb(var(--color-background-50)/.25)}html .stroke-background-50\/30{stroke:rgb(var(--color-background-50)/.3)}html .stroke-background-50\/35{stroke:rgb(var(--color-background-50)/.35)}html .stroke-background-50\/40{stroke:rgb(var(--color-background-50)/.4)}html .stroke-background-50\/45{stroke:rgb(var(--color-background-50)/.45)}html .stroke-background-50\/5{stroke:rgb(var(--color-background-50)/.05)}html .stroke-background-50\/50{stroke:rgb(var(--color-background-50)/.5)}html .stroke-background-50\/55{stroke:rgb(var(--color-background-50)/.55)}html .stroke-background-50\/60{stroke:rgb(var(--color-background-50)/.6)}html .stroke-background-50\/65{stroke:rgb(var(--color-background-50)/.65)}html .stroke-background-50\/70{stroke:rgb(var(--color-background-50)/.7)}html .stroke-background-50\/75{stroke:rgb(var(--color-background-50)/.75)}html .stroke-background-50\/80{stroke:rgb(var(--color-background-50)/.8)}html .stroke-background-50\/85{stroke:rgb(var(--color-background-50)/.85)}html .stroke-background-50\/90{stroke:rgb(var(--color-background-50)/.9)}html .stroke-background-50\/95{stroke:rgb(var(--color-background-50)/.95)}html .stroke-background-500{stroke:rgb(var(--color-background-500)/1)}html .stroke-background-500\/0{stroke:rgb(var(--color-background-500)/0)}html .stroke-background-500\/10{stroke:rgb(var(--color-background-500)/.1)}html .stroke-background-500\/100{stroke:rgb(var(--color-background-500)/1)}html .stroke-background-500\/15{stroke:rgb(var(--color-background-500)/.15)}html .stroke-background-500\/20{stroke:rgb(var(--color-background-500)/.2)}html .stroke-background-500\/25{stroke:rgb(var(--color-background-500)/.25)}html .stroke-background-500\/30{stroke:rgb(var(--color-background-500)/.3)}html .stroke-background-500\/35{stroke:rgb(var(--color-background-500)/.35)}html .stroke-background-500\/40{stroke:rgb(var(--color-background-500)/.4)}html .stroke-background-500\/45{stroke:rgb(var(--color-background-500)/.45)}html .stroke-background-500\/5{stroke:rgb(var(--color-background-500)/.05)}html .stroke-background-500\/50{stroke:rgb(var(--color-background-500)/.5)}html .stroke-background-500\/55{stroke:rgb(var(--color-background-500)/.55)}html .stroke-background-500\/60{stroke:rgb(var(--color-background-500)/.6)}html .stroke-background-500\/65{stroke:rgb(var(--color-background-500)/.65)}html .stroke-background-500\/70{stroke:rgb(var(--color-background-500)/.7)}html .stroke-background-500\/75{stroke:rgb(var(--color-background-500)/.75)}html .stroke-background-500\/80{stroke:rgb(var(--color-background-500)/.8)}html .stroke-background-500\/85{stroke:rgb(var(--color-background-500)/.85)}html .stroke-background-500\/90{stroke:rgb(var(--color-background-500)/.9)}html .stroke-background-500\/95{stroke:rgb(var(--color-background-500)/.95)}html .stroke-background-600{stroke:rgb(var(--color-background-600)/1)}html .stroke-background-600\/0{stroke:rgb(var(--color-background-600)/0)}html .stroke-background-600\/10{stroke:rgb(var(--color-background-600)/.1)}html .stroke-background-600\/100{stroke:rgb(var(--color-background-600)/1)}html .stroke-background-600\/15{stroke:rgb(var(--color-background-600)/.15)}html .stroke-background-600\/20{stroke:rgb(var(--color-background-600)/.2)}html .stroke-background-600\/25{stroke:rgb(var(--color-background-600)/.25)}html .stroke-background-600\/30{stroke:rgb(var(--color-background-600)/.3)}html .stroke-background-600\/35{stroke:rgb(var(--color-background-600)/.35)}html .stroke-background-600\/40{stroke:rgb(var(--color-background-600)/.4)}html .stroke-background-600\/45{stroke:rgb(var(--color-background-600)/.45)}html .stroke-background-600\/5{stroke:rgb(var(--color-background-600)/.05)}html .stroke-background-600\/50{stroke:rgb(var(--color-background-600)/.5)}html .stroke-background-600\/55{stroke:rgb(var(--color-background-600)/.55)}html .stroke-background-600\/60{stroke:rgb(var(--color-background-600)/.6)}html .stroke-background-600\/65{stroke:rgb(var(--color-background-600)/.65)}html .stroke-background-600\/70{stroke:rgb(var(--color-background-600)/.7)}html .stroke-background-600\/75{stroke:rgb(var(--color-background-600)/.75)}html .stroke-background-600\/80{stroke:rgb(var(--color-background-600)/.8)}html .stroke-background-600\/85{stroke:rgb(var(--color-background-600)/.85)}html .stroke-background-600\/90{stroke:rgb(var(--color-background-600)/.9)}html .stroke-background-600\/95{stroke:rgb(var(--color-background-600)/.95)}html .stroke-background-700{stroke:rgb(var(--color-background-700)/1)}html .stroke-background-700\/0{stroke:rgb(var(--color-background-700)/0)}html .stroke-background-700\/10{stroke:rgb(var(--color-background-700)/.1)}html .stroke-background-700\/100{stroke:rgb(var(--color-background-700)/1)}html .stroke-background-700\/15{stroke:rgb(var(--color-background-700)/.15)}html .stroke-background-700\/20{stroke:rgb(var(--color-background-700)/.2)}html .stroke-background-700\/25{stroke:rgb(var(--color-background-700)/.25)}html .stroke-background-700\/30{stroke:rgb(var(--color-background-700)/.3)}html .stroke-background-700\/35{stroke:rgb(var(--color-background-700)/.35)}html .stroke-background-700\/40{stroke:rgb(var(--color-background-700)/.4)}html .stroke-background-700\/45{stroke:rgb(var(--color-background-700)/.45)}html .stroke-background-700\/5{stroke:rgb(var(--color-background-700)/.05)}html .stroke-background-700\/50{stroke:rgb(var(--color-background-700)/.5)}html .stroke-background-700\/55{stroke:rgb(var(--color-background-700)/.55)}html .stroke-background-700\/60{stroke:rgb(var(--color-background-700)/.6)}html .stroke-background-700\/65{stroke:rgb(var(--color-background-700)/.65)}html .stroke-background-700\/70{stroke:rgb(var(--color-background-700)/.7)}html .stroke-background-700\/75{stroke:rgb(var(--color-background-700)/.75)}html .stroke-background-700\/80{stroke:rgb(var(--color-background-700)/.8)}html .stroke-background-700\/85{stroke:rgb(var(--color-background-700)/.85)}html .stroke-background-700\/90{stroke:rgb(var(--color-background-700)/.9)}html .stroke-background-700\/95{stroke:rgb(var(--color-background-700)/.95)}html .stroke-background-800{stroke:rgb(var(--color-background-800)/1)}html .stroke-background-800\/0{stroke:rgb(var(--color-background-800)/0)}html .stroke-background-800\/10{stroke:rgb(var(--color-background-800)/.1)}html .stroke-background-800\/100{stroke:rgb(var(--color-background-800)/1)}html .stroke-background-800\/15{stroke:rgb(var(--color-background-800)/.15)}html .stroke-background-800\/20{stroke:rgb(var(--color-background-800)/.2)}html .stroke-background-800\/25{stroke:rgb(var(--color-background-800)/.25)}html .stroke-background-800\/30{stroke:rgb(var(--color-background-800)/.3)}html .stroke-background-800\/35{stroke:rgb(var(--color-background-800)/.35)}html .stroke-background-800\/40{stroke:rgb(var(--color-background-800)/.4)}html .stroke-background-800\/45{stroke:rgb(var(--color-background-800)/.45)}html .stroke-background-800\/5{stroke:rgb(var(--color-background-800)/.05)}html .stroke-background-800\/50{stroke:rgb(var(--color-background-800)/.5)}html .stroke-background-800\/55{stroke:rgb(var(--color-background-800)/.55)}html .stroke-background-800\/60{stroke:rgb(var(--color-background-800)/.6)}html .stroke-background-800\/65{stroke:rgb(var(--color-background-800)/.65)}html .stroke-background-800\/70{stroke:rgb(var(--color-background-800)/.7)}html .stroke-background-800\/75{stroke:rgb(var(--color-background-800)/.75)}html .stroke-background-800\/80{stroke:rgb(var(--color-background-800)/.8)}html .stroke-background-800\/85{stroke:rgb(var(--color-background-800)/.85)}html .stroke-background-800\/90{stroke:rgb(var(--color-background-800)/.9)}html .stroke-background-800\/95{stroke:rgb(var(--color-background-800)/.95)}html .stroke-background-900{stroke:rgb(var(--color-background-900)/1)}html .stroke-background-900\/0{stroke:rgb(var(--color-background-900)/0)}html .stroke-background-900\/10{stroke:rgb(var(--color-background-900)/.1)}html .stroke-background-900\/100{stroke:rgb(var(--color-background-900)/1)}html .stroke-background-900\/15{stroke:rgb(var(--color-background-900)/.15)}html .stroke-background-900\/20{stroke:rgb(var(--color-background-900)/.2)}html .stroke-background-900\/25{stroke:rgb(var(--color-background-900)/.25)}html .stroke-background-900\/30{stroke:rgb(var(--color-background-900)/.3)}html .stroke-background-900\/35{stroke:rgb(var(--color-background-900)/.35)}html .stroke-background-900\/40{stroke:rgb(var(--color-background-900)/.4)}html .stroke-background-900\/45{stroke:rgb(var(--color-background-900)/.45)}html .stroke-background-900\/5{stroke:rgb(var(--color-background-900)/.05)}html .stroke-background-900\/50{stroke:rgb(var(--color-background-900)/.5)}html .stroke-background-900\/55{stroke:rgb(var(--color-background-900)/.55)}html .stroke-background-900\/60{stroke:rgb(var(--color-background-900)/.6)}html .stroke-background-900\/65{stroke:rgb(var(--color-background-900)/.65)}html .stroke-background-900\/70{stroke:rgb(var(--color-background-900)/.7)}html .stroke-background-900\/75{stroke:rgb(var(--color-background-900)/.75)}html .stroke-background-900\/80{stroke:rgb(var(--color-background-900)/.8)}html .stroke-background-900\/85{stroke:rgb(var(--color-background-900)/.85)}html .stroke-background-900\/90{stroke:rgb(var(--color-background-900)/.9)}html .stroke-background-900\/95{stroke:rgb(var(--color-background-900)/.95)}html .stroke-background-950{stroke:rgb(var(--color-background-950)/1)}html .stroke-background-950\/0{stroke:rgb(var(--color-background-950)/0)}html .stroke-background-950\/10{stroke:rgb(var(--color-background-950)/.1)}html .stroke-background-950\/100{stroke:rgb(var(--color-background-950)/1)}html .stroke-background-950\/15{stroke:rgb(var(--color-background-950)/.15)}html .stroke-background-950\/20{stroke:rgb(var(--color-background-950)/.2)}html .stroke-background-950\/25{stroke:rgb(var(--color-background-950)/.25)}html .stroke-background-950\/30{stroke:rgb(var(--color-background-950)/.3)}html .stroke-background-950\/35{stroke:rgb(var(--color-background-950)/.35)}html .stroke-background-950\/40{stroke:rgb(var(--color-background-950)/.4)}html .stroke-background-950\/45{stroke:rgb(var(--color-background-950)/.45)}html .stroke-background-950\/5{stroke:rgb(var(--color-background-950)/.05)}html .stroke-background-950\/50{stroke:rgb(var(--color-background-950)/.5)}html .stroke-background-950\/55{stroke:rgb(var(--color-background-950)/.55)}html .stroke-background-950\/60{stroke:rgb(var(--color-background-950)/.6)}html .stroke-background-950\/65{stroke:rgb(var(--color-background-950)/.65)}html .stroke-background-950\/70{stroke:rgb(var(--color-background-950)/.7)}html .stroke-background-950\/75{stroke:rgb(var(--color-background-950)/.75)}html .stroke-background-950\/80{stroke:rgb(var(--color-background-950)/.8)}html .stroke-background-950\/85{stroke:rgb(var(--color-background-950)/.85)}html .stroke-background-950\/90{stroke:rgb(var(--color-background-950)/.9)}html .stroke-background-950\/95{stroke:rgb(var(--color-background-950)/.95)}html .stroke-background-dark{stroke:#181719}html .stroke-background-dark\/0{stroke:#18171900}html .stroke-background-dark\/10{stroke:#1817191a}html .stroke-background-dark\/100{stroke:#181719}html .stroke-background-dark\/15{stroke:#18171926}html .stroke-background-dark\/20{stroke:#18171933}html .stroke-background-dark\/25{stroke:#18171940}html .stroke-background-dark\/30{stroke:#1817194d}html .stroke-background-dark\/35{stroke:#18171959}html .stroke-background-dark\/40{stroke:#18171966}html .stroke-background-dark\/45{stroke:#18171973}html .stroke-background-dark\/5{stroke:#1817190d}html .stroke-background-dark\/50{stroke:#18171980}html .stroke-background-dark\/55{stroke:#1817198c}html .stroke-background-dark\/60{stroke:#18171999}html .stroke-background-dark\/65{stroke:#181719a6}html .stroke-background-dark\/70{stroke:#181719b3}html .stroke-background-dark\/75{stroke:#181719bf}html .stroke-background-dark\/80{stroke:#181719cc}html .stroke-background-dark\/85{stroke:#181719d9}html .stroke-background-dark\/90{stroke:#181719e6}html .stroke-background-dark\/95{stroke:#181719f2}html .stroke-background-error{stroke:rgb(var(--color-background-error)/1)}html .stroke-background-error\/0{stroke:rgb(var(--color-background-error)/0)}html .stroke-background-error\/10{stroke:rgb(var(--color-background-error)/.1)}html .stroke-background-error\/100{stroke:rgb(var(--color-background-error)/1)}html .stroke-background-error\/15{stroke:rgb(var(--color-background-error)/.15)}html .stroke-background-error\/20{stroke:rgb(var(--color-background-error)/.2)}html .stroke-background-error\/25{stroke:rgb(var(--color-background-error)/.25)}html .stroke-background-error\/30{stroke:rgb(var(--color-background-error)/.3)}html .stroke-background-error\/35{stroke:rgb(var(--color-background-error)/.35)}html .stroke-background-error\/40{stroke:rgb(var(--color-background-error)/.4)}html .stroke-background-error\/45{stroke:rgb(var(--color-background-error)/.45)}html .stroke-background-error\/5{stroke:rgb(var(--color-background-error)/.05)}html .stroke-background-error\/50{stroke:rgb(var(--color-background-error)/.5)}html .stroke-background-error\/55{stroke:rgb(var(--color-background-error)/.55)}html .stroke-background-error\/60{stroke:rgb(var(--color-background-error)/.6)}html .stroke-background-error\/65{stroke:rgb(var(--color-background-error)/.65)}html .stroke-background-error\/70{stroke:rgb(var(--color-background-error)/.7)}html .stroke-background-error\/75{stroke:rgb(var(--color-background-error)/.75)}html .stroke-background-error\/80{stroke:rgb(var(--color-background-error)/.8)}html .stroke-background-error\/85{stroke:rgb(var(--color-background-error)/.85)}html .stroke-background-error\/90{stroke:rgb(var(--color-background-error)/.9)}html .stroke-background-error\/95{stroke:rgb(var(--color-background-error)/.95)}html .stroke-background-info{stroke:rgb(var(--color-background-info)/1)}html .stroke-background-info\/0{stroke:rgb(var(--color-background-info)/0)}html .stroke-background-info\/10{stroke:rgb(var(--color-background-info)/.1)}html .stroke-background-info\/100{stroke:rgb(var(--color-background-info)/1)}html .stroke-background-info\/15{stroke:rgb(var(--color-background-info)/.15)}html .stroke-background-info\/20{stroke:rgb(var(--color-background-info)/.2)}html .stroke-background-info\/25{stroke:rgb(var(--color-background-info)/.25)}html .stroke-background-info\/30{stroke:rgb(var(--color-background-info)/.3)}html .stroke-background-info\/35{stroke:rgb(var(--color-background-info)/.35)}html .stroke-background-info\/40{stroke:rgb(var(--color-background-info)/.4)}html .stroke-background-info\/45{stroke:rgb(var(--color-background-info)/.45)}html .stroke-background-info\/5{stroke:rgb(var(--color-background-info)/.05)}html .stroke-background-info\/50{stroke:rgb(var(--color-background-info)/.5)}html .stroke-background-info\/55{stroke:rgb(var(--color-background-info)/.55)}html .stroke-background-info\/60{stroke:rgb(var(--color-background-info)/.6)}html .stroke-background-info\/65{stroke:rgb(var(--color-background-info)/.65)}html .stroke-background-info\/70{stroke:rgb(var(--color-background-info)/.7)}html .stroke-background-info\/75{stroke:rgb(var(--color-background-info)/.75)}html .stroke-background-info\/80{stroke:rgb(var(--color-background-info)/.8)}html .stroke-background-info\/85{stroke:rgb(var(--color-background-info)/.85)}html .stroke-background-info\/90{stroke:rgb(var(--color-background-info)/.9)}html .stroke-background-info\/95{stroke:rgb(var(--color-background-info)/.95)}html .stroke-background-light{stroke:#fbfbfb}html .stroke-background-light\/0{stroke:#fbfbfb00}html .stroke-background-light\/10{stroke:#fbfbfb1a}html .stroke-background-light\/100{stroke:#fbfbfb}html .stroke-background-light\/15{stroke:#fbfbfb26}html .stroke-background-light\/20{stroke:#fbfbfb33}html .stroke-background-light\/25{stroke:#fbfbfb40}html .stroke-background-light\/30{stroke:#fbfbfb4d}html .stroke-background-light\/35{stroke:#fbfbfb59}html .stroke-background-light\/40{stroke:#fbfbfb66}html .stroke-background-light\/45{stroke:#fbfbfb73}html .stroke-background-light\/5{stroke:#fbfbfb0d}html .stroke-background-light\/50{stroke:#fbfbfb80}html .stroke-background-light\/55{stroke:#fbfbfb8c}html .stroke-background-light\/60{stroke:#fbfbfb99}html .stroke-background-light\/65{stroke:#fbfbfba6}html .stroke-background-light\/70{stroke:#fbfbfbb3}html .stroke-background-light\/75{stroke:#fbfbfbbf}html .stroke-background-light\/80{stroke:#fbfbfbcc}html .stroke-background-light\/85{stroke:#fbfbfbd9}html .stroke-background-light\/90{stroke:#fbfbfbe6}html .stroke-background-light\/95{stroke:#fbfbfbf2}html .stroke-background-muted{stroke:rgb(var(--color-background-muted)/1)}html .stroke-background-muted\/0{stroke:rgb(var(--color-background-muted)/0)}html .stroke-background-muted\/10{stroke:rgb(var(--color-background-muted)/.1)}html .stroke-background-muted\/100{stroke:rgb(var(--color-background-muted)/1)}html .stroke-background-muted\/15{stroke:rgb(var(--color-background-muted)/.15)}html .stroke-background-muted\/20{stroke:rgb(var(--color-background-muted)/.2)}html .stroke-background-muted\/25{stroke:rgb(var(--color-background-muted)/.25)}html .stroke-background-muted\/30{stroke:rgb(var(--color-background-muted)/.3)}html .stroke-background-muted\/35{stroke:rgb(var(--color-background-muted)/.35)}html .stroke-background-muted\/40{stroke:rgb(var(--color-background-muted)/.4)}html .stroke-background-muted\/45{stroke:rgb(var(--color-background-muted)/.45)}html .stroke-background-muted\/5{stroke:rgb(var(--color-background-muted)/.05)}html .stroke-background-muted\/50{stroke:rgb(var(--color-background-muted)/.5)}html .stroke-background-muted\/55{stroke:rgb(var(--color-background-muted)/.55)}html .stroke-background-muted\/60{stroke:rgb(var(--color-background-muted)/.6)}html .stroke-background-muted\/65{stroke:rgb(var(--color-background-muted)/.65)}html .stroke-background-muted\/70{stroke:rgb(var(--color-background-muted)/.7)}html .stroke-background-muted\/75{stroke:rgb(var(--color-background-muted)/.75)}html .stroke-background-muted\/80{stroke:rgb(var(--color-background-muted)/.8)}html .stroke-background-muted\/85{stroke:rgb(var(--color-background-muted)/.85)}html .stroke-background-muted\/90{stroke:rgb(var(--color-background-muted)/.9)}html .stroke-background-muted\/95{stroke:rgb(var(--color-background-muted)/.95)}html .stroke-background-success{stroke:rgb(var(--color-background-success)/1)}html .stroke-background-success\/0{stroke:rgb(var(--color-background-success)/0)}html .stroke-background-success\/10{stroke:rgb(var(--color-background-success)/.1)}html .stroke-background-success\/100{stroke:rgb(var(--color-background-success)/1)}html .stroke-background-success\/15{stroke:rgb(var(--color-background-success)/.15)}html .stroke-background-success\/20{stroke:rgb(var(--color-background-success)/.2)}html .stroke-background-success\/25{stroke:rgb(var(--color-background-success)/.25)}html .stroke-background-success\/30{stroke:rgb(var(--color-background-success)/.3)}html .stroke-background-success\/35{stroke:rgb(var(--color-background-success)/.35)}html .stroke-background-success\/40{stroke:rgb(var(--color-background-success)/.4)}html .stroke-background-success\/45{stroke:rgb(var(--color-background-success)/.45)}html .stroke-background-success\/5{stroke:rgb(var(--color-background-success)/.05)}html .stroke-background-success\/50{stroke:rgb(var(--color-background-success)/.5)}html .stroke-background-success\/55{stroke:rgb(var(--color-background-success)/.55)}html .stroke-background-success\/60{stroke:rgb(var(--color-background-success)/.6)}html .stroke-background-success\/65{stroke:rgb(var(--color-background-success)/.65)}html .stroke-background-success\/70{stroke:rgb(var(--color-background-success)/.7)}html .stroke-background-success\/75{stroke:rgb(var(--color-background-success)/.75)}html .stroke-background-success\/80{stroke:rgb(var(--color-background-success)/.8)}html .stroke-background-success\/85{stroke:rgb(var(--color-background-success)/.85)}html .stroke-background-success\/90{stroke:rgb(var(--color-background-success)/.9)}html .stroke-background-success\/95{stroke:rgb(var(--color-background-success)/.95)}html .stroke-background-warning{stroke:rgb(var(--color-background-warning)/1)}html .stroke-background-warning\/0{stroke:rgb(var(--color-background-warning)/0)}html .stroke-background-warning\/10{stroke:rgb(var(--color-background-warning)/.1)}html .stroke-background-warning\/100{stroke:rgb(var(--color-background-warning)/1)}html .stroke-background-warning\/15{stroke:rgb(var(--color-background-warning)/.15)}html .stroke-background-warning\/20{stroke:rgb(var(--color-background-warning)/.2)}html .stroke-background-warning\/25{stroke:rgb(var(--color-background-warning)/.25)}html .stroke-background-warning\/30{stroke:rgb(var(--color-background-warning)/.3)}html .stroke-background-warning\/35{stroke:rgb(var(--color-background-warning)/.35)}html .stroke-background-warning\/40{stroke:rgb(var(--color-background-warning)/.4)}html .stroke-background-warning\/45{stroke:rgb(var(--color-background-warning)/.45)}html .stroke-background-warning\/5{stroke:rgb(var(--color-background-warning)/.05)}html .stroke-background-warning\/50{stroke:rgb(var(--color-background-warning)/.5)}html .stroke-background-warning\/55{stroke:rgb(var(--color-background-warning)/.55)}html .stroke-background-warning\/60{stroke:rgb(var(--color-background-warning)/.6)}html .stroke-background-warning\/65{stroke:rgb(var(--color-background-warning)/.65)}html .stroke-background-warning\/70{stroke:rgb(var(--color-background-warning)/.7)}html .stroke-background-warning\/75{stroke:rgb(var(--color-background-warning)/.75)}html .stroke-background-warning\/80{stroke:rgb(var(--color-background-warning)/.8)}html .stroke-background-warning\/85{stroke:rgb(var(--color-background-warning)/.85)}html .stroke-background-warning\/90{stroke:rgb(var(--color-background-warning)/.9)}html .stroke-background-warning\/95{stroke:rgb(var(--color-background-warning)/.95)}html .stroke-error-0{stroke:rgb(var(--color-error-0)/1)}html .stroke-error-0\/0{stroke:rgb(var(--color-error-0)/0)}html .stroke-error-0\/10{stroke:rgb(var(--color-error-0)/.1)}html .stroke-error-0\/100{stroke:rgb(var(--color-error-0)/1)}html .stroke-error-0\/15{stroke:rgb(var(--color-error-0)/.15)}html .stroke-error-0\/20{stroke:rgb(var(--color-error-0)/.2)}html .stroke-error-0\/25{stroke:rgb(var(--color-error-0)/.25)}html .stroke-error-0\/30{stroke:rgb(var(--color-error-0)/.3)}html .stroke-error-0\/35{stroke:rgb(var(--color-error-0)/.35)}html .stroke-error-0\/40{stroke:rgb(var(--color-error-0)/.4)}html .stroke-error-0\/45{stroke:rgb(var(--color-error-0)/.45)}html .stroke-error-0\/5{stroke:rgb(var(--color-error-0)/.05)}html .stroke-error-0\/50{stroke:rgb(var(--color-error-0)/.5)}html .stroke-error-0\/55{stroke:rgb(var(--color-error-0)/.55)}html .stroke-error-0\/60{stroke:rgb(var(--color-error-0)/.6)}html .stroke-error-0\/65{stroke:rgb(var(--color-error-0)/.65)}html .stroke-error-0\/70{stroke:rgb(var(--color-error-0)/.7)}html .stroke-error-0\/75{stroke:rgb(var(--color-error-0)/.75)}html .stroke-error-0\/80{stroke:rgb(var(--color-error-0)/.8)}html .stroke-error-0\/85{stroke:rgb(var(--color-error-0)/.85)}html .stroke-error-0\/90{stroke:rgb(var(--color-error-0)/.9)}html .stroke-error-0\/95{stroke:rgb(var(--color-error-0)/.95)}html .stroke-error-100{stroke:rgb(var(--color-error-100)/1)}html .stroke-error-100\/0{stroke:rgb(var(--color-error-100)/0)}html .stroke-error-100\/10{stroke:rgb(var(--color-error-100)/.1)}html .stroke-error-100\/100{stroke:rgb(var(--color-error-100)/1)}html .stroke-error-100\/15{stroke:rgb(var(--color-error-100)/.15)}html .stroke-error-100\/20{stroke:rgb(var(--color-error-100)/.2)}html .stroke-error-100\/25{stroke:rgb(var(--color-error-100)/.25)}html .stroke-error-100\/30{stroke:rgb(var(--color-error-100)/.3)}html .stroke-error-100\/35{stroke:rgb(var(--color-error-100)/.35)}html .stroke-error-100\/40{stroke:rgb(var(--color-error-100)/.4)}html .stroke-error-100\/45{stroke:rgb(var(--color-error-100)/.45)}html .stroke-error-100\/5{stroke:rgb(var(--color-error-100)/.05)}html .stroke-error-100\/50{stroke:rgb(var(--color-error-100)/.5)}html .stroke-error-100\/55{stroke:rgb(var(--color-error-100)/.55)}html .stroke-error-100\/60{stroke:rgb(var(--color-error-100)/.6)}html .stroke-error-100\/65{stroke:rgb(var(--color-error-100)/.65)}html .stroke-error-100\/70{stroke:rgb(var(--color-error-100)/.7)}html .stroke-error-100\/75{stroke:rgb(var(--color-error-100)/.75)}html .stroke-error-100\/80{stroke:rgb(var(--color-error-100)/.8)}html .stroke-error-100\/85{stroke:rgb(var(--color-error-100)/.85)}html .stroke-error-100\/90{stroke:rgb(var(--color-error-100)/.9)}html .stroke-error-100\/95{stroke:rgb(var(--color-error-100)/.95)}html .stroke-error-200{stroke:rgb(var(--color-error-200)/1)}html .stroke-error-200\/0{stroke:rgb(var(--color-error-200)/0)}html .stroke-error-200\/10{stroke:rgb(var(--color-error-200)/.1)}html .stroke-error-200\/100{stroke:rgb(var(--color-error-200)/1)}html .stroke-error-200\/15{stroke:rgb(var(--color-error-200)/.15)}html .stroke-error-200\/20{stroke:rgb(var(--color-error-200)/.2)}html .stroke-error-200\/25{stroke:rgb(var(--color-error-200)/.25)}html .stroke-error-200\/30{stroke:rgb(var(--color-error-200)/.3)}html .stroke-error-200\/35{stroke:rgb(var(--color-error-200)/.35)}html .stroke-error-200\/40{stroke:rgb(var(--color-error-200)/.4)}html .stroke-error-200\/45{stroke:rgb(var(--color-error-200)/.45)}html .stroke-error-200\/5{stroke:rgb(var(--color-error-200)/.05)}html .stroke-error-200\/50{stroke:rgb(var(--color-error-200)/.5)}html .stroke-error-200\/55{stroke:rgb(var(--color-error-200)/.55)}html .stroke-error-200\/60{stroke:rgb(var(--color-error-200)/.6)}html .stroke-error-200\/65{stroke:rgb(var(--color-error-200)/.65)}html .stroke-error-200\/70{stroke:rgb(var(--color-error-200)/.7)}html .stroke-error-200\/75{stroke:rgb(var(--color-error-200)/.75)}html .stroke-error-200\/80{stroke:rgb(var(--color-error-200)/.8)}html .stroke-error-200\/85{stroke:rgb(var(--color-error-200)/.85)}html .stroke-error-200\/90{stroke:rgb(var(--color-error-200)/.9)}html .stroke-error-200\/95{stroke:rgb(var(--color-error-200)/.95)}html .stroke-error-300{stroke:rgb(var(--color-error-300)/1)}html .stroke-error-300\/0{stroke:rgb(var(--color-error-300)/0)}html .stroke-error-300\/10{stroke:rgb(var(--color-error-300)/.1)}html .stroke-error-300\/100{stroke:rgb(var(--color-error-300)/1)}html .stroke-error-300\/15{stroke:rgb(var(--color-error-300)/.15)}html .stroke-error-300\/20{stroke:rgb(var(--color-error-300)/.2)}html .stroke-error-300\/25{stroke:rgb(var(--color-error-300)/.25)}html .stroke-error-300\/30{stroke:rgb(var(--color-error-300)/.3)}html .stroke-error-300\/35{stroke:rgb(var(--color-error-300)/.35)}html .stroke-error-300\/40{stroke:rgb(var(--color-error-300)/.4)}html .stroke-error-300\/45{stroke:rgb(var(--color-error-300)/.45)}html .stroke-error-300\/5{stroke:rgb(var(--color-error-300)/.05)}html .stroke-error-300\/50{stroke:rgb(var(--color-error-300)/.5)}html .stroke-error-300\/55{stroke:rgb(var(--color-error-300)/.55)}html .stroke-error-300\/60{stroke:rgb(var(--color-error-300)/.6)}html .stroke-error-300\/65{stroke:rgb(var(--color-error-300)/.65)}html .stroke-error-300\/70{stroke:rgb(var(--color-error-300)/.7)}html .stroke-error-300\/75{stroke:rgb(var(--color-error-300)/.75)}html .stroke-error-300\/80{stroke:rgb(var(--color-error-300)/.8)}html .stroke-error-300\/85{stroke:rgb(var(--color-error-300)/.85)}html .stroke-error-300\/90{stroke:rgb(var(--color-error-300)/.9)}html .stroke-error-300\/95{stroke:rgb(var(--color-error-300)/.95)}html .stroke-error-400{stroke:rgb(var(--color-error-400)/1)}html .stroke-error-400\/0{stroke:rgb(var(--color-error-400)/0)}html .stroke-error-400\/10{stroke:rgb(var(--color-error-400)/.1)}html .stroke-error-400\/100{stroke:rgb(var(--color-error-400)/1)}html .stroke-error-400\/15{stroke:rgb(var(--color-error-400)/.15)}html .stroke-error-400\/20{stroke:rgb(var(--color-error-400)/.2)}html .stroke-error-400\/25{stroke:rgb(var(--color-error-400)/.25)}html .stroke-error-400\/30{stroke:rgb(var(--color-error-400)/.3)}html .stroke-error-400\/35{stroke:rgb(var(--color-error-400)/.35)}html .stroke-error-400\/40{stroke:rgb(var(--color-error-400)/.4)}html .stroke-error-400\/45{stroke:rgb(var(--color-error-400)/.45)}html .stroke-error-400\/5{stroke:rgb(var(--color-error-400)/.05)}html .stroke-error-400\/50{stroke:rgb(var(--color-error-400)/.5)}html .stroke-error-400\/55{stroke:rgb(var(--color-error-400)/.55)}html .stroke-error-400\/60{stroke:rgb(var(--color-error-400)/.6)}html .stroke-error-400\/65{stroke:rgb(var(--color-error-400)/.65)}html .stroke-error-400\/70{stroke:rgb(var(--color-error-400)/.7)}html .stroke-error-400\/75{stroke:rgb(var(--color-error-400)/.75)}html .stroke-error-400\/80{stroke:rgb(var(--color-error-400)/.8)}html .stroke-error-400\/85{stroke:rgb(var(--color-error-400)/.85)}html .stroke-error-400\/90{stroke:rgb(var(--color-error-400)/.9)}html .stroke-error-400\/95{stroke:rgb(var(--color-error-400)/.95)}html .stroke-error-50{stroke:rgb(var(--color-error-50)/1)}html .stroke-error-50\/0{stroke:rgb(var(--color-error-50)/0)}html .stroke-error-50\/10{stroke:rgb(var(--color-error-50)/.1)}html .stroke-error-50\/100{stroke:rgb(var(--color-error-50)/1)}html .stroke-error-50\/15{stroke:rgb(var(--color-error-50)/.15)}html .stroke-error-50\/20{stroke:rgb(var(--color-error-50)/.2)}html .stroke-error-50\/25{stroke:rgb(var(--color-error-50)/.25)}html .stroke-error-50\/30{stroke:rgb(var(--color-error-50)/.3)}html .stroke-error-50\/35{stroke:rgb(var(--color-error-50)/.35)}html .stroke-error-50\/40{stroke:rgb(var(--color-error-50)/.4)}html .stroke-error-50\/45{stroke:rgb(var(--color-error-50)/.45)}html .stroke-error-50\/5{stroke:rgb(var(--color-error-50)/.05)}html .stroke-error-50\/50{stroke:rgb(var(--color-error-50)/.5)}html .stroke-error-50\/55{stroke:rgb(var(--color-error-50)/.55)}html .stroke-error-50\/60{stroke:rgb(var(--color-error-50)/.6)}html .stroke-error-50\/65{stroke:rgb(var(--color-error-50)/.65)}html .stroke-error-50\/70{stroke:rgb(var(--color-error-50)/.7)}html .stroke-error-50\/75{stroke:rgb(var(--color-error-50)/.75)}html .stroke-error-50\/80{stroke:rgb(var(--color-error-50)/.8)}html .stroke-error-50\/85{stroke:rgb(var(--color-error-50)/.85)}html .stroke-error-50\/90{stroke:rgb(var(--color-error-50)/.9)}html .stroke-error-50\/95{stroke:rgb(var(--color-error-50)/.95)}html .stroke-error-500{stroke:rgb(var(--color-error-500)/1)}html .stroke-error-500\/0{stroke:rgb(var(--color-error-500)/0)}html .stroke-error-500\/10{stroke:rgb(var(--color-error-500)/.1)}html .stroke-error-500\/100{stroke:rgb(var(--color-error-500)/1)}html .stroke-error-500\/15{stroke:rgb(var(--color-error-500)/.15)}html .stroke-error-500\/20{stroke:rgb(var(--color-error-500)/.2)}html .stroke-error-500\/25{stroke:rgb(var(--color-error-500)/.25)}html .stroke-error-500\/30{stroke:rgb(var(--color-error-500)/.3)}html .stroke-error-500\/35{stroke:rgb(var(--color-error-500)/.35)}html .stroke-error-500\/40{stroke:rgb(var(--color-error-500)/.4)}html .stroke-error-500\/45{stroke:rgb(var(--color-error-500)/.45)}html .stroke-error-500\/5{stroke:rgb(var(--color-error-500)/.05)}html .stroke-error-500\/50{stroke:rgb(var(--color-error-500)/.5)}html .stroke-error-500\/55{stroke:rgb(var(--color-error-500)/.55)}html .stroke-error-500\/60{stroke:rgb(var(--color-error-500)/.6)}html .stroke-error-500\/65{stroke:rgb(var(--color-error-500)/.65)}html .stroke-error-500\/70{stroke:rgb(var(--color-error-500)/.7)}html .stroke-error-500\/75{stroke:rgb(var(--color-error-500)/.75)}html .stroke-error-500\/80{stroke:rgb(var(--color-error-500)/.8)}html .stroke-error-500\/85{stroke:rgb(var(--color-error-500)/.85)}html .stroke-error-500\/90{stroke:rgb(var(--color-error-500)/.9)}html .stroke-error-500\/95{stroke:rgb(var(--color-error-500)/.95)}html .stroke-error-600{stroke:rgb(var(--color-error-600)/1)}html .stroke-error-600\/0{stroke:rgb(var(--color-error-600)/0)}html .stroke-error-600\/10{stroke:rgb(var(--color-error-600)/.1)}html .stroke-error-600\/100{stroke:rgb(var(--color-error-600)/1)}html .stroke-error-600\/15{stroke:rgb(var(--color-error-600)/.15)}html .stroke-error-600\/20{stroke:rgb(var(--color-error-600)/.2)}html .stroke-error-600\/25{stroke:rgb(var(--color-error-600)/.25)}html .stroke-error-600\/30{stroke:rgb(var(--color-error-600)/.3)}html .stroke-error-600\/35{stroke:rgb(var(--color-error-600)/.35)}html .stroke-error-600\/40{stroke:rgb(var(--color-error-600)/.4)}html .stroke-error-600\/45{stroke:rgb(var(--color-error-600)/.45)}html .stroke-error-600\/5{stroke:rgb(var(--color-error-600)/.05)}html .stroke-error-600\/50{stroke:rgb(var(--color-error-600)/.5)}html .stroke-error-600\/55{stroke:rgb(var(--color-error-600)/.55)}html .stroke-error-600\/60{stroke:rgb(var(--color-error-600)/.6)}html .stroke-error-600\/65{stroke:rgb(var(--color-error-600)/.65)}html .stroke-error-600\/70{stroke:rgb(var(--color-error-600)/.7)}html .stroke-error-600\/75{stroke:rgb(var(--color-error-600)/.75)}html .stroke-error-600\/80{stroke:rgb(var(--color-error-600)/.8)}html .stroke-error-600\/85{stroke:rgb(var(--color-error-600)/.85)}html .stroke-error-600\/90{stroke:rgb(var(--color-error-600)/.9)}html .stroke-error-600\/95{stroke:rgb(var(--color-error-600)/.95)}html .stroke-error-700{stroke:rgb(var(--color-error-700)/1)}html .stroke-error-700\/0{stroke:rgb(var(--color-error-700)/0)}html .stroke-error-700\/10{stroke:rgb(var(--color-error-700)/.1)}html .stroke-error-700\/100{stroke:rgb(var(--color-error-700)/1)}html .stroke-error-700\/15{stroke:rgb(var(--color-error-700)/.15)}html .stroke-error-700\/20{stroke:rgb(var(--color-error-700)/.2)}html .stroke-error-700\/25{stroke:rgb(var(--color-error-700)/.25)}html .stroke-error-700\/30{stroke:rgb(var(--color-error-700)/.3)}html .stroke-error-700\/35{stroke:rgb(var(--color-error-700)/.35)}html .stroke-error-700\/40{stroke:rgb(var(--color-error-700)/.4)}html .stroke-error-700\/45{stroke:rgb(var(--color-error-700)/.45)}html .stroke-error-700\/5{stroke:rgb(var(--color-error-700)/.05)}html .stroke-error-700\/50{stroke:rgb(var(--color-error-700)/.5)}html .stroke-error-700\/55{stroke:rgb(var(--color-error-700)/.55)}html .stroke-error-700\/60{stroke:rgb(var(--color-error-700)/.6)}html .stroke-error-700\/65{stroke:rgb(var(--color-error-700)/.65)}html .stroke-error-700\/70{stroke:rgb(var(--color-error-700)/.7)}html .stroke-error-700\/75{stroke:rgb(var(--color-error-700)/.75)}html .stroke-error-700\/80{stroke:rgb(var(--color-error-700)/.8)}html .stroke-error-700\/85{stroke:rgb(var(--color-error-700)/.85)}html .stroke-error-700\/90{stroke:rgb(var(--color-error-700)/.9)}html .stroke-error-700\/95{stroke:rgb(var(--color-error-700)/.95)}html .stroke-error-800{stroke:rgb(var(--color-error-800)/1)}html .stroke-error-800\/0{stroke:rgb(var(--color-error-800)/0)}html .stroke-error-800\/10{stroke:rgb(var(--color-error-800)/.1)}html .stroke-error-800\/100{stroke:rgb(var(--color-error-800)/1)}html .stroke-error-800\/15{stroke:rgb(var(--color-error-800)/.15)}html .stroke-error-800\/20{stroke:rgb(var(--color-error-800)/.2)}html .stroke-error-800\/25{stroke:rgb(var(--color-error-800)/.25)}html .stroke-error-800\/30{stroke:rgb(var(--color-error-800)/.3)}html .stroke-error-800\/35{stroke:rgb(var(--color-error-800)/.35)}html .stroke-error-800\/40{stroke:rgb(var(--color-error-800)/.4)}html .stroke-error-800\/45{stroke:rgb(var(--color-error-800)/.45)}html .stroke-error-800\/5{stroke:rgb(var(--color-error-800)/.05)}html .stroke-error-800\/50{stroke:rgb(var(--color-error-800)/.5)}html .stroke-error-800\/55{stroke:rgb(var(--color-error-800)/.55)}html .stroke-error-800\/60{stroke:rgb(var(--color-error-800)/.6)}html .stroke-error-800\/65{stroke:rgb(var(--color-error-800)/.65)}html .stroke-error-800\/70{stroke:rgb(var(--color-error-800)/.7)}html .stroke-error-800\/75{stroke:rgb(var(--color-error-800)/.75)}html .stroke-error-800\/80{stroke:rgb(var(--color-error-800)/.8)}html .stroke-error-800\/85{stroke:rgb(var(--color-error-800)/.85)}html .stroke-error-800\/90{stroke:rgb(var(--color-error-800)/.9)}html .stroke-error-800\/95{stroke:rgb(var(--color-error-800)/.95)}html .stroke-error-900{stroke:rgb(var(--color-error-900)/1)}html .stroke-error-900\/0{stroke:rgb(var(--color-error-900)/0)}html .stroke-error-900\/10{stroke:rgb(var(--color-error-900)/.1)}html .stroke-error-900\/100{stroke:rgb(var(--color-error-900)/1)}html .stroke-error-900\/15{stroke:rgb(var(--color-error-900)/.15)}html .stroke-error-900\/20{stroke:rgb(var(--color-error-900)/.2)}html .stroke-error-900\/25{stroke:rgb(var(--color-error-900)/.25)}html .stroke-error-900\/30{stroke:rgb(var(--color-error-900)/.3)}html .stroke-error-900\/35{stroke:rgb(var(--color-error-900)/.35)}html .stroke-error-900\/40{stroke:rgb(var(--color-error-900)/.4)}html .stroke-error-900\/45{stroke:rgb(var(--color-error-900)/.45)}html .stroke-error-900\/5{stroke:rgb(var(--color-error-900)/.05)}html .stroke-error-900\/50{stroke:rgb(var(--color-error-900)/.5)}html .stroke-error-900\/55{stroke:rgb(var(--color-error-900)/.55)}html .stroke-error-900\/60{stroke:rgb(var(--color-error-900)/.6)}html .stroke-error-900\/65{stroke:rgb(var(--color-error-900)/.65)}html .stroke-error-900\/70{stroke:rgb(var(--color-error-900)/.7)}html .stroke-error-900\/75{stroke:rgb(var(--color-error-900)/.75)}html .stroke-error-900\/80{stroke:rgb(var(--color-error-900)/.8)}html .stroke-error-900\/85{stroke:rgb(var(--color-error-900)/.85)}html .stroke-error-900\/90{stroke:rgb(var(--color-error-900)/.9)}html .stroke-error-900\/95{stroke:rgb(var(--color-error-900)/.95)}html .stroke-error-950{stroke:rgb(var(--color-error-950)/1)}html .stroke-error-950\/0{stroke:rgb(var(--color-error-950)/0)}html .stroke-error-950\/10{stroke:rgb(var(--color-error-950)/.1)}html .stroke-error-950\/100{stroke:rgb(var(--color-error-950)/1)}html .stroke-error-950\/15{stroke:rgb(var(--color-error-950)/.15)}html .stroke-error-950\/20{stroke:rgb(var(--color-error-950)/.2)}html .stroke-error-950\/25{stroke:rgb(var(--color-error-950)/.25)}html .stroke-error-950\/30{stroke:rgb(var(--color-error-950)/.3)}html .stroke-error-950\/35{stroke:rgb(var(--color-error-950)/.35)}html .stroke-error-950\/40{stroke:rgb(var(--color-error-950)/.4)}html .stroke-error-950\/45{stroke:rgb(var(--color-error-950)/.45)}html .stroke-error-950\/5{stroke:rgb(var(--color-error-950)/.05)}html .stroke-error-950\/50{stroke:rgb(var(--color-error-950)/.5)}html .stroke-error-950\/55{stroke:rgb(var(--color-error-950)/.55)}html .stroke-error-950\/60{stroke:rgb(var(--color-error-950)/.6)}html .stroke-error-950\/65{stroke:rgb(var(--color-error-950)/.65)}html .stroke-error-950\/70{stroke:rgb(var(--color-error-950)/.7)}html .stroke-error-950\/75{stroke:rgb(var(--color-error-950)/.75)}html .stroke-error-950\/80{stroke:rgb(var(--color-error-950)/.8)}html .stroke-error-950\/85{stroke:rgb(var(--color-error-950)/.85)}html .stroke-error-950\/90{stroke:rgb(var(--color-error-950)/.9)}html .stroke-error-950\/95{stroke:rgb(var(--color-error-950)/.95)}html .stroke-indicator-error{stroke:rgb(var(--color-indicator-error)/1)}html .stroke-indicator-error\/0{stroke:rgb(var(--color-indicator-error)/0)}html .stroke-indicator-error\/10{stroke:rgb(var(--color-indicator-error)/.1)}html .stroke-indicator-error\/100{stroke:rgb(var(--color-indicator-error)/1)}html .stroke-indicator-error\/15{stroke:rgb(var(--color-indicator-error)/.15)}html .stroke-indicator-error\/20{stroke:rgb(var(--color-indicator-error)/.2)}html .stroke-indicator-error\/25{stroke:rgb(var(--color-indicator-error)/.25)}html .stroke-indicator-error\/30{stroke:rgb(var(--color-indicator-error)/.3)}html .stroke-indicator-error\/35{stroke:rgb(var(--color-indicator-error)/.35)}html .stroke-indicator-error\/40{stroke:rgb(var(--color-indicator-error)/.4)}html .stroke-indicator-error\/45{stroke:rgb(var(--color-indicator-error)/.45)}html .stroke-indicator-error\/5{stroke:rgb(var(--color-indicator-error)/.05)}html .stroke-indicator-error\/50{stroke:rgb(var(--color-indicator-error)/.5)}html .stroke-indicator-error\/55{stroke:rgb(var(--color-indicator-error)/.55)}html .stroke-indicator-error\/60{stroke:rgb(var(--color-indicator-error)/.6)}html .stroke-indicator-error\/65{stroke:rgb(var(--color-indicator-error)/.65)}html .stroke-indicator-error\/70{stroke:rgb(var(--color-indicator-error)/.7)}html .stroke-indicator-error\/75{stroke:rgb(var(--color-indicator-error)/.75)}html .stroke-indicator-error\/80{stroke:rgb(var(--color-indicator-error)/.8)}html .stroke-indicator-error\/85{stroke:rgb(var(--color-indicator-error)/.85)}html .stroke-indicator-error\/90{stroke:rgb(var(--color-indicator-error)/.9)}html .stroke-indicator-error\/95{stroke:rgb(var(--color-indicator-error)/.95)}html .stroke-indicator-info{stroke:rgb(var(--color-indicator-info)/1)}html .stroke-indicator-info\/0{stroke:rgb(var(--color-indicator-info)/0)}html .stroke-indicator-info\/10{stroke:rgb(var(--color-indicator-info)/.1)}html .stroke-indicator-info\/100{stroke:rgb(var(--color-indicator-info)/1)}html .stroke-indicator-info\/15{stroke:rgb(var(--color-indicator-info)/.15)}html .stroke-indicator-info\/20{stroke:rgb(var(--color-indicator-info)/.2)}html .stroke-indicator-info\/25{stroke:rgb(var(--color-indicator-info)/.25)}html .stroke-indicator-info\/30{stroke:rgb(var(--color-indicator-info)/.3)}html .stroke-indicator-info\/35{stroke:rgb(var(--color-indicator-info)/.35)}html .stroke-indicator-info\/40{stroke:rgb(var(--color-indicator-info)/.4)}html .stroke-indicator-info\/45{stroke:rgb(var(--color-indicator-info)/.45)}html .stroke-indicator-info\/5{stroke:rgb(var(--color-indicator-info)/.05)}html .stroke-indicator-info\/50{stroke:rgb(var(--color-indicator-info)/.5)}html .stroke-indicator-info\/55{stroke:rgb(var(--color-indicator-info)/.55)}html .stroke-indicator-info\/60{stroke:rgb(var(--color-indicator-info)/.6)}html .stroke-indicator-info\/65{stroke:rgb(var(--color-indicator-info)/.65)}html .stroke-indicator-info\/70{stroke:rgb(var(--color-indicator-info)/.7)}html .stroke-indicator-info\/75{stroke:rgb(var(--color-indicator-info)/.75)}html .stroke-indicator-info\/80{stroke:rgb(var(--color-indicator-info)/.8)}html .stroke-indicator-info\/85{stroke:rgb(var(--color-indicator-info)/.85)}html .stroke-indicator-info\/90{stroke:rgb(var(--color-indicator-info)/.9)}html .stroke-indicator-info\/95{stroke:rgb(var(--color-indicator-info)/.95)}html .stroke-indicator-primary{stroke:rgb(var(--color-indicator-primary)/1)}html .stroke-indicator-primary\/0{stroke:rgb(var(--color-indicator-primary)/0)}html .stroke-indicator-primary\/10{stroke:rgb(var(--color-indicator-primary)/.1)}html .stroke-indicator-primary\/100{stroke:rgb(var(--color-indicator-primary)/1)}html .stroke-indicator-primary\/15{stroke:rgb(var(--color-indicator-primary)/.15)}html .stroke-indicator-primary\/20{stroke:rgb(var(--color-indicator-primary)/.2)}html .stroke-indicator-primary\/25{stroke:rgb(var(--color-indicator-primary)/.25)}html .stroke-indicator-primary\/30{stroke:rgb(var(--color-indicator-primary)/.3)}html .stroke-indicator-primary\/35{stroke:rgb(var(--color-indicator-primary)/.35)}html .stroke-indicator-primary\/40{stroke:rgb(var(--color-indicator-primary)/.4)}html .stroke-indicator-primary\/45{stroke:rgb(var(--color-indicator-primary)/.45)}html .stroke-indicator-primary\/5{stroke:rgb(var(--color-indicator-primary)/.05)}html .stroke-indicator-primary\/50{stroke:rgb(var(--color-indicator-primary)/.5)}html .stroke-indicator-primary\/55{stroke:rgb(var(--color-indicator-primary)/.55)}html .stroke-indicator-primary\/60{stroke:rgb(var(--color-indicator-primary)/.6)}html .stroke-indicator-primary\/65{stroke:rgb(var(--color-indicator-primary)/.65)}html .stroke-indicator-primary\/70{stroke:rgb(var(--color-indicator-primary)/.7)}html .stroke-indicator-primary\/75{stroke:rgb(var(--color-indicator-primary)/.75)}html .stroke-indicator-primary\/80{stroke:rgb(var(--color-indicator-primary)/.8)}html .stroke-indicator-primary\/85{stroke:rgb(var(--color-indicator-primary)/.85)}html .stroke-indicator-primary\/90{stroke:rgb(var(--color-indicator-primary)/.9)}html .stroke-indicator-primary\/95{stroke:rgb(var(--color-indicator-primary)/.95)}html .stroke-info-0{stroke:rgb(var(--color-info-0)/1)}html .stroke-info-0\/0{stroke:rgb(var(--color-info-0)/0)}html .stroke-info-0\/10{stroke:rgb(var(--color-info-0)/.1)}html .stroke-info-0\/100{stroke:rgb(var(--color-info-0)/1)}html .stroke-info-0\/15{stroke:rgb(var(--color-info-0)/.15)}html .stroke-info-0\/20{stroke:rgb(var(--color-info-0)/.2)}html .stroke-info-0\/25{stroke:rgb(var(--color-info-0)/.25)}html .stroke-info-0\/30{stroke:rgb(var(--color-info-0)/.3)}html .stroke-info-0\/35{stroke:rgb(var(--color-info-0)/.35)}html .stroke-info-0\/40{stroke:rgb(var(--color-info-0)/.4)}html .stroke-info-0\/45{stroke:rgb(var(--color-info-0)/.45)}html .stroke-info-0\/5{stroke:rgb(var(--color-info-0)/.05)}html .stroke-info-0\/50{stroke:rgb(var(--color-info-0)/.5)}html .stroke-info-0\/55{stroke:rgb(var(--color-info-0)/.55)}html .stroke-info-0\/60{stroke:rgb(var(--color-info-0)/.6)}html .stroke-info-0\/65{stroke:rgb(var(--color-info-0)/.65)}html .stroke-info-0\/70{stroke:rgb(var(--color-info-0)/.7)}html .stroke-info-0\/75{stroke:rgb(var(--color-info-0)/.75)}html .stroke-info-0\/80{stroke:rgb(var(--color-info-0)/.8)}html .stroke-info-0\/85{stroke:rgb(var(--color-info-0)/.85)}html .stroke-info-0\/90{stroke:rgb(var(--color-info-0)/.9)}html .stroke-info-0\/95{stroke:rgb(var(--color-info-0)/.95)}html .stroke-info-100{stroke:rgb(var(--color-info-100)/1)}html .stroke-info-100\/0{stroke:rgb(var(--color-info-100)/0)}html .stroke-info-100\/10{stroke:rgb(var(--color-info-100)/.1)}html .stroke-info-100\/100{stroke:rgb(var(--color-info-100)/1)}html .stroke-info-100\/15{stroke:rgb(var(--color-info-100)/.15)}html .stroke-info-100\/20{stroke:rgb(var(--color-info-100)/.2)}html .stroke-info-100\/25{stroke:rgb(var(--color-info-100)/.25)}html .stroke-info-100\/30{stroke:rgb(var(--color-info-100)/.3)}html .stroke-info-100\/35{stroke:rgb(var(--color-info-100)/.35)}html .stroke-info-100\/40{stroke:rgb(var(--color-info-100)/.4)}html .stroke-info-100\/45{stroke:rgb(var(--color-info-100)/.45)}html .stroke-info-100\/5{stroke:rgb(var(--color-info-100)/.05)}html .stroke-info-100\/50{stroke:rgb(var(--color-info-100)/.5)}html .stroke-info-100\/55{stroke:rgb(var(--color-info-100)/.55)}html .stroke-info-100\/60{stroke:rgb(var(--color-info-100)/.6)}html .stroke-info-100\/65{stroke:rgb(var(--color-info-100)/.65)}html .stroke-info-100\/70{stroke:rgb(var(--color-info-100)/.7)}html .stroke-info-100\/75{stroke:rgb(var(--color-info-100)/.75)}html .stroke-info-100\/80{stroke:rgb(var(--color-info-100)/.8)}html .stroke-info-100\/85{stroke:rgb(var(--color-info-100)/.85)}html .stroke-info-100\/90{stroke:rgb(var(--color-info-100)/.9)}html .stroke-info-100\/95{stroke:rgb(var(--color-info-100)/.95)}html .stroke-info-200{stroke:rgb(var(--color-info-200)/1)}html .stroke-info-200\/0{stroke:rgb(var(--color-info-200)/0)}html .stroke-info-200\/10{stroke:rgb(var(--color-info-200)/.1)}html .stroke-info-200\/100{stroke:rgb(var(--color-info-200)/1)}html .stroke-info-200\/15{stroke:rgb(var(--color-info-200)/.15)}html .stroke-info-200\/20{stroke:rgb(var(--color-info-200)/.2)}html .stroke-info-200\/25{stroke:rgb(var(--color-info-200)/.25)}html .stroke-info-200\/30{stroke:rgb(var(--color-info-200)/.3)}html .stroke-info-200\/35{stroke:rgb(var(--color-info-200)/.35)}html .stroke-info-200\/40{stroke:rgb(var(--color-info-200)/.4)}html .stroke-info-200\/45{stroke:rgb(var(--color-info-200)/.45)}html .stroke-info-200\/5{stroke:rgb(var(--color-info-200)/.05)}html .stroke-info-200\/50{stroke:rgb(var(--color-info-200)/.5)}html .stroke-info-200\/55{stroke:rgb(var(--color-info-200)/.55)}html .stroke-info-200\/60{stroke:rgb(var(--color-info-200)/.6)}html .stroke-info-200\/65{stroke:rgb(var(--color-info-200)/.65)}html .stroke-info-200\/70{stroke:rgb(var(--color-info-200)/.7)}html .stroke-info-200\/75{stroke:rgb(var(--color-info-200)/.75)}html .stroke-info-200\/80{stroke:rgb(var(--color-info-200)/.8)}html .stroke-info-200\/85{stroke:rgb(var(--color-info-200)/.85)}html .stroke-info-200\/90{stroke:rgb(var(--color-info-200)/.9)}html .stroke-info-200\/95{stroke:rgb(var(--color-info-200)/.95)}html .stroke-info-300{stroke:rgb(var(--color-info-300)/1)}html .stroke-info-300\/0{stroke:rgb(var(--color-info-300)/0)}html .stroke-info-300\/10{stroke:rgb(var(--color-info-300)/.1)}html .stroke-info-300\/100{stroke:rgb(var(--color-info-300)/1)}html .stroke-info-300\/15{stroke:rgb(var(--color-info-300)/.15)}html .stroke-info-300\/20{stroke:rgb(var(--color-info-300)/.2)}html .stroke-info-300\/25{stroke:rgb(var(--color-info-300)/.25)}html .stroke-info-300\/30{stroke:rgb(var(--color-info-300)/.3)}html .stroke-info-300\/35{stroke:rgb(var(--color-info-300)/.35)}html .stroke-info-300\/40{stroke:rgb(var(--color-info-300)/.4)}html .stroke-info-300\/45{stroke:rgb(var(--color-info-300)/.45)}html .stroke-info-300\/5{stroke:rgb(var(--color-info-300)/.05)}html .stroke-info-300\/50{stroke:rgb(var(--color-info-300)/.5)}html .stroke-info-300\/55{stroke:rgb(var(--color-info-300)/.55)}html .stroke-info-300\/60{stroke:rgb(var(--color-info-300)/.6)}html .stroke-info-300\/65{stroke:rgb(var(--color-info-300)/.65)}html .stroke-info-300\/70{stroke:rgb(var(--color-info-300)/.7)}html .stroke-info-300\/75{stroke:rgb(var(--color-info-300)/.75)}html .stroke-info-300\/80{stroke:rgb(var(--color-info-300)/.8)}html .stroke-info-300\/85{stroke:rgb(var(--color-info-300)/.85)}html .stroke-info-300\/90{stroke:rgb(var(--color-info-300)/.9)}html .stroke-info-300\/95{stroke:rgb(var(--color-info-300)/.95)}html .stroke-info-400{stroke:rgb(var(--color-info-400)/1)}html .stroke-info-400\/0{stroke:rgb(var(--color-info-400)/0)}html .stroke-info-400\/10{stroke:rgb(var(--color-info-400)/.1)}html .stroke-info-400\/100{stroke:rgb(var(--color-info-400)/1)}html .stroke-info-400\/15{stroke:rgb(var(--color-info-400)/.15)}html .stroke-info-400\/20{stroke:rgb(var(--color-info-400)/.2)}html .stroke-info-400\/25{stroke:rgb(var(--color-info-400)/.25)}html .stroke-info-400\/30{stroke:rgb(var(--color-info-400)/.3)}html .stroke-info-400\/35{stroke:rgb(var(--color-info-400)/.35)}html .stroke-info-400\/40{stroke:rgb(var(--color-info-400)/.4)}html .stroke-info-400\/45{stroke:rgb(var(--color-info-400)/.45)}html .stroke-info-400\/5{stroke:rgb(var(--color-info-400)/.05)}html .stroke-info-400\/50{stroke:rgb(var(--color-info-400)/.5)}html .stroke-info-400\/55{stroke:rgb(var(--color-info-400)/.55)}html .stroke-info-400\/60{stroke:rgb(var(--color-info-400)/.6)}html .stroke-info-400\/65{stroke:rgb(var(--color-info-400)/.65)}html .stroke-info-400\/70{stroke:rgb(var(--color-info-400)/.7)}html .stroke-info-400\/75{stroke:rgb(var(--color-info-400)/.75)}html .stroke-info-400\/80{stroke:rgb(var(--color-info-400)/.8)}html .stroke-info-400\/85{stroke:rgb(var(--color-info-400)/.85)}html .stroke-info-400\/90{stroke:rgb(var(--color-info-400)/.9)}html .stroke-info-400\/95{stroke:rgb(var(--color-info-400)/.95)}html .stroke-info-50{stroke:rgb(var(--color-info-50)/1)}html .stroke-info-50\/0{stroke:rgb(var(--color-info-50)/0)}html .stroke-info-50\/10{stroke:rgb(var(--color-info-50)/.1)}html .stroke-info-50\/100{stroke:rgb(var(--color-info-50)/1)}html .stroke-info-50\/15{stroke:rgb(var(--color-info-50)/.15)}html .stroke-info-50\/20{stroke:rgb(var(--color-info-50)/.2)}html .stroke-info-50\/25{stroke:rgb(var(--color-info-50)/.25)}html .stroke-info-50\/30{stroke:rgb(var(--color-info-50)/.3)}html .stroke-info-50\/35{stroke:rgb(var(--color-info-50)/.35)}html .stroke-info-50\/40{stroke:rgb(var(--color-info-50)/.4)}html .stroke-info-50\/45{stroke:rgb(var(--color-info-50)/.45)}html .stroke-info-50\/5{stroke:rgb(var(--color-info-50)/.05)}html .stroke-info-50\/50{stroke:rgb(var(--color-info-50)/.5)}html .stroke-info-50\/55{stroke:rgb(var(--color-info-50)/.55)}html .stroke-info-50\/60{stroke:rgb(var(--color-info-50)/.6)}html .stroke-info-50\/65{stroke:rgb(var(--color-info-50)/.65)}html .stroke-info-50\/70{stroke:rgb(var(--color-info-50)/.7)}html .stroke-info-50\/75{stroke:rgb(var(--color-info-50)/.75)}html .stroke-info-50\/80{stroke:rgb(var(--color-info-50)/.8)}html .stroke-info-50\/85{stroke:rgb(var(--color-info-50)/.85)}html .stroke-info-50\/90{stroke:rgb(var(--color-info-50)/.9)}html .stroke-info-50\/95{stroke:rgb(var(--color-info-50)/.95)}html .stroke-info-500{stroke:rgb(var(--color-info-500)/1)}html .stroke-info-500\/0{stroke:rgb(var(--color-info-500)/0)}html .stroke-info-500\/10{stroke:rgb(var(--color-info-500)/.1)}html .stroke-info-500\/100{stroke:rgb(var(--color-info-500)/1)}html .stroke-info-500\/15{stroke:rgb(var(--color-info-500)/.15)}html .stroke-info-500\/20{stroke:rgb(var(--color-info-500)/.2)}html .stroke-info-500\/25{stroke:rgb(var(--color-info-500)/.25)}html .stroke-info-500\/30{stroke:rgb(var(--color-info-500)/.3)}html .stroke-info-500\/35{stroke:rgb(var(--color-info-500)/.35)}html .stroke-info-500\/40{stroke:rgb(var(--color-info-500)/.4)}html .stroke-info-500\/45{stroke:rgb(var(--color-info-500)/.45)}html .stroke-info-500\/5{stroke:rgb(var(--color-info-500)/.05)}html .stroke-info-500\/50{stroke:rgb(var(--color-info-500)/.5)}html .stroke-info-500\/55{stroke:rgb(var(--color-info-500)/.55)}html .stroke-info-500\/60{stroke:rgb(var(--color-info-500)/.6)}html .stroke-info-500\/65{stroke:rgb(var(--color-info-500)/.65)}html .stroke-info-500\/70{stroke:rgb(var(--color-info-500)/.7)}html .stroke-info-500\/75{stroke:rgb(var(--color-info-500)/.75)}html .stroke-info-500\/80{stroke:rgb(var(--color-info-500)/.8)}html .stroke-info-500\/85{stroke:rgb(var(--color-info-500)/.85)}html .stroke-info-500\/90{stroke:rgb(var(--color-info-500)/.9)}html .stroke-info-500\/95{stroke:rgb(var(--color-info-500)/.95)}html .stroke-info-600{stroke:rgb(var(--color-info-600)/1)}html .stroke-info-600\/0{stroke:rgb(var(--color-info-600)/0)}html .stroke-info-600\/10{stroke:rgb(var(--color-info-600)/.1)}html .stroke-info-600\/100{stroke:rgb(var(--color-info-600)/1)}html .stroke-info-600\/15{stroke:rgb(var(--color-info-600)/.15)}html .stroke-info-600\/20{stroke:rgb(var(--color-info-600)/.2)}html .stroke-info-600\/25{stroke:rgb(var(--color-info-600)/.25)}html .stroke-info-600\/30{stroke:rgb(var(--color-info-600)/.3)}html .stroke-info-600\/35{stroke:rgb(var(--color-info-600)/.35)}html .stroke-info-600\/40{stroke:rgb(var(--color-info-600)/.4)}html .stroke-info-600\/45{stroke:rgb(var(--color-info-600)/.45)}html .stroke-info-600\/5{stroke:rgb(var(--color-info-600)/.05)}html .stroke-info-600\/50{stroke:rgb(var(--color-info-600)/.5)}html .stroke-info-600\/55{stroke:rgb(var(--color-info-600)/.55)}html .stroke-info-600\/60{stroke:rgb(var(--color-info-600)/.6)}html .stroke-info-600\/65{stroke:rgb(var(--color-info-600)/.65)}html .stroke-info-600\/70{stroke:rgb(var(--color-info-600)/.7)}html .stroke-info-600\/75{stroke:rgb(var(--color-info-600)/.75)}html .stroke-info-600\/80{stroke:rgb(var(--color-info-600)/.8)}html .stroke-info-600\/85{stroke:rgb(var(--color-info-600)/.85)}html .stroke-info-600\/90{stroke:rgb(var(--color-info-600)/.9)}html .stroke-info-600\/95{stroke:rgb(var(--color-info-600)/.95)}html .stroke-info-700{stroke:rgb(var(--color-info-700)/1)}html .stroke-info-700\/0{stroke:rgb(var(--color-info-700)/0)}html .stroke-info-700\/10{stroke:rgb(var(--color-info-700)/.1)}html .stroke-info-700\/100{stroke:rgb(var(--color-info-700)/1)}html .stroke-info-700\/15{stroke:rgb(var(--color-info-700)/.15)}html .stroke-info-700\/20{stroke:rgb(var(--color-info-700)/.2)}html .stroke-info-700\/25{stroke:rgb(var(--color-info-700)/.25)}html .stroke-info-700\/30{stroke:rgb(var(--color-info-700)/.3)}html .stroke-info-700\/35{stroke:rgb(var(--color-info-700)/.35)}html .stroke-info-700\/40{stroke:rgb(var(--color-info-700)/.4)}html .stroke-info-700\/45{stroke:rgb(var(--color-info-700)/.45)}html .stroke-info-700\/5{stroke:rgb(var(--color-info-700)/.05)}html .stroke-info-700\/50{stroke:rgb(var(--color-info-700)/.5)}html .stroke-info-700\/55{stroke:rgb(var(--color-info-700)/.55)}html .stroke-info-700\/60{stroke:rgb(var(--color-info-700)/.6)}html .stroke-info-700\/65{stroke:rgb(var(--color-info-700)/.65)}html .stroke-info-700\/70{stroke:rgb(var(--color-info-700)/.7)}html .stroke-info-700\/75{stroke:rgb(var(--color-info-700)/.75)}html .stroke-info-700\/80{stroke:rgb(var(--color-info-700)/.8)}html .stroke-info-700\/85{stroke:rgb(var(--color-info-700)/.85)}html .stroke-info-700\/90{stroke:rgb(var(--color-info-700)/.9)}html .stroke-info-700\/95{stroke:rgb(var(--color-info-700)/.95)}html .stroke-info-800{stroke:rgb(var(--color-info-800)/1)}html .stroke-info-800\/0{stroke:rgb(var(--color-info-800)/0)}html .stroke-info-800\/10{stroke:rgb(var(--color-info-800)/.1)}html .stroke-info-800\/100{stroke:rgb(var(--color-info-800)/1)}html .stroke-info-800\/15{stroke:rgb(var(--color-info-800)/.15)}html .stroke-info-800\/20{stroke:rgb(var(--color-info-800)/.2)}html .stroke-info-800\/25{stroke:rgb(var(--color-info-800)/.25)}html .stroke-info-800\/30{stroke:rgb(var(--color-info-800)/.3)}html .stroke-info-800\/35{stroke:rgb(var(--color-info-800)/.35)}html .stroke-info-800\/40{stroke:rgb(var(--color-info-800)/.4)}html .stroke-info-800\/45{stroke:rgb(var(--color-info-800)/.45)}html .stroke-info-800\/5{stroke:rgb(var(--color-info-800)/.05)}html .stroke-info-800\/50{stroke:rgb(var(--color-info-800)/.5)}html .stroke-info-800\/55{stroke:rgb(var(--color-info-800)/.55)}html .stroke-info-800\/60{stroke:rgb(var(--color-info-800)/.6)}html .stroke-info-800\/65{stroke:rgb(var(--color-info-800)/.65)}html .stroke-info-800\/70{stroke:rgb(var(--color-info-800)/.7)}html .stroke-info-800\/75{stroke:rgb(var(--color-info-800)/.75)}html .stroke-info-800\/80{stroke:rgb(var(--color-info-800)/.8)}html .stroke-info-800\/85{stroke:rgb(var(--color-info-800)/.85)}html .stroke-info-800\/90{stroke:rgb(var(--color-info-800)/.9)}html .stroke-info-800\/95{stroke:rgb(var(--color-info-800)/.95)}html .stroke-info-900{stroke:rgb(var(--color-info-900)/1)}html .stroke-info-900\/0{stroke:rgb(var(--color-info-900)/0)}html .stroke-info-900\/10{stroke:rgb(var(--color-info-900)/.1)}html .stroke-info-900\/100{stroke:rgb(var(--color-info-900)/1)}html .stroke-info-900\/15{stroke:rgb(var(--color-info-900)/.15)}html .stroke-info-900\/20{stroke:rgb(var(--color-info-900)/.2)}html .stroke-info-900\/25{stroke:rgb(var(--color-info-900)/.25)}html .stroke-info-900\/30{stroke:rgb(var(--color-info-900)/.3)}html .stroke-info-900\/35{stroke:rgb(var(--color-info-900)/.35)}html .stroke-info-900\/40{stroke:rgb(var(--color-info-900)/.4)}html .stroke-info-900\/45{stroke:rgb(var(--color-info-900)/.45)}html .stroke-info-900\/5{stroke:rgb(var(--color-info-900)/.05)}html .stroke-info-900\/50{stroke:rgb(var(--color-info-900)/.5)}html .stroke-info-900\/55{stroke:rgb(var(--color-info-900)/.55)}html .stroke-info-900\/60{stroke:rgb(var(--color-info-900)/.6)}html .stroke-info-900\/65{stroke:rgb(var(--color-info-900)/.65)}html .stroke-info-900\/70{stroke:rgb(var(--color-info-900)/.7)}html .stroke-info-900\/75{stroke:rgb(var(--color-info-900)/.75)}html .stroke-info-900\/80{stroke:rgb(var(--color-info-900)/.8)}html .stroke-info-900\/85{stroke:rgb(var(--color-info-900)/.85)}html .stroke-info-900\/90{stroke:rgb(var(--color-info-900)/.9)}html .stroke-info-900\/95{stroke:rgb(var(--color-info-900)/.95)}html .stroke-info-950{stroke:rgb(var(--color-info-950)/1)}html .stroke-info-950\/0{stroke:rgb(var(--color-info-950)/0)}html .stroke-info-950\/10{stroke:rgb(var(--color-info-950)/.1)}html .stroke-info-950\/100{stroke:rgb(var(--color-info-950)/1)}html .stroke-info-950\/15{stroke:rgb(var(--color-info-950)/.15)}html .stroke-info-950\/20{stroke:rgb(var(--color-info-950)/.2)}html .stroke-info-950\/25{stroke:rgb(var(--color-info-950)/.25)}html .stroke-info-950\/30{stroke:rgb(var(--color-info-950)/.3)}html .stroke-info-950\/35{stroke:rgb(var(--color-info-950)/.35)}html .stroke-info-950\/40{stroke:rgb(var(--color-info-950)/.4)}html .stroke-info-950\/45{stroke:rgb(var(--color-info-950)/.45)}html .stroke-info-950\/5{stroke:rgb(var(--color-info-950)/.05)}html .stroke-info-950\/50{stroke:rgb(var(--color-info-950)/.5)}html .stroke-info-950\/55{stroke:rgb(var(--color-info-950)/.55)}html .stroke-info-950\/60{stroke:rgb(var(--color-info-950)/.6)}html .stroke-info-950\/65{stroke:rgb(var(--color-info-950)/.65)}html .stroke-info-950\/70{stroke:rgb(var(--color-info-950)/.7)}html .stroke-info-950\/75{stroke:rgb(var(--color-info-950)/.75)}html .stroke-info-950\/80{stroke:rgb(var(--color-info-950)/.8)}html .stroke-info-950\/85{stroke:rgb(var(--color-info-950)/.85)}html .stroke-info-950\/90{stroke:rgb(var(--color-info-950)/.9)}html .stroke-info-950\/95{stroke:rgb(var(--color-info-950)/.95)}html .stroke-outline-0{stroke:rgb(var(--color-outline-0)/1)}html .stroke-outline-0\/0{stroke:rgb(var(--color-outline-0)/0)}html .stroke-outline-0\/10{stroke:rgb(var(--color-outline-0)/.1)}html .stroke-outline-0\/100{stroke:rgb(var(--color-outline-0)/1)}html .stroke-outline-0\/15{stroke:rgb(var(--color-outline-0)/.15)}html .stroke-outline-0\/20{stroke:rgb(var(--color-outline-0)/.2)}html .stroke-outline-0\/25{stroke:rgb(var(--color-outline-0)/.25)}html .stroke-outline-0\/30{stroke:rgb(var(--color-outline-0)/.3)}html .stroke-outline-0\/35{stroke:rgb(var(--color-outline-0)/.35)}html .stroke-outline-0\/40{stroke:rgb(var(--color-outline-0)/.4)}html .stroke-outline-0\/45{stroke:rgb(var(--color-outline-0)/.45)}html .stroke-outline-0\/5{stroke:rgb(var(--color-outline-0)/.05)}html .stroke-outline-0\/50{stroke:rgb(var(--color-outline-0)/.5)}html .stroke-outline-0\/55{stroke:rgb(var(--color-outline-0)/.55)}html .stroke-outline-0\/60{stroke:rgb(var(--color-outline-0)/.6)}html .stroke-outline-0\/65{stroke:rgb(var(--color-outline-0)/.65)}html .stroke-outline-0\/70{stroke:rgb(var(--color-outline-0)/.7)}html .stroke-outline-0\/75{stroke:rgb(var(--color-outline-0)/.75)}html .stroke-outline-0\/80{stroke:rgb(var(--color-outline-0)/.8)}html .stroke-outline-0\/85{stroke:rgb(var(--color-outline-0)/.85)}html .stroke-outline-0\/90{stroke:rgb(var(--color-outline-0)/.9)}html .stroke-outline-0\/95{stroke:rgb(var(--color-outline-0)/.95)}html .stroke-outline-100{stroke:rgb(var(--color-outline-100)/1)}html .stroke-outline-100\/0{stroke:rgb(var(--color-outline-100)/0)}html .stroke-outline-100\/10{stroke:rgb(var(--color-outline-100)/.1)}html .stroke-outline-100\/100{stroke:rgb(var(--color-outline-100)/1)}html .stroke-outline-100\/15{stroke:rgb(var(--color-outline-100)/.15)}html .stroke-outline-100\/20{stroke:rgb(var(--color-outline-100)/.2)}html .stroke-outline-100\/25{stroke:rgb(var(--color-outline-100)/.25)}html .stroke-outline-100\/30{stroke:rgb(var(--color-outline-100)/.3)}html .stroke-outline-100\/35{stroke:rgb(var(--color-outline-100)/.35)}html .stroke-outline-100\/40{stroke:rgb(var(--color-outline-100)/.4)}html .stroke-outline-100\/45{stroke:rgb(var(--color-outline-100)/.45)}html .stroke-outline-100\/5{stroke:rgb(var(--color-outline-100)/.05)}html .stroke-outline-100\/50{stroke:rgb(var(--color-outline-100)/.5)}html .stroke-outline-100\/55{stroke:rgb(var(--color-outline-100)/.55)}html .stroke-outline-100\/60{stroke:rgb(var(--color-outline-100)/.6)}html .stroke-outline-100\/65{stroke:rgb(var(--color-outline-100)/.65)}html .stroke-outline-100\/70{stroke:rgb(var(--color-outline-100)/.7)}html .stroke-outline-100\/75{stroke:rgb(var(--color-outline-100)/.75)}html .stroke-outline-100\/80{stroke:rgb(var(--color-outline-100)/.8)}html .stroke-outline-100\/85{stroke:rgb(var(--color-outline-100)/.85)}html .stroke-outline-100\/90{stroke:rgb(var(--color-outline-100)/.9)}html .stroke-outline-100\/95{stroke:rgb(var(--color-outline-100)/.95)}html .stroke-outline-200{stroke:rgb(var(--color-outline-200)/1)}html .stroke-outline-200\/0{stroke:rgb(var(--color-outline-200)/0)}html .stroke-outline-200\/10{stroke:rgb(var(--color-outline-200)/.1)}html .stroke-outline-200\/100{stroke:rgb(var(--color-outline-200)/1)}html .stroke-outline-200\/15{stroke:rgb(var(--color-outline-200)/.15)}html .stroke-outline-200\/20{stroke:rgb(var(--color-outline-200)/.2)}html .stroke-outline-200\/25{stroke:rgb(var(--color-outline-200)/.25)}html .stroke-outline-200\/30{stroke:rgb(var(--color-outline-200)/.3)}html .stroke-outline-200\/35{stroke:rgb(var(--color-outline-200)/.35)}html .stroke-outline-200\/40{stroke:rgb(var(--color-outline-200)/.4)}html .stroke-outline-200\/45{stroke:rgb(var(--color-outline-200)/.45)}html .stroke-outline-200\/5{stroke:rgb(var(--color-outline-200)/.05)}html .stroke-outline-200\/50{stroke:rgb(var(--color-outline-200)/.5)}html .stroke-outline-200\/55{stroke:rgb(var(--color-outline-200)/.55)}html .stroke-outline-200\/60{stroke:rgb(var(--color-outline-200)/.6)}html .stroke-outline-200\/65{stroke:rgb(var(--color-outline-200)/.65)}html .stroke-outline-200\/70{stroke:rgb(var(--color-outline-200)/.7)}html .stroke-outline-200\/75{stroke:rgb(var(--color-outline-200)/.75)}html .stroke-outline-200\/80{stroke:rgb(var(--color-outline-200)/.8)}html .stroke-outline-200\/85{stroke:rgb(var(--color-outline-200)/.85)}html .stroke-outline-200\/90{stroke:rgb(var(--color-outline-200)/.9)}html .stroke-outline-200\/95{stroke:rgb(var(--color-outline-200)/.95)}html .stroke-outline-300{stroke:rgb(var(--color-outline-300)/1)}html .stroke-outline-300\/0{stroke:rgb(var(--color-outline-300)/0)}html .stroke-outline-300\/10{stroke:rgb(var(--color-outline-300)/.1)}html .stroke-outline-300\/100{stroke:rgb(var(--color-outline-300)/1)}html .stroke-outline-300\/15{stroke:rgb(var(--color-outline-300)/.15)}html .stroke-outline-300\/20{stroke:rgb(var(--color-outline-300)/.2)}html .stroke-outline-300\/25{stroke:rgb(var(--color-outline-300)/.25)}html .stroke-outline-300\/30{stroke:rgb(var(--color-outline-300)/.3)}html .stroke-outline-300\/35{stroke:rgb(var(--color-outline-300)/.35)}html .stroke-outline-300\/40{stroke:rgb(var(--color-outline-300)/.4)}html .stroke-outline-300\/45{stroke:rgb(var(--color-outline-300)/.45)}html .stroke-outline-300\/5{stroke:rgb(var(--color-outline-300)/.05)}html .stroke-outline-300\/50{stroke:rgb(var(--color-outline-300)/.5)}html .stroke-outline-300\/55{stroke:rgb(var(--color-outline-300)/.55)}html .stroke-outline-300\/60{stroke:rgb(var(--color-outline-300)/.6)}html .stroke-outline-300\/65{stroke:rgb(var(--color-outline-300)/.65)}html .stroke-outline-300\/70{stroke:rgb(var(--color-outline-300)/.7)}html .stroke-outline-300\/75{stroke:rgb(var(--color-outline-300)/.75)}html .stroke-outline-300\/80{stroke:rgb(var(--color-outline-300)/.8)}html .stroke-outline-300\/85{stroke:rgb(var(--color-outline-300)/.85)}html .stroke-outline-300\/90{stroke:rgb(var(--color-outline-300)/.9)}html .stroke-outline-300\/95{stroke:rgb(var(--color-outline-300)/.95)}html .stroke-outline-400{stroke:rgb(var(--color-outline-400)/1)}html .stroke-outline-400\/0{stroke:rgb(var(--color-outline-400)/0)}html .stroke-outline-400\/10{stroke:rgb(var(--color-outline-400)/.1)}html .stroke-outline-400\/100{stroke:rgb(var(--color-outline-400)/1)}html .stroke-outline-400\/15{stroke:rgb(var(--color-outline-400)/.15)}html .stroke-outline-400\/20{stroke:rgb(var(--color-outline-400)/.2)}html .stroke-outline-400\/25{stroke:rgb(var(--color-outline-400)/.25)}html .stroke-outline-400\/30{stroke:rgb(var(--color-outline-400)/.3)}html .stroke-outline-400\/35{stroke:rgb(var(--color-outline-400)/.35)}html .stroke-outline-400\/40{stroke:rgb(var(--color-outline-400)/.4)}html .stroke-outline-400\/45{stroke:rgb(var(--color-outline-400)/.45)}html .stroke-outline-400\/5{stroke:rgb(var(--color-outline-400)/.05)}html .stroke-outline-400\/50{stroke:rgb(var(--color-outline-400)/.5)}html .stroke-outline-400\/55{stroke:rgb(var(--color-outline-400)/.55)}html .stroke-outline-400\/60{stroke:rgb(var(--color-outline-400)/.6)}html .stroke-outline-400\/65{stroke:rgb(var(--color-outline-400)/.65)}html .stroke-outline-400\/70{stroke:rgb(var(--color-outline-400)/.7)}html .stroke-outline-400\/75{stroke:rgb(var(--color-outline-400)/.75)}html .stroke-outline-400\/80{stroke:rgb(var(--color-outline-400)/.8)}html .stroke-outline-400\/85{stroke:rgb(var(--color-outline-400)/.85)}html .stroke-outline-400\/90{stroke:rgb(var(--color-outline-400)/.9)}html .stroke-outline-400\/95{stroke:rgb(var(--color-outline-400)/.95)}html .stroke-outline-50{stroke:rgb(var(--color-outline-50)/1)}html .stroke-outline-50\/0{stroke:rgb(var(--color-outline-50)/0)}html .stroke-outline-50\/10{stroke:rgb(var(--color-outline-50)/.1)}html .stroke-outline-50\/100{stroke:rgb(var(--color-outline-50)/1)}html .stroke-outline-50\/15{stroke:rgb(var(--color-outline-50)/.15)}html .stroke-outline-50\/20{stroke:rgb(var(--color-outline-50)/.2)}html .stroke-outline-50\/25{stroke:rgb(var(--color-outline-50)/.25)}html .stroke-outline-50\/30{stroke:rgb(var(--color-outline-50)/.3)}html .stroke-outline-50\/35{stroke:rgb(var(--color-outline-50)/.35)}html .stroke-outline-50\/40{stroke:rgb(var(--color-outline-50)/.4)}html .stroke-outline-50\/45{stroke:rgb(var(--color-outline-50)/.45)}html .stroke-outline-50\/5{stroke:rgb(var(--color-outline-50)/.05)}html .stroke-outline-50\/50{stroke:rgb(var(--color-outline-50)/.5)}html .stroke-outline-50\/55{stroke:rgb(var(--color-outline-50)/.55)}html .stroke-outline-50\/60{stroke:rgb(var(--color-outline-50)/.6)}html .stroke-outline-50\/65{stroke:rgb(var(--color-outline-50)/.65)}html .stroke-outline-50\/70{stroke:rgb(var(--color-outline-50)/.7)}html .stroke-outline-50\/75{stroke:rgb(var(--color-outline-50)/.75)}html .stroke-outline-50\/80{stroke:rgb(var(--color-outline-50)/.8)}html .stroke-outline-50\/85{stroke:rgb(var(--color-outline-50)/.85)}html .stroke-outline-50\/90{stroke:rgb(var(--color-outline-50)/.9)}html .stroke-outline-50\/95{stroke:rgb(var(--color-outline-50)/.95)}html .stroke-outline-500{stroke:rgb(var(--color-outline-500)/1)}html .stroke-outline-500\/0{stroke:rgb(var(--color-outline-500)/0)}html .stroke-outline-500\/10{stroke:rgb(var(--color-outline-500)/.1)}html .stroke-outline-500\/100{stroke:rgb(var(--color-outline-500)/1)}html .stroke-outline-500\/15{stroke:rgb(var(--color-outline-500)/.15)}html .stroke-outline-500\/20{stroke:rgb(var(--color-outline-500)/.2)}html .stroke-outline-500\/25{stroke:rgb(var(--color-outline-500)/.25)}html .stroke-outline-500\/30{stroke:rgb(var(--color-outline-500)/.3)}html .stroke-outline-500\/35{stroke:rgb(var(--color-outline-500)/.35)}html .stroke-outline-500\/40{stroke:rgb(var(--color-outline-500)/.4)}html .stroke-outline-500\/45{stroke:rgb(var(--color-outline-500)/.45)}html .stroke-outline-500\/5{stroke:rgb(var(--color-outline-500)/.05)}html .stroke-outline-500\/50{stroke:rgb(var(--color-outline-500)/.5)}html .stroke-outline-500\/55{stroke:rgb(var(--color-outline-500)/.55)}html .stroke-outline-500\/60{stroke:rgb(var(--color-outline-500)/.6)}html .stroke-outline-500\/65{stroke:rgb(var(--color-outline-500)/.65)}html .stroke-outline-500\/70{stroke:rgb(var(--color-outline-500)/.7)}html .stroke-outline-500\/75{stroke:rgb(var(--color-outline-500)/.75)}html .stroke-outline-500\/80{stroke:rgb(var(--color-outline-500)/.8)}html .stroke-outline-500\/85{stroke:rgb(var(--color-outline-500)/.85)}html .stroke-outline-500\/90{stroke:rgb(var(--color-outline-500)/.9)}html .stroke-outline-500\/95{stroke:rgb(var(--color-outline-500)/.95)}html .stroke-outline-600{stroke:rgb(var(--color-outline-600)/1)}html .stroke-outline-600\/0{stroke:rgb(var(--color-outline-600)/0)}html .stroke-outline-600\/10{stroke:rgb(var(--color-outline-600)/.1)}html .stroke-outline-600\/100{stroke:rgb(var(--color-outline-600)/1)}html .stroke-outline-600\/15{stroke:rgb(var(--color-outline-600)/.15)}html .stroke-outline-600\/20{stroke:rgb(var(--color-outline-600)/.2)}html .stroke-outline-600\/25{stroke:rgb(var(--color-outline-600)/.25)}html .stroke-outline-600\/30{stroke:rgb(var(--color-outline-600)/.3)}html .stroke-outline-600\/35{stroke:rgb(var(--color-outline-600)/.35)}html .stroke-outline-600\/40{stroke:rgb(var(--color-outline-600)/.4)}html .stroke-outline-600\/45{stroke:rgb(var(--color-outline-600)/.45)}html .stroke-outline-600\/5{stroke:rgb(var(--color-outline-600)/.05)}html .stroke-outline-600\/50{stroke:rgb(var(--color-outline-600)/.5)}html .stroke-outline-600\/55{stroke:rgb(var(--color-outline-600)/.55)}html .stroke-outline-600\/60{stroke:rgb(var(--color-outline-600)/.6)}html .stroke-outline-600\/65{stroke:rgb(var(--color-outline-600)/.65)}html .stroke-outline-600\/70{stroke:rgb(var(--color-outline-600)/.7)}html .stroke-outline-600\/75{stroke:rgb(var(--color-outline-600)/.75)}html .stroke-outline-600\/80{stroke:rgb(var(--color-outline-600)/.8)}html .stroke-outline-600\/85{stroke:rgb(var(--color-outline-600)/.85)}html .stroke-outline-600\/90{stroke:rgb(var(--color-outline-600)/.9)}html .stroke-outline-600\/95{stroke:rgb(var(--color-outline-600)/.95)}html .stroke-outline-700{stroke:rgb(var(--color-outline-700)/1)}html .stroke-outline-700\/0{stroke:rgb(var(--color-outline-700)/0)}html .stroke-outline-700\/10{stroke:rgb(var(--color-outline-700)/.1)}html .stroke-outline-700\/100{stroke:rgb(var(--color-outline-700)/1)}html .stroke-outline-700\/15{stroke:rgb(var(--color-outline-700)/.15)}html .stroke-outline-700\/20{stroke:rgb(var(--color-outline-700)/.2)}html .stroke-outline-700\/25{stroke:rgb(var(--color-outline-700)/.25)}html .stroke-outline-700\/30{stroke:rgb(var(--color-outline-700)/.3)}html .stroke-outline-700\/35{stroke:rgb(var(--color-outline-700)/.35)}html .stroke-outline-700\/40{stroke:rgb(var(--color-outline-700)/.4)}html .stroke-outline-700\/45{stroke:rgb(var(--color-outline-700)/.45)}html .stroke-outline-700\/5{stroke:rgb(var(--color-outline-700)/.05)}html .stroke-outline-700\/50{stroke:rgb(var(--color-outline-700)/.5)}html .stroke-outline-700\/55{stroke:rgb(var(--color-outline-700)/.55)}html .stroke-outline-700\/60{stroke:rgb(var(--color-outline-700)/.6)}html .stroke-outline-700\/65{stroke:rgb(var(--color-outline-700)/.65)}html .stroke-outline-700\/70{stroke:rgb(var(--color-outline-700)/.7)}html .stroke-outline-700\/75{stroke:rgb(var(--color-outline-700)/.75)}html .stroke-outline-700\/80{stroke:rgb(var(--color-outline-700)/.8)}html .stroke-outline-700\/85{stroke:rgb(var(--color-outline-700)/.85)}html .stroke-outline-700\/90{stroke:rgb(var(--color-outline-700)/.9)}html .stroke-outline-700\/95{stroke:rgb(var(--color-outline-700)/.95)}html .stroke-outline-800{stroke:rgb(var(--color-outline-800)/1)}html .stroke-outline-800\/0{stroke:rgb(var(--color-outline-800)/0)}html .stroke-outline-800\/10{stroke:rgb(var(--color-outline-800)/.1)}html .stroke-outline-800\/100{stroke:rgb(var(--color-outline-800)/1)}html .stroke-outline-800\/15{stroke:rgb(var(--color-outline-800)/.15)}html .stroke-outline-800\/20{stroke:rgb(var(--color-outline-800)/.2)}html .stroke-outline-800\/25{stroke:rgb(var(--color-outline-800)/.25)}html .stroke-outline-800\/30{stroke:rgb(var(--color-outline-800)/.3)}html .stroke-outline-800\/35{stroke:rgb(var(--color-outline-800)/.35)}html .stroke-outline-800\/40{stroke:rgb(var(--color-outline-800)/.4)}html .stroke-outline-800\/45{stroke:rgb(var(--color-outline-800)/.45)}html .stroke-outline-800\/5{stroke:rgb(var(--color-outline-800)/.05)}html .stroke-outline-800\/50{stroke:rgb(var(--color-outline-800)/.5)}html .stroke-outline-800\/55{stroke:rgb(var(--color-outline-800)/.55)}html .stroke-outline-800\/60{stroke:rgb(var(--color-outline-800)/.6)}html .stroke-outline-800\/65{stroke:rgb(var(--color-outline-800)/.65)}html .stroke-outline-800\/70{stroke:rgb(var(--color-outline-800)/.7)}html .stroke-outline-800\/75{stroke:rgb(var(--color-outline-800)/.75)}html .stroke-outline-800\/80{stroke:rgb(var(--color-outline-800)/.8)}html .stroke-outline-800\/85{stroke:rgb(var(--color-outline-800)/.85)}html .stroke-outline-800\/90{stroke:rgb(var(--color-outline-800)/.9)}html .stroke-outline-800\/95{stroke:rgb(var(--color-outline-800)/.95)}html .stroke-outline-900{stroke:rgb(var(--color-outline-900)/1)}html .stroke-outline-900\/0{stroke:rgb(var(--color-outline-900)/0)}html .stroke-outline-900\/10{stroke:rgb(var(--color-outline-900)/.1)}html .stroke-outline-900\/100{stroke:rgb(var(--color-outline-900)/1)}html .stroke-outline-900\/15{stroke:rgb(var(--color-outline-900)/.15)}html .stroke-outline-900\/20{stroke:rgb(var(--color-outline-900)/.2)}html .stroke-outline-900\/25{stroke:rgb(var(--color-outline-900)/.25)}html .stroke-outline-900\/30{stroke:rgb(var(--color-outline-900)/.3)}html .stroke-outline-900\/35{stroke:rgb(var(--color-outline-900)/.35)}html .stroke-outline-900\/40{stroke:rgb(var(--color-outline-900)/.4)}html .stroke-outline-900\/45{stroke:rgb(var(--color-outline-900)/.45)}html .stroke-outline-900\/5{stroke:rgb(var(--color-outline-900)/.05)}html .stroke-outline-900\/50{stroke:rgb(var(--color-outline-900)/.5)}html .stroke-outline-900\/55{stroke:rgb(var(--color-outline-900)/.55)}html .stroke-outline-900\/60{stroke:rgb(var(--color-outline-900)/.6)}html .stroke-outline-900\/65{stroke:rgb(var(--color-outline-900)/.65)}html .stroke-outline-900\/70{stroke:rgb(var(--color-outline-900)/.7)}html .stroke-outline-900\/75{stroke:rgb(var(--color-outline-900)/.75)}html .stroke-outline-900\/80{stroke:rgb(var(--color-outline-900)/.8)}html .stroke-outline-900\/85{stroke:rgb(var(--color-outline-900)/.85)}html .stroke-outline-900\/90{stroke:rgb(var(--color-outline-900)/.9)}html .stroke-outline-900\/95{stroke:rgb(var(--color-outline-900)/.95)}html .stroke-outline-950{stroke:rgb(var(--color-outline-950)/1)}html .stroke-outline-950\/0{stroke:rgb(var(--color-outline-950)/0)}html .stroke-outline-950\/10{stroke:rgb(var(--color-outline-950)/.1)}html .stroke-outline-950\/100{stroke:rgb(var(--color-outline-950)/1)}html .stroke-outline-950\/15{stroke:rgb(var(--color-outline-950)/.15)}html .stroke-outline-950\/20{stroke:rgb(var(--color-outline-950)/.2)}html .stroke-outline-950\/25{stroke:rgb(var(--color-outline-950)/.25)}html .stroke-outline-950\/30{stroke:rgb(var(--color-outline-950)/.3)}html .stroke-outline-950\/35{stroke:rgb(var(--color-outline-950)/.35)}html .stroke-outline-950\/40{stroke:rgb(var(--color-outline-950)/.4)}html .stroke-outline-950\/45{stroke:rgb(var(--color-outline-950)/.45)}html .stroke-outline-950\/5{stroke:rgb(var(--color-outline-950)/.05)}html .stroke-outline-950\/50{stroke:rgb(var(--color-outline-950)/.5)}html .stroke-outline-950\/55{stroke:rgb(var(--color-outline-950)/.55)}html .stroke-outline-950\/60{stroke:rgb(var(--color-outline-950)/.6)}html .stroke-outline-950\/65{stroke:rgb(var(--color-outline-950)/.65)}html .stroke-outline-950\/70{stroke:rgb(var(--color-outline-950)/.7)}html .stroke-outline-950\/75{stroke:rgb(var(--color-outline-950)/.75)}html .stroke-outline-950\/80{stroke:rgb(var(--color-outline-950)/.8)}html .stroke-outline-950\/85{stroke:rgb(var(--color-outline-950)/.85)}html .stroke-outline-950\/90{stroke:rgb(var(--color-outline-950)/.9)}html .stroke-outline-950\/95{stroke:rgb(var(--color-outline-950)/.95)}html .stroke-primary-0{stroke:rgb(var(--color-primary-0)/1)}html .stroke-primary-0\/0{stroke:rgb(var(--color-primary-0)/0)}html .stroke-primary-0\/10{stroke:rgb(var(--color-primary-0)/.1)}html .stroke-primary-0\/100{stroke:rgb(var(--color-primary-0)/1)}html .stroke-primary-0\/15{stroke:rgb(var(--color-primary-0)/.15)}html .stroke-primary-0\/20{stroke:rgb(var(--color-primary-0)/.2)}html .stroke-primary-0\/25{stroke:rgb(var(--color-primary-0)/.25)}html .stroke-primary-0\/30{stroke:rgb(var(--color-primary-0)/.3)}html .stroke-primary-0\/35{stroke:rgb(var(--color-primary-0)/.35)}html .stroke-primary-0\/40{stroke:rgb(var(--color-primary-0)/.4)}html .stroke-primary-0\/45{stroke:rgb(var(--color-primary-0)/.45)}html .stroke-primary-0\/5{stroke:rgb(var(--color-primary-0)/.05)}html .stroke-primary-0\/50{stroke:rgb(var(--color-primary-0)/.5)}html .stroke-primary-0\/55{stroke:rgb(var(--color-primary-0)/.55)}html .stroke-primary-0\/60{stroke:rgb(var(--color-primary-0)/.6)}html .stroke-primary-0\/65{stroke:rgb(var(--color-primary-0)/.65)}html .stroke-primary-0\/70{stroke:rgb(var(--color-primary-0)/.7)}html .stroke-primary-0\/75{stroke:rgb(var(--color-primary-0)/.75)}html .stroke-primary-0\/80{stroke:rgb(var(--color-primary-0)/.8)}html .stroke-primary-0\/85{stroke:rgb(var(--color-primary-0)/.85)}html .stroke-primary-0\/90{stroke:rgb(var(--color-primary-0)/.9)}html .stroke-primary-0\/95{stroke:rgb(var(--color-primary-0)/.95)}html .stroke-primary-100{stroke:rgb(var(--color-primary-100)/1)}html .stroke-primary-100\/0{stroke:rgb(var(--color-primary-100)/0)}html .stroke-primary-100\/10{stroke:rgb(var(--color-primary-100)/.1)}html .stroke-primary-100\/100{stroke:rgb(var(--color-primary-100)/1)}html .stroke-primary-100\/15{stroke:rgb(var(--color-primary-100)/.15)}html .stroke-primary-100\/20{stroke:rgb(var(--color-primary-100)/.2)}html .stroke-primary-100\/25{stroke:rgb(var(--color-primary-100)/.25)}html .stroke-primary-100\/30{stroke:rgb(var(--color-primary-100)/.3)}html .stroke-primary-100\/35{stroke:rgb(var(--color-primary-100)/.35)}html .stroke-primary-100\/40{stroke:rgb(var(--color-primary-100)/.4)}html .stroke-primary-100\/45{stroke:rgb(var(--color-primary-100)/.45)}html .stroke-primary-100\/5{stroke:rgb(var(--color-primary-100)/.05)}html .stroke-primary-100\/50{stroke:rgb(var(--color-primary-100)/.5)}html .stroke-primary-100\/55{stroke:rgb(var(--color-primary-100)/.55)}html .stroke-primary-100\/60{stroke:rgb(var(--color-primary-100)/.6)}html .stroke-primary-100\/65{stroke:rgb(var(--color-primary-100)/.65)}html .stroke-primary-100\/70{stroke:rgb(var(--color-primary-100)/.7)}html .stroke-primary-100\/75{stroke:rgb(var(--color-primary-100)/.75)}html .stroke-primary-100\/80{stroke:rgb(var(--color-primary-100)/.8)}html .stroke-primary-100\/85{stroke:rgb(var(--color-primary-100)/.85)}html .stroke-primary-100\/90{stroke:rgb(var(--color-primary-100)/.9)}html .stroke-primary-100\/95{stroke:rgb(var(--color-primary-100)/.95)}html .stroke-primary-200{stroke:rgb(var(--color-primary-200)/1)}html .stroke-primary-200\/0{stroke:rgb(var(--color-primary-200)/0)}html .stroke-primary-200\/10{stroke:rgb(var(--color-primary-200)/.1)}html .stroke-primary-200\/100{stroke:rgb(var(--color-primary-200)/1)}html .stroke-primary-200\/15{stroke:rgb(var(--color-primary-200)/.15)}html .stroke-primary-200\/20{stroke:rgb(var(--color-primary-200)/.2)}html .stroke-primary-200\/25{stroke:rgb(var(--color-primary-200)/.25)}html .stroke-primary-200\/30{stroke:rgb(var(--color-primary-200)/.3)}html .stroke-primary-200\/35{stroke:rgb(var(--color-primary-200)/.35)}html .stroke-primary-200\/40{stroke:rgb(var(--color-primary-200)/.4)}html .stroke-primary-200\/45{stroke:rgb(var(--color-primary-200)/.45)}html .stroke-primary-200\/5{stroke:rgb(var(--color-primary-200)/.05)}html .stroke-primary-200\/50{stroke:rgb(var(--color-primary-200)/.5)}html .stroke-primary-200\/55{stroke:rgb(var(--color-primary-200)/.55)}html .stroke-primary-200\/60{stroke:rgb(var(--color-primary-200)/.6)}html .stroke-primary-200\/65{stroke:rgb(var(--color-primary-200)/.65)}html .stroke-primary-200\/70{stroke:rgb(var(--color-primary-200)/.7)}html .stroke-primary-200\/75{stroke:rgb(var(--color-primary-200)/.75)}html .stroke-primary-200\/80{stroke:rgb(var(--color-primary-200)/.8)}html .stroke-primary-200\/85{stroke:rgb(var(--color-primary-200)/.85)}html .stroke-primary-200\/90{stroke:rgb(var(--color-primary-200)/.9)}html .stroke-primary-200\/95{stroke:rgb(var(--color-primary-200)/.95)}html .stroke-primary-300{stroke:rgb(var(--color-primary-300)/1)}html .stroke-primary-300\/0{stroke:rgb(var(--color-primary-300)/0)}html .stroke-primary-300\/10{stroke:rgb(var(--color-primary-300)/.1)}html .stroke-primary-300\/100{stroke:rgb(var(--color-primary-300)/1)}html .stroke-primary-300\/15{stroke:rgb(var(--color-primary-300)/.15)}html .stroke-primary-300\/20{stroke:rgb(var(--color-primary-300)/.2)}html .stroke-primary-300\/25{stroke:rgb(var(--color-primary-300)/.25)}html .stroke-primary-300\/30{stroke:rgb(var(--color-primary-300)/.3)}html .stroke-primary-300\/35{stroke:rgb(var(--color-primary-300)/.35)}html .stroke-primary-300\/40{stroke:rgb(var(--color-primary-300)/.4)}html .stroke-primary-300\/45{stroke:rgb(var(--color-primary-300)/.45)}html .stroke-primary-300\/5{stroke:rgb(var(--color-primary-300)/.05)}html .stroke-primary-300\/50{stroke:rgb(var(--color-primary-300)/.5)}html .stroke-primary-300\/55{stroke:rgb(var(--color-primary-300)/.55)}html .stroke-primary-300\/60{stroke:rgb(var(--color-primary-300)/.6)}html .stroke-primary-300\/65{stroke:rgb(var(--color-primary-300)/.65)}html .stroke-primary-300\/70{stroke:rgb(var(--color-primary-300)/.7)}html .stroke-primary-300\/75{stroke:rgb(var(--color-primary-300)/.75)}html .stroke-primary-300\/80{stroke:rgb(var(--color-primary-300)/.8)}html .stroke-primary-300\/85{stroke:rgb(var(--color-primary-300)/.85)}html .stroke-primary-300\/90{stroke:rgb(var(--color-primary-300)/.9)}html .stroke-primary-300\/95{stroke:rgb(var(--color-primary-300)/.95)}html .stroke-primary-400{stroke:rgb(var(--color-primary-400)/1)}html .stroke-primary-400\/0{stroke:rgb(var(--color-primary-400)/0)}html .stroke-primary-400\/10{stroke:rgb(var(--color-primary-400)/.1)}html .stroke-primary-400\/100{stroke:rgb(var(--color-primary-400)/1)}html .stroke-primary-400\/15{stroke:rgb(var(--color-primary-400)/.15)}html .stroke-primary-400\/20{stroke:rgb(var(--color-primary-400)/.2)}html .stroke-primary-400\/25{stroke:rgb(var(--color-primary-400)/.25)}html .stroke-primary-400\/30{stroke:rgb(var(--color-primary-400)/.3)}html .stroke-primary-400\/35{stroke:rgb(var(--color-primary-400)/.35)}html .stroke-primary-400\/40{stroke:rgb(var(--color-primary-400)/.4)}html .stroke-primary-400\/45{stroke:rgb(var(--color-primary-400)/.45)}html .stroke-primary-400\/5{stroke:rgb(var(--color-primary-400)/.05)}html .stroke-primary-400\/50{stroke:rgb(var(--color-primary-400)/.5)}html .stroke-primary-400\/55{stroke:rgb(var(--color-primary-400)/.55)}html .stroke-primary-400\/60{stroke:rgb(var(--color-primary-400)/.6)}html .stroke-primary-400\/65{stroke:rgb(var(--color-primary-400)/.65)}html .stroke-primary-400\/70{stroke:rgb(var(--color-primary-400)/.7)}html .stroke-primary-400\/75{stroke:rgb(var(--color-primary-400)/.75)}html .stroke-primary-400\/80{stroke:rgb(var(--color-primary-400)/.8)}html .stroke-primary-400\/85{stroke:rgb(var(--color-primary-400)/.85)}html .stroke-primary-400\/90{stroke:rgb(var(--color-primary-400)/.9)}html .stroke-primary-400\/95{stroke:rgb(var(--color-primary-400)/.95)}html .stroke-primary-50{stroke:rgb(var(--color-primary-50)/1)}html .stroke-primary-50\/0{stroke:rgb(var(--color-primary-50)/0)}html .stroke-primary-50\/10{stroke:rgb(var(--color-primary-50)/.1)}html .stroke-primary-50\/100{stroke:rgb(var(--color-primary-50)/1)}html .stroke-primary-50\/15{stroke:rgb(var(--color-primary-50)/.15)}html .stroke-primary-50\/20{stroke:rgb(var(--color-primary-50)/.2)}html .stroke-primary-50\/25{stroke:rgb(var(--color-primary-50)/.25)}html .stroke-primary-50\/30{stroke:rgb(var(--color-primary-50)/.3)}html .stroke-primary-50\/35{stroke:rgb(var(--color-primary-50)/.35)}html .stroke-primary-50\/40{stroke:rgb(var(--color-primary-50)/.4)}html .stroke-primary-50\/45{stroke:rgb(var(--color-primary-50)/.45)}html .stroke-primary-50\/5{stroke:rgb(var(--color-primary-50)/.05)}html .stroke-primary-50\/50{stroke:rgb(var(--color-primary-50)/.5)}html .stroke-primary-50\/55{stroke:rgb(var(--color-primary-50)/.55)}html .stroke-primary-50\/60{stroke:rgb(var(--color-primary-50)/.6)}html .stroke-primary-50\/65{stroke:rgb(var(--color-primary-50)/.65)}html .stroke-primary-50\/70{stroke:rgb(var(--color-primary-50)/.7)}html .stroke-primary-50\/75{stroke:rgb(var(--color-primary-50)/.75)}html .stroke-primary-50\/80{stroke:rgb(var(--color-primary-50)/.8)}html .stroke-primary-50\/85{stroke:rgb(var(--color-primary-50)/.85)}html .stroke-primary-50\/90{stroke:rgb(var(--color-primary-50)/.9)}html .stroke-primary-50\/95{stroke:rgb(var(--color-primary-50)/.95)}html .stroke-primary-500{stroke:rgb(var(--color-primary-500)/1)}html .stroke-primary-500\/0{stroke:rgb(var(--color-primary-500)/0)}html .stroke-primary-500\/10{stroke:rgb(var(--color-primary-500)/.1)}html .stroke-primary-500\/100{stroke:rgb(var(--color-primary-500)/1)}html .stroke-primary-500\/15{stroke:rgb(var(--color-primary-500)/.15)}html .stroke-primary-500\/20{stroke:rgb(var(--color-primary-500)/.2)}html .stroke-primary-500\/25{stroke:rgb(var(--color-primary-500)/.25)}html .stroke-primary-500\/30{stroke:rgb(var(--color-primary-500)/.3)}html .stroke-primary-500\/35{stroke:rgb(var(--color-primary-500)/.35)}html .stroke-primary-500\/40{stroke:rgb(var(--color-primary-500)/.4)}html .stroke-primary-500\/45{stroke:rgb(var(--color-primary-500)/.45)}html .stroke-primary-500\/5{stroke:rgb(var(--color-primary-500)/.05)}html .stroke-primary-500\/50{stroke:rgb(var(--color-primary-500)/.5)}html .stroke-primary-500\/55{stroke:rgb(var(--color-primary-500)/.55)}html .stroke-primary-500\/60{stroke:rgb(var(--color-primary-500)/.6)}html .stroke-primary-500\/65{stroke:rgb(var(--color-primary-500)/.65)}html .stroke-primary-500\/70{stroke:rgb(var(--color-primary-500)/.7)}html .stroke-primary-500\/75{stroke:rgb(var(--color-primary-500)/.75)}html .stroke-primary-500\/80{stroke:rgb(var(--color-primary-500)/.8)}html .stroke-primary-500\/85{stroke:rgb(var(--color-primary-500)/.85)}html .stroke-primary-500\/90{stroke:rgb(var(--color-primary-500)/.9)}html .stroke-primary-500\/95{stroke:rgb(var(--color-primary-500)/.95)}html .stroke-primary-600{stroke:rgb(var(--color-primary-600)/1)}html .stroke-primary-600\/0{stroke:rgb(var(--color-primary-600)/0)}html .stroke-primary-600\/10{stroke:rgb(var(--color-primary-600)/.1)}html .stroke-primary-600\/100{stroke:rgb(var(--color-primary-600)/1)}html .stroke-primary-600\/15{stroke:rgb(var(--color-primary-600)/.15)}html .stroke-primary-600\/20{stroke:rgb(var(--color-primary-600)/.2)}html .stroke-primary-600\/25{stroke:rgb(var(--color-primary-600)/.25)}html .stroke-primary-600\/30{stroke:rgb(var(--color-primary-600)/.3)}html .stroke-primary-600\/35{stroke:rgb(var(--color-primary-600)/.35)}html .stroke-primary-600\/40{stroke:rgb(var(--color-primary-600)/.4)}html .stroke-primary-600\/45{stroke:rgb(var(--color-primary-600)/.45)}html .stroke-primary-600\/5{stroke:rgb(var(--color-primary-600)/.05)}html .stroke-primary-600\/50{stroke:rgb(var(--color-primary-600)/.5)}html .stroke-primary-600\/55{stroke:rgb(var(--color-primary-600)/.55)}html .stroke-primary-600\/60{stroke:rgb(var(--color-primary-600)/.6)}html .stroke-primary-600\/65{stroke:rgb(var(--color-primary-600)/.65)}html .stroke-primary-600\/70{stroke:rgb(var(--color-primary-600)/.7)}html .stroke-primary-600\/75{stroke:rgb(var(--color-primary-600)/.75)}html .stroke-primary-600\/80{stroke:rgb(var(--color-primary-600)/.8)}html .stroke-primary-600\/85{stroke:rgb(var(--color-primary-600)/.85)}html .stroke-primary-600\/90{stroke:rgb(var(--color-primary-600)/.9)}html .stroke-primary-600\/95{stroke:rgb(var(--color-primary-600)/.95)}html .stroke-primary-700{stroke:rgb(var(--color-primary-700)/1)}html .stroke-primary-700\/0{stroke:rgb(var(--color-primary-700)/0)}html .stroke-primary-700\/10{stroke:rgb(var(--color-primary-700)/.1)}html .stroke-primary-700\/100{stroke:rgb(var(--color-primary-700)/1)}html .stroke-primary-700\/15{stroke:rgb(var(--color-primary-700)/.15)}html .stroke-primary-700\/20{stroke:rgb(var(--color-primary-700)/.2)}html .stroke-primary-700\/25{stroke:rgb(var(--color-primary-700)/.25)}html .stroke-primary-700\/30{stroke:rgb(var(--color-primary-700)/.3)}html .stroke-primary-700\/35{stroke:rgb(var(--color-primary-700)/.35)}html .stroke-primary-700\/40{stroke:rgb(var(--color-primary-700)/.4)}html .stroke-primary-700\/45{stroke:rgb(var(--color-primary-700)/.45)}html .stroke-primary-700\/5{stroke:rgb(var(--color-primary-700)/.05)}html .stroke-primary-700\/50{stroke:rgb(var(--color-primary-700)/.5)}html .stroke-primary-700\/55{stroke:rgb(var(--color-primary-700)/.55)}html .stroke-primary-700\/60{stroke:rgb(var(--color-primary-700)/.6)}html .stroke-primary-700\/65{stroke:rgb(var(--color-primary-700)/.65)}html .stroke-primary-700\/70{stroke:rgb(var(--color-primary-700)/.7)}html .stroke-primary-700\/75{stroke:rgb(var(--color-primary-700)/.75)}html .stroke-primary-700\/80{stroke:rgb(var(--color-primary-700)/.8)}html .stroke-primary-700\/85{stroke:rgb(var(--color-primary-700)/.85)}html .stroke-primary-700\/90{stroke:rgb(var(--color-primary-700)/.9)}html .stroke-primary-700\/95{stroke:rgb(var(--color-primary-700)/.95)}html .stroke-primary-800{stroke:rgb(var(--color-primary-800)/1)}html .stroke-primary-800\/0{stroke:rgb(var(--color-primary-800)/0)}html .stroke-primary-800\/10{stroke:rgb(var(--color-primary-800)/.1)}html .stroke-primary-800\/100{stroke:rgb(var(--color-primary-800)/1)}html .stroke-primary-800\/15{stroke:rgb(var(--color-primary-800)/.15)}html .stroke-primary-800\/20{stroke:rgb(var(--color-primary-800)/.2)}html .stroke-primary-800\/25{stroke:rgb(var(--color-primary-800)/.25)}html .stroke-primary-800\/30{stroke:rgb(var(--color-primary-800)/.3)}html .stroke-primary-800\/35{stroke:rgb(var(--color-primary-800)/.35)}html .stroke-primary-800\/40{stroke:rgb(var(--color-primary-800)/.4)}html .stroke-primary-800\/45{stroke:rgb(var(--color-primary-800)/.45)}html .stroke-primary-800\/5{stroke:rgb(var(--color-primary-800)/.05)}html .stroke-primary-800\/50{stroke:rgb(var(--color-primary-800)/.5)}html .stroke-primary-800\/55{stroke:rgb(var(--color-primary-800)/.55)}html .stroke-primary-800\/60{stroke:rgb(var(--color-primary-800)/.6)}html .stroke-primary-800\/65{stroke:rgb(var(--color-primary-800)/.65)}html .stroke-primary-800\/70{stroke:rgb(var(--color-primary-800)/.7)}html .stroke-primary-800\/75{stroke:rgb(var(--color-primary-800)/.75)}html .stroke-primary-800\/80{stroke:rgb(var(--color-primary-800)/.8)}html .stroke-primary-800\/85{stroke:rgb(var(--color-primary-800)/.85)}html .stroke-primary-800\/90{stroke:rgb(var(--color-primary-800)/.9)}html .stroke-primary-800\/95{stroke:rgb(var(--color-primary-800)/.95)}html .stroke-primary-900{stroke:rgb(var(--color-primary-900)/1)}html .stroke-primary-900\/0{stroke:rgb(var(--color-primary-900)/0)}html .stroke-primary-900\/10{stroke:rgb(var(--color-primary-900)/.1)}html .stroke-primary-900\/100{stroke:rgb(var(--color-primary-900)/1)}html .stroke-primary-900\/15{stroke:rgb(var(--color-primary-900)/.15)}html .stroke-primary-900\/20{stroke:rgb(var(--color-primary-900)/.2)}html .stroke-primary-900\/25{stroke:rgb(var(--color-primary-900)/.25)}html .stroke-primary-900\/30{stroke:rgb(var(--color-primary-900)/.3)}html .stroke-primary-900\/35{stroke:rgb(var(--color-primary-900)/.35)}html .stroke-primary-900\/40{stroke:rgb(var(--color-primary-900)/.4)}html .stroke-primary-900\/45{stroke:rgb(var(--color-primary-900)/.45)}html .stroke-primary-900\/5{stroke:rgb(var(--color-primary-900)/.05)}html .stroke-primary-900\/50{stroke:rgb(var(--color-primary-900)/.5)}html .stroke-primary-900\/55{stroke:rgb(var(--color-primary-900)/.55)}html .stroke-primary-900\/60{stroke:rgb(var(--color-primary-900)/.6)}html .stroke-primary-900\/65{stroke:rgb(var(--color-primary-900)/.65)}html .stroke-primary-900\/70{stroke:rgb(var(--color-primary-900)/.7)}html .stroke-primary-900\/75{stroke:rgb(var(--color-primary-900)/.75)}html .stroke-primary-900\/80{stroke:rgb(var(--color-primary-900)/.8)}html .stroke-primary-900\/85{stroke:rgb(var(--color-primary-900)/.85)}html .stroke-primary-900\/90{stroke:rgb(var(--color-primary-900)/.9)}html .stroke-primary-900\/95{stroke:rgb(var(--color-primary-900)/.95)}html .stroke-primary-950{stroke:rgb(var(--color-primary-950)/1)}html .stroke-primary-950\/0{stroke:rgb(var(--color-primary-950)/0)}html .stroke-primary-950\/10{stroke:rgb(var(--color-primary-950)/.1)}html .stroke-primary-950\/100{stroke:rgb(var(--color-primary-950)/1)}html .stroke-primary-950\/15{stroke:rgb(var(--color-primary-950)/.15)}html .stroke-primary-950\/20{stroke:rgb(var(--color-primary-950)/.2)}html .stroke-primary-950\/25{stroke:rgb(var(--color-primary-950)/.25)}html .stroke-primary-950\/30{stroke:rgb(var(--color-primary-950)/.3)}html .stroke-primary-950\/35{stroke:rgb(var(--color-primary-950)/.35)}html .stroke-primary-950\/40{stroke:rgb(var(--color-primary-950)/.4)}html .stroke-primary-950\/45{stroke:rgb(var(--color-primary-950)/.45)}html .stroke-primary-950\/5{stroke:rgb(var(--color-primary-950)/.05)}html .stroke-primary-950\/50{stroke:rgb(var(--color-primary-950)/.5)}html .stroke-primary-950\/55{stroke:rgb(var(--color-primary-950)/.55)}html .stroke-primary-950\/60{stroke:rgb(var(--color-primary-950)/.6)}html .stroke-primary-950\/65{stroke:rgb(var(--color-primary-950)/.65)}html .stroke-primary-950\/70{stroke:rgb(var(--color-primary-950)/.7)}html .stroke-primary-950\/75{stroke:rgb(var(--color-primary-950)/.75)}html .stroke-primary-950\/80{stroke:rgb(var(--color-primary-950)/.8)}html .stroke-primary-950\/85{stroke:rgb(var(--color-primary-950)/.85)}html .stroke-primary-950\/90{stroke:rgb(var(--color-primary-950)/.9)}html .stroke-primary-950\/95{stroke:rgb(var(--color-primary-950)/.95)}html .stroke-secondary-0{stroke:rgb(var(--color-secondary-0)/1)}html .stroke-secondary-0\/0{stroke:rgb(var(--color-secondary-0)/0)}html .stroke-secondary-0\/10{stroke:rgb(var(--color-secondary-0)/.1)}html .stroke-secondary-0\/100{stroke:rgb(var(--color-secondary-0)/1)}html .stroke-secondary-0\/15{stroke:rgb(var(--color-secondary-0)/.15)}html .stroke-secondary-0\/20{stroke:rgb(var(--color-secondary-0)/.2)}html .stroke-secondary-0\/25{stroke:rgb(var(--color-secondary-0)/.25)}html .stroke-secondary-0\/30{stroke:rgb(var(--color-secondary-0)/.3)}html .stroke-secondary-0\/35{stroke:rgb(var(--color-secondary-0)/.35)}html .stroke-secondary-0\/40{stroke:rgb(var(--color-secondary-0)/.4)}html .stroke-secondary-0\/45{stroke:rgb(var(--color-secondary-0)/.45)}html .stroke-secondary-0\/5{stroke:rgb(var(--color-secondary-0)/.05)}html .stroke-secondary-0\/50{stroke:rgb(var(--color-secondary-0)/.5)}html .stroke-secondary-0\/55{stroke:rgb(var(--color-secondary-0)/.55)}html .stroke-secondary-0\/60{stroke:rgb(var(--color-secondary-0)/.6)}html .stroke-secondary-0\/65{stroke:rgb(var(--color-secondary-0)/.65)}html .stroke-secondary-0\/70{stroke:rgb(var(--color-secondary-0)/.7)}html .stroke-secondary-0\/75{stroke:rgb(var(--color-secondary-0)/.75)}html .stroke-secondary-0\/80{stroke:rgb(var(--color-secondary-0)/.8)}html .stroke-secondary-0\/85{stroke:rgb(var(--color-secondary-0)/.85)}html .stroke-secondary-0\/90{stroke:rgb(var(--color-secondary-0)/.9)}html .stroke-secondary-0\/95{stroke:rgb(var(--color-secondary-0)/.95)}html .stroke-secondary-100{stroke:rgb(var(--color-secondary-100)/1)}html .stroke-secondary-100\/0{stroke:rgb(var(--color-secondary-100)/0)}html .stroke-secondary-100\/10{stroke:rgb(var(--color-secondary-100)/.1)}html .stroke-secondary-100\/100{stroke:rgb(var(--color-secondary-100)/1)}html .stroke-secondary-100\/15{stroke:rgb(var(--color-secondary-100)/.15)}html .stroke-secondary-100\/20{stroke:rgb(var(--color-secondary-100)/.2)}html .stroke-secondary-100\/25{stroke:rgb(var(--color-secondary-100)/.25)}html .stroke-secondary-100\/30{stroke:rgb(var(--color-secondary-100)/.3)}html .stroke-secondary-100\/35{stroke:rgb(var(--color-secondary-100)/.35)}html .stroke-secondary-100\/40{stroke:rgb(var(--color-secondary-100)/.4)}html .stroke-secondary-100\/45{stroke:rgb(var(--color-secondary-100)/.45)}html .stroke-secondary-100\/5{stroke:rgb(var(--color-secondary-100)/.05)}html .stroke-secondary-100\/50{stroke:rgb(var(--color-secondary-100)/.5)}html .stroke-secondary-100\/55{stroke:rgb(var(--color-secondary-100)/.55)}html .stroke-secondary-100\/60{stroke:rgb(var(--color-secondary-100)/.6)}html .stroke-secondary-100\/65{stroke:rgb(var(--color-secondary-100)/.65)}html .stroke-secondary-100\/70{stroke:rgb(var(--color-secondary-100)/.7)}html .stroke-secondary-100\/75{stroke:rgb(var(--color-secondary-100)/.75)}html .stroke-secondary-100\/80{stroke:rgb(var(--color-secondary-100)/.8)}html .stroke-secondary-100\/85{stroke:rgb(var(--color-secondary-100)/.85)}html .stroke-secondary-100\/90{stroke:rgb(var(--color-secondary-100)/.9)}html .stroke-secondary-100\/95{stroke:rgb(var(--color-secondary-100)/.95)}html .stroke-secondary-200{stroke:rgb(var(--color-secondary-200)/1)}html .stroke-secondary-200\/0{stroke:rgb(var(--color-secondary-200)/0)}html .stroke-secondary-200\/10{stroke:rgb(var(--color-secondary-200)/.1)}html .stroke-secondary-200\/100{stroke:rgb(var(--color-secondary-200)/1)}html .stroke-secondary-200\/15{stroke:rgb(var(--color-secondary-200)/.15)}html .stroke-secondary-200\/20{stroke:rgb(var(--color-secondary-200)/.2)}html .stroke-secondary-200\/25{stroke:rgb(var(--color-secondary-200)/.25)}html .stroke-secondary-200\/30{stroke:rgb(var(--color-secondary-200)/.3)}html .stroke-secondary-200\/35{stroke:rgb(var(--color-secondary-200)/.35)}html .stroke-secondary-200\/40{stroke:rgb(var(--color-secondary-200)/.4)}html .stroke-secondary-200\/45{stroke:rgb(var(--color-secondary-200)/.45)}html .stroke-secondary-200\/5{stroke:rgb(var(--color-secondary-200)/.05)}html .stroke-secondary-200\/50{stroke:rgb(var(--color-secondary-200)/.5)}html .stroke-secondary-200\/55{stroke:rgb(var(--color-secondary-200)/.55)}html .stroke-secondary-200\/60{stroke:rgb(var(--color-secondary-200)/.6)}html .stroke-secondary-200\/65{stroke:rgb(var(--color-secondary-200)/.65)}html .stroke-secondary-200\/70{stroke:rgb(var(--color-secondary-200)/.7)}html .stroke-secondary-200\/75{stroke:rgb(var(--color-secondary-200)/.75)}html .stroke-secondary-200\/80{stroke:rgb(var(--color-secondary-200)/.8)}html .stroke-secondary-200\/85{stroke:rgb(var(--color-secondary-200)/.85)}html .stroke-secondary-200\/90{stroke:rgb(var(--color-secondary-200)/.9)}html .stroke-secondary-200\/95{stroke:rgb(var(--color-secondary-200)/.95)}html .stroke-secondary-300{stroke:rgb(var(--color-secondary-300)/1)}html .stroke-secondary-300\/0{stroke:rgb(var(--color-secondary-300)/0)}html .stroke-secondary-300\/10{stroke:rgb(var(--color-secondary-300)/.1)}html .stroke-secondary-300\/100{stroke:rgb(var(--color-secondary-300)/1)}html .stroke-secondary-300\/15{stroke:rgb(var(--color-secondary-300)/.15)}html .stroke-secondary-300\/20{stroke:rgb(var(--color-secondary-300)/.2)}html .stroke-secondary-300\/25{stroke:rgb(var(--color-secondary-300)/.25)}html .stroke-secondary-300\/30{stroke:rgb(var(--color-secondary-300)/.3)}html .stroke-secondary-300\/35{stroke:rgb(var(--color-secondary-300)/.35)}html .stroke-secondary-300\/40{stroke:rgb(var(--color-secondary-300)/.4)}html .stroke-secondary-300\/45{stroke:rgb(var(--color-secondary-300)/.45)}html .stroke-secondary-300\/5{stroke:rgb(var(--color-secondary-300)/.05)}html .stroke-secondary-300\/50{stroke:rgb(var(--color-secondary-300)/.5)}html .stroke-secondary-300\/55{stroke:rgb(var(--color-secondary-300)/.55)}html .stroke-secondary-300\/60{stroke:rgb(var(--color-secondary-300)/.6)}html .stroke-secondary-300\/65{stroke:rgb(var(--color-secondary-300)/.65)}html .stroke-secondary-300\/70{stroke:rgb(var(--color-secondary-300)/.7)}html .stroke-secondary-300\/75{stroke:rgb(var(--color-secondary-300)/.75)}html .stroke-secondary-300\/80{stroke:rgb(var(--color-secondary-300)/.8)}html .stroke-secondary-300\/85{stroke:rgb(var(--color-secondary-300)/.85)}html .stroke-secondary-300\/90{stroke:rgb(var(--color-secondary-300)/.9)}html .stroke-secondary-300\/95{stroke:rgb(var(--color-secondary-300)/.95)}html .stroke-secondary-400{stroke:rgb(var(--color-secondary-400)/1)}html .stroke-secondary-400\/0{stroke:rgb(var(--color-secondary-400)/0)}html .stroke-secondary-400\/10{stroke:rgb(var(--color-secondary-400)/.1)}html .stroke-secondary-400\/100{stroke:rgb(var(--color-secondary-400)/1)}html .stroke-secondary-400\/15{stroke:rgb(var(--color-secondary-400)/.15)}html .stroke-secondary-400\/20{stroke:rgb(var(--color-secondary-400)/.2)}html .stroke-secondary-400\/25{stroke:rgb(var(--color-secondary-400)/.25)}html .stroke-secondary-400\/30{stroke:rgb(var(--color-secondary-400)/.3)}html .stroke-secondary-400\/35{stroke:rgb(var(--color-secondary-400)/.35)}html .stroke-secondary-400\/40{stroke:rgb(var(--color-secondary-400)/.4)}html .stroke-secondary-400\/45{stroke:rgb(var(--color-secondary-400)/.45)}html .stroke-secondary-400\/5{stroke:rgb(var(--color-secondary-400)/.05)}html .stroke-secondary-400\/50{stroke:rgb(var(--color-secondary-400)/.5)}html .stroke-secondary-400\/55{stroke:rgb(var(--color-secondary-400)/.55)}html .stroke-secondary-400\/60{stroke:rgb(var(--color-secondary-400)/.6)}html .stroke-secondary-400\/65{stroke:rgb(var(--color-secondary-400)/.65)}html .stroke-secondary-400\/70{stroke:rgb(var(--color-secondary-400)/.7)}html .stroke-secondary-400\/75{stroke:rgb(var(--color-secondary-400)/.75)}html .stroke-secondary-400\/80{stroke:rgb(var(--color-secondary-400)/.8)}html .stroke-secondary-400\/85{stroke:rgb(var(--color-secondary-400)/.85)}html .stroke-secondary-400\/90{stroke:rgb(var(--color-secondary-400)/.9)}html .stroke-secondary-400\/95{stroke:rgb(var(--color-secondary-400)/.95)}html .stroke-secondary-50{stroke:rgb(var(--color-secondary-50)/1)}html .stroke-secondary-50\/0{stroke:rgb(var(--color-secondary-50)/0)}html .stroke-secondary-50\/10{stroke:rgb(var(--color-secondary-50)/.1)}html .stroke-secondary-50\/100{stroke:rgb(var(--color-secondary-50)/1)}html .stroke-secondary-50\/15{stroke:rgb(var(--color-secondary-50)/.15)}html .stroke-secondary-50\/20{stroke:rgb(var(--color-secondary-50)/.2)}html .stroke-secondary-50\/25{stroke:rgb(var(--color-secondary-50)/.25)}html .stroke-secondary-50\/30{stroke:rgb(var(--color-secondary-50)/.3)}html .stroke-secondary-50\/35{stroke:rgb(var(--color-secondary-50)/.35)}html .stroke-secondary-50\/40{stroke:rgb(var(--color-secondary-50)/.4)}html .stroke-secondary-50\/45{stroke:rgb(var(--color-secondary-50)/.45)}html .stroke-secondary-50\/5{stroke:rgb(var(--color-secondary-50)/.05)}html .stroke-secondary-50\/50{stroke:rgb(var(--color-secondary-50)/.5)}html .stroke-secondary-50\/55{stroke:rgb(var(--color-secondary-50)/.55)}html .stroke-secondary-50\/60{stroke:rgb(var(--color-secondary-50)/.6)}html .stroke-secondary-50\/65{stroke:rgb(var(--color-secondary-50)/.65)}html .stroke-secondary-50\/70{stroke:rgb(var(--color-secondary-50)/.7)}html .stroke-secondary-50\/75{stroke:rgb(var(--color-secondary-50)/.75)}html .stroke-secondary-50\/80{stroke:rgb(var(--color-secondary-50)/.8)}html .stroke-secondary-50\/85{stroke:rgb(var(--color-secondary-50)/.85)}html .stroke-secondary-50\/90{stroke:rgb(var(--color-secondary-50)/.9)}html .stroke-secondary-50\/95{stroke:rgb(var(--color-secondary-50)/.95)}html .stroke-secondary-500{stroke:rgb(var(--color-secondary-500)/1)}html .stroke-secondary-500\/0{stroke:rgb(var(--color-secondary-500)/0)}html .stroke-secondary-500\/10{stroke:rgb(var(--color-secondary-500)/.1)}html .stroke-secondary-500\/100{stroke:rgb(var(--color-secondary-500)/1)}html .stroke-secondary-500\/15{stroke:rgb(var(--color-secondary-500)/.15)}html .stroke-secondary-500\/20{stroke:rgb(var(--color-secondary-500)/.2)}html .stroke-secondary-500\/25{stroke:rgb(var(--color-secondary-500)/.25)}html .stroke-secondary-500\/30{stroke:rgb(var(--color-secondary-500)/.3)}html .stroke-secondary-500\/35{stroke:rgb(var(--color-secondary-500)/.35)}html .stroke-secondary-500\/40{stroke:rgb(var(--color-secondary-500)/.4)}html .stroke-secondary-500\/45{stroke:rgb(var(--color-secondary-500)/.45)}html .stroke-secondary-500\/5{stroke:rgb(var(--color-secondary-500)/.05)}html .stroke-secondary-500\/50{stroke:rgb(var(--color-secondary-500)/.5)}html .stroke-secondary-500\/55{stroke:rgb(var(--color-secondary-500)/.55)}html .stroke-secondary-500\/60{stroke:rgb(var(--color-secondary-500)/.6)}html .stroke-secondary-500\/65{stroke:rgb(var(--color-secondary-500)/.65)}html .stroke-secondary-500\/70{stroke:rgb(var(--color-secondary-500)/.7)}html .stroke-secondary-500\/75{stroke:rgb(var(--color-secondary-500)/.75)}html .stroke-secondary-500\/80{stroke:rgb(var(--color-secondary-500)/.8)}html .stroke-secondary-500\/85{stroke:rgb(var(--color-secondary-500)/.85)}html .stroke-secondary-500\/90{stroke:rgb(var(--color-secondary-500)/.9)}html .stroke-secondary-500\/95{stroke:rgb(var(--color-secondary-500)/.95)}html .stroke-secondary-600{stroke:rgb(var(--color-secondary-600)/1)}html .stroke-secondary-600\/0{stroke:rgb(var(--color-secondary-600)/0)}html .stroke-secondary-600\/10{stroke:rgb(var(--color-secondary-600)/.1)}html .stroke-secondary-600\/100{stroke:rgb(var(--color-secondary-600)/1)}html .stroke-secondary-600\/15{stroke:rgb(var(--color-secondary-600)/.15)}html .stroke-secondary-600\/20{stroke:rgb(var(--color-secondary-600)/.2)}html .stroke-secondary-600\/25{stroke:rgb(var(--color-secondary-600)/.25)}html .stroke-secondary-600\/30{stroke:rgb(var(--color-secondary-600)/.3)}html .stroke-secondary-600\/35{stroke:rgb(var(--color-secondary-600)/.35)}html .stroke-secondary-600\/40{stroke:rgb(var(--color-secondary-600)/.4)}html .stroke-secondary-600\/45{stroke:rgb(var(--color-secondary-600)/.45)}html .stroke-secondary-600\/5{stroke:rgb(var(--color-secondary-600)/.05)}html .stroke-secondary-600\/50{stroke:rgb(var(--color-secondary-600)/.5)}html .stroke-secondary-600\/55{stroke:rgb(var(--color-secondary-600)/.55)}html .stroke-secondary-600\/60{stroke:rgb(var(--color-secondary-600)/.6)}html .stroke-secondary-600\/65{stroke:rgb(var(--color-secondary-600)/.65)}html .stroke-secondary-600\/70{stroke:rgb(var(--color-secondary-600)/.7)}html .stroke-secondary-600\/75{stroke:rgb(var(--color-secondary-600)/.75)}html .stroke-secondary-600\/80{stroke:rgb(var(--color-secondary-600)/.8)}html .stroke-secondary-600\/85{stroke:rgb(var(--color-secondary-600)/.85)}html .stroke-secondary-600\/90{stroke:rgb(var(--color-secondary-600)/.9)}html .stroke-secondary-600\/95{stroke:rgb(var(--color-secondary-600)/.95)}html .stroke-secondary-700{stroke:rgb(var(--color-secondary-700)/1)}html .stroke-secondary-700\/0{stroke:rgb(var(--color-secondary-700)/0)}html .stroke-secondary-700\/10{stroke:rgb(var(--color-secondary-700)/.1)}html .stroke-secondary-700\/100{stroke:rgb(var(--color-secondary-700)/1)}html .stroke-secondary-700\/15{stroke:rgb(var(--color-secondary-700)/.15)}html .stroke-secondary-700\/20{stroke:rgb(var(--color-secondary-700)/.2)}html .stroke-secondary-700\/25{stroke:rgb(var(--color-secondary-700)/.25)}html .stroke-secondary-700\/30{stroke:rgb(var(--color-secondary-700)/.3)}html .stroke-secondary-700\/35{stroke:rgb(var(--color-secondary-700)/.35)}html .stroke-secondary-700\/40{stroke:rgb(var(--color-secondary-700)/.4)}html .stroke-secondary-700\/45{stroke:rgb(var(--color-secondary-700)/.45)}html .stroke-secondary-700\/5{stroke:rgb(var(--color-secondary-700)/.05)}html .stroke-secondary-700\/50{stroke:rgb(var(--color-secondary-700)/.5)}html .stroke-secondary-700\/55{stroke:rgb(var(--color-secondary-700)/.55)}html .stroke-secondary-700\/60{stroke:rgb(var(--color-secondary-700)/.6)}html .stroke-secondary-700\/65{stroke:rgb(var(--color-secondary-700)/.65)}html .stroke-secondary-700\/70{stroke:rgb(var(--color-secondary-700)/.7)}html .stroke-secondary-700\/75{stroke:rgb(var(--color-secondary-700)/.75)}html .stroke-secondary-700\/80{stroke:rgb(var(--color-secondary-700)/.8)}html .stroke-secondary-700\/85{stroke:rgb(var(--color-secondary-700)/.85)}html .stroke-secondary-700\/90{stroke:rgb(var(--color-secondary-700)/.9)}html .stroke-secondary-700\/95{stroke:rgb(var(--color-secondary-700)/.95)}html .stroke-secondary-800{stroke:rgb(var(--color-secondary-800)/1)}html .stroke-secondary-800\/0{stroke:rgb(var(--color-secondary-800)/0)}html .stroke-secondary-800\/10{stroke:rgb(var(--color-secondary-800)/.1)}html .stroke-secondary-800\/100{stroke:rgb(var(--color-secondary-800)/1)}html .stroke-secondary-800\/15{stroke:rgb(var(--color-secondary-800)/.15)}html .stroke-secondary-800\/20{stroke:rgb(var(--color-secondary-800)/.2)}html .stroke-secondary-800\/25{stroke:rgb(var(--color-secondary-800)/.25)}html .stroke-secondary-800\/30{stroke:rgb(var(--color-secondary-800)/.3)}html .stroke-secondary-800\/35{stroke:rgb(var(--color-secondary-800)/.35)}html .stroke-secondary-800\/40{stroke:rgb(var(--color-secondary-800)/.4)}html .stroke-secondary-800\/45{stroke:rgb(var(--color-secondary-800)/.45)}html .stroke-secondary-800\/5{stroke:rgb(var(--color-secondary-800)/.05)}html .stroke-secondary-800\/50{stroke:rgb(var(--color-secondary-800)/.5)}html .stroke-secondary-800\/55{stroke:rgb(var(--color-secondary-800)/.55)}html .stroke-secondary-800\/60{stroke:rgb(var(--color-secondary-800)/.6)}html .stroke-secondary-800\/65{stroke:rgb(var(--color-secondary-800)/.65)}html .stroke-secondary-800\/70{stroke:rgb(var(--color-secondary-800)/.7)}html .stroke-secondary-800\/75{stroke:rgb(var(--color-secondary-800)/.75)}html .stroke-secondary-800\/80{stroke:rgb(var(--color-secondary-800)/.8)}html .stroke-secondary-800\/85{stroke:rgb(var(--color-secondary-800)/.85)}html .stroke-secondary-800\/90{stroke:rgb(var(--color-secondary-800)/.9)}html .stroke-secondary-800\/95{stroke:rgb(var(--color-secondary-800)/.95)}html .stroke-secondary-900{stroke:rgb(var(--color-secondary-900)/1)}html .stroke-secondary-900\/0{stroke:rgb(var(--color-secondary-900)/0)}html .stroke-secondary-900\/10{stroke:rgb(var(--color-secondary-900)/.1)}html .stroke-secondary-900\/100{stroke:rgb(var(--color-secondary-900)/1)}html .stroke-secondary-900\/15{stroke:rgb(var(--color-secondary-900)/.15)}html .stroke-secondary-900\/20{stroke:rgb(var(--color-secondary-900)/.2)}html .stroke-secondary-900\/25{stroke:rgb(var(--color-secondary-900)/.25)}html .stroke-secondary-900\/30{stroke:rgb(var(--color-secondary-900)/.3)}html .stroke-secondary-900\/35{stroke:rgb(var(--color-secondary-900)/.35)}html .stroke-secondary-900\/40{stroke:rgb(var(--color-secondary-900)/.4)}html .stroke-secondary-900\/45{stroke:rgb(var(--color-secondary-900)/.45)}html .stroke-secondary-900\/5{stroke:rgb(var(--color-secondary-900)/.05)}html .stroke-secondary-900\/50{stroke:rgb(var(--color-secondary-900)/.5)}html .stroke-secondary-900\/55{stroke:rgb(var(--color-secondary-900)/.55)}html .stroke-secondary-900\/60{stroke:rgb(var(--color-secondary-900)/.6)}html .stroke-secondary-900\/65{stroke:rgb(var(--color-secondary-900)/.65)}html .stroke-secondary-900\/70{stroke:rgb(var(--color-secondary-900)/.7)}html .stroke-secondary-900\/75{stroke:rgb(var(--color-secondary-900)/.75)}html .stroke-secondary-900\/80{stroke:rgb(var(--color-secondary-900)/.8)}html .stroke-secondary-900\/85{stroke:rgb(var(--color-secondary-900)/.85)}html .stroke-secondary-900\/90{stroke:rgb(var(--color-secondary-900)/.9)}html .stroke-secondary-900\/95{stroke:rgb(var(--color-secondary-900)/.95)}html .stroke-secondary-950{stroke:rgb(var(--color-secondary-950)/1)}html .stroke-secondary-950\/0{stroke:rgb(var(--color-secondary-950)/0)}html .stroke-secondary-950\/10{stroke:rgb(var(--color-secondary-950)/.1)}html .stroke-secondary-950\/100{stroke:rgb(var(--color-secondary-950)/1)}html .stroke-secondary-950\/15{stroke:rgb(var(--color-secondary-950)/.15)}html .stroke-secondary-950\/20{stroke:rgb(var(--color-secondary-950)/.2)}html .stroke-secondary-950\/25{stroke:rgb(var(--color-secondary-950)/.25)}html .stroke-secondary-950\/30{stroke:rgb(var(--color-secondary-950)/.3)}html .stroke-secondary-950\/35{stroke:rgb(var(--color-secondary-950)/.35)}html .stroke-secondary-950\/40{stroke:rgb(var(--color-secondary-950)/.4)}html .stroke-secondary-950\/45{stroke:rgb(var(--color-secondary-950)/.45)}html .stroke-secondary-950\/5{stroke:rgb(var(--color-secondary-950)/.05)}html .stroke-secondary-950\/50{stroke:rgb(var(--color-secondary-950)/.5)}html .stroke-secondary-950\/55{stroke:rgb(var(--color-secondary-950)/.55)}html .stroke-secondary-950\/60{stroke:rgb(var(--color-secondary-950)/.6)}html .stroke-secondary-950\/65{stroke:rgb(var(--color-secondary-950)/.65)}html .stroke-secondary-950\/70{stroke:rgb(var(--color-secondary-950)/.7)}html .stroke-secondary-950\/75{stroke:rgb(var(--color-secondary-950)/.75)}html .stroke-secondary-950\/80{stroke:rgb(var(--color-secondary-950)/.8)}html .stroke-secondary-950\/85{stroke:rgb(var(--color-secondary-950)/.85)}html .stroke-secondary-950\/90{stroke:rgb(var(--color-secondary-950)/.9)}html .stroke-secondary-950\/95{stroke:rgb(var(--color-secondary-950)/.95)}html .stroke-success-0{stroke:rgb(var(--color-success-0)/1)}html .stroke-success-0\/0{stroke:rgb(var(--color-success-0)/0)}html .stroke-success-0\/10{stroke:rgb(var(--color-success-0)/.1)}html .stroke-success-0\/100{stroke:rgb(var(--color-success-0)/1)}html .stroke-success-0\/15{stroke:rgb(var(--color-success-0)/.15)}html .stroke-success-0\/20{stroke:rgb(var(--color-success-0)/.2)}html .stroke-success-0\/25{stroke:rgb(var(--color-success-0)/.25)}html .stroke-success-0\/30{stroke:rgb(var(--color-success-0)/.3)}html .stroke-success-0\/35{stroke:rgb(var(--color-success-0)/.35)}html .stroke-success-0\/40{stroke:rgb(var(--color-success-0)/.4)}html .stroke-success-0\/45{stroke:rgb(var(--color-success-0)/.45)}html .stroke-success-0\/5{stroke:rgb(var(--color-success-0)/.05)}html .stroke-success-0\/50{stroke:rgb(var(--color-success-0)/.5)}html .stroke-success-0\/55{stroke:rgb(var(--color-success-0)/.55)}html .stroke-success-0\/60{stroke:rgb(var(--color-success-0)/.6)}html .stroke-success-0\/65{stroke:rgb(var(--color-success-0)/.65)}html .stroke-success-0\/70{stroke:rgb(var(--color-success-0)/.7)}html .stroke-success-0\/75{stroke:rgb(var(--color-success-0)/.75)}html .stroke-success-0\/80{stroke:rgb(var(--color-success-0)/.8)}html .stroke-success-0\/85{stroke:rgb(var(--color-success-0)/.85)}html .stroke-success-0\/90{stroke:rgb(var(--color-success-0)/.9)}html .stroke-success-0\/95{stroke:rgb(var(--color-success-0)/.95)}html .stroke-success-100{stroke:rgb(var(--color-success-100)/1)}html .stroke-success-100\/0{stroke:rgb(var(--color-success-100)/0)}html .stroke-success-100\/10{stroke:rgb(var(--color-success-100)/.1)}html .stroke-success-100\/100{stroke:rgb(var(--color-success-100)/1)}html .stroke-success-100\/15{stroke:rgb(var(--color-success-100)/.15)}html .stroke-success-100\/20{stroke:rgb(var(--color-success-100)/.2)}html .stroke-success-100\/25{stroke:rgb(var(--color-success-100)/.25)}html .stroke-success-100\/30{stroke:rgb(var(--color-success-100)/.3)}html .stroke-success-100\/35{stroke:rgb(var(--color-success-100)/.35)}html .stroke-success-100\/40{stroke:rgb(var(--color-success-100)/.4)}html .stroke-success-100\/45{stroke:rgb(var(--color-success-100)/.45)}html .stroke-success-100\/5{stroke:rgb(var(--color-success-100)/.05)}html .stroke-success-100\/50{stroke:rgb(var(--color-success-100)/.5)}html .stroke-success-100\/55{stroke:rgb(var(--color-success-100)/.55)}html .stroke-success-100\/60{stroke:rgb(var(--color-success-100)/.6)}html .stroke-success-100\/65{stroke:rgb(var(--color-success-100)/.65)}html .stroke-success-100\/70{stroke:rgb(var(--color-success-100)/.7)}html .stroke-success-100\/75{stroke:rgb(var(--color-success-100)/.75)}html .stroke-success-100\/80{stroke:rgb(var(--color-success-100)/.8)}html .stroke-success-100\/85{stroke:rgb(var(--color-success-100)/.85)}html .stroke-success-100\/90{stroke:rgb(var(--color-success-100)/.9)}html .stroke-success-100\/95{stroke:rgb(var(--color-success-100)/.95)}html .stroke-success-200{stroke:rgb(var(--color-success-200)/1)}html .stroke-success-200\/0{stroke:rgb(var(--color-success-200)/0)}html .stroke-success-200\/10{stroke:rgb(var(--color-success-200)/.1)}html .stroke-success-200\/100{stroke:rgb(var(--color-success-200)/1)}html .stroke-success-200\/15{stroke:rgb(var(--color-success-200)/.15)}html .stroke-success-200\/20{stroke:rgb(var(--color-success-200)/.2)}html .stroke-success-200\/25{stroke:rgb(var(--color-success-200)/.25)}html .stroke-success-200\/30{stroke:rgb(var(--color-success-200)/.3)}html .stroke-success-200\/35{stroke:rgb(var(--color-success-200)/.35)}html .stroke-success-200\/40{stroke:rgb(var(--color-success-200)/.4)}html .stroke-success-200\/45{stroke:rgb(var(--color-success-200)/.45)}html .stroke-success-200\/5{stroke:rgb(var(--color-success-200)/.05)}html .stroke-success-200\/50{stroke:rgb(var(--color-success-200)/.5)}html .stroke-success-200\/55{stroke:rgb(var(--color-success-200)/.55)}html .stroke-success-200\/60{stroke:rgb(var(--color-success-200)/.6)}html .stroke-success-200\/65{stroke:rgb(var(--color-success-200)/.65)}html .stroke-success-200\/70{stroke:rgb(var(--color-success-200)/.7)}html .stroke-success-200\/75{stroke:rgb(var(--color-success-200)/.75)}html .stroke-success-200\/80{stroke:rgb(var(--color-success-200)/.8)}html .stroke-success-200\/85{stroke:rgb(var(--color-success-200)/.85)}html .stroke-success-200\/90{stroke:rgb(var(--color-success-200)/.9)}html .stroke-success-200\/95{stroke:rgb(var(--color-success-200)/.95)}html .stroke-success-300{stroke:rgb(var(--color-success-300)/1)}html .stroke-success-300\/0{stroke:rgb(var(--color-success-300)/0)}html .stroke-success-300\/10{stroke:rgb(var(--color-success-300)/.1)}html .stroke-success-300\/100{stroke:rgb(var(--color-success-300)/1)}html .stroke-success-300\/15{stroke:rgb(var(--color-success-300)/.15)}html .stroke-success-300\/20{stroke:rgb(var(--color-success-300)/.2)}html .stroke-success-300\/25{stroke:rgb(var(--color-success-300)/.25)}html .stroke-success-300\/30{stroke:rgb(var(--color-success-300)/.3)}html .stroke-success-300\/35{stroke:rgb(var(--color-success-300)/.35)}html .stroke-success-300\/40{stroke:rgb(var(--color-success-300)/.4)}html .stroke-success-300\/45{stroke:rgb(var(--color-success-300)/.45)}html .stroke-success-300\/5{stroke:rgb(var(--color-success-300)/.05)}html .stroke-success-300\/50{stroke:rgb(var(--color-success-300)/.5)}html .stroke-success-300\/55{stroke:rgb(var(--color-success-300)/.55)}html .stroke-success-300\/60{stroke:rgb(var(--color-success-300)/.6)}html .stroke-success-300\/65{stroke:rgb(var(--color-success-300)/.65)}html .stroke-success-300\/70{stroke:rgb(var(--color-success-300)/.7)}html .stroke-success-300\/75{stroke:rgb(var(--color-success-300)/.75)}html .stroke-success-300\/80{stroke:rgb(var(--color-success-300)/.8)}html .stroke-success-300\/85{stroke:rgb(var(--color-success-300)/.85)}html .stroke-success-300\/90{stroke:rgb(var(--color-success-300)/.9)}html .stroke-success-300\/95{stroke:rgb(var(--color-success-300)/.95)}html .stroke-success-400{stroke:rgb(var(--color-success-400)/1)}html .stroke-success-400\/0{stroke:rgb(var(--color-success-400)/0)}html .stroke-success-400\/10{stroke:rgb(var(--color-success-400)/.1)}html .stroke-success-400\/100{stroke:rgb(var(--color-success-400)/1)}html .stroke-success-400\/15{stroke:rgb(var(--color-success-400)/.15)}html .stroke-success-400\/20{stroke:rgb(var(--color-success-400)/.2)}html .stroke-success-400\/25{stroke:rgb(var(--color-success-400)/.25)}html .stroke-success-400\/30{stroke:rgb(var(--color-success-400)/.3)}html .stroke-success-400\/35{stroke:rgb(var(--color-success-400)/.35)}html .stroke-success-400\/40{stroke:rgb(var(--color-success-400)/.4)}html .stroke-success-400\/45{stroke:rgb(var(--color-success-400)/.45)}html .stroke-success-400\/5{stroke:rgb(var(--color-success-400)/.05)}html .stroke-success-400\/50{stroke:rgb(var(--color-success-400)/.5)}html .stroke-success-400\/55{stroke:rgb(var(--color-success-400)/.55)}html .stroke-success-400\/60{stroke:rgb(var(--color-success-400)/.6)}html .stroke-success-400\/65{stroke:rgb(var(--color-success-400)/.65)}html .stroke-success-400\/70{stroke:rgb(var(--color-success-400)/.7)}html .stroke-success-400\/75{stroke:rgb(var(--color-success-400)/.75)}html .stroke-success-400\/80{stroke:rgb(var(--color-success-400)/.8)}html .stroke-success-400\/85{stroke:rgb(var(--color-success-400)/.85)}html .stroke-success-400\/90{stroke:rgb(var(--color-success-400)/.9)}html .stroke-success-400\/95{stroke:rgb(var(--color-success-400)/.95)}html .stroke-success-50{stroke:rgb(var(--color-success-50)/1)}html .stroke-success-50\/0{stroke:rgb(var(--color-success-50)/0)}html .stroke-success-50\/10{stroke:rgb(var(--color-success-50)/.1)}html .stroke-success-50\/100{stroke:rgb(var(--color-success-50)/1)}html .stroke-success-50\/15{stroke:rgb(var(--color-success-50)/.15)}html .stroke-success-50\/20{stroke:rgb(var(--color-success-50)/.2)}html .stroke-success-50\/25{stroke:rgb(var(--color-success-50)/.25)}html .stroke-success-50\/30{stroke:rgb(var(--color-success-50)/.3)}html .stroke-success-50\/35{stroke:rgb(var(--color-success-50)/.35)}html .stroke-success-50\/40{stroke:rgb(var(--color-success-50)/.4)}html .stroke-success-50\/45{stroke:rgb(var(--color-success-50)/.45)}html .stroke-success-50\/5{stroke:rgb(var(--color-success-50)/.05)}html .stroke-success-50\/50{stroke:rgb(var(--color-success-50)/.5)}html .stroke-success-50\/55{stroke:rgb(var(--color-success-50)/.55)}html .stroke-success-50\/60{stroke:rgb(var(--color-success-50)/.6)}html .stroke-success-50\/65{stroke:rgb(var(--color-success-50)/.65)}html .stroke-success-50\/70{stroke:rgb(var(--color-success-50)/.7)}html .stroke-success-50\/75{stroke:rgb(var(--color-success-50)/.75)}html .stroke-success-50\/80{stroke:rgb(var(--color-success-50)/.8)}html .stroke-success-50\/85{stroke:rgb(var(--color-success-50)/.85)}html .stroke-success-50\/90{stroke:rgb(var(--color-success-50)/.9)}html .stroke-success-50\/95{stroke:rgb(var(--color-success-50)/.95)}html .stroke-success-500{stroke:rgb(var(--color-success-500)/1)}html .stroke-success-500\/0{stroke:rgb(var(--color-success-500)/0)}html .stroke-success-500\/10{stroke:rgb(var(--color-success-500)/.1)}html .stroke-success-500\/100{stroke:rgb(var(--color-success-500)/1)}html .stroke-success-500\/15{stroke:rgb(var(--color-success-500)/.15)}html .stroke-success-500\/20{stroke:rgb(var(--color-success-500)/.2)}html .stroke-success-500\/25{stroke:rgb(var(--color-success-500)/.25)}html .stroke-success-500\/30{stroke:rgb(var(--color-success-500)/.3)}html .stroke-success-500\/35{stroke:rgb(var(--color-success-500)/.35)}html .stroke-success-500\/40{stroke:rgb(var(--color-success-500)/.4)}html .stroke-success-500\/45{stroke:rgb(var(--color-success-500)/.45)}html .stroke-success-500\/5{stroke:rgb(var(--color-success-500)/.05)}html .stroke-success-500\/50{stroke:rgb(var(--color-success-500)/.5)}html .stroke-success-500\/55{stroke:rgb(var(--color-success-500)/.55)}html .stroke-success-500\/60{stroke:rgb(var(--color-success-500)/.6)}html .stroke-success-500\/65{stroke:rgb(var(--color-success-500)/.65)}html .stroke-success-500\/70{stroke:rgb(var(--color-success-500)/.7)}html .stroke-success-500\/75{stroke:rgb(var(--color-success-500)/.75)}html .stroke-success-500\/80{stroke:rgb(var(--color-success-500)/.8)}html .stroke-success-500\/85{stroke:rgb(var(--color-success-500)/.85)}html .stroke-success-500\/90{stroke:rgb(var(--color-success-500)/.9)}html .stroke-success-500\/95{stroke:rgb(var(--color-success-500)/.95)}html .stroke-success-600{stroke:rgb(var(--color-success-600)/1)}html .stroke-success-600\/0{stroke:rgb(var(--color-success-600)/0)}html .stroke-success-600\/10{stroke:rgb(var(--color-success-600)/.1)}html .stroke-success-600\/100{stroke:rgb(var(--color-success-600)/1)}html .stroke-success-600\/15{stroke:rgb(var(--color-success-600)/.15)}html .stroke-success-600\/20{stroke:rgb(var(--color-success-600)/.2)}html .stroke-success-600\/25{stroke:rgb(var(--color-success-600)/.25)}html .stroke-success-600\/30{stroke:rgb(var(--color-success-600)/.3)}html .stroke-success-600\/35{stroke:rgb(var(--color-success-600)/.35)}html .stroke-success-600\/40{stroke:rgb(var(--color-success-600)/.4)}html .stroke-success-600\/45{stroke:rgb(var(--color-success-600)/.45)}html .stroke-success-600\/5{stroke:rgb(var(--color-success-600)/.05)}html .stroke-success-600\/50{stroke:rgb(var(--color-success-600)/.5)}html .stroke-success-600\/55{stroke:rgb(var(--color-success-600)/.55)}html .stroke-success-600\/60{stroke:rgb(var(--color-success-600)/.6)}html .stroke-success-600\/65{stroke:rgb(var(--color-success-600)/.65)}html .stroke-success-600\/70{stroke:rgb(var(--color-success-600)/.7)}html .stroke-success-600\/75{stroke:rgb(var(--color-success-600)/.75)}html .stroke-success-600\/80{stroke:rgb(var(--color-success-600)/.8)}html .stroke-success-600\/85{stroke:rgb(var(--color-success-600)/.85)}html .stroke-success-600\/90{stroke:rgb(var(--color-success-600)/.9)}html .stroke-success-600\/95{stroke:rgb(var(--color-success-600)/.95)}html .stroke-success-700{stroke:rgb(var(--color-success-700)/1)}html .stroke-success-700\/0{stroke:rgb(var(--color-success-700)/0)}html .stroke-success-700\/10{stroke:rgb(var(--color-success-700)/.1)}html .stroke-success-700\/100{stroke:rgb(var(--color-success-700)/1)}html .stroke-success-700\/15{stroke:rgb(var(--color-success-700)/.15)}html .stroke-success-700\/20{stroke:rgb(var(--color-success-700)/.2)}html .stroke-success-700\/25{stroke:rgb(var(--color-success-700)/.25)}html .stroke-success-700\/30{stroke:rgb(var(--color-success-700)/.3)}html .stroke-success-700\/35{stroke:rgb(var(--color-success-700)/.35)}html .stroke-success-700\/40{stroke:rgb(var(--color-success-700)/.4)}html .stroke-success-700\/45{stroke:rgb(var(--color-success-700)/.45)}html .stroke-success-700\/5{stroke:rgb(var(--color-success-700)/.05)}html .stroke-success-700\/50{stroke:rgb(var(--color-success-700)/.5)}html .stroke-success-700\/55{stroke:rgb(var(--color-success-700)/.55)}html .stroke-success-700\/60{stroke:rgb(var(--color-success-700)/.6)}html .stroke-success-700\/65{stroke:rgb(var(--color-success-700)/.65)}html .stroke-success-700\/70{stroke:rgb(var(--color-success-700)/.7)}html .stroke-success-700\/75{stroke:rgb(var(--color-success-700)/.75)}html .stroke-success-700\/80{stroke:rgb(var(--color-success-700)/.8)}html .stroke-success-700\/85{stroke:rgb(var(--color-success-700)/.85)}html .stroke-success-700\/90{stroke:rgb(var(--color-success-700)/.9)}html .stroke-success-700\/95{stroke:rgb(var(--color-success-700)/.95)}html .stroke-success-800{stroke:rgb(var(--color-success-800)/1)}html .stroke-success-800\/0{stroke:rgb(var(--color-success-800)/0)}html .stroke-success-800\/10{stroke:rgb(var(--color-success-800)/.1)}html .stroke-success-800\/100{stroke:rgb(var(--color-success-800)/1)}html .stroke-success-800\/15{stroke:rgb(var(--color-success-800)/.15)}html .stroke-success-800\/20{stroke:rgb(var(--color-success-800)/.2)}html .stroke-success-800\/25{stroke:rgb(var(--color-success-800)/.25)}html .stroke-success-800\/30{stroke:rgb(var(--color-success-800)/.3)}html .stroke-success-800\/35{stroke:rgb(var(--color-success-800)/.35)}html .stroke-success-800\/40{stroke:rgb(var(--color-success-800)/.4)}html .stroke-success-800\/45{stroke:rgb(var(--color-success-800)/.45)}html .stroke-success-800\/5{stroke:rgb(var(--color-success-800)/.05)}html .stroke-success-800\/50{stroke:rgb(var(--color-success-800)/.5)}html .stroke-success-800\/55{stroke:rgb(var(--color-success-800)/.55)}html .stroke-success-800\/60{stroke:rgb(var(--color-success-800)/.6)}html .stroke-success-800\/65{stroke:rgb(var(--color-success-800)/.65)}html .stroke-success-800\/70{stroke:rgb(var(--color-success-800)/.7)}html .stroke-success-800\/75{stroke:rgb(var(--color-success-800)/.75)}html .stroke-success-800\/80{stroke:rgb(var(--color-success-800)/.8)}html .stroke-success-800\/85{stroke:rgb(var(--color-success-800)/.85)}html .stroke-success-800\/90{stroke:rgb(var(--color-success-800)/.9)}html .stroke-success-800\/95{stroke:rgb(var(--color-success-800)/.95)}html .stroke-success-900{stroke:rgb(var(--color-success-900)/1)}html .stroke-success-900\/0{stroke:rgb(var(--color-success-900)/0)}html .stroke-success-900\/10{stroke:rgb(var(--color-success-900)/.1)}html .stroke-success-900\/100{stroke:rgb(var(--color-success-900)/1)}html .stroke-success-900\/15{stroke:rgb(var(--color-success-900)/.15)}html .stroke-success-900\/20{stroke:rgb(var(--color-success-900)/.2)}html .stroke-success-900\/25{stroke:rgb(var(--color-success-900)/.25)}html .stroke-success-900\/30{stroke:rgb(var(--color-success-900)/.3)}html .stroke-success-900\/35{stroke:rgb(var(--color-success-900)/.35)}html .stroke-success-900\/40{stroke:rgb(var(--color-success-900)/.4)}html .stroke-success-900\/45{stroke:rgb(var(--color-success-900)/.45)}html .stroke-success-900\/5{stroke:rgb(var(--color-success-900)/.05)}html .stroke-success-900\/50{stroke:rgb(var(--color-success-900)/.5)}html .stroke-success-900\/55{stroke:rgb(var(--color-success-900)/.55)}html .stroke-success-900\/60{stroke:rgb(var(--color-success-900)/.6)}html .stroke-success-900\/65{stroke:rgb(var(--color-success-900)/.65)}html .stroke-success-900\/70{stroke:rgb(var(--color-success-900)/.7)}html .stroke-success-900\/75{stroke:rgb(var(--color-success-900)/.75)}html .stroke-success-900\/80{stroke:rgb(var(--color-success-900)/.8)}html .stroke-success-900\/85{stroke:rgb(var(--color-success-900)/.85)}html .stroke-success-900\/90{stroke:rgb(var(--color-success-900)/.9)}html .stroke-success-900\/95{stroke:rgb(var(--color-success-900)/.95)}html .stroke-success-950{stroke:rgb(var(--color-success-950)/1)}html .stroke-success-950\/0{stroke:rgb(var(--color-success-950)/0)}html .stroke-success-950\/10{stroke:rgb(var(--color-success-950)/.1)}html .stroke-success-950\/100{stroke:rgb(var(--color-success-950)/1)}html .stroke-success-950\/15{stroke:rgb(var(--color-success-950)/.15)}html .stroke-success-950\/20{stroke:rgb(var(--color-success-950)/.2)}html .stroke-success-950\/25{stroke:rgb(var(--color-success-950)/.25)}html .stroke-success-950\/30{stroke:rgb(var(--color-success-950)/.3)}html .stroke-success-950\/35{stroke:rgb(var(--color-success-950)/.35)}html .stroke-success-950\/40{stroke:rgb(var(--color-success-950)/.4)}html .stroke-success-950\/45{stroke:rgb(var(--color-success-950)/.45)}html .stroke-success-950\/5{stroke:rgb(var(--color-success-950)/.05)}html .stroke-success-950\/50{stroke:rgb(var(--color-success-950)/.5)}html .stroke-success-950\/55{stroke:rgb(var(--color-success-950)/.55)}html .stroke-success-950\/60{stroke:rgb(var(--color-success-950)/.6)}html .stroke-success-950\/65{stroke:rgb(var(--color-success-950)/.65)}html .stroke-success-950\/70{stroke:rgb(var(--color-success-950)/.7)}html .stroke-success-950\/75{stroke:rgb(var(--color-success-950)/.75)}html .stroke-success-950\/80{stroke:rgb(var(--color-success-950)/.8)}html .stroke-success-950\/85{stroke:rgb(var(--color-success-950)/.85)}html .stroke-success-950\/90{stroke:rgb(var(--color-success-950)/.9)}html .stroke-success-950\/95{stroke:rgb(var(--color-success-950)/.95)}html .stroke-typography-0{stroke:rgb(var(--color-typography-0)/1)}html .stroke-typography-0\/0{stroke:rgb(var(--color-typography-0)/0)}html .stroke-typography-0\/10{stroke:rgb(var(--color-typography-0)/.1)}html .stroke-typography-0\/100{stroke:rgb(var(--color-typography-0)/1)}html .stroke-typography-0\/15{stroke:rgb(var(--color-typography-0)/.15)}html .stroke-typography-0\/20{stroke:rgb(var(--color-typography-0)/.2)}html .stroke-typography-0\/25{stroke:rgb(var(--color-typography-0)/.25)}html .stroke-typography-0\/30{stroke:rgb(var(--color-typography-0)/.3)}html .stroke-typography-0\/35{stroke:rgb(var(--color-typography-0)/.35)}html .stroke-typography-0\/40{stroke:rgb(var(--color-typography-0)/.4)}html .stroke-typography-0\/45{stroke:rgb(var(--color-typography-0)/.45)}html .stroke-typography-0\/5{stroke:rgb(var(--color-typography-0)/.05)}html .stroke-typography-0\/50{stroke:rgb(var(--color-typography-0)/.5)}html .stroke-typography-0\/55{stroke:rgb(var(--color-typography-0)/.55)}html .stroke-typography-0\/60{stroke:rgb(var(--color-typography-0)/.6)}html .stroke-typography-0\/65{stroke:rgb(var(--color-typography-0)/.65)}html .stroke-typography-0\/70{stroke:rgb(var(--color-typography-0)/.7)}html .stroke-typography-0\/75{stroke:rgb(var(--color-typography-0)/.75)}html .stroke-typography-0\/80{stroke:rgb(var(--color-typography-0)/.8)}html .stroke-typography-0\/85{stroke:rgb(var(--color-typography-0)/.85)}html .stroke-typography-0\/90{stroke:rgb(var(--color-typography-0)/.9)}html .stroke-typography-0\/95{stroke:rgb(var(--color-typography-0)/.95)}html .stroke-typography-100{stroke:rgb(var(--color-typography-100)/1)}html .stroke-typography-100\/0{stroke:rgb(var(--color-typography-100)/0)}html .stroke-typography-100\/10{stroke:rgb(var(--color-typography-100)/.1)}html .stroke-typography-100\/100{stroke:rgb(var(--color-typography-100)/1)}html .stroke-typography-100\/15{stroke:rgb(var(--color-typography-100)/.15)}html .stroke-typography-100\/20{stroke:rgb(var(--color-typography-100)/.2)}html .stroke-typography-100\/25{stroke:rgb(var(--color-typography-100)/.25)}html .stroke-typography-100\/30{stroke:rgb(var(--color-typography-100)/.3)}html .stroke-typography-100\/35{stroke:rgb(var(--color-typography-100)/.35)}html .stroke-typography-100\/40{stroke:rgb(var(--color-typography-100)/.4)}html .stroke-typography-100\/45{stroke:rgb(var(--color-typography-100)/.45)}html .stroke-typography-100\/5{stroke:rgb(var(--color-typography-100)/.05)}html .stroke-typography-100\/50{stroke:rgb(var(--color-typography-100)/.5)}html .stroke-typography-100\/55{stroke:rgb(var(--color-typography-100)/.55)}html .stroke-typography-100\/60{stroke:rgb(var(--color-typography-100)/.6)}html .stroke-typography-100\/65{stroke:rgb(var(--color-typography-100)/.65)}html .stroke-typography-100\/70{stroke:rgb(var(--color-typography-100)/.7)}html .stroke-typography-100\/75{stroke:rgb(var(--color-typography-100)/.75)}html .stroke-typography-100\/80{stroke:rgb(var(--color-typography-100)/.8)}html .stroke-typography-100\/85{stroke:rgb(var(--color-typography-100)/.85)}html .stroke-typography-100\/90{stroke:rgb(var(--color-typography-100)/.9)}html .stroke-typography-100\/95{stroke:rgb(var(--color-typography-100)/.95)}html .stroke-typography-200{stroke:rgb(var(--color-typography-200)/1)}html .stroke-typography-200\/0{stroke:rgb(var(--color-typography-200)/0)}html .stroke-typography-200\/10{stroke:rgb(var(--color-typography-200)/.1)}html .stroke-typography-200\/100{stroke:rgb(var(--color-typography-200)/1)}html .stroke-typography-200\/15{stroke:rgb(var(--color-typography-200)/.15)}html .stroke-typography-200\/20{stroke:rgb(var(--color-typography-200)/.2)}html .stroke-typography-200\/25{stroke:rgb(var(--color-typography-200)/.25)}html .stroke-typography-200\/30{stroke:rgb(var(--color-typography-200)/.3)}html .stroke-typography-200\/35{stroke:rgb(var(--color-typography-200)/.35)}html .stroke-typography-200\/40{stroke:rgb(var(--color-typography-200)/.4)}html .stroke-typography-200\/45{stroke:rgb(var(--color-typography-200)/.45)}html .stroke-typography-200\/5{stroke:rgb(var(--color-typography-200)/.05)}html .stroke-typography-200\/50{stroke:rgb(var(--color-typography-200)/.5)}html .stroke-typography-200\/55{stroke:rgb(var(--color-typography-200)/.55)}html .stroke-typography-200\/60{stroke:rgb(var(--color-typography-200)/.6)}html .stroke-typography-200\/65{stroke:rgb(var(--color-typography-200)/.65)}html .stroke-typography-200\/70{stroke:rgb(var(--color-typography-200)/.7)}html .stroke-typography-200\/75{stroke:rgb(var(--color-typography-200)/.75)}html .stroke-typography-200\/80{stroke:rgb(var(--color-typography-200)/.8)}html .stroke-typography-200\/85{stroke:rgb(var(--color-typography-200)/.85)}html .stroke-typography-200\/90{stroke:rgb(var(--color-typography-200)/.9)}html .stroke-typography-200\/95{stroke:rgb(var(--color-typography-200)/.95)}html .stroke-typography-300{stroke:rgb(var(--color-typography-300)/1)}html .stroke-typography-300\/0{stroke:rgb(var(--color-typography-300)/0)}html .stroke-typography-300\/10{stroke:rgb(var(--color-typography-300)/.1)}html .stroke-typography-300\/100{stroke:rgb(var(--color-typography-300)/1)}html .stroke-typography-300\/15{stroke:rgb(var(--color-typography-300)/.15)}html .stroke-typography-300\/20{stroke:rgb(var(--color-typography-300)/.2)}html .stroke-typography-300\/25{stroke:rgb(var(--color-typography-300)/.25)}html .stroke-typography-300\/30{stroke:rgb(var(--color-typography-300)/.3)}html .stroke-typography-300\/35{stroke:rgb(var(--color-typography-300)/.35)}html .stroke-typography-300\/40{stroke:rgb(var(--color-typography-300)/.4)}html .stroke-typography-300\/45{stroke:rgb(var(--color-typography-300)/.45)}html .stroke-typography-300\/5{stroke:rgb(var(--color-typography-300)/.05)}html .stroke-typography-300\/50{stroke:rgb(var(--color-typography-300)/.5)}html .stroke-typography-300\/55{stroke:rgb(var(--color-typography-300)/.55)}html .stroke-typography-300\/60{stroke:rgb(var(--color-typography-300)/.6)}html .stroke-typography-300\/65{stroke:rgb(var(--color-typography-300)/.65)}html .stroke-typography-300\/70{stroke:rgb(var(--color-typography-300)/.7)}html .stroke-typography-300\/75{stroke:rgb(var(--color-typography-300)/.75)}html .stroke-typography-300\/80{stroke:rgb(var(--color-typography-300)/.8)}html .stroke-typography-300\/85{stroke:rgb(var(--color-typography-300)/.85)}html .stroke-typography-300\/90{stroke:rgb(var(--color-typography-300)/.9)}html .stroke-typography-300\/95{stroke:rgb(var(--color-typography-300)/.95)}html .stroke-typography-400{stroke:rgb(var(--color-typography-400)/1)}html .stroke-typography-400\/0{stroke:rgb(var(--color-typography-400)/0)}html .stroke-typography-400\/10{stroke:rgb(var(--color-typography-400)/.1)}html .stroke-typography-400\/100{stroke:rgb(var(--color-typography-400)/1)}html .stroke-typography-400\/15{stroke:rgb(var(--color-typography-400)/.15)}html .stroke-typography-400\/20{stroke:rgb(var(--color-typography-400)/.2)}html .stroke-typography-400\/25{stroke:rgb(var(--color-typography-400)/.25)}html .stroke-typography-400\/30{stroke:rgb(var(--color-typography-400)/.3)}html .stroke-typography-400\/35{stroke:rgb(var(--color-typography-400)/.35)}html .stroke-typography-400\/40{stroke:rgb(var(--color-typography-400)/.4)}html .stroke-typography-400\/45{stroke:rgb(var(--color-typography-400)/.45)}html .stroke-typography-400\/5{stroke:rgb(var(--color-typography-400)/.05)}html .stroke-typography-400\/50{stroke:rgb(var(--color-typography-400)/.5)}html .stroke-typography-400\/55{stroke:rgb(var(--color-typography-400)/.55)}html .stroke-typography-400\/60{stroke:rgb(var(--color-typography-400)/.6)}html .stroke-typography-400\/65{stroke:rgb(var(--color-typography-400)/.65)}html .stroke-typography-400\/70{stroke:rgb(var(--color-typography-400)/.7)}html .stroke-typography-400\/75{stroke:rgb(var(--color-typography-400)/.75)}html .stroke-typography-400\/80{stroke:rgb(var(--color-typography-400)/.8)}html .stroke-typography-400\/85{stroke:rgb(var(--color-typography-400)/.85)}html .stroke-typography-400\/90{stroke:rgb(var(--color-typography-400)/.9)}html .stroke-typography-400\/95{stroke:rgb(var(--color-typography-400)/.95)}html .stroke-typography-50{stroke:rgb(var(--color-typography-50)/1)}html .stroke-typography-50\/0{stroke:rgb(var(--color-typography-50)/0)}html .stroke-typography-50\/10{stroke:rgb(var(--color-typography-50)/.1)}html .stroke-typography-50\/100{stroke:rgb(var(--color-typography-50)/1)}html .stroke-typography-50\/15{stroke:rgb(var(--color-typography-50)/.15)}html .stroke-typography-50\/20{stroke:rgb(var(--color-typography-50)/.2)}html .stroke-typography-50\/25{stroke:rgb(var(--color-typography-50)/.25)}html .stroke-typography-50\/30{stroke:rgb(var(--color-typography-50)/.3)}html .stroke-typography-50\/35{stroke:rgb(var(--color-typography-50)/.35)}html .stroke-typography-50\/40{stroke:rgb(var(--color-typography-50)/.4)}html .stroke-typography-50\/45{stroke:rgb(var(--color-typography-50)/.45)}html .stroke-typography-50\/5{stroke:rgb(var(--color-typography-50)/.05)}html .stroke-typography-50\/50{stroke:rgb(var(--color-typography-50)/.5)}html .stroke-typography-50\/55{stroke:rgb(var(--color-typography-50)/.55)}html .stroke-typography-50\/60{stroke:rgb(var(--color-typography-50)/.6)}html .stroke-typography-50\/65{stroke:rgb(var(--color-typography-50)/.65)}html .stroke-typography-50\/70{stroke:rgb(var(--color-typography-50)/.7)}html .stroke-typography-50\/75{stroke:rgb(var(--color-typography-50)/.75)}html .stroke-typography-50\/80{stroke:rgb(var(--color-typography-50)/.8)}html .stroke-typography-50\/85{stroke:rgb(var(--color-typography-50)/.85)}html .stroke-typography-50\/90{stroke:rgb(var(--color-typography-50)/.9)}html .stroke-typography-50\/95{stroke:rgb(var(--color-typography-50)/.95)}html .stroke-typography-500{stroke:rgb(var(--color-typography-500)/1)}html .stroke-typography-500\/0{stroke:rgb(var(--color-typography-500)/0)}html .stroke-typography-500\/10{stroke:rgb(var(--color-typography-500)/.1)}html .stroke-typography-500\/100{stroke:rgb(var(--color-typography-500)/1)}html .stroke-typography-500\/15{stroke:rgb(var(--color-typography-500)/.15)}html .stroke-typography-500\/20{stroke:rgb(var(--color-typography-500)/.2)}html .stroke-typography-500\/25{stroke:rgb(var(--color-typography-500)/.25)}html .stroke-typography-500\/30{stroke:rgb(var(--color-typography-500)/.3)}html .stroke-typography-500\/35{stroke:rgb(var(--color-typography-500)/.35)}html .stroke-typography-500\/40{stroke:rgb(var(--color-typography-500)/.4)}html .stroke-typography-500\/45{stroke:rgb(var(--color-typography-500)/.45)}html .stroke-typography-500\/5{stroke:rgb(var(--color-typography-500)/.05)}html .stroke-typography-500\/50{stroke:rgb(var(--color-typography-500)/.5)}html .stroke-typography-500\/55{stroke:rgb(var(--color-typography-500)/.55)}html .stroke-typography-500\/60{stroke:rgb(var(--color-typography-500)/.6)}html .stroke-typography-500\/65{stroke:rgb(var(--color-typography-500)/.65)}html .stroke-typography-500\/70{stroke:rgb(var(--color-typography-500)/.7)}html .stroke-typography-500\/75{stroke:rgb(var(--color-typography-500)/.75)}html .stroke-typography-500\/80{stroke:rgb(var(--color-typography-500)/.8)}html .stroke-typography-500\/85{stroke:rgb(var(--color-typography-500)/.85)}html .stroke-typography-500\/90{stroke:rgb(var(--color-typography-500)/.9)}html .stroke-typography-500\/95{stroke:rgb(var(--color-typography-500)/.95)}html .stroke-typography-600{stroke:rgb(var(--color-typography-600)/1)}html .stroke-typography-600\/0{stroke:rgb(var(--color-typography-600)/0)}html .stroke-typography-600\/10{stroke:rgb(var(--color-typography-600)/.1)}html .stroke-typography-600\/100{stroke:rgb(var(--color-typography-600)/1)}html .stroke-typography-600\/15{stroke:rgb(var(--color-typography-600)/.15)}html .stroke-typography-600\/20{stroke:rgb(var(--color-typography-600)/.2)}html .stroke-typography-600\/25{stroke:rgb(var(--color-typography-600)/.25)}html .stroke-typography-600\/30{stroke:rgb(var(--color-typography-600)/.3)}html .stroke-typography-600\/35{stroke:rgb(var(--color-typography-600)/.35)}html .stroke-typography-600\/40{stroke:rgb(var(--color-typography-600)/.4)}html .stroke-typography-600\/45{stroke:rgb(var(--color-typography-600)/.45)}html .stroke-typography-600\/5{stroke:rgb(var(--color-typography-600)/.05)}html .stroke-typography-600\/50{stroke:rgb(var(--color-typography-600)/.5)}html .stroke-typography-600\/55{stroke:rgb(var(--color-typography-600)/.55)}html .stroke-typography-600\/60{stroke:rgb(var(--color-typography-600)/.6)}html .stroke-typography-600\/65{stroke:rgb(var(--color-typography-600)/.65)}html .stroke-typography-600\/70{stroke:rgb(var(--color-typography-600)/.7)}html .stroke-typography-600\/75{stroke:rgb(var(--color-typography-600)/.75)}html .stroke-typography-600\/80{stroke:rgb(var(--color-typography-600)/.8)}html .stroke-typography-600\/85{stroke:rgb(var(--color-typography-600)/.85)}html .stroke-typography-600\/90{stroke:rgb(var(--color-typography-600)/.9)}html .stroke-typography-600\/95{stroke:rgb(var(--color-typography-600)/.95)}html .stroke-typography-700{stroke:rgb(var(--color-typography-700)/1)}html .stroke-typography-700\/0{stroke:rgb(var(--color-typography-700)/0)}html .stroke-typography-700\/10{stroke:rgb(var(--color-typography-700)/.1)}html .stroke-typography-700\/100{stroke:rgb(var(--color-typography-700)/1)}html .stroke-typography-700\/15{stroke:rgb(var(--color-typography-700)/.15)}html .stroke-typography-700\/20{stroke:rgb(var(--color-typography-700)/.2)}html .stroke-typography-700\/25{stroke:rgb(var(--color-typography-700)/.25)}html .stroke-typography-700\/30{stroke:rgb(var(--color-typography-700)/.3)}html .stroke-typography-700\/35{stroke:rgb(var(--color-typography-700)/.35)}html .stroke-typography-700\/40{stroke:rgb(var(--color-typography-700)/.4)}html .stroke-typography-700\/45{stroke:rgb(var(--color-typography-700)/.45)}html .stroke-typography-700\/5{stroke:rgb(var(--color-typography-700)/.05)}html .stroke-typography-700\/50{stroke:rgb(var(--color-typography-700)/.5)}html .stroke-typography-700\/55{stroke:rgb(var(--color-typography-700)/.55)}html .stroke-typography-700\/60{stroke:rgb(var(--color-typography-700)/.6)}html .stroke-typography-700\/65{stroke:rgb(var(--color-typography-700)/.65)}html .stroke-typography-700\/70{stroke:rgb(var(--color-typography-700)/.7)}html .stroke-typography-700\/75{stroke:rgb(var(--color-typography-700)/.75)}html .stroke-typography-700\/80{stroke:rgb(var(--color-typography-700)/.8)}html .stroke-typography-700\/85{stroke:rgb(var(--color-typography-700)/.85)}html .stroke-typography-700\/90{stroke:rgb(var(--color-typography-700)/.9)}html .stroke-typography-700\/95{stroke:rgb(var(--color-typography-700)/.95)}html .stroke-typography-800{stroke:rgb(var(--color-typography-800)/1)}html .stroke-typography-800\/0{stroke:rgb(var(--color-typography-800)/0)}html .stroke-typography-800\/10{stroke:rgb(var(--color-typography-800)/.1)}html .stroke-typography-800\/100{stroke:rgb(var(--color-typography-800)/1)}html .stroke-typography-800\/15{stroke:rgb(var(--color-typography-800)/.15)}html .stroke-typography-800\/20{stroke:rgb(var(--color-typography-800)/.2)}html .stroke-typography-800\/25{stroke:rgb(var(--color-typography-800)/.25)}html .stroke-typography-800\/30{stroke:rgb(var(--color-typography-800)/.3)}html .stroke-typography-800\/35{stroke:rgb(var(--color-typography-800)/.35)}html .stroke-typography-800\/40{stroke:rgb(var(--color-typography-800)/.4)}html .stroke-typography-800\/45{stroke:rgb(var(--color-typography-800)/.45)}html .stroke-typography-800\/5{stroke:rgb(var(--color-typography-800)/.05)}html .stroke-typography-800\/50{stroke:rgb(var(--color-typography-800)/.5)}html .stroke-typography-800\/55{stroke:rgb(var(--color-typography-800)/.55)}html .stroke-typography-800\/60{stroke:rgb(var(--color-typography-800)/.6)}html .stroke-typography-800\/65{stroke:rgb(var(--color-typography-800)/.65)}html .stroke-typography-800\/70{stroke:rgb(var(--color-typography-800)/.7)}html .stroke-typography-800\/75{stroke:rgb(var(--color-typography-800)/.75)}html .stroke-typography-800\/80{stroke:rgb(var(--color-typography-800)/.8)}html .stroke-typography-800\/85{stroke:rgb(var(--color-typography-800)/.85)}html .stroke-typography-800\/90{stroke:rgb(var(--color-typography-800)/.9)}html .stroke-typography-800\/95{stroke:rgb(var(--color-typography-800)/.95)}html .stroke-typography-900{stroke:rgb(var(--color-typography-900)/1)}html .stroke-typography-900\/0{stroke:rgb(var(--color-typography-900)/0)}html .stroke-typography-900\/10{stroke:rgb(var(--color-typography-900)/.1)}html .stroke-typography-900\/100{stroke:rgb(var(--color-typography-900)/1)}html .stroke-typography-900\/15{stroke:rgb(var(--color-typography-900)/.15)}html .stroke-typography-900\/20{stroke:rgb(var(--color-typography-900)/.2)}html .stroke-typography-900\/25{stroke:rgb(var(--color-typography-900)/.25)}html .stroke-typography-900\/30{stroke:rgb(var(--color-typography-900)/.3)}html .stroke-typography-900\/35{stroke:rgb(var(--color-typography-900)/.35)}html .stroke-typography-900\/40{stroke:rgb(var(--color-typography-900)/.4)}html .stroke-typography-900\/45{stroke:rgb(var(--color-typography-900)/.45)}html .stroke-typography-900\/5{stroke:rgb(var(--color-typography-900)/.05)}html .stroke-typography-900\/50{stroke:rgb(var(--color-typography-900)/.5)}html .stroke-typography-900\/55{stroke:rgb(var(--color-typography-900)/.55)}html .stroke-typography-900\/60{stroke:rgb(var(--color-typography-900)/.6)}html .stroke-typography-900\/65{stroke:rgb(var(--color-typography-900)/.65)}html .stroke-typography-900\/70{stroke:rgb(var(--color-typography-900)/.7)}html .stroke-typography-900\/75{stroke:rgb(var(--color-typography-900)/.75)}html .stroke-typography-900\/80{stroke:rgb(var(--color-typography-900)/.8)}html .stroke-typography-900\/85{stroke:rgb(var(--color-typography-900)/.85)}html .stroke-typography-900\/90{stroke:rgb(var(--color-typography-900)/.9)}html .stroke-typography-900\/95{stroke:rgb(var(--color-typography-900)/.95)}html .stroke-typography-950{stroke:rgb(var(--color-typography-950)/1)}html .stroke-typography-950\/0{stroke:rgb(var(--color-typography-950)/0)}html .stroke-typography-950\/10{stroke:rgb(var(--color-typography-950)/.1)}html .stroke-typography-950\/100{stroke:rgb(var(--color-typography-950)/1)}html .stroke-typography-950\/15{stroke:rgb(var(--color-typography-950)/.15)}html .stroke-typography-950\/20{stroke:rgb(var(--color-typography-950)/.2)}html .stroke-typography-950\/25{stroke:rgb(var(--color-typography-950)/.25)}html .stroke-typography-950\/30{stroke:rgb(var(--color-typography-950)/.3)}html .stroke-typography-950\/35{stroke:rgb(var(--color-typography-950)/.35)}html .stroke-typography-950\/40{stroke:rgb(var(--color-typography-950)/.4)}html .stroke-typography-950\/45{stroke:rgb(var(--color-typography-950)/.45)}html .stroke-typography-950\/5{stroke:rgb(var(--color-typography-950)/.05)}html .stroke-typography-950\/50{stroke:rgb(var(--color-typography-950)/.5)}html .stroke-typography-950\/55{stroke:rgb(var(--color-typography-950)/.55)}html .stroke-typography-950\/60{stroke:rgb(var(--color-typography-950)/.6)}html .stroke-typography-950\/65{stroke:rgb(var(--color-typography-950)/.65)}html .stroke-typography-950\/70{stroke:rgb(var(--color-typography-950)/.7)}html .stroke-typography-950\/75{stroke:rgb(var(--color-typography-950)/.75)}html .stroke-typography-950\/80{stroke:rgb(var(--color-typography-950)/.8)}html .stroke-typography-950\/85{stroke:rgb(var(--color-typography-950)/.85)}html .stroke-typography-950\/90{stroke:rgb(var(--color-typography-950)/.9)}html .stroke-typography-950\/95{stroke:rgb(var(--color-typography-950)/.95)}html .stroke-typography-black{stroke:#181718}html .stroke-typography-black\/0{stroke:#18171800}html .stroke-typography-black\/10{stroke:#1817181a}html .stroke-typography-black\/100{stroke:#181718}html .stroke-typography-black\/15{stroke:#18171826}html .stroke-typography-black\/20{stroke:#18171833}html .stroke-typography-black\/25{stroke:#18171840}html .stroke-typography-black\/30{stroke:#1817184d}html .stroke-typography-black\/35{stroke:#18171859}html .stroke-typography-black\/40{stroke:#18171866}html .stroke-typography-black\/45{stroke:#18171873}html .stroke-typography-black\/5{stroke:#1817180d}html .stroke-typography-black\/50{stroke:#18171880}html .stroke-typography-black\/55{stroke:#1817188c}html .stroke-typography-black\/60{stroke:#18171899}html .stroke-typography-black\/65{stroke:#181718a6}html .stroke-typography-black\/70{stroke:#181718b3}html .stroke-typography-black\/75{stroke:#181718bf}html .stroke-typography-black\/80{stroke:#181718cc}html .stroke-typography-black\/85{stroke:#181718d9}html .stroke-typography-black\/90{stroke:#181718e6}html .stroke-typography-black\/95{stroke:#181718f2}html .stroke-typography-gray{stroke:#d4d4d4}html .stroke-typography-gray\/0{stroke:#d4d4d400}html .stroke-typography-gray\/10{stroke:#d4d4d41a}html .stroke-typography-gray\/100{stroke:#d4d4d4}html .stroke-typography-gray\/15{stroke:#d4d4d426}html .stroke-typography-gray\/20{stroke:#d4d4d433}html .stroke-typography-gray\/25{stroke:#d4d4d440}html .stroke-typography-gray\/30{stroke:#d4d4d44d}html .stroke-typography-gray\/35{stroke:#d4d4d459}html .stroke-typography-gray\/40{stroke:#d4d4d466}html .stroke-typography-gray\/45{stroke:#d4d4d473}html .stroke-typography-gray\/5{stroke:#d4d4d40d}html .stroke-typography-gray\/50{stroke:#d4d4d480}html .stroke-typography-gray\/55{stroke:#d4d4d48c}html .stroke-typography-gray\/60{stroke:#d4d4d499}html .stroke-typography-gray\/65{stroke:#d4d4d4a6}html .stroke-typography-gray\/70{stroke:#d4d4d4b3}html .stroke-typography-gray\/75{stroke:#d4d4d4bf}html .stroke-typography-gray\/80{stroke:#d4d4d4cc}html .stroke-typography-gray\/85{stroke:#d4d4d4d9}html .stroke-typography-gray\/90{stroke:#d4d4d4e6}html .stroke-typography-gray\/95{stroke:#d4d4d4f2}html .stroke-typography-white{stroke:#fff}html .stroke-typography-white\/0{stroke:#fff0}html .stroke-typography-white\/10{stroke:#ffffff1a}html .stroke-typography-white\/100{stroke:#fff}html .stroke-typography-white\/15{stroke:#ffffff26}html .stroke-typography-white\/20{stroke:#fff3}html .stroke-typography-white\/25{stroke:#ffffff40}html .stroke-typography-white\/30{stroke:#ffffff4d}html .stroke-typography-white\/35{stroke:#ffffff59}html .stroke-typography-white\/40{stroke:#fff6}html .stroke-typography-white\/45{stroke:#ffffff73}html .stroke-typography-white\/5{stroke:#ffffff0d}html .stroke-typography-white\/50{stroke:#ffffff80}html .stroke-typography-white\/55{stroke:#ffffff8c}html .stroke-typography-white\/60{stroke:#fff9}html .stroke-typography-white\/65{stroke:#ffffffa6}html .stroke-typography-white\/70{stroke:#ffffffb3}html .stroke-typography-white\/75{stroke:#ffffffbf}html .stroke-typography-white\/80{stroke:#fffc}html .stroke-typography-white\/85{stroke:#ffffffd9}html .stroke-typography-white\/90{stroke:#ffffffe6}html .stroke-typography-white\/95{stroke:#fffffff2}html .stroke-warning-0{stroke:rgb(var(--color-warning-0)/1)}html .stroke-warning-0\/0{stroke:rgb(var(--color-warning-0)/0)}html .stroke-warning-0\/10{stroke:rgb(var(--color-warning-0)/.1)}html .stroke-warning-0\/100{stroke:rgb(var(--color-warning-0)/1)}html .stroke-warning-0\/15{stroke:rgb(var(--color-warning-0)/.15)}html .stroke-warning-0\/20{stroke:rgb(var(--color-warning-0)/.2)}html .stroke-warning-0\/25{stroke:rgb(var(--color-warning-0)/.25)}html .stroke-warning-0\/30{stroke:rgb(var(--color-warning-0)/.3)}html .stroke-warning-0\/35{stroke:rgb(var(--color-warning-0)/.35)}html .stroke-warning-0\/40{stroke:rgb(var(--color-warning-0)/.4)}html .stroke-warning-0\/45{stroke:rgb(var(--color-warning-0)/.45)}html .stroke-warning-0\/5{stroke:rgb(var(--color-warning-0)/.05)}html .stroke-warning-0\/50{stroke:rgb(var(--color-warning-0)/.5)}html .stroke-warning-0\/55{stroke:rgb(var(--color-warning-0)/.55)}html .stroke-warning-0\/60{stroke:rgb(var(--color-warning-0)/.6)}html .stroke-warning-0\/65{stroke:rgb(var(--color-warning-0)/.65)}html .stroke-warning-0\/70{stroke:rgb(var(--color-warning-0)/.7)}html .stroke-warning-0\/75{stroke:rgb(var(--color-warning-0)/.75)}html .stroke-warning-0\/80{stroke:rgb(var(--color-warning-0)/.8)}html .stroke-warning-0\/85{stroke:rgb(var(--color-warning-0)/.85)}html .stroke-warning-0\/90{stroke:rgb(var(--color-warning-0)/.9)}html .stroke-warning-0\/95{stroke:rgb(var(--color-warning-0)/.95)}html .stroke-warning-100{stroke:rgb(var(--color-warning-100)/1)}html .stroke-warning-100\/0{stroke:rgb(var(--color-warning-100)/0)}html .stroke-warning-100\/10{stroke:rgb(var(--color-warning-100)/.1)}html .stroke-warning-100\/100{stroke:rgb(var(--color-warning-100)/1)}html .stroke-warning-100\/15{stroke:rgb(var(--color-warning-100)/.15)}html .stroke-warning-100\/20{stroke:rgb(var(--color-warning-100)/.2)}html .stroke-warning-100\/25{stroke:rgb(var(--color-warning-100)/.25)}html .stroke-warning-100\/30{stroke:rgb(var(--color-warning-100)/.3)}html .stroke-warning-100\/35{stroke:rgb(var(--color-warning-100)/.35)}html .stroke-warning-100\/40{stroke:rgb(var(--color-warning-100)/.4)}html .stroke-warning-100\/45{stroke:rgb(var(--color-warning-100)/.45)}html .stroke-warning-100\/5{stroke:rgb(var(--color-warning-100)/.05)}html .stroke-warning-100\/50{stroke:rgb(var(--color-warning-100)/.5)}html .stroke-warning-100\/55{stroke:rgb(var(--color-warning-100)/.55)}html .stroke-warning-100\/60{stroke:rgb(var(--color-warning-100)/.6)}html .stroke-warning-100\/65{stroke:rgb(var(--color-warning-100)/.65)}html .stroke-warning-100\/70{stroke:rgb(var(--color-warning-100)/.7)}html .stroke-warning-100\/75{stroke:rgb(var(--color-warning-100)/.75)}html .stroke-warning-100\/80{stroke:rgb(var(--color-warning-100)/.8)}html .stroke-warning-100\/85{stroke:rgb(var(--color-warning-100)/.85)}html .stroke-warning-100\/90{stroke:rgb(var(--color-warning-100)/.9)}html .stroke-warning-100\/95{stroke:rgb(var(--color-warning-100)/.95)}html .stroke-warning-200{stroke:rgb(var(--color-warning-200)/1)}html .stroke-warning-200\/0{stroke:rgb(var(--color-warning-200)/0)}html .stroke-warning-200\/10{stroke:rgb(var(--color-warning-200)/.1)}html .stroke-warning-200\/100{stroke:rgb(var(--color-warning-200)/1)}html .stroke-warning-200\/15{stroke:rgb(var(--color-warning-200)/.15)}html .stroke-warning-200\/20{stroke:rgb(var(--color-warning-200)/.2)}html .stroke-warning-200\/25{stroke:rgb(var(--color-warning-200)/.25)}html .stroke-warning-200\/30{stroke:rgb(var(--color-warning-200)/.3)}html .stroke-warning-200\/35{stroke:rgb(var(--color-warning-200)/.35)}html .stroke-warning-200\/40{stroke:rgb(var(--color-warning-200)/.4)}html .stroke-warning-200\/45{stroke:rgb(var(--color-warning-200)/.45)}html .stroke-warning-200\/5{stroke:rgb(var(--color-warning-200)/.05)}html .stroke-warning-200\/50{stroke:rgb(var(--color-warning-200)/.5)}html .stroke-warning-200\/55{stroke:rgb(var(--color-warning-200)/.55)}html .stroke-warning-200\/60{stroke:rgb(var(--color-warning-200)/.6)}html .stroke-warning-200\/65{stroke:rgb(var(--color-warning-200)/.65)}html .stroke-warning-200\/70{stroke:rgb(var(--color-warning-200)/.7)}html .stroke-warning-200\/75{stroke:rgb(var(--color-warning-200)/.75)}html .stroke-warning-200\/80{stroke:rgb(var(--color-warning-200)/.8)}html .stroke-warning-200\/85{stroke:rgb(var(--color-warning-200)/.85)}html .stroke-warning-200\/90{stroke:rgb(var(--color-warning-200)/.9)}html .stroke-warning-200\/95{stroke:rgb(var(--color-warning-200)/.95)}html .stroke-warning-300{stroke:rgb(var(--color-warning-300)/1)}html .stroke-warning-300\/0{stroke:rgb(var(--color-warning-300)/0)}html .stroke-warning-300\/10{stroke:rgb(var(--color-warning-300)/.1)}html .stroke-warning-300\/100{stroke:rgb(var(--color-warning-300)/1)}html .stroke-warning-300\/15{stroke:rgb(var(--color-warning-300)/.15)}html .stroke-warning-300\/20{stroke:rgb(var(--color-warning-300)/.2)}html .stroke-warning-300\/25{stroke:rgb(var(--color-warning-300)/.25)}html .stroke-warning-300\/30{stroke:rgb(var(--color-warning-300)/.3)}html .stroke-warning-300\/35{stroke:rgb(var(--color-warning-300)/.35)}html .stroke-warning-300\/40{stroke:rgb(var(--color-warning-300)/.4)}html .stroke-warning-300\/45{stroke:rgb(var(--color-warning-300)/.45)}html .stroke-warning-300\/5{stroke:rgb(var(--color-warning-300)/.05)}html .stroke-warning-300\/50{stroke:rgb(var(--color-warning-300)/.5)}html .stroke-warning-300\/55{stroke:rgb(var(--color-warning-300)/.55)}html .stroke-warning-300\/60{stroke:rgb(var(--color-warning-300)/.6)}html .stroke-warning-300\/65{stroke:rgb(var(--color-warning-300)/.65)}html .stroke-warning-300\/70{stroke:rgb(var(--color-warning-300)/.7)}html .stroke-warning-300\/75{stroke:rgb(var(--color-warning-300)/.75)}html .stroke-warning-300\/80{stroke:rgb(var(--color-warning-300)/.8)}html .stroke-warning-300\/85{stroke:rgb(var(--color-warning-300)/.85)}html .stroke-warning-300\/90{stroke:rgb(var(--color-warning-300)/.9)}html .stroke-warning-300\/95{stroke:rgb(var(--color-warning-300)/.95)}html .stroke-warning-400{stroke:rgb(var(--color-warning-400)/1)}html .stroke-warning-400\/0{stroke:rgb(var(--color-warning-400)/0)}html .stroke-warning-400\/10{stroke:rgb(var(--color-warning-400)/.1)}html .stroke-warning-400\/100{stroke:rgb(var(--color-warning-400)/1)}html .stroke-warning-400\/15{stroke:rgb(var(--color-warning-400)/.15)}html .stroke-warning-400\/20{stroke:rgb(var(--color-warning-400)/.2)}html .stroke-warning-400\/25{stroke:rgb(var(--color-warning-400)/.25)}html .stroke-warning-400\/30{stroke:rgb(var(--color-warning-400)/.3)}html .stroke-warning-400\/35{stroke:rgb(var(--color-warning-400)/.35)}html .stroke-warning-400\/40{stroke:rgb(var(--color-warning-400)/.4)}html .stroke-warning-400\/45{stroke:rgb(var(--color-warning-400)/.45)}html .stroke-warning-400\/5{stroke:rgb(var(--color-warning-400)/.05)}html .stroke-warning-400\/50{stroke:rgb(var(--color-warning-400)/.5)}html .stroke-warning-400\/55{stroke:rgb(var(--color-warning-400)/.55)}html .stroke-warning-400\/60{stroke:rgb(var(--color-warning-400)/.6)}html .stroke-warning-400\/65{stroke:rgb(var(--color-warning-400)/.65)}html .stroke-warning-400\/70{stroke:rgb(var(--color-warning-400)/.7)}html .stroke-warning-400\/75{stroke:rgb(var(--color-warning-400)/.75)}html .stroke-warning-400\/80{stroke:rgb(var(--color-warning-400)/.8)}html .stroke-warning-400\/85{stroke:rgb(var(--color-warning-400)/.85)}html .stroke-warning-400\/90{stroke:rgb(var(--color-warning-400)/.9)}html .stroke-warning-400\/95{stroke:rgb(var(--color-warning-400)/.95)}html .stroke-warning-50{stroke:rgb(var(--color-warning-50)/1)}html .stroke-warning-50\/0{stroke:rgb(var(--color-warning-50)/0)}html .stroke-warning-50\/10{stroke:rgb(var(--color-warning-50)/.1)}html .stroke-warning-50\/100{stroke:rgb(var(--color-warning-50)/1)}html .stroke-warning-50\/15{stroke:rgb(var(--color-warning-50)/.15)}html .stroke-warning-50\/20{stroke:rgb(var(--color-warning-50)/.2)}html .stroke-warning-50\/25{stroke:rgb(var(--color-warning-50)/.25)}html .stroke-warning-50\/30{stroke:rgb(var(--color-warning-50)/.3)}html .stroke-warning-50\/35{stroke:rgb(var(--color-warning-50)/.35)}html .stroke-warning-50\/40{stroke:rgb(var(--color-warning-50)/.4)}html .stroke-warning-50\/45{stroke:rgb(var(--color-warning-50)/.45)}html .stroke-warning-50\/5{stroke:rgb(var(--color-warning-50)/.05)}html .stroke-warning-50\/50{stroke:rgb(var(--color-warning-50)/.5)}html .stroke-warning-50\/55{stroke:rgb(var(--color-warning-50)/.55)}html .stroke-warning-50\/60{stroke:rgb(var(--color-warning-50)/.6)}html .stroke-warning-50\/65{stroke:rgb(var(--color-warning-50)/.65)}html .stroke-warning-50\/70{stroke:rgb(var(--color-warning-50)/.7)}html .stroke-warning-50\/75{stroke:rgb(var(--color-warning-50)/.75)}html .stroke-warning-50\/80{stroke:rgb(var(--color-warning-50)/.8)}html .stroke-warning-50\/85{stroke:rgb(var(--color-warning-50)/.85)}html .stroke-warning-50\/90{stroke:rgb(var(--color-warning-50)/.9)}html .stroke-warning-50\/95{stroke:rgb(var(--color-warning-50)/.95)}html .stroke-warning-500{stroke:rgb(var(--color-warning-500)/1)}html .stroke-warning-500\/0{stroke:rgb(var(--color-warning-500)/0)}html .stroke-warning-500\/10{stroke:rgb(var(--color-warning-500)/.1)}html .stroke-warning-500\/100{stroke:rgb(var(--color-warning-500)/1)}html .stroke-warning-500\/15{stroke:rgb(var(--color-warning-500)/.15)}html .stroke-warning-500\/20{stroke:rgb(var(--color-warning-500)/.2)}html .stroke-warning-500\/25{stroke:rgb(var(--color-warning-500)/.25)}html .stroke-warning-500\/30{stroke:rgb(var(--color-warning-500)/.3)}html .stroke-warning-500\/35{stroke:rgb(var(--color-warning-500)/.35)}html .stroke-warning-500\/40{stroke:rgb(var(--color-warning-500)/.4)}html .stroke-warning-500\/45{stroke:rgb(var(--color-warning-500)/.45)}html .stroke-warning-500\/5{stroke:rgb(var(--color-warning-500)/.05)}html .stroke-warning-500\/50{stroke:rgb(var(--color-warning-500)/.5)}html .stroke-warning-500\/55{stroke:rgb(var(--color-warning-500)/.55)}html .stroke-warning-500\/60{stroke:rgb(var(--color-warning-500)/.6)}html .stroke-warning-500\/65{stroke:rgb(var(--color-warning-500)/.65)}html .stroke-warning-500\/70{stroke:rgb(var(--color-warning-500)/.7)}html .stroke-warning-500\/75{stroke:rgb(var(--color-warning-500)/.75)}html .stroke-warning-500\/80{stroke:rgb(var(--color-warning-500)/.8)}html .stroke-warning-500\/85{stroke:rgb(var(--color-warning-500)/.85)}html .stroke-warning-500\/90{stroke:rgb(var(--color-warning-500)/.9)}html .stroke-warning-500\/95{stroke:rgb(var(--color-warning-500)/.95)}html .stroke-warning-600{stroke:rgb(var(--color-warning-600)/1)}html .stroke-warning-600\/0{stroke:rgb(var(--color-warning-600)/0)}html .stroke-warning-600\/10{stroke:rgb(var(--color-warning-600)/.1)}html .stroke-warning-600\/100{stroke:rgb(var(--color-warning-600)/1)}html .stroke-warning-600\/15{stroke:rgb(var(--color-warning-600)/.15)}html .stroke-warning-600\/20{stroke:rgb(var(--color-warning-600)/.2)}html .stroke-warning-600\/25{stroke:rgb(var(--color-warning-600)/.25)}html .stroke-warning-600\/30{stroke:rgb(var(--color-warning-600)/.3)}html .stroke-warning-600\/35{stroke:rgb(var(--color-warning-600)/.35)}html .stroke-warning-600\/40{stroke:rgb(var(--color-warning-600)/.4)}html .stroke-warning-600\/45{stroke:rgb(var(--color-warning-600)/.45)}html .stroke-warning-600\/5{stroke:rgb(var(--color-warning-600)/.05)}html .stroke-warning-600\/50{stroke:rgb(var(--color-warning-600)/.5)}html .stroke-warning-600\/55{stroke:rgb(var(--color-warning-600)/.55)}html .stroke-warning-600\/60{stroke:rgb(var(--color-warning-600)/.6)}html .stroke-warning-600\/65{stroke:rgb(var(--color-warning-600)/.65)}html .stroke-warning-600\/70{stroke:rgb(var(--color-warning-600)/.7)}html .stroke-warning-600\/75{stroke:rgb(var(--color-warning-600)/.75)}html .stroke-warning-600\/80{stroke:rgb(var(--color-warning-600)/.8)}html .stroke-warning-600\/85{stroke:rgb(var(--color-warning-600)/.85)}html .stroke-warning-600\/90{stroke:rgb(var(--color-warning-600)/.9)}html .stroke-warning-600\/95{stroke:rgb(var(--color-warning-600)/.95)}html .stroke-warning-700{stroke:rgb(var(--color-warning-700)/1)}html .stroke-warning-700\/0{stroke:rgb(var(--color-warning-700)/0)}html .stroke-warning-700\/10{stroke:rgb(var(--color-warning-700)/.1)}html .stroke-warning-700\/100{stroke:rgb(var(--color-warning-700)/1)}html .stroke-warning-700\/15{stroke:rgb(var(--color-warning-700)/.15)}html .stroke-warning-700\/20{stroke:rgb(var(--color-warning-700)/.2)}html .stroke-warning-700\/25{stroke:rgb(var(--color-warning-700)/.25)}html .stroke-warning-700\/30{stroke:rgb(var(--color-warning-700)/.3)}html .stroke-warning-700\/35{stroke:rgb(var(--color-warning-700)/.35)}html .stroke-warning-700\/40{stroke:rgb(var(--color-warning-700)/.4)}html .stroke-warning-700\/45{stroke:rgb(var(--color-warning-700)/.45)}html .stroke-warning-700\/5{stroke:rgb(var(--color-warning-700)/.05)}html .stroke-warning-700\/50{stroke:rgb(var(--color-warning-700)/.5)}html .stroke-warning-700\/55{stroke:rgb(var(--color-warning-700)/.55)}html .stroke-warning-700\/60{stroke:rgb(var(--color-warning-700)/.6)}html .stroke-warning-700\/65{stroke:rgb(var(--color-warning-700)/.65)}html .stroke-warning-700\/70{stroke:rgb(var(--color-warning-700)/.7)}html .stroke-warning-700\/75{stroke:rgb(var(--color-warning-700)/.75)}html .stroke-warning-700\/80{stroke:rgb(var(--color-warning-700)/.8)}html .stroke-warning-700\/85{stroke:rgb(var(--color-warning-700)/.85)}html .stroke-warning-700\/90{stroke:rgb(var(--color-warning-700)/.9)}html .stroke-warning-700\/95{stroke:rgb(var(--color-warning-700)/.95)}html .stroke-warning-800{stroke:rgb(var(--color-warning-800)/1)}html .stroke-warning-800\/0{stroke:rgb(var(--color-warning-800)/0)}html .stroke-warning-800\/10{stroke:rgb(var(--color-warning-800)/.1)}html .stroke-warning-800\/100{stroke:rgb(var(--color-warning-800)/1)}html .stroke-warning-800\/15{stroke:rgb(var(--color-warning-800)/.15)}html .stroke-warning-800\/20{stroke:rgb(var(--color-warning-800)/.2)}html .stroke-warning-800\/25{stroke:rgb(var(--color-warning-800)/.25)}html .stroke-warning-800\/30{stroke:rgb(var(--color-warning-800)/.3)}html .stroke-warning-800\/35{stroke:rgb(var(--color-warning-800)/.35)}html .stroke-warning-800\/40{stroke:rgb(var(--color-warning-800)/.4)}html .stroke-warning-800\/45{stroke:rgb(var(--color-warning-800)/.45)}html .stroke-warning-800\/5{stroke:rgb(var(--color-warning-800)/.05)}html .stroke-warning-800\/50{stroke:rgb(var(--color-warning-800)/.5)}html .stroke-warning-800\/55{stroke:rgb(var(--color-warning-800)/.55)}html .stroke-warning-800\/60{stroke:rgb(var(--color-warning-800)/.6)}html .stroke-warning-800\/65{stroke:rgb(var(--color-warning-800)/.65)}html .stroke-warning-800\/70{stroke:rgb(var(--color-warning-800)/.7)}html .stroke-warning-800\/75{stroke:rgb(var(--color-warning-800)/.75)}html .stroke-warning-800\/80{stroke:rgb(var(--color-warning-800)/.8)}html .stroke-warning-800\/85{stroke:rgb(var(--color-warning-800)/.85)}html .stroke-warning-800\/90{stroke:rgb(var(--color-warning-800)/.9)}html .stroke-warning-800\/95{stroke:rgb(var(--color-warning-800)/.95)}html .stroke-warning-900{stroke:rgb(var(--color-warning-900)/1)}html .stroke-warning-900\/0{stroke:rgb(var(--color-warning-900)/0)}html .stroke-warning-900\/10{stroke:rgb(var(--color-warning-900)/.1)}html .stroke-warning-900\/100{stroke:rgb(var(--color-warning-900)/1)}html .stroke-warning-900\/15{stroke:rgb(var(--color-warning-900)/.15)}html .stroke-warning-900\/20{stroke:rgb(var(--color-warning-900)/.2)}html .stroke-warning-900\/25{stroke:rgb(var(--color-warning-900)/.25)}html .stroke-warning-900\/30{stroke:rgb(var(--color-warning-900)/.3)}html .stroke-warning-900\/35{stroke:rgb(var(--color-warning-900)/.35)}html .stroke-warning-900\/40{stroke:rgb(var(--color-warning-900)/.4)}html .stroke-warning-900\/45{stroke:rgb(var(--color-warning-900)/.45)}html .stroke-warning-900\/5{stroke:rgb(var(--color-warning-900)/.05)}html .stroke-warning-900\/50{stroke:rgb(var(--color-warning-900)/.5)}html .stroke-warning-900\/55{stroke:rgb(var(--color-warning-900)/.55)}html .stroke-warning-900\/60{stroke:rgb(var(--color-warning-900)/.6)}html .stroke-warning-900\/65{stroke:rgb(var(--color-warning-900)/.65)}html .stroke-warning-900\/70{stroke:rgb(var(--color-warning-900)/.7)}html .stroke-warning-900\/75{stroke:rgb(var(--color-warning-900)/.75)}html .stroke-warning-900\/80{stroke:rgb(var(--color-warning-900)/.8)}html .stroke-warning-900\/85{stroke:rgb(var(--color-warning-900)/.85)}html .stroke-warning-900\/90{stroke:rgb(var(--color-warning-900)/.9)}html .stroke-warning-900\/95{stroke:rgb(var(--color-warning-900)/.95)}html .stroke-warning-950{stroke:rgb(var(--color-warning-950)/1)}html .stroke-warning-950\/0{stroke:rgb(var(--color-warning-950)/0)}html .stroke-warning-950\/10{stroke:rgb(var(--color-warning-950)/.1)}html .stroke-warning-950\/100{stroke:rgb(var(--color-warning-950)/1)}html .stroke-warning-950\/15{stroke:rgb(var(--color-warning-950)/.15)}html .stroke-warning-950\/20{stroke:rgb(var(--color-warning-950)/.2)}html .stroke-warning-950\/25{stroke:rgb(var(--color-warning-950)/.25)}html .stroke-warning-950\/30{stroke:rgb(var(--color-warning-950)/.3)}html .stroke-warning-950\/35{stroke:rgb(var(--color-warning-950)/.35)}html .stroke-warning-950\/40{stroke:rgb(var(--color-warning-950)/.4)}html .stroke-warning-950\/45{stroke:rgb(var(--color-warning-950)/.45)}html .stroke-warning-950\/5{stroke:rgb(var(--color-warning-950)/.05)}html .stroke-warning-950\/50{stroke:rgb(var(--color-warning-950)/.5)}html .stroke-warning-950\/55{stroke:rgb(var(--color-warning-950)/.55)}html .stroke-warning-950\/60{stroke:rgb(var(--color-warning-950)/.6)}html .stroke-warning-950\/65{stroke:rgb(var(--color-warning-950)/.65)}html .stroke-warning-950\/70{stroke:rgb(var(--color-warning-950)/.7)}html .stroke-warning-950\/75{stroke:rgb(var(--color-warning-950)/.75)}html .stroke-warning-950\/80{stroke:rgb(var(--color-warning-950)/.8)}html .stroke-warning-950\/85{stroke:rgb(var(--color-warning-950)/.85)}html .stroke-warning-950\/90{stroke:rgb(var(--color-warning-950)/.9)}html .stroke-warning-950\/95{stroke:rgb(var(--color-warning-950)/.95)}html .object-contain{-o-object-fit:contain;object-fit:contain}html .object-cover{-o-object-fit:cover;object-fit:cover}html .object-top{-o-object-position:top;object-position:top}html .p-0{padding:0}html .p-0\.5{padding:.125rem}html .p-1{padding:.25rem}html .p-10{padding:2.5rem}html .p-12{padding:3rem}html .p-16{padding:4rem}html .p-2{padding:.5rem}html .p-2\.5{padding:.625rem}html .p-3{padding:.75rem}html .p-3\.5{padding:.875rem}html .p-4{padding:1rem}html .p-5{padding:1.25rem}html .p-6{padding:1.5rem}html .p-8{padding:2rem}html .p-\[18px\]{padding:18px}html .px-0{padding-left:0;padding-right:0}html .px-1{padding-left:.25rem;padding-right:.25rem}html .px-16{padding-left:4rem;padding-right:4rem}html .px-2{padding-left:.5rem;padding-right:.5rem}html .px-2\.5{padding-left:.625rem;padding-right:.625rem}html .px-20{padding-left:5rem;padding-right:5rem}html .px-3{padding-left:.75rem;padding-right:.75rem}html .px-3\.5{padding-left:.875rem;padding-right:.875rem}html .px-4{padding-left:1rem;padding-right:1rem}html .px-5{padding-left:1.25rem;padding-right:1.25rem}html .px-6{padding-left:1.5rem;padding-right:1.5rem}html .px-7{padding-left:1.75rem;padding-right:1.75rem}html .px-8{padding-left:2rem;padding-right:2rem}html .px-\[30px\]{padding-left:30px;padding-right:30px}html .py-0{padding-top:0;padding-bottom:0}html .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}html .py-1{padding-top:.25rem;padding-bottom:.25rem}html .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}html .py-12{padding-top:3rem;padding-bottom:3rem}html .py-16{padding-top:4rem;padding-bottom:4rem}html .py-2{padding-top:.5rem;padding-bottom:.5rem}html .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}html .py-24{padding-top:6rem;padding-bottom:6rem}html .py-3{padding-top:.75rem;padding-bottom:.75rem}html .py-3\.5{padding-top:.875rem;padding-bottom:.875rem}html .py-4{padding-top:1rem;padding-bottom:1rem}html .py-5{padding-top:1.25rem;padding-bottom:1.25rem}html .py-6{padding-top:1.5rem;padding-bottom:1.5rem}html .py-8{padding-top:2rem;padding-bottom:2rem}html .py-\[14px\]{padding-top:14px;padding-bottom:14px}html .pb-0{padding-bottom:0}html .pb-1{padding-bottom:.25rem}html .pb-10{padding-bottom:2.5rem}html .pb-12{padding-bottom:3rem}html .pb-16{padding-bottom:4rem}html .pb-2{padding-bottom:.5rem}html .pb-3{padding-bottom:.75rem}html .pb-4{padding-bottom:1rem}html .pb-5{padding-bottom:1.25rem}html .pb-6{padding-bottom:1.5rem}html .pl-2{padding-left:.5rem}html .pl-3{padding-left:.75rem}html .pr-1{padding-right:.25rem}html .pr-6{padding-right:1.5rem}html .pr-8{padding-right:2rem}html .pt-1{padding-top:.25rem}html .pt-2{padding-top:.5rem}html .pt-3{padding-top:.75rem}html .pt-4{padding-top:1rem}html .pt-5{padding-top:1.25rem}html .pt-8{padding-top:2rem}html .pt-\[40px\]{padding-top:40px}html .pt-\[60px\]{padding-top:60px}html .text-left{text-align:left}html .text-center{text-align:center}html .text-right{text-align:right}html .text-start{text-align:start}html .font-roboto{font-family:var(--font-roboto)}html .font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}html .text-2xl{font-size:1.5rem;line-height:2rem}html .text-2xs{font-size:10px}html .text-3xl{font-size:1.875rem;line-height:2.25rem}html .text-4xl{font-size:2.25rem;line-height:2.5rem}html .text-5xl{font-size:3rem;line-height:1}html .text-6xl{font-size:3.75rem;line-height:1}html .text-\[10px\]{font-size:10px}html .text-\[11px\]{font-size:11px}html .text-\[13px\]{font-size:13px}html .text-\[15px\]{font-size:15px}html .text-\[16px\]{font-size:16px}html .text-\[22px\]{font-size:22px}html .text-\[30px\]{font-size:30px}html .text-base{font-size:1rem;line-height:1.5rem}html .text-lg{font-size:1.125rem;line-height:1.75rem}html .text-sm{font-size:.875rem;line-height:1.25rem}html .text-xl{font-size:1.25rem;line-height:1.75rem}html .text-xs{font-size:.75rem;line-height:1rem}html .font-black{font-weight:900}html .font-bold{font-weight:700}html .font-medium{font-weight:500}html .font-normal{font-weight:400}html .font-semibold{font-weight:600}html .uppercase{text-transform:uppercase}html .capitalize{text-transform:capitalize}html .italic{font-style:italic}html .leading-4{line-height:1rem}html .leading-5{line-height:1.25rem}html .leading-6{line-height:1.5rem}html .leading-7{line-height:1.75rem}html .leading-\[1\.5\]{line-height:1.5}html .leading-\[22px\]{line-height:22px}html .leading-\[26px\]{line-height:26px}html .leading-\[27px\]{line-height:27px}html .leading-\[36px\]{line-height:36px}html .leading-none{line-height:1}html .leading-relaxed{line-height:1.625}html .leading-tight{line-height:1.25}html .tracking-normal{letter-spacing:0em}html .tracking-wide{letter-spacing:.025em}html .tracking-wider{letter-spacing:.05em}html .text-\[\#171717\]{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}html .text-\[\#181718\]{--tw-text-opacity: 1;color:rgb(24 23 24 / var(--tw-text-opacity, 1))}html .text-\[\#181719\]{--tw-text-opacity: 1;color:rgb(24 23 25 / var(--tw-text-opacity, 1))}html .text-\[\#262627\]{--tw-text-opacity: 1;color:rgb(38 38 39 / var(--tw-text-opacity, 1))}html .text-\[\#404040\]{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}html .text-\[\#525252\]{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}html .text-\[\#6C19AE\],html .text-\[\#6c19ae\]{--tw-text-opacity: 1;color:rgb(108 25 174 / var(--tw-text-opacity, 1))}html .text-\[\#DC2626\]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}html .text-\[\#b91c1c\]{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}html .text-\[\#fefeff\]{--tw-text-opacity: 1;color:rgb(254 254 255 / var(--tw-text-opacity, 1))}html .text-background-0{--tw-text-opacity: 1;color:rgb(var(--color-background-0)/var(--tw-text-opacity, 1))}html .text-background-0\/0{color:rgb(var(--color-background-0)/0)}html .text-background-0\/10{color:rgb(var(--color-background-0)/.1)}html .text-background-0\/100{color:rgb(var(--color-background-0)/1)}html .text-background-0\/15{color:rgb(var(--color-background-0)/.15)}html .text-background-0\/20{color:rgb(var(--color-background-0)/.2)}html .text-background-0\/25{color:rgb(var(--color-background-0)/.25)}html .text-background-0\/30{color:rgb(var(--color-background-0)/.3)}html .text-background-0\/35{color:rgb(var(--color-background-0)/.35)}html .text-background-0\/40{color:rgb(var(--color-background-0)/.4)}html .text-background-0\/45{color:rgb(var(--color-background-0)/.45)}html .text-background-0\/5{color:rgb(var(--color-background-0)/.05)}html .text-background-0\/50{color:rgb(var(--color-background-0)/.5)}html .text-background-0\/55{color:rgb(var(--color-background-0)/.55)}html .text-background-0\/60{color:rgb(var(--color-background-0)/.6)}html .text-background-0\/65{color:rgb(var(--color-background-0)/.65)}html .text-background-0\/70{color:rgb(var(--color-background-0)/.7)}html .text-background-0\/75{color:rgb(var(--color-background-0)/.75)}html .text-background-0\/80{color:rgb(var(--color-background-0)/.8)}html .text-background-0\/85{color:rgb(var(--color-background-0)/.85)}html .text-background-0\/90{color:rgb(var(--color-background-0)/.9)}html .text-background-0\/95{color:rgb(var(--color-background-0)/.95)}html .text-background-100{--tw-text-opacity: 1;color:rgb(var(--color-background-100)/var(--tw-text-opacity, 1))}html .text-background-100\/0{color:rgb(var(--color-background-100)/0)}html .text-background-100\/10{color:rgb(var(--color-background-100)/.1)}html .text-background-100\/100{color:rgb(var(--color-background-100)/1)}html .text-background-100\/15{color:rgb(var(--color-background-100)/.15)}html .text-background-100\/20{color:rgb(var(--color-background-100)/.2)}html .text-background-100\/25{color:rgb(var(--color-background-100)/.25)}html .text-background-100\/30{color:rgb(var(--color-background-100)/.3)}html .text-background-100\/35{color:rgb(var(--color-background-100)/.35)}html .text-background-100\/40{color:rgb(var(--color-background-100)/.4)}html .text-background-100\/45{color:rgb(var(--color-background-100)/.45)}html .text-background-100\/5{color:rgb(var(--color-background-100)/.05)}html .text-background-100\/50{color:rgb(var(--color-background-100)/.5)}html .text-background-100\/55{color:rgb(var(--color-background-100)/.55)}html .text-background-100\/60{color:rgb(var(--color-background-100)/.6)}html .text-background-100\/65{color:rgb(var(--color-background-100)/.65)}html .text-background-100\/70{color:rgb(var(--color-background-100)/.7)}html .text-background-100\/75{color:rgb(var(--color-background-100)/.75)}html .text-background-100\/80{color:rgb(var(--color-background-100)/.8)}html .text-background-100\/85{color:rgb(var(--color-background-100)/.85)}html .text-background-100\/90{color:rgb(var(--color-background-100)/.9)}html .text-background-100\/95{color:rgb(var(--color-background-100)/.95)}html .text-background-200{--tw-text-opacity: 1;color:rgb(var(--color-background-200)/var(--tw-text-opacity, 1))}html .text-background-200\/0{color:rgb(var(--color-background-200)/0)}html .text-background-200\/10{color:rgb(var(--color-background-200)/.1)}html .text-background-200\/100{color:rgb(var(--color-background-200)/1)}html .text-background-200\/15{color:rgb(var(--color-background-200)/.15)}html .text-background-200\/20{color:rgb(var(--color-background-200)/.2)}html .text-background-200\/25{color:rgb(var(--color-background-200)/.25)}html .text-background-200\/30{color:rgb(var(--color-background-200)/.3)}html .text-background-200\/35{color:rgb(var(--color-background-200)/.35)}html .text-background-200\/40{color:rgb(var(--color-background-200)/.4)}html .text-background-200\/45{color:rgb(var(--color-background-200)/.45)}html .text-background-200\/5{color:rgb(var(--color-background-200)/.05)}html .text-background-200\/50{color:rgb(var(--color-background-200)/.5)}html .text-background-200\/55{color:rgb(var(--color-background-200)/.55)}html .text-background-200\/60{color:rgb(var(--color-background-200)/.6)}html .text-background-200\/65{color:rgb(var(--color-background-200)/.65)}html .text-background-200\/70{color:rgb(var(--color-background-200)/.7)}html .text-background-200\/75{color:rgb(var(--color-background-200)/.75)}html .text-background-200\/80{color:rgb(var(--color-background-200)/.8)}html .text-background-200\/85{color:rgb(var(--color-background-200)/.85)}html .text-background-200\/90{color:rgb(var(--color-background-200)/.9)}html .text-background-200\/95{color:rgb(var(--color-background-200)/.95)}html .text-background-300{--tw-text-opacity: 1;color:rgb(var(--color-background-300)/var(--tw-text-opacity, 1))}html .text-background-300\/0{color:rgb(var(--color-background-300)/0)}html .text-background-300\/10{color:rgb(var(--color-background-300)/.1)}html .text-background-300\/100{color:rgb(var(--color-background-300)/1)}html .text-background-300\/15{color:rgb(var(--color-background-300)/.15)}html .text-background-300\/20{color:rgb(var(--color-background-300)/.2)}html .text-background-300\/25{color:rgb(var(--color-background-300)/.25)}html .text-background-300\/30{color:rgb(var(--color-background-300)/.3)}html .text-background-300\/35{color:rgb(var(--color-background-300)/.35)}html .text-background-300\/40{color:rgb(var(--color-background-300)/.4)}html .text-background-300\/45{color:rgb(var(--color-background-300)/.45)}html .text-background-300\/5{color:rgb(var(--color-background-300)/.05)}html .text-background-300\/50{color:rgb(var(--color-background-300)/.5)}html .text-background-300\/55{color:rgb(var(--color-background-300)/.55)}html .text-background-300\/60{color:rgb(var(--color-background-300)/.6)}html .text-background-300\/65{color:rgb(var(--color-background-300)/.65)}html .text-background-300\/70{color:rgb(var(--color-background-300)/.7)}html .text-background-300\/75{color:rgb(var(--color-background-300)/.75)}html .text-background-300\/80{color:rgb(var(--color-background-300)/.8)}html .text-background-300\/85{color:rgb(var(--color-background-300)/.85)}html .text-background-300\/90{color:rgb(var(--color-background-300)/.9)}html .text-background-300\/95{color:rgb(var(--color-background-300)/.95)}html .text-background-400{--tw-text-opacity: 1;color:rgb(var(--color-background-400)/var(--tw-text-opacity, 1))}html .text-background-400\/0{color:rgb(var(--color-background-400)/0)}html .text-background-400\/10{color:rgb(var(--color-background-400)/.1)}html .text-background-400\/100{color:rgb(var(--color-background-400)/1)}html .text-background-400\/15{color:rgb(var(--color-background-400)/.15)}html .text-background-400\/20{color:rgb(var(--color-background-400)/.2)}html .text-background-400\/25{color:rgb(var(--color-background-400)/.25)}html .text-background-400\/30{color:rgb(var(--color-background-400)/.3)}html .text-background-400\/35{color:rgb(var(--color-background-400)/.35)}html .text-background-400\/40{color:rgb(var(--color-background-400)/.4)}html .text-background-400\/45{color:rgb(var(--color-background-400)/.45)}html .text-background-400\/5{color:rgb(var(--color-background-400)/.05)}html .text-background-400\/50{color:rgb(var(--color-background-400)/.5)}html .text-background-400\/55{color:rgb(var(--color-background-400)/.55)}html .text-background-400\/60{color:rgb(var(--color-background-400)/.6)}html .text-background-400\/65{color:rgb(var(--color-background-400)/.65)}html .text-background-400\/70{color:rgb(var(--color-background-400)/.7)}html .text-background-400\/75{color:rgb(var(--color-background-400)/.75)}html .text-background-400\/80{color:rgb(var(--color-background-400)/.8)}html .text-background-400\/85{color:rgb(var(--color-background-400)/.85)}html .text-background-400\/90{color:rgb(var(--color-background-400)/.9)}html .text-background-400\/95{color:rgb(var(--color-background-400)/.95)}html .text-background-50{--tw-text-opacity: 1;color:rgb(var(--color-background-50)/var(--tw-text-opacity, 1))}html .text-background-50\/0{color:rgb(var(--color-background-50)/0)}html .text-background-50\/10{color:rgb(var(--color-background-50)/.1)}html .text-background-50\/100{color:rgb(var(--color-background-50)/1)}html .text-background-50\/15{color:rgb(var(--color-background-50)/.15)}html .text-background-50\/20{color:rgb(var(--color-background-50)/.2)}html .text-background-50\/25{color:rgb(var(--color-background-50)/.25)}html .text-background-50\/30{color:rgb(var(--color-background-50)/.3)}html .text-background-50\/35{color:rgb(var(--color-background-50)/.35)}html .text-background-50\/40{color:rgb(var(--color-background-50)/.4)}html .text-background-50\/45{color:rgb(var(--color-background-50)/.45)}html .text-background-50\/5{color:rgb(var(--color-background-50)/.05)}html .text-background-50\/50{color:rgb(var(--color-background-50)/.5)}html .text-background-50\/55{color:rgb(var(--color-background-50)/.55)}html .text-background-50\/60{color:rgb(var(--color-background-50)/.6)}html .text-background-50\/65{color:rgb(var(--color-background-50)/.65)}html .text-background-50\/70{color:rgb(var(--color-background-50)/.7)}html .text-background-50\/75{color:rgb(var(--color-background-50)/.75)}html .text-background-50\/80{color:rgb(var(--color-background-50)/.8)}html .text-background-50\/85{color:rgb(var(--color-background-50)/.85)}html .text-background-50\/90{color:rgb(var(--color-background-50)/.9)}html .text-background-50\/95{color:rgb(var(--color-background-50)/.95)}html .text-background-500{--tw-text-opacity: 1;color:rgb(var(--color-background-500)/var(--tw-text-opacity, 1))}html .text-background-500\/0{color:rgb(var(--color-background-500)/0)}html .text-background-500\/10{color:rgb(var(--color-background-500)/.1)}html .text-background-500\/100{color:rgb(var(--color-background-500)/1)}html .text-background-500\/15{color:rgb(var(--color-background-500)/.15)}html .text-background-500\/20{color:rgb(var(--color-background-500)/.2)}html .text-background-500\/25{color:rgb(var(--color-background-500)/.25)}html .text-background-500\/30{color:rgb(var(--color-background-500)/.3)}html .text-background-500\/35{color:rgb(var(--color-background-500)/.35)}html .text-background-500\/40{color:rgb(var(--color-background-500)/.4)}html .text-background-500\/45{color:rgb(var(--color-background-500)/.45)}html .text-background-500\/5{color:rgb(var(--color-background-500)/.05)}html .text-background-500\/50{color:rgb(var(--color-background-500)/.5)}html .text-background-500\/55{color:rgb(var(--color-background-500)/.55)}html .text-background-500\/60{color:rgb(var(--color-background-500)/.6)}html .text-background-500\/65{color:rgb(var(--color-background-500)/.65)}html .text-background-500\/70{color:rgb(var(--color-background-500)/.7)}html .text-background-500\/75{color:rgb(var(--color-background-500)/.75)}html .text-background-500\/80{color:rgb(var(--color-background-500)/.8)}html .text-background-500\/85{color:rgb(var(--color-background-500)/.85)}html .text-background-500\/90{color:rgb(var(--color-background-500)/.9)}html .text-background-500\/95{color:rgb(var(--color-background-500)/.95)}html .text-background-600{--tw-text-opacity: 1;color:rgb(var(--color-background-600)/var(--tw-text-opacity, 1))}html .text-background-600\/0{color:rgb(var(--color-background-600)/0)}html .text-background-600\/10{color:rgb(var(--color-background-600)/.1)}html .text-background-600\/100{color:rgb(var(--color-background-600)/1)}html .text-background-600\/15{color:rgb(var(--color-background-600)/.15)}html .text-background-600\/20{color:rgb(var(--color-background-600)/.2)}html .text-background-600\/25{color:rgb(var(--color-background-600)/.25)}html .text-background-600\/30{color:rgb(var(--color-background-600)/.3)}html .text-background-600\/35{color:rgb(var(--color-background-600)/.35)}html .text-background-600\/40{color:rgb(var(--color-background-600)/.4)}html .text-background-600\/45{color:rgb(var(--color-background-600)/.45)}html .text-background-600\/5{color:rgb(var(--color-background-600)/.05)}html .text-background-600\/50{color:rgb(var(--color-background-600)/.5)}html .text-background-600\/55{color:rgb(var(--color-background-600)/.55)}html .text-background-600\/60{color:rgb(var(--color-background-600)/.6)}html .text-background-600\/65{color:rgb(var(--color-background-600)/.65)}html .text-background-600\/70{color:rgb(var(--color-background-600)/.7)}html .text-background-600\/75{color:rgb(var(--color-background-600)/.75)}html .text-background-600\/80{color:rgb(var(--color-background-600)/.8)}html .text-background-600\/85{color:rgb(var(--color-background-600)/.85)}html .text-background-600\/90{color:rgb(var(--color-background-600)/.9)}html .text-background-600\/95{color:rgb(var(--color-background-600)/.95)}html .text-background-700{--tw-text-opacity: 1;color:rgb(var(--color-background-700)/var(--tw-text-opacity, 1))}html .text-background-700\/0{color:rgb(var(--color-background-700)/0)}html .text-background-700\/10{color:rgb(var(--color-background-700)/.1)}html .text-background-700\/100{color:rgb(var(--color-background-700)/1)}html .text-background-700\/15{color:rgb(var(--color-background-700)/.15)}html .text-background-700\/20{color:rgb(var(--color-background-700)/.2)}html .text-background-700\/25{color:rgb(var(--color-background-700)/.25)}html .text-background-700\/30{color:rgb(var(--color-background-700)/.3)}html .text-background-700\/35{color:rgb(var(--color-background-700)/.35)}html .text-background-700\/40{color:rgb(var(--color-background-700)/.4)}html .text-background-700\/45{color:rgb(var(--color-background-700)/.45)}html .text-background-700\/5{color:rgb(var(--color-background-700)/.05)}html .text-background-700\/50{color:rgb(var(--color-background-700)/.5)}html .text-background-700\/55{color:rgb(var(--color-background-700)/.55)}html .text-background-700\/60{color:rgb(var(--color-background-700)/.6)}html .text-background-700\/65{color:rgb(var(--color-background-700)/.65)}html .text-background-700\/70{color:rgb(var(--color-background-700)/.7)}html .text-background-700\/75{color:rgb(var(--color-background-700)/.75)}html .text-background-700\/80{color:rgb(var(--color-background-700)/.8)}html .text-background-700\/85{color:rgb(var(--color-background-700)/.85)}html .text-background-700\/90{color:rgb(var(--color-background-700)/.9)}html .text-background-700\/95{color:rgb(var(--color-background-700)/.95)}html .text-background-800{--tw-text-opacity: 1;color:rgb(var(--color-background-800)/var(--tw-text-opacity, 1))}html .text-background-800\/0{color:rgb(var(--color-background-800)/0)}html .text-background-800\/10{color:rgb(var(--color-background-800)/.1)}html .text-background-800\/100{color:rgb(var(--color-background-800)/1)}html .text-background-800\/15{color:rgb(var(--color-background-800)/.15)}html .text-background-800\/20{color:rgb(var(--color-background-800)/.2)}html .text-background-800\/25{color:rgb(var(--color-background-800)/.25)}html .text-background-800\/30{color:rgb(var(--color-background-800)/.3)}html .text-background-800\/35{color:rgb(var(--color-background-800)/.35)}html .text-background-800\/40{color:rgb(var(--color-background-800)/.4)}html .text-background-800\/45{color:rgb(var(--color-background-800)/.45)}html .text-background-800\/5{color:rgb(var(--color-background-800)/.05)}html .text-background-800\/50{color:rgb(var(--color-background-800)/.5)}html .text-background-800\/55{color:rgb(var(--color-background-800)/.55)}html .text-background-800\/60{color:rgb(var(--color-background-800)/.6)}html .text-background-800\/65{color:rgb(var(--color-background-800)/.65)}html .text-background-800\/70{color:rgb(var(--color-background-800)/.7)}html .text-background-800\/75{color:rgb(var(--color-background-800)/.75)}html .text-background-800\/80{color:rgb(var(--color-background-800)/.8)}html .text-background-800\/85{color:rgb(var(--color-background-800)/.85)}html .text-background-800\/90{color:rgb(var(--color-background-800)/.9)}html .text-background-800\/95{color:rgb(var(--color-background-800)/.95)}html .text-background-900{--tw-text-opacity: 1;color:rgb(var(--color-background-900)/var(--tw-text-opacity, 1))}html .text-background-900\/0{color:rgb(var(--color-background-900)/0)}html .text-background-900\/10{color:rgb(var(--color-background-900)/.1)}html .text-background-900\/100{color:rgb(var(--color-background-900)/1)}html .text-background-900\/15{color:rgb(var(--color-background-900)/.15)}html .text-background-900\/20{color:rgb(var(--color-background-900)/.2)}html .text-background-900\/25{color:rgb(var(--color-background-900)/.25)}html .text-background-900\/30{color:rgb(var(--color-background-900)/.3)}html .text-background-900\/35{color:rgb(var(--color-background-900)/.35)}html .text-background-900\/40{color:rgb(var(--color-background-900)/.4)}html .text-background-900\/45{color:rgb(var(--color-background-900)/.45)}html .text-background-900\/5{color:rgb(var(--color-background-900)/.05)}html .text-background-900\/50{color:rgb(var(--color-background-900)/.5)}html .text-background-900\/55{color:rgb(var(--color-background-900)/.55)}html .text-background-900\/60{color:rgb(var(--color-background-900)/.6)}html .text-background-900\/65{color:rgb(var(--color-background-900)/.65)}html .text-background-900\/70{color:rgb(var(--color-background-900)/.7)}html .text-background-900\/75{color:rgb(var(--color-background-900)/.75)}html .text-background-900\/80{color:rgb(var(--color-background-900)/.8)}html .text-background-900\/85{color:rgb(var(--color-background-900)/.85)}html .text-background-900\/90{color:rgb(var(--color-background-900)/.9)}html .text-background-900\/95{color:rgb(var(--color-background-900)/.95)}html .text-background-950{--tw-text-opacity: 1;color:rgb(var(--color-background-950)/var(--tw-text-opacity, 1))}html .text-background-950\/0{color:rgb(var(--color-background-950)/0)}html .text-background-950\/10{color:rgb(var(--color-background-950)/.1)}html .text-background-950\/100{color:rgb(var(--color-background-950)/1)}html .text-background-950\/15{color:rgb(var(--color-background-950)/.15)}html .text-background-950\/20{color:rgb(var(--color-background-950)/.2)}html .text-background-950\/25{color:rgb(var(--color-background-950)/.25)}html .text-background-950\/30{color:rgb(var(--color-background-950)/.3)}html .text-background-950\/35{color:rgb(var(--color-background-950)/.35)}html .text-background-950\/40{color:rgb(var(--color-background-950)/.4)}html .text-background-950\/45{color:rgb(var(--color-background-950)/.45)}html .text-background-950\/5{color:rgb(var(--color-background-950)/.05)}html .text-background-950\/50{color:rgb(var(--color-background-950)/.5)}html .text-background-950\/55{color:rgb(var(--color-background-950)/.55)}html .text-background-950\/60{color:rgb(var(--color-background-950)/.6)}html .text-background-950\/65{color:rgb(var(--color-background-950)/.65)}html .text-background-950\/70{color:rgb(var(--color-background-950)/.7)}html .text-background-950\/75{color:rgb(var(--color-background-950)/.75)}html .text-background-950\/80{color:rgb(var(--color-background-950)/.8)}html .text-background-950\/85{color:rgb(var(--color-background-950)/.85)}html .text-background-950\/90{color:rgb(var(--color-background-950)/.9)}html .text-background-950\/95{color:rgb(var(--color-background-950)/.95)}html .text-background-dark{--tw-text-opacity: 1;color:rgb(24 23 25 / var(--tw-text-opacity, 1))}html .text-background-dark\/0{color:#18171900}html .text-background-dark\/10{color:#1817191a}html .text-background-dark\/100{color:#181719}html .text-background-dark\/15{color:#18171926}html .text-background-dark\/20{color:#18171933}html .text-background-dark\/25{color:#18171940}html .text-background-dark\/30{color:#1817194d}html .text-background-dark\/35{color:#18171959}html .text-background-dark\/40{color:#18171966}html .text-background-dark\/45{color:#18171973}html .text-background-dark\/5{color:#1817190d}html .text-background-dark\/50{color:#18171980}html .text-background-dark\/55{color:#1817198c}html .text-background-dark\/60{color:#18171999}html .text-background-dark\/65{color:#181719a6}html .text-background-dark\/70{color:#181719b3}html .text-background-dark\/75{color:#181719bf}html .text-background-dark\/80{color:#181719cc}html .text-background-dark\/85{color:#181719d9}html .text-background-dark\/90{color:#181719e6}html .text-background-dark\/95{color:#181719f2}html .text-background-error{--tw-text-opacity: 1;color:rgb(var(--color-background-error)/var(--tw-text-opacity, 1))}html .text-background-error\/0{color:rgb(var(--color-background-error)/0)}html .text-background-error\/10{color:rgb(var(--color-background-error)/.1)}html .text-background-error\/100{color:rgb(var(--color-background-error)/1)}html .text-background-error\/15{color:rgb(var(--color-background-error)/.15)}html .text-background-error\/20{color:rgb(var(--color-background-error)/.2)}html .text-background-error\/25{color:rgb(var(--color-background-error)/.25)}html .text-background-error\/30{color:rgb(var(--color-background-error)/.3)}html .text-background-error\/35{color:rgb(var(--color-background-error)/.35)}html .text-background-error\/40{color:rgb(var(--color-background-error)/.4)}html .text-background-error\/45{color:rgb(var(--color-background-error)/.45)}html .text-background-error\/5{color:rgb(var(--color-background-error)/.05)}html .text-background-error\/50{color:rgb(var(--color-background-error)/.5)}html .text-background-error\/55{color:rgb(var(--color-background-error)/.55)}html .text-background-error\/60{color:rgb(var(--color-background-error)/.6)}html .text-background-error\/65{color:rgb(var(--color-background-error)/.65)}html .text-background-error\/70{color:rgb(var(--color-background-error)/.7)}html .text-background-error\/75{color:rgb(var(--color-background-error)/.75)}html .text-background-error\/80{color:rgb(var(--color-background-error)/.8)}html .text-background-error\/85{color:rgb(var(--color-background-error)/.85)}html .text-background-error\/90{color:rgb(var(--color-background-error)/.9)}html .text-background-error\/95{color:rgb(var(--color-background-error)/.95)}html .text-background-info{--tw-text-opacity: 1;color:rgb(var(--color-background-info)/var(--tw-text-opacity, 1))}html .text-background-info\/0{color:rgb(var(--color-background-info)/0)}html .text-background-info\/10{color:rgb(var(--color-background-info)/.1)}html .text-background-info\/100{color:rgb(var(--color-background-info)/1)}html .text-background-info\/15{color:rgb(var(--color-background-info)/.15)}html .text-background-info\/20{color:rgb(var(--color-background-info)/.2)}html .text-background-info\/25{color:rgb(var(--color-background-info)/.25)}html .text-background-info\/30{color:rgb(var(--color-background-info)/.3)}html .text-background-info\/35{color:rgb(var(--color-background-info)/.35)}html .text-background-info\/40{color:rgb(var(--color-background-info)/.4)}html .text-background-info\/45{color:rgb(var(--color-background-info)/.45)}html .text-background-info\/5{color:rgb(var(--color-background-info)/.05)}html .text-background-info\/50{color:rgb(var(--color-background-info)/.5)}html .text-background-info\/55{color:rgb(var(--color-background-info)/.55)}html .text-background-info\/60{color:rgb(var(--color-background-info)/.6)}html .text-background-info\/65{color:rgb(var(--color-background-info)/.65)}html .text-background-info\/70{color:rgb(var(--color-background-info)/.7)}html .text-background-info\/75{color:rgb(var(--color-background-info)/.75)}html .text-background-info\/80{color:rgb(var(--color-background-info)/.8)}html .text-background-info\/85{color:rgb(var(--color-background-info)/.85)}html .text-background-info\/90{color:rgb(var(--color-background-info)/.9)}html .text-background-info\/95{color:rgb(var(--color-background-info)/.95)}html .text-background-light{--tw-text-opacity: 1;color:rgb(251 251 251 / var(--tw-text-opacity, 1))}html .text-background-light\/0{color:#fbfbfb00}html .text-background-light\/10{color:#fbfbfb1a}html .text-background-light\/100{color:#fbfbfb}html .text-background-light\/15{color:#fbfbfb26}html .text-background-light\/20{color:#fbfbfb33}html .text-background-light\/25{color:#fbfbfb40}html .text-background-light\/30{color:#fbfbfb4d}html .text-background-light\/35{color:#fbfbfb59}html .text-background-light\/40{color:#fbfbfb66}html .text-background-light\/45{color:#fbfbfb73}html .text-background-light\/5{color:#fbfbfb0d}html .text-background-light\/50{color:#fbfbfb80}html .text-background-light\/55{color:#fbfbfb8c}html .text-background-light\/60{color:#fbfbfb99}html .text-background-light\/65{color:#fbfbfba6}html .text-background-light\/70{color:#fbfbfbb3}html .text-background-light\/75{color:#fbfbfbbf}html .text-background-light\/80{color:#fbfbfbcc}html .text-background-light\/85{color:#fbfbfbd9}html .text-background-light\/90{color:#fbfbfbe6}html .text-background-light\/95{color:#fbfbfbf2}html .text-background-muted{--tw-text-opacity: 1;color:rgb(var(--color-background-muted)/var(--tw-text-opacity, 1))}html .text-background-muted\/0{color:rgb(var(--color-background-muted)/0)}html .text-background-muted\/10{color:rgb(var(--color-background-muted)/.1)}html .text-background-muted\/100{color:rgb(var(--color-background-muted)/1)}html .text-background-muted\/15{color:rgb(var(--color-background-muted)/.15)}html .text-background-muted\/20{color:rgb(var(--color-background-muted)/.2)}html .text-background-muted\/25{color:rgb(var(--color-background-muted)/.25)}html .text-background-muted\/30{color:rgb(var(--color-background-muted)/.3)}html .text-background-muted\/35{color:rgb(var(--color-background-muted)/.35)}html .text-background-muted\/40{color:rgb(var(--color-background-muted)/.4)}html .text-background-muted\/45{color:rgb(var(--color-background-muted)/.45)}html .text-background-muted\/5{color:rgb(var(--color-background-muted)/.05)}html .text-background-muted\/50{color:rgb(var(--color-background-muted)/.5)}html .text-background-muted\/55{color:rgb(var(--color-background-muted)/.55)}html .text-background-muted\/60{color:rgb(var(--color-background-muted)/.6)}html .text-background-muted\/65{color:rgb(var(--color-background-muted)/.65)}html .text-background-muted\/70{color:rgb(var(--color-background-muted)/.7)}html .text-background-muted\/75{color:rgb(var(--color-background-muted)/.75)}html .text-background-muted\/80{color:rgb(var(--color-background-muted)/.8)}html .text-background-muted\/85{color:rgb(var(--color-background-muted)/.85)}html .text-background-muted\/90{color:rgb(var(--color-background-muted)/.9)}html .text-background-muted\/95{color:rgb(var(--color-background-muted)/.95)}html .text-background-success{--tw-text-opacity: 1;color:rgb(var(--color-background-success)/var(--tw-text-opacity, 1))}html .text-background-success\/0{color:rgb(var(--color-background-success)/0)}html .text-background-success\/10{color:rgb(var(--color-background-success)/.1)}html .text-background-success\/100{color:rgb(var(--color-background-success)/1)}html .text-background-success\/15{color:rgb(var(--color-background-success)/.15)}html .text-background-success\/20{color:rgb(var(--color-background-success)/.2)}html .text-background-success\/25{color:rgb(var(--color-background-success)/.25)}html .text-background-success\/30{color:rgb(var(--color-background-success)/.3)}html .text-background-success\/35{color:rgb(var(--color-background-success)/.35)}html .text-background-success\/40{color:rgb(var(--color-background-success)/.4)}html .text-background-success\/45{color:rgb(var(--color-background-success)/.45)}html .text-background-success\/5{color:rgb(var(--color-background-success)/.05)}html .text-background-success\/50{color:rgb(var(--color-background-success)/.5)}html .text-background-success\/55{color:rgb(var(--color-background-success)/.55)}html .text-background-success\/60{color:rgb(var(--color-background-success)/.6)}html .text-background-success\/65{color:rgb(var(--color-background-success)/.65)}html .text-background-success\/70{color:rgb(var(--color-background-success)/.7)}html .text-background-success\/75{color:rgb(var(--color-background-success)/.75)}html .text-background-success\/80{color:rgb(var(--color-background-success)/.8)}html .text-background-success\/85{color:rgb(var(--color-background-success)/.85)}html .text-background-success\/90{color:rgb(var(--color-background-success)/.9)}html .text-background-success\/95{color:rgb(var(--color-background-success)/.95)}html .text-background-warning{--tw-text-opacity: 1;color:rgb(var(--color-background-warning)/var(--tw-text-opacity, 1))}html .text-background-warning\/0{color:rgb(var(--color-background-warning)/0)}html .text-background-warning\/10{color:rgb(var(--color-background-warning)/.1)}html .text-background-warning\/100{color:rgb(var(--color-background-warning)/1)}html .text-background-warning\/15{color:rgb(var(--color-background-warning)/.15)}html .text-background-warning\/20{color:rgb(var(--color-background-warning)/.2)}html .text-background-warning\/25{color:rgb(var(--color-background-warning)/.25)}html .text-background-warning\/30{color:rgb(var(--color-background-warning)/.3)}html .text-background-warning\/35{color:rgb(var(--color-background-warning)/.35)}html .text-background-warning\/40{color:rgb(var(--color-background-warning)/.4)}html .text-background-warning\/45{color:rgb(var(--color-background-warning)/.45)}html .text-background-warning\/5{color:rgb(var(--color-background-warning)/.05)}html .text-background-warning\/50{color:rgb(var(--color-background-warning)/.5)}html .text-background-warning\/55{color:rgb(var(--color-background-warning)/.55)}html .text-background-warning\/60{color:rgb(var(--color-background-warning)/.6)}html .text-background-warning\/65{color:rgb(var(--color-background-warning)/.65)}html .text-background-warning\/70{color:rgb(var(--color-background-warning)/.7)}html .text-background-warning\/75{color:rgb(var(--color-background-warning)/.75)}html .text-background-warning\/80{color:rgb(var(--color-background-warning)/.8)}html .text-background-warning\/85{color:rgb(var(--color-background-warning)/.85)}html .text-background-warning\/90{color:rgb(var(--color-background-warning)/.9)}html .text-background-warning\/95{color:rgb(var(--color-background-warning)/.95)}html .text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}html .text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}html .text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}html .text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}html .text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}html .text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}html .text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}html .text-current{color:currentColor}html .text-error-0{--tw-text-opacity: 1;color:rgb(var(--color-error-0)/var(--tw-text-opacity, 1))}html .text-error-0\/0{color:rgb(var(--color-error-0)/0)}html .text-error-0\/10{color:rgb(var(--color-error-0)/.1)}html .text-error-0\/100{color:rgb(var(--color-error-0)/1)}html .text-error-0\/15{color:rgb(var(--color-error-0)/.15)}html .text-error-0\/20{color:rgb(var(--color-error-0)/.2)}html .text-error-0\/25{color:rgb(var(--color-error-0)/.25)}html .text-error-0\/30{color:rgb(var(--color-error-0)/.3)}html .text-error-0\/35{color:rgb(var(--color-error-0)/.35)}html .text-error-0\/40{color:rgb(var(--color-error-0)/.4)}html .text-error-0\/45{color:rgb(var(--color-error-0)/.45)}html .text-error-0\/5{color:rgb(var(--color-error-0)/.05)}html .text-error-0\/50{color:rgb(var(--color-error-0)/.5)}html .text-error-0\/55{color:rgb(var(--color-error-0)/.55)}html .text-error-0\/60{color:rgb(var(--color-error-0)/.6)}html .text-error-0\/65{color:rgb(var(--color-error-0)/.65)}html .text-error-0\/70{color:rgb(var(--color-error-0)/.7)}html .text-error-0\/75{color:rgb(var(--color-error-0)/.75)}html .text-error-0\/80{color:rgb(var(--color-error-0)/.8)}html .text-error-0\/85{color:rgb(var(--color-error-0)/.85)}html .text-error-0\/90{color:rgb(var(--color-error-0)/.9)}html .text-error-0\/95{color:rgb(var(--color-error-0)/.95)}html .text-error-100{--tw-text-opacity: 1;color:rgb(var(--color-error-100)/var(--tw-text-opacity, 1))}html .text-error-100\/0{color:rgb(var(--color-error-100)/0)}html .text-error-100\/10{color:rgb(var(--color-error-100)/.1)}html .text-error-100\/100{color:rgb(var(--color-error-100)/1)}html .text-error-100\/15{color:rgb(var(--color-error-100)/.15)}html .text-error-100\/20{color:rgb(var(--color-error-100)/.2)}html .text-error-100\/25{color:rgb(var(--color-error-100)/.25)}html .text-error-100\/30{color:rgb(var(--color-error-100)/.3)}html .text-error-100\/35{color:rgb(var(--color-error-100)/.35)}html .text-error-100\/40{color:rgb(var(--color-error-100)/.4)}html .text-error-100\/45{color:rgb(var(--color-error-100)/.45)}html .text-error-100\/5{color:rgb(var(--color-error-100)/.05)}html .text-error-100\/50{color:rgb(var(--color-error-100)/.5)}html .text-error-100\/55{color:rgb(var(--color-error-100)/.55)}html .text-error-100\/60{color:rgb(var(--color-error-100)/.6)}html .text-error-100\/65{color:rgb(var(--color-error-100)/.65)}html .text-error-100\/70{color:rgb(var(--color-error-100)/.7)}html .text-error-100\/75{color:rgb(var(--color-error-100)/.75)}html .text-error-100\/80{color:rgb(var(--color-error-100)/.8)}html .text-error-100\/85{color:rgb(var(--color-error-100)/.85)}html .text-error-100\/90{color:rgb(var(--color-error-100)/.9)}html .text-error-100\/95{color:rgb(var(--color-error-100)/.95)}html .text-error-200{--tw-text-opacity: 1;color:rgb(var(--color-error-200)/var(--tw-text-opacity, 1))}html .text-error-200\/0{color:rgb(var(--color-error-200)/0)}html .text-error-200\/10{color:rgb(var(--color-error-200)/.1)}html .text-error-200\/100{color:rgb(var(--color-error-200)/1)}html .text-error-200\/15{color:rgb(var(--color-error-200)/.15)}html .text-error-200\/20{color:rgb(var(--color-error-200)/.2)}html .text-error-200\/25{color:rgb(var(--color-error-200)/.25)}html .text-error-200\/30{color:rgb(var(--color-error-200)/.3)}html .text-error-200\/35{color:rgb(var(--color-error-200)/.35)}html .text-error-200\/40{color:rgb(var(--color-error-200)/.4)}html .text-error-200\/45{color:rgb(var(--color-error-200)/.45)}html .text-error-200\/5{color:rgb(var(--color-error-200)/.05)}html .text-error-200\/50{color:rgb(var(--color-error-200)/.5)}html .text-error-200\/55{color:rgb(var(--color-error-200)/.55)}html .text-error-200\/60{color:rgb(var(--color-error-200)/.6)}html .text-error-200\/65{color:rgb(var(--color-error-200)/.65)}html .text-error-200\/70{color:rgb(var(--color-error-200)/.7)}html .text-error-200\/75{color:rgb(var(--color-error-200)/.75)}html .text-error-200\/80{color:rgb(var(--color-error-200)/.8)}html .text-error-200\/85{color:rgb(var(--color-error-200)/.85)}html .text-error-200\/90{color:rgb(var(--color-error-200)/.9)}html .text-error-200\/95{color:rgb(var(--color-error-200)/.95)}html .text-error-300{--tw-text-opacity: 1;color:rgb(var(--color-error-300)/var(--tw-text-opacity, 1))}html .text-error-300\/0{color:rgb(var(--color-error-300)/0)}html .text-error-300\/10{color:rgb(var(--color-error-300)/.1)}html .text-error-300\/100{color:rgb(var(--color-error-300)/1)}html .text-error-300\/15{color:rgb(var(--color-error-300)/.15)}html .text-error-300\/20{color:rgb(var(--color-error-300)/.2)}html .text-error-300\/25{color:rgb(var(--color-error-300)/.25)}html .text-error-300\/30{color:rgb(var(--color-error-300)/.3)}html .text-error-300\/35{color:rgb(var(--color-error-300)/.35)}html .text-error-300\/40{color:rgb(var(--color-error-300)/.4)}html .text-error-300\/45{color:rgb(var(--color-error-300)/.45)}html .text-error-300\/5{color:rgb(var(--color-error-300)/.05)}html .text-error-300\/50{color:rgb(var(--color-error-300)/.5)}html .text-error-300\/55{color:rgb(var(--color-error-300)/.55)}html .text-error-300\/60{color:rgb(var(--color-error-300)/.6)}html .text-error-300\/65{color:rgb(var(--color-error-300)/.65)}html .text-error-300\/70{color:rgb(var(--color-error-300)/.7)}html .text-error-300\/75{color:rgb(var(--color-error-300)/.75)}html .text-error-300\/80{color:rgb(var(--color-error-300)/.8)}html .text-error-300\/85{color:rgb(var(--color-error-300)/.85)}html .text-error-300\/90{color:rgb(var(--color-error-300)/.9)}html .text-error-300\/95{color:rgb(var(--color-error-300)/.95)}html .text-error-400{--tw-text-opacity: 1;color:rgb(var(--color-error-400)/var(--tw-text-opacity, 1))}html .text-error-400\/0{color:rgb(var(--color-error-400)/0)}html .text-error-400\/10{color:rgb(var(--color-error-400)/.1)}html .text-error-400\/100{color:rgb(var(--color-error-400)/1)}html .text-error-400\/15{color:rgb(var(--color-error-400)/.15)}html .text-error-400\/20{color:rgb(var(--color-error-400)/.2)}html .text-error-400\/25{color:rgb(var(--color-error-400)/.25)}html .text-error-400\/30{color:rgb(var(--color-error-400)/.3)}html .text-error-400\/35{color:rgb(var(--color-error-400)/.35)}html .text-error-400\/40{color:rgb(var(--color-error-400)/.4)}html .text-error-400\/45{color:rgb(var(--color-error-400)/.45)}html .text-error-400\/5{color:rgb(var(--color-error-400)/.05)}html .text-error-400\/50{color:rgb(var(--color-error-400)/.5)}html .text-error-400\/55{color:rgb(var(--color-error-400)/.55)}html .text-error-400\/60{color:rgb(var(--color-error-400)/.6)}html .text-error-400\/65{color:rgb(var(--color-error-400)/.65)}html .text-error-400\/70{color:rgb(var(--color-error-400)/.7)}html .text-error-400\/75{color:rgb(var(--color-error-400)/.75)}html .text-error-400\/80{color:rgb(var(--color-error-400)/.8)}html .text-error-400\/85{color:rgb(var(--color-error-400)/.85)}html .text-error-400\/90{color:rgb(var(--color-error-400)/.9)}html .text-error-400\/95{color:rgb(var(--color-error-400)/.95)}html .text-error-50{--tw-text-opacity: 1;color:rgb(var(--color-error-50)/var(--tw-text-opacity, 1))}html .text-error-50\/0{color:rgb(var(--color-error-50)/0)}html .text-error-50\/10{color:rgb(var(--color-error-50)/.1)}html .text-error-50\/100{color:rgb(var(--color-error-50)/1)}html .text-error-50\/15{color:rgb(var(--color-error-50)/.15)}html .text-error-50\/20{color:rgb(var(--color-error-50)/.2)}html .text-error-50\/25{color:rgb(var(--color-error-50)/.25)}html .text-error-50\/30{color:rgb(var(--color-error-50)/.3)}html .text-error-50\/35{color:rgb(var(--color-error-50)/.35)}html .text-error-50\/40{color:rgb(var(--color-error-50)/.4)}html .text-error-50\/45{color:rgb(var(--color-error-50)/.45)}html .text-error-50\/5{color:rgb(var(--color-error-50)/.05)}html .text-error-50\/50{color:rgb(var(--color-error-50)/.5)}html .text-error-50\/55{color:rgb(var(--color-error-50)/.55)}html .text-error-50\/60{color:rgb(var(--color-error-50)/.6)}html .text-error-50\/65{color:rgb(var(--color-error-50)/.65)}html .text-error-50\/70{color:rgb(var(--color-error-50)/.7)}html .text-error-50\/75{color:rgb(var(--color-error-50)/.75)}html .text-error-50\/80{color:rgb(var(--color-error-50)/.8)}html .text-error-50\/85{color:rgb(var(--color-error-50)/.85)}html .text-error-50\/90{color:rgb(var(--color-error-50)/.9)}html .text-error-50\/95{color:rgb(var(--color-error-50)/.95)}html .text-error-500{--tw-text-opacity: 1;color:rgb(var(--color-error-500)/var(--tw-text-opacity, 1))}html .text-error-500\/0{color:rgb(var(--color-error-500)/0)}html .text-error-500\/10{color:rgb(var(--color-error-500)/.1)}html .text-error-500\/100{color:rgb(var(--color-error-500)/1)}html .text-error-500\/15{color:rgb(var(--color-error-500)/.15)}html .text-error-500\/20{color:rgb(var(--color-error-500)/.2)}html .text-error-500\/25{color:rgb(var(--color-error-500)/.25)}html .text-error-500\/30{color:rgb(var(--color-error-500)/.3)}html .text-error-500\/35{color:rgb(var(--color-error-500)/.35)}html .text-error-500\/40{color:rgb(var(--color-error-500)/.4)}html .text-error-500\/45{color:rgb(var(--color-error-500)/.45)}html .text-error-500\/5{color:rgb(var(--color-error-500)/.05)}html .text-error-500\/50{color:rgb(var(--color-error-500)/.5)}html .text-error-500\/55{color:rgb(var(--color-error-500)/.55)}html .text-error-500\/60{color:rgb(var(--color-error-500)/.6)}html .text-error-500\/65{color:rgb(var(--color-error-500)/.65)}html .text-error-500\/70{color:rgb(var(--color-error-500)/.7)}html .text-error-500\/75{color:rgb(var(--color-error-500)/.75)}html .text-error-500\/80{color:rgb(var(--color-error-500)/.8)}html .text-error-500\/85{color:rgb(var(--color-error-500)/.85)}html .text-error-500\/90{color:rgb(var(--color-error-500)/.9)}html .text-error-500\/95{color:rgb(var(--color-error-500)/.95)}html .text-error-600{--tw-text-opacity: 1;color:rgb(var(--color-error-600)/var(--tw-text-opacity, 1))}html .text-error-600\/0{color:rgb(var(--color-error-600)/0)}html .text-error-600\/10{color:rgb(var(--color-error-600)/.1)}html .text-error-600\/100{color:rgb(var(--color-error-600)/1)}html .text-error-600\/15{color:rgb(var(--color-error-600)/.15)}html .text-error-600\/20{color:rgb(var(--color-error-600)/.2)}html .text-error-600\/25{color:rgb(var(--color-error-600)/.25)}html .text-error-600\/30{color:rgb(var(--color-error-600)/.3)}html .text-error-600\/35{color:rgb(var(--color-error-600)/.35)}html .text-error-600\/40{color:rgb(var(--color-error-600)/.4)}html .text-error-600\/45{color:rgb(var(--color-error-600)/.45)}html .text-error-600\/5{color:rgb(var(--color-error-600)/.05)}html .text-error-600\/50{color:rgb(var(--color-error-600)/.5)}html .text-error-600\/55{color:rgb(var(--color-error-600)/.55)}html .text-error-600\/60{color:rgb(var(--color-error-600)/.6)}html .text-error-600\/65{color:rgb(var(--color-error-600)/.65)}html .text-error-600\/70{color:rgb(var(--color-error-600)/.7)}html .text-error-600\/75{color:rgb(var(--color-error-600)/.75)}html .text-error-600\/80{color:rgb(var(--color-error-600)/.8)}html .text-error-600\/85{color:rgb(var(--color-error-600)/.85)}html .text-error-600\/90{color:rgb(var(--color-error-600)/.9)}html .text-error-600\/95{color:rgb(var(--color-error-600)/.95)}html .text-error-700{--tw-text-opacity: 1;color:rgb(var(--color-error-700)/var(--tw-text-opacity, 1))}html .text-error-700\/0{color:rgb(var(--color-error-700)/0)}html .text-error-700\/10{color:rgb(var(--color-error-700)/.1)}html .text-error-700\/100{color:rgb(var(--color-error-700)/1)}html .text-error-700\/15{color:rgb(var(--color-error-700)/.15)}html .text-error-700\/20{color:rgb(var(--color-error-700)/.2)}html .text-error-700\/25{color:rgb(var(--color-error-700)/.25)}html .text-error-700\/30{color:rgb(var(--color-error-700)/.3)}html .text-error-700\/35{color:rgb(var(--color-error-700)/.35)}html .text-error-700\/40{color:rgb(var(--color-error-700)/.4)}html .text-error-700\/45{color:rgb(var(--color-error-700)/.45)}html .text-error-700\/5{color:rgb(var(--color-error-700)/.05)}html .text-error-700\/50{color:rgb(var(--color-error-700)/.5)}html .text-error-700\/55{color:rgb(var(--color-error-700)/.55)}html .text-error-700\/60{color:rgb(var(--color-error-700)/.6)}html .text-error-700\/65{color:rgb(var(--color-error-700)/.65)}html .text-error-700\/70{color:rgb(var(--color-error-700)/.7)}html .text-error-700\/75{color:rgb(var(--color-error-700)/.75)}html .text-error-700\/80{color:rgb(var(--color-error-700)/.8)}html .text-error-700\/85{color:rgb(var(--color-error-700)/.85)}html .text-error-700\/90{color:rgb(var(--color-error-700)/.9)}html .text-error-700\/95{color:rgb(var(--color-error-700)/.95)}html .text-error-800{--tw-text-opacity: 1;color:rgb(var(--color-error-800)/var(--tw-text-opacity, 1))}html .text-error-800\/0{color:rgb(var(--color-error-800)/0)}html .text-error-800\/10{color:rgb(var(--color-error-800)/.1)}html .text-error-800\/100{color:rgb(var(--color-error-800)/1)}html .text-error-800\/15{color:rgb(var(--color-error-800)/.15)}html .text-error-800\/20{color:rgb(var(--color-error-800)/.2)}html .text-error-800\/25{color:rgb(var(--color-error-800)/.25)}html .text-error-800\/30{color:rgb(var(--color-error-800)/.3)}html .text-error-800\/35{color:rgb(var(--color-error-800)/.35)}html .text-error-800\/40{color:rgb(var(--color-error-800)/.4)}html .text-error-800\/45{color:rgb(var(--color-error-800)/.45)}html .text-error-800\/5{color:rgb(var(--color-error-800)/.05)}html .text-error-800\/50{color:rgb(var(--color-error-800)/.5)}html .text-error-800\/55{color:rgb(var(--color-error-800)/.55)}html .text-error-800\/60{color:rgb(var(--color-error-800)/.6)}html .text-error-800\/65{color:rgb(var(--color-error-800)/.65)}html .text-error-800\/70{color:rgb(var(--color-error-800)/.7)}html .text-error-800\/75{color:rgb(var(--color-error-800)/.75)}html .text-error-800\/80{color:rgb(var(--color-error-800)/.8)}html .text-error-800\/85{color:rgb(var(--color-error-800)/.85)}html .text-error-800\/90{color:rgb(var(--color-error-800)/.9)}html .text-error-800\/95{color:rgb(var(--color-error-800)/.95)}html .text-error-900{--tw-text-opacity: 1;color:rgb(var(--color-error-900)/var(--tw-text-opacity, 1))}html .text-error-900\/0{color:rgb(var(--color-error-900)/0)}html .text-error-900\/10{color:rgb(var(--color-error-900)/.1)}html .text-error-900\/100{color:rgb(var(--color-error-900)/1)}html .text-error-900\/15{color:rgb(var(--color-error-900)/.15)}html .text-error-900\/20{color:rgb(var(--color-error-900)/.2)}html .text-error-900\/25{color:rgb(var(--color-error-900)/.25)}html .text-error-900\/30{color:rgb(var(--color-error-900)/.3)}html .text-error-900\/35{color:rgb(var(--color-error-900)/.35)}html .text-error-900\/40{color:rgb(var(--color-error-900)/.4)}html .text-error-900\/45{color:rgb(var(--color-error-900)/.45)}html .text-error-900\/5{color:rgb(var(--color-error-900)/.05)}html .text-error-900\/50{color:rgb(var(--color-error-900)/.5)}html .text-error-900\/55{color:rgb(var(--color-error-900)/.55)}html .text-error-900\/60{color:rgb(var(--color-error-900)/.6)}html .text-error-900\/65{color:rgb(var(--color-error-900)/.65)}html .text-error-900\/70{color:rgb(var(--color-error-900)/.7)}html .text-error-900\/75{color:rgb(var(--color-error-900)/.75)}html .text-error-900\/80{color:rgb(var(--color-error-900)/.8)}html .text-error-900\/85{color:rgb(var(--color-error-900)/.85)}html .text-error-900\/90{color:rgb(var(--color-error-900)/.9)}html .text-error-900\/95{color:rgb(var(--color-error-900)/.95)}html .text-error-950{--tw-text-opacity: 1;color:rgb(var(--color-error-950)/var(--tw-text-opacity, 1))}html .text-error-950\/0{color:rgb(var(--color-error-950)/0)}html .text-error-950\/10{color:rgb(var(--color-error-950)/.1)}html .text-error-950\/100{color:rgb(var(--color-error-950)/1)}html .text-error-950\/15{color:rgb(var(--color-error-950)/.15)}html .text-error-950\/20{color:rgb(var(--color-error-950)/.2)}html .text-error-950\/25{color:rgb(var(--color-error-950)/.25)}html .text-error-950\/30{color:rgb(var(--color-error-950)/.3)}html .text-error-950\/35{color:rgb(var(--color-error-950)/.35)}html .text-error-950\/40{color:rgb(var(--color-error-950)/.4)}html .text-error-950\/45{color:rgb(var(--color-error-950)/.45)}html .text-error-950\/5{color:rgb(var(--color-error-950)/.05)}html .text-error-950\/50{color:rgb(var(--color-error-950)/.5)}html .text-error-950\/55{color:rgb(var(--color-error-950)/.55)}html .text-error-950\/60{color:rgb(var(--color-error-950)/.6)}html .text-error-950\/65{color:rgb(var(--color-error-950)/.65)}html .text-error-950\/70{color:rgb(var(--color-error-950)/.7)}html .text-error-950\/75{color:rgb(var(--color-error-950)/.75)}html .text-error-950\/80{color:rgb(var(--color-error-950)/.8)}html .text-error-950\/85{color:rgb(var(--color-error-950)/.85)}html .text-error-950\/90{color:rgb(var(--color-error-950)/.9)}html .text-error-950\/95{color:rgb(var(--color-error-950)/.95)}html .text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}html .text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}html .text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}html .text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}html .text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}html .text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}html .text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}html .text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}html .text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}html .text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}html .text-indicator-error{--tw-text-opacity: 1;color:rgb(var(--color-indicator-error)/var(--tw-text-opacity, 1))}html .text-indicator-error\/0{color:rgb(var(--color-indicator-error)/0)}html .text-indicator-error\/10{color:rgb(var(--color-indicator-error)/.1)}html .text-indicator-error\/100{color:rgb(var(--color-indicator-error)/1)}html .text-indicator-error\/15{color:rgb(var(--color-indicator-error)/.15)}html .text-indicator-error\/20{color:rgb(var(--color-indicator-error)/.2)}html .text-indicator-error\/25{color:rgb(var(--color-indicator-error)/.25)}html .text-indicator-error\/30{color:rgb(var(--color-indicator-error)/.3)}html .text-indicator-error\/35{color:rgb(var(--color-indicator-error)/.35)}html .text-indicator-error\/40{color:rgb(var(--color-indicator-error)/.4)}html .text-indicator-error\/45{color:rgb(var(--color-indicator-error)/.45)}html .text-indicator-error\/5{color:rgb(var(--color-indicator-error)/.05)}html .text-indicator-error\/50{color:rgb(var(--color-indicator-error)/.5)}html .text-indicator-error\/55{color:rgb(var(--color-indicator-error)/.55)}html .text-indicator-error\/60{color:rgb(var(--color-indicator-error)/.6)}html .text-indicator-error\/65{color:rgb(var(--color-indicator-error)/.65)}html .text-indicator-error\/70{color:rgb(var(--color-indicator-error)/.7)}html .text-indicator-error\/75{color:rgb(var(--color-indicator-error)/.75)}html .text-indicator-error\/80{color:rgb(var(--color-indicator-error)/.8)}html .text-indicator-error\/85{color:rgb(var(--color-indicator-error)/.85)}html .text-indicator-error\/90{color:rgb(var(--color-indicator-error)/.9)}html .text-indicator-error\/95{color:rgb(var(--color-indicator-error)/.95)}html .text-indicator-info{--tw-text-opacity: 1;color:rgb(var(--color-indicator-info)/var(--tw-text-opacity, 1))}html .text-indicator-info\/0{color:rgb(var(--color-indicator-info)/0)}html .text-indicator-info\/10{color:rgb(var(--color-indicator-info)/.1)}html .text-indicator-info\/100{color:rgb(var(--color-indicator-info)/1)}html .text-indicator-info\/15{color:rgb(var(--color-indicator-info)/.15)}html .text-indicator-info\/20{color:rgb(var(--color-indicator-info)/.2)}html .text-indicator-info\/25{color:rgb(var(--color-indicator-info)/.25)}html .text-indicator-info\/30{color:rgb(var(--color-indicator-info)/.3)}html .text-indicator-info\/35{color:rgb(var(--color-indicator-info)/.35)}html .text-indicator-info\/40{color:rgb(var(--color-indicator-info)/.4)}html .text-indicator-info\/45{color:rgb(var(--color-indicator-info)/.45)}html .text-indicator-info\/5{color:rgb(var(--color-indicator-info)/.05)}html .text-indicator-info\/50{color:rgb(var(--color-indicator-info)/.5)}html .text-indicator-info\/55{color:rgb(var(--color-indicator-info)/.55)}html .text-indicator-info\/60{color:rgb(var(--color-indicator-info)/.6)}html .text-indicator-info\/65{color:rgb(var(--color-indicator-info)/.65)}html .text-indicator-info\/70{color:rgb(var(--color-indicator-info)/.7)}html .text-indicator-info\/75{color:rgb(var(--color-indicator-info)/.75)}html .text-indicator-info\/80{color:rgb(var(--color-indicator-info)/.8)}html .text-indicator-info\/85{color:rgb(var(--color-indicator-info)/.85)}html .text-indicator-info\/90{color:rgb(var(--color-indicator-info)/.9)}html .text-indicator-info\/95{color:rgb(var(--color-indicator-info)/.95)}html .text-indicator-primary{--tw-text-opacity: 1;color:rgb(var(--color-indicator-primary)/var(--tw-text-opacity, 1))}html .text-indicator-primary\/0{color:rgb(var(--color-indicator-primary)/0)}html .text-indicator-primary\/10{color:rgb(var(--color-indicator-primary)/.1)}html .text-indicator-primary\/100{color:rgb(var(--color-indicator-primary)/1)}html .text-indicator-primary\/15{color:rgb(var(--color-indicator-primary)/.15)}html .text-indicator-primary\/20{color:rgb(var(--color-indicator-primary)/.2)}html .text-indicator-primary\/25{color:rgb(var(--color-indicator-primary)/.25)}html .text-indicator-primary\/30{color:rgb(var(--color-indicator-primary)/.3)}html .text-indicator-primary\/35{color:rgb(var(--color-indicator-primary)/.35)}html .text-indicator-primary\/40{color:rgb(var(--color-indicator-primary)/.4)}html .text-indicator-primary\/45{color:rgb(var(--color-indicator-primary)/.45)}html .text-indicator-primary\/5{color:rgb(var(--color-indicator-primary)/.05)}html .text-indicator-primary\/50{color:rgb(var(--color-indicator-primary)/.5)}html .text-indicator-primary\/55{color:rgb(var(--color-indicator-primary)/.55)}html .text-indicator-primary\/60{color:rgb(var(--color-indicator-primary)/.6)}html .text-indicator-primary\/65{color:rgb(var(--color-indicator-primary)/.65)}html .text-indicator-primary\/70{color:rgb(var(--color-indicator-primary)/.7)}html .text-indicator-primary\/75{color:rgb(var(--color-indicator-primary)/.75)}html .text-indicator-primary\/80{color:rgb(var(--color-indicator-primary)/.8)}html .text-indicator-primary\/85{color:rgb(var(--color-indicator-primary)/.85)}html .text-indicator-primary\/90{color:rgb(var(--color-indicator-primary)/.9)}html .text-indicator-primary\/95{color:rgb(var(--color-indicator-primary)/.95)}html .text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}html .text-info-0{--tw-text-opacity: 1;color:rgb(var(--color-info-0)/var(--tw-text-opacity, 1))}html .text-info-0\/0{color:rgb(var(--color-info-0)/0)}html .text-info-0\/10{color:rgb(var(--color-info-0)/.1)}html .text-info-0\/100{color:rgb(var(--color-info-0)/1)}html .text-info-0\/15{color:rgb(var(--color-info-0)/.15)}html .text-info-0\/20{color:rgb(var(--color-info-0)/.2)}html .text-info-0\/25{color:rgb(var(--color-info-0)/.25)}html .text-info-0\/30{color:rgb(var(--color-info-0)/.3)}html .text-info-0\/35{color:rgb(var(--color-info-0)/.35)}html .text-info-0\/40{color:rgb(var(--color-info-0)/.4)}html .text-info-0\/45{color:rgb(var(--color-info-0)/.45)}html .text-info-0\/5{color:rgb(var(--color-info-0)/.05)}html .text-info-0\/50{color:rgb(var(--color-info-0)/.5)}html .text-info-0\/55{color:rgb(var(--color-info-0)/.55)}html .text-info-0\/60{color:rgb(var(--color-info-0)/.6)}html .text-info-0\/65{color:rgb(var(--color-info-0)/.65)}html .text-info-0\/70{color:rgb(var(--color-info-0)/.7)}html .text-info-0\/75{color:rgb(var(--color-info-0)/.75)}html .text-info-0\/80{color:rgb(var(--color-info-0)/.8)}html .text-info-0\/85{color:rgb(var(--color-info-0)/.85)}html .text-info-0\/90{color:rgb(var(--color-info-0)/.9)}html .text-info-0\/95{color:rgb(var(--color-info-0)/.95)}html .text-info-100{--tw-text-opacity: 1;color:rgb(var(--color-info-100)/var(--tw-text-opacity, 1))}html .text-info-100\/0{color:rgb(var(--color-info-100)/0)}html .text-info-100\/10{color:rgb(var(--color-info-100)/.1)}html .text-info-100\/100{color:rgb(var(--color-info-100)/1)}html .text-info-100\/15{color:rgb(var(--color-info-100)/.15)}html .text-info-100\/20{color:rgb(var(--color-info-100)/.2)}html .text-info-100\/25{color:rgb(var(--color-info-100)/.25)}html .text-info-100\/30{color:rgb(var(--color-info-100)/.3)}html .text-info-100\/35{color:rgb(var(--color-info-100)/.35)}html .text-info-100\/40{color:rgb(var(--color-info-100)/.4)}html .text-info-100\/45{color:rgb(var(--color-info-100)/.45)}html .text-info-100\/5{color:rgb(var(--color-info-100)/.05)}html .text-info-100\/50{color:rgb(var(--color-info-100)/.5)}html .text-info-100\/55{color:rgb(var(--color-info-100)/.55)}html .text-info-100\/60{color:rgb(var(--color-info-100)/.6)}html .text-info-100\/65{color:rgb(var(--color-info-100)/.65)}html .text-info-100\/70{color:rgb(var(--color-info-100)/.7)}html .text-info-100\/75{color:rgb(var(--color-info-100)/.75)}html .text-info-100\/80{color:rgb(var(--color-info-100)/.8)}html .text-info-100\/85{color:rgb(var(--color-info-100)/.85)}html .text-info-100\/90{color:rgb(var(--color-info-100)/.9)}html .text-info-100\/95{color:rgb(var(--color-info-100)/.95)}html .text-info-200{--tw-text-opacity: 1;color:rgb(var(--color-info-200)/var(--tw-text-opacity, 1))}html .text-info-200\/0{color:rgb(var(--color-info-200)/0)}html .text-info-200\/10{color:rgb(var(--color-info-200)/.1)}html .text-info-200\/100{color:rgb(var(--color-info-200)/1)}html .text-info-200\/15{color:rgb(var(--color-info-200)/.15)}html .text-info-200\/20{color:rgb(var(--color-info-200)/.2)}html .text-info-200\/25{color:rgb(var(--color-info-200)/.25)}html .text-info-200\/30{color:rgb(var(--color-info-200)/.3)}html .text-info-200\/35{color:rgb(var(--color-info-200)/.35)}html .text-info-200\/40{color:rgb(var(--color-info-200)/.4)}html .text-info-200\/45{color:rgb(var(--color-info-200)/.45)}html .text-info-200\/5{color:rgb(var(--color-info-200)/.05)}html .text-info-200\/50{color:rgb(var(--color-info-200)/.5)}html .text-info-200\/55{color:rgb(var(--color-info-200)/.55)}html .text-info-200\/60{color:rgb(var(--color-info-200)/.6)}html .text-info-200\/65{color:rgb(var(--color-info-200)/.65)}html .text-info-200\/70{color:rgb(var(--color-info-200)/.7)}html .text-info-200\/75{color:rgb(var(--color-info-200)/.75)}html .text-info-200\/80{color:rgb(var(--color-info-200)/.8)}html .text-info-200\/85{color:rgb(var(--color-info-200)/.85)}html .text-info-200\/90{color:rgb(var(--color-info-200)/.9)}html .text-info-200\/95{color:rgb(var(--color-info-200)/.95)}html .text-info-300{--tw-text-opacity: 1;color:rgb(var(--color-info-300)/var(--tw-text-opacity, 1))}html .text-info-300\/0{color:rgb(var(--color-info-300)/0)}html .text-info-300\/10{color:rgb(var(--color-info-300)/.1)}html .text-info-300\/100{color:rgb(var(--color-info-300)/1)}html .text-info-300\/15{color:rgb(var(--color-info-300)/.15)}html .text-info-300\/20{color:rgb(var(--color-info-300)/.2)}html .text-info-300\/25{color:rgb(var(--color-info-300)/.25)}html .text-info-300\/30{color:rgb(var(--color-info-300)/.3)}html .text-info-300\/35{color:rgb(var(--color-info-300)/.35)}html .text-info-300\/40{color:rgb(var(--color-info-300)/.4)}html .text-info-300\/45{color:rgb(var(--color-info-300)/.45)}html .text-info-300\/5{color:rgb(var(--color-info-300)/.05)}html .text-info-300\/50{color:rgb(var(--color-info-300)/.5)}html .text-info-300\/55{color:rgb(var(--color-info-300)/.55)}html .text-info-300\/60{color:rgb(var(--color-info-300)/.6)}html .text-info-300\/65{color:rgb(var(--color-info-300)/.65)}html .text-info-300\/70{color:rgb(var(--color-info-300)/.7)}html .text-info-300\/75{color:rgb(var(--color-info-300)/.75)}html .text-info-300\/80{color:rgb(var(--color-info-300)/.8)}html .text-info-300\/85{color:rgb(var(--color-info-300)/.85)}html .text-info-300\/90{color:rgb(var(--color-info-300)/.9)}html .text-info-300\/95{color:rgb(var(--color-info-300)/.95)}html .text-info-400{--tw-text-opacity: 1;color:rgb(var(--color-info-400)/var(--tw-text-opacity, 1))}html .text-info-400\/0{color:rgb(var(--color-info-400)/0)}html .text-info-400\/10{color:rgb(var(--color-info-400)/.1)}html .text-info-400\/100{color:rgb(var(--color-info-400)/1)}html .text-info-400\/15{color:rgb(var(--color-info-400)/.15)}html .text-info-400\/20{color:rgb(var(--color-info-400)/.2)}html .text-info-400\/25{color:rgb(var(--color-info-400)/.25)}html .text-info-400\/30{color:rgb(var(--color-info-400)/.3)}html .text-info-400\/35{color:rgb(var(--color-info-400)/.35)}html .text-info-400\/40{color:rgb(var(--color-info-400)/.4)}html .text-info-400\/45{color:rgb(var(--color-info-400)/.45)}html .text-info-400\/5{color:rgb(var(--color-info-400)/.05)}html .text-info-400\/50{color:rgb(var(--color-info-400)/.5)}html .text-info-400\/55{color:rgb(var(--color-info-400)/.55)}html .text-info-400\/60{color:rgb(var(--color-info-400)/.6)}html .text-info-400\/65{color:rgb(var(--color-info-400)/.65)}html .text-info-400\/70{color:rgb(var(--color-info-400)/.7)}html .text-info-400\/75{color:rgb(var(--color-info-400)/.75)}html .text-info-400\/80{color:rgb(var(--color-info-400)/.8)}html .text-info-400\/85{color:rgb(var(--color-info-400)/.85)}html .text-info-400\/90{color:rgb(var(--color-info-400)/.9)}html .text-info-400\/95{color:rgb(var(--color-info-400)/.95)}html .text-info-50{--tw-text-opacity: 1;color:rgb(var(--color-info-50)/var(--tw-text-opacity, 1))}html .text-info-50\/0{color:rgb(var(--color-info-50)/0)}html .text-info-50\/10{color:rgb(var(--color-info-50)/.1)}html .text-info-50\/100{color:rgb(var(--color-info-50)/1)}html .text-info-50\/15{color:rgb(var(--color-info-50)/.15)}html .text-info-50\/20{color:rgb(var(--color-info-50)/.2)}html .text-info-50\/25{color:rgb(var(--color-info-50)/.25)}html .text-info-50\/30{color:rgb(var(--color-info-50)/.3)}html .text-info-50\/35{color:rgb(var(--color-info-50)/.35)}html .text-info-50\/40{color:rgb(var(--color-info-50)/.4)}html .text-info-50\/45{color:rgb(var(--color-info-50)/.45)}html .text-info-50\/5{color:rgb(var(--color-info-50)/.05)}html .text-info-50\/50{color:rgb(var(--color-info-50)/.5)}html .text-info-50\/55{color:rgb(var(--color-info-50)/.55)}html .text-info-50\/60{color:rgb(var(--color-info-50)/.6)}html .text-info-50\/65{color:rgb(var(--color-info-50)/.65)}html .text-info-50\/70{color:rgb(var(--color-info-50)/.7)}html .text-info-50\/75{color:rgb(var(--color-info-50)/.75)}html .text-info-50\/80{color:rgb(var(--color-info-50)/.8)}html .text-info-50\/85{color:rgb(var(--color-info-50)/.85)}html .text-info-50\/90{color:rgb(var(--color-info-50)/.9)}html .text-info-50\/95{color:rgb(var(--color-info-50)/.95)}html .text-info-500{--tw-text-opacity: 1;color:rgb(var(--color-info-500)/var(--tw-text-opacity, 1))}html .text-info-500\/0{color:rgb(var(--color-info-500)/0)}html .text-info-500\/10{color:rgb(var(--color-info-500)/.1)}html .text-info-500\/100{color:rgb(var(--color-info-500)/1)}html .text-info-500\/15{color:rgb(var(--color-info-500)/.15)}html .text-info-500\/20{color:rgb(var(--color-info-500)/.2)}html .text-info-500\/25{color:rgb(var(--color-info-500)/.25)}html .text-info-500\/30{color:rgb(var(--color-info-500)/.3)}html .text-info-500\/35{color:rgb(var(--color-info-500)/.35)}html .text-info-500\/40{color:rgb(var(--color-info-500)/.4)}html .text-info-500\/45{color:rgb(var(--color-info-500)/.45)}html .text-info-500\/5{color:rgb(var(--color-info-500)/.05)}html .text-info-500\/50{color:rgb(var(--color-info-500)/.5)}html .text-info-500\/55{color:rgb(var(--color-info-500)/.55)}html .text-info-500\/60{color:rgb(var(--color-info-500)/.6)}html .text-info-500\/65{color:rgb(var(--color-info-500)/.65)}html .text-info-500\/70{color:rgb(var(--color-info-500)/.7)}html .text-info-500\/75{color:rgb(var(--color-info-500)/.75)}html .text-info-500\/80{color:rgb(var(--color-info-500)/.8)}html .text-info-500\/85{color:rgb(var(--color-info-500)/.85)}html .text-info-500\/90{color:rgb(var(--color-info-500)/.9)}html .text-info-500\/95{color:rgb(var(--color-info-500)/.95)}html .text-info-600{--tw-text-opacity: 1;color:rgb(var(--color-info-600)/var(--tw-text-opacity, 1))}html .text-info-600\/0{color:rgb(var(--color-info-600)/0)}html .text-info-600\/10{color:rgb(var(--color-info-600)/.1)}html .text-info-600\/100{color:rgb(var(--color-info-600)/1)}html .text-info-600\/15{color:rgb(var(--color-info-600)/.15)}html .text-info-600\/20{color:rgb(var(--color-info-600)/.2)}html .text-info-600\/25{color:rgb(var(--color-info-600)/.25)}html .text-info-600\/30{color:rgb(var(--color-info-600)/.3)}html .text-info-600\/35{color:rgb(var(--color-info-600)/.35)}html .text-info-600\/40{color:rgb(var(--color-info-600)/.4)}html .text-info-600\/45{color:rgb(var(--color-info-600)/.45)}html .text-info-600\/5{color:rgb(var(--color-info-600)/.05)}html .text-info-600\/50{color:rgb(var(--color-info-600)/.5)}html .text-info-600\/55{color:rgb(var(--color-info-600)/.55)}html .text-info-600\/60{color:rgb(var(--color-info-600)/.6)}html .text-info-600\/65{color:rgb(var(--color-info-600)/.65)}html .text-info-600\/70{color:rgb(var(--color-info-600)/.7)}html .text-info-600\/75{color:rgb(var(--color-info-600)/.75)}html .text-info-600\/80{color:rgb(var(--color-info-600)/.8)}html .text-info-600\/85{color:rgb(var(--color-info-600)/.85)}html .text-info-600\/90{color:rgb(var(--color-info-600)/.9)}html .text-info-600\/95{color:rgb(var(--color-info-600)/.95)}html .text-info-700{--tw-text-opacity: 1;color:rgb(var(--color-info-700)/var(--tw-text-opacity, 1))}html .text-info-700\/0{color:rgb(var(--color-info-700)/0)}html .text-info-700\/10{color:rgb(var(--color-info-700)/.1)}html .text-info-700\/100{color:rgb(var(--color-info-700)/1)}html .text-info-700\/15{color:rgb(var(--color-info-700)/.15)}html .text-info-700\/20{color:rgb(var(--color-info-700)/.2)}html .text-info-700\/25{color:rgb(var(--color-info-700)/.25)}html .text-info-700\/30{color:rgb(var(--color-info-700)/.3)}html .text-info-700\/35{color:rgb(var(--color-info-700)/.35)}html .text-info-700\/40{color:rgb(var(--color-info-700)/.4)}html .text-info-700\/45{color:rgb(var(--color-info-700)/.45)}html .text-info-700\/5{color:rgb(var(--color-info-700)/.05)}html .text-info-700\/50{color:rgb(var(--color-info-700)/.5)}html .text-info-700\/55{color:rgb(var(--color-info-700)/.55)}html .text-info-700\/60{color:rgb(var(--color-info-700)/.6)}html .text-info-700\/65{color:rgb(var(--color-info-700)/.65)}html .text-info-700\/70{color:rgb(var(--color-info-700)/.7)}html .text-info-700\/75{color:rgb(var(--color-info-700)/.75)}html .text-info-700\/80{color:rgb(var(--color-info-700)/.8)}html .text-info-700\/85{color:rgb(var(--color-info-700)/.85)}html .text-info-700\/90{color:rgb(var(--color-info-700)/.9)}html .text-info-700\/95{color:rgb(var(--color-info-700)/.95)}html .text-info-800{--tw-text-opacity: 1;color:rgb(var(--color-info-800)/var(--tw-text-opacity, 1))}html .text-info-800\/0{color:rgb(var(--color-info-800)/0)}html .text-info-800\/10{color:rgb(var(--color-info-800)/.1)}html .text-info-800\/100{color:rgb(var(--color-info-800)/1)}html .text-info-800\/15{color:rgb(var(--color-info-800)/.15)}html .text-info-800\/20{color:rgb(var(--color-info-800)/.2)}html .text-info-800\/25{color:rgb(var(--color-info-800)/.25)}html .text-info-800\/30{color:rgb(var(--color-info-800)/.3)}html .text-info-800\/35{color:rgb(var(--color-info-800)/.35)}html .text-info-800\/40{color:rgb(var(--color-info-800)/.4)}html .text-info-800\/45{color:rgb(var(--color-info-800)/.45)}html .text-info-800\/5{color:rgb(var(--color-info-800)/.05)}html .text-info-800\/50{color:rgb(var(--color-info-800)/.5)}html .text-info-800\/55{color:rgb(var(--color-info-800)/.55)}html .text-info-800\/60{color:rgb(var(--color-info-800)/.6)}html .text-info-800\/65{color:rgb(var(--color-info-800)/.65)}html .text-info-800\/70{color:rgb(var(--color-info-800)/.7)}html .text-info-800\/75{color:rgb(var(--color-info-800)/.75)}html .text-info-800\/80{color:rgb(var(--color-info-800)/.8)}html .text-info-800\/85{color:rgb(var(--color-info-800)/.85)}html .text-info-800\/90{color:rgb(var(--color-info-800)/.9)}html .text-info-800\/95{color:rgb(var(--color-info-800)/.95)}html .text-info-900{--tw-text-opacity: 1;color:rgb(var(--color-info-900)/var(--tw-text-opacity, 1))}html .text-info-900\/0{color:rgb(var(--color-info-900)/0)}html .text-info-900\/10{color:rgb(var(--color-info-900)/.1)}html .text-info-900\/100{color:rgb(var(--color-info-900)/1)}html .text-info-900\/15{color:rgb(var(--color-info-900)/.15)}html .text-info-900\/20{color:rgb(var(--color-info-900)/.2)}html .text-info-900\/25{color:rgb(var(--color-info-900)/.25)}html .text-info-900\/30{color:rgb(var(--color-info-900)/.3)}html .text-info-900\/35{color:rgb(var(--color-info-900)/.35)}html .text-info-900\/40{color:rgb(var(--color-info-900)/.4)}html .text-info-900\/45{color:rgb(var(--color-info-900)/.45)}html .text-info-900\/5{color:rgb(var(--color-info-900)/.05)}html .text-info-900\/50{color:rgb(var(--color-info-900)/.5)}html .text-info-900\/55{color:rgb(var(--color-info-900)/.55)}html .text-info-900\/60{color:rgb(var(--color-info-900)/.6)}html .text-info-900\/65{color:rgb(var(--color-info-900)/.65)}html .text-info-900\/70{color:rgb(var(--color-info-900)/.7)}html .text-info-900\/75{color:rgb(var(--color-info-900)/.75)}html .text-info-900\/80{color:rgb(var(--color-info-900)/.8)}html .text-info-900\/85{color:rgb(var(--color-info-900)/.85)}html .text-info-900\/90{color:rgb(var(--color-info-900)/.9)}html .text-info-900\/95{color:rgb(var(--color-info-900)/.95)}html .text-info-950{--tw-text-opacity: 1;color:rgb(var(--color-info-950)/var(--tw-text-opacity, 1))}html .text-info-950\/0{color:rgb(var(--color-info-950)/0)}html .text-info-950\/10{color:rgb(var(--color-info-950)/.1)}html .text-info-950\/100{color:rgb(var(--color-info-950)/1)}html .text-info-950\/15{color:rgb(var(--color-info-950)/.15)}html .text-info-950\/20{color:rgb(var(--color-info-950)/.2)}html .text-info-950\/25{color:rgb(var(--color-info-950)/.25)}html .text-info-950\/30{color:rgb(var(--color-info-950)/.3)}html .text-info-950\/35{color:rgb(var(--color-info-950)/.35)}html .text-info-950\/40{color:rgb(var(--color-info-950)/.4)}html .text-info-950\/45{color:rgb(var(--color-info-950)/.45)}html .text-info-950\/5{color:rgb(var(--color-info-950)/.05)}html .text-info-950\/50{color:rgb(var(--color-info-950)/.5)}html .text-info-950\/55{color:rgb(var(--color-info-950)/.55)}html .text-info-950\/60{color:rgb(var(--color-info-950)/.6)}html .text-info-950\/65{color:rgb(var(--color-info-950)/.65)}html .text-info-950\/70{color:rgb(var(--color-info-950)/.7)}html .text-info-950\/75{color:rgb(var(--color-info-950)/.75)}html .text-info-950\/80{color:rgb(var(--color-info-950)/.8)}html .text-info-950\/85{color:rgb(var(--color-info-950)/.85)}html .text-info-950\/90{color:rgb(var(--color-info-950)/.9)}html .text-info-950\/95{color:rgb(var(--color-info-950)/.95)}html .text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}html .text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}html .text-outline-0{--tw-text-opacity: 1;color:rgb(var(--color-outline-0)/var(--tw-text-opacity, 1))}html .text-outline-0\/0{color:rgb(var(--color-outline-0)/0)}html .text-outline-0\/10{color:rgb(var(--color-outline-0)/.1)}html .text-outline-0\/100{color:rgb(var(--color-outline-0)/1)}html .text-outline-0\/15{color:rgb(var(--color-outline-0)/.15)}html .text-outline-0\/20{color:rgb(var(--color-outline-0)/.2)}html .text-outline-0\/25{color:rgb(var(--color-outline-0)/.25)}html .text-outline-0\/30{color:rgb(var(--color-outline-0)/.3)}html .text-outline-0\/35{color:rgb(var(--color-outline-0)/.35)}html .text-outline-0\/40{color:rgb(var(--color-outline-0)/.4)}html .text-outline-0\/45{color:rgb(var(--color-outline-0)/.45)}html .text-outline-0\/5{color:rgb(var(--color-outline-0)/.05)}html .text-outline-0\/50{color:rgb(var(--color-outline-0)/.5)}html .text-outline-0\/55{color:rgb(var(--color-outline-0)/.55)}html .text-outline-0\/60{color:rgb(var(--color-outline-0)/.6)}html .text-outline-0\/65{color:rgb(var(--color-outline-0)/.65)}html .text-outline-0\/70{color:rgb(var(--color-outline-0)/.7)}html .text-outline-0\/75{color:rgb(var(--color-outline-0)/.75)}html .text-outline-0\/80{color:rgb(var(--color-outline-0)/.8)}html .text-outline-0\/85{color:rgb(var(--color-outline-0)/.85)}html .text-outline-0\/90{color:rgb(var(--color-outline-0)/.9)}html .text-outline-0\/95{color:rgb(var(--color-outline-0)/.95)}html .text-outline-100{--tw-text-opacity: 1;color:rgb(var(--color-outline-100)/var(--tw-text-opacity, 1))}html .text-outline-100\/0{color:rgb(var(--color-outline-100)/0)}html .text-outline-100\/10{color:rgb(var(--color-outline-100)/.1)}html .text-outline-100\/100{color:rgb(var(--color-outline-100)/1)}html .text-outline-100\/15{color:rgb(var(--color-outline-100)/.15)}html .text-outline-100\/20{color:rgb(var(--color-outline-100)/.2)}html .text-outline-100\/25{color:rgb(var(--color-outline-100)/.25)}html .text-outline-100\/30{color:rgb(var(--color-outline-100)/.3)}html .text-outline-100\/35{color:rgb(var(--color-outline-100)/.35)}html .text-outline-100\/40{color:rgb(var(--color-outline-100)/.4)}html .text-outline-100\/45{color:rgb(var(--color-outline-100)/.45)}html .text-outline-100\/5{color:rgb(var(--color-outline-100)/.05)}html .text-outline-100\/50{color:rgb(var(--color-outline-100)/.5)}html .text-outline-100\/55{color:rgb(var(--color-outline-100)/.55)}html .text-outline-100\/60{color:rgb(var(--color-outline-100)/.6)}html .text-outline-100\/65{color:rgb(var(--color-outline-100)/.65)}html .text-outline-100\/70{color:rgb(var(--color-outline-100)/.7)}html .text-outline-100\/75{color:rgb(var(--color-outline-100)/.75)}html .text-outline-100\/80{color:rgb(var(--color-outline-100)/.8)}html .text-outline-100\/85{color:rgb(var(--color-outline-100)/.85)}html .text-outline-100\/90{color:rgb(var(--color-outline-100)/.9)}html .text-outline-100\/95{color:rgb(var(--color-outline-100)/.95)}html .text-outline-200{--tw-text-opacity: 1;color:rgb(var(--color-outline-200)/var(--tw-text-opacity, 1))}html .text-outline-200\/0{color:rgb(var(--color-outline-200)/0)}html .text-outline-200\/10{color:rgb(var(--color-outline-200)/.1)}html .text-outline-200\/100{color:rgb(var(--color-outline-200)/1)}html .text-outline-200\/15{color:rgb(var(--color-outline-200)/.15)}html .text-outline-200\/20{color:rgb(var(--color-outline-200)/.2)}html .text-outline-200\/25{color:rgb(var(--color-outline-200)/.25)}html .text-outline-200\/30{color:rgb(var(--color-outline-200)/.3)}html .text-outline-200\/35{color:rgb(var(--color-outline-200)/.35)}html .text-outline-200\/40{color:rgb(var(--color-outline-200)/.4)}html .text-outline-200\/45{color:rgb(var(--color-outline-200)/.45)}html .text-outline-200\/5{color:rgb(var(--color-outline-200)/.05)}html .text-outline-200\/50{color:rgb(var(--color-outline-200)/.5)}html .text-outline-200\/55{color:rgb(var(--color-outline-200)/.55)}html .text-outline-200\/60{color:rgb(var(--color-outline-200)/.6)}html .text-outline-200\/65{color:rgb(var(--color-outline-200)/.65)}html .text-outline-200\/70{color:rgb(var(--color-outline-200)/.7)}html .text-outline-200\/75{color:rgb(var(--color-outline-200)/.75)}html .text-outline-200\/80{color:rgb(var(--color-outline-200)/.8)}html .text-outline-200\/85{color:rgb(var(--color-outline-200)/.85)}html .text-outline-200\/90{color:rgb(var(--color-outline-200)/.9)}html .text-outline-200\/95{color:rgb(var(--color-outline-200)/.95)}html .text-outline-300{--tw-text-opacity: 1;color:rgb(var(--color-outline-300)/var(--tw-text-opacity, 1))}html .text-outline-300\/0{color:rgb(var(--color-outline-300)/0)}html .text-outline-300\/10{color:rgb(var(--color-outline-300)/.1)}html .text-outline-300\/100{color:rgb(var(--color-outline-300)/1)}html .text-outline-300\/15{color:rgb(var(--color-outline-300)/.15)}html .text-outline-300\/20{color:rgb(var(--color-outline-300)/.2)}html .text-outline-300\/25{color:rgb(var(--color-outline-300)/.25)}html .text-outline-300\/30{color:rgb(var(--color-outline-300)/.3)}html .text-outline-300\/35{color:rgb(var(--color-outline-300)/.35)}html .text-outline-300\/40{color:rgb(var(--color-outline-300)/.4)}html .text-outline-300\/45{color:rgb(var(--color-outline-300)/.45)}html .text-outline-300\/5{color:rgb(var(--color-outline-300)/.05)}html .text-outline-300\/50{color:rgb(var(--color-outline-300)/.5)}html .text-outline-300\/55{color:rgb(var(--color-outline-300)/.55)}html .text-outline-300\/60{color:rgb(var(--color-outline-300)/.6)}html .text-outline-300\/65{color:rgb(var(--color-outline-300)/.65)}html .text-outline-300\/70{color:rgb(var(--color-outline-300)/.7)}html .text-outline-300\/75{color:rgb(var(--color-outline-300)/.75)}html .text-outline-300\/80{color:rgb(var(--color-outline-300)/.8)}html .text-outline-300\/85{color:rgb(var(--color-outline-300)/.85)}html .text-outline-300\/90{color:rgb(var(--color-outline-300)/.9)}html .text-outline-300\/95{color:rgb(var(--color-outline-300)/.95)}html .text-outline-400{--tw-text-opacity: 1;color:rgb(var(--color-outline-400)/var(--tw-text-opacity, 1))}html .text-outline-400\/0{color:rgb(var(--color-outline-400)/0)}html .text-outline-400\/10{color:rgb(var(--color-outline-400)/.1)}html .text-outline-400\/100{color:rgb(var(--color-outline-400)/1)}html .text-outline-400\/15{color:rgb(var(--color-outline-400)/.15)}html .text-outline-400\/20{color:rgb(var(--color-outline-400)/.2)}html .text-outline-400\/25{color:rgb(var(--color-outline-400)/.25)}html .text-outline-400\/30{color:rgb(var(--color-outline-400)/.3)}html .text-outline-400\/35{color:rgb(var(--color-outline-400)/.35)}html .text-outline-400\/40{color:rgb(var(--color-outline-400)/.4)}html .text-outline-400\/45{color:rgb(var(--color-outline-400)/.45)}html .text-outline-400\/5{color:rgb(var(--color-outline-400)/.05)}html .text-outline-400\/50{color:rgb(var(--color-outline-400)/.5)}html .text-outline-400\/55{color:rgb(var(--color-outline-400)/.55)}html .text-outline-400\/60{color:rgb(var(--color-outline-400)/.6)}html .text-outline-400\/65{color:rgb(var(--color-outline-400)/.65)}html .text-outline-400\/70{color:rgb(var(--color-outline-400)/.7)}html .text-outline-400\/75{color:rgb(var(--color-outline-400)/.75)}html .text-outline-400\/80{color:rgb(var(--color-outline-400)/.8)}html .text-outline-400\/85{color:rgb(var(--color-outline-400)/.85)}html .text-outline-400\/90{color:rgb(var(--color-outline-400)/.9)}html .text-outline-400\/95{color:rgb(var(--color-outline-400)/.95)}html .text-outline-50{--tw-text-opacity: 1;color:rgb(var(--color-outline-50)/var(--tw-text-opacity, 1))}html .text-outline-50\/0{color:rgb(var(--color-outline-50)/0)}html .text-outline-50\/10{color:rgb(var(--color-outline-50)/.1)}html .text-outline-50\/100{color:rgb(var(--color-outline-50)/1)}html .text-outline-50\/15{color:rgb(var(--color-outline-50)/.15)}html .text-outline-50\/20{color:rgb(var(--color-outline-50)/.2)}html .text-outline-50\/25{color:rgb(var(--color-outline-50)/.25)}html .text-outline-50\/30{color:rgb(var(--color-outline-50)/.3)}html .text-outline-50\/35{color:rgb(var(--color-outline-50)/.35)}html .text-outline-50\/40{color:rgb(var(--color-outline-50)/.4)}html .text-outline-50\/45{color:rgb(var(--color-outline-50)/.45)}html .text-outline-50\/5{color:rgb(var(--color-outline-50)/.05)}html .text-outline-50\/50{color:rgb(var(--color-outline-50)/.5)}html .text-outline-50\/55{color:rgb(var(--color-outline-50)/.55)}html .text-outline-50\/60{color:rgb(var(--color-outline-50)/.6)}html .text-outline-50\/65{color:rgb(var(--color-outline-50)/.65)}html .text-outline-50\/70{color:rgb(var(--color-outline-50)/.7)}html .text-outline-50\/75{color:rgb(var(--color-outline-50)/.75)}html .text-outline-50\/80{color:rgb(var(--color-outline-50)/.8)}html .text-outline-50\/85{color:rgb(var(--color-outline-50)/.85)}html .text-outline-50\/90{color:rgb(var(--color-outline-50)/.9)}html .text-outline-50\/95{color:rgb(var(--color-outline-50)/.95)}html .text-outline-500{--tw-text-opacity: 1;color:rgb(var(--color-outline-500)/var(--tw-text-opacity, 1))}html .text-outline-500\/0{color:rgb(var(--color-outline-500)/0)}html .text-outline-500\/10{color:rgb(var(--color-outline-500)/.1)}html .text-outline-500\/100{color:rgb(var(--color-outline-500)/1)}html .text-outline-500\/15{color:rgb(var(--color-outline-500)/.15)}html .text-outline-500\/20{color:rgb(var(--color-outline-500)/.2)}html .text-outline-500\/25{color:rgb(var(--color-outline-500)/.25)}html .text-outline-500\/30{color:rgb(var(--color-outline-500)/.3)}html .text-outline-500\/35{color:rgb(var(--color-outline-500)/.35)}html .text-outline-500\/40{color:rgb(var(--color-outline-500)/.4)}html .text-outline-500\/45{color:rgb(var(--color-outline-500)/.45)}html .text-outline-500\/5{color:rgb(var(--color-outline-500)/.05)}html .text-outline-500\/50{color:rgb(var(--color-outline-500)/.5)}html .text-outline-500\/55{color:rgb(var(--color-outline-500)/.55)}html .text-outline-500\/60{color:rgb(var(--color-outline-500)/.6)}html .text-outline-500\/65{color:rgb(var(--color-outline-500)/.65)}html .text-outline-500\/70{color:rgb(var(--color-outline-500)/.7)}html .text-outline-500\/75{color:rgb(var(--color-outline-500)/.75)}html .text-outline-500\/80{color:rgb(var(--color-outline-500)/.8)}html .text-outline-500\/85{color:rgb(var(--color-outline-500)/.85)}html .text-outline-500\/90{color:rgb(var(--color-outline-500)/.9)}html .text-outline-500\/95{color:rgb(var(--color-outline-500)/.95)}html .text-outline-600{--tw-text-opacity: 1;color:rgb(var(--color-outline-600)/var(--tw-text-opacity, 1))}html .text-outline-600\/0{color:rgb(var(--color-outline-600)/0)}html .text-outline-600\/10{color:rgb(var(--color-outline-600)/.1)}html .text-outline-600\/100{color:rgb(var(--color-outline-600)/1)}html .text-outline-600\/15{color:rgb(var(--color-outline-600)/.15)}html .text-outline-600\/20{color:rgb(var(--color-outline-600)/.2)}html .text-outline-600\/25{color:rgb(var(--color-outline-600)/.25)}html .text-outline-600\/30{color:rgb(var(--color-outline-600)/.3)}html .text-outline-600\/35{color:rgb(var(--color-outline-600)/.35)}html .text-outline-600\/40{color:rgb(var(--color-outline-600)/.4)}html .text-outline-600\/45{color:rgb(var(--color-outline-600)/.45)}html .text-outline-600\/5{color:rgb(var(--color-outline-600)/.05)}html .text-outline-600\/50{color:rgb(var(--color-outline-600)/.5)}html .text-outline-600\/55{color:rgb(var(--color-outline-600)/.55)}html .text-outline-600\/60{color:rgb(var(--color-outline-600)/.6)}html .text-outline-600\/65{color:rgb(var(--color-outline-600)/.65)}html .text-outline-600\/70{color:rgb(var(--color-outline-600)/.7)}html .text-outline-600\/75{color:rgb(var(--color-outline-600)/.75)}html .text-outline-600\/80{color:rgb(var(--color-outline-600)/.8)}html .text-outline-600\/85{color:rgb(var(--color-outline-600)/.85)}html .text-outline-600\/90{color:rgb(var(--color-outline-600)/.9)}html .text-outline-600\/95{color:rgb(var(--color-outline-600)/.95)}html .text-outline-700{--tw-text-opacity: 1;color:rgb(var(--color-outline-700)/var(--tw-text-opacity, 1))}html .text-outline-700\/0{color:rgb(var(--color-outline-700)/0)}html .text-outline-700\/10{color:rgb(var(--color-outline-700)/.1)}html .text-outline-700\/100{color:rgb(var(--color-outline-700)/1)}html .text-outline-700\/15{color:rgb(var(--color-outline-700)/.15)}html .text-outline-700\/20{color:rgb(var(--color-outline-700)/.2)}html .text-outline-700\/25{color:rgb(var(--color-outline-700)/.25)}html .text-outline-700\/30{color:rgb(var(--color-outline-700)/.3)}html .text-outline-700\/35{color:rgb(var(--color-outline-700)/.35)}html .text-outline-700\/40{color:rgb(var(--color-outline-700)/.4)}html .text-outline-700\/45{color:rgb(var(--color-outline-700)/.45)}html .text-outline-700\/5{color:rgb(var(--color-outline-700)/.05)}html .text-outline-700\/50{color:rgb(var(--color-outline-700)/.5)}html .text-outline-700\/55{color:rgb(var(--color-outline-700)/.55)}html .text-outline-700\/60{color:rgb(var(--color-outline-700)/.6)}html .text-outline-700\/65{color:rgb(var(--color-outline-700)/.65)}html .text-outline-700\/70{color:rgb(var(--color-outline-700)/.7)}html .text-outline-700\/75{color:rgb(var(--color-outline-700)/.75)}html .text-outline-700\/80{color:rgb(var(--color-outline-700)/.8)}html .text-outline-700\/85{color:rgb(var(--color-outline-700)/.85)}html .text-outline-700\/90{color:rgb(var(--color-outline-700)/.9)}html .text-outline-700\/95{color:rgb(var(--color-outline-700)/.95)}html .text-outline-800{--tw-text-opacity: 1;color:rgb(var(--color-outline-800)/var(--tw-text-opacity, 1))}html .text-outline-800\/0{color:rgb(var(--color-outline-800)/0)}html .text-outline-800\/10{color:rgb(var(--color-outline-800)/.1)}html .text-outline-800\/100{color:rgb(var(--color-outline-800)/1)}html .text-outline-800\/15{color:rgb(var(--color-outline-800)/.15)}html .text-outline-800\/20{color:rgb(var(--color-outline-800)/.2)}html .text-outline-800\/25{color:rgb(var(--color-outline-800)/.25)}html .text-outline-800\/30{color:rgb(var(--color-outline-800)/.3)}html .text-outline-800\/35{color:rgb(var(--color-outline-800)/.35)}html .text-outline-800\/40{color:rgb(var(--color-outline-800)/.4)}html .text-outline-800\/45{color:rgb(var(--color-outline-800)/.45)}html .text-outline-800\/5{color:rgb(var(--color-outline-800)/.05)}html .text-outline-800\/50{color:rgb(var(--color-outline-800)/.5)}html .text-outline-800\/55{color:rgb(var(--color-outline-800)/.55)}html .text-outline-800\/60{color:rgb(var(--color-outline-800)/.6)}html .text-outline-800\/65{color:rgb(var(--color-outline-800)/.65)}html .text-outline-800\/70{color:rgb(var(--color-outline-800)/.7)}html .text-outline-800\/75{color:rgb(var(--color-outline-800)/.75)}html .text-outline-800\/80{color:rgb(var(--color-outline-800)/.8)}html .text-outline-800\/85{color:rgb(var(--color-outline-800)/.85)}html .text-outline-800\/90{color:rgb(var(--color-outline-800)/.9)}html .text-outline-800\/95{color:rgb(var(--color-outline-800)/.95)}html .text-outline-900{--tw-text-opacity: 1;color:rgb(var(--color-outline-900)/var(--tw-text-opacity, 1))}html .text-outline-900\/0{color:rgb(var(--color-outline-900)/0)}html .text-outline-900\/10{color:rgb(var(--color-outline-900)/.1)}html .text-outline-900\/100{color:rgb(var(--color-outline-900)/1)}html .text-outline-900\/15{color:rgb(var(--color-outline-900)/.15)}html .text-outline-900\/20{color:rgb(var(--color-outline-900)/.2)}html .text-outline-900\/25{color:rgb(var(--color-outline-900)/.25)}html .text-outline-900\/30{color:rgb(var(--color-outline-900)/.3)}html .text-outline-900\/35{color:rgb(var(--color-outline-900)/.35)}html .text-outline-900\/40{color:rgb(var(--color-outline-900)/.4)}html .text-outline-900\/45{color:rgb(var(--color-outline-900)/.45)}html .text-outline-900\/5{color:rgb(var(--color-outline-900)/.05)}html .text-outline-900\/50{color:rgb(var(--color-outline-900)/.5)}html .text-outline-900\/55{color:rgb(var(--color-outline-900)/.55)}html .text-outline-900\/60{color:rgb(var(--color-outline-900)/.6)}html .text-outline-900\/65{color:rgb(var(--color-outline-900)/.65)}html .text-outline-900\/70{color:rgb(var(--color-outline-900)/.7)}html .text-outline-900\/75{color:rgb(var(--color-outline-900)/.75)}html .text-outline-900\/80{color:rgb(var(--color-outline-900)/.8)}html .text-outline-900\/85{color:rgb(var(--color-outline-900)/.85)}html .text-outline-900\/90{color:rgb(var(--color-outline-900)/.9)}html .text-outline-900\/95{color:rgb(var(--color-outline-900)/.95)}html .text-outline-950{--tw-text-opacity: 1;color:rgb(var(--color-outline-950)/var(--tw-text-opacity, 1))}html .text-outline-950\/0{color:rgb(var(--color-outline-950)/0)}html .text-outline-950\/10{color:rgb(var(--color-outline-950)/.1)}html .text-outline-950\/100{color:rgb(var(--color-outline-950)/1)}html .text-outline-950\/15{color:rgb(var(--color-outline-950)/.15)}html .text-outline-950\/20{color:rgb(var(--color-outline-950)/.2)}html .text-outline-950\/25{color:rgb(var(--color-outline-950)/.25)}html .text-outline-950\/30{color:rgb(var(--color-outline-950)/.3)}html .text-outline-950\/35{color:rgb(var(--color-outline-950)/.35)}html .text-outline-950\/40{color:rgb(var(--color-outline-950)/.4)}html .text-outline-950\/45{color:rgb(var(--color-outline-950)/.45)}html .text-outline-950\/5{color:rgb(var(--color-outline-950)/.05)}html .text-outline-950\/50{color:rgb(var(--color-outline-950)/.5)}html .text-outline-950\/55{color:rgb(var(--color-outline-950)/.55)}html .text-outline-950\/60{color:rgb(var(--color-outline-950)/.6)}html .text-outline-950\/65{color:rgb(var(--color-outline-950)/.65)}html .text-outline-950\/70{color:rgb(var(--color-outline-950)/.7)}html .text-outline-950\/75{color:rgb(var(--color-outline-950)/.75)}html .text-outline-950\/80{color:rgb(var(--color-outline-950)/.8)}html .text-outline-950\/85{color:rgb(var(--color-outline-950)/.85)}html .text-outline-950\/90{color:rgb(var(--color-outline-950)/.9)}html .text-outline-950\/95{color:rgb(var(--color-outline-950)/.95)}html .text-primary-0{--tw-text-opacity: 1;color:rgb(var(--color-primary-0)/var(--tw-text-opacity, 1))}html .text-primary-0\/0{color:rgb(var(--color-primary-0)/0)}html .text-primary-0\/10{color:rgb(var(--color-primary-0)/.1)}html .text-primary-0\/100{color:rgb(var(--color-primary-0)/1)}html .text-primary-0\/15{color:rgb(var(--color-primary-0)/.15)}html .text-primary-0\/20{color:rgb(var(--color-primary-0)/.2)}html .text-primary-0\/25{color:rgb(var(--color-primary-0)/.25)}html .text-primary-0\/30{color:rgb(var(--color-primary-0)/.3)}html .text-primary-0\/35{color:rgb(var(--color-primary-0)/.35)}html .text-primary-0\/40{color:rgb(var(--color-primary-0)/.4)}html .text-primary-0\/45{color:rgb(var(--color-primary-0)/.45)}html .text-primary-0\/5{color:rgb(var(--color-primary-0)/.05)}html .text-primary-0\/50{color:rgb(var(--color-primary-0)/.5)}html .text-primary-0\/55{color:rgb(var(--color-primary-0)/.55)}html .text-primary-0\/60{color:rgb(var(--color-primary-0)/.6)}html .text-primary-0\/65{color:rgb(var(--color-primary-0)/.65)}html .text-primary-0\/70{color:rgb(var(--color-primary-0)/.7)}html .text-primary-0\/75{color:rgb(var(--color-primary-0)/.75)}html .text-primary-0\/80{color:rgb(var(--color-primary-0)/.8)}html .text-primary-0\/85{color:rgb(var(--color-primary-0)/.85)}html .text-primary-0\/90{color:rgb(var(--color-primary-0)/.9)}html .text-primary-0\/95{color:rgb(var(--color-primary-0)/.95)}html .text-primary-100{--tw-text-opacity: 1;color:rgb(var(--color-primary-100)/var(--tw-text-opacity, 1))}html .text-primary-100\/0{color:rgb(var(--color-primary-100)/0)}html .text-primary-100\/10{color:rgb(var(--color-primary-100)/.1)}html .text-primary-100\/100{color:rgb(var(--color-primary-100)/1)}html .text-primary-100\/15{color:rgb(var(--color-primary-100)/.15)}html .text-primary-100\/20{color:rgb(var(--color-primary-100)/.2)}html .text-primary-100\/25{color:rgb(var(--color-primary-100)/.25)}html .text-primary-100\/30{color:rgb(var(--color-primary-100)/.3)}html .text-primary-100\/35{color:rgb(var(--color-primary-100)/.35)}html .text-primary-100\/40{color:rgb(var(--color-primary-100)/.4)}html .text-primary-100\/45{color:rgb(var(--color-primary-100)/.45)}html .text-primary-100\/5{color:rgb(var(--color-primary-100)/.05)}html .text-primary-100\/50{color:rgb(var(--color-primary-100)/.5)}html .text-primary-100\/55{color:rgb(var(--color-primary-100)/.55)}html .text-primary-100\/60{color:rgb(var(--color-primary-100)/.6)}html .text-primary-100\/65{color:rgb(var(--color-primary-100)/.65)}html .text-primary-100\/70{color:rgb(var(--color-primary-100)/.7)}html .text-primary-100\/75{color:rgb(var(--color-primary-100)/.75)}html .text-primary-100\/80{color:rgb(var(--color-primary-100)/.8)}html .text-primary-100\/85{color:rgb(var(--color-primary-100)/.85)}html .text-primary-100\/90{color:rgb(var(--color-primary-100)/.9)}html .text-primary-100\/95{color:rgb(var(--color-primary-100)/.95)}html .text-primary-200{--tw-text-opacity: 1;color:rgb(var(--color-primary-200)/var(--tw-text-opacity, 1))}html .text-primary-200\/0{color:rgb(var(--color-primary-200)/0)}html .text-primary-200\/10{color:rgb(var(--color-primary-200)/.1)}html .text-primary-200\/100{color:rgb(var(--color-primary-200)/1)}html .text-primary-200\/15{color:rgb(var(--color-primary-200)/.15)}html .text-primary-200\/20{color:rgb(var(--color-primary-200)/.2)}html .text-primary-200\/25{color:rgb(var(--color-primary-200)/.25)}html .text-primary-200\/30{color:rgb(var(--color-primary-200)/.3)}html .text-primary-200\/35{color:rgb(var(--color-primary-200)/.35)}html .text-primary-200\/40{color:rgb(var(--color-primary-200)/.4)}html .text-primary-200\/45{color:rgb(var(--color-primary-200)/.45)}html .text-primary-200\/5{color:rgb(var(--color-primary-200)/.05)}html .text-primary-200\/50{color:rgb(var(--color-primary-200)/.5)}html .text-primary-200\/55{color:rgb(var(--color-primary-200)/.55)}html .text-primary-200\/60{color:rgb(var(--color-primary-200)/.6)}html .text-primary-200\/65{color:rgb(var(--color-primary-200)/.65)}html .text-primary-200\/70{color:rgb(var(--color-primary-200)/.7)}html .text-primary-200\/75{color:rgb(var(--color-primary-200)/.75)}html .text-primary-200\/80{color:rgb(var(--color-primary-200)/.8)}html .text-primary-200\/85{color:rgb(var(--color-primary-200)/.85)}html .text-primary-200\/90{color:rgb(var(--color-primary-200)/.9)}html .text-primary-200\/95{color:rgb(var(--color-primary-200)/.95)}html .text-primary-300{--tw-text-opacity: 1;color:rgb(var(--color-primary-300)/var(--tw-text-opacity, 1))}html .text-primary-300\/0{color:rgb(var(--color-primary-300)/0)}html .text-primary-300\/10{color:rgb(var(--color-primary-300)/.1)}html .text-primary-300\/100{color:rgb(var(--color-primary-300)/1)}html .text-primary-300\/15{color:rgb(var(--color-primary-300)/.15)}html .text-primary-300\/20{color:rgb(var(--color-primary-300)/.2)}html .text-primary-300\/25{color:rgb(var(--color-primary-300)/.25)}html .text-primary-300\/30{color:rgb(var(--color-primary-300)/.3)}html .text-primary-300\/35{color:rgb(var(--color-primary-300)/.35)}html .text-primary-300\/40{color:rgb(var(--color-primary-300)/.4)}html .text-primary-300\/45{color:rgb(var(--color-primary-300)/.45)}html .text-primary-300\/5{color:rgb(var(--color-primary-300)/.05)}html .text-primary-300\/50{color:rgb(var(--color-primary-300)/.5)}html .text-primary-300\/55{color:rgb(var(--color-primary-300)/.55)}html .text-primary-300\/60{color:rgb(var(--color-primary-300)/.6)}html .text-primary-300\/65{color:rgb(var(--color-primary-300)/.65)}html .text-primary-300\/70{color:rgb(var(--color-primary-300)/.7)}html .text-primary-300\/75{color:rgb(var(--color-primary-300)/.75)}html .text-primary-300\/80{color:rgb(var(--color-primary-300)/.8)}html .text-primary-300\/85{color:rgb(var(--color-primary-300)/.85)}html .text-primary-300\/90{color:rgb(var(--color-primary-300)/.9)}html .text-primary-300\/95{color:rgb(var(--color-primary-300)/.95)}html .text-primary-400{--tw-text-opacity: 1;color:rgb(var(--color-primary-400)/var(--tw-text-opacity, 1))}html .text-primary-400\/0{color:rgb(var(--color-primary-400)/0)}html .text-primary-400\/10{color:rgb(var(--color-primary-400)/.1)}html .text-primary-400\/100{color:rgb(var(--color-primary-400)/1)}html .text-primary-400\/15{color:rgb(var(--color-primary-400)/.15)}html .text-primary-400\/20{color:rgb(var(--color-primary-400)/.2)}html .text-primary-400\/25{color:rgb(var(--color-primary-400)/.25)}html .text-primary-400\/30{color:rgb(var(--color-primary-400)/.3)}html .text-primary-400\/35{color:rgb(var(--color-primary-400)/.35)}html .text-primary-400\/40{color:rgb(var(--color-primary-400)/.4)}html .text-primary-400\/45{color:rgb(var(--color-primary-400)/.45)}html .text-primary-400\/5{color:rgb(var(--color-primary-400)/.05)}html .text-primary-400\/50{color:rgb(var(--color-primary-400)/.5)}html .text-primary-400\/55{color:rgb(var(--color-primary-400)/.55)}html .text-primary-400\/60{color:rgb(var(--color-primary-400)/.6)}html .text-primary-400\/65{color:rgb(var(--color-primary-400)/.65)}html .text-primary-400\/70{color:rgb(var(--color-primary-400)/.7)}html .text-primary-400\/75{color:rgb(var(--color-primary-400)/.75)}html .text-primary-400\/80{color:rgb(var(--color-primary-400)/.8)}html .text-primary-400\/85{color:rgb(var(--color-primary-400)/.85)}html .text-primary-400\/90{color:rgb(var(--color-primary-400)/.9)}html .text-primary-400\/95{color:rgb(var(--color-primary-400)/.95)}html .text-primary-50{--tw-text-opacity: 1;color:rgb(var(--color-primary-50)/var(--tw-text-opacity, 1))}html .text-primary-50\/0{color:rgb(var(--color-primary-50)/0)}html .text-primary-50\/10{color:rgb(var(--color-primary-50)/.1)}html .text-primary-50\/100{color:rgb(var(--color-primary-50)/1)}html .text-primary-50\/15{color:rgb(var(--color-primary-50)/.15)}html .text-primary-50\/20{color:rgb(var(--color-primary-50)/.2)}html .text-primary-50\/25{color:rgb(var(--color-primary-50)/.25)}html .text-primary-50\/30{color:rgb(var(--color-primary-50)/.3)}html .text-primary-50\/35{color:rgb(var(--color-primary-50)/.35)}html .text-primary-50\/40{color:rgb(var(--color-primary-50)/.4)}html .text-primary-50\/45{color:rgb(var(--color-primary-50)/.45)}html .text-primary-50\/5{color:rgb(var(--color-primary-50)/.05)}html .text-primary-50\/50{color:rgb(var(--color-primary-50)/.5)}html .text-primary-50\/55{color:rgb(var(--color-primary-50)/.55)}html .text-primary-50\/60{color:rgb(var(--color-primary-50)/.6)}html .text-primary-50\/65{color:rgb(var(--color-primary-50)/.65)}html .text-primary-50\/70{color:rgb(var(--color-primary-50)/.7)}html .text-primary-50\/75{color:rgb(var(--color-primary-50)/.75)}html .text-primary-50\/80{color:rgb(var(--color-primary-50)/.8)}html .text-primary-50\/85{color:rgb(var(--color-primary-50)/.85)}html .text-primary-50\/90{color:rgb(var(--color-primary-50)/.9)}html .text-primary-50\/95{color:rgb(var(--color-primary-50)/.95)}html .text-primary-500{--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html .text-primary-500\/0{color:rgb(var(--color-primary-500)/0)}html .text-primary-500\/10{color:rgb(var(--color-primary-500)/.1)}html .text-primary-500\/100{color:rgb(var(--color-primary-500)/1)}html .text-primary-500\/15{color:rgb(var(--color-primary-500)/.15)}html .text-primary-500\/20{color:rgb(var(--color-primary-500)/.2)}html .text-primary-500\/25{color:rgb(var(--color-primary-500)/.25)}html .text-primary-500\/30{color:rgb(var(--color-primary-500)/.3)}html .text-primary-500\/35{color:rgb(var(--color-primary-500)/.35)}html .text-primary-500\/40{color:rgb(var(--color-primary-500)/.4)}html .text-primary-500\/45{color:rgb(var(--color-primary-500)/.45)}html .text-primary-500\/5{color:rgb(var(--color-primary-500)/.05)}html .text-primary-500\/50{color:rgb(var(--color-primary-500)/.5)}html .text-primary-500\/55{color:rgb(var(--color-primary-500)/.55)}html .text-primary-500\/60{color:rgb(var(--color-primary-500)/.6)}html .text-primary-500\/65{color:rgb(var(--color-primary-500)/.65)}html .text-primary-500\/70{color:rgb(var(--color-primary-500)/.7)}html .text-primary-500\/75{color:rgb(var(--color-primary-500)/.75)}html .text-primary-500\/80{color:rgb(var(--color-primary-500)/.8)}html .text-primary-500\/85{color:rgb(var(--color-primary-500)/.85)}html .text-primary-500\/90{color:rgb(var(--color-primary-500)/.9)}html .text-primary-500\/95{color:rgb(var(--color-primary-500)/.95)}html .text-primary-600{--tw-text-opacity: 1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity, 1))}html .text-primary-600\/0{color:rgb(var(--color-primary-600)/0)}html .text-primary-600\/10{color:rgb(var(--color-primary-600)/.1)}html .text-primary-600\/100{color:rgb(var(--color-primary-600)/1)}html .text-primary-600\/15{color:rgb(var(--color-primary-600)/.15)}html .text-primary-600\/20{color:rgb(var(--color-primary-600)/.2)}html .text-primary-600\/25{color:rgb(var(--color-primary-600)/.25)}html .text-primary-600\/30{color:rgb(var(--color-primary-600)/.3)}html .text-primary-600\/35{color:rgb(var(--color-primary-600)/.35)}html .text-primary-600\/40{color:rgb(var(--color-primary-600)/.4)}html .text-primary-600\/45{color:rgb(var(--color-primary-600)/.45)}html .text-primary-600\/5{color:rgb(var(--color-primary-600)/.05)}html .text-primary-600\/50{color:rgb(var(--color-primary-600)/.5)}html .text-primary-600\/55{color:rgb(var(--color-primary-600)/.55)}html .text-primary-600\/60{color:rgb(var(--color-primary-600)/.6)}html .text-primary-600\/65{color:rgb(var(--color-primary-600)/.65)}html .text-primary-600\/70{color:rgb(var(--color-primary-600)/.7)}html .text-primary-600\/75{color:rgb(var(--color-primary-600)/.75)}html .text-primary-600\/80{color:rgb(var(--color-primary-600)/.8)}html .text-primary-600\/85{color:rgb(var(--color-primary-600)/.85)}html .text-primary-600\/90{color:rgb(var(--color-primary-600)/.9)}html .text-primary-600\/95{color:rgb(var(--color-primary-600)/.95)}html .text-primary-700{--tw-text-opacity: 1;color:rgb(var(--color-primary-700)/var(--tw-text-opacity, 1))}html .text-primary-700\/0{color:rgb(var(--color-primary-700)/0)}html .text-primary-700\/10{color:rgb(var(--color-primary-700)/.1)}html .text-primary-700\/100{color:rgb(var(--color-primary-700)/1)}html .text-primary-700\/15{color:rgb(var(--color-primary-700)/.15)}html .text-primary-700\/20{color:rgb(var(--color-primary-700)/.2)}html .text-primary-700\/25{color:rgb(var(--color-primary-700)/.25)}html .text-primary-700\/30{color:rgb(var(--color-primary-700)/.3)}html .text-primary-700\/35{color:rgb(var(--color-primary-700)/.35)}html .text-primary-700\/40{color:rgb(var(--color-primary-700)/.4)}html .text-primary-700\/45{color:rgb(var(--color-primary-700)/.45)}html .text-primary-700\/5{color:rgb(var(--color-primary-700)/.05)}html .text-primary-700\/50{color:rgb(var(--color-primary-700)/.5)}html .text-primary-700\/55{color:rgb(var(--color-primary-700)/.55)}html .text-primary-700\/60{color:rgb(var(--color-primary-700)/.6)}html .text-primary-700\/65{color:rgb(var(--color-primary-700)/.65)}html .text-primary-700\/70{color:rgb(var(--color-primary-700)/.7)}html .text-primary-700\/75{color:rgb(var(--color-primary-700)/.75)}html .text-primary-700\/80{color:rgb(var(--color-primary-700)/.8)}html .text-primary-700\/85{color:rgb(var(--color-primary-700)/.85)}html .text-primary-700\/90{color:rgb(var(--color-primary-700)/.9)}html .text-primary-700\/95{color:rgb(var(--color-primary-700)/.95)}html .text-primary-800{--tw-text-opacity: 1;color:rgb(var(--color-primary-800)/var(--tw-text-opacity, 1))}html .text-primary-800\/0{color:rgb(var(--color-primary-800)/0)}html .text-primary-800\/10{color:rgb(var(--color-primary-800)/.1)}html .text-primary-800\/100{color:rgb(var(--color-primary-800)/1)}html .text-primary-800\/15{color:rgb(var(--color-primary-800)/.15)}html .text-primary-800\/20{color:rgb(var(--color-primary-800)/.2)}html .text-primary-800\/25{color:rgb(var(--color-primary-800)/.25)}html .text-primary-800\/30{color:rgb(var(--color-primary-800)/.3)}html .text-primary-800\/35{color:rgb(var(--color-primary-800)/.35)}html .text-primary-800\/40{color:rgb(var(--color-primary-800)/.4)}html .text-primary-800\/45{color:rgb(var(--color-primary-800)/.45)}html .text-primary-800\/5{color:rgb(var(--color-primary-800)/.05)}html .text-primary-800\/50{color:rgb(var(--color-primary-800)/.5)}html .text-primary-800\/55{color:rgb(var(--color-primary-800)/.55)}html .text-primary-800\/60{color:rgb(var(--color-primary-800)/.6)}html .text-primary-800\/65{color:rgb(var(--color-primary-800)/.65)}html .text-primary-800\/70{color:rgb(var(--color-primary-800)/.7)}html .text-primary-800\/75{color:rgb(var(--color-primary-800)/.75)}html .text-primary-800\/80{color:rgb(var(--color-primary-800)/.8)}html .text-primary-800\/85{color:rgb(var(--color-primary-800)/.85)}html .text-primary-800\/90{color:rgb(var(--color-primary-800)/.9)}html .text-primary-800\/95{color:rgb(var(--color-primary-800)/.95)}html .text-primary-900{--tw-text-opacity: 1;color:rgb(var(--color-primary-900)/var(--tw-text-opacity, 1))}html .text-primary-900\/0{color:rgb(var(--color-primary-900)/0)}html .text-primary-900\/10{color:rgb(var(--color-primary-900)/.1)}html .text-primary-900\/100{color:rgb(var(--color-primary-900)/1)}html .text-primary-900\/15{color:rgb(var(--color-primary-900)/.15)}html .text-primary-900\/20{color:rgb(var(--color-primary-900)/.2)}html .text-primary-900\/25{color:rgb(var(--color-primary-900)/.25)}html .text-primary-900\/30{color:rgb(var(--color-primary-900)/.3)}html .text-primary-900\/35{color:rgb(var(--color-primary-900)/.35)}html .text-primary-900\/40{color:rgb(var(--color-primary-900)/.4)}html .text-primary-900\/45{color:rgb(var(--color-primary-900)/.45)}html .text-primary-900\/5{color:rgb(var(--color-primary-900)/.05)}html .text-primary-900\/50{color:rgb(var(--color-primary-900)/.5)}html .text-primary-900\/55{color:rgb(var(--color-primary-900)/.55)}html .text-primary-900\/60{color:rgb(var(--color-primary-900)/.6)}html .text-primary-900\/65{color:rgb(var(--color-primary-900)/.65)}html .text-primary-900\/70{color:rgb(var(--color-primary-900)/.7)}html .text-primary-900\/75{color:rgb(var(--color-primary-900)/.75)}html .text-primary-900\/80{color:rgb(var(--color-primary-900)/.8)}html .text-primary-900\/85{color:rgb(var(--color-primary-900)/.85)}html .text-primary-900\/90{color:rgb(var(--color-primary-900)/.9)}html .text-primary-900\/95{color:rgb(var(--color-primary-900)/.95)}html .text-primary-950{--tw-text-opacity: 1;color:rgb(var(--color-primary-950)/var(--tw-text-opacity, 1))}html .text-primary-950\/0{color:rgb(var(--color-primary-950)/0)}html .text-primary-950\/10{color:rgb(var(--color-primary-950)/.1)}html .text-primary-950\/100{color:rgb(var(--color-primary-950)/1)}html .text-primary-950\/15{color:rgb(var(--color-primary-950)/.15)}html .text-primary-950\/20{color:rgb(var(--color-primary-950)/.2)}html .text-primary-950\/25{color:rgb(var(--color-primary-950)/.25)}html .text-primary-950\/30{color:rgb(var(--color-primary-950)/.3)}html .text-primary-950\/35{color:rgb(var(--color-primary-950)/.35)}html .text-primary-950\/40{color:rgb(var(--color-primary-950)/.4)}html .text-primary-950\/45{color:rgb(var(--color-primary-950)/.45)}html .text-primary-950\/5{color:rgb(var(--color-primary-950)/.05)}html .text-primary-950\/50{color:rgb(var(--color-primary-950)/.5)}html .text-primary-950\/55{color:rgb(var(--color-primary-950)/.55)}html .text-primary-950\/60{color:rgb(var(--color-primary-950)/.6)}html .text-primary-950\/65{color:rgb(var(--color-primary-950)/.65)}html .text-primary-950\/70{color:rgb(var(--color-primary-950)/.7)}html .text-primary-950\/75{color:rgb(var(--color-primary-950)/.75)}html .text-primary-950\/80{color:rgb(var(--color-primary-950)/.8)}html .text-primary-950\/85{color:rgb(var(--color-primary-950)/.85)}html .text-primary-950\/90{color:rgb(var(--color-primary-950)/.9)}html .text-primary-950\/95{color:rgb(var(--color-primary-950)/.95)}html .text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}html .text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}html .text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}html .text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}html .text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}html .text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}html .text-secondary-0{--tw-text-opacity: 1;color:rgb(var(--color-secondary-0)/var(--tw-text-opacity, 1))}html .text-secondary-0\/0{color:rgb(var(--color-secondary-0)/0)}html .text-secondary-0\/10{color:rgb(var(--color-secondary-0)/.1)}html .text-secondary-0\/100{color:rgb(var(--color-secondary-0)/1)}html .text-secondary-0\/15{color:rgb(var(--color-secondary-0)/.15)}html .text-secondary-0\/20{color:rgb(var(--color-secondary-0)/.2)}html .text-secondary-0\/25{color:rgb(var(--color-secondary-0)/.25)}html .text-secondary-0\/30{color:rgb(var(--color-secondary-0)/.3)}html .text-secondary-0\/35{color:rgb(var(--color-secondary-0)/.35)}html .text-secondary-0\/40{color:rgb(var(--color-secondary-0)/.4)}html .text-secondary-0\/45{color:rgb(var(--color-secondary-0)/.45)}html .text-secondary-0\/5{color:rgb(var(--color-secondary-0)/.05)}html .text-secondary-0\/50{color:rgb(var(--color-secondary-0)/.5)}html .text-secondary-0\/55{color:rgb(var(--color-secondary-0)/.55)}html .text-secondary-0\/60{color:rgb(var(--color-secondary-0)/.6)}html .text-secondary-0\/65{color:rgb(var(--color-secondary-0)/.65)}html .text-secondary-0\/70{color:rgb(var(--color-secondary-0)/.7)}html .text-secondary-0\/75{color:rgb(var(--color-secondary-0)/.75)}html .text-secondary-0\/80{color:rgb(var(--color-secondary-0)/.8)}html .text-secondary-0\/85{color:rgb(var(--color-secondary-0)/.85)}html .text-secondary-0\/90{color:rgb(var(--color-secondary-0)/.9)}html .text-secondary-0\/95{color:rgb(var(--color-secondary-0)/.95)}html .text-secondary-100{--tw-text-opacity: 1;color:rgb(var(--color-secondary-100)/var(--tw-text-opacity, 1))}html .text-secondary-100\/0{color:rgb(var(--color-secondary-100)/0)}html .text-secondary-100\/10{color:rgb(var(--color-secondary-100)/.1)}html .text-secondary-100\/100{color:rgb(var(--color-secondary-100)/1)}html .text-secondary-100\/15{color:rgb(var(--color-secondary-100)/.15)}html .text-secondary-100\/20{color:rgb(var(--color-secondary-100)/.2)}html .text-secondary-100\/25{color:rgb(var(--color-secondary-100)/.25)}html .text-secondary-100\/30{color:rgb(var(--color-secondary-100)/.3)}html .text-secondary-100\/35{color:rgb(var(--color-secondary-100)/.35)}html .text-secondary-100\/40{color:rgb(var(--color-secondary-100)/.4)}html .text-secondary-100\/45{color:rgb(var(--color-secondary-100)/.45)}html .text-secondary-100\/5{color:rgb(var(--color-secondary-100)/.05)}html .text-secondary-100\/50{color:rgb(var(--color-secondary-100)/.5)}html .text-secondary-100\/55{color:rgb(var(--color-secondary-100)/.55)}html .text-secondary-100\/60{color:rgb(var(--color-secondary-100)/.6)}html .text-secondary-100\/65{color:rgb(var(--color-secondary-100)/.65)}html .text-secondary-100\/70{color:rgb(var(--color-secondary-100)/.7)}html .text-secondary-100\/75{color:rgb(var(--color-secondary-100)/.75)}html .text-secondary-100\/80{color:rgb(var(--color-secondary-100)/.8)}html .text-secondary-100\/85{color:rgb(var(--color-secondary-100)/.85)}html .text-secondary-100\/90{color:rgb(var(--color-secondary-100)/.9)}html .text-secondary-100\/95{color:rgb(var(--color-secondary-100)/.95)}html .text-secondary-200{--tw-text-opacity: 1;color:rgb(var(--color-secondary-200)/var(--tw-text-opacity, 1))}html .text-secondary-200\/0{color:rgb(var(--color-secondary-200)/0)}html .text-secondary-200\/10{color:rgb(var(--color-secondary-200)/.1)}html .text-secondary-200\/100{color:rgb(var(--color-secondary-200)/1)}html .text-secondary-200\/15{color:rgb(var(--color-secondary-200)/.15)}html .text-secondary-200\/20{color:rgb(var(--color-secondary-200)/.2)}html .text-secondary-200\/25{color:rgb(var(--color-secondary-200)/.25)}html .text-secondary-200\/30{color:rgb(var(--color-secondary-200)/.3)}html .text-secondary-200\/35{color:rgb(var(--color-secondary-200)/.35)}html .text-secondary-200\/40{color:rgb(var(--color-secondary-200)/.4)}html .text-secondary-200\/45{color:rgb(var(--color-secondary-200)/.45)}html .text-secondary-200\/5{color:rgb(var(--color-secondary-200)/.05)}html .text-secondary-200\/50{color:rgb(var(--color-secondary-200)/.5)}html .text-secondary-200\/55{color:rgb(var(--color-secondary-200)/.55)}html .text-secondary-200\/60{color:rgb(var(--color-secondary-200)/.6)}html .text-secondary-200\/65{color:rgb(var(--color-secondary-200)/.65)}html .text-secondary-200\/70{color:rgb(var(--color-secondary-200)/.7)}html .text-secondary-200\/75{color:rgb(var(--color-secondary-200)/.75)}html .text-secondary-200\/80{color:rgb(var(--color-secondary-200)/.8)}html .text-secondary-200\/85{color:rgb(var(--color-secondary-200)/.85)}html .text-secondary-200\/90{color:rgb(var(--color-secondary-200)/.9)}html .text-secondary-200\/95{color:rgb(var(--color-secondary-200)/.95)}html .text-secondary-300{--tw-text-opacity: 1;color:rgb(var(--color-secondary-300)/var(--tw-text-opacity, 1))}html .text-secondary-300\/0{color:rgb(var(--color-secondary-300)/0)}html .text-secondary-300\/10{color:rgb(var(--color-secondary-300)/.1)}html .text-secondary-300\/100{color:rgb(var(--color-secondary-300)/1)}html .text-secondary-300\/15{color:rgb(var(--color-secondary-300)/.15)}html .text-secondary-300\/20{color:rgb(var(--color-secondary-300)/.2)}html .text-secondary-300\/25{color:rgb(var(--color-secondary-300)/.25)}html .text-secondary-300\/30{color:rgb(var(--color-secondary-300)/.3)}html .text-secondary-300\/35{color:rgb(var(--color-secondary-300)/.35)}html .text-secondary-300\/40{color:rgb(var(--color-secondary-300)/.4)}html .text-secondary-300\/45{color:rgb(var(--color-secondary-300)/.45)}html .text-secondary-300\/5{color:rgb(var(--color-secondary-300)/.05)}html .text-secondary-300\/50{color:rgb(var(--color-secondary-300)/.5)}html .text-secondary-300\/55{color:rgb(var(--color-secondary-300)/.55)}html .text-secondary-300\/60{color:rgb(var(--color-secondary-300)/.6)}html .text-secondary-300\/65{color:rgb(var(--color-secondary-300)/.65)}html .text-secondary-300\/70{color:rgb(var(--color-secondary-300)/.7)}html .text-secondary-300\/75{color:rgb(var(--color-secondary-300)/.75)}html .text-secondary-300\/80{color:rgb(var(--color-secondary-300)/.8)}html .text-secondary-300\/85{color:rgb(var(--color-secondary-300)/.85)}html .text-secondary-300\/90{color:rgb(var(--color-secondary-300)/.9)}html .text-secondary-300\/95{color:rgb(var(--color-secondary-300)/.95)}html .text-secondary-400{--tw-text-opacity: 1;color:rgb(var(--color-secondary-400)/var(--tw-text-opacity, 1))}html .text-secondary-400\/0{color:rgb(var(--color-secondary-400)/0)}html .text-secondary-400\/10{color:rgb(var(--color-secondary-400)/.1)}html .text-secondary-400\/100{color:rgb(var(--color-secondary-400)/1)}html .text-secondary-400\/15{color:rgb(var(--color-secondary-400)/.15)}html .text-secondary-400\/20{color:rgb(var(--color-secondary-400)/.2)}html .text-secondary-400\/25{color:rgb(var(--color-secondary-400)/.25)}html .text-secondary-400\/30{color:rgb(var(--color-secondary-400)/.3)}html .text-secondary-400\/35{color:rgb(var(--color-secondary-400)/.35)}html .text-secondary-400\/40{color:rgb(var(--color-secondary-400)/.4)}html .text-secondary-400\/45{color:rgb(var(--color-secondary-400)/.45)}html .text-secondary-400\/5{color:rgb(var(--color-secondary-400)/.05)}html .text-secondary-400\/50{color:rgb(var(--color-secondary-400)/.5)}html .text-secondary-400\/55{color:rgb(var(--color-secondary-400)/.55)}html .text-secondary-400\/60{color:rgb(var(--color-secondary-400)/.6)}html .text-secondary-400\/65{color:rgb(var(--color-secondary-400)/.65)}html .text-secondary-400\/70{color:rgb(var(--color-secondary-400)/.7)}html .text-secondary-400\/75{color:rgb(var(--color-secondary-400)/.75)}html .text-secondary-400\/80{color:rgb(var(--color-secondary-400)/.8)}html .text-secondary-400\/85{color:rgb(var(--color-secondary-400)/.85)}html .text-secondary-400\/90{color:rgb(var(--color-secondary-400)/.9)}html .text-secondary-400\/95{color:rgb(var(--color-secondary-400)/.95)}html .text-secondary-50{--tw-text-opacity: 1;color:rgb(var(--color-secondary-50)/var(--tw-text-opacity, 1))}html .text-secondary-50\/0{color:rgb(var(--color-secondary-50)/0)}html .text-secondary-50\/10{color:rgb(var(--color-secondary-50)/.1)}html .text-secondary-50\/100{color:rgb(var(--color-secondary-50)/1)}html .text-secondary-50\/15{color:rgb(var(--color-secondary-50)/.15)}html .text-secondary-50\/20{color:rgb(var(--color-secondary-50)/.2)}html .text-secondary-50\/25{color:rgb(var(--color-secondary-50)/.25)}html .text-secondary-50\/30{color:rgb(var(--color-secondary-50)/.3)}html .text-secondary-50\/35{color:rgb(var(--color-secondary-50)/.35)}html .text-secondary-50\/40{color:rgb(var(--color-secondary-50)/.4)}html .text-secondary-50\/45{color:rgb(var(--color-secondary-50)/.45)}html .text-secondary-50\/5{color:rgb(var(--color-secondary-50)/.05)}html .text-secondary-50\/50{color:rgb(var(--color-secondary-50)/.5)}html .text-secondary-50\/55{color:rgb(var(--color-secondary-50)/.55)}html .text-secondary-50\/60{color:rgb(var(--color-secondary-50)/.6)}html .text-secondary-50\/65{color:rgb(var(--color-secondary-50)/.65)}html .text-secondary-50\/70{color:rgb(var(--color-secondary-50)/.7)}html .text-secondary-50\/75{color:rgb(var(--color-secondary-50)/.75)}html .text-secondary-50\/80{color:rgb(var(--color-secondary-50)/.8)}html .text-secondary-50\/85{color:rgb(var(--color-secondary-50)/.85)}html .text-secondary-50\/90{color:rgb(var(--color-secondary-50)/.9)}html .text-secondary-50\/95{color:rgb(var(--color-secondary-50)/.95)}html .text-secondary-500{--tw-text-opacity: 1;color:rgb(var(--color-secondary-500)/var(--tw-text-opacity, 1))}html .text-secondary-500\/0{color:rgb(var(--color-secondary-500)/0)}html .text-secondary-500\/10{color:rgb(var(--color-secondary-500)/.1)}html .text-secondary-500\/100{color:rgb(var(--color-secondary-500)/1)}html .text-secondary-500\/15{color:rgb(var(--color-secondary-500)/.15)}html .text-secondary-500\/20{color:rgb(var(--color-secondary-500)/.2)}html .text-secondary-500\/25{color:rgb(var(--color-secondary-500)/.25)}html .text-secondary-500\/30{color:rgb(var(--color-secondary-500)/.3)}html .text-secondary-500\/35{color:rgb(var(--color-secondary-500)/.35)}html .text-secondary-500\/40{color:rgb(var(--color-secondary-500)/.4)}html .text-secondary-500\/45{color:rgb(var(--color-secondary-500)/.45)}html .text-secondary-500\/5{color:rgb(var(--color-secondary-500)/.05)}html .text-secondary-500\/50{color:rgb(var(--color-secondary-500)/.5)}html .text-secondary-500\/55{color:rgb(var(--color-secondary-500)/.55)}html .text-secondary-500\/60{color:rgb(var(--color-secondary-500)/.6)}html .text-secondary-500\/65{color:rgb(var(--color-secondary-500)/.65)}html .text-secondary-500\/70{color:rgb(var(--color-secondary-500)/.7)}html .text-secondary-500\/75{color:rgb(var(--color-secondary-500)/.75)}html .text-secondary-500\/80{color:rgb(var(--color-secondary-500)/.8)}html .text-secondary-500\/85{color:rgb(var(--color-secondary-500)/.85)}html .text-secondary-500\/90{color:rgb(var(--color-secondary-500)/.9)}html .text-secondary-500\/95{color:rgb(var(--color-secondary-500)/.95)}html .text-secondary-600{--tw-text-opacity: 1;color:rgb(var(--color-secondary-600)/var(--tw-text-opacity, 1))}html .text-secondary-600\/0{color:rgb(var(--color-secondary-600)/0)}html .text-secondary-600\/10{color:rgb(var(--color-secondary-600)/.1)}html .text-secondary-600\/100{color:rgb(var(--color-secondary-600)/1)}html .text-secondary-600\/15{color:rgb(var(--color-secondary-600)/.15)}html .text-secondary-600\/20{color:rgb(var(--color-secondary-600)/.2)}html .text-secondary-600\/25{color:rgb(var(--color-secondary-600)/.25)}html .text-secondary-600\/30{color:rgb(var(--color-secondary-600)/.3)}html .text-secondary-600\/35{color:rgb(var(--color-secondary-600)/.35)}html .text-secondary-600\/40{color:rgb(var(--color-secondary-600)/.4)}html .text-secondary-600\/45{color:rgb(var(--color-secondary-600)/.45)}html .text-secondary-600\/5{color:rgb(var(--color-secondary-600)/.05)}html .text-secondary-600\/50{color:rgb(var(--color-secondary-600)/.5)}html .text-secondary-600\/55{color:rgb(var(--color-secondary-600)/.55)}html .text-secondary-600\/60{color:rgb(var(--color-secondary-600)/.6)}html .text-secondary-600\/65{color:rgb(var(--color-secondary-600)/.65)}html .text-secondary-600\/70{color:rgb(var(--color-secondary-600)/.7)}html .text-secondary-600\/75{color:rgb(var(--color-secondary-600)/.75)}html .text-secondary-600\/80{color:rgb(var(--color-secondary-600)/.8)}html .text-secondary-600\/85{color:rgb(var(--color-secondary-600)/.85)}html .text-secondary-600\/90{color:rgb(var(--color-secondary-600)/.9)}html .text-secondary-600\/95{color:rgb(var(--color-secondary-600)/.95)}html .text-secondary-700{--tw-text-opacity: 1;color:rgb(var(--color-secondary-700)/var(--tw-text-opacity, 1))}html .text-secondary-700\/0{color:rgb(var(--color-secondary-700)/0)}html .text-secondary-700\/10{color:rgb(var(--color-secondary-700)/.1)}html .text-secondary-700\/100{color:rgb(var(--color-secondary-700)/1)}html .text-secondary-700\/15{color:rgb(var(--color-secondary-700)/.15)}html .text-secondary-700\/20{color:rgb(var(--color-secondary-700)/.2)}html .text-secondary-700\/25{color:rgb(var(--color-secondary-700)/.25)}html .text-secondary-700\/30{color:rgb(var(--color-secondary-700)/.3)}html .text-secondary-700\/35{color:rgb(var(--color-secondary-700)/.35)}html .text-secondary-700\/40{color:rgb(var(--color-secondary-700)/.4)}html .text-secondary-700\/45{color:rgb(var(--color-secondary-700)/.45)}html .text-secondary-700\/5{color:rgb(var(--color-secondary-700)/.05)}html .text-secondary-700\/50{color:rgb(var(--color-secondary-700)/.5)}html .text-secondary-700\/55{color:rgb(var(--color-secondary-700)/.55)}html .text-secondary-700\/60{color:rgb(var(--color-secondary-700)/.6)}html .text-secondary-700\/65{color:rgb(var(--color-secondary-700)/.65)}html .text-secondary-700\/70{color:rgb(var(--color-secondary-700)/.7)}html .text-secondary-700\/75{color:rgb(var(--color-secondary-700)/.75)}html .text-secondary-700\/80{color:rgb(var(--color-secondary-700)/.8)}html .text-secondary-700\/85{color:rgb(var(--color-secondary-700)/.85)}html .text-secondary-700\/90{color:rgb(var(--color-secondary-700)/.9)}html .text-secondary-700\/95{color:rgb(var(--color-secondary-700)/.95)}html .text-secondary-800{--tw-text-opacity: 1;color:rgb(var(--color-secondary-800)/var(--tw-text-opacity, 1))}html .text-secondary-800\/0{color:rgb(var(--color-secondary-800)/0)}html .text-secondary-800\/10{color:rgb(var(--color-secondary-800)/.1)}html .text-secondary-800\/100{color:rgb(var(--color-secondary-800)/1)}html .text-secondary-800\/15{color:rgb(var(--color-secondary-800)/.15)}html .text-secondary-800\/20{color:rgb(var(--color-secondary-800)/.2)}html .text-secondary-800\/25{color:rgb(var(--color-secondary-800)/.25)}html .text-secondary-800\/30{color:rgb(var(--color-secondary-800)/.3)}html .text-secondary-800\/35{color:rgb(var(--color-secondary-800)/.35)}html .text-secondary-800\/40{color:rgb(var(--color-secondary-800)/.4)}html .text-secondary-800\/45{color:rgb(var(--color-secondary-800)/.45)}html .text-secondary-800\/5{color:rgb(var(--color-secondary-800)/.05)}html .text-secondary-800\/50{color:rgb(var(--color-secondary-800)/.5)}html .text-secondary-800\/55{color:rgb(var(--color-secondary-800)/.55)}html .text-secondary-800\/60{color:rgb(var(--color-secondary-800)/.6)}html .text-secondary-800\/65{color:rgb(var(--color-secondary-800)/.65)}html .text-secondary-800\/70{color:rgb(var(--color-secondary-800)/.7)}html .text-secondary-800\/75{color:rgb(var(--color-secondary-800)/.75)}html .text-secondary-800\/80{color:rgb(var(--color-secondary-800)/.8)}html .text-secondary-800\/85{color:rgb(var(--color-secondary-800)/.85)}html .text-secondary-800\/90{color:rgb(var(--color-secondary-800)/.9)}html .text-secondary-800\/95{color:rgb(var(--color-secondary-800)/.95)}html .text-secondary-900{--tw-text-opacity: 1;color:rgb(var(--color-secondary-900)/var(--tw-text-opacity, 1))}html .text-secondary-900\/0{color:rgb(var(--color-secondary-900)/0)}html .text-secondary-900\/10{color:rgb(var(--color-secondary-900)/.1)}html .text-secondary-900\/100{color:rgb(var(--color-secondary-900)/1)}html .text-secondary-900\/15{color:rgb(var(--color-secondary-900)/.15)}html .text-secondary-900\/20{color:rgb(var(--color-secondary-900)/.2)}html .text-secondary-900\/25{color:rgb(var(--color-secondary-900)/.25)}html .text-secondary-900\/30{color:rgb(var(--color-secondary-900)/.3)}html .text-secondary-900\/35{color:rgb(var(--color-secondary-900)/.35)}html .text-secondary-900\/40{color:rgb(var(--color-secondary-900)/.4)}html .text-secondary-900\/45{color:rgb(var(--color-secondary-900)/.45)}html .text-secondary-900\/5{color:rgb(var(--color-secondary-900)/.05)}html .text-secondary-900\/50{color:rgb(var(--color-secondary-900)/.5)}html .text-secondary-900\/55{color:rgb(var(--color-secondary-900)/.55)}html .text-secondary-900\/60{color:rgb(var(--color-secondary-900)/.6)}html .text-secondary-900\/65{color:rgb(var(--color-secondary-900)/.65)}html .text-secondary-900\/70{color:rgb(var(--color-secondary-900)/.7)}html .text-secondary-900\/75{color:rgb(var(--color-secondary-900)/.75)}html .text-secondary-900\/80{color:rgb(var(--color-secondary-900)/.8)}html .text-secondary-900\/85{color:rgb(var(--color-secondary-900)/.85)}html .text-secondary-900\/90{color:rgb(var(--color-secondary-900)/.9)}html .text-secondary-900\/95{color:rgb(var(--color-secondary-900)/.95)}html .text-secondary-950{--tw-text-opacity: 1;color:rgb(var(--color-secondary-950)/var(--tw-text-opacity, 1))}html .text-secondary-950\/0{color:rgb(var(--color-secondary-950)/0)}html .text-secondary-950\/10{color:rgb(var(--color-secondary-950)/.1)}html .text-secondary-950\/100{color:rgb(var(--color-secondary-950)/1)}html .text-secondary-950\/15{color:rgb(var(--color-secondary-950)/.15)}html .text-secondary-950\/20{color:rgb(var(--color-secondary-950)/.2)}html .text-secondary-950\/25{color:rgb(var(--color-secondary-950)/.25)}html .text-secondary-950\/30{color:rgb(var(--color-secondary-950)/.3)}html .text-secondary-950\/35{color:rgb(var(--color-secondary-950)/.35)}html .text-secondary-950\/40{color:rgb(var(--color-secondary-950)/.4)}html .text-secondary-950\/45{color:rgb(var(--color-secondary-950)/.45)}html .text-secondary-950\/5{color:rgb(var(--color-secondary-950)/.05)}html .text-secondary-950\/50{color:rgb(var(--color-secondary-950)/.5)}html .text-secondary-950\/55{color:rgb(var(--color-secondary-950)/.55)}html .text-secondary-950\/60{color:rgb(var(--color-secondary-950)/.6)}html .text-secondary-950\/65{color:rgb(var(--color-secondary-950)/.65)}html .text-secondary-950\/70{color:rgb(var(--color-secondary-950)/.7)}html .text-secondary-950\/75{color:rgb(var(--color-secondary-950)/.75)}html .text-secondary-950\/80{color:rgb(var(--color-secondary-950)/.8)}html .text-secondary-950\/85{color:rgb(var(--color-secondary-950)/.85)}html .text-secondary-950\/90{color:rgb(var(--color-secondary-950)/.9)}html .text-secondary-950\/95{color:rgb(var(--color-secondary-950)/.95)}html .text-success-0{--tw-text-opacity: 1;color:rgb(var(--color-success-0)/var(--tw-text-opacity, 1))}html .text-success-0\/0{color:rgb(var(--color-success-0)/0)}html .text-success-0\/10{color:rgb(var(--color-success-0)/.1)}html .text-success-0\/100{color:rgb(var(--color-success-0)/1)}html .text-success-0\/15{color:rgb(var(--color-success-0)/.15)}html .text-success-0\/20{color:rgb(var(--color-success-0)/.2)}html .text-success-0\/25{color:rgb(var(--color-success-0)/.25)}html .text-success-0\/30{color:rgb(var(--color-success-0)/.3)}html .text-success-0\/35{color:rgb(var(--color-success-0)/.35)}html .text-success-0\/40{color:rgb(var(--color-success-0)/.4)}html .text-success-0\/45{color:rgb(var(--color-success-0)/.45)}html .text-success-0\/5{color:rgb(var(--color-success-0)/.05)}html .text-success-0\/50{color:rgb(var(--color-success-0)/.5)}html .text-success-0\/55{color:rgb(var(--color-success-0)/.55)}html .text-success-0\/60{color:rgb(var(--color-success-0)/.6)}html .text-success-0\/65{color:rgb(var(--color-success-0)/.65)}html .text-success-0\/70{color:rgb(var(--color-success-0)/.7)}html .text-success-0\/75{color:rgb(var(--color-success-0)/.75)}html .text-success-0\/80{color:rgb(var(--color-success-0)/.8)}html .text-success-0\/85{color:rgb(var(--color-success-0)/.85)}html .text-success-0\/90{color:rgb(var(--color-success-0)/.9)}html .text-success-0\/95{color:rgb(var(--color-success-0)/.95)}html .text-success-100{--tw-text-opacity: 1;color:rgb(var(--color-success-100)/var(--tw-text-opacity, 1))}html .text-success-100\/0{color:rgb(var(--color-success-100)/0)}html .text-success-100\/10{color:rgb(var(--color-success-100)/.1)}html .text-success-100\/100{color:rgb(var(--color-success-100)/1)}html .text-success-100\/15{color:rgb(var(--color-success-100)/.15)}html .text-success-100\/20{color:rgb(var(--color-success-100)/.2)}html .text-success-100\/25{color:rgb(var(--color-success-100)/.25)}html .text-success-100\/30{color:rgb(var(--color-success-100)/.3)}html .text-success-100\/35{color:rgb(var(--color-success-100)/.35)}html .text-success-100\/40{color:rgb(var(--color-success-100)/.4)}html .text-success-100\/45{color:rgb(var(--color-success-100)/.45)}html .text-success-100\/5{color:rgb(var(--color-success-100)/.05)}html .text-success-100\/50{color:rgb(var(--color-success-100)/.5)}html .text-success-100\/55{color:rgb(var(--color-success-100)/.55)}html .text-success-100\/60{color:rgb(var(--color-success-100)/.6)}html .text-success-100\/65{color:rgb(var(--color-success-100)/.65)}html .text-success-100\/70{color:rgb(var(--color-success-100)/.7)}html .text-success-100\/75{color:rgb(var(--color-success-100)/.75)}html .text-success-100\/80{color:rgb(var(--color-success-100)/.8)}html .text-success-100\/85{color:rgb(var(--color-success-100)/.85)}html .text-success-100\/90{color:rgb(var(--color-success-100)/.9)}html .text-success-100\/95{color:rgb(var(--color-success-100)/.95)}html .text-success-200{--tw-text-opacity: 1;color:rgb(var(--color-success-200)/var(--tw-text-opacity, 1))}html .text-success-200\/0{color:rgb(var(--color-success-200)/0)}html .text-success-200\/10{color:rgb(var(--color-success-200)/.1)}html .text-success-200\/100{color:rgb(var(--color-success-200)/1)}html .text-success-200\/15{color:rgb(var(--color-success-200)/.15)}html .text-success-200\/20{color:rgb(var(--color-success-200)/.2)}html .text-success-200\/25{color:rgb(var(--color-success-200)/.25)}html .text-success-200\/30{color:rgb(var(--color-success-200)/.3)}html .text-success-200\/35{color:rgb(var(--color-success-200)/.35)}html .text-success-200\/40{color:rgb(var(--color-success-200)/.4)}html .text-success-200\/45{color:rgb(var(--color-success-200)/.45)}html .text-success-200\/5{color:rgb(var(--color-success-200)/.05)}html .text-success-200\/50{color:rgb(var(--color-success-200)/.5)}html .text-success-200\/55{color:rgb(var(--color-success-200)/.55)}html .text-success-200\/60{color:rgb(var(--color-success-200)/.6)}html .text-success-200\/65{color:rgb(var(--color-success-200)/.65)}html .text-success-200\/70{color:rgb(var(--color-success-200)/.7)}html .text-success-200\/75{color:rgb(var(--color-success-200)/.75)}html .text-success-200\/80{color:rgb(var(--color-success-200)/.8)}html .text-success-200\/85{color:rgb(var(--color-success-200)/.85)}html .text-success-200\/90{color:rgb(var(--color-success-200)/.9)}html .text-success-200\/95{color:rgb(var(--color-success-200)/.95)}html .text-success-300{--tw-text-opacity: 1;color:rgb(var(--color-success-300)/var(--tw-text-opacity, 1))}html .text-success-300\/0{color:rgb(var(--color-success-300)/0)}html .text-success-300\/10{color:rgb(var(--color-success-300)/.1)}html .text-success-300\/100{color:rgb(var(--color-success-300)/1)}html .text-success-300\/15{color:rgb(var(--color-success-300)/.15)}html .text-success-300\/20{color:rgb(var(--color-success-300)/.2)}html .text-success-300\/25{color:rgb(var(--color-success-300)/.25)}html .text-success-300\/30{color:rgb(var(--color-success-300)/.3)}html .text-success-300\/35{color:rgb(var(--color-success-300)/.35)}html .text-success-300\/40{color:rgb(var(--color-success-300)/.4)}html .text-success-300\/45{color:rgb(var(--color-success-300)/.45)}html .text-success-300\/5{color:rgb(var(--color-success-300)/.05)}html .text-success-300\/50{color:rgb(var(--color-success-300)/.5)}html .text-success-300\/55{color:rgb(var(--color-success-300)/.55)}html .text-success-300\/60{color:rgb(var(--color-success-300)/.6)}html .text-success-300\/65{color:rgb(var(--color-success-300)/.65)}html .text-success-300\/70{color:rgb(var(--color-success-300)/.7)}html .text-success-300\/75{color:rgb(var(--color-success-300)/.75)}html .text-success-300\/80{color:rgb(var(--color-success-300)/.8)}html .text-success-300\/85{color:rgb(var(--color-success-300)/.85)}html .text-success-300\/90{color:rgb(var(--color-success-300)/.9)}html .text-success-300\/95{color:rgb(var(--color-success-300)/.95)}html .text-success-400{--tw-text-opacity: 1;color:rgb(var(--color-success-400)/var(--tw-text-opacity, 1))}html .text-success-400\/0{color:rgb(var(--color-success-400)/0)}html .text-success-400\/10{color:rgb(var(--color-success-400)/.1)}html .text-success-400\/100{color:rgb(var(--color-success-400)/1)}html .text-success-400\/15{color:rgb(var(--color-success-400)/.15)}html .text-success-400\/20{color:rgb(var(--color-success-400)/.2)}html .text-success-400\/25{color:rgb(var(--color-success-400)/.25)}html .text-success-400\/30{color:rgb(var(--color-success-400)/.3)}html .text-success-400\/35{color:rgb(var(--color-success-400)/.35)}html .text-success-400\/40{color:rgb(var(--color-success-400)/.4)}html .text-success-400\/45{color:rgb(var(--color-success-400)/.45)}html .text-success-400\/5{color:rgb(var(--color-success-400)/.05)}html .text-success-400\/50{color:rgb(var(--color-success-400)/.5)}html .text-success-400\/55{color:rgb(var(--color-success-400)/.55)}html .text-success-400\/60{color:rgb(var(--color-success-400)/.6)}html .text-success-400\/65{color:rgb(var(--color-success-400)/.65)}html .text-success-400\/70{color:rgb(var(--color-success-400)/.7)}html .text-success-400\/75{color:rgb(var(--color-success-400)/.75)}html .text-success-400\/80{color:rgb(var(--color-success-400)/.8)}html .text-success-400\/85{color:rgb(var(--color-success-400)/.85)}html .text-success-400\/90{color:rgb(var(--color-success-400)/.9)}html .text-success-400\/95{color:rgb(var(--color-success-400)/.95)}html .text-success-50{--tw-text-opacity: 1;color:rgb(var(--color-success-50)/var(--tw-text-opacity, 1))}html .text-success-50\/0{color:rgb(var(--color-success-50)/0)}html .text-success-50\/10{color:rgb(var(--color-success-50)/.1)}html .text-success-50\/100{color:rgb(var(--color-success-50)/1)}html .text-success-50\/15{color:rgb(var(--color-success-50)/.15)}html .text-success-50\/20{color:rgb(var(--color-success-50)/.2)}html .text-success-50\/25{color:rgb(var(--color-success-50)/.25)}html .text-success-50\/30{color:rgb(var(--color-success-50)/.3)}html .text-success-50\/35{color:rgb(var(--color-success-50)/.35)}html .text-success-50\/40{color:rgb(var(--color-success-50)/.4)}html .text-success-50\/45{color:rgb(var(--color-success-50)/.45)}html .text-success-50\/5{color:rgb(var(--color-success-50)/.05)}html .text-success-50\/50{color:rgb(var(--color-success-50)/.5)}html .text-success-50\/55{color:rgb(var(--color-success-50)/.55)}html .text-success-50\/60{color:rgb(var(--color-success-50)/.6)}html .text-success-50\/65{color:rgb(var(--color-success-50)/.65)}html .text-success-50\/70{color:rgb(var(--color-success-50)/.7)}html .text-success-50\/75{color:rgb(var(--color-success-50)/.75)}html .text-success-50\/80{color:rgb(var(--color-success-50)/.8)}html .text-success-50\/85{color:rgb(var(--color-success-50)/.85)}html .text-success-50\/90{color:rgb(var(--color-success-50)/.9)}html .text-success-50\/95{color:rgb(var(--color-success-50)/.95)}html .text-success-500{--tw-text-opacity: 1;color:rgb(var(--color-success-500)/var(--tw-text-opacity, 1))}html .text-success-500\/0{color:rgb(var(--color-success-500)/0)}html .text-success-500\/10{color:rgb(var(--color-success-500)/.1)}html .text-success-500\/100{color:rgb(var(--color-success-500)/1)}html .text-success-500\/15{color:rgb(var(--color-success-500)/.15)}html .text-success-500\/20{color:rgb(var(--color-success-500)/.2)}html .text-success-500\/25{color:rgb(var(--color-success-500)/.25)}html .text-success-500\/30{color:rgb(var(--color-success-500)/.3)}html .text-success-500\/35{color:rgb(var(--color-success-500)/.35)}html .text-success-500\/40{color:rgb(var(--color-success-500)/.4)}html .text-success-500\/45{color:rgb(var(--color-success-500)/.45)}html .text-success-500\/5{color:rgb(var(--color-success-500)/.05)}html .text-success-500\/50{color:rgb(var(--color-success-500)/.5)}html .text-success-500\/55{color:rgb(var(--color-success-500)/.55)}html .text-success-500\/60{color:rgb(var(--color-success-500)/.6)}html .text-success-500\/65{color:rgb(var(--color-success-500)/.65)}html .text-success-500\/70{color:rgb(var(--color-success-500)/.7)}html .text-success-500\/75{color:rgb(var(--color-success-500)/.75)}html .text-success-500\/80{color:rgb(var(--color-success-500)/.8)}html .text-success-500\/85{color:rgb(var(--color-success-500)/.85)}html .text-success-500\/90{color:rgb(var(--color-success-500)/.9)}html .text-success-500\/95{color:rgb(var(--color-success-500)/.95)}html .text-success-600{--tw-text-opacity: 1;color:rgb(var(--color-success-600)/var(--tw-text-opacity, 1))}html .text-success-600\/0{color:rgb(var(--color-success-600)/0)}html .text-success-600\/10{color:rgb(var(--color-success-600)/.1)}html .text-success-600\/100{color:rgb(var(--color-success-600)/1)}html .text-success-600\/15{color:rgb(var(--color-success-600)/.15)}html .text-success-600\/20{color:rgb(var(--color-success-600)/.2)}html .text-success-600\/25{color:rgb(var(--color-success-600)/.25)}html .text-success-600\/30{color:rgb(var(--color-success-600)/.3)}html .text-success-600\/35{color:rgb(var(--color-success-600)/.35)}html .text-success-600\/40{color:rgb(var(--color-success-600)/.4)}html .text-success-600\/45{color:rgb(var(--color-success-600)/.45)}html .text-success-600\/5{color:rgb(var(--color-success-600)/.05)}html .text-success-600\/50{color:rgb(var(--color-success-600)/.5)}html .text-success-600\/55{color:rgb(var(--color-success-600)/.55)}html .text-success-600\/60{color:rgb(var(--color-success-600)/.6)}html .text-success-600\/65{color:rgb(var(--color-success-600)/.65)}html .text-success-600\/70{color:rgb(var(--color-success-600)/.7)}html .text-success-600\/75{color:rgb(var(--color-success-600)/.75)}html .text-success-600\/80{color:rgb(var(--color-success-600)/.8)}html .text-success-600\/85{color:rgb(var(--color-success-600)/.85)}html .text-success-600\/90{color:rgb(var(--color-success-600)/.9)}html .text-success-600\/95{color:rgb(var(--color-success-600)/.95)}html .text-success-700{--tw-text-opacity: 1;color:rgb(var(--color-success-700)/var(--tw-text-opacity, 1))}html .text-success-700\/0{color:rgb(var(--color-success-700)/0)}html .text-success-700\/10{color:rgb(var(--color-success-700)/.1)}html .text-success-700\/100{color:rgb(var(--color-success-700)/1)}html .text-success-700\/15{color:rgb(var(--color-success-700)/.15)}html .text-success-700\/20{color:rgb(var(--color-success-700)/.2)}html .text-success-700\/25{color:rgb(var(--color-success-700)/.25)}html .text-success-700\/30{color:rgb(var(--color-success-700)/.3)}html .text-success-700\/35{color:rgb(var(--color-success-700)/.35)}html .text-success-700\/40{color:rgb(var(--color-success-700)/.4)}html .text-success-700\/45{color:rgb(var(--color-success-700)/.45)}html .text-success-700\/5{color:rgb(var(--color-success-700)/.05)}html .text-success-700\/50{color:rgb(var(--color-success-700)/.5)}html .text-success-700\/55{color:rgb(var(--color-success-700)/.55)}html .text-success-700\/60{color:rgb(var(--color-success-700)/.6)}html .text-success-700\/65{color:rgb(var(--color-success-700)/.65)}html .text-success-700\/70{color:rgb(var(--color-success-700)/.7)}html .text-success-700\/75{color:rgb(var(--color-success-700)/.75)}html .text-success-700\/80{color:rgb(var(--color-success-700)/.8)}html .text-success-700\/85{color:rgb(var(--color-success-700)/.85)}html .text-success-700\/90{color:rgb(var(--color-success-700)/.9)}html .text-success-700\/95{color:rgb(var(--color-success-700)/.95)}html .text-success-800{--tw-text-opacity: 1;color:rgb(var(--color-success-800)/var(--tw-text-opacity, 1))}html .text-success-800\/0{color:rgb(var(--color-success-800)/0)}html .text-success-800\/10{color:rgb(var(--color-success-800)/.1)}html .text-success-800\/100{color:rgb(var(--color-success-800)/1)}html .text-success-800\/15{color:rgb(var(--color-success-800)/.15)}html .text-success-800\/20{color:rgb(var(--color-success-800)/.2)}html .text-success-800\/25{color:rgb(var(--color-success-800)/.25)}html .text-success-800\/30{color:rgb(var(--color-success-800)/.3)}html .text-success-800\/35{color:rgb(var(--color-success-800)/.35)}html .text-success-800\/40{color:rgb(var(--color-success-800)/.4)}html .text-success-800\/45{color:rgb(var(--color-success-800)/.45)}html .text-success-800\/5{color:rgb(var(--color-success-800)/.05)}html .text-success-800\/50{color:rgb(var(--color-success-800)/.5)}html .text-success-800\/55{color:rgb(var(--color-success-800)/.55)}html .text-success-800\/60{color:rgb(var(--color-success-800)/.6)}html .text-success-800\/65{color:rgb(var(--color-success-800)/.65)}html .text-success-800\/70{color:rgb(var(--color-success-800)/.7)}html .text-success-800\/75{color:rgb(var(--color-success-800)/.75)}html .text-success-800\/80{color:rgb(var(--color-success-800)/.8)}html .text-success-800\/85{color:rgb(var(--color-success-800)/.85)}html .text-success-800\/90{color:rgb(var(--color-success-800)/.9)}html .text-success-800\/95{color:rgb(var(--color-success-800)/.95)}html .text-success-900{--tw-text-opacity: 1;color:rgb(var(--color-success-900)/var(--tw-text-opacity, 1))}html .text-success-900\/0{color:rgb(var(--color-success-900)/0)}html .text-success-900\/10{color:rgb(var(--color-success-900)/.1)}html .text-success-900\/100{color:rgb(var(--color-success-900)/1)}html .text-success-900\/15{color:rgb(var(--color-success-900)/.15)}html .text-success-900\/20{color:rgb(var(--color-success-900)/.2)}html .text-success-900\/25{color:rgb(var(--color-success-900)/.25)}html .text-success-900\/30{color:rgb(var(--color-success-900)/.3)}html .text-success-900\/35{color:rgb(var(--color-success-900)/.35)}html .text-success-900\/40{color:rgb(var(--color-success-900)/.4)}html .text-success-900\/45{color:rgb(var(--color-success-900)/.45)}html .text-success-900\/5{color:rgb(var(--color-success-900)/.05)}html .text-success-900\/50{color:rgb(var(--color-success-900)/.5)}html .text-success-900\/55{color:rgb(var(--color-success-900)/.55)}html .text-success-900\/60{color:rgb(var(--color-success-900)/.6)}html .text-success-900\/65{color:rgb(var(--color-success-900)/.65)}html .text-success-900\/70{color:rgb(var(--color-success-900)/.7)}html .text-success-900\/75{color:rgb(var(--color-success-900)/.75)}html .text-success-900\/80{color:rgb(var(--color-success-900)/.8)}html .text-success-900\/85{color:rgb(var(--color-success-900)/.85)}html .text-success-900\/90{color:rgb(var(--color-success-900)/.9)}html .text-success-900\/95{color:rgb(var(--color-success-900)/.95)}html .text-success-950{--tw-text-opacity: 1;color:rgb(var(--color-success-950)/var(--tw-text-opacity, 1))}html .text-success-950\/0{color:rgb(var(--color-success-950)/0)}html .text-success-950\/10{color:rgb(var(--color-success-950)/.1)}html .text-success-950\/100{color:rgb(var(--color-success-950)/1)}html .text-success-950\/15{color:rgb(var(--color-success-950)/.15)}html .text-success-950\/20{color:rgb(var(--color-success-950)/.2)}html .text-success-950\/25{color:rgb(var(--color-success-950)/.25)}html .text-success-950\/30{color:rgb(var(--color-success-950)/.3)}html .text-success-950\/35{color:rgb(var(--color-success-950)/.35)}html .text-success-950\/40{color:rgb(var(--color-success-950)/.4)}html .text-success-950\/45{color:rgb(var(--color-success-950)/.45)}html .text-success-950\/5{color:rgb(var(--color-success-950)/.05)}html .text-success-950\/50{color:rgb(var(--color-success-950)/.5)}html .text-success-950\/55{color:rgb(var(--color-success-950)/.55)}html .text-success-950\/60{color:rgb(var(--color-success-950)/.6)}html .text-success-950\/65{color:rgb(var(--color-success-950)/.65)}html .text-success-950\/70{color:rgb(var(--color-success-950)/.7)}html .text-success-950\/75{color:rgb(var(--color-success-950)/.75)}html .text-success-950\/80{color:rgb(var(--color-success-950)/.8)}html .text-success-950\/85{color:rgb(var(--color-success-950)/.85)}html .text-success-950\/90{color:rgb(var(--color-success-950)/.9)}html .text-success-950\/95{color:rgb(var(--color-success-950)/.95)}html .text-typography-0{--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html .text-typography-0\/0{color:rgb(var(--color-typography-0)/0)}html .text-typography-0\/10{color:rgb(var(--color-typography-0)/.1)}html .text-typography-0\/100{color:rgb(var(--color-typography-0)/1)}html .text-typography-0\/15{color:rgb(var(--color-typography-0)/.15)}html .text-typography-0\/20{color:rgb(var(--color-typography-0)/.2)}html .text-typography-0\/25{color:rgb(var(--color-typography-0)/.25)}html .text-typography-0\/30{color:rgb(var(--color-typography-0)/.3)}html .text-typography-0\/35{color:rgb(var(--color-typography-0)/.35)}html .text-typography-0\/40{color:rgb(var(--color-typography-0)/.4)}html .text-typography-0\/45{color:rgb(var(--color-typography-0)/.45)}html .text-typography-0\/5{color:rgb(var(--color-typography-0)/.05)}html .text-typography-0\/50{color:rgb(var(--color-typography-0)/.5)}html .text-typography-0\/55{color:rgb(var(--color-typography-0)/.55)}html .text-typography-0\/60{color:rgb(var(--color-typography-0)/.6)}html .text-typography-0\/65{color:rgb(var(--color-typography-0)/.65)}html .text-typography-0\/70{color:rgb(var(--color-typography-0)/.7)}html .text-typography-0\/75{color:rgb(var(--color-typography-0)/.75)}html .text-typography-0\/80{color:rgb(var(--color-typography-0)/.8)}html .text-typography-0\/85{color:rgb(var(--color-typography-0)/.85)}html .text-typography-0\/90{color:rgb(var(--color-typography-0)/.9)}html .text-typography-0\/95{color:rgb(var(--color-typography-0)/.95)}html .text-typography-100{--tw-text-opacity: 1;color:rgb(var(--color-typography-100)/var(--tw-text-opacity, 1))}html .text-typography-100\/0{color:rgb(var(--color-typography-100)/0)}html .text-typography-100\/10{color:rgb(var(--color-typography-100)/.1)}html .text-typography-100\/100{color:rgb(var(--color-typography-100)/1)}html .text-typography-100\/15{color:rgb(var(--color-typography-100)/.15)}html .text-typography-100\/20{color:rgb(var(--color-typography-100)/.2)}html .text-typography-100\/25{color:rgb(var(--color-typography-100)/.25)}html .text-typography-100\/30{color:rgb(var(--color-typography-100)/.3)}html .text-typography-100\/35{color:rgb(var(--color-typography-100)/.35)}html .text-typography-100\/40{color:rgb(var(--color-typography-100)/.4)}html .text-typography-100\/45{color:rgb(var(--color-typography-100)/.45)}html .text-typography-100\/5{color:rgb(var(--color-typography-100)/.05)}html .text-typography-100\/50{color:rgb(var(--color-typography-100)/.5)}html .text-typography-100\/55{color:rgb(var(--color-typography-100)/.55)}html .text-typography-100\/60{color:rgb(var(--color-typography-100)/.6)}html .text-typography-100\/65{color:rgb(var(--color-typography-100)/.65)}html .text-typography-100\/70{color:rgb(var(--color-typography-100)/.7)}html .text-typography-100\/75{color:rgb(var(--color-typography-100)/.75)}html .text-typography-100\/80{color:rgb(var(--color-typography-100)/.8)}html .text-typography-100\/85{color:rgb(var(--color-typography-100)/.85)}html .text-typography-100\/90{color:rgb(var(--color-typography-100)/.9)}html .text-typography-100\/95{color:rgb(var(--color-typography-100)/.95)}html .text-typography-200{--tw-text-opacity: 1;color:rgb(var(--color-typography-200)/var(--tw-text-opacity, 1))}html .text-typography-200\/0{color:rgb(var(--color-typography-200)/0)}html .text-typography-200\/10{color:rgb(var(--color-typography-200)/.1)}html .text-typography-200\/100{color:rgb(var(--color-typography-200)/1)}html .text-typography-200\/15{color:rgb(var(--color-typography-200)/.15)}html .text-typography-200\/20{color:rgb(var(--color-typography-200)/.2)}html .text-typography-200\/25{color:rgb(var(--color-typography-200)/.25)}html .text-typography-200\/30{color:rgb(var(--color-typography-200)/.3)}html .text-typography-200\/35{color:rgb(var(--color-typography-200)/.35)}html .text-typography-200\/40{color:rgb(var(--color-typography-200)/.4)}html .text-typography-200\/45{color:rgb(var(--color-typography-200)/.45)}html .text-typography-200\/5{color:rgb(var(--color-typography-200)/.05)}html .text-typography-200\/50{color:rgb(var(--color-typography-200)/.5)}html .text-typography-200\/55{color:rgb(var(--color-typography-200)/.55)}html .text-typography-200\/60{color:rgb(var(--color-typography-200)/.6)}html .text-typography-200\/65{color:rgb(var(--color-typography-200)/.65)}html .text-typography-200\/70{color:rgb(var(--color-typography-200)/.7)}html .text-typography-200\/75{color:rgb(var(--color-typography-200)/.75)}html .text-typography-200\/80{color:rgb(var(--color-typography-200)/.8)}html .text-typography-200\/85{color:rgb(var(--color-typography-200)/.85)}html .text-typography-200\/90{color:rgb(var(--color-typography-200)/.9)}html .text-typography-200\/95{color:rgb(var(--color-typography-200)/.95)}html .text-typography-300{--tw-text-opacity: 1;color:rgb(var(--color-typography-300)/var(--tw-text-opacity, 1))}html .text-typography-300\/0{color:rgb(var(--color-typography-300)/0)}html .text-typography-300\/10{color:rgb(var(--color-typography-300)/.1)}html .text-typography-300\/100{color:rgb(var(--color-typography-300)/1)}html .text-typography-300\/15{color:rgb(var(--color-typography-300)/.15)}html .text-typography-300\/20{color:rgb(var(--color-typography-300)/.2)}html .text-typography-300\/25{color:rgb(var(--color-typography-300)/.25)}html .text-typography-300\/30{color:rgb(var(--color-typography-300)/.3)}html .text-typography-300\/35{color:rgb(var(--color-typography-300)/.35)}html .text-typography-300\/40{color:rgb(var(--color-typography-300)/.4)}html .text-typography-300\/45{color:rgb(var(--color-typography-300)/.45)}html .text-typography-300\/5{color:rgb(var(--color-typography-300)/.05)}html .text-typography-300\/50{color:rgb(var(--color-typography-300)/.5)}html .text-typography-300\/55{color:rgb(var(--color-typography-300)/.55)}html .text-typography-300\/60{color:rgb(var(--color-typography-300)/.6)}html .text-typography-300\/65{color:rgb(var(--color-typography-300)/.65)}html .text-typography-300\/70{color:rgb(var(--color-typography-300)/.7)}html .text-typography-300\/75{color:rgb(var(--color-typography-300)/.75)}html .text-typography-300\/80{color:rgb(var(--color-typography-300)/.8)}html .text-typography-300\/85{color:rgb(var(--color-typography-300)/.85)}html .text-typography-300\/90{color:rgb(var(--color-typography-300)/.9)}html .text-typography-300\/95{color:rgb(var(--color-typography-300)/.95)}html .text-typography-400{--tw-text-opacity: 1;color:rgb(var(--color-typography-400)/var(--tw-text-opacity, 1))}html .text-typography-400\/0{color:rgb(var(--color-typography-400)/0)}html .text-typography-400\/10{color:rgb(var(--color-typography-400)/.1)}html .text-typography-400\/100{color:rgb(var(--color-typography-400)/1)}html .text-typography-400\/15{color:rgb(var(--color-typography-400)/.15)}html .text-typography-400\/20{color:rgb(var(--color-typography-400)/.2)}html .text-typography-400\/25{color:rgb(var(--color-typography-400)/.25)}html .text-typography-400\/30{color:rgb(var(--color-typography-400)/.3)}html .text-typography-400\/35{color:rgb(var(--color-typography-400)/.35)}html .text-typography-400\/40{color:rgb(var(--color-typography-400)/.4)}html .text-typography-400\/45{color:rgb(var(--color-typography-400)/.45)}html .text-typography-400\/5{color:rgb(var(--color-typography-400)/.05)}html .text-typography-400\/50{color:rgb(var(--color-typography-400)/.5)}html .text-typography-400\/55{color:rgb(var(--color-typography-400)/.55)}html .text-typography-400\/60{color:rgb(var(--color-typography-400)/.6)}html .text-typography-400\/65{color:rgb(var(--color-typography-400)/.65)}html .text-typography-400\/70{color:rgb(var(--color-typography-400)/.7)}html .text-typography-400\/75{color:rgb(var(--color-typography-400)/.75)}html .text-typography-400\/80{color:rgb(var(--color-typography-400)/.8)}html .text-typography-400\/85{color:rgb(var(--color-typography-400)/.85)}html .text-typography-400\/90{color:rgb(var(--color-typography-400)/.9)}html .text-typography-400\/95{color:rgb(var(--color-typography-400)/.95)}html .text-typography-50{--tw-text-opacity: 1;color:rgb(var(--color-typography-50)/var(--tw-text-opacity, 1))}html .text-typography-50\/0{color:rgb(var(--color-typography-50)/0)}html .text-typography-50\/10{color:rgb(var(--color-typography-50)/.1)}html .text-typography-50\/100{color:rgb(var(--color-typography-50)/1)}html .text-typography-50\/15{color:rgb(var(--color-typography-50)/.15)}html .text-typography-50\/20{color:rgb(var(--color-typography-50)/.2)}html .text-typography-50\/25{color:rgb(var(--color-typography-50)/.25)}html .text-typography-50\/30{color:rgb(var(--color-typography-50)/.3)}html .text-typography-50\/35{color:rgb(var(--color-typography-50)/.35)}html .text-typography-50\/40{color:rgb(var(--color-typography-50)/.4)}html .text-typography-50\/45{color:rgb(var(--color-typography-50)/.45)}html .text-typography-50\/5{color:rgb(var(--color-typography-50)/.05)}html .text-typography-50\/50{color:rgb(var(--color-typography-50)/.5)}html .text-typography-50\/55{color:rgb(var(--color-typography-50)/.55)}html .text-typography-50\/60{color:rgb(var(--color-typography-50)/.6)}html .text-typography-50\/65{color:rgb(var(--color-typography-50)/.65)}html .text-typography-50\/70{color:rgb(var(--color-typography-50)/.7)}html .text-typography-50\/75{color:rgb(var(--color-typography-50)/.75)}html .text-typography-50\/80{color:rgb(var(--color-typography-50)/.8)}html .text-typography-50\/85{color:rgb(var(--color-typography-50)/.85)}html .text-typography-50\/90{color:rgb(var(--color-typography-50)/.9)}html .text-typography-50\/95{color:rgb(var(--color-typography-50)/.95)}html .text-typography-500{--tw-text-opacity: 1;color:rgb(var(--color-typography-500)/var(--tw-text-opacity, 1))}html .text-typography-500\/0{color:rgb(var(--color-typography-500)/0)}html .text-typography-500\/10{color:rgb(var(--color-typography-500)/.1)}html .text-typography-500\/100{color:rgb(var(--color-typography-500)/1)}html .text-typography-500\/15{color:rgb(var(--color-typography-500)/.15)}html .text-typography-500\/20{color:rgb(var(--color-typography-500)/.2)}html .text-typography-500\/25{color:rgb(var(--color-typography-500)/.25)}html .text-typography-500\/30{color:rgb(var(--color-typography-500)/.3)}html .text-typography-500\/35{color:rgb(var(--color-typography-500)/.35)}html .text-typography-500\/40{color:rgb(var(--color-typography-500)/.4)}html .text-typography-500\/45{color:rgb(var(--color-typography-500)/.45)}html .text-typography-500\/5{color:rgb(var(--color-typography-500)/.05)}html .text-typography-500\/50{color:rgb(var(--color-typography-500)/.5)}html .text-typography-500\/55{color:rgb(var(--color-typography-500)/.55)}html .text-typography-500\/60{color:rgb(var(--color-typography-500)/.6)}html .text-typography-500\/65{color:rgb(var(--color-typography-500)/.65)}html .text-typography-500\/70{color:rgb(var(--color-typography-500)/.7)}html .text-typography-500\/75{color:rgb(var(--color-typography-500)/.75)}html .text-typography-500\/80{color:rgb(var(--color-typography-500)/.8)}html .text-typography-500\/85{color:rgb(var(--color-typography-500)/.85)}html .text-typography-500\/90{color:rgb(var(--color-typography-500)/.9)}html .text-typography-500\/95{color:rgb(var(--color-typography-500)/.95)}html .text-typography-600{--tw-text-opacity: 1;color:rgb(var(--color-typography-600)/var(--tw-text-opacity, 1))}html .text-typography-600\/0{color:rgb(var(--color-typography-600)/0)}html .text-typography-600\/10{color:rgb(var(--color-typography-600)/.1)}html .text-typography-600\/100{color:rgb(var(--color-typography-600)/1)}html .text-typography-600\/15{color:rgb(var(--color-typography-600)/.15)}html .text-typography-600\/20{color:rgb(var(--color-typography-600)/.2)}html .text-typography-600\/25{color:rgb(var(--color-typography-600)/.25)}html .text-typography-600\/30{color:rgb(var(--color-typography-600)/.3)}html .text-typography-600\/35{color:rgb(var(--color-typography-600)/.35)}html .text-typography-600\/40{color:rgb(var(--color-typography-600)/.4)}html .text-typography-600\/45{color:rgb(var(--color-typography-600)/.45)}html .text-typography-600\/5{color:rgb(var(--color-typography-600)/.05)}html .text-typography-600\/50{color:rgb(var(--color-typography-600)/.5)}html .text-typography-600\/55{color:rgb(var(--color-typography-600)/.55)}html .text-typography-600\/60{color:rgb(var(--color-typography-600)/.6)}html .text-typography-600\/65{color:rgb(var(--color-typography-600)/.65)}html .text-typography-600\/70{color:rgb(var(--color-typography-600)/.7)}html .text-typography-600\/75{color:rgb(var(--color-typography-600)/.75)}html .text-typography-600\/80{color:rgb(var(--color-typography-600)/.8)}html .text-typography-600\/85{color:rgb(var(--color-typography-600)/.85)}html .text-typography-600\/90{color:rgb(var(--color-typography-600)/.9)}html .text-typography-600\/95{color:rgb(var(--color-typography-600)/.95)}html .text-typography-700{--tw-text-opacity: 1;color:rgb(var(--color-typography-700)/var(--tw-text-opacity, 1))}html .text-typography-700\/0{color:rgb(var(--color-typography-700)/0)}html .text-typography-700\/10{color:rgb(var(--color-typography-700)/.1)}html .text-typography-700\/100{color:rgb(var(--color-typography-700)/1)}html .text-typography-700\/15{color:rgb(var(--color-typography-700)/.15)}html .text-typography-700\/20{color:rgb(var(--color-typography-700)/.2)}html .text-typography-700\/25{color:rgb(var(--color-typography-700)/.25)}html .text-typography-700\/30{color:rgb(var(--color-typography-700)/.3)}html .text-typography-700\/35{color:rgb(var(--color-typography-700)/.35)}html .text-typography-700\/40{color:rgb(var(--color-typography-700)/.4)}html .text-typography-700\/45{color:rgb(var(--color-typography-700)/.45)}html .text-typography-700\/5{color:rgb(var(--color-typography-700)/.05)}html .text-typography-700\/50{color:rgb(var(--color-typography-700)/.5)}html .text-typography-700\/55{color:rgb(var(--color-typography-700)/.55)}html .text-typography-700\/60{color:rgb(var(--color-typography-700)/.6)}html .text-typography-700\/65{color:rgb(var(--color-typography-700)/.65)}html .text-typography-700\/70{color:rgb(var(--color-typography-700)/.7)}html .text-typography-700\/75{color:rgb(var(--color-typography-700)/.75)}html .text-typography-700\/80{color:rgb(var(--color-typography-700)/.8)}html .text-typography-700\/85{color:rgb(var(--color-typography-700)/.85)}html .text-typography-700\/90{color:rgb(var(--color-typography-700)/.9)}html .text-typography-700\/95{color:rgb(var(--color-typography-700)/.95)}html .text-typography-800{--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html .text-typography-800\/0{color:rgb(var(--color-typography-800)/0)}html .text-typography-800\/10{color:rgb(var(--color-typography-800)/.1)}html .text-typography-800\/100{color:rgb(var(--color-typography-800)/1)}html .text-typography-800\/15{color:rgb(var(--color-typography-800)/.15)}html .text-typography-800\/20{color:rgb(var(--color-typography-800)/.2)}html .text-typography-800\/25{color:rgb(var(--color-typography-800)/.25)}html .text-typography-800\/30{color:rgb(var(--color-typography-800)/.3)}html .text-typography-800\/35{color:rgb(var(--color-typography-800)/.35)}html .text-typography-800\/40{color:rgb(var(--color-typography-800)/.4)}html .text-typography-800\/45{color:rgb(var(--color-typography-800)/.45)}html .text-typography-800\/5{color:rgb(var(--color-typography-800)/.05)}html .text-typography-800\/50{color:rgb(var(--color-typography-800)/.5)}html .text-typography-800\/55{color:rgb(var(--color-typography-800)/.55)}html .text-typography-800\/60{color:rgb(var(--color-typography-800)/.6)}html .text-typography-800\/65{color:rgb(var(--color-typography-800)/.65)}html .text-typography-800\/70{color:rgb(var(--color-typography-800)/.7)}html .text-typography-800\/75{color:rgb(var(--color-typography-800)/.75)}html .text-typography-800\/80{color:rgb(var(--color-typography-800)/.8)}html .text-typography-800\/85{color:rgb(var(--color-typography-800)/.85)}html .text-typography-800\/90{color:rgb(var(--color-typography-800)/.9)}html .text-typography-800\/95{color:rgb(var(--color-typography-800)/.95)}html .text-typography-900{--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html .text-typography-900\/0{color:rgb(var(--color-typography-900)/0)}html .text-typography-900\/10{color:rgb(var(--color-typography-900)/.1)}html .text-typography-900\/100{color:rgb(var(--color-typography-900)/1)}html .text-typography-900\/15{color:rgb(var(--color-typography-900)/.15)}html .text-typography-900\/20{color:rgb(var(--color-typography-900)/.2)}html .text-typography-900\/25{color:rgb(var(--color-typography-900)/.25)}html .text-typography-900\/30{color:rgb(var(--color-typography-900)/.3)}html .text-typography-900\/35{color:rgb(var(--color-typography-900)/.35)}html .text-typography-900\/40{color:rgb(var(--color-typography-900)/.4)}html .text-typography-900\/45{color:rgb(var(--color-typography-900)/.45)}html .text-typography-900\/5{color:rgb(var(--color-typography-900)/.05)}html .text-typography-900\/50{color:rgb(var(--color-typography-900)/.5)}html .text-typography-900\/55{color:rgb(var(--color-typography-900)/.55)}html .text-typography-900\/60{color:rgb(var(--color-typography-900)/.6)}html .text-typography-900\/65{color:rgb(var(--color-typography-900)/.65)}html .text-typography-900\/70{color:rgb(var(--color-typography-900)/.7)}html .text-typography-900\/75{color:rgb(var(--color-typography-900)/.75)}html .text-typography-900\/80{color:rgb(var(--color-typography-900)/.8)}html .text-typography-900\/85{color:rgb(var(--color-typography-900)/.85)}html .text-typography-900\/90{color:rgb(var(--color-typography-900)/.9)}html .text-typography-900\/95{color:rgb(var(--color-typography-900)/.95)}html .text-typography-950{--tw-text-opacity: 1;color:rgb(var(--color-typography-950)/var(--tw-text-opacity, 1))}html .text-typography-950\/0{color:rgb(var(--color-typography-950)/0)}html .text-typography-950\/10{color:rgb(var(--color-typography-950)/.1)}html .text-typography-950\/100{color:rgb(var(--color-typography-950)/1)}html .text-typography-950\/15{color:rgb(var(--color-typography-950)/.15)}html .text-typography-950\/20{color:rgb(var(--color-typography-950)/.2)}html .text-typography-950\/25{color:rgb(var(--color-typography-950)/.25)}html .text-typography-950\/30{color:rgb(var(--color-typography-950)/.3)}html .text-typography-950\/35{color:rgb(var(--color-typography-950)/.35)}html .text-typography-950\/40{color:rgb(var(--color-typography-950)/.4)}html .text-typography-950\/45{color:rgb(var(--color-typography-950)/.45)}html .text-typography-950\/5{color:rgb(var(--color-typography-950)/.05)}html .text-typography-950\/50{color:rgb(var(--color-typography-950)/.5)}html .text-typography-950\/55{color:rgb(var(--color-typography-950)/.55)}html .text-typography-950\/60{color:rgb(var(--color-typography-950)/.6)}html .text-typography-950\/65{color:rgb(var(--color-typography-950)/.65)}html .text-typography-950\/70{color:rgb(var(--color-typography-950)/.7)}html .text-typography-950\/75{color:rgb(var(--color-typography-950)/.75)}html .text-typography-950\/80{color:rgb(var(--color-typography-950)/.8)}html .text-typography-950\/85{color:rgb(var(--color-typography-950)/.85)}html .text-typography-950\/90{color:rgb(var(--color-typography-950)/.9)}html .text-typography-950\/95{color:rgb(var(--color-typography-950)/.95)}html .text-typography-black{--tw-text-opacity: 1;color:rgb(24 23 24 / var(--tw-text-opacity, 1))}html .text-typography-black\/0{color:#18171800}html .text-typography-black\/10{color:#1817181a}html .text-typography-black\/100{color:#181718}html .text-typography-black\/15{color:#18171826}html .text-typography-black\/20{color:#18171833}html .text-typography-black\/25{color:#18171840}html .text-typography-black\/30{color:#1817184d}html .text-typography-black\/35{color:#18171859}html .text-typography-black\/40{color:#18171866}html .text-typography-black\/45{color:#18171873}html .text-typography-black\/5{color:#1817180d}html .text-typography-black\/50{color:#18171880}html .text-typography-black\/55{color:#1817188c}html .text-typography-black\/60{color:#18171899}html .text-typography-black\/65{color:#181718a6}html .text-typography-black\/70{color:#181718b3}html .text-typography-black\/75{color:#181718bf}html .text-typography-black\/80{color:#181718cc}html .text-typography-black\/85{color:#181718d9}html .text-typography-black\/90{color:#181718e6}html .text-typography-black\/95{color:#181718f2}html .text-typography-gray{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}html .text-typography-gray\/0{color:#d4d4d400}html .text-typography-gray\/10{color:#d4d4d41a}html .text-typography-gray\/100{color:#d4d4d4}html .text-typography-gray\/15{color:#d4d4d426}html .text-typography-gray\/20{color:#d4d4d433}html .text-typography-gray\/25{color:#d4d4d440}html .text-typography-gray\/30{color:#d4d4d44d}html .text-typography-gray\/35{color:#d4d4d459}html .text-typography-gray\/40{color:#d4d4d466}html .text-typography-gray\/45{color:#d4d4d473}html .text-typography-gray\/5{color:#d4d4d40d}html .text-typography-gray\/50{color:#d4d4d480}html .text-typography-gray\/55{color:#d4d4d48c}html .text-typography-gray\/60{color:#d4d4d499}html .text-typography-gray\/65{color:#d4d4d4a6}html .text-typography-gray\/70{color:#d4d4d4b3}html .text-typography-gray\/75{color:#d4d4d4bf}html .text-typography-gray\/80{color:#d4d4d4cc}html .text-typography-gray\/85{color:#d4d4d4d9}html .text-typography-gray\/90{color:#d4d4d4e6}html .text-typography-gray\/95{color:#d4d4d4f2}html .text-typography-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}html .text-typography-white\/0{color:#fff0}html .text-typography-white\/10{color:#ffffff1a}html .text-typography-white\/100{color:#fff}html .text-typography-white\/15{color:#ffffff26}html .text-typography-white\/20{color:#fff3}html .text-typography-white\/25{color:#ffffff40}html .text-typography-white\/30{color:#ffffff4d}html .text-typography-white\/35{color:#ffffff59}html .text-typography-white\/40{color:#fff6}html .text-typography-white\/45{color:#ffffff73}html .text-typography-white\/5{color:#ffffff0d}html .text-typography-white\/50{color:#ffffff80}html .text-typography-white\/55{color:#ffffff8c}html .text-typography-white\/60{color:#fff9}html .text-typography-white\/65{color:#ffffffa6}html .text-typography-white\/70{color:#ffffffb3}html .text-typography-white\/75{color:#ffffffbf}html .text-typography-white\/80{color:#fffc}html .text-typography-white\/85{color:#ffffffd9}html .text-typography-white\/90{color:#ffffffe6}html .text-typography-white\/95{color:#fffffff2}html .text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}html .text-warning-0{--tw-text-opacity: 1;color:rgb(var(--color-warning-0)/var(--tw-text-opacity, 1))}html .text-warning-0\/0{color:rgb(var(--color-warning-0)/0)}html .text-warning-0\/10{color:rgb(var(--color-warning-0)/.1)}html .text-warning-0\/100{color:rgb(var(--color-warning-0)/1)}html .text-warning-0\/15{color:rgb(var(--color-warning-0)/.15)}html .text-warning-0\/20{color:rgb(var(--color-warning-0)/.2)}html .text-warning-0\/25{color:rgb(var(--color-warning-0)/.25)}html .text-warning-0\/30{color:rgb(var(--color-warning-0)/.3)}html .text-warning-0\/35{color:rgb(var(--color-warning-0)/.35)}html .text-warning-0\/40{color:rgb(var(--color-warning-0)/.4)}html .text-warning-0\/45{color:rgb(var(--color-warning-0)/.45)}html .text-warning-0\/5{color:rgb(var(--color-warning-0)/.05)}html .text-warning-0\/50{color:rgb(var(--color-warning-0)/.5)}html .text-warning-0\/55{color:rgb(var(--color-warning-0)/.55)}html .text-warning-0\/60{color:rgb(var(--color-warning-0)/.6)}html .text-warning-0\/65{color:rgb(var(--color-warning-0)/.65)}html .text-warning-0\/70{color:rgb(var(--color-warning-0)/.7)}html .text-warning-0\/75{color:rgb(var(--color-warning-0)/.75)}html .text-warning-0\/80{color:rgb(var(--color-warning-0)/.8)}html .text-warning-0\/85{color:rgb(var(--color-warning-0)/.85)}html .text-warning-0\/90{color:rgb(var(--color-warning-0)/.9)}html .text-warning-0\/95{color:rgb(var(--color-warning-0)/.95)}html .text-warning-100{--tw-text-opacity: 1;color:rgb(var(--color-warning-100)/var(--tw-text-opacity, 1))}html .text-warning-100\/0{color:rgb(var(--color-warning-100)/0)}html .text-warning-100\/10{color:rgb(var(--color-warning-100)/.1)}html .text-warning-100\/100{color:rgb(var(--color-warning-100)/1)}html .text-warning-100\/15{color:rgb(var(--color-warning-100)/.15)}html .text-warning-100\/20{color:rgb(var(--color-warning-100)/.2)}html .text-warning-100\/25{color:rgb(var(--color-warning-100)/.25)}html .text-warning-100\/30{color:rgb(var(--color-warning-100)/.3)}html .text-warning-100\/35{color:rgb(var(--color-warning-100)/.35)}html .text-warning-100\/40{color:rgb(var(--color-warning-100)/.4)}html .text-warning-100\/45{color:rgb(var(--color-warning-100)/.45)}html .text-warning-100\/5{color:rgb(var(--color-warning-100)/.05)}html .text-warning-100\/50{color:rgb(var(--color-warning-100)/.5)}html .text-warning-100\/55{color:rgb(var(--color-warning-100)/.55)}html .text-warning-100\/60{color:rgb(var(--color-warning-100)/.6)}html .text-warning-100\/65{color:rgb(var(--color-warning-100)/.65)}html .text-warning-100\/70{color:rgb(var(--color-warning-100)/.7)}html .text-warning-100\/75{color:rgb(var(--color-warning-100)/.75)}html .text-warning-100\/80{color:rgb(var(--color-warning-100)/.8)}html .text-warning-100\/85{color:rgb(var(--color-warning-100)/.85)}html .text-warning-100\/90{color:rgb(var(--color-warning-100)/.9)}html .text-warning-100\/95{color:rgb(var(--color-warning-100)/.95)}html .text-warning-200{--tw-text-opacity: 1;color:rgb(var(--color-warning-200)/var(--tw-text-opacity, 1))}html .text-warning-200\/0{color:rgb(var(--color-warning-200)/0)}html .text-warning-200\/10{color:rgb(var(--color-warning-200)/.1)}html .text-warning-200\/100{color:rgb(var(--color-warning-200)/1)}html .text-warning-200\/15{color:rgb(var(--color-warning-200)/.15)}html .text-warning-200\/20{color:rgb(var(--color-warning-200)/.2)}html .text-warning-200\/25{color:rgb(var(--color-warning-200)/.25)}html .text-warning-200\/30{color:rgb(var(--color-warning-200)/.3)}html .text-warning-200\/35{color:rgb(var(--color-warning-200)/.35)}html .text-warning-200\/40{color:rgb(var(--color-warning-200)/.4)}html .text-warning-200\/45{color:rgb(var(--color-warning-200)/.45)}html .text-warning-200\/5{color:rgb(var(--color-warning-200)/.05)}html .text-warning-200\/50{color:rgb(var(--color-warning-200)/.5)}html .text-warning-200\/55{color:rgb(var(--color-warning-200)/.55)}html .text-warning-200\/60{color:rgb(var(--color-warning-200)/.6)}html .text-warning-200\/65{color:rgb(var(--color-warning-200)/.65)}html .text-warning-200\/70{color:rgb(var(--color-warning-200)/.7)}html .text-warning-200\/75{color:rgb(var(--color-warning-200)/.75)}html .text-warning-200\/80{color:rgb(var(--color-warning-200)/.8)}html .text-warning-200\/85{color:rgb(var(--color-warning-200)/.85)}html .text-warning-200\/90{color:rgb(var(--color-warning-200)/.9)}html .text-warning-200\/95{color:rgb(var(--color-warning-200)/.95)}html .text-warning-300{--tw-text-opacity: 1;color:rgb(var(--color-warning-300)/var(--tw-text-opacity, 1))}html .text-warning-300\/0{color:rgb(var(--color-warning-300)/0)}html .text-warning-300\/10{color:rgb(var(--color-warning-300)/.1)}html .text-warning-300\/100{color:rgb(var(--color-warning-300)/1)}html .text-warning-300\/15{color:rgb(var(--color-warning-300)/.15)}html .text-warning-300\/20{color:rgb(var(--color-warning-300)/.2)}html .text-warning-300\/25{color:rgb(var(--color-warning-300)/.25)}html .text-warning-300\/30{color:rgb(var(--color-warning-300)/.3)}html .text-warning-300\/35{color:rgb(var(--color-warning-300)/.35)}html .text-warning-300\/40{color:rgb(var(--color-warning-300)/.4)}html .text-warning-300\/45{color:rgb(var(--color-warning-300)/.45)}html .text-warning-300\/5{color:rgb(var(--color-warning-300)/.05)}html .text-warning-300\/50{color:rgb(var(--color-warning-300)/.5)}html .text-warning-300\/55{color:rgb(var(--color-warning-300)/.55)}html .text-warning-300\/60{color:rgb(var(--color-warning-300)/.6)}html .text-warning-300\/65{color:rgb(var(--color-warning-300)/.65)}html .text-warning-300\/70{color:rgb(var(--color-warning-300)/.7)}html .text-warning-300\/75{color:rgb(var(--color-warning-300)/.75)}html .text-warning-300\/80{color:rgb(var(--color-warning-300)/.8)}html .text-warning-300\/85{color:rgb(var(--color-warning-300)/.85)}html .text-warning-300\/90{color:rgb(var(--color-warning-300)/.9)}html .text-warning-300\/95{color:rgb(var(--color-warning-300)/.95)}html .text-warning-400{--tw-text-opacity: 1;color:rgb(var(--color-warning-400)/var(--tw-text-opacity, 1))}html .text-warning-400\/0{color:rgb(var(--color-warning-400)/0)}html .text-warning-400\/10{color:rgb(var(--color-warning-400)/.1)}html .text-warning-400\/100{color:rgb(var(--color-warning-400)/1)}html .text-warning-400\/15{color:rgb(var(--color-warning-400)/.15)}html .text-warning-400\/20{color:rgb(var(--color-warning-400)/.2)}html .text-warning-400\/25{color:rgb(var(--color-warning-400)/.25)}html .text-warning-400\/30{color:rgb(var(--color-warning-400)/.3)}html .text-warning-400\/35{color:rgb(var(--color-warning-400)/.35)}html .text-warning-400\/40{color:rgb(var(--color-warning-400)/.4)}html .text-warning-400\/45{color:rgb(var(--color-warning-400)/.45)}html .text-warning-400\/5{color:rgb(var(--color-warning-400)/.05)}html .text-warning-400\/50{color:rgb(var(--color-warning-400)/.5)}html .text-warning-400\/55{color:rgb(var(--color-warning-400)/.55)}html .text-warning-400\/60{color:rgb(var(--color-warning-400)/.6)}html .text-warning-400\/65{color:rgb(var(--color-warning-400)/.65)}html .text-warning-400\/70{color:rgb(var(--color-warning-400)/.7)}html .text-warning-400\/75{color:rgb(var(--color-warning-400)/.75)}html .text-warning-400\/80{color:rgb(var(--color-warning-400)/.8)}html .text-warning-400\/85{color:rgb(var(--color-warning-400)/.85)}html .text-warning-400\/90{color:rgb(var(--color-warning-400)/.9)}html .text-warning-400\/95{color:rgb(var(--color-warning-400)/.95)}html .text-warning-50{--tw-text-opacity: 1;color:rgb(var(--color-warning-50)/var(--tw-text-opacity, 1))}html .text-warning-50\/0{color:rgb(var(--color-warning-50)/0)}html .text-warning-50\/10{color:rgb(var(--color-warning-50)/.1)}html .text-warning-50\/100{color:rgb(var(--color-warning-50)/1)}html .text-warning-50\/15{color:rgb(var(--color-warning-50)/.15)}html .text-warning-50\/20{color:rgb(var(--color-warning-50)/.2)}html .text-warning-50\/25{color:rgb(var(--color-warning-50)/.25)}html .text-warning-50\/30{color:rgb(var(--color-warning-50)/.3)}html .text-warning-50\/35{color:rgb(var(--color-warning-50)/.35)}html .text-warning-50\/40{color:rgb(var(--color-warning-50)/.4)}html .text-warning-50\/45{color:rgb(var(--color-warning-50)/.45)}html .text-warning-50\/5{color:rgb(var(--color-warning-50)/.05)}html .text-warning-50\/50{color:rgb(var(--color-warning-50)/.5)}html .text-warning-50\/55{color:rgb(var(--color-warning-50)/.55)}html .text-warning-50\/60{color:rgb(var(--color-warning-50)/.6)}html .text-warning-50\/65{color:rgb(var(--color-warning-50)/.65)}html .text-warning-50\/70{color:rgb(var(--color-warning-50)/.7)}html .text-warning-50\/75{color:rgb(var(--color-warning-50)/.75)}html .text-warning-50\/80{color:rgb(var(--color-warning-50)/.8)}html .text-warning-50\/85{color:rgb(var(--color-warning-50)/.85)}html .text-warning-50\/90{color:rgb(var(--color-warning-50)/.9)}html .text-warning-50\/95{color:rgb(var(--color-warning-50)/.95)}html .text-warning-500{--tw-text-opacity: 1;color:rgb(var(--color-warning-500)/var(--tw-text-opacity, 1))}html .text-warning-500\/0{color:rgb(var(--color-warning-500)/0)}html .text-warning-500\/10{color:rgb(var(--color-warning-500)/.1)}html .text-warning-500\/100{color:rgb(var(--color-warning-500)/1)}html .text-warning-500\/15{color:rgb(var(--color-warning-500)/.15)}html .text-warning-500\/20{color:rgb(var(--color-warning-500)/.2)}html .text-warning-500\/25{color:rgb(var(--color-warning-500)/.25)}html .text-warning-500\/30{color:rgb(var(--color-warning-500)/.3)}html .text-warning-500\/35{color:rgb(var(--color-warning-500)/.35)}html .text-warning-500\/40{color:rgb(var(--color-warning-500)/.4)}html .text-warning-500\/45{color:rgb(var(--color-warning-500)/.45)}html .text-warning-500\/5{color:rgb(var(--color-warning-500)/.05)}html .text-warning-500\/50{color:rgb(var(--color-warning-500)/.5)}html .text-warning-500\/55{color:rgb(var(--color-warning-500)/.55)}html .text-warning-500\/60{color:rgb(var(--color-warning-500)/.6)}html .text-warning-500\/65{color:rgb(var(--color-warning-500)/.65)}html .text-warning-500\/70{color:rgb(var(--color-warning-500)/.7)}html .text-warning-500\/75{color:rgb(var(--color-warning-500)/.75)}html .text-warning-500\/80{color:rgb(var(--color-warning-500)/.8)}html .text-warning-500\/85{color:rgb(var(--color-warning-500)/.85)}html .text-warning-500\/90{color:rgb(var(--color-warning-500)/.9)}html .text-warning-500\/95{color:rgb(var(--color-warning-500)/.95)}html .text-warning-600{--tw-text-opacity: 1;color:rgb(var(--color-warning-600)/var(--tw-text-opacity, 1))}html .text-warning-600\/0{color:rgb(var(--color-warning-600)/0)}html .text-warning-600\/10{color:rgb(var(--color-warning-600)/.1)}html .text-warning-600\/100{color:rgb(var(--color-warning-600)/1)}html .text-warning-600\/15{color:rgb(var(--color-warning-600)/.15)}html .text-warning-600\/20{color:rgb(var(--color-warning-600)/.2)}html .text-warning-600\/25{color:rgb(var(--color-warning-600)/.25)}html .text-warning-600\/30{color:rgb(var(--color-warning-600)/.3)}html .text-warning-600\/35{color:rgb(var(--color-warning-600)/.35)}html .text-warning-600\/40{color:rgb(var(--color-warning-600)/.4)}html .text-warning-600\/45{color:rgb(var(--color-warning-600)/.45)}html .text-warning-600\/5{color:rgb(var(--color-warning-600)/.05)}html .text-warning-600\/50{color:rgb(var(--color-warning-600)/.5)}html .text-warning-600\/55{color:rgb(var(--color-warning-600)/.55)}html .text-warning-600\/60{color:rgb(var(--color-warning-600)/.6)}html .text-warning-600\/65{color:rgb(var(--color-warning-600)/.65)}html .text-warning-600\/70{color:rgb(var(--color-warning-600)/.7)}html .text-warning-600\/75{color:rgb(var(--color-warning-600)/.75)}html .text-warning-600\/80{color:rgb(var(--color-warning-600)/.8)}html .text-warning-600\/85{color:rgb(var(--color-warning-600)/.85)}html .text-warning-600\/90{color:rgb(var(--color-warning-600)/.9)}html .text-warning-600\/95{color:rgb(var(--color-warning-600)/.95)}html .text-warning-700{--tw-text-opacity: 1;color:rgb(var(--color-warning-700)/var(--tw-text-opacity, 1))}html .text-warning-700\/0{color:rgb(var(--color-warning-700)/0)}html .text-warning-700\/10{color:rgb(var(--color-warning-700)/.1)}html .text-warning-700\/100{color:rgb(var(--color-warning-700)/1)}html .text-warning-700\/15{color:rgb(var(--color-warning-700)/.15)}html .text-warning-700\/20{color:rgb(var(--color-warning-700)/.2)}html .text-warning-700\/25{color:rgb(var(--color-warning-700)/.25)}html .text-warning-700\/30{color:rgb(var(--color-warning-700)/.3)}html .text-warning-700\/35{color:rgb(var(--color-warning-700)/.35)}html .text-warning-700\/40{color:rgb(var(--color-warning-700)/.4)}html .text-warning-700\/45{color:rgb(var(--color-warning-700)/.45)}html .text-warning-700\/5{color:rgb(var(--color-warning-700)/.05)}html .text-warning-700\/50{color:rgb(var(--color-warning-700)/.5)}html .text-warning-700\/55{color:rgb(var(--color-warning-700)/.55)}html .text-warning-700\/60{color:rgb(var(--color-warning-700)/.6)}html .text-warning-700\/65{color:rgb(var(--color-warning-700)/.65)}html .text-warning-700\/70{color:rgb(var(--color-warning-700)/.7)}html .text-warning-700\/75{color:rgb(var(--color-warning-700)/.75)}html .text-warning-700\/80{color:rgb(var(--color-warning-700)/.8)}html .text-warning-700\/85{color:rgb(var(--color-warning-700)/.85)}html .text-warning-700\/90{color:rgb(var(--color-warning-700)/.9)}html .text-warning-700\/95{color:rgb(var(--color-warning-700)/.95)}html .text-warning-800{--tw-text-opacity: 1;color:rgb(var(--color-warning-800)/var(--tw-text-opacity, 1))}html .text-warning-800\/0{color:rgb(var(--color-warning-800)/0)}html .text-warning-800\/10{color:rgb(var(--color-warning-800)/.1)}html .text-warning-800\/100{color:rgb(var(--color-warning-800)/1)}html .text-warning-800\/15{color:rgb(var(--color-warning-800)/.15)}html .text-warning-800\/20{color:rgb(var(--color-warning-800)/.2)}html .text-warning-800\/25{color:rgb(var(--color-warning-800)/.25)}html .text-warning-800\/30{color:rgb(var(--color-warning-800)/.3)}html .text-warning-800\/35{color:rgb(var(--color-warning-800)/.35)}html .text-warning-800\/40{color:rgb(var(--color-warning-800)/.4)}html .text-warning-800\/45{color:rgb(var(--color-warning-800)/.45)}html .text-warning-800\/5{color:rgb(var(--color-warning-800)/.05)}html .text-warning-800\/50{color:rgb(var(--color-warning-800)/.5)}html .text-warning-800\/55{color:rgb(var(--color-warning-800)/.55)}html .text-warning-800\/60{color:rgb(var(--color-warning-800)/.6)}html .text-warning-800\/65{color:rgb(var(--color-warning-800)/.65)}html .text-warning-800\/70{color:rgb(var(--color-warning-800)/.7)}html .text-warning-800\/75{color:rgb(var(--color-warning-800)/.75)}html .text-warning-800\/80{color:rgb(var(--color-warning-800)/.8)}html .text-warning-800\/85{color:rgb(var(--color-warning-800)/.85)}html .text-warning-800\/90{color:rgb(var(--color-warning-800)/.9)}html .text-warning-800\/95{color:rgb(var(--color-warning-800)/.95)}html .text-warning-900{--tw-text-opacity: 1;color:rgb(var(--color-warning-900)/var(--tw-text-opacity, 1))}html .text-warning-900\/0{color:rgb(var(--color-warning-900)/0)}html .text-warning-900\/10{color:rgb(var(--color-warning-900)/.1)}html .text-warning-900\/100{color:rgb(var(--color-warning-900)/1)}html .text-warning-900\/15{color:rgb(var(--color-warning-900)/.15)}html .text-warning-900\/20{color:rgb(var(--color-warning-900)/.2)}html .text-warning-900\/25{color:rgb(var(--color-warning-900)/.25)}html .text-warning-900\/30{color:rgb(var(--color-warning-900)/.3)}html .text-warning-900\/35{color:rgb(var(--color-warning-900)/.35)}html .text-warning-900\/40{color:rgb(var(--color-warning-900)/.4)}html .text-warning-900\/45{color:rgb(var(--color-warning-900)/.45)}html .text-warning-900\/5{color:rgb(var(--color-warning-900)/.05)}html .text-warning-900\/50{color:rgb(var(--color-warning-900)/.5)}html .text-warning-900\/55{color:rgb(var(--color-warning-900)/.55)}html .text-warning-900\/60{color:rgb(var(--color-warning-900)/.6)}html .text-warning-900\/65{color:rgb(var(--color-warning-900)/.65)}html .text-warning-900\/70{color:rgb(var(--color-warning-900)/.7)}html .text-warning-900\/75{color:rgb(var(--color-warning-900)/.75)}html .text-warning-900\/80{color:rgb(var(--color-warning-900)/.8)}html .text-warning-900\/85{color:rgb(var(--color-warning-900)/.85)}html .text-warning-900\/90{color:rgb(var(--color-warning-900)/.9)}html .text-warning-900\/95{color:rgb(var(--color-warning-900)/.95)}html .text-warning-950{--tw-text-opacity: 1;color:rgb(var(--color-warning-950)/var(--tw-text-opacity, 1))}html .text-warning-950\/0{color:rgb(var(--color-warning-950)/0)}html .text-warning-950\/10{color:rgb(var(--color-warning-950)/.1)}html .text-warning-950\/100{color:rgb(var(--color-warning-950)/1)}html .text-warning-950\/15{color:rgb(var(--color-warning-950)/.15)}html .text-warning-950\/20{color:rgb(var(--color-warning-950)/.2)}html .text-warning-950\/25{color:rgb(var(--color-warning-950)/.25)}html .text-warning-950\/30{color:rgb(var(--color-warning-950)/.3)}html .text-warning-950\/35{color:rgb(var(--color-warning-950)/.35)}html .text-warning-950\/40{color:rgb(var(--color-warning-950)/.4)}html .text-warning-950\/45{color:rgb(var(--color-warning-950)/.45)}html .text-warning-950\/5{color:rgb(var(--color-warning-950)/.05)}html .text-warning-950\/50{color:rgb(var(--color-warning-950)/.5)}html .text-warning-950\/55{color:rgb(var(--color-warning-950)/.55)}html .text-warning-950\/60{color:rgb(var(--color-warning-950)/.6)}html .text-warning-950\/65{color:rgb(var(--color-warning-950)/.65)}html .text-warning-950\/70{color:rgb(var(--color-warning-950)/.7)}html .text-warning-950\/75{color:rgb(var(--color-warning-950)/.75)}html .text-warning-950\/80{color:rgb(var(--color-warning-950)/.8)}html .text-warning-950\/85{color:rgb(var(--color-warning-950)/.85)}html .text-warning-950\/90{color:rgb(var(--color-warning-950)/.9)}html .text-warning-950\/95{color:rgb(var(--color-warning-950)/.95)}html .text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}html .text-white\/60{color:#fff9}html .text-white\/80{color:#fffc}html .text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}html .text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}html .underline{text-decoration-line:underline}html .line-through{text-decoration-line:line-through}html .no-underline{text-decoration-line:none}html .accent-\[\#6C19AE\]{accent-color:#6C19AE}html .opacity-0{opacity:0}html .opacity-40{opacity:.4}html .opacity-50{opacity:.5}html .opacity-60{opacity:.6}html .opacity-70{opacity:.7}html .opacity-90{opacity:.9}html .shadow{--tw-shadow: 0px 1px 4px rgba(0, 0, 0, .35);--tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[2px_2px_0px_0px_\#181719\]{--tw-shadow: 2px 2px 0px 0px #181719;--tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[4px_3px_0px_0px_black\]{--tw-shadow: 4px 3px 0px 0px black;--tw-shadow-colored: 4px 3px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[6px_4px_0_\#181719\]{--tw-shadow: 6px 4px 0 #181719;--tw-shadow-colored: 6px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[6px_4px_0px_0px_\#181719\]{--tw-shadow: 6px 4px 0px 0px #181719;--tw-shadow-colored: 6px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[6px_4px_0px_0px_\#dddcdb\]{--tw-shadow: 6px 4px 0px 0px #dddcdb;--tw-shadow-colored: 6px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[6px_4px_0px_0px_black\]{--tw-shadow: 6px 4px 0px 0px black;--tw-shadow-colored: 6px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-\[6px_4px_0px_0px_rgba\(24\,23\,25\,1\)\]{--tw-shadow: 6px 4px 0px 0px rgba(24,23,25,1);--tw-shadow-colored: 6px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-hard-2{--tw-shadow: 0px 3px 10px 0px rgba(38, 38, 38, .2);--tw-shadow-colored: 0px 3px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-hard-5{--tw-shadow: 0px 2px 10px 0px rgba(38, 38, 38, .1);--tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-lg{--tw-shadow: 0px 4px 10px rgba(0, 0, 0, .35);--tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-sm{--tw-shadow: 0px 1px 1px rgba(0, 0, 0, .35);--tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .shadow-xl{--tw-shadow: 0px 6px 19px rgba(0, 0, 0, .35);--tw-shadow-colored: 0px 6px 19px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .outline-none{outline:2px solid transparent;outline-offset:2px}html .outline{outline-style:solid}html .outline-0{outline-width:0px}html .outline-2{outline-width:2px}html .outline-primary-700{outline-color:rgb(var(--color-primary-700)/1)}html .ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .brightness-0{--tw-brightness: brightness(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html .duration-100{transition-duration:.1s}html .duration-150{transition-duration:.15s}html .duration-200{transition-duration:.2s}html .duration-300{transition-duration:.3s}html .duration-\[800ms\]{transition-duration:.8s}html .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html .color-typography-900{--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html .\[animation-delay\:0ms\]{animation-delay:0ms}html .\[animation-delay\:150ms\]{animation-delay:.15s}html .\[animation-delay\:300ms\]{animation-delay:.3s}body{margin:0;background-color:#fef8ed;display:flex;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;height:100vh;width:100vw;justify-content:center;align-items:normal}main{display:flex;flex-direction:column;align-items:stretch}button{border-radius:8px;border:1px solid transparent;margin:1px;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;color:#fff}ul{padding-inline-start:0;margin-block-start:0;margin-block-end:0;list-style-type:none;display:flex;flex-direction:column;margin:8px 0;border:1px solid black;gap:1px;background-color:#000;border-radius:8px;overflow:auto}li{background-color:#fff;padding:8px}a{font-weight:800;text-decoration:none}html .placeholder\:text-typography-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(var(--color-typography-500)/var(--tw-text-opacity, 1))}html .placeholder\:text-typography-500::placeholder{--tw-text-opacity: 1;color:rgb(var(--color-typography-500)/var(--tw-text-opacity, 1))}html .focus-within\:border-primary-700:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .focus-within\:shadow-\[inset_0_-1px_0_0\]:focus-within{--tw-shadow: inset 0 -1px 0 0;--tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .focus-within\:shadow-\[inset_0_0_0_1px\]:focus-within{--tw-shadow: inset 0 0 0 1px;--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .focus-within\:shadow-primary-700:focus-within{--tw-shadow-color: rgb(var(--color-primary-700)/1);--tw-shadow: var(--tw-shadow-colored)}html .focus-within\:ring-1:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}html .focus-within\:ring-indicator-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .hover\:-translate-x-0\.5:hover{--tw-translate-x: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .hover\:translate-y-0\.5:hover{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}html .hover\:border-error-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-error-400)/var(--tw-border-opacity, 1))}html .hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}html .hover\:border-outline-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-400)/var(--tw-border-opacity, 1))}html .hover\:border-outline-500:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-500)/var(--tw-border-opacity, 1))}html .hover\:border-primary-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-400)/var(--tw-border-opacity, 1))}html .hover\:border-primary-700:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}html .hover\:border-secondary-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-400)/var(--tw-border-opacity, 1))}html .hover\:border-success-400:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-success-400)/var(--tw-border-opacity, 1))}html .hover\:bg-\[\#121212\]:hover{--tw-bg-opacity: 1;background-color:rgb(18 18 18 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#5a1494\]:hover{--tw-bg-opacity: 1;background-color:rgb(90 20 148 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#5a1591\]:hover{--tw-bg-opacity: 1;background-color:rgb(90 21 145 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#5a1594\]:hover{--tw-bg-opacity: 1;background-color:rgb(90 21 148 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#6C19AE\]:hover,html .hover\:bg-\[\#6c19ae\]:hover{--tw-bg-opacity: 1;background-color:rgb(108 25 174 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#F3E8FF\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#F5F5F5\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}html .hover\:bg-\[\#e6f35d\]:hover{--tw-bg-opacity: 1;background-color:rgb(230 243 93 / var(--tw-bg-opacity, 1))}html .hover\:bg-background-50:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}html .hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}html .hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}html .hover\:bg-error-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-600)/var(--tw-bg-opacity, 1))}html .hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}html .hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}html .hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}html .hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}html .hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity, 1))}html .hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}html .hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}html .hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}html .hover\:bg-secondary-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-600)/var(--tw-bg-opacity, 1))}html .hover\:bg-success-600:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-600)/var(--tw-bg-opacity, 1))}html .hover\:bg-transparent:hover{background-color:transparent}html .hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html .hover\:bg-white\/20:hover{background-color:#fff3}html .hover\:text-\[\#171717\]:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}html .hover\:text-\[\#181718\]:hover{--tw-text-opacity: 1;color:rgb(24 23 24 / var(--tw-text-opacity, 1))}html .hover\:text-\[\#fefeff\]:hover{--tw-text-opacity: 1;color:rgb(254 254 255 / var(--tw-text-opacity, 1))}html .hover\:text-error-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-error-600)/var(--tw-text-opacity, 1))}html .hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}html .hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}html .hover\:text-info-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-info-600)/var(--tw-text-opacity, 1))}html .hover\:text-primary-500:hover{--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html .hover\:text-primary-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity, 1))}html .hover\:text-success-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-success-600)/var(--tw-text-opacity, 1))}html .hover\:text-typography-0:hover{--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html .hover\:text-typography-600:hover{--tw-text-opacity: 1;color:rgb(var(--color-typography-600)/var(--tw-text-opacity, 1))}html .hover\:text-typography-800:hover{--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html .hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}html .hover\:underline:hover{text-decoration-line:underline}html .hover\:no-underline:hover{text-decoration-line:none}html .hover\:opacity-100:hover{opacity:1}html .hover\:opacity-70:hover{opacity:.7}html .hover\:opacity-90:hover{opacity:.9}html .hover\:shadow-\[1px_1px_0px_0px_\#181719\]:hover{--tw-shadow: 1px 1px 0px 0px #181719;--tw-shadow-colored: 1px 1px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[2px_1px_0px_0px_black\]:hover{--tw-shadow: 2px 1px 0px 0px black;--tw-shadow-colored: 2px 1px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[2px_2px_0px_0px_black\]:hover{--tw-shadow: 2px 2px 0px 0px black;--tw-shadow-colored: 2px 2px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[4px_2px_0px_0px_\#181719\]:hover{--tw-shadow: 4px 2px 0px 0px #181719;--tw-shadow-colored: 4px 2px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[4px_2px_0px_0px_\#dddcdb\]:hover{--tw-shadow: 4px 2px 0px 0px #dddcdb;--tw-shadow-colored: 4px 2px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[4px_2px_0px_0px_black\]:hover{--tw-shadow: 4px 2px 0px 0px black;--tw-shadow-colored: 4px 2px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-\[8px_6px_0_\#181719\]:hover{--tw-shadow: 8px 6px 0 #181719;--tw-shadow-colored: 8px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .hover\:shadow-md:hover{--tw-shadow: 0px 3px 10px rgba(0, 0, 0, .35);--tw-shadow-colored: 0px 3px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .focus-within\:hover\:border-primary-700:hover:focus-within{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .focus-within\:hover\:shadow-primary-600:hover:focus-within{--tw-shadow-color: rgb(var(--color-primary-600)/1);--tw-shadow: var(--tw-shadow-colored)}html .focus\:border-\[\#6C19AE\]:focus{--tw-border-opacity: 1;border-color:rgb(108 25 174 / var(--tw-border-opacity, 1))}html .focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}html .focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}html .focus\:border-transparent:focus{border-color:transparent}html .focus\:bg-background-50:focus{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}html .focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .focus\:ring-\[\#6C19AE\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(108 25 174 / var(--tw-ring-opacity, 1))}html .focus\:ring-\[\#6C19AE\]\/20:focus{--tw-ring-color: rgb(108 25 174 / .2)}html .focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}html .focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}html .focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}html .focus-visible\:bg-background-100:focus-visible{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}html .focus-visible\:outline:focus-visible{outline-style:solid}html .focus-visible\:outline-0:focus-visible{outline-width:0px}html .focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .focus-visible\:ring-indicator-info:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-info)/var(--tw-ring-opacity, 1))}html .focus-visible\:ring-indicator-primary:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .focus-visible\:ring-white\/50:focus-visible{--tw-ring-color: rgb(255 255 255 / .5)}html .active\:translate-x-0\.5:active{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .active\:translate-y-0\.5:active{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}html .active\:border-error-500:active{--tw-border-opacity: 1;border-color:rgb(var(--color-error-500)/var(--tw-border-opacity, 1))}html .active\:border-primary-500:active{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-500)/var(--tw-border-opacity, 1))}html .active\:border-primary-800:active{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-800)/var(--tw-border-opacity, 1))}html .active\:border-secondary-700:active{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-700)/var(--tw-border-opacity, 1))}html .active\:border-success-500:active{--tw-border-opacity: 1;border-color:rgb(var(--color-success-500)/var(--tw-border-opacity, 1))}html .active\:bg-\[\#121212\]:active{--tw-bg-opacity: 1;background-color:rgb(18 18 18 / var(--tw-bg-opacity, 1))}html .active\:bg-\[\#6c19ae\]:active{--tw-bg-opacity: 1;background-color:rgb(108 25 174 / var(--tw-bg-opacity, 1))}html .active\:bg-\[\#e6f35d\]:active{--tw-bg-opacity: 1;background-color:rgb(230 243 93 / var(--tw-bg-opacity, 1))}html .active\:bg-background-100:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .active\:bg-error-700:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-700)/var(--tw-bg-opacity, 1))}html .active\:bg-gray-200:active{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}html .active\:bg-primary-700:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-700)/var(--tw-bg-opacity, 1))}html .active\:bg-secondary-700:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-700)/var(--tw-bg-opacity, 1))}html .active\:bg-success-700:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-700)/var(--tw-bg-opacity, 1))}html .active\:bg-transparent:active{background-color:transparent}html .active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html .active\:text-\[\#171717\]:active{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}html .active\:text-\[\#181718\]:active{--tw-text-opacity: 1;color:rgb(24 23 24 / var(--tw-text-opacity, 1))}html .active\:text-\[\#fefeff\]:active{--tw-text-opacity: 1;color:rgb(254 254 255 / var(--tw-text-opacity, 1))}html .active\:text-error-700:active{--tw-text-opacity: 1;color:rgb(var(--color-error-700)/var(--tw-text-opacity, 1))}html .active\:text-info-700:active{--tw-text-opacity: 1;color:rgb(var(--color-info-700)/var(--tw-text-opacity, 1))}html .active\:text-primary-500:active{--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html .active\:text-primary-700:active{--tw-text-opacity: 1;color:rgb(var(--color-primary-700)/var(--tw-text-opacity, 1))}html .active\:text-success-700:active{--tw-text-opacity: 1;color:rgb(var(--color-success-700)/var(--tw-text-opacity, 1))}html .active\:text-typography-0:active{--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html .active\:text-typography-700:active{--tw-text-opacity: 1;color:rgb(var(--color-typography-700)/var(--tw-text-opacity, 1))}html .active\:text-typography-800:active{--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html .active\:text-white:active{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}html .active\:shadow-\[4px_2px_0_\#181719\]:active{--tw-shadow: 4px 2px 0 #181719;--tw-shadow-colored: 4px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .active\:shadow-none:active{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .disabled\:cursor-default:disabled{cursor:default}html .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}html .disabled\:bg-background-50:disabled{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}html .disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}html .disabled\:opacity-40:disabled{opacity:.4}html .disabled\:opacity-50:disabled{opacity:.5}html .disabled\:opacity-60:disabled{opacity:.6}html .disabled\:hover\:border-background-300:hover:disabled{--tw-border-opacity: 1;border-color:rgb(var(--color-background-300)/var(--tw-border-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-error-600){--tw-text-opacity: 1;color:rgb(var(--color-error-600)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-primary-500){--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-primary-600){--tw-text-opacity: 1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-success-600){--tw-text-opacity: 1;color:rgb(var(--color-success-600)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-typography-0){--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-typography-600){--tw-text-opacity: 1;color:rgb(var(--color-typography-600)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-typography-800){--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}html :is(.group\/checkbox:hover .group-hover\/checkbox\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/radio:hover .group-hover\/radio\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/button:hover .group-hover\/button\:underline){text-decoration-line:underline}html :is(.group:hover .group-hover\:opacity-100){opacity:1}html :is(.group\/button:active .group-active\/button\:text-error-700){--tw-text-opacity: 1;color:rgb(var(--color-error-700)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-primary-500){--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-primary-700){--tw-text-opacity: 1;color:rgb(var(--color-primary-700)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-success-700){--tw-text-opacity: 1;color:rgb(var(--color-success-700)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-typography-0){--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-typography-700){--tw-text-opacity: 1;color:rgb(var(--color-typography-700)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:text-typography-800){--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html :is(.group\/checkbox:active .group-active\/checkbox\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/radio:active .group-active\/radio\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/button:active .group-active\/button\:underline){text-decoration-line:underline}html :is(.group\/avatar-group.avatar-group .group-\[\.avatar-group\]\/avatar-group\:-ml-2\.5){margin-left:-.625rem}html .data-\[disabled\=true\]\:cursor-not-allowed[data-disabled=true]{cursor:not-allowed}html .data-\[invalid\=true\]\:rounded-xl[data-invalid=true]{border-radius:.75rem}html .data-\[invalid\=true\]\:border-2[data-invalid=true]{border-width:2px}html .data-\[flip\=false\]\:border-b-0[data-flip=false]{border-bottom-width:0px}html .data-\[flip\=false\]\:border-l-0[data-flip=false]{border-left-width:0px}html .data-\[flip\=false\]\:border-r-0[data-flip=false]{border-right-width:0px}html .data-\[flip\=false\]\:border-t-0[data-flip=false]{border-top-width:0px}html .data-\[flip\=true\]\:border-b-0[data-flip=true]{border-bottom-width:0px}html .data-\[flip\=true\]\:border-l-0[data-flip=true]{border-left-width:0px}html .data-\[flip\=true\]\:border-r-0[data-flip=true]{border-right-width:0px}html .data-\[flip\=true\]\:border-t-0[data-flip=true]{border-top-width:0px}html .data-\[invalid\=true\]\:border-b-2[data-invalid=true]{border-bottom-width:2px}html .data-\[active\=true\]\:border-error-500[data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-500)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:border-primary-500[data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-500)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:border-primary-800[data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-800)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:border-secondary-700[data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-700)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:border-success-500[data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-success-500)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:data-\[checked\=true\]\:border-primary-800[data-checked=true][data-active=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-800)/var(--tw-border-opacity, 1))}html .data-\[checked\=true\]\:border-\[\#6C19AE\][data-checked=true]{--tw-border-opacity: 1;border-color:rgb(108 25 174 / var(--tw-border-opacity, 1))}html .data-\[checked\=true\]\:border-primary-600[data-checked=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity, 1))}html .data-\[disabled\=true\]\:data-\[checked\=true\]\:border-outline-400[data-checked=true][data-disabled=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-400)/var(--tw-border-opacity, 1))}html .data-\[disabled\=true\]\:data-\[hover\=true\]\:border-background-300[data-hover=true][data-disabled=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-background-300)/var(--tw-border-opacity, 1))}html .data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-400[data-invalid=true][data-disabled=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-400)/var(--tw-border-opacity, 1))}html .data-\[focus\=true\]\:border-primary-700[data-focus=true],html .data-\[focus\=true\]\:data-\[hover\=true\]\:border-primary-700[data-hover=true][data-focus=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-error-400[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-outline-400[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-outline-500[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-500)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-primary-400[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-primary-700[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-secondary-400[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-secondary-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:border-success-400[data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-success-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=false\]\:border-outline-500[data-checked=false][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-500)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=true\]\:border-primary-700[data-checked=true][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:border-primary-600[data-disabled=true][data-checked=true][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-600)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-700[data-invalid=true][data-disabled=true][data-checked=true][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[disabled\=true\]\:border-outline-400[data-disabled=true][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-400[data-invalid=true][data-disabled=true][data-hover=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-400)/var(--tw-border-opacity, 1))}html .data-\[hover\=true\]\:data-\[disabled\=true\]\:data-\[invalid\=true\]\:border-error-700[data-invalid=true][data-disabled=true][data-hover=true],html .data-\[hover\=true\]\:data-\[invalid\=true\]\:border-error-700[data-invalid=true][data-hover=true],html .data-\[invalid\=true\]\:border-error-700[data-invalid=true],html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:data-\[hover\=true\]\:border-error-700[data-hover=true][data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:border-error-700[data-focus=true][data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .data-\[invalid\=true\]\:data-\[focus\=true\]\:data-\[hover\=true\]\:border-primary-700[data-hover=true][data-focus=true][data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .data-\[invalid\=true\]\:data-\[hover\=true\]\:border-error-700[data-hover=true][data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .data-\[active\=true\]\:bg-background-100[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:bg-error-700[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-700)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:bg-primary-700[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-700)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:bg-secondary-700[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-700)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:bg-success-700[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-700)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:bg-transparent[data-active=true]{background-color:transparent}html .data-\[active\=true\]\:data-\[checked\=true\]\:bg-primary-800[data-checked=true][data-active=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-800)/var(--tw-bg-opacity, 1))}html .data-\[checked\=true\]\:bg-\[\#6C19AE\][data-checked=true]{--tw-bg-opacity: 1;background-color:rgb(108 25 174 / var(--tw-bg-opacity, 1))}html .data-\[checked\=true\]\:bg-background-100[data-checked=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .data-\[checked\=true\]\:bg-primary-600[data-checked=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity, 1))}html .data-\[checked\=true\]\:bg-transparent[data-checked=true]{background-color:transparent}html .data-\[disabled\=true\]\:bg-background-50[data-disabled=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .data-\[disabled\=true\]\:data-\[checked\=true\]\:bg-transparent[data-checked=true][data-disabled=true],html .data-\[disabled\=true\]\:data-\[focus\=true\]\:bg-transparent[data-focus=true][data-disabled=true]{background-color:transparent}html .data-\[focus-visible\=true\]\:bg-background-100[data-focus-visible=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .data-\[focus-visible\=true\]\:bg-background-50[data-focus-visible=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .data-\[focus\=true\]\:bg-background-100[data-focus=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .data-\[focus\=true\]\:bg-background-50[data-focus=true],html .data-\[hover\=true\]\:bg-background-50[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-50)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:bg-error-600[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-error-600)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:bg-primary-600[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:bg-secondary-600[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-secondary-600)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:bg-success-600[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-success-600)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:bg-transparent[data-hover=true]{background-color:transparent}html .data-\[hover\=true\]\:bg-white[data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=true\]\:bg-primary-700[data-checked=true][data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-700)/var(--tw-bg-opacity, 1))}html .data-\[hover\=true\]\:data-\[checked\=true\]\:bg-transparent[data-checked=true][data-hover=true]{background-color:transparent}html .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:bg-primary-600[data-disabled=true][data-checked=true][data-hover=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-600)/var(--tw-bg-opacity, 1))}html .data-\[active\=true\]\:data-\[checked\=true\]\:text-typography-900[data-checked=true][data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-error-700[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-error-700)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-info-700[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-info-700)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-primary-500[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-primary-700[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-primary-700)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-success-700[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-success-700)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-typography-0[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-typography-700[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-700)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-typography-800[data-active=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:text-typography-900[data-active=true],html .data-\[checked\=true\]\:text-typography-900[data-checked=true],html .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:text-typography-900[data-disabled=true][data-checked=true][data-hover=true],html .data-\[hover\=true\]\:data-\[checked\=true\]\:text-typography-900[data-checked=true][data-hover=true],html .data-\[hover\=true\]\:data-\[disabled\=true\]\:data-\[checked\=true\]\:text-typography-900[data-checked=true][data-disabled=true][data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:data-\[disabled\=true\]\:text-typography-400[data-disabled=true][data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-400)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:data-\[disabled\=true\]\:text-typography-600[data-disabled=true][data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-error-600[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-error-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-info-600[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-info-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-primary-500[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-primary-500)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-primary-600[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-primary-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-success-600[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-success-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-typography-0[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-0)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-typography-600[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-600)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-typography-800[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-800)/var(--tw-text-opacity, 1))}html .data-\[hover\=true\]\:text-typography-900[data-hover=true]{--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html .data-\[active\=true\]\:underline[data-active=true],html .data-\[hover\=true\]\:underline[data-hover=true]{text-decoration-line:underline}html .data-\[hover\=true\]\:no-underline[data-hover=true]{text-decoration-line:none}html .data-\[disabled\=true\]\:opacity-40[data-disabled=true]{opacity:.4}html .data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}html .data-\[hover\=true\]\:data-\[checked\=true\]\:data-\[disabled\=true\]\:opacity-40[data-disabled=true][data-checked=true][data-hover=true],html .data-\[hover\=true\]\:data-\[disabled\=true\]\:opacity-40[data-disabled=true][data-hover=true]{opacity:.4}html .data-\[invalid\=true\]\:shadow-\[inset_0_0_0_1px\][data-invalid=true]{--tw-shadow: inset 0 0 0 1px;--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .data-\[invalid\=true\]\:shadow-error-700[data-invalid=true]{--tw-shadow-color: rgb(var(--color-error-700)/1);--tw-shadow: var(--tw-shadow-colored)}html .data-\[focus-visible\=true\]\:outline-none[data-focus-visible=true]{outline:2px solid transparent;outline-offset:2px}html .data-\[focus\=true\]\:outline-0[data-focus=true]{outline-width:0px}html .data-\[focus-visible\=true\]\:ring-2[data-focus-visible=true],html .data-\[focus\=true\]\:ring-2[data-focus=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .data-\[invalid\=true\]\:ring-1[data-invalid=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .data-\[invalid\=true\]\:ring-inset[data-invalid=true]{--tw-ring-inset: inset}html .data-\[focus-visible\=true\]\:ring-indicator-info[data-focus-visible=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-info)/var(--tw-ring-opacity, 1))}html .data-\[focus\=true\]\:ring-indicator-primary[data-focus=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:ring-indicator-error[data-invalid=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-error)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:focus-within\:border-error-700:focus-within[data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .data-\[disabled\=true\]\:hover\:border-background-300:hover[data-disabled=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-background-300)/var(--tw-border-opacity, 1))}html .data-\[focus\=true\]\:hover\:border-primary-700:hover[data-focus=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:hover\:border-error-700:hover[data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:hover\:border-error-700:hover[data-focus=true][data-invalid=true],html .data-\[invalid\=true\]\:hover\:border-error-700:hover[data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .hover\:data-\[checked\=false\]\:border-outline-500[data-checked=false]:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-outline-500)/var(--tw-border-opacity, 1))}html .hover\:data-\[checked\=true\]\:border-primary-700[data-checked=true]:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .hover\:data-\[invalid\=true\]\:border-error-700[data-invalid=true]:hover{--tw-border-opacity: 1;border-color:rgb(var(--color-error-700)/var(--tw-border-opacity, 1))}html .hover\:data-\[checked\=true\]\:bg-primary-700[data-checked=true]:hover{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-700)/var(--tw-bg-opacity, 1))}html .hover\:data-\[checked\=true\]\:bg-transparent[data-checked=true]:hover{background-color:transparent}html .data-\[invalid\=true\]\:focus-within\:hover\:border-primary-700:hover:focus-within[data-invalid=true]{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-700)/var(--tw-border-opacity, 1))}html .active\:data-\[checked\=true\]\:border-primary-800[data-checked=true]:active{--tw-border-opacity: 1;border-color:rgb(var(--color-primary-800)/var(--tw-border-opacity, 1))}html .active\:data-\[checked\=true\]\:bg-primary-800[data-checked=true]:active{--tw-bg-opacity: 1;background-color:rgb(var(--color-primary-800)/var(--tw-bg-opacity, 1))}html :is(.group\/checkbox[data-checked=true] .group-data-\[checked\=true\]\/checkbox\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/radio[data-checked=true] .group-data-\[checked\=true\]\/radio\:text-typography-900){--tw-text-opacity: 1;color:rgb(var(--color-typography-900)/var(--tw-text-opacity, 1))}html :is(.group\/checkbox[data-disabled=true] .group-data-\[disabled\=true\]\/checkbox\:opacity-40){opacity:.4}html :is(.group\/radio[data-disabled=true] .group-data-\[disabled\=true\]\/radio\:opacity-40){opacity:.4}html .web\:pointer-events-none{pointer-events:none}html .web\:pointer-events-auto{pointer-events:auto}html .web\:my-0{margin-top:0;margin-bottom:0}html .web\:box-border{box-sizing:border-box}html .web\:w-full{width:100%}html .web\:cursor-default{cursor:default}html .web\:cursor-pointer{cursor:pointer}html .web\:cursor-text{cursor:text}html .web\:select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}html .web\:list-none{list-style-type:none}html .web\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html .web\:whitespace-pre-wrap{white-space:pre-wrap}html .web\:border-0{border-width:0px}html .web\:bg-transparent{background-color:transparent}html .web\:text-start{text-align:start}html .web\:font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}html .web\:outline-none{outline:2px solid transparent;outline-offset:2px}html .web\:outline-0{outline-width:0px}html .web\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}html .data-\[disabled\=true\]\:web\:pointer-events-auto[data-disabled=true]{pointer-events:auto}html .data-\[disabled\=true\]\:web\:cursor-not-allowed[data-disabled=true]{cursor:not-allowed}html .data-\[focus-visible\=true\]\:web\:cursor-pointer[data-focus-visible=true]{cursor:pointer}html .web\:data-\[disabled\=true\]\:cursor-not-allowed[data-disabled=true]{cursor:not-allowed}html .data-\[focus-visible\=true\]\:web\:bg-background-100[data-focus-visible=true],html .web\:data-\[focus-visible\=true\]\:bg-background-100[data-focus-visible=true]{--tw-bg-opacity: 1;background-color:rgb(var(--color-background-100)/var(--tw-bg-opacity, 1))}html .data-\[focus\=true\]\:web\:shadow-\[inset_0_-1px_0_0\][data-focus=true]{--tw-shadow: inset 0 -1px 0 0;--tw-shadow-colored: inset 0 -1px 0 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .data-\[focus\=true\]\:web\:shadow-\[inset_0_0_0_1px\][data-focus=true],html .data-\[invalid\=true\]\:web\:shadow-\[inset_0_0_0_1px\][data-invalid=true]{--tw-shadow: inset 0 0 0 1px;--tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}html .data-\[focus\=true\]\:data-\[hover\=true\]\:web\:shadow-primary-600[data-hover=true][data-focus=true]{--tw-shadow-color: rgb(var(--color-primary-600)/1);--tw-shadow: var(--tw-shadow-colored)}html .data-\[focus\=true\]\:web\:shadow-primary-700[data-focus=true]{--tw-shadow-color: rgb(var(--color-primary-700)/1);--tw-shadow: var(--tw-shadow-colored)}html .data-\[invalid\=true\]\:web\:shadow-error-700[data-invalid=true]{--tw-shadow-color: rgb(var(--color-error-700)/1);--tw-shadow: var(--tw-shadow-colored)}html .data-\[focus-visible\=true\]\:web\:outline-none[data-focus-visible=true],html .data-\[focus\=true\]\:web\:outline-none[data-focus=true],html .web\:data-\[focus-visible\=true\]\:outline-none[data-focus-visible=true]{outline:2px solid transparent;outline-offset:2px}html .data-\[focus-visible\=true\]\:web\:outline[data-focus-visible=true]{outline-style:solid}html .data-\[focus-visible\=true\]\:web\:outline-0[data-focus-visible=true]{outline-width:0px}html .data-\[focus-visible\=true\]\:web\:outline-2[data-focus-visible=true]{outline-width:2px}html .data-\[focus\=true\]\:web\:outline-0[data-focus=true]{outline-width:0px}html .data-\[focus-visible\=true\]\:web\:outline-primary-700[data-focus-visible=true]{outline-color:rgb(var(--color-primary-700)/1)}html .web\:data-\[focus-visible\=true\]\:outline-indicator-primary[data-focus-visible=true]{outline-color:rgb(var(--color-indicator-primary)/1)}html .data-\[focus-visible\=true\]\:web\:ring-2[data-focus-visible=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .data-\[focus\=true\]\:web\:ring-1[data-focus=true],html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:data-\[hover\=true\]\:web\:ring-1[data-hover=true][data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:data-\[hover\=true\]\:web\:ring-1[data-hover=true][data-focus=true][data-invalid=true],html .data-\[invalid\=true\]\:web\:ring-1[data-invalid=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .web\:data-\[focus-visible\=true\]\:ring-2[data-focus-visible=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .data-\[focus\=true\]\:web\:ring-inset[data-focus=true],html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:data-\[hover\=true\]\:web\:ring-inset[data-hover=true][data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:data-\[hover\=true\]\:web\:ring-inset[data-hover=true][data-focus=true][data-invalid=true],html .data-\[invalid\=true\]\:web\:ring-inset[data-invalid=true]{--tw-ring-inset: inset}html .data-\[focus-visible\=true\]\:web\:ring-indicator-info[data-focus-visible=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-info)/var(--tw-ring-opacity, 1))}html .data-\[focus-visible\=true\]\:web\:ring-indicator-primary[data-focus-visible=true],html .data-\[focus\=true\]\:web\:ring-indicator-primary[data-focus=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:data-\[hover\=true\]\:web\:ring-indicator-error[data-hover=true][data-disabled=true][data-invalid=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-error)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:data-\[focus\=true\]\:data-\[hover\=true\]\:web\:ring-indicator-primary[data-hover=true][data-focus=true][data-invalid=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:web\:ring-indicator-error[data-invalid=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-error)/var(--tw-ring-opacity, 1))}html .web\:data-\[focus-visible\=true\]\:ring-indicator-primary[data-focus-visible=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-primary)/var(--tw-ring-opacity, 1))}html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:hover\:web\:ring-1:hover[data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:hover\:web\:ring-1:hover[data-focus=true][data-invalid=true]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:hover\:web\:ring-inset:hover[data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:hover\:web\:ring-inset:hover[data-focus=true][data-invalid=true]{--tw-ring-inset: inset}html .data-\[invalid\=true\]\:data-\[disabled\=true\]\:hover\:web\:ring-indicator-error:hover[data-disabled=true][data-invalid=true],html .data-\[invalid\=true\]\:data-\[focus\=true\]\:hover\:web\:ring-indicator-error:hover[data-focus=true][data-invalid=true]{--tw-ring-opacity: 1;--tw-ring-color: rgb(var(--color-indicator-error)/var(--tw-ring-opacity, 1))}@media (min-width: 640px){html .sm\:col-span-3{grid-column:span 3 / span 3}html .sm\:h-14{height:3.5rem}html .sm\:w-14{width:3.5rem}html .sm\:max-w-\[420px\]{max-width:420px}html .sm\:max-w-\[70\%\]{max-width:70%}html .sm\:gap-4{gap:1rem}html .sm\:overflow-hidden{overflow:hidden}html .sm\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html .sm\:rounded-lg{border-radius:.5rem}html .sm\:rounded-md{border-radius:.375rem}html .sm\:p-4{padding:1rem}html .sm\:p-6{padding:1.5rem}html .sm\:px-0{padding-left:0;padding-right:0}html .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}html .sm\:py-4{padding-top:1rem;padding-bottom:1rem}html .sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}html .sm\:text-base{font-size:1rem;line-height:1.5rem}html .sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){html .md\:bottom-\[30px\]{bottom:30px}html .md\:right-\[30px\]{right:30px}html .md\:col-span-1{grid-column:span 1 / span 1}html .md\:col-span-2{grid-column:span 2 / span 2}html .md\:mt-0{margin-top:0}html .md\:flex{display:flex}html .md\:grid{display:grid}html .md\:hidden{display:none}html .md\:w-\[300px\]{width:300px}html .md\:min-w-\[200px\]{min-width:200px}html .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}html .md\:items-center{align-items:center}html .md\:justify-between{justify-content:space-between}html .md\:gap-6{gap:1.5rem}html .md\:rounded-2xl{border-radius:1rem}html .md\:border{border-width:1px}html .md\:border-r{border-right-width:1px}html .md\:border-\[\#DDDCDB\]{--tw-border-opacity: 1;border-color:rgb(221 220 219 / var(--tw-border-opacity, 1))}html .md\:px-10{padding-left:2.5rem;padding-right:2.5rem}}@media (min-width: 1024px){html .lg\:flex{display:flex}html .lg\:w-1\/2{width:50%}html .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}html .lg\:px-8{padding-left:2rem;padding-right:2rem}}
