.c-home-experience{box-sizing:border-box;background:linear-gradient(180deg, #0a0a4d 0%, var(--color-primary) 100%);isolation:isolate;padding:160px 0 64px;position:relative}.c-home-experience__content{max-width:1440px;color:var(--color-white);box-sizing:border-box;grid-template-rows:auto 1fr auto;align-items:center;gap:48px;margin:0 auto;padding-inline:96px;display:grid}.c-home-experience__hero{grid-row:1;justify-self:start;width:100%}.c-home-experience__hero-title{font-family:var(--font-title-title-0-font-family,Brockmann);letter-spacing:-.02em;color:var(--color-white);margin:0;font-size:52px;font-weight:600;line-height:normal}.c-home-experience__hero-prefix{display:block}.c-home-experience__word{vertical-align:bottom;line-height:inherit;display:inline-block;overflow:hidden}.c-home-experience__word-inner{will-change:transform;font-family:var(--font-title-title-0-font-family,Brockmann);display:inline-block}.c-home-experience__hero-rotator{width:100%;height:1.2em;line-height:1;display:block;position:relative;overflow:hidden}.c-home-experience__hero-rotator-word{white-space:nowrap;will-change:transform;font-family:var(--font-title-title-0-font-family,Brockmann);visibility:hidden;display:block;position:absolute;inset:0}.c-home-experience[data-ready] .c-home-experience__hero-rotator-word{visibility:visible}.c-home-experience__image{aspect-ratio:1;grid-row:2;place-self:center;width:256px;height:auto}.c-home-experience__tagline{max-width:32rem;font-family:var(--font-primary);font-weight:var(--weight-regular);text-align:center;color:var(--color-white);opacity:.9;grid-row:3;justify-self:center;margin:0;font-size:24px;line-height:1.4}@media only screen and (width<=767px){.c-home-experience{padding:160px 24px 64px}.c-home-experience__content{padding-inline:0}.c-home-experience__hero-title{font-size:32px}.c-home-experience__hero-rotator-word{white-space:normal}.c-home-experience__tagline{font-size:18px}}.c-home-services{--service-count:4;--sticky-anchor:50dvh;background-color:var(--color-white);width:100%;color:var(--color-text-body);box-sizing:border-box;max-width:1440px;margin:0 auto;padding:48px 96px;position:relative}.c-home-services__title{color:var(--color-text-primary-default,#323135);font-family:var(--font-title-title-1-font-family,Brockmann);font-size:40px;font-weight:600;line-height:var(--font-title-title-1-line-height-desktop,52px);padding-bottom:64px}.c-home-services__inner{grid-template-columns:auto 1fr auto;align-items:start;column-gap:96px;width:100%;margin:0 auto;display:grid}.c-home-services__inner--without-icons{grid-template-columns:auto 1fr}.c-home-services__tag{top:var(--sticky-anchor);color:var(--color-gris-1000-black,#181c27);font-family:var(--font-body-text-font-font-family,"Satoshi");font-size:var(--Font-body-text-size-xl,20px);font-style:normal;font-weight:var(--Font-body-text-weight-regular,400);line-height:var(--Font-body-text-line-height-xl,28px);align-self:start;align-items:center;gap:.625rem;height:44px;display:inline-flex;position:sticky}.c-home-services__tag-dot{background-color:var(--color-primary);border-radius:50%;width:.5rem;height:.5rem;display:inline-block}.c-home-services__tag-label{line-height:1}.c-home-services__list{flex-direction:column;gap:clamp(1.5rem,2dvh,3rem);margin:0;padding:0;list-style:none;display:flex}.c-home-services__item{font-family:var(--font-primary);font-weight:var(--weight-medium);font-size:var(--font-title-title-1-size-desktop,44px);letter-spacing:-.01em;color:var(--color-text-muted);transform-origin:0;line-height:1;transition:color .4s,transform .4s;position:relative}.c-home-services__item--active{color:var(--service-color,var(--color-primary));transform:translate(.5rem)}.c-home-services__link,.c-home-services__label{color:inherit;text-decoration:none;display:inline-block}.c-home-services__link:hover{color:var(--color-primary)}.c-home-services__icon-stack{top:var(--sticky-anchor);aspect-ratio:1;flex-shrink:0;align-self:start;width:88px;position:sticky}.c-home-services__icon{object-fit:contain;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:scale(.85)}.c-home-services__icon--active{opacity:1;transform:scale(1)}.c-home-services__cta-wrap{justify-content:flex-start;margin-top:48px;padding-left:104px;display:flex}@media only screen and (width>=768px){.c-home-services__inner{grid-template-columns:auto 96px minmax(0,1fr) auto calc(176px + .5rem);column-gap:0}.c-home-services__inner--without-icons{grid-template-columns:auto 96px minmax(0,1fr)}.c-home-services__tag{grid-column:1}.c-home-services__list{grid-column:3;padding:0 0 0 80px}.c-home-services__icon-stack{grid-column:4}.c-home-services__cta-wrap{padding-left:calc(.5rem + 176px)}}@media only screen and (width>=768px) and (width<=1024px){.c-home-services{padding:48px}.c-home-services__inner{grid-template-columns:auto 48px minmax(0,1fr) auto calc(88px + .5rem)}.c-home-services__inner--without-icons{grid-template-columns:auto 48px minmax(0,1fr)}.c-home-services__list{padding:0 0 0 40px}.c-home-services__item{font-size:32px}.c-home-services__icon-stack{width:70px}.c-home-services__cta-wrap{padding-left:calc(.5rem + 88px)}}@media only screen and (width<=767px){.c-home-services{--sticky-anchor:20dvh;padding:16px 24px 32px}.c-home-services__inner{grid-template-areas:"tag tag""list icons";gap:1rem}.c-home-services__inner--without-icons{grid-template-columns:1fr;grid-template-areas:"tag""list"}.c-home-services__title{padding-bottom:24px;font-size:32px;line-height:1.1}.c-home-services__tag{top:unset;grid-area:tag;position:relative}.c-home-services__icon-stack{grid-area:icons;width:48px;margin-left:auto;top:50%}.c-home-services__list{grid-area:list;row-gap:1rem;padding-bottom:12px}.c-home-services__item{font-size:clamp(1.5rem,7vw,2rem)}.c-home-services__cta-wrap{justify-content:center;margin:1.5rem;padding-left:0}}.c-home-marquee{background-color:var(--color-white);flex-direction:column;gap:16px;width:100%;padding:24px 0 64px;display:flex;overflow:hidden}.c-home-marquee__row{width:100%;display:flex;overflow:hidden}.c-home-marquee__track{will-change:transform;flex-shrink:0;align-items:center;gap:16px;margin:0;padding:0 16px 0 0;list-style:none;display:flex}.c-home-marquee__row--left .c-home-marquee__track{animation:35s linear infinite c-home-marquee-left}.c-home-marquee__row--right .c-home-marquee__track{animation:35s linear infinite c-home-marquee-right}@media (hover:hover) and (pointer:fine){.c-home-marquee__row:hover .c-home-marquee__track{animation-play-state:paused}}.c-home-marquee__item{background:var(--color-background-secondary-default,#f6f6f7);box-sizing:border-box;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:68px;max-height:68px;padding:8px 32px;display:flex;overflow:hidden}.c-home-marquee__logo{object-fit:contain;filter:grayscale();opacity:.75;width:auto;max-width:140px;max-height:70%;transition:opacity .3s,filter .3s;display:block}@media (hover:hover) and (pointer:fine){.c-home-marquee__logo:hover{filter:grayscale(0%);opacity:1}}.c-home-marquee__placeholder{border:1px solid var(--color-border);font-family:var(--font-primary);font-size:.9rem;font-weight:var(--weight-medium);color:var(--color-text-muted);white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;padding:.5rem 1.25rem;display:inline-flex}@keyframes c-home-marquee-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes c-home-marquee-right{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.c-home-marquee__track{animation:none!important}}@media only screen and (width<=767px){.c-home-marquee{padding:48px 0}.c-home-marquee__item{min-width:88px;height:48px}}.c-home-projects{background-color:var(--color-white);box-sizing:border-box;width:100%;padding:clamp(4rem,10dvh,7rem) 0 clamp(3rem,6dvh,5rem)}.c-home-projects__inner{box-sizing:border-box;width:100%;max-width:1440px;margin:0 auto;padding:0 40px}.c-home-projects__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:clamp(1.5rem,3dvh,2.5rem);display:flex}.c-home-projects__tag{font-family:var(--font-primary);font-weight:var(--weight-medium);color:var(--color-secondary);align-items:center;gap:.625rem;display:inline-flex}.c-home-projects__tag-dot{background-color:var(--color-primary);border-radius:50%;width:.5rem;height:.5rem;display:inline-block}.c-home-projects__tag-label{font-size:20px;line-height:1}.c-home-projects__cta-desktop{flex-shrink:0}.c-home-projects__grid-wrap{width:100%}.c-home-projects__grid{grid-template-columns:repeat(3,1fr);gap:48px 32px;display:grid}.c-home-projects__card{min-width:0}.c-home-projects__cta-below{display:none}.c-home-projects--grid .c-home-projects__cta-below{justify-content:center;margin-top:clamp(2rem,4dvh,3rem);display:flex}@media only screen and (width<=1023px){.c-home-projects__cta-desktop{display:none}.c-home-projects__cta-below{justify-content:center;margin-top:clamp(1.5rem,3dvh,2rem);display:flex}.c-home-projects__grid-wrap{scrollbar-width:none;-ms-overflow-style:none;margin:0 -1.5rem;padding:0 1.5rem .5rem;overflow-x:auto}.c-home-projects__grid-wrap::-webkit-scrollbar{display:none}.c-home-projects__grid{gap:1rem;width:max-content;display:flex}.c-home-projects__card{flex-shrink:0;width:280px}}@media only screen and (width<=767px){.c-home-projects{padding:32px 24px}.c-home-projects__inner{padding:0}}.c-home-team{box-sizing:border-box;background-color:#dff466;justify-content:center;width:100%;margin-top:32px;margin-bottom:56px;padding:88px 80px;display:flex}.c-home-team__inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.5rem,3.5dvh,2.5rem);width:100%;max-width:960px;display:flex}.c-home-team__tag{color:var(--color-gris-1000-black,#181c27);font-family:var(--font-body-text-font-font-family,"Satoshi");font-size:var(--Font-body-text-size-xl,20px);font-style:normal;font-weight:var(--Font-body-text-weight-regular,400);line-height:var(--Font-body-text-line-height-xl,28px);align-items:center;gap:.625rem;display:inline-flex}.c-home-team__tag-dot{background-color:var(--color-primary);border-radius:50%;width:.5rem;height:.5rem;display:inline-block}.c-home-team__tag-label{line-height:1}.c-home-team__title{max-width:980px;color:var(--color-gris-1000-black,#181c27);text-align:center;font-family:var(--font-title-title-0-font-family,Brockmann);margin:0;font-size:64px;font-style:normal;font-weight:500;line-height:80px}.c-home-team__avatars{isolation:isolate;align-items:center;margin:0;padding:0;list-style:none;display:flex}.c-home-team__avatar{background:var(--color-white);width:clamp(48px,5vw,64px);height:clamp(48px,5vw,64px);z-index:calc(20 - var(--avatar-index,0));border-radius:50%;flex-shrink:0;transition:transform 80ms ease-out;position:relative;overflow:hidden;box-shadow:0 0 0 2px #dff466}.c-home-team__avatar:not(:first-child){margin-left:-12px}@media (any-hover:hover){.c-home-team__avatar:hover{z-index:30;transition-duration:.14s;transform:translateY(-6px)}}.c-home-team__avatar img{object-fit:cover;width:100%;height:100%;display:block}.c-home-team__avatar-fallback{background-color:var(--color-primary);width:100%;height:100%;color:var(--color-white);font-family:var(--font-primary);font-weight:var(--weight-semibold);text-transform:uppercase;justify-content:center;align-items:center;font-size:1.125rem;display:flex}@media only screen and (width<=767px) and (hover:none){.c-home-team__avatar:hover{z-index:40;transform:translateY(-6px)}}@media only screen and (width<=767px){.c-home-team__avatar:not(:first-child){margin-left:-10px}.c-home-team{margin-top:32px;margin-bottom:72px;padding:64px 16px}.c-home-team__title{font-size:var(--font-title-title-0-size-mobile,36px);line-height:var(--Font-title-title-0-line-height-mobile,36px)}}.c-home-pitch{box-sizing:border-box;background-color:var(--color-white);flex-direction:column;align-items:flex-start;gap:8px;max-width:1440px;margin:0 auto;padding:64px 96px 24px;display:flex}.c-home-pitch__left{color:var(--color-text-body,#323135);font-family:var(--font-title-title-1-font-family,Brockmann);font-size:40px;font-weight:600;line-height:var(--font-title-title-1-line-height-desktop,52px)}.c-home-pitch__right{color:var(--color-text-body,#323135);font-family:var(--font-title-title-3-font-family,Brockmann);font-size:24px;font-weight:400;line-height:var(--font-title-title-3-line-height-desktop,32px)}@media only screen and (width<=767px){.c-home-pitch{padding:48px 24px 8px}.c-home-pitch__left,.c-home-pitch__right{grid-column:1;max-width:none;margin:0}.c-home-pitch__left{font-size:32px;line-height:1.1}.c-home-pitch__right{font-size:18px;line-height:22px}}.p-home{width:100%;min-width:0;position:relative;overflow-x:clip}
