.module-wrapper:has(.callout){max-width:1063px}.callout{background:var(--surface-contrast);border:1px solid var(--border-navy);border-radius:var(--radius-md);display:flex;flex-direction:column;overflow:clip;z-index:0}.callout__content{order:2;padding:var(--spacing-8x);position:relative;z-index:0}.callout__heading{margin-bottom:var(--spacing-3x)}.callout__description{margin-bottom:var(--spacing-8x)}.callout__shape-wrapper{display:none;grid-template-columns:repeat(3,1fr);height:auto;inset:auto auto -10px 0;opacity:.1;position:absolute;width:100%}.callout__shape-line{background:var(--text-teal);content:"";height:7px;margin:auto 0;width:100%}.callout__shape{height:auto}.callout__shape .icon-wrapper,.callout__shape svg{height:100%;width:100%}.callout__shape svg path{fill:var(--text-teal)}.callout__image{max-height:350px;order:1;overflow:clip;z-index:1}.callout__image img{display:block;height:100%;object-fit:cover;width:100%}@media (min-width:1024px){.callout{flex-direction:row}.callout__content{order:1;padding:var(--spacing-16x) var(--spacing-24x) var(--spacing-30x) var(--spacing-12x)}.callout__shape-wrapper{display:grid}.callout__image{flex:1 0 calc(50% - 30px);max-height:550px;order:2}}