.elementor-2115 .elementor-element.elementor-element-0ba513c{--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-e9e9f0c */: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-anti-page,
.mp-anti-page * {
  box-sizing: border-box;
}

.mp-anti-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Afacad Flux", sans-serif;
  background: #fff;
  color: #000;
}


/* HERO */

.mp-anti-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.mp-anti-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=2400&q=90");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.mp-anti-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.62) 48%, rgba(0,0,0,0.32) 100%),
    rgba(0,0,0,0.24);
}

.mp-anti-hero-content {
  position: relative;
  z-index: 3;
  width: min(92%, 1080px);
  margin: 0 auto;
  padding: 80px 20px 90px;
  text-align: center;
}

.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-anti-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(52px, 8vw, 128px);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.mp-anti-hero-content > p:not(.mp-kicker) {
  width: min(100%, 860px);
  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-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;
  }
}


/* ANTI SYSTEM */

.mp-anti-system {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #050505;
  color: #fff;
  padding: clamp(66px, 8vw, 124px) clamp(20px, 5vw, 86px);
}

.mp-anti-canvas,
.mp-anti-bg,
.mp-anti-grid-bg {
  position: absolute;
  inset: 0;
}

.mp-anti-canvas {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  pointer-events: none;
}

.mp-anti-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-anti-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-anti-inner {
  position: relative;
  z-index: 5;
  width: min(100%, 1560px);
  margin: 0 auto;
}


/* HEADING */

.mp-anti-heading {
  width: min(100%, 1080px);
}

.mp-anti-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-anti-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-anti-heading span {
  display: block;
  max-width: 980px;
  margin-top: 26px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 350;
}


/* DASHBOARD */

.mp-anti-dashboard {
  margin-top: clamp(42px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(360px, 0.46fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
}

.mp-anti-left {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 20px;
  height: 100%;
}


/* STATUS */

.mp-anti-status {
  min-height: 360px;
  display: grid;
  align-content: end;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,0.15), 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-anti-status-orb {
  position: relative;
  width: 190px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 40px;
}

.mp-anti-status-orb span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  animation: mpAntiPulse 3.8s ease-in-out infinite;
}

.mp-anti-status-orb::before,
.mp-anti-status-orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.13);
}

.mp-anti-status-orb::before {
  inset: 22px;
}

.mp-anti-status-orb::after {
  inset: 44px;
  border-style: dashed;
  animation: mpAntiRotate 38s linear infinite;
}

.mp-anti-status-orb strong {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  font-weight: 950;
}

@keyframes mpAntiPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes mpAntiRotate {
  to {
    transform: rotate(360deg);
  }
}

.mp-anti-status-text p {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.52);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 12px;
  font-weight: 800;
}

.mp-anti-status-text h3 {
  margin: 0;
  max-width: 420px;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.mp-anti-status-text span {
  display: block;
  margin-top: 20px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.62;
  font-weight: 350;
}


/* TABS */

.mp-anti-tabs {
  display: grid;
  gap: 12px;
}

.mp-anti-tabs button {
  appearance: none;
  min-height: 74px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.052), rgba(255,255,255,0.012)),
    rgba(0,0,0,0.25);
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: "Afacad Flux", sans-serif;
  transition:
    transform 360ms var(--mp-ease),
    border-color 360ms var(--mp-ease),
    background 360ms var(--mp-ease),
    color 360ms var(--mp-ease);
}

.mp-anti-tabs button span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.64);
  font-size: 12px;
  font-weight: 800;
}

.mp-anti-tabs button strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.mp-anti-tabs button:hover,
.mp-anti-tabs button.is-active,
.mp-anti-tabs button:focus,
.mp-anti-tabs button:focus-visible {
  transform: translateX(6px);
  background: #fff !important;
  border-color: #fff;
  color: #000 !important;
}

.mp-anti-tabs button:hover span,
.mp-anti-tabs button.is-active span,
.mp-anti-tabs button:focus span,
.mp-anti-tabs button:focus-visible span {
  color: #000 !important;
  border-color: rgba(0,0,0,0.18);
}


/* PANEL */

.mp-anti-panel {
  position: relative;
  height: 100%;
  min-height: auto;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.026)),
    rgba(0,0,0,0.30);
  box-shadow: 0 34px 120px rgba(0,0,0,0.42);
  overflow: hidden;
}

.mp-anti-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(255,255,255,0.16), transparent 36%),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
  pointer-events: none;
}

.mp-anti-panel-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-anti-panel > 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: 12px;
  font-weight: 800;
}

.mp-anti-panel h3 {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(34px, 4.3vw, 76px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.mp-anti-line {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  height: 1px;
  margin: clamp(26px, 4vw, 40px) 0;
  background: rgba(255,255,255,0.74);
}

.mp-anti-copy {
  position: relative;
  z-index: 2;
  columns: 2;
  column-gap: clamp(28px, 4vw, 64px);
  max-width: 1040px;
}

.mp-anti-copy p {
  break-inside: avoid;
  margin: 0 0 16px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.72;
  font-weight: 350;
}

.mp-anti-points {
  position: relative;
  z-index: 2;
  margin-top: clamp(20px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mp-anti-points div {
  min-height: 150px;
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.035);
}

.mp-anti-points span {
  margin-bottom: 18px;
  color: rgba(255,255,255,0.24);
  font-size: 38px;
  line-height: 0.8;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.mp-anti-points p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 400;
}


/* REPORT */

.mp-anti-report {
  margin-top: clamp(34px, 6vw, 86px);
  display: grid;
  grid-template-columns: minmax(320px, 0.5fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: stretch;
}

.mp-anti-report-info {
  min-height: 380px;
  display: grid;
  align-content: end;
  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);
}

.mp-anti-report-info p {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.52);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 800;
}

.mp-anti-report-info 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-anti-report-info span {
  display: block;
  margin-top: 24px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.72;
  font-weight: 350;
}

.mp-anti-report-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.7vw, 22px);
}


/* PULSANTE PDF LARGO */

.mp-anti-pdf-button {
  position: relative;
  min-height: 128px;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(24px, 2.6vw, 38px);
  border: 1px solid rgba(255,255,255,0.13);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.014)),
    rgba(0,0,0,0.28);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 420ms var(--mp-ease),
    border-color 420ms var(--mp-ease),
    box-shadow 420ms var(--mp-ease);
}

.mp-anti-pdf-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms var(--mp-ease);
}

.mp-anti-pdf-button span,
.mp-anti-pdf-button strong,
.mp-anti-pdf-button em {
  position: relative;
  z-index: 2;
}

.mp-anti-pdf-button span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.64);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 900;
  transition:
    color 420ms var(--mp-ease),
    border-color 420ms var(--mp-ease);
}

.mp-anti-pdf-button strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(22px, 2.5vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 950;
  transition: color 420ms var(--mp-ease);
}

.mp-anti-pdf-button em {
  justify-self: end;
  max-width: 230px;
  color: rgba(255,255,255,0.62);
  font-style: normal;
  text-align: right;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 350;
  transition: color 420ms var(--mp-ease);
}

.mp-anti-pdf-button:hover {
  transform: translateY(-8px);
  border-color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.34);
}

.mp-anti-pdf-button:hover::before {
  transform: scaleX(1);
}

.mp-anti-pdf-button:hover span {
  color: #000;
  border-color: rgba(0,0,0,0.18);
}

.mp-anti-pdf-button:hover strong,
.mp-anti-pdf-button:hover em {
  color: #000;
}


/* CARDS SEGNALAZIONE */

.mp-anti-report-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.7vw, 22px);
}

.mp-anti-report-card {
  position: relative;
  min-height: 380px;
  padding: clamp(24px, 2.3vw, 34px);
  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-decoration: none;
  overflow: hidden;
  transition:
    transform 420ms var(--mp-ease),
    border-color 420ms var(--mp-ease),
    box-shadow 420ms var(--mp-ease);
}

.mp-anti-report-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 520ms var(--mp-ease);
}

.mp-anti-report-card span,
.mp-anti-report-card strong,
.mp-anti-report-card p {
  position: relative;
  z-index: 2;
}

.mp-anti-report-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-anti-report-card strong {
  display: block;
  margin-top: 44px;
  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-anti-report-card p {
  margin: 20px 0 0;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  line-height: 1.62;
  font-weight: 350;
  transition: color 420ms var(--mp-ease);
}

.mp-anti-report-card:hover {
  transform: translateY(-8px);
  border-color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.34);
}

.mp-anti-report-card:hover::before {
  transform: scaleY(1);
}

.mp-anti-report-card:hover span {
  color: rgba(0,0,0,0.16);
}

.mp-anti-report-card:hover strong,
.mp-anti-report-card:hover p {
  color: #000;
}


/* 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-anti-dashboard,
  .mp-anti-report {
    grid-template-columns: 1fr;
  }

  .mp-anti-left {
    position: relative;
    top: auto;
    height: auto;
  }

  .mp-anti-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .mp-anti-panel {
    height: auto;
  }
}

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mp-anti-page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mp-anti-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .mp-anti-hero-bg {
    transform: none;
    background-position: center center;
  }

  .mp-anti-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 74px 18px 96px;
    overflow: hidden;
  }

  .mp-anti-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(36px, 10.4vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mp-anti-hero-content > p:not(.mp-kicker) {
    width: 100%;
    max-width: 88vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.65;
  }

  .mp-scroll-arrow {
    left: 0;
    width: 62px;
    height: 62px;
  }

  .mp-anti-system {
    padding: 70px 20px 82px;
  }

  .mp-anti-heading h2 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .mp-anti-heading span {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-anti-dashboard {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .mp-anti-left {
    order: 1;
    width: 100%;
    gap: 0;
  }

  .mp-anti-status {
    display: none;
  }

  .mp-anti-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mp-anti-tabs::-webkit-scrollbar {
    display: none;
  }

  .mp-anti-tabs button {
    flex: 0 0 150px;
    min-height: 72px;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 12px;
    transform: none !important;
    scroll-snap-align: start;
  }

  .mp-anti-tabs button span {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  .mp-anti-tabs button strong {
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }

  .mp-anti-panel {
    order: 2;
    height: auto;
    min-height: auto;
    padding: 34px 24px;
  }

  .mp-anti-panel h3 {
    font-size: clamp(32px, 9.2vw, 46px);
    line-height: 0.96;
  }

  .mp-anti-panel-number {
    right: 22px;
    top: 22px;
    font-size: 70px;
  }

  .mp-anti-copy {
    columns: 1;
  }

  .mp-anti-copy p {
    font-size: 14px;
    line-height: 1.7;
  }

  .mp-anti-points {
    grid-template-columns: 1fr;
  }

  .mp-anti-report {
    grid-template-columns: 1fr;
  }

  .mp-anti-report-info {
    min-height: auto;
  }

  .mp-anti-pdf-button {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
  }

  .mp-anti-pdf-button em {
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .mp-anti-report-cards {
    grid-template-columns: 1fr;
  }

  .mp-anti-report-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .mp-kicker {
    letter-spacing: 0.28em;
    font-size: 10px;
  }

  .mp-anti-hero h1 {
    font-size: clamp(32px, 9.6vw, 46px);
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .mp-anti-hero-content > p:not(.mp-kicker) {
    max-width: 86vw;
    font-size: 12.5px;
  }

  .mp-anti-tabs button {
    flex-basis: 138px;
    min-height: 66px;
    padding: 11px;
  }

  .mp-anti-tabs button strong {
    font-size: 8.5px;
  }

  .mp-anti-tabs button span {
    width: 28px;
    height: 28px;
  }

  .mp-anti-system {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mp-anti-panel {
    padding: 32px 24px;
  }

  .mp-anti-panel > p {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .mp-anti-panel h3 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .mp-anti-report-info {
    padding: 30px 24px;
  }
}

@media (max-width: 420px) {
  .mp-anti-hero-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mp-anti-tabs button {
    flex-basis: 130px;
  }

  .mp-anti-panel {
    padding: 30px 20px;
  }

  .mp-anti-panel-number {
    font-size: 62px;
  }

  .mp-anti-heading p {
    letter-spacing: 0.28em;
  }
}/* End custom CSS */