.announcement-bar {
  background-color: #f1e4de;
  font-family: Poppins,sans-serif;
  font-size: 14px;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.announcement-bar {
    padding: 6px 3px;

}
.slider {
  display: flex;
  width: 100%;
  position: relative;
}
.announcement-bar strong, header .announcement-bar span {
    color: var(--text-primary);
}
.slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  left: 0;
}

.slide.show {
  opacity: 1;
  position: relative;
}

#toggleSlide {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.bhfb-builder-item.bhfb-component-html ,
.header-html {
    width: 100%;
    min-width: 100%;
    width: 100%;
}
.bhfb-row-wrapper.bhfb-above_header_row .container-fluid {
    padding: 0;
}
.bhfb-row-wrapper.bhfb-above_header_row .container {
    max-width: unset;
    padding: unset;
}


.bhfb-row-wrapper.bhfb-main_header_row .container,
.container.content-wrapper
{
    padding: 0 40px;
}
/* Optional: make the announcement bar fully stretch */
.announcement-bar {
  width: 100%;
  text-align: center;
}



#page > header .header-html{
    height: 36px;
}
/* Strong text — bold headline */
#page > header .header-html strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: rgb(0, 0, 0);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* Slide span — regular text */
#page > header .header-html .slide span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: rgb(0, 0, 0);
  font-style: normal;
}
