.elementor-3913 .elementor-element.elementor-element-853eeac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fc61721 */@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");

/* =========================================================
   PROCESS SERVING PAGE
   Entirely scoped to #ncp-process-page
   ========================================================= */

body.ncp-process-page-active .entry-header,
body.ncp-process-page-active .page-header,
body.ncp-process-page-active .entry-title,
body.ncp-process-page-active .elementor-page-title {
  display: none !important;
}

body.ncp-process-page-active .site-main,
body.ncp-process-page-active .content-area,
body.ncp-process-page-active .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#ncp-process-page {
  --ps-navy: #052f57;
  --ps-deep: #031f3e;
  --ps-teal: #078e99;
  --ps-teal-bright: #12aab2;
  --ps-text: #0b2c50;
  --ps-muted: #526a7d;
  --ps-border: #dce5e9;
  --ps-light: #f6f8f9;
  --ps-white: #ffffff;
  --ps-container: 1180px;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ps-text);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#ncp-process-page,
#ncp-process-page *,
#ncp-process-page *::before,
#ncp-process-page *::after {
  box-sizing: border-box;
}

#ncp-process-page h1,
#ncp-process-page h2,
#ncp-process-page h3,
#ncp-process-page p,
#ncp-process-page figure,
#ncp-process-page ul {
  margin: 0;
  padding: 0;
}

#ncp-process-page a {
  color: inherit;
  text-decoration: none;
}

#ncp-process-page img,
#ncp-process-page svg {
  display: block;
}

#ncp-process-page .ncp-ps-icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

#ncp-process-page .ncp-ps-container {
  width: min(calc(100% - 42px), var(--ps-container));
  margin-inline: auto;
}

#ncp-process-page .ncp-ps-screen-reader-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* HERO */

#ncp-process-page .ncp-ps-hero {
  width: 100%;
  background: #031f3e;
}

#ncp-process-page .ncp-ps-hero-frame {
  position: relative;
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
  overflow: hidden;
  line-height: 0;
}

#ncp-process-page .ncp-ps-hero-frame > img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

#ncp-process-page .ncp-ps-hero-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  background: transparent;
  border-radius: 7px;
}

#ncp-process-page .ncp-ps-hero-hotspot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(7, 142, 153, .95);
}

#ncp-process-page .ncp-ps-hero-service {
  left: 3.5%;
  top: 78.1%;
  width: 15.9%;
  height: 12.1%;
}

#ncp-process-page .ncp-ps-hero-call {
  left: 21.2%;
  top: 78.1%;
  width: 19.8%;
  height: 12.1%;
}

/* SHARED SECTION STYLES */

#ncp-process-page .ncp-ps-section {
  padding: 34px 0;
}

#ncp-process-page .ncp-ps-section-heading {
  text-align: center;
}

#ncp-process-page .ncp-ps-section-heading h2,
#ncp-process-page .ncp-ps-why h2,
#ncp-process-page .ncp-ps-area-list h2 {
  color: var(--ps-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

#ncp-process-page .ncp-ps-section-heading p {
  max-width: 760px;
  margin: 8px auto 0;
  color: var(--ps-muted);
  font-size: 16px;
}

/* SERVICE CARDS */

#ncp-process-page .ncp-ps-services {
  background: #fff;
}

#ncp-process-page .ncp-ps-service-grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

#ncp-process-page .ncp-ps-service-card {
  min-height: 330px;
  padding: 24px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 5px;
  box-shadow: 0 5px 16px rgba(4, 37, 66, .045);
  text-align: center;
}

#ncp-process-page .ncp-ps-service-card > svg {
  width: 57px;
  height: 57px;
  margin-bottom: 15px;
  fill: none;
  stroke: var(--ps-teal);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#ncp-process-page .ncp-ps-service-card h3 {
  color: var(--ps-navy);
  font-size: 18px;
  line-height: 1.25;
}

#ncp-process-page .ncp-ps-service-card p {
  margin-top: 12px;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.55;
}

#ncp-process-page .ncp-ps-service-card a {
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ps-teal);
  background: #fff;
  border: 1px solid var(--ps-teal);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .17s ease, color .17s ease;
}

#ncp-process-page .ncp-ps-service-card a:hover {
  color: #fff;
  background: var(--ps-teal);
}

/* PROCESS */

#ncp-process-page .ncp-ps-process {
  padding-top: 10px;
  background: #fff;
}

#ncp-process-page .ncp-ps-process-grid {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#ncp-process-page .ncp-ps-process-grid article {
  position: relative;
  min-height: 155px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: start;
  gap: 14px;
}

#ncp-process-page .ncp-ps-process-grid article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 18px;
  height: 18px;
  content: "";
  border-top: 2px solid var(--ps-teal-bright);
  border-right: 2px solid var(--ps-teal-bright);
  transform: translateY(-50%) rotate(45deg);
}

#ncp-process-page .ncp-ps-process-grid > article > svg {
  width: 58px;
  height: 58px;
  margin-top: 13px;
  fill: none;
  stroke: var(--ps-navy);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#ncp-process-page .ncp-ps-process-number {
  position: absolute;
  top: 0;
  left: 48px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ps-teal);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

#ncp-process-page .ncp-ps-process-grid h3 {
  color: var(--ps-navy);
  font-size: 17px;
  line-height: 1.3;
}

#ncp-process-page .ncp-ps-process-grid p {
  margin-top: 7px;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* COVERAGE */

#ncp-process-page .ncp-ps-coverage {
  background: var(--ps-light);
  border-top: 1px solid #e1e8ec;
  border-bottom: 1px solid #e1e8ec;
}

#ncp-process-page .ncp-ps-coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.08fr;
  align-items: stretch;
  gap: 0;
}

#ncp-process-page .ncp-ps-why,
#ncp-process-page .ncp-ps-area-list {
  padding: 25px 28px;
  background: #fff;
  border: 1px solid var(--ps-border);
}

#ncp-process-page .ncp-ps-area-list {
  border-left: 0;
}

#ncp-process-page .ncp-ps-why h2,
#ncp-process-page .ncp-ps-area-list h2 {
  font-size: 23px;
}

#ncp-process-page .ncp-ps-why ul {
  margin-top: 20px;
  display: grid;
  gap: 15px;
  list-style: none;
}

#ncp-process-page .ncp-ps-why li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.5;
}

#ncp-process-page .ncp-ps-why li svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: var(--ps-teal);
  stroke-width: 1.8;
}

#ncp-process-page .ncp-ps-why strong {
  color: var(--ps-navy);
}

#ncp-process-page .ncp-ps-area-list > p {
  margin-top: 11px;
  color: var(--ps-muted);
  font-size: 14px;
}

#ncp-process-page .ncp-ps-city-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

#ncp-process-page .ncp-ps-city-grid span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ps-navy);
  font-size: 13px;
  font-weight: 600;
}

#ncp-process-page .ncp-ps-city-grid svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ps-teal);
  stroke-width: 1.8;
}

#ncp-process-page .ncp-ps-area-button {
  width: 100%;
  min-height: 44px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--ps-teal);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color .17s ease;
}

#ncp-process-page .ncp-ps-area-button:hover {
  background: #057a84;
}

#ncp-process-page .ncp-ps-map-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ps-border);
  border-left: 0;
}

#ncp-process-page .ncp-ps-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FAQ */

#ncp-process-page .ncp-ps-faq {
  background: #fff;
}

#ncp-process-page .ncp-ps-faq-grid {
  max-width: 1100px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 30px;
}

#ncp-process-page .ncp-ps-faq-grid details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ps-border);
  border-radius: 3px;
}

#ncp-process-page .ncp-ps-faq-grid summary {
  position: relative;
  min-height: 47px;
  padding: 13px 45px 13px 15px;
  color: var(--ps-navy);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

#ncp-process-page .ncp-ps-faq-grid summary::-webkit-details-marker {
  display: none;
}

#ncp-process-page .ncp-ps-faq-grid summary::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "+";
  color: var(--ps-navy);
  font-size: 21px;
  transform: translateY(-50%);
}

#ncp-process-page .ncp-ps-faq-grid details[open] summary::after {
  content: "−";
}

#ncp-process-page .ncp-ps-faq-grid details p {
  padding: 0 45px 16px 15px;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* FINAL CTA */

#ncp-process-page .ncp-ps-final-cta {
  position: relative;
  padding: 28px 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(2, 28, 56, .97), rgba(2, 28, 56, .97)),
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.08), transparent 18%);
}

#ncp-process-page .ncp-ps-final-cta-inner {
  text-align: center;
}

#ncp-process-page .ncp-ps-final-cta h2 {
  color: #fff;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
}

#ncp-process-page .ncp-ps-final-cta p {
  margin-top: 7px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
}

#ncp-process-page .ncp-ps-final-buttons {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

#ncp-process-page .ncp-ps-final-buttons a {
  min-width: 240px;
  min-height: 49px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#ncp-process-page .ncp-ps-final-primary {
  color: #fff;
  background: var(--ps-teal);
  border: 1px solid var(--ps-teal);
}

#ncp-process-page .ncp-ps-final-outline {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.86);
}

#ncp-process-page .ncp-ps-final-buttons svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  #ncp-process-page .ncp-ps-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ncp-process-page .ncp-ps-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ncp-process-page .ncp-ps-map-card {
    min-height: 430px;
    grid-column: 1 / -1;
    border-top: 0;
    border-left: 1px solid var(--ps-border);
  }
}

@media (max-width: 800px) {
  #ncp-process-page .ncp-ps-process-grid {
    grid-template-columns: 1fr;
  }

  #ncp-process-page .ncp-ps-process-grid article:not(:last-child)::after {
    display: none;
  }

  #ncp-process-page .ncp-ps-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  #ncp-process-page .ncp-ps-container {
    width: min(calc(100% - 26px), var(--ps-container));
  }

  #ncp-process-page .ncp-ps-section {
    padding: 28px 0;
  }

  #ncp-process-page .ncp-ps-service-grid,
  #ncp-process-page .ncp-ps-coverage-grid {
    grid-template-columns: 1fr;
  }

  #ncp-process-page .ncp-ps-service-card {
    min-height: auto;
  }

  #ncp-process-page .ncp-ps-service-card a {
    margin-top: 20px;
  }

  #ncp-process-page .ncp-ps-area-list,
  #ncp-process-page .ncp-ps-map-card {
    border-left: 1px solid var(--ps-border);
  }

  #ncp-process-page .ncp-ps-area-list {
    border-top: 0;
  }

  #ncp-process-page .ncp-ps-map-card {
    min-height: 330px;
  }

  #ncp-process-page .ncp-ps-final-buttons {
    flex-direction: column;
  }

  #ncp-process-page .ncp-ps-final-buttons a {
    width: 100%;
  }
}

@media (max-width: 430px) {
  #ncp-process-page .ncp-ps-city-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ncp-process-page *,
  #ncp-process-page *::before,
  #ncp-process-page *::after {
    transition-duration: .01ms !important;
  }
}/* End custom CSS */