.home_contentContainer__oryql{max-width:1120px;margin:0 auto 3rem;padding:0 2rem;height:calc(100vh - 5rem);position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.home_contentContainer__oryql:before{content:"";position:absolute;inset:0;left:50%;width:100vw;transform:translateX(-50%);background:var(--gradient-subtle);z-index:0}@media(max-width:720px){.home_contentContainer__oryql{height:100%;padding:2rem 2rem 4rem}}.home_contentContainer__oryql>h2{margin-top:2rem}.home_contentContainer__oryql div{display:flex;flex-direction:row;align-items:center;gap:3rem}@media(min-width:720px){.home_contentContainer__oryql div{position:absolute;top:50%;transform:translateY(-50%)}}@media(max-width:720px){.home_contentContainer__oryql div{flex-direction:column-reverse}.home_contentContainer__oryql{flex-direction:column;justify-content:flex-start}}.home_contentContainer__oryql .home_heroImage__ISC2v{width:50%;height:auto;animation:home_fadeInRight__mO10h .8s ease-out .2s both}@media(max-width:720px){.home_contentContainer__oryql .home_heroImage__ISC2v{width:80%;margin-bottom:2rem;animation:home_fadeInUp__YkFye .8s ease-out both}}.home_hero__J_b4N{width:100%;animation:home_fadeInLeft__wzTX0 .8s ease-out both;padding:2rem 0}.home_hero__J_b4N h2{font-size:3rem;line-height:1.2;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-primary) 0,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){.home_hero__J_b4N h2{font-size:2.5rem}}@media(max-width:720px){.home_hero__J_b4N h2{text-align:center;font-size:2rem}}.home_hero__J_b4N p{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin-top:1rem;max-width:600px}@media(max-width:720px){.home_hero__J_b4N p{text-align:center;font-size:1.1rem}}.home_applications__vLdva{max-width:1120px;margin:0 auto 3rem;padding:0 2rem}.home_applications__vLdva h2{text-align:center}.home_applications__vLdva ul{list-style-type:none}.home_applicationsRow__NWsLz{display:flex;align-items:center;justify-content:space-between;margin-top:2rem}@media(max-width:720px){.home_applicationsRow__NWsLz{flex-direction:column}}.home_application__nED5I{border-radius:12px;box-shadow:var(--shadow-sm);padding:1rem;cursor:pointer;background:var(--background);border-top:3px solid var(--primary);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.home_application__nED5I:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease;z-index:0}.home_application__nED5I:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home_application__nED5I:hover:before{opacity:.05}.home_application__nED5I>*{position:relative;z-index:1}.home_application__nED5I p{font-size:1rem;color:var(--text-secondary)}.home_application__nED5I img{width:100%;overflow-clip-margin:content-box;overflow:clip}.home_application__nED5I h3{font-weight:600;color:var(--text-primary)}.home_application__nED5I+li{margin-left:2rem}@media(max-width:720px){.home_application__nED5I+li{margin-top:2rem;margin-left:0}}@keyframes home_fadeInLeft__wzTX0{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes home_fadeInRight__mO10h{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes home_fadeInUp__YkFye{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}