.bannerWithBackground{position:relative;overflow:hidden;background:var(--color-riverstone-900);min-height:540px;display:flex;align-items:center;padding:100px 0}.bannerWithBackground__media{position:absolute;inset:0;z-index:0}.bannerWithBackground__image{width:100%;height:100%;object-fit:cover;display:block}.bannerWithBackground__overlay{position:absolute;inset:0;background:rgba(var(--color-overlay-warm-rgb), 0.85);display:block}.bannerWithBackground .container{position:relative;z-index:1}.bannerWithBackground__content{max-width:560px;display:flex;flex-direction:column;gap:28px;color:var(--color-shade-01)}.bannerWithBackground__heading{position:relative;padding-left:20px;border-left:2px solid var(--color-shade-01);display:flex;flex-direction:column;gap:12px}.bannerWithBackground__sub-headline{font-family:var(--font-primary);font-weight:500;font-size:20px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:var(--color-shade-01);margin:0}.bannerWithBackground__headline{font-family:var(--font-heading);font-weight:400;font-size:60px;line-height:1.1;color:var(--color-shade-01);margin:0}.bannerWithBackground__body{font-family:var(--font-primary);font-weight:325;font-size:18px;line-height:1.6;color:var(--color-shade-01)}.bannerWithBackground__body p{margin:0 0 16px}.bannerWithBackground__body p:last-child{margin-bottom:0}.bannerWithBackground__body ul,.bannerWithBackground__body ol{padding-left:1.25em;margin:0 0 16px}.bannerWithBackground__body ul li,.bannerWithBackground__body ol li{margin-bottom:4px}.bannerWithBackground__body ul li:last-child,.bannerWithBackground__body ol li:last-child{margin-bottom:0}.bannerWithBackground__body ul:last-child,.bannerWithBackground__body ol:last-child{margin-bottom:0}.bannerWithBackground__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.bannerWithBackground__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;min-height:44px;min-width:44px;background:rgba(0,0,0,0);border:2px solid var(--color-shade-01);border-radius:0;font-family:var(--font-primary);font-weight:500;font-size:20px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-shade-01);text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.bannerWithBackground__cta::before{content:"";position:absolute;inset:5px;border:2px solid var(--color-shade-01);pointer-events:none;transition:border-color .2s ease}.bannerWithBackground__cta:hover{background:var(--color-shade-01);border-color:var(--color-shade-01);color:var(--color-harbor-sage);box-shadow:0 0 24px hsla(0,0%,100%,.45)}.bannerWithBackground__cta:hover::before{border-color:var(--color-harbor-sage)}.bannerWithBackground__cta:focus{outline:2px solid var(--color-weathered-taupe-700);outline-offset:3px}.bannerWithBackground__cta:active{transform:scale(0.98)}@media(max-width: 1024px){.bannerWithBackground{min-height:480px;padding:80px 0}.bannerWithBackground__headline{font-size:44px}}@media(max-width: 768px){.bannerWithBackground{min-height:420px;padding:60px 0}.bannerWithBackground__content{max-width:100%;gap:20px;text-align:center}.bannerWithBackground__heading{border-left:none;padding-left:0;align-items:center}.bannerWithBackground__heading::after{content:"";display:block;width:48px;height:2px;background:var(--color-shade-01);margin-top:8px}.bannerWithBackground__sub-headline{font-size:18px}.bannerWithBackground__headline{font-size:36px}.bannerWithBackground__body{font-size:18px}.bannerWithBackground__ctas{justify-content:center}.bannerWithBackground__cta{font-size:18px;flex:1 1 100%;text-align:center}}@media(prefers-reduced-motion: reduce){.bannerWithBackground__cta{transition:none}.bannerWithBackground__cta:active{transform:none}}
