.elementor-kit-93{--e-global-color-primary:#0F2A44;--e-global-color-secondary:#5E7A93;--e-global-color-text:#1F2933;--e-global-color-accent:#2F7F7A;--e-global-color-86b71d3:#FFFFFF;--e-global-color-0c8041d:#E5E7EB;--e-global-color-af59419:#F9FBFD;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6lh;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:46px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.8lh;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.2lh;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.6lh;--e-global-typography-c87cc84-font-family:"Open Sans";--e-global-typography-c87cc84-font-size:22px;--e-global-typography-c87cc84-font-weight:500;--e-global-typography-238bd5e-font-family:"Open Sans";--e-global-typography-238bd5e-font-weight:300;background-color:var( --e-global-color-af59419 );color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-size:17px;font-weight:400;line-height:1.6lh;}.elementor-kit-93 button,.elementor-kit-93 input[type="button"],.elementor-kit-93 input[type="submit"],.elementor-kit-93 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-86b71d3 );border-radius:6px 6px 6px 6px;padding:14px 22px 14px 22px;}.elementor-kit-93 e-page-transition{background-color:#FFBC7D;}.elementor-kit-93 a{color:var( --e-global-color-accent );font-weight:700;}.elementor-kit-93 a:hover{color:var( --e-global-color-accent );text-decoration:underline;}.elementor-kit-93 h1{color:var( --e-global-color-primary );}.elementor-kit-93 h2{color:var( --e-global-color-primary );}.elementor-kit-93 h3{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-93 button,.elementor-kit-93 input[type="button"],.elementor-kit-93 input[type="submit"],.elementor-kit-93 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-93 button,.elementor-kit-93 input[type="button"],.elementor-kit-93 input[type="submit"],.elementor-kit-93 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*control ol and ul*/
/* control ol and ul spacing */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    margin: 1.2em 0;
    padding-left: 2em;
}

/* colour UL bullets only (not text) */
.elementor-widget-text-editor ul li::marker {
    color: #2F7F7A;
}

.elementor-widget-text-editor li {
    margin-bottom: 0.5em;
}



/*inline styling for learn more cta */
.learn-more-cta{
  display: inline-flex;
  align-items: center;
  gap: 6px; /* learn-more-about ↔ link */
}


/* circle + chevron */
.learn-more-cta .chevron-circle{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  border-radius: 50%;
  background-color: #2F7F7A;
  color: #ffffff;

  font-size: 12px;
  line-height: 1;

  margin-right: 12px; /* controls space ONLY after the circle */

  transform: translateX(0);
  transition: transform .15s ease, filter .5s ease;
  will-change: transform;
}

/* hover / focus */
.learn-more-cta:hover .chevron-circle,
.learn-more-cta:focus-within .chevron-circle{
  transform: translateX(6px);
  filter: brightness(1.05);
}

/* Table base */
.sv-table{
  width:100%;
  border-collapse: separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #e6e9ee;
  border-radius:12px;
  overflow:hidden;
}

/* Header */
.sv-table thead th{
  text-align:center;
  font-weight:600;
  padding:12px 14px;
  background:#f6f8fa;
  border-bottom:1px solid #d9dee6;
  font-size:14px;
}

/* Body cells */
.sv-table tbody td{
  padding:11px 14px;
  border-bottom:1px solid #eef1f5;
  font-size:14px;
  line-height:1.35;
  vertical-align:middle;
  transition: background-color 0.15s ease;
}

/* Centre keywords (first column) */
.sv-table tbody td:first-child{
  text-align:center;
}

/* Right align numbers (second column) */
.sv-table tbody td:last-child{
  text-align:right;
  white-space:nowrap;
  font-variant-numeric: tabular-nums;
}

/* Zebra striping */
.sv-table tbody tr:nth-child(even) td{
  background:#fbfcfd;
}

/* Hover highlight */
.sv-table tbody tr:hover td{
  background:#eef6f6;
}

/* Remove last row border */
.sv-table tbody tr:last-child td{
  border-bottom:none;
}/* End custom CSS */