<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body-umain .zbanner-section .zbanner-right {
    display: none;
}

.body-umain .zbanner-section .zbanner-left {
    width: 100%;
    text-align: center;
    display: block;
}

.body-umain .header-banner-btns{
  display: block; 
}

.zbanner-section .content-wrap {
    max-width: 1170px;
}

.zbanner-section {
    padding-top: 70px;
}

@media (max-width: 767px){
  .zbanner-section {
      padding-top: 40px;
  }
}

@media (min-width:992px){
  .header-banner-btns{
    display: none; 
  }  
}</pre></body></html>