.c-card-carousel{--card-width-sm:82%;--card-width-md:590px;--card-width-lg:750px;--card-image-height-sm:340px;--card-image-height-md:390px;--card-image-height-lg:480px}.c-card-carousel .card-container{max-width:1400px;margin:0 auto;position:relative}.c-card-carousel .card{width:var(--card-width-sm);position:absolute;background-color:#fff;transition:all .25s ease}.c-card-carousel .card.left{left:0;z-index:1;filter:blur(2px);transform:scale(.9)}.c-card-carousel .card.center{left:50%;transform:translateX(-50%);z-index:2}.c-card-carousel .card.right{left:calc(100% - var(--card-width-sm));z-index:1;filter:blur(2px);transform:scale(.9)}.c-card-carousel .card:not(.center):hover{cursor:pointer;box-shadow:0 6px 30px 6px #00000050;transform:scale(.91)}.c-card-carousel .card .card-image{height:var(--card-image-height-sm)}@media only screen and (min-width:768px){.c-card-carousel .card{width:var(--card-width-md)}.c-card-carousel .card.right{left:calc(100% - var(--card-width-md))}.c-card-carousel .card .card-image{height:var(--card-image-height-md)}}@media only screen and (min-width:1024px){.c-card-carousel .card{width:var(--card-width-lg)}.c-card-carousel .card.right{left:calc(100% - var(--card-width-lg))}.c-card-carousel .card .card-image{height:var(--card-image-height-lg)}}.c-card-grid .card-container{max-width:var(--pageContainerXl);padding-inline:var(--pagePaddingMobile);padding-block:var(--sectionPaddingMobile);display:flex;flex-direction:column;align-items:stretch;gap:24px;max-width:var(--pageContainerXl);margin:0 auto}.c-card-grid .card .card-image{height:350px}@media only screen and (min-width:768px){.c-card-grid .card-container{padding-inline:var(--pagePadding);padding-block:var(--sectionPadding)}}@media only screen and (min-width:1024px){.c-card-grid .card-container{flex-direction:row}}.c-data-carousel{position:relative;overflow:hidden}.c-data-carousel video{object-fit:cover;position:absolute;height:100%;min-width:100vw;z-index:-1}.c-data-carousel .overlay{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-image:linear-gradient(to bottom,#00000095,#00000095);z-index:1}.c-data-carousel .hero-container{position:relative;z-index:10}.c-data-carousel .heading-container .tagline{color:#cbc8c4}.c-data-carousel .carousel-container{max-width:1900px;margin:0 auto 40px;display:flex;align-items:stretch;justify-content:space-between;gap:4px}.c-data-carousel .carousel-nav:hover button{background-color:color-mix(in oklab,var(--color-neutral-950) 60%,transparent)}.c-data-carousel .card{min-height:500px;background-color:var(--color-white);border-radius:24px}.c-data-carousel .card .text-col h4{font-size:var(--text-3xl)}.c-data-carousel .card .text-col p{margin-bottom:1.2rem;font-size:var(--text-lg)}.c-data-carousel .card .graphics-col{display:flex;flex-direction:column;gap:18px}.c-data-carousel .card .source-text{font-size:11px;color:#848484;padding:0 40px;text-align:center}.c-data-carousel .stat-card{box-shadow:0 9px 23.2px 17px #0000000a;border-radius:15px;padding:10px}.c-data-carousel .stat-card .stat-icon{object-fit:fill}.c-data-carousel .stat-card .stat-value{color:#3b3d53;font-weight:600;font-size:24px;line-height:100%}.c-data-carousel .stat-card .stat-text{color:#161a4187;font-size:12px}.c-data-carousel .pips{display:flex;align-items:center;justify-content:center;gap:12px}.c-data-carousel .pips .pip{width:20px;height:20px;border-radius:50px;background-color:#d9d9d9}.c-data-carousel .pips .pip.active{background-color:#848484}@media only screen and (min-width:768px){.c-data-carousel .stat-card{box-shadow:0 9px 23.2px 17px #0000000a;border-radius:15px;padding:16px}.c-data-carousel .stat-card .stat-value{color:#3b3d53;font-size:36px}.c-data-carousel .stat-card .stat-text{font-size:14px}}.c-hero{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-center-container{display:flex;flex-direction:column;gap:20px;justify-content:space-between;align-items:center;overflow:hidden}.c-heroes-hero-home.hero-bg,.c-heroes-hero-home .hero-bg{background-position:40%;background-repeat:no-repeat;background-size:cover}.c-heroes-hero-home .video-btn{cursor:pointer}.c-heroes-hero-home .video-btn .play-icon{transition:all .3s ease}.c-heroes-hero-home .video-btn:hover .play-icon{transform:scale(103%)}.hero-video{max-height:100vh;min-height:fit-content;position:relative;z-index:1;overflow:hidden}.hero-video-container{width:100%;max-height:100%;min-height:fit-content;max-width:var(--pageContainer);margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-video video,.hero-video-filter{width:100%;height:100%;position:absolute;top:0;left:0}.hero-video video{object-fit:cover;z-index:0}.hero-video-filter{z-index:1;background-image:linear-gradient(to right,black 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.15) 100%)}.hero-video-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding-block:32px;width:100%;max-width:650px}.hero-video-content h3{text-wrap:balance}.hero-video-subheading-text{font-size:24px;max-width:72ch;text-wrap:pretty}.hero-video-buttons{display:flex;flex-direction:column;gap:1rem;max-width:fit-content;justify-content:center;align-items:center;margin-top:1rem}#hero-video-pause-button{position:relative;z-index:99;top:0;right:0;display:flex;gap:.25rem;align-items:center;align-self:flex-end}@media only screen and (min-width:768px){.hero-video-buttons{flex-direction:row;margin-top:2rem}.hero-video-container{padding-block:calc(var(--sectionPadding) + var(--headerHeight))}.hero-video video,.hero-video-filter{left:25%}.hero-video-filter{background-image:linear-gradient(to right,black 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.15) 100%)}}.c-info-list .info-panel-container{display:flex;flex-direction:column;gap:28px}.c-info-list .info-panel-container .info-panel{border-radius:11px;box-shadow:0 4px 35.3px #00000040;padding:20px 30px;display:flex;align-items:flex-start;gap:24px}.c-info-list .info-panel-container .info-panel .info-panel-icon{object-fit:contain}.c-info-list .info-panel-container .info-panel .info-heading{font-size:24px;font-weight:600;margin-bottom:14px}.c-info-list .info-panel-container .info-panel .info-text{font-size:17px;line-height:30px}.c-inline-report .report{height:550px;width:100%;box-shadow:0 4px 35.3px #00000040;overflow-x:auto;overflow-y:scroll;max-width:calc(100vw - 4rem);border-radius:2px;margin:0 auto}.c-inline-report .report h2{font-size:20px}.c-inline-report .report h3{font-family:var(--font-sans);font-size:20px}.c-inline-report .report ul{margin-left:2rem}@media only screen and (min-width:768px){.c-inline-report .report{height:700px;padding:3rem 2rem}}.left-right{display:flex;align-items:center;overflow:hidden}.left-right__wrapper{width:100%;max-width:var(--pageContainerXl);padding-inline:var(--pagePaddingMobile);padding-block:var(--sectionPaddingMobile);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.left-right__text-content{margin-block:2rem}.left-right__image-flipped,.left-right__image-unflipped{width:100%;flex:1;order:2}.left-right__text,.left-right__text-flipped{flex:1;order:1}@media only screen and (min-width:1024px){.left-right__wrapper{flex-direction:row;padding-block:var(--sectionPadding);padding-inline:var(--pagePadding);gap:40px}.left-right__image-flipped,.left-right__image-unflipped{width:45%}.left-right__text-flipped,.left-right__text{width:45%}.left-right__image-flipped{order:1}.left-right__text-flipped{order:2}}.left-right-layout{display:flex;align-items:center;overflow:hidden}.left-right-layout__wrapper{width:100%;max-width:var(--pageContainerXl);padding-inline:var(--pagePaddingMobile);padding-block:var(--sectionPaddingMobile);margin:0 auto;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:40px}.left-right-layout__left{flex:1;order:1}.left-right-layout__right{flex:1;order:2}@media only screen and (min-width:1024px){.left-right-layout__wrapper{align-items:center}.left-right-layout__wrapper{flex-direction:row;padding-inline:var(--pagePadding);padding-block:var(--sectionPadding)}.left-right-layout__left,.left-right-layout__right{width:45%}}.c-logo-scroller{--logo-gap:60px}.c-logo-scroller .logo-scroller-container{background-color:var(--color-bg-gray-2);color:var(--color-white);padding-top:90px;padding-bottom:110px;display:flex;flex-direction:column;gap:48px;align-items:center;overflow-x:hidden}.c-logo-scroller .logo-scroller-container .scroller-heading{text-align:center;text-transform:uppercase;font-weight:700;font-size:40px}.c-logo-scroller .logo-scroller-container .scroller{position:relative;overflow:hidden;width:100vw;display:flex;gap:var(--logo-gap)}.c-logo-scroller .logo-scroller-container .scroller .scroller-grid{display:flex;align-items:center;gap:var(--logo-gap);flex:none;flex-wrap:nowrap;animation-name:scroll-left;animation-timing-function:linear;animation-iteration-count:infinite}.c-logo-scroller .logo-scroller-container .scroller .scroller-left-gradient{width:10%;position:absolute;inset:0 auto 0 0;background-image:linear-gradient(to right,var(--color-bg-gray-2),#fff0)}.c-logo-scroller .logo-scroller-container .scroller .scroller-right-gradient{width:10%;position:absolute;inset:0 0 0 auto;background-image:linear-gradient(to left,var(--color-bg-gray-2),#fff0)}@keyframes scroll-left{from{transform:translateZ(0);will-change:transform}to{transform:translate3d(calc(-100% - var(--logo-gap)),0,0);will-change:transform}}.c-products-feature-list .content-wrapper{width:100%;max-width:var(--pageContainerXl);padding-inline:var(--pagePaddingMobile);padding-block:var(--sectionPaddingMobile);margin:0 auto;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;gap:40px}@media only screen and (min-width:768px){.c-products-feature-list .content-wrapper{flex-direction:row}}@media only screen and (min-width:1024px){.c-products-feature-list .content-wrapper{padding-inline:var(--pagePadding);padding-block:var(--sectionPadding)}}.c-products-post_hero.hero-bg{background-position:70%;background-repeat:no-repeat;background-size:cover}.c-products-post_hero .hero-container{max-width:var(--pageContainerXl);padding-inline:var(--pagePaddingMobile);padding-block:var(--sectionPaddingMobile)}@media only screen and (min-width:1024px){.c-products-post_hero .hero-container{padding-block:var(--sectionPadding);padding-inline:var(--pagePadding)}}.c-report-grid .report-img{border-radius:10px}.c-tabbed-short-articles .tabs .active{color:var(--color-primary);border-bottom:2px solid var(--color-primary)}.c-tabbed-short-articles .article-content p{font-size:var(--text-xl);margin-bottom:1.6rem}.c-tabbed-short-articles .article-image{object-fit:contain;border-radius:10px}.text-block .text-block-container{max-width:72ch}.text-block p{margin-bottom:1.6rem;font-size:20px}.c-timeline .tl-description h4{font-size:var(--text-3xl)}.c-timeline .tl-description p{font-size:var(--text-lg)}.c-video-modal .poster-img{background-position:40%;background-repeat:no-repeat;background-size:cover}.c-video-modal .video-btn{cursor:pointer}.c-video-modal .play-icon{transition:transform .2s ease}.c-video-modal .video-btn:hover .play-icon{transform:scale(1.04)}.c-video-modal .video-button-text strong{color:var(--color-secondary)}