.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem 2rem;margin-top:2rem}.page-hero--redesign{background-color:var(--color-off-white);padding:calc(var(--hdr-h) + 220px)0 80px}.hero-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;gap:2rem}.hero-header-row h1{color:var(--color-black);margin-bottom:0;flex:1}.hero-rotating-icon{flex-shrink:0;width:180px;height:180px}.hero-rotating-icon .turnjoke{animation:turnSlow 20s linear infinite}.hero-body-row{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.hero-description--wide{max-width:850px}.hero-description--wide p{color:var(--color-black);font-size:clamp(18px,2.2vw,22px);line-height:1.6;margin-bottom:1.5rem}.cta-section{background-color:var(--color-off-white);padding:0 5% 80px}.cta-promo{max-width:var(--max-content);margin:0 auto;background-color:var(--color-black);border-radius:25px;padding:80px;display:flex;flex-direction:column;align-items:flex-start}.cta-promo h2{color:var(--hl-tinte-hell);font-size:var(--hl-1);line-height:var(--hl-1-lh);margin-bottom:2.5rem;text-align:left}.site-header:not(.scrolled){background-color:initial;box-shadow:none}@media(max-width:980px){.page-hero--redesign{padding-top:calc(var(--hdr-h) + 120px)}.hero-header-row{flex-direction:column;gap:1rem}.hero-body-row{flex-direction:column;align-items:stretch;gap:2rem}.hero-rotating-icon{width:130px;height:130px;align-self:flex-end}.hero-rotating-icon .turnjoke{width:130px!important;height:130px!important;max-width:130px!important;max-height:130px!important}.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.cta-promo{padding:40px}}@media(max-width:640px){.team-grid{grid-template-columns:1fr}}