.np-hero-basic {
  width:100%;
  font-size:16px;
  position:relative;
  background-size:100% 100%;
  min-height:503px;
  padding-top:0;
  padding-bottom:0;
}

.np-hero-basic.bg_mountain {
  background: radial-gradient(128.15% 128.15% at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.0001) 100%), #00283C;
  background-blend-mode: overlay, normal;
}

.np-hero-basic.bg_texture {
  background: linear-gradient(278.63deg, #00283C -0.11%, #003854 98.2%);
}

.np-hero-basic.bg_texture:before {
  content:"";
  background:url(https://f.hubspotusercontent10.net/hubfs/392014/2021-Brand-Assets/Pattern/SVG/NP_Swirl_Pattern_White.svg) no-repeat;
  background-size: auto 100%;
  background-position: calc(0% - 250px) 0;
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
}

.np-hero-basic .hero-content {
  padding-top: 117px;
  padding-bottom: 80px;
  margin:auto;
  position:relative;
  z-index:1;
}

.np-hero-basic.bg_mountain .hero-content {
  padding-bottom: 175px; 
}

.np-hero-basic .hero-icon {
  width:120px;
}

.np-hero-basic h1 {
  color: #fff;
  max-width:1085px;
}

.np-hero-basic.bg_mountain h1 { max-width:780px; }

.np-hero-basic .hero-subtitle { max-width:1100px;}
.np-hero-basic.bg_mountain .hero-subtitle { max-width:780px;}

.np-hero-basic .hero-subtitle,
.np-hero-basic .hero-subtitle p {
  font-size:20px;
  line-height:28px;
  color: rgba(255, 255, 255, 0.5);
  margin:0;
}

.hero-subtitle strong,
.hero-subtitle p strong {
  opacity:1; 
  color:#fff;
  font-weight:300;
  position:relative;
}

.hero-subtitle span {
  position:relative;
}

.hero-subtitle span,
.hero-subtitle p > span {
  text-decoration:none!important;
  white-space:nowrap;
}

.hero-subtitle strong > span:after,
.hero-subtitle p strong > span:after,
.hero-subtitle p > span:after,
.hero-subtitle span > strong:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #444;
  background: linear-gradient(to right,RGB(102,201,45),RGB(8,159,183));
  z-index: -1;
}

.np-hero-basic .button-group .np-button { 
  margin-bottom:16px; 
  margin-right:32px; 
}

.np-hero-basic .button-group .np-button:last-of-type { margin:0 }

.np-hero-basic .np-button {
  padding: 12px 20px 13px;
  font-weight:bold;
  border-radius:8px;
  display: inline-block;
  width:auto;
  font-size:16px;
  line-height:20px;
  text-align:center;
  text-decoration: none;
  margin:0;
  transition:all 0.1s;
  position:relative;
}

.np-hero-basic .np-button.button-primary {
  color: #00283D;
  background-image: linear-gradient(to right, #66C92D, #089FB7);
  background-color:#66c92d;
}

.np-hero-basic .np-button.button-primary:hover,
.np-hero-basic .np-button.button-primary:focus {
  color: #00283C;
  background-image: none;
  background:transparent;
}

.np-hero-basic .np-button.button-primary.btn-dark:hover,
.np-hero-basic .np-button.button-primary.btn-dark:focus {
  color: #fff;
}

.np-hero-basic .np-button.button-secondary {
  color: #00283C;
  background-color: transparent;
  border:linear-gradient(to right, #66C92D, #089FB7);
}

.np-hero-basic .np-button.button-secondary.btn-dark {
  color: #fff;
}

.np-hero-basic .np-button.button-secondary:hover,
.np-hero-basic .np-button.button-secondary:focus {
  color: #00283C;
  background-image: linear-gradient(to right, #66C92D, #089FB7);
  background-color: #66C92D;
}

.np-hero-basic .np-button.button-primary:before,
.np-hero-basic .np-button.button-secondary:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, #66C92D, #089FB7) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

@supports (-webkit-appearance:none) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    .np-hero-basic .np-button.button-primary:hover:before,
    .np-hero-basic .np-button.button-primary:focus:before,
    .np-hero-basic .np-button.button-secondary:before {
      border: 2px solid #66C92D;
      background: transparent;
      -webkit-mask-composite: unset;
      -webkit-mask: unset;
      -webkit-mask-composite: unset;
      mask-composite: unset;
      -webkit-mask: unset;
      mask: unset;
    }
  }
}

img.mountain-graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: calc(100% + 125px);
}

@media (min-width:500px) and (max-width:767px) {
  img.mountain-graphic {
    min-width: auto;
    width: 630px
  }
  
  .np-hero-basic.bg_mountain .hero-content {
    padding-bottom: 195px;
  }
}

@media (min-width:768px) {
  .np-hero-basic {
    min-height: 450px;
    width:100%;
  }
  
  .np-hero-basic .hero-content {
    padding-top:160px;
    padding-bottom:160px;
  }
  
  .np-hero-basic.has-cta .hero-content {
     padding-bottom:100px;
  }
  
  .np-hero-basic .hero-icon {
    width:140px;
  }
  
  .np-hero-basic .hero-subtitle,
  .np-hero-basic .hero-subtitle p {
    font-size:24px;
    line-height:32px;
  }
  
  .np-hero-basic .button-group .np-button { margin-bottom:0; }
  .np-hero-basic .button-group .np-button:last-of-type { margin:0 }
  
  .np-hero-basic.bg_texture:before {
    background-size: auto 100%;
    background-position: center;
  }
  
  img.mountain-graphic {
    left: 50%;
    width:1100px;
    min-width: auto;
  }
}

@media (min-width:1300px) {
   .np-hero-basic .hero-content {
     padding-left:0;
     padding-right:0;
  } 
}

@media (min-width:768px) and (max-width:1820px) {
  img.mountain-graphic {
    transform: translateX(calc(-50% + 33.516vw));
    width:70.330vw;
  }

}

@media (min-width:1920px) {
 
  .np-hero-basic.bg_texture:before {
    background-size: cover;
  }
  
  img.mountain-graphic {
    transform: translateX(calc(-50% + 610px));
  }
  
   
  img.mountain-graphic {
    width:1280px;
  }
}


