.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;
}

@media (max-width: 61.99875rem) {
  .bg-edge2edge {
    padding: 0 12px;
  }
}

.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::before {
  display: table;
  content: " ";
}

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