.heading-module__container{position:relative}.heading-module__wrapper{display:block;position:relative}.heading-module__heading-row{align-items:end;display:grid;gap:1rem;grid-template-columns:1fr auto}.heading-module__wrapper--no-link .heading-module__heading-row{grid-template-columns:1fr}.heading-module__heading-row .heading-module__title{margin-block:0}.heading-module__title{color:var(--color-dark-blue);font-family:var(--font-heading-family);font-size:var(--font-h2-size);font-weight:700;line-height:1;max-inline-size:20ch;text-transform:uppercase;text-wrap:balance}.heading-module__divider{border:0;border-block-start:1px solid var(--color-dark-blue);margin-block:1rem;margin-inline:0;opacity:.9}.heading-module__link{align-self:end;color:var(--color-dark-blue);font-family:var(--font-heading-family);font-size:2.5rem;font-weight:700;letter-spacing:0;line-height:1;margin-block:0;text-decoration:underline;text-transform:uppercase;transition:color .25s ease,opacity .25s ease}.heading-module__link:hover{opacity:.8}.heading-module__link:focus-visible{outline:2px solid var(--color-dark-blue);outline-offset:2px}@media (max-width:767px){.heading-module__wrapper:not(.heading-module__wrapper--no-link) .heading-module__heading-row{align-items:start;gap:1.5rem;grid-template-columns:1fr}.heading-module__wrapper:not(.heading-module__wrapper--no-link) .heading-module__link{align-self:start;font-size:1.5rem}}