@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;800&display=swap");#herosolutions{background-color:#fff;box-sizing:border-box;color:#475467;font-family:Plus Jakarta Sans,sans-serif;overflow:hidden;width:100%}#herosolutions *,#herosolutions :after,#herosolutions :before{box-sizing:inherit;margin:0;padding:0}#herosolutions{--color-text-primary:#302f30;--color-text-secondary:#475467;--color-purple-start:#8e00c6;--color-purple-end:#4544c7;--color-border:#d0d5dd;--color-white:#fff;--spacing-sm:16px;--spacing-md:24px;--spacing-lg:44px;--spacing-xl:62px;--font-h1-mobile:40px;--font-h1-desktop:62px;--font-p-mobile:18px;--font-p-desktop:20px}#herosolutions .hero-wrapper{display:flex;flex-direction:column;width:100%}#herosolutions .hero-main{align-items:center;padding:var(--spacing-xl) var(--spacing-md)}#herosolutions .hero-content,#herosolutions .hero-main{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%}#herosolutions .hero-content{max-width:588px}#herosolutions .hero-text-block{display:flex;flex-direction:column;gap:var(--spacing-md)}#herosolutions .hero-title{color:var(--color-text-primary);font-size:var(--font-h1-mobile);font-weight:800;letter-spacing:-.8px;line-height:1.2}#herosolutions .hero-description{color:var(--color-text-secondary);font-size:var(--font-p-mobile);font-weight:400;letter-spacing:-.27px;line-height:1.6}#herosolutions .hero-buttons{display:flex;flex-direction:column;gap:16px;width:100%}#herosolutions .btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:56px;justify-content:center;line-height:20px;padding:18px 24px;text-decoration:none;transition:opacity .2s ease;width:100%}#herosolutions .btn:hover{opacity:.9}#herosolutions .btn-primary{background:linear-gradient(90deg,var(--color-purple-start) 0,var(--color-purple-end) 100%);border:none;color:var(--color-white)}#herosolutions .btn-secondary{background:transparent;border:1px solid var(--color-border);color:#1d1b20;font-weight:500;gap:12px}#herosolutions .btn-icon{flex-shrink:0;height:24px;width:24px}#herosolutions .hero-visual{align-items:center;display:flex;justify-content:center;width:100%}#herosolutions .hero-image-container{aspect-ratio:644/554;background-color:#f2f4f7;border-radius:20px;max-width:644px;overflow:hidden;position:relative;width:100%}#herosolutions .hero-image{display:block;height:100%;object-fit:cover;width:100%}@media screen and (min-width:768px){#herosolutions .hero-title{font-size:var(--font-h1-desktop);letter-spacing:-1.24px}#herosolutions .hero-description{font-size:var(--font-p-desktop);letter-spacing:-.3px}#herosolutions .hero-buttons{flex-direction:row;width:auto}#herosolutions .btn{font-size:18px;min-width:209px;width:auto}}@media screen and (min-width:1024px){#herosolutions .hero-main{align-items:center;flex-direction:row;gap:80px;justify-content:center;margin:0 auto;max-width:1440px;padding:92px 84px}#herosolutions .hero-content{align-items:flex-start;text-align:left;width:50%}#herosolutions .hero-visual{justify-content:flex-end;width:50%}#herosolutions .hero-image-container{margin-left:auto}}