:root{--white:255,255,255;--light:255,254,248;--black:0,0,0;--dark:41,41,41;--cyan:28,255,228;--gray:127,127,127;--darkGray:62,62,62;--red:248,120,83;--orange:251,178,84;--blue:25,56,213;--purple:129,38,93;--pink:252,49,134;--mobile:500px;--tablet:700px;--desktop:1100px;--wide:1400px;--extraWide:1800px}@keyframes infinite-spinning{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.homePage--share .share--inner{padding:12px 20px 0}.homePage--share .share--links{padding:24px 0}.episodePage--main{padding:35px 20px 0}.episodePage--main-wrapper{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}@media screen and (min-width:1100px){.episodePage--main-wrapper{grid-template-columns:repeat(2,1fr);gap:80px}}@media screen and (min-width:1260px){.episodePage--main{padding:35px 0 0}}@media screen and (min-width:1440px){.episodePage--main-wrapper{gap:125px}}.aboutPage--content{position:relative;z-index:1;margin-bottom:88px}.aboutPage--content:after{content:"";position:absolute;top:-50px;left:0;width:100%;height:500px;background:linear-gradient(180deg,rgba(41,41,41,0),#292929 30px 100%)}.aboutPage--content *{position:relative;z-index:1;color:rgba(var(--light),1)}.aboutPage--content p{font-size:20px;line-height:1.67;color:#bfbfbf;margin-bottom:30px}.aboutPage--content p strong{color:rgba(var(--light),1)}@media screen and (min-width:990px){.aboutPage--content p{font-size:24px}}.killingTimePage{background:url(/assets/media/ai-workforce/gradient-bg.svg) no-repeat 50%;background-size:2095px}.killingTimePage--hero .researchHero--title span{background:linear-gradient(90deg,#ffb28d,#ff73a7 61%,#a673ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.killingTimePage--hero .researchHero--description{max-width:680px;font-weight:300;color:#bfbfbf;margin:0 auto 33px}.killingTimePage .researchStats:after{display:none}.killingTimePage .researchStats--item-text{color:#fffef8;font-weight:300;font-size:22.688px;line-height:40px}@media screen and (min-width:1100px){.killingTimePage--hero .researchHero--title{font-size:118.594px}.killingTimePage--hero .researchHero--description{font-size:22.5px;line-height:40px}}.killingTimePage .researchStats{margin-bottom:0}.aiWorkforcePage{background:url(/assets/media/ai-workforce/gradient-bg.svg) no-repeat 50%;background-size:2095px}.aiWorkforcePage--hero .researchHero--title span{background:linear-gradient(88deg,#ffb28d 12.69%,#ff73a7 28.66%,#a673ff 38.99%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.aiWorkforcePage .researchDownload{background-color:#fff}.aiWorkforcePage .researchDownload:hover{transform:translateY(2px)}.aiWorkforcePage .researchDownload span,.aiWorkforcePage .researchDownload svg{color:#292929}.aiWorkforcePage .researchStats:after{display:none}.aiWorkforcePage .researchStats--item-text{color:#fffef8;font-weight:300}@media screen and (min-width:768px){.aiWorkforcePage .researchStats--item-text{font-size:28.477px;line-height:39px}}@media screen and (min-width:1280px){.aiWorkforcePage--hero .researchHero--description{max-width:740px;color:#fffef8}}.workgeistPage{background:url(/assets/media/ai-workforce/gradient-bg.svg) no-repeat 50%;background-size:2095px}.workgeistPage--hero .researchHero--title span{background:linear-gradient(90deg,#ffb28d,#ff73a7 61%,#a673ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.workgeistPage--hero .researchHero--description{max-width:680px;font-weight:300;color:#bfbfbf;margin:0 auto 33px}.workgeistPage .researchStats:after{display:none}.workgeistPage .researchStats--item-text{color:#fffef8;font-weight:300;font-size:22.688px;line-height:40px}@media screen and (min-width:1100px){.workgeistPage--hero .researchHero--title{font-size:113.555px}.workgeistPage--hero .researchHero--description{font-size:22.5px;line-height:40px}}.container{max-width:1264px;margin-left:auto;margin-right:auto}main{overflow:hidden;position:relative}.header{position:fixed;width:100%;top:0;padding:5px 20px;z-index:9999;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background-color .3s ease}.header.opaque{background-color:rgba(var(--black),.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header--wrapper{display:flex;align-items:center;justify-content:space-between}.header a{display:flex}.header--logo{transform:scale(.833) translate(-24px,6px)}.header--contents{display:none;align-items:center;justify-content:flex-end;flex:1 1}.header--navItem{position:relative}.header--navItem>a,.header--navItem>span{position:relative;margin-left:8px;padding:12px 20px;border-radius:12px;transition:background-color .3s ease;font-family:Inter;font-size:16.336px;line-height:24px}.header--navItem>a:hover:not(.active),.header--navItem>span:hover:not(.active){background-color:rgba(var(--darkGray),.3)}.header--navItem>a.active,.header--navItem>span.active{background-color:rgba(var(--pink),1);color:rgba(var(--white),1)}.header--mobileNav{display:flex}.header--mobileNav>svg{transform:translateX(4px)}.header--mobileNav-overlay{position:fixed;top:58px;bottom:0;left:0;right:0;height:100vh;width:100vw}.header--mobileNav-container{position:fixed;display:flex;flex-direction:column;top:58px;left:0;right:0;padding:20px;z-index:4;background-color:rgba(var(--dark),.9);-webkit-backdrop-filter:none;backdrop-filter:none;transition:background-color .3s ease}.header--mobileNav-item{display:flex;align-items:center;padding:20px 0}.header--mobileNav-item a,.header--mobileNav-item span{flex:1 1}@media screen and (min-width:900px){.header{padding:32px 20px}.header--contents{display:flex}.header--navItem a{display:flex;flex-direction:column}.header--mobileNav{display:none}.header--logo{transform:none}}.footer{margin-top:233px;padding:5px 20px 44px}.footer--logo{display:flex;transform:scale(.833) translateY(6px)}.footer--contents{justify-content:flex-end;flex:1 1;margin-top:32px}.footer--contents,.footer--row{display:flex;align-items:center;flex-direction:column}.footer--row{text-align:center;color:#929398;margin-top:24px;font-family:Inter;font-size:16px;line-height:24px}.footer--row:first-of-type{padding-bottom:64px;border-bottom:1px solid rgba(var(--darkGray),1)}.footer--link{display:flex;align-items:center;color:inherit;margin-top:16px;transition:color .3s;font-family:Inter;font-size:16px;line-height:24px}.footer--link:hover{color:rgba(var(--light),1)}.footer--link:hover svg{fill:rgba(var(--light),1)}.footer--link svg{fill:rgba(var(--gray),1);transition:fill .3s}@media screen and (min-width:700px){.footer{padding:20px 20px 44px}.footer--logo{transform:scale(1.14) translate(14px,4px)}.footer--contents{margin-top:0}.footer--contents,.footer--row{flex-direction:row}.footer--link{margin-top:0;margin-left:40px}}.homeHero{display:flex;flex-direction:column;align-items:center;max-width:100vw;padding:120px 20px 80px}.homeHero_dotEnd+.homeDocumentary .homeDocumentary--title{color:rgba(var(--cyan),1)}.homeHero_dotEnd+.homePublications .homePublications--title{color:rgba(var(--red),1)}.homeHero--inner{position:relative;z-index:1;display:flex;flex-direction:column;width:100%}.homeHero--titleWrapper{position:relative;z-index:1;margin-bottom:47px}.homeHero--title{position:relative;z-index:1;color:rgba(var(--light),1);font-size:20.2898550725vw;line-height:100%;font-weight:700;letter-spacing:-3px}.homeHero--title-gradient{background:linear-gradient(88deg,#ffb28d 12.69%,#ff73a7 28.66%,#a673ff 38.99%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.homeHero--presentedBy{display:flex;align-items:center;z-index:1}.homeHero--presentedBy span{color:rgba(var(--light),1);margin-right:20px;font-family:Inter;font-size:14px;line-height:1.33}.homeHero--presentedBy svg{min-width:140px;object-fit:contain}.homeHero--lines{width:100%;transition:opacity .3s ease}.homeHero--lines-dot{display:none;width:16px;height:16px;background-color:rgba(var(--light),1);border-radius:50%}.homeHero--lines-svg{display:none;width:100%}.homeHero--shapes{position:absolute;top:0;left:0;width:100%;height:100%}.homeHero--shapes-shape{position:absolute;z-index:-1;opacity:.2;animation:infinite-spinning 80s infinite;width:320.53px;height:321.693px}.homeHero--shapes-shape_1{bottom:-220px;left:-100px}.homeHero--shapes-shape_2{top:-50px;right:-50px}.homeHero--partnership{display:flex;align-items:center;gap:16px;margin-top:16px}.homeHero--partnership span{color:rgba(var(--light),1);font-size:14px;line-height:1.33;flex-shrink:0;font-family:Inter}.homeHero--partnership-logos{display:flex;align-items:center}.homeHero--partnership-logos svg{max-width:200px;object-fit:contain;transform:translateY(3px)}@media screen and (min-width:900px){.homeHero{padding:198px 20px 460px}.homeHero--title{font-size:120px;max-width:900px}.homeHero--presentedBy span{font-size:22.5px;line-height:31.92px}.homeHero--presentedBy svg{width:170px}.homeHero--lines{position:absolute;width:350px;margin:0 auto;transform:translate(-50%,-30px)}.homeHero--lines-dot,.homeHero--lines-svg{display:block}.homeHero--partnership{position:absolute;top:155px;left:20px;flex-direction:row;align-items:center;width:100vw;margin-top:64px}.homeHero--partnership span{margin-bottom:0;margin-right:30px}.homeHero--partnership-logos{width:100%}.homeHero--partnership-logos svg{max-width:unset;height:40px;flex-shrink:0}}@media screen and (min-width:1100px){.homeHero--title{max-width:1100px}.homeHero--shapes-shape{animation:infinite-spinning 40s infinite;opacity:1}.homeHero--shapes-shape_1{display:inline-block;bottom:-450px}.homeHero--shapes-shape_2{width:326px;height:326px;top:-150px;right:-200px}.homeHero--lines{transform:translate(-50%,-50px)}.homeHero--partnership span{font-size:22.125px;line-height:31.92px;margin-right:54px}}@media screen and (min-width:1440px){.homeHero{padding-bottom:500px}.homeHero--title{font-size:150px}.homeHero--lines{width:421px;transform:translate(-50%,-15px)}.homeHero--shapes-shape_1{left:-120px}.homeHero--shapes-shape_2{top:-120px;right:-150px}.homeHero--partnership{top:200px;left:65px}}.homeDocumentary{position:relative;z-index:1;padding:100px 0;overflow:hidden}.homeDocumentary--inner{padding:0 20px;border-radius:12px}.homeDocumentary--title{font-size:56px;color:rgba(var(--cyan),1);font-weight:500;line-height:1;margin-bottom:18px;transition:color 1s ease-in}.homeDocumentary--description{font-size:20px;color:rgba(var(--light),1);line-height:1.25;max-width:625px;margin-bottom:40px}.homeDocumentary--featured{position:relative;padding:36px 24px;overflow:hidden;border-radius:12px}.homeDocumentary--featured-inner{position:relative;z-index:1;height:50vh;display:flex;flex-direction:column;justify-content:flex-end}.homeDocumentary--featured-inner-coming-soon{pointer-events:none}.homeDocumentary--featured-title{color:rgba(var(--light),1);font-size:44px;line-height:1.06;margin-bottom:12px;font-weight:500;max-width:646px}.homeDocumentary--featured-description{line-height:1.41;color:rgba(var(--white),1);margin-bottom:26px;font-size:14px;max-width:514px}.homeDocumentary--featured-cta{display:inline-flex;align-items:center;color:rgba(var(--white),1);transition:color .3s ease}.homeDocumentary--featured-cta:hover{color:rgba(var(--cyan),1)}.homeDocumentary--featured-cta:hover svg{transform:scale(1.1)}.homeDocumentary--featured-cta:hover svg path{fill:currentColor}.homeDocumentary--featured-cta span{font-size:24px;line-height:1.33;margin-right:20px}.homeDocumentary--featured-cta svg{transition:transform .3s ease}.homeDocumentary--featured-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.homeDocumentary--featured-cover-coming-soon{opacity:.5}.homeDocumentary--featured-video-cover{-webkit-clip-path:inset(0 0 0 0 round 12px);clip-path:inset(0 0 0 0 round 12px)}.homeDocumentary--episodes{position:relative;display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.homeDocumentary--episodes-label{position:relative;z-index:1;display:flex;align-items:center}.homeDocumentary--episodes-title{font-size:24px;line-height:1.33;margin:36px 0;color:rgba(var(--light),1)}.homeDocumentary--episodes-shapes{position:relative;left:40px;width:85px;height:70px}.homeDocumentary--episodes-shapes svg{position:absolute}.homeDocumentary--episodes-shapes svg:first-of-type{top:0;left:0;width:70px;height:70px;animation:infinite-spinning 80s infinite}.homeDocumentary--episodes-shapes svg:nth-of-type(2){bottom:-15%;right:-5%;width:40px;height:40px;animation:infinite-spinning 40s infinite reverse}.homeDocumentary--episodes-shapes svg:nth-of-type(3){top:20%;right:-10%;width:24px;height:24px;animation:infinite-spinning 20s infinite}.homeDocumentary--episodes-thumbnails{display:flex;flex-direction:column;gap:24px}.homeDocumentary--episodes-card{position:relative;z-index:1;display:flex;flex-direction:column;border-radius:8px;overflow:hidden}.homeDocumentary--episodes-card_comingSoon img{opacity:.4}.homeDocumentary--episodes-card:not(.homeDocumentary--episodes-card_comingSoon):hover .homeDocumentary--episodes-card-play{filter:drop-shadow(2px 2px 4px rgba(17,17,17,.2))}.homeDocumentary--episodes-card:not(.homeDocumentary--episodes-card_comingSoon):hover .homeDocumentary--episodes-card-play circle,.homeDocumentary--episodes-card:not(.homeDocumentary--episodes-card_comingSoon):hover .homeDocumentary--episodes-card-play polygon{stroke:rgba(var(--cyan),1)}.homeDocumentary--episodes-card:not(.homeDocumentary--episodes-card_comingSoon):hover .homeDocumentary--episodes-card-bottom{background-color:rgba(var(--cyan),1)}.homeDocumentary--episodes-card-top{position:relative;padding-bottom:58%;background-color:rgba(var(--dark),1)}.homeDocumentary--episodes-card-play{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);transition:filter .3s ease}.homeDocumentary--episodes-card-play circle,.homeDocumentary--episodes-card-play polygon{transition:stroke .3s ease}.homeDocumentary--episodes-card-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.homeDocumentary--episodes-card-bottom{flex:1 1;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;background-color:rgba(var(--light),1);padding:15px 15px 25px;grid-column-gap:8px;column-gap:8px;transition:background-color .3s ease}.homeDocumentary--episodes-card-index{display:flex;justify-content:center;align-items:center;width:27px;height:27px;border:1px solid rgba(var(--dark),1);border-radius:8px;color:rgba(var(--dark),1);font-size:15px;line-height:1.07}.homeDocumentary--episodes-card-title{font-size:19px;line-height:1.2;color:rgba(var(--dark),1);margin-bottom:8px;grid-column-start:2}.homeDocumentary--episodes-card-description{font-size:12px;line-height:1.33;color:rgba(var(--dark),1);margin-bottom:8px;grid-column-start:2}.homeDocumentary--episodes-card-length{font-size:12px;line-height:1.33;color:rgba(var(--gray),1);margin-top:auto;grid-column-start:2}.homeDocumentary--episodes-lines{width:500px;height:auto;position:absolute;bottom:0;right:0;transform:translate(70px,30%)}@media screen and (min-width:768px){.homeDocumentary--episodes{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px}}@media screen and (min-width:900px){.homeDocumentary--description{font-size:26px}.homeDocumentary--featured{padding:80px 40px;margin-bottom:50px}.homeDocumentary--featured-inner{height:auto}.homeDocumentary--featured-title{font-size:56px;max-width:646px}.homeDocumentary--featured-description{font-size:17px;max-width:514px}.homeDocumentary--episodes{grid-template-columns:repeat(4,1fr);margin-top:0}.homeDocumentary--episodes-lines{width:900px;transform:translate(70px,30%)}.homeDocumentary--episodes-title{margin:0}.homeDocumentary--episodes-label{flex-direction:column;align-items:flex-start}.homeDocumentary--episodes-shapes{width:160px;height:130px;left:0}.homeDocumentary--episodes-shapes svg{position:absolute}.homeDocumentary--episodes-shapes svg:first-of-type{top:0;left:0;width:130px;height:130px}.homeDocumentary--episodes-shapes svg:nth-of-type(2){bottom:-15%;right:-5%;width:76px;height:76px}.homeDocumentary--episodes-shapes svg:nth-of-type(3){top:20%;right:-10%;width:36px;height:36px}.homeDocumentary--episodes-thumbnails{grid-column:2/5;display:flex;flex-direction:row;gap:43px}.homeDocumentary--episodes-thumbnails>*{flex:0 1 33.3333333333%}}@media screen and (min-width:1100px){.homeDocumentary{padding-bottom:160px}.homeDocumentary--title{font-size:80px;margin-bottom:28px}.homeDocumentary--description{font-size:32px;margin-bottom:60px}.homeDocumentary--featured{padding:88px 73px 227px;margin-bottom:50px}.homeDocumentary--featured-title{font-size:96px}.homeDocumentary--episodes{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1440px){.homeDocumentary{padding-bottom:210px}.homeDocumentary--title{font-size:130px}.homeDocumentary--episodes{grid-template-columns:200px repeat(3,2fr);gap:43px}}.homePublications{position:relative}.homePublications .embla{--slide-spacing:0px;--slide-size:calc(100vw - 36px);--slide-height:400px}.homePublications .embla__viewport{overflow:hidden}.homePublications .embla__container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;touch-action:pan-y;flex-direction:row;height:auto;margin-left:calc(var(--slide-spacing)*-1)}.homePublications .embla__slide{flex:0 0 var(--slide-size);min-width:0;position:relative}.homePublications--inner{padding:0 20px}.homePublications--title{font-size:56px;line-height:1;margin-bottom:18px;transition:color 1s ease-in;font-weight:600;letter-spacing:-2.463px;background:#f87853;background:linear-gradient(90deg,#fc3186,#fc6d2d 78%,#fc6d2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.homePublications--description{font-size:20px;color:rgba(var(--light),1);line-height:1.25;max-width:625px;margin-bottom:40px;font-family:Inter}.homePublications--items{position:relative}.homePublications--items:after,.homePublications--items:before{content:"";position:absolute;width:max(25vw - 632px + 200px,200px);height:100%;top:0;z-index:5;display:none}.homePublications--items:before{left:0;background:linear-gradient(90deg,#000 20%,transparent)}.homePublications--items:after{right:0;background:linear-gradient(270deg,#000 20%,transparent)}.homePublications--items-title{color:rgba(var(--light),1);font-size:20px;line-height:1.25;margin-bottom:20px;font-family:Inter}.homePublications--items-list{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}.homePublications--items-list-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding-top:32px;overflow:hidden;transition:background-color .3s ease;border-radius:24px;border:1px solid #202023;background:hsla(0,0%,100%,.01)!important;box-shadow:inset 0 -32px 64px 0 hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1!important}.homePublications--items-list-card:hover{background:hsla(0,0%,100%,.2)!important}.homePublications--items-list-card:after{content:"";position:absolute;inset:0;width:100%;height:100%;left:-78px;top:158px;z-index:-1;background-image:url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjM4NiIgaGVpZ2h0PSI1ODMiIHZpZXdCb3g9IjAgMCAzODYgNTgzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzE5NV81KSI+CjxjaXJjbGUgY3g9Ijc2IiBjeT0iNDA1IiByPSIxMzQiIGZpbGw9IiNFMkU4RkYiIGZpbGwtb3BhY2l0eT0iMC4xNiIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMTk1XzUpIj4KPGNpcmNsZSBjeD0iMTcxIiBjeT0iMjE1IiByPSI5MSIgZmlsbD0iI0UyRThGRiIgZmlsbC1vcGFjaXR5PSIwLjE2Ii8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8xOTVfNSIgeD0iLTE4MiIgeT0iMTQ3IiB3aWR0aD0iNTE2IiBoZWlnaHQ9IjUxNiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2MiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzE5NV81Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2ZfMTk1XzUiIHg9Ii00NCIgeT0iMCIgd2lkdGg9IjQzMCIgaGVpZ2h0PSI0MzAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNjIiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xOTVfNSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K");background-repeat:no-repeat;pointer-events:none;background-size:contain}.homePublications--items-list-card-content{padding:0 24px;z-index:20}.homePublications--items-list-card-year{margin-bottom:16px;transition:color .3s ease;color:#b38cff!important;font-family:Plus Jakarta Sans;font-size:22px;font-weight:650;line-height:24px;letter-spacing:-.66px}.homePublications--items-list-card-title{font-size:36px;line-height:1.06;margin-bottom:28px;transition:color .3s ease;color:#eee;font-weight:650;letter-spacing:-1.82px}.homePublications--items-list-card-description{color:rgba(var(--white),1);font-size:20px;line-height:31.92px;margin-bottom:16px;transition:color .3s ease;font-family:Inter;font-weight:400}.homePublications--items-list-card-logos{display:flex;align-items:center;margin-bottom:32px}.homePublications--items-list-card-logos svg{max-width:150px;height:25px}.homePublications--items-list-card-logos path{transition:fill .3s ease,stroke .3s ease}.homePublications--items-list-card-logos .x{width:14px;height:14px;margin:0 11px}.homePublications--items-list-card-cta{display:flex;align-items:center}.homePublications--items-list-card-cta span{color:rgba(var(--white),1);font-size:24px;line-height:1.33;margin-right:8px;transition:color .3s ease;font-family:Inter}.homePublications--items-list-card-cta svg{transform:translateY(2px);transition:color .3s ease}.homePublications--items-list-card-illustration{margin-top:20px;width:100%;border-radius:0 0 30px 30px;z-index:10}@media screen and (min-width:900px){.homePublications .embla{--slide-spacing:1rem;--slide-size:calc(1264px / 2.5);--slide-height:500px}.homePublications--description{font-size:26px}.homePublications--items:after,.homePublications--items:before{content:"";display:block}.homePublications--items-title{font-size:26px}.homePublications--items-list{grid-template-columns:repeat(2,1fr);gap:53px}}@media screen and (min-width:1100px){.homePublications--title{font-size:80px;margin-bottom:28px}.homePublications--description{font-size:30.25px;line-height:40px;margin-bottom:60px}.homePublications--items-title{font-size:29.75px;line-height:40px;margin-bottom:35px}.homePublications--items-list-card{padding-top:33px}.homePublications--items-list-card-content{padding:0 33px}.homePublications--items-list-card-year{font-size:25px}.homePublications--items-list-card-title{font-size:52px}.homePublications--items-list-card-logos svg{max-width:175px;height:28px}.homePublications--items-list-card-cta span{font-size:28.125px}}@media screen and (min-width:1440px){.homePublications--title{font-size:123.145px;line-height:130px;margin-bottom:32px}.homePublications--description{margin-bottom:71px}.homePublications--items-title{font-size:52px;font-weight:650;margin-bottom:92px}.homePublications--items-list-card-illustration{margin-top:20px}}.episodesHero{position:relative;max-width:100vw;min-height:160vw;max-height:160vw;display:flex;align-items:flex-end;overflow:hidden;padding:60px 20px 15px}.episodesHero--inner{position:relative;z-index:1;width:100%}.episodesHero--subtitle{color:rgba(var(--cyan),1);font-size:26px;line-height:1.25}.episodesHero--title{color:rgba(var(--light),1);font-size:56px;line-height:1;margin-bottom:12px;font-weight:500;max-width:646px}.episodesHero--description{line-height:1.41;color:rgba(var(--white),1);margin-bottom:18px;font-size:17px;max-width:462px}.episodesHero--cta{display:inline-flex;align-items:center;margin-bottom:48px;background:transparent;border:0;cursor:pointer;color:rgba(var(--white),1);transition:color .3s ease}.episodesHero--cta:hover{color:rgba(var(--cyan),1)}.episodesHero--cta:hover svg{transform:scale(1.1)}.episodesHero--cta span{font-size:24px;line-height:1.33;margin-right:12px}.episodesHero--cta svg{transition:transform .3s ease;color:currentColor}.episodesHero--cover,.episodesHero--cover:before{position:absolute;top:0;left:0;width:100%;height:100%}.episodesHero--cover:before{content:"";background:linear-gradient(72.42deg,#292929 -24.82%,rgba(41,41,41,.7) 8.48%,rgba(41,41,41,0) 42.96%)}.episodesHero--cover img{width:100%;height:100%;object-fit:cover}.episodesHero--next{position:relative;display:grid;grid-template-columns:repeat(3,1fr);border-radius:12px;overflow:hidden;width:270px;background-color:rgba(var(--darkGray),1);min-height:85px}.episodesHero--next:hover .episodesHero--next-arrow,.episodesHero--next:hover .episodesHero--next-subtitle,.episodesHero--next:hover .episodesHero--next-title{color:rgba(var(--cyan),1)}.episodesHero--next-coverWrapper{display:flex;grid-column:span 1;overflow:hidden}.episodesHero--next-cover{width:100%;height:100%;object-fit:cover;border-top-left-radius:12px;border-bottom-left-radius:12px}.episodesHero--next-text{grid-column:span 2;padding:12px}.episodesHero--next-subtitle{color:rgba(var(--light),1);font-size:12px;line-height:1.2;margin-bottom:5px;transition:color .3s ease}.episodesHero--next-title{color:rgba(var(--white),1);font-size:18px;line-height:1.2;padding-right:16px;transition:color .3s ease}.episodesHero--next-arrow{position:absolute;bottom:12px;right:12px;color:rgba(var(--light),1);transition:color .3s ease}@media screen and (min-width:700px){.episodesHero{padding:126px 20px 15px}}@media screen and (min-width:1100px){.episodesHero{min-height:unset;max-height:1455px;padding-bottom:24px;align-items:stretch}.episodesHero--inner{height:100%;min-height:650px;padding-top:48px}.episodesHero--subtitle{font-size:32px}.episodesHero--title{font-size:118px;margin-bottom:24px}.episodesHero--next{position:absolute;bottom:0;right:0}}.episodesList{padding:40px 0 60px}.episodesList--inner{padding:0 20px}.episodesList--title{font-size:32px;line-height:1.25;color:rgba(var(--light),1);margin-bottom:52px}.episodesList--list{display:grid;grid-template-columns:1fr;grid-gap:52px;gap:52px}.episodesList--list-item{display:flex;flex-direction:column}.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-index{border-color:rgba(var(--cyan),1);color:rgba(var(--cyan),1)}.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-title{color:rgba(var(--cyan),1)}.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-lines path{stroke:rgba(var(--cyan),1)}.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-play{transform:translate(-50%,-50%) scale(1.1);filter:drop-shadow(2px 2px 4px rgba(17,17,17,.2))}.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-play circle,.episodesList--list-item:hover:not(.episodesList--list-item_comingSoon) .episodesList--list-item-play polygon{stroke:rgba(var(--cyan),1)}.episodesList--list-item:focus{outline:none}.episodesList--list-item_comingSoon .episodesList--list-item-coverWrapper{position:relative}.episodesList--list-item_comingSoon .episodesList--list-item-coverWrapper:after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border-radius:8px;background-color:rgba(var(--black),.75)}.episodesList--list-item-left{display:flex;align-items:center;margin-bottom:24px}.episodesList--list-item-index{font-size:28px;line-height:1.07;color:rgba(var(--light),1);display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(var(--light),1);border-radius:15px;margin-right:19px;transition:border-color .3s ease,color .3s ease}.episodesList--list-item-title{max-width:268px;font-size:32px;line-height:1.2;color:rgba(var(--light),1);transition:color .3s ease}.episodesList--list-item-right{position:relative;display:grid;grid-template-columns:1fr;background-color:#171717;border-radius:12px;min-height:260px}.episodesList--list-item-coverWrapper{position:relative;z-index:1;padding-bottom:62%}.episodesList--list-item-coverWrapper-duration{position:absolute;z-index:1;bottom:13px;left:19px;right:32px;height:4px;background-color:rgba(var(--dark),1);border-radius:9px}.episodesList--list-item-coverWrapper-duration span{position:absolute;top:0;left:0;height:100%;max-width:100%;background-color:rgba(var(--cyan),1);border-radius:9px}.episodesList--list-item-play{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;transition:filter .3s ease,transform .3s ease}.episodesList--list-item-play circle,.episodesList--list-item-play polygon{transition:stroke .3s ease}.episodesList--list-item-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:9px}.episodesList--list-item-comingSoon{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;line-height:1.6;color:rgba(var(--light),1);text-align:center}.episodesList--list-item-content{display:flex;flex-direction:column;padding:28px}.episodesList--list-item-description{font-size:17px;line-height:1.41;color:rgba(var(--light),.8);padding-right:20px;margin-bottom:8px}.episodesList--list-item-duration{font-size:17px;line-height:1.41;color:rgba(var(--gray),1);margin:auto 0 0 auto}.episodesList--list-item-lines{display:none;position:absolute;z-index:0;top:50%;left:0;transform:translate(-30%,-50%);width:auto;height:130%}.episodesList--list-item-lines path{transition:stroke .3s ease}@media screen and (min-width:1100px){.episodesList{padding:40px 0 115px}.episodesList--list-item{display:grid;grid-template-columns:repeat(3,1fr)}.episodesList--list-item-left{margin-bottom:0;grid-column:span 1;flex-direction:column;align-items:unset}.episodesList--list-item-index{font-size:30px;width:55px;height:55px;margin-right:0;margin-bottom:19px}.episodesList--list-item-title{font-size:40px}.episodesList--list-item-right{grid-column:span 2;grid-template-columns:repeat(2,1fr)}.episodesList--list-item-content{padding:40px 34px 28px 62px}.episodesList--list-item-lines{display:inline-block}}.episodeInfo--title{font-size:32px;line-height:1.25;color:rgba(var(--cyan),1);margin-bottom:32px}.episodeInfo--duration{font-size:17px;line-height:1.41;color:rgba(var(--gray),1);margin-bottom:23px}.episodeInfo--video{position:relative;padding-bottom:62%;border-radius:9px;overflow:hidden;margin-bottom:16px;display:block;width:100%;border:none;background:none;cursor:pointer}.episodeInfo--video:hover svg{color:rgba(var(--cyan),1);filter:drop-shadow(2px 2px 4px rgba(17,17,17,.2))}.episodeInfo--video-play{display:flex;background-color:transparent;border:none;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.episodeInfo--video-play svg{color:rgba(var(--light),1);transition:color .3s ease,filter .3s ease}.episodeInfo--video-duration{position:absolute;z-index:1;bottom:20px;left:60px;right:42px;height:4px;background-color:rgba(var(--dark),1);border-radius:9px}.episodeInfo--video-duration span{background-color:rgba(var(--cyan),1)}.episodeInfo--video-cover,.episodeInfo--video-duration span{position:absolute;top:0;left:0;height:100%;border-radius:9px}.episodeInfo--video-cover{width:100%;object-fit:cover}.episodeInfo--share{margin-bottom:16px}.episodeInfo--share .share--inner--row{margin:16px 0}.episodeInfo--content{position:relative;max-height:280px;overflow:hidden}.episodeInfo--content_visible{max-height:5000px}.episodeInfo--content_visible:after{display:none}.episodeInfo--content:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(180deg,rgba(41,41,41,0) 12.83%,#292929 54.99%)}.episodeInfo--content p{font-size:20px;line-height:1.6;color:rgba(var(--light),1)}.episodeInfo--content p:not(:last-child){margin-bottom:16px}.episodeInfo--content ul:not(:last-child){margin-bottom:20px}.episodeInfo--content ul li{font-size:18px;color:rgba(var(--light),1)}.episodeInfo--viewMore{display:flex;align-items:center;background-color:transparent;border:none;margin-top:20px;cursor:pointer}.episodeInfo--viewMore span{font-size:17px;line-height:1.41;color:rgba(var(--white),1);margin-right:7px}.episodeInfo--viewMore svg{color:rgba(var(--white),1)}@media screen and (min-width:768px){.episodeInfo--video-duration{bottom:40px}}@media screen and (min-width:1100px){.episodeInfo--title{margin-bottom:48px}.episodeInfo--content{max-height:auto}}.episodeChapters{position:relative}.episodeChapters--title{font-size:32px;line-height:1.25;color:rgba(var(--light),1);margin-bottom:51px}.episodeChapters--list{position:relative;z-index:1;display:grid;grid-template-columns:1fr;grid-gap:36px;gap:36px}.episodeChapters--list-item{position:relative;border:none;background-color:#171717;border-radius:9px;padding:0;cursor:pointer;transition:background-color .3s ease}.episodeChapters--list-item:hover,.episodeChapters--list-item_active{background-color:rgba(var(--cyan),1)}.episodeChapters--list-item:hover .episodeChapters--list-item-play,.episodeChapters--list-item_active .episodeChapters--list-item-play{color:rgba(var(--cyan),1);transform:translate(-50%,-50%) scale(1.1)}.episodeChapters--list-item:hover .episodeChapters--list-item-index,.episodeChapters--list-item_active .episodeChapters--list-item-index{border-color:rgba(var(--dark),1);color:rgba(var(--dark),1)}.episodeChapters--list-item:hover .episodeChapters--list-item-label,.episodeChapters--list-item:hover .episodeChapters--list-item-title,.episodeChapters--list-item_active .episodeChapters--list-item-label,.episodeChapters--list-item_active .episodeChapters--list-item-title{color:rgba(var(--dark),1)}.episodeChapters--list-item:focus{outline:none}.episodeChapters--list-item-coverWrapper{position:relative;z-index:1;padding-bottom:62%}.episodeChapters--list-item-coverWrapper-duration{position:absolute;z-index:1;bottom:13px;left:19px;right:32px;height:4px;background-color:rgba(var(--dark),1);border-radius:9px}.episodeChapters--list-item-coverWrapper-duration span{position:absolute;top:0;left:0;height:100%;max-width:100%;background-color:rgba(var(--cyan),1);border-radius:9px}.episodeChapters--list-item-play{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(var(--light),1);transition:color .3s,transform .3s}.episodeChapters--list-item-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-top-right-radius:8px;border-top-left-radius:8px}.episodeChapters--list-item-right{padding:16px}.episodeChapters--list-item-index{font-size:22px;line-height:1.07;color:rgba(var(--light),1);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(var(--light),1);border-radius:11px;margin-bottom:8px;transition:border-color .3s ease,color .3s ease}.episodeChapters--list-item-title{font-size:20px;line-height:1.2;color:rgba(var(--light),1);margin-bottom:8px;text-align:left;transition:color .3s ease;font-family:Inter}.episodeChapters--list-item-label{font-size:12px;line-height:1.33;color:rgba(var(--gray),1);text-align:left;transition:color .3s ease}.episodeChapters--list-item-lines{position:absolute;z-index:-1;top:50%;right:0;transform:translate(30%,-50%) rotate(180deg);width:auto;height:130%;transition:opacity .3s ease}@media screen and (min-width:1440px){.episodeChapters--list-item{display:flex}.episodeChapters--list-item-left{width:60%}.episodeChapters--list-item-cover{border-top-right-radius:0;border-bottom-left-radius:8px}.episodeChapters--list-item-right{width:40%}}.aboutHero--inner{padding:180px 0 150px}.aboutHero--titleWrapper{position:relative;max-width:657px;margin:0 auto}.aboutHero--title{position:relative;z-index:2;color:rgba(var(--light),1);font-size:56px;line-height:1.06;font-weight:500;text-align:center}.aboutHero--shape{position:absolute;z-index:1}.aboutHero--shape_1{bottom:0;left:0;width:251px;height:251px;transform:translate(-60%,40%)}.aboutHero--shape_2{top:0;right:0;width:157px;height:157px;transform:translate(50%,-60%)}.aboutHero--lines{position:absolute}.aboutHero--lines_1{width:720px;height:610px;top:50%;left:0;transform:translate(-90%,-30%)}.aboutHero--lines_2{width:512px;height:435px;top:50%;right:0;transform:translate(105%,-30%) rotate(30deg)}@media screen and (min-width:1100px){.aboutHero--inner{padding:237px 0 198px}.aboutHero--title{font-size:118px}}.killingTimeCta{position:relative;z-index:1;margin-bottom:111px;padding:0 20px}.killingTimeCta--card{position:relative;max-width:947px;margin:0 auto;overflow:hidden;padding:80px 20px 100px;border-radius:30px;border:1px solid hsla(0,0%,100%,.12);background:#0b0b0b;box-shadow:inset 0 -32px 64px 0 hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.killingTimeCta--text{font-size:24px;line-height:1.2;color:rgba(var(--light),1);text-align:center}.killingTimeCta--shape{opacity:.2;position:absolute}.killingTimeCta--shape_1{bottom:0;left:0;width:263px;height:208px}.killingTimeCta--shape_2{top:0;right:0;transform:translate(50%,-25%);width:212px;height:212px}@media screen and (min-width:768px){.killingTimeCta--card{padding:140px 92px 180px}.killingTimeCta--text{font-size:38.594px;line-height:42.4px}.killingTimeCta--shape{opacity:1}}.killingTimeStats{padding:0 20px 80px;position:relative}.killingTimeStats--inner{position:relative;z-index:1}.killingTimeStats--items{margin-bottom:50px}.killingTimeStats--item{display:flex;flex-direction:column;padding:32px 0;border-bottom:1px solid rgba(var(--gray),1);max-width:808px;margin:0 auto}.killingTimeStats--item:first-of-type{border-top:1px solid rgba(var(--gray),1)}.killingTimeStats--item-number{position:relative;font-size:24px;line-height:1.2;width:68px;height:68px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px}.killingTimeStats--item-number:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 82 82'%3E%3Cpath stroke='%237F7F7F' stroke-width='2' d='M63.279 72.997h-.003l-.014.004h-.003l-26.688 7.183.26.966-.26-.966a11.357 11.357 0 0 1-10.986-2.953L5.14 56.751A11.406 11.406 0 0 1 2.19 45.741l7.224-26.934.001-.003.012-.045.001-.003.294-1.094a11.308 11.308 0 0 1 7.982-7.996l28.032-7.545a11.357 11.357 0 0 1 10.986 2.953L77.17 25.556a11.406 11.406 0 0 1 2.948 11.009l-7.531 28.079a11.308 11.308 0 0 1-7.983 7.996l-1.324.357Z'/%3E%3C/svg%3E%0A");width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.killingTimeStats--item-text{font-size:24px;color:#bfbfbf;line-height:1.67}.killingTimeStats--item-text strong{color:rgba(var(--white),1)}.killingTimeStats--svg{position:absolute;bottom:0;width:700px;height:auto;opacity:.2}.killingTimeStats--svg_1{left:0}.killingTimeStats--svg_2{right:0;display:none}@media screen and (min-width:768px){.killingTimeStats:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:800px;background:linear-gradient(0deg,#292929 0,#292929 66.84%,rgba(41,41,41,0))}.killingTimeStats--items{margin-bottom:85px}.killingTimeStats--item{flex-direction:row;align-items:flex-start}.killingTimeStats--item-number{font-size:24px;width:88px;height:88px;margin-bottom:20px;margin-right:32px}}@media screen and (min-width:1280px){.killingTimeStats:after{height:800px}.killingTimeStats--item-number{font-size:40px}.killingTimeStats--svg{opacity:1;width:800px;transform:translateY(6%)}.killingTimeStats--svg_2{display:inline-block}}@keyframes ripple{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes ripple-mobile{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}.researchHero{position:relative;padding:0 20px}.researchHero--inner{position:relative;padding:130px 0 92px;z-index:2;text-align:center}.researchHero--title{position:relative;display:inline-block;color:rgba(var(--light),1);font-size:64px;line-height:1;font-weight:700;text-align:center;margin-bottom:72px;letter-spacing:-1.2px}.researchHero--logos{display:flex;align-items:center;justify-content:center;margin-bottom:30px;flex-direction:column}.researchHero--logos span{display:flex;margin:0 16px}.researchHero--logos svg{max-width:270px}.researchHero--description{font-size:18px;line-height:1.67;max-width:715px;font-weight:300;margin:0 auto 39px;text-align:center;color:#fffef8}.researchHero--svg{position:absolute;pointer-events:none;z-index:1;opacity:.8;overflow:visible}.researchHero--svg_1{top:30px;left:0;width:260px;height:auto}.researchHero--svg_2{top:360px;right:0;width:600px;height:auto;transform:translate(50%) scale(-1)}.researchHero--svg_2 g{transform-origin:center}.researchHero--svg g{opacity:.3;animation:ripple-mobile 8.1s linear infinite;animation-delay:calc(1.2s*var(--c));will-change:transform,opacity}.researchHero--svg g:first-child{--c:8}.researchHero--svg g:nth-child(2){--c:7}.researchHero--svg g:nth-child(3){--c:6}.researchHero--svg g:nth-child(4){--c:5}.researchHero--svg g:nth-child(5){--c:4}.researchHero--svg g:nth-child(6){--c:3}.researchHero--svg g:nth-child(7){--c:2}.researchHero--svg g:nth-child(8){--c:1}.researchHero--svg g:nth-child(9){--c:0}@media screen and (min-width:768px){.researchHero--svg_1{top:0;left:0;width:380px;height:550px}.researchHero--svg_2{top:243px;right:0;width:1123px;height:1123px;transform:translate(50%) scale(-1)}.researchHero--logos{flex-direction:row}}@media screen and (min-width:1100px){.researchHero--title{font-size:112.617px;line-height:120px}.researchHero--title span{line-height:120px}.researchHero--description{font-size:23.063px;line-height:40.08px}.researchHero--svg g{animation:ripple 8.1s linear infinite;animation-delay:calc(1.2s*var(--c))}}.researchDownload{display:flex;align-items:center;background-color:#fff;max-width:max-content;margin:0 auto;padding:20px;border-radius:12px;transition:transform .2s ease;color:#000}.researchDownload svg{flex-shrink:0;margin-right:8px}.researchDownload:hover{transform:translateY(2px)}.researchDownload span{font-weight:300}@media screen and (min-width:768px){.researchDownload span{font-size:20.625px}.researchDownload svg{width:22px;height:22px}}@media screen and (min-width:1100px){.researchDownload{padding:20px 70px}}.researchStats{padding:0 20px 80px;position:relative}.researchStats--inner{position:relative;z-index:1}.researchStats--items{margin-bottom:50px}.researchStats--item{display:flex;gap:16px;padding:32px 0;border-bottom:1px solid rgba(var(--gray),1);max-width:808px;margin:0 auto}.researchStats--item:first-of-type{border-top:1px solid rgba(var(--gray),1)}.researchStats--item-number{position:relative;font-size:24px;line-height:1.2;width:62px;height:62px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px;color:#f25dff!important}.researchStats--item-number:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 82 82'%3E%3Cpath stroke='%237F7F7F' stroke-width='2' d='M63.279 72.997h-.003l-.014.004h-.003l-26.688 7.183.26.966-.26-.966a11.357 11.357 0 0 1-10.986-2.953L5.14 56.751A11.406 11.406 0 0 1 2.19 45.741l7.224-26.934.001-.003.012-.045.001-.003.294-1.094a11.308 11.308 0 0 1 7.982-7.996l28.032-7.545a11.357 11.357 0 0 1 10.986 2.953L77.17 25.556a11.406 11.406 0 0 1 2.948 11.009l-7.531 28.079a11.308 11.308 0 0 1-7.983 7.996l-1.324.357Z'/%3E%3C/svg%3E%0A");width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.researchStats--item-text{font-size:24px;color:#bfbfbf;line-height:1.67}.researchStats--item-text strong{color:rgba(var(--white),1)}.researchStats--svg{position:absolute;bottom:0;width:700px;height:auto;opacity:.2}.researchStats--svg_1{left:0}.researchStats--svg_2{right:0;display:none}@media screen and (min-width:768px){.researchStats:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:800px;background:linear-gradient(0deg,#292929 0,#292929 66.84%,rgba(41,41,41,0))}.researchStats--items{margin-bottom:85px}.researchStats--item{flex-direction:row;align-items:flex-start;padding:32px 0}.researchStats--item-number{font-size:24px;width:88px;height:88px;margin-bottom:0;margin-right:32px}}@media screen and (min-width:1280px){.researchStats:after{height:800px}.researchStats--item-number{font-size:40px}.researchStats--svg{opacity:1;width:800px;transform:translateY(6%)}.researchStats--svg_2{display:inline-block}}.aiWorkforceCta{position:relative;z-index:1;margin-bottom:32px;padding:0 20px}.aiWorkforceCta--card{position:relative;max-width:947px;min-height:504px;margin:0 auto;border-radius:30px;overflow:hidden;background-color:rgba(var(--darkGray),1);background:url(/assets/media/ai-workforce/cta-bg.jpg) no-repeat 50%;background-size:cover;padding:80px 20px 100px}.aiWorkforceCta--text{position:relative;max-width:100%;font-size:24px;font-weight:500;line-height:1.2;color:rgba(var(--light),1);text-align:center}.aiWorkforceCta--shape{opacity:.2;position:absolute}.aiWorkforceCta--shape_1{bottom:0;left:0;width:263px;height:208px}.aiWorkforceCta--shape_2{top:0;right:0;transform:translate(50%,-25%);width:212px;height:212px}@media screen and (min-width:768px){.aiWorkforceCta{margin-bottom:80px}.aiWorkforceCta--card{background-size:calc(100% + 4px);padding:64px}.aiWorkforceCta--text{max-width:540px;font-size:48px;line-height:1.2;text-align:left}.aiWorkforceCta--shape{opacity:1}}.aiWorkforceStats{padding:0 20px 80px;position:relative}.aiWorkforceStats--inner{position:relative;z-index:1}.aiWorkforceStats--items{margin-bottom:50px}.aiWorkforceStats--item{display:flex;flex-direction:column;padding:32px 0;border-bottom:1px solid rgba(var(--gray),1);max-width:808px;margin:0 auto}.aiWorkforceStats--item:first-of-type{border-top:1px solid rgba(var(--gray),1)}.aiWorkforceStats--item-number{position:relative;font-size:24px;line-height:1.2;width:68px;height:68px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:20px}.aiWorkforceStats--item-number:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 82 82'%3E%3Cpath stroke='%237F7F7F' stroke-width='2' d='M63.279 72.997h-.003l-.014.004h-.003l-26.688 7.183.26.966-.26-.966a11.357 11.357 0 0 1-10.986-2.953L5.14 56.751A11.406 11.406 0 0 1 2.19 45.741l7.224-26.934.001-.003.012-.045.001-.003.294-1.094a11.308 11.308 0 0 1 7.982-7.996l28.032-7.545a11.357 11.357 0 0 1 10.986 2.953L77.17 25.556a11.406 11.406 0 0 1 2.948 11.009l-7.531 28.079a11.308 11.308 0 0 1-7.983 7.996l-1.324.357Z'/%3E%3C/svg%3E%0A");width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.aiWorkforceStats--item-text{font-size:24px;color:#bfbfbf;line-height:1.67}.aiWorkforceStats--item-text strong{color:rgba(var(--white),1)}.aiWorkforceStats--svg{position:absolute;bottom:0;width:700px;height:auto;opacity:.2}.aiWorkforceStats--svg_1{left:0}.aiWorkforceStats--svg_2{right:0;display:none}@media screen and (min-width:768px){.aiWorkforceStats:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:800px;background:linear-gradient(0deg,#292929 0,#292929 66.84%,rgba(41,41,41,0))}.aiWorkforceStats--items{margin-bottom:85px}.aiWorkforceStats--item{flex-direction:row;align-items:flex-start}.aiWorkforceStats--item-number{font-size:24px;width:88px;height:88px;margin-bottom:20px;margin-right:32px}}@media screen and (min-width:1280px){.aiWorkforceStats:after{height:800px}.aiWorkforceStats--item-number{font-size:40px}.aiWorkforceStats--svg{opacity:1;width:800px;transform:translateY(6%)}.aiWorkforceStats--svg_2{display:inline-block}}.share{position:relative;overflow:hidden;background-color:#000}.share_lg .share--links li:not(:last-of-type){margin-right:24px}.share_lg .share--links a{width:64px;height:64px;border-radius:12px}.share_sm .share--title{font-size:16px}.share_sm .share--links li:not(:last-of-type){margin-right:17px}.share_sm .share--links a{width:32px;height:32px;border-radius:6px}.share--inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:0 24px}.share--inner--row .share--title{margin-bottom:0;margin-right:0}.share--title{font-size:30.125px;line-height:40px;color:#fffef8;font-family:Inter,sans-serif;font-weight:400;text-align:left;margin-bottom:0;flex-shrink:0}.share--links{list-style-type:none;display:flex;gap:24px;margin:0;padding:24px 0}.share--links li{margin:0}.share--links a{background-color:rgba(62,62,62,.4);display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;color:#fffef8}.share--links a:hover{background-color:rgba(62,62,62,.6)}@media screen and (min-width:700px){.share_lg .share--inner{flex-direction:row;justify-content:space-between}.share_lg .share--links li:not(:last-of-type){margin-right:0}.share_lg .share--links a{width:64px;height:64px}}.cta{padding:0 20px}.cta--card{position:relative;padding:40px 24px;overflow:hidden;border-radius:18px;border:1px solid #202023;background:#000;box-shadow:inset 0 -32px 64px 0 hsla(0,0%,100%,.08)}.cta--card:before{inset-inline-end:0;background-image:url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEyMjUiIGhlaWdodD0iMzkxIiB2aWV3Qm94PSIwIDAgMTIyNSAzOTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF83XzI1MzU0NykiPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzdfMjUzNTQ3KSI+CjxyZWN0IHdpZHRoPSI1NjEuMzU0IiBoZWlnaHQ9IjEyNi45MDgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIC00NjQgLTQzLjUxMDEpIiBmaWxsPSIjRjk4OTNFIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl83XzI1MzU0NykiPgo8cmVjdCB3aWR0aD0iNTYxLjM1NCIgaGVpZ2h0PSIxMjYuOTA4IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAtMjIuNzg0OCAtNDMuNTEwMSkiIGZpbGw9IiNGQzMxODYiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9mXzdfMjUzNTQ3KSI+CjxyZWN0IHdpZHRoPSI1NjEuMzU0IiBoZWlnaHQ9IjEyNi45MDgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDQxOC40MyAtNDMuNTEwMSkiIGZpbGw9IiM3MDUyRjEiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyM19mXzdfMjUzNTQ3KSI+CjxyZWN0IHdpZHRoPSI1NjEuMzU0IiBoZWlnaHQ9IjEyNi45MDgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDg1OS42NDYgLTQzLjUxMDEpIiBmaWxsPSIjMDE5MUZGIi8+CjwvZz4KPC9nPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDFfN18yNTM1NDcpIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjRfZl83XzI1MzU0NykiPgo8cmVjdCB3aWR0aD0iNTYxLjM1NCIgaGVpZ2h0PSIxMjYuOTA4IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAtNDY0IC00My41MTAxKSIgZmlsbD0iI0Y5ODkzRSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXI1X2ZfN18yNTM1NDcpIj4KPHJlY3Qgd2lkdGg9IjU2MS4zNTQiIGhlaWdodD0iMTI2LjkwOCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgLTIyLjc4NDggLTQzLjUxMDEpIiBmaWxsPSIjRkMzMTg2Ii8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjZfZl83XzI1MzU0NykiPgo8cmVjdCB3aWR0aD0iNTYxLjM1NCIgaGVpZ2h0PSIxMjYuOTA4IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA0MTguNDMgLTQzLjUxMDEpIiBmaWxsPSIjNzA1MkYxIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjdfZl83XzI1MzU0NykiPgo8cmVjdCB3aWR0aD0iNTYxLjM1NCIgaGVpZ2h0PSIxMjYuOTA4IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA4NTkuNjQ2IC00My41MTAxKSIgZmlsbD0iIzAxOTFGRiIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl83XzI1MzU0NyIgeD0iLTYzNy4yNTIiIHk9Ii0zNDMuNjciIHdpZHRoPSI5MDcuODU5IiBoZWlnaHQ9IjQ3My40MTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iODYuNjI2MiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzdfMjUzNTQ3Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2ZfN18yNTM1NDciIHg9Ii0yNzYuMzkzIiB5PSItNDI0LjAyNiIgd2lkdGg9IjEwNjguNTciIGhlaWdodD0iNjM0LjEyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMjYuODA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjJfZl83XzI1MzU0NyIgeD0iMTYwLjE3NCIgeT0iLTQyOC42NzQiIHdpZHRoPSIxMDc3Ljg3IiBoZWlnaHQ9IjY0My40MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMjkuMTI4IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjNfZl83XzI1MzU0NyIgeD0iNjU3LjMwNCIgeT0iLTM3Mi43NTkiIHdpZHRoPSI5NjYuMDM3IiBoZWlnaHQ9IjUzMS41OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMDEuMTcxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjRfZl83XzI1MzU0NyIgeD0iLTYzNy4yNTIiIHk9Ii0zNDMuNjciIHdpZHRoPSI5MDcuODU5IiBoZWlnaHQ9IjQ3My40MTIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iODYuNjI2MiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzdfMjUzNTQ3Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXI1X2ZfN18yNTM1NDciIHg9Ii0yNzYuMzkzIiB5PSItNDI0LjAyNiIgd2lkdGg9IjEwNjguNTciIGhlaWdodD0iNjM0LjEyNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMjYuODA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjZfZl83XzI1MzU0NyIgeD0iMTYwLjE3NCIgeT0iLTQyOC42NzQiIHdpZHRoPSIxMDc3Ljg3IiBoZWlnaHQ9IjY0My40MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMjkuMTI4IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjdfZl83XzI1MzU0NyIgeD0iNjU3LjMwNCIgeT0iLTM3Mi43NTkiIHdpZHRoPSI5NjYuMDM3IiBoZWlnaHQ9IjUzMS41OSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMDEuMTcxIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfN18yNTM1NDciLz4KPC9maWx0ZXI+CjxjbGlwUGF0aCBpZD0iY2xpcDBfN18yNTM1NDciPgo8cmVjdCB3aWR0aD0iMTc2MCIgaGVpZ2h0PSI2MzQiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5IC04MC4yNzk4KSIvPgo8L2NsaXBQYXRoPgo8Y2xpcFBhdGggaWQ9ImNsaXAxXzdfMjUzNTQ3Ij4KPHJlY3Qgd2lkdGg9IjE3NjAiIGhlaWdodD0iNjM0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzOSAtODAuMjc5OCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");background-size:cover;background-repeat:no-repeat}.cta--card:after,.cta--card:before{content:"";position:absolute;inset-block-start:0;inline-size:100%;block-size:100%;pointer-events:none}.cta--card:after{inset-inline-start:0;background-image:url(https://clickup.com/assets/noise.png);background-repeat:repeat;mix-blend-mode:soft-light}.cta--title{font-size:40px;font-weight:500;line-height:1;margin-bottom:18px}.cta--description,.cta--title{position:relative;z-index:1;color:rgba(var(--light),1)}.cta--description{line-height:1.33;font-size:20px;margin-bottom:26px;max-width:433px}.cta--form{position:relative;z-index:1}.cta--form,.cta--form label{display:flex;flex-direction:column}.cta--form label{margin-bottom:8px;transition:border-color .3s ease}.cta--form label:focus-within{border-color:rgba(var(--gray),1)}.cta--form input{width:100%;padding:15.5px 13px;border:none;color:rgba(var(--gray),1);font-size:15px;line-height:1.6;border-radius:12px;height:48px;border:1px solid hsla(0,0%,100%,.12);margin-bottom:8px;background:hsla(0,0%,100%,.12);color:rgba(var(--white),1);font-family:Inter;font-size:14.063px}.cta--form input:focus{outline:none}.cta--form input::placeholder{opacity:1;color:#757575}.cta--form button{background-color:rgba(var(--white),1);padding:12.22px 18.61px 11.78px 18.5px;border:none;max-width:100%;cursor:pointer;transition:background-color .3s ease;border-radius:12px;height:48px;color:#000;font-family:Plus Jakarta Sans;font-size:16.07px;font-weight:600;line-height:23.97px}.cta--shapes{position:absolute;top:0;right:0;width:55%;height:100%;pointer-events:none}.cta--shape{position:absolute;width:auto;height:auto;opacity:.5}.cta--shape_1{top:0;left:0}.cta--shape_2{top:-5%;right:-5%;display:none}.cta--shape_3{top:50%;left:45%;transform:translateY(-50%);display:none}.cta--shape_4{bottom:20%;right:0}.cta--shape_5{bottom:0;left:0;display:none}.cta--shape_6{bottom:0;right:5%}.cta--shape_firework{transform:translateY(-50%) rotate(0deg);height:100%}@media screen and (min-width:700px){.cta--inner{padding:0 20px}.cta--card{padding:40px 48px}.cta--title{font-size:64.813px;line-height:68px}.cta--description{font-size:20.625px;line-height:29.26px}.cta--form{flex-direction:row}.cta--form label{margin-bottom:0;margin-right:8px}.cta--form input[type=email]{min-width:300px}.cta--form button{max-width:max-content}}@media screen and (min-width:1100px){.cta--card{padding:80px 48px}.cta--shape{opacity:1}.cta--shape_2,.cta--shape_3,.cta--shape_5{display:inline-block}.cta--shape_firework{top:50%;right:-20%;transform:translate(20%,-50%) rotate(0deg);width:100%;height:auto}.cta--form label{flex-direction:row;margin-bottom:8px;border-radius:12px}.cta--form input{padding:12px;border-top-right-radius:0;border-bottom-right-radius:0}.cta--form button{border-top-left-radius:0;border-bottom-left-radius:0}}.flowfield{margin:80px 0}.videoModal{position:fixed;z-index:100;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.videoModal--inner{position:relative;z-index:1;padding-bottom:52%;background-color:rgba(var(--white),1);border-radius:10px;overflow:hidden;width:90vw;max-width:90vw}.videoModal--close{position:absolute;width:24px;height:24px;top:20px;right:20px;background:transparent;border:none;display:flex;padding:0;cursor:pointer;z-index:500}.videoModal--close:hover svg{color:rgba(var(--cyan),1)}.videoModal--close svg{display:flex;width:100%;color:#fff;transition:color .3s ease}.videoModal .plyr,.videoModal .plyr__video-embed{position:absolute;top:0;left:0;height:100%;width:100%}.videoModal .plyr__video-embed{padding-bottom:0}.videoModal .plyr__video-embed__container{transform:none!important;padding-bottom:0!important;position:absolute!important;top:0;left:0;width:100%;height:100%}.videoModal--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--dark),.8)}@media screen and (min-width:700px){.videoModal--inner{padding-bottom:57%}}@media screen and (min-width:1000px){.videoModal--inner{padding-bottom:0}.videoModal .plyr,.videoModal--inner{max-height:90vh;height:100%}}.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{position:relative;flex:0 0 100%;margin-right:16px;margin-left:16px}*{font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body,html{padding:0;margin:0;overflow-x:hidden}body{overflow-y:hidden}a{color:inherit;text-decoration:none}a.secondary{font-size:1em;text-decoration:underline}*{box-sizing:border-box}