.app-button[data-v-2b7e464d]{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;padding:0 2.4rem;height:4.6rem;font-family:var(--font-family),sans-serif;font-size:1.6rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;border-radius:999px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);user-select:none;outline:none}.app-button[data-v-2b7e464d]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.app-button__content[data-v-2b7e464d]{position:relative;z-index:1}.app-button__arrow[data-v-2b7e464d]{position:relative;display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:50%;background:#000;transition:all .3s cubic-bezier(.4,0,.2,1);margin-right:-1.6rem}.app-button__arrow svg[data-v-2b7e464d]{width:2rem;height:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.app-button--primary[data-v-2b7e464d]{background:var(--color-text-white);color:var(--color-background)}.app-button--primary .app-button__arrow[data-v-2b7e464d]{background:#000}.app-button--primary .app-button__arrow svg[data-v-2b7e464d]{color:var(--color-text-white)}.app-button--primary[data-v-2b7e464d]:hover:not(:disabled){background:var(--color-text-white);transform:translateY(-2px)}.app-button--primary:hover:not(:disabled) .app-button__arrow[data-v-2b7e464d]{background:#000}.app-button--primary:hover:not(:disabled) .app-button__arrow svg[data-v-2b7e464d]{transform:translate(2px,-2px)}.app-button--primary[data-v-2b7e464d]:active:not(:disabled){transform:translateY(0)}.app-button--secondary[data-v-2b7e464d]{background:transparent;color:var(--color-text-white);border:1px solid rgba(255,255,255,.2)}.app-button--secondary .app-button__arrow[data-v-2b7e464d]{background:#ffffff1a}.app-button--secondary .app-button__arrow svg[data-v-2b7e464d]{color:var(--color-text-white)}.app-button--secondary[data-v-2b7e464d]:hover:not(:disabled){border-color:#fff6;background:#ffffff0d}.app-button--secondary:hover:not(:disabled) .app-button__arrow[data-v-2b7e464d]{background:#fff3}.app-button--secondary:hover:not(:disabled) .app-button__arrow svg[data-v-2b7e464d]{transform:translate(2px,-2px)}.app-button--outline[data-v-2b7e464d]{background:transparent;color:var(--color-text-white);border:1px solid var(--color-text-white)}.app-button--outline .app-button__arrow[data-v-2b7e464d]{background:var(--color-text-white)}.app-button--outline .app-button__arrow svg[data-v-2b7e464d]{color:var(--color-background)}.app-button--outline[data-v-2b7e464d]:hover:not(:disabled){background:var(--color-text-white);color:var(--color-background)}.app-button--outline:hover:not(:disabled) .app-button__arrow[data-v-2b7e464d]{background:var(--color-background)}.app-button--outline:hover:not(:disabled) .app-button__arrow svg[data-v-2b7e464d]{color:var(--color-text-white);transform:translate(2px,-2px)}.app-button--small[data-v-2b7e464d]{height:4rem;padding:0 2rem;font-size:1.4rem;gap:1rem}.app-button--small .app-button__arrow[data-v-2b7e464d]{width:3.6rem;height:3.6rem;margin-right:-1rem}.app-button--small .app-button__arrow svg[data-v-2b7e464d]{width:1.8rem;height:1.8rem}.app-button--default[data-v-2b7e464d]{height:4.6rem;padding:0 2.4rem;font-size:1.6rem}.app-button--large[data-v-2b7e464d]{height:5.6rem;padding:0 3.2rem;font-size:1.8rem;gap:1.4rem}.app-button--large .app-button__arrow[data-v-2b7e464d]{width:5.2rem;height:5.2rem;margin-right:-1.4rem}.app-button--large .app-button__arrow svg[data-v-2b7e464d]{width:2.6rem;height:2.6rem}.app-button--loading[data-v-2b7e464d]{pointer-events:none;opacity:.7}.app-button--disabled[data-v-2b7e464d],.app-button[data-v-2b7e464d]:disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.app-button[data-v-2b7e464d]:not(.app-button--with-arrow){padding:0 3.2rem}.app-input-field[data-v-d865dd57]{display:flex;flex-direction:column;justify-content:center;position:relative;height:6rem;border-radius:.4rem;background-color:var(--color-brand-blue-light);border:2px solid transparent;padding:.8rem 1.6rem;transition:border-color .2s ease}.app-input-field label[data-v-d865dd57]{font-size:var(--font-size-xs);font-weight:500;color:var(--color-text-light);margin-top:-.2rem}.app-input-field input[data-v-d865dd57]{height:2.4rem;border:none;background-color:transparent;padding:0;font-size:var(--font-size-m);font-weight:500;color:var(--color-text);font-family:var(--font-family),sans-serif}.app-input-field input[data-v-d865dd57]::placeholder{color:var(--color-text-light);opacity:.6}.app-input-field input[data-v-d865dd57]:focus{outline:none}.app-input-field input[data-v-d865dd57]:disabled{opacity:.5;cursor:not-allowed}.app-input-field[data-v-d865dd57]:hover:not(.app-input-field--disabled){border-color:var(--color-brand-blue);opacity:.9}.app-input-field--focused[data-v-d865dd57]{border-color:var(--color-brand-blue)}.app-input-field--has-password input[data-v-d865dd57]{padding-right:4rem}.app-input-field .eye-button[data-v-d865dd57]{position:absolute;bottom:2rem;right:1.2rem;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);transition:color .2s ease}.app-input-field .eye-button[data-v-d865dd57]:hover{color:var(--color-text)}.app-input-field .eye-button svg[data-v-d865dd57]{width:2rem;height:2rem}.app-input-field--disabled[data-v-d865dd57]{pointer-events:none;opacity:.5}.app-input-field--error[data-v-d865dd57]{border-color:#ef4444}.app-input-field--error label[data-v-d865dd57]{color:#ef4444}.app-tag[data-v-18aa12d0]{padding:.8rem 1.4rem;border-radius:100px;height:3.3rem;background-color:var(--color-brand-blue-light);width:max-content;display:inline-flex;align-items:center}.app-tag span[data-v-18aa12d0]{font-size:var(--font-size-s);font-weight:500;color:var(--color-text-light)}.app-section__default-padding[data-v-6f76d3c8]{padding:3.6rem 1.6rem}@media(min-width:600px){.app-section__default-padding[data-v-6f76d3c8]{padding:6.4rem 3.6rem}}@media(min-width:1024px){.app-section__default-padding[data-v-6f76d3c8]{padding:10.6rem 3.6rem}}.app-section__no-padding[data-v-6f76d3c8]{padding:0}.app-section__bg-default[data-v-6f76d3c8]{background-color:transparent}.app-section__bg-light[data-v-6f76d3c8]{background-color:var(--color-brand-blue-light)}.app-grid[data-v-3f2c484f]{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(var(--grid-cols-mobile),1fr)}@media(min-width:600px){.app-grid[data-v-3f2c484f]{grid-template-columns:repeat(var(--grid-cols-tablet),1fr)}}@media(min-width:1024px){.app-grid[data-v-3f2c484f]{grid-template-columns:repeat(var(--grid-cols-desktop),1fr)}}.app-grid--outline[data-v-3f2c484f]>*{border:1px solid var(--color-grey, #e0e0e0);border-radius:.8rem;padding:1.6rem}@media(min-width:1024px){.app-grid--has-offset[data-v-3f2c484f]:has(>:nth-child(1):nth-last-child(2))>:nth-child(1){grid-column:span 1;width:calc(100% + var(--grid-offset-1, 0%))}}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(1){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-1, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(2){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-2, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(3){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-3, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(4){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-4, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(5){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-5, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(6){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-6, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(7){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-7, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(8){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-8, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(9){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-9, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(10){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-10, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(11){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-11, 0%))}.app-grid--has-offset[data-v-3f2c484f]>:nth-child(12){flex-basis:calc(100% / var(--grid-cols-desktop) + var(--grid-offset-12, 0%))}.app-form[data-v-cf61cb10]{display:flex;flex-direction:column;gap:var(--spacing-m)}.hero-section[data-v-4f5aa4ac]{padding-top:var(--section-spacing-mobile);padding-bottom:var(--section-spacing-mobile);padding-left:var(--spacing-m);padding-right:var(--spacing-m);background:var(--color-background)}@media(min-width:768px){.hero-section[data-v-4f5aa4ac]{padding-top:var(--section-spacing-tablet);padding-bottom:var(--section-spacing-tablet);padding-left:var(--spacing-l);padding-right:var(--spacing-l)}}@media(min-width:1024px){.hero-section[data-v-4f5aa4ac]{padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}.hero-section__container[data-v-4f5aa4ac]{max-width:var(--max-width);margin:0 auto}.hero-section__header[data-v-4f5aa4ac]{display:grid;grid-template-columns:1fr;gap:var(--spacing-l)}@media(min-width:768px){.hero-section__header[data-v-4f5aa4ac]{gap:var(--spacing-xl)}}@media(min-width:1024px){.hero-section__header[data-v-4f5aa4ac]{grid-template-columns:1.2fr 1fr;gap:6rem;align-items:start}}.hero-section__title[data-v-4f5aa4ac]{font-size:4rem;line-height:1.1;font-weight:500;margin-bottom:var(--spacing-l);color:var(--color-text-white);font-family:var(--font-family-header),sans-serif}@media(min-width:640px){.hero-section__title[data-v-4f5aa4ac]{font-size:5rem}}@media(min-width:768px){.hero-section__title[data-v-4f5aa4ac]{font-size:5.6rem;line-height:1.15;margin-bottom:0}}@media(min-width:1024px){.hero-section__title[data-v-4f5aa4ac]{font-size:6rem;line-height:1.15;font-weight:600;max-width:100%}}@media(min-width:1200px){.hero-section__title[data-v-4f5aa4ac]{font-size:6.8rem;line-height:1.1}}@media(min-width:1400px){.hero-section__title[data-v-4f5aa4ac]{font-size:7.6rem;line-height:1.1}}.hero-section__title-typed[data-v-4f5aa4ac]{color:var(--color-primary);display:inline-block;min-width:15ch}@media(min-width:768px){.hero-section__title-typed[data-v-4f5aa4ac]{min-width:17ch}}@media(min-width:1024px){.hero-section__title-typed[data-v-4f5aa4ac]{min-width:18ch}}.hero-section__cursor[data-v-4f5aa4ac]{color:var(--color-primary);font-weight:400;opacity:1;transition:opacity .1s}.hero-section__cursor--hidden[data-v-4f5aa4ac]{opacity:0}.hero-section__description[data-v-4f5aa4ac]{font-family:var(--font-family-mono),monospace;font-size:1.6rem;font-style:normal;font-weight:400;line-height:3.12rem;letter-spacing:-.01rem;color:#909090;margin-bottom:var(--spacing-l);max-width:512px}@media(min-width:640px){.hero-section__description[data-v-4f5aa4ac]{font-size:1.6rem;line-height:3.12rem}}@media(min-width:1024px){.hero-section__description[data-v-4f5aa4ac]{max-width:100%;font-size:1.6rem;line-height:3.12rem}}.hero-section__cta[data-v-4f5aa4ac]{display:inline-flex;align-items:center;gap:1.2rem;text-decoration:none;color:var(--color-text-white)}.hero-section__cta:hover .hero-section__cta-dot[data-v-4f5aa4ac]{border-color:var(--color-text-white)}.hero-section__cta:hover .hero-section__cta-text[data-v-4f5aa4ac]{opacity:.7}.hero-section__cta-dot[data-v-4f5aa4ac]{width:.8rem;height:.8rem;border-radius:50%;border:1px solid rgba(255,255,255,.6);flex-shrink:0;transition:border-color .2s}.hero-section__cta-text[data-v-4f5aa4ac]{font-size:1.4rem;transition:opacity .2s}@media(min-width:640px){.hero-section__cta-text[data-v-4f5aa4ac]{font-size:1.8rem}}.hero-section__cta-line[data-v-4f5aa4ac]{height:1px;width:100%;margin-top:var(--spacing-s);background:#fff3}.hero-section__image-wrapper[data-v-4f5aa4ac]{margin-top:var(--spacing-xl);width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-section__image-wrapper[data-v-4f5aa4ac]{margin-top:8rem}}.hero-section__image[data-v-4f5aa4ac]{width:100%;height:auto;display:block}@media(min-width:1024px){.hero-section__image[data-v-4f5aa4ac]{max-height:calc(var(--max-width) * 3 / 8);object-fit:cover}}.animated-columns[data-v-10b536f9]{position:relative;width:100%;display:flex;gap:0;overflow:visible;background:transparent}.animated-columns__column[data-v-10b536f9]{position:absolute;bottom:100%;width:33.333%;height:calc(15rem * var(--column-height-multiplier) * var(--scroll-progress));background:#fff;will-change:height}.animated-columns__column[data-v-10b536f9]:nth-child(1){left:0%}.animated-columns__column[data-v-10b536f9]:nth-child(2){left:33.333%}.animated-columns__column[data-v-10b536f9]:nth-child(3){left:66.666%}@media(min-width:768px){.animated-columns__column[data-v-10b536f9]{width:20%;height:calc(25rem * var(--column-height-multiplier) * var(--scroll-progress))}.animated-columns__column[data-v-10b536f9]:nth-child(1){left:0%}.animated-columns__column[data-v-10b536f9]:nth-child(2){left:20%}.animated-columns__column[data-v-10b536f9]:nth-child(3){left:40%}.animated-columns__column[data-v-10b536f9]:nth-child(4){left:60%}.animated-columns__column[data-v-10b536f9]:nth-child(5){left:80%}}@media(min-width:1024px){.animated-columns__column[data-v-10b536f9]{height:calc(35rem * var(--column-height-multiplier) * var(--scroll-progress))}}.about-section[data-v-46064048]{position:relative;width:100%;background:#fff;padding-bottm:var(--section-spacing-mobile)}@media(min-width:768px){.about-section[data-v-46064048]{padding-bottom:var(--section-spacing)}}.about-section__container[data-v-46064048]{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-l)}.about-section__content[data-v-46064048]{display:grid;grid-template-columns:1fr;gap:var(--spacing-l)}@media(min-width:768px){.about-section__content[data-v-46064048]{grid-template-columns:1fr 6fr;gap:8rem}}.about-section__left[data-v-46064048]{display:flex;flex-direction:column}.about-section__badge[data-v-46064048]{display:flex;align-items:center;gap:var(--spacing-s)}.about-section__badge-text[data-v-46064048]{font-family:var(--font-family-mono),sans-serif;font-size:1.4rem;font-weight:500;color:var(--color-text);letter-spacing:.1em}.about-section__right[data-v-46064048]{display:flex;flex-direction:column;gap:var(--spacing-l)}@media(min-width:768px){.about-section__right[data-v-46064048]{gap:6rem}}.about-section__title[data-v-46064048]{font-family:var(--font-family-header),sans-serif;font-size:2.4rem;font-weight:600;line-height:1.2;color:var(--color-text-dark);text-align:left}@media(min-width:768px){.about-section__title[data-v-46064048]{font-size:var(--font-size-xl);line-height:108%;letter-spacing:-1.2px}}.about-section__cta-wrapper[data-v-46064048]{display:none}@media(min-width:768px){.about-section__cta-wrapper[data-v-46064048]{display:flex;justify-content:flex-start}}.about-section__cta-wrapper[data-v-46064048] .app-button--outline{color:var(--color-text-dark);border-color:#0003}.about-section__cta-wrapper[data-v-46064048] .app-button--outline .app-button__arrow{background:var(--color-text-dark)}.about-section__cta-wrapper[data-v-46064048] .app-button--outline .app-button__arrow svg{color:var(--color-text-white)}.about-section__cta-wrapper[data-v-46064048] .app-button--outline:hover{background:var(--color-text-dark);color:var(--color-text-white);border-color:var(--color-text-dark)}.about-section__cta-wrapper[data-v-46064048] .app-button--outline:hover .app-button__arrow{background:var(--color-text-white)}.about-section__cta-wrapper[data-v-46064048] .app-button--outline:hover .app-button__arrow svg{color:var(--color-text-dark)}.about-section__separator[data-v-46064048]{width:100%;height:1px;background:#0000001a}.about-section__benefits[data-v-46064048]{display:grid;grid-template-columns:1fr;gap:var(--spacing-l)}@media(min-width:768px){.about-section__benefits[data-v-46064048]{grid-template-columns:repeat(2,1fr);gap:8rem}}.about-section__benefit[data-v-46064048]{display:flex;flex-direction:column;gap:1.2rem}@media(min-width:768px){.about-section__benefit[data-v-46064048]{gap:var(--spacing-m)}}.about-section__benefit-separator[data-v-46064048]{width:100%;height:1px;background:#0000001a;margin-top:1.2rem}@media(min-width:768px){.about-section__benefit-separator[data-v-46064048]{margin-top:var(--spacing-m)}}.about-section__benefit-title[data-v-46064048]{font-family:var(--font-family-header),sans-serif;font-size:1.6rem;font-weight:600;line-height:2.2rem;letter-spacing:-.1px;color:#29292b}@media(min-width:768px){.about-section__benefit-title[data-v-46064048]{font-size:1.8rem;line-height:2.6rem}}.about-section__benefit-text[data-v-46064048]{font-family:var(--font-family),sans-serif;font-size:1.6rem;font-weight:500;line-height:2.2rem;letter-spacing:-.1px;color:#7f7f80}@media(min-width:768px){.about-section__benefit-text[data-v-46064048]{font-size:1.8rem;line-height:2.4rem}}.brands-section[data-v-8c914e26]{position:relative;width:100%;padding:8rem 0;background:var(--color-background);overflow:visible}@media(min-width:768px){.brands-section[data-v-8c914e26]{padding:12rem 0}}.brands-section__container[data-v-8c914e26]{position:relative;z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-l);margin-bottom:6rem}@media(min-width:768px){.brands-section__container[data-v-8c914e26]{margin-bottom:8rem}}.brands-section__title[data-v-8c914e26]{font-family:var(--font-family-header),sans-serif;font-size:2rem;font-weight:500;line-height:1.3;color:var(--color-text-white);text-align:center;letter-spacing:0}.brands-section__scroll-wrapper[data-v-8c914e26]{position:relative;width:100%;overflow:hidden}.brands-section__scroll[data-v-8c914e26]{width:100%;overflow:hidden}.brands-section__list[data-v-8c914e26]{display:flex;gap:8rem;padding:2rem 0;will-change:transform}@media(min-width:768px){.brands-section__list[data-v-8c914e26]{gap:12rem}}.brands-section__brand[data-v-8c914e26]{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:12rem;height:6rem}@media(min-width:768px){.brands-section__brand[data-v-8c914e26]{min-width:16rem;height:8rem}}.brands-section__logo[data-v-8c914e26]{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:filter .3s ease}.brands-section__logo[data-v-8c914e26]:hover{filter:grayscale(0%) opacity(1)}.brands-section__fade[data-v-8c914e26]{position:absolute;top:0;bottom:0;width:20%;pointer-events:none;z-index:2}@media(min-width:768px){.brands-section__fade[data-v-8c914e26]{width:15%}}.brands-section__fade--left[data-v-8c914e26]{left:0;background:linear-gradient(to right,var(--color-background) 0%,transparent 100%)}.brands-section__fade--right[data-v-8c914e26]{right:0;background:linear-gradient(to left,var(--color-background) 0%,transparent 100%)}.services-section[data-v-3464de8b]{position:relative;width:100%;padding:8rem 0;background:var(--color-background);overflow:visible}@media(min-width:768px){.services-section[data-v-3464de8b]{padding:12rem 0}}.services-section__container[data-v-3464de8b]{position:relative;z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-l);overflow:visible}.services-section__header[data-v-3464de8b]{margin-bottom:6rem;text-align:center}@media(min-width:768px){.services-section__header[data-v-3464de8b]{margin-bottom:8rem}}.services-section__title[data-v-3464de8b]{font-family:var(--font-family-header),sans-serif;font-size:2rem;font-weight:500;line-height:1.3;color:var(--color-text-white);letter-spacing:0;margin-bottom:2rem}@media(min-width:768px){.services-section__title[data-v-3464de8b]{font-size:3rem}}.services-section__subtitle[data-v-3464de8b]{font-family:var(--font-family-mono),sans-serif;font-size:1.125rem;max-width:40rem;font-weight:400;line-height:1.6;color:#ffffffb3;max-width:60rem;margin:0 auto}@media(min-width:768px){.services-section__subtitle[data-v-3464de8b]{font-size:1.25rem}}.services-section__grid[data-v-3464de8b]{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:1024px){.services-section__grid[data-v-3464de8b]{grid-template-columns:1fr 3fr 2fr;gap:6rem;align-items:start}}.services-section__title-col[data-v-3464de8b]{display:flex;align-items:flex-start}.services-section__section-title[data-v-3464de8b]{font-family:var(--font-family),sans-serif;font-size:18px;font-weight:500;line-height:26.28px;color:#a5a5a5;letter-spacing:-.36px;position:sticky;top:2rem;max-width:450px}.services-section__list-col[data-v-3464de8b]{display:flex;flex-direction:column;gap:3rem;position:relative}.services-section__custom-cursor[data-v-3464de8b]{position:absolute;pointer-events:none;z-index:100;color:var(--color-primary);transform:translateY(150%) translate(-50%);transition:opacity .2s ease;display:none}@media(min-width:768px){.services-section__custom-cursor[data-v-3464de8b]{display:block}}.services-section__custom-cursor svg[data-v-3464de8b]{width:30px;height:31.5px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.services-section__subtitle[data-v-3464de8b]{font-family:var(--font-family-mono),sans-serif;font-size:18px;font-weight:500;line-height:26.28px;color:#a5a5a5;letter-spacing:-.36px;margin:0}.services-section__list[data-v-3464de8b]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.services-section__description[data-v-3464de8b]{font-family:var(--font-family-monorepo),sans-serif;font-size:18px;font-weight:500;line-height:26.28px;color:#a5a5a5;letter-spacing:-.36px;margin:0;margin-top:2rem}.services-section__item[data-v-3464de8b]{display:flex;flex-direction:column;gap:0;padding:2rem 0;cursor:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.services-section__item:hover .services-section__item-content[data-v-3464de8b]{padding-left:1rem}.services-section__item:hover .services-section__item-icon[data-v-3464de8b]{opacity:1;transform:translate(0)}.services-section__item--active[data-v-3464de8b]{opacity:1}.services-section__item--active .services-section__item-content[data-v-3464de8b]{padding-left:1rem}.services-section__item--active .services-section__item-number[data-v-3464de8b]{color:var(--color-primary)}.services-section__item--active .services-section__item-text[data-v-3464de8b]{color:var(--color-text-white)}.services-section__item--active .services-section__item-description[data-v-3464de8b]{max-height:200px;opacity:1;margin-top:1.5rem;font-family:var(--font-family-mono),sans-serif}.services-section__item-content[data-v-3464de8b]{display:flex;align-items:center;gap:1.5rem;transition:padding .3s ease;position:relative}.services-section__item-icon[data-v-3464de8b]{display:flex;align-items:center;justify-content:center;margin-left:auto;opacity:0;transform:translate(-10px);transition:all .3s ease;color:var(--color-primary)}.services-section__item-icon svg[data-v-3464de8b]{width:20px;height:21px}.services-section__item-description[data-v-3464de8b]{font-family:var(--font-family-body),sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#fff9;max-height:0;opacity:0;overflow:hidden;margin-top:0;transition:all .4s cubic-bezier(.4,0,.2,1);padding-left:4.5rem}.services-section__item-number[data-v-3464de8b]{font-family:var(--font-family-mono),sans-serif;font-size:1.2rem;font-weight:400;color:#fff3;transition:color .3s ease;min-width:2rem}@media(min-width:768px){.services-section__item-number[data-v-3464de8b]{font-size:2rem}}.services-section__item-text[data-v-3464de8b]{font-family:var(--font-family-body),sans-serif;font-size:32px;font-weight:500;color:#ffffff14;line-height:38px;letter-spacing:-.64px;transition:color .3s ease}@media(min-width:768px){.services-section__item-text[data-v-3464de8b]{font-size:80px;line-height:96px;letter-spacing:-1.6px}}.services-section__details-col[data-v-3464de8b]{display:flex;flex-direction:column;align-items:flex-end}.services-section__details[data-v-3464de8b]{position:-webkit-sticky;position:sticky;top:2rem;align-self:flex-start;display:flex;flex-direction:column;z-index:10}.services-section__image-wrapper[data-v-3464de8b]{width:450px;height:332.2px;border-radius:1rem;overflow:hidden;background:#ffffff0d}.services-section__image[data-v-3464de8b]{width:100%;height:100%;object-fit:cover}.cases-section[data-v-a6d729c2]{position:relative;width:100%;padding:8rem 0;background:var(--color-background);overflow:visible}@media(min-width:768px){.cases-section[data-v-a6d729c2]{padding:12rem 0}}.cases-section[data-v-a6d729c2] .animated-columns{position:absolute;bottom:0;left:0;right:0;height:0;z-index:10;pointer-events:none}.cases-section[data-v-a6d729c2] .animated-columns__column{position:absolute!important;bottom:100%!important;top:auto!important;background:#151515!important;transform:rotate(180deg)!important;transform-origin:bottom center!important;height:calc(100vh * var(--column-height-multiplier, 1) * (1 - var(--custom-scroll-progress, 0)))!important}.cases-section__container[data-v-a6d729c2]{position:relative;z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-l)}.cases-section__header[data-v-a6d729c2]{display:flex;flex-direction:column-reverse;gap:1.5rem;margin-bottom:6rem}@media(min-width:768px){.cases-section__header[data-v-a6d729c2]{flex-direction:row;align-items:flex-start;gap:2rem;margin-bottom:8rem}}.cases-section__arrow[data-v-a6d729c2]{width:2.4rem;height:5rem;flex-shrink:0;transform:rotate(90deg)}@media(min-width:768px){.cases-section__arrow[data-v-a6d729c2]{width:3.4rem;height:7.1rem;transform:rotate(0);margin-top:.5rem}}.cases-section__title[data-v-a6d729c2]{font-family:var(--font-family-header),sans-serif;font-size:2rem;font-weight:400;color:var(--color-text-white);line-height:1.3;transform:translateY(4rem);margin:0}@media(min-width:768px){.cases-section__title[data-v-a6d729c2]{font-size:3.2rem;max-width:60rem;transform:translateY(4rem)}}.cases-section__grid[data-v-a6d729c2]{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.cases-section__grid[data-v-a6d729c2]{grid-template-columns:repeat(2,1fr);gap:2rem}}.cases-section__case[data-v-a6d729c2]{position:relative;display:flex;flex-direction:column;gap:2rem;text-decoration:none}.cases-section__case:hover .cases-section__image[data-v-a6d729c2]{transform:scale(1.05)}.cases-section__case--no-link[data-v-a6d729c2]{cursor:default}.cases-section__header-row[data-v-a6d729c2]{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.cases-section__case-title[data-v-a6d729c2]{font-family:var(--font-family),sans-serif;font-size:1.8rem;font-weight:500;color:var(--color-text-white);line-height:1.3;margin:0}@media(min-width:768px){.cases-section__case-title[data-v-a6d729c2]{font-size:2.4rem}}.cases-section__tag[data-v-a6d729c2]{font-family:var(--font-family-mono),sans-serif;font-size:1rem;font-weight:400;color:#ffffffb3;white-space:nowrap;flex-shrink:0;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.2);border-radius:1.8rem}@media(min-width:768px){.cases-section__tag[data-v-a6d729c2]{font-size:1.1rem;padding:.4rem 1.2rem}}.cases-section__image-wrapper[data-v-a6d729c2]{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background:#ffffff0d}.cases-section__image[data-v-a6d729c2]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cta-section[data-v-07010f7c]{position:relative;width:100%;min-height:90rem;display:flex;padding:10rem 0 0;flex-direction:column;overflow:hidden;background-image:url(/images/global/cta.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-section[data-v-07010f7c]:before{content:"";position:absolute;inset:0;background:#151515e6;z-index:1}.cta-section__container[data-v-07010f7c]{position:relative;z-index:2;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-l)}.cta-section__stats-ribbon[data-v-07010f7c]{position:relative;width:100%;min-height:auto;padding:4rem 0;display:flex;align-items:center;background:repeating-linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.02) .2rem,transparent .2rem,transparent 2rem);border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.cta-section__stats-ribbon[data-v-07010f7c]{min-height:25rem;padding:0}}.cta-section__stats-content[data-v-07010f7c]{display:flex;flex-direction:column;gap:4rem;width:100%}@media(min-width:768px){.cta-section__stats-content[data-v-07010f7c]{flex-direction:row;justify-content:space-between;align-items:center;gap:8rem}}.cta-section__stats-title-wrapper[data-v-07010f7c]{display:flex;flex-direction:column-reverse;gap:1.5rem;flex-shrink:0}@media(min-width:768px){.cta-section__stats-title-wrapper[data-v-07010f7c]{flex-direction:column;gap:2rem}}.cta-section__stats-arrow[data-v-07010f7c]{width:2.4rem;height:5rem;flex-shrink:0;transform:rotate(90deg)}@media(min-width:768px){.cta-section__stats-arrow[data-v-07010f7c]{width:3.4rem;height:7.1rem;transform:rotate(0)}}.cta-section__stats-title[data-v-07010f7c]{font-family:var(--font-family-header),sans-serif;font-size:2rem;font-weight:400;color:var(--color-text-white);line-height:1.3}@media(min-width:768px){.cta-section__stats-title[data-v-07010f7c]{font-size:3.2rem;max-width:60rem}}.cta-section__stats[data-v-07010f7c]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;flex:1}@media(min-width:768px){.cta-section__stats[data-v-07010f7c]{grid-template-columns:repeat(3,1fr);gap:4rem;justify-items:end}}.cta-section__stat[data-v-07010f7c]{display:flex;flex-direction:column;gap:.8rem}@media(min-width:768px){.cta-section__stat[data-v-07010f7c]{text-align:right}}.cta-section__stat-value[data-v-07010f7c]{font-family:SF Mono,Monaco,Inconsolata,Fira Code,Droid Sans Mono,Source Code Pro,monospace;font-size:2.8rem;font-weight:400;color:var(--color-text-white);line-height:1}@media(min-width:768px){.cta-section__stat-value[data-v-07010f7c]{font-size:4.8rem}}.cta-section__stat-label[data-v-07010f7c]{font-family:var(--font-family),sans-serif;font-size:1.2rem;line-height:1.4;color:#999;font-weight:400;max-width:100%}@media(min-width:768px){.cta-section__stat-label[data-v-07010f7c]{font-size:1.8rem;margin-left:auto;max-width:18rem}}.cta-section__main[data-v-07010f7c]{position:relative;flex:1;display:flex;align-items:center}.cta-section__content[data-v-07010f7c]{display:flex;flex-direction:column;gap:3rem}@media(min-width:768px){.cta-section__content[data-v-07010f7c]{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:6rem}}.cta-section__text[data-v-07010f7c]{flex:1}.cta-section__main-title[data-v-07010f7c]{font-family:var(--font-family-header),sans-serif;font-size:2.8rem;font-weight:600;line-height:1.25;color:#fff;text-align:left}@media(min-width:768px){.cta-section__main-title[data-v-07010f7c]{font-size:4.8rem;line-height:5.2rem;letter-spacing:-.12rem;max-width:70rem;text-align:right}}.cta-section__action[data-v-07010f7c]{display:flex;justify-content:flex-start;width:100%}@media(min-width:768px){.cta-section__action[data-v-07010f7c]{justify-content:flex-end;align-items:flex-end;width:auto}}.cta-section__services-ribbon[data-v-07010f7c]{position:relative;width:100%;background:var(--color-primary);overflow:hidden;z-index:3}.cta-section__services-scroll[data-v-07010f7c]{width:100%;overflow:hidden}.cta-section__services-list[data-v-07010f7c]{display:flex;gap:4rem;padding:1.8rem var(--spacing-l);will-change:transform}@media(min-width:768px){.cta-section__services-list[data-v-07010f7c]{gap:6rem}}.cta-section__service[data-v-07010f7c]{display:flex;align-items:center;gap:1.2rem;white-space:nowrap}.cta-section__service-icon[data-v-07010f7c]{display:flex;align-items:center;justify-content:center}.cta-section__service-icon svg[data-v-07010f7c]{width:2rem;height:2.1rem;flex-shrink:0}.cta-section__service-text[data-v-07010f7c]{font-family:var(--font-family),sans-serif;font-size:1.6rem;font-weight:500;color:#000}@media(min-width:768px){.cta-section__service-text[data-v-07010f7c]{font-size:1.8rem}}
