.metop-solution-parity {
  --metop-solution-bg: #f7f7f5;
  --metop-solution-surface: #ffffff;
  --metop-solution-soft: #f2f3f4;
  --metop-solution-text: #111111;
  --metop-solution-muted: #606468;
  --metop-solution-quiet: #85898d;
  --metop-solution-line: rgba(17, 17, 17, 0.12);
  --metop-solution-blue: #0033ff;
  --metop-solution-blue-soft: rgba(0, 51, 255, 0.1);
  --metop-solution-blue-line: rgba(0, 51, 255, 0.28);
  --metop-solution-ease: cubic-bezier(0.32, 0.72, 0, 1);
  background: var(--metop-solution-bg);
  color: var(--metop-solution-text) !important;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  overflow: clip;
  padding: 0 !important;
  width: 100%;
}

.metop-solution-parity,
.metop-solution-parity * {
  box-sizing: border-box;
}

.metop-solution-parity .elementor-element.e-con > .e-con-inner {
  display: contents !important;
}

.metop-solution-parity .elementor-widget,
.metop-solution-parity .elementor-widget-heading,
.metop-solution-parity .elementor-widget-text-editor,
.metop-solution-parity .elementor-widget-image,
.metop-solution-parity .elementor-widget-button {
  margin: 0;
}

.metop-solution-parity h1,
.metop-solution-parity h2,
.metop-solution-parity h3,
.metop-solution-parity p {
  letter-spacing: 0;
  margin: 0;
}

.metop-solution-parity .elementor-widget-text-editor,
.metop-solution-parity .elementor-widget-text-editor p {
  color: var(--metop-solution-muted) !important;
  font-size: 16px;
  line-height: 1.82;
}

.metop-solution-parity .metop-solution-shell {
  margin-inline: auto;
  max-width: 1248px;
  width: 100% !important;
}

.metop-solution-parity .metop-solution-section {
  background: var(--metop-solution-surface);
  padding: 88px max(48px, calc((100vw - 1248px) / 2)) !important;
  width: 100%;
}

.metop-solution-parity .metop-solution-eyebrow .elementor-heading-title,
.metop-solution-parity .metop-solution-case-label .elementor-heading-title,
.metop-solution-parity .metop-solution-pain-index .elementor-heading-title,
.metop-solution-parity .metop-solution-deliverable-index .elementor-heading-title {
  color: var(--metop-solution-quiet) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.metop-solution-parity .metop-solution-section-head,
.metop-solution-parity .metop-solution-section-head > .e-con-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  max-width: 760px;
}

.metop-solution-parity .metop-solution-section-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 540;
  line-height: 1.22;
  text-wrap: balance;
}

.metop-solution-parity .metop-solution-section-copy,
.metop-solution-parity .metop-solution-section-copy p {
  max-width: 700px;
}

.metop-solution-parity .metop-solution-hero {
  background: var(--metop-solution-surface);
  padding: 128px max(48px, calc((100vw - 1248px) / 2)) 72px !important;
  width: 100%;
}

.metop-solution-parity .metop-solution-hero-shell,
.metop-solution-parity .metop-solution-hero-shell > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.metop-solution-parity .metop-solution-hero-copy,
.metop-solution-parity .metop-solution-hero-copy > .e-con-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
}

.metop-solution-parity .metop-solution-hero-title {
  margin-top: 20px;
}

.metop-solution-parity .metop-solution-hero-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 560;
  line-height: 1.14;
  text-wrap: balance;
}

.metop-solution-parity .metop-solution-hero-description {
  margin-top: 24px;
  max-width: 660px;
}

.metop-solution-parity .metop-solution-hero-description,
.metop-solution-parity .metop-solution-hero-description p {
  color: #484d52 !important;
  font-size: 17px;
  line-height: 1.86;
}

.metop-solution-parity .metop-solution-actions,
.metop-solution-parity .metop-solution-actions > .e-con-inner {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.metop-solution-parity .metop-solution-button {
  width: auto;
}

.metop-solution-parity .metop-solution-button .elementor-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.34);
  border-radius: 4px;
  box-shadow: none;
  color: var(--metop-solution-text) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 520;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  transition:
    background-color 180ms var(--metop-solution-ease),
    border-color 180ms var(--metop-solution-ease),
    box-shadow 180ms var(--metop-solution-ease),
    color 180ms var(--metop-solution-ease);
}

.metop-solution-parity .metop-solution-button--primary .elementor-button,
.metop-solution-parity .metop-solution-button--dark .elementor-button {
  background: var(--metop-solution-text);
  border-color: var(--metop-solution-text);
  color: #ffffff !important;
}

.metop-solution-parity .metop-solution-button .elementor-button:hover,
.metop-solution-parity .metop-solution-button .elementor-button:focus-visible {
  background: var(--metop-solution-blue);
  border-color: var(--metop-solution-blue);
  box-shadow: 0 0 28px var(--metop-solution-blue-soft);
  color: #ffffff !important;
}

.metop-solution-parity .metop-solution-hero-visual,
.metop-solution-parity .metop-solution-hero-visual > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.metop-solution-parity .metop-solution-hero-image,
.metop-solution-parity .metop-solution-hero-image .elementor-widget-container {
  aspect-ratio: 16 / 10;
  background: var(--metop-solution-soft);
  border: 1px solid var(--metop-solution-line);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.metop-solution-parity .metop-solution-hero-image img {
  filter: saturate(0.84) contrast(1.02);
  height: 100%;
  object-fit: cover;
  transition: filter 300ms var(--metop-solution-ease);
  width: 100%;
}

.metop-solution-parity .metop-solution-media-caption .elementor-heading-title {
  color: var(--metop-solution-quiet) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.metop-solution-parity .metop-solution-overview {
  background: var(--metop-solution-surface);
  padding: 0 max(48px, calc((100vw - 1248px) / 2)) 88px !important;
  width: 100%;
}

.metop-solution-parity .metop-solution-overview-grid,
.metop-solution-parity .metop-solution-overview-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metop-solution-parity .metop-solution-stat,
.metop-solution-parity .metop-solution-stat > .e-con-inner,
.metop-solution-parity .metop-solution-overview-cta,
.metop-solution-parity .metop-solution-overview-cta > .e-con-inner {
  align-content: start;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.metop-solution-parity .metop-solution-stat {
  border-bottom: 1px solid var(--metop-solution-line);
  border-left: 1px solid var(--metop-solution-line);
  border-top: 1px solid var(--metop-solution-line);
  min-height: 154px;
  padding: 26px;
}

.metop-solution-parity .metop-solution-stat:first-child {
  border-radius: 6px 0 0 6px;
}

.metop-solution-parity .metop-solution-stat-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 22px;
  font-weight: 560;
  line-height: 1.32;
}

.metop-solution-parity .metop-solution-stat-copy,
.metop-solution-parity .metop-solution-stat-copy p,
.metop-solution-parity .metop-solution-overview-cta-copy,
.metop-solution-parity .metop-solution-overview-cta-copy p {
  font-size: 14px;
  line-height: 1.72;
}

.metop-solution-parity .metop-solution-overview-cta {
  background: var(--metop-solution-text);
  border: 1px solid var(--metop-solution-text);
  border-radius: 0 6px 6px 0;
  justify-content: space-between;
  min-height: 154px;
  padding: 26px;
}

.metop-solution-parity .metop-solution-overview-cta-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 560;
  line-height: 1.3;
}

.metop-solution-parity .metop-solution-overview-cta-copy,
.metop-solution-parity .metop-solution-overview-cta-copy p {
  color: rgba(255, 255, 255, 0.68) !important;
}

.metop-solution-parity .metop-solution-overview-cta .metop-solution-button {
  margin-top: auto;
}

.metop-solution-parity .metop-solution-overview-cta .metop-solution-button .elementor-button {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff !important;
  min-height: 38px;
  padding: 8px 14px;
}

.metop-solution-parity .metop-solution-problem {
  background: var(--metop-solution-bg);
}

.metop-solution-parity .metop-solution-problem-grid,
.metop-solution-parity .metop-solution-problem-grid > .e-con-inner {
  align-items: start;
  display: grid !important;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.metop-solution-parity .metop-solution-problem .metop-solution-section-head {
  position: sticky;
  top: 112px;
}

.metop-solution-parity .metop-solution-pain-list,
.metop-solution-parity .metop-solution-pain-list > .e-con-inner {
  display: flex !important;
  flex-direction: column;
}

.metop-solution-parity .metop-solution-pain-item,
.metop-solution-parity .metop-solution-pain-item > .e-con-inner {
  display: grid !important;
  gap: 14px 24px;
  grid-template-columns: 48px minmax(0, 1fr);
}

.metop-solution-parity .metop-solution-pain-item {
  border-top: 1px solid var(--metop-solution-line);
  padding: 26px 0 30px;
}

.metop-solution-parity .metop-solution-pain-index {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.metop-solution-parity .metop-solution-pain-title,
.metop-solution-parity .metop-solution-pain-copy {
  grid-column: 2;
}

.metop-solution-parity .metop-solution-pain-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 21px;
  font-weight: 550;
  line-height: 1.36;
}

.metop-solution-parity .metop-solution-pain-copy,
.metop-solution-parity .metop-solution-pain-copy p {
  font-size: 15px;
  line-height: 1.76;
}

.metop-solution-parity .metop-solution-capabilities {
  background: var(--metop-solution-surface);
}

.metop-solution-parity .metop-solution-capabilities .metop-solution-shell,
.metop-solution-parity .metop-solution-capabilities .metop-solution-shell > .e-con-inner {
  display: flex !important;
  flex-direction: column;
}

.metop-solution-parity .metop-solution-capabilities .metop-solution-section-head {
  margin-bottom: 72px;
}

.metop-solution-parity .metop-solution-capability,
.metop-solution-parity .metop-solution-capability > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 64px;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
}

.metop-solution-parity .metop-solution-capability + .metop-solution-capability {
  margin-top: 104px;
}

.metop-solution-parity .metop-solution-capability--reverse,
.metop-solution-parity .metop-solution-capability--reverse > .e-con-inner {
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
}

.metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-media {
  grid-column: 2;
  grid-row: 1;
}

.metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-copy {
  grid-column: 1;
  grid-row: 1;
}

.metop-solution-parity .metop-solution-capability-media,
.metop-solution-parity .metop-solution-capability-media > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.metop-solution-parity .metop-solution-capability-image,
.metop-solution-parity .metop-solution-capability-image .elementor-widget-container {
  aspect-ratio: 4 / 3;
  background: var(--metop-solution-soft);
  border: 1px solid var(--metop-solution-line);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.metop-solution-parity .metop-solution-capability-image img {
  filter: saturate(0.82) contrast(1.02);
  height: 100%;
  object-fit: cover;
  transition: filter 300ms var(--metop-solution-ease);
  width: 100%;
}

.metop-solution-parity .metop-solution-capability:hover .metop-solution-capability-image img {
  filter: saturate(0.96) contrast(1.03);
}

.metop-solution-parity .metop-solution-capability-copy,
.metop-solution-parity .metop-solution-capability-copy > .e-con-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  gap: 0;
}

.metop-solution-parity .metop-solution-capability-badge .elementor-heading-title {
  border: 1px solid var(--metop-solution-line);
  border-radius: 999px;
  color: var(--metop-solution-text) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 11px;
}

.metop-solution-parity .metop-solution-capability-title {
  margin-top: 20px;
}

.metop-solution-parity .metop-solution-capability-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 540;
  line-height: 1.2;
  text-wrap: balance;
}

.metop-solution-parity .metop-solution-capability-description {
  margin-top: 18px;
  max-width: 500px;
}

.metop-solution-parity .metop-solution-capability-description,
.metop-solution-parity .metop-solution-capability-description p {
  font-size: 17px;
  line-height: 1.82;
}

.metop-solution-parity .metop-solution-process {
  background: var(--metop-solution-bg);
}

.metop-solution-parity .metop-solution-framed-section,
.metop-solution-parity .metop-solution-framed-section > .e-con-inner {
  display: grid !important;
}

.metop-solution-parity .metop-solution-framed-section {
  background: var(--metop-solution-surface);
  border: 1px solid var(--metop-solution-line);
  border-radius: 6px;
  padding: 42px;
}

.metop-solution-parity .metop-solution-workflow-list,
.metop-solution-parity .metop-solution-workflow-list > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.metop-solution-parity .metop-solution-workflow-item,
.metop-solution-parity .metop-solution-workflow-item > .e-con-inner {
  align-content: start;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.metop-solution-parity .metop-solution-workflow-item {
  border-left: 1px solid var(--metop-solution-line);
  min-height: 176px;
  padding: 0 28px;
}

.metop-solution-parity .metop-solution-workflow-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.metop-solution-parity .metop-solution-workflow-step .elementor-heading-title {
  color: var(--metop-solution-quiet) !important;
  font-family: "Geist Mono", "SF Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.metop-solution-parity .metop-solution-workflow-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.38;
}

.metop-solution-parity .metop-solution-workflow-copy,
.metop-solution-parity .metop-solution-workflow-copy p {
  font-size: 14px;
  line-height: 1.76;
}

.metop-solution-parity .metop-solution-deliverables {
  background: var(--metop-solution-bg);
  padding-top: 0 !important;
}

.metop-solution-parity .metop-solution-deliverables-grid,
.metop-solution-parity .metop-solution-deliverables-grid > .e-con-inner {
  align-items: start;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.metop-solution-parity .metop-solution-deliverables-list,
.metop-solution-parity .metop-solution-deliverables-list > .e-con-inner {
  display: flex !important;
  flex-direction: column;
}

.metop-solution-parity .metop-solution-deliverable-item,
.metop-solution-parity .metop-solution-deliverable-item > .e-con-inner {
  align-items: center;
  display: grid !important;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
}

.metop-solution-parity .metop-solution-deliverable-item {
  border-top: 1px solid var(--metop-solution-line);
  min-height: 62px;
  padding: 15px 0;
}

.metop-solution-parity .metop-solution-deliverable-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 16px;
  font-weight: 520;
  line-height: 1.5;
}

.metop-solution-parity .metop-solution-cases {
  background: var(--metop-solution-surface);
}

.metop-solution-parity .metop-solution-cases .metop-solution-section-head {
  margin-bottom: 42px;
}

.metop-solution-parity .metop-solution-case-grid,
.metop-solution-parity .metop-solution-case-grid > .e-con-inner {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metop-solution-parity .metop-solution-case-card,
.metop-solution-parity .metop-solution-case-card > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.metop-solution-parity .metop-solution-case-card {
  border: 1px solid var(--metop-solution-line);
  border-radius: 6px;
  min-width: 0;
  overflow: hidden;
  transition:
    border-color 220ms var(--metop-solution-ease),
    box-shadow 220ms var(--metop-solution-ease);
}

.metop-solution-parity .metop-solution-case-image,
.metop-solution-parity .metop-solution-case-image .elementor-widget-container {
  aspect-ratio: 16 / 10;
  background: var(--metop-solution-soft);
  overflow: hidden;
  width: 100%;
}

.metop-solution-parity .metop-solution-case-image img {
  filter: saturate(0.72);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.metop-solution-parity .metop-solution-case-copy,
.metop-solution-parity .metop-solution-case-copy > .e-con-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
}

.metop-solution-parity .metop-solution-case-copy {
  padding: 24px;
}

.metop-solution-parity .metop-solution-case-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.4;
}

.metop-solution-parity .metop-solution-case-description,
.metop-solution-parity .metop-solution-case-description p {
  font-size: 14px;
  line-height: 1.75;
}

.metop-solution-parity .metop-solution-hover-card:hover,
.metop-solution-parity .metop-solution-hover-card:focus-within {
  border-color: var(--metop-solution-blue-line);
  box-shadow: 0 16px 42px var(--metop-solution-blue-soft);
}

.metop-solution-parity .metop-solution-related {
  background: var(--metop-solution-bg);
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.metop-solution-parity .metop-solution-related-shell,
.metop-solution-parity .metop-solution-related-shell > .e-con-inner {
  align-items: center;
  background: var(--metop-solution-surface);
  border: 1px solid var(--metop-solution-line);
  border-radius: 6px;
  display: grid !important;
  gap: 32px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  padding: 28px 32px;
}

.metop-solution-parity .metop-solution-related-copy,
.metop-solution-parity .metop-solution-related-copy > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
}

.metop-solution-parity .metop-solution-related-title .elementor-heading-title {
  color: var(--metop-solution-text) !important;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.4;
}

.metop-solution-parity .metop-solution-related-description,
.metop-solution-parity .metop-solution-related-description p {
  font-size: 13px;
  line-height: 1.65;
}

.metop-solution-parity .metop-solution-related-links,
.metop-solution-parity .metop-solution-related-links > .e-con-inner {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.metop-solution-parity .metop-solution-button--link .elementor-button {
  background: #ffffff;
  border-color: var(--metop-solution-line);
  min-height: 38px;
  padding: 8px 14px;
}

.metop-solution-parity .metop-solution-final {
  background: var(--metop-solution-bg);
}

.metop-solution-parity .metop-solution-final-shell,
.metop-solution-parity .metop-solution-final-shell > .e-con-inner {
  align-items: center;
  background: var(--metop-solution-text);
  border-radius: 6px;
  display: grid !important;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 46px 48px;
}

.metop-solution-parity .metop-solution-final-copy,
.metop-solution-parity .metop-solution-final-copy > .e-con-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  max-width: 760px;
}

.metop-solution-parity .metop-solution-eyebrow--light .elementor-heading-title {
  color: rgba(255, 255, 255, 0.56) !important;
}

.metop-solution-parity .metop-solution-final-title .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 540;
  line-height: 1.22;
  text-wrap: balance;
}

.metop-solution-parity .metop-solution-final-description,
.metop-solution-parity .metop-solution-final-description p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 15px;
  line-height: 1.8;
}

.metop-solution-parity .metop-solution-button--light .elementor-button {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--metop-solution-text) !important;
  min-width: 120px;
}

.metop-solution-theme--culture {
  --metop-solution-soft: #f4f2ef;
}

.metop-solution-theme--commerce,
.metop-solution-theme--creative {
  --metop-solution-soft: #f3f4f6;
}

.metop-solution-theme--secure,
.metop-solution-theme--industry,
.metop-solution-theme--technology {
  --metop-solution-soft: #f0f2f3;
}

.metop-solution--oil-gas .metop-solution-hero-image img,
.metop-solution--digital-twin .metop-solution-hero-image img {
  object-position: center 38%;
}

.metop-solution--culture-tourism .metop-solution-capability-image img,
.metop-solution--real-estate-space .metop-solution-capability-image img {
  object-position: center 58%;
}

@media (max-width: 1080px) {
  .metop-solution-parity .metop-solution-hero-shell,
  .metop-solution-parity .metop-solution-hero-shell > .e-con-inner {
    gap: 48px;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  }

  .metop-solution-parity .metop-solution-overview-grid,
  .metop-solution-parity .metop-solution-overview-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metop-solution-parity .metop-solution-stat:nth-child(3) {
    border-radius: 0 0 0 6px;
  }

  .metop-solution-parity .metop-solution-overview-cta {
    border-radius: 0 0 6px 0;
  }

  .metop-solution-parity .metop-solution-problem-grid,
  .metop-solution-parity .metop-solution-problem-grid > .e-con-inner,
  .metop-solution-parity .metop-solution-deliverables-grid,
  .metop-solution-parity .metop-solution-deliverables-grid > .e-con-inner {
    gap: 48px;
  }
}

@media (max-width: 820px) {
  .metop-solution-parity .metop-solution-hero {
    padding-top: 104px !important;
  }

  .metop-solution-parity .metop-solution-hero-shell,
  .metop-solution-parity .metop-solution-hero-shell > .e-con-inner,
  .metop-solution-parity .metop-solution-problem-grid,
  .metop-solution-parity .metop-solution-problem-grid > .e-con-inner,
  .metop-solution-parity .metop-solution-capability,
  .metop-solution-parity .metop-solution-capability > .e-con-inner,
  .metop-solution-parity .metop-solution-capability--reverse,
  .metop-solution-parity .metop-solution-capability--reverse > .e-con-inner,
  .metop-solution-parity .metop-solution-deliverables-grid,
  .metop-solution-parity .metop-solution-deliverables-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-media,
  .metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-copy {
    grid-column: 1;
  }

  .metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-media {
    grid-row: 1;
  }

  .metop-solution-parity .metop-solution-capability--reverse .metop-solution-capability-copy {
    grid-row: 2;
  }

  .metop-solution-parity .metop-solution-problem .metop-solution-section-head {
    position: static;
  }

  .metop-solution-parity .metop-solution-workflow-list,
  .metop-solution-parity .metop-solution-workflow-list > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-solution-parity .metop-solution-workflow-item {
    border-left: 0;
    border-top: 1px solid var(--metop-solution-line);
    min-height: 0;
    padding: 24px 0;
  }

  .metop-solution-parity .metop-solution-workflow-item:first-child {
    border-top: 0;
  }

  .metop-solution-parity .metop-solution-case-grid,
  .metop-solution-parity .metop-solution-case-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-solution-parity .metop-solution-related-shell,
  .metop-solution-parity .metop-solution-related-shell > .e-con-inner,
  .metop-solution-parity .metop-solution-final-shell,
  .metop-solution-parity .metop-solution-final-shell > .e-con-inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .metop-solution-parity .metop-solution-related-links,
  .metop-solution-parity .metop-solution-related-links > .e-con-inner {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .metop-solution-parity .metop-solution-section,
  .metop-solution-parity .metop-solution-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .metop-solution-parity .metop-solution-section {
    padding-bottom: 68px !important;
    padding-top: 68px !important;
  }

  .metop-solution-parity .metop-solution-hero {
    padding-bottom: 52px !important;
    padding-top: 92px !important;
  }

  .metop-solution-parity .metop-solution-hero-shell,
  .metop-solution-parity .metop-solution-hero-shell > .e-con-inner {
    gap: 38px;
  }

  .metop-solution-parity .metop-solution-hero-title .elementor-heading-title {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.2;
  }

  .metop-solution-parity .metop-solution-hero-description,
  .metop-solution-parity .metop-solution-hero-description p,
  .metop-solution-parity .metop-solution-capability-description,
  .metop-solution-parity .metop-solution-capability-description p {
    font-size: 16px;
  }

  .metop-solution-parity .metop-solution-actions,
  .metop-solution-parity .metop-solution-actions > .e-con-inner {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .metop-solution-parity .metop-solution-actions .metop-solution-button,
  .metop-solution-parity .metop-solution-actions .elementor-button {
    width: 100%;
  }

  .metop-solution-parity .metop-solution-overview {
    padding: 0 20px 68px !important;
  }

  .metop-solution-parity .metop-solution-overview-grid,
  .metop-solution-parity .metop-solution-overview-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .metop-solution-parity .metop-solution-stat {
    border-bottom: 0;
    border-right: 1px solid var(--metop-solution-line);
    border-radius: 0 !important;
    min-height: 0;
    padding: 22px;
  }

  .metop-solution-parity .metop-solution-stat:first-child {
    border-radius: 6px 6px 0 0 !important;
  }

  .metop-solution-parity .metop-solution-overview-cta {
    border-radius: 0 0 6px 6px;
    min-height: 148px;
    padding: 22px;
  }

  .metop-solution-parity .metop-solution-problem-grid,
  .metop-solution-parity .metop-solution-problem-grid > .e-con-inner,
  .metop-solution-parity .metop-solution-deliverables-grid,
  .metop-solution-parity .metop-solution-deliverables-grid > .e-con-inner {
    gap: 34px;
  }

  .metop-solution-parity .metop-solution-pain-item,
  .metop-solution-parity .metop-solution-pain-item > .e-con-inner {
    gap: 10px 12px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .metop-solution-parity .metop-solution-capabilities .metop-solution-section-head {
    margin-bottom: 50px;
  }

  .metop-solution-parity .metop-solution-capability,
  .metop-solution-parity .metop-solution-capability > .e-con-inner {
    gap: 28px;
  }

  .metop-solution-parity .metop-solution-capability + .metop-solution-capability {
    margin-top: 72px;
  }

  .metop-solution-parity .metop-solution-capability-title .elementor-heading-title {
    font-size: 28px;
  }

  .metop-solution-parity .metop-solution-framed-section {
    padding: 24px;
  }

  .metop-solution-parity .metop-solution-deliverables {
    padding-top: 0 !important;
  }

  .metop-solution-parity .metop-solution-case-copy {
    padding: 20px;
  }

  .metop-solution-parity .metop-solution-related {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .metop-solution-parity .metop-solution-related-shell,
  .metop-solution-parity .metop-solution-related-shell > .e-con-inner {
    padding: 22px;
  }

  .metop-solution-parity .metop-solution-related-links,
  .metop-solution-parity .metop-solution-related-links > .e-con-inner {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .metop-solution-parity .metop-solution-related-links .metop-solution-button,
  .metop-solution-parity .metop-solution-related-links .elementor-button {
    width: 100%;
  }

  .metop-solution-parity .metop-solution-final-shell,
  .metop-solution-parity .metop-solution-final-shell > .e-con-inner {
    gap: 30px;
    padding: 28px 24px;
  }

  .metop-solution-parity .metop-solution-final .metop-solution-button,
  .metop-solution-parity .metop-solution-final .elementor-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .metop-solution-parity *,
  .metop-solution-parity *::before,
  .metop-solution-parity *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
