<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, html{
  overflow-x: clip !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .hub-header__title span {
    font-size: calc(66px* var(--SCALE-TITLE))!important;
  }
  .hub-header__title span:first-child {
    font-size: calc(50px* var(--SCALE-TITLE))!important;
  }
}

@media screen and (max-width: 480px) {
  .hub-header {
    padding-bottom: 46px;
  }
  .hub-header__title span {
    font-size: calc(69px* var(--SCALE-TITLE));
  }
  .hub-header__title span:first-child {
    display: block;
    font-size: calc(53px* var(--SCALE-TITLE));
  }
  .hub-header__title small {
    bottom: calc(-57px* var(--SCALE-TITLE));
  }
  .hub-explore__title {
    font-size: 22px;
    line-height: 1.25em;
  }
}</pre></body></html>