.elementor-202980 .elementor-element.elementor-element-ed80c65{--display:flex;--padding-top:50px;--padding-bottom:20px;--padding-left:15px;--padding-right:15px;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d63f631 */.utm-pa-hero{
  background:radial-gradient(circle at top right,rgba(255,171,31,.22),transparent 36%),
  linear-gradient(135deg,#23557D 0%,#2E6A99 100%);
  border-radius:34px;
  padding:80px 70px;
  color:#fff;
  position:relative;
  overflow:hidden;
  margin-bottom:42px;
}

.utm-pa-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:360px;
  height:360px;
  border-radius:50%;
  border:50px solid rgba(255,255,255,.08);
}

.utm-pa-hero span{
  display:inline-flex;
  color:#fff;
  background:rgba(255,171,31,.22);
  border:1px solid rgba(255,171,31,.45);
  padding:9px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  margin-bottom:20px;
}

.utm-pa-hero h1{
  color:#fff;
  font-size:54px;
  line-height:1.08;
  font-weight:850;
  margin:0 0 20px;
  position:relative;
  z-index:2;
}

.utm-pa-hero p{
  max-width:820px;
  color:rgba(255,255,255,.88);
  font-size:20px;
  line-height:1.65;
  margin:0;
  position:relative;
  z-index:2;
}

@media(max-width:767px){
  .utm-pa-hero{
    padding:48px 24px;
    border-radius:24px;
  }

  .utm-pa-hero h1{
    font-size:34px;
  }

  .utm-pa-hero p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ed80c65 */.utm-program-table{
  --blue:#23557D;
  --yellow:#FFAB1F;
  --text:#344054;
  --muted:#667085;
  --border:#E5EAF2;
}

.utm-program-table{
  overflow-x:auto;
  border:1px solid var(--border);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(35,85,125,.08);
}

.utm-program-table table{
  width:100%;
  min-width:960px;
  border-collapse:separate;
  border-spacing:0;
  margin:0;
  background:#fff;
}

.utm-program-table thead th,
.utm-program-table tbody tr:first-child td{
  background:#23557D;
  color:#fff;
  font-size:14px;
  font-weight:850;
  line-height:1.35;
  text-align:left;
  padding:16px 18px;
  border:0;
}

.utm-program-table td{
  color:var(--text);
  font-size:15px;
  line-height:1.55;
  padding:15px 18px;
  border:0;
  border-bottom:1px solid var(--border);
  vertical-align:top;
}

.utm-program-table tr:nth-child(even) td{
  background:#F8FAFC;
}

.utm-program-table tr:last-child td{
  border-bottom:0;
}

.utm-program-table td:first-child{
  color:var(--blue);
  font-weight:800;
}

.utm-program-table a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--blue)!important;
  font-size:14px;
  font-weight:800;
  text-decoration:none!important;
  border:1px solid #DDEAF3;
  background:#EEF5FA;
  border-radius:999px;
  padding:8px 12px;
  margin:2px 0;
  transition:.2s ease;
}

.utm-program-table a:before{
  content:"\f1c1";
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  color:var(--yellow);
  flex-shrink:0;
}

.utm-program-table a:hover{
  background:#23557D;
  border-color:#23557D;
  color:#fff!important;
}

.utm-program-table a:hover:before{
  color:#fff;
}

@media(max-width:767px){
  .utm-program-table{
    border-radius:18px;
  }

  .utm-program-table table{
    min-width:880px;
  }

  .utm-program-table td,
  .utm-program-table thead th,
  .utm-program-table tbody tr:first-child td{
    font-size:14px;
    padding:13px 14px;
  }
}/* End custom CSS */