<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featured_content .content-wrapper {
  max-width: 1376px;
}

.featured_content .fl-row-content-wrap {
  margin-top: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.featured_content .content_wrpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.featured_content .content_left {
  float: left;
  min-height: 1px;
  width: 67.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.featured_content .content_right {
  float: left;
  width: 32.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.featured_content .contnt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  background-color: #124E7B;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  min-height: 713px;
}

.featured_content .heading_wrpr {
  padding: 20px 20px 15px;
  width: 100%;
}

.featured_content .content_wrpr .heading-title {
  font-family: "Catamaran",sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.featured_content .pp-heading-separator {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 10px;
}

.featured_content .pp-separator-line {
  max-width: 100%;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  width: 265px;
  float: left;
}

.featured_content .btn_wrpr {
  padding: 20px;
  padding-top: 4px;
  width: 100%;
}

.featured_content .btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 100%;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  color: #fff;
  padding: 14px 20px;
  text-decoration: none;
  width: 200px;
  background: #f89e04;
  background-clip: border-box;
  transition-duration: .5s;
  font-family: Catamaran,sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.featured_content .btn:hover {
  color: #fff;
  background: #ffae44;
}

.featured_content .spacer {
  height: 50px;
}

/* Popup */

.featured_content .popup_form{
  position: fixed;
  left: 0;
  width: calc(100% + 1px) !important;
  max-width: calc(100% + 1px) !important;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  top: 0px;
  transform: none;
  height: 100%;
  overflow-y: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  overflow-x: hidden;
}

.featured_content.popup_show .popup_form{
  visibility: visible;
  z-index: 99999;
  pointer-events: initial;
}

.featured_content .uabb-content {
  position: relative;
  border-radius: 3px;
  margin: auto;
  pointer-events: visible;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 800px;
  width: 100%;
  border-style: none;
  border-width: 0;
  background-clip: border-box;
  border-color: #10568c;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 43%);
}

.featured_content .uabb-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0,0,0,0.75);
}

.featured_content.popup_show .uabb-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.featured_content.popup_show .uabb-overlay {
  opacity: 1;
  visibility: visible;
}

.featured_content .uabb-modal-close {
  cursor: pointer;
  font-size: 1.6em;
  text-align: center;
  line-height: 0;
  position: fixed;
  z-index: 100000;
  bottom: 100%;
  left: 100%;
  visibility: visible;
}

.featured_content .uabb-modal-close i {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  background: #f89e04;
  border: 1px solid #fff;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 4px;
  transition: .3s background ease-in;
}

.featured_content .popup_form .uabb-modal-text {
  position: relative;
  background-color: #124E7B;
}

.featured_content .uabb-modal-close i:hover {
  background: #FFBA43;
}

.featured_content .popup_form .form_contnt_wrpr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.featured_content .popup_form .form_leftPart {
  width: 40.21%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.featured_content .popup_form .form_leftPart, 
.featured_content .popup_form .form_rightPart {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.featured_content .popup_form .form_rightPart {
  width: 59.79%;
}

.featured_content .popup_form .form_rightPart {
  width: 59.79%;
}

.featured_content .popup_form .popup_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.featured_content .popup_form .form_rightInerPart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.featured_content .form_contnt h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.1;
}

.featured_content .form_contnt {
  padding: 20px;
  max-width: 440px;
  margin-right: auto;
  padding-bottom: 18px;
}

.featured_content .form_contnt p {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 25px;
}

.featured_content .form_contnt p:last-of-type {
  margin-bottom: 0;
}

.featured_content .popup_form .form {
  width: 100%;
  max-width: 440px;
  margin-right: auto;
  padding: 20px;
  padding-top: 0px;
  margin-bottom: 16px;
}

.featured_content .popup_form .form h3:empty {
  display: none;
}

.featured_content .popup_form .hs-form-field {
  margin-bottom: 5px;
}

.featured_content .popup_form form label[placeholder="Enter your "] {
  display: none;
}

.featured_content .popup_form .input {
  margin-top: 8px;
}

.featured_content .popup_form .hs-input {
  line-height: 1.428571429;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  font-family: Catamaran, sans-serif;
  height: auto;
  color: #ffffff;
  background-color: #0b3f67;
  border-color: #0b3f67;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  width: 100% !important;
  text-align: left;
  font-size: 18px;
  outline: none;
  padding: 7px;
}

.featured_content .popup_form .hs-input:focus {
  border-color: #b7b7b7;
}

.featured_content .popup_form .hs-input::-webkit-input-placeholder {
  color: #bababa;
}

.featured_content .popup_form .hs-input.error{
  border-color: #e89510;
}

.featured_content form .hs-button {
  border: 0;
  min-width: 140px;
  background-color: #F89E04;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  margin: 0 16px 0 0;
  color: #fff;
}

.featured_content form .hs-button:hover {
  background-color: rgba(255,163,5,0.88);
  color: #fff;
}

.featured_content form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}

.featured_content .popup_form .hs-error-msgs {
  background-color: transparent;
  padding: 0 !important;
  border: 0;
}

.featured_content .popup_form form .inputs-list&gt;li {
  margin: 0;
}

.featured_content .popup_form .hs-error-msgs label {
  display: block;
  color: #e89510;
  border-color: #e89510;
  margin: 0;
  font-size: .813em;
  line-height: 1.45;
  clear: both;
  padding: 6px 16px 6px 0;
  font-weight: 700;
  background-color: rgba(232,149,16,.18);
  border-top: 1px solid #e89510;
  border-bottom: 1px solid #e89510;
}

.featured_content .popup_form .hs-error-msgs label{
  
}


/* Popup */



@media (max-width: 992px){
  .featured_content .content_left {
    width: 50%;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .featured_content .content_right {
    width: 32.3%;
  }

  .featured_content .contnt_box {
    min-height: 500px;
  }

  .featured_content .fl-row-content-wrap {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .featured_content .btn_wrpr {
    padding-left: 40px;
  }

}

@media (max-width: 860px){
  .featured_content .uabb-content {
    width: 80%;
  }
}

@media (max-width:768px){

  .featured_content .content_left {
    display: none;
  }

  .featured_content .content_right {
    width: 100%;
    max-width: none;
    clear: none;
    float: left;
  }

  .featured_content .contnt_box {
    padding-left: 0;
    padding-right: 0;
  }

  .featured_content .heading_wrpr {
    text-align: center;
  }

  .featured_content .pp-separator-line {
    margin: 0 auto;
    float: none;
  }

  .featured_content .btn_wrpr {
    text-align: center;
  }

  .featured_content .spacer {
    width: 100%;
    height: 40px;
  }

  .featured_content .popup_form .form_leftPart {
    display: none;
  }

  .featured_content .popup_form .form_rightPart {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

}

@media only screen and (max-width: 641px){
  .featured_content form .actions{
    padding: 16px 0 25px;
  }

  .featured_content .popup_form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }

  .featured_content form .hs-button {
    line-height: 2;
    min-height: 2rem;
  }

}
</pre></body></html>