@mixin scroll-elements-color-map {
  .scroll-gradient::after {
    .bg-variant-brand-tertiary & {
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0,
        rgb(247, 245, 240) 85%
      ) !important;
    }
  }
}
