.hds-header{height:104px;border-bottom:2px solid var(--hds-blue-100);background:#fff;position:relative;z-index:20}.hds-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.hds-header__brands{display:flex;width:193px;align-items:center;gap:32px;flex:0 0 193px}.hds-header__brands img:first-child{width:76px;height:42px}.hds-header__brands img:last-child{width:75px;height:40px}.hds-nav{display:flex;flex:1;justify-content:flex-end}.hds-nav__list,.hds-footer__menu,.hds-footer__segments-menu,.hds-social__menu{margin:0;padding:0;list-style:none}.hds-nav__list{display:flex;width:100%;align-items:center;justify-content:center;gap:8px}.hds-nav a{display:block;padding:12px;border-radius:4px;font-size:14px;line-height:20px;white-space:nowrap}.hds-nav a:hover,.hds-nav .current-menu-item>a{background:var(--hds-blue-100);color:var(--hds-blue-600)}.hds-nav__list>.hds-menu-cta{margin-left:24px}.hds-menu-toggle{display:none;border:0;background:transparent;color:var(--hds-blue-600);font-size:28px}.hds-page-hero{border-top:12px solid var(--hds-blue-600);padding:52px 0 64px;background:#e3e9ff}.hds-page-hero--lime{background:var(--hds-lime)}.hds-page-hero h1{margin:0;font-size:40px;line-height:52px}.hds-page-hero p{margin:20px 0 0;font-size:14px;line-height:20px}.hds-secondary-hero{padding:56px 0;border-radius:0 0 24px 24px;background:var(--hds-blue-700);color:#fff;box-shadow:0 6px 10px #005eb833}.hds-secondary-hero>.hds-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.hds-secondary-hero h1{margin:0 0 24px;font-size:48px;line-height:56px}.hds-secondary-hero p{margin:0;font-size:20px;line-height:28px;font-weight:500}.hds-secondary-hero>div>div{width:657px}.hds-secondary-hero img{width:504px;height:373px;object-fit:cover;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.hds-footer{color:#fff;border-radius:24px 24px 0 0;overflow:hidden}.hds-footer__upper{min-height:474px;padding:56px 0;background:var(--hds-blue-900)}.hds-footer__inner{display:flex;width:min(1064px,calc(100% - 2*var(--hds-page-gutter)));justify-content:space-between;gap:80px}.hds-footer__links{display:grid;grid-template-columns:221px 440px;gap:39px}.hds-footer__links h2{margin:0 0 16px;font-size:18px}.hds-footer__links a{font-size:16px;line-height:24px}.hds-footer__menu{display:flex;flex-direction:column;gap:18px}.hds-footer__segments-menu{display:grid;grid-template-rows:repeat(7,24px);grid-auto-flow:column;gap:18px 39px}.hds-footer__brands{display:flex;height:116px;align-items:center;gap:27px;padding-left:44px}.hds-footer__brands img:first-child{width:112px}.hds-footer__brands img:last-child{width:109px}.hds-footer__bottom{min-height:97px;padding:28px;background:var(--hds-blue-700)}.hds-footer__bottom-inner{display:flex;width:min(1384px,100%);margin:auto;align-items:center;justify-content:space-between;gap:24px}.hds-footer__bottom p{margin:0;font-size:14px}.hds-footer__bottom p:last-child a{margin-left:12px;font-size:18px;font-weight:800;text-decoration:underline}.hds-social,.hds-social__menu{display:flex;align-items:center;gap:18px}.hds-social{color:#c0c9e5;font-size:14px}
@media(max-width:980px){.hds-secondary-hero>.hds-container{flex-direction:column}.hds-secondary-hero>div>div,.hds-secondary-hero img{width:100%}.hds-footer__inner{flex-direction:column}.hds-footer__brands{padding-left:0}.hds-footer__bottom-inner{flex-direction:column;text-align:center}}
@media(max-width:767px){.hds-header{height:auto;min-height:88px}.hds-header__inner{min-height:88px;flex-wrap:wrap}.hds-header__brands{width:145px;flex-basis:145px;gap:16px}.hds-header__brands img{width:60px!important}.hds-menu-toggle{display:block;margin-left:auto}.hds-nav{display:none;order:4;width:100%;flex-basis:100%}.hds-nav.is-open{display:block}.hds-nav__list{flex-direction:column;align-items:stretch;padding:8px}.hds-nav a{text-align:center}.hds-nav__list>.hds-menu-cta{margin-left:0}.hds-page-hero{padding:36px 0 44px}.hds-secondary-hero h1{font-size:36px;line-height:44px}.hds-secondary-hero img{height:280px}.hds-footer__links{grid-template-columns:1fr}.hds-footer__segments-menu{grid-template-rows:none;grid-auto-flow:row;grid-template-columns:1fr 1fr}.hds-footer__brands{align-self:center}}

.hds-image-frame{position:relative;display:block;overflow:hidden}.hds-focused-image{object-position:var(--hds-focus-x,50%) var(--hds-focus-y,50%);transform:scale(var(--hds-image-zoom,1));transform-origin:var(--hds-focus-x,50%) var(--hds-focus-y,50%)}.hds-card-media{position:relative;overflow:hidden;background:#e3e9ff}.hds-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .45s ease}.hds-interactive-card{transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.hds-interactive-card:hover,.hds-interactive-card:focus-within{transform:translateY(-5px);box-shadow:0 16px 36px rgba(0,17,82,.13);background:#f7f9ff}.hds-interactive-card:hover .hds-card-media img,.hds-interactive-card:focus-within .hds-card-media img{transform:scale(calc(var(--hds-image-zoom,1) + .06));filter:saturate(1.08) contrast(1.03)}.hds-interactive-card h3,.hds-content-card h3{transition:color .25s ease,font-weight .25s ease}.hds-interactive-card:hover h3,.hds-interactive-card:focus-within h3,.hds-content-card:hover h3{color:var(--hds-blue-600);font-weight:700}
.hds-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 16px}.hds-content-card{overflow:hidden;border-radius:8px;background:#f1f4ff}.hds-content-card>img{display:block;width:100%;height:160px;object-fit:cover}.hds-content-card__image{display:block;width:100%;height:160px}.hds-content-card__image img{display:block;width:100%;height:100%;object-fit:cover}.hds-content-card__body{min-height:190px;padding:20px}.hds-content-card h3{margin:14px 0 0;font-size:18px;line-height:24px}.hds-content-card h3 span{color:var(--hds-subtle);font-family:var(--hds-font-content);font-weight:400}
@media(max-width:980px){.hds-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hds-card-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.hds-site{scroll-behavior:auto}.hds-interactive-card,.hds-card-media img,.hds-content-card,.hds-content-card>img{transition:none!important}}

/* Cabeçalho: identidade à esquerda, navegação central e CTA à direita. */
@media(min-width:981px){
  .hds-header__inner{position:relative;justify-content:center}
  .hds-header__brands{position:absolute;left:0;top:50%;transform:translateY(-50%)}
  .hds-nav{position:static;width:100%;justify-content:center}
  .hds-nav__list{position:relative;justify-content:center;padding:0 210px}
  .hds-nav__list>.hds-menu-cta{position:absolute;right:0;top:50%;margin-left:0!important;transform:translateY(-50%)}
}
.hds-nav__list>.hds-menu-cta>a:hover,
.hds-nav__list>.hds-menu-cta>a:focus-visible,
.hds-nav__list>.hds-menu-cta.current-menu-item>a,
.hds-nav__list>.current-menu-item.hds-menu-cta>a{
  background:var(--hds-blue-800)!important;
  color:var(--hds-white)!important;
  filter:none;
  transform:translateY(-1px);
}
.hds-nav__list>.hds-menu-cta>a:focus-visible{outline:3px solid var(--hds-lime);outline-offset:3px}
@media(max-width:980px){
  .hds-header__brands{position:static;transform:none}
  .hds-nav__list{padding:0}
  .hds-nav__list>.hds-menu-cta{position:static;margin-left:0!important;transform:none}
}
@media(max-width:767px){
  .hds-nav__list>.hds-menu-cta{display:flex;justify-content:center;width:100%}
  .hds-nav__list>.hds-menu-cta>a{display:inline-flex!important;width:auto;min-width:185px}
}

.hds-social__menu{gap:8px}
.hds-footer .hds-social__menu a{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;transition:background-color .2s ease,transform .2s ease}
.hds-footer .hds-social__menu a:hover,.hds-footer .hds-social__menu a:focus-visible{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.hds-footer .hds-social__menu a:focus-visible{outline:2px solid var(--hds-lime);outline-offset:2px}
.hds-social__icon{display:block;width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1)}

/* Rodapé com três grupos de navegação: Institucional, Temas e Segmentos. */
.hds-footer__inner{width:min(1240px,calc(100% - 2*var(--hds-page-gutter)));gap:48px}
.hds-footer__links{flex:1;grid-template-columns:180px 210px minmax(320px,1fr);gap:32px}
.hds-footer__segments-menu{gap:18px 32px}
.hds-footer__brands{flex:0 0 auto;padding-left:0}
@media(min-width:981px) and (max-width:1180px){.hds-footer__inner{gap:32px}.hds-footer__links{grid-template-columns:150px 175px minmax(260px,1fr);gap:20px}}
@media(max-width:980px){.hds-footer__links{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.hds-footer__links{grid-template-columns:1fr}}
.hds-footer__contact-break{display:none}
@media(max-width:479px){.hds-footer__bottom{padding-inline:20px}.hds-footer__bottom-inner{width:100%}.hds-footer__contact-break{display:block}.hds-footer__bottom p.hds-footer__contact a{margin-left:0}}
