@media(min-width: 981px) {
    .t886 {
    padding: 0px 20px 0px 20px !important;
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }


    .t886__wrapper {
        width: 100% !important;
    }
}
html::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: env(safe-area-inset-top);
  background: #000;
  z-index: 2147483647;
  pointer-events: none;
}

html, body {
  background: #000;
}