@media speech {
  .hp {
    speak: none;
  }
}

.hidden {
  display: none;
}
.hp {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
#Host_Submit_Section {
  opacity: 0;
}