/* body.edge {
  background-color: red !important;
  background: blue !important;
}

body.edge .swiper-slide {
  width: 200px !important;
} */

/* 
body.windows .dsm_image_carousel .swiper-slide {
  float: left;
  width: 199px;
  margin-right: 30px;
} */
 
.no-backgroundblendmode  .img-wrapper {
  background:#ffce00;
  padding: unset;
}

.no-backgroundblendmode  .img-wrapper img {
  mix-blend-mode: unset;
  background:unset;
  flex: unset;
  filter: alpha(opacity=50);
}

.no-backgroundblendmode .img-wrapper::before {
  mix-blend-mode: unset;
  background:unset;
}

body.windows .sections-list-container .sub-menu {
	width:100%;
	max-width: unset;
	padding: 0 !important;
  display: block;
  /* border:1px solid green; */
  height:100%;
}

body.windows .sections-list-container .sub-menu ul {
  column-count: 3;
  column-width: 18.5rem;
  width: cacl(3*18.5rem);
  column-gap: 0;
  /* column-rule-color: red; */
}

body.windows .sections-list-container .sub-menu ul li {
  line-height: 1.4em;
  margin: 0;
  /* overflow: hidden; */
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}