:root{--cc-bg: #f0f4f8;--cc-surface: #f0f4f8;--cc-surface-dim: #e2e8f0;--cc-surface-lowest: #ffffff;--cc-surface-low: #e8eef5;--cc-surface-container: #ffffff;--cc-surface-high: #edf2f7;--cc-surface-highest: #e2e8f0;--cc-surface-bright: #f7fafc;--cc-surface-variant: #e2e8f0;--cc-surface-tint: #38b2ac;--cc-primary: #006a66;--cc-primary-container: #38b2ac;--cc-primary-fixed: #004a47;--cc-primary-fixed-dim: #006a66;--cc-on-primary: #ffffff;--cc-on-primary-container: #ffffff;--cc-inverse-primary: #66d8d2;--cc-secondary: #004f82;--cc-secondary-container: #cce4ff;--cc-on-secondary: #ffffff;--cc-on-secondary-container: #001d37;--cc-tertiary: #8b1a14;--cc-tertiary-container: #ffdad7;--cc-on-tertiary: #ffffff;--cc-error: #ba1a1a;--cc-error-container: #ffdad6;--cc-on-error: #ffffff;--cc-on-error-container: #410002;--cc-on-bg: #0f1923;--cc-on-surface: #0f1923;--cc-on-surface-variant: #4a5568;--cc-inverse-on-surface: #dde2f3;--cc-inverse-surface: #2a303d;--cc-outline: #718096;--cc-outline-variant: #cbd5e0;--cc-background: #f0f4f8;--cc-on-background: #0f1923;--cc-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--cc-radius-sm: .125rem;--cc-radius-md: .25rem;--cc-radius-lg: .5rem;--cc-radius-full: .75rem;--cc-space-1: .25rem;--cc-space-2: .5rem;--cc-space-3: .75rem;--cc-space-4: 1rem;--cc-space-5: 1.25rem;--cc-space-6: 1.5rem;--cc-space-8: 2rem;--cc-space-10: 2.5rem;--cc-space-12: 3rem;--cc-space-16: 4rem;--cc-sidebar-width: 240px;--cc-sidebar-collapsed: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{background-color:var(--cc-bg);color:var(--cc-on-bg);font-family:var(--cc-font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--cc-primary);text-decoration:none}a:hover{color:var(--cc-primary-fixed)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle;-webkit-user-select:none;user-select:none}*{scrollbar-width:thin;scrollbar-color:var(--cc-outline-variant) transparent}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--cc-outline-variant);border-radius:2px}.display-lg{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}.headline-sm{font-size:1.25rem;font-weight:700;line-height:1.3}.title-md{font-size:1rem;font-weight:600;line-height:1.4}.title-sm{font-size:.875rem;font-weight:600;line-height:1.4}.body-md{font-size:.875rem;font-weight:400;line-height:1.5}.body-sm{font-size:.75rem;font-weight:400;line-height:1.4}.label-sm{font-size:.6875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;line-height:1.3}.status-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .625rem;border-radius:var(--cc-radius-full);font-size:.6875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.status-chip:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor}.status-chip--active{color:#16a34a;background:#16a34a1a}.status-chip--provisioning{color:var(--cc-secondary);background:#004f821a;animation:pulse-status 1.5s ease-in-out infinite}.status-chip--pending{color:#92400e;background:#92400e1a}.status-chip--suspended,.status-chip--failed{color:var(--cc-error);background:#ba1a1a1a}@keyframes pulse-status{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.left-accent-focus:focus-within{border-left:2px solid var(--cc-primary);padding-left:calc(.75rem - 2px)}.btn-primary{display:inline-flex;align-items:center;gap:var(--cc-space-2);padding:var(--cc-space-2) var(--cc-space-4);background:var(--cc-primary-container);color:var(--cc-on-primary);border:none;border-radius:var(--cc-radius-md);font-family:var(--cc-font);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary .material-symbols-outlined{font-size:18px}.btn-primary:hover:not(:disabled){background:var(--cc-primary)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.row-menu__item{display:flex;align-items:center;gap:var(--cc-space-2);width:100%;padding:var(--cc-space-2) var(--cc-space-3);background:transparent;border:none;border-radius:var(--cc-radius-sm);color:var(--cc-on-surface-variant);font-family:var(--cc-font);font-size:.8125rem;cursor:pointer;text-align:left;transition:background .1s}.row-menu__item .material-symbols-outlined{font-size:16px}.row-menu__item:hover{background:var(--cc-surface-highest);color:var(--cc-on-surface)}.row-menu__item--success{color:#059669}.row-menu__item--success:hover{background:#05966914}.row-menu__item--warning{color:#b45309}.row-menu__item--warning:hover{background:#b4530914}.row-menu__item--danger{color:var(--cc-error)}.row-menu__item--danger:hover{background:#ffb4ab1a}.modal__body{padding:var(--cc-space-6);display:flex;flex-direction:column;gap:var(--cc-space-4)}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--cc-space-3);padding-top:var(--cc-space-4);border-top:1px solid var(--cc-outline-variant);margin-top:var(--cc-space-2)}.form-field{display:flex;flex-direction:column;gap:var(--cc-space-2)}.form-label{font-size:.8125rem;font-weight:500;color:var(--cc-on-surface-variant)}.form-input,.form-select{background:var(--cc-surface-container);border:1px solid var(--cc-outline-variant);border-radius:var(--cc-radius-md);padding:var(--cc-space-2) var(--cc-space-3);color:var(--cc-on-surface);font-family:var(--cc-font);font-size:.875rem;outline:none;transition:border-color .15s}.form-input::placeholder,.form-select::placeholder{color:var(--cc-outline)}.form-input:focus,.form-select:focus{border-color:var(--cc-primary)}.form-input--error,.form-select--error{border-color:var(--cc-error)}.form-select{cursor:pointer;appearance:auto}.form-error{font-size:.75rem;color:var(--cc-error)}:root{--mod-border-gray-normal: var(--cc-outline-variant);--mod-border-gray-spotlight: var(--cc-outline);--mod-border-brand-transparent: rgba(56, 178, 172, .4);--stag-border-brand-muted: var(--cc-primary-container);--mod-background-neutral-default: var(--cc-surface-container);--mod-background-neutral-hover: var(--cc-surface-high);--mod-background-neutral-focussed: var(--cc-surface-high);--stag-background-gray-moderate: var(--cc-surface-dim);--mod-background-brand-default: var(--cc-primary-container);--mod-background-brand-spotlight: var(--cc-primary);--mod-background-brand-transparent: rgba(56, 178, 172, .08);--mod-background-brand-transparent-spotlight: rgba(56, 178, 172, .16);--stag-text-gray-normal: var(--cc-on-surface);--stag-text-gray-subtle: var(--cc-on-surface-variant);--stag-text-gray-muted: var(--cc-on-surface-variant);--stag-text-gray-disabled: var(--cc-outline);--mod-text-gray-spotlight: var(--cc-on-surface);--mod-text-gray-normal: var(--cc-on-surface-variant);--mod-text-gray-subtle: var(--cc-on-surface-variant);--mod-text-gray-muted: var(--cc-outline)}cc-row-menu inn-action-list-item{--black: var(--cc-on-surface-variant);--stag-text-error-intense: var(--cc-error);--mod-background-error-transparent: rgba(186, 26, 26, .08);display:block}cc-row-menu inn-action-list-item .action-item{font-family:var(--cc-font);font-size:.8125rem;padding:var(--cc-space-2) var(--cc-space-3);gap:var(--cc-space-2);max-height:unset;width:100%;border-radius:var(--cc-radius-sm)}cc-row-menu inn-action-list-item .action-item:hover{background-color:var(--cc-surface-highest);color:var(--cc-on-surface)}cc-row-menu inn-action-list-item .leading-icon-container,cc-row-menu inn-action-list-item .trailing-icon-container{height:auto;width:auto}cc-row-menu inn-action-list-item .material-symbols-outlined{font-size:16px}cc-row-menu inn-action-list-item.success .action-item{color:#059669}cc-row-menu inn-action-list-item.success .action-item:hover{background-color:#05966914;color:#059669}cc-row-menu inn-action-list-item.warning .action-item{color:#b45309}cc-row-menu inn-action-list-item.warning .action-item:hover{background-color:#b4530914;color:#b45309}inn-avatar .avatar-wrapper{border-radius:var(--cc-radius-md)!important;background-color:var(--cc-primary-container)!important;color:var(--cc-on-primary)!important;font-size:.6875rem!important;font-weight:700!important;flex-shrink:0}inn-button{--black: var(--cc-on-primary)}inn-button button.inn-button{border-radius:var(--cc-radius-md);font-family:var(--cc-font);font-size:.875rem;font-weight:600;min-width:unset}inn-button .material-symbols-outlined{font-size:16px}.p-dialog-mask{background-color:#0000008c!important}.p-dialog.p-component{background:var(--cc-surface)!important;box-shadow:0 24px 48px #00000073!important;border:none!important;border-radius:var(--cc-radius-lg)!important;overflow:hidden!important}.p-dialog.p-component .p-dialog-content{padding:0!important;background:transparent!important;border-radius:inherit!important}.p-dialog .p-dialog-content .container{background:transparent!important;border:none!important;box-shadow:none!important}.p-dialog .p-dialog-content .container .header{padding:var(--cc-space-5) var(--cc-space-6)!important;align-items:center}.p-dialog .p-dialog-content .container .header>*:first-child{font-size:1.125rem!important;font-weight:700!important;color:var(--cc-on-surface)!important;letter-spacing:-.01em!important;font-family:var(--cc-font)!important}.p-dialog .p-dialog-content .container .divider{border-color:var(--cc-outline-variant)!important}.p-dialog .p-dialog-content .container .footer{padding:var(--cc-space-4) var(--cc-space-6)!important;border-color:var(--cc-outline-variant)!important}.modal-heading{display:flex;align-items:center;gap:var(--cc-space-3);width:100%;font-size:1.0625rem;font-weight:700;color:var(--cc-on-surface)}.modal-heading__icon{font-size:22px;color:var(--cc-primary);font-weight:400}.modal-close-btn{margin-left:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--cc-radius-sm);color:var(--cc-outline);cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.modal-close-btn .material-symbols-outlined{font-size:18px}.modal-close-btn:hover{background:var(--cc-surface-container);color:var(--cc-on-surface)}:root{--white: #FFFFFF;--black: #000000;--black-200: #0000007A;--white-10: rgba(255, 255, 255, .08);--white-25: rgba(255, 255, 255, .12);--white-50: rgba(255, 255, 255, .18);--white-100: rgba(255, 255, 255, .32);--white-200: rgba(255, 255, 255, .48);--white-300: rgba(255, 255, 255, .64);--white-400: rgba(255, 255, 255, .8);--white-450: rgba(255, 255, 255, .88);--white-500: rgba(255, 255, 255, 1);--black-10: rgba(0, 0, 0, .08);--black-25: rgba(0, 0, 0, .12);--black-50: rgba(0, 0, 0, .18);--black-100: rgba(0, 0, 0, .32);--black-200: rgba(0, 0, 0, .48);--black-300: rgba(0, 0, 0, .64);--black-400: rgba(0, 0, 0, .8);--black-450: rgba(0, 0, 0, .88);--black-500: rgba(0, 0, 0, 1);--primary-25: #EEF8F6;--primary-50: #DCF1EE;--primary-100: #BAE4DD;--primary-200: #97D6CB;--primary-300: #86CFC3;--primary-400: #6AC5B5;--primary-500: #52BBA9;--primary-600: #47A191;--primary-700: #409284;--primary-800: #337469;--primary-900: #2B6158;--primary-1000: #224F47;--primary-1100: #1A3C36;--primary-1200: #122925;--primary-1300: #0A1614;--primary-n25: rgba(64, 146, 132, .09);--primary-n50: rgba(64, 146, 132, .18);--primary-n75: rgba(64, 146, 132, .24);--primary-n100: rgba(64, 146, 132, .32);--error-25: #FBEAE9;--error-50: #F7D5D2;--error-100: #F0ABA6;--error-200: #E88179;--error-300: #E46C63;--error-400: #DE4A3F;--error-500: #D92D20;--error-600: #BB271C;--error-700: #A92319;--error-800: #871C14;--error-900: #711711;--error-1000: #5B130D;--error-1100: #450E0A;--error-1200: #300A07;--error-1300: #1A0504;--error-n25: rgba(169, 35, 25, .09);--error-n50: rgba(169, 35, 25, .18);--error-n75: rgba(169, 35, 25, .24);--error-n100: rgba(169, 35, 25, .32);--neutral-25: #F4F5F8;--neutral-50: #E9ECF1;--neutral-100: #D2D8E3;--neutral-200: #BCC5D6;--neutral-300: #B1BBCF;--neutral-400: #9FACC4;--neutral-500: #8F9EBA;--neutral-600: #7B88A0;--neutral-700: #707B91;--neutral-800: #596273;--neutral-900: #4A5261;--neutral-1000: #3C424E;--neutral-1100: #2E333C;--neutral-1200: #1F2329;--neutral-1300: #111316;--neutral-n25L: rgba(112, 123, 145, .04);--neutral-n50L: rgba(112, 123, 145, .09);--neutral-n75L: rgba(112, 123, 145, .18);--neutral-n100L: rgba(112, 123, 145, .24);--neutral-n125L: rgba(112, 123, 145, .32);--neutral-n150L: rgba(112, 123, 145, .64);--neutral-n25D: rgba(188, 197, 214, .04);--neutral-n50D: rgba(112, 123, 145, .09);--neutral-n75D: rgba(112, 123, 145, .18);--neutral-n100D: rgba(112, 123, 145, .24);--neutral-n125D: rgba(112, 123, 145, .32);--neutral-n150D: rgba(112, 123, 145, .64);--neutral-1200S: rgba(31, 35, 41, .03);--neutral-1200M: rgba(31, 35, 41, .04);--neutral-1200L: rgba(31, 35, 41, .12);--warning-25: #FBF0E6;--warning-50: #F8E1CD;--warning-100: #F1C39A;--warning-200: #EAA468;--warning-300: #E7954F;--warning-400: #E17D26;--warning-500: #DC6803;--warning-600: #BD5903;--warning-700: #AC5102;--warning-800: #884002;--warning-900: #723602;--warning-1000: #5C2C01;--warning-1100: #462101;--warning-1200: #301701;--warning-1300: #1A0C00;--warning-n25: rgba(172, 81, 2, .09);--warning-n50: rgba(172, 81, 2, .18);--warning-n75: rgba(172, 81, 2, .24);--warning-n100: rgba(172, 81, 2, .32);--success-25: #E7F8F0;--success-50: #D0F1E1;--success-100: #A0E2C3;--success-200: #71D4A6;--success-300: #59CD97;--success-400: #33C17F;--success-500: #12B76A;--success-600: #0F9D5B;--success-700: #0E8F53;--success-800: #0B7142;--success-900: #095F37;--success-1000: #084D2D;--success-1100: #063B22;--success-1200: #042817;--success-1300: #02160D;--success-n25: rgba(14, 143, 83, .09);--success-n50: rgba(14, 143, 83, .18);--success-n75: rgba(14, 143, 83, .24);--success-n100: rgba(14, 143, 83, .32);--blue-25: #F5FAFF;--blue-50: #EFF8FF;--blue-100: #D1E9FF;--blue-200: #B2DDFF;--blue-300: #84CAFF;--blue-400: #53B1FD;--blue-500: #2E90FA;--blue-600: #1570EF;--blue-700: #175CD5;--blue-800: #1849A9;--blue-900: #194185;--dark-blue-25: #101828;--blue-gray-25: #FCFCFD;--blue-gray-50: #F8F9FC;--blue-gray-100: #EAECF5;--blue-gray-200: #D5D9EB;--blue-gray-300: #AFB5D9;--blue-gray-400: #717BBC;--blue-gray-500: #4E5BA6;--blue-gray-600: #3E4784;--blue-gray-700: #363F72;--blue-gray-800: #293056;--blue-gray-900: #101323;--rose-25: #FFF5F6;--rose-50: #FFF1F3;--rose-100: #FFE4E8;--rose-200: #FECDD6;--rose-300: #FEA3B4;--rose-400: #FD6F8E;--rose-500: #F63D68;--rose-600: #E31B54;--rose-700: #C01048;--rose-800: #A11043;--rose-900: #89123E;--purple-25: #FAFAFF;--purple-50: #F4F3FF;--purple-100: #EBE9FE;--purple-200: #D9D6FE;--purple-300: #BDB4FE;--purple-400: #9B8AFB;--purple-500: #7A5AF8;--purple-600: #6938EF;--purple-700: #5925DC;--purple-800: #4A1FB8;--purple-900: #3E1C96;--orange-25: #FFFAF5;--orange-50: #FFF6ED;--orange-100: #FFEAD5;--orange-200: #FDDCAB;--orange-300: #FEB273;--orange-400: #FD853A;--orange-500: #FB6514;--orange-600: #EC4A0A;--orange-700: #C4320A;--orange-800: #9C2A10;--orange-900: #7E2410;--blue-light-25: #F5FBFF;--blue-light-50: #F0F9FF;--blue-light-100: #E0F2FE;--blue-light-200: #B9E6FE;--blue-light-300: #7CD4FD;--blue-light-400: #36BFFA;--blue-light-500: #0BA5EC;--blue-light-600: #0086C9;--blue-light-700: #026AA2;--blue-light-800: #065986;--blue-light-900: #0B4A6F;--pink-25: #FEF6FB;--pink-50: #FDF2FA;--pink-100: #FCE7F6;--pink-200: #FCCEEE;--pink-300: #FAA7E0;--pink-400: #F670C7;--pink-500: #EE46BC;--pink-600: #DD2590;--pink-700: #C11574;--pink-800: #9E165F;--pink-900: #851651;--indigo-25: #F5F8FF;--indigo-50: #EEF4FF;--indigo-100: #E0EAFF;--indigo-200: #C7D7FE;--indigo-300: #A4BCFD;--indigo-400: #8098F9;--indigo-500: #6172F3;--indigo-600: #444CE7;--indigo-700: #3538CD;--indigo-800: #2D31A6;--indigo-900: #2D3282;--accent-blue-gray-500: #4E5BA6;--accent-blue-gray-100: #EAECF5;--accent-blue-light-700: #026AA2;--accent-blue-light-50: #F0F9FF;--accent-indigo-600: #444CE7;--accent-indigo-50: #EEF4FF;--accent-pink-700: #C11574;--accent-orange-700: #C4320A;--accent-orange-50: #FFF6ED;--primary-success-700: var(--success-700);--accent-rose-700: #C01048;--accent-rose-100: #FFE4E8;--accent-blue-light-900: #0B4A6F;--accent-blue-light-100: #E0F2FE;--primary-warning-900: var(--warning-900);--primary-warning-25: var(--warning-25);--accent-purple-800: #4A1FB8;--accent-purple-50: #F4F3FF;--primary-error-700: var(--error-700);--primary-error-50: var(--error-50);--accent-pink-50: #FDF2FA;--primary-brand-700: var(--primary-700);--primary-brand-25: var(--primary-25);--neutral-gray-1300: var(--neutral-1300);--neutral-gray-50: var(--neutral-50);--accent-blue-900: #194185;--accent-blue-50: #EFF8FF;--primary-error-500: var(--error-500);--primary-error-25: var(--error-25);--primary-success-900: var(--success-900);--primary-success-50: var(--success-50);--accent-purple-700: #5925DC;--accent-purple-25: #FAFAFF;--accent-blue-gray-800: #293056;--accent-blue-gray-200: #D5D9EB;--accent-purple-200: #D9D6FE;--accent-purple-900: #3E1C96;--accent-orange-100: #FFEAD5;--accent-rose-200: #FECDD6;--accent-rose-900: #89123E;--accent-pink-100: #FCE7F6;--accent-pink-900: #851651}:root{--stag-background-gray-subtle: var(--neutral-25);--stag-background-gray-moderate: var(--neutral-50);--stag-background-gray-intense: var(--neutral-200);--stag-background-brand-subtle: var(--primary-25);--stag-background-brand-intense: var(--primary-500);--stag-background-positive-subtle: var(--success-25);--stag-background-positive-intense: var(--success-500);--stag-background-warning-subtle: var(--warning-25);--stag-background-warning-intense: var(--warning-500);--stag-background-error-subtle: var(--error-25);--stag-background-error-intense: var(--error-500);--stag-background-information-subtle: var(--primary-25);--stag-background-information-intense: var(--primary-500);--stag-background-notice-subtle: var(--neutral-25);--stag-background-notice-intense: var(--neutral-500);--stag-background-accent-purple-subtle: var(--purple-50);--stag-background-accent-indigo-subtle: var(--indigo-50);--stag-background-accent-pink-subtle: var(--pink-50);--stag-background-accent-orange-subtle: var(--orange-50);--stag-background-accent-rose-subtle: var(--rose-50);--stag-background-accent-blueLight-subtle: var(--blue-light-50);--stag-background-accent-blueGrey-subtle: var(--blue-gray-50);--stag-border-gray-normal: var(--neutral-300);--stag-border-gray-subtle: var(--neutral-100);--stag-border-gray-muted: var(--neutral-50);--stag-border-brand-normal: var(--primary-500);--stag-border-brand-muted: var(--primary-100);--stag-border-positive-subtle: var(--success-100);--stag-border-positive-intense: var(--success-600);--stag-border-warning-subtle: var(--warning-100);--stag-border-warning-intense: var(--warning-600);--stag-border-error-subtle: var(--error-100);--stag-border-error-intense: var(--error-600);--stag-border-information-subtle: var(--primary-200);--stag-border-information-intense: var(--primary-600);--stag-border-notice-subtle: var(--neutral-200);--stag-border-notice-intense: var(--neutral-600);--stag-border-accent-indigo-intense: var(--indigo-500);--stag-border-accent-orange-intense: var(--orange-500);--stag-text-gray-normal: var(--neutral-1200);--stag-text-gray-subtle: var(--neutral-900);--stag-text-gray-muted: var(--neutral-600);--stag-text-gray-disabled: var(--neutral-300);--stag-text-brand-normal: var(--primary-1200);--stag-text-brand-subtle: var(--primary-900);--stag-text-brand-muted: var(--primary-500);--stag-text-brand-disabled: var(--primary-500);--stag-text-white-normal: var(--white);--stag-text-white-subtle: var(--white-450);--stag-text-white-muted: var(--white-200);--stag-text-white-disabled: var(--white-100);--stag-text-black-normal: var(--black);--stag-text-black-subtle: var(--black-300);--stag-text-black-muted: var(--black-200);--stag-text-black-disabled: var(--black-100);--stag-text-positive-subtle: var(--success-100);--stag-text-positive-intense: var(--success-700);--stag-text-warning-subtle: var(--warning-100);--stag-text-warning-intense: var(--warning-700);--stag-text-error-subtle: var(--error-100);--stag-text-error-intense: var(--error-700);--stag-text-information-subtle: var(--primary-100);--stag-text-information-intense: var(--primary-700);--stag-text-notice-subtle: var(--neutral-100);--stag-text-notice-intense: var(--neutral-700);--stag-text-accent-blueGrey-intense: var(--blue-gray-500);--stag-text-accent-blueGrey-600: var(--blue-gray-600);--stag-text-accent-blue-intense: var(--blue-500);--stag-text-accent-blue-500: var(--blue-500);--stag-text-accent-rose-intense: var(--rose-500);--stag-text-accent-purple-intense: var(--purple-500);--stag-text-accent-orange-intense: var(--orange-500);--stag-text-accent-pink-500: var(--pink-500);--stag-text-accent-blueLight-500: var(--blue-light-500);--stag-text-accent-indigo-intense: var(--indigo-500);--stag-icon-gray-normal: var(--neutral-1200);--stag-icon-gray-subtle: var(--neutral-900);--stag-icon-gray-muted: var(--neutral-600);--stag-icon-gray-disabled: var(--neutral-300);--stag-icon-brand-normal: var(--primary-500);--stag-icon-white-normal: var(--white);--stag-icon-white-subtle: var(--white-450);--stag-icon-white-muted: var(--white-200);--stag-icon-white-disabled: var(--white-100);--stag-icon-black-normal: var(--black);--stag-icon-black-subtle: var(--black-300);--stag-icon-black-muted: var(--black-200);--stag-icon-black-disabled: var(--black-100);--stag-icon-positive-subtle: var(--success-100);--stag-icon-positive-intense: var(--success-700);--stag-icon-warning-subtle: var(--warning-100);--stag-icon-warning-intense: var(--warning-700);--stag-icon-error-subtle: var(--error-100);--stag-icon-error-intense: var(--error-700);--stag-icon-information-subtle: var(--blue-100);--stag-icon-information-intense: var(--blue-700);--stag-icon-notice-subtle: var(--neutral-100);--stag-icon-notice-intense: var(--neutral-700);--stag-icon-accent-purple-subtle: var(--purple-100);--stag-icon-accent-purple-intense: var(--purple-500);--mod-background-brand-default: var(--primary-500);--mod-background-brand-spotlight: var(--primary-600);--mod-background-brand-disabled: var(--primary-n25);--mod-background-brand-transparent: var(--primary-n25);--mod-background-brand-transparent-spotlight: var(--primary-n50);--mod-background-neutral-default: var(--white);--mod-background-neutral-hover: var(--neutral-25);--mod-background-neutral-focussed: var(--neutral-50);--mod-background-neutral-disabled: var(--neutral-n25L);--mod-background-neutral-transparent: var(--neutral-n25L);--mod-background-neutral-transparent-spotlight: var(--neutral-n50L);--mod-background-black-default: var(--neutral-1300);--mod-background-black-hover: var(--neutral-1200);--mod-background-black-focussed: var(--neutral-1200);--mod-background-black-disabled: var(--neutral-900);--mod-background-black-transparent: var(--neutral-1100);--mod-background-black-transparent-spotlight: var(--neutral-1100);--mod-background-positive-default: var(--success-600);--mod-background-positive-spotlight: var(--success-800);--mod-background-positive-disabled: var(--success-n25);--mod-background-positive-transparent: var(--success-n25);--mod-background-positive-transparent-spotlight: var(--success-n50);--mod-background-warning-default: var(--warning-500);--mod-background-warning-spotlight: var(--warning-600);--mod-background-warning-disabled: var(--warning-n25);--mod-background-warning-transparent: var(--warning-n25);--mod-background-warning-transparent-spotlight: var(--warning-n50);--mod-background-error-default: var(--error-500);--mod-background-error-spotlight: var(--error-600);--mod-background-error-disabled: var(--error-n25);--mod-background-error-transparent: var(--error-n25);--mod-background-error-transparent-spotlight: var(--error-n50);--mod-background-information-default: var(--primary-500);--mod-background-information-spotlight: var(--primary-600);--mod-background-information-disabled: var(--primary-25);--mod-background-information-transparent: var(--primary-50);--mod-background-information-transparent-spotlight: var(--primary-100);--mod-background-notice-default: var(--neutral-25);--mod-background-notice-spotlight: var(--neutral-100);--mod-background-notice-disabled: var(--neutral-25);--mod-background-notice-transparent: var(--neutral-n150D);--mod-background-notice-transparent-spotlight: var(--neutral-n125D);--mod-border-gray-normal: var(--neutral-100);--mod-border-gray-spotlight: var(--neutral-300);--mod-border-gray-disabled: var(--neutral-100);--mod-border-gray-transparent: var(--neutral-n25D);--mod-border-brand-normal: var(--primary-500);--mod-border-brand-spotlight: var(--primary-100);--mod-border-brand-disabled: var(--primary-50);--mod-border-brand-transparent: var(--primary-n100);--mod-border-positive-normal: var(--success-500);--mod-border-positive-spotlight: var(--success-100);--mod-border-positive-disabled: var(--success-25);--mod-border-positive-transparent: var(--success-n100);--mod-border-warning-normal: var(--warning-500);--mod-border-warning-spotlight: var(--warning-100);--mod-border-warning-disabled: var(--warning-25);--mod-border-warning-transparent: var(--warning-n100);--mod-border-error-normal: var(--error-500);--mod-border-error-spotlight: var(--error-100);--mod-border-error-disabled: var(--error-25);--mod-border-error-transparent: var(--error-n100);--mod-border-information-normal: var(--primary-500);--mod-border-information-spotlight: var(--primary-100);--mod-border-information-disabled: var(--primary-25);--mod-border-information-transparent: var(--primary-n100);--mod-border-notice-normal: var(--primary-500);--mod-border-notice-spotlight: var(--primary-100);--mod-border-notice-disabled: var(--primary-25);--mod-border-notice-transparent: var(--primary-n100);--mod-text-gray-normal: var(--neutral-1200);--mod-text-gray-spotlight: var(--neutral-1300);--mod-text-gray-disabled: var(--neutral-50);--mod-text-gray-transparent: var(--neutral-n25L);--mod-text-brand-normal: var(--primary-500);--mod-text-brand-spotlight: var(--primary-700);--mod-text-brand-disabled: var(--primary-50);--mod-text-brand-transparent: var(--primary-n100);--mod-text-white-normal: var(--white-500);--mod-text-white-spotlight: var(--neutral-200);--mod-text-white-disabled: var(--neutral-300);--mod-text-white-transparent: var(--white-300);--mod-text-black-normal: var(--neutral-1300);--mod-text-black-spotlight: var(--neutral-500);--mod-text-black-disabled: var(--neutral-900);--mod-text-black-transparent: var(--black-300);--mod-text-positive-normal: var(--success-500);--mod-text-positive-spotlight: var(--success-600);--mod-text-positive-disabled: var(--success-25);--mod-text-positive-transparent: var(--success-n100);--mod-text-warning-normal: var(--warning-500);--mod-text-warning-spotlight: var(--warning-600);--mod-text-warning-disabled: var(--warning-25);--mod-text-warning-transparent: var(--warning-n100);--mod-text-error-normal: var(--error-500);--mod-text-error-spotlight: var(--error-600);--mod-text-error-disabled: var(--error-25);--mod-text-error-transparent: var(--error-n100);--mod-text-information-normal: var(--primary-500);--mod-text-information-spotlight: var(--primary-600);--mod-text-information-disabled: var(--primary-25);--mod-text-information-transparent: var(--primary-n100);--mod-text-notice-normal: var(--primary-500);--mod-text-notice-spotlight: var(--primary-600);--mod-text-notice-disabled: var(--primary-25);--mod-text-notice-transparent: var(--primary-n100);--mod-icon-gray-normal: var(--neutral-1200);--mod-icon-gray-spotlight: var(--neutral-1300);--mod-icon-gray-disabled: var(--neutral-300);--mod-icon-gray-transparent: var(--neutral-n25L);--mod-icon-brand-normal: var(--primary-500);--mod-icon-brand-spotlight: var(--primary-700);--mod-icon-brand-disabled: var(--primary-50);--mod-icon-brand-transparent: var(--primary-n100);--mod-icon-white-normal: var(--neutral-500);--mod-icon-white-spotlight: var(--neutral-200);--mod-icon-white-disabled: var(--neutral-300);--mod-icon-white-transparent: var(--white-300);--mod-icon-black-normal: var(--neutral-1300);--mod-icon-black-spotlight: var(--neutral-500);--mod-icon-black-disabled: var(--neutral-900);--mod-icon-black-transparent: var(--black-300);--mod-icon-positive-normal: var(--success-500);--mod-icon-positive-spotlight: var(--success-600);--mod-icon-positive-disabled: var(--success-25);--mod-icon-positive-transparent: var(--success-n100);--mod-icon-warning-normal: var(--warning-500);--mod-icon-warning-spotlight: var(--warning-600);--mod-icon-warning-disabled: var(--warning-25);--mod-icon-warning-transparent: var(--warning-n100);--mod-icon-error-normal: var(--error-500);--mod-icon-error-spotlight: var(--error-600);--mod-icon-error-disabled: var(--error-25);--mod-icon-error-transparent: var(--error-n100);--mod-icon-information-normal: var(--primary-500);--mod-icon-information-spotlight: var(--primary-600);--mod-icon-information-disabled: var(--primary-25);--mod-icon-information-transparent: var(--primary-n100);--mod-icon-notice-normal: var(--primary-500);--mod-icon-notice-spotlight: var(--primary-600);--mod-icon-notice-disabled: var(--primary-25);--mod-icon-notice-transparent: var(--primary-n100);--global-colors-accent-blueGrey-200: var(--blue-gray-200);--global-colors-accent-blueGrey-500: var(--blue-gray-500);--global-colors-accent-blueGrey-600: var(--blue-gray-600);--global-colors-accent-blue-500: var(--blue-500);--global-colors-accent-rose-500: var(--rose-500);--global-colors-accent-purple-500: var(--purple-500);--global-colors-accent-orange-500: var(--orange-500);--global-colors-accent-pink-500: var(--pink-500);--global-colors-accent-blueLight-500: var(--blue-light-500)}:root{--icon-size-xxsmall: .3125rem;--icon-size-xsmall: .5rem;--icon-size-small: .75rem;--icon-size-lowmid: .875rem;--icon-size-medium: 1rem;--icon-size-large: 1.25rem;--icon-size-xlarge: 1.5rem;--icon-size-2xlarge: 2rem;--icon-size-3xlarge: 2.5rem;--icon-size-4xlarge: 3rem;--icon-size-5xlarge: 3.5rem;--icon-size-6xlarge: 4rem;--icon-size-7xlarge: 4.5rem;--corner-radius-none: 0rem;--corner-radius-xsmall: .0625rem;--corner-radius-small: .125rem;--corner-radius-medium: .25rem;--corner-radius-semi-medium: .375rem;--corner-radius-large: .5rem;--corner-radius-xlarge: .75rem;--corner-radius-2xlarge: 1rem;--corner-radius-max: 62.5rem;--border-width-none: 0px;--border-width-thin: 1px;--border-width-thicker: 2px;--border-width-max: 4px;--border-width-thinner: .5px;--border-width-thick: 1.5px}.corner-radius-0{border-radius:0rem}.icon-size-0{width:0rem;height:0rem;font-size:0rem!important}.layer-blur-0{box-shadow:0 0 0 var(--neutral-1200)}.truncate-0{-webkit-line-clamp:0;-webkit-box-orient:vertical;line-clamp:0;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-1{border-radius:.0625rem}.icon-size-1{width:.0625rem;height:.0625rem;font-size:.0625rem!important}.layer-blur-1{box-shadow:0 0 1px var(--neutral-1200)}.truncate-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-2{border-radius:.125rem}.icon-size-2{width:.125rem;height:.125rem;font-size:.125rem!important}.layer-blur-2{box-shadow:0 0 2px var(--neutral-1200)}.truncate-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-3{border-radius:.1875rem}.icon-size-3{width:.1875rem;height:.1875rem;font-size:.1875rem!important}.layer-blur-3{box-shadow:0 0 3px var(--neutral-1200)}.truncate-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-4{border-radius:.25rem}.icon-size-4{width:.25rem;height:.25rem;font-size:.25rem!important}.layer-blur-4,.layer-blur-xsmall{box-shadow:0 0 4px var(--neutral-1200)}.truncate-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-5{border-radius:.3125rem}.icon-size-5{width:.3125rem;height:.3125rem;font-size:.3125rem!important}.layer-blur-5{box-shadow:0 0 5px var(--neutral-1200)}.truncate-5{-webkit-line-clamp:5;-webkit-box-orient:vertical;line-clamp:5;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-6{border-radius:.375rem}.icon-size-6{width:.375rem;height:.375rem;font-size:.375rem!important}.layer-blur-6,.layer-blur-small{box-shadow:0 0 6px var(--neutral-1200)}.truncate-6{-webkit-line-clamp:6;-webkit-box-orient:vertical;line-clamp:6;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-7{border-radius:.4375rem}.icon-size-7{width:.4375rem;height:.4375rem;font-size:.4375rem!important}.layer-blur-7{box-shadow:0 0 7px var(--neutral-1200)}.truncate-7{-webkit-line-clamp:7;-webkit-box-orient:vertical;line-clamp:7;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-8{border-radius:.5rem}.icon-size-8{width:.5rem;height:.5rem;font-size:.5rem!important}.layer-blur-8{box-shadow:0 0 8px var(--neutral-1200)}.truncate-8{-webkit-line-clamp:8;-webkit-box-orient:vertical;line-clamp:8;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-9{border-radius:.5625rem}.icon-size-9{width:.5625rem;height:.5625rem;font-size:.5625rem!important}.layer-blur-9{box-shadow:0 0 9px var(--neutral-1200)}.truncate-9{-webkit-line-clamp:9;-webkit-box-orient:vertical;line-clamp:9;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-10{border-radius:.625rem}.icon-size-10{width:.625rem;height:.625rem;font-size:.625rem!important}.layer-blur-10{box-shadow:0 0 10px var(--neutral-1200)}.truncate-10{-webkit-line-clamp:10;-webkit-box-orient:vertical;line-clamp:10;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-11{border-radius:.6875rem}.icon-size-11{width:.6875rem;height:.6875rem;font-size:.6875rem!important}.layer-blur-11{box-shadow:0 0 11px var(--neutral-1200)}.truncate-11{-webkit-line-clamp:11;-webkit-box-orient:vertical;line-clamp:11;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-12{border-radius:.75rem}.icon-size-12{width:.75rem;height:.75rem;font-size:.75rem!important}.layer-blur-12,.layer-blur-medium{box-shadow:0 0 12px var(--neutral-1200)}.truncate-12{-webkit-line-clamp:12;-webkit-box-orient:vertical;line-clamp:12;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-13{border-radius:.8125rem}.icon-size-13{width:.8125rem;height:.8125rem;font-size:.8125rem!important}.layer-blur-13{box-shadow:0 0 13px var(--neutral-1200)}.truncate-13{-webkit-line-clamp:13;-webkit-box-orient:vertical;line-clamp:13;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-14{border-radius:.875rem}.icon-size-14{width:.875rem;height:.875rem;font-size:.875rem!important}.layer-blur-14{box-shadow:0 0 14px var(--neutral-1200)}.truncate-14{-webkit-line-clamp:14;-webkit-box-orient:vertical;line-clamp:14;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-15{border-radius:.9375rem}.icon-size-15{width:.9375rem;height:.9375rem;font-size:.9375rem!important}.layer-blur-15{box-shadow:0 0 15px var(--neutral-1200)}.truncate-15{-webkit-line-clamp:15;-webkit-box-orient:vertical;line-clamp:15;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-16{border-radius:1rem}.icon-size-16{width:1rem;height:1rem;font-size:1rem!important}.layer-blur-16,.layer-blur-large{box-shadow:0 0 16px var(--neutral-1200)}.truncate-16{-webkit-line-clamp:16;-webkit-box-orient:vertical;line-clamp:16;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-17{border-radius:1.0625rem}.icon-size-17{width:1.0625rem;height:1.0625rem;font-size:1.0625rem!important}.layer-blur-17{box-shadow:0 0 17px var(--neutral-1200)}.truncate-17{-webkit-line-clamp:17;-webkit-box-orient:vertical;line-clamp:17;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-18{border-radius:1.125rem}.icon-size-18{width:1.125rem;height:1.125rem;font-size:1.125rem!important}.layer-blur-18{box-shadow:0 0 18px var(--neutral-1200)}.truncate-18{-webkit-line-clamp:18;-webkit-box-orient:vertical;line-clamp:18;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-19{border-radius:1.1875rem}.icon-size-19{width:1.1875rem;height:1.1875rem;font-size:1.1875rem!important}.layer-blur-19{box-shadow:0 0 19px var(--neutral-1200)}.truncate-19{-webkit-line-clamp:19;-webkit-box-orient:vertical;line-clamp:19;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-20{border-radius:1.25rem}.icon-size-20{width:1.25rem;height:1.25rem;font-size:1.25rem!important}.layer-blur-20{box-shadow:0 0 20px var(--neutral-1200)}.truncate-20{-webkit-line-clamp:20;-webkit-box-orient:vertical;line-clamp:20;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-21{border-radius:1.3125rem}.icon-size-21{width:1.3125rem;height:1.3125rem;font-size:1.3125rem!important}.layer-blur-21{box-shadow:0 0 21px var(--neutral-1200)}.truncate-21{-webkit-line-clamp:21;-webkit-box-orient:vertical;line-clamp:21;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-22{border-radius:1.375rem}.icon-size-22{width:1.375rem;height:1.375rem;font-size:1.375rem!important}.layer-blur-22{box-shadow:0 0 22px var(--neutral-1200)}.truncate-22{-webkit-line-clamp:22;-webkit-box-orient:vertical;line-clamp:22;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-23{border-radius:1.4375rem}.icon-size-23{width:1.4375rem;height:1.4375rem;font-size:1.4375rem!important}.layer-blur-23{box-shadow:0 0 23px var(--neutral-1200)}.truncate-23{-webkit-line-clamp:23;-webkit-box-orient:vertical;line-clamp:23;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-24{border-radius:1.5rem}.icon-size-24{width:1.5rem;height:1.5rem;font-size:1.5rem!important}.layer-blur-24{box-shadow:0 0 24px var(--neutral-1200)}.truncate-24{-webkit-line-clamp:24;-webkit-box-orient:vertical;line-clamp:24;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-25{border-radius:1.5625rem}.icon-size-25{width:1.5625rem;height:1.5625rem;font-size:1.5625rem!important}.layer-blur-25{box-shadow:0 0 25px var(--neutral-1200)}.truncate-25{-webkit-line-clamp:25;-webkit-box-orient:vertical;line-clamp:25;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-26{border-radius:1.625rem}.icon-size-26{width:1.625rem;height:1.625rem;font-size:1.625rem!important}.layer-blur-26,.layer-blur-xlarge{box-shadow:0 0 26px var(--neutral-1200)}.truncate-26{-webkit-line-clamp:26;-webkit-box-orient:vertical;line-clamp:26;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-27{border-radius:1.6875rem}.icon-size-27{width:1.6875rem;height:1.6875rem;font-size:1.6875rem!important}.layer-blur-27{box-shadow:0 0 27px var(--neutral-1200)}.truncate-27{-webkit-line-clamp:27;-webkit-box-orient:vertical;line-clamp:27;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-28{border-radius:1.75rem}.icon-size-28{width:1.75rem;height:1.75rem;font-size:1.75rem!important}.layer-blur-28{box-shadow:0 0 28px var(--neutral-1200)}.truncate-28{-webkit-line-clamp:28;-webkit-box-orient:vertical;line-clamp:28;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-29{border-radius:1.8125rem}.icon-size-29{width:1.8125rem;height:1.8125rem;font-size:1.8125rem!important}.layer-blur-29{box-shadow:0 0 29px var(--neutral-1200)}.truncate-29{-webkit-line-clamp:29;-webkit-box-orient:vertical;line-clamp:29;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-30{border-radius:1.875rem}.icon-size-30{width:1.875rem;height:1.875rem;font-size:1.875rem!important}.layer-blur-30{box-shadow:0 0 30px var(--neutral-1200)}.truncate-30{-webkit-line-clamp:30;-webkit-box-orient:vertical;line-clamp:30;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-31{border-radius:1.9375rem}.icon-size-31{width:1.9375rem;height:1.9375rem;font-size:1.9375rem!important}.layer-blur-31{box-shadow:0 0 31px var(--neutral-1200)}.truncate-31{-webkit-line-clamp:31;-webkit-box-orient:vertical;line-clamp:31;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-32{border-radius:2rem}.icon-size-32{width:2rem;height:2rem;font-size:2rem!important}.layer-blur-32{box-shadow:0 0 32px var(--neutral-1200)}.truncate-32{-webkit-line-clamp:32;-webkit-box-orient:vertical;line-clamp:32;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-33{border-radius:2.0625rem}.icon-size-33{width:2.0625rem;height:2.0625rem;font-size:2.0625rem!important}.layer-blur-33{box-shadow:0 0 33px var(--neutral-1200)}.truncate-33{-webkit-line-clamp:33;-webkit-box-orient:vertical;line-clamp:33;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-34{border-radius:2.125rem}.icon-size-34{width:2.125rem;height:2.125rem;font-size:2.125rem!important}.layer-blur-34{box-shadow:0 0 34px var(--neutral-1200)}.truncate-34{-webkit-line-clamp:34;-webkit-box-orient:vertical;line-clamp:34;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-35{border-radius:2.1875rem}.icon-size-35{width:2.1875rem;height:2.1875rem;font-size:2.1875rem!important}.layer-blur-35{box-shadow:0 0 35px var(--neutral-1200)}.truncate-35{-webkit-line-clamp:35;-webkit-box-orient:vertical;line-clamp:35;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-36{border-radius:2.25rem}.icon-size-36{width:2.25rem;height:2.25rem;font-size:2.25rem!important}.layer-blur-36{box-shadow:0 0 36px var(--neutral-1200)}.truncate-36{-webkit-line-clamp:36;-webkit-box-orient:vertical;line-clamp:36;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-37{border-radius:2.3125rem}.icon-size-37{width:2.3125rem;height:2.3125rem;font-size:2.3125rem!important}.layer-blur-37{box-shadow:0 0 37px var(--neutral-1200)}.truncate-37{-webkit-line-clamp:37;-webkit-box-orient:vertical;line-clamp:37;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-38{border-radius:2.375rem}.icon-size-38{width:2.375rem;height:2.375rem;font-size:2.375rem!important}.layer-blur-38{box-shadow:0 0 38px var(--neutral-1200)}.truncate-38{-webkit-line-clamp:38;-webkit-box-orient:vertical;line-clamp:38;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-39{border-radius:2.4375rem}.icon-size-39{width:2.4375rem;height:2.4375rem;font-size:2.4375rem!important}.layer-blur-39{box-shadow:0 0 39px var(--neutral-1200)}.truncate-39{-webkit-line-clamp:39;-webkit-box-orient:vertical;line-clamp:39;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-40{border-radius:2.5rem}.icon-size-40{width:2.5rem;height:2.5rem;font-size:2.5rem!important}.layer-blur-40{box-shadow:0 0 40px var(--neutral-1200)}.truncate-40{-webkit-line-clamp:40;-webkit-box-orient:vertical;line-clamp:40;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-41{border-radius:2.5625rem}.icon-size-41{width:2.5625rem;height:2.5625rem;font-size:2.5625rem!important}.layer-blur-41{box-shadow:0 0 41px var(--neutral-1200)}.truncate-41{-webkit-line-clamp:41;-webkit-box-orient:vertical;line-clamp:41;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-42{border-radius:2.625rem}.icon-size-42{width:2.625rem;height:2.625rem;font-size:2.625rem!important}.layer-blur-42{box-shadow:0 0 42px var(--neutral-1200)}.truncate-42{-webkit-line-clamp:42;-webkit-box-orient:vertical;line-clamp:42;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-43{border-radius:2.6875rem}.icon-size-43{width:2.6875rem;height:2.6875rem;font-size:2.6875rem!important}.layer-blur-43{box-shadow:0 0 43px var(--neutral-1200)}.truncate-43{-webkit-line-clamp:43;-webkit-box-orient:vertical;line-clamp:43;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-44{border-radius:2.75rem}.icon-size-44{width:2.75rem;height:2.75rem;font-size:2.75rem!important}.layer-blur-44{box-shadow:0 0 44px var(--neutral-1200)}.truncate-44{-webkit-line-clamp:44;-webkit-box-orient:vertical;line-clamp:44;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-45{border-radius:2.8125rem}.icon-size-45{width:2.8125rem;height:2.8125rem;font-size:2.8125rem!important}.layer-blur-45{box-shadow:0 0 45px var(--neutral-1200)}.truncate-45{-webkit-line-clamp:45;-webkit-box-orient:vertical;line-clamp:45;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-46{border-radius:2.875rem}.icon-size-46{width:2.875rem;height:2.875rem;font-size:2.875rem!important}.layer-blur-46{box-shadow:0 0 46px var(--neutral-1200)}.truncate-46{-webkit-line-clamp:46;-webkit-box-orient:vertical;line-clamp:46;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-47{border-radius:2.9375rem}.icon-size-47{width:2.9375rem;height:2.9375rem;font-size:2.9375rem!important}.layer-blur-47{box-shadow:0 0 47px var(--neutral-1200)}.truncate-47{-webkit-line-clamp:47;-webkit-box-orient:vertical;line-clamp:47;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-48{border-radius:3rem}.icon-size-48{width:3rem;height:3rem;font-size:3rem!important}.layer-blur-48{box-shadow:0 0 48px var(--neutral-1200)}.truncate-48{-webkit-line-clamp:48;-webkit-box-orient:vertical;line-clamp:48;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-49{border-radius:3.0625rem}.icon-size-49{width:3.0625rem;height:3.0625rem;font-size:3.0625rem!important}.layer-blur-49{box-shadow:0 0 49px var(--neutral-1200)}.truncate-49{-webkit-line-clamp:49;-webkit-box-orient:vertical;line-clamp:49;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-50{border-radius:3.125rem}.icon-size-50{width:3.125rem;height:3.125rem;font-size:3.125rem!important}.layer-blur-50{box-shadow:0 0 50px var(--neutral-1200)}.truncate-50{-webkit-line-clamp:50;-webkit-box-orient:vertical;line-clamp:50;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-51{border-radius:3.1875rem}.icon-size-51{width:3.1875rem;height:3.1875rem;font-size:3.1875rem!important}.layer-blur-51{box-shadow:0 0 51px var(--neutral-1200)}.truncate-51{-webkit-line-clamp:51;-webkit-box-orient:vertical;line-clamp:51;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-52{border-radius:3.25rem}.icon-size-52{width:3.25rem;height:3.25rem;font-size:3.25rem!important}.layer-blur-52{box-shadow:0 0 52px var(--neutral-1200)}.truncate-52{-webkit-line-clamp:52;-webkit-box-orient:vertical;line-clamp:52;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-53{border-radius:3.3125rem}.icon-size-53{width:3.3125rem;height:3.3125rem;font-size:3.3125rem!important}.layer-blur-53{box-shadow:0 0 53px var(--neutral-1200)}.truncate-53{-webkit-line-clamp:53;-webkit-box-orient:vertical;line-clamp:53;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-54{border-radius:3.375rem}.icon-size-54{width:3.375rem;height:3.375rem;font-size:3.375rem!important}.layer-blur-54{box-shadow:0 0 54px var(--neutral-1200)}.truncate-54{-webkit-line-clamp:54;-webkit-box-orient:vertical;line-clamp:54;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-55{border-radius:3.4375rem}.icon-size-55{width:3.4375rem;height:3.4375rem;font-size:3.4375rem!important}.layer-blur-55{box-shadow:0 0 55px var(--neutral-1200)}.truncate-55{-webkit-line-clamp:55;-webkit-box-orient:vertical;line-clamp:55;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-56{border-radius:3.5rem}.icon-size-56{width:3.5rem;height:3.5rem;font-size:3.5rem!important}.layer-blur-56{box-shadow:0 0 56px var(--neutral-1200)}.truncate-56{-webkit-line-clamp:56;-webkit-box-orient:vertical;line-clamp:56;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-57{border-radius:3.5625rem}.icon-size-57{width:3.5625rem;height:3.5625rem;font-size:3.5625rem!important}.layer-blur-57{box-shadow:0 0 57px var(--neutral-1200)}.truncate-57{-webkit-line-clamp:57;-webkit-box-orient:vertical;line-clamp:57;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-58{border-radius:3.625rem}.icon-size-58{width:3.625rem;height:3.625rem;font-size:3.625rem!important}.layer-blur-58{box-shadow:0 0 58px var(--neutral-1200)}.truncate-58{-webkit-line-clamp:58;-webkit-box-orient:vertical;line-clamp:58;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-59{border-radius:3.6875rem}.icon-size-59{width:3.6875rem;height:3.6875rem;font-size:3.6875rem!important}.layer-blur-59{box-shadow:0 0 59px var(--neutral-1200)}.truncate-59{-webkit-line-clamp:59;-webkit-box-orient:vertical;line-clamp:59;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-60{border-radius:3.75rem}.icon-size-60{width:3.75rem;height:3.75rem;font-size:3.75rem!important}.layer-blur-60{box-shadow:0 0 60px var(--neutral-1200)}.truncate-60{-webkit-line-clamp:60;-webkit-box-orient:vertical;line-clamp:60;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-61{border-radius:3.8125rem}.icon-size-61{width:3.8125rem;height:3.8125rem;font-size:3.8125rem!important}.layer-blur-61{box-shadow:0 0 61px var(--neutral-1200)}.truncate-61{-webkit-line-clamp:61;-webkit-box-orient:vertical;line-clamp:61;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-62{border-radius:3.875rem}.icon-size-62{width:3.875rem;height:3.875rem;font-size:3.875rem!important}.layer-blur-62{box-shadow:0 0 62px var(--neutral-1200)}.truncate-62{-webkit-line-clamp:62;-webkit-box-orient:vertical;line-clamp:62;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-63{border-radius:3.9375rem}.icon-size-63{width:3.9375rem;height:3.9375rem;font-size:3.9375rem!important}.layer-blur-63{box-shadow:0 0 63px var(--neutral-1200)}.truncate-63{-webkit-line-clamp:63;-webkit-box-orient:vertical;line-clamp:63;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-64{border-radius:4rem}.icon-size-64{width:4rem;height:4rem;font-size:4rem!important}.layer-blur-64{box-shadow:0 0 64px var(--neutral-1200)}.truncate-64{-webkit-line-clamp:64;-webkit-box-orient:vertical;line-clamp:64;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-65{border-radius:4.0625rem}.icon-size-65{width:4.0625rem;height:4.0625rem;font-size:4.0625rem!important}.layer-blur-65{box-shadow:0 0 65px var(--neutral-1200)}.truncate-65{-webkit-line-clamp:65;-webkit-box-orient:vertical;line-clamp:65;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-66{border-radius:4.125rem}.icon-size-66{width:4.125rem;height:4.125rem;font-size:4.125rem!important}.layer-blur-66{box-shadow:0 0 66px var(--neutral-1200)}.truncate-66{-webkit-line-clamp:66;-webkit-box-orient:vertical;line-clamp:66;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-67{border-radius:4.1875rem}.icon-size-67{width:4.1875rem;height:4.1875rem;font-size:4.1875rem!important}.layer-blur-67{box-shadow:0 0 67px var(--neutral-1200)}.truncate-67{-webkit-line-clamp:67;-webkit-box-orient:vertical;line-clamp:67;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-68{border-radius:4.25rem}.icon-size-68{width:4.25rem;height:4.25rem;font-size:4.25rem!important}.layer-blur-68{box-shadow:0 0 68px var(--neutral-1200)}.truncate-68{-webkit-line-clamp:68;-webkit-box-orient:vertical;line-clamp:68;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-69{border-radius:4.3125rem}.icon-size-69{width:4.3125rem;height:4.3125rem;font-size:4.3125rem!important}.layer-blur-69{box-shadow:0 0 69px var(--neutral-1200)}.truncate-69{-webkit-line-clamp:69;-webkit-box-orient:vertical;line-clamp:69;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-70{border-radius:4.375rem}.icon-size-70{width:4.375rem;height:4.375rem;font-size:4.375rem!important}.layer-blur-70{box-shadow:0 0 70px var(--neutral-1200)}.truncate-70{-webkit-line-clamp:70;-webkit-box-orient:vertical;line-clamp:70;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-71{border-radius:4.4375rem}.icon-size-71{width:4.4375rem;height:4.4375rem;font-size:4.4375rem!important}.layer-blur-71{box-shadow:0 0 71px var(--neutral-1200)}.truncate-71{-webkit-line-clamp:71;-webkit-box-orient:vertical;line-clamp:71;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-72{border-radius:4.5rem}.icon-size-72{width:4.5rem;height:4.5rem;font-size:4.5rem!important}.layer-blur-72{box-shadow:0 0 72px var(--neutral-1200)}.truncate-72{-webkit-line-clamp:72;-webkit-box-orient:vertical;line-clamp:72;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-73{border-radius:4.5625rem}.icon-size-73{width:4.5625rem;height:4.5625rem;font-size:4.5625rem!important}.layer-blur-73{box-shadow:0 0 73px var(--neutral-1200)}.truncate-73{-webkit-line-clamp:73;-webkit-box-orient:vertical;line-clamp:73;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-74{border-radius:4.625rem}.icon-size-74{width:4.625rem;height:4.625rem;font-size:4.625rem!important}.layer-blur-74{box-shadow:0 0 74px var(--neutral-1200)}.truncate-74{-webkit-line-clamp:74;-webkit-box-orient:vertical;line-clamp:74;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-75{border-radius:4.6875rem}.icon-size-75{width:4.6875rem;height:4.6875rem;font-size:4.6875rem!important}.layer-blur-75{box-shadow:0 0 75px var(--neutral-1200)}.truncate-75{-webkit-line-clamp:75;-webkit-box-orient:vertical;line-clamp:75;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-76{border-radius:4.75rem}.icon-size-76{width:4.75rem;height:4.75rem;font-size:4.75rem!important}.layer-blur-76{box-shadow:0 0 76px var(--neutral-1200)}.truncate-76{-webkit-line-clamp:76;-webkit-box-orient:vertical;line-clamp:76;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-77{border-radius:4.8125rem}.icon-size-77{width:4.8125rem;height:4.8125rem;font-size:4.8125rem!important}.layer-blur-77{box-shadow:0 0 77px var(--neutral-1200)}.truncate-77{-webkit-line-clamp:77;-webkit-box-orient:vertical;line-clamp:77;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-78{border-radius:4.875rem}.icon-size-78{width:4.875rem;height:4.875rem;font-size:4.875rem!important}.layer-blur-78{box-shadow:0 0 78px var(--neutral-1200)}.truncate-78{-webkit-line-clamp:78;-webkit-box-orient:vertical;line-clamp:78;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-79{border-radius:4.9375rem}.icon-size-79{width:4.9375rem;height:4.9375rem;font-size:4.9375rem!important}.layer-blur-79{box-shadow:0 0 79px var(--neutral-1200)}.truncate-79{-webkit-line-clamp:79;-webkit-box-orient:vertical;line-clamp:79;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-80{border-radius:5rem}.icon-size-80{width:5rem;height:5rem;font-size:5rem!important}.layer-blur-80,.layer-blur-2xlarge{box-shadow:0 0 80px var(--neutral-1200)}.truncate-80{-webkit-line-clamp:80;-webkit-box-orient:vertical;line-clamp:80;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-81{border-radius:5.0625rem}.icon-size-81{width:5.0625rem;height:5.0625rem;font-size:5.0625rem!important}.layer-blur-81{box-shadow:0 0 81px var(--neutral-1200)}.truncate-81{-webkit-line-clamp:81;-webkit-box-orient:vertical;line-clamp:81;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-82{border-radius:5.125rem}.icon-size-82{width:5.125rem;height:5.125rem;font-size:5.125rem!important}.layer-blur-82{box-shadow:0 0 82px var(--neutral-1200)}.truncate-82{-webkit-line-clamp:82;-webkit-box-orient:vertical;line-clamp:82;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-83{border-radius:5.1875rem}.icon-size-83{width:5.1875rem;height:5.1875rem;font-size:5.1875rem!important}.layer-blur-83{box-shadow:0 0 83px var(--neutral-1200)}.truncate-83{-webkit-line-clamp:83;-webkit-box-orient:vertical;line-clamp:83;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-84{border-radius:5.25rem}.icon-size-84{width:5.25rem;height:5.25rem;font-size:5.25rem!important}.layer-blur-84{box-shadow:0 0 84px var(--neutral-1200)}.truncate-84{-webkit-line-clamp:84;-webkit-box-orient:vertical;line-clamp:84;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-85{border-radius:5.3125rem}.icon-size-85{width:5.3125rem;height:5.3125rem;font-size:5.3125rem!important}.layer-blur-85{box-shadow:0 0 85px var(--neutral-1200)}.truncate-85{-webkit-line-clamp:85;-webkit-box-orient:vertical;line-clamp:85;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-86{border-radius:5.375rem}.icon-size-86{width:5.375rem;height:5.375rem;font-size:5.375rem!important}.layer-blur-86{box-shadow:0 0 86px var(--neutral-1200)}.truncate-86{-webkit-line-clamp:86;-webkit-box-orient:vertical;line-clamp:86;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-87{border-radius:5.4375rem}.icon-size-87{width:5.4375rem;height:5.4375rem;font-size:5.4375rem!important}.layer-blur-87{box-shadow:0 0 87px var(--neutral-1200)}.truncate-87{-webkit-line-clamp:87;-webkit-box-orient:vertical;line-clamp:87;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-88{border-radius:5.5rem}.icon-size-88{width:5.5rem;height:5.5rem;font-size:5.5rem!important}.layer-blur-88{box-shadow:0 0 88px var(--neutral-1200)}.truncate-88{-webkit-line-clamp:88;-webkit-box-orient:vertical;line-clamp:88;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-89{border-radius:5.5625rem}.icon-size-89{width:5.5625rem;height:5.5625rem;font-size:5.5625rem!important}.layer-blur-89{box-shadow:0 0 89px var(--neutral-1200)}.truncate-89{-webkit-line-clamp:89;-webkit-box-orient:vertical;line-clamp:89;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-90{border-radius:5.625rem}.icon-size-90{width:5.625rem;height:5.625rem;font-size:5.625rem!important}.layer-blur-90{box-shadow:0 0 90px var(--neutral-1200)}.truncate-90{-webkit-line-clamp:90;-webkit-box-orient:vertical;line-clamp:90;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-91{border-radius:5.6875rem}.icon-size-91{width:5.6875rem;height:5.6875rem;font-size:5.6875rem!important}.layer-blur-91{box-shadow:0 0 91px var(--neutral-1200)}.truncate-91{-webkit-line-clamp:91;-webkit-box-orient:vertical;line-clamp:91;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-92{border-radius:5.75rem}.icon-size-92{width:5.75rem;height:5.75rem;font-size:5.75rem!important}.layer-blur-92{box-shadow:0 0 92px var(--neutral-1200)}.truncate-92{-webkit-line-clamp:92;-webkit-box-orient:vertical;line-clamp:92;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-93{border-radius:5.8125rem}.icon-size-93{width:5.8125rem;height:5.8125rem;font-size:5.8125rem!important}.layer-blur-93{box-shadow:0 0 93px var(--neutral-1200)}.truncate-93{-webkit-line-clamp:93;-webkit-box-orient:vertical;line-clamp:93;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-94{border-radius:5.875rem}.icon-size-94{width:5.875rem;height:5.875rem;font-size:5.875rem!important}.layer-blur-94{box-shadow:0 0 94px var(--neutral-1200)}.truncate-94{-webkit-line-clamp:94;-webkit-box-orient:vertical;line-clamp:94;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-95{border-radius:5.9375rem}.icon-size-95{width:5.9375rem;height:5.9375rem;font-size:5.9375rem!important}.layer-blur-95{box-shadow:0 0 95px var(--neutral-1200)}.truncate-95{-webkit-line-clamp:95;-webkit-box-orient:vertical;line-clamp:95;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-96{border-radius:6rem}.icon-size-96{width:6rem;height:6rem;font-size:6rem!important}.layer-blur-96{box-shadow:0 0 96px var(--neutral-1200)}.truncate-96{-webkit-line-clamp:96;-webkit-box-orient:vertical;line-clamp:96;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-97{border-radius:6.0625rem}.icon-size-97{width:6.0625rem;height:6.0625rem;font-size:6.0625rem!important}.layer-blur-97{box-shadow:0 0 97px var(--neutral-1200)}.truncate-97{-webkit-line-clamp:97;-webkit-box-orient:vertical;line-clamp:97;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-98{border-radius:6.125rem}.icon-size-98{width:6.125rem;height:6.125rem;font-size:6.125rem!important}.layer-blur-98{box-shadow:0 0 98px var(--neutral-1200)}.truncate-98{-webkit-line-clamp:98;-webkit-box-orient:vertical;line-clamp:98;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-99{border-radius:6.1875rem}.icon-size-99{width:6.1875rem;height:6.1875rem;font-size:6.1875rem!important}.layer-blur-99{box-shadow:0 0 99px var(--neutral-1200)}.truncate-99{-webkit-line-clamp:99;-webkit-box-orient:vertical;line-clamp:99;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.corner-radius-100{border-radius:6.25rem}.icon-size-100{width:6.25rem;height:6.25rem;font-size:6.25rem!important}.layer-blur-100{box-shadow:0 0 100px var(--neutral-1200)}.truncate-100{-webkit-line-clamp:100;-webkit-box-orient:vertical;line-clamp:100;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis}.opacity-0{opacity:0}.border-width-0,.border-width-none{border-width:0px}.border-width-0a,.border-width-thinner{border-width:.5px}.outline-width-0,.outline-width-none{outline-width:0px}.outline-width-0a,.outline-width-thinner{outline-width:.5px}.opacity-10{opacity:.1}.border-width-1,.border-width-thin{border-width:1px}.border-width-1a,.border-width-thick{border-width:1.5px}.outline-width-1,.outline-width-thin{outline-width:1px}.outline-width-1a,.outline-width-thick{outline-width:1.5px}.opacity-20{opacity:.2}.border-width-2,.border-width-thicker{border-width:2px}.border-width-2a{border-width:2.5px}.outline-width-2,.outline-width-thicker{outline-width:2px}.outline-width-2a{outline-width:2.5px}.opacity-30{opacity:.3}.border-width-3{border-width:3px}.border-width-3a{border-width:3.5px}.outline-width-3{outline-width:3px}.outline-width-3a{outline-width:3.5px}.opacity-40{opacity:.4}.border-width-4,.border-width-max{border-width:4px}.border-width-4a{border-width:4.5px}.outline-width-4,.outline-width-max{outline-width:4px}.outline-width-4a{outline-width:4.5px}.opacity-50{opacity:.5}.border-width-5{border-width:5px}.border-width-5a{border-width:5.5px}.outline-width-5{outline-width:5px}.outline-width-5a{outline-width:5.5px}.opacity-60{opacity:.6}.border-width-6{border-width:6px}.border-width-6a{border-width:6.5px}.outline-width-6{outline-width:6px}.outline-width-6a{outline-width:6.5px}.opacity-70{opacity:.7}.border-width-7{border-width:7px}.border-width-7a{border-width:7.5px}.outline-width-7{outline-width:7px}.outline-width-7a{outline-width:7.5px}.opacity-80{opacity:.8}.border-width-8{border-width:8px}.border-width-8a{border-width:8.5px}.outline-width-8{outline-width:8px}.outline-width-8a{outline-width:8.5px}.opacity-90{opacity:.9}.border-width-9{border-width:9px}.border-width-9a{border-width:9.5px}.outline-width-9{outline-width:9px}.outline-width-9a{outline-width:9.5px}.opacity-100{opacity:1}.border-width-10{border-width:10px}.border-width-10a{border-width:10.5px}.outline-width-10{outline-width:10px}.outline-width-10a{outline-width:10.5px}.corner-radius-none{border-radius:0rem}.corner-radius-xsmall{border-radius:.0625rem}.corner-radius-small{border-radius:.125rem}.corner-radius-medium{border-radius:.25rem}.corner-radius-semi-medium{border-radius:.375rem}.corner-radius-large{border-radius:.5rem}.corner-radius-xlarge{border-radius:.75rem}.corner-radius-2xlarge{border-radius:1rem}.corner-radius-max{border-radius:62.5rem}.icon-size-xxsmall{width:var(--icon-size-xxsmall)!important;height:var(--icon-size-xxsmall)!important;font-size:var(--icon-size-xxsmall)!important}.icon-size-xsmall{width:var(--icon-size-xsmall)!important;height:var(--icon-size-xsmall)!important;font-size:var(--icon-size-xsmall)!important}.icon-size-small{width:var(--icon-size-small)!important;height:var(--icon-size-small)!important;font-size:var(--icon-size-small)!important}.icon-size-lowmid{width:var(--icon-size-lowmid)!important;height:var(--icon-size-lowmid)!important;font-size:var(--icon-size-lowmid)!important}.icon-size-medium{width:var(--icon-size-medium)!important;height:var(--icon-size-medium)!important;font-size:var(--icon-size-medium)!important}.icon-size-large{width:var(--icon-size-large)!important;height:var(--icon-size-large)!important;font-size:var(--icon-size-large)!important}.icon-size-xlarge{width:var(--icon-size-xlarge)!important;height:var(--icon-size-xlarge)!important;font-size:var(--icon-size-xlarge)!important}.icon-size-2xlarge{width:var(--icon-size-2xlarge)!important;height:var(--icon-size-2xlarge)!important;font-size:var(--icon-size-2xlarge)!important}.icon-size-3xlarge{width:var(--icon-size-3xlarge)!important;height:var(--icon-size-3xlarge)!important;font-size:var(--icon-size-3xlarge)!important}.icon-size-4xlarge{width:var(--icon-size-4xlarge)!important;height:var(--icon-size-4xlarge)!important;font-size:var(--icon-size-4xlarge)!important}.icon-size-5xlarge{width:var(--icon-size-5xlarge)!important;height:var(--icon-size-5xlarge)!important;font-size:var(--icon-size-5xlarge)!important}.icon-size-6xlarge{width:var(--icon-size-6xlarge)!important;height:var(--icon-size-6xlarge)!important;font-size:var(--icon-size-6xlarge)!important}.icon-size-7xlarge{width:var(--icon-size-7xlarge)!important;height:var(--icon-size-7xlarge)!important;font-size:var(--icon-size-7xlarge)!important}.icon-size-8xlarge{width:var(--icon-size-8xlarge)!important;height:var(--icon-size-8xlarge)!important;font-size:var(--icon-size-8xlarge)!important}.icon-size-9xlarge{width:var(--icon-size-9xlarge)!important;height:var(--icon-size-9xlarge)!important;font-size:var(--icon-size-9xlarge)!important}.icon-size-10xlarge{width:var(--icon-size-10xlarge)!important;height:var(--icon-size-10xlarge)!important;font-size:var(--icon-size-10xlarge)!important}.icon-size-11xlarge{width:var(--icon-size-11xlarge)!important;height:var(--icon-size-11xlarge)!important;font-size:var(--icon-size-11xlarge)!important}.icon-size-12xlarge{width:var(--icon-size-12xlarge)!important;height:var(--icon-size-12xlarge)!important;font-size:var(--icon-size-12xlarge)!important}.icon-size-13xlarge{width:var(--icon-size-13xlarge)!important;height:var(--icon-size-13xlarge)!important;font-size:var(--icon-size-13xlarge)!important}.icon-size-14xlarge{width:var(--icon-size-14xlarge)!important;height:var(--icon-size-14xlarge)!important;font-size:var(--icon-size-14xlarge)!important}.icon-size-15xlarge{width:var(--icon-size-15xlarge)!important;height:var(--icon-size-15xlarge)!important;font-size:var(--icon-size-15xlarge)!important}.icon-size-16xlarge{width:var(--icon-size-16xlarge)!important;height:var(--icon-size-16xlarge)!important;font-size:var(--icon-size-16xlarge)!important}.icon-size-17xlarge{width:var(--icon-size-17xlarge)!important;height:var(--icon-size-17xlarge)!important;font-size:var(--icon-size-17xlarge)!important}.elevation-primary-0{box-shadow:0 4px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-0{box-shadow:0 4px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-1{box-shadow:0 4px 1px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-1{box-shadow:0 4px 1px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-2{box-shadow:0 4px 2px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-2{box-shadow:0 4px 2px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-3{box-shadow:0 4px 3px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-3{box-shadow:0 4px 3px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-4,.elevation-primary-xsmall{box-shadow:0 4px 4px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-4,.elevation-neutral-xsmall{box-shadow:0 4px 4px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-5{box-shadow:0 4px 5px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-5{box-shadow:0 4px 5px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-6,.elevation-primary-small{box-shadow:0 4px 6px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-6,.elevation-neutral-small{box-shadow:0 4px 6px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-7{box-shadow:0 4px 7px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-7{box-shadow:0 4px 7px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-8{box-shadow:0 4px 8px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-8{box-shadow:0 4px 8px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-9{box-shadow:0 4px 9px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-9{box-shadow:0 4px 9px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-10{box-shadow:0 4px 10px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-10{box-shadow:0 4px 10px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-11{box-shadow:0 4px 11px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-11{box-shadow:0 4px 11px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-12,.elevation-primary-medium{box-shadow:0 4px 12px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-12,.elevation-neutral-medium{box-shadow:0 4px 12px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-13{box-shadow:0 4px 13px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-13{box-shadow:0 4px 13px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-14{box-shadow:0 4px 14px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-14{box-shadow:0 4px 14px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-15{box-shadow:0 4px 15px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-15{box-shadow:0 4px 15px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-16,.elevation-primary-large{box-shadow:0 4px 16px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-16,.elevation-neutral-large{box-shadow:0 4px 16px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-17{box-shadow:0 4px 17px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-17{box-shadow:0 4px 17px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-18{box-shadow:0 4px 18px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-18{box-shadow:0 4px 18px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-19{box-shadow:0 4px 19px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-19{box-shadow:0 4px 19px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-20{box-shadow:0 4px 20px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-20{box-shadow:0 4px 20px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-21{box-shadow:0 4px 21px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-21{box-shadow:0 4px 21px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-22{box-shadow:0 4px 22px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-22{box-shadow:0 4px 22px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-23{box-shadow:0 4px 23px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-23{box-shadow:0 4px 23px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-24{box-shadow:0 4px 24px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-24{box-shadow:0 4px 24px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-25{box-shadow:0 4px 25px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-25{box-shadow:0 4px 25px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-26,.elevation-primary-xlarge{box-shadow:0 4px 26px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-26,.elevation-neutral-xlarge{box-shadow:0 4px 26px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-27{box-shadow:0 4px 27px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-27{box-shadow:0 4px 27px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-28{box-shadow:0 4px 28px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-28{box-shadow:0 4px 28px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-29{box-shadow:0 4px 29px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-29{box-shadow:0 4px 29px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-30{box-shadow:0 4px 30px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-30{box-shadow:0 4px 30px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-31{box-shadow:0 4px 31px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-31{box-shadow:0 4px 31px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-32{box-shadow:0 4px 32px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-32{box-shadow:0 4px 32px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-33{box-shadow:0 4px 33px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-33{box-shadow:0 4px 33px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-34{box-shadow:0 4px 34px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-34{box-shadow:0 4px 34px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-35{box-shadow:0 4px 35px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-35{box-shadow:0 4px 35px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-36{box-shadow:0 4px 36px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-36{box-shadow:0 4px 36px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-37{box-shadow:0 4px 37px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-37{box-shadow:0 4px 37px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-38{box-shadow:0 4px 38px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-38{box-shadow:0 4px 38px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-39{box-shadow:0 4px 39px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-39{box-shadow:0 4px 39px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-40{box-shadow:0 4px 40px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-40{box-shadow:0 4px 40px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-41{box-shadow:0 4px 41px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-41{box-shadow:0 4px 41px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-42{box-shadow:0 4px 42px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-42{box-shadow:0 4px 42px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-43{box-shadow:0 4px 43px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-43{box-shadow:0 4px 43px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-44{box-shadow:0 4px 44px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-44{box-shadow:0 4px 44px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-45{box-shadow:0 4px 45px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-45{box-shadow:0 4px 45px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-46{box-shadow:0 4px 46px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-46{box-shadow:0 4px 46px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-47{box-shadow:0 4px 47px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-47{box-shadow:0 4px 47px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-48{box-shadow:0 4px 48px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-48{box-shadow:0 4px 48px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-49{box-shadow:0 4px 49px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-49{box-shadow:0 4px 49px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-50{box-shadow:0 4px 50px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-50{box-shadow:0 4px 50px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-51{box-shadow:0 4px 51px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-51{box-shadow:0 4px 51px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-52{box-shadow:0 4px 52px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-52{box-shadow:0 4px 52px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-53{box-shadow:0 4px 53px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-53{box-shadow:0 4px 53px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-54{box-shadow:0 4px 54px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-54{box-shadow:0 4px 54px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-55{box-shadow:0 4px 55px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-55{box-shadow:0 4px 55px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-56{box-shadow:0 4px 56px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-56{box-shadow:0 4px 56px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-57{box-shadow:0 4px 57px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-57{box-shadow:0 4px 57px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-58{box-shadow:0 4px 58px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-58{box-shadow:0 4px 58px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-59{box-shadow:0 4px 59px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-59{box-shadow:0 4px 59px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-60{box-shadow:0 4px 60px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-60{box-shadow:0 4px 60px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-61{box-shadow:0 4px 61px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-61{box-shadow:0 4px 61px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-62{box-shadow:0 4px 62px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-62{box-shadow:0 4px 62px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-63{box-shadow:0 4px 63px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-63{box-shadow:0 4px 63px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-64{box-shadow:0 4px 64px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-64{box-shadow:0 4px 64px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-65{box-shadow:0 4px 65px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-65{box-shadow:0 4px 65px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-66{box-shadow:0 4px 66px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-66{box-shadow:0 4px 66px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-67{box-shadow:0 4px 67px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-67{box-shadow:0 4px 67px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-68{box-shadow:0 4px 68px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-68{box-shadow:0 4px 68px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-69{box-shadow:0 4px 69px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-69{box-shadow:0 4px 69px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-70{box-shadow:0 4px 70px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-70{box-shadow:0 4px 70px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-71{box-shadow:0 4px 71px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-71{box-shadow:0 4px 71px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-72{box-shadow:0 4px 72px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-72{box-shadow:0 4px 72px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-73{box-shadow:0 4px 73px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-73{box-shadow:0 4px 73px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-74{box-shadow:0 4px 74px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-74{box-shadow:0 4px 74px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-75{box-shadow:0 4px 75px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-75{box-shadow:0 4px 75px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-76{box-shadow:0 4px 76px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-76{box-shadow:0 4px 76px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-77{box-shadow:0 4px 77px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-77{box-shadow:0 4px 77px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-78{box-shadow:0 4px 78px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-78{box-shadow:0 4px 78px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-79{box-shadow:0 4px 79px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-79{box-shadow:0 4px 79px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-80,.elevation-primary-2xlarge{box-shadow:0 4px 80px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-80,.elevation-neutral-2xlarge{box-shadow:0 4px 80px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-81{box-shadow:0 4px 81px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-81{box-shadow:0 4px 81px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-82{box-shadow:0 4px 82px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-82{box-shadow:0 4px 82px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-83{box-shadow:0 4px 83px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-83{box-shadow:0 4px 83px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-84{box-shadow:0 4px 84px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-84{box-shadow:0 4px 84px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-85{box-shadow:0 4px 85px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-85{box-shadow:0 4px 85px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-86{box-shadow:0 4px 86px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-86{box-shadow:0 4px 86px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-87{box-shadow:0 4px 87px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-87{box-shadow:0 4px 87px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-88{box-shadow:0 4px 88px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-88{box-shadow:0 4px 88px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-89{box-shadow:0 4px 89px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-89{box-shadow:0 4px 89px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-90{box-shadow:0 4px 90px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-90{box-shadow:0 4px 90px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-91{box-shadow:0 4px 91px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-91{box-shadow:0 4px 91px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-92{box-shadow:0 4px 92px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-92{box-shadow:0 4px 92px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-93{box-shadow:0 4px 93px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-93{box-shadow:0 4px 93px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-94{box-shadow:0 4px 94px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-94{box-shadow:0 4px 94px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-95{box-shadow:0 4px 95px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-95{box-shadow:0 4px 95px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-96{box-shadow:0 4px 96px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-96{box-shadow:0 4px 96px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-97{box-shadow:0 4px 97px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-97{box-shadow:0 4px 97px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-98{box-shadow:0 4px 98px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-98{box-shadow:0 4px 98px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-99{box-shadow:0 4px 99px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-99{box-shadow:0 4px 99px rgba(from var(--neutral-1200) r g b/.12)}.elevation-primary-100{box-shadow:0 4px 100px rgb(from var(--primary-500) r g b/.12)}.elevation-neutral-100{box-shadow:0 4px 100px rgba(from var(--neutral-1200) r g b/.12)}:root{--size-0: 0rem;--size-1: .0625rem;--size-2: .125rem;--size-3: .1875rem;--size-4: .25rem;--size-5: .3125rem;--size-6: .375rem;--size-7: .4375rem;--size-8: .5rem;--size-9: .5625rem;--size-10: .625rem;--size-11: .6875rem;--size-12: .75rem;--size-13: .8125rem;--size-14: .875rem;--size-15: .9375rem;--size-16: 1rem;--size-17: 1.0625rem;--size-18: 1.125rem;--size-19: 1.1875rem;--size-20: 1.25rem;--size-21: 1.3125rem;--size-22: 1.375rem;--size-23: 1.4375rem;--size-24: 1.5rem;--size-25: 1.5625rem;--size-26: 1.625rem;--size-27: 1.6875rem;--size-28: 1.75rem;--size-29: 1.8125rem;--size-30: 1.875rem;--size-31: 1.9375rem;--size-32: 2rem;--size-33: 2.0625rem;--size-34: 2.125rem;--size-35: 2.1875rem;--size-36: 2.25rem;--size-37: 2.3125rem;--size-38: 2.375rem;--size-39: 2.4375rem;--size-40: 2.5rem;--size-41: 2.5625rem;--size-42: 2.625rem;--size-43: 2.6875rem;--size-44: 2.75rem;--size-45: 2.8125rem;--size-46: 2.875rem;--size-47: 2.9375rem;--size-48: 3rem;--size-49: 3.0625rem;--size-50: 3.125rem;--size-51: 3.1875rem;--size-52: 3.25rem;--size-53: 3.3125rem;--size-54: 3.375rem;--size-55: 3.4375rem;--size-56: 3.5rem;--size-57: 3.5625rem;--size-58: 3.625rem;--size-59: 3.6875rem;--size-60: 3.75rem;--size-61: 3.8125rem;--size-62: 3.875rem;--size-63: 3.9375rem;--size-64: 4rem;--size-65: 4.0625rem;--size-66: 4.125rem;--size-67: 4.1875rem;--size-68: 4.25rem;--size-69: 4.3125rem;--size-70: 4.375rem;--size-71: 4.4375rem;--size-72: 4.5rem;--size-73: 4.5625rem;--size-74: 4.625rem;--size-75: 4.6875rem;--size-76: 4.75rem;--size-77: 4.8125rem;--size-78: 4.875rem;--size-79: 4.9375rem;--size-80: 5rem;--size-81: 5.0625rem;--size-82: 5.125rem;--size-83: 5.1875rem;--size-84: 5.25rem;--size-85: 5.3125rem;--size-86: 5.375rem;--size-87: 5.4375rem;--size-88: 5.5rem;--size-89: 5.5625rem;--size-90: 5.625rem;--size-91: 5.6875rem;--size-92: 5.75rem;--size-93: 5.8125rem;--size-94: 5.875rem;--size-95: 5.9375rem;--size-96: 6rem;--size-97: 6.0625rem;--size-98: 6.125rem;--size-99: 6.1875rem;--size-100: 6.25rem;--size-101: 6.3125rem;--size-102: 6.375rem;--size-103: 6.4375rem;--size-104: 6.5rem;--size-105: 6.5625rem;--size-106: 6.625rem;--size-107: 6.6875rem;--size-108: 6.75rem;--size-109: 6.8125rem;--size-110: 6.875rem;--size-111: 6.9375rem;--size-112: 7rem;--size-113: 7.0625rem;--size-114: 7.125rem;--size-115: 7.1875rem;--size-116: 7.25rem;--size-117: 7.3125rem;--size-118: 7.375rem;--size-119: 7.4375rem;--size-120: 7.5rem;--size-121: 7.5625rem;--size-122: 7.625rem;--size-123: 7.6875rem;--size-124: 7.75rem;--size-125: 7.8125rem;--size-126: 7.875rem;--size-127: 7.9375rem;--size-128: 8rem;--size-129: 8.0625rem;--size-130: 8.125rem;--size-131: 8.1875rem;--size-132: 8.25rem;--size-133: 8.3125rem;--size-134: 8.375rem;--size-135: 8.4375rem;--size-136: 8.5rem;--size-137: 8.5625rem;--size-138: 8.625rem;--size-139: 8.6875rem;--size-140: 8.75rem;--size-141: 8.8125rem;--size-142: 8.875rem;--size-143: 8.9375rem;--size-144: 9rem;--size-145: 9.0625rem;--size-146: 9.125rem;--size-147: 9.1875rem;--size-148: 9.25rem;--size-149: 9.3125rem;--size-150: 9.375rem;--size-151: 9.4375rem;--size-152: 9.5rem;--size-153: 9.5625rem;--size-154: 9.625rem;--size-155: 9.6875rem;--size-156: 9.75rem;--size-157: 9.8125rem;--size-158: 9.875rem;--size-159: 9.9375rem;--size-160: 10rem;--size-161: 10.0625rem;--size-162: 10.125rem;--size-163: 10.1875rem;--size-164: 10.25rem;--size-165: 10.3125rem;--size-166: 10.375rem;--size-167: 10.4375rem;--size-168: 10.5rem;--size-169: 10.5625rem;--size-170: 10.625rem;--size-171: 10.6875rem;--size-172: 10.75rem;--size-173: 10.8125rem;--size-174: 10.875rem;--size-175: 10.9375rem;--size-176: 11rem;--size-177: 11.0625rem;--size-178: 11.125rem;--size-179: 11.1875rem;--size-180: 11.25rem;--size-181: 11.3125rem;--size-182: 11.375rem;--size-183: 11.4375rem;--size-184: 11.5rem;--size-185: 11.5625rem;--size-186: 11.625rem;--size-187: 11.6875rem;--size-188: 11.75rem;--size-189: 11.8125rem;--size-190: 11.875rem;--size-191: 11.9375rem;--size-192: 12rem;--size-193: 12.0625rem;--size-194: 12.125rem;--size-195: 12.1875rem;--size-196: 12.25rem;--size-197: 12.3125rem;--size-198: 12.375rem;--size-199: 12.4375rem;--size-200: 12.5rem;--size-201: 12.5625rem;--size-202: 12.625rem;--size-203: 12.6875rem;--size-204: 12.75rem;--size-205: 12.8125rem;--size-206: 12.875rem;--size-207: 12.9375rem;--size-208: 13rem;--size-209: 13.0625rem;--size-210: 13.125rem;--size-211: 13.1875rem;--size-212: 13.25rem;--size-213: 13.3125rem;--size-214: 13.375rem;--size-215: 13.4375rem;--size-216: 13.5rem;--size-217: 13.5625rem;--size-218: 13.625rem;--size-219: 13.6875rem;--size-220: 13.75rem;--size-221: 13.8125rem;--size-222: 13.875rem;--size-223: 13.9375rem;--size-224: 14rem;--size-225: 14.0625rem;--size-226: 14.125rem;--size-227: 14.1875rem;--size-228: 14.25rem;--size-229: 14.3125rem;--size-230: 14.375rem;--size-231: 14.4375rem;--size-232: 14.5rem;--size-233: 14.5625rem;--size-234: 14.625rem;--size-235: 14.6875rem;--size-236: 14.75rem;--size-237: 14.8125rem;--size-238: 14.875rem;--size-239: 14.9375rem;--size-240: 15rem;--size-241: 15.0625rem;--size-242: 15.125rem;--size-243: 15.1875rem;--size-244: 15.25rem;--size-245: 15.3125rem;--size-246: 15.375rem;--size-247: 15.4375rem;--size-248: 15.5rem;--size-249: 15.5625rem;--size-250: 15.625rem;--size-251: 15.6875rem;--size-252: 15.75rem;--size-253: 15.8125rem;--size-254: 15.875rem;--size-255: 15.9375rem;--size-256: 16rem;--size-257: 16.0625rem;--size-258: 16.125rem;--size-259: 16.1875rem;--size-260: 16.25rem;--size-261: 16.3125rem;--size-262: 16.375rem;--size-263: 16.4375rem;--size-264: 16.5rem;--size-265: 16.5625rem;--size-266: 16.625rem;--size-267: 16.6875rem;--size-268: 16.75rem;--size-269: 16.8125rem;--size-270: 16.875rem;--size-271: 16.9375rem;--size-272: 17rem;--size-273: 17.0625rem;--size-274: 17.125rem;--size-275: 17.1875rem;--size-276: 17.25rem;--size-277: 17.3125rem;--size-278: 17.375rem;--size-279: 17.4375rem;--size-280: 17.5rem;--size-281: 17.5625rem;--size-282: 17.625rem;--size-283: 17.6875rem;--size-284: 17.75rem;--size-285: 17.8125rem;--size-286: 17.875rem;--size-287: 17.9375rem;--size-288: 18rem;--size-289: 18.0625rem;--size-290: 18.125rem;--size-291: 18.1875rem;--size-292: 18.25rem;--size-293: 18.3125rem;--size-294: 18.375rem;--size-295: 18.4375rem;--size-296: 18.5rem;--size-297: 18.5625rem;--size-298: 18.625rem;--size-299: 18.6875rem;--size-300: 18.75rem;--size-301: 18.8125rem;--size-302: 18.875rem;--size-303: 18.9375rem;--size-304: 19rem;--size-305: 19.0625rem;--size-306: 19.125rem;--size-307: 19.1875rem;--size-308: 19.25rem;--size-309: 19.3125rem;--size-310: 19.375rem;--size-311: 19.4375rem;--size-312: 19.5rem;--size-313: 19.5625rem;--size-314: 19.625rem;--size-315: 19.6875rem;--size-316: 19.75rem;--size-317: 19.8125rem;--size-318: 19.875rem;--size-319: 19.9375rem;--size-320: 20rem;--size-321: 20.0625rem;--size-322: 20.125rem;--size-323: 20.1875rem;--size-324: 20.25rem;--size-325: 20.3125rem;--size-326: 20.375rem;--size-327: 20.4375rem;--size-328: 20.5rem;--size-329: 20.5625rem;--size-330: 20.625rem;--size-331: 20.6875rem;--size-332: 20.75rem;--size-333: 20.8125rem;--size-334: 20.875rem;--size-335: 20.9375rem;--size-336: 21rem;--size-337: 21.0625rem;--size-338: 21.125rem;--size-339: 21.1875rem;--size-340: 21.25rem;--size-341: 21.3125rem;--size-342: 21.375rem;--size-343: 21.4375rem;--size-344: 21.5rem;--size-345: 21.5625rem;--size-346: 21.625rem;--size-347: 21.6875rem;--size-348: 21.75rem;--size-349: 21.8125rem;--size-350: 21.875rem;--size-351: 21.9375rem;--size-352: 22rem;--size-353: 22.0625rem;--size-354: 22.125rem;--size-355: 22.1875rem;--size-356: 22.25rem;--size-357: 22.3125rem;--size-358: 22.375rem;--size-359: 22.4375rem;--size-360: 22.5rem;--size-361: 22.5625rem;--size-362: 22.625rem;--size-363: 22.6875rem;--size-364: 22.75rem;--size-365: 22.8125rem;--size-366: 22.875rem;--size-367: 22.9375rem;--size-368: 23rem;--size-369: 23.0625rem;--size-370: 23.125rem;--size-371: 23.1875rem;--size-372: 23.25rem;--size-373: 23.3125rem;--size-374: 23.375rem;--size-375: 23.4375rem;--size-376: 23.5rem;--size-377: 23.5625rem;--size-378: 23.625rem;--size-379: 23.6875rem;--size-380: 23.75rem;--size-381: 23.8125rem;--size-382: 23.875rem;--size-383: 23.9375rem;--size-384: 24rem;--size-385: 24.0625rem;--size-386: 24.125rem;--size-387: 24.1875rem;--size-388: 24.25rem;--size-389: 24.3125rem;--size-390: 24.375rem;--size-391: 24.4375rem;--size-392: 24.5rem;--size-393: 24.5625rem;--size-394: 24.625rem;--size-395: 24.6875rem;--size-396: 24.75rem;--size-397: 24.8125rem;--size-398: 24.875rem;--size-399: 24.9375rem;--size-400: 25rem;--size-401: 25.0625rem;--size-402: 25.125rem;--size-403: 25.1875rem;--size-404: 25.25rem;--size-405: 25.3125rem;--size-406: 25.375rem;--size-407: 25.4375rem;--size-408: 25.5rem;--size-409: 25.5625rem;--size-410: 25.625rem;--size-411: 25.6875rem;--size-412: 25.75rem;--size-413: 25.8125rem;--size-414: 25.875rem;--size-415: 25.9375rem;--size-416: 26rem;--size-417: 26.0625rem;--size-418: 26.125rem;--size-419: 26.1875rem;--size-420: 26.25rem;--size-421: 26.3125rem;--size-422: 26.375rem;--size-423: 26.4375rem;--size-424: 26.5rem;--size-425: 26.5625rem;--size-426: 26.625rem;--size-427: 26.6875rem;--size-428: 26.75rem;--size-429: 26.8125rem;--size-430: 26.875rem;--size-431: 26.9375rem;--size-432: 27rem;--size-433: 27.0625rem;--size-434: 27.125rem;--size-435: 27.1875rem;--size-436: 27.25rem;--size-437: 27.3125rem;--size-438: 27.375rem;--size-439: 27.4375rem;--size-440: 27.5rem;--size-441: 27.5625rem;--size-442: 27.625rem;--size-443: 27.6875rem;--size-444: 27.75rem;--size-445: 27.8125rem;--size-446: 27.875rem;--size-447: 27.9375rem;--size-448: 28rem;--size-449: 28.0625rem;--size-450: 28.125rem;--size-451: 28.1875rem;--size-452: 28.25rem;--size-453: 28.3125rem;--size-454: 28.375rem;--size-455: 28.4375rem;--size-456: 28.5rem;--size-457: 28.5625rem;--size-458: 28.625rem;--size-459: 28.6875rem;--size-460: 28.75rem;--size-461: 28.8125rem;--size-462: 28.875rem;--size-463: 28.9375rem;--size-464: 29rem;--size-465: 29.0625rem;--size-466: 29.125rem;--size-467: 29.1875rem;--size-468: 29.25rem;--size-469: 29.3125rem;--size-470: 29.375rem;--size-471: 29.4375rem;--size-472: 29.5rem;--size-473: 29.5625rem;--size-474: 29.625rem;--size-475: 29.6875rem;--size-476: 29.75rem;--size-477: 29.8125rem;--size-478: 29.875rem;--size-479: 29.9375rem;--size-480: 30rem;--size-481: 30.0625rem;--size-482: 30.125rem;--size-483: 30.1875rem;--size-484: 30.25rem;--size-485: 30.3125rem;--size-486: 30.375rem;--size-487: 30.4375rem;--size-488: 30.5rem;--size-489: 30.5625rem;--size-490: 30.625rem;--size-491: 30.6875rem;--size-492: 30.75rem;--size-493: 30.8125rem;--size-494: 30.875rem;--size-495: 30.9375rem;--size-496: 31rem;--size-497: 31.0625rem;--size-498: 31.125rem;--size-499: 31.1875rem;--size-500: 31.25rem;--size-501: 31.3125rem;--size-502: 31.375rem;--size-503: 31.4375rem;--size-504: 31.5rem;--size-505: 31.5625rem;--size-506: 31.625rem;--size-507: 31.6875rem;--size-508: 31.75rem;--size-509: 31.8125rem;--size-510: 31.875rem;--size-511: 31.9375rem;--size-512: 32rem;--size-513: 32.0625rem;--size-514: 32.125rem;--size-515: 32.1875rem;--size-516: 32.25rem;--size-517: 32.3125rem;--size-518: 32.375rem;--size-519: 32.4375rem;--size-520: 32.5rem;--size-521: 32.5625rem;--size-522: 32.625rem;--size-523: 32.6875rem;--size-524: 32.75rem;--size-525: 32.8125rem;--size-526: 32.875rem;--size-527: 32.9375rem;--size-528: 33rem;--size-529: 33.0625rem;--size-530: 33.125rem;--size-531: 33.1875rem;--size-532: 33.25rem;--size-533: 33.3125rem;--size-534: 33.375rem;--size-535: 33.4375rem;--size-536: 33.5rem;--size-537: 33.5625rem;--size-538: 33.625rem;--size-539: 33.6875rem;--size-540: 33.75rem;--size-541: 33.8125rem;--size-542: 33.875rem;--size-543: 33.9375rem;--size-544: 34rem;--size-545: 34.0625rem;--size-546: 34.125rem;--size-547: 34.1875rem;--size-548: 34.25rem;--size-549: 34.3125rem;--size-550: 34.375rem;--size-551: 34.4375rem;--size-552: 34.5rem;--size-553: 34.5625rem;--size-554: 34.625rem;--size-555: 34.6875rem;--size-556: 34.75rem;--size-557: 34.8125rem;--size-558: 34.875rem;--size-559: 34.9375rem;--size-560: 35rem;--size-561: 35.0625rem;--size-562: 35.125rem;--size-563: 35.1875rem;--size-564: 35.25rem;--size-565: 35.3125rem;--size-566: 35.375rem;--size-567: 35.4375rem;--size-568: 35.5rem;--size-569: 35.5625rem;--size-570: 35.625rem;--size-571: 35.6875rem;--size-572: 35.75rem;--size-573: 35.8125rem;--size-574: 35.875rem;--size-575: 35.9375rem;--size-576: 36rem;--size-577: 36.0625rem;--size-578: 36.125rem;--size-579: 36.1875rem;--size-580: 36.25rem;--size-581: 36.3125rem;--size-582: 36.375rem;--size-583: 36.4375rem;--size-584: 36.5rem;--size-585: 36.5625rem;--size-586: 36.625rem;--size-587: 36.6875rem;--size-588: 36.75rem;--size-589: 36.8125rem;--size-590: 36.875rem;--size-591: 36.9375rem;--size-592: 37rem;--size-593: 37.0625rem;--size-594: 37.125rem;--size-595: 37.1875rem;--size-596: 37.25rem;--size-597: 37.3125rem;--size-598: 37.375rem;--size-599: 37.4375rem;--size-600: 37.5rem;--size-601: 37.5625rem;--size-602: 37.625rem;--size-603: 37.6875rem;--size-604: 37.75rem;--size-605: 37.8125rem;--size-606: 37.875rem;--size-607: 37.9375rem;--size-608: 38rem;--size-609: 38.0625rem;--size-610: 38.125rem;--size-611: 38.1875rem;--size-612: 38.25rem;--size-613: 38.3125rem;--size-614: 38.375rem;--size-615: 38.4375rem;--size-616: 38.5rem;--size-617: 38.5625rem;--size-618: 38.625rem;--size-619: 38.6875rem;--size-620: 38.75rem;--size-621: 38.8125rem;--size-622: 38.875rem;--size-623: 38.9375rem;--size-624: 39rem;--size-625: 39.0625rem;--size-626: 39.125rem;--size-627: 39.1875rem;--size-628: 39.25rem;--size-629: 39.3125rem;--size-630: 39.375rem;--size-631: 39.4375rem;--size-632: 39.5rem;--size-633: 39.5625rem;--size-634: 39.625rem;--size-635: 39.6875rem;--size-636: 39.75rem;--size-637: 39.8125rem;--size-638: 39.875rem;--size-639: 39.9375rem;--size-640: 40rem;--size-641: 40.0625rem;--size-642: 40.125rem;--size-643: 40.1875rem;--size-644: 40.25rem;--size-645: 40.3125rem;--size-646: 40.375rem;--size-647: 40.4375rem;--size-648: 40.5rem;--size-649: 40.5625rem;--size-650: 40.625rem;--size-651: 40.6875rem;--size-652: 40.75rem;--size-653: 40.8125rem;--size-654: 40.875rem;--size-655: 40.9375rem;--size-656: 41rem;--size-657: 41.0625rem;--size-658: 41.125rem;--size-659: 41.1875rem;--size-660: 41.25rem;--size-661: 41.3125rem;--size-662: 41.375rem;--size-663: 41.4375rem;--size-664: 41.5rem;--size-665: 41.5625rem;--size-666: 41.625rem;--size-667: 41.6875rem;--size-668: 41.75rem;--size-669: 41.8125rem;--size-670: 41.875rem;--size-671: 41.9375rem;--size-672: 42rem;--size-673: 42.0625rem;--size-674: 42.125rem;--size-675: 42.1875rem;--size-676: 42.25rem;--size-677: 42.3125rem;--size-678: 42.375rem;--size-679: 42.4375rem;--size-680: 42.5rem;--size-681: 42.5625rem;--size-682: 42.625rem;--size-683: 42.6875rem;--size-684: 42.75rem;--size-685: 42.8125rem;--size-686: 42.875rem;--size-687: 42.9375rem;--size-688: 43rem;--size-689: 43.0625rem;--size-690: 43.125rem;--size-691: 43.1875rem;--size-692: 43.25rem;--size-693: 43.3125rem;--size-694: 43.375rem;--size-695: 43.4375rem;--size-696: 43.5rem;--size-697: 43.5625rem;--size-698: 43.625rem;--size-699: 43.6875rem;--size-700: 43.75rem;--size-701: 43.8125rem;--size-702: 43.875rem;--size-703: 43.9375rem;--size-704: 44rem;--size-705: 44.0625rem;--size-706: 44.125rem;--size-707: 44.1875rem;--size-708: 44.25rem;--size-709: 44.3125rem;--size-710: 44.375rem;--size-711: 44.4375rem;--size-712: 44.5rem;--size-713: 44.5625rem;--size-714: 44.625rem;--size-715: 44.6875rem;--size-716: 44.75rem;--size-717: 44.8125rem;--size-718: 44.875rem;--size-719: 44.9375rem;--size-720: 45rem;--size-721: 45.0625rem;--size-722: 45.125rem;--size-723: 45.1875rem;--size-724: 45.25rem;--size-725: 45.3125rem;--size-726: 45.375rem;--size-727: 45.4375rem;--size-728: 45.5rem;--size-729: 45.5625rem;--size-730: 45.625rem;--size-731: 45.6875rem;--size-732: 45.75rem;--size-733: 45.8125rem;--size-734: 45.875rem;--size-735: 45.9375rem;--size-736: 46rem;--size-737: 46.0625rem;--size-738: 46.125rem;--size-739: 46.1875rem;--size-740: 46.25rem;--size-741: 46.3125rem;--size-742: 46.375rem;--size-743: 46.4375rem;--size-744: 46.5rem;--size-745: 46.5625rem;--size-746: 46.625rem;--size-747: 46.6875rem;--size-748: 46.75rem;--size-749: 46.8125rem;--size-750: 46.875rem;--size-751: 46.9375rem;--size-752: 47rem;--size-753: 47.0625rem;--size-754: 47.125rem;--size-755: 47.1875rem;--size-756: 47.25rem;--size-757: 47.3125rem;--size-758: 47.375rem;--size-759: 47.4375rem;--size-760: 47.5rem;--size-761: 47.5625rem;--size-762: 47.625rem;--size-763: 47.6875rem;--size-764: 47.75rem;--size-765: 47.8125rem;--size-766: 47.875rem;--size-767: 47.9375rem;--size-768: 48rem;--size-769: 48.0625rem;--size-770: 48.125rem;--size-771: 48.1875rem;--size-772: 48.25rem;--size-773: 48.3125rem;--size-774: 48.375rem;--size-775: 48.4375rem;--size-776: 48.5rem;--size-777: 48.5625rem;--size-778: 48.625rem;--size-779: 48.6875rem;--size-780: 48.75rem;--size-781: 48.8125rem;--size-782: 48.875rem;--size-783: 48.9375rem;--size-784: 49rem;--size-785: 49.0625rem;--size-786: 49.125rem;--size-787: 49.1875rem;--size-788: 49.25rem;--size-789: 49.3125rem;--size-790: 49.375rem;--size-791: 49.4375rem;--size-792: 49.5rem;--size-793: 49.5625rem;--size-794: 49.625rem;--size-795: 49.6875rem;--size-796: 49.75rem;--size-797: 49.8125rem;--size-798: 49.875rem;--size-799: 49.9375rem;--size-800: 50rem;--size-801: 50.0625rem;--size-802: 50.125rem;--size-803: 50.1875rem;--size-804: 50.25rem;--size-805: 50.3125rem;--size-806: 50.375rem;--size-807: 50.4375rem;--size-808: 50.5rem;--size-809: 50.5625rem;--size-810: 50.625rem;--size-811: 50.6875rem;--size-812: 50.75rem;--size-813: 50.8125rem;--size-814: 50.875rem;--size-815: 50.9375rem;--size-816: 51rem;--size-817: 51.0625rem;--size-818: 51.125rem;--size-819: 51.1875rem;--size-820: 51.25rem;--size-821: 51.3125rem;--size-822: 51.375rem;--size-823: 51.4375rem;--size-824: 51.5rem;--size-825: 51.5625rem;--size-826: 51.625rem;--size-827: 51.6875rem;--size-828: 51.75rem;--size-829: 51.8125rem;--size-830: 51.875rem;--size-831: 51.9375rem;--size-832: 52rem;--size-833: 52.0625rem;--size-834: 52.125rem;--size-835: 52.1875rem;--size-836: 52.25rem;--size-837: 52.3125rem;--size-838: 52.375rem;--size-839: 52.4375rem;--size-840: 52.5rem;--size-841: 52.5625rem;--size-842: 52.625rem;--size-843: 52.6875rem;--size-844: 52.75rem;--size-845: 52.8125rem;--size-846: 52.875rem;--size-847: 52.9375rem;--size-848: 53rem;--size-849: 53.0625rem;--size-850: 53.125rem;--size-851: 53.1875rem;--size-852: 53.25rem;--size-853: 53.3125rem;--size-854: 53.375rem;--size-855: 53.4375rem;--size-856: 53.5rem;--size-857: 53.5625rem;--size-858: 53.625rem;--size-859: 53.6875rem;--size-860: 53.75rem;--size-861: 53.8125rem;--size-862: 53.875rem;--size-863: 53.9375rem;--size-864: 54rem;--size-865: 54.0625rem;--size-866: 54.125rem;--size-867: 54.1875rem;--size-868: 54.25rem;--size-869: 54.3125rem;--size-870: 54.375rem;--size-871: 54.4375rem;--size-872: 54.5rem;--size-873: 54.5625rem;--size-874: 54.625rem;--size-875: 54.6875rem;--size-876: 54.75rem;--size-877: 54.8125rem;--size-878: 54.875rem;--size-879: 54.9375rem;--size-880: 55rem;--size-881: 55.0625rem;--size-882: 55.125rem;--size-883: 55.1875rem;--size-884: 55.25rem;--size-885: 55.3125rem;--size-886: 55.375rem;--size-887: 55.4375rem;--size-888: 55.5rem;--size-889: 55.5625rem;--size-890: 55.625rem;--size-891: 55.6875rem;--size-892: 55.75rem;--size-893: 55.8125rem;--size-894: 55.875rem;--size-895: 55.9375rem;--size-896: 56rem;--size-897: 56.0625rem;--size-898: 56.125rem;--size-899: 56.1875rem;--size-900: 56.25rem;--size-901: 56.3125rem;--size-902: 56.375rem;--size-903: 56.4375rem;--size-904: 56.5rem;--size-905: 56.5625rem;--size-906: 56.625rem;--size-907: 56.6875rem;--size-908: 56.75rem;--size-909: 56.8125rem;--size-910: 56.875rem;--size-911: 56.9375rem;--size-912: 57rem;--size-913: 57.0625rem;--size-914: 57.125rem;--size-915: 57.1875rem;--size-916: 57.25rem;--size-917: 57.3125rem;--size-918: 57.375rem;--size-919: 57.4375rem;--size-920: 57.5rem;--size-921: 57.5625rem;--size-922: 57.625rem;--size-923: 57.6875rem;--size-924: 57.75rem;--size-925: 57.8125rem;--size-926: 57.875rem;--size-927: 57.9375rem;--size-928: 58rem;--size-929: 58.0625rem;--size-930: 58.125rem;--size-931: 58.1875rem;--size-932: 58.25rem;--size-933: 58.3125rem;--size-934: 58.375rem;--size-935: 58.4375rem;--size-936: 58.5rem;--size-937: 58.5625rem;--size-938: 58.625rem;--size-939: 58.6875rem;--size-940: 58.75rem;--size-941: 58.8125rem;--size-942: 58.875rem;--size-943: 58.9375rem;--size-944: 59rem;--size-945: 59.0625rem;--size-946: 59.125rem;--size-947: 59.1875rem;--size-948: 59.25rem;--size-949: 59.3125rem;--size-950: 59.375rem;--size-951: 59.4375rem;--size-952: 59.5rem;--size-953: 59.5625rem;--size-954: 59.625rem;--size-955: 59.6875rem;--size-956: 59.75rem;--size-957: 59.8125rem;--size-958: 59.875rem;--size-959: 59.9375rem;--size-960: 60rem;--size-961: 60.0625rem;--size-962: 60.125rem;--size-963: 60.1875rem;--size-964: 60.25rem;--size-965: 60.3125rem;--size-966: 60.375rem;--size-967: 60.4375rem;--size-968: 60.5rem;--size-969: 60.5625rem;--size-970: 60.625rem;--size-971: 60.6875rem;--size-972: 60.75rem;--size-973: 60.8125rem;--size-974: 60.875rem;--size-975: 60.9375rem;--size-976: 61rem;--size-977: 61.0625rem;--size-978: 61.125rem;--size-979: 61.1875rem;--size-980: 61.25rem;--size-981: 61.3125rem;--size-982: 61.375rem;--size-983: 61.4375rem;--size-984: 61.5rem;--size-985: 61.5625rem;--size-986: 61.625rem;--size-987: 61.6875rem;--size-988: 61.75rem;--size-989: 61.8125rem;--size-990: 61.875rem;--size-991: 61.9375rem;--size-992: 62rem;--size-993: 62.0625rem;--size-994: 62.125rem;--size-995: 62.1875rem;--size-996: 62.25rem;--size-997: 62.3125rem;--size-998: 62.375rem;--size-999: 62.4375rem;--size-1000: 62.5rem;--spacing-0: 0rem;--spacing-1: .125rem;--spacing-2: .25rem;--spacing-2a: .375rem;--spacing-3: .5rem;--spacing-3a: .625rem;--spacing-4: .75rem;--spacing-4a: .875rem;--spacing-5: 1rem;--spacing-6: 1.25rem;--spacing-7: 1.5rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-13: 3.25rem}:root .width-0{width:0rem}:root .height-0{height:0rem}:root .max-width-0{max-width:0rem}:root .max-height-0{max-height:0rem}:root .min-width-0{min-width:0rem}:root .min-height-0{min-height:0rem}:root .width-1{width:.0625rem}:root .height-1{height:.0625rem}:root .max-width-1{max-width:.0625rem}:root .max-height-1{max-height:.0625rem}:root .min-width-1{min-width:.0625rem}:root .min-height-1{min-height:.0625rem}:root .width-2{width:.125rem}:root .height-2{height:.125rem}:root .max-width-2{max-width:.125rem}:root .max-height-2{max-height:.125rem}:root .min-width-2{min-width:.125rem}:root .min-height-2{min-height:.125rem}:root .width-3{width:.1875rem}:root .height-3{height:.1875rem}:root .max-width-3{max-width:.1875rem}:root .max-height-3{max-height:.1875rem}:root .min-width-3{min-width:.1875rem}:root .min-height-3{min-height:.1875rem}:root .width-4{width:.25rem}:root .height-4{height:.25rem}:root .max-width-4{max-width:.25rem}:root .max-height-4{max-height:.25rem}:root .min-width-4{min-width:.25rem}:root .min-height-4{min-height:.25rem}:root .width-5{width:.3125rem}:root .height-5{height:.3125rem}:root .max-width-5{max-width:.3125rem}:root .max-height-5{max-height:.3125rem}:root .min-width-5{min-width:.3125rem}:root .min-height-5{min-height:.3125rem}:root .width-6{width:.375rem}:root .height-6{height:.375rem}:root .max-width-6{max-width:.375rem}:root .max-height-6{max-height:.375rem}:root .min-width-6{min-width:.375rem}:root .min-height-6{min-height:.375rem}:root .width-7{width:.4375rem}:root .height-7{height:.4375rem}:root .max-width-7{max-width:.4375rem}:root .max-height-7{max-height:.4375rem}:root .min-width-7{min-width:.4375rem}:root .min-height-7{min-height:.4375rem}:root .width-8{width:.5rem}:root .height-8{height:.5rem}:root .max-width-8{max-width:.5rem}:root .max-height-8{max-height:.5rem}:root .min-width-8{min-width:.5rem}:root .min-height-8{min-height:.5rem}:root .width-9{width:.5625rem}:root .height-9{height:.5625rem}:root .max-width-9{max-width:.5625rem}:root .max-height-9{max-height:.5625rem}:root .min-width-9{min-width:.5625rem}:root .min-height-9{min-height:.5625rem}:root .width-10{width:.625rem}:root .height-10{height:.625rem}:root .max-width-10{max-width:.625rem}:root .max-height-10{max-height:.625rem}:root .min-width-10{min-width:.625rem}:root .min-height-10{min-height:.625rem}:root .width-11{width:.6875rem}:root .height-11{height:.6875rem}:root .max-width-11{max-width:.6875rem}:root .max-height-11{max-height:.6875rem}:root .min-width-11{min-width:.6875rem}:root .min-height-11{min-height:.6875rem}:root .width-12{width:.75rem}:root .height-12{height:.75rem}:root .max-width-12{max-width:.75rem}:root .max-height-12{max-height:.75rem}:root .min-width-12{min-width:.75rem}:root .min-height-12{min-height:.75rem}:root .width-13{width:.8125rem}:root .height-13{height:.8125rem}:root .max-width-13{max-width:.8125rem}:root .max-height-13{max-height:.8125rem}:root .min-width-13{min-width:.8125rem}:root .min-height-13{min-height:.8125rem}:root .width-14{width:.875rem}:root .height-14{height:.875rem}:root .max-width-14{max-width:.875rem}:root .max-height-14{max-height:.875rem}:root .min-width-14{min-width:.875rem}:root .min-height-14{min-height:.875rem}:root .width-15{width:.9375rem}:root .height-15{height:.9375rem}:root .max-width-15{max-width:.9375rem}:root .max-height-15{max-height:.9375rem}:root .min-width-15{min-width:.9375rem}:root .min-height-15{min-height:.9375rem}:root .width-16{width:1rem}:root .height-16{height:1rem}:root .max-width-16{max-width:1rem}:root .max-height-16{max-height:1rem}:root .min-width-16{min-width:1rem}:root .min-height-16{min-height:1rem}:root .width-17{width:1.0625rem}:root .height-17{height:1.0625rem}:root .max-width-17{max-width:1.0625rem}:root .max-height-17{max-height:1.0625rem}:root .min-width-17{min-width:1.0625rem}:root .min-height-17{min-height:1.0625rem}:root .width-18{width:1.125rem}:root .height-18{height:1.125rem}:root .max-width-18{max-width:1.125rem}:root .max-height-18{max-height:1.125rem}:root .min-width-18{min-width:1.125rem}:root .min-height-18{min-height:1.125rem}:root .width-19{width:1.1875rem}:root .height-19{height:1.1875rem}:root .max-width-19{max-width:1.1875rem}:root .max-height-19{max-height:1.1875rem}:root .min-width-19{min-width:1.1875rem}:root .min-height-19{min-height:1.1875rem}:root .width-20{width:1.25rem}:root .height-20{height:1.25rem}:root .max-width-20{max-width:1.25rem}:root .max-height-20{max-height:1.25rem}:root .min-width-20{min-width:1.25rem}:root .min-height-20{min-height:1.25rem}:root .width-21{width:1.3125rem}:root .height-21{height:1.3125rem}:root .max-width-21{max-width:1.3125rem}:root .max-height-21{max-height:1.3125rem}:root .min-width-21{min-width:1.3125rem}:root .min-height-21{min-height:1.3125rem}:root .width-22{width:1.375rem}:root .height-22{height:1.375rem}:root .max-width-22{max-width:1.375rem}:root .max-height-22{max-height:1.375rem}:root .min-width-22{min-width:1.375rem}:root .min-height-22{min-height:1.375rem}:root .width-23{width:1.4375rem}:root .height-23{height:1.4375rem}:root .max-width-23{max-width:1.4375rem}:root .max-height-23{max-height:1.4375rem}:root .min-width-23{min-width:1.4375rem}:root .min-height-23{min-height:1.4375rem}:root .width-24{width:1.5rem}:root .height-24{height:1.5rem}:root .max-width-24{max-width:1.5rem}:root .max-height-24{max-height:1.5rem}:root .min-width-24{min-width:1.5rem}:root .min-height-24{min-height:1.5rem}:root .width-25{width:1.5625rem}:root .height-25{height:1.5625rem}:root .max-width-25{max-width:1.5625rem}:root .max-height-25{max-height:1.5625rem}:root .min-width-25{min-width:1.5625rem}:root .min-height-25{min-height:1.5625rem}:root .width-26{width:1.625rem}:root .height-26{height:1.625rem}:root .max-width-26{max-width:1.625rem}:root .max-height-26{max-height:1.625rem}:root .min-width-26{min-width:1.625rem}:root .min-height-26{min-height:1.625rem}:root .width-27{width:1.6875rem}:root .height-27{height:1.6875rem}:root .max-width-27{max-width:1.6875rem}:root .max-height-27{max-height:1.6875rem}:root .min-width-27{min-width:1.6875rem}:root .min-height-27{min-height:1.6875rem}:root .width-28{width:1.75rem}:root .height-28{height:1.75rem}:root .max-width-28{max-width:1.75rem}:root .max-height-28{max-height:1.75rem}:root .min-width-28{min-width:1.75rem}:root .min-height-28{min-height:1.75rem}:root .width-29{width:1.8125rem}:root .height-29{height:1.8125rem}:root .max-width-29{max-width:1.8125rem}:root .max-height-29{max-height:1.8125rem}:root .min-width-29{min-width:1.8125rem}:root .min-height-29{min-height:1.8125rem}:root .width-30{width:1.875rem}:root .height-30{height:1.875rem}:root .max-width-30{max-width:1.875rem}:root .max-height-30{max-height:1.875rem}:root .min-width-30{min-width:1.875rem}:root .min-height-30{min-height:1.875rem}:root .width-31{width:1.9375rem}:root .height-31{height:1.9375rem}:root .max-width-31{max-width:1.9375rem}:root .max-height-31{max-height:1.9375rem}:root .min-width-31{min-width:1.9375rem}:root .min-height-31{min-height:1.9375rem}:root .width-32{width:2rem}:root .height-32{height:2rem}:root .max-width-32{max-width:2rem}:root .max-height-32{max-height:2rem}:root .min-width-32{min-width:2rem}:root .min-height-32{min-height:2rem}:root .width-33{width:2.0625rem}:root .height-33{height:2.0625rem}:root .max-width-33{max-width:2.0625rem}:root .max-height-33{max-height:2.0625rem}:root .min-width-33{min-width:2.0625rem}:root .min-height-33{min-height:2.0625rem}:root .width-34{width:2.125rem}:root .height-34{height:2.125rem}:root .max-width-34{max-width:2.125rem}:root .max-height-34{max-height:2.125rem}:root .min-width-34{min-width:2.125rem}:root .min-height-34{min-height:2.125rem}:root .width-35{width:2.1875rem}:root .height-35{height:2.1875rem}:root .max-width-35{max-width:2.1875rem}:root .max-height-35{max-height:2.1875rem}:root .min-width-35{min-width:2.1875rem}:root .min-height-35{min-height:2.1875rem}:root .width-36{width:2.25rem}:root .height-36{height:2.25rem}:root .max-width-36{max-width:2.25rem}:root .max-height-36{max-height:2.25rem}:root .min-width-36{min-width:2.25rem}:root .min-height-36{min-height:2.25rem}:root .width-37{width:2.3125rem}:root .height-37{height:2.3125rem}:root .max-width-37{max-width:2.3125rem}:root .max-height-37{max-height:2.3125rem}:root .min-width-37{min-width:2.3125rem}:root .min-height-37{min-height:2.3125rem}:root .width-38{width:2.375rem}:root .height-38{height:2.375rem}:root .max-width-38{max-width:2.375rem}:root .max-height-38{max-height:2.375rem}:root .min-width-38{min-width:2.375rem}:root .min-height-38{min-height:2.375rem}:root .width-39{width:2.4375rem}:root .height-39{height:2.4375rem}:root .max-width-39{max-width:2.4375rem}:root .max-height-39{max-height:2.4375rem}:root .min-width-39{min-width:2.4375rem}:root .min-height-39{min-height:2.4375rem}:root .width-40{width:2.5rem}:root .height-40{height:2.5rem}:root .max-width-40{max-width:2.5rem}:root .max-height-40{max-height:2.5rem}:root .min-width-40{min-width:2.5rem}:root .min-height-40{min-height:2.5rem}:root .width-41{width:2.5625rem}:root .height-41{height:2.5625rem}:root .max-width-41{max-width:2.5625rem}:root .max-height-41{max-height:2.5625rem}:root .min-width-41{min-width:2.5625rem}:root .min-height-41{min-height:2.5625rem}:root .width-42{width:2.625rem}:root .height-42{height:2.625rem}:root .max-width-42{max-width:2.625rem}:root .max-height-42{max-height:2.625rem}:root .min-width-42{min-width:2.625rem}:root .min-height-42{min-height:2.625rem}:root .width-43{width:2.6875rem}:root .height-43{height:2.6875rem}:root .max-width-43{max-width:2.6875rem}:root .max-height-43{max-height:2.6875rem}:root .min-width-43{min-width:2.6875rem}:root .min-height-43{min-height:2.6875rem}:root .width-44{width:2.75rem}:root .height-44{height:2.75rem}:root .max-width-44{max-width:2.75rem}:root .max-height-44{max-height:2.75rem}:root .min-width-44{min-width:2.75rem}:root .min-height-44{min-height:2.75rem}:root .width-45{width:2.8125rem}:root .height-45{height:2.8125rem}:root .max-width-45{max-width:2.8125rem}:root .max-height-45{max-height:2.8125rem}:root .min-width-45{min-width:2.8125rem}:root .min-height-45{min-height:2.8125rem}:root .width-46{width:2.875rem}:root .height-46{height:2.875rem}:root .max-width-46{max-width:2.875rem}:root .max-height-46{max-height:2.875rem}:root .min-width-46{min-width:2.875rem}:root .min-height-46{min-height:2.875rem}:root .width-47{width:2.9375rem}:root .height-47{height:2.9375rem}:root .max-width-47{max-width:2.9375rem}:root .max-height-47{max-height:2.9375rem}:root .min-width-47{min-width:2.9375rem}:root .min-height-47{min-height:2.9375rem}:root .width-48{width:3rem}:root .height-48{height:3rem}:root .max-width-48{max-width:3rem}:root .max-height-48{max-height:3rem}:root .min-width-48{min-width:3rem}:root .min-height-48{min-height:3rem}:root .width-49{width:3.0625rem}:root .height-49{height:3.0625rem}:root .max-width-49{max-width:3.0625rem}:root .max-height-49{max-height:3.0625rem}:root .min-width-49{min-width:3.0625rem}:root .min-height-49{min-height:3.0625rem}:root .width-50{width:3.125rem}:root .height-50{height:3.125rem}:root .max-width-50{max-width:3.125rem}:root .max-height-50{max-height:3.125rem}:root .min-width-50{min-width:3.125rem}:root .min-height-50{min-height:3.125rem}:root .width-51{width:3.1875rem}:root .height-51{height:3.1875rem}:root .max-width-51{max-width:3.1875rem}:root .max-height-51{max-height:3.1875rem}:root .min-width-51{min-width:3.1875rem}:root .min-height-51{min-height:3.1875rem}:root .width-52{width:3.25rem}:root .height-52{height:3.25rem}:root .max-width-52{max-width:3.25rem}:root .max-height-52{max-height:3.25rem}:root .min-width-52{min-width:3.25rem}:root .min-height-52{min-height:3.25rem}:root .width-53{width:3.3125rem}:root .height-53{height:3.3125rem}:root .max-width-53{max-width:3.3125rem}:root .max-height-53{max-height:3.3125rem}:root .min-width-53{min-width:3.3125rem}:root .min-height-53{min-height:3.3125rem}:root .width-54{width:3.375rem}:root .height-54{height:3.375rem}:root .max-width-54{max-width:3.375rem}:root .max-height-54{max-height:3.375rem}:root .min-width-54{min-width:3.375rem}:root .min-height-54{min-height:3.375rem}:root .width-55{width:3.4375rem}:root .height-55{height:3.4375rem}:root .max-width-55{max-width:3.4375rem}:root .max-height-55{max-height:3.4375rem}:root .min-width-55{min-width:3.4375rem}:root .min-height-55{min-height:3.4375rem}:root .width-56{width:3.5rem}:root .height-56{height:3.5rem}:root .max-width-56{max-width:3.5rem}:root .max-height-56{max-height:3.5rem}:root .min-width-56{min-width:3.5rem}:root .min-height-56{min-height:3.5rem}:root .width-57{width:3.5625rem}:root .height-57{height:3.5625rem}:root .max-width-57{max-width:3.5625rem}:root .max-height-57{max-height:3.5625rem}:root .min-width-57{min-width:3.5625rem}:root .min-height-57{min-height:3.5625rem}:root .width-58{width:3.625rem}:root .height-58{height:3.625rem}:root .max-width-58{max-width:3.625rem}:root .max-height-58{max-height:3.625rem}:root .min-width-58{min-width:3.625rem}:root .min-height-58{min-height:3.625rem}:root .width-59{width:3.6875rem}:root .height-59{height:3.6875rem}:root .max-width-59{max-width:3.6875rem}:root .max-height-59{max-height:3.6875rem}:root .min-width-59{min-width:3.6875rem}:root .min-height-59{min-height:3.6875rem}:root .width-60{width:3.75rem}:root .height-60{height:3.75rem}:root .max-width-60{max-width:3.75rem}:root .max-height-60{max-height:3.75rem}:root .min-width-60{min-width:3.75rem}:root .min-height-60{min-height:3.75rem}:root .width-61{width:3.8125rem}:root .height-61{height:3.8125rem}:root .max-width-61{max-width:3.8125rem}:root .max-height-61{max-height:3.8125rem}:root .min-width-61{min-width:3.8125rem}:root .min-height-61{min-height:3.8125rem}:root .width-62{width:3.875rem}:root .height-62{height:3.875rem}:root .max-width-62{max-width:3.875rem}:root .max-height-62{max-height:3.875rem}:root .min-width-62{min-width:3.875rem}:root .min-height-62{min-height:3.875rem}:root .width-63{width:3.9375rem}:root .height-63{height:3.9375rem}:root .max-width-63{max-width:3.9375rem}:root .max-height-63{max-height:3.9375rem}:root .min-width-63{min-width:3.9375rem}:root .min-height-63{min-height:3.9375rem}:root .width-64{width:4rem}:root .height-64{height:4rem}:root .max-width-64{max-width:4rem}:root .max-height-64{max-height:4rem}:root .min-width-64{min-width:4rem}:root .min-height-64{min-height:4rem}:root .width-65{width:4.0625rem}:root .height-65{height:4.0625rem}:root .max-width-65{max-width:4.0625rem}:root .max-height-65{max-height:4.0625rem}:root .min-width-65{min-width:4.0625rem}:root .min-height-65{min-height:4.0625rem}:root .width-66{width:4.125rem}:root .height-66{height:4.125rem}:root .max-width-66{max-width:4.125rem}:root .max-height-66{max-height:4.125rem}:root .min-width-66{min-width:4.125rem}:root .min-height-66{min-height:4.125rem}:root .width-67{width:4.1875rem}:root .height-67{height:4.1875rem}:root .max-width-67{max-width:4.1875rem}:root .max-height-67{max-height:4.1875rem}:root .min-width-67{min-width:4.1875rem}:root .min-height-67{min-height:4.1875rem}:root .width-68{width:4.25rem}:root .height-68{height:4.25rem}:root .max-width-68{max-width:4.25rem}:root .max-height-68{max-height:4.25rem}:root .min-width-68{min-width:4.25rem}:root .min-height-68{min-height:4.25rem}:root .width-69{width:4.3125rem}:root .height-69{height:4.3125rem}:root .max-width-69{max-width:4.3125rem}:root .max-height-69{max-height:4.3125rem}:root .min-width-69{min-width:4.3125rem}:root .min-height-69{min-height:4.3125rem}:root .width-70{width:4.375rem}:root .height-70{height:4.375rem}:root .max-width-70{max-width:4.375rem}:root .max-height-70{max-height:4.375rem}:root .min-width-70{min-width:4.375rem}:root .min-height-70{min-height:4.375rem}:root .width-71{width:4.4375rem}:root .height-71{height:4.4375rem}:root .max-width-71{max-width:4.4375rem}:root .max-height-71{max-height:4.4375rem}:root .min-width-71{min-width:4.4375rem}:root .min-height-71{min-height:4.4375rem}:root .width-72{width:4.5rem}:root .height-72{height:4.5rem}:root .max-width-72{max-width:4.5rem}:root .max-height-72{max-height:4.5rem}:root .min-width-72{min-width:4.5rem}:root .min-height-72{min-height:4.5rem}:root .width-73{width:4.5625rem}:root .height-73{height:4.5625rem}:root .max-width-73{max-width:4.5625rem}:root .max-height-73{max-height:4.5625rem}:root .min-width-73{min-width:4.5625rem}:root .min-height-73{min-height:4.5625rem}:root .width-74{width:4.625rem}:root .height-74{height:4.625rem}:root .max-width-74{max-width:4.625rem}:root .max-height-74{max-height:4.625rem}:root .min-width-74{min-width:4.625rem}:root .min-height-74{min-height:4.625rem}:root .width-75{width:4.6875rem}:root .height-75{height:4.6875rem}:root .max-width-75{max-width:4.6875rem}:root .max-height-75{max-height:4.6875rem}:root .min-width-75{min-width:4.6875rem}:root .min-height-75{min-height:4.6875rem}:root .width-76{width:4.75rem}:root .height-76{height:4.75rem}:root .max-width-76{max-width:4.75rem}:root .max-height-76{max-height:4.75rem}:root .min-width-76{min-width:4.75rem}:root .min-height-76{min-height:4.75rem}:root .width-77{width:4.8125rem}:root .height-77{height:4.8125rem}:root .max-width-77{max-width:4.8125rem}:root .max-height-77{max-height:4.8125rem}:root .min-width-77{min-width:4.8125rem}:root .min-height-77{min-height:4.8125rem}:root .width-78{width:4.875rem}:root .height-78{height:4.875rem}:root .max-width-78{max-width:4.875rem}:root .max-height-78{max-height:4.875rem}:root .min-width-78{min-width:4.875rem}:root .min-height-78{min-height:4.875rem}:root .width-79{width:4.9375rem}:root .height-79{height:4.9375rem}:root .max-width-79{max-width:4.9375rem}:root .max-height-79{max-height:4.9375rem}:root .min-width-79{min-width:4.9375rem}:root .min-height-79{min-height:4.9375rem}:root .width-80{width:5rem}:root .height-80{height:5rem}:root .max-width-80{max-width:5rem}:root .max-height-80{max-height:5rem}:root .min-width-80{min-width:5rem}:root .min-height-80{min-height:5rem}:root .width-81{width:5.0625rem}:root .height-81{height:5.0625rem}:root .max-width-81{max-width:5.0625rem}:root .max-height-81{max-height:5.0625rem}:root .min-width-81{min-width:5.0625rem}:root .min-height-81{min-height:5.0625rem}:root .width-82{width:5.125rem}:root .height-82{height:5.125rem}:root .max-width-82{max-width:5.125rem}:root .max-height-82{max-height:5.125rem}:root .min-width-82{min-width:5.125rem}:root .min-height-82{min-height:5.125rem}:root .width-83{width:5.1875rem}:root .height-83{height:5.1875rem}:root .max-width-83{max-width:5.1875rem}:root .max-height-83{max-height:5.1875rem}:root .min-width-83{min-width:5.1875rem}:root .min-height-83{min-height:5.1875rem}:root .width-84{width:5.25rem}:root .height-84{height:5.25rem}:root .max-width-84{max-width:5.25rem}:root .max-height-84{max-height:5.25rem}:root .min-width-84{min-width:5.25rem}:root .min-height-84{min-height:5.25rem}:root .width-85{width:5.3125rem}:root .height-85{height:5.3125rem}:root .max-width-85{max-width:5.3125rem}:root .max-height-85{max-height:5.3125rem}:root .min-width-85{min-width:5.3125rem}:root .min-height-85{min-height:5.3125rem}:root .width-86{width:5.375rem}:root .height-86{height:5.375rem}:root .max-width-86{max-width:5.375rem}:root .max-height-86{max-height:5.375rem}:root .min-width-86{min-width:5.375rem}:root .min-height-86{min-height:5.375rem}:root .width-87{width:5.4375rem}:root .height-87{height:5.4375rem}:root .max-width-87{max-width:5.4375rem}:root .max-height-87{max-height:5.4375rem}:root .min-width-87{min-width:5.4375rem}:root .min-height-87{min-height:5.4375rem}:root .width-88{width:5.5rem}:root .height-88{height:5.5rem}:root .max-width-88{max-width:5.5rem}:root .max-height-88{max-height:5.5rem}:root .min-width-88{min-width:5.5rem}:root .min-height-88{min-height:5.5rem}:root .width-89{width:5.5625rem}:root .height-89{height:5.5625rem}:root .max-width-89{max-width:5.5625rem}:root .max-height-89{max-height:5.5625rem}:root .min-width-89{min-width:5.5625rem}:root .min-height-89{min-height:5.5625rem}:root .width-90{width:5.625rem}:root .height-90{height:5.625rem}:root .max-width-90{max-width:5.625rem}:root .max-height-90{max-height:5.625rem}:root .min-width-90{min-width:5.625rem}:root .min-height-90{min-height:5.625rem}:root .width-91{width:5.6875rem}:root .height-91{height:5.6875rem}:root .max-width-91{max-width:5.6875rem}:root .max-height-91{max-height:5.6875rem}:root .min-width-91{min-width:5.6875rem}:root .min-height-91{min-height:5.6875rem}:root .width-92{width:5.75rem}:root .height-92{height:5.75rem}:root .max-width-92{max-width:5.75rem}:root .max-height-92{max-height:5.75rem}:root .min-width-92{min-width:5.75rem}:root .min-height-92{min-height:5.75rem}:root .width-93{width:5.8125rem}:root .height-93{height:5.8125rem}:root .max-width-93{max-width:5.8125rem}:root .max-height-93{max-height:5.8125rem}:root .min-width-93{min-width:5.8125rem}:root .min-height-93{min-height:5.8125rem}:root .width-94{width:5.875rem}:root .height-94{height:5.875rem}:root .max-width-94{max-width:5.875rem}:root .max-height-94{max-height:5.875rem}:root .min-width-94{min-width:5.875rem}:root .min-height-94{min-height:5.875rem}:root .width-95{width:5.9375rem}:root .height-95{height:5.9375rem}:root .max-width-95{max-width:5.9375rem}:root .max-height-95{max-height:5.9375rem}:root .min-width-95{min-width:5.9375rem}:root .min-height-95{min-height:5.9375rem}:root .width-96{width:6rem}:root .height-96{height:6rem}:root .max-width-96{max-width:6rem}:root .max-height-96{max-height:6rem}:root .min-width-96{min-width:6rem}:root .min-height-96{min-height:6rem}:root .width-97{width:6.0625rem}:root .height-97{height:6.0625rem}:root .max-width-97{max-width:6.0625rem}:root .max-height-97{max-height:6.0625rem}:root .min-width-97{min-width:6.0625rem}:root .min-height-97{min-height:6.0625rem}:root .width-98{width:6.125rem}:root .height-98{height:6.125rem}:root .max-width-98{max-width:6.125rem}:root .max-height-98{max-height:6.125rem}:root .min-width-98{min-width:6.125rem}:root .min-height-98{min-height:6.125rem}:root .width-99{width:6.1875rem}:root .height-99{height:6.1875rem}:root .max-width-99{max-width:6.1875rem}:root .max-height-99{max-height:6.1875rem}:root .min-width-99{min-width:6.1875rem}:root .min-height-99{min-height:6.1875rem}:root .width-100{width:6.25rem}:root .height-100{height:6.25rem}:root .max-width-100{max-width:6.25rem}:root .max-height-100{max-height:6.25rem}:root .min-width-100{min-width:6.25rem}:root .min-height-100{min-height:6.25rem}:root .width-101{width:6.3125rem}:root .height-101{height:6.3125rem}:root .max-width-101{max-width:6.3125rem}:root .max-height-101{max-height:6.3125rem}:root .min-width-101{min-width:6.3125rem}:root .min-height-101{min-height:6.3125rem}:root .width-102{width:6.375rem}:root .height-102{height:6.375rem}:root .max-width-102{max-width:6.375rem}:root .max-height-102{max-height:6.375rem}:root .min-width-102{min-width:6.375rem}:root .min-height-102{min-height:6.375rem}:root .width-103{width:6.4375rem}:root .height-103{height:6.4375rem}:root .max-width-103{max-width:6.4375rem}:root .max-height-103{max-height:6.4375rem}:root .min-width-103{min-width:6.4375rem}:root .min-height-103{min-height:6.4375rem}:root .width-104{width:6.5rem}:root .height-104{height:6.5rem}:root .max-width-104{max-width:6.5rem}:root .max-height-104{max-height:6.5rem}:root .min-width-104{min-width:6.5rem}:root .min-height-104{min-height:6.5rem}:root .width-105{width:6.5625rem}:root .height-105{height:6.5625rem}:root .max-width-105{max-width:6.5625rem}:root .max-height-105{max-height:6.5625rem}:root .min-width-105{min-width:6.5625rem}:root .min-height-105{min-height:6.5625rem}:root .width-106{width:6.625rem}:root .height-106{height:6.625rem}:root .max-width-106{max-width:6.625rem}:root .max-height-106{max-height:6.625rem}:root .min-width-106{min-width:6.625rem}:root .min-height-106{min-height:6.625rem}:root .width-107{width:6.6875rem}:root .height-107{height:6.6875rem}:root .max-width-107{max-width:6.6875rem}:root .max-height-107{max-height:6.6875rem}:root .min-width-107{min-width:6.6875rem}:root .min-height-107{min-height:6.6875rem}:root .width-108{width:6.75rem}:root .height-108{height:6.75rem}:root .max-width-108{max-width:6.75rem}:root .max-height-108{max-height:6.75rem}:root .min-width-108{min-width:6.75rem}:root .min-height-108{min-height:6.75rem}:root .width-109{width:6.8125rem}:root .height-109{height:6.8125rem}:root .max-width-109{max-width:6.8125rem}:root .max-height-109{max-height:6.8125rem}:root .min-width-109{min-width:6.8125rem}:root .min-height-109{min-height:6.8125rem}:root .width-110{width:6.875rem}:root .height-110{height:6.875rem}:root .max-width-110{max-width:6.875rem}:root .max-height-110{max-height:6.875rem}:root .min-width-110{min-width:6.875rem}:root .min-height-110{min-height:6.875rem}:root .width-111{width:6.9375rem}:root .height-111{height:6.9375rem}:root .max-width-111{max-width:6.9375rem}:root .max-height-111{max-height:6.9375rem}:root .min-width-111{min-width:6.9375rem}:root .min-height-111{min-height:6.9375rem}:root .width-112{width:7rem}:root .height-112{height:7rem}:root .max-width-112{max-width:7rem}:root .max-height-112{max-height:7rem}:root .min-width-112{min-width:7rem}:root .min-height-112{min-height:7rem}:root .width-113{width:7.0625rem}:root .height-113{height:7.0625rem}:root .max-width-113{max-width:7.0625rem}:root .max-height-113{max-height:7.0625rem}:root .min-width-113{min-width:7.0625rem}:root .min-height-113{min-height:7.0625rem}:root .width-114{width:7.125rem}:root .height-114{height:7.125rem}:root .max-width-114{max-width:7.125rem}:root .max-height-114{max-height:7.125rem}:root .min-width-114{min-width:7.125rem}:root .min-height-114{min-height:7.125rem}:root .width-115{width:7.1875rem}:root .height-115{height:7.1875rem}:root .max-width-115{max-width:7.1875rem}:root .max-height-115{max-height:7.1875rem}:root .min-width-115{min-width:7.1875rem}:root .min-height-115{min-height:7.1875rem}:root .width-116{width:7.25rem}:root .height-116{height:7.25rem}:root .max-width-116{max-width:7.25rem}:root .max-height-116{max-height:7.25rem}:root .min-width-116{min-width:7.25rem}:root .min-height-116{min-height:7.25rem}:root .width-117{width:7.3125rem}:root .height-117{height:7.3125rem}:root .max-width-117{max-width:7.3125rem}:root .max-height-117{max-height:7.3125rem}:root .min-width-117{min-width:7.3125rem}:root .min-height-117{min-height:7.3125rem}:root .width-118{width:7.375rem}:root .height-118{height:7.375rem}:root .max-width-118{max-width:7.375rem}:root .max-height-118{max-height:7.375rem}:root .min-width-118{min-width:7.375rem}:root .min-height-118{min-height:7.375rem}:root .width-119{width:7.4375rem}:root .height-119{height:7.4375rem}:root .max-width-119{max-width:7.4375rem}:root .max-height-119{max-height:7.4375rem}:root .min-width-119{min-width:7.4375rem}:root .min-height-119{min-height:7.4375rem}:root .width-120{width:7.5rem}:root .height-120{height:7.5rem}:root .max-width-120{max-width:7.5rem}:root .max-height-120{max-height:7.5rem}:root .min-width-120{min-width:7.5rem}:root .min-height-120{min-height:7.5rem}:root .width-121{width:7.5625rem}:root .height-121{height:7.5625rem}:root .max-width-121{max-width:7.5625rem}:root .max-height-121{max-height:7.5625rem}:root .min-width-121{min-width:7.5625rem}:root .min-height-121{min-height:7.5625rem}:root .width-122{width:7.625rem}:root .height-122{height:7.625rem}:root .max-width-122{max-width:7.625rem}:root .max-height-122{max-height:7.625rem}:root .min-width-122{min-width:7.625rem}:root .min-height-122{min-height:7.625rem}:root .width-123{width:7.6875rem}:root .height-123{height:7.6875rem}:root .max-width-123{max-width:7.6875rem}:root .max-height-123{max-height:7.6875rem}:root .min-width-123{min-width:7.6875rem}:root .min-height-123{min-height:7.6875rem}:root .width-124{width:7.75rem}:root .height-124{height:7.75rem}:root .max-width-124{max-width:7.75rem}:root .max-height-124{max-height:7.75rem}:root .min-width-124{min-width:7.75rem}:root .min-height-124{min-height:7.75rem}:root .width-125{width:7.8125rem}:root .height-125{height:7.8125rem}:root .max-width-125{max-width:7.8125rem}:root .max-height-125{max-height:7.8125rem}:root .min-width-125{min-width:7.8125rem}:root .min-height-125{min-height:7.8125rem}:root .width-126{width:7.875rem}:root .height-126{height:7.875rem}:root .max-width-126{max-width:7.875rem}:root .max-height-126{max-height:7.875rem}:root .min-width-126{min-width:7.875rem}:root .min-height-126{min-height:7.875rem}:root .width-127{width:7.9375rem}:root .height-127{height:7.9375rem}:root .max-width-127{max-width:7.9375rem}:root .max-height-127{max-height:7.9375rem}:root .min-width-127{min-width:7.9375rem}:root .min-height-127{min-height:7.9375rem}:root .width-128{width:8rem}:root .height-128{height:8rem}:root .max-width-128{max-width:8rem}:root .max-height-128{max-height:8rem}:root .min-width-128{min-width:8rem}:root .min-height-128{min-height:8rem}:root .width-129{width:8.0625rem}:root .height-129{height:8.0625rem}:root .max-width-129{max-width:8.0625rem}:root .max-height-129{max-height:8.0625rem}:root .min-width-129{min-width:8.0625rem}:root .min-height-129{min-height:8.0625rem}:root .width-130{width:8.125rem}:root .height-130{height:8.125rem}:root .max-width-130{max-width:8.125rem}:root .max-height-130{max-height:8.125rem}:root .min-width-130{min-width:8.125rem}:root .min-height-130{min-height:8.125rem}:root .width-131{width:8.1875rem}:root .height-131{height:8.1875rem}:root .max-width-131{max-width:8.1875rem}:root .max-height-131{max-height:8.1875rem}:root .min-width-131{min-width:8.1875rem}:root .min-height-131{min-height:8.1875rem}:root .width-132{width:8.25rem}:root .height-132{height:8.25rem}:root .max-width-132{max-width:8.25rem}:root .max-height-132{max-height:8.25rem}:root .min-width-132{min-width:8.25rem}:root .min-height-132{min-height:8.25rem}:root .width-133{width:8.3125rem}:root .height-133{height:8.3125rem}:root .max-width-133{max-width:8.3125rem}:root .max-height-133{max-height:8.3125rem}:root .min-width-133{min-width:8.3125rem}:root .min-height-133{min-height:8.3125rem}:root .width-134{width:8.375rem}:root .height-134{height:8.375rem}:root .max-width-134{max-width:8.375rem}:root .max-height-134{max-height:8.375rem}:root .min-width-134{min-width:8.375rem}:root .min-height-134{min-height:8.375rem}:root .width-135{width:8.4375rem}:root .height-135{height:8.4375rem}:root .max-width-135{max-width:8.4375rem}:root .max-height-135{max-height:8.4375rem}:root .min-width-135{min-width:8.4375rem}:root .min-height-135{min-height:8.4375rem}:root .width-136{width:8.5rem}:root .height-136{height:8.5rem}:root .max-width-136{max-width:8.5rem}:root .max-height-136{max-height:8.5rem}:root .min-width-136{min-width:8.5rem}:root .min-height-136{min-height:8.5rem}:root .width-137{width:8.5625rem}:root .height-137{height:8.5625rem}:root .max-width-137{max-width:8.5625rem}:root .max-height-137{max-height:8.5625rem}:root .min-width-137{min-width:8.5625rem}:root .min-height-137{min-height:8.5625rem}:root .width-138{width:8.625rem}:root .height-138{height:8.625rem}:root .max-width-138{max-width:8.625rem}:root .max-height-138{max-height:8.625rem}:root .min-width-138{min-width:8.625rem}:root .min-height-138{min-height:8.625rem}:root .width-139{width:8.6875rem}:root .height-139{height:8.6875rem}:root .max-width-139{max-width:8.6875rem}:root .max-height-139{max-height:8.6875rem}:root .min-width-139{min-width:8.6875rem}:root .min-height-139{min-height:8.6875rem}:root .width-140{width:8.75rem}:root .height-140{height:8.75rem}:root .max-width-140{max-width:8.75rem}:root .max-height-140{max-height:8.75rem}:root .min-width-140{min-width:8.75rem}:root .min-height-140{min-height:8.75rem}:root .width-141{width:8.8125rem}:root .height-141{height:8.8125rem}:root .max-width-141{max-width:8.8125rem}:root .max-height-141{max-height:8.8125rem}:root .min-width-141{min-width:8.8125rem}:root .min-height-141{min-height:8.8125rem}:root .width-142{width:8.875rem}:root .height-142{height:8.875rem}:root .max-width-142{max-width:8.875rem}:root .max-height-142{max-height:8.875rem}:root .min-width-142{min-width:8.875rem}:root .min-height-142{min-height:8.875rem}:root .width-143{width:8.9375rem}:root .height-143{height:8.9375rem}:root .max-width-143{max-width:8.9375rem}:root .max-height-143{max-height:8.9375rem}:root .min-width-143{min-width:8.9375rem}:root .min-height-143{min-height:8.9375rem}:root .width-144{width:9rem}:root .height-144{height:9rem}:root .max-width-144{max-width:9rem}:root .max-height-144{max-height:9rem}:root .min-width-144{min-width:9rem}:root .min-height-144{min-height:9rem}:root .width-145{width:9.0625rem}:root .height-145{height:9.0625rem}:root .max-width-145{max-width:9.0625rem}:root .max-height-145{max-height:9.0625rem}:root .min-width-145{min-width:9.0625rem}:root .min-height-145{min-height:9.0625rem}:root .width-146{width:9.125rem}:root .height-146{height:9.125rem}:root .max-width-146{max-width:9.125rem}:root .max-height-146{max-height:9.125rem}:root .min-width-146{min-width:9.125rem}:root .min-height-146{min-height:9.125rem}:root .width-147{width:9.1875rem}:root .height-147{height:9.1875rem}:root .max-width-147{max-width:9.1875rem}:root .max-height-147{max-height:9.1875rem}:root .min-width-147{min-width:9.1875rem}:root .min-height-147{min-height:9.1875rem}:root .width-148{width:9.25rem}:root .height-148{height:9.25rem}:root .max-width-148{max-width:9.25rem}:root .max-height-148{max-height:9.25rem}:root .min-width-148{min-width:9.25rem}:root .min-height-148{min-height:9.25rem}:root .width-149{width:9.3125rem}:root .height-149{height:9.3125rem}:root .max-width-149{max-width:9.3125rem}:root .max-height-149{max-height:9.3125rem}:root .min-width-149{min-width:9.3125rem}:root .min-height-149{min-height:9.3125rem}:root .width-150{width:9.375rem}:root .height-150{height:9.375rem}:root .max-width-150{max-width:9.375rem}:root .max-height-150{max-height:9.375rem}:root .min-width-150{min-width:9.375rem}:root .min-height-150{min-height:9.375rem}:root .width-151{width:9.4375rem}:root .height-151{height:9.4375rem}:root .max-width-151{max-width:9.4375rem}:root .max-height-151{max-height:9.4375rem}:root .min-width-151{min-width:9.4375rem}:root .min-height-151{min-height:9.4375rem}:root .width-152{width:9.5rem}:root .height-152{height:9.5rem}:root .max-width-152{max-width:9.5rem}:root .max-height-152{max-height:9.5rem}:root .min-width-152{min-width:9.5rem}:root .min-height-152{min-height:9.5rem}:root .width-153{width:9.5625rem}:root .height-153{height:9.5625rem}:root .max-width-153{max-width:9.5625rem}:root .max-height-153{max-height:9.5625rem}:root .min-width-153{min-width:9.5625rem}:root .min-height-153{min-height:9.5625rem}:root .width-154{width:9.625rem}:root .height-154{height:9.625rem}:root .max-width-154{max-width:9.625rem}:root .max-height-154{max-height:9.625rem}:root .min-width-154{min-width:9.625rem}:root .min-height-154{min-height:9.625rem}:root .width-155{width:9.6875rem}:root .height-155{height:9.6875rem}:root .max-width-155{max-width:9.6875rem}:root .max-height-155{max-height:9.6875rem}:root .min-width-155{min-width:9.6875rem}:root .min-height-155{min-height:9.6875rem}:root .width-156{width:9.75rem}:root .height-156{height:9.75rem}:root .max-width-156{max-width:9.75rem}:root .max-height-156{max-height:9.75rem}:root .min-width-156{min-width:9.75rem}:root .min-height-156{min-height:9.75rem}:root .width-157{width:9.8125rem}:root .height-157{height:9.8125rem}:root .max-width-157{max-width:9.8125rem}:root .max-height-157{max-height:9.8125rem}:root .min-width-157{min-width:9.8125rem}:root .min-height-157{min-height:9.8125rem}:root .width-158{width:9.875rem}:root .height-158{height:9.875rem}:root .max-width-158{max-width:9.875rem}:root .max-height-158{max-height:9.875rem}:root .min-width-158{min-width:9.875rem}:root .min-height-158{min-height:9.875rem}:root .width-159{width:9.9375rem}:root .height-159{height:9.9375rem}:root .max-width-159{max-width:9.9375rem}:root .max-height-159{max-height:9.9375rem}:root .min-width-159{min-width:9.9375rem}:root .min-height-159{min-height:9.9375rem}:root .width-160{width:10rem}:root .height-160{height:10rem}:root .max-width-160{max-width:10rem}:root .max-height-160{max-height:10rem}:root .min-width-160{min-width:10rem}:root .min-height-160{min-height:10rem}:root .width-161{width:10.0625rem}:root .height-161{height:10.0625rem}:root .max-width-161{max-width:10.0625rem}:root .max-height-161{max-height:10.0625rem}:root .min-width-161{min-width:10.0625rem}:root .min-height-161{min-height:10.0625rem}:root .width-162{width:10.125rem}:root .height-162{height:10.125rem}:root .max-width-162{max-width:10.125rem}:root .max-height-162{max-height:10.125rem}:root .min-width-162{min-width:10.125rem}:root .min-height-162{min-height:10.125rem}:root .width-163{width:10.1875rem}:root .height-163{height:10.1875rem}:root .max-width-163{max-width:10.1875rem}:root .max-height-163{max-height:10.1875rem}:root .min-width-163{min-width:10.1875rem}:root .min-height-163{min-height:10.1875rem}:root .width-164{width:10.25rem}:root .height-164{height:10.25rem}:root .max-width-164{max-width:10.25rem}:root .max-height-164{max-height:10.25rem}:root .min-width-164{min-width:10.25rem}:root .min-height-164{min-height:10.25rem}:root .width-165{width:10.3125rem}:root .height-165{height:10.3125rem}:root .max-width-165{max-width:10.3125rem}:root .max-height-165{max-height:10.3125rem}:root .min-width-165{min-width:10.3125rem}:root .min-height-165{min-height:10.3125rem}:root .width-166{width:10.375rem}:root .height-166{height:10.375rem}:root .max-width-166{max-width:10.375rem}:root .max-height-166{max-height:10.375rem}:root .min-width-166{min-width:10.375rem}:root .min-height-166{min-height:10.375rem}:root .width-167{width:10.4375rem}:root .height-167{height:10.4375rem}:root .max-width-167{max-width:10.4375rem}:root .max-height-167{max-height:10.4375rem}:root .min-width-167{min-width:10.4375rem}:root .min-height-167{min-height:10.4375rem}:root .width-168{width:10.5rem}:root .height-168{height:10.5rem}:root .max-width-168{max-width:10.5rem}:root .max-height-168{max-height:10.5rem}:root .min-width-168{min-width:10.5rem}:root .min-height-168{min-height:10.5rem}:root .width-169{width:10.5625rem}:root .height-169{height:10.5625rem}:root .max-width-169{max-width:10.5625rem}:root .max-height-169{max-height:10.5625rem}:root .min-width-169{min-width:10.5625rem}:root .min-height-169{min-height:10.5625rem}:root .width-170{width:10.625rem}:root .height-170{height:10.625rem}:root .max-width-170{max-width:10.625rem}:root .max-height-170{max-height:10.625rem}:root .min-width-170{min-width:10.625rem}:root .min-height-170{min-height:10.625rem}:root .width-171{width:10.6875rem}:root .height-171{height:10.6875rem}:root .max-width-171{max-width:10.6875rem}:root .max-height-171{max-height:10.6875rem}:root .min-width-171{min-width:10.6875rem}:root .min-height-171{min-height:10.6875rem}:root .width-172{width:10.75rem}:root .height-172{height:10.75rem}:root .max-width-172{max-width:10.75rem}:root .max-height-172{max-height:10.75rem}:root .min-width-172{min-width:10.75rem}:root .min-height-172{min-height:10.75rem}:root .width-173{width:10.8125rem}:root .height-173{height:10.8125rem}:root .max-width-173{max-width:10.8125rem}:root .max-height-173{max-height:10.8125rem}:root .min-width-173{min-width:10.8125rem}:root .min-height-173{min-height:10.8125rem}:root .width-174{width:10.875rem}:root .height-174{height:10.875rem}:root .max-width-174{max-width:10.875rem}:root .max-height-174{max-height:10.875rem}:root .min-width-174{min-width:10.875rem}:root .min-height-174{min-height:10.875rem}:root .width-175{width:10.9375rem}:root .height-175{height:10.9375rem}:root .max-width-175{max-width:10.9375rem}:root .max-height-175{max-height:10.9375rem}:root .min-width-175{min-width:10.9375rem}:root .min-height-175{min-height:10.9375rem}:root .width-176{width:11rem}:root .height-176{height:11rem}:root .max-width-176{max-width:11rem}:root .max-height-176{max-height:11rem}:root .min-width-176{min-width:11rem}:root .min-height-176{min-height:11rem}:root .width-177{width:11.0625rem}:root .height-177{height:11.0625rem}:root .max-width-177{max-width:11.0625rem}:root .max-height-177{max-height:11.0625rem}:root .min-width-177{min-width:11.0625rem}:root .min-height-177{min-height:11.0625rem}:root .width-178{width:11.125rem}:root .height-178{height:11.125rem}:root .max-width-178{max-width:11.125rem}:root .max-height-178{max-height:11.125rem}:root .min-width-178{min-width:11.125rem}:root .min-height-178{min-height:11.125rem}:root .width-179{width:11.1875rem}:root .height-179{height:11.1875rem}:root .max-width-179{max-width:11.1875rem}:root .max-height-179{max-height:11.1875rem}:root .min-width-179{min-width:11.1875rem}:root .min-height-179{min-height:11.1875rem}:root .width-180{width:11.25rem}:root .height-180{height:11.25rem}:root .max-width-180{max-width:11.25rem}:root .max-height-180{max-height:11.25rem}:root .min-width-180{min-width:11.25rem}:root .min-height-180{min-height:11.25rem}:root .width-181{width:11.3125rem}:root .height-181{height:11.3125rem}:root .max-width-181{max-width:11.3125rem}:root .max-height-181{max-height:11.3125rem}:root .min-width-181{min-width:11.3125rem}:root .min-height-181{min-height:11.3125rem}:root .width-182{width:11.375rem}:root .height-182{height:11.375rem}:root .max-width-182{max-width:11.375rem}:root .max-height-182{max-height:11.375rem}:root .min-width-182{min-width:11.375rem}:root .min-height-182{min-height:11.375rem}:root .width-183{width:11.4375rem}:root .height-183{height:11.4375rem}:root .max-width-183{max-width:11.4375rem}:root .max-height-183{max-height:11.4375rem}:root .min-width-183{min-width:11.4375rem}:root .min-height-183{min-height:11.4375rem}:root .width-184{width:11.5rem}:root .height-184{height:11.5rem}:root .max-width-184{max-width:11.5rem}:root .max-height-184{max-height:11.5rem}:root .min-width-184{min-width:11.5rem}:root .min-height-184{min-height:11.5rem}:root .width-185{width:11.5625rem}:root .height-185{height:11.5625rem}:root .max-width-185{max-width:11.5625rem}:root .max-height-185{max-height:11.5625rem}:root .min-width-185{min-width:11.5625rem}:root .min-height-185{min-height:11.5625rem}:root .width-186{width:11.625rem}:root .height-186{height:11.625rem}:root .max-width-186{max-width:11.625rem}:root .max-height-186{max-height:11.625rem}:root .min-width-186{min-width:11.625rem}:root .min-height-186{min-height:11.625rem}:root .width-187{width:11.6875rem}:root .height-187{height:11.6875rem}:root .max-width-187{max-width:11.6875rem}:root .max-height-187{max-height:11.6875rem}:root .min-width-187{min-width:11.6875rem}:root .min-height-187{min-height:11.6875rem}:root .width-188{width:11.75rem}:root .height-188{height:11.75rem}:root .max-width-188{max-width:11.75rem}:root .max-height-188{max-height:11.75rem}:root .min-width-188{min-width:11.75rem}:root .min-height-188{min-height:11.75rem}:root .width-189{width:11.8125rem}:root .height-189{height:11.8125rem}:root .max-width-189{max-width:11.8125rem}:root .max-height-189{max-height:11.8125rem}:root .min-width-189{min-width:11.8125rem}:root .min-height-189{min-height:11.8125rem}:root .width-190{width:11.875rem}:root .height-190{height:11.875rem}:root .max-width-190{max-width:11.875rem}:root .max-height-190{max-height:11.875rem}:root .min-width-190{min-width:11.875rem}:root .min-height-190{min-height:11.875rem}:root .width-191{width:11.9375rem}:root .height-191{height:11.9375rem}:root .max-width-191{max-width:11.9375rem}:root .max-height-191{max-height:11.9375rem}:root .min-width-191{min-width:11.9375rem}:root .min-height-191{min-height:11.9375rem}:root .width-192{width:12rem}:root .height-192{height:12rem}:root .max-width-192{max-width:12rem}:root .max-height-192{max-height:12rem}:root .min-width-192{min-width:12rem}:root .min-height-192{min-height:12rem}:root .width-193{width:12.0625rem}:root .height-193{height:12.0625rem}:root .max-width-193{max-width:12.0625rem}:root .max-height-193{max-height:12.0625rem}:root .min-width-193{min-width:12.0625rem}:root .min-height-193{min-height:12.0625rem}:root .width-194{width:12.125rem}:root .height-194{height:12.125rem}:root .max-width-194{max-width:12.125rem}:root .max-height-194{max-height:12.125rem}:root .min-width-194{min-width:12.125rem}:root .min-height-194{min-height:12.125rem}:root .width-195{width:12.1875rem}:root .height-195{height:12.1875rem}:root .max-width-195{max-width:12.1875rem}:root .max-height-195{max-height:12.1875rem}:root .min-width-195{min-width:12.1875rem}:root .min-height-195{min-height:12.1875rem}:root .width-196{width:12.25rem}:root .height-196{height:12.25rem}:root .max-width-196{max-width:12.25rem}:root .max-height-196{max-height:12.25rem}:root .min-width-196{min-width:12.25rem}:root .min-height-196{min-height:12.25rem}:root .width-197{width:12.3125rem}:root .height-197{height:12.3125rem}:root .max-width-197{max-width:12.3125rem}:root .max-height-197{max-height:12.3125rem}:root .min-width-197{min-width:12.3125rem}:root .min-height-197{min-height:12.3125rem}:root .width-198{width:12.375rem}:root .height-198{height:12.375rem}:root .max-width-198{max-width:12.375rem}:root .max-height-198{max-height:12.375rem}:root .min-width-198{min-width:12.375rem}:root .min-height-198{min-height:12.375rem}:root .width-199{width:12.4375rem}:root .height-199{height:12.4375rem}:root .max-width-199{max-width:12.4375rem}:root .max-height-199{max-height:12.4375rem}:root .min-width-199{min-width:12.4375rem}:root .min-height-199{min-height:12.4375rem}:root .width-200{width:12.5rem}:root .height-200{height:12.5rem}:root .max-width-200{max-width:12.5rem}:root .max-height-200{max-height:12.5rem}:root .min-width-200{min-width:12.5rem}:root .min-height-200{min-height:12.5rem}.border-style-solid{border-style:solid}.border-style-dashed{border-style:dashed}.border-style-dotted{border-style:dotted}.inn-flex-container{display:flex!important;flex-direction:column;height:100%;min-height:0;flex:1;overflow:hidden}.inn-flex-scroll{flex:1 0 0;overflow:auto}:root{--z-index-dropdown: 1100;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-drawer: 1045;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--z-index-toast: 1080;--z-index-loader: 1090}::ng-deep .p-dialog-mask{z-index:1050!important}::ng-deep .p-dialog{z-index:1051!important}::ng-deep .p-drawer-mask{z-index:1040!important}::ng-deep .p-drawer{z-index:1045!important}::ng-deep .cdk-overlay-container{z-index:1060}::ng-deep .inn-overlay-panel{z-index:1060!important}::ng-deep .ql-tooltip,::ng-deep .ql-link-tooltip{position:absolute!important;left:0!important;z-index:10000!important}::ng-deep .ql-editor{max-height:200px;overflow-y:auto}::ng-deep .ql-snow .ql-tooltip a.ql-preview{max-width:178px!important}::ng-deep .drawer-add-progress__body__notes__view__note__text p{min-height:1.2em;margin:0}::ng-deep .ql-align-center{text-align:center}::ng-deep .ql-align-right{text-align:right}::ng-deep .ql-align-justify{text-align:justify}::ng-deep .ql-align-left{text-align:left}::ng-deep .ql-indent-1{padding-left:3em}::ng-deep .ql-indent-2{padding-left:6em}::ng-deep .ql-indent-3{padding-left:9em}::ng-deep .ql-indent-4{padding-left:12em}::ng-deep .ql-indent-5{padding-left:15em}::ng-deep .ql-font-serif{font-family:serif}::ng-deep .ql-font-monospace{font-family:monospace}::ng-deep .ql-size-small{font-size:.75em}::ng-deep .ql-size-large{font-size:1.5em}::ng-deep .ql-size-huge{font-size:2.5em}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar::-webkit-scrollbar-thumb{display:none}:root{--button-focus-scale: .95, --button-default-scale: 1, --inntheme-motion-duration-2xquick: 70ms;--inntheme-motion-duration-xquick: .15s;--inntheme-motion-duration-quick: .2s;--inntheme-motion-duration-moderate: .25s;--inntheme-motion-duration-xmoderate: .3s;--inntheme-motion-duration-gentle: .4s;--inntheme-motion-duration-xgentle: .6s;--inntheme-motion-duration-2xgentle: .9s;--inntheme-motion-easing-entrance-effective: cubic-bezier(0, 0, .2, 1);--inntheme-motion-easing-standard-effective: cubic-bezier(.3, 0, .2, 1);--inntheme-motion-easing-exit-effective: cubic-bezier(.17, 0, 1, 1);--inntheme-motion-easing-entrance-revealing: cubic-bezier(0, 0, 0, 1);--inntheme-motion-easing-standard-revealing: cubic-bezier(.5, 0, 0, 1);--inntheme-motion-easing-exit-revealing: cubic-bezier(.5, 0, 1, 1);--inntheme-motion-easing-entrance-attentive: cubic-bezier(.5, .3, 1.5, 1);--inntheme-motion-easing-exit-attentive: cubic-bezier(.7, .5, 1, 1);--inntheme-motion-easing-standard-wary: cubic-bezier(1, .5, 0, .5);--animation-hover-bg: var(--inntheme-motion-duration-quick) var(--inntheme-motion-easing-standard-effective);--animation-click-scale: var(--inntheme-motion-duration-xquick) var(--inntheme-motion-easing-standard-effective);--animation-loading-scale: var(--inntheme-motion-duration-xquick) var(--inntheme-motion-easing-standard-effective)}
