.elementor-5381 .elementor-element.elementor-element-1f7d0fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5381 .elementor-element.elementor-element-e89a2ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5381 .elementor-element.elementor-element-50fbe33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5381 .elementor-element.elementor-element-d51a693{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */<style>
/* Typography */
body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;  /* Dark gray, almost black */
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'DM Serif Display', serif;
    color: #000000;  /* Pure black for headings */
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #1a1a1a;  /* Consistent with body color */
}

a {
    color: #1a1a1a;  /* Same as body text */
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

th {
    background-color: #f8f8f8;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    color: #000000;  /* Pure black for table headers */
}

td {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    color: #1a1a1a;  /* Consistent with body text */
}

/* Emphasis */
em {
    color: #333333;  /* Darker gray for emphasis */
}

strong {
    color: #000000;  /* Pure black for strong emphasis */
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #f8f8f8;
    color: #1a1a1a;  /* Consistent with body text */
}

.cta-section h4 {
    margin-top: 0;
    color: #000000;  /* Pure black for CTA heading */
}

.cta-section a {
    color: #1a1a1a;  /* Consistent with body text */
}
</style>/* End custom CSS */