header {
  display: none;
}

footer {
  display: none;
}

.cookie-banner {
  display: none !important;
}

.button {
  display: none;
}

.link {
  display: none;
}

.ct-fancy-box-layout1 {
  display: none;
}

.ct-icon1.style3 {
  display: none;
}

.elementor-26763 .elementor-element.elementor-element-45edbb1a {
  display: none;
}

.elementor-element-3cd8a107 {
  /* display: none; */
}

ul li:nth-child(1) {
  display: none;
}

.ct-grid .ct-grid-pagination {
  display: none;
}

#page-builder-489899082 {
  /*display: none;*/
}

main {
  margin-bottom: 0px !important;
}

main section:last-child {
  /*display: none;*/
}

/* Webkit 浏览器（Chrome, Safari） */
::-webkit-scrollbar {
  width: 0px;
  /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滚动条轨道的背景 */
}

::-webkit-scrollbar-thumb {
  background: #000;
  /* 滚动条的颜色 */
  border-radius: 0px;
  /* 滚动条的圆角 */
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 鼠标悬停时的颜色 */
}