<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:300,500,600,700,800&amp;display=swap);
body {
  background: black;
  overflow-x: hidden;
}
main {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0 20px;
  background: 0 0 url('https://media.cdn.adultswim.com/uploads/20200709/2079153431-SJ_Desktop_BG.jpg');
  background-size: cover;
  background-repeat: none;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  padding-left: 155px;
  position: relative;
}
@media (max-width: 1300px) {
  main {
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  main {
    padding: 0 20px;
    justify-content: center;
    background: url('https://media.cdn.adultswim.com/uploads/20200710/207101658177-SJ_Mobile_BG.jpg');
    background-position: center 0;
    background-size: cover;
  }
}
main .header-logo {
  position: absolute;
  left: 0;
  width: 130px;
}
@media (max-width: 1024px) {
  main .header-logo {
    width: 80px;
  }
}
main .hero {
  display: flex;
  padding-top: 100px;
  padding-bottom: 70px;
  justify-content: space-around;
  flex-direction: column;
  max-width: 1000px;
  font-family: Montserrat;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  font-size: 25px;
}
@media (min-width: 1024px) {
  main .hero {
    height: calc(100vh - 110px);
    min-height: 780px;
  }
}
@media (max-width: 1024px) {
  main .hero {
    align-items: center;
    padding-top: 88vw;
    padding-bottom: 7vw;
    justify-content: space-between;
  }
}
main .hero .title {
  margin-bottom: 45px;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 1024px) {
  main .hero .title {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  main .hero .title {
    margin-bottom: 40px;
  }
}
main .hero .title img {
  max-width: 100%;
}
main .hero .subtitle {
  margin-bottom: 20px;
}
main .hero .main_copy {
  font-size: 18px;
  line-height: 2.2rem;
  letter-spacing: 0rem;
  font-weight: lighter;
}
main .hero .purchase {
  margin-bottom: 45px;
}
main .hero .purchase .physical_edition {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  main .hero .purchase .physical_edition {
    flex-direction: column;
  }
}
main .hero .purchase .physical_edition .purchase__callout_sub {
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  main .hero .purchase .physical_edition .purchase__callout_sub {
    margin-top: 13px;
  }
}
main .hero .purchase .physical_edition .purchase__callout_sub svg {
  max-height: 30px;
}
main .hero .purchase .physical_edition .purchase__callout_sub .italic {
  font-style: italic;
  text-transform: unset;
  font-weight: 100;
  text-shadow: none;
}
main .hero .purchase .purchase__callout {
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  main .hero .purchase .purchase__callout {
    text-align: center;
  }
}
main .hero .purchase .purchase__select {
  font-size: 14px;
  line-height: 2.2rem;
  letter-spacing: 0rem;
  font-weight: lighter;
  letter-spacing: 1.65px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  main .hero .purchase .purchase__select {
    text-align: center;
  }
}
main .hero .purchase__links {
  display: flex;
}
@media (max-width: 1024px) {
  main .hero .purchase__links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
main .hero .purchase__links .platform-button-container {
  width: 100px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  overflow: hidden;
  transition: background-color 300ms;
  height: 44px;
  margin-right: 20px;
  color: black;
  font-size: 15px;
  background-color: white;
  text-shadow: none;
  font-weight: 400;
}
main .hero .purchase__links .platform-button-container a {
  color: black;
}
@media (max-width: 1024px) {
  main .hero .purchase__links .platform-button-container {
    flex-basis: 30%;
    margin-bottom: 15px;
  }
  main .hero .purchase__links .platform-button-container:nth-child(even) {
    margin-right: 0;
  }
}
main .hero .purchase__links .platform-button-container svg {
  height: 33px;
  padding-top: 4px;
  fill: black;
}
main .hero .purchase__links .steam_link:hover {
  border-color: #07afef;
  background-color: #07afef;
}
main .hero .purchase__links .switch_link:hover {
  border-color: #e60012;
  background-color: #e60012;
}
main .hero .purchase__links .epic_link:hover {
  border-color: #007ced;
  background-color: #007ced;
}
main .hero .purchase__links .xbox_link:hover {
  border-color: #5dc21e;
  background-color: #5dc21e;
}
main .hero .purchase__links .ps4_link:hover {
  border-color: #003791;
  background-color: #003791;
}
main .hero .purchase__links .apple_link:hover {
  border-color: #076bef;
  background-color: #076bef;
}
main .hero .disclaimer {
  font-size: 8px;
  text-shadow: none;
  color: white;
  position: relative;
  top: 67px;
  letter-spacing: 1px;
}
main .hero .apple_disclaimer {
  font-size: 8px;
  opacity: 0.5;
  margin-top: 20px;
}
main .hero .details_footer {
  text-shadow: none;
}
main .hero .details_footer .inner_footer {
  display: flex;
  align-items: center;
}
main .hero .details_footer .inner_footer .rating__icon {
  height: auto;
  width: 65px;
}
main .hero .details_footer .inner_footer .rating_copy {
  margin: 0 25px;
  font-size: 13px;
}
main .hero .details_footer .inner_footer .rating_copy p {
  padding: 3px 0;
}
main .hero .details_footer .inner_footer .developer_copy {
  font-weight: lighter;
  font-size: 19px;
  margin-left: 20px;
}
main .hero .details_footer .inner_footer .developer_copy a {
  color: white;
  transition: color 500ms;
}
main .hero .details_footer .inner_footer .developer_copy a:hover {
  color: orange;
}
main .hero .details_footer .inner_footer .developer_copy .developed_by {
  font-weight: lighter;
  color: #cccccc;
}
main .footer_menu {
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  height: 40px;
  background: #272727;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 940px) {
  main .footer_menu {
    display: none;
  }
}
main .footer_menu * {
  display: flex;
  align-items: center;
}
main .footer_menu .content__links {
  padding-left: 140px;
}
@media (max-width: 1024px) {
  main .footer_menu .content__links {
    padding-left: 0;
  }
}
main .footer_menu .content__links a {
  color: white;
  padding: 0 20px;
}
main .footer_menu .content__links a:hover {
  color: #5eb4ff;
}
main .footer_menu .header__content__social-links {
  padding: 0 30px;
  font-size: 14px;
  color: #aeaeae;
}
main .footer_menu .__follow {
  margin-right: 20px;
}
main .footer_menu .__link {
  width: 20px;
  padding: 8px;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  margin-right: 10px;
  transition: border-color 200ms;
}
main .footer_menu .__link:last-child {
  margin-right: 0;
}
main .footer_menu .__link svg {
  display: block;
  width: 20px;
  height: 20px;
}
main .footer_menu .__link svg path {
  fill: #aeaeae;
  transition: fill 200ms;
}
main .footer_menu .__link:hover.twitter {
  border-color: #38a1f3;
}
main .footer_menu .__link:hover.twitter svg path {
  fill: #38a1f3;
}
main .footer_menu .__link:hover.facebook {
  border-color: #4267b2;
}
main .footer_menu .__link:hover.facebook svg path {
  fill: #4267b2;
}
main .footer_menu .__link:hover.youtube {
  border-color: #ff0000;
}
main .footer_menu .__link:hover.youtube svg path {
  fill: #ff0000;
}
main .footer_menu .__link:hover.instagram {
  border-color: #e1306c;
}
main .footer_menu .__link:hover.instagram svg path {
  fill: #e1306c;
}
main .footer_menu .__link:hover.discord {
  border-color: #7289da;
}
main .footer_menu .__link:hover.discord svg path {
  fill: #7289da;
}

</pre></body></html>