.sections__title .open,
.sections__title .close {
  speak: none;
}
.sections__title .close {
  display: none;
}
.sections__title.is-active .open {
  display: none;
}
.sections__title.is-active .close {
  display: inline-block;
}
.js .sections__panel {
  display: none;
}
.sections__panel.is-active {
  display: block;
}
@media (min-width: 1024px) {
  .sections .section--pre-header-card-section {
    position: relative;
  }
  .sections .section--pre-header-card-section::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 24rem;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -10;
    background-repeat: no-repeat;
    content: "";
    background-size: 1270px 300px;
    background-position: bottom -35px center;
    background-image: url("/themes/custom/wateruk_theme/images/wateruk_brand_logo.svg");
  }
}
@media (min-width: 768px) {
  .sections.sections--adaptive .sections__title {
    display: none;
  }
}
.sections.sections--adaptive.sections--horizontal .sections__tabs {
  display: none;
}
@media (min-width: 768px) {
  .sections.sections--adaptive.sections--horizontal .sections__tabs {
    display: block;
  }
  .sections.sections--adaptive.sections--horizontal .sections__tabs-list {
    display: flex;
    flex-direction: row;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    list-style-type: none;
    gap: 2rem;
  }
  .sections.sections--adaptive.sections--horizontal .sections__tabs-list::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    border-bottom-width: 1px;
    opacity: 0.2;
    content: "";
  }
}
.sections.sections--adaptive.sections--horizontal .sections__tabs-list li {
  position: relative;
}
.sections.sections--adaptive.sections--horizontal .sections__tabs-list li:last-child {
  margin-right: 0px;
}
.sections.sections--adaptive.sections--horizontal .sections__tabs-list li button {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  border-color: transparent;
  opacity: 1;
  border-bottom-width: 4px;
}
.sections.sections--adaptive.sections--horizontal .sections__tabs-list li button.is-active, .sections.sections--adaptive.sections--horizontal .sections__tabs-list li button:hover {
  border-color: currentColor;
  --tw-border-opacity: 1;
  border-color: rgb(60 185 197 / var(--tw-border-opacity));
  opacity: 1;
}
.sections.sections--adaptive.sections--horizontal .sections__panel--wrapper {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

/*# sourceMappingURL=pre-header-sections.css.map */