/* Start custom CSS for html, class: .elementor-element-d2175ba */.pc-cta-card {
    background: #0a1f44;
    border-radius: 8px;
    padding: 32px;
    margin: 40px 0;
    color: #fff;
  }
  .pc-cta-card h3 {
    color: #fff;
    margin-top: 0;
    font-size: 1.25rem;
  }
  .pc-cta-card p {
    color: #e0e0e0;
    margin-bottom: 24px;
  }
  .pc-btn-primary {
    display: inline-block;
    background: #c9a84c;
    color: #0a1f44 !important;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none !important;
    margin-right: 12px;
    margin-bottom: 8px;
  }
  .pc-cta-card a.pc-btn-primary,
  .pc-cta-card a.pc-btn-primary:visited,
  .pc-cta-card a.pc-btn-primary:hover {
    color: #0a1f44 !important;
  }
  .pc-btn-ghost {
    display: inline-block;
    border: 2px solid #c9a84c;
    color: #c9a84c;
    padding: 12px 26px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 8px;
  }
  .pc-stat-box {
    background: #f5f7fa;
    border-left: 4px solid #c9a84c;
    border-radius: 4px;
    padding: 24px 28px;
    margin: 32px 0;
  }
  .pc-stat-box h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #0a1f44;
  }
  .pc-stat-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }
  .pc-stat-box th {
    text-align: left;
    padding: 8px 12px;
    background: #0a1f44;
    color: #fff;
    font-weight: 600;
  }
  .pc-stat-box td {
    padding: 8px 12px;
    border-bottom: 1px solid #dde2ea;
  }
  .pc-stat-box tr:last-child td {
    border-bottom: none;
  }
  .pc-disclaimer {
    font-size: 0.82rem;
    color: #666;
    border-top: 1px solid #dde2ea;
    padding-top: 16px;
    margin-top: 40px;
  }/* End custom CSS */