#section-announcement-bar {
color: #000000;
background: #ffffff;
padding: 0rem 0 0rem 0;
}
@media screen and (min-width: 640px) {
#section-announcement-bar .swiper-wrapper {
justify-content: center;
}
}
#section-announcement-bar .swiper-slide {
min-height: 100%;
width: fit-content;
border-right-color: #e1dddd;
padding: 1rem 1rem 1rem 1rem;
}
#section-announcement-bar .swiper-button-next::after,
#section-announcement-bar .swiper-button-prev::after {
color: #999;
font-size: 1rem;
}
#breadcrumb {
background-color: rgba(0,0,0,0);
}
#breadcrumb .breadcrumbs__item:first-child .breadcrumbs__link {
color: #6b7280;
}
#breadcrumb .breadcrumbs__item:first-child svg {
color: #6b7280;
fill: #6b7280;
}
#breadcrumb .breadcrumbs__item .breadcrumbs__link {
color: #000000;
}
#breadcrumb .breadcrumbs__item svg {
color: #6b7280;
fill: #6b7280;
}