/* header {
  display: none;
}

footer {
  display: none;
}

.cookie-banner {
  display: none !important;
}

.btn {
  display: none !important;
} */
    .Logo_Link__O70da {
        width: 358px !important;
    }
    .Logo_Icon__Jz_4K {
        min-width: 140px !important;
    }

.Logo_Mark__mBITL{
        width: 36px !important;
}
    .Logo_Title__Sth3f {
        width: 170px !important;
        
    }

.QuoteSection_Section__xpq_S,
.ArticleShare_Socials__opID_,
a [href="tel:+14157966262"],
.Footer_AddressList__DY1zi {
  display: none !important;
}

/* 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;
  /* 鼠标悬停时的颜色 */
}