.callouts-grid{margin-top:var(--block-margin-start);margin-bottom:var(--block-margin-end);padding-top:var(--block-padding-start);padding-bottom:var(--block-padding-end)}.callouts-grid .wrap{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 62.4375em){.callouts-grid .wrap{gap:10px}}.callouts-grid__header{display:flex;align-items:center}.callouts-grid__title{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:1.5625rem;line-height:1.2}@media screen and (max-width: 62.4375em){.callouts-grid__title{font-size:1.125rem;line-height:1.3888888889}}.callouts-grid__content{display:grid;grid-template-columns:repeat(12, 1fr);grid-template-rows:repeat(2, 1fr);grid-gap:10px;gap:10px}@media screen and (max-width: 62.4375em){.callouts-grid__content{display:flex;flex-direction:column}}.callouts-grid__content .callouts-grid-item,.callouts-grid__content>.editable{grid-column:1/span 6;display:flex;width:100%}.callouts-grid__content>.editable--hidden{display:none}.callouts-grid__content .callouts-grid-item--large,.callouts-grid__content .editable:has(.callouts-grid-item--large){grid-column:7/span 6;grid-row:1/-1}.callouts-grid-item{color:var(--c-background)}.callouts-grid-item a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.callouts-grid-item--red{background:var(--c-brand)}.callouts-grid-item--black{background:var(--c-black)}.callouts-grid-item__container{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:10px;gap:10px;align-items:stretch;height:100%;width:100%}@media screen and (max-width: 42.5em){.callouts-grid-item__container{display:flex;flex-direction:column;gap:0}}.callouts-grid-item--large .callouts-grid-item__container{position:relative;display:block;width:100%}.callouts-grid-item__image{grid-column:1/span 3;margin-right:-5px;background:var(--c-background);overflow:hidden}@media screen and (max-width: 42.5em){.callouts-grid-item__image{aspect-ratio:2/1;margin:0}}.callouts-grid-item--reverse .callouts-grid-item__image{grid-column:4/span 3;margin-right:0;margin-left:-5px}@media screen and (max-width: 42.5em){.callouts-grid-item--reverse .callouts-grid-item__image{margin:0}}.callouts-grid-item--large .callouts-grid-item__image{position:absolute;top:0;right:0;bottom:0;left:0;margin:0}@media screen and (max-width: 42.5em){.callouts-grid-item--large .callouts-grid-item__image{aspect-ratio:unset}}.callouts-grid-item--large .callouts-grid-item__image:after{content:"";position:absolute;top:0;right:0;bottom:auto;left:0;height:50%;background:linear-gradient(180deg, rgb(from var(--c-black) r g b/0.95) 0%, transparent 100%)}.callouts-grid-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 500ms ease-out}@media(hover: hover)and (pointer: fine){a:hover .callouts-grid-item__image img{transform:scale(1.02)}}.callouts-grid-item__content{align-self:center;grid-column:4/span 3;display:flex;flex-direction:column;gap:6px;padding:var(--site-gutter)}@media screen and (max-width: 42.5em){.callouts-grid-item__content{align-self:initial;align-items:center;gap:10px;padding-top:30px;padding-bottom:30px;text-align:center}}.callouts-grid-item--reverse .callouts-grid-item__content{grid-column:1/span 3;grid-row:1}.callouts-grid-item--large .callouts-grid-item__content{aspect-ratio:7/6;position:relative;gap:10px;padding:60px 48px}@media screen and (max-width: 42.5em){.callouts-grid-item--large .callouts-grid-item__content{padding:35px 24px}}.callouts-grid-item__title{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:1.25rem;line-height:1.25;font-weight:var(--font-weight-bold)}@media screen and (max-width: 42.5em){.callouts-grid-item__title{font-size:.875rem;line-height:1.2142857143}}.callouts-grid-item--large .callouts-grid-item__title{font-size:1.875rem;line-height:1}@media screen and (max-width: 42.5em){.callouts-grid-item--large .callouts-grid-item__title{font-size:1.125rem;line-height:1.3888888889}}.callouts-grid-item__sub-title,.callouts-grid-item__text{font-size:.75rem;line-height:2.0833333333;font-weight:var(--font-weight-medium);letter-spacing:1.6px;text-transform:uppercase}@media screen and (max-width: 42.5em){.callouts-grid-item__sub-title,.callouts-grid-item__text{font-size:.625rem;line-height:1.4}}.callouts-grid-item--large .callouts-grid-item__sub-title,.callouts-grid-item--large .callouts-grid-item__text{font-size:1rem;line-height:1.75;text-transform:none;letter-spacing:.8px}@media screen and (max-width: 42.5em){.callouts-grid-item--large .callouts-grid-item__sub-title,.callouts-grid-item--large .callouts-grid-item__text{font-size:.75rem;line-height:1.6666666667}}.callouts-grid-item__sub-title strong,.callouts-grid-item__text strong{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:1.875rem;line-height:1;font-weight:var(--font-weight-bold);letter-spacing:.8px}.callouts-grid-item__cta{font-family:Syne,Helvetica,sans-serif;line-height:1.2;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px;font-size:.8125rem;line-height:1.5384615385;display:flex;align-items:center;gap:15px;font-weight:var(--font-weight-bold);letter-spacing:1.6px;color:var(--c-white)}.callouts-grid-item__cta span{position:relative}a:hover .callouts-grid-item__cta span:after{width:100%}.callouts-grid-item__cta span:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:currentColor;transition:width 500ms ease-out}.callouts-grid-item__cta svg{fill:currentColor}
/*# sourceMappingURL=callouts-grid.css.213f1.map */