/* Shared inner-page masthead, sourced from Contact Us. */
.mutuo-contact-masthead { position: relative; overflow: hidden; padding: 176px 0 78px; background: linear-gradient(120deg, rgba(1, 56, 113, 0.97), rgba(7, 27, 49, 0.93)); color: #fff; }
.mutuo-contact-masthead--contact { background-color: #061f3c; background-image: linear-gradient(90deg, rgba(2, 28, 55, .96) 0%, rgba(2, 28, 55, .87) 38%, rgba(2, 28, 55, .34) 72%, rgba(2, 28, 55, .12) 100%), url('../../mutuo/muterra-contact-customer-support-poster.webp'); background-position: center 18%; background-repeat: no-repeat; background-size: cover; }
.mutuo-contact-masthead--services { background-color: #061f3c; background-image: linear-gradient(90deg, rgba(2, 28, 55, .96) 0%, rgba(2, 28, 55, .87) 38%, rgba(2, 28, 55, .34) 72%, rgba(2, 28, 55, .12) 100%), url('../../mutuo/muterra-services-technical-support-poster.webp'); background-position: center top; background-repeat: no-repeat; background-size: cover; }
.mutuo-contact-masthead--about { background-color: #061f3c; background-image: linear-gradient(90deg, rgba(2, 28, 55, .96) 0%, rgba(2, 28, 55, .87) 38%, rgba(2, 28, 55, .34) 72%, rgba(2, 28, 55, .12) 100%), url('../../mutuo/muterra-our-vision-industrial-banner.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.mutuo-contact-masthead--products { background-color: #061f3c; background-image: linear-gradient(90deg, rgba(2, 28, 55, .96) 0%, rgba(2, 28, 55, .87) 38%, rgba(2, 28, 55, .34) 72%, rgba(2, 28, 55, .12) 100%), url('../../mutuo/muterra-hot-precision-tubes-workshop-v1.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.mutuo-contact-masthead--news { box-sizing: border-box; min-height: 372px; background-color: #061f3c; background-image: linear-gradient(90deg, rgba(2, 28, 55, .96) 0%, rgba(2, 28, 55, .87) 38%, rgba(2, 28, 55, .34) 72%, rgba(2, 28, 55, .12) 100%), url('../../mutuo/muterra-news-editorial-poster.webp'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.mutuo-contact-masthead__inner { position: relative; z-index: 1; }
.mutuo-contact-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0 0 28px; color: rgba(255, 255, 255, 0.62); font-size: 12px; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.mutuo-contact-breadcrumbs a:hover { color: var(--mt-orange); }
.mutuo-contact-breadcrumbs span:last-child { color: #fff; }
.mutuo-contact-masthead .mutuo-eyebrow { color: var(--mt-orange); }
.mutuo-contact-masthead__title { max-width: 760px; margin: 0 0 18px; color: #fff; font-size: var(--type-page-title-size); font-weight: var(--type-page-title-weight); letter-spacing: var(--type-page-title-tracking); line-height: var(--type-page-title-line-height); }
.mutuo-contact-masthead__description { max-width: 650px; color: rgba(255, 255, 255, 0.72); font-size: var(--type-lead-size); line-height: var(--type-lead-line-height); }
.mutuo-contact-masthead__description p { margin: 0; }
.mutuo-contact-masthead__description p + p { margin-top: 16px; }
@media (max-width: 640px) { .mutuo-contact-masthead { padding: 142px 0 58px; } .mutuo-contact-masthead--news { min-height: 330px; } }
