.elementor-21 .elementor-element.elementor-element-49771ce{--box-border-color:#EEEEEE;--box-border-radius:8px;--separator-width:0px;--header-background-color:#F3F6F9;--item-text-hover-decoration:underline;}.elementor-21 .elementor-element.elementor-element-49771ce .elementor-toc__header-title{text-align:start;}.elementor-21 .elementor-element.elementor-element-49771ce .elementor-toc__header{flex-direction:row;}/* Start custom CSS for table-of-contents, class: .elementor-element-49771ce */.elementor-widget-table-of-contents {
    width: 100%;
}

.elementor-toc__header {
    position: relative;
    padding: 18px;
}

.elementor-toc__header-title {
    color: var(--text-heading) !important;
}

.elementor-toc__header-title::before {
    content: "\f004";
    margin: 0 0 0 2px;
    font-family: "MdrsIcons";
    font-size: 20px;
    vertical-align: middle;
}

.elementor-toc__toggle-button {
    color: var(--text-heading);
    font-size: 20px;
}

.elementor-toc__toggle-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.elementor-toc__body {
    padding: 18px;
}

.elementor-toc__list-wrapper {
    margin: 0;
}

.elementor-toc__list-item {
    color: var(--text-body);
    font-size: 14px;
}

.elementor-toc__list-item:not(:last-child) {
    margin: 0 0 14px 0;
}

.elementor-toc__list-item-text:hover {
    color: var(--text-body) !important;
    text-decoration: underline !important;
    text-underline-offset: 8px;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-b26574e */.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
    margin-block-start: 28px;
    margin-block-end: 14px;
}

.elementor-widget-theme-post-content h2:first-of-type {
    margin-block-start: 0;
}

.elementor-widget-theme-post-content p {
    margin-block-end: 14px;
}

.elementor-widget-theme-post-content p:last-of-type {
    margin-block-end: 0;
}

.elementor-widget-theme-post-content strong {
    color: var(--text-heading);
    font-weight: 600;
}

.elementor-widget-theme-post-content a,
.e-paragraph-base[data-id="5d410ec"] a {
    color: var(--brand-primary);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.elementor-widget-theme-post-content a:hover,
.e-paragraph-base[data-id="5d410ec"] a:hover {
    color: var(--brand-hover);
}

.wp-block-image {
    margin: 14px 0;
}

.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 14px 0;
}

.wp-block-list li {
    color: var(--text-body);
}

ol.wp-block-list {
    padding: 0;
    list-style: none;
    counter-reset: li;
}

ol.wp-block-list > li {
    position: relative;
    padding: 0 35px 0 0;
    counter-increment: li;
}

ol.wp-block-list > li::before {
    content: counter(li);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    background: #89a9d1;
    border-radius: 50%;
}

.wp-block-quote {
    margin: 14px 0;
    padding: 18px;
    background: var(--brand-soft);
    border-right: 3px solid #89a9d1;
    border-radius: 8px;
}

.wp-block-quote::before {
    content: "\f02d";
    display: block;
    margin: 0 0 4px 0;
    color: #89a9d1;
    font-family: "MdrsIcons";
    font-size: 24px;
}

.wp-block-table {
    overflow: auto;
    margin: 14px 0;
    border: 1px solid #eee;
    border-radius: 8px;
}

.wp-block-table thead {
    border-bottom: 2px solid #89a9d1;
}

.wp-block-table th,
.wp-block-table td {
    padding: 12px 10px;
    color: var(--text-heading);
    text-align: start;
    border: 0;
    border-bottom: 1px solid #eee;
}

.wp-block-table th {
    font-size: 15px;
    font-weight: 600;
    background: #f3f6f9;
}

.wp-block-table td {
    font-size: 14px;
}

.wp-block-table tbody td:first-child {
    font-weight: 600;
}

.wp-block-table th + th,
.wp-block-table td + td {
    border-inline-start: 1px solid #eee;
}

.wp-block-table tbody tr:last-child td {
    border-bottom: 0;
}

.wp-block-table tbody tr:nth-child(even) td {
    background: #f3f6f9bd;
}/* End custom CSS */