#mdo-industry-whitepapers,
.miwp-cta {
  --miwp-ink: #173c32;
  --miwp-green: #164b3e;
  --miwp-muted: #52685e;
  --miwp-line: #dbe7e0;
  --miwp-soft: #f4f8f5;
  color: var(--miwp-ink);
  font-family: inherit;
  line-height: 1.8;
  text-align: left;
  overflow-wrap: anywhere;
}

#mdo-industry-whitepapers {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 0 56px;
}

#mdo-industry-whitepapers *,
.miwp-cta * {
  box-sizing: border-box;
}

#mdo-industry-whitepapers [hidden],
.miwp-cta [hidden] {
  display: none !important;
}

#mdo-industry-whitepapers h1,
#mdo-industry-whitepapers h2,
#mdo-industry-whitepapers h3,
.miwp-cta .miwp-cta-title {
  padding: 0;
  border: 0;
  background: none;
  color: var(--miwp-ink);
  box-shadow: none;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .01em;
}

#mdo-industry-whitepapers h1::before,
#mdo-industry-whitepapers h1::after,
#mdo-industry-whitepapers h2::before,
#mdo-industry-whitepapers h2::after,
#mdo-industry-whitepapers h3::before,
#mdo-industry-whitepapers h3::after,
.miwp-cta .miwp-cta-title::before,
.miwp-cta .miwp-cta-title::after {
  content: none;
}

#mdo-industry-whitepapers h1 {
  margin: 0 0 22px;
  font-size: clamp(27px, 3.2vw, 39px);
}

#mdo-industry-whitepapers h2 {
  margin: 0 0 20px;
  font-size: 25px;
}

#mdo-industry-whitepapers p {
  margin: 0 0 18px;
}

#mdo-industry-whitepapers .miwp-kicker,
.miwp-cta .miwp-cta-kicker {
  margin: 0 0 12px;
  color: var(--miwp-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .13em;
}

#mdo-industry-whitepapers .miwp-meta {
  color: var(--miwp-muted);
  font-size: 13px;
  line-height: 1.7;
}

#mdo-industry-whitepapers .miwp-library {
  margin-top: 30px;
}

#mdo-industry-whitepapers [data-miwp-search] {
  display: block;
  width: 100%;
  max-width: 620px;
  min-height: 52px;
  margin: 12px 0;
  padding: 12px 16px;
  border: 1px solid #9fb8a9;
  border-radius: 6px;
  background: #fff;
  color: var(--miwp-ink);
  font: inherit;
  font-size: 16px;
  appearance: auto;
}

#mdo-industry-whitepapers [data-miwp-count] {
  display: block;
  margin: 12px 0 22px;
  color: var(--miwp-muted);
  font-size: 14px;
}

#mdo-industry-whitepapers .miwp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

#mdo-industry-whitepapers .miwp-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--miwp-line);
  border-radius: 8px;
  background: #fff;
}

#mdo-industry-whitepapers .miwp-card .miwp-cover,
#mdo-industry-whitepapers .miwp-card .miwp-card-cover,
#mdo-industry-whitepapers .miwp-card > a:has(> img) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 224px;
  margin: 0 0 22px;
  padding: 12px;
  border-radius: 5px;
  background: var(--miwp-soft);
}

#mdo-industry-whitepapers .miwp-card img {
  display: block;
  width: auto;
  height: 200px;
  max-width: 100%;
  margin: 0 auto 22px;
  object-fit: contain;
}

#mdo-industry-whitepapers .miwp-card .miwp-cover img,
#mdo-industry-whitepapers .miwp-card .miwp-card-cover img,
#mdo-industry-whitepapers .miwp-card > a:has(> img) img {
  margin: 0;
}

#mdo-industry-whitepapers .miwp-card-copy {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

#mdo-industry-whitepapers .miwp-card h2,
#mdo-industry-whitepapers .miwp-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

#mdo-industry-whitepapers .miwp-card h2 a,
#mdo-industry-whitepapers .miwp-card h3 a {
  color: inherit;
  text-decoration: none;
}

#mdo-industry-whitepapers .miwp-card p {
  color: var(--miwp-muted);
  font-size: 14px;
}

#mdo-industry-whitepapers .miwp-card .miwp-button {
  width: 100%;
  margin-top: auto;
}

#mdo-industry-whitepapers .miwp-button,
.miwp-cta .miwp-button {
  display: inline-flex;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid var(--miwp-green);
  border-radius: 5px;
  background: var(--miwp-green);
  color: #fff !important;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}

#mdo-industry-whitepapers a.miwp-button:link,
#mdo-industry-whitepapers a.miwp-button:visited,
#mdo-industry-whitepapers a.miwp-button:hover,
#mdo-industry-whitepapers a.miwp-button:focus,
.miwp-cta a.miwp-button:link,
.miwp-cta a.miwp-button:visited,
.miwp-cta a.miwp-button:hover,
.miwp-cta a.miwp-button:focus {
  color: #fff !important;
}

#mdo-industry-whitepapers #industry-request-form {
  scroll-margin-top: 100px;
}

#mdo-industry-whitepapers .miwp-button:hover,
.miwp-cta .miwp-button:hover {
  border-color: #0e372d;
  background: #0e372d;
  color: #fff;
  text-decoration: none;
}

#mdo-industry-whitepapers a:focus-visible,
#mdo-industry-whitepapers input:focus-visible,
#mdo-industry-whitepapers select:focus-visible,
#mdo-industry-whitepapers textarea:focus-visible,
#mdo-industry-whitepapers button:focus-visible,
.miwp-cta a:focus-visible {
  outline: 3px solid #a36213;
  outline-offset: 4px;
}

#mdo-industry-whitepapers [data-miwp-empty],
#mdo-industry-whitepapers [data-miwp-error] {
  padding: 22px;
  border: 1px solid var(--miwp-line);
  border-radius: 6px;
  background: var(--miwp-soft);
  font-size: 15px;
}

#mdo-industry-whitepapers .miwp-back {
  display: inline-block;
  margin: 0 0 26px;
  color: var(--miwp-green);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#mdo-industry-whitepapers .miwp-paper-intro {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.5fr);
  gap: 44px;
  align-items: start;
  margin: 0 0 42px;
}

#mdo-industry-whitepapers .miwp-paper-intro > .miwp-cover {
  display: flex;
  min-height: 388px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--miwp-line);
  border-radius: 8px;
  background: var(--miwp-soft);
}

#mdo-industry-whitepapers .miwp-paper-intro .miwp-cover img {
  display: block;
  width: auto;
  max-width: min(100%, 240px);
  max-height: 340px;
  margin: 0;
  object-fit: contain;
}

#mdo-industry-whitepapers .miwp-overview {
  min-width: 0;
}

#mdo-industry-whitepapers .miwp-points {
  margin: 20px 0;
  padding-left: 1.4em;
  color: var(--miwp-muted);
}

#mdo-industry-whitepapers .miwp-points li {
  margin: 6px 0;
  padding: 0;
}

#mdo-industry-whitepapers .miwp-request-form {
  max-width: 800px;
  margin: 0 auto 32px;
  padding: 32px;
  border: 1px solid var(--miwp-line);
  border-radius: 8px;
  background: #fff;
}

#mdo-industry-whitepapers .miwp-request-form label {
  color: var(--miwp-ink);
  font-size: 15px;
  font-weight: 600;
}

#mdo-industry-whitepapers .miwp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  margin: 24px 0;
}

#mdo-industry-whitepapers .miwp-form-grid > p,
#mdo-industry-whitepapers .miwp-form-grid > label,
#mdo-industry-whitepapers .miwp-form-grid > div {
  display: block;
  min-width: 0;
  margin: 0;
}

#mdo-industry-whitepapers .miwp-required,
#mdo-industry-whitepapers .miwp-optional {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 7px;
  border: 1px solid var(--miwp-green);
  border-radius: 3px;
  background: var(--miwp-green);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  vertical-align: middle;
}

#mdo-industry-whitepapers .miwp-optional {
  border-color: var(--miwp-line);
  background: var(--miwp-soft);
  color: var(--miwp-muted);
}

#mdo-industry-whitepapers .miwp-consent {
  margin: 24px 0;
  font-size: 14px;
}

#mdo-industry-whitepapers .miwp-consent label {
  font-size: 14px;
  font-weight: 400;
}

#mdo-industry-whitepapers .miwp-consent a {
  color: var(--miwp-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#mdo-industry-whitepapers .miwp-submit {
  margin: 24px 0 0;
  text-align: center;
}

#mdo-industry-whitepapers .miwp-request-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}

#mdo-industry-whitepapers .miwp-request-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="hidden"]),
#mdo-industry-whitepapers .miwp-request-form select,
#mdo-industry-whitepapers .miwp-request-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #a5b9ac;
  border-radius: 5px;
  background: #fff;
  color: var(--miwp-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
}

#mdo-industry-whitepapers .miwp-request-form textarea {
  min-height: 120px;
  resize: vertical;
}

#mdo-industry-whitepapers .miwp-request-form input[type="checkbox"],
#mdo-industry-whitepapers .miwp-request-form input[type="radio"] {
  width: 19px;
  height: 19px;
  margin-right: 7px;
  accent-color: var(--miwp-green);
  vertical-align: middle;
}

#mdo-industry-whitepapers .miwp-request-form .wpcf7-list-item {
  margin-left: 0;
}

#mdo-industry-whitepapers .miwp-request-form .wpcf7-list-item-label {
  font-weight: 400;
}

#mdo-industry-whitepapers .miwp-request-form input[type="submit"],
#mdo-industry-whitepapers .miwp-request-form button[type="submit"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid var(--miwp-green);
  border-radius: 5px;
  background: var(--miwp-green);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  white-space: normal;
  cursor: pointer;
}

#mdo-industry-whitepapers .miwp-request-form input[type="submit"]:disabled {
  opacity: .6;
  cursor: not-allowed;
}

#mdo-industry-whitepapers .miwp-request-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #a12d28;
  font-size: 14px;
}

#mdo-industry-whitepapers .miwp-request-form .wpcf7-response-output {
  margin: 22px 0 0;
  padding: 14px;
  font-size: 14px;
}

#mdo-industry-whitepapers [data-miwp-gate] {
  max-width: 800px;
  margin: 28px auto;
  padding: 30px;
  border: 1px solid #a9c7b4;
  border-radius: 8px;
  background: var(--miwp-soft);
  scroll-margin-top: 110px;
}

#mdo-industry-whitepapers [data-miwp-gate] h2 {
  font-size: 24px;
}

#mdo-industry-whitepapers [data-miwp-download] {
  margin: 18px 0;
}

.miwp-cta {
  clear: both;
  margin: 28px 0;
  padding: 26px;
  border: 1px solid var(--miwp-line);
  border-radius: 8px;
  background: var(--miwp-soft);
}

.miwp-cta .miwp-cta-copy {
  min-width: 0;
}

.miwp-cta .miwp-cta-title {
  margin: 0 0 12px;
  font-size: 22px;
}

.miwp-cta .miwp-cta-summary {
  margin: 0 0 20px;
  color: var(--miwp-muted);
  font-size: 15px;
}

.miwp-cta.miwp-cta-compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
}

.miwp-cta.miwp-cta-compact .miwp-cta-kicker {
  margin-bottom: 6px;
  font-size: 11px;
}

.miwp-cta.miwp-cta-compact .miwp-cta-title {
  margin-bottom: 0;
  font-size: 18px;
}

.miwp-cta.miwp-cta-compact .miwp-button {
  flex-shrink: 0;
}

.miwp-cta.miwp-cta-detail {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.miwp-cta.miwp-cta-detail img {
  display: block;
  width: 100%;
  max-width: 145px;
  max-height: 205px;
  margin: 0 auto;
  object-fit: contain;
}

.miwp-cta .miwp-cta-cover {
  display: flex;
  width: 100%;
  max-width: 145px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  #mdo-industry-whitepapers .miwp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  #mdo-industry-whitepapers .miwp-paper-intro {
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1fr);
    gap: 28px;
  }

  #mdo-industry-whitepapers .miwp-paper-intro > .miwp-cover {
    min-height: 0;
    padding: 18px;
  }
}

@media (max-width: 600px) {
  #mdo-industry-whitepapers {
    padding: 16px 0 36px;
  }

  #mdo-industry-whitepapers h1 {
    font-size: 26px;
  }

  #mdo-industry-whitepapers h2 {
    font-size: 23px;
  }

  #mdo-industry-whitepapers .miwp-grid,
  #mdo-industry-whitepapers .miwp-paper-intro,
  #mdo-industry-whitepapers .miwp-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #mdo-industry-whitepapers .miwp-card {
    padding: 22px;
  }

  #mdo-industry-whitepapers .miwp-card .miwp-cover,
  #mdo-industry-whitepapers .miwp-card .miwp-card-cover {
    height: 234px;
  }

  #mdo-industry-whitepapers .miwp-card img {
    height: 210px;
  }

  #mdo-industry-whitepapers .miwp-paper-intro {
    gap: 26px;
  }

  #mdo-industry-whitepapers .miwp-paper-intro > .miwp-cover {
    padding: 24px;
  }

  #mdo-industry-whitepapers .miwp-paper-intro .miwp-cover img {
    max-width: 220px;
    max-height: 310px;
  }

  #mdo-industry-whitepapers .miwp-request-form,
  #mdo-industry-whitepapers [data-miwp-gate] {
    padding: 23px 18px;
  }

  #mdo-industry-whitepapers .miwp-download-button {
    width: 100%;
  }

  .miwp-cta.miwp-cta-compact {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
  }

  .miwp-cta.miwp-cta-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding: 24px;
  }

  .miwp-cta.miwp-cta-detail .miwp-button {
    width: 100%;
  }

  .miwp-cta .miwp-cta-title {
    font-size: 20px;
  }

  .miwp-cta.miwp-cta-compact .miwp-cta-title {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mdo-industry-whitepapers .miwp-button,
  .miwp-cta .miwp-button {
    transition: none;
  }
}
