<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-section.community-section-ticketClass
  .bs-ticketList-wgt
  .ticket-card-nav
  .ticket-date {
  display: none !important;
}

.buy-ticket-modal .ticket-list .ticket-classes .list-item .meta {
  display: none !important;
}

.bs-website:not(.theme-view) {
  --font-name: puvi !important;
  --regular-font: puviregular !important;
  --medium-font: puvimedium !important;
  --light-font: puvilight !important;
  --bold-font: puvibold !important;
}
h3#ember76 &gt; p:nth-child(1),
h3#ember76 &gt; p:nth-child(2),
h3#ember76 &gt; p:nth-child(4),
h3#ember76 &gt; p:nth-child(5) {
  display: none;
}

#ember70 {
  /* background-color: #fef7ea; */
}

#ember62 {
  margin: 25px 0;
}

#ember61 &gt; div {
  background-size: contain !important;
}

@media (min-width: 1024px) {
  #ember66 {
    max-width: 1110px !important;
    margin: 0 0 0 auto;
    padding: 50px 40px 90px;
  }
}

@media (min-width: 1500px) {
  #ember62 &gt; div {
    background-size: contain !important;
  }
}

@media (max-width: 1024px) {
  #ember273 {
    background-color: #fff8e8;
  }
  #ember69 p:first-child {
    /* max-width: 400px;
    margin: 0 auto 30px; */
  }

  #ember69 &gt; div {
    display: none;
  }
  #ember70 {
    background-color: #fef7ea;
  }
  #ember69 {
    background-color: #fef7ea;
  }
}

@media (max-width: 991px) {
  .banner-widget.media-top.left-align {
    justify-content: center;
  }
}

@media(max-width : 480px){
    #ember69 p:first-child{
        max-width: 400px;
        margin: 0 auto 30px;
    }
}
</pre></body></html>