.elementor-6684 .elementor-element.elementor-element-e54928d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-2a8cadf7 */.fx-bd-article,
.fx-bd-article * {
  box-sizing: border-box;
}

.fx-bd-article {
  --fx-bd-bg: #ffffff;
  --fx-bd-surface: #f8fafc;
  --fx-bd-surface-2: #f1f5f9;
  --fx-bd-border: #e2e8f0;
  --fx-bd-text: #0f172a;
  --fx-bd-muted: #475569;
  --fx-bd-primary: #2563eb;
  --fx-bd-primary-soft: #eff6ff;
  --fx-bd-success: #047857;
  --fx-bd-success-soft: #ecfdf5;
  --fx-bd-warning: #b45309;
  --fx-bd-warning-soft: #fff7ed;
  --fx-bd-danger-soft: #fffbeb;
  --fx-bd-shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.05);
  --fx-bd-shadow-md: 0 14px 34px rgba(15, 23, 42, 0.08);
  --fx-bd-radius-xl: 24px;
  --fx-bd-radius-lg: 18px;
  --fx-bd-radius-md: 14px;
  color: var(--fx-bd-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.85;
}

.fx-bd-article h2,
.fx-bd-article h3,
.fx-bd-article p,
.fx-bd-article ul,
.fx-bd-article ol,
.fx-bd-article figure {
  margin: 0;
}

.fx-bd-article img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fx-bd-article strong {
  color: var(--fx-bd-text);
  font-weight: 700;
}

.fx-bd-article code {
  display: inline-block;
  padding: 0.12em 0.45em;
  background: var(--fx-bd-surface-2);
  border: 1px solid var(--fx-bd-border);
  border-radius: 8px;
  color: var(--fx-bd-text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.fx-bd-hero {
  margin-bottom: 40px;
  padding: 28px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 58%, #f8fafc 100%);
  border: 1px solid #dbeafe;
  border-radius: var(--fx-bd-radius-xl);
  box-shadow: var(--fx-bd-shadow-md);
}

.fx-bd-eyebrow {
  margin-bottom: 10px;
  color: var(--fx-bd-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fx-bd-lead {
  font-size: 1.04rem;
  color: var(--fx-bd-text);
}

.fx-bd-section + .fx-bd-section {
  margin-top: 48px;
}

.fx-bd-section > h2 {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--fx-bd-border);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.fx-bd-card {
  margin-bottom: 28px;
  padding: 24px;
  background: var(--fx-bd-bg);
  border: 1px solid var(--fx-bd-border);
  border-radius: var(--fx-bd-radius-lg);
  box-shadow: var(--fx-bd-shadow-sm);
}

.fx-bd-card > p {
  color: var(--fx-bd-muted);
}

.fx-bd-subsection {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--fx-bd-border);
  border-radius: 22px;
  box-shadow: var(--fx-bd-shadow-sm);
}

.fx-bd-subsection + .fx-bd-subsection {
  margin-top: 28px;
}

.fx-bd-subsection > h3,
.fx-bd-faq-card > h3 {
  margin-bottom: 14px;
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.fx-bd-subsection > p,
.fx-bd-faq-card p,
.fx-bd-faq-card li,
.fx-bd-time__body,
.fx-bd-feature p:not(.fx-bd-feature__title) {
  color: var(--fx-bd-muted);
}

.fx-bd-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.fx-bd-feature {
  padding: 18px;
  background: var(--fx-bd-surface);
  border: 1px solid var(--fx-bd-border);
  border-radius: 16px;
}

.fx-bd-feature__title {
  margin-bottom: 6px;
  color: var(--fx-bd-text);
  font-size: 0.96rem;
  font-weight: 700;
}

.fx-bd-alert {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--fx-bd-border);
  border-radius: 16px;
}

.fx-bd-alert p {
  font-size: 0.95rem;
  line-height: 1.75;
}

.fx-bd-alert--info {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: var(--fx-bd-muted);
}

.fx-bd-alert--soft {
  background: #f8fbff;
  border-color: #dbeafe;
  color: var(--fx-bd-muted);
}

.fx-bd-alert--warning {
  background: var(--fx-bd-danger-soft);
  border-color: #fde68a;
  color: #92400e;
}

.fx-bd-alert--warning strong {
  color: #78350f;
}

.fx-bd-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2em 0.65em;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

.fx-bd-badge--warning {
  background: var(--fx-bd-warning-soft);
  border-color: #fed7aa;
  color: var(--fx-bd-warning);
}

.fx-bd-badge--success {
  background: var(--fx-bd-success-soft);
  border-color: #a7f3d0;
  color: var(--fx-bd-success);
}

.fx-bd-steps {
  list-style: none;
  counter-reset: fx-bd-step;
  margin-top: 18px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.fx-bd-steps > li {
  position: relative;
  counter-increment: fx-bd-step;
  padding: 16px 18px 16px 64px;
  background: var(--fx-bd-bg);
  border: 1px solid var(--fx-bd-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  color: var(--fx-bd-muted);
}

.fx-bd-steps > li::before {
  content: counter(fx-bd-step);
  position: absolute;
  top: 16px;
  left: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--fx-bd-primary);
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.fx-bd-shot {
  margin-top: 18px;
}

.fx-bd-shot__img {
  width: 100%;
  border: 1px solid var(--fx-bd-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--fx-bd-shadow-md);
}

.fx-bd-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.fx-bd-timeline {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.fx-bd-timeline > li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px;
  background: var(--fx-bd-bg);
  border: 1px solid var(--fx-bd-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.fx-bd-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  background: var(--fx-bd-primary-soft);
  border-radius: 999px;
  color: var(--fx-bd-primary);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.fx-bd-time__body {
  padding-top: 2px;
}

.fx-bd-faq-list {
  display: grid;
  gap: 18px;
}

.fx-bd-faq-card {
  padding: 22px;
  background: var(--fx-bd-bg);
  border: 1px solid var(--fx-bd-border);
  border-radius: var(--fx-bd-radius-lg);
  box-shadow: var(--fx-bd-shadow-sm);
}

.fx-bd-list {
  margin-top: 8px;
  padding-left: 1.25em;
}

.fx-bd-list li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .fx-bd-hero,
  .fx-bd-card,
  .fx-bd-subsection,
  .fx-bd-faq-card {
    padding: 18px;
  }

  .fx-bd-feature-grid,
  .fx-bd-media-grid {
    grid-template-columns: 1fr;
  }

  .fx-bd-steps > li {
    padding-left: 58px;
  }

  .fx-bd-timeline > li {
    grid-template-columns: 1fr;
  }

  .fx-bd-time {
    justify-self: start;
  }
}/* End custom CSS */