#cta{scroll-margin-top:180px}.al-hero{--al-theme:linear-gradient(135deg,#1a4fc9,#7b36b0);--al-brand-gradient:linear-gradient(100deg,#ff7e3f,#c23aa8 42%,#7a2fd0 66%,#2a5fe0);--al-duration:1s;background:#151515;height:62svh;isolation:isolate;max-height:720px;min-height:450px;overflow:hidden;position:relative;width:100%}.al-hero--red-theme{--al-theme:linear-gradient(45deg,#7b36b0 25%,#eb4b55 75%)}.al-hero *,.al-hero :after,.al-hero :before{box-sizing:border-box}.al-hero__track{height:100%;list-style:none;margin:0;padding:0;position:relative;width:100%}.al-hero__slide{height:100%;inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity var(--al-duration) ease,visibility var(--al-duration) ease;visibility:hidden;width:100%;z-index:1}.al-hero__slide.is-active{opacity:1;pointer-events:auto;visibility:visible;z-index:2}.al-hero__media{inset:0;position:absolute;z-index:0}.al-hero__img,.al-hero__media{display:block;height:100%;width:100%}.al-hero__img{object-fit:cover;object-position:center 30%;transform:scale(1.02);transition:transform 7s ease,opacity .7s ease}.al-hero__slide.is-active .al-hero__img{transform:scale(1)}.al-hero__scrim{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.22) 45%,rgba(0,0,0,.62));inset:0;pointer-events:none;position:absolute;z-index:1}.al-hero__body{align-items:flex-end;display:flex;height:100%;padding:0 20px 100px;position:relative;width:100%;z-index:3}.al-hero__inner{margin:0;max-width:760px;width:100%}.al-hero__title{color:#fff;font-size:45px!important;font-weight:700;letter-spacing:-.035em;line-height:1.12;margin:0;max-width:100%!important;transform:translateY(25px);transition:opacity .7s ease .15s,transform .7s ease .15s}.al-hero__desc,.al-hero__title{display:block;opacity:0;padding:0;width:100%}.al-hero__desc{color:hsla(0,0%,100%,.88);font-size:20px!important;font-weight:400;line-height:1.65;margin:18px 0 0;max-width:650px;transform:translateY(20px);transition:opacity .7s ease .3s,transform .7s ease .3s}.al-hero__slide.is-active .al-hero__desc,.al-hero__slide.is-active .al-hero__title{opacity:1;transform:translateY(0)}.al-hero__ctas{align-items:stretch;display:flex;flex-direction:column;gap:12px;margin:24px 0 0;opacity:0;transform:translateY(20px);transition:opacity .7s ease .45s,transform .7s ease .45s;width:100%}.al-hero__slide.is-active .al-hero__ctas{opacity:1;transform:translateY(0)}.al-hero__btn{align-items:center;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;line-height:1.3;min-height:50px;padding:13px 22px;text-align:center;text-decoration:none;transition:transform .25s ease,opacity .25s ease,background .25s ease,box-shadow .25s ease;width:100%}.al-hero__btn--primary{background:var(--al-theme);border:0;box-shadow:0 8px 22px rgba(0,0,0,.16);color:#fff!important}.al-hero__btn--secondary{background:hsla(0,0%,100%,.07);border:1.5px solid hsla(0,0%,100%,.55);color:#fff!important}.al-hero__btn:hover{color:#fff!important;opacity:1;transform:translateY(-2px)}.al-hero__btn span{display:inline-block;line-height:1;transition:transform .25s ease}.al-hero__btn:hover span{transform:translateX(4px)}.al-hero__dots{align-items:center;bottom:58px;display:flex;gap:8px;justify-content:center;left:0;position:absolute;right:0;z-index:5}.al-hero__dot{background:hsla(0,0%,100%,.45);border:0;border-radius:50%;cursor:pointer;display:block;height:8px;padding:0;transition:width .3s ease,height .3s ease,border-radius .3s ease,background .3s ease;width:8px}.al-hero__dot.is-active{background:var(--al-theme);border-radius:5px;height:8px;width:22px}.al-hero__arrows{bottom:48px;display:none;gap:10px;position:absolute;right:20px;z-index:5}.al-hero__arrow{align-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.35);border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:44px;justify-content:center;line-height:1;padding:0;transition:background .25s ease,border-color .25s ease,transform .25s ease;width:44px}.al-hero__arrow:hover{background:var(--al-theme);border-color:transparent;color:#fff;transform:translateY(-2px)}.al-hero__progress{background:hsla(0,0%,100%,.18);bottom:0;height:3px;left:0;position:absolute;width:100%;z-index:6}.al-hero__progress-bar{background:var(--al-theme);display:block;height:100%;transition:none;width:0}.al-hero__scroll{align-items:center;animation:alHeroBounce 1.8s ease-in-out infinite;background:transparent;border:1px solid hsla(0,0%,100%,0);border-radius:50%;bottom:12px;color:#fff;cursor:pointer;display:flex;font-size:25px;height:38px;justify-content:center;left:50%;padding:0;position:absolute;transform:translateX(-50%);width:38px;z-index:6}.al-hero__scroll-arrow{display:block;line-height:1;transform:translateY(-2px)}@keyframes alHeroBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.al-hero--people_gradient,.al-hero--people_solid{--al-hero-theme:#b73734;--al-hero-theme-gradient:linear-gradient(100deg,#b73734,#db7b2c)}.al-hero--products_gradient,.al-hero--products_solid{--al-hero-theme:#5c2d83;--al-hero-theme-gradient:linear-gradient(100deg,#5c2d83,#d43d95)}.al-hero--processes_gradient,.al-hero--processes_solid{--al-hero-theme:#0f2e78;--al-hero-theme-gradient:linear-gradient(100deg,#0f2e78,#259ecf)}.al-hero--data_gradient,.al-hero--data_solid{--al-hero-theme:#146800;--al-hero-theme-gradient:linear-gradient(100deg,#146800,#81b838)}.al-hero--platforms_gradient,.al-hero--platforms_solid{--al-hero-theme:#0d5966;--al-hero-theme-gradient:linear-gradient(100deg,#0d5966,#05a393)}.al-hero--governance_gradient,.al-hero--governance_solid{--al-hero-theme:#892927;--al-hero-theme-gradient:linear-gradient(100deg,#892927,#eb4b55)}.al-hero--data_solid .al-hero__dot.is-active,.al-hero--data_solid .al-hero__progress-bar,.al-hero--governance_solid .al-hero__dot.is-active,.al-hero--governance_solid .al-hero__progress-bar,.al-hero--people_solid .al-hero__dot.is-active,.al-hero--people_solid .al-hero__progress-bar,.al-hero--platforms_solid .al-hero__dot.is-active,.al-hero--platforms_solid .al-hero__progress-bar,.al-hero--processes_solid .al-hero__dot.is-active,.al-hero--processes_solid .al-hero__progress-bar,.al-hero--products_solid .al-hero__dot.is-active,.al-hero--products_solid .al-hero__progress-bar{background:var(--al-hero-theme)}.al-hero--data_solid .al-hero__btn--primary,.al-hero--governance_solid .al-hero__btn--primary,.al-hero--people_solid .al-hero__btn--primary,.al-hero--platforms_solid .al-hero__btn--primary,.al-hero--processes_solid .al-hero__btn--primary,.al-hero--products_solid .al-hero__btn--primary{background:var(--al-hero-theme);border-color:var(--al-hero-theme)}.al-hero--data_solid .al-hero__arrow:hover,.al-hero--governance_solid .al-hero__arrow:hover,.al-hero--people_solid .al-hero__arrow:hover,.al-hero--platforms_solid .al-hero__arrow:hover,.al-hero--processes_solid .al-hero__arrow:hover,.al-hero--products_solid .al-hero__arrow:hover{background:var(--al-hero-theme);border-color:transparent}.al-hero--data_gradient .al-hero__dot.is-active,.al-hero--data_gradient .al-hero__progress-bar,.al-hero--governance_gradient .al-hero__dot.is-active,.al-hero--governance_gradient .al-hero__progress-bar,.al-hero--people_gradient .al-hero__dot.is-active,.al-hero--people_gradient .al-hero__progress-bar,.al-hero--platforms_gradient .al-hero__dot.is-active,.al-hero--platforms_gradient .al-hero__progress-bar,.al-hero--processes_gradient .al-hero__dot.is-active,.al-hero--processes_gradient .al-hero__progress-bar,.al-hero--products_gradient .al-hero__dot.is-active,.al-hero--products_gradient .al-hero__progress-bar{background:var(--al-hero-theme-gradient)}.al-hero--data_gradient .al-hero__arrow:hover,.al-hero--data_gradient .al-hero__btn--primary,.al-hero--governance_gradient .al-hero__arrow:hover,.al-hero--governance_gradient .al-hero__btn--primary,.al-hero--people_gradient .al-hero__arrow:hover,.al-hero--people_gradient .al-hero__btn--primary,.al-hero--platforms_gradient .al-hero__arrow:hover,.al-hero--platforms_gradient .al-hero__btn--primary,.al-hero--processes_gradient .al-hero__arrow:hover,.al-hero--processes_gradient .al-hero__btn--primary,.al-hero--products_gradient .al-hero__arrow:hover,.al-hero--products_gradient .al-hero__btn--primary{background:var(--al-hero-theme-gradient);border-color:transparent}@media (min-width:768px){.al-hero{height:72vh;max-height:760px;min-height:520px}.al-hero__body{align-items:center;padding:0 7vw 50px}.al-hero__inner{max-width:720px;width:100%}.al-hero__title{font-size:45px!important;line-height:1.08}.al-hero__desc{font-size:18px!important;line-height:1.65;margin-top:22px;max-width:650px}.al-hero__ctas{align-items:center;flex-direction:row;margin-top:30px;width:auto}.al-hero__btn{min-width:160px;width:auto}.al-hero__dots{bottom:auto;flex-direction:column;gap:10px;left:auto;right:28px;top:50%;transform:translateY(-50%)}.al-hero__dot{height:8px;width:8px}.al-hero__dot.is-active{border-radius:5px;height:22px;width:8px}.al-hero__arrows{bottom:36px;display:flex;right:76px}.al-hero__scroll{bottom:22px;height:46px;width:46px}}@media (min-width:1280px){.al-hero{height:62vh;max-height:820px;min-height:450px}.al-hero__body{padding:0 8vw 50px}.al-hero__inner{max-width:800px}.al-hero__title{font-size:45px!important;line-height:1.06}.al-hero__desc{font-size:20px!important;line-height:1.65;margin-top:24px;max-width:680px}.al-hero__ctas{margin-top:32px}}@media (max-width:480px){.al-hero{height:55svh;min-height:430px}.al-hero__body{padding:0 15px 92px}.al-hero__inner{max-width:100%}.al-hero__title{font-size:31px!important;letter-spacing:-.025em;line-height:1.12}.al-hero__desc{font-size:14px!important;line-height:1.6;margin-top:16px}.al-hero__ctas{gap:10px;margin-top:20px}.al-hero__btn{font-size:13px;min-height:48px;padding:12px 18px}.al-hero__dots{bottom:55px}.al-hero__arrows{bottom:44px;right:15px}.al-hero__arrow{font-size:20px;height:40px;width:40px}.al-hero__scroll{bottom:10px;height:36px;width:36px}}@media (max-width:360px){.al-hero{min-height:420px}.al-hero__body{padding:0 15px 88px}.al-hero__title{font-size:28px!important;line-height:1.12}.al-hero__desc{font-size:13px!important;line-height:1.55;margin-top:14px}.al-hero__ctas{margin-top:18px}}@media (prefers-reduced-motion:reduce){.al-hero__arrow,.al-hero__btn,.al-hero__ctas,.al-hero__desc,.al-hero__dot,.al-hero__img,.al-hero__slide,.al-hero__title{transition:none!important}.al-hero__scroll{animation:none!important}}