.elementor-9873 .elementor-element.elementor-element-574fced{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9873 .elementor-element.elementor-element-a9e646b .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-9873 .elementor-element.elementor-element-3871cd4 a{color:#2042DE;}.elementor-9873 .elementor-element.elementor-element-df2dda5 a{color:#2B1CD7;}/* Start custom CSS for text-editor, class: .elementor-element-3871cd4 *//* Headings */
h1 {
    font-size: 32px; /* Main page heading */
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.25;
}

h2 {
    font-size: 24px; /* Reduced H2 size */
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 14px;
    line-height: 1.3;
}

h3 {
    font-size: 18px; /* Smaller font size for h3 */
    font-weight: bold; /* Make h3 bold to distinguish it */
    margin-top: 10px; /* Adds space before h3 */
    margin-bottom: 10px; /* Adds space below h3 */
    line-height: 1.35;
}

h4 {
    font-size: 14px; /* Smaller font size for h4 */
    font-weight: bold; /* Make h4 bold to distinguish it */
    margin-top: 8px; /* Adds space before h4 */
    margin-bottom: 8px; /* Adds space below h4 */
    line-height: 1.4;
}

/* Add space between paragraphs */
p {
    margin-bottom: 20px; /* Adjust this value to control spacing between paragraphs */
}

/* If you want to remove spacing between paragraphs in certain sections */
.no-space p {
    margin-bottom: 0; /* Remove bottom margin between paragraphs */
}

/* Lists */
ul {
    padding-left: 0; /* Remove default padding */
    margin-left: 0;  /* Remove default margin */
    list-style-position: inside; /* Ensures bullets stay inside the text block */
}

li {
    padding-left: 20px;  /* Controls the space between the bullet and the text */
    margin-bottom: 0;  /* Remove any margin between list items */
    line-height: 1.5;  /* Adjust line height for text spacing */
}

li::marker {
    margin-right: 8px;  /* Space between the bullet and text */
}

/* Tables */
table {
    width: 100%; /* Optional: Ensure the table takes up full width */
    border-collapse: collapse; /* Ensures the borders merge nicely */
    border: 1px solid #000; /* Add border around the table */
}

th, td {
    border: 1px solid #000; /* Add border for table cells */
    padding: 8px; /* Optional: Adds padding inside the cells */
    text-align: left; /* Optional: Aligns text to the left */
}

th {
    background-color: #f2f2f2; /* Optional: Background color for header row */
    font-weight: bold; /* Optional: Makes header text bold */
}
/* Text color */
body,
p,
li,
h1,
h2,
h3,
h4,
th,
td {
    color: #000;
}

/* Internal/content links */
a {
    color: #0057d8;
}

a:hover {
    color: #003f9e;
}

/* Add clean spacing after bullet lists */
ul {
    margin-bottom: 18px;
}

/* Adds extra space when a paragraph comes right after a bullet list */
ul + p {
    margin-top: 12px;
}/* End custom CSS */