.elementor-kit-19{--e-global-color-primary:#1B3F72;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F0982E;--e-global-color-77337bf3:#FFF;--e-global-color-d872980:#47B8B6;--e-global-color-e29532a:#21738B;--e-global-color-c50714a:#3D1F5E;--e-global-color-f29c4cd:#FACA38;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );background-color:#FFFFFF;}.elementor-kit-19 a{color:var( --e-global-color-77337bf3 );}.elementor-kit-19 img{border-radius:7px 7px 7px 7px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/* Start custom CSS */.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width:400px;
  
  background-color: #1B3F72;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -300px;
  left: -90px;
  font-size: 13px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}/* End custom CSS */