.elementor-2327 .elementor-element.elementor-element-9d202cd{--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;}.elementor-2327 .elementor-element.elementor-element-5d3791d{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-2327 .elementor-element.elementor-element-5d3791d.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-532bf79 */:root {
  --mp-black: #050505;
  --mp-white: #ffffff;
  --mp-dark: #111111;
  --mp-muted: #777777;
  --mp-line: rgba(0, 0, 0, 0.16);
  --mp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.mp-contact-page,
.mp-contact-page * {
  box-sizing: border-box;
}

.mp-contact-page {
  width: 100VW;
  overflow: hidden;
  font-family: "Afacad Flux", sans-serif;
  background: #fff;
  color: #000;
}


/* =========================================================
   HERO
   ========================================================= */

.mp-contact-hero {
  position: relative;
  width: 100%;
  min-height: 100vh !important;
  min-height: 100svh !important;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.mp-contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;

  background-image:
    url("https://millepiani.com/wp-content/uploads/2026/05/contatti-millepiani.jpg");

  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.62) 48%,
      rgba(0, 0, 0, 0.32) 100%
    ),
    rgba(0, 0, 0, 0.24);
}

.mp-contact-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1080px);
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px 90px;
}

.mp-kicker {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: clamp(10px, 0.75vw, 13px);
  line-height: 1.5;
  font-weight: 500;
}

.mp-contact-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(62px, 9vw, 140px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.mp-contact-hero-content > p:not(.mp-kicker) {
  width: min(100%, 820px);
  margin: 28px auto 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 230px;
  min-height: 52px;

  margin-top: 34px;
  padding: 0 28px;

  border: 1px solid rgba(255, 255, 255, 0.75);

  color: #fff;
  text-decoration: none;
  text-transform: uppercase;

  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;

  transition:
    background 400ms var(--mp-ease),
    color 400ms var(--mp-ease),
    border-color 400ms var(--mp-ease),
    transform 400ms var(--mp-ease);
}

.mp-outline-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
  transform: translateY(-4px);
}

.mp-scroll-arrow {
  position: absolute;
  left: clamp(22px, 5vw, 86px);
  bottom: 0;
  z-index: 5;

  width: 74px;
  height: 74px;

  display: grid;
  place-items: center;

  background: #050505;
  text-decoration: none;
}

.mp-scroll-arrow span {
  width: 14px;
  height: 14px;

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;

  transform: rotate(45deg) translateY(-4px);

  animation: mpArrowDown 1.5s infinite;
}

@keyframes mpArrowDown {
  0%,
  100% {
    transform: rotate(45deg) translateY(-5px);
    opacity: 0.45;
  }

  50% {
    transform: rotate(45deg) translateY(4px);
    opacity: 1;
  }
}


/* =========================================================
   CONTACT HUB
   ========================================================= */

.mp-contact-hub {
  position: relative;
  overflow: hidden;
  isolation: isolate;

  background: #050505;
  color: #fff;

  padding:
    clamp(66px, 8vw, 124px)
    clamp(20px, 5vw, 86px);

  font-family: "Afacad Flux", sans-serif;
}

.mp-contact-canvas,
.mp-contact-bg,
.mp-contact-grid-bg {
  position: absolute;
  inset: 0;
}

.mp-contact-canvas {
  z-index: 2;

  width: 100%;
  height: 100%;

  opacity: 0.62;

  pointer-events: none;
}

.mp-contact-bg {
  z-index: 1;

  background:
    radial-gradient(
      circle at 16% 20%,
      rgba(255, 255, 255, 0.13),
      transparent 34%
    ),
    radial-gradient(
      circle at 78% 58%,
      rgba(255, 255, 255, 0.10),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #050505 0%,
      #121212 52%,
      #030303 100%
    );
}

.mp-contact-grid-bg {
  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 58%,
      transparent 86%
    );
}

.mp-contact-inner {
  position: relative;
  z-index: 5;

  width: min(100%, 1560px);
  margin: 0 auto;
}

.mp-contact-heading,
.mp-partners-heading {
  width: min(100%, 1080px);
}

.mp-contact-heading p,
.mp-partners-heading p {
  margin: 0 0 16px;

  color: rgba(255, 255, 255, 0.56);

  text-transform: uppercase;
  letter-spacing: 0.38em;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.mp-contact-heading h2,
.mp-partners-heading h2 {
  margin: 0;

  text-transform: uppercase;

  font-size: clamp(44px, 6vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.mp-contact-heading span,
.mp-partners-heading span {
  display: block;

  margin-top: 26px;
  max-width: 920px;

  color: rgba(255, 255, 255, 0.78);

  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}

.mp-contact-layout {
  margin-top: clamp(38px, 5vw, 74px);

  display: grid;
  grid-template-columns: 1fr;

  gap: clamp(22px, 3vw, 42px);

  align-items: stretch;
}


/* =========================================================
   CONTACT PANEL
   ========================================================= */

.mp-contact-panel {
  position: relative;

  display: grid;

  gap: 0;

  border: 1px solid rgba(255, 255, 255, 0.13);

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 255, 255, 0.13),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.015)
    ),
    rgba(0, 0, 0, 0.26);

  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.34);

  overflow: hidden;
}

.mp-contact-tabs {
  position: relative;
  z-index: 6;

  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 10px;

  padding:
    clamp(16px, 2vw, 24px);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.10);

  background:
    rgba(0, 0, 0, 0.26);

  backdrop-filter: blur(12px);
}

.mp-contact-focus {
  position: relative;

  min-height:
    clamp(360px, 34vw, 500px);

  display: grid;

  align-content: end;

  padding:
    clamp(30px, 4vw, 54px);

  border: 0;

  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(255, 255, 255, 0.14),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.014)
    );

  box-shadow: none;

  overflow: hidden;
}

.mp-contact-focus::before {
  content: "";

  position: absolute;
  inset: -30%;

  background:
    linear-gradient(
      110deg,
      transparent,
      rgba(255, 255, 255, 0.11),
      transparent
    );

  transform: translateX(-55%);

  animation:
    mpContactSweep 7s ease-in-out infinite;
}

@keyframes mpContactSweep {
  0%,
  100% {
    transform: translateX(-55%);
    opacity: 0.25;
  }

  50% {
    transform: translateX(55%);
    opacity: 0.8;
  }
}

.mp-contact-focus-number {
  position: absolute;

  right: clamp(24px, 4vw, 62px);
  top: clamp(22px, 3vw, 52px);

  z-index: 1;

  color: rgba(255, 255, 255, 0.09);

  font-size: clamp(76px, 8vw, 132px);
  line-height: 0.8;
  letter-spacing: -0.08em;
  font-weight: 950;

  pointer-events: none;
}

.mp-contact-focus > p {
  position: relative;
  z-index: 2;

  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.52);

  text-transform: uppercase;

  letter-spacing: 0.28em;

  font-size: 10px;
  font-weight: 800;
}

.mp-contact-focus h3 {
  position: relative;
  z-index: 2;

  max-width: 620px;

  margin: 0;

  text-transform: uppercase;

  font-size: clamp(38px, 5.2vw, 82px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.mp-contact-focus-line {
  position: relative;
  z-index: 2;

  width: min(100%, 320px);
  height: 1px;

  margin:
    clamp(24px, 3vw, 36px)
    0;

  background:
    rgba(255, 255, 255, 0.74);
}

.mp-contact-focus-text {
  position: relative;
  z-index: 2;
}

.mp-contact-focus-text p {
  max-width: 840px;

  margin:
    0 0 14px;

  color:
    rgba(255, 255, 255, 0.78);

  font-size:
    clamp(16px, 1.5vw, 20px);

  line-height: 1.72;
  font-weight: 350;
}

.mp-contact-focus-actions {
  position: relative;
  z-index: 2;

  margin-top: 28px;

  display: flex;
  flex-wrap: wrap;

  gap: 12px;
}

.mp-contact-focus-actions a {
  min-height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 22px;

  border:
    1px solid rgba(255, 255, 255, 0.20);

  color: #fff;

  text-decoration: none;
  text-transform: uppercase;

  letter-spacing: 0.16em;

  font-size: 10px;
  font-weight: 900;

  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-contact-focus-actions a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;

  transform:
    translateY(-4px);
}


/* =========================================================
   CONTACT BUTTONS
   ========================================================= */

.mp-contact-card,
.mp-partner-card {
  appearance: none;

  position: relative;

  min-width: 0;
  width: 100%;

  border:
    1px solid rgba(255, 255, 255, 0.13);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.28);

  color: #fff;

  text-align: left;

  overflow: hidden;

  font-family:
    "Afacad Flux",
    sans-serif;

  white-space:
    normal !important;

  transition:
    opacity 360ms var(--mp-ease),
    transform 420ms var(--mp-ease),
    border-color 420ms var(--mp-ease),
    box-shadow 420ms var(--mp-ease);
}

.mp-contact-card {
  cursor: pointer;

  min-height: 84px;

  padding:
    16px 16px 14px;

  display: grid;

  align-content: center;

  gap: 6px;

  border-color:
    rgba(255, 255, 255, 0.16);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.016)
    ),
    rgba(0, 0, 0, 0.24);

  box-shadow: none;
}

.mp-contact-card::before,
.mp-partner-card::before {
  content: "";

  position: absolute;
  inset: 0;

  background: #fff;

  transform: scaleY(0);

  transform-origin:
    bottom center;

  transition:
    transform 520ms var(--mp-ease);
}

.mp-contact-card span,
.mp-contact-card strong,
.mp-contact-card p,
.mp-partner-card span,
.mp-partner-card h3,
.mp-partner-card p,
.mp-partner-card ul {
  position: relative;
  z-index: 2;

  min-width: 0;
  max-width: 100%;

  white-space:
    normal !important;

  overflow-wrap: anywhere;
  word-break: normal;
}

.mp-contact-card span {
  display: block;

  color:
    rgba(255, 255, 255, 0.30);

  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;

  transition:
    color 420ms var(--mp-ease);
}

.mp-contact-card strong {
  display: block;

  margin-top: 0;

  color: #fff;

  text-transform: uppercase;

  font-size:
    clamp(14px, 1.25vw, 18px);

  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 950;

  transition:
    color 420ms var(--mp-ease);
}

.mp-contact-card p {
  display: block;

  width: 100%;

  margin: 0;

  color:
    rgba(255, 255, 255, 0.52);

  font-size: 14px;
  line-height: 1.2;
  font-weight: 350;

  white-space:
    normal !important;

  overflow: visible;

  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: normal;

  transition:
    color 420ms var(--mp-ease);
}

.mp-contact-card:hover,
.mp-contact-card.is-active,
.mp-contact-card:focus,
.mp-contact-card:focus-visible,
.mp-partner-card:hover {
  transform:
    translateY(-3px);

  border-color: #fff;

  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.26);

  background:
    transparent !important;
}

.mp-contact-card:hover::before,
.mp-contact-card.is-active::before,
.mp-contact-card:focus::before,
.mp-contact-card:focus-visible::before,
.mp-partner-card:hover::before {
  transform:
    scaleY(1);

  background:
    #fff !important;
}

.mp-contact-card:hover span,
.mp-contact-card.is-active span,
.mp-partner-card:hover span {
  color:
    rgba(0, 0, 0, 0.16);
}

.mp-contact-card:hover strong,
.mp-contact-card.is-active strong,
.mp-contact-card:hover p,
.mp-contact-card.is-active p,
.mp-partner-card:hover h3,
.mp-partner-card:hover p,
.mp-partner-card:hover li,
.mp-partner-card:hover strong {
  color: #000;
}


/* =========================================================
   MAPPA STATICA
   ========================================================= */

.mp-contact-map-wrap {
  min-height: auto;

  display: grid;

  grid-template-rows:
    auto
    minmax(360px, 42vh)
    auto;

  border:
    1px solid rgba(255, 255, 255, 0.13);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.28);

  overflow: hidden;

  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.34);
}

.mp-contact-map-head {
  min-height: 96px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 22px;

  padding:
    clamp(20px, 2.4vw, 34px);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.10);
}

.mp-contact-map-head p {
  margin: 0 0 8px;

  color:
    rgba(255, 255, 255, 0.52);

  text-transform: uppercase;

  letter-spacing: 0.26em;

  font-size: 12px;
  font-weight: 800;
}

.mp-contact-map-head h3 {
  margin: 0;

  color: #fff;

  text-transform: uppercase;

  font-size:
    clamp(24px, 3.2vw, 54px);

  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.mp-contact-map-head a {
  min-height: 44px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 0 20px;

  border:
    1px solid rgba(255, 255, 255, 0.22);

  color: #fff;

  text-decoration: none;
  text-transform: uppercase;

  letter-spacing: 0.16em;

  font-size: 10px;
  font-weight: 900;

  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-contact-map-head a:hover {
  background: #fff;
  color: #000;

  border-color: #fff;

  transform:
    translateY(-4px);
}


/*
 * Contenitore della nuova immagine statica.
 *
 * overflow:hidden evita qualunque fuoriuscita.
 * L'immagine viene ritagliata automaticamente
 * per riempire completamente il contenitore.
 */
.mp-contact-map {
  position: relative;

  width: 100%;
  min-width: 0;

  min-height: 360px;

  overflow: hidden;

  background: #111;
}


/*
 * NUOVA MAPPA STATICA
 *
 * Nessun iframe.
 * Nessuna scrollbar.
 * Nessun trascinamento.
 */
.mp-contact-map img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  max-width: none;

  object-fit: cover;
  object-position: center center;

  border: 0;

  filter:
    grayscale(1)
    contrast(1.08)
    brightness(0.82);

  user-select: none;
  pointer-events: none;
}


/*
 * Leggera vignettatura sopra l'immagine.
 */
.mp-contact-map::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;

  pointer-events: none;

  background:
    radial-gradient(
      circle at 50% 50%,
      transparent 0%,
      transparent 48%,
      rgba(0, 0, 0, 0.28) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15),
      transparent 28%,
      rgba(0, 0, 0, 0.18)
    );
}


/* Indicatore centrale */

.mp-contact-map-pin {
  position: absolute;

  left: 50%;
  top: 50%;

  z-index: 3;

  width: 86px;
  height: 86px;

  transform:
    translate(-50%, -50%);

  pointer-events: none;
}

.mp-contact-map-pin span {
  position: absolute;

  inset: 20px;

  border-radius: 50%;

  background: #fff;

  box-shadow:
    0 0 34px rgba(255, 255, 255, 0.75);
}

.mp-contact-map-pin::before,
.mp-contact-map-pin::after {
  content: "";

  position: absolute;
  inset: 0;

  border:
    1px solid rgba(255, 255, 255, 0.55);

  border-radius: 50%;

  animation:
    mpMapPulse 2.4s ease-out infinite;
}

.mp-contact-map-pin::after {
  animation-delay: 1.2s;
}

@keyframes mpMapPulse {
  0% {
    transform: scale(0.35);
    opacity: 1;
  }

  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}


/* Footer mappa */

.mp-contact-map-footer {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  border-top:
    1px solid rgba(255, 255, 255, 0.10);
}

.mp-contact-map-footer div {
  min-height: 82px;

  display: grid;

  align-content: center;

  padding: 22px;

  border-right:
    1px solid rgba(255, 255, 255, 0.10);
}

.mp-contact-map-footer div:last-child {
  border-right: 0;
}

.mp-contact-map-footer span {
  margin-bottom: 8px;

  color:
    rgba(255, 255, 255, 0.48);

  text-transform: uppercase;

  letter-spacing: 0.22em;

  font-size: 10px;
  font-weight: 800;
}

.mp-contact-map-footer strong {
  color: #fff;

  text-transform: uppercase;

  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}


/* =========================================================
   PARTNERS
   ========================================================= */

.mp-partners-section {
  position: relative;
  z-index: 5;

  margin-top:
    clamp(70px, 9vw, 140px);
}

.mp-partners-filter {
  margin-top:
    clamp(34px, 4vw, 58px);

  display: flex;
  flex-wrap: wrap;

  gap: 12px;
}

.mp-partners-filter button {
  appearance: none;

  min-height: 42px;

  padding:
    0 18px;

  border:
    1px solid rgba(255, 255, 255, 0.16);

  background:
    rgba(255, 255, 255, 0.035);

  color:
    rgba(255, 255, 255, 0.72);

  cursor: pointer;

  text-transform: uppercase;

  letter-spacing: 0.16em;

  font-size: 10px;
  font-weight: 800;

  font-family:
    "Afacad Flux",
    sans-serif;

  transition:
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    transform 360ms var(--mp-ease);
}

.mp-partners-filter button:hover,
.mp-partners-filter button.is-active,
.mp-partners-filter button:focus,
.mp-partners-filter button:focus-visible {
  background:
    #fff !important;

  color:
    #000 !important;

  border-color: #fff;

  transform:
    translateY(-3px);
}

.mp-partners-feature {
  margin-top:
    clamp(26px, 4vw, 50px);

  min-height: 230px;

  display: grid;

  grid-template-columns:
    minmax(280px, 0.45fr)
    minmax(0, 1fr);

  align-items: end;

  gap:
    clamp(22px, 4vw, 60px);

  padding:
    clamp(30px, 4vw, 54px);

  border:
    1px solid rgba(255, 255, 255, 0.13);

  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(255, 255, 255, 0.16),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(0, 0, 0, 0.28);

  overflow: hidden;
}

.mp-partners-feature p {
  margin: 0 0 12px;

  color:
    rgba(255, 255, 255, 0.52);

  text-transform: uppercase;

  letter-spacing: 0.28em;

  font-size: 14px;
  font-weight: 800;
}

.mp-partners-feature h3 {
  margin: 0;

  color: #fff;

  text-transform: uppercase;

  font-size:
    clamp(32px, 4vw, 72px);

  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-partners-feature span {
  display: block;

  max-width: 720px;

  color:
    rgba(255, 255, 255, 0.78);

  font-size:
    clamp(16px, 1.5vw, 20px);

  line-height: 1.72;
  font-weight: 350;
}

.mp-partners-cards {
  margin-top:
    clamp(26px, 4vw, 50px);

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap:
    clamp(14px, 1.7vw, 22px);
}

.mp-partner-card {
  min-height: 390px;

  padding:
    clamp(24px, 2.3vw, 34px);
}

.mp-partner-card span {
  display: block;

  color:
    rgba(255, 255, 255, 0.24);

  font-size: 46px;
  line-height: 0.85;
  letter-spacing: -0.06em;
  font-weight: 950;

  transition:
    color 420ms var(--mp-ease);
}

.mp-partner-card h3 {
  display: block;

  margin-top: 34px;

  color: #fff;

  text-transform: uppercase;

  font-size:
    clamp(20px, 2vw, 34px);

  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 950;

  transition:
    color 420ms var(--mp-ease);
}

.mp-partner-card p {
  display: block;

  width: 100%;

  margin: 18px 0 0;

  color:
    rgba(255, 255, 255, 0.66);

  font-size: 14px;
  line-height: 1.62;
  font-weight: 350;

  white-space:
    normal !important;

  overflow: visible;

  text-overflow: unset;
  overflow-wrap: anywhere;
  word-break: normal;

  transition:
    color 420ms var(--mp-ease);
}

.mp-partner-card ul {
  margin:
    22px 0 0;

  padding: 0;

  list-style: none;

  display: grid;

  gap: 8px;
}

.mp-partner-card li {
  position: relative;
  z-index: 2;

  color:
    rgba(255, 255, 255, 0.70);

  font-size: 13px;
  line-height: 1.35;

  white-space:
    normal !important;

  overflow-wrap: anywhere;
  word-break: normal;

  transition:
    color 420ms var(--mp-ease);
}

.mp-partner-card li strong {
  color: #fff;

  font-weight: 900;

  transition:
    color 420ms var(--mp-ease);
}

.mp-partner-card.is-hidden {
  display: none;
}


/* =========================================================
   FORM
   ========================================================= */

.mp-quote-section {
  position: relative;

  width: 100%;

  min-height: 100vh;
  min-height: 100svh;

  overflow: hidden;

  background: #050505;
  color: #fff;

  isolation: isolate;
}

@media (min-width: 1025px) {
  .mp-quote-section {
    height: 100vh;
    height: 100svh;
  }
}

.mp-quote-bg {
  position: absolute;
  inset: 0;
  z-index: 1;

  background-image:
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2400&q=90");

  background-size: cover;
  background-position: center;

  transform: scale(1.04);
}

.mp-quote-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.63) 43%,
      rgba(0, 0, 0, 0.32) 100%
    ),
    rgba(0, 0, 0, 0.24);

  pointer-events: none;
}

.mp-quote-inner {
  position: relative;
  z-index: 3;

  min-height: 100vh;
  min-height: 100svh;

  width:
    min(100%, 1680px);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(320px, 0.9fr)
    minmax(480px, 0.95fr);

  align-items: center;

  gap:
    clamp(54px, 8vw, 150px);

  padding:
    clamp(70px, 9vh, 110px)
    clamp(34px, 7vw, 118px);
}

.mp-quote-info {
  max-width: 560px;
}

.mp-quote-kicker {
  margin: 0 0 18px;

  text-transform: uppercase;

  letter-spacing: 0.44em;

  font-size:
    clamp(11px, 0.85vw, 14px);

  line-height: 1.4;
  font-weight: 500;
}

.mp-quote-title {
  margin: 0;

  text-transform: uppercase;

  font-size:
    clamp(46px, 4.3vw, 82px);

  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.mp-quote-description {
  margin:
    28px 0 0;

  max-width: 460px;

  color:
    rgba(255, 255, 255, 0.84);

  font-size:
    clamp(14px, 0.95vw, 17px);

  line-height: 1.75;
  font-weight: 350;
}

.mp-quote-contacts {
  margin-top:
    clamp(54px, 8vh, 94px);

  display: grid;

  gap: 34px;
}

.mp-quote-contact {
  display: flex;

  align-items: center;

  gap: 18px;

  color: #fff;

  text-decoration: none;

  width: fit-content;
}

.mp-quote-contact-icon {
  width: 30px;
  height: 30px;

  flex:
    0 0 30px;

  display:
    inline-grid;

  place-items: center;
}

.mp-quote-contact-icon svg {
  width: 28px;
  height: 28px;

  fill: none;

  stroke: #fff;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mp-quote-contact span:last-child {
  display: grid;

  gap: 4px;

  color:
    rgba(255, 255, 255, 0.88);

  font-size: 15px;
  line-height: 1.35;
}

.mp-quote-contact strong {
  display: block;

  color: #fff;

  text-transform: uppercase;

  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 800;
}

.mp-quote-form-card {
  background: #fff;
  color: #000;

  width: 100%;
  max-width: 760px;

  justify-self: end;

  padding:
    clamp(46px, 5vw, 70px)
    clamp(42px, 5vw, 70px);

  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.32);
}

.mp-quote-form {
  position: relative;
  width: 100%;
}

.mp-form-status {
  display: none;

  margin-bottom: 24px;

  padding:
    14px 16px;

  font-size: 13px;
  line-height: 1.45;

  border:
    1px solid #000;
}

.mp-form-status.is-visible {
  display: block;
}

.mp-form-status.is-error {
  color: #9a1717;

  border-color:
    rgba(154, 23, 23, 0.35);

  background:
    rgba(154, 23, 23, 0.05);
}

.mp-form-status.is-success {
  color: #0f5f32;

  border-color:
    rgba(15, 95, 50, 0.35);

  background:
    rgba(15, 95, 50, 0.06);
}

.mp-product-group p {
  margin:
    0 0 28px;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.mp-product-options {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 48px;
}

.mp-product-options label {
  cursor: pointer;
}

.mp-product-options input {
  position: absolute;

  opacity: 0;

  pointer-events: none;
}

.mp-product-options span {
  display: inline-flex;

  min-height: 34px;

  align-items: center;
  justify-content: center;

  padding:
    0 15px;

  border:
    1px solid rgba(0, 0, 0, 0.22);

  color: #9a9a9a;

  background: #fff;

  text-transform: uppercase;

  font-size: 11px;
  line-height: 1;
  font-weight: 700;

  transition:
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease),
    border-color 320ms var(--mp-ease);
}

.mp-product-options input:checked + span {
  background: #000;
  border-color: #000;
  color: #fff;
}

.mp-form-grid {
  display: grid;

  grid-template-columns:
    1fr 1fr 0.7fr;

  column-gap: 22px;
  row-gap: 28px;
}

.mp-field {
  position: relative;

  min-height: 42px;
}

.mp-field input,
.mp-field textarea {
  width: 100%;

  border: 0;

  border-bottom:
    1px solid var(--mp-line);

  border-radius: 0;

  background: transparent;

  padding:
    18px 0 10px;

  color: #000;

  font-size: 15px;
  line-height: 1.4;

  outline: none;

  box-shadow: none;

  font-family:
    "Afacad Flux",
    sans-serif;
}

.mp-field textarea {
  resize: vertical;

  min-height: 54px;
}

.mp-field label {
  position: absolute;

  left: 0;
  top: 0;

  color: #000;

  text-transform: uppercase;

  font-size: 11px;
  line-height: 1;

  pointer-events: none;

  transform-origin:
    left top;

  font-weight: 700;

  transition:
    transform 320ms var(--mp-ease),
    opacity 320ms var(--mp-ease);
}

.mp-field input:focus + label,
.mp-field input:not(:placeholder-shown) + label,
.mp-field textarea:focus + label,
.mp-field textarea:not(:placeholder-shown) + label,
.mp-field.is-filled label {
  transform:
    translateY(-18px)
    scale(0.82);

  opacity: 0.62;
}

.mp-field-full {
  margin-top: 28px;
}

.mp-upload-note {
  margin-top: 20px;

  color: #aaa;

  text-align: center;

  font-size: 10px;
  line-height: 1.4;
}

.mp-upload-box {
  margin-top: 10px;

  min-height: 70px;

  border:
    1px dashed rgba(0, 0, 0, 0.2);

  display: grid;

  place-items: center;

  gap: 5px;

  padding: 16px;

  cursor: pointer;

  color: #9d9d9d;

  text-align: center;

  transition:
    border-color 320ms var(--mp-ease),
    color 320ms var(--mp-ease),
    background 320ms var(--mp-ease);
}

.mp-upload-box:hover {
  border-color: #000;

  color: #000;

  background:
    rgba(0, 0, 0, 0.025);
}

.mp-upload-box input {
  display: none;
}

.mp-upload-icon {
  font-size: 22px;
  line-height: 1;
}

.mp-upload-text {
  font-size: 12px;
  line-height: 1;
}

.mp-upload-filename {
  display: block;

  max-width: 100%;

  color: #000;

  font-size: 11px;
  line-height: 1.3;

  word-break: break-word;
}

.mp-submit-btn {
  width: 100%;
  height: 66px;

  margin-top: 34px;

  border: 0;

  background: #000;
  color: #fff;

  cursor: pointer;

  text-transform: uppercase;

  font-size:
    clamp(15px, 1vw, 18px);

  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 800;

  font-family:
    "Afacad Flux",
    sans-serif;

  transition:
    background 400ms var(--mp-ease),
    transform 400ms var(--mp-ease),
    opacity 400ms var(--mp-ease);
}

.mp-submit-btn:hover {
  background: #171717;

  transform:
    translateY(-4px);
}

.mp-submit-btn:disabled {
  opacity: 0.55;

  cursor: not-allowed;

  transform: none;
}


/* =========================================================
   REVEAL
   ========================================================= */

.mp-reveal {
  opacity: 1;

  transform: none;
}

.mp-js-ready .mp-reveal {
  opacity: 0;

  transform:
    translateY(34px);

  transition:
    opacity 760ms var(--mp-ease),
    transform 760ms var(--mp-ease);
}

.mp-js-ready .mp-reveal.is-visible {
  opacity: 1;

  transform:
    translateY(0);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1300px) {

  .mp-contact-map-wrap {
    grid-template-rows:
      auto
      minmax(340px, 42vh)
      auto;
  }

  .mp-contact-map {
    min-height: 340px;
  }

  .mp-partners-cards {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

}


@media (max-width: 1200px) {

  .mp-quote-inner {
    grid-template-columns: 1fr;

    gap: 54px;
  }

  .mp-quote-form-card {
    justify-self: start;

    max-width: 820px;
  }

}


@media (max-width: 900px) {

  .mp-contact-hero {
    min-height: 72vh;
    min-height: 72svh;
  }

  .mp-scroll-arrow {
    width: 62px;
    height: 62px;
  }

  .mp-contact-hub {
    padding:
      70px 20px 82px;
  }

  .mp-contact-heading h2,
  .mp-partners-heading h2 {
    font-size:
      clamp(38px, 12vw, 58px);
  }

  .mp-contact-heading span,
  .mp-partners-heading span {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-contact-tabs {
    grid-template-columns:
      repeat(5, minmax(96px, 1fr));

    overflow-x: auto;
    overflow-y: hidden;

    gap: 8px;

    padding: 14px;

    scroll-snap-type:
      x mandatory;

    -webkit-overflow-scrolling:
      touch;
  }

  .mp-contact-tabs::-webkit-scrollbar {
    height: 4px;
  }

  .mp-contact-tabs::-webkit-scrollbar-thumb {
    background:
      rgba(255, 255, 255, 0.22);
  }

  .mp-contact-card {
    min-height: 76px;

    padding:
      13px 12px;

    scroll-snap-align:
      start;
  }

  .mp-contact-card span {
    font-size: 18px;
  }

  .mp-contact-card strong {
    font-size: 13px;
  }

  .mp-contact-card p {
    display: none;
  }

  .mp-contact-focus {
    min-height: auto;

    padding:
      34px 24px 38px;
  }

  .mp-contact-focus h3 {
    font-size:
      clamp(34px, 10vw, 58px);
  }

  .mp-contact-map-head,
  .mp-partners-feature {
    align-items: flex-start;

    grid-template-columns: 1fr;

    flex-direction: column;

    gap: 18px;
  }

  .mp-contact-map-wrap {
    grid-template-rows:
      auto
      minmax(300px, 38vh)
      auto;
  }

  .mp-contact-map {
    min-height: 300px;
  }

  .mp-contact-map-footer {
    grid-template-columns: 1fr;
  }

  .mp-contact-map-footer div {
    border-right: 0;

    border-bottom:
      1px solid rgba(255, 255, 255, 0.10);
  }

  .mp-contact-map-footer div:last-child {
    border-bottom: 0;
  }

  .mp-partners-cards {
    grid-template-columns: 1fr;
  }

  .mp-partner-card {
    min-height: auto;
  }

  .mp-form-grid {
    grid-template-columns:
      1fr 1fr;
  }

}


@media (max-width: 640px) {

  .mp-contact-hero {
    min-height: 78vh;
    min-height: 78svh;
  }

  .mp-contact-hero-content {
    width: 100%;

    padding:
      70px 22px 96px;
  }

  .mp-contact-hero h1 {
    font-size:
      clamp(58px, 18vw, 86px);
  }

  .mp-contact-hero-content > p:not(.mp-kicker) {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-outline-btn {
    min-width: 210px;
    min-height: 48px;
  }

  .mp-scroll-arrow {
    left: 0;
  }

  .mp-contact-hub {
    padding:
      64px 16px 76px;
  }

  .mp-contact-layout {
    margin-top: 30px;

    gap: 18px;
  }

  .mp-contact-tabs {
    grid-template-columns:
      repeat(5, minmax(82px, 1fr));

    padding: 10px;
  }

  .mp-contact-card {
    min-height: 68px;

    padding:
      11px 10px;
  }

  .mp-contact-card span {
    font-size: 16px;
  }

  .mp-contact-card strong {
    font-size: 11px;

    letter-spacing: -0.01em;
  }

  .mp-contact-focus-number {
    font-size: 62px;

    right: 20px;
    top: 24px;
  }

  .mp-contact-focus > p {
    max-width: 68%;

    letter-spacing: 0.22em;
  }

  .mp-contact-focus-actions a {
    width: 100%;
  }

  .mp-contact-map-wrap {
    grid-template-rows:
      auto
      minmax(260px, 34vh)
      auto;
  }

  .mp-contact-map {
    min-height: 260px;
  }

  .mp-partners-filter {
    display: grid;

    grid-template-columns:
      repeat(2, 1fr);
  }

  .mp-partners-filter button {
    width: 100%;
  }

  .mp-quote-section {
    min-height: auto;
  }

  .mp-quote-inner {
    min-height: auto;

    padding:
      78px 20px;
  }

  .mp-quote-title {
    font-size:
      clamp(42px, 13vw, 62px);
  }

  .mp-quote-contacts {
    margin-top: 42px;

    gap: 26px;
  }

  .mp-quote-form-card {
    padding:
      34px 24px;
  }

  .mp-product-options {
    margin-bottom: 38px;
  }

  .mp-form-grid {
    grid-template-columns: 1fr;

    row-gap: 26px;
  }

  .mp-submit-btn {
    height: 58px;

    font-size: 13px;
  }

}


@media (max-width: 420px) {

  .mp-kicker,
  .mp-quote-kicker,
  .mp-contact-heading p,
  .mp-partners-heading p {
    letter-spacing: 0.28em;
  }

  .mp-product-options span {
    min-height: 32px;

    font-size: 10px;

    padding:
      0 12px;
  }

  .mp-quote-form-card {
    padding:
      30px 20px;
  }

}/* End custom CSS */