/* The company introduction pairs its profile with the complete supplied identity. */
.identity-intro{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding-block:82px;background:#fff}
.identity-copy{max-width:530px}
.identity-copy .section-marker{margin:0 0 20px;color:#00777e}
.identity-copy h2{font-size:var(--type-section);line-height:1.2;margin:0}
.identity-copy>p:not(.section-marker){font-size:var(--type-body);line-height:1.75;margin:24px 0 0}
.identity-copy .text-link{margin-top:26px}
.identity-film{position:relative;min-width:0;margin:0;padding-bottom:48px;background:#fff}
.identity-canvas{position:relative;height:360px;display:flex;justify-content:center;align-items:center;overflow:hidden}
.identity-canvas img{width:240px;height:auto;max-width:none;margin:24px;transition:opacity .3s}
.identity-canvas video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;pointer-events:none;transition:opacity .3s}
.identity-film.is-playing video,.identity-film.is-paused video{opacity:1}
.identity-film.is-playing img,.identity-film.is-paused img{opacity:0}
.identity-control{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;min-height:44px;padding:8px 0;white-space:nowrap;background:transparent;border:0;border-bottom:1px solid #b6c9d1;color:var(--navy);font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;cursor:pointer}
.identity-control:hover{color:#00777e;border-color:#00777e}
.identity-control:focus-visible{outline:3px solid #135daa;outline-offset:5px}
.identity-control[hidden]{display:none}
@media(max-width:900px){.identity-intro{gap:32px;padding-block:64px}}
@media(max-width:700px){.identity-intro{grid-template-columns:1fr;gap:24px;padding-block:48px}.identity-copy{max-width:560px}.identity-copy .section-marker{margin-bottom:18px}.identity-copy>p:not(.section-marker){margin-top:20px}.identity-copy .text-link{margin-top:22px}.identity-film{max-width:520px;width:100%;justify-self:center}.identity-canvas{height:360px}}
@media(prefers-reduced-motion:reduce){.identity-canvas video{display:none}.identity-canvas img{opacity:1!important;transition:none}.identity-control{display:none}}

@media(max-width:360px){.identity-intro.wrap{width:calc(100% - 32px);max-width:none}}
