/* Shared public-page banners */
main .page-hero{max-width:none;min-height:410px;padding:88px max(28px,calc((100vw - 1184px)/2));display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#e2f2eb 0%,#f6f7f1 62%,#d4eee3 100%)}
main .page-hero:before{content:"";position:absolute;z-index:-1;width:560px;height:560px;right:-135px;top:-310px;border:1px solid #39837338;border-radius:50%;box-shadow:0 0 0 42px #39837312,0 0 0 85px #3983730b}
main .page-hero:after{content:"";position:absolute;z-index:-1;width:220px;height:220px;left:48%;bottom:-180px;border-radius:50%;background:#a7e7d066}
.page-hero-copy{max-width:765px;animation:rise-in .6s ease-out both}.page-hero-copy .eyebrow{display:flex;align-items:center;gap:8px}.page-hero-copy .eyebrow i{display:grid;place-items:center;width:21px;height:21px;border-radius:5px;background:#438476;color:#fff;font-size:10px}.page-hero-copy h1{margin-bottom:20px}.page-hero-copy .lede{margin-bottom:29px}
.page-hero-mark{width:183px;height:183px;flex:0 0 183px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#f6f7f1;background:#123844;box-shadow:0 22px 44px #12384424;transform:rotate(-9deg);animation:float 5s ease-in-out infinite}.page-hero-mark:before{content:"";position:absolute;width:148px;height:148px;border:1px solid #a7e7d080;border-radius:50%}.page-hero-mark i{font-size:21px;color:#a7e7d0;margin-bottom:9px}.page-hero-mark span{font:11px/1.35 'DM Mono',monospace;letter-spacing:.7px;text-transform:uppercase;z-index:1}
@media(max-width:800px){main .page-hero{min-height:0;padding:70px 22px;align-items:flex-start}.page-hero-mark{width:125px;height:125px;flex-basis:125px}.page-hero-mark:before{width:99px;height:99px}.page-hero-mark i{font-size:16px;margin-bottom:4px}.page-hero-mark span{font-size:8px}}@media(max-width:520px){main .page-hero{padding:60px 22px;display:block}.page-hero-mark{display:none}.page-hero-copy h1{font-size:43px}}
