/* V31: shorter desktop hero and package PDF download action */
@media (min-width: 1181px){
  .home-page .luxury-hero{
    height:550px!important;
    min-height:550px!important;
    max-height:550px!important;
  }
  .home-page .luxury-hero-inner{
    padding-top:40px!important;
    padding-bottom:58px!important;
  }
  .home-page .luxury-hero-dots{bottom:38px!important}
  .home-page .luxury-search-wrap{margin-top:-42px!important}
}
@media (min-width: 1440px){
  .home-page .luxury-hero{
    height:560px!important;
    min-height:560px!important;
    max-height:560px!important;
  }
}
@media (min-width: 901px) and (max-width:1180px){
  .home-page .luxury-hero{
    height:530px!important;
    min-height:530px!important;
    max-height:530px!important;
  }
  .home-page .luxury-hero-inner{padding-top:40px!important;padding-bottom:58px!important}
  .home-page .luxury-hero-dots{bottom:38px!important}
  .home-page .luxury-search-wrap{margin-top:-38px!important}
}
.package-pdf-download{
  width:100%;
  min-height:48px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 0 8px;
  border-color:#0d6570!important;
  color:#063844!important;
  background:#edf7f5!important;
  font-weight:800!important;
}
.package-pdf-download:hover{
  background:#063844!important;
  border-color:#063844!important;
  color:#fff!important;
  transform:translateY(-1px);
}
.package-pdf-download>span:first-child{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  background:#f6bd55;
  color:#063844;
  font-size:1rem;
  line-height:1;
}
.package-pdf-note{
  display:block;
  margin:0 0 14px;
  color:#667a7d;
  font-size:.71rem;
  line-height:1.45;
  text-align:center;
}
@media(max-width:680px){
  .package-pdf-download{min-height:46px;font-size:.75rem}
  .package-pdf-note{font-size:.68rem}
}
