html {
  scroll-behavior: smooth;
}

  @media (max-width: 767.98px) {
    *{background-attachment: scroll !important;}
    .grecaptcha-badge{visibility: hidden !important;}
  }

  .anchor {
      display: block;
      position: relative;
      top: -70px;
      visibility: hidden;
  }
