.elementor-19 .elementor-element.elementor-element-5d224ce{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */:root {
  --dfi-blue: #203f78;
  --dfi-blue-dark: #082452;
  --dfi-yellow: #ffc400;
  --dfi-text: #071b3d;
  --dfi-muted: #f4f6f9;
  --dfi-border: #dfe5ef;
}

.dfi-why {
  color: var(--dfi-text);
  font-family: inherit;
}

.dfi-why-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: var(--dfi-blue);
}

.dfi-why-hero__image {
  overflow: hidden;
}

.dfi-why-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfi-why-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 56px;
  color: #fff;
}

.dfi-why-hero__content span,
.dfi-kicker,
.dfi-section-title span {
  color: var(--dfi-yellow);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dfi-why-hero__content h1 {
  margin: 14px 0 24px;
  font-size: clamp(44px, 4.6vw, 76px);
  line-height: 1.04;
  font-weight: 800;
}

.dfi-why-hero__content h1::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  margin-top: 26px;
  background: var(--dfi-yellow);
}

.dfi-why-hero__content p {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: clamp(20px, 1.9vw, 29px);
  line-height: 1.45;
}

.dfi-benefits {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 24px;
}

.dfi-section-title {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.dfi-section-title h2 {
  margin: 10px 0 12px;
  color: var(--dfi-blue-dark);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}

.dfi-section-title p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.dfi-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.dfi-benefit-card {
  padding: 26px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--dfi-border);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(7, 27, 61, .05);
}

.dfi-benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  color: var(--dfi-blue);
  background: #eef2f8;
  border-radius: 50%;
}

.dfi-benefit-card__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.dfi-benefit-card h3 {
  margin: 0 0 10px;
  color: var(--dfi-blue-dark);
  font-size: 17px;
  line-height: 1.25;
}

.dfi-benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.dfi-difference {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px;
}

.dfi-difference__copy h2 {
  margin: 12px 0 18px;
  color: var(--dfi-blue-dark);
  font-size: 42px;
  line-height: 1.14;
}

.dfi-difference__copy p {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.7;
}

.dfi-difference__panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  color: #fff;
  background: var(--dfi-blue-dark);
  border-radius: 6px;
}

.dfi-stat {
  padding: 38px 28px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.dfi-stat:last-child {
  border-right: 0;
}

.dfi-stat strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dfi-yellow);
  font-size: 36px;
  line-height: 1;
}

.dfi-stat span {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.dfi-steps {
  padding: 74px 24px;
  background: var(--dfi-muted);
}

.dfi-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 980px;
  margin: 0 auto;
}

.dfi-step {
  position: relative;
  padding: 34px 28px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--dfi-border);
  border-radius: 6px;
}

.dfi-step b {
  position: absolute;
  top: -18px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--dfi-blue-dark);
  border-radius: 50%;
  transform: translateX(-50%);
}

.dfi-step h3 {
  margin: 0 0 10px;
  color: var(--dfi-blue-dark);
  font-size: 20px;
}

.dfi-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.dfi-steps__action {
  margin-top: 30px;
  text-align: center;
}

.dfi-join-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  max-width: 1180px;
  margin: 52px auto;
  padding: 34px 46px;
  background: #f1f4fa;
  border-radius: 6px;
}

.dfi-join-cta h2 {
  margin: 0 0 8px;
  color: var(--dfi-blue-dark);
  font-size: 30px;
}

.dfi-join-cta p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.dfi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.dfi-btn:hover {
  transform: translateY(-1px);
}

.dfi-btn--yellow {
  background: var(--dfi-yellow);
  color: var(--dfi-text);
}

.dfi-btn--blue {
  background: var(--dfi-blue);
  color: #fff;
}

@media (max-width: 1100px) {
  .dfi-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .dfi-why-hero,
  .dfi-difference,
  .dfi-difference__panel,
  .dfi-step-grid {
    grid-template-columns: 1fr;
  }

  .dfi-why-hero__image {
    min-height: 320px;
  }

  .dfi-why-hero__content {
    padding: 46px 24px;
  }

  .dfi-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .dfi-stat:last-child {
    border-bottom: 0;
  }

  .dfi-join-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .dfi-benefit-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */