/* PNSS V164R3.5 — professional homepage positioning header */
.v164r3-selector-head{
  display:block;
  padding-bottom:24px;
  margin-bottom:32px;
}
.v164r3-selector-head .v164r3-eyebrow{
  margin:0 0 10px;
}
.v164r3-selector-head h1{
  white-space:normal;
  max-width:980px;
  font-size:clamp(2rem,3.15vw,3.15rem);
  line-height:1.08;
  letter-spacing:-.035em;
}
.v164r3-selector-head>p:last-child{
  margin:14px 0 0;
  max-width:900px;
  text-align:left;
  color:#c7d6e9;
  font-size:.96rem;
  line-height:1.6;
}
@media(max-width:620px){
  .v164r3-selector-head h1{font-size:2rem}
  .v164r3-selector-head>p:last-child{font-size:.9rem}
}
