@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f8f6;color:#1f2933;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5;margin:0}html{scroll-behavior:smooth}*,:after,:before{box-sizing:border-box}.site{--surface-0:#f8f8f6;--surface-1:#fff;--surface-2:#f8fafc;--text-primary:#1f2933;--text-muted:#4b5563;--ink-dark:#111827;--accent-gold:#d4af37;--accent-gold-soft:#f8e8ab;--border-soft:#e5e7eb;--shadow-soft:0 2px 8px #0f172a0a;--shadow-mid:0 10px 28px #1118271a;--shadow-lifted:0 16px 34px #11182724;background:radial-gradient(circle at 10% 0,#d4af371f 0,#d4af3700 40%),radial-gradient(circle at 90% 20%,#11182714 0,#11182700 35%),#f8f8f6;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;letter-spacing:.01em;line-height:1.75;min-height:100vh;scroll-behavior:smooth}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111827f0;border-bottom:1px solid #ffffff14;box-shadow:0 8px 24px #11182733;position:sticky;top:0;z-index:30}.topbar__container{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1120px;padding:.9rem 1.25rem}.brand{color:#f9fafb;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700;letter-spacing:.03em;margin:0}.brand__sub{color:#9ca3af;font-size:.82rem;margin:.15rem 0 0}.nav{display:flex;flex-wrap:wrap;gap:1rem}.nav__link{border:1px solid #0000;border-radius:.4rem;color:#d1d5db;font-size:.92rem;padding:.35rem .5rem;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.nav__link:hover{background:#ffffff14;color:#f9fafb}.nav__link--active{background:#d4af3726;border-color:#d4af378c;color:#f9fafb}.hero{background:linear-gradient(115deg,#d4af3733,#d4af3700 30%),linear-gradient(180deg,#111827,#1f2937 70%,#263445);border-bottom:1px solid #ffffff14;color:#f9fafb;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 85% 16%,#d4af372e 0,#d4af3700 36%),linear-gradient(112deg,hsla(0,0%,100%,.045),#fff0 38%)}.hero:after,.hero:before{content:"";inset:0;pointer-events:none;position:absolute}.hero:after{background-image:radial-gradient(#ffffff40 .4px,#0000 0);background-size:3px 3px;mix-blend-mode:soft-light;opacity:.2}.hero__container,.section__container{margin:0 auto;max-width:1120px;padding:4.5rem 1.25rem;position:relative;z-index:1}.hero__container{grid-gap:clamp(1.75rem,4vw,3rem);align-items:center;display:grid;gap:clamp(1.75rem,4vw,3rem);grid-template-columns:minmax(0,1.08fr) minmax(260px,.82fr)}.hero__content{min-width:0}.hero__visual{display:flex;justify-content:flex-end;min-width:0}.hero__figure{aspect-ratio:1/1;border:1px solid #ffffff24;border-radius:.65rem;box-shadow:0 24px 48px #00000059,0 0 0 1px #d4af371f;margin:0;max-width:100%;overflow:hidden;position:relative;width:min(525px,100%)}.hero__figure:before{background:linear-gradient(90deg,#1118279e,#11182714 42%,#0000 72%);z-index:1}.hero__figure:after,.hero__figure:before{content:"";inset:0;pointer-events:none;position:absolute}.hero__figure:after{background:linear-gradient(180deg,#0000 48%,#1118278c);z-index:2}.hero__photo{display:block;filter:grayscale(28%) contrast(1.07) brightness(.94);height:100%;object-fit:cover;object-position:30% 28%;transform:scale(1.03);width:100%}.hero__caption{background:linear-gradient(#0000,#111827d9);bottom:0;color:#f9fafbd1;font-size:.72rem;left:0;letter-spacing:.12em;margin:0;padding:.65rem .85rem .75rem;position:absolute;right:0;text-transform:uppercase;z-index:3}.hero h1{text-wrap:balance;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:.01em;line-height:1.1;margin:.35rem 0 1rem;max-width:52ch}.eyebrow{color:#d4af37;font-size:.85rem;letter-spacing:.08em;margin:0;text-transform:uppercase}.hero__text{text-wrap:pretty;color:#e5e7eb;font-size:1.08rem;line-height:1.7;max-width:52ch}.hero__meta{color:#d1d5db}.trust-strip{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2.2rem}.trust-strip__item{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.7rem;padding:.7rem .8rem}.trust-strip__value{color:#f8e8ab;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:700;margin:0}.trust-strip__label{color:#d1d5db;font-size:.82rem;line-height:1.4;margin:.2rem 0 0}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{border:none;border-radius:.55rem;cursor:pointer;display:inline-block;font-weight:600;padding:.68rem 1.05rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.button--primary{background:linear-gradient(180deg,#e0bf59,#d4af37);box-shadow:0 8px 18px #d4af3747;color:#111827}.button--secondary{border:1px solid #d1d5db;color:#f9fafb}.button--ghost{background:#fff;border:1px solid #cbd5e1;color:#1f2937}.button:hover{box-shadow:var(--shadow-mid);transform:translateY(-2px)}.button:focus-visible,.faq-item__trigger:focus-visible,.footer__link:focus-visible,.legal-gate .button:focus-visible,.nav__link:focus-visible,.socials a:focus-visible{outline:2px solid #d4af37;outline-offset:2px}.legal-gate{align-items:center;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:300}.legal-gate__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ae0;inset:0;position:absolute}.legal-gate__panel{background:var(--surface-1);border:1px solid #e2e8f0fa;border-radius:.9rem;box-shadow:0 28px 64px #0f172a59,0 0 0 1px #d4af371f;display:flex;flex-direction:column;max-height:min(92vh,880px);overflow:hidden;position:relative;width:min(760px,100%);z-index:1}.legal-gate__title{border-bottom:1px solid var(--border-soft);color:var(--ink-dark);font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:700;letter-spacing:.02em;margin:0;padding:1.35rem 1.35rem 1rem}.legal-gate__scroll{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto;padding:1.2rem 1.35rem 1.3rem}.legal-gate__para{color:#374151;font-size:.98rem;line-height:1.74;margin:0 0 1rem}.legal-gate__para:last-child{margin-bottom:0}.legal-gate__subtitle{color:var(--ink-dark);font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.28rem;font-weight:700;margin:1.25rem 0 .85rem;padding-top:.25rem}.legal-gate__actions{align-items:center;background:linear-gradient(180deg,#f8fafc,#fff 55%);border-top:1px solid var(--border-soft);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;padding:1rem 1.35rem 1.25rem}.legal-gate__btn-disagree{border-color:#94a3b8!important;color:#334155!important}.section{border-bottom:1px solid #e2e8f0;position:relative}.section:after{background:linear-gradient(90deg,#94a3b800,#94a3b88c 50%,#94a3b800);bottom:-1px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:min(1120px,calc(100% - 2.5rem))}.section__title{color:#111827;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.5vw,1.85rem);letter-spacing:.01em;margin:0 0 1rem}.section__subtitle{color:#4b5563;margin:-.2rem 0 1.6rem;max-width:780px}.section--gallery{background:linear-gradient(185deg,#f1f5f9 0,var(--surface-0) 52%,#fafaf8 100%)}.section--jurisdiction{background:linear-gradient(188deg,#fafbfc 0,var(--surface-0) 48%,#f8fafc 100%)}.jurisdiction-showcase{grid-gap:1.15rem;display:grid;gap:1.15rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));list-style:none;margin:0;padding:0}.jurisdiction-showcase__card{align-items:stretch;background:linear-gradient(165deg,#fff,#f8fafc 92%);border:1px solid #e2e8f0f2;border-radius:.9rem;box-shadow:0 2px 10px rgba(15,23,42,.045),0 0 0 1px #d4af370f;display:flex;gap:1rem;padding:1.28rem 1.35rem;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.jurisdiction-showcase__card:hover{border-color:#d4af3747;box-shadow:0 14px 32px #11182717,0 0 0 1px #d4af3724;transform:translateY(-3px)}.jurisdiction-showcase__accent{background:linear-gradient(180deg,#e8cf6a 0,var(--accent-gold) 42%,#a67c1f 100%);border-radius:999px;box-shadow:0 2px 8px #d4af3759;flex-shrink:0;width:5px}.jurisdiction-showcase__body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.jurisdiction-showcase__eyebrow{color:#9a7a18;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.jurisdiction-showcase__name{color:var(--ink-dark);font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2.4vw,1.55rem);font-weight:700;line-height:1.25}.section--credentials{background:linear-gradient(182deg,var(--surface-0) 0,#f3f5f8 55%,#fafaf8 100%)}.credentials-showcase{grid-gap:1.15rem;display:grid;gap:1.15rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.credentials-showcase__panel{background:linear-gradient(175deg,#fff,#fbfcfe);border-color:#e2e8f0;display:flex;flex-direction:column;min-height:100%;padding:1.35rem 1.4rem 1.45rem;transition:border-color .22s ease,box-shadow .22s ease}.credentials-showcase__panel:hover{border-color:#d4af3738;box-shadow:0 12px 28px #11182712}.credentials-showcase__heading{border-bottom:1px solid #e2e8f0f2;color:var(--ink-dark);font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.2rem,2vw,1.38rem);font-weight:700;letter-spacing:.02em;margin:0 0 1rem;padding-bottom:.75rem}.credentials-showcase__heading:after{background:linear-gradient(90deg,var(--accent-gold),#d4af3759);border-radius:2px;content:"";display:block;height:3px;margin-top:.65rem;width:2.75rem}.credentials-showcase__list{flex:1 1;list-style:none;margin:0;padding:0}.credentials-showcase__list li{border-bottom:1px dashed #cbd5e1a6;color:#374151;line-height:1.65;padding:.45rem 0 .45rem 1.35rem;position:relative}.credentials-showcase__list li:last-child{border-bottom:none;padding-bottom:0}.credentials-showcase__list li:before{background:linear-gradient(145deg,#e8cf6a,var(--accent-gold));border-radius:999px;box-shadow:0 1px 4px #d4af3773;content:"";height:7px;left:0;position:absolute;top:.85rem;width:7px}.gallery-marquee{margin:0 -.35rem;mask-image:linear-gradient(90deg,#0000,#000 5%,#000 95%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 5%,#000 95%,#0000);overflow:hidden;padding:.5rem 0}.gallery-marquee--paused .gallery-marquee__track,.gallery-marquee:hover .gallery-marquee__track{animation-play-state:paused}.gallery-marquee__track{animation:gallery-marquee-scroll 48s linear infinite;display:flex;gap:.85rem;width:max-content;will-change:transform}.gallery-marquee__thumb{aspect-ratio:1/1;background:var(--surface-1);border:none;border-radius:.65rem;box-shadow:0 2px 10px #0f172a0f,0 0 0 1px #1118270f;cursor:pointer;flex:0 0 auto;overflow:hidden;padding:0;transition:transform .22s ease,box-shadow .22s ease,outline-color .15s ease;width:clamp(7rem,14vw,9.25rem)}.gallery-marquee__thumb:hover{box-shadow:0 12px 28px #1118271f,0 0 0 1px #d4af3759;transform:translateY(-3px)}.gallery-marquee__thumb:focus-visible{outline:2px solid var(--accent-gold);outline-offset:3px}.gallery-marquee__img{display:block;height:100%;object-fit:cover;width:100%}@keyframes gallery-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.gallery-lightbox{align-items:center;display:flex;inset:0;justify-content:center;padding:1.25rem;position:fixed;z-index:120}.gallery-lightbox__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111827d1;cursor:pointer;inset:0;position:absolute}.gallery-lightbox__panel{background:var(--surface-1);border:1px solid #ffffff1f;border-radius:.85rem;box-shadow:var(--shadow-lifted);display:flex;flex-direction:column;max-height:min(92vh,880px);overflow:hidden;position:relative;width:min(920px,calc(100vw - 2rem));z-index:1}.gallery-lightbox__close{align-items:center;background:#11182714;border:none;border-radius:.45rem;color:var(--ink-dark);cursor:pointer;display:inline-flex;font-size:1.45rem;height:2.35rem;justify-content:center;line-height:1;position:absolute;right:.55rem;top:.55rem;transition:background-color .2s ease;width:2.35rem;z-index:4}.gallery-lightbox__close:hover{background:#11182724}.gallery-lightbox__close:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.gallery-lightbox__nav{align-items:center;background:#ffffffeb;border:none;border-radius:.45rem;box-shadow:0 4px 14px #11182726;color:var(--ink-dark);cursor:pointer;display:inline-flex;font-size:1.65rem;height:2.75rem;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;width:2.5rem;z-index:4}.gallery-lightbox__nav:hover{background:#fff}.gallery-lightbox__nav:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.gallery-lightbox__nav--prev{left:.55rem}.gallery-lightbox__nav--next{right:.55rem}.gallery-lightbox__body{display:flex;flex-direction:column;min-height:0;padding:0}.gallery-lightbox__photo{background:#0f172a;display:block;max-height:min(68vh,640px);object-fit:contain;width:100%}.gallery-lightbox__caption{border-top:1px solid var(--border-soft);color:var(--ink-dark);font-family:Cormorant Garamond,Georgia,serif;font-size:1.18rem;line-height:1.55;margin:0;padding:1rem 1.25rem 1.15rem}.grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.about-layout{grid-gap:clamp(1.25rem,3vw,2rem);align-items:start;display:grid;gap:clamp(1.25rem,3vw,2rem);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.about-layout__cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.about-layout__media{aspect-ratio:3/4;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:.9rem;box-shadow:var(--shadow-soft);min-width:0;overflow:hidden;width:100%}.about-layout__image{display:block;height:100%;object-fit:cover;width:100%}.about-layout__cards .card--about{min-height:0}.about-layout__cards .card--about h3{font-size:clamp(1.05rem,2.1vw,1.22rem)}@media (max-width:960px){.about-layout{grid-template-columns:1fr}.about-layout__media{margin-inline:auto;max-width:min(100%,640px)}}@media (max-width:600px){.about-layout__cards{grid-template-columns:1fr}}.grid--practice{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--services{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{animation:rise-in .55s ease both;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:.9rem;box-shadow:var(--shadow-soft);padding:1.2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card h3{color:#111827;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.28rem;letter-spacing:.01em;margin-top:0}.card--practice{background:linear-gradient(165deg,#fff,#f8fafc);min-height:220px}.card--about p{color:#374151;margin:0}.card--practice:hover{border-color:#d4af3773;box-shadow:var(--shadow-lifted);transform:translateY(-4px)}.grid--process{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1.35rem}.card--process{background:linear-gradient(175deg,#fff,#fbfdff);border-color:#dbe3ed}.process__step{color:#9a7a18;font-size:.75rem;font-weight:700;letter-spacing:.06em;margin:0 0 .25rem;text-transform:uppercase}.partner-photo{border:3px solid #f1f5f9;border-radius:999px;box-shadow:0 8px 16px #1e293b24;height:96px;margin-bottom:.75rem;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease;width:96px}.card:hover .partner-photo{box-shadow:0 10px 20px #1e293b2e;transform:translateY(-1px)}.card__role{color:#4b5563;font-weight:600;margin-top:-.25rem}.card__meta{color:#374151;margin-bottom:.65rem}.card--quote p{margin-top:0}.card--quote cite{color:#374151;font-style:normal;font-weight:600}.testimonials-marquee{margin:0 -.25rem;mask-image:linear-gradient(90deg,#0000,#000 6%,#000 94%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 6%,#000 94%,#0000);overflow:hidden;padding:.35rem 0}.testimonials-marquee:hover .testimonials-marquee__track{animation-play-state:paused}.testimonials-marquee__track{animation:testimonials-marquee-rtl 42s linear infinite;display:flex;gap:1rem;width:max-content;will-change:transform}.testimonials-marquee .testimonials-marquee__card{animation:none;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-height:280px;overflow:hidden;width:min(340px,82vw)}.testimonials-marquee__card p{flex:1 1;font-size:.98rem;line-height:1.65;margin:0 0 .75rem;min-height:0;overflow-y:auto}.testimonials-marquee__card cite{flex-shrink:0;margin-top:auto}@keyframes testimonials-marquee-rtl{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.list,.meta-list{line-height:1.8;margin:0;padding-left:1.15rem}.stack>*{margin-top:0}.stack>*+*{margin-top:.8rem}.split{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.split,.timeline{grid-gap:1rem;display:grid;gap:1rem}.timeline__item{border-left:2px solid #cbd5e1;padding:.2rem 0 .2rem 1rem;position:relative}.timeline__item:before{background:#d4af37;border-radius:999px;content:"";height:.75rem;left:-.43rem;position:absolute;top:.2rem;width:.75rem}.timeline__item h4{color:#111827;margin:0 0 .2rem}.timeline__org{color:#1f2937;font-weight:600;margin:0}.timeline__meta{color:#6b7280;font-size:.92rem;margin:.15rem 0}.socials{display:flex;flex-wrap:wrap;gap:.6rem}.socials a{background:#f8fafc;border:1px solid #d1d5db;border-radius:.45rem;color:#1f2937;font-size:.85rem;padding:.35rem .55rem;text-decoration:none;transition:border-color .2s ease,background-color .2s ease}.socials a:hover{background:#f1f5f9;border-color:#94a3b8}.contact p{margin:.35rem 0}.note{color:#4b5563;margin-top:1rem}.section--disclaimer{background:linear-gradient(188deg,#f8fafc 0,var(--surface-0) 100%)}.disclaimer-block{max-width:920px;padding:1.35rem 1.45rem}.disclaimer-block__para{color:#374151;line-height:1.78;margin:0}.disclaimer-block__para+.disclaimer-block__para{margin-top:1rem}.faq-list{grid-gap:.85rem;display:grid;gap:.85rem}.faq-item{padding:.3rem .9rem;transition:border-color .2s ease,box-shadow .2s ease}.faq-item--open{border-color:#d4af3759;box-shadow:0 8px 20px #1e293b14,inset 0 0 0 1px #d4af371f}.faq-item__trigger{align-items:center;background:#0000;border:none;color:#111827;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.9rem;justify-content:space-between;padding:.45rem 0;text-align:left;width:100%}.faq-item__panel{max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .24s ease,opacity .24s ease,padding .24s ease}.faq-item__panel--open{max-height:220px;opacity:1;padding:.2rem 0 .75rem}.faq-item__panel p{color:#4b5563;line-height:1.7;margin:0}.faq-item__icon{align-items:center;background:#f1f5f9;border-radius:999px;color:#1f2937;display:inline-flex;font-size:1.2rem;height:1.9rem;justify-content:center;line-height:1;transition:transform .2s ease,background-color .2s ease;width:1.9rem}.faq-item--open .faq-item__icon{background:#e9eef5;transform:rotate(90deg)}.contact .button{margin-top:1rem}.map-embed{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:var(--shadow-soft);margin-top:1.25rem;overflow:hidden}.footer{align-items:center;color:#4b5563;display:flex;flex-wrap:wrap;font-size:.92rem;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1120px;padding:1.5rem 1.25rem 2.5rem}.footer__link{color:#1f2937;text-decoration:none}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:920px){.hero__container{gap:1.75rem;grid-template-columns:1fr}.hero__visual{justify-content:center}.hero__figure{margin-inline:auto}.hero__photo{object-position:32% 24%;transform:scale(1.05)}.hero h1,.hero__text{max-width:none}}@media (max-width:700px){.topbar__container{align-items:flex-start;flex-direction:column}.hero__container,.section__container{padding:3.2rem 1rem}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.grid--practice{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid--practice{grid-template-columns:1fr}.hero__actions{width:100%}.hero__actions .button{text-align:center;width:100%}.nav{gap:.45rem}.section__subtitle{margin-bottom:1.2rem}}@media (prefers-reduced-motion:reduce){.site{scroll-behavior:auto}.button,.card,.faq-item__icon,.hero__photo,.partner-photo{animation:none;transition:none}.hero__photo{transform:none}.testimonials-marquee{mask-image:none;-webkit-mask-image:none;overflow-x:auto;overflow-y:hidden;padding-bottom:.35rem;scrollbar-color:#94a3b8b3 #0000}.testimonials-marquee:hover .testimonials-marquee__track{animation-play-state:running;animation-play-state:initial}.testimonials-marquee__track{animation:none;transform:none}.gallery-marquee{mask-image:none;-webkit-mask-image:none;overflow-x:auto;overflow-y:hidden;padding-bottom:.45rem;scrollbar-color:#94a3b8b3 #0000}.gallery-marquee--paused .gallery-marquee__track,.gallery-marquee:hover .gallery-marquee__track{animation-play-state:running;animation-play-state:initial}.gallery-marquee__track{animation:none;transform:none}.gallery-marquee__thumb{transition:none}.gallery-marquee__thumb:hover{transform:none}.jurisdiction-showcase__card{transition:none}.jurisdiction-showcase__card:hover{transform:none}.credentials-showcase__panel{transition:none}}
/*# sourceMappingURL=main.469567a8.css.map*/