.hero{width:100%;height:100vh;padding:0 var(--container-padding);background-color:var(--color-neutral-950);border-bottom:1px solid rgba(255,255,255,.05);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__title-wrapper{opacity:0;overflow:hidden}.hero__description,.hero__cta-wrapper,.hero__footer{opacity:0}.hero__svg-filters{width:0;height:0;position:absolute;overflow:hidden}.hero__canvas{z-index:0;pointer-events:auto;width:100%;height:100%;position:absolute;top:0;left:0}.hero__overlay{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.hero__overlay--gradient{background:linear-gradient(to top,var(--color-neutral-950),transparent,rgba(10,10,10,.5))}.hero__overlay--dark{background-color:rgba(0,0,0,.2)}.hero__content{z-index:10;text-align:center;pointer-events:none;mix-blend-mode:difference;flex-direction:column;align-items:center;gap:2em;max-width:80em;margin:0 auto;display:flex;position:relative}.hero__content>*{pointer-events:auto}.hero__badge{justify-content:center;align-items:center;gap:.75rem;display:flex}.hero__badge-dot{background-color:var(--color-accent);border-radius:9999px;width:.375rem;height:.375rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;box-shadow:0 0 10px rgba(248,128,200,.8)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__badge-text{font-size:.875em;font-family:var(--font-inter),Arial,sans-serif;color:var(--color-accent);text-transform:uppercase}.hero__title-wrapper{text-align:center;opacity:0;width:100%;position:relative}.hero__title{color:#fff;letter-spacing:-.05em;text-align:center;margin:0;padding:0;font-size:5.2em;font-weight:600;line-height:.9}.hero__title .line{will-change:transform;line-height:1;display:block;overflow:hidden}.hero__description{max-width:32em;color:var(--color-neutral-300);text-align:center;opacity:0;border-radius:.5em;flex-direction:column;gap:.5em;margin:0 auto;font-size:1.125em;line-height:1.625;display:flex}.hero__description-highlight{color:var(--color-neutral-100);font-size:1.35em;font-weight:600;line-height:1.3}.hero__cta-wrapper{padding-top:1rem}.hero__footer{bottom:3em;left:var(--container-padding);color:var(--color-neutral-500);font-size:.875em;font-family:var(--font-inter),Arial,sans-serif;z-index:10;opacity:0;gap:3em;display:flex;position:absolute}.hero__footer-item{align-items:center;gap:.5rem;display:flex}.hero__footer-icon{width:.75rem;height:.75rem}@media screen and (max-width:767px){.hero__title{font-size:3.5em}.hero__content{gap:1.5em}.hero__description-text{font-size:1.15em;line-height:1.5}}@media screen and (max-width:479px){.hero__title{font-size:2.9em}.hero__description-highlight{font-size:1.55em}.hero__description-text{font-size:1.2em}}@media screen and (max-width:1024px),(hover:none){.hero__footer{display:none!important}}
#approach{text-transform:uppercase;font-family:Science Gothic,sans-serif}.about__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.about__grid{grid-template-columns:repeat(3,1fr)}}.spotlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(23,23,23,.6);border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:2rem;position:relative;overflow:hidden}.spotlight-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x)var(--mouse-y),rgba(255,255,255,.06),transparent 40%);opacity:0;pointer-events:none;z-index:2;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.spotlight-card:hover:before{opacity:1}.spotlight-card__icon{background-color:var(--color-bg-dark);color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1.5rem;display:flex}.spotlight-card__icon svg{width:1.25rem;height:1.25rem}.spotlight-card__title{color:#fff;margin-bottom:.75em;font-size:1.375em;font-weight:500}.spotlight-card__text{color:var(--color-neutral-500);font-size:1em;line-height:1.625}.marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee__content{gap:4rem;width:-webkit-max-content;width:max-content;animation:40s linear infinite scroll;display:flex}.marquee__content:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee__item{color:var(--color-neutral-500);align-items:center;gap:.5rem;display:flex}.marquee__item svg{width:1.5rem;height:1.5rem}.marquee__item-text{letter-spacing:-.025em;font-size:1.5em;font-weight:600}.about-values-section{padding:calc(var(--section-padding)*1.5)0;min-height:100vh;overflow-x:hidden}.about-values-wrapper{width:100%;height:100%;position:relative}.about-values-header{padding:0 var(--container-padding);z-index:10;margin-bottom:3em;position:relative}.about-values-title{color:var(--color-neutral-100);font-weight:600}.about-values-container{will-change:transform;flex-wrap:nowrap;gap:1em;width:-webkit-fit-content;width:fit-content;padding-right:50vw;display:flex}.slide{width:100vw;min-width:100vw;height:90dvh;padding:0 var(--container-padding);box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-card{box-sizing:border-box;background-color:rgba(255,255,255,.08);border-radius:0;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:start;justify-items:start;min-width:800px;height:auto;margin:0 auto;padding:3em 2.5em;transition:background-color .4s cubic-bezier(.65,.05,0,1);display:flex;position:relative;overflow:hidden}.value-card:before{content:"";background:radial-gradient(800px circle at var(--mouse-x)var(--mouse-y),rgba(255,255,255,.06),transparent 40%);opacity:0;pointer-events:none;z-index:1;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.value-card:hover:before{opacity:1}.value-card--active:before,.value-card--active:hover:before{opacity:0!important}.value-card>*{z-index:2;position:relative}.slide.value-card{height:78vh;margin-left:auto;margin-right:auto;min-width:800px!important;max-width:800px!important}@media (min-width:1024px) and (max-width:1440px){.slide.value-card{min-width:600px!important;max-width:600px!important}}@media (max-width:1024px){.slide.value-card{min-width:500px!important;max-width:500px!important}}@media (max-width:768px){.slide.value-card{min-width:90vw!important;max-width:90vw!important}.slide.value-card .value-card__title{margin-bottom:.5em;font-size:4em}}@media (max-width:480px){.slide.value-card .value-card__title{margin-bottom:1.5rem;font-size:3.2em}}.value-card--active{background-color:#fefaee!important}.value-card--active .value-card__number,.value-card--active .value-card__title{color:var(--color-neutral-950)!important}.value-card--active .value-card__description{color:var(--color-neutral-950)!important;display:block!important}.value-card--active .value-card__icon{color:var(--color-neutral-950)!important}.value-card__number{color:#fff;opacity:.9;margin-bottom:.5em;font-size:2em;font-weight:500;transition:color .4s cubic-bezier(.65,.05,0,1)}.value-card--primary .value-card__number{color:#fff}.value-card__title{color:#fff;white-space:pre-line;margin-bottom:.25em;font-size:4.5em;font-weight:600;line-height:1;transition:color .4s cubic-bezier(.65,.05,0,1)}.value-card--primary .value-card__title{color:#fff}.value-card__description{color:#fff;opacity:1;flex-grow:1;font-size:1.425em;font-weight:400;line-height:1.4;transition:color .4s cubic-bezier(.65,.05,0,1);display:block}.value-card--primary .value-card__description{color:#fff}.value-card__icon{color:#fff;opacity:.6;margin-top:auto;font-size:3em;font-weight:300;transition:all .3s}.value-card--primary .value-card__icon{color:#fff}@media (hover:hover){.value-card:hover .value-card__icon{opacity:1;transform:rotate(90deg)}.value-card:not(.value-card--primary):not(.value-card--active):hover{background-color:rgba(255,255,255,.12)}}@media screen and (max-width:991px){.value-card{width:90%;max-width:480px;min-height:450px;padding:2.5em 2em}.value-card__title{font-size:2em}}@media screen and (max-width:767px){.about-values-section{padding:calc(var(--section-padding)*1)0}.value-card{width:90%;max-width:400px;min-height:420px;padding:2em 16px}.value-card__title{margin-bottom:1em;font-size:1.75em}.value-card__description{font-size:.9em}.value-card__icon{font-size:2.5em}.about-values-header{margin-bottom:3em}#approach .section__title.text{font-size:2rem;line-height:1.4}.about-values-title{font-size:4rem}.value-card__title{font-size:2rem}.value-card__description{font-size:1.5rem;line-height:1.4}}@media screen and (max-width:479px){.about-values-title{font-size:3.5rem}}.history-opener{padding:var(--section-padding)0;color:#fff;overflow:hidden}.history-opener__grid{flex-direction:column;gap:0;display:flex}.history-opener__row{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.history-opener__title{text-transform:uppercase;letter-spacing:-.04em;color:#fff;margin:0;font-family:Science Gothic,sans-serif;font-size:13.8vw;font-weight:700;line-height:.8}.history-opener__title-group{display:flex}.history-opener__title--right{margin-left:auto}.history-opener__badge-wrapper{align-items:center;padding:0 2vw;display:flex}.history-opener__badge{white-space:nowrap;justify-content:center;align-items:center;padding:.5em 0;transition:all .3s;display:inline-flex}.history-opener__badge-text{text-transform:uppercase;letter-spacing:.05em;color:#fff;font-size:1rem;font-weight:500}.history-media{mix-blend-mode:screen;pointer-events:none;z-index:0;width:120px;position:absolute;top:10%;right:15%}.history-media img{width:100%;height:auto;image-rendering:pixelated}@media screen and (max-width:767px){.history-media{width:80px;top:5%;right:5%}}@media screen and (max-width:991px){.history-opener__title{font-size:14vw}}@media screen and (max-width:768px){.history-opener__title{font-size:18vw}.history-opener__title--indent{margin-left:0}.history-opener__row{flex-direction:column;align-items:flex-start}.history-opener__row--middle-1{flex-direction:column-reverse;align-items:flex-start;gap:2rem}.history-opener__row--middle-2{flex-direction:column;align-items:flex-end;gap:2rem}.history-opener__badge-wrapper{padding:1rem 0}.history-opener__badge-wrapper.right{align-self:flex-end}.history-opener__badge-wrapper.left{align-self:flex-start}.history-opener__title--right{align-self:flex-end;margin-left:0}}
.experience-section{padding-top:var(--section-padding);padding-bottom:var(--section-padding);background-color:var(--color-neutral-950)}.experience-grid{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:4em;display:grid}@media screen and (max-width:991px){.experience-grid{flex-direction:column-reverse;gap:3em;display:flex}}.experience-list{flex-direction:column;width:100%;display:flex}.experience-item{justify-content:space-between;align-items:center;padding:1.5em 0;display:flex;position:relative}.experience-line{background-color:rgba(255,255,255,.15);width:0%;height:1px;position:absolute;top:0;left:0}.experience-item:last-child:after{content:"";background-color:rgba(255,255,255,.15);width:0%;height:1px;display:block;position:absolute;bottom:0;left:0}.experience-company{font-size:max(1.1rem,min(1.8vw,1.4rem));font-weight:400;transition:color .3s}.experience-year{color:var(--color-neutral-500);font-size:.9em;transition:color .3s}.experience-right-panel{flex-direction:column;gap:3em;display:flex}.experience-today{flex-direction:column;gap:0;display:flex;position:relative}.experience-list-title{text-transform:uppercase;color:var(--color-neutral-500);letter-spacing:.03em;margin-top:2em;margin-bottom:1em;font-size:.875em;font-weight:600}.experience-list-title:first-child{margin-top:0}.experience-today-content{min-height:7em;position:relative}.js-experience-label{text-transform:uppercase;color:var(--color-neutral-500);letter-spacing:.03em;width:100%;margin-bottom:1em;font-size:.875em;font-weight:600;display:block}.experience-today-text{color:#fff;width:100%;font-size:1.4rem;line-height:1.4;position:absolute;top:0;left:0}.experience-today-text.active{position:relative}.competency-group{margin-top:3rem}.competency-title{text-transform:uppercase;color:var(--color-neutral-500);letter-spacing:.03em;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1em;padding-bottom:1em;font-size:.875em;font-weight:600}.competency-list{flex-wrap:wrap;gap:.5em 1em;margin:0;padding:0;list-style:none;display:flex}.competency-item{color:#fff;font-size:1.1rem;line-height:1.4;position:relative}@media screen and (max-width:767px){.experience-company,.competency-item{font-size:1.35rem}}@media screen and (max-width:768px){.experience-today-content{min-height:12em}}
