#section-announcement-bar {
color: #000000;
background: #ffffff;
padding: 0rem 0 0rem 0;
}
#section-announcement-bar .swiper,
#section-announcement-bar .swiper-slide {
height: 100%;
max-height: 50px;
}
#section-announcement-bar .swiper-slide {
min-height: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
padding-top: 1rem;
padding-bottom: 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;
}