:root{font-family:Inter,Inter Fallback,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#222;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;overflow-x:hidden}#root{width:100%;min-height:100vh}img,video,iframe,table{max-width:100%;height:auto}table{display:block;overflow-x:auto}.ltr-isolate{unicode-bidi:isolate}.hp3-reviews-name .ltr-isolate,.author-name-primary .ltr-isolate,.author-signature .ltr-isolate,.reviews-video-caption .ltr-isolate{display:inline-block}.language-switcher{position:relative;flex-shrink:0}.language-switcher-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;color:#222;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.language-switcher-trigger:hover{border-color:#d4af37;color:#233041;box-shadow:0 4px 12px #d4af3726}.language-switcher-flag{width:24px;height:18px;object-fit:cover;border-radius:2px;flex-shrink:0}.language-switcher-current{letter-spacing:.05em;text-transform:uppercase}.language-switcher-chevron{font-size:.5rem;opacity:.7;transition:transform .25s ease;margin-left:.15rem}.language-switcher--open .language-switcher-chevron{transform:rotate(180deg)}.language-switcher-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001f;padding:.5rem;z-index:100;overflow:hidden;border:1px solid rgba(0,0,0,.06);animation:language-dropdown-in .2s ease}@keyframes language-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.language-switcher-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;color:#222;background:none;border:none;cursor:pointer;text-align:left;border-radius:8px;transition:all .15s ease}.language-switcher-option:hover{background:#2330410f;color:#233041}.language-switcher-option--active{background:linear-gradient(135deg,#d4af3726,#d4af3714);color:#233041;font-weight:600}.language-switcher-option--active:hover{background:linear-gradient(135deg,#d4af3738,#d4af371f)}.language-switcher-option-flag{width:28px;height:21px;object-fit:cover;border-radius:3px;flex-shrink:0}.language-switcher-option-label{flex:1}@media(max-width:968px){.language-switcher-trigger{padding:.45rem .75rem;font-size:.85rem;gap:.4rem}.language-switcher-flag{width:22px;height:16px}.language-switcher-dropdown{min-width:180px;right:0;left:auto}}.header{width:100%;position:sticky;top:0;left:0;z-index:1000;background-color:#fff;box-shadow:0 2px 8px #0000001a}.header-container{width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;height:80px}.header-brand{display:flex;align-items:center;flex-shrink:0;text-decoration:none;min-width:0}.header-logo{height:50px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:1.75rem;flex:1;min-width:0;justify-content:flex-start;padding:0 2rem}.nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#222;text-decoration:none;transition:color .3s ease;white-space:nowrap;position:relative;letter-spacing:.3px}.nav-link:hover{color:#d4af37}.nav-dropdown{position:relative}.nav-dropdown-trigger-row{display:inline-flex;align-items:center;gap:.35rem}.nav-link-trigger{display:inline-flex;align-items:center}.nav-dropdown-arrow-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit}.nav-dropdown-arrow{font-size:.6rem;opacity:.8;transition:transform .2s ease}.nav-dropdown:hover .nav-dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:220px;max-width:280px;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:100;max-height:80vh;overflow-y:auto}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:.6rem 1.25rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#222;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.nav-dropdown-item:hover{background-color:#f5f5f5;color:#d4af37}.header-contact{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.header-phone{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.header-phone:hover{opacity:.85}.phone-icon{color:#222;flex-shrink:0}.phone-number{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:700;color:#222;white-space:nowrap}.header-cta-button{font-family:Inter,Inter Fallback,sans-serif;font-size:.83rem;font-weight:600;color:#233041;background-color:transparent;border:2px solid #233041;border-radius:9999px;padding:.7rem 1.4rem;cursor:pointer;transition:background-color .2s,color .2s,transform .2s;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;position:relative;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.header-cta-button:hover{background-color:#23304114;color:#233041;transform:translateY(-2px)}.header-cta-button:active{transform:translateY(0)}.header-nav-cta,.header-flyout-close,.header-flyout-logo{display:none}.header-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background:#f5f7fb;cursor:pointer;flex-direction:column;gap:6px;z-index:1001;transition:opacity .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.header-menu-toggle:hover{opacity:1;background:#fff;border-color:#d4af37;box-shadow:0 2px 8px #0000001f}.header-menu-toggle-bar{display:block;width:22px;height:2px;background-color:#233041;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.header--menu-open .header-menu-toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.header--menu-open .header-menu-toggle-bar:nth-child(2){opacity:0}.header--menu-open .header-menu-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-flyout-backdrop{display:none}@media(max-width:1200px){.header-container{padding:0 1.5rem;gap:1.25rem}.header-nav{gap:1.25rem;padding:0 1rem}.nav-link{font-size:.85rem}.header-contact{gap:1rem}.phone-number{font-size:.85rem}.header-cta-button{padding:.65rem 1.25rem;font-size:.8rem}}@media(min-width:880px)and (max-width:1600px){.header-phone{display:none}}@media(min-width:880px)and (max-width:1300px){.header-cta-button{display:none}}@media(max-width:880px){.header-container{flex-wrap:nowrap;height:auto;min-height:72px;padding:0 1.25rem;align-content:center;justify-content:flex-start}.header-menu-toggle{display:flex;order:3;margin-left:0}.header-contact{display:flex;order:2;margin-left:auto;margin-right:.25rem}.header-contact .header-phone,.header-contact .header-cta-button{display:none}.header-flyout-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.header--menu-open .header-flyout-backdrop{opacity:1;visibility:visible;pointer-events:auto}.header-nav{position:fixed;top:0;right:0;width:min(320px,85vw);max-width:100%;height:100vh;height:100dvh;margin:0;padding:2.5rem 1.25rem 1.5rem;background:#fff;box-shadow:-4px 0 24px #00000029;z-index:1002;overflow-y:auto;overflow-x:hidden;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease;border-radius:16px 0 0 16px}.header-flyout-logo{display:block;margin-bottom:1.25rem;text-decoration:none;flex-shrink:0}.header-flyout-logo-img{height:44px;width:auto;display:block;object-fit:contain}.header-nav--open{transform:translate(0);visibility:visible}.header-flyout-close{display:flex;position:absolute;top:1rem;right:1rem;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:none;background:none;color:#222;cursor:pointer;border-radius:50%;transition:background-color .2s,color .2s}.header-flyout-close:hover{background:#0000000f;color:#233041}.header-nav-cta{display:flex;align-items:center;justify-content:center;margin:1rem 0 0;padding:.85rem 1.25rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background:#d4af37;border:2px solid #D4AF37;border-radius:9999px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:background-color .2s,color .2s,transform .2s;box-shadow:0 2px 8px #d4af374d}.header-nav-cta:hover{background:#e5c04a;border-color:#e5c04a;color:#fff;transform:translateY(-1px)}.header-nav .nav-link,.header-nav .nav-link-trigger{display:block;padding:.85rem 0;font-size:1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.header-nav .nav-dropdown-trigger-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.85rem 0;border-bottom:1px solid rgba(0,0,0,.05);gap:1rem}.header-nav .nav-dropdown-trigger-row .nav-link-trigger{padding:0;border-bottom:none;flex:1;min-width:0}.header-nav .nav-dropdown-arrow-btn{flex-shrink:0;padding:.35rem;margin:-.35rem 0}.header-nav .nav-dropdown-menu{display:none;margin-top:.5rem;margin-bottom:.5rem;padding:.5rem 0;background:#2330410a;border-radius:10px;position:static;opacity:1;visibility:visible;transform:none;max-height:none;box-shadow:none}.header-nav .nav-dropdown.nav-dropdown--open .nav-dropdown-menu{display:block}.header-nav .nav-dropdown-arrow{display:inline-block;transition:transform .2s ease}.header-nav .nav-dropdown.nav-dropdown--open .nav-dropdown-arrow{transform:rotate(180deg)}.header-nav .nav-dropdown-item{display:block;padding:.6rem 1rem;font-size:.9rem;border-radius:6px;margin:0 .35rem;border-bottom:1px solid rgba(0,0,0,.06);transition:background-color .15s ease,color .15s ease}.header-nav .nav-dropdown-item:last-child{border-bottom:none;margin-bottom:0}.header-nav .nav-dropdown-item:first-child{margin-top:0}.header-nav .nav-dropdown-item:hover{background:#23304114;color:#233041}}@media(max-width:640px){.header-container{padding:0 1rem;min-height:64px}.header-logo{height:44px}.header-menu-toggle{width:40px;height:40px}.header-menu-toggle-bar{width:20px}.header-nav-cta{margin:1.25rem 0 0;padding:.75rem 1rem;font-size:.8rem;white-space:nowrap}}.footer{width:100%}.footer-top-section{width:100%;background-color:#fff;padding:1.5rem 2rem 1rem}.footer-top-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.footer-row-1{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-top-left{display:flex;align-items:center;text-decoration:none}.footer-logo{height:64px;width:auto;object-fit:contain}.footer-social{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.footer-social-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:700;color:#1a1a1a}.footer-social-icons{display:flex;gap:.5rem}.social-icon{width:32px;height:32px;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.social-icon:hover{background-color:#233041}.social-icon svg{width:18px;height:18px}.footer-separator{width:100%;height:1px;background-color:#333}.footer-row-2{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:.25rem;padding-bottom:.25rem;margin-top:.25rem;margin-bottom:.25rem}.footer-nav{display:flex;align-items:center;gap:2rem;flex:1}.footer-nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .3s ease}.footer-nav-link:hover{color:#233041}.footer-search-wrap{display:flex;align-items:center;gap:0;flex-shrink:0}.footer-search-form{display:flex;align-items:center;width:0;overflow:hidden;opacity:0;transition:width .2s ease,opacity .2s ease}.footer-search-form--open{width:200px;opacity:1;margin-right:.5rem}.footer-search-form--open .footer-search-input{padding:.5rem .75rem;width:100%}.footer-search-input{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;padding:0;width:0;border:1px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;color:#1a1a1a;transition:border-color .2s ease}.footer-search-input:focus{outline:none;border-color:#233041}.footer-search-input::placeholder{color:#666}.footer-search-submit{display:none;width:32px;height:32px;margin-left:.25rem;background:#233041;color:#fff;border:none;border-radius:6px;cursor:pointer;align-items:center;justify-content:center;padding:0;flex-shrink:0}.footer-search-form--open .footer-search-submit{display:flex}.footer-search-submit:hover{background:#1a2530}.footer-search-toggle{width:32px;height:32px;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .3s ease}.footer-search-toggle:hover{color:#233041}.footer-search-form--open~.footer-search-toggle{display:none}.footer-search-icon svg,.footer-search-submit svg{width:20px;height:20px}.footer-search-mobile{display:none}.footer-bottom-section{width:100%;background-color:#000;color:#fff;padding:3rem 2rem 2rem}.footer-bottom-container{max-width:1400px;margin:0 auto}.footer-bottom-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-bottom-left{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;line-height:1.6}.footer-bottom-links{margin-top:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.footer-bottom-link{color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#d4af37}.footer-bottom-sep{color:#d1d5db99}.footer-bottom-right{display:flex;flex-direction:column;gap:1rem}.footer-disclaimer{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;line-height:1.6;margin:0}.footer-links-bottom{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db}.footer-links-bottom a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:#fff}.footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid #333333}.footer-copyright p{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;margin:0}.footer-credit-link{color:#d4af37;text-decoration:none;font-weight:500;transition:color .2s ease}.footer-credit-link:hover{color:#fff;text-decoration:underline}@media(max-width:968px){.footer-top-section{padding:2rem 1.5rem}.footer-row-1{flex-direction:column;align-items:center;gap:1.5rem}.footer-social{align-items:center}.footer-row-2{flex-direction:column;gap:1.5rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-bottom-section{padding:2rem 1.5rem 1.5rem}.footer-bottom-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.footer-top-section{padding:1.25rem 1rem .75rem}.footer-top-container{gap:.5rem}.footer-row-1{gap:1rem}.footer-logo{height:56px}.footer-social-label{font-size:.8rem}.footer-row-2{flex-direction:column;gap:.75rem;padding-top:.75rem;padding-bottom:.5rem;margin-top:.5rem;margin-bottom:.5rem}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem;justify-items:start;width:100%}.footer-nav-link{font-size:.9rem;padding:.3rem 0}.footer-search-wrap{display:none}.footer-search-mobile{display:block;width:100%;margin-top:.5rem}.footer-search-mobile .footer-search-form{width:100%;opacity:1;max-width:100%;display:flex;gap:.5rem}.footer-search-mobile .footer-search-input{flex:1;width:100%;min-width:0;padding:.65rem 1rem;font-size:1rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#f5f5f5}.footer-search-mobile .footer-search-submit{display:flex;flex-shrink:0;width:44px;height:44px;background:#233041;color:#fff;border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center}.footer-search-mobile .footer-search-submit:hover{background:#1a2530}.footer-bottom-section{padding:1.5rem 1rem 1rem}.footer-bottom-content{gap:1.25rem;margin-bottom:1.25rem}.footer-bottom-left p,.footer-disclaimer,.footer-links-bottom{font-size:15px;line-height:1.55}.footer-copyright{padding-top:1.25rem}.footer-copyright p{font-size:13px}}.hp3-hero{position:relative;width:100%;min-height:61vh;display:flex;align-items:stretch;padding:2.5rem 0 0;overflow:hidden}.hp3-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 88%;background-repeat:no-repeat;background-color:#233041}.hp3-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#233041eb,#233041c7 45%,#23304180 70%,#23304159)}.hp3-hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;width:100%;min-height:100%;display:grid;grid-template-columns:40% 60%;gap:4.5rem;align-items:center}.hp3-hero-left{order:1;color:#fff}.hp3-hero-right{order:2}.hp3-hero-headline{margin:0 0 1rem;display:flex;flex-direction:column;gap:.25rem}.hp3-hero-headline-italic{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;font-style:italic;color:#e6c766;text-shadow:0 3px 14px rgba(0,0,0,.5)}.hp3-hero-headline-bold{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:600;color:#fff;line-height:1.1;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hp3-hero-desc{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(1rem,1.5vw,1.15rem);color:#fffffff2;line-height:1.6;margin:0 0 1.75rem;max-width:520px;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hp3-hero-buttons{display:flex;flex-wrap:nowrap;gap:1rem}.hp3-hero-btn{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;padding:.875rem 1.75rem;border-radius:9999px;text-decoration:none;transition:opacity .2s,transform .2s,background-color .2s,border-color .2s;display:inline-block;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.hp3-hero-btn:hover{transform:translateY(-2px)}.hp3-hero-btn--primary{background:#d4af37;color:#233041;border:2px solid #D4AF37}.hp3-hero-btn--primary:hover{background:#e5c04a;border-color:#e5c04a;color:#233041}.hp3-hero-btn--secondary{background:transparent;color:#fff;border:2px solid #ffffff}.hp3-hero-btn--secondary:hover{background:#ffffff1f;border-color:#fff;color:#fff}.hp3-hero-right{display:flex;justify-content:center;align-items:flex-end;align-self:end}.hp3-hero-team-img{width:100%;max-width:100%;height:auto;display:block;vertical-align:bottom;object-fit:cover;object-position:center bottom;transform:scale(1.15);transform-origin:center bottom;mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}@media(min-width:1249px)and (max-width:1400px){.hp3-hero-team-img{transform:scale(1.07);max-width:105%;object-position:center bottom;mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}}@media(min-width:969px)and (max-width:1248px){.hp3-hero{min-height:62vh}.hp3-hero-inner{grid-template-columns:45% 55%;gap:3rem;padding:0 1.25rem}.hp3-hero-team-img{transform:scale(1);max-width:100%;object-fit:contain;object-position:center bottom;mask-image:none;-webkit-mask-image:none}}@media(max-width:968px){.hp3-hero-inner{grid-template-columns:1fr;text-align:center;padding:0 1.5rem}.hp3-hero-desc{max-width:none;margin-left:auto;margin-right:auto}.hp3-hero-buttons{justify-content:center}.hp3-hero-left{order:-1}.hp3-hero-right{order:0;align-self:center;align-items:center}.hp3-hero-team-img{max-width:680px}}@media(max-width:640px){.hp3-hero{min-height:auto;padding:2rem 0 0}.hp3-hero-inner{padding:0 1rem}.hp3-hero-buttons{flex-direction:row;justify-content:center;flex-wrap:nowrap}.hp3-hero-btn{flex:0 1 auto;padding:.7rem 1rem;font-size:.75rem;white-space:nowrap}.hp3-hero-team-img{max-width:100%}}.hp3-awards-section{width:100%;background-color:#fff;padding:5rem 0;overflow:hidden}.hp3-awards-container{max-width:1400px;margin:0 auto}.hp3-awards-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.hp3-awards-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-awards-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin:0 0 2.5rem;line-height:1.3}.hp3-awards-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-awards-carousel{display:none;justify-content:flex-start;align-items:center;width:100%;min-width:0;overflow:hidden;min-height:130px;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);unicode-bidi:isolate}.hp3-awards-carousel.hp3-scroll-rtl--ar,.hp3-awards-carousel.hp3-scroll-rtl--ur{mask-image:linear-gradient(to left,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to left,transparent,black 10%,black 90%,transparent)}.hp3-awards-track{display:flex;flex-wrap:nowrap;flex:0 0 auto;width:max-content;min-width:max-content;animation:hp3-awards-carousel-scroll 30s linear infinite;direction:ltr;gap:0}.hp3-awards-track-half{display:flex;flex-shrink:0;gap:3rem;width:max-content}.hp3-awards-track-half .hp3-awards-item:last-child{margin-right:3rem}.hp3-awards-carousel.hp3-scroll-rtl--ar .hp3-awards-track{animation-direction:reverse}.hp3-awards-track:hover{animation-play-state:paused}@keyframes hp3-awards-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp3-awards-item{flex-shrink:0}.hp3-awards-placeholder{width:200px;height:120px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f;padding:.5rem}.hp3-awards-placeholder img,.hp3-awards-logo{max-width:170px;max-height:95px;width:auto;height:auto;object-fit:contain}@media(max-width:968px){.hp3-awards-section{padding:3rem 0}.hp3-awards-heading{margin-bottom:2rem}.hp3-awards-grid{display:none}.hp3-awards-carousel{display:flex}}@media(max-width:640px){.hp3-awards-section{padding:2.5rem 0}.hp3-awards-label{font-size:.8rem}.hp3-awards-heading{font-size:2rem}.hp3-awards-track-half{gap:2rem}.hp3-awards-track-half .hp3-awards-item:last-child{margin-right:2rem}.hp3-awards-placeholder{width:180px;height:105px}.hp3-awards-logo{max-width:155px;max-height:85px}}.hp3-value-section{width:100%;background:#233041;padding:4rem 2rem 6rem;color:#fff;position:relative;overflow-x:hidden}.hp3-value-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hp3-value-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-value-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;line-height:1.3;margin:0 0 2rem}.hp3-value-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-value-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:3rem}.hp3-value-cards-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.hp3-value-card{background-color:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:box-shadow .2s,border-color .2s,transform .2s}.hp3-value-card:hover{box-shadow:0 4px 20px #0003;border-color:#fff3;transform:translateY(-4px)}.hp3-value-video-col{position:sticky;top:6rem}.hp3-value-video-wrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000059;border:2px solid rgba(212,175,55,.25);background:#0003}.hp3-value-video-aspect{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}.hp3-value-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hp3-value-card-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background-color:#d4af3726;border:1px solid rgba(212,175,55,.35);color:#d4af37;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp3-value-card-icon svg{width:28px;height:28px}.hp3-value-card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.2}.hp3-value-card-desc{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#ffffffd9;line-height:1.6;margin:0}.hp3-value-cta-wrap{text-align:center}.hp3-value-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid #ffffff;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:background-color .2s,transform .2s}.hp3-value-cta:hover{background-color:#ffffff1f;transform:translateY(-2px);color:#fff}.hp3-value-cta-icon{display:inline-flex;align-items:center;justify-content:center}@media(max-width:968px){.hp3-value-section{padding:4rem 1.5rem 5rem}.hp3-value-layout{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.hp3-value-video-col{position:relative;top:0;order:-1}}@media(max-width:640px){.hp3-value-section{padding:3rem 1rem 4rem}.hp3-value-label{font-size:.8rem}.hp3-value-heading{font-size:2rem}.hp3-value-container{padding:0 1rem}.hp3-value-cards-col{grid-template-columns:1fr}.hp3-value-card{padding:1.5rem 1.25rem}.hp3-value-cta{padding:.7rem 1rem;font-size:.75rem;width:auto}}.hp3-performance-section{width:100%;background-color:#fff;padding:0 2rem 8rem;position:relative;overflow-x:hidden}.hp3-performance-container{max-width:1400px;margin:0 auto}.hp3-performance-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:4rem;justify-content:center;max-width:fit-content;margin:0 auto}.hp3-performance-text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.hp3-performance-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#2d3f52;text-transform:uppercase;letter-spacing:.16em;margin:0}.hp3-performance-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;margin:0;line-height:1.3}.hp3-performance-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37;display:inline-block}.hp3-performance-heading-line2{white-space:nowrap}.hp3-performance-footnote{margin-top:1rem}.hp3-performance-footnote-text{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.7rem,1vw,.8rem);font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.15em;line-height:1.6;margin:0;max-width:50%;padding-left:1rem;border-left:2px solid #D3D3D3}.hp3-performance-achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hp3-performance-achievement-card{background-color:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}.hp3-performance-achievement-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000014}.hp3-performance-achievement-amount{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#000;line-height:1.2}.hp3-performance-achievement-description{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.85rem,1.3vw,1rem);font-weight:400;color:#6b778d;line-height:1.5;margin:0}@media(max-width:968px){.hp3-performance-section{padding:0 1.5rem 6rem}.hp3-performance-content{grid-template-columns:1fr;gap:3rem;padding-top:3rem}.hp3-performance-achievements-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hp3-performance-achievement-card{padding:2rem 1.5rem}}@media(max-width:640px){.hp3-performance-section{padding:0 1rem 4rem}.hp3-performance-content{padding-top:2rem}.hp3-performance-text{align-items:center;text-align:center}.hp3-performance-heading-line2{white-space:normal}.hp3-performance-footnote{margin-top:.75rem;width:100%}.hp3-performance-footnote-text{max-width:100%}.hp3-performance-achievements-grid{grid-template-columns:1fr;gap:1rem}.hp3-performance-achievement-card{padding:2rem 1.5rem}}.hp3-practice-section{width:100%;background-color:#233041;padding:5rem 0}.hp3-practice-container{max-width:1280px;margin:0 auto;padding:0 2rem}.hp3-practice-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-practice-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;margin:0 0 2rem;line-height:1.3}.hp3-practice-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-practice-slider-wrap{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;direction:ltr;unicode-bidi:isolate}.hp3-practice-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background-color:#ffffff14;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s,color .2s,transform .2s;backdrop-filter:blur(6px)}.hp3-practice-arrow:hover{background-color:#d4af37;color:#233041;border-color:#d4af37;transform:scale(1.04)}.hp3-practice-arrow:disabled{opacity:.6;cursor:not-allowed}.hp3-practice-arrow--prev{margin-right:.25rem}.hp3-practice-arrow--next{margin-left:.25rem}.hp3-practice-slider{flex:1 1 0%;display:flex;justify-content:flex-start;align-items:stretch;width:100%;min-width:0;overflow:hidden;border-radius:4px;direction:ltr;unicode-bidi:isolate}.hp3-practice-track{display:flex;flex:0 0 auto;width:calc(100% * 14 / 3);direction:ltr;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.hp3-practice-card-wrap{flex:0 0 auto;width:calc(100% / 14);padding:0 .65rem;box-sizing:border-box}.hp3-practice-card{position:relative;display:block;background:#1a2634;border-radius:16px;overflow:hidden;box-shadow:none;border:1px solid rgba(255,255,255,.12);transition:transform .3s ease,border-color .3s ease;text-decoration:none;color:inherit;height:100%;min-height:320px}.hp3-practice-card:hover{transform:translateY(-6px);border-color:#d4af378c}.hp3-practice-card-image{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background-color:#1a2634}.hp3-practice-card-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}.hp3-practice-card:hover .hp3-practice-card-img{transform:scale(1.06)}.hp3-practice-card-body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:3.25rem 1.35rem 1.35rem;background:linear-gradient(to top,rgba(26,38,52,.96) 0%,rgba(26,38,52,.82) 45%,rgba(26,38,52,.2) 78%,transparent 100%);display:flex;flex-direction:column;gap:.55rem;align-items:flex-start}.hp3-practice-card-title{display:block;font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:600;color:#fff;text-align:left;line-height:1.25;margin:0}.hp3-practice-card-action{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d4af37;opacity:.92;transition:opacity .2s ease,transform .2s ease}.hp3-practice-card:hover .hp3-practice-card-action{opacity:1;transform:translate(3px)}.hp3-practice-skeleton-track{width:100%}.hp3-practice-skeleton-track .hp3-practice-card-wrap{width:calc(100% / 3)}.hp3-practice-card--skeleton{cursor:default;pointer-events:none}.hp3-practice-card-image--skeleton{background:linear-gradient(90deg,#e8eaef,#f0f2f6,#e8eaef)!important;background-size:200% 100%;animation:hp3-practice-shimmer 1.2s ease-in-out infinite}.hp3-practice-card-title--skeleton{display:block;height:1.25rem;margin:0 1rem;border-radius:4px;background:linear-gradient(90deg,#e8eaef,#f0f2f6,#e8eaef);background-size:200% 100%;animation:hp3-practice-shimmer 1.2s ease-in-out infinite;animation-delay:.1s}@keyframes hp3-practice-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hp3-practice-dots{display:none}.hp3-practice-dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#23304133;cursor:pointer;padding:0;transition:background-color .2s,transform .2s}.hp3-practice-dot:hover{background-color:#23304166}.hp3-practice-dot--active{background-color:#233041;transform:scale(1.2)}.hp3-practice-cta-wrap{text-align:center}.hp3-practice-cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid #ffffff;padding:1rem 2.25rem;border-radius:9999px;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s,color .2s,transform .2s}.hp3-practice-cta:hover{background-color:#d4af37;border-color:#d4af37;color:#233041;transform:translateY(-2px)}.hp3-practice-cta-icon{display:inline-flex;color:#fff}@media(max-width:968px){.hp3-practice-section{padding:3.5rem 0}.hp3-practice-card-wrap{flex:0 0 auto}.hp3-practice-dots{margin-bottom:2rem}}@media(min-width:641px)and (max-width:968px){.hp3-practice-container{max-width:720px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hp3-practice-track{width:700%}.hp3-practice-card{min-height:300px}}@media(max-width:640px){.hp3-practice-section{padding:2.5rem 0}.hp3-practice-container{padding:0 1rem}.hp3-practice-slider-wrap{gap:.5rem}.hp3-practice-label{font-size:.8rem}.hp3-practice-heading{font-size:2rem}.hp3-practice-track{width:1400%}.hp3-practice-card-wrap{flex:0 0 auto;width:calc(100% / 14);padding:0 .4rem}.hp3-practice-card{min-height:280px}.hp3-practice-card-body{padding:2.75rem 1.1rem 1.15rem}.hp3-practice-card-title{font-size:1.15rem}.hp3-practice-arrow{width:40px;height:40px}.hp3-practice-dots{margin-bottom:1.5rem}.hp3-practice-cta{padding:.7rem 1rem;font-size:.75rem;width:auto}}.hp3-team-section{width:100%;background:#fff;padding:3rem 2rem 4rem;color:#233041;position:relative;overflow-x:hidden}.hp3-team-container{max-width:1400px;margin:0 auto}.hp3-team-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.5rem}.hp3-team-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin-bottom:2.5rem;line-height:1.3}.hp3-team-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-bottom:2.5rem;max-width:900px;margin-left:auto;margin-right:auto}.hp3-team-member{position:relative;background-color:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(35,48,65,.08);box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;padding:1.25rem;display:flex;flex-direction:column}.hp3-team-member:hover{transform:translateY(-4px)}.hp3-team-member-overlay{position:absolute;inset:0;z-index:1;border-radius:20px}.hp3-team-member-overlay:focus-visible{outline:2px solid #D4AF37;outline-offset:2px}.hp3-member-photo{width:100%;height:340px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;margin-bottom:1rem}.hp3-member-image{width:100%;height:100%;object-fit:cover;object-position:center 5%;display:block;border-radius:15px}.hp3-member-info{position:relative;z-index:0;padding:0;text-align:left;background-color:transparent;display:flex;flex-direction:column;gap:.5rem}.hp3-member-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:#233041;margin:0;line-height:1.3;background-color:transparent}.hp3-team-member-email{position:relative;z-index:2;font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#233041;text-decoration:none;word-break:break-all;transition:color .2s ease}.hp3-team-member-email:hover{color:#d4af37}.hp3-member-title{font-family:Inter,Inter Fallback,sans-serif;font-size:.75rem;font-weight:400;color:#6b778d;text-transform:uppercase;letter-spacing:.1em;margin-bottom:0;line-height:1.4}.hp3-team-footer{text-align:center}.hp3-view-all-button{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041;background-color:transparent;border:2px solid #233041;padding:1rem 2.5rem;border-radius:9999px;cursor:pointer;transition:background-color .2s,transform .2s;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;display:inline-block}.hp3-view-all-button:hover{background-color:#2330410f;border-color:#233041;transform:translateY(-2px);color:#233041}@media(max-width:968px){.hp3-team-section{padding:3rem 1.5rem 4rem}.hp3-team-heading{font-size:2.5rem;margin-bottom:2rem}.hp3-team-grid{grid-template-columns:1fr;max-width:500px;gap:1.5rem;margin-bottom:2rem}.hp3-member-photo{height:300px}}@media(max-width:640px){.hp3-team-section{padding:2.5rem 1rem 3rem}.hp3-team-label{font-size:.8rem}.hp3-team-heading{font-size:2rem;margin-bottom:1.5rem}.hp3-team-grid{grid-template-columns:1fr;max-width:100%;margin-bottom:1.5rem}.hp3-member-photo{height:260px}.hp3-member-name{font-size:1.5rem}}.hp3-reviews-section{width:100%;background:#233041;padding:4rem 2rem 5rem;color:#fff;position:relative;overflow:hidden}.hp3-reviews-section:before{content:"";position:absolute;inset:-20% -10%;background:linear-gradient(115deg,#ffffff0f,#fff0 55%);transform:skew(-12deg);pointer-events:none}.hp3-reviews-container{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}.hp3-reviews-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-reviews-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin:0 0 2.5rem;line-height:1.3}.hp3-reviews-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-reviews-card{max-width:860px;margin:0 auto 1.75rem;padding:2.5rem 2.25rem;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #00000038}.hp3-reviews-quote{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.05rem,1.8vw,1.3rem);font-style:italic;line-height:1.8;color:#fffffff2;margin:0 0 1.5rem}.hp3-reviews-name{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fffc;margin:0}.hp3-reviews-dots{display:flex;align-items:center;justify-content:center;gap:.6rem}.hp3-reviews-dot{width:9px;height:9px;border-radius:9999px;border:none;background:#ffffff47;cursor:pointer;padding:0;transition:transform .2s,background-color .2s,width .2s}.hp3-reviews-dot:hover{background:#ffffff73;transform:scale(1.1)}.hp3-reviews-dot--active{width:22px;background:#ffffffd9}@media(max-width:968px){.hp3-reviews-section{padding:3.5rem 1.5rem 4.5rem}.hp3-reviews-card{padding:2.25rem 1.75rem}}@media(max-width:640px){.hp3-reviews-section{padding:3rem 1rem 4rem}.hp3-reviews-container{padding:0 1rem}.hp3-reviews-label{font-size:.7rem}.hp3-reviews-heading{font-size:2rem;margin-bottom:2rem}.hp3-reviews-card{padding:2rem 1.25rem}}.hp3-faq-section{width:100%;background-color:#fff;padding:4rem 2rem 3.5rem;position:relative;overflow-x:hidden}.hp3-faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.hp3-faq-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-faq-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin:0 0 2rem;line-height:1.3}.hp3-faq-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-faq-list{margin-bottom:2rem}.hp3-faq-item{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(35,48,65,.08);margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.hp3-faq-item:hover{box-shadow:0 4px 16px #00000014;border-color:#2330411f}.hp3-faq-item--open{border-color:#d4af3740;box-shadow:0 4px 20px #2330411a}.hp3-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;font-weight:600;color:#233041;transition:color .2s ease}.hp3-faq-question:hover{color:#1a2634}.hp3-faq-icon{font-size:.7rem;font-weight:400;color:#6b778d;flex-shrink:0;margin-left:1rem;transition:transform .25s ease}.hp3-faq-icon--open{transform:rotate(180deg);color:#233041}.hp3-faq-separator{width:calc(100% - 3rem);height:1px;background-color:#2330411a;margin:0 1.5rem}.hp3-faq-answer{padding:.75rem 1.5rem 1.25rem;animation:hp3-faq-slideDown .25s ease}.hp3-faq-answer p{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#6b778d;line-height:1.7;margin:0}@keyframes hp3-faq-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hp3-faq-section{padding:3.5rem 1.5rem}.hp3-faq-heading{font-size:2.5rem}.hp3-faq-buttons{flex-direction:column;align-items:center}.hp3-faq-cta{width:100%;max-width:320px;text-align:center}}@media(max-width:640px){.hp3-faq-section{padding:3rem 1rem 3.25rem}.hp3-faq-container{padding:0 1rem}.hp3-faq-label{font-size:.7rem}.hp3-faq-heading{font-size:2rem}.hp3-faq-question{font-size:1rem;padding:1rem 1.25rem}.hp3-faq-answer{padding:.5rem 1.25rem 1rem}.hp3-faq-cta{padding:.7rem 1rem;font-size:.75rem;width:auto;max-width:none}}.hp3-locations-section{width:100%;background-color:#233041;padding:4rem 2rem 5rem;color:#fff}.hp3-locations-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hp3-locations-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-locations-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;margin:0 0 3rem;line-height:1.3}.hp3-locations-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-locations-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:3rem;align-items:stretch}.hp3-locations-left{display:flex;flex-direction:column;gap:1.75rem;padding:2.5rem 2.25rem;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at top left,rgba(255,255,255,.12),transparent 55%),#00000026;box-shadow:0 14px 40px #00000059;box-sizing:border-box;height:100%}.hp3-locations-office-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.8rem;font-weight:500;margin:0}.hp3-locations-block{display:flex;flex-direction:column;gap:.5rem}.hp3-locations-block-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.hp3-locations-line{font-family:Inter,Inter Fallback,sans-serif;font-size:.98rem;color:#fffffff2;margin:0}.hp3-locations-line--muted{color:#fffc}.hp3-locations-link{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:600;color:#d4af37;text-decoration:none}.hp3-locations-link--muted{font-weight:500;font-size:.95rem;color:#ffffffe6}.hp3-locations-link:hover{color:#d4af37}.hp3-locations-right{display:flex;justify-content:flex-end}.hp3-locations-form-card{width:100%;max-width:520px;background-color:#fff;border-radius:18px;padding:2.5rem 2.25rem;box-shadow:0 14px 40px #00000059;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.hp3-locations-form-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:500;color:#233041;margin:0 0 .75rem}.hp3-locations-form-sub{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#6b778d;margin:0 0 1.75rem}.hp3-locations-form{display:flex;flex-direction:column;gap:1rem}.hp3-locations-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.hp3-locations-field{display:flex;flex-direction:column;gap:.35rem}.hp3-locations-field label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#6b778d;text-transform:uppercase;letter-spacing:.08em}.hp3-locations-field input,.hp3-locations-field select,.hp3-locations-field textarea{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#233041;border-radius:9999px;border:1px solid #D0D4DC;padding:.7rem .9rem;outline:none;transition:border-color .2s,box-shadow .2s}.hp3-locations-field textarea{border-radius:12px;resize:vertical;min-height:120px}.hp3-locations-field input:focus,.hp3-locations-field select:focus,.hp3-locations-field textarea:focus{border-color:#d4af37;box-shadow:0 0 0 1px #d4af3799}.hp3-locations-submit{margin-top:.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041;background-color:#d4af37;border:2px solid #D4AF37;border-radius:9999px;padding:.85rem 1.75rem;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;width:100%;transition:background-color .2s,transform .2s,box-shadow .2s}.hp3-locations-submit:hover{background-color:#e5c04a;border-color:#e5c04a;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.hp3-locations-disclaimer{font-family:Inter,Inter Fallback,sans-serif;font-size:.7rem;color:#6b778d;margin:.75rem 0 0;line-height:1.5}.hp3-locations-social{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.hp3-locations-social-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#ffffffbf;text-transform:uppercase;letter-spacing:.09em}.hp3-locations-social-icons{display:flex;align-items:center;gap:.45rem}.hp3-locations-social-icon{width:32px;height:32px;border-radius:9999px;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;color:#d4af37;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s}.hp3-locations-social-icon svg{flex-shrink:0;display:block}.hp3-locations-social-icon:hover{background-color:#ffffff2e;border-color:#ffffffe6;transform:translateY(-1px)}@media(max-width:968px){.hp3-locations-section{padding:3.5rem 1.5rem 4.5rem}.hp3-locations-container{padding:0 1.5rem}.hp3-locations-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem}.hp3-locations-right{justify-content:center}}@media(max-width:640px){.hp3-locations-section{padding:3rem 1rem 4rem}.hp3-locations-container{padding:0 1rem}.hp3-locations-heading{font-size:2rem;margin-bottom:2.25rem}.hp3-locations-form-card{padding:2rem 1.5rem}.hp3-locations-form-row{grid-template-columns:minmax(0,1fr)}}.home-page{width:100%}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;overflow-x:hidden}.route-fallback{min-height:40vh}
