.elementor-1456 .elementor-element.elementor-element-d84d764{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1456 .elementor-element.elementor-element-122dc38{--display:flex;}.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-1456 .elementor-element.elementor-element-8e8e9a8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1456 .elementor-element.elementor-element-8e8e9a8{color:var( --e-global-color-secondary );}.elementor-1456 .elementor-element.elementor-element-72b18f6{text-align:center;font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.4em;color:var( --e-global-color-secondary );}/* Start custom CSS for text-editor, class: .elementor-element-8e8e9a8 *//* General table styling */
table {
  border-collapse: collapse;
  width: 100%; /* allow table to stretch */
  table-layout: fixed; /* ensures fixed widths apply consistently */
}

/* Header cells */
table th {
  padding: 8px 12px;
  text-align: center;
  font-weight: bold;
  background-color: #f7f7f7;
}

/* Body cells */
table td {
  padding: 6px 10px;
  vertical-align: middle;
}

/* Borders */
table, th, td {
  border: 1px solid #ccc;
}

/* Zebra striping */
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Column widths */
table th:first-child,
table td:first-child {
width: auto; /* flexible width first column */
font-family: Oswald;
font-size: 20px;
color: #003A5D;
}

table th:not(:first-child),
table td:not(:first-child) {
  width: 100px; /* fixed width all other columns */
}
table td:not(:first-child) {text-align:center;}/* End custom CSS */