@font-face {
  font-family: "NPF Rubik";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/rubik-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "NPF Rubik";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/rubik-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.elementor-widget-npf_hero {
  width: 100%;
}

.npf-hero {
  --npf-hero-content-width: 1200px;
  --npf-hero-stats-width: 998px;
  --npf-hero-column-gap: 16px;
  --npf-hero-card-width: 487px;
  --npf-hero-card-stack-width: 487px;
  --npf-hero-card-radius: 9px;
  --npf-hero-card-border-width: 0px;
  --npf-hero-card-blur: 19px;
  --npf-hero-button-radius: 1000px;
  --npf-hero-image-x: 50%;
  --npf-hero-image-y: 68%;
  --npf-hero-image-max-width: 1920px;
  --npf-hero-image-canvas-width: min(100%, var(--npf-hero-image-max-width));
  --npf-hero-image-canvas-height: 100%;
  --npf-hero-image-anchor-x: center;
  --npf-hero-image-anchor-y: center;
  --npf-hero-overlay-opacity: 1;
  --npf-hero-overlay-fade-midpoint: 38%;
  --npf-hero-vignette-radius-x: 13.5%;
  --npf-hero-vignette-radius-y: 232px;
  --npf-hero-vignette-center-x: var(--npf-hero-image-x);
  --npf-hero-vignette-center-y: 100%;
  --npf-hero-description-width: 500px;
  --npf-hero-description-weight: 400;
  --npf-hero-card-shadow: none;
  --npf-hero-stats-border: rgba(199, 227, 255, 0.2);
  --npf-hero-stats-shadow: 0 18px 44px rgba(2, 14, 25, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --npf-hero-stats-overlap: 77px;
  --npf-hero-shortcode-safe-gap: 24px;
  --npf-hero-viewport-width: 100vw;
  --npf-hero-trust-width: 274px;
  --npf-hero-padding-right: 36px;
  --npf-hero-padding-left: 36px;
  --npf-hero-stage-bg: #0b2f52;
  --npf-hero-overlay-start: rgba(4, 15, 24, 0);
  --npf-hero-overlay-center: rgba(4, 15, 24, 0.68);
  --npf-hero-overlay-end: rgba(4, 15, 24, 1);
  --npf-hero-heading: #ffffff;
  --npf-hero-text: rgba(255, 255, 255, 0.9);
  --npf-hero-accent: #87bfff;
  --npf-hero-breadcrumb: #b8d7fb;
  --npf-hero-breadcrumb-separator: var(--npf-hero-breadcrumb);
  --npf-hero-breadcrumb-line: rgba(255, 255, 255, 0.28);
  --npf-hero-card-bg: rgba(4, 19, 34, 0.58);
  --npf-hero-card-text: #ffffff;
  --npf-hero-card-border: transparent;
  --npf-hero-primary-bg: #0b57ad;
  --npf-hero-primary-text: #ffffff;
  --npf-hero-primary-border: #0b57ad;
  --npf-hero-primary-hover-bg: #ffffff;
  --npf-hero-primary-hover-text: #0b57ad;
  --npf-hero-secondary-bg: #ffffff;
  --npf-hero-secondary-text: #0b57ad;
  --npf-hero-secondary-border: #ffffff;
  --npf-hero-secondary-hover-bg: transparent;
  --npf-hero-secondary-hover-text: #ffffff;
  --npf-hero-trust-bg: #ffffff;
  --npf-hero-trust-text: #161b22;
  --npf-hero-stats-surface: #f4f7fb;
  --npf-hero-stats-bg-start: #0b4778;
  --npf-hero-stats-bg-mid: #0d528a;
  --npf-hero-stats-bg-end: #11639f;
  --npf-hero-stats-value: #c7e3ff;
  --npf-hero-stats-text: #ffffff;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--npf-hero-text);
  font-family: "NPF Rubik", Rubik, sans-serif;
  font-weight: 400;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  isolation: isolate;
  container-name: npf-hero-layout;
  container-type: inline-size;
}

/* Elementor Site Settings target headings and links directly. Keep this
 * component on one typeface while allowing more specific widget controls
 * generated by Elementor to override individual elements. */
.elementor-widget-npf_hero .npf-hero {
  font-family: "NPF Rubik", Rubik, sans-serif;
}

.elementor-widget-npf_hero .npf-hero * {
  font-family: inherit;
}

.npf-hero,
.npf-hero *,
.npf-hero *::before,
.npf-hero *::after {
  box-sizing: border-box;
}

.npf-hero--preset-dark {
  --npf-hero-stage-bg: #0b2f52;
  --npf-hero-overlay-start: rgba(4, 15, 24, 0);
  --npf-hero-overlay-center: rgba(4, 15, 24, 0.68);
  --npf-hero-overlay-end: rgba(4, 15, 24, 1);
  --npf-hero-heading: #ffffff;
  --npf-hero-text: rgba(255, 255, 255, 0.91);
  --npf-hero-accent: #8bc3ff;
  --npf-hero-breadcrumb: #b9d9ff;
  --npf-hero-card-bg: rgba(255, 255, 255, 0.13);
  --npf-hero-card-text: #ffffff;
  --npf-hero-primary-bg: #0b57ad;
  --npf-hero-primary-border: #0b57ad;
  --npf-hero-primary-hover-text: #0b57ad;
  --npf-hero-secondary-text: #0b57ad;
  --npf-hero-stats-bg-start: #0b4778;
  --npf-hero-stats-bg-mid: #0d528a;
  --npf-hero-stats-bg-end: #11639f;
  --npf-hero-stats-value: #c7e3ff;
  --npf-hero-stats-border: rgba(199, 227, 255, 0.2);
  --npf-hero-stats-shadow: 0 18px 44px rgba(2, 14, 25, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.npf-hero--preset-light {
  --npf-hero-stage-bg: #edf5ff;
  --npf-hero-overlay-start: rgba(237, 245, 252, 0);
  --npf-hero-overlay-center: rgba(237, 245, 252, 0.72);
  --npf-hero-overlay-end: rgba(237, 245, 252, 1);
  --npf-hero-heading: #0b2947;
  --npf-hero-text: #193a58;
  --npf-hero-accent: #0b57ad;
  --npf-hero-breadcrumb: #0b57ad;
  --npf-hero-breadcrumb-line: rgba(17, 43, 69, 0.24);
  --npf-hero-card-bg: rgba(255, 255, 255, 0.94);
  --npf-hero-card-text: #173652;
  --npf-hero-card-border: rgba(11, 87, 173, 0.12);
  --npf-hero-card-shadow: 0 14px 36px rgba(17, 43, 69, 0.12), inset 0 0 0 1px rgba(11, 87, 173, 0.14);
  --npf-hero-description-weight: 400;
  --npf-hero-primary-bg: #0b57ad;
  --npf-hero-primary-border: #0b57ad;
  --npf-hero-primary-hover-bg: #083f7d;
  --npf-hero-primary-hover-text: #ffffff;
  --npf-hero-secondary-bg: transparent;
  --npf-hero-secondary-text: #0b57ad;
  --npf-hero-secondary-border: #0b57ad;
  --npf-hero-secondary-hover-bg: #0b57ad;
  --npf-hero-secondary-hover-text: #ffffff;
  --npf-hero-trust-bg: #ffffff;
  --npf-hero-trust-text: #161b22;
  --npf-hero-stats-surface: #f5f9fe;
  --npf-hero-stats-bg-start: #0a315b;
  --npf-hero-stats-bg-mid: #084b86;
  --npf-hero-stats-bg-end: #0764b2;
  --npf-hero-stats-value: #d8ebff;
  --npf-hero-stats-border: rgba(255, 255, 255, 0.3);
  --npf-hero-stats-shadow: 0 18px 44px rgba(7, 45, 82, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.npf-hero--full-bleed {
  width: var(--npf-hero-viewport-width);
  max-width: var(--npf-hero-viewport-width);
  margin-right: calc(50% - (var(--npf-hero-viewport-width) / 2));
  margin-left: calc(50% - (var(--npf-hero-viewport-width) / 2));
}

.npf-hero__stage {
  position: relative;
  overflow: hidden;
  background-color: var(--npf-hero-stage-bg);
  background:
    radial-gradient(circle at 76% 28%, rgba(81, 153, 224, 0.28), transparent 34%),
    linear-gradient(125deg, var(--npf-hero-stage-bg), color-mix(in srgb, var(--npf-hero-stage-bg) 76%, #000000));
}

.npf-hero__media,
.npf-hero__overlay {
  position: absolute;
  inset: 0;
}

.npf-hero__media {
  z-index: 0;
  display: flex;
  direction: ltr;
  justify-content: var(--npf-hero-image-anchor-x);
  align-items: var(--npf-hero-image-anchor-y);
}

.npf-hero .npf-hero__media picture,
.npf-hero .npf-hero__image {
  display: block;
}

.npf-hero .npf-hero__media picture {
  position: relative;
  flex: 0 0 auto;
  width: var(--npf-hero-image-canvas-width);
  height: var(--npf-hero-image-canvas-height);
  max-width: none;
  max-height: none;
  margin: 0;
}

.npf-hero .npf-hero__image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--npf-hero-image-x) var(--npf-hero-image-y);
}

.npf-hero__overlay {
  z-index: 1;
  background: radial-gradient(
    ellipse var(--npf-hero-vignette-radius-x) var(--npf-hero-vignette-radius-y)
      at var(--npf-hero-vignette-center-x) var(--npf-hero-vignette-center-y),
    var(--npf-hero-overlay-start) 0%,
    var(--npf-hero-overlay-start) 100%,
    var(--npf-hero-overlay-center) calc(100% + var(--npf-hero-overlay-fade-midpoint)),
    var(--npf-hero-overlay-end) calc(100% + var(--npf-hero-overlay-fade-midpoint) + var(--npf-hero-overlay-fade-midpoint))
  );
  opacity: var(--npf-hero-overlay-opacity);
  pointer-events: none;
}

.npf-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: calc(var(--npf-hero-content-width) + var(--npf-hero-padding-left) + var(--npf-hero-padding-right));
  margin: 0 auto;
  padding: 110px var(--npf-hero-padding-right) 160px var(--npf-hero-padding-left);
}

.npf-hero__breadcrumbs {
  position: absolute;
  top: 24px;
  right: var(--npf-hero-padding-right);
  left: var(--npf-hero-padding-left);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 18px 0 16px;
  border-bottom: 1px solid var(--npf-hero-breadcrumb-line);
  color: var(--npf-hero-heading);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.npf-hero a.npf-hero__breadcrumb-link {
  color: var(--npf-hero-breadcrumb);
  text-decoration: none;
}

.npf-hero a.npf-hero__breadcrumb-link:hover {
  color: var(--npf-hero-heading);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.npf-hero__breadcrumb-separator {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 6px;
  height: 10px;
  margin: 0 12px;
  background: currentColor;
  color: var(--npf-hero-breadcrumb-separator);
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.707 8.412L4.645 4.558' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M0.707 0.705L4.645 4.559' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.707 8.412L4.645 4.558' stroke='%23000' stroke-linecap='round'/%3E%3Cpath d='M0.707 0.705L4.645 4.559' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.npf-hero__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--npf-hero-card-width));
  gap: var(--npf-hero-column-gap);
  align-items: start;
}

.npf-hero--card-left .npf-hero__columns {
  grid-template-columns: minmax(0, var(--npf-hero-card-width)) minmax(0, 1fr);
}

.npf-hero--card-left .npf-hero__content {
  order: 2;
}

.npf-hero--card-left .npf-hero__card {
  order: 1;
}

.npf-hero--without-card .npf-hero__columns {
  grid-template-columns: minmax(0, 820px);
}

.npf-hero__content {
  min-width: 0;
  color: var(--npf-hero-text);
}

.npf-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--npf-hero-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.npf-hero__title {
  max-width: 780px;
  margin: 0 0 35px;
  padding: 0;
  color: var(--npf-hero-heading);
  font-size: clamp(32px, calc(16.467px + 4.854vw), 65px);
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.15;
  overflow-wrap: break-word;
}

.npf-hero__description {
  width: 100%;
  max-width: var(--npf-hero-description-width);
  color: var(--npf-hero-text);
  font-size: clamp(14px, calc(13.059px + 0.294vw), 16px);
  font-weight: var(--npf-hero-description-weight);
  line-height: 1.35;
  overflow-wrap: break-word;
}

.npf-hero--card-left .npf-hero__description {
  margin-left: auto;
}

.npf-hero__description > :first-child {
  margin-top: 0;
}

.npf-hero__description > :last-child {
  margin-bottom: 0;
}

.npf-hero__trust-wrap {
  margin-top: 40px;
  text-align: inherit;
}

.npf-hero__trust-badge {
  display: inline-flex;
  align-items: center;
  width: min(100%, var(--npf-hero-trust-width));
  min-height: 79px;
  padding: 14px 16px;
  border: 1px solid #f4f4f4;
  border-radius: 14px;
  background: var(--npf-hero-trust-bg);
  box-shadow: 6px 6px 19px rgba(0, 0, 0, 0.1);
  color: var(--npf-hero-trust-text);
  text-align: left;
  text-decoration: none;
}

.npf-hero a.npf-hero__trust-badge:hover {
  color: var(--npf-hero-trust-text);
  text-decoration: none;
  transform: translateY(-2px);
}

.npf-hero__trust-score {
  flex: 0 0 auto;
  margin-right: 12px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.npf-hero__trust-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.npf-hero__trust-brand {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
}

.npf-hero__trust-brand > span {
  color: #00b67a;
}

.npf-hero__stars {
  display: flex;
  gap: 2px;
}

.npf-hero__star {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(90deg, #00b67a 0 var(--npf-star-fill), #dcdce6 var(--npf-star-fill) 100%);
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.npf-hero__trust-caption {
  overflow: hidden;
  color: color-mix(in srgb, var(--npf-hero-trust-text) 72%, transparent);
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.npf-hero__trust-caption strong {
  color: var(--npf-hero-trust-text);
  font-weight: 700;
}

.npf-hero__trustbox {
  width: min(100%, 390px);
  min-height: 52px;
}

.npf-hero a.npf-hero__trustbox-link {
  display: inline-block;
  padding: 8px 0;
  color: var(--npf-hero-heading);
  font-size: 13px;
  line-height: 1.4;
  text-underline-offset: 3px;
}

.npf-hero__card {
  width: 100%;
  min-width: 0;
  padding: 30px;
  border: var(--npf-hero-card-border-width) solid var(--npf-hero-card-border);
  border-radius: var(--npf-hero-card-radius);
  background: var(--npf-hero-card-bg);
  box-shadow: var(--npf-hero-card-shadow);
  color: var(--npf-hero-card-text);
  -webkit-backdrop-filter: blur(var(--npf-hero-card-blur));
  backdrop-filter: blur(var(--npf-hero-card-blur));
}

.npf-hero__shortcode {
  display: flow-root;
  width: 100%;
  min-width: 0;
}

/* A form shortcode already renders its own card. Removing the second glass
 * shell preserves the 487px column while avoiding 60px of duplicate padding. */
.npf-hero .npf-hero__card.npf-hero__card--shortcode {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.npf-hero.npf-hero--has-shortcode-card .npf-hero__card--shortcode .npf-hero__shortcode > .forminator-custom-form {
  width: 100% !important;
  max-width: none;
  min-height: 0 !important;
  margin: 0 !important;
}

/* The compact first step of Newpoint loan calculators can float over the
 * image. Subsequent Forminator steps and all other forms stay in normal flow,
 * so validation, consent fields and CAPTCHA can grow without being clipped. */
@container npf-hero-layout (min-width: 992px) {
  @supports selector(.npf-hero__card:has(.loan_value)) {
    .npf-hero--has-shortcode-card .npf-hero__columns:has(> .npf-hero__card--shortcode .forminator-custom-form:not(:has(.forminator-row)):not(:has(.forminator-pagination))) {
      min-height: 430px;
    }

    .npf-hero--has-shortcode-card .npf-hero__columns:has(> .npf-hero__card--shortcode .forminator-pagination-start:not([hidden]) .loan_value):has(> .npf-hero__card--shortcode .forminator-pagination-start:not([hidden]) .loan_quick-summary):not(:has(> .npf-hero__card--shortcode .forminator-has_error)):not(:has(> .npf-hero__card--shortcode .forminator-response-message:not([aria-hidden="true"]))) {
      position: relative;
      min-height: max(430px, var(--npf-hero-shortcode-reserve, 0px));
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary):not(:has(.forminator-has_error)):not(:has(.forminator-response-message:not([aria-hidden="true"]))) {
      position: absolute;
      top: 0;
      z-index: 4;
      width: min(100%, var(--npf-hero-card-width));
    }

    .npf-hero--has-shortcode-card.npf-hero--card-right .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) {
      right: 0;
      left: auto;
    }

    .npf-hero--has-shortcode-card.npf-hero--card-left .npf-hero__content {
      grid-column: 2;
    }

    .npf-hero--has-shortcode-card.npf-hero--card-left .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) {
      right: auto;
      left: 0;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-custom-form {
      padding: 24px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-field-slider .forminator-label {
      margin-bottom: 14px !important;
      font-size: 21px !important;
      line-height: 1.3 !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-slider .ui-slider-horizontal {
      margin-top: 12px !important;
      margin-bottom: 18px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-slider-limit {
      margin: -8px 0 12px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .loan_data .forminator-slider-amount {
      height: 44px !important;
      line-height: 44px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-row:has(p.custom-label) {
      margin-bottom: 14px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) p.custom-label {
      margin: 0 0 10px !important;
      font-size: 16px !important;
      line-height: 1.45 !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) p.custom-label:last-child {
      margin-bottom: 0 !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .loan__result {
      margin: 0 -24px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .loan__installment,
    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .loan__rrso {
      padding: 20px 24px !important;
      font-size: 20px !important;
      line-height: 1.3 !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-pagination-footer {
      margin-top: 12px !important;
    }

    .npf-hero--has-shortcode-card .npf-hero__card--shortcode:has(.forminator-pagination-start:not([hidden]) .loan_value):has(.forminator-pagination-start:not([hidden]) .loan_quick-summary) .forminator-pagination-footer .forminator-button {
      min-height: 44px !important;
      padding: 8px 18px !important;
      font-size: 16px !important;
    }
  }
}

.npf-hero__card-title {
  margin: 0 0 20px;
  padding: 0;
  color: inherit;
  font-size: clamp(20px, calc(17.178px + 0.882vw), 26px);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.npf-hero__benefits {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.npf-hero__benefit {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: clamp(14px, calc(13.059px + 0.294vw), 16px);
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.npf-hero__benefit-marker {
  display: inline-flex;
  width: 10px;
  flex: 0 0 10px;
  align-items: center;
  justify-content: flex-start;
  color: var(--npf-hero-accent);
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.35;
}

.npf-hero__benefit--dot .npf-hero__benefit-marker {
  color: inherit;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.08;
}

.npf-hero--preset-light .npf-hero__benefit {
  font-weight: 400;
}

.npf-hero__actions {
  display: grid;
  gap: 15px;
  margin-top: 26px;
}

.npf-hero a.npf-hero__button {
  display: inline-flex;
  width: 100%;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border: 1.5px solid transparent;
  border-radius: var(--npf-hero-button-radius);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.npf-hero a.npf-hero__button:hover {
  text-decoration: none;
}

.npf-hero a.npf-hero__button--primary {
  border-color: var(--npf-hero-primary-border);
  background: var(--npf-hero-primary-bg);
  color: var(--npf-hero-primary-text);
}

.npf-hero a.npf-hero__button--primary:hover {
  border-color: var(--npf-hero-primary-border);
  background: var(--npf-hero-primary-hover-bg);
  color: var(--npf-hero-primary-hover-text);
}

.npf-hero a.npf-hero__button--secondary {
  border-color: var(--npf-hero-secondary-border);
  background: var(--npf-hero-secondary-bg);
  color: var(--npf-hero-secondary-text);
}

.npf-hero a.npf-hero__button--secondary:hover {
  border-color: var(--npf-hero-secondary-border);
  background: var(--npf-hero-secondary-hover-bg);
  color: var(--npf-hero-secondary-hover-text);
}

.npf-hero__disclaimer {
  margin: 16px 0 0;
  color: color-mix(in srgb, var(--npf-hero-card-text) 72%, transparent);
  font-size: 0.72rem;
  line-height: 1.45;
}

.npf-hero__stats-wrap {
  display: flow-root;
  position: relative;
  z-index: 3;
  padding-right: var(--npf-hero-padding-right);
  padding-left: var(--npf-hero-padding-left);
  background: var(--npf-hero-stats-surface);
}

.npf-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 16px;
  width: 100%;
  max-width: var(--npf-hero-stats-width);
  margin: 0 auto;
  padding: 45px 40px 40px;
  overflow: hidden;
  border: 1px solid var(--npf-hero-stats-border);
  border-radius: 11px;
  background: linear-gradient(179deg, var(--npf-hero-stats-bg-start) 3%, var(--npf-hero-stats-bg-mid) 68%, var(--npf-hero-stats-bg-end) 97%);
  box-shadow: var(--npf-hero-stats-shadow);
}

.npf-hero--stats-overlap .npf-hero__stats {
  margin-top: calc(var(--npf-hero-stats-overlap) * -1);
}

.npf-hero--stats-inline .npf-hero__stats-wrap {
  padding-top: 40px;
}

.npf-hero__stat {
  min-width: 0;
  padding: 0;
  color: var(--npf-hero-stats-text);
  text-align: center;
}

.npf-hero__stat-value {
  margin-bottom: 4px;
  color: var(--npf-hero-stats-value);
  font-size: clamp(20px, calc(17.178px + 0.882vw), 26px);
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.npf-hero__stat-label {
  max-width: 195px;
  margin-right: auto;
  margin-left: auto;
  color: var(--npf-hero-stats-text);
  font-size: clamp(14px, calc(13.059px + 0.294vw), 16px);
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.npf-hero a:focus-visible,
.npf-hero [tabindex]:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(11, 87, 173, 0.75);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .npf-hero__card {
    background: color-mix(in srgb, var(--npf-hero-stage-bg) 84%, #ffffff);
  }

  .npf-hero .npf-hero__card.npf-hero__card--shortcode {
    background: transparent;
  }
}

/* The component can live in a boxed Elementor container. Container queries
 * keep its internal layout healthy even when the browser viewport is wide. */
@container npf-hero-layout (max-width: 991px) {
  .npf-hero__overlay {
    --npf-hero-vignette-radius-x: 19%;
    --npf-hero-vignette-radius-y: 15%;
  }

  .npf-hero__columns,
  .npf-hero--card-left .npf-hero__columns,
  .npf-hero--without-card .npf-hero__columns {
    grid-template-columns: minmax(0, 1fr);
    row-gap: max(24px, var(--npf-hero-column-gap));
  }

  .npf-hero--card-left .npf-hero__content,
  .npf-hero--card-left .npf-hero__card,
  .npf-hero__card--shortcode {
    position: static;
    grid-column: auto;
    order: initial;
  }

  .npf-hero__card {
    width: min(100%, var(--npf-hero-card-stack-width));
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .npf-hero__content {
    max-width: 700px;
  }

  .npf-hero__title {
    font-size: clamp(32px, calc(16.467px + 4.854cqi), 56px);
  }
}

@container npf-hero-layout (min-width: 992px) and (max-width: 1272px) {
  .npf-hero__overlay {
    --npf-hero-vignette-radius-x: 15%;
    --npf-hero-vignette-radius-y: 25%;
  }

  .npf-hero__title {
    font-size: clamp(46px, 5.1cqi, 65px);
  }
}

@container npf-hero-layout (min-width: 1272.01px) and (max-width: 1919.98px) {
  .npf-hero__overlay {
    --npf-hero-vignette-radius-x: 13.5%;
  }
}

@container npf-hero-layout (min-width: 1920px) {
  .npf-hero__overlay {
    --npf-hero-vignette-radius-x: 256px;
  }
}

@container npf-hero-layout (max-width: 766px) {
  .npf-hero__overlay {
    --npf-hero-vignette-radius-x: 34%;
    --npf-hero-vignette-radius-y: 27%;
    --npf-hero-vignette-center-y: 100%;
  }
}

/* Viewport fallback for older browsers and the same behavior before a boxed
 * component has established its query container. */
@media (max-width: 991px) {
  .npf-hero {
    --npf-hero-column-gap: 32px;
    --npf-hero-padding-left: 32px;
    --npf-hero-padding-right: 32px;
    --npf-hero-stats-overlap: 70px;
    --npf-hero-vignette-radius-x: 19%;
    --npf-hero-vignette-radius-y: 15%;
  }

  .npf-hero__container {
    padding: 110px 32px;
  }

  .npf-hero__columns,
  .npf-hero--card-left .npf-hero__columns,
  .npf-hero--without-card .npf-hero__columns {
    grid-template-columns: minmax(0, 1fr);
    row-gap: max(24px, var(--npf-hero-column-gap));
  }

  .npf-hero--card-left .npf-hero__content,
  .npf-hero--card-left .npf-hero__card,
  .npf-hero__card--shortcode {
    position: static;
    grid-column: auto;
    order: initial;
  }

  .npf-hero__card {
    width: min(100%, var(--npf-hero-card-stack-width));
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .npf-hero__content {
    max-width: 700px;
  }

  .npf-hero__title {
    font-size: clamp(32px, calc(16.467px + 4.854vw), 56px);
  }
}

@media (min-width: 992px) and (max-width: 1272px) {
  .npf-hero {
    --npf-hero-vignette-radius-x: 15%;
    --npf-hero-vignette-radius-y: 25%;
  }

  .npf-hero__title {
    font-size: clamp(46px, 5.1vw, 65px);
  }
}

@media (min-width: 1920px) {
  .npf-hero {
    --npf-hero-vignette-radius-x: 256px;
  }
}

@media (max-width: 766px) {
  .npf-hero {
    --npf-hero-column-gap: 24px;
    --npf-hero-description-width: 100%;
    --npf-hero-padding-left: 24px;
    --npf-hero-padding-right: 24px;
    --npf-hero-stats-overlap: 60px;
    --npf-hero-trust-width: 205px;
    --npf-hero-vignette-radius-x: 34%;
    --npf-hero-vignette-radius-y: 27%;
    --npf-hero-vignette-center-y: 100%;
  }

  .npf-hero__container {
    padding: 112px 24px 90px;
  }

  .npf-hero__trust-wrap {
    margin-top: 40px;
  }

  .npf-hero__trust-badge {
    min-height: 58px;
    padding: 8px 12px;
  }

  .npf-hero__trust-score {
    margin-right: 10px;
    font-size: 1.65rem;
  }

  .npf-hero__star {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .npf-hero__trust-caption {
    max-width: 150px;
    font-size: 9px;
  }

  .npf-hero__card {
    width: min(100%, var(--npf-hero-card-stack-width));
    margin-top: 0;
  }

  .npf-hero__stats {
    padding: 36px 24px 32px;
  }

  .npf-hero--stats-inline .npf-hero__stats-wrap {
    padding-top: 32px;
  }
}

@media (max-width: 500px) {
  .npf-hero.npf-hero--has-shortcode-card .npf-hero__card--shortcode .npf-hero__shortcode > .forminator-custom-form {
    padding: 24px !important;
  }

  .npf-hero__card--shortcode .loan__result {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .npf-hero__card--shortcode .loan__installment,
  .npf-hero__card--shortcode .loan__rrso {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@container npf-hero-layout (max-width: 500px) {
  .npf-hero.npf-hero--has-shortcode-card .npf-hero__card--shortcode .npf-hero__shortcode > .forminator-custom-form {
    padding: 24px !important;
  }

  .npf-hero__card--shortcode .loan__result {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .npf-hero__card--shortcode .loan__installment,
  .npf-hero__card--shortcode .loan__rrso {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npf-hero a.npf-hero__button,
  .npf-hero a.npf-hero__trust-badge {
    transition: none;
  }
}
