.hero{display:flex;flex-direction:column;justify-content:center;padding-block:var(--margin-section);position:relative}.hero:before{background:repeating-linear-gradient(-30deg,transparent,transparent 40px,rgba(180,142,224,.2) 0,rgba(180,142,224,.2) 41px,transparent 0,transparent 60px,rgba(180,142,224,.3) 0,rgba(180,142,224,.3) 61.5px,transparent 0,transparent 110px,rgba(180,142,224,.15) 0,rgba(180,142,224,.15) 111px,transparent 0,transparent 140px);background-attachment:fixed;content:"";inset:0;-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-composite:destination-in;mask-image:linear-gradient(90deg,transparent,transparent 40%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.6)),linear-gradient(180deg,#000,#000 70%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,transparent 40%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.6)),linear-gradient(180deg,#000,#000 70%,transparent);pointer-events:none;position:absolute}@media (prefers-reduced-motion:reduce){.hero:before{background-attachment:scroll}}.hero__label{align-items:center;color:var(--text-tertiary);display:inline-flex;font-size:.875rem;font-weight:400;gap:.75rem;letter-spacing:.12em;margin-bottom:var(--spacing-7);text-transform:uppercase}@media (max-width:30rem){.hero__label{margin-bottom:var(--spacing-5)}}.hero__label:before{background:var(--accent-dim);content:"";height:1px;width:40px}.hero__heading{color:var(--text-primary);font-family:var(--serif);font-weight:700;max-width:1050px}.hero__heading strong{color:var(--accent);font-style:normal}.hero__heading i{font-style:italic}.hero__bottom{align-items:flex-end;display:flex;gap:var(--spacing-7);justify-content:space-between;margin-top:var(--spacing-9)}@media (max-width:55rem){.hero__bottom{margin-top:var(--spacing-8)}}@media (max-width:30rem){.hero__bottom{align-items:flex-start;flex-direction:column;margin-top:var(--spacing-5)}}.hero__description{max-width:30rem}.hero__cta-group{align-items:center;display:flex;flex-shrink:0;gap:1.5rem}

/*# sourceMappingURL=client.css.map*/