.hero{position:relative;width:100%;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));background:var(--color-background);margin-top:calc(-1 * var(--nav-height, 4.5rem));padding-top:var(--nav-height,4.5rem);overflow:hidden;isolation:isolate}.hero__graphic{position:absolute;inset:0;z-index:1;transform:translateZ(0);touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 65%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 65%);opacity:0;animation:fadeIn .6s ease-out .1s forwards}.hero__content,.hero__graphic{display:flex;align-items:center;justify-content:center;pointer-events:none}.hero__content{position:relative;z-index:2;flex-direction:column;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));gap:var(--space-6);padding:clamp(2.5rem,8vh,4rem) var(--space-4)}.hero__content>*{pointer-events:auto}.hero__graphic-mobile{display:none}.hero__text{text-align:center;max-width:40rem;opacity:0;animation:fadeInUp .6s ease-out forwards}.hero__title{text-wrap:balance}.hero__title-break{display:none}@media (min-width:768px){.hero__title-break{display:inline}}.hero__description-container{margin:var(--space-3) 0 0;text-align:center;padding-left:var(--space-4);padding-right:var(--space-4)}@media (min-width:768px){.hero__description-container{text-align:left;padding-left:var(--space-6);padding-right:var(--space-4)}}.hero__description{text-wrap:pretty}.hero__description--desktop{display:none}.hero__description--mobile{display:block}@media (min-width:768px){.hero__description--desktop{display:flex}.hero__description--mobile{display:none}}.hero__rotating-container{position:relative;height:3.2em;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:768px){.hero__rotating-container{height:4.5em}}.hero__rotating-line{display:inline-block;font-family:var(--font-family-primary);font-size:clamp(.65rem,calc(.3rem + 2.2vw),.85rem);font-weight:var(--font-weight-bold);animation:heroDescSlideIn .9s cubic-bezier(.22,.85,.36,1) forwards}@media (min-width:768px){.hero__rotating-line{font-size:clamp(1.15rem,calc(.55rem + 1.4vw),1.6rem)}}.hero__rotating-line--gradient-0,.hero__rotating-line--gradient-1,.hero__rotating-line--gradient-2{background-image:linear-gradient(135deg,#0f766e,#64748b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes heroDescSlideIn{0%{opacity:0;transform:translateY(1.3em)}to{opacity:1;transform:translateY(0)}}.hero__actions{display:flex;flex-direction:column;gap:var(--space-3);align-items:center;opacity:0;animation:fadeInUp .6s ease-out .25s forwards;width:100%}.hero__actions .btn--large{padding:14px 19.18px;font-size:var(--text-md);height:44px;width:85%;max-width:85%;border-radius:var(--radius-full)}@media (max-width:375px){.hero__content{padding:var(--space-1) var(--space-3) max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__text{max-width:100%}.hero__description-container{margin-top:var(--space-1-5)}.hero__graphic-mobile{height:clamp(140px,24vh,200px)}.hero__actions{gap:var(--space-2);padding-bottom:max(var(--space-2),env(safe-area-inset-bottom,0px))}.hero__actions .btn--large{font-size:var(--text-sm);padding:12px 16px;height:40px}}@media (max-width:767px) and (max-height:600px){.hero__content{padding:var(--space-1) var(--space-4) max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__graphic-mobile{height:clamp(100px,18vh,140px)}.hero__actions{gap:var(--space-1-5);padding-bottom:max(var(--space-1-5),env(safe-area-inset-bottom,0px))}.hero__actions .btn--large{height:38px;padding:10px 16px;font-size:var(--text-sm)}.hero__description-container{margin-top:var(--space-1-5)}.hero__title{margin-bottom:0}}@media (max-width:767px) and (min-height:800px){.hero__content{padding:var(--space-3) var(--space-4) max(var(--space-5),env(safe-area-inset-bottom,0px))}.hero__graphic-mobile{height:clamp(220px,32vh,300px)}.hero__actions{gap:var(--space-3);padding-bottom:max(var(--space-3),env(safe-area-inset-bottom,0px))}.hero__description-container{margin-top:var(--space-3)}}@media (min-width:480px){.hero__content{padding:clamp(2rem,6vh,4rem) var(--space-6);gap:var(--space-8)}.hero__actions{flex-direction:row;gap:var(--space-4);width:auto}.hero__actions .btn--large{padding:var(--space-2-5) var(--space-5-5);font-size:var(--text-base-lg);width:auto;max-width:none;height:auto;border-radius:var(--radius-lg)}}@media (min-width:768px){.hero__graphic{left:auto;right:2%;width:65%;inset-block:0;justify-content:center;-webkit-mask-image:radial-gradient(ellipse 80% 90% at 55% 50%,black 35%,transparent 70%);mask-image:radial-gradient(ellipse 80% 90% at 55% 50%,black 35%,transparent 70%)}.hero__content{flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(1rem,4vh,2rem) var(--space-14) clamp(3rem,8vh,6rem)}.hero__text{text-align:left;max-width:50%}.hero__title{font-size:clamp(2.65rem,5.8vw,4rem)}.hero__description-container{padding:0;text-align:left}.hero__description--desktop{display:flex;flex-direction:column;gap:.25rem;text-align:left}.hero__rotating-container{justify-content:flex-start}.hero__actions{flex-direction:row;gap:var(--space-4);padding-top:var(--space-3)}.hero__actions .btn--large{padding:var(--space-3) var(--space-7);font-size:var(--text-lg)}}@media (min-width:1024px){.hero__graphic{width:60%}.hero__content{padding:0 var(--space-20);gap:var(--space-10)}.hero__text{max-width:50%}.hero__title{margin-bottom:var(--space-6)}.hero__description-container{max-width:40rem}.hero__description--desktop{gap:.375rem}}@media (min-width:1440px){.hero__content{padding:0 calc((100vw - var(--container-2xl)) / 2 + var(--space-24))}.hero__text{max-width:50%}}@media (max-width:767px){.hero{min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));position:relative;overflow:hidden}.hero__graphic{display:none}.hero__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;min-height:calc(100vh - var(--nav-height, 4.5rem));min-height:calc(100svh - var(--nav-height, 4.5rem));padding:var(--space-2) var(--space-4) max(var(--space-4),env(safe-area-inset-bottom,0px));gap:0}.hero__text{margin-bottom:0;width:100%;flex-shrink:0;position:relative;z-index:2}.hero__graphic-mobile{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(160px,28vh,240px);flex-shrink:1;position:relative;overflow:visible;transform:translateZ(0);z-index:0}.hero__graphic-mobile .main-graphic{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:180%!important;height:180%!important;min-width:320px!important;min-height:320px!important;max-width:none!important;max-height:none!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 25%,transparent 60%);mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 25%,transparent 60%)}.hero__graphic-mobile .main-graphic canvas,.hero__graphic-mobile .main-graphic__html-portal{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important}.hero__actions{width:100%;flex-shrink:0;gap:var(--space-2-5);padding-bottom:max(var(--space-2),env(safe-area-inset-bottom,0px));position:relative;z-index:2}.hero__actions .btn--large{width:90%;max-width:90%}.hero__description-container{margin-top:var(--space-2);text-align:center;padding-left:var(--space-4);padding-right:var(--space-4)}.hero__title{text-align:center;margin-bottom:0}.hero__rotating-line{font-size:clamp(.85rem,calc(.4rem + 2.8vw),1.05rem)}}@media (prefers-reduced-motion:reduce){.hero__actions,.hero__graphic,.hero__rotating-line,.hero__text{animation:none;opacity:1}}