/*
 * v5.7.1 conservative cross-site rhythm normalization.
 * Page-specific component layouts remain authoritative.
 */
.synergeze-native-shell .vaas-section{
  padding-top:clamp(48px,4.8vw,64px);
  padding-bottom:clamp(48px,4.8vw,64px);
}
.synergeze-native-shell .vaas-section-heading{
  margin-bottom:clamp(24px,3vw,38px);
}
.synergeze-native-shell .vaas-section-heading>p{
  max-width:760px;
}
.synergeze-native-shell .vaas-form-message{
  scroll-margin-top:110px;
}
.synergeze-native-shell [aria-current="page"]{
  text-underline-offset:4px;
}
@media(max-width:767px){
  .synergeze-native-shell .vaas-section{
    padding-top:44px;
    padding-bottom:44px;
  }
  .synergeze-native-shell .vaas-section-heading{
    margin-bottom:24px;
  }
}
