.elementor-2035 .elementor-element.elementor-element-4afa831{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f79dd0d */:root {
  --mp-emas-black: #050505;
  --mp-emas-dark: #111111;
  --mp-emas-white: #ffffff;
  --mp-emas-muted: rgba(255,255,255,0.70);
  --mp-emas-border: rgba(255,255,255,0.13);
  --mp-emas-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.mp-emas-page,
.mp-emas-page * {
  box-sizing: border-box;
}

.mp-emas-page {
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-family: "Afacad Flux", sans-serif;
}


/*
|--------------------------------------------------------------------------
| HERO
|--------------------------------------------------------------------------
*/

.mp-emas-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh !important;
  min-height: 100svh !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--mp-emas-dark);
  color: var(--mp-emas-white);
}

.mp-emas-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://millepiani.com/wp-content/uploads/2026/05/certificazioni.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-emas-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.90) 0%,
      rgba(0,0,0,0.67) 48%,
      rgba(0,0,0,0.38) 100%
    ),
    rgba(0,0,0,0.20);
}

.mp-emas-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1180px);
  margin: 0 auto;
  padding: 90px 20px 110px;
  text-align: center;
}

.mp-emas-kicker {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(10px, 0.75vw, 13px);
  line-height: 1.5;
  font-weight: 600;
}

.mp-emas-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(50px, 7.2vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-emas-hero-content > p:not(.mp-emas-kicker) {
  width: min(100%, 850px);
  margin: 30px auto 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-emas-scroll-arrow {
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  bottom: 0;
  z-index: 5;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  background: var(--mp-emas-black);
  color: #fff;
  text-decoration: none;
}

.mp-emas-scroll-arrow span {
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-4px);
  animation: mpEmasArrowDown 1.5s infinite;
}

@keyframes mpEmasArrowDown {
  0%,
  100% {
    transform: rotate(45deg) translateY(-5px);
    opacity: 0.45;
  }

  50% {
    transform: rotate(45deg) translateY(4px);
    opacity: 1;
  }
}


/*
|--------------------------------------------------------------------------
| SISTEMA EMAS
|--------------------------------------------------------------------------
*/

.mp-emas-system {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--mp-emas-black);
  color: var(--mp-emas-white);
  padding:
    clamp(70px, 8vw, 124px)
    clamp(20px, 5vw, 86px)
    clamp(82px, 9vw, 140px);
}

.mp-emas-canvas,
.mp-emas-system-bg,
.mp-emas-system-grid {
  position: absolute;
  inset: 0;
}

.mp-emas-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  pointer-events: none;
}

.mp-emas-system-bg {
  z-index: 1;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(255,255,255,0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 62%,
      rgba(255,255,255,0.10),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #050505 0%,
      #121212 52%,
      #030303 100%
    );
}

.mp-emas-system-grid {
  z-index: 3;
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255,255,255,0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,0.035) 1px,
      transparent 1px
    );
  background-size: 72px 72px;
  mask-image: radial-gradient(
    circle at center,
    #000 0%,
    #000 60%,
    transparent 88%
  );
}

.mp-emas-system-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1560px);
  margin: 0 auto;
}


/*
|--------------------------------------------------------------------------
| INTESTAZIONE
|--------------------------------------------------------------------------
*/

.mp-emas-system-head {
  width: min(100%, 1100px);
}

.mp-emas-system-kicker {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.56);
  text-transform: uppercase;
  letter-spacing: 0.38em;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.mp-emas-system-head h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(42px, 6vw, 100px);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.mp-emas-system-head > p:not(.mp-emas-system-kicker) {
  max-width: 1000px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}


/*
|--------------------------------------------------------------------------
| RIEPILOGO
|--------------------------------------------------------------------------
*/

.mp-emas-overview {
  min-width: 0;
  margin-top: clamp(44px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(270px, 0.35fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}


/*
|--------------------------------------------------------------------------
| ORB EMAS
|--------------------------------------------------------------------------
*/

.mp-emas-orb {
  position: relative;
  min-width: 0;
  min-height: 300px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mp-emas-border);
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255,255,255,0.16),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(255,255,255,0.07),
      rgba(255,255,255,0.014)
    ),
    rgba(0,0,0,0.28);
  overflow: hidden;
}

.mp-emas-orb::after {
  content: "";
  position: absolute;
  inset: -25%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255,255,255,0.12),
    transparent
  );
  transform: translateX(-60%);
  animation: mpEmasSweep 6.5s ease-in-out infinite;
}

@keyframes mpEmasSweep {
  0%,
  100% {
    transform: translateX(-60%);
    opacity: 0.25;
  }

  50% {
    transform: translateX(60%);
    opacity: 0.85;
  }
}

.mp-emas-orb-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 50%;
  pointer-events: none;
}

.mp-emas-orb-ring.ring-one {
  width: 82%;
  aspect-ratio: 1;
  animation: mpEmasRotate 42s linear infinite;
}

.mp-emas-orb-ring.ring-two {
  width: 62%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: mpEmasRotateReverse 54s linear infinite;
}

.mp-emas-orb-ring.ring-three {
  width: 38%;
  aspect-ratio: 1;
  border-color: rgba(255,255,255,0.25);
}

@keyframes mpEmasRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes mpEmasRotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

.mp-emas-orb-core {
  position: relative;
  z-index: 4;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 15px;
  text-align: center;
}

.mp-emas-orb-core span {
  color: rgba(255,255,255,0.22);
  font-size: clamp(64px, 6.8vw, 112px);
  line-height: 0.78;
  letter-spacing: -0.075em;
  font-weight: 950;
}

.mp-emas-orb-core strong {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
}


/*
|--------------------------------------------------------------------------
| INFORMAZIONI RAPIDE
|--------------------------------------------------------------------------
*/

.mp-emas-quick {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--mp-emas-border);
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.065),
      rgba(255,255,255,0.012)
    ),
    rgba(0,0,0,0.28);
  overflow: hidden;
}

.mp-emas-quick > div {
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 3vw, 42px);
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(255,255,255,0.10);
}

.mp-emas-quick > div:last-child {
  border-right: 0;
}

.mp-emas-quick span {
  min-width: 0;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.48);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 800;
}

.mp-emas-quick strong {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 950;
  overflow-wrap: break-word;
}


/*
|--------------------------------------------------------------------------
| DOCUMENTI
|--------------------------------------------------------------------------
*/

.mp-emas-documents {
  min-width: 0;
  margin-top: clamp(24px, 3vw, 42px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}

.mp-emas-document {
  --mp-emas-mouse-x: 50%;
  --mp-emas-mouse-y: 50%;

  position: relative;
  min-width: 0;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4.5vw, 64px);
  border: 1px solid var(--mp-emas-border);
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.09),
      rgba(255,255,255,0.022)
    ),
    rgba(0,0,0,0.30);
  box-shadow: 0 34px 100px rgba(0,0,0,0.34);
  overflow: hidden;
  isolation: isolate;
}

.mp-emas-document::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(
      circle at 80% 18%,
      rgba(255,255,255,0.14),
      transparent 34%
    ),
    linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.04),
      transparent
    );
  pointer-events: none;
}

.mp-emas-document-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--mp-emas-mouse-x) var(--mp-emas-mouse-y),
      rgba(255,255,255,0.14),
      transparent 28%
    );
  pointer-events: none;
  transition: opacity 400ms var(--mp-emas-ease);
}

.mp-emas-document:hover .mp-emas-document-glow {
  opacity: 1;
}

.mp-emas-document-head {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mp-emas-document-number {
  color: rgba(255,255,255,0.16);
  font-size: clamp(54px, 5vw, 82px);
  line-height: 0.8;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.mp-emas-document-type {
  color: rgba(255,255,255,0.50);
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.18em;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 800;
}

.mp-emas-document-kicker {
  margin: clamp(36px, 5vw, 62px) 0 18px;
  color: rgba(255,255,255,0.52);
  text-transform: uppercase;
  letter-spacing: 0.27em;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 800;
}

.mp-emas-document h3 {
  max-width: 660px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(34px, 4.1vw, 66px);
  line-height: 0.91;
  letter-spacing: -0.06em;
  font-weight: 950;
  overflow-wrap: break-word;
}

.mp-emas-document-line {
  width: min(100%, 300px);
  height: 1px;
  margin: clamp(26px, 3vw, 38px) 0;
  background: rgba(255,255,255,0.70);
}

.mp-emas-document-description {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
  font-weight: 350;
}

.mp-emas-document-meta {
  min-width: 0;
  margin: clamp(30px, 4vw, 48px) 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,0.11);
  border-bottom: 1px solid rgba(255,255,255,0.11);
}

.mp-emas-document-meta > div {
  min-width: 0;
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,0.11);
}

.mp-emas-document-meta > div:first-child {
  padding-left: 0;
}

.mp-emas-document-meta > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.mp-emas-document-meta span,
.mp-emas-document-meta strong {
  display: block;
  min-width: 0;
  overflow-wrap: break-word;
}

.mp-emas-document-meta span {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.42);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
  line-height: 1.4;
  font-weight: 800;
}

.mp-emas-document-meta strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
}

.mp-emas-document-link {
  width: fit-content;
  min-height: 56px;
  margin-top: auto;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border: 1px solid rgba(255,255,255,0.24);
  color: #fff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 900;
  transition:
    background 360ms var(--mp-emas-ease),
    color 360ms var(--mp-emas-ease),
    border-color 360ms var(--mp-emas-ease),
    transform 360ms var(--mp-emas-ease);
}

.mp-emas-document-meta + .mp-emas-document-link {
  margin-top: clamp(34px, 4vw, 50px);
}

.mp-emas-document-link:hover,
.mp-emas-document-link:focus-visible {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-4px);
}

.mp-emas-link-arrow {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}


/*
|--------------------------------------------------------------------------
| REVEAL
|--------------------------------------------------------------------------
*/

.mp-emas-reveal {
  opacity: 1;
  transform: none;
}

.mp-emas-js-ready .mp-emas-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms var(--mp-emas-ease),
    transform 760ms var(--mp-emas-ease);
}

.mp-emas-js-ready .mp-emas-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/*
|--------------------------------------------------------------------------
| MONITOR INTERMEDI
|--------------------------------------------------------------------------
*/

@media (min-width: 1201px) and (max-width: 1500px) {
  .mp-emas-system {
    padding-left: 36px;
    padding-right: 36px;
  }

  .mp-emas-overview {
    grid-template-columns: minmax(250px, 0.30fr) minmax(0, 1fr);
    gap: 24px;
  }

  .mp-emas-orb {
    min-height: 270px;
  }

  .mp-emas-orb-core span {
    font-size: clamp(66px, 6vw, 88px);
  }

  .mp-emas-quick > div {
    padding: 26px 20px;
  }

  .mp-emas-quick span {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .mp-emas-quick strong {
    font-size: clamp(17px, 1.45vw, 21px);
  }

  .mp-emas-document {
    min-height: 590px;
    padding: 38px;
  }

  .mp-emas-document h3 {
    font-size: clamp(34px, 3.7vw, 52px);
  }

  .mp-emas-document-meta > div {
    padding: 18px 12px;
  }

  .mp-emas-document-meta strong {
    font-size: 12px;
  }
}


/*
|--------------------------------------------------------------------------
| TABLET ORIZZONTALE
|--------------------------------------------------------------------------
*/

@media (max-width: 1200px) {
  .mp-emas-overview {
    grid-template-columns: 1fr;
  }

  .mp-emas-orb {
    min-height: 260px;
  }

  .mp-emas-documents {
    gap: 20px;
  }

  .mp-emas-document {
    padding: 34px;
  }

  .mp-emas-document h3 {
    font-size: clamp(34px, 5vw, 54px);
  }

  .mp-emas-document-meta {
    grid-template-columns: 1fr;
  }

  .mp-emas-document-meta > div,
  .mp-emas-document-meta > div:first-child,
  .mp-emas-document-meta > div:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }

  .mp-emas-document-meta > div:last-child {
    border-bottom: 0;
  }
}


/*
|--------------------------------------------------------------------------
| TABLET
|--------------------------------------------------------------------------
*/

@media (max-width: 900px) {
  .mp-emas-hero {
    min-height: 76vh !important;
    min-height: 76svh !important;
  }

  .mp-emas-hero h1 {
    font-size: clamp(46px, 11vw, 76px);
  }

  .mp-emas-scroll-arrow {
    width: 62px;
    height: 62px;
  }

  .mp-emas-system {
    padding: 72px 20px 90px;
  }

  .mp-emas-system-head h2 {
    font-size: clamp(38px, 11vw, 60px);
  }

  .mp-emas-system-head > p:not(.mp-emas-system-kicker) {
    font-size: 15px;
    line-height: 1.7;
  }

  .mp-emas-quick {
    grid-template-columns: 1fr;
  }

  .mp-emas-quick > div {
    min-height: auto;
    padding: 25px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }

  .mp-emas-quick > div:last-child {
    border-bottom: 0;
  }

  .mp-emas-quick strong {
    font-size: clamp(19px, 5vw, 27px);
  }

  .mp-emas-documents {
    grid-template-columns: 1fr;
  }

  .mp-emas-document {
    min-height: auto;
    padding: 38px 30px;
  }

  .mp-emas-document h3 {
    font-size: clamp(38px, 8vw, 60px);
  }
}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 640px) {
  .mp-emas-hero {
    min-height: 82vh !important;
    min-height: 82svh !important;
  }

  .mp-emas-hero-content {
    width: 100%;
    padding: 70px 22px 104px;
  }

  .mp-emas-hero h1 {
    font-size: clamp(42px, 13.4vw, 66px);
    line-height: 0.9;
  }

  .mp-emas-hero-content > p:not(.mp-emas-kicker) {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.68;
  }

  .mp-emas-scroll-arrow {
    left: 0;
  }

  .mp-emas-system {
    padding: 68px 18px 78px;
  }

  .mp-emas-system-kicker,
  .mp-emas-kicker {
    letter-spacing: 0.28em;
  }

  .mp-emas-orb {
    min-height: 220px;
  }

  .mp-emas-orb-core span {
    font-size: 66px;
  }

  .mp-emas-document {
    padding: 30px 22px;
  }

  .mp-emas-document-head {
    align-items: flex-start;
  }

  .mp-emas-document-number {
    font-size: 58px;
  }

  .mp-emas-document-type {
    max-width: 130px;
    font-size: 9px;
  }

  .mp-emas-document-kicker {
    margin-top: 38px;
  }

  .mp-emas-document h3 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .mp-emas-document-description {
    font-size: 15px;
  }

  .mp-emas-document-link {
    width: 100%;
    min-height: 58px;
    justify-content: space-between;
    padding: 15px 18px;
  }
}


/*
|--------------------------------------------------------------------------
| MOBILE PICCOLO
|--------------------------------------------------------------------------
*/

@media (max-width: 420px) {
  .mp-emas-hero h1 {
    font-size: clamp(38px, 12.5vw, 52px);
  }

  .mp-emas-document {
    padding: 28px 19px;
  }

  .mp-emas-document h3 {
    font-size: clamp(32px, 10vw, 43px);
  }
}


/*
|--------------------------------------------------------------------------
| RIDUZIONE MOVIMENTO
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {
  .mp-emas-page *,
  .mp-emas-page *::before,
  .mp-emas-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */