section.hero{box-sizing:border-box;position:relative;width:100%;height:100svh;min-height:100svh;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;color:#fff;padding:0 0 111px}section.hero .background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}section.hero .background-image,section.hero .background-video{width:100%;height:100%;object-fit:cover;object-position:center}section.hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:.4}section.hero .service-band{position:absolute;left:0;right:0;bottom:111px;z-index:2;display:flex;align-items:center;min-height:98px;padding:20px clamp(20px,5vw,200px) 20px calc(clamp(20px,5vw,200px) + 48px);box-sizing:border-box;pointer-events:none;clip-path:polygon(48px 0,100% 0,100% 100%,0 100%)}section.hero .service-band--rosso{background:#ea5357bf}section.hero .service-band--verde{background:#37b08abf}section.hero .service-band--azzurro{background:#62b5d3bf}section.hero .service-band__inner{display:flex;align-items:center;gap:40px;width:100%;min-width:0}section.hero .service-band__logo{flex-shrink:0;display:flex;align-items:center}section.hero .service-band__logo img{display:block;width:auto;max-width:160px;max-height:46px;height:auto;object-fit:contain}section.hero .service-band__title{margin:0;font-family:parabolica-text,system-ui,-apple-system,sans-serif;font-size:clamp(16px,4vw,18px);font-weight:500;line-height:25px;letter-spacing:-.42px;text-transform:uppercase;color:#fff}section.hero .inner{position:relative;z-index:1;grid-row:1;align-self:start;width:100%;display:flex;align-items:flex-start;padding:170px 5vw 50px;max-width:1728px;margin:0 auto;box-sizing:border-box}section.hero .content{display:flex;flex-direction:column;gap:35px;max-width:652px}section.hero .content .title{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(40px,4vw,56px);font-weight:400;line-height:1;letter-spacing:-1.68px;color:#fff}section.hero .content .title p{margin-bottom:0}section.hero .content .description{font-family:parabolica-text,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:22px;color:#f2f2f2;max-width:539px}section.hero .content .description p{margin-bottom:0}section.hero .bottom-bar{position:relative;grid-row:2;align-self:end;z-index:2;display:flex;width:100%;min-height:98px;margin:0;border-top:1px solid #ffffff;border-bottom:1px solid #ffffff}section.hero .bar-item{position:relative;z-index:1;flex:1 1 50%;display:flex;align-items:center;min-height:98px;background:#000;transition:background-color .2s ease}section.hero .bar-item .bar-link__anchor{color:#fff;transition:color .2s ease}section.hero .bar-item .bar-link__icon--outline{display:flex;color:#fff}section.hero .bar-item .bar-link__icon--filled{display:none;color:#1a304a}section.hero .bar-item:hover,section.hero .bar-item:focus-within{z-index:2;background:#f2f2f2}section.hero .bar-item:hover .bar-link__anchor,section.hero .bar-item:focus-within .bar-link__anchor{color:#1a304a}section.hero .bar-item:hover .bar-link__icon--outline,section.hero .bar-item:focus-within .bar-link__icon--outline{display:none}section.hero .bar-item:hover .bar-link__icon--filled,section.hero .bar-item:focus-within .bar-link__icon--filled{display:flex}section.hero .bar-item--primary{clip-path:polygon(0 0,100% 0,calc(100% - 48px) 100%,0 100%);padding:0 128px 0 5vw}@media(max-width:992px){section.hero .bar-item--primary{clip-path:none;padding:24px 5vw}}section.hero .bar-item--secondary{clip-path:polygon(48px 0,100% 0,100% 100%,0 100%);padding:0 5vw 0 128px;margin-left:-48px}@media(max-width:992px){section.hero .bar-item--secondary{clip-path:none;margin-left:0;padding:24px 5vw;border-top:1px solid rgba(255,255,255,.25)}}section.hero .bar-link.button{display:flex;align-items:center;gap:46px;width:100%}@media(max-width:768px){section.hero .bar-link.button{flex-direction:column;align-items:flex-start;gap:20px}}section.hero .bar-link.button .bar-link__anchor{position:static;font-family:parabolica-text,system-ui,-apple-system,sans-serif;font-size:clamp(16px,4vw,18px);font-weight:400;line-height:25px;text-decoration:none;flex:1;max-width:539px}section.hero .bar-link.button .bar-link__anchor:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}section.hero .bar-link.button .bar-link__icon{position:relative;z-index:2;flex-shrink:0;align-items:center;pointer-events:none;transition:color .2s ease}section.hero .bar-link.button .bar-link__icon svg{display:block;width:27.5px;height:22.5px}@media(max-width:992px){section.hero{height:auto;min-height:0;display:flex;flex-direction:column;padding-bottom:0}section.hero .background{position:relative;inset:auto;flex:0 0 auto;width:100%;height:clamp(220px,56vw,320px);order:1}section.hero .background:not(:has(.background-image,.background-video)){display:none}section.hero.has-service-band .service-band{position:relative;top:auto;bottom:auto;order:2;flex:0 0 auto;width:100%;min-height:98px;padding:20px 5vw 20px calc(5vw + 48px);clip-path:polygon(48px 0,100% 0,100% 100%,0 100%)}section.hero.has-service-band .inner{order:3}section.hero.has-service-band .bottom-bar{order:4}section.hero .service-band__inner{gap:24px}section.hero .service-band__logo img{max-width:120px;max-height:36px}section.hero .overlay{display:none}section.hero .background-image,section.hero .background-video{height:100%}section.hero .inner{order:2;grid-row:auto;align-self:auto;width:100%;max-width:none;margin:0;padding:30px 5vw;background:#000}section.hero .content{max-width:none}section.hero .content .description{max-width:none}section.hero .bottom-bar{order:3;grid-row:auto;align-self:stretch;flex-direction:column;border-top:1px solid #ffffff;border-bottom:0}section.hero .bar-item{min-height:0}}
