*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}:root{--color-white:#fff;--color-off-white:#f8f9fa;--color-light-gray:#f1f3f5;--color-border-light:#e5e7eb;--color-border:#d1d5db;--color-blue-primary:#004077;--color-blue-light:#0052a3;--color-blue-lighter:#336b9e;--color-blue-dark:#002f5a;--color-blue-soft:#00407714;--color-blue-softer:#0040770a;--color-red-primary:#a90533;--color-red-light:#d61f4e;--color-red-dark:#7d0426;--color-red-soft:#a9053314;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-tertiary:#6b6b6b;--text-white:#fff;--bg-page:#fff;--bg-component:#f8f9fa;--bg-surface:#f1f3f5;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 16px 48px #00000026;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-fast:all 0.15s cubic-bezier(0.4,0,0.2,1);--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px}h1,h2,h3,h4,h5,h6{color:#1a1a1a;color:var(--text-primary);font-weight:600;line-height:1.2;margin:0}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{color:#4a4a4a;color:var(--text-secondary);line-height:1.6;margin:0}a{color:#004077;color:var(--color-blue-primary);text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);transition:var(--transition-fast)}a:hover{color:#0052a3;color:var(--color-blue-light)}.btn--primary{align-items:center;background:linear-gradient(135deg,#004077,#0052a3);background:linear-gradient(135deg,var(--color-blue-primary) 0,var(--color-blue-light) 100%);border:2px solid #004077;border:2px solid var(--color-blue-primary);border-radius:8px;border-radius:var(--radius-md);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);color:#fff;color:var(--text-white);cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;justify-content:center;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#002f5a,#004077);background:linear-gradient(135deg,var(--color-blue-dark) 0,var(--color-blue-primary) 100%);border-color:#002f5a;border-color:var(--color-blue-dark);box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn--primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn--secondary{align-items:center;background:linear-gradient(135deg,#a90533,#d61f4e);background:linear-gradient(135deg,var(--color-red-primary) 0,var(--color-red-light) 100%);border:2px solid #a90533;border:2px solid var(--color-red-primary);border-radius:8px;border-radius:var(--radius-md);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);color:#fff;color:var(--color-white);cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;justify-content:center;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn--secondary:hover:not(:disabled){background:linear-gradient(135deg,#7d0426,#a90533);background:linear-gradient(135deg,var(--color-red-dark) 0,var(--color-red-primary) 100%);border-color:#7d0426;border-color:var(--color-red-dark);box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn--secondary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn--outline{align-items:center;background:#0000;border:2px solid #004077;border:2px solid var(--color-blue-primary);border-radius:8px;border-radius:var(--radius-md);color:#004077;color:var(--color-blue-primary);cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;justify-content:center;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn--outline:hover:not(:disabled){background:#004077;background:var(--color-blue-primary);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);color:#fff;color:var(--text-white);transform:translateY(-2px)}.btn--medium{font-size:1rem;padding:.75rem 2rem}.btn--large{font-size:1.25rem;padding:1.25rem 3rem}input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{background:#fff;background:var(--bg-page);border:2px solid #e5e7eb;border:2px solid var(--color-border-light);border-radius:4px;border-radius:var(--radius-sm);color:#1a1a1a;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem;transition:all .15s cubic-bezier(.4,0,.2,1);transition:var(--transition-fast);width:100%}input:focus,select:focus,textarea:focus{border-color:#004077;border-color:var(--color-blue-primary);outline:none}input.error,select.error,textarea.error{border-color:#a90533;border-color:var(--color-red-primary)}.container{margin:0 auto;max-width:1200px;padding:0 2rem;padding:0 var(--spacing-md);width:100%}.container-wide{max-width:1400px}.container-narrow{max-width:800px}.section{padding:4rem 0;padding:var(--spacing-lg) 0}.section-lg{padding:6rem 0;padding:var(--spacing-xl) 0}.section-sm{padding:2rem 0;padding:var(--spacing-md) 0}.card{background:#fff;background:var(--bg-page);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);padding:2rem;padding:var(--spacing-md);transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.card:hover{box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-sm{margin-top:1rem;margin-top:var(--spacing-sm)}.mt-md{margin-top:2rem;margin-top:var(--spacing-md)}.mt-lg{margin-top:4rem;margin-top:var(--spacing-lg)}.mb-sm{margin-bottom:1rem;margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:2rem;margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:4rem;margin-bottom:var(--spacing-lg)}.pt-sm{padding-top:1rem;padding-top:var(--spacing-sm)}.pt-md{padding-top:2rem;padding-top:var(--spacing-md)}.pt-lg{padding-top:4rem;padding-top:var(--spacing-lg)}.pb-sm{padding-bottom:1rem;padding-bottom:var(--spacing-sm)}.pb-md{padding-bottom:2rem;padding-bottom:var(--spacing-md)}.pb-lg{padding-bottom:4rem;padding-bottom:var(--spacing-lg)}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.btn--outline,.btn--primary,.btn--secondary{font-size:1rem;padding:.875rem 2rem}.btn--large{font-size:1.125rem;padding:1rem 2.5rem}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.container{padding:0 1rem;padding:0 var(--spacing-sm)}.btn--outline,.btn--primary,.btn--secondary{padding:.75rem 1.5rem;width:100%}}.custom-dropdown{display:inline-block;font-family:Arial,Helvetica,sans-serif;position:relative}.dropdown-header{align-items:center;background:var(--bg-card);border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box;color:var(--text-main);cursor:pointer;display:flex;min-height:40px;padding:5px 10px;position:relative;-webkit-user-select:none;user-select:none}.dropdown-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.dropdown-options{background:var(--bg-page);border:1px solid var(--color-border);box-sizing:border-box;color:var(--text-main);left:0;max-height:200px;min-width:100%;overflow-y:auto;position:absolute;scrollbar-color:var(--bg-card) var(--bg-page);top:100%;z-index:9999}.dropdown-option{align-items:center;cursor:pointer;display:flex;gap:10px;padding:.5rem 1rem}.dropdown-option:hover{background:var(--color-primary-softer)}.dropdown-selected-label{align-items:center;display:inline-flex;gap:6px}.custom-dropdown.disabled .dropdown-header,.dropdown-header.disabled{cursor:not-allowed!important;opacity:.6;pointer-events:none}.custom-dropdown.disabled{pointer-events:none}.dropdown-header.highlighted{border-color:var(--color-yellow)!important}.dropdown-header.highlighted,.dropdown-header.highlighted .dropdown-caret{color:var(--color-yellow)!important}.dropdown-header.open{border-color:var(--color-primary)!important}.contact-form-section{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;width:100%;z-index:10000}.contact-form-container{background:var(--bg-page);border:2px solid var(--color-blue-primary);border-radius:var(--radius-lg);box-shadow:0 8px 32px #00407733;max-height:calc(100vh - 4rem);max-width:1000px;overflow-y:auto;padding:2rem;position:relative;width:100%}.form-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-tertiary);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:var(--transition-fast);width:40px}.form-close-btn:hover{background:var(--bg-surface);color:var(--color-red-primary)}.form-header{margin-bottom:.2rem;padding-right:50px;text-align:center}.form-header p{color:var(--text-secondary);font-size:1.1rem}.contact-form{gap:2rem}.contact-form,.form-narrative{display:flex;flex-direction:column}.form-narrative{gap:1rem}.form-hello{color:var(--color-red-primary);font-size:1.8rem;font-weight:600;margin-bottom:.2rem}.form-line{align-items:center;color:var(--text-primary);display:flex;flex-wrap:wrap;font-size:1.1rem;gap:.5rem;line-height:1.6;margin-bottom:.5rem}.inline-input,.inline-select{background:var(--bg-page);border:2px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--text-primary);font-size:1rem;min-width:120px;padding:.5rem;transition:var(--transition-fast)}.inline-input:focus,.inline-select:focus{border-color:var(--color-red-primary);outline:none}.inline-input.error,.inline-select.error{border-color:var(--color-red-primary)}.inline-input{flex:0 1 auto}.inline-select{cursor:pointer;flex:0 1 auto}.phone-input-container{align-items:center;display:flex;flex:0 1 auto;gap:8px}.phone-input{flex:1 1;min-width:120px}.error-hint{color:var(--color-red-primary);font-size:.875rem;margin-bottom:.5rem;margin-top:.25rem}.form-additional{margin-top:.2rem}.form-additional h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.additional-input{background:var(--bg-page);border:2px solid var(--color-border-light);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:1rem;min-height:100px;padding:1rem;resize:vertical;transition:var(--transition-fast);width:100%}.additional-input:focus{border-color:var(--color-red-primary);outline:none}.form-submit-btn{align-self:center;margin-top:.2rem;min-width:200px}.form-submit-btn:disabled{cursor:not-allowed;opacity:.6}.form-success{padding:2rem;text-align:center}.form-success h2{color:var(--color-red-primary);font-size:2rem;margin-bottom:1rem}.form-success p{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.custom-dropdown{background:var(--bg-page)}.dropdown-header{background:var(--bg-page)!important;border-color:var(--color-border-light)!important;color:var(--text-primary)!important}.dropdown-header:hover{border-color:var(--color-blue-primary)!important}.dropdown-caret{color:var(--text-primary)!important}.dropdown-options{border:2px solid var(--color-blue-primary)!important;box-shadow:var(--shadow-md)}.dropdown-option,.dropdown-options{background:var(--bg-page)!important;color:var(--text-primary)!important}.dropdown-option:hover{background:var(--color-red-soft)!important;color:var(--color-red-primary)!important}.dropdown-selected-label{color:var(--text-primary)!important}@media (max-width:768px){.contact-form-section{padding:2rem 1rem}.contact-form-container{padding:3rem 1.5rem 1.5rem}.form-header{margin-bottom:1rem;padding-right:0;padding-top:.5rem}.form-line{align-items:flex-start;flex-direction:column;font-size:1rem;gap:.75rem}.inline-input,.inline-select{min-width:0;min-width:auto;width:100%}.phone-input-container{flex-direction:row;width:100%}.phone-input{min-width:0;min-width:auto}.form-hello{font-size:1.3rem}.additional-input{font-size:.95rem}.form-submit-btn{min-width:0;min-width:auto;width:100%}}@media (max-width:480px){.contact-form-container{padding:3.5rem 1rem 1rem}.form-header{margin-bottom:1.5rem}.form-line{font-size:.95rem}}.footer-container{align-items:center;background-color:var(--color-off-white);border-top:2px solid var(--color-border-light);display:flex;flex-direction:column;padding:4rem 0 2rem}.footer-links{margin-bottom:2rem;max-width:1000px;width:100%}.footer-link-wrapper,.footer-links{display:flex;justify-content:center}.footer-link-wrapper{flex-wrap:wrap;gap:3rem}.footer-link-items{display:flex;flex-direction:column;min-width:160px}.footer-link-items h2{color:var(--color-blue-primary);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-link-items a{color:var(--text-secondary);font-size:1rem;font-weight:500;margin-bottom:.5rem;padding:.25rem 0;text-decoration:none;transition:var(--transition)}.footer-link-items a:hover{color:var(--color-blue-primary);padding-left:.5rem}.footer-button{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;margin-bottom:.5rem;padding:.25rem 0;text-align:left;text-decoration:none;transition:var(--transition)}.footer-button:hover{color:var(--color-blue-primary);padding-left:.5rem}.footer-link{display:block}.footer-social-media{border-top:1px solid var(--color-border-light);max-width:1000px;padding-top:2rem;width:100%}.footer-social-media-wrap{align-items:center;display:flex;flex-direction:column}.footer-logo{margin-bottom:1rem}.footer-social-logo{color:var(--text-primary);cursor:pointer;justify-self:start;transition:var(--transition)}.footer-social-logo:hover{transform:scale(1.05)}.footer-logo-img{filter:grayscale(30%);height:50px;transition:var(--transition);width:auto}.footer-social-logo:hover .footer-logo-img{filter:grayscale(0)}.footer-website-rights{color:var(--text-secondary);font-size:.875rem;margin-bottom:1rem;text-align:center}.footer-social-icon-link,.footer-social-icons{align-items:center;display:flex;justify-content:center}.footer-social-icon-link{background:var(--color-white);border:2px solid var(--color-border-light);border-radius:50%;color:var(--text-secondary);font-size:1.75rem;height:3rem;margin:0 .75rem;transition:var(--transition);width:3rem}.footer-social-icon-link:hover{background:var(--color-blue-soft);border-color:var(--color-blue-primary);color:var(--color-blue-primary);transform:translateY(-4px)}@media screen and (max-width:820px){.footer-links{padding-top:2rem}.footer-link-wrapper{gap:2rem}.footer-link-items h2{font-size:1.125rem}.footer-logo-img{height:40px}}.navbar{border-bottom:1px solid var(--color-border-light);height:80px;left:0;position:fixed;top:0;transition:var(--transition);width:100%;z-index:1000}.navbar,.navbar-scrolled{background:var(--color-white)}.navbar-scrolled{border-bottom:2px solid var(--color-blue-primary);box-shadow:var(--shadow-md)}.navbar-container{height:100%;justify-content:space-between;padding:0 2rem;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo img{height:50px;transition:var(--transition);width:auto}.navbar-logo:hover img{transform:scale(1.05)}.navbar-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-item{position:relative}.navbar-item a{align-items:center;border-radius:6px;color:var(--color-blue-primary);cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:var(--transition)}.navbar-item a:hover{background:var(--color-blue-soft);color:var(--color-blue-light)}.dropdown-arrow{color:var(--color-blue-primary);display:inline-block;font-size:.7rem;transition:var(--transition)}.dropdown-arrow.open{transform:rotate(180deg)}.navbar-dropdown-menu{animation:fadeInDown .3s ease;background:var(--color-white);border:2px solid var(--color-blue-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);left:0;margin-top:.5rem;min-width:250px;padding:.5rem 0;position:absolute;top:100%}.navbar-dropdown-item{color:var(--text-primary);cursor:pointer;display:block;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;text-decoration:none;transition:var(--transition)}.navbar-dropdown-item:hover{background:var(--color-blue-soft);color:var(--color-blue-primary)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@media screen and (max-width:768px){.navbar-overlay{display:block}}.navbar-hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;padding:0;width:30px;z-index:1001}.navbar-hamburger span{background:var(--color-blue-primary);border-radius:3px;height:3px;transform-origin:center;transition:var(--transition);width:100%}.navbar-hamburger.open span:first-child{transform:rotate(45deg) translate(7px,7px)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:1024px){.navbar-menu{gap:1rem}.navbar-item a{font-size:1rem;padding:.5rem .8rem}}@media screen and (max-width:768px){.navbar{height:70px}.navbar-container{padding:0 1rem}.navbar-logo img{height:40px}.navbar-hamburger{display:flex}.navbar-menu{align-items:flex-start;background:var(--color-white);border-left:2px solid var(--color-blue-primary);box-shadow:var(--shadow-xl);flex-direction:column;gap:0;height:calc(100vh - 70px);overflow-y:auto;padding:2rem 0;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:280px;z-index:1000}.navbar-menu.mobile-open{right:0}.navbar-item{border-bottom:1px solid var(--color-border-light);width:100%}.navbar-item a{border-radius:0;display:flex;justify-content:space-between;padding:1rem 1.5rem;width:100%}.navbar-item a:hover{background:var(--color-blue-soft)}.navbar-dropdown-menu{background:var(--color-off-white);border:none;border-radius:0;box-shadow:none;margin-top:0;padding:0;position:static;width:100%}.navbar-dropdown-item{border-bottom:1px solid var(--color-border-light);padding:.8rem 2.5rem}.navbar-dropdown-item:last-child{border-bottom:none}}.home-fade-element{opacity:0;transform:translateY(30px)}.home-fade-element.fade-in-up-first{animation:fadeInUp .8s ease .1s forwards}.home-fade-element.fade-in-up-second{animation:fadeInUp .8s ease .3s forwards}.home-fade-element.fade-in-up-third{animation:fadeInUp .8s ease .5s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.home-quotes-hero{align-items:center;background-position:0;background-repeat:no-repeat;background-size:cover;display:flex;height:60vh;justify-content:center;margin-top:80px;min-height:500px;overflow:hidden;position:relative;width:100%}.home-quotes-hero-overlay{background:#0000;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.home-quotes-container{gap:3rem;max-width:1400px;padding:3rem;position:relative;text-align:center;z-index:2}.home-quote-content,.home-quotes-container{align-items:center;display:flex;flex-direction:column}.home-quote-content{gap:1.5rem;justify-content:center;min-height:200px}.home-quote-text{line-height:1.4}.home-quote-emphasis,.home-quote-text{color:#fff;font-size:4rem;font-style:italic;font-weight:400}.home-quote-author{align-self:flex-end;color:#fff;font-size:1.5rem;font-weight:500;margin-right:3rem}.home-quote-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.home-quote-indicator{background:#ffffffb3;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:10px;padding:0;transition:var(--transition);width:10px}.home-quote-indicator.active{background:#a90533;box-shadow:0 2px 6px #a9053380;transform:scale(1.2)}.home-quote-indicator:hover{background:#d61f4e;transform:scale(1.2)}.home-hero{align-items:center;background:var(--color-white);display:flex;justify-content:flex-start;overflow:visible;padding:3rem 0 4rem;position:relative}.home-hero-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 450px;padding:0 2rem;position:relative;width:100%;z-index:1}.home-hero-left{text-align:left}.home-hero-right{align-self:start;display:flex;flex-direction:column;gap:1rem}.home-hero-title{color:var(--color-blue-primary);font-size:3.5rem;font-weight:700;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem;margin-top:0;text-align:left}.home-hero-text{color:var(--text-secondary);font-size:1.3rem;line-height:1.8;text-align:justify}.home-hero-text p{margin-bottom:0;text-align:justify}.home-hero-engagements-title{color:var(--color-blue-primary);flex-shrink:0;font-size:2rem;font-weight:700;margin-bottom:1rem;margin-top:0}.home-hero-engagements-list{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto;padding-right:.5rem;scrollbar-color:var(--color-blue-primary) var(--color-border-light);scrollbar-width:thin}.home-hero-engagements-list::-webkit-scrollbar{width:8px}.home-hero-engagements-list::-webkit-scrollbar-track{background:var(--color-border-light);border-radius:4px}.home-hero-engagements-list::-webkit-scrollbar-thumb{background:var(--color-blue-primary);border-radius:4px}.home-hero-engagements-list::-webkit-scrollbar-thumb:hover{background:var(--color-red-primary)}.home-hero-engagement-item{background:var(--color-off-white);border-left:3px solid var(--color-blue-primary);border-radius:8px;padding:1rem;transition:var(--transition)}.home-hero-engagement-item:hover{background:var(--color-white);border-left-color:var(--color-red-primary);box-shadow:var(--shadow-md);transform:translateX(4px)}.home-engagement-name{color:var(--color-blue-primary);font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:.35rem}.home-engagement-role{color:var(--text-secondary);font-size:.95rem;font-style:italic;margin-bottom:.35rem}.home-engagement-result{color:var(--color-red-primary);font-size:.95rem;font-weight:600}.home-section{padding:3rem 2rem;position:relative}.home-container{margin:0;max-width:100%;padding:0 2rem}.home-section-title{color:var(--color-blue-primary);font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.home-section-title:after{background:linear-gradient(90deg,var(--color-red-primary) 0,var(--color-red-light) 100%);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.home-clients{background:var(--color-off-white)}.home-clients-header-wrapper{align-items:center;display:flex;gap:3rem;margin-bottom:4rem;width:100%}.home-clients .home-section-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;max-width:350px;padding-bottom:0;text-align:left}.home-clients .home-section-title:after{display:none}.home-clients-text{color:var(--text-secondary);flex:1 1 auto;font-size:1.3rem;line-height:1.8;margin:0;text-align:justify}.home-clients-logos-wrapper{mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;position:relative;width:100%}.home-clients-logos-scroll{align-items:center;display:flex;gap:4rem;width:fit-content}.home-client-logo{align-items:center;display:flex;flex-shrink:0;height:120px;justify-content:center;padding:1rem;width:250px}.home-client-logo img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media screen and (max-width:1024px){.home-client-logo{height:110px;width:220px}}@media screen and (max-width:768px){.home-client-logo{height:90px;width:180px}}@media screen and (max-width:480px){.home-client-logo{height:80px;width:150px}}.home-client-logo img[alt=PCAOB]{background-color:var(--color-blue-primary);border-radius:8px;padding:1rem}.home-client-logo.text-logo{align-items:center;display:flex;justify-content:center;text-align:center}.home-client-logo.text-logo span{color:var(--text-secondary);font-size:1.8rem;font-weight:600;line-height:1.2}.home-services{background:var(--color-white)}.home-services-header-wrapper{align-items:center;display:flex;gap:3rem;margin-bottom:2rem;width:100%}.home-services .home-section-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;max-width:350px;padding-bottom:0;text-align:left}.home-services .home-section-title:after{display:none}.home-services-intro{color:var(--text-secondary);flex:1 1 auto;font-size:1.3rem;line-height:1.8;margin:0;text-align:justify}.home-services-list{margin:0 auto;max-width:1000px}.home-service-item{align-items:flex-start;background:var(--color-off-white);border-left:4px solid var(--color-blue-primary);border-radius:8px;color:var(--text-primary);display:flex;font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;padding:1.5rem;transition:var(--transition)}.home-service-item:hover{background:var(--color-blue-softer);border-left-color:var(--color-red-primary);box-shadow:var(--shadow-md);transform:translateX(8px)}.home-service-bullet{color:var(--color-red-primary);flex-shrink:0;font-size:2rem;font-weight:700;line-height:1;margin-right:1rem;margin-top:.2rem}.home-service-item strong{color:var(--color-blue-primary);font-weight:600}.home-sentinel{background:var(--color-off-white)}.home-sentinel-intro{color:var(--text-secondary);font-size:1.25rem;line-height:1.7;margin:0 auto 4rem;max-width:900px;text-align:center}.home-sentinel-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:1rem auto 0;max-width:1200px;width:100%}.home-sentinel-card{background:var(--color-white);border:2px solid var(--color-border-light);border-radius:16px;box-shadow:var(--shadow-md);display:flex;flex-direction:column;margin-top:2rem;padding:2.5rem 1.5rem 1.5rem;position:relative;transition:var(--transition)}.home-sentinel-card.home-clickable-card{cursor:pointer}.home-sentinel-card:hover{border-color:var(--color-red-primary);box-shadow:var(--shadow-xl);transform:translateY(-8px)}.home-sentinel-icon{align-items:center;background:linear-gradient(135deg,var(--color-blue-primary) 0,var(--color-blue-light) 100%);border:4px solid var(--color-white);border-radius:12px;box-shadow:var(--shadow-lg);display:flex;height:5rem;justify-content:center;left:50%;position:absolute;top:-2.5rem;transform:translateX(-50%);transition:var(--transition);width:5rem}.home-sentinel-card:hover .home-sentinel-icon{transform:translateX(-50%) scale(1.1) rotate(5deg)}.home-sentinel-icon img{filter:brightness(0) invert(1);height:3rem;width:3rem}.home-sentinel-card h3{color:var(--color-blue-primary);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.75rem;margin-top:.5rem}.home-sentinel-card p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin-bottom:0}.home-service-card-learn-more{color:var(--color-red-primary);font-size:1rem;font-weight:600;margin-top:auto;padding-top:1rem;text-align:right;transition:var(--transition)}.home-sentinel-card.home-clickable-card:hover .home-service-card-learn-more{color:var(--color-red-light)}.home-sentinel-login-btn{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:4rem}.home-forensic{background:var(--color-off-white)}.home-forensic-layout{align-items:flex-start;display:flex;gap:3rem;width:100%}.home-forensic-left{flex:1 1;flex-shrink:0}.home-forensic .home-section-title{color:var(--color-blue-primary);font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem;padding-bottom:0;text-align:left}.home-forensic .home-section-title:after{display:none}.home-forensic-subtext{color:var(--text-secondary);font-size:1.3rem;line-height:1.8;margin:0;text-align:left}.home-forensic-right{display:flex;flex:2 1;flex-direction:column;gap:1.5rem}.home-forensic-item{background:var(--color-white);border:2px solid var(--color-border-light);border-radius:12px;box-shadow:var(--shadow-sm);padding:1.5rem}.home-forensic-item:hover{border-color:var(--color-blue-primary);box-shadow:var(--shadow-md)}.home-forensic-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:.75rem}.home-forensic-checkmark{align-items:center;background:linear-gradient(135deg,var(--color-red-primary) 0,var(--color-red-light) 100%);border-radius:50%;box-shadow:var(--shadow-sm);color:var(--text-white);display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:1.75rem;justify-content:center;margin-top:.25rem;width:1.75rem}.home-forensic-item h3{color:var(--color-blue-primary);font-size:1.3rem;font-weight:600;line-height:1.3;margin:0}.home-forensic-item p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin:0}.home-forensic-link{color:var(--color-red-primary);font-weight:600;text-decoration:none}.home-forensic-link:hover{color:var(--color-red-light);text-decoration:underline}.home-litigation{background:var(--color-white)}.home-litigation-header-wrapper{align-items:center;display:flex;gap:3rem;margin-bottom:2rem;width:100%}.home-litigation .home-section-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;padding-bottom:0;text-align:left}.home-litigation .home-section-title:after{display:none}.home-litigation-intro{color:var(--text-secondary);flex:1 1 auto;font-size:1.3rem;line-height:1.8;margin:0;text-align:justify}.home-litigation-content{margin-top:2rem}.home-litigation-tabs{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.home-litigation-tab{background:linear-gradient(135deg,var(--color-blue-primary) 0,var(--color-blue-light) 100%);border-radius:12px 12px 0 0;box-shadow:var(--shadow-md);cursor:pointer;padding:1.5rem 1rem;position:relative;text-align:center;transition:var(--transition)}.home-litigation-tab:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home-litigation-tab h3{color:var(--color-white);font-size:1.2rem;font-weight:600;line-height:1.3;margin:0}.home-litigation-tab.active{border-bottom:4px solid var(--color-red-primary);position:relative}.home-litigation-tab.active:after{border-left:30px solid #0000;border-right:30px solid #0000;border-top:24px solid var(--color-red-primary);bottom:-24px;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:10}.home-litigation-tab-content{display:none}.home-litigation-text-content{background:var(--color-white);border:2px solid var(--color-red-primary);border-radius:12px;box-shadow:var(--shadow-sm);margin-top:2rem;padding:2rem}.home-litigation-text-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0}.home-experts{background:var(--color-off-white)}.home-experts-header-wrapper{align-items:center;display:flex;gap:3rem;margin-bottom:2rem;width:100%}.home-experts .home-section-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;padding-bottom:0;text-align:left}.home-experts .home-section-title:after{display:none}.home-experts-intro{color:var(--text-secondary);flex:1 1 auto;font-size:1.3rem;line-height:1.8;margin:0;text-align:justify}.home-experts-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;margin-top:2rem;max-width:100%}.home-expert-card{background:var(--color-white);border:2px solid var(--color-border-light);border-radius:16px;box-shadow:var(--shadow-md);display:block;padding:2rem}.home-expert-card:hover{border-color:var(--color-blue-primary);box-shadow:var(--shadow-xl)}.home-expert-photo{border:3px solid var(--color-blue-primary);border-radius:8px;box-shadow:var(--shadow-md);float:left;height:250px;margin-bottom:1rem;margin-right:2rem;overflow:hidden;width:200px}.home-expert-photo img{-webkit-font-smoothing:subpixel-antialiased;backface-visibility:hidden;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;object-fit:cover;transform:translateZ(0);width:100%}.home-expert-content{display:block}.home-expert-card h3{color:var(--color-blue-primary);font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-align:left}.home-expert-card p{margin:0;text-align:justify}.home-expert-card p,.home-expert-expertise{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.home-expert-expertise{margin-top:1rem}.home-expert-expertise strong{color:var(--color-blue-primary);display:block;margin-bottom:.5rem}.home-expertise-columns{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:.5rem}.home-expertise-column{display:flex;flex-direction:column;gap:.25rem}.home-expertise-column div{text-align:left}.home-people{background:var(--color-white)}.home-people-header-wrapper{align-items:center;display:flex;gap:2rem;margin-bottom:2rem;width:100%}.home-people .home-section-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;max-width:350px;padding-bottom:0;text-align:left}.home-people .home-section-title:after{display:none}.home-people-intro{color:var(--text-secondary);flex:1 1 auto;font-size:1.3rem;line-height:1.8;margin:0;text-align:justify}.home-team-carousel-container{align-items:center;display:flex;gap:1.5rem;margin:3rem auto 0;max-width:1100px;padding:0 1rem;position:relative}.home-team-carousel{border-radius:16px;flex-grow:1;overflow:hidden}.home-team-slides{display:flex;gap:1rem;width:500%}.home-carousel-nav-btn{align-items:center;background:var(--color-blue-primary);border:none;border-radius:50%;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;transition:var(--transition);width:50px;z-index:10}.home-carousel-nav-btn:hover{background:var(--color-red-primary);box-shadow:var(--shadow-lg);transform:scale(1.1)}.home-carousel-nav-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.home-carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.home-indicator{background:var(--color-border);border:none;border-radius:50%;cursor:pointer;height:12px;transition:var(--transition);width:12px}.home-indicator.active{background:var(--color-blue-primary)}.home-indicator:hover{background:var(--color-blue-light)}.home-team-member-card{background:var(--color-white);border:2px solid var(--color-border-light);border-radius:20px;box-shadow:var(--shadow-md);display:block;flex-shrink:0;min-height:250px;padding:1.5rem;transition:var(--transition);width:calc(10% - .9rem)}.home-team-member-card:hover{border-color:var(--color-red-primary);box-shadow:var(--shadow-xl)}.home-member-image{border:3px solid var(--color-blue-primary);border-radius:8px;float:left;height:150px;margin-bottom:1rem;margin-right:1.5rem;overflow:hidden;transition:var(--transition);width:120px}.home-team-member-card:hover .home-member-image{border-color:var(--color-red-primary)}.home-member-image img{-webkit-backface-visibility:hidden;height:100%;image-rendering:auto;object-fit:cover;transform:translateZ(0);width:100%}.home-member-info{text-align:left}.home-member-info h3{color:var(--color-blue-primary);font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.home-member-bio{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0;text-align:justify}.home-cta{background:var(--color-white);border-bottom:4px solid var(--color-red-primary);border-top:4px solid var(--color-red-primary);overflow:hidden;padding:3rem 2rem;position:relative}.home-cta:before{background:linear-gradient(135deg,var(--color-blue-softer) 0,#0000 100%);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.home-cta-container{margin:0 auto;max-width:100%;position:relative;z-index:1}.home-cta-header-wrapper{align-items:center;display:flex;gap:3rem;width:100%}.home-cta-title{color:var(--color-blue-primary);flex:0 1 auto;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:0;max-width:350px;text-align:left}.home-cta-content{flex:1 1 auto}.home-cta-text{color:var(--text-secondary);font-size:1.3rem;line-height:1.8;margin-bottom:1.5rem;text-align:left}.home-cta-email{color:var(--color-red-primary);font-weight:600;text-decoration:none}.home-cta-email:hover{color:var(--color-red-light);text-decoration:underline}.home-cta-btn{margin-top:1rem;text-align:left}@media screen and (min-width:1400px){.home-clients .home-section-title,.home-experts .home-section-title,.home-litigation .home-section-title,.home-people .home-section-title,.home-services .home-section-title{white-space:nowrap}}@media screen and (max-width:1024px){.home-sentinel-cards{grid-template-columns:repeat(2,1fr)}.home-forensic-grid{gap:1.5rem}.home-hero-engagements-list{max-height:500px}}@media screen and (max-width:900px){.home-quotes-hero{background-position:0;background-size:cover;height:50vh;min-height:400px}.home-quotes-container{padding:2rem}.home-quote-text{font-size:1.75rem}.home-quote-emphasis{font-size:2.25rem}.home-quote-author{font-size:1.1rem;margin-right:1.5rem}.home-quote-content{min-height:150px}.home-hero{justify-content:center;padding:100px 2rem 3rem}.home-hero-content{gap:3rem;grid-template-columns:1fr}.home-hero-right{padding-left:0;width:100%}.home-hero-title{font-size:2.5rem}.home-hero-text{font-size:1.1rem}.home-hero-engagements-title{font-size:1.75rem}.home-hero-engagements-list{max-height:600px}.home-engagement-name{font-size:1rem}.home-engagement-result,.home-engagement-role{font-size:.9rem}.home-section{padding:3rem 1.5rem}.home-section-title{font-size:2.5rem}.home-clients-header-wrapper,.home-cta-header-wrapper,.home-experts-header-wrapper,.home-litigation-header-wrapper,.home-people-header-wrapper,.home-services-header-wrapper{align-items:flex-start;flex-direction:column;gap:1rem}.home-clients .home-section-title,.home-cta-title,.home-experts .home-section-title,.home-litigation .home-section-title,.home-people .home-section-title,.home-services .home-section-title{width:100%!important}.home-clients-text,.home-cta-content,.home-experts-intro,.home-litigation-intro,.home-people-intro,.home-services-intro{width:100%}.home-clients-text,.home-experts-intro,.home-litigation-intro,.home-people-intro,.home-services-intro{font-size:1.1rem}.home-forensic-layout{flex-direction:column;gap:1rem}.home-forensic-left{width:100%!important}.home-forensic .home-section-title,.home-forensic-right{width:100%}.home-forensic-subtext{font-size:1.1rem}.home-litigation-tabs{display:flex;flex-direction:column;gap:0}.home-litigation-tab{background:linear-gradient(135deg,var(--color-blue-primary) 0,var(--color-blue-light) 100%);border-bottom:none;border-radius:12px 12px 0 0;box-shadow:var(--shadow-md);cursor:default;margin-bottom:0;padding:1.25rem;text-align:left}.home-litigation-tab:hover{transform:none}.home-litigation-tab.active:after{display:none}.home-litigation-tab.active{border-bottom:none}.home-litigation-tab-content{background:var(--color-white);border:2px solid var(--color-red-primary);border-radius:0 0 12px 12px;border-top:none;box-shadow:var(--shadow-sm);display:block!important;margin-bottom:1.5rem;padding:1.5rem 1.25rem}.home-litigation-tab-content p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0}.home-litigation-text-content{display:none!important}.home-expert-photo{float:none;margin:0 auto 1.5rem}.home-expert-card h3{text-align:center}.home-expertise-columns{gap:.5rem;grid-template-columns:1fr}.home-member-image{float:none;margin:0 auto 1rem}.home-member-info h3{text-align:center}.home-clients-logos-scroll{gap:2rem}.home-client-logo{height:100px;min-width:200px}.home-client-logo img{max-height:100px}.home-client-logo.text-logo span{font-size:1.5rem}.home-sentinel-cards{gap:2rem;grid-template-columns:1fr}.home-sentinel-card{margin-top:2rem;padding:3rem 1.5rem 2rem}.home-sentinel-icon{height:4rem;top:-2rem;width:4rem}.home-sentinel-icon img{height:2.5rem;width:2.5rem}.home-sentinel-card h3{font-size:1.35rem}.home-forensic-grid{gap:1.5rem;grid-template-columns:1fr}.home-forensic-item h3{font-size:1.25rem}.home-experts-grid,.home-litigation-grid{gap:2rem;grid-template-columns:1fr}.home-cta-title{font-size:2.5rem}.home-cta-text{font-size:1.1rem}}@media screen and (max-width:480px){.home-quotes-hero{background-position:0;background-size:cover;height:45vh;min-height:350px}.home-quotes-container{padding:1.5rem}.home-quote-text{color:#fff;font-size:1.35rem}.home-quote-emphasis{color:#fff;font-size:1.75rem}.home-quote-author{color:#fff;font-size:1rem;margin-right:1rem}.home-quote-content{gap:1rem;min-height:120px}.home-quote-indicators{gap:.5rem}.home-quote-indicator{height:10px;width:10px}.home-hero{padding:80px 1rem 2rem}.home-hero-content{gap:2rem;grid-template-columns:1fr}.home-hero-right{width:100%}.home-hero-title{font-size:2rem;letter-spacing:-1px}.home-hero-text{font-size:1rem}.home-hero-engagements-title{font-size:1.5rem}.home-hero-engagements-list{gap:.75rem;max-height:400px}.home-hero-engagement-item{padding:.875rem}.home-engagement-name{font-size:.95rem}.home-engagement-result,.home-engagement-role{font-size:.85rem}.home-section{padding:2.5rem 1rem}.home-clients .home-section-title,.home-cta-title,.home-experts .home-section-title,.home-forensic .home-section-title,.home-litigation .home-section-title,.home-people .home-section-title,.home-section-title,.home-services .home-section-title{font-size:2rem}.home-clients-header-wrapper,.home-cta-header-wrapper,.home-experts-header-wrapper,.home-litigation-header-wrapper,.home-people-header-wrapper,.home-services-header-wrapper{align-items:flex-start;flex-direction:column;gap:1rem;margin-bottom:2rem}.home-clients .home-section-title,.home-cta-title,.home-experts .home-section-title,.home-forensic .home-section-title,.home-litigation .home-section-title,.home-people .home-section-title,.home-services .home-section-title{width:100%!important}.home-clients-text,.home-cta-text,.home-experts-intro,.home-litigation-intro,.home-people-intro,.home-services-intro{font-size:1rem;width:100%}.home-forensic-layout{flex-direction:column;gap:1rem}.home-forensic-left{width:100%!important}.home-forensic .home-section-title,.home-forensic-right{width:100%}.home-forensic-subtext{font-size:1rem}.home-service-item{font-size:1rem;padding:1.25rem}.home-sentinel-card{padding:3rem 1.25rem 1.5rem}.home-sentinel-card h3{font-size:1.25rem}.home-sentinel-card p{font-size:1rem}.home-forensic-item{padding:1.5rem 1rem}.home-forensic-item h3{font-size:1.15rem}.home-forensic-item p{font-size:1rem}.home-litigation-tab{padding:1rem}.home-litigation-tab h3{font-size:1rem}.home-litigation-tab-content{padding:1.25rem 1rem}.home-litigation-tab-content p{font-size:1rem}.home-expert-card{padding:1.5rem 1rem}.home-expert-photo{height:180px;width:150px}.home-expert-card h3{font-size:1.5rem}.home-expert-card p,.home-expert-expertise{font-size:1rem}.home-team-carousel-container{gap:0;padding:0}.home-carousel-nav-btn{display:none}.home-team-carousel{margin:0 auto;padding:0 1rem;width:100%}.home-team-slides{gap:0;width:800%}.home-team-member-card{min-height:auto;padding:1.5rem;width:12.5%}.home-member-image{height:150px;width:120px}.home-member-info h3{font-size:1.25rem}.home-member-bio{font-size:1rem}.home-cta{padding:2.5rem 1rem}.home-cta-title{font-size:2rem}.home-container{padding:0 1rem}.home-btn-primary,.home-btn-secondary,.home-section .btn--primary,.home-section .btn--secondary{font-size:1rem;padding:.875rem 2rem}.home-section .btn--large{font-size:1.125rem;padding:1rem 2.25rem}}.contact-us-page{background:var(--bg-page);min-height:100vh}.contact-us-hero{background:var(--bg-page);padding:4rem 2rem 2rem;text-align:center}.contact-us-content{margin:0 auto;max-width:800px}.contact-us-title{color:var(--color-blue-primary);font-size:3rem;font-weight:700;margin-bottom:1.5rem}.contact-us-subtitle{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}@media (max-width:768px){.contact-us-hero{padding:3rem 1rem 1rem}.contact-us-title{font-size:2.5rem}.contact-us-subtitle{font-size:1.1rem}}@media (max-width:480px){.contact-us-hero{padding:2rem 1rem 1rem}.contact-us-title{font-size:2rem}.contact-us-subtitle{font-size:1rem}}