header{animation:IntroFadeIn 1s ease forwards;animation-delay:1.75s;opacity:0}.hero{background:var(color-bg);position:relative;z-index:2;height:100vh;animation:IntroFadeIn 5s ease forwards;max-height:70vw}@media(max-width: 767.98px){.hero{max-height:unset;height:auto;display:flex;flex-direction:column}}@media(max-width: 767.98px){.hero .section-theme-shape{left:18%}}.hero .ws-block__background-media{width:50%;height:auto;right:0;left:unset;height:80%;top:unset;bottom:0;overflow:visible;animation:pulse 30s ease infinite}.hero .ws-block__background-media img{object-fit:contain !important}@media(max-width: 767.98px){.hero .ws-block__background-media img{position:relative;width:100%;height:auto;transform:unset;left:0}}@media(max-width: 767.98px){.hero .ws-block__background-media{position:relative;width:100%;height:auto;order:2;mix-blend-mode:overlay}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.hero .section-container{justify-content:flex-start}.hero+.floating-images{overflow:hidden}.hero .ws-heading{margin-top:0%;width:65%}@media(max-width: 767.98px){.hero .ws-heading{width:100%;margin-top:16rem}}.hero .ws-heading .ws-heading__title{display:flex;animation:IntroFadeIn 1s ease forwards;animation-delay:1s;opacity:0;text-align:right}@media(max-width: 767.98px){.hero .ws-heading .ws-heading__title{font-size:12vw;text-align:center}}.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}}