.content-section{box-sizing:border-box;padding:64px 5vw}.content-section__inner{margin:0 auto;max-width:800px}.content-section--align-center{text-align:center}.content-section--align-center .content-section__inner{align-items:center;display:flex;flex-direction:column}.content-section--align-left{text-align:left}.content-section--bg-white{background:var(--bg)}.content-section--bg-alt{background:var(--bg-alt)}.content-section--bg-dark{background:var(--bg-dark,var(--navy-deep))}.content-section--bg-dark .content-section__heading{color:inherit}.content-section--bg-dark .content-section__body,.content-section--bg-dark .content-section__body p{color:inherit;opacity:.55}.content-section--bg-dark .content-section__body a{color:var(--blue)}.content-section__eyebrow{color:inherit;display:inline-block;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.08em;line-height:1;margin-bottom:8px;opacity:.55;text-transform:uppercase}.content-section__heading{color:inherit;font-family:var(--font-display);font-size:30px;font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.content-section__body{color:inherit;font-family:var(--font-body);font-size:15px;line-height:1.6;opacity:.7}.content-section__body p{color:inherit;font-size:inherit;line-height:inherit;margin:0 0 16px}.content-section__body p:last-child{margin-bottom:0}.content-section__body a{color:var(--blue);text-decoration:underline;text-underline-offset:2px;transition:color var(--duration-fast)}.content-section__body a:hover{color:var(--red)}.content-section__cta{display:inline-block;margin-top:32px}.content-section--split{padding:0}.content-section__split-wrap{align-items:center;box-sizing:border-box;display:flex;gap:5vw;padding:56px 5vw}.content-section--img-right .content-section__split-wrap{flex-direction:row-reverse}.content-section__media{flex:2;min-width:0}.content-section__img{border-radius:8px;display:block;height:auto;object-fit:cover;width:100%}.content-section__placeholder{background:linear-gradient(155deg,#f0f2f5,#eaedf0,#e2e5e9);border-radius:8px;min-height:320px;width:100%}.content-section__text{flex:1;min-width:0}.content-section--split.content-section--align-center .content-section__text{text-align:left}@media (max-width:1080px){.content-section__split-wrap{flex-direction:column;gap:36px;padding:56px 24px}.content-section--img-right .content-section__split-wrap{flex-direction:column}.content-section__media{max-width:600px;order:-1;width:100%}}@media (max-width:767px){.content-section{padding:40px 20px}.content-section__split-wrap{gap:32px;padding:40px 20px}.content-section__heading{font-size:26px}.content-section__body{font-size:14px}.content-section__placeholder{min-height:240px}}