/* [MCP:mcp-global] */
@media (max-width: 1024px) {
  .nav-items { display: none; }
}

@media (max-width: 640px) {
  .nav-login { display: none; }
}

.btn-white { border-bottom: revert; border-color: revert; border-right: revert; border-style: revert; border-width: revert; }

.btn-white { display: inline-flex; align-items: center; gap: 8px; font-size: 14px !important; font-weight: 600 !important; color: var(--teal) !important; background: var(--white); padding: 13px 30px; border-radius: 4px; transition: background .15s; font-family: var(--font-u) !important; }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

.btn-gw { display: inline-flex; align-items: center; gap: 8px; font-size: 14px !important; font-weight: 500 !important; color: var(--white) !important; border: 1.5px solid rgba(255,255,255,.35); padding: 13px 26px; border-radius: 4px; transition: all .15s; font-family: var(--font-u) !important; }

.nav-cta { white-space: nowrap; }

@media(max-width:640px) {
  .nav-cta {display:none}
}
/* [/MCP:mcp-global] */

/* [MCP:mcp-root-fontsize] */
html, body { font-size: 16px; }
/* [/MCP:mcp-root-fontsize] */

/* [MCP:mcp-scroll-restore] */
html { height: auto !important; min-height: 100vh !important; overflow: visible !important; }
body { height: auto !important; }
/* [/MCP:mcp-scroll-restore] */

/* [MCP:mcp-theme] */
:root {
  --teal: #0098A4;
  --teal-dk: #006E76;
  --teal-lt: #E4F6F7;
  --teal-mid: #33B2BD;
  --navy: #1A3A4A;
  --navy-lt: #244F63;
  --off-white: #F0F4F5;
  --grey: #D4DADF;
  --text-dk: #1A2530;
  --text-md: #4A5C66;
  --text-lt: #8A9BA5;
  --white: #FFFFFF;
  --ease: cubic-bezier(0.16,1,0.3,1);
  --font-d: 'Playfair Display', Georgia, serif;
  --font-u: 'Outfit', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

html, body {
  font-family: var(--font-u) !important;
  font-size: 16px !important;
  color: var(--text-dk) !important;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html { scroll-behavior: auto; }

html,body{color:rgb(26, 37, 48)}

html { height: auto !important; min-height: 100vh !important; overflow: visible !important; }

html, body { height: auto !important; }

html body { font-family: var(--font-u) !important; color: rgb(26, 37, 48); -webkit-font-smoothing: antialiased; }
/* [/MCP:mcp-theme] */

/* [MCP:mcp-rawhtml-body] */
/* Native widget CSS overrides */
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 { display: block !important; grid-template-columns: none !important; }
/* Breadcrumb widget — reset WC site-base defaults */
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .widget-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; }
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item { display: inline-flex; align-items: center; }
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 a { text-decoration: none; }
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item.root .icon {
    display: none;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item.root a::before {
    content: 'Home';
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item .separator {
    visibility: hidden;
    font-size: 0;
    width: 0;
    display: inline;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item::after {
    content: '›';
    color: rgba(255,255,255,.2);
    font-size: 12px;
    margin: 0 8px;
    display: inline;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item.current::after {
    display: none;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item a .label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item a:hover, .wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item a:hover .label {
    color: #33b2bd;
}
.wc-custom-layout .wi-02990F4E-CCC5-480F-A9AF-08944DD4DB97 .breadcrumb-item.current {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.35);
}

/* Author section CSS (loaded last — wins same-specificity ties) */
.wc-custom-layout .wcs_section_2f81bd45 a { background: initial; background-color: initial; border: initial; border-bottom: initial; border-radius: initial; color: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: initial; padding: initial; padding-left: initial; text-align: inherit; text-decoration: inherit; }
.wc-custom-layout .wcs_section_2f81bd45 blockquote { border-left: none; margin: 0; padding-left: 0; }
.wc-custom-layout .wcs_section_2f81bd45 button { background-color: revert; border: revert; border-radius: initial; color: revert; font-family: revert; font-size: revert; font-weight: revert; line-height: normal; margin: 0; margin-left: initial; padding: 0; text-transform: revert; }
.wc-custom-layout .wcs_section_2f81bd45 code { background: transparent; border-radius: 0; color: inherit; font-size: inherit; padding: 0; }
.wc-custom-layout .wcs_section_2f81bd45 fieldset { border: none; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_2f81bd45 h1 { color: inherit; font-family: inherit; font-size: revert; font-weight: inherit; line-height: inherit; margin: 0; padding-bottom: initial; text-align: inherit; }
.wc-custom-layout .wcs_section_2f81bd45 h2 { color: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; }
.wc-custom-layout .wcs_section_2f81bd45 h3 { color: inherit; font-size: revert; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; text-transform: inherit; }
.wc-custom-layout .wcs_section_2f81bd45 hr { border: none; border-top: 1px solid currentColor; margin-bottom: initial; margin-top: initial; }
.wc-custom-layout .wcs_section_2f81bd45 img { border: none; border-radius: initial; margin: initial; padding-right: initial; vertical-align: middle; }
.wc-custom-layout .wcs_section_2f81bd45 input { background: initial; background-color: initial; border: initial; border-radius: initial; border-right: initial; box-shadow: initial; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: normal; margin: 0; margin-right: initial; outline: initial; padding: initial; text-align: start; }
.wc-custom-layout .wcs_section_2f81bd45 li { border: initial; list-style: inherit; margin: 0; margin-bottom: initial; padding: 0; }
.wc-custom-layout .wcs_section_2f81bd45 p { color: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; margin: 0; margin-top: initial; padding: initial; padding-bottom: initial; }
.wc-custom-layout .wcs_section_2f81bd45 pre { background: transparent; border-radius: 0; border-width: initial; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_2f81bd45 select { background: initial; border: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; margin-right: initial; outline: initial; padding: initial; text-transform: none; }
.wc-custom-layout .wcs_section_2f81bd45 table { background-color: initial; border: initial; margin: initial; margin-bottom: initial; }
.wc-custom-layout .wcs_section_2f81bd45 textarea { border: initial; border-radius: initial; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; padding: initial; }
.wc-custom-layout .wcs_section_2f81bd45 ul { list-style: none; margin: 0; padding: 0; }
.wc-custom-layout .wcs_section_2f81bd45 .active { -khtml-opacity: revert; -moz-opacity: revert; -moz-transform: revert; -ms-filter: revert; -ms-transform: revert; -o-transform: revert; -webkit-transform: revert; background-color: revert; background-position: revert; border: revert; border-color: revert; border-style: revert; filter: revert; font-weight: revert; opacity: revert; transform: revert; }
.wc-custom-layout .wcs_section_2f81bd45 .open { -moz-transform: revert; -moz-transition: revert; -ms-transform: revert; -ms-transition: revert; -o-transform: revert; -o-transition: revert; -webkit-transform: revert; -webkit-transition: revert; overflow: revert; padding-top: 0; transition: revert; }
  
.wc-custom-layout .wcs_section_2f81bd45 :where(h1, h2, h3, h4, h5, h6, p, blockquote, figure, figcaption, dd, dl) { margin: 0; padding: 0; }
  .wc-custom-layout .wcs_section_2f81bd45, .wc-custom-layout .wcs_section_2f81bd45 *, .wc-custom-layout .wcs_section_2f81bd45 *::before, .wc-custom-layout .wcs_section_2f81bd45 *::after { box-sizing: border-box; }
  .wc-custom-layout .wcs_section_2f81bd45 a { text-decoration: none; color: inherit !important; cursor: pointer; }
  .wc-custom-layout .wcs_section_2f81bd45 ul { list-style: none; }
  .wc-custom-layout .wcs_section_2f81bd45 button { font-family: inherit !important; cursor: pointer; border: none; background: transparent; }
  .wc-custom-layout .wcs_section_2f81bd45 .wrap { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
  .wc-custom-layout .wcs_section_2f81bd45 .mobile-menu a { display: block; font-size: 16px !important; font-weight: 500 !important; color: var(--text-md) !important; padding: 14px 0; border-bottom: 1px solid var(--grey); transition: color .15s; }
  .wc-custom-layout .wcs_section_2f81bd45 .mobile-menu a:hover { color: var(--teal) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .s-over { font-size: 11px !important; font-weight: 700 !important; letter-spacing: .14em !important; text-transform: uppercase; color: var(--teal) !important; margin-bottom: 13px; display: flex; align-items: center; gap: 9px; }
  .wc-custom-layout .wcs_section_2f81bd45 .s-over::before { content: ''; display: block; width: 18px; height: 2px; background: currentColor; }
  .wc-custom-layout .wcs_section_2f81bd45 .s-over.lt { color: var(--teal-mid) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 :focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 2px; }
  .wc-custom-layout .wcs_section_2f81bd45 footer { background: var(--navy); padding: 68px 0 0; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-contact a { font-size: 12.5px !important; color: rgba(255,255,255,.45) !important; display: flex; align-items: center; gap: 8px; transition: color .15s; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-contact a:hover { color: var(--teal-mid) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-contact a svg { width: 13px; height: 13px; flex-shrink: 0; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-links a { font-size: 13px !important; color: rgba(255,255,255,.5) !important; transition: color .15s; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-links a:hover { color: var(--teal-mid) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-legal a { font-size: 12px !important; color: rgba(255,255,255,.28) !important; transition: color .15s; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-legal a:hover { color: rgba(255,255,255,.55) !important; }
@media (prefers-reduced-motion: reduce) {
  .wc-custom-layout .wcs_section_2f81bd45, .wc-custom-layout .wcs_section_2f81bd45 *, .wc-custom-layout .wcs_section_2f81bd45 *::before, .wc-custom-layout .wcs_section_2f81bd45 *::after { animation-duration: 0s !important; animation-delay: 0s !important; transition-duration: 0s !important; transition-delay: 0s !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .rev { opacity: 1; transform: none; }
}
@media (max-width: 1024px) {
  .wc-custom-layout .wcs_section_2f81bd45 .wrap { padding: 0 32px; }
  .wc-custom-layout .wcs_section_2f81bd45 .nav-items { display: none; }
  .wc-custom-layout .wcs_section_2f81bd45 .hamburger { display: flex; }
  .wc-custom-layout .wcs_section_2f81bd45 .mega { position: fixed; top: 72px; left: 16px; right: 16px; transform: none; max-height: calc(100vh - 88px); overflow-y: auto; }
  .wc-custom-layout .wcs_section_2f81bd45 .nav-item.open .mega { transform: none; }
  .wc-custom-layout .wcs_section_2f81bd45 .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .wc-custom-layout .wcs_section_2f81bd45 .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .wc-custom-layout .wcs_section_2f81bd45 .wrap { padding: 0 20px; }
  .wc-custom-layout .wcs_section_2f81bd45 .section { padding: 64px 0; }
  .wc-custom-layout .wcs_section_2f81bd45 .nav-actions .nav-login { display: none; }
  .wc-custom-layout .wcs_section_2f81bd45 .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .wc-custom-layout .wcs_section_2f81bd45 .f-legal { flex-wrap: wrap; justify-content: center; }
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero {
  background: var(--navy);
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,152,164,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero::after {
  content: '';
  position: absolute; top: -100px; right: -80px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,152,164,.09) 0%, transparent 70%);
  pointer-events: none;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero-inner {
  position: relative; z-index: 2;
  max-width: 780px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px !important; font-weight: 500 !important; color: rgba(255,255,255,.35) !important;
  margin-bottom: 22px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-breadcrumb a { color: rgba(255,255,255,.35) !important; transition: color .15s; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-breadcrumb a:hover { color: var(--teal-mid) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-breadcrumb span[aria-hidden] { color: rgba(255,255,255,.2) !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero h1 {
  font-family: var(--font-d) !important;
  font-size: clamp(32px, 3.4vw, 44px) !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  line-height: 1.14 !important;
  letter-spacing: -.02em !important;
  margin-bottom: 18px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero-lead {
  font-size: 17px !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,.62) !important;
  max-width: 600px;
  margin-bottom: 36px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero-offices {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-office-pill {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase;
  color: var(--teal-mid) !important;
  background: rgba(0,152,164,.12);
  border: 1px solid rgba(0,152,164,.25);
  padding: 6px 14px;
  border-radius: 3px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-intro-text p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--text-md) !important;
  margin-bottom: 18px;
}
  .wc-custom-layout .wcs_section_2f81bd45 .team-intro-text p:last-of-type { margin-bottom: 0; }
  .wc-custom-layout .wcs_section_2f81bd45 .culture-left p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: rgba(255,255,255,.6) !important;
}
  .wc-custom-layout .wcs_section_2f81bd45 .cta-sec p { font-size: 16px !important; color: rgba(255,255,255,.72) !important; max-width: 500px; margin: 0 auto 36px; line-height: 1.6 !important; }
@media (max-width: 1024px) {
  .wc-custom-layout .wcs_section_2f81bd45 .team-intro { grid-template-columns: 1fr; gap: 48px; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-grid { grid-template-columns: repeat(2, 1fr); }
  .wc-custom-layout .wcs_section_2f81bd45 .culture-inner { grid-template-columns: 1fr; gap: 44px; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-crosslink { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero { padding: 56px 0 48px; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero h1 { font-size: 32px !important; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-hero-offices { gap: 8px; }
  .wc-custom-layout .wcs_section_2f81bd45 .team-grid { grid-template-columns: 1fr; }
  .wc-custom-layout .wcs_section_2f81bd45 .culture-pillars { grid-template-columns: 1fr; }
}
  .wc-custom-layout .wcs_section_2f81bd45 .btn-primary>svg, .wc-custom-layout .wcs_section_2f81bd45 .btn-ghost>svg, .wc-custom-layout .wcs_section_2f81bd45 .btn-white>svg, .wc-custom-layout .wcs_section_2f81bd45 .btn-gw>svg, .wc-custom-layout .wcs_section_2f81bd45 .btn-cs>svg, .wc-custom-layout .wcs_section_2f81bd45 .hero-ctas a>svg, .wc-custom-layout .wcs_section_2f81bd45 .cta-btns a>svg {width:16px;height:16px;flex:0 0 16px}
@media(max-width:640px) {
  .wc-custom-layout .wcs_section_2f81bd45 .nav-cta {display:none}
}
/* Tailwind hidden utility for the .wc-custom-layout scope (WC only provides it for .widget-snippet) */
.wc-custom-layout .hidden { display: none; }
.wc-custom-layout [hidden]:where(:not([hidden="until-found"])) { display: none; }

/* [/MCP:mcp-rawhtml-body] */

/* [MCP:mcp-overlay-accent] */
:root{--mcp-overlay-accent: #0098A4;}
/* [/MCP:mcp-overlay-accent] */
