:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a89b21b */.lg-wrap{ max-width: 820px; margin: 0 auto; padding: 0 32px; }

.lg-hero{ background: #031A42; padding: 56px 0; position: relative; }
.lg-hero::before{
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #087CC8, #12A8E5, #64C400);
}
.lg-hero-inner h1{
  font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 700; font-size: 38px;
  color: #ffffff; text-transform: uppercase; letter-spacing: .2px;
}
.lg-updated{ font-size: 13.5px; color: #b9c9e2; margin-top: 8px; }

.lg-content{ padding: 64px 0 80px; background: #ffffff; }
.lg-content-inner h2{
  font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 700; font-size: 22px;
  color: #031A42; text-transform: uppercase; letter-spacing: .2px; margin-top: 36px; margin-bottom: 10px;
}
.lg-content-inner h2:first-child{ margin-top: 0; }
.lg-content-inner p{ font-size: 15px; color: #44506a; line-height: 1.7; margin-top: 12px; }
.lg-content-inner ul{ margin-top: 12px; padding-left: 22px; }
.lg-content-inner li{ font-size: 15px; color: #44506a; line-height: 1.7; margin-bottom: 6px; }
.lg-content-inner a{ color: #64C400; text-decoration: none; font-weight: 600; }
.lg-content-inner a:hover{ color: #4a8f00; }

@media (max-width: 600px){
  .lg-hero{ padding: 44px 0; }
  .lg-hero-inner h1{ font-size: 30px; }
  .lg-content{ padding: 48px 0 56px; }
}/* End custom CSS */