:root{--spread-blue:#2563eb;--spread-bg:#0d0d0d;--spread-surface:#141414;--spread-border:hsla(0,0%,100%,.1);--spread-muted:hsla(0,0%,100%,.55);--spread-font:"IBM Plex Sans",sans-serif}.hs-modal-trigger-wrap{display:inline-block}.hs-modal-btn,.hs-modal-footer .hs-button,.hs-modal-trigger-wrap .hs-button{align-items:center!important;border-radius:9999px!important;-webkit-border-radius:9999px!important;cursor:pointer!important;display:inline-flex!important;font-family:IBM Plex Sans,sans-serif!important;font-size:16px!important;font-weight:500!important;gap:8px!important;justify-content:center!important;letter-spacing:.08em!important;line-height:1!important;min-height:48px!important;padding:14px 28px!important;text-decoration:none!important;text-transform:uppercase!important;transition:background .18s ease,color .18s ease!important;white-space:nowrap!important}.hs-modal-btn:focus-visible,.hs-modal-trigger-wrap .hs-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.hs-modal-btn,.hs-modal-btn--primary,.hs-modal-trigger-wrap .hs-button{background:transparent!important;background-color:transparent!important;border:2px solid #fff!important;border-radius:9999px!important;-webkit-border-radius:9999px!important;box-shadow:none!important;color:#fff!important;transform:none!important}.hs-modal-btn--primary:hover,.hs-modal-btn:hover,.hs-modal-trigger-wrap .hs-button:hover{background:#fff!important;background-color:#fff!important;border-color:#fff!important;border-radius:9999px!important;-webkit-border-radius:9999px!important;color:#000!important}.hs-modal-btn--outline,.hs-modal-footer .hs-button{background:transparent!important;background-color:transparent!important;border:2px solid #fff!important;border-radius:9999px!important;-webkit-border-radius:9999px!important;box-shadow:none!important;color:#fff!important;transform:none!important}.hs-modal-btn--outline:hover,.hs-modal-footer .hs-button:hover{background:#fff!important;background-color:#fff!important;border-color:#fff!important;border-radius:9999px!important;-webkit-border-radius:9999px!important;color:#000!important}.hs-modal-overlay{align-items:center;display:flex;inset:0;justify-content:center;padding:20px;pointer-events:none;position:fixed;visibility:hidden;z-index:9999}.hs-modal-overlay.is-open{pointer-events:auto;visibility:visible}.hs-modal-backdrop{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:rgba(0,0,0,.85);inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.hs-modal-overlay.is-open .hs-modal-backdrop{opacity:1}.hs-modal-dialog{background:var(--spread-surface);border:1px solid var(--spread-border);border-radius:0;box-shadow:0 0 0 1px hsla(0,0%,100%,.06),0 24px 60px rgba(0,0,0,.7);display:flex;flex-direction:column;max-height:calc(100vh - 48px);max-width:var(--modal-max-width,600px);opacity:0;position:relative;transform:translateY(16px) scale(.98);transition:transform .32s cubic-bezier(.22,.68,0,1.15),opacity .24s ease;width:100%}.hs-modal-overlay.is-open .hs-modal-dialog{opacity:1;transform:translateY(0) scale(1)}.hs-modal-dialog:before{background:var(--spread-blue);content:"";height:2px;left:0;position:absolute;right:0;top:0}.hs-modal-header{align-items:center;border-bottom:1px solid var(--spread-border);display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:20px 24px 16px}.hs-modal-title{color:#fff!important;flex:1;font-family:IBM Plex Sans,sans-serif!important;font-size:.9375rem!important;font-weight:700!important;letter-spacing:.02em!important;line-height:1.3;margin:0}.hs-modal-close{align-items:center;background:transparent;border:1px solid var(--spread-border);border-radius:0;color:hsla(0,0%,100%,.5);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;transition:border-color .15s,color .15s,background .15s;width:32px}.hs-modal-close:hover{background:rgba(37,99,235,.06);border-color:var(--spread-blue);color:var(--spread-blue)}.hs-modal-close:focus-visible{outline:2px solid var(--spread-blue);outline-offset:2px}.hs-modal-body{flex:1 1 auto;overflow-y:auto;padding:24px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.hs-modal-body.hs-richtext>:first-child{margin-top:0}.hs-modal-body.hs-richtext>:last-child{margin-bottom:0}.hs-modal-body.hs-richtext p{color:var(--spread-muted);font-family:var(--spread-font);font-size:.9375rem;line-height:1.7;margin:0 0 .9em}.hs-modal-body.hs-richtext h1,.hs-modal-body.hs-richtext h2,.hs-modal-body.hs-richtext h3,.hs-modal-body.hs-richtext h4,.hs-modal-body.hs-richtext h5,.hs-modal-body.hs-richtext h6{color:#fff!important;font-family:IBM Plex Sans,sans-serif!important;font-weight:700!important;letter-spacing:.01em!important;line-height:1.2;margin:1.2em 0 .4em}.hs-modal-body.hs-richtext h2{font-size:.9375rem}.hs-modal-body.hs-richtext h3{font-size:.8125rem}.hs-modal-body.hs-richtext ol,.hs-modal-body.hs-richtext ul{color:var(--spread-muted);font-size:.9375rem;margin:0 0 .9em;padding-left:1.25em}.hs-modal-body.hs-richtext li{line-height:1.65;margin-bottom:.4em}.hs-modal-body.hs-richtext a{color:var(--spread-blue);text-decoration:underline;text-underline-offset:2px}.hs-modal-body.hs-richtext a:hover{color:#fff}.hs-modal-body.hs-richtext strong{color:#fff!important;font-weight:700}.hs-modal-body.hs-richtext em{color:hsla(0,0%,100%,.7);font-style:italic}.hs-modal-body.hs-richtext img{border:1px solid var(--spread-border);height:auto;max-width:100%}.hs-modal-body.hs-richtext blockquote{background:rgba(37,99,235,.06);border-left:3px solid var(--spread-blue);color:hsla(0,0%,100%,.7);font-style:italic;margin:1em 0;padding:12px 18px}.hs-modal-body.hs-richtext hr{border:none;border-top:1px solid var(--spread-border);margin:1.25em 0}.hs-modal-body.hs-richtext table{border-collapse:collapse;margin-bottom:.9em;width:100%}.hs-modal-body.hs-richtext td,.hs-modal-body.hs-richtext th{border:1px solid var(--spread-border);color:var(--spread-muted);font-size:.875rem;padding:8px 12px}.hs-modal-body.hs-richtext th{background:hsla(0,0%,100%,.04);color:#fff!important;font-family:IBM Plex Sans,sans-serif!important;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase}.hs-modal-body::-webkit-scrollbar{width:4px}.hs-modal-body::-webkit-scrollbar-track{background:transparent}.hs-modal-body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:0}.hs-modal-body::-webkit-scrollbar-thumb:hover{background:var(--spread-blue)}.hs-modal-footer{border-top:1px solid var(--spread-border);display:flex;flex-shrink:0;justify-content:flex-end;padding:16px 30px 22px 24px}@media (prefers-reduced-motion:reduce){.hs-modal-backdrop,.hs-modal-btn,.hs-modal-dialog{transition:none!important}}@media (max-width:600px){.hs-modal-overlay{align-items:flex-end;padding:0}.hs-modal-dialog{max-height:88vh;transform:translateY(32px)}.hs-modal-overlay.is-open .hs-modal-dialog{transform:translateY(0)}}