.customer-styles {
  /* START page: startpage */
  /* END page: startpage */
}

.customer-styles .page_template_startpage {
  background-color: #000;
  position: relative;
}

.customer-styles .page_template_startpage::after {
  background: linear-gradient(0deg, #000, transparent);
  bottom: 0;
  content: '';
  height: 0px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.customer-styles .page_template_startpage.no-after::after {
  background: unset;
  bottom: unset;
  content: unset;
  height: unset;
  left: unset;
  pointer-events: unset;
  position: unset;
  width: unset;
}
