body a.underlinedLink {
  text-decoration: underline !important;
}
body .grayScaled {
  filter: grayscale(100%) !important;
}
body .negatBg {
  background-color: #000 !important;
  color: #fff !important;
}
.n2-ss-layer .negatBg,
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow.negatBg .negatBg,
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow.negatBg .negatBg,
.animate__slideInUp.negatBg,
.jch-lazyloaded.negatBg,
.serv-hov.negatBg,
.n2-ss-slide .negatBg,
.n2-ss-layers-container .negatBg,
.n2-ss-slider .negatBg,
.maintext-block-serv-wrapper.rha.gently.negatBg,
.maintext-block-serv-wrapper .content.negatBg {
  background-color: unset !important;
}
body .ligBg {
  background-color: #fff !important;
  color: #000 !important;
}
.n2-ss-layer .ligBg,
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow.ligBg .ligBg,
.n2-ss-layers-container.n2-ss-slide-limiter.n2-ow.ligBg .ligBg,
.animate__slideInUp.ligBg,
.jch-lazyloaded.ligBg,
.serv-hov.ligBg,
.n2-ss-slide .ligBg,
.n2-ss-layers-container .ligBg,
.n2-ss-slider .ligBg,
.maintext-block-serv-wrapper.rha.gently.ligBg,
.maintext-block-serv-wrapper .content.ligBg {
  background-color: unset !important;
}
body .accessib-block {
  position: fixed;
  top: 25%;
  right: -190px;
  z-index: 9999;
  display: flex;
  background: transparent !important;
  height: 40px;
}
body .accessib-block.active {
  right: 0;
  height: unset !important;
}
.accessib-btn {
  width: 40px;
  height: 40px;
  background-color: #4885ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessib-btn path {
  fill: #fff;
}
.accessib-btn.ligBg path {
  fill: #000 !important;
}
.accessib-tools {
  width: 190px;
  background: #fff;
}
.accessib-tools button {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  font-size: 13px;
  padding: 5px 10px;
  margin: 0;
}
.accessib-tools button.active {
  background: #4885ed;
  color: #fff;
}
.accessib-tools button.active path {
  fill: #fff;
}
.accessib-tools button.negatBg path {
  fill: #fff !important;
}
.accessib-tools button.ligBg.active {
  background: #000 !important;
  color: #fff !important;
}
.accessib-tools button.ligBg.active svg {
  background: #000 !important;
}
.accessib-tools button svg {
  margin-right: 10px;
}
