.elementor-29879 .elementor-element.elementor-element-9f8b297{width:var( --container-widget-width, 91.275% );max-width:91.275%;--container-widget-width:91.275%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-9f8b297 */.ipx-page,
.ipx-page * {
  box-sizing: border-box;
}

.ipx-page {
  --ipx-blue: #075bd8;
  --ipx-blue-2: #0047b7;
  --ipx-navy: #031b43;
  --ipx-navy-2: #06275f;
  --ipx-teal: #028f86;
  --ipx-green: #0a9b66;
  --ipx-purple: #635bff;
  --ipx-orange: #f36b2a;
  --ipx-pink: #e83e8c;
  --ipx-text: #173158;
  --ipx-muted: #60728f;
  --ipx-border: rgba(15, 45, 90, 0.12);
  --ipx-soft: #f4f8ff;
  --ipx-shadow: 0 18px 45px rgba(3, 27, 67, 0.11);
  --ipx-shadow-soft: 0 10px 28px rgba(3, 27, 67, 0.08);
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ipx-text);
  background: #ffffff;
  line-height: 1.5;
  overflow: hidden;
}

.ipx-page a {
  color: inherit;
  text-decoration: none;
}

.ipx-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ipx-btn,
.ipx-btn-outline,
.ipx-btn-green,
.ipx-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ipx-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--ipx-blue), var(--ipx-blue-2));
  box-shadow: 0 12px 24px rgba(7, 91, 216, 0.24);
}

.ipx-btn-outline {
  color: var(--ipx-blue);
  background: #ffffff;
  border: 2px solid rgba(7, 91, 216, 0.42);
  box-shadow: 0 10px 22px rgba(3, 27, 67, 0.05);
}

.ipx-btn-green {
  color: #ffffff;
  background: linear-gradient(135deg, #018c7e, #026d68);
  box-shadow: 0 12px 24px rgba(2, 143, 134, 0.24);
}

.ipx-btn:hover,
.ipx-btn-outline:hover,
.ipx-btn-green:hover,
.ipx-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 27, 67, 0.15);
}

/* Button link color fixes */
.ipx-btn,
.ipx-btn:link,
.ipx-btn:visited,
.ipx-btn:hover,
.ipx-btn:focus,
.ipx-btn-green,
.ipx-btn-green:link,
.ipx-btn-green:visited,
.ipx-btn-green:hover,
.ipx-btn-green:focus {
  color: #ffffff;
}

.ipx-btn-outline,
.ipx-btn-outline:link,
.ipx-btn-outline:visited,
.ipx-btn-outline:hover,
.ipx-btn-outline:focus,
.ipx-cta-button,
.ipx-cta-button:link,
.ipx-cta-button:visited,
.ipx-cta-button:hover,
.ipx-cta-button:focus {
  color: var(--ipx-blue);
}


.ipx-page h1,
.ipx-page h2,
.ipx-page h3,
.ipx-page p {
  margin-top: 0;
}

.ipx-page h1 {
    max-width: 650px;
    margin-bottom: 22px;
    font-size: clamp(40px, 5vw, 42px);
    line-height: 1.05;
    font-weight: 600;
    background: linear-gradient(90deg, var(--ipx-navy) 0%, var(--ipx-blue) 52%, var(--ipx-teal) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ipx-page h2 {
  color: var(--ipx-navy);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.ipx-icon-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.ipx-page svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.ipx-hero {
  position: relative;
  padding: 72px 0 62px;
}

.ipx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(7,91,216,0.16) 1px, transparent 1px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle at 65% 18%, #000 0, transparent 34%);
  pointer-events: none;
}

.ipx-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.ipx-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ipx-blue);
  background: rgba(7,91,216,0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ipx-hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--ipx-text);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
}

.ipx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 0;
}

.ipx-trust-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 100%;
  margin-top: 8px;
}

.ipx-trust-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid var(--ipx-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(3, 27, 67, 0.06);
}

.ipx-trust-item:last-child {
  border-right: 1px solid var(--ipx-border);
}

.ipx-mini-icon {
  width: 46px;
  height: 46px;
  background: rgba(2,143,134,0.13);
  color: var(--ipx-teal);
}

.ipx-trust-title {
  display: block;
  color: var(--ipx-navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  margin-bottom: 3px;
}

.ipx-trust-text {
  display: block;
  color: var(--ipx-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.ipx-visual {
  position: relative;
  min-height: 520px;
}

.ipx-browser {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 500px);
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15,45,90,0.11);
  box-shadow: var(--ipx-shadow);
  overflow: hidden;
}

.ipx-browser-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 14px;
  background: #ffffff;
  border-bottom: 1px solid rgba(15,45,90,0.08);
}

.ipx-dots {
  display: flex;
  gap: 5px;
}

.ipx-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ba1bd;
}

.ipx-url {
  width: 160px;
  height: 7px;
  border-radius: 999px;
  background: #dce5f2;
}

.ipx-site-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  color: var(--ipx-navy);
  font-size: 10px;
  font-weight: 850;
}

.ipx-site-menu {
  display: flex;
  gap: 16px;
  color: var(--ipx-muted);
  font-size: 9px;
}

.ipx-site-hero {
  position: relative;
  height: 245px;
  margin: 0 20px 20px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(3,27,67,0.82), rgba(3,27,67,0.16) 52%, rgba(3,27,67,0.1)),
    linear-gradient(145deg, #123e75, #7db7e8 48%, #e7f2ff);
}

.ipx-mountain {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 92%;
  height: 83%;
  clip-path: polygon(0 100%, 18% 55%, 30% 78%, 44% 34%, 58% 67%, 73% 24%, 100% 100%);
  background-color: rgba(6,39,95,0.43);
  opacity: 0.95;
}

.ipx-site-hero-content {
  position: relative;
  z-index: 2;
  padding: 30px 0 0 110px;
  color: #ffffff;
}

.ipx-site-hero-content strong {
  display: block;
  max-width: 210px;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}

.ipx-small-pill {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 8px;
  color: var(--ipx-navy);
  background: #ffffff;
  font-size: 11px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.ipx-float-card {
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(15,45,90,0.1);
  border-radius: 14px;
  box-shadow: var(--ipx-shadow);
}

.ipx-analytics {
  left: 0;
  top: 124px;
  width: 168px;
  padding: 18px 17px;
  border-top: 14px solid var(--ipx-navy);
}

.ipx-float-card h3 {
  margin-bottom: 12px;
  color: var(--ipx-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ipx-metric {
  margin-bottom: 13px;
}

.ipx-label {
  display: block;
  color: var(--ipx-muted);
  font-size: 10px;
  font-weight: 750;
}

.ipx-number {
  display: block;
  color: var(--ipx-navy);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ipx-up {
  color: var(--ipx-teal);
  font-size: 10px;
  font-weight: 850;
}

.ipx-sparkline {
  width: 100%;
  height: 34px;
  margin-top: 6px;
}

.ipx-chart-card {
  left: 190px;
  top: 250px;
  width: 244px;
  padding: 22px;
}

.ipx-donut-wrap {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 20px;
}

.ipx-donut {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: conic-gradient(var(--ipx-blue) 0deg 150deg, var(--ipx-teal) 150deg 245deg, var(--ipx-purple) 245deg 310deg, #d7e0f0 310deg 360deg);
  position: relative;
}

.ipx-donut:after {
  content: "68%\A Growth";
  white-space: pre;
  position: absolute;
  inset: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--ipx-navy);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.ipx-legend {
  display: grid;
  gap: 8px;
  color: var(--ipx-text);
  font-size: 11px;
  font-weight: 750;
}

.ipx-legend span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ipx-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ipx-blue);
}

.ipx-legend span:nth-child(2) i { background: var(--ipx-teal); }
.ipx-legend span:nth-child(3) i { background: var(--ipx-purple); }
.ipx-legend span:nth-child(4) i { background: #9aa8bd; }

.ipx-support-card {
  left: 400px;
  top: 100px;
  width: 205px;
  padding: 20px;
}

.ipx-support-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  color: #ffffff;
  background: var(--ipx-blue);
}

.ipx-support-card p {
  color: var(--ipx-muted);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
}

.ipx-support-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--ipx-blue);
  font-size: 10px;
  font-weight: 900;
}

.ipx-health-card {
    right: 18px;
    bottom: -8px;
    width: 264px;
    padding: 10px 5px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 21px;
}    

.ipx-health-card h3,
.ipx-health-card p {
  margin: 0;
}

.ipx-health-card p {
  color: var(--ipx-muted);
  font-size: 11px;
  font-weight: 700;
}

.ipx-section {
  padding: 56px 0;
}

.ipx-section-title {
  text-align: center;
  margin-bottom: 30px;
}

.ipx-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--ipx-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ipx-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ipx-service-card,
.ipx-value-card,
.ipx-testimonial-card {
  background: #ffffff;
  border: 1px solid var(--ipx-border);
  border-radius: 14px;
  box-shadow: var(--ipx-shadow-soft);
}

.ipx-service-card {
  min-height: 106px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 19px;
}

.ipx-card-icon {
  width: 52px;
  height: 52px;
  color: var(--icon-color, var(--ipx-blue));
  background: var(--icon-bg, rgba(7,91,216,0.1));
}

.ipx-card-title {
  display: block;
  color: var(--ipx-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 4px;
}

.ipx-card-text {
  color: var(--ipx-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.42;
  margin: 0;
}

.ipx-blue-icon { --icon-color: var(--ipx-blue); --icon-bg: rgba(7,91,216,0.1); }
.ipx-teal-icon { --icon-color: var(--ipx-teal); --icon-bg: rgba(2,143,134,0.13); }
.ipx-green-icon { --icon-color: var(--ipx-green); --icon-bg: rgba(10,155,102,0.12); }
.ipx-purple-icon { --icon-color: var(--ipx-purple); --icon-bg: rgba(99,91,255,0.12); }
.ipx-pink-icon { --icon-color: var(--ipx-pink); --icon-bg: rgba(232,62,140,0.12); }
.ipx-orange-icon { --icon-color: var(--ipx-orange); --icon-bg: rgba(243,107,42,0.13); }

.ipx-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ipx-value-card {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px;
}

.ipx-value-icon {
  width: 54px;
  height: 54px;
  color: #ffffff;
  background: var(--ipx-blue);
}

.ipx-value-card:nth-child(2) .ipx-value-icon { background: var(--ipx-teal); }
.ipx-value-card:nth-child(3) .ipx-value-icon { background: var(--ipx-purple); }
.ipx-value-card:nth-child(4) .ipx-value-icon { background: var(--ipx-green); }

.ipx-process-grid {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
  gap: 20px;
  align-items: center;
}

.ipx-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
}

.ipx-step-icon {
  width: 72px;
  height: 72px;
  color: var(--ipx-teal);
  background: rgba(2,143,134,0.13);
}

.ipx-step:nth-of-type(3) .ipx-step-icon { color: var(--ipx-blue); background: rgba(7,91,216,0.1); }
.ipx-step:nth-of-type(5) .ipx-step-icon { color: var(--ipx-purple); background: rgba(99,91,255,0.12); }
.ipx-step:nth-of-type(7) .ipx-step-icon { color: var(--ipx-green); background: rgba(10,155,102,0.12); }

.ipx-arrow {
  color: #8da0ba;
  font-size: 34px;
  text-align: center;
  font-weight: 300;
}

.ipx-cta-wrap {
  padding: 56px 0 0;
}

.ipx-cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 38px 48px;
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 50%, rgba(255,255,255,0.18), transparent 26%),
    linear-gradient(135deg, #075bd8, #003b9f 62%, #06275f);
  box-shadow: 0 20px 46px rgba(7,91,216,0.26);
  overflow: hidden;
}

.ipx-cta-banner:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 180px;
  height: 130px;
  background-image: radial-gradient(rgba(255,255,255,0.35) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.7;
}

.ipx-cta-icon {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.72);
  border-radius: 50%;
}

.ipx-cta-content {
  position: relative;
  z-index: 1;
}

.ipx-cta-content h2 {
  color: #ffffff;
  font-size: clamp(28px, 3.3vw, 44px);
  margin-bottom: 10px;
}

.ipx-cta-content p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  font-weight: 650;
}

.ipx-cta-button {
  position: relative;
  z-index: 1;
  min-width: 210px;
  color: var(--ipx-blue);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

@media (max-width: 1100px) {
  .ipx-hero-grid {
    grid-template-columns: 1fr;
  }

  .ipx-visual {
    min-height: 560px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .ipx-services-grid,
  .ipx-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ipx-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ipx-arrow {
    display: none;
  }
}

@media (max-width: 760px) {
  .ipx-container {
    width: min(100% - 28px, 1180px);
  }

  .ipx-page h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .ipx-hero {
    padding-top: 44px;
  }

  .ipx-hero-actions,
  .ipx-trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ipx-btn,
  .ipx-btn-outline,
  .ipx-btn-green {
    width: 100%;
  }

  .ipx-trust-item {
    border-right: 1px solid var(--ipx-border);
    padding: 16px 18px;
    border-bottom: 1px solid var(--ipx-border);
  }

  .ipx-visual {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .ipx-browser,
  .ipx-float-card,
  .ipx-analytics,
  .ipx-chart-card,
  .ipx-support-card,
  .ipx-health-card {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .ipx-site-hero {
    height: 210px;
  }

  .ipx-services-grid,
  .ipx-value-grid,
  .ipx-process-grid {
    grid-template-columns: 1fr;
  }

  .ipx-cta-banner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .ipx-cta-button {
    width: 100%;
  }
}/* End custom CSS */