.bg-edge2edge {
  position: relative;
  right: 50%;
  left: 50%;
  flex: 0 0 100vw;
  width: 100vw;
  max-width: none;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}

.bg-edge2edge::before {
  display: table;
  content: " ";
}

.bg-edge2edge::after {
  clear: both;
}

body {
  overflow-x: hidden !important;
}

._none .w-100 .layout {
  position: relative;
  right: 50%;
  left: 50%;
  flex: 0 0 100vw;
  width: 100vw;
  max-width: none;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
}

/* ._none .w-100 .layout .slick-list.draggable {
  position: relative;
  right: 50%;
  left: 50%;
  flex: 0 0 100vw;
  width: 100vw;
  max-width: none;
  margin-right: -50vw !important;
  margin-left: -50vw !important;
} */

._none .w-100 .layout::before {
  display: table;
  content: " ";
}

._none .w-100 .layout::after {
  clear: both;
}

/* ._none .w-100 .no-gutters .row > *:first-child {
  padding-inline-start: 0;
}

._none .w-100 .no-gutters .row > *:last-child {
  padding-inline-end: 0;
} */