<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2018/03/05/bkgrnd.jpg');
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
@media (max-width: 800px) {
  body {
    background-position: center;
  }
}
html {
  height: auto;
}
a {
  cursor: pointer;
}
map {
  display: none;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 1450px;
}
@media (max-width: 500px) {
  .main {
    height: 1100px;
  }
}
.main .header {
  position: relative;
}
.main .header * {
  max-width: 100%;
}
.main .header .header-text {
  color: #e0bf0b;
  font-size: 13px;
  right: 40px;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 600px) {
  .main .header .header-text {
    bottom: -10px;
    font-size: 10px;
    right: 10px;
  }
}
.main * {
  max-width: 93%;
  margin: auto;
}
@media (min-width: 800px) {
  .main #copy {
    max-width: 650px;
  }
}
.main .sponsored-by {
  margin-bottom: -10px;
  color: #d7bf43;
  font-style: italic;
  font-weight: bold;
  font-family: "Helvetica";
}
.main .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 150px;
}
.main .sponsors * {
  padding: 0px 10px;
}
@media (max-width: 900px) {
  .main .sponsors * {
    padding: 0px 5px;
  }
}
</pre></body></html>