@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap");.slider-hero{position:relative;width:100%;height:100vh;height:calc(100vh - var(--header-height, 96px));height:calc(100svh - var(--header-height, 96px));min-height:700px;overflow:hidden;background-color:#1a1a2e;user-select:none;-webkit-user-select:none;touch-action:pan-y pinch-zoom}.slider-hero--dragging *{pointer-events:none!important}@media (max-width:1179px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 92px));height:calc(100svh - var(--header-height, 92px));min-height:620px}}@media (max-width:767px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 88px));height:calc(100svh - var(--header-height, 88px));min-height:550px}}@media (max-width:479px){.slider-hero{height:100vh;height:calc(100vh - var(--header-height, 80px));height:calc(100svh - var(--header-height, 80px));min-height:500px}}.slider-hero__slides{position:relative;width:100%;height:100%}.slider-hero__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;transition:opacity .9s cubic-bezier(.4,0,.2,1);pointer-events:none}.slider-hero__slide--active{opacity:1;z-index:2;pointer-events:auto}.slider-hero__image-wrapper{z-index:0;overflow:hidden;background:#1a1a2e}.slider-hero__image-wrapper,.slider-hero__img{position:absolute;top:0;left:0;width:100%;height:100%}.slider-hero__img{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (object-fit:cover){.slider-hero__img{top:50%;left:50%;width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;max-height:none;transform:translate(-50%,-50%)}}.slider-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:1}.slider-hero__slide[data-slide-id="1"] .slider-hero__overlay{background:rgba(0,0,0,.15)}.slider-hero__slide[data-slide-id="2"] .slider-hero__overlay,.slider-hero__slide[data-slide-id="3"] .slider-hero__overlay{background:rgba(0,0,0,.35)}.slider-hero__content{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;max-width:1440px;padding-left:calc(1rem + .5rem);padding-right:3rem;color:white;z-index:2}@media (min-width:480px) and (max-width:767px){.slider-hero__content{padding-left:calc(1.5rem + 1rem)}}@media (min-width:768px) and (max-width:1023px){.slider-hero__content{padding-left:calc(2rem + 1.5rem)}}@media (min-width:1024px) and (max-width:1179px){.slider-hero__content{padding-left:calc(2.5rem + 2rem)}}@media (min-width:1180px){.slider-hero__content{top:22%;transform:none;padding-left:calc(3rem + 3rem)}}@media (min-width:1440px){.slider-hero__content{left:50%;transform:translateX(-50%);padding-left:calc(3rem + 3rem)}}.slider-hero__title{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:60px;font-weight:600;line-height:1.15;color:white;margin:0 0 2rem;max-width:600px;text-wrap:balance;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.slider-hero__subtitle{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.95);margin:0 0 2.5rem;max-width:450px}@media (max-width:1400px){.slider-hero__title{max-width:550px}.slider-hero__subtitle{max-width:400px}}@media (max-width:1200px){.slider-hero__title{font-size:52px;max-width:480px}.slider-hero__subtitle{max-width:350px}}@media (max-width:1023px){.slider-hero__title{font-size:3.5rem;max-width:400px}.slider-hero__subtitle{font-size:1.5rem;max-width:320px}}@media (max-width:767px){.slider-hero__title{font-size:2.5rem;max-width:75%}.slider-hero__subtitle{font-size:1.25rem;max-width:75%}}@media (max-width:479px){.slider-hero__title{font-size:2rem}.slider-hero__subtitle{font-size:1.125rem}}.slider-hero__button{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 0;background:none;border:none;color:white;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.slider-hero__button span{font-size:20px}.slider-hero__button-arrow{width:28px;height:28px;transition:transform .3s ease}.slider-hero__button:hover .slider-hero__button-arrow{transform:translateX(8px)}.slider-hero__button:focus-visible{outline:2px solid white;outline-offset:4px}@media (max-width:767px){.slider-hero__button{font-size:18px;gap:.75rem}.slider-hero__button span{font-size:18px}.slider-hero__button-arrow{width:24px;height:24px}}.slider-hero__tabs{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:stretch;z-index:100;padding:0 3rem;gap:0}.slider-hero__tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:1.25rem 2rem;background:transparent;border:none;cursor:pointer;transition:all .3s ease;min-width:160px}.slider-hero__tab-indicator{position:absolute;top:0;left:2rem;right:2rem;height:3px;background:transparent}.slider-hero__tab-indicator:after{content:"";position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left center}.slider-hero__tab--active .slider-hero__tab-indicator:after{animation:slider-hero-tab-fill var(--slider-hero-duration,8s) linear}.slider-hero--paused .slider-hero__tab--active .slider-hero__tab-indicator:after{animation-play-state:paused}@keyframes slider-hero-tab-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.slider-hero__tab--active .slider-hero__tab-indicator:after{animation:none;transform:scaleX(1)}}.slider-hero__tab-label{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.5);transition:color .3s ease;white-space:nowrap}.slider-hero__tab:hover .slider-hero__tab-label{color:rgba(255,255,255,.85)}.slider-hero__tab--active .slider-hero__tab-label{color:white}.slider-hero__tab:focus-visible{outline:2px solid white;outline-offset:-2px}@media (max-width:1200px){.slider-hero__tabs{padding:0 2rem}.slider-hero__tab{padding:1rem 1.5rem;min-width:140px}.slider-hero__tab-indicator{left:1.5rem;right:1.5rem}}@media (max-width:767px){.slider-hero__tabs{padding:0 1rem;justify-content:space-between}.slider-hero__tab{padding:.875rem .75rem;min-width:0;flex:1;align-items:center}.slider-hero__tab-indicator{left:.75rem;right:.75rem}.slider-hero__tab-label{font-size:clamp(.8125rem,3.1vw,1.125rem);line-height:1.25;white-space:normal;overflow-wrap:break-word;text-align:center}}@media (max-width:479px){.slider-hero__tabs{padding:0 .5rem}.slider-hero__tab{padding:.75rem .5rem}.slider-hero__tab-indicator{left:.5rem;right:.5rem}.slider-hero__tab-label{font-size:clamp(.75rem,3.4vw,1rem)}}@media (prefers-reduced-motion:reduce){.slider-hero__button,.slider-hero__button-arrow,.slider-hero__slide,.slider-hero__tab,.slider-hero__tab-indicator,.slider-hero__tab-label{transition:none!important}}.about-section{background:linear-gradient(135deg,#1D5C5D,#2E7172 40%,#559495);padding:6rem 3rem;position:relative}.about-section__container{max-width:1300px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between}.about-section__left{flex:0 0 auto}.about-section__right{flex:0 0 580px;max-width:580px}.about-section__tagline{display:inline-flex;align-items:center;gap:.5rem;font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff;margin:0}.about-section__tagline:before{content:"";display:inline-block;width:8px;height:8px;background:#ffffff}.about-section__description{font-size:1.75rem;font-weight:400;line-height:1.5;margin:0 0 2.5rem}.about-section__button,.about-section__description{font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#ffffff}.about-section__button{display:inline-block;padding:.875rem 1.75rem;background:transparent;border:2px solid #ffffff;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .3s ease}.about-section__button:hover{background:#ffffff;border-color:#ffffff;color:#000000}@media (max-width:1200px){.about-section{padding:5rem 2rem}.about-section__container{gap:4rem}.about-section__left{flex:0 0 180px}.about-section__description{font-size:1.5rem}}@media (max-width:868px){.about-section{padding:3.5rem 1.5rem}.about-section__container{flex-direction:column;gap:1.5rem}.about-section__left{flex:none}.about-section__right{flex:none;max-width:100%;width:100%}.about-section__tagline{font-size:1.125rem}.about-section__description{font-size:1.25rem;line-height:1.5;margin-bottom:1.25rem}.about-section__button{padding:.875rem 1.75rem;font-size:1.125rem}}@media (max-width:480px){.about-section{padding:3rem 1rem}.about-section__tagline{font-size:1.125rem}.about-section__description{font-size:1.1875rem;line-height:1.55;margin-bottom:1rem}.about-section__button{display:inline-block;width:auto;text-align:center;padding:.875rem 1.75rem;margin-top:.5rem;font-size:1.125rem}}.bridge{height:min(88vh,78vw);background:#ffffff;color:#000000;overflow:hidden;-webkit-font-smoothing:antialiased}.bridge,.bridge__stage{position:relative;width:100%}.bridge__stage{height:100%;display:flex;align-items:center}.bridge__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;will-change:width,height;backface-visibility:hidden;transform:translateZ(0)}@media (min-width:1920px){.bridge__stage{width:auto;margin-inline:clamp(2.25rem,2.8vw,4.5rem)}}.bridge__image-inner,.bridge__image-inner-wrapper{transform:translateZ(0);backface-visibility:hidden}.bridge__image-inner-wrapper{position:absolute;inset:0;width:100%;height:100%}.bridge__image-inner{object-fit:cover;object-position:center}.bridge__image-overlay{position:absolute;inset:0;background:rgba(0,0,0,.03);pointer-events:none}.bridge__text-panel{position:absolute;right:0;top:0;width:50%;height:72%;padding:clamp(3rem,8vh,6rem) clamp(2rem,6vw,8rem) clamp(3rem,8vh,6rem) clamp(3rem,8vw,10rem);display:flex;flex-direction:column;justify-content:center;background:transparent;z-index:2;opacity:0;visibility:hidden}.bridge__headline{font-size:clamp(2.25rem,4vw,3.75rem);line-height:1.1;letter-spacing:-.02em;margin:0 0 clamp(1rem,1.8vh,1.75rem);text-wrap:balance}.bridge__body,.bridge__headline{font-family:Source Sans\ 3,sans-serif;font-weight:400;color:#000000}.bridge__body{font-size:1.35rem;line-height:1.7;margin:0 0 clamp(1.75rem,3vh,2.5rem);max-width:40ch}.bridge__cta{display:inline-flex;align-items:center;gap:.75rem;font-family:Source Sans\ 3,sans-serif;font-size:1.25rem;font-weight:600;color:#000000;text-decoration:none;align-self:flex-start;transition:color .3s ease}.bridge__cta:hover{color:#559495}.bridge__cta svg{width:20px;height:20px;transition:transform .3s ease}.bridge__cta:hover svg{transform:translateX(4px)}@media (min-width:600px) and (max-width:1023px){.bridge__text-panel{width:52%;padding:2rem 1.5rem 2rem 2.25rem}.bridge__headline{font-size:clamp(1.75rem,3.6vw,2.25rem)}.bridge__body{line-height:1.6}.bridge__body,.bridge__cta{font-size:1.1rem}}@media (max-width:599px){.bridge{height:auto}.bridge__stage{flex-direction:column}.bridge__image{position:absolute;width:100%!important;height:100vh;transform:none!important;will-change:height}.bridge__image-inner-wrapper{transform:scale(1.6) translateZ(0);transform-origin:center;will-change:transform}.bridge__text-panel{position:relative;width:100%!important;margin-top:50vh;padding:3.5rem 1.5rem}}.cs{--cs-teal:#559495;--cs-ink:#000000;--cs-line:rgba(0,0,0,0.12);padding:3rem 0 7.5rem;background:#ffffff;color:var(--cs-ink);position:relative;overflow:hidden;-webkit-font-smoothing:antialiased}.cs__container{max-width:1560px;margin:0 auto;padding:0 3rem}.cs__stage{display:flex;flex-direction:row-reverse;align-items:stretch;max-width:1320px;margin:0 auto;touch-action:pan-y}.cs__stage.is-dragging,.cs__stage.is-dragging *{user-select:none}.cs__media-col{position:relative;flex:0 0 50%;display:grid;grid-template-rows:1fr;align-self:start;height:clamp(29rem,40vw,44rem)}.cs__media{grid-area:1/1;position:relative;overflow:hidden;pointer-events:none;opacity:0;transition:opacity .5s ease}.cs__media.is-active{opacity:1;pointer-events:auto}.cs__image{object-fit:cover}.cs__content-col{flex:1;display:flex;flex-direction:column;padding-right:clamp(3rem,5vw,6rem)}.cs__col-title{font-family:Source Sans\ 3,sans-serif;font-size:clamp(2.1rem,3vw,3.1rem);font-weight:550;line-height:1.08;letter-spacing:-.02em;margin:0 0 2rem;max-width:18ch;color:var(--cs-ink)}.cs__text-stack{flex:1;display:grid}.cs__body{grid-area:1/1;display:flex;flex-direction:column;justify-content:flex-start;pointer-events:none;opacity:0;transition:opacity .45s ease-out}.cs__body.is-active{pointer-events:auto;opacity:1}.cs__stat{font-family:Source Sans\ 3,sans-serif;margin:0 0 2.75rem;align-self:flex-start;padding:1.25rem 1.75rem;border:1px solid #f2f2f2;background:#f2f2f2}.cs__stat-value{display:block;font-size:clamp(2.5rem,3.6vw,3.4rem);font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--cs-teal)}.cs__stat-label{display:block;margin-top:.75rem;max-width:24ch;font-size:1.2rem;font-weight:500;line-height:1.35;letter-spacing:0;color:var(--cs-ink)}.cs__study-desc{font-size:clamp(1.3rem,1.6vw,1.55rem);font-weight:450;line-height:1.42;letter-spacing:-.005em;margin:0 0 2.25rem;max-width:42ch;color:var(--cs-ink)}.cs__study-cta,.cs__study-desc{font-family:Source Sans\ 3,sans-serif}.cs__study-cta{display:inline-flex;align-items:center;gap:.6rem;align-self:flex-start;margin-top:.75rem;font-size:1.125rem;font-weight:600;color:var(--cs-teal);text-decoration:none}.cs__study-cta svg{transition:transform .3s ease}.cs__study-cta:hover svg{transform:translateX(.35rem)}.cs__controls{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:2.75rem}.cs__dot{width:11px;height:11px;padding:0;border:none;border-radius:50%;background:rgba(0,0,0,.18);cursor:pointer;transition:background .3s ease}.cs__dot:hover{background:rgba(0,0,0,.4)}.cs__dot.is-active{background:var(--cs-teal)}.cs__controls,.cs__stage{opacity:0;transform:translateY(34px);transition:opacity 1.1s cubic-bezier(.22,1,.36,1),transform 1.1s cubic-bezier(.22,1,.36,1)}.cs__controls{transition-delay:.2s}.cs.is-visible .cs__controls,.cs.is-visible .cs__stage{opacity:1;transform:translateY(0)}@media (max-width:1200px){.cs{padding:3rem 0 6rem}.cs__container{padding:0 2rem}}@media (max-width:768px){.cs{padding:5rem 0}.cs__container{padding:0 1.25rem}.cs__stage{flex-direction:column}.cs__media-col{flex:none;width:100%;grid-template-rows:1fr;height:auto;aspect-ratio:16/9}.cs__content-col{flex:none;width:100%;padding:1.75rem 0 0}.cs__study-desc{font-size:1.15rem}}@media (prefers-reduced-motion:reduce){.cs__controls,.cs__stage{opacity:1;transform:none;transition:none}.cs__body,.cs__dot,.cs__media{transition:none}}.how-we-help{padding:6rem 3rem 5rem;background:#ffffff;position:relative;z-index:5}.how-we-help__container{max-width:1560px;margin:0 auto;position:relative;z-index:6}.how-we-help__header{margin-bottom:4rem;text-align:center;max-width:1100px;margin-left:auto;margin-right:auto}.how-we-help__subtitle{font-family:Source Sans\ 3,sans-serif;font-size:2.25rem;font-weight:450;color:#000000;line-height:1.5;margin:0}.how-we-help__grid{display:flex;gap:1.5rem;justify-content:center}.how-we-help__item{flex:0 1 480px;display:flex;flex-direction:column;text-decoration:none;background:transparent;padding:1.5rem 1rem;border-radius:0;opacity:0;transform:translateY(40px);transition:opacity 1.4s cubic-bezier(.22,1,.36,1),transform 1.4s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.how-we-help__grid.is-visible .how-we-help__item{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.how-we-help__item{opacity:1;transform:none;transition:box-shadow .3s ease}}.how-we-help__item:hover{background:#ffffff;box-shadow:0 8px 16px rgba(0,0,0,.15)}.how-we-help__image-container{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:0;margin-bottom:2rem}.how-we-help__image{width:100%;height:100%;object-fit:cover}.how-we-help__content{display:flex;flex-direction:column;gap:1rem}.how-we-help__title-row{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.how-we-help__item-title{font-family:Source Sans\ 3,sans-serif;font-size:1.625rem;font-weight:550;color:#000000;margin:0;text-align:left;line-height:1.2;transition:color .3s ease}.how-we-help__arrow{color:#000000;flex-shrink:0;transition:transform .3s ease}.how-we-help__item-description{font-family:Source Sans\ 3,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;color:#000000;margin:0}.how-we-help__item:hover .how-we-help__arrow{transform:translateX(6px);color:#559495}.how-we-help__item:hover .how-we-help__item-title{color:#559495}@media (max-width:1200px){.how-we-help{padding:5rem 2rem}.how-we-help__grid{gap:1rem}.how-we-help__item{flex:0 1 400px;padding:1.25rem}.how-we-help__item-title{font-size:1.4rem}}@media (max-width:1180px) and (min-width:768px){.how-we-help__grid{flex-wrap:wrap;justify-content:flex-start}.how-we-help__item{flex:0 1 calc(50% - 0.5rem);max-width:520px}}@media (max-width:767px){.how-we-help{padding:4rem 0}.how-we-help__container{padding:0;max-width:100%}.how-we-help__header{margin-bottom:3rem;padding:0 1.5rem}.how-we-help__subtitle{font-size:1.5rem;line-height:1.4}.how-we-help__grid{flex-direction:column;gap:0;align-items:stretch}.how-we-help__item{flex:none;width:100%;max-width:100%;padding:2.5rem 1.5rem}.how-we-help__item-title{font-size:1.625rem}}@media (max-width:480px){.how-we-help{padding:3rem 0}.how-we-help__subtitle{font-size:1.3125rem;line-height:1.4}.how-we-help__item{padding:2rem 1.25rem}}.latest-insights{--li-teal:#559495;--li-ink:#000000;width:100%;background:#ffffff;padding:clamp(4.5rem,8vw,7rem) 0;position:relative}.latest-insights__container{max-width:1560px;margin:0 auto;padding:0 3rem}.latest-insights__grid,.latest-insights__header{max-width:1456px;margin-left:auto;margin-right:auto}.latest-insights__header{margin-bottom:clamp(2.5rem,4vw,3.5rem)}.latest-insights__title{font-family:Source Sans\ 3,sans-serif;font-size:clamp(1.9rem,2.6vw,2.6rem);font-weight:450;color:var(--li-ink);margin:0;letter-spacing:-.02em;line-height:1.15}.latest-insights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.insight-card{display:flex;flex-direction:column;opacity:0;transform:translateY(40px);transition:opacity 1.4s cubic-bezier(.22,1,.36,1),transform 1.4s cubic-bezier(.22,1,.36,1)}.insight-card:nth-child(2){transition-delay:.12s}.insight-card:nth-child(3){transition-delay:.24s}.latest-insights.is-visible .insight-card{opacity:1;transform:translateY(0)}.insight-card__wrapper{display:flex;flex-direction:column;text-decoration:none;height:100%}.insight-card__image-container{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--img-placeholder);margin-bottom:1.25rem}.insight-card__image-container img{width:100%;height:100%;object-fit:cover;object-position:center}.insight-card__content{flex:1;display:flex;flex-direction:column}.insight-card__eyebrow{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:.875rem;font-family:Source Sans\ 3,sans-serif}.insight-card__category{color:var(--li-teal);font-size:.9rem;font-weight:600;line-height:1.2;text-transform:uppercase}.insight-card__date{color:var(--li-ink);font-size:.9rem;font-weight:400;line-height:1.3}.insight-card__title{font-family:Source Sans\ 3,sans-serif;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:550;color:var(--li-ink);line-height:1.3;margin:0 0 .75rem;transition:color .3s ease}.insight-card__wrapper:hover .insight-card__title{color:var(--li-teal)}.insight-card__excerpt{font-family:Source Sans\ 3,sans-serif;font-size:1.2rem;font-weight:350;color:var(--li-ink);line-height:1.55;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}@media (max-width:1200px){.latest-insights__container{padding:0 2rem}}@media (max-width:1024px){.latest-insights__grid{grid-template-columns:repeat(2,1fr)}.insight-card__title{font-size:1.125rem}.insight-card__excerpt{font-size:1.05rem}}@media (max-width:767px){.latest-insights{padding:clamp(3.5rem,6vw,4.5rem) 0}.latest-insights__container{padding:0 1.5rem}.latest-insights__grid{grid-template-columns:1fr;gap:2.5rem}.insight-card__image-container{aspect-ratio:16/9;margin-bottom:1rem}}@media (max-width:480px){.insight-card__category,.insight-card__date{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.insight-card{opacity:1;transform:none}.insight-card,.insight-card__title{transition:none}}.logo-showcase-section{width:100%;padding:8px 0 80px;background-color:#ffffff;overflow:hidden}.logo-showcase-container{max-width:1440px;margin:0 auto;padding-left:calc(1rem + .5rem);padding-right:calc(1rem + .5rem)}@media (min-width:480px){.logo-showcase-container{padding-left:calc(1.5rem + 1rem);padding-right:calc(1.5rem + 1rem)}}@media (min-width:768px){.logo-showcase-container{padding-left:calc(2rem + 1.5rem);padding-right:calc(2rem + 1.5rem)}}@media (min-width:1024px){.logo-showcase-container{padding-left:calc(2.5rem + 2rem);padding-right:calc(2.5rem + 2rem)}}@media (min-width:1180px){.logo-showcase-container{padding-left:calc(3rem + 3rem);padding-right:calc(3rem + 3rem)}}.logo-showcase-header{text-align:center;margin-bottom:60px}.logo-showcase-title{font-size:62px;font-weight:500;line-height:1.2;color:#000000;margin-bottom:16px}.logo-showcase-subtitle{font-size:20px;font-weight:400;line-height:1.5;color:#000000}.logo-showcase-slider{width:100%;overflow:hidden;position:relative}.logo-showcase-track{display:flex;gap:40px;width:max-content;animation:scroll 40s linear infinite}.logo-showcase-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-showcase-item{display:flex;align-items:center;justify-content:center;width:360px;height:220px;padding:30px;background-color:transparent;border-radius:8px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.logo-showcase-image{width:100%;height:100%;object-fit:contain}@media (max-width:968px){.logo-showcase-section{padding:32px 0 60px}.logo-showcase-header{margin-bottom:40px}.logo-showcase-title{font-size:36px}.logo-showcase-subtitle{font-size:18px}.logo-showcase-track{gap:30px}.logo-showcase-item{width:300px;height:180px}}@media (max-width:768px){.logo-showcase-section{padding:32px 20px 50px}.logo-showcase-header{margin-bottom:30px}.logo-showcase-title{font-size:32px}.logo-showcase-subtitle{font-size:16px}.logo-showcase-track{gap:20px}.logo-showcase-item{width:320px;height:200px;padding:30px}}