@charset "UTF-8";.footer[data-v-49c9d9a5]{background:linear-gradient(135deg,#1E88E5 0%,#1976D2 100%);color:#fff;padding:3rem 0 2rem;margin-top:3rem}.footer-container[data-v-49c9d9a5]{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content[data-v-49c9d9a5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.footer-content[data-v-49c9d9a5]{grid-template-columns:1fr;gap:1.5rem}}.footer-section[data-v-49c9d9a5]{padding:1rem}.footer-section-title[data-v-49c9d9a5]{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff;position:relative;padding-bottom:.5rem}.footer-section-title[data-v-49c9d9a5]:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background:#FFD54F;border-radius:2px}.footer-section-description[data-v-49c9d9a5]{font-size:.9rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.footer-logo[data-v-49c9d9a5]{margin-top:1rem}.footer-logo .footer-logo-image[data-v-49c9d9a5]{height:50px;object-fit:contain;filter:brightness(0) invert(1)}.footer-links[data-v-49c9d9a5]{list-style:none;padding:0;margin:0}.footer-link[data-v-49c9d9a5]{display:block;padding:.5rem 0;color:#fffc;text-decoration:none;transition:all .3s ease;font-size:.9rem}.footer-link[data-v-49c9d9a5]:hover{color:#ffd54f;transform:translate(5px)}.footer-contact[data-v-49c9d9a5]{list-style:none;padding:0;margin:0}.footer-contact-item[data-v-49c9d9a5]{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;color:#fffc}.contact-icon[data-v-49c9d9a5]{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:#ffd54f;display:flex;align-items:center;justify-content:center}.location-icon[data-v-49c9d9a5]:before{content:"📍"}.phone-icon[data-v-49c9d9a5]:before{content:"📞"}.mobile-icon[data-v-49c9d9a5]:before{content:"📱"}.fax-icon[data-v-49c9d9a5]:before{content:"📠"}.email-icon[data-v-49c9d9a5]:before{content:"📧"}.footer-bottom[data-v-49c9d9a5]{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom[data-v-49c9d9a5]{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copyright[data-v-49c9d9a5]{text-align:center;font-size:.875rem;color:#ffffffb3}@media (min-width: 768px){.footer-copyright[data-v-49c9d9a5]{text-align:left}}.footer-copyright p[data-v-49c9d9a5]{margin:.25rem 0}.footer-beian[data-v-49c9d9a5]{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-beian[data-v-49c9d9a5]:hover{color:#ffd54f}.footer-beian-icon[data-v-49c9d9a5]{display:flex;align-items:center;justify-content:center}.footer-beian-icon .beian-icon[data-v-49c9d9a5]{width:80px;height:auto;transition:transform .3s ease}.footer-beian-icon .beian-icon[data-v-49c9d9a5]:hover{transform:scale(1.05)}@media (max-width: 480px){.footer[data-v-49c9d9a5]{padding:2rem 0 1.5rem}.footer-section[data-v-49c9d9a5]{padding:.5rem}.footer-bottom[data-v-49c9d9a5]{flex-direction:column;gap:1rem;text-align:center}}.navbar[data-v-9ab5cb61]{background:linear-gradient(135deg,#1E88E5 0%,#1976D2 100%);box-shadow:0 4px 12px #0000001a;position:relative;z-index:90}.navbar-container[data-v-9ab5cb61]{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.navbar-menu[data-v-9ab5cb61]{display:flex;justify-content:center}@media (max-width: 768px){.navbar-menu[data-v-9ab5cb61]{display:none}}.menu-list[data-v-9ab5cb61]{display:flex;list-style:none;margin:0;padding:0}.menu-item[data-v-9ab5cb61]{position:relative;margin:0 1px;transition:all .3s ease}.menu-item[data-v-9ab5cb61]:hover{background:rgba(255,255,255,.1)}.menu-item.active[data-v-9ab5cb61]{background:rgba(255,255,255,.15)}.menu-link[data-v-9ab5cb61]{display:block;padding:1.25rem 2rem;color:#fff;font-weight:500;text-decoration:none;transition:all .3s ease;position:relative}.menu-link[data-v-9ab5cb61]:hover,.menu-item.active .menu-link[data-v-9ab5cb61]{color:#ffd54f}.menu-item.active .menu-link[data-v-9ab5cb61]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:3px;background:#FFD54F;border-radius:3px}.navbar-mobile[data-v-9ab5cb61]{display:none}@media (max-width: 768px){.navbar-mobile[data-v-9ab5cb61]{display:block}}.mobile-menu-button[data-v-9ab5cb61]{width:40px;height:40px;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0;margin:.5rem 0}.menu-icon[data-v-9ab5cb61]{width:24px;height:2px;background:white;border-radius:1px;transition:all .3s ease}.mobile-menu-button:hover .menu-icon[data-v-9ab5cb61]{background:#FFD54F}.mobile-menu[data-v-9ab5cb61]{position:absolute;top:100%;left:0;right:0;background:#1E88E5;box-shadow:0 4px 12px #00000026;z-index:95;animation:slideDown-9ab5cb61 .3s ease}@keyframes slideDown-9ab5cb61{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-list[data-v-9ab5cb61]{list-style:none;margin:0;padding:0}.mobile-menu-item[data-v-9ab5cb61]{padding:1rem 1.5rem;color:#fff;cursor:pointer;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-item[data-v-9ab5cb61]:hover{background:rgba(255,255,255,.1);color:#ffd54f}.mobile-menu-item.active[data-v-9ab5cb61]{background:rgba(255,255,255,.15);color:#ffd54f}.header[data-v-6c285e9a]{background:#ffffff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:100;transition:all .3s ease}.header-container[data-v-6c285e9a]{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.header-container[data-v-6c285e9a]{flex-direction:column;gap:1rem;text-align:center}}.header-logo[data-v-6c285e9a]{flex:0 0 auto}.header-logo .logo-image[data-v-6c285e9a]{height:60px;min-width:200px;object-fit:contain;transition:transform .3s ease}.header-logo .logo-image[data-v-6c285e9a]:hover{transform:scale(1.05)}.header-contact[data-v-6c285e9a]{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.header-contact[data-v-6c285e9a]{flex-direction:column;gap:.5rem;align-items:center}}@media (max-width: 480px){.header-contact[data-v-6c285e9a]{gap:.25rem}}.contact-item[data-v-6c285e9a]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#333}@media (max-width: 480px){.contact-item[data-v-6c285e9a]{font-size:.8rem}}.contact-icon[data-v-6c285e9a]{width:18px;height:18px;color:#1e88e5;display:flex;align-items:center;justify-content:center}.contact-phone[data-v-6c285e9a]{font-weight:600;color:#e53935;font-size:1rem}@media (max-width: 480px){.contact-phone[data-v-6c285e9a]{font-size:.9rem}}.contact-qq[data-v-6c285e9a]{font-weight:500;color:#1e88e5}.phone-icon[data-v-6c285e9a]:before{content:"📞"}.mobile-icon[data-v-6c285e9a]:before{content:"📱"}.qq-icon[data-v-6c285e9a]:before{content:"💬"}.content-container[data-v-0b82b029]{max-width:1200px;margin:0 auto;padding:0}.hero-section[data-v-0b82b029]{position:relative;height:500px;overflow:hidden;margin-bottom:3rem}@media (max-width: 768px){.hero-section[data-v-0b82b029]{height:350px}}@media (max-width: 480px){.hero-section[data-v-0b82b029]{height:250px}}.hero-overlay[data-v-0b82b029]{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.6));z-index:1}.hero-image[data-v-0b82b029]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-section:hover .hero-image[data-v-0b82b029]{transform:scale(1.02)}.hero-content[data-v-0b82b029]{position:absolute;bottom:0;left:0;right:0;padding:3rem;z-index:2;color:#fff}@media (max-width: 768px){.hero-content[data-v-0b82b029]{padding:2rem}}@media (max-width: 480px){.hero-content[data-v-0b82b029]{padding:1.5rem}}.hero-title[data-v-0b82b029]{font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:fadeInUp-0b82b029 .8s ease}@media (max-width: 768px){.hero-title[data-v-0b82b029]{font-size:2rem}}@media (max-width: 480px){.hero-title[data-v-0b82b029]{font-size:1.5rem}}.hero-subtitle[data-v-0b82b029]{font-size:1.25rem;font-weight:500;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:fadeInUp-0b82b029 1s ease}@media (max-width: 768px){.hero-subtitle[data-v-0b82b029]{font-size:1rem}}@media (max-width: 480px){.hero-subtitle[data-v-0b82b029]{font-size:.875rem}}.company-profile[data-v-0b82b029]{background:#ffffff;border-radius:12px;padding:3rem;margin:0 1rem 3rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.company-profile[data-v-0b82b029]:hover{box-shadow:0 8px 30px #0000001f}@media (max-width: 768px){.company-profile[data-v-0b82b029]{padding:2rem}}@media (max-width: 480px){.company-profile[data-v-0b82b029]{padding:1.5rem;margin:0 .75rem 2rem}}.core-advantages[data-v-0b82b029]{background:#f8f9fa;padding:3rem 1rem;margin-bottom:2rem}.section-header[data-v-0b82b029]{text-align:center;margin-bottom:2.5rem}.section-title[data-v-0b82b029]{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.section-title .star-icon[data-v-0b82b029]{color:#1e88e5;font-size:1.5rem;margin-right:.75rem;animation:pulse-0b82b029 2s infinite}.section-title h2[data-v-0b82b029]{color:#333;font-size:1.75rem;font-weight:600;margin:0}.section-divider[data-v-0b82b029]{width:80px;height:3px;background:linear-gradient(to right,#1E88E5,#FFD54F);border-radius:3px;margin:0 auto}.profile-content[data-v-0b82b029]{display:flex;flex-wrap:wrap;gap:3rem}@media (max-width: 768px){.profile-content[data-v-0b82b029]{flex-direction:column;align-items:center;gap:2rem}}.company-image[data-v-0b82b029]{flex:0 0 300px}@media (max-width: 768px){.company-image[data-v-0b82b029]{flex:0 0 250px}}.image-wrapper[data-v-0b82b029]{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.image-wrapper[data-v-0b82b029]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.company-photo[data-v-0b82b029]{width:100%;height:auto;display:block}.image-overlay[data-v-0b82b029]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1.5rem;color:#fff;transform:translateY(100%);transition:transform .3s ease}.image-wrapper:hover .image-overlay[data-v-0b82b029]{transform:translateY(0)}.overlay-text[data-v-0b82b029]{font-size:1rem;font-weight:500}.company-description[data-v-0b82b029]{flex:1;min-width:300px}.description-content[data-v-0b82b029]{animation:fadeIn-0b82b029 .8s ease}.description-paragraph[data-v-0b82b029]{color:#555;line-height:1.7;margin-bottom:1.5rem;text-align:justify;font-size:1rem}.description-paragraph[data-v-0b82b029]:last-child{margin-bottom:0}.advantages-grid[data-v-0b82b029]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.advantage-card[data-v-0b82b029]{background:white;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border-top:4px solid #1E88E5}.advantage-card[data-v-0b82b029]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.advantage-icon[data-v-0b82b029]{font-size:3rem;margin-bottom:1rem;color:#1e88e5}.advantage-title[data-v-0b82b029]{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#333}.advantage-description[data-v-0b82b029]{color:#666;line-height:1.6;margin:0}@keyframes fadeIn-0b82b029{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp-0b82b029{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-0b82b029{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.animate-in[data-v-0b82b029]{animation:fadeIn-0b82b029 .8s ease forwards;opacity:0}.animate-in[data-v-0b82b029]:nth-child(1){animation-delay:.2s}.animate-in[data-v-0b82b029]:nth-child(2){animation-delay:.4s}.animate-in[data-v-0b82b029]:nth-child(3){animation-delay:.6s}.bgOne[data-v-e852509d]{color:#60a5fa}.bgTwo[data-v-e852509d]{color:#fff}.wrapper[data-v-e852509d]{width:var(--e852509d-width);display:grid;grid-template-columns:repeat(var(--e852509d-itemWidth),1fr);transform:translate(var(--e852509d-translate))}.modal[data-v-3c2f458f]{transform:translate(-50%,-50%);z-index:2}.overlay[data-v-3c2f458f]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000c;z-index:1}.honors[data-v-2a48f436]{display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}.honors div[data-v-2a48f436]:hover:after{content:"查看";width:100%;height:100%;background-color:#666;position:absolute;top:0;left:0;opacity:.8;font-size:36px;display:grid;place-content:center center;color:#fff}.honors div[data-v-2a48f436]{margin-left:-1px;margin-bottom:-1px;position:relative}.honors[data-v-2ef58f5c]{display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}.honors div[data-v-2ef58f5c]:hover:after{content:"查看";width:100%;height:100%;background-color:#666;position:absolute;top:0;left:0;opacity:.8;font-size:36px;display:grid;place-content:center center;color:#fff}.honors div[data-v-2ef58f5c]{margin-left:-1px;margin-bottom:-1px;position:relative}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.prose pre:not(.shiki){padding:0}.prose .shiki{font-family:DM Mono,monospace;font-size:1.2em;line-height:1.4}.prose img{width:100%}.shiki-light{background:#f8f8f8!important}.shiki-dark{background:#0e0e0e!important}html.dark .shiki-light{display:none}html:not(.dark) .shiki-dark{display:none}:root{--primary-color: #1E88E5;--primary-dark: #1976D2;--primary-light: #42A5F5;--accent-color: #FFD54F;--accent-dark: #FFC107;--text-primary: #333333;--text-secondary: #666666;--text-light: #999999;--background-light: #f8f9fa;--background-white: #ffffff;--border-color: #e0e0e0;--success-color: #4CAF50;--warning-color: #FF9800;--error-color: #E53935;--font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.75rem;--font-size-4xl: 2rem;--font-size-5xl: 2.5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-xl: 0 12px 32px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;color:var(--text-primary);background-color:var(--background-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:100%;margin:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:var(--spacing-md);color:var(--text-primary)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{margin-bottom:var(--spacing-md);color:var(--text-secondary)}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-family);font-size:var(--font-size-base);border:none;border-radius:var(--border-radius-md);cursor:pointer;transition:all var(--transition-normal)}button:focus{outline:none;box-shadow:0 0 0 3px #1e88e54d}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:var(--spacing-sm) var(--spacing-lg);font-weight:500}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--background-white);color:var(--primary-color);padding:var(--spacing-sm) var(--spacing-lg);border:1px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.card{background:var(--background-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:var(--spacing-xl);transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}@media (max-width: 1200px){.container{max-width:95%}}@media (max-width: 768px){:root{--font-size-4xl: 1.75rem;--font-size-3xl: 1.5rem;--font-size-2xl: 1.25rem}.container{padding:0 var(--spacing-sm)}.card{padding:var(--spacing-lg)}}@media (max-width: 480px){:root{--font-size-4xl: 1.5rem;--font-size-3xl: 1.25rem;--font-size-2xl: 1.125rem}.card{padding:var(--spacing-md)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-light);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:var(--border-radius-sm)}:is():hover{background:var(--text-secondary)}#nprogress{pointer-events:none}#nprogress .bar{background:linear-gradient(90deg,var(--primary-color),var(--accent-color));opacity:.8;position:fixed;z-index:1031;top:0;left:0;width:100%;height:3px}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:var(--primary-color);border-left-color:var(--primary-color);border-radius:50%;animation:nprogress-spinner .4s linear infinite}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{animation:fadeIn var(--transition-slow) ease forwards;opacity:0}.slide-up{animation:slideUp var(--transition-slow) ease forwards;opacity:0;transform:translateY(20px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.p-1{padding:var(--spacing-xs)}.p-2{padding:var(--spacing-sm)}.p-3{padding:var(--spacing-md)}.p-4{padding:var(--spacing-lg)}.p-5{padding:var(--spacing-xl)}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-carbon-dicom-overlay,[i-carbon-dicom-overlay=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M28 6v20H4V6h24m0-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z' fill='currentColor'/%3E%3Cpath d='M6 8h10v2H6z' fill='currentColor'/%3E%3Cpath d='M6 12h10v2H6z' fill='currentColor'/%3E%3Cpath d='M6 16h6v2H6z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}.i-carbon-pedestrian,[i-carbon-pedestrian=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.677 14l-1.245-3.114A2.986 2.986 0 0 0 17.646 9h-4.092a3.002 3.002 0 0 0-1.544.428L7 12.434V18h2v-4.434l3-1.8v11.931l-3.462 5.194L10.202 30L14 24.303V11h3.646a.995.995 0 0 1 .928.629L20.323 16H26v-2Z'/%3E%3Cpath fill='currentColor' d='M17.051 18.316L19 24.162V30h2v-6.162l-2.051-6.154l-1.898.632zM16.5 8A3.5 3.5 0 1 1 20 4.5A3.504 3.504 0 0 1 16.5 8zm0-5A1.5 1.5 0 1 0 18 4.5A1.502 1.502 0 0 0 16.5 3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-3d-cursor]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M13 4H4v9.01h2V6h7V4z' fill='currentColor'/%3E%3Cpath d='M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-chevron-right]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 16L12 26l-1.4-1.4l8.6-8.6l-8.6-8.6L12 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-close]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-cross-reference]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11 24h4v2h-4z' fill='currentColor'/%3E%3Cpath d='M5 24h4v2H5z' fill='currentColor'/%3E%3Cpath d='M23 24h4v2h-4z' fill='currentColor'/%3E%3Cpath d='M17 24h4v2h-4z' fill='currentColor'/%3E%3Cpath d='M9 22a4.92 4.92 0 0 1 4-2h6a5.22 5.22 0 0 1 4 2h2.3a6.87 6.87 0 0 0-6.3-4h-6a6.87 6.87 0 0 0-6.3 4z' fill='currentColor'/%3E%3Cpath d='M24 28h2v2h-2z' fill='currentColor'/%3E%3Cpath d='M6 28h2v2H6z' fill='currentColor'/%3E%3Cpath d='M16 16a7 7 0 1 1 7-7a7 7 0 0 1-7 7zm0-12a5 5 0 0 0-5 5a5 5 0 0 0 10 0a5 5 0 0 0-5-5z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-download]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M26 24v4H6v-4H4v4a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-4zm0-10l-1.41-1.41L17 20.17V2h-2v18.17l-7.59-7.58L6 14l10 10l10-10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-notebook]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 10h7v2h-7zm0 5h7v2h-7zm0 5h7v2h-7z'/%3E%3Cpath fill='currentColor' d='M28 5H4a2.002 2.002 0 0 0-2 2v18a2.002 2.002 0 0 0 2 2h24a2.003 2.003 0 0 0 2-2V7a2.002 2.002 0 0 0-2-2ZM4 7h11v18H4Zm13 18V7h11l.002 18Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-product]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 18h6v2H8zm0 4h10v2H8z'/%3E%3Cpath fill='currentColor' d='M26 4H6a2.002 2.002 0 0 0-2 2v20a2.002 2.002 0 0 0 2 2h20a2.002 2.002 0 0 0 2-2V6a2.002 2.002 0 0 0-2-2Zm-8 2v4h-4V6ZM6 26V6h6v6h8V6h6l.001 20Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-star]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16 6.52l2.76 5.58l.46 1l1 .15l6.16.89l-4.38 4.3l-.75.73l.18 1l1.05 6.13l-5.51-2.89L16 23l-.93.49l-5.51 2.85l1-6.13l.18-1l-.74-.77l-4.42-4.35l6.16-.89l1-.15l.46-1L16 6.52M16 2l-4.55 9.22l-10.17 1.47l7.36 7.18L6.9 30l9.1-4.78L25.1 30l-1.74-10.13l7.36-7.17l-10.17-1.48Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}[i~=carbon-two-factor-authentication]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m11 23.18l-2-2.001l-1.411 1.41L11 26l6-6l-1.41-1.41L11 23.18zM28 30h-4v-2h4V16h-4V8a4.005 4.005 0 0 0-4-4V2a6.007 6.007 0 0 1 6 6v6h2a2.002 2.002 0 0 1 2 2v12a2.002 2.002 0 0 1-2 2z'/%3E%3Cpath fill='currentColor' d='M20 14h-2V8A6 6 0 0 0 6 8v6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V16a2 2 0 0 0-2-2ZM8 8a4 4 0 0 1 8 0v6H8Zm12 20H4V16h16Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em}.prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-headings);font-weight:600;line-height:1.25}.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);text-decoration:underline;font-weight:500}.prose :where(a code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links)}.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)){margin:1em 0;line-height:1.75}.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding-left:1em;font-style:italic;border-left:.25em solid var(--un-prose-borders)}.prose :where(h1):not(:where(.not-prose,.not-prose *)){margin:1rem 0;font-size:2.25em}.prose :where(h2):not(:where(.not-prose,.not-prose *)){margin:1.75em 0 .5em;font-size:1.75em}.prose :where(h3):not(:where(.not-prose,.not-prose *)){margin:1.5em 0 .5em;font-size:1.375em}.prose :where(h4):not(:where(.not-prose,.not-prose *)){margin:1em 0;font-size:1.125em}.prose :where(img,video):not(:where(.not-prose,.not-prose *)){max-width:100%}.prose :where(figure,picture):not(:where(.not-prose,.not-prose *)){margin:1em 0}.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-captions);font-size:.875em}.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);font-size:.875em;font-weight:600;font-family:var(--un-prose-font-mono)}.prose :where(:not(pre) > code):not(:where(.not-prose,.not-prose *)):before,.prose :where(:not(pre) > code):not(:where(.not-prose,.not-prose *)):after{content:"`"}.prose :where(pre):not(:where(.not-prose,.not-prose *)){padding:1.25rem 1.5rem;overflow-x:auto;border-radius:.375rem}.prose :where(pre,code):not(:where(.not-prose,.not-prose *)){white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none;background:transparent}.prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit}.prose :where(ol,ul):not(:where(.not-prose,.not-prose *)){padding-left:1.25em}.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ol[type="A"]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type="a"]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type="A" s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type="a" s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type="I"]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type="i"]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type="I" s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type="i" s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc}.prose :where(ol > li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(ul > li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(summary):not(:where(.not-prose,.not-prose *))::marker{color:var(--un-prose-lists)}.prose :where(hr):not(:where(.not-prose,.not-prose *)){margin:2em 0;border:1px solid var(--un-prose-hr)}.prose :where(table):not(:where(.not-prose,.not-prose *)){display:block;margin:1em 0;border-collapse:collapse;overflow-x:auto}.prose :where(tr):not(:where(.not-prose,.not-prose *)):nth-child(2n){background:var(--un-prose-bg-soft)}.prose :where(td,th):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-borders);padding:.625em 1em}.prose :where(abbr):not(:where(.not-prose,.not-prose *)){cursor:help}.prose :where(kbd):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);border:1px solid;padding:.25rem .5rem;font-size:.875em;border-radius:.25rem}.prose :where(details):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding:1.25rem 1.5rem;background:var(--un-prose-bg-soft)}.prose :where(summary):not(:where(.not-prose,.not-prose *)){cursor:pointer;font-weight:600}.prose{color:var(--un-prose-body);max-width:65ch}.btn,[btn=""]{display:inline-block;cursor:pointer;border-radius:.25rem;--un-bg-opacity:1;background-color:rgba(15,118,110,var(--un-bg-opacity));padding:.25rem 1rem;--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity));outline:2px solid transparent!important;outline-offset:2px!important}.btn:disabled,[btn=""]:disabled{cursor:default;--un-bg-opacity:1;background-color:rgba(75,85,99,var(--un-bg-opacity));opacity:.5}.btn:hover,[btn=""]:hover{--un-bg-opacity:1;background-color:rgba(17,94,89,var(--un-bg-opacity))}.absolute{position:absolute}.fixed,[fixed=""]{position:fixed}.relative{position:relative}.sticky{position:sticky}[static=""]{position:static}[left~="1/2"]{left:50%}[top~="1/2"]{top:50%}.grid{display:grid}.m-auto,[m-auto=""]{margin:auto}[m~="3"]{margin:.75rem}.mx-3,[mx-3=""]{margin-left:.75rem;margin-right:.75rem}.my-4,[my-4=""]{margin-top:1rem;margin-bottom:1rem}.-mb-6{margin-bottom:-1.5rem}.mb-3,[mb-3=""]{margin-bottom:.75rem}.mb-5,[mb-5=""]{margin-bottom:1.25rem}.ml-auto,[ml-auto=""]{margin-left:auto}.mt-3,[mt-3=""]{margin-top:.75rem}.mt-4,[mt-4=""]{margin-top:1rem}.mt-5,[mt-5=""]{margin-top:1.25rem}[m~=t6]{margin-top:1.5rem}.block{display:block}.inline-block,[inline-block=""]{display:inline-block}.hidden{display:none}.h-10vw,[h-10vw=""]{height:10vw}.h-min,[h-min=""]{height:min-content}.h1{height:.25rem}.h2{height:.5rem}.h3{height:.75rem}.min-w-70,[min-w-70=""]{min-width:17.5rem}.w-10vw,[w-10vw=""]{width:10vw}.w-2\/3,[w~="2/3"]{width:66.6666666667%}.w-250,[w-250=""]{width:62.5rem}.w-50vw,[w-50vw=""]{width:50vw}.w-full,[w-full=""]{width:100%}.w-max,[w-max=""]{width:max-content}[max-w~="1/2"]{max-width:50%}[max-w~="2/3"]{max-width:66.6666666667%}[w~="1/2"]{width:50%}.flex,[flex=""],[flex~="~"]{display:flex}.flex-1,[flex-1=""]{flex:1 1 0%}.flex-shrink{flex-shrink:1}[flex~=row]{flex-direction:row}[flex~=col]{flex-direction:column}.flex-wrap{flex-wrap:wrap}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.items-center,[flex~=items-center],[items-center=""]{align-items:center}.justify-center,[flex~=justify-center],[justify-center=""]{justify-content:center}.justify-between,[flex~=justify-between]{justify-content:space-between}.gap-2,[flex~=gap-2]{grid-gap:.5rem;gap:.5rem}.gap-3,[flex~=gap-3]{grid-gap:.75rem;gap:.75rem}.gap-5,[flex~=gap-5]{grid-gap:1.25rem;gap:1.25rem}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}.border,[border=""],[border~="1px"]{border-width:1px}[border~=gray]{--un-border-opacity:1;border-color:rgba(156,163,175,var(--un-border-opacity))}.rounded,.rounded-1,[rounded-1=""],[rounded=""]{border-radius:.25rem}[border~=dotted]{border-style:dotted}.bg-blue,[hover~=bg-blue]:hover{--un-bg-opacity:1;background-color:rgba(96,165,250,var(--un-bg-opacity))}.bg-white,[bg-white=""]{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}[bg~="#f6f6f6"]{--un-bg-opacity:1;background-color:rgba(246,246,246,var(--un-bg-opacity))}[bg~=gray-500]{--un-bg-opacity:1;background-color:rgba(107,114,128,var(--un-bg-opacity))}.p-4,[p-4=""]{padding:1rem}.p-5,[p-5=""]{padding:1.25rem}.px-3,[px-3=""]{padding-left:.75rem;padding-right:.75rem}.px-4,[px-4=""]{padding-left:1rem;padding-right:1rem}.px-5,[px-5=""]{padding-left:1.25rem;padding-right:1.25rem}.py-1,[py-1=""]{padding-top:.25rem;padding-bottom:.25rem}.py-10,[py-10=""]{padding-top:2.5rem;padding-bottom:2.5rem}.py-3,[py-3=""]{padding-top:.75rem;padding-bottom:.75rem}.py-4,[py-4=""]{padding-top:1rem;padding-bottom:1rem}.text-center,[text-center=""]{text-align:center}.text-left{text-align:left}.indent-8,[indent-8=""]{text-indent:2rem}.font-sans{font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-4xl,[text-4xl=""]{font-size:2.25rem;line-height:2.5rem}.text-7,[text-7=""]{font-size:1.75rem}.text-sm,[text-sm=""],[text~=sm]{font-size:.875rem;line-height:1.25rem}[text~=xs]{font-size:.75rem;line-height:1rem}.font-bold,[font-bold=""]{font-weight:700}.color-blue,.text-blue,[color-blue=""],[hover~=color-blue]:hover,[text-blue=""],[text~=blue]{--un-text-opacity:1;color:rgba(96,165,250,var(--un-text-opacity))}.color-white,[hover~=color-white]:hover{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}[text~=gray]{--un-text-opacity:1;color:rgba(156,163,175,var(--un-text-opacity))}.hover\:underline:hover,.underline,[hover\:underline=""]:hover,[hover~=underline]:hover{text-decoration-line:underline}.text-shadow{--un-text-shadow:0 0 1px var(--un-text-shadow-color, rgba(0,0,0,.2)),0 0 1px var(--un-text-shadow-color, rgba(1,0,5,.1));text-shadow:var(--un-text-shadow)}.opacity-75,[opacity-75=""]{opacity:.75}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}
