header{animation:IntroFadeIn 1s ease forwards;animation-delay:1.75s;opacity:0}.hero .ws-block__background-media{transition:opacity var(--transition-base),filter var(--transition-base)}[data-theme=light] .hero .ws-block__background-media{opacity:.5;filter:invert(1)}.hero .section-container{min-height:100vh;padding-top:30vh;padding-bottom:8.2rem;justify-content:flex-end}@media(max-width: 991.98px){.hero .section-container{min-height:80vh}}.hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);pointer-events:none;z-index:0}[data-theme=light] .hero::after{background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)}.hero .ws-heading{margin-top:8%}.hero .ws-heading .ws-heading__title{display:flex;animation:IntroFadeIn 1s ease forwards;animation-delay:1s;opacity:0;transform:translateY(-12rem)}@media(max-width: 767.98px){.hero .ws-heading .ws-heading__title{font-size:12vw}}.hero .logo-carousel__heading{animation:IntroFadeIn 1s ease forwards;animation-delay:1.25s;opacity:0;letter-spacing:-0.01em !important}.hero-logos{margin-top:auto}[data-theme=light] .hero-logos img{filter:invert(1)}.hero-logos__heading{margin-bottom:6.4rem}.hero-logos__swiper{width:100%;margin-top:8.2rem}.hero-logos__slide{display:flex;align-items:center;justify-content:center}.hero-logos__image{max-height:3.8rem;width:auto;height:auto}@keyframes IntroFadeIn{from{opacity:0}to{opacity:1}}