/*
 *  ui-blizzard-navbar overrides
 *  ui-blizzard-navbar shows a desktop-sized navbar above 768px, but SC2's desktop-sized
 *  navbar is too wide to display below 960px. This increases ui-blizzard-navbar's breakpoints
 *  accordingly.
 */
/*
 * Return a neutral color
 * -----------------------------------------------------------------------------
 * @param   number      $value          Color value.
 * @return  number      $color          Returned color
 */
/*
 * Return a color (orange, cyan, blue, purple, or red)
 * -----------------------------------------------------------------------------
 * @param   number      $saturation     Color saturation.
 * @param   number      $value          Color value.
 * @return  number      $color          Returned color
 */
/**
 * Applies an inset to an achievement
 */
/*
 * Adds a border using the 'after' pseudo-element
 */
/*
 * Adds a border using the 'before' pseudo-element
 */
/*
 * Profile primary font for header - primary
 */
/*
 * Profile primary font for header - secondary
 */
/*
 * Profile primary font for header - tertiary
 */
/*
 * Profile primary font for portrait info
 */
/*
 * Profile font for navbar top links
 */
/*
 * Profile font for navbar dropdown links
 */
/*
 * Profile primary font for captions
 */
/*
 * Profile secondary font for values
 */
/*
 * Profile links
 */
/*
 * Profile filters
 */
/*
 * A card that includes a border.
 */
/*
 * A card that includes a border.
 */
/*
 * A grid that automatically fill as many columns as it will fit.
 * Rows will also expand downwards such that all columns in a row will have the same height.
 */
/*
 * A grid that fits the available columns into the avaialble space by expanding them.
 * Rows will also expand downwards such that all columns in a row will have the same height.
 */
.AchievementHome-heading {
  margin-bottom: 1em; }

.AchievementCardMini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .AchievementCardMini .AchievementCardMini-meta {
    margin-left: 0.4em; }
    .AchievementCardMini .AchievementCardMini-meta .AchievementCardMini-title {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
    .AchievementCardMini .AchievementCardMini-meta .AchievementCardMini-date {
      color: #7aa3cc;
      font: 400 0.7rem "Source Sans Pro"; }
  .AchievementCardMini .AchievementCardMini-tileImage {
    position: relative;
    width: 45px;
    height: 45px; }

.Achievement-table {
  width: 100%; }
  .Achievement-table tbody {
    background-color: rgba(0, 13, 26, 0.6);
    border: 2px #294766 solid;
    font: bold 1em "Eurostile";
    color: #cce5ff; }
    .Achievement-table tbody tr {
      height: 60px;
      border-bottom: 0; }
      .Achievement-table tbody tr:nth-child(odd) {
        background: rgba(20, 61, 102, 0.2); }
      .Achievement-table tbody tr:hover {
        background-color: rgba(20, 61, 102, 0.5); }
    .Achievement-table tbody td {
      vertical-align: middle;
      position: relative;
      padding: 0.39062rem;
      text-align: left; }
      .Achievement-table tbody td.highlight {
        font-weight: 700;
        color: white;
        text-shadow: 0 0 10px rgba(0, 128, 255, 0.8), 0 0 10px rgba(143, 173, 204, 0.8); }

.AchievementCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 91px);
  min-height: 130px; }
  .AchievementCard .AchievementCard-main {
    width: 95%;
    position: relative; }
    .AchievementCard .AchievementCard-main .AchievementCard-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1em; }
      .AchievementCard .AchievementCard-main .AchievementCard-content .ProgressTile-background img {
        width: 45px;
        height: 45px; }
      .AchievementCard .AchievementCard-main .AchievementCard-content .AchievementCard-content-text {
        margin-left: 0.8em;
        margin-right: 10px; }
      .AchievementCard .AchievementCard-main .AchievementCard-content .AchievementCard-content-text-title {
        color: #cce6ff;
        font: normal 0.7rem "Source Sans Pro"; }
      .AchievementCard .AchievementCard-main .AchievementCard-content .AchievementCard-content-text-description {
        color: #7aa3cc;
        font: 400 0.7rem "Source Sans Pro"; }
  .AchievementCard .AchievementCard-meta {
    padding-left: 2em; }
    @media (min-width: 640px) {
      .AchievementCard .AchievementCard-meta {
        padding-left: 5em; } }
  .AchievementCard .AchievementCard-meta-series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
    .AchievementCard .AchievementCard-meta-series .ProgressTile {
      margin-right: 10px; }
      .AchievementCard .AchievementCard-meta-series .ProgressTile .ProgressTile-wrapper::after {
        background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin: 0 auto;
        width: 87px;
        height: 82px; }
      .AchievementCard .AchievementCard-meta-series .ProgressTile .ProgressTile-wrapper img {
        width: 45px;
        height: 45px; }
  .AchievementCard .AchievementCard-meta-criteria {
    margin: 0 0 0 1em; }
    .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList {
      color: #cce6ff;
      font: 400 0.6rem "Source Sans Pro";
      -webkit-columns: 1;
              columns: 1;
      -webkit-column-gap: 45px;
              column-gap: 45px;
      list-style-position: outside;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      @media (min-width: 640px) {
        .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList {
          -webkit-columns: 2;
                  columns: 2; } }
      .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList li {
        margin-top: 0; }
      .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList .AchievementCard-criteria-badge {
        list-style-image: url(https://static.starcraft2.com/qa/images/criteria-badge.262c35ed5144ae5ffba415f04b5eb17e.png);
        color: #7c8a9a; }
      .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList .AchievementCard-criteria-badge-earned {
        list-style-image: url(https://static.starcraft2.com/qa/images/criteria-badge.262c35ed5144ae5ffba415f04b5eb17e.png); }
      .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList .AchievementCard-criteria-bullet {
        list-style-image: url(https://static.starcraft2.com/qa/images/criteria-bullet.3c6216418160260cc66093bebb920f8b.png);
        color: #7c8a9a; }
      .AchievementCard .AchievementCard-meta-criteria ul.AchievementCriteriaList .AchievementCard-criteria-bullet-earned {
        list-style-image: url(https://static.starcraft2.com/qa/images/criteria-bullet-done.29321c4c0b094859131651028aaff764.png); }

.AchievementCard-rewards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 1em; }
  .AchievementCard-rewards img {
    width: 20px; }

.AchievementCard-earned {
  position: relative;
  padding: 10px;
  background-color: rgba(9, 28, 46, 0.31);
  background-color: #020e1c;
  width: 91px;
  min-width: 91px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 75px; }
  .AchievementCard-earned::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .AchievementCard-earned::after {
    border-top: none !important; }

.AchievementCard-earned-empty {
  position: relative;
  padding: 10px;
  background-color: rgba(9, 28, 46, 0.31);
  background-color: #020e1c;
  width: 91px;
  min-width: 91px;
  margin-left: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .AchievementCard-earned-empty::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .AchievementCard-earned-empty::after {
    border-top: none !important; }

.AchievementCard-earned-points {
  color: white;
  font: bold 0.7em "Eurostile";
  text-align: center;
  font-size: 22pt; }

.AchievementCard-earned-date {
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  font-size: 10pt;
  text-align: center; }

.AchievementCard-locked {
  opacity: 0.4; }

.AchievementCard-popover-caption {
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro"; }

.AchievementCard-popover-achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro"; }
  .AchievementCard-popover-achievement .AchievementCard-popover-achievement-data {
    margin-left: 10px; }

.AchievementCard-toggle {
  position: relative;
  padding: 0;
  background-color: rgba(9, 28, 46, 0.31);
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .AchievementCard-toggle::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .AchievementCard-toggle::after {
    border-top: none !important; }
  .AchievementCard-toggle .AchievementCard-toggle-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 0 4px 16px;
    min-height: 27px; }

.AchievementCard-wrapper {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  background-color: rgba(9, 28, 46, 0.31); }
  .AchievementCard-wrapper::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .AchievementCard-wrapper::after {
    margin: initial;
    border-bottom: none; }

.AchievementCard-animateheight-wrapper {
  height: 100%; }

.BadgeItem-League {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 5px 0;
  width: auto;
  line-height: 1.3; }
  .BadgeItem-League .BadgeItem-image {
    height: auto;
    width: auto; }
  .BadgeItem-League .BadgeItem-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    margin-left: 10px; }
  .BadgeItem-League .BadgeItem-data-mode {
    color: #cce6ff;
    font: 600 0.7rem "Source Sans Pro"; }
  .BadgeItem-League .BadgeItem-data-rank {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
  .BadgeItem-League .BadgeItem-image .Bronze {
    background-image: url(https://static.starcraft2.com/qa/images/bronze.249b7eee2d0c53c60a15403ded9bdc7c.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Silver {
    background-image: url(https://static.starcraft2.com/qa/images/silver.57bb73a131314d657135d2acf533d5e5.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Gold {
    background-image: url(https://static.starcraft2.com/qa/images/gold.ef84260f60c780d9fa2d99f083668592.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Platinum {
    background-image: url(https://static.starcraft2.com/qa/images/platinum.f407fcd425549f315098b0806ef8eac4.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Diamond {
    background-image: url(https://static.starcraft2.com/qa/images/diamond.6faad792f7b6bfc1c9f9bbeb5c289043.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Master {
    background-image: url(https://static.starcraft2.com/qa/images/master.51c47057b8cee504613a87cd84fba16b.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Grandmaster {
    background-image: url(https://static.starcraft2.com/qa/images/grandmaster.d2ab9065434e8fa4042d30e5010df5f9.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .None {
    background-image: url(https://static.starcraft2.com/qa/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png);
    background-repeat: no-repeat; }
  .BadgeItem-League .BadgeItem-image .Small-1 {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    background-position: -145px 0; }
  .BadgeItem-League .BadgeItem-image .Small-2 {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    background-position: -145px -30px; }
  .BadgeItem-League .BadgeItem-image .Small-3 {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    background-position: -145px -60px; }
  .BadgeItem-League .BadgeItem-image .Small-4 {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 30px;
    background-position: -145px -90px; }
  .BadgeItem-League .BadgeItem-image .Medium-1 {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    background-position: -100px 0; }
  .BadgeItem-League .BadgeItem-image .Medium-2 {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    background-position: -100px -50px; }
  .BadgeItem-League .BadgeItem-image .Medium-3 {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    background-position: -100px -100px; }
  .BadgeItem-League .BadgeItem-image .Medium-4 {
    width: 45px;
    height: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    height: 50px;
    background-position: -100px -150px; }
  .BadgeItem-League .BadgeItem-image .Large-1 {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 0; }
  .BadgeItem-League .BadgeItem-image .Large-2 {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -105px; }
  .BadgeItem-League .BadgeItem-image .Large-3 {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -210px; }
  .BadgeItem-League .BadgeItem-image .Large-4 {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px; }

.BadgeItem-Campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  width: auto;
  line-height: 1.3; }
  .BadgeItem-Campaign .BadgeItem-image {
    height: auto;
    width: auto; }
  .BadgeItem-Campaign .BadgeItem-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    margin-left: 10px; }
  .BadgeItem-Campaign .BadgeItem-data-mode {
    color: #cce6ff;
    font: 600 0.7rem "Source Sans Pro"; }
  .BadgeItem-Campaign .BadgeItem-data-rank {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
  .BadgeItem-Campaign .BadgeItem-image .Wings-of-liberty {
    background-repeat: no-repeat;
    width: 64px;
    height: 56px;
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_sprite.730fc0fea62b4826614509582b01cd00.gif); }
  .BadgeItem-Campaign .BadgeItem-image .Heart-of-the-swarm {
    background-repeat: no-repeat;
    width: 64px;
    height: 56px;
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_sprite_hots.ff73c724c887b8b422d330e4859e5044.gif); }
  .BadgeItem-Campaign .BadgeItem-image .Legacy-of-the-void {
    background-position: 5px 0;
    width: 64px;
    height: 56px; }
  .BadgeItem-Campaign .BadgeItem-image .Unearned {
    background-position: 0 0; }
  .BadgeItem-Campaign .BadgeItem-image .Casual {
    background-position: -64px 0; }
  .BadgeItem-Campaign .BadgeItem-image .Normal {
    background-position: -128px 0; }
  .BadgeItem-Campaign .BadgeItem-image .Hard {
    background-position: -192px 0; }
  .BadgeItem-Campaign .BadgeItem-image .Brutal {
    background-position: -256px 0; }
  .BadgeItem-Campaign .BadgeItem-image .Unearned-legacy-of-the-void {
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_lotv_unearned.d191e86e65a01d6edf1cf5c0989a374f.png); }
  .BadgeItem-Campaign .BadgeItem-image .Casual-legacy-of-the-void {
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_lotv_casual.270bf15558997d43db078ac5ad680f3d.png);
    background-position: 5px 0;
    width: 64px;
    height: 56px; }
  .BadgeItem-Campaign .BadgeItem-image .Normal-legacy-of-the-void {
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_lotv_normal.e4ea292398bafa8bf34e627a8bbe7f2c.png);
    background-position: 5px 0;
    width: 64px;
    height: 56px; }
  .BadgeItem-Campaign .BadgeItem-image .Hard-legacy-of-the-void {
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_lotv_hard.3f337dc93ce6e687613ede8845b0942a.png);
    background-position: 5px 0;
    width: 64px;
    height: 56px; }
  .BadgeItem-Campaign .BadgeItem-image .Brutal-legacy-of-the-void {
    background-image: url(https://static.starcraft2.com/qa/images/campaign_badge_lotv_brutal.824216cb4588a30678da4deed358ddc3.png);
    background-position: 5px 0;
    width: 64px;
    height: 56px; }

.Carousel ol {
  margin-top: 0px;
  margin-bottom: 0px; }

.Carousel-caption {
  position: initial;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 30px; }
  .Carousel-caption p {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro";
    margin: 0;
    line-height: 1.3; }

.btn-default, .btn-primary {
  white-space: normal;
  border-color: transparent; }
  .btn-default.active, .btn-default:active, .btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default:active:focus, .btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus {
    color: inherit;
    background-color: inherit;
    border-color: transparent; }

.carousel-indicators {
  bottom: 0px; }
  .carousel-indicators li {
    border-color: #79a2cc; }
  .carousel-indicators .active {
    background-color: #79a2cc; }

.carousel-control.left {
  background-image: none; }

.carousel-control.right {
  background-image: none; }

.carousel-control .glyphicon-chevron-right {
  top: 20%;
  color: #79a2cc; }

.carousel-control .glyphicon-chevron-left {
  top: 20%;
  color: #79a2cc; }

.Panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  margin-top: 0;
  margin-bottom: 0.5rem; }
  @media (min-width: 1120px) {
    .Panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .Panel .panel-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .Panel .Panel-heading {
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 2px; }
    .Panel .Panel-heading .Panel-title h1, .Panel .Panel-heading .Panel-title h2, .Panel .Panel-heading .Panel-title h3, .Panel .Panel-heading .Panel-title h4 {
      margin: 0; }
    .Panel .Panel-heading .Panel-title::after {
      -webkit-box-shadow: initial;
              box-shadow: initial; }
  .Panel .Panel-body {
    padding: 0.75rem 0; }
  .Panel .Panel-footer {
    padding: 10px 0;
    text-align: center;
    background-color: transparent;
    border: none; }

.Popover {
  background-color: #061b31;
  border: none;
  max-width: 500px; }
  .Popover::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .Popover.top > .arrow {
    z-index: 1;
    border-top-color: #122a42; }
    .Popover.top > .arrow:after {
      bottom: 3px;
      border-top-color: #061b31; }

.Popover-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.Popover-content-primary {
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  font-size: 12pt;
  white-space: nowrap; }

.Popover-content-secondary {
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  font-size: 12pt;
  white-space: nowrap; }

.Progress {
  width: 100%;
  height: 12px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 2px solid #122a42;
  border-radius: 32px; }
  .Progress .Progress-bar {
    float: none; }
  .Progress .Progress-bar-success {
    background-color: #5ae27e; }

hr.Divider {
  width: 100%;
  height: 2px;
  background-color: #122a42;
  margin-top: 16px;
  margin-bottom: 16px; }

.Card {
  position: relative;
  padding: 1.2em;
  background-color: rgba(9, 28, 46, 0.31); }
  .Card::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  @media (min-width: 1120px) {
    .Card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }

.Card-image {
  position: relative;
  padding: 0px;
  background-color: rgba(9, 28, 46, 0.31); }
  .Card-image::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .Card-image::after {
    -webkit-box-shadow: inset 0 0 40px rgba(0, 102, 204, 0.6), inset 0 0 0px rgba(0, 102, 204, 0.4);
            box-shadow: inset 0 0 40px rgba(0, 102, 204, 0.6), inset 0 0 0px rgba(0, 102, 204, 0.4); }

.Card-selected {
  position: relative;
  padding: 1.2em;
  background-color: rgba(9, 28, 46, 0.31); }
  .Card-selected::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .Card-selected::after {
    -webkit-box-shadow: inset 0 0 10px #006fde;
            box-shadow: inset 0 0 10px #006fde; }

.Card-hover {
  position: relative;
  padding: 1.2em;
  background-color: rgba(9, 28, 46, 0.31); }
  .Card-hover::after {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }

@media (min-width: 1120px) {
  .Row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1120px) {
  .Col-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.ButtonDropdownMenuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.6em; }
  .ButtonDropdownMenuWrapper .btn:not([disabled]):active {
    background-image: none; }
  .ButtonDropdownMenuWrapper > div.open .dropdown-toggle {
    color: white;
    background-color: rgba(0, 26, 51, 0.6);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6); }
    .ButtonDropdownMenuWrapper > div.open .dropdown-toggle:hover, .ButtonDropdownMenuWrapper > div.open .dropdown-toggle:focus, .ButtonDropdownMenuWrapper > div.open .dropdown-toggle:active {
      color: white;
      background-color: rgba(0, 26, 51, 0.6);
      -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
              box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6); }
  .ButtonDropdownMenuWrapper > div.btn-group {
    margin: 0.5em 0 0 0;
    width: auto; }
    @media (min-width: 640px) {
      .ButtonDropdownMenuWrapper > div.btn-group {
        margin: 0 0 0 auto;
        min-width: 15em; } }
    @media (min-width: 960px) {
      .ButtonDropdownMenuWrapper > div.btn-group {
        margin: 0;
        min-width: 10em; } }
    .ButtonDropdownMenuWrapper > div.btn-group button {
      width: 100%;
      min-width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0.6rem 0.8rem;
      border-radius: 0;
      border: none;
      background: none;
      background-color: rgba(9, 28, 46, 0.31);
      -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
              box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
      color: white;
      font-size: 0.7rem;
      font-family: Eurostile Bold, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
      .ButtonDropdownMenuWrapper > div.btn-group button:after {
        border: 2px rgba(153, 204, 255, 0.2) solid; }
    .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu {
      padding: 0;
      border: 2px solid #0c2e50;
      background-color: rgba(10, 31, 51, 0.8);
      border-radius: 0;
      min-width: 100%;
      max-width: 150%;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu .active a {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
        background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1));
        -webkit-box-shadow: -2px 0 #3d6b99;
                box-shadow: -2px 0 #3d6b99; }
        .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu .active a:hover {
          background-color: transparent;
          background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
          background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1));
          -webkit-box-shadow: -2px 0 #3d6b99;
                  box-shadow: -2px 0 #3d6b99;
          color: white; }
      .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu li {
        padding: 0;
        margin: 0; }
        .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu li a {
          padding-top: 0.28555rem;
          padding-bottom: 0.28555rem;
          color: white;
          font-size: 0.7rem;
          font-family: Eurostile Bold, sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          white-space: normal; }
          .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu li a:focus, .ButtonDropdownMenuWrapper > div.btn-group .dropdown-menu li a:hover {
            background-color: transparent;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.2)), to(rgba(0, 128, 255, 0.05)));
            background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.2), rgba(0, 128, 255, 0.05));
            color: #a3b8cc;
            border: none; }
  @media (min-width: 640px) {
    .ButtonDropdownMenuWrapper {
      margin-top: 0;
      margin-left: 1em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .ButtonDropdownMenuWrapper .ButtonDropdownMenuWrapper-caption {
    margin: 0 0.5em 0 0;
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro";
    font-family: Eurostile Bold, sans-serif;
    text-transform: uppercase; }

.ButtonDropdownMenuWrapper-header-align-left {
  margin: 1.7em 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 959px) {
    .ButtonDropdownMenuWrapper-header-align-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-bottom: 1em; } }
  .ButtonDropdownMenuWrapper-header-align-left .ButtonDropdownMenuWrapper-title {
    margin: 0; }
  .ButtonDropdownMenuWrapper-header-align-left .ButtonDropdownMenuSeries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: 0;
    width: 100%; }
    @media (min-width: 640px) {
      .ButtonDropdownMenuWrapper-header-align-left .ButtonDropdownMenuSeries {
        width: 450px; } }
    @media (min-width: 960px) {
      .ButtonDropdownMenuWrapper-header-align-left .ButtonDropdownMenuSeries {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: initial; } }

.ButtonDropdownMenuWrapper-header-align-right {
  margin: 1.7em 0 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 959px) {
    .ButtonDropdownMenuWrapper-header-align-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      margin-bottom: 1em; } }
  .ButtonDropdownMenuWrapper-header-align-right .ButtonDropdownMenuWrapper-title {
    margin: 0; }
  .ButtonDropdownMenuWrapper-header-align-right .ButtonDropdownMenuSeries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
    @media (min-width: 640px) {
      .ButtonDropdownMenuWrapper-header-align-right .ButtonDropdownMenuSeries {
        width: 450px; } }
    @media (min-width: 960px) {
      .ButtonDropdownMenuWrapper-header-align-right .ButtonDropdownMenuSeries {
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: initial; } }

.ErrorComponent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .ErrorComponent .ErrorComponent-content {
    margin-top: auto;
    text-align: center; }
    .ErrorComponent .ErrorComponent-content img {
      width: auto;
      height: auto; }
    .ErrorComponent .ErrorComponent-content .ErrorComponent-caption {
      margin: 0; }

.Error-Profile-404 {
  background: top url(https://static.starcraft2.com/qa/images/sc2-error-404-bg.018ff239193886e49da9c6e06a07db70.png) no-repeat;
  height: 726px; }
  .Error-Profile-404 .ErrorComponent .ErrorComponent-content {
    padding-bottom: 3rem; }

.Error-Profile-500 {
  background: top url(https://static.starcraft2.com/qa/images/sc2-error-serverissues-bg.4e50580da2dd25ec45d1621e1f411ea4.png) no-repeat;
  height: 651px; }

.ContextMessageComponent {
  width: 100%;
  text-align: center;
  color: #7aa3cc;
  font: 400 0.8em "Eurostile";
  text-align: center;
  text-transform: uppercase; }

.Invisible {
  visibility: hidden; }

.Loading {
  text-align: center;
  padding: 2rem;
  text-transform: uppercase; }
  .Loading .Loading-img {
    width: initial;
    height: initial; }
  .Loading h2.Loading-caption {
    margin: 15px 0 0 0; }

.ImageAutoSize {
  width: auto;
  height: auto; }

.MenuDrawer {
  display: block;
  white-space: nowrap; }

.MenuDrawer-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 5em; }
  @media (min-width: 640px) {
    .MenuDrawer-section {
      min-width: 6rem; } }
  @media (min-width: 960px) {
    .MenuDrawer-section {
      min-width: 7rem; } }
  @media (min-width: 1120px) {
    .MenuDrawer-section {
      min-width: 8rem; } }
  .MenuDrawer-section .MenuDrawer-section-active {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
    background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1)); }
  .MenuDrawer-section .MenuDrawer-section-content {
    padding: 0.5em;
    line-height: 0; }
    .MenuDrawer-section .MenuDrawer-section-content:hover:not(.MenuDrawer-section-active) {
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.2)), to(rgba(0, 128, 255, 0.05)));
      background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.2), rgba(0, 128, 255, 0.05));
      color: #a3b8cc;
      border: none; }
    .MenuDrawer-section .MenuDrawer-section-content .MenuDrawer-section-caption {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
    .MenuDrawer-section .MenuDrawer-section-content .MenuDrawer-section-subtitle {
      color: #7aa3cc;
      font: 400 0.7rem "Source Sans Pro"; }
    .MenuDrawer-section .MenuDrawer-section-content .MenuDrawer-section-menu-caption {
      text-transform: uppercase;
      color: #cce6ff;
      font: 600 0.7rem "Eurostile"; }
    .MenuDrawer-section .MenuDrawer-section-content .MenuDrawer-section-menu-subtitle {
      text-transform: uppercase;
      color: #7aa3cc;
      font: 400 0.7rem "Eurostile"; }

.DropdownButtonDrawer {
  position: relative;
  width: 100%; }
  .DropdownButtonDrawer .btn:not([disabled]):active {
    background-image: none; }
  .DropdownButtonDrawer > div.open .dropdown-toggle {
    color: white;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .DropdownButtonDrawer > div.open .dropdown-toggle:hover, .DropdownButtonDrawer > div.open .dropdown-toggle:focus, .DropdownButtonDrawer > div.open .dropdown-toggle:active {
      color: white;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .DropdownButtonDrawer > div.btn-group {
    margin: 0.5em 0 0 0;
    width: 100%; }
    @media (min-width: 640px) {
      .DropdownButtonDrawer > div.btn-group {
        margin: 0 0 0 auto;
        min-width: 15em; } }
    @media (min-width: 960px) {
      .DropdownButtonDrawer > div.btn-group {
        margin: 0;
        min-width: 10em; } }
    .DropdownButtonDrawer > div.btn-group button {
      width: auto;
      min-width: 10rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0;
      padding: 0.6rem 0.8rem;
      border-radius: 0;
      border: none;
      background: none;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: white;
      font-size: 0.7rem;
      font-family: Eurostile Bold, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
      .DropdownButtonDrawer > div.btn-group button:after {
        border: none; }
    .DropdownButtonDrawer > div.btn-group .dropdown-menu {
      padding: 0;
      border: initial;
      background-color: rgba(10, 31, 51, 0.8);
      border-radius: 0;
      max-width: 100%; }
      .DropdownButtonDrawer > div.btn-group .dropdown-menu .active a {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
        background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1));
        -webkit-box-shadow: -2px 0 #3d6b99;
                box-shadow: -2px 0 #3d6b99; }
        .DropdownButtonDrawer > div.btn-group .dropdown-menu .active a:hover {
          background-color: transparent;
          background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
          background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1));
          -webkit-box-shadow: -2px 0 #3d6b99;
                  box-shadow: -2px 0 #3d6b99;
          color: white; }
      .DropdownButtonDrawer > div.btn-group .dropdown-menu li {
        padding: 0;
        margin: 0; }
        .DropdownButtonDrawer > div.btn-group .dropdown-menu li a {
          padding-top: 0.28555rem;
          padding-bottom: 0.28555rem;
          color: white;
          font-size: 0.7rem;
          font-family: Eurostile Bold, sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          white-space: normal; }
          .DropdownButtonDrawer > div.btn-group .dropdown-menu li a:focus, .DropdownButtonDrawer > div.btn-group .dropdown-menu li a:hover {
            background-color: transparent;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.2)), to(rgba(0, 128, 255, 0.05)));
            background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.2), rgba(0, 128, 255, 0.05));
            color: #a3b8cc;
            border: none; }
  .DropdownButtonDrawer .DropdownButtonDrawer-caption {
    margin-bottom: 0; }
  .DropdownButtonDrawer .DropdownButtonDrawer-content {
    position: relative;
    padding: 1em;
    background-color: rgba(9, 28, 46, 0.9); }
    .DropdownButtonDrawer .DropdownButtonDrawer-content::after {
      border: 2px solid #122a42;
      background: none;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
              box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      pointer-events: none;
      right: 0;
      top: 0;
      margin: initial; }

.ProfileHeader-inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 960px) {
    .ProfileHeader-inner {
      background-color: rgba(9, 28, 46, 0.65);
      border: 2px solid rgba(153, 204, 255, 0.275);
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
              box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
      margin: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.ProfileHeader-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (min-width: 960px) {
    .ProfileHeader-info {
      border-left: 2px solid rgba(153, 204, 255, 0.275);
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%; }
      .ProfileHeader-info .ProfileInfo {
        z-index: 1; }
      .ProfileHeader-info:after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 26, 51, 0.4)));
        background: linear-gradient(transparent, rgba(0, 26, 51, 0.4));
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }

.Portrait-data {
  background: transparent url(https://static.starcraft2.com/qa/images/portrait-summary-pointbox.cb62b468d034fd5ebbc9ff95a68f3288.png) no-repeat;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 44px;
  height: 34px;
  z-index: 3;
  text-align: center; }
  .Portrait-data span {
    color: white;
    font: 400 15px "Source Sans Pro";
    font-size: 15px;
    line-height: 24px;
    vertical-align: text-top; }

.Portrait-image img {
  display: block;
  width: 166px;
  height: 166px; }

.Portrait-image::after {
  -webkit-box-shadow: inset 0 0 40px rgba(0, 102, 204, 0.9), inset 0 0 0px rgba(0, 102, 204, 0.4);
          box-shadow: inset 0 0 40px rgba(0, 102, 204, 0.9), inset 0 0 0px rgba(0, 102, 204, 0.4);
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: 2; }

.Portrait-wrapper {
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border: 2px solid rgba(153, 204, 255, 0.275); }
  @media (min-width: 960px) {
    .Portrait-wrapper {
      border: none; } }

.ProfileInfo {
  margin: 0.53437rem 0.731rem 0 0.731rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }
  @media (min-width: 960px) {
    .ProfileInfo {
      margin: 30px 0 30px 30px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.ProfileInfo-data {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1em;
  text-align: center; }
  @media (min-width: 960px) {
    .ProfileInfo-data {
      text-align: left; } }
  .ProfileInfo-data .ProfileInfo-name {
    color: white;
    font: 700 33px "Eurostile";
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: none; }
  .ProfileInfo-data .ProfileInfo-clan {
    color: #7aa3cc;
    font: 700 25px "Eurostile";
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.ProfileIntro-achievements {
  line-height: 35px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 960px) {
    .ProfileIntro-achievements {
      margin-top: 0;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; } }
  .ProfileIntro-achievements .ProfileIntro-achievements-inner {
    display: inline-block; }
    .ProfileIntro-achievements .ProfileIntro-achievements-inner img {
      height: 28px;
      width: 36px;
      vertical-align: sub; }
    .ProfileIntro-achievements .ProfileIntro-achievements-inner .PromoIntro-text {
      color: #a3b8cc;
      font: 400 28px "Source Sans Pro";
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0.28555rem;
      text-shadow: none; }

.ProfileExtras {
  margin: 0.731rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }
  @media (min-width: 960px) {
    .ProfileExtras {
      margin-right: 30px;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 0; } }
  .ProfileExtras .ProfileSelector {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ProfileExtras .ProfileSelector .ChangeProfileDropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0; }
      .ProfileExtras .ProfileSelector .ChangeProfileDropdown .dropdown-menu {
        background-color: rgba(10, 31, 51, 0.9);
        padding: 0.39062rem 0; }
      .ProfileExtras .ProfileSelector .ChangeProfileDropdown .Navigation-icon--arrow.is-open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      @media (min-width: 960px) {
        .ProfileExtras .ProfileSelector .ChangeProfileDropdown {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }

.ProfileDecals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }
  .ProfileDecals.TopLevel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 960px) {
      .ProfileDecals.TopLevel {
        margin: 0 30px 0 0; } }
  @media (min-width: 960px) {
    .ProfileDecals {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.ProfileDecal-wrapper {
  margin-right: 5px;
  margin-left: 5px; }
  @media (min-width: 960px) {
    .ProfileDecal-wrapper {
      margin-right: 0;
      margin-left: 10px; } }

.ProfileDecal-image {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: 2px solid rgba(153, 204, 255, 0.275); }

.Gml {
  background: top url(https://static.starcraft2.com/qa/images/profile-ladders-grandmaster-background-image-960.98ef8bf6cb3fd26374a61ecea8f1ce66.png) no-repeat; }
  @media (min-width: 960px) {
    .Gml {
      background: top url(https://static.starcraft2.com/qa/images/profile-ladders-grandmaster-background-image-1600.dd60ca1c8832219840b50f3745d16820.png) no-repeat; } }
  @media (min-width: 1120px) {
    .Gml {
      background: top url(https://static.starcraft2.com/qa/images/profile-ladders-grandmaster-background-image-2400.b130e60aef79657166b9d891795c95ef.png) no-repeat; } }
  .Gml a {
    color: #cce6ff; }
    .Gml a:visited {
      color: #cce6ff; }

.GmlHeader {
  text-align: center; }
  .GmlHeader .GmlHeader-season {
    margin: 0;
    color: #7aa3cc; }
  .GmlHeader .GmlHeader-league {
    margin: 0; }
  .GmlHeader .GmlHeader-description {
    font: 1em "Source Sans Pro";
    color: #a3b8cc;
    margin: 1rem 0; }
  .GmlHeader .GmlHeader-divider {
    width: initial;
    height: initial;
    margin: 1rem 0; }

.LadderTable-wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: auto; }

.LadderTable {
  width: 100%;
  font-size: 0.8em;
  min-width: 960px; }
  .LadderTable thead {
    line-height: 1em;
    background: transparent;
    text-align: left;
    text-transform: uppercase;
    font: bold 0.7em "Eurostile";
    color: #7aa3cc; }
    .LadderTable thead th {
      padding-bottom: 0.75em; }
  .LadderTable tbody {
    background-color: rgba(0, 13, 26, 0.6);
    border: 2px #294766 solid;
    font: bold 1em "Eurostile";
    color: #cce5ff; }
    .LadderTable tbody tr {
      height: 60px;
      border-bottom: 0; }
      .LadderTable tbody tr:nth-child(odd) {
        background: rgba(20, 61, 102, 0.2); }
      .LadderTable tbody tr:hover {
        background-color: rgba(20, 61, 102, 0.5); }
    .LadderTable tbody td {
      vertical-align: middle;
      position: relative;
      padding: 0.39062rem 0;
      text-align: left; }
    .LadderTable tbody .LadderTable-row-highlight {
      background-color: rgba(1, 66, 131, 0.5) !important;
      border: 2px rgba(116, 162, 210, 0.5) solid; }
    .LadderTable tbody .LadderTable-col-raceicon {
      vertical-align: middle;
      padding-right: 0.4em; }
    .LadderTable tbody .LadderTable-col-multi {
      max-width: 5em; }
    .LadderTable tbody .LadderTable-col-status {
      text-align: center;
      width: 3em; }
  .LadderTable td:first-child, .LadderTable th:first-child {
    padding: 0 1em 0 1em; }
  .LadderTable td:last-child, .LadderTable th:last-child {
    padding: 0 1em 0 1em; }

.LadderTable-matches-wrapper {
  margin: 0 2px; }

.LadderTable-matches {
  width: 100%;
  font-size: 0.8em; }
  .LadderTable-matches thead {
    line-height: 1em;
    background: transparent;
    text-align: left;
    text-transform: uppercase;
    font: bold 0.7em "Eurostile";
    color: #7aa3cc; }
    .LadderTable-matches thead th {
      padding-bottom: 0.75em; }
  .LadderTable-matches tbody {
    background-color: rgba(0, 13, 26, 0.6);
    border: 2px #294766 solid;
    font: bold 1em "Eurostile";
    color: #cce5ff; }
    .LadderTable-matches tbody tr {
      height: 60px;
      border-bottom: 0; }
      .LadderTable-matches tbody tr:nth-child(odd) {
        background: rgba(20, 61, 102, 0.2); }
      .LadderTable-matches tbody tr:hover {
        background-color: rgba(20, 61, 102, 0.5); }
    .LadderTable-matches tbody td {
      vertical-align: middle;
      position: relative;
      padding: 0.39062rem 0;
      text-align: left; }
    .LadderTable-matches tbody .LadderTable-row-highlight {
      background-color: rgba(1, 66, 131, 0.5) !important;
      border: 2px rgba(116, 162, 210, 0.5) solid; }
    .LadderTable-matches tbody .LadderTable-col-raceicon {
      vertical-align: middle;
      padding-right: 0.4em; }
    .LadderTable-matches tbody .LadderTable-col-multi {
      max-width: 5em; }
    .LadderTable-matches tbody .LadderTable-col-status {
      text-align: center;
      width: 3em; }
  .LadderTable-matches td:first-child, .LadderTable-matches th:first-child {
    padding: 0 1em 0 1em; }
  .LadderTable-matches td:last-child, .LadderTable-matches th:last-child {
    padding: 0 1em 0 1em; }

.Ladder-badge-grandmaster {
  display: none; }
  @media (min-width: 1120px) {
    .Ladder-badge-grandmaster {
      display: initial;
      position: relative;
      width: 120px;
      margin-top: 1em; }
      .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 0;
        left: 0;
        color: white;
        text-shadow: #fbcb66 0 0 10px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16 .LadderBadgeItem-data .LadderBadgeItem-value {
          font-size: 30px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-16::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-gold.b3b6ff1a4575a32e65a684d0dc7fbd93.png) no-repeat; }
      .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 960px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-50::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; }
      .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 3000px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-100::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; }
      .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 6000px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-grandmaster .Ladder-badge-grandmaster-top-200::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; } }

.Ladder-badge-default {
  display: none; }
  @media (min-width: 1120px) {
    .Ladder-badge-default {
      display: initial;
      position: relative;
      width: 120px;
      margin-top: 1em; }
      .Ladder-badge-default .Ladder-badge-default-top-8 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 0;
        left: 0;
        color: white;
        text-shadow: #fbcb66 0 0 10px; }
        .Ladder-badge-default .Ladder-badge-default-top-8 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-default .Ladder-badge-default-top-8 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-default .Ladder-badge-default-top-8 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-default .Ladder-badge-default-top-8 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-default .Ladder-badge-default-top-8::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-default .Ladder-badge-default-top-8 .LadderBadgeItem-data .LadderBadgeItem-value {
          font-size: 30px; }
        .Ladder-badge-default .Ladder-badge-default-top-8::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-gold.b3b6ff1a4575a32e65a684d0dc7fbd93.png) no-repeat; }
      .Ladder-badge-default .Ladder-badge-default-top-25 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 480px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-default .Ladder-badge-default-top-25 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-default .Ladder-badge-default-top-25 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-default .Ladder-badge-default-top-25 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-default .Ladder-badge-default-top-25 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-default .Ladder-badge-default-top-25::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-default .Ladder-badge-default-top-25 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-default .Ladder-badge-default-top-25::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; }
      .Ladder-badge-default .Ladder-badge-default-top-50 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 1500px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-default .Ladder-badge-default-top-50 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-default .Ladder-badge-default-top-50 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-default .Ladder-badge-default-top-50 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-default .Ladder-badge-default-top-50 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-default .Ladder-badge-default-top-50::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-default .Ladder-badge-default-top-50 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-default .Ladder-badge-default-top-50::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; }
      .Ladder-badge-default .Ladder-badge-default-top-100 {
        position: absolute;
        width: 80px;
        height: 152px;
        top: 3000px;
        left: 0;
        color: white;
        text-shadow: #C1FFFF 0 0 10px; }
        .Ladder-badge-default .Ladder-badge-default-top-100 .LadderBadgeItem-badge {
          position: absolute;
          height: 110px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .Ladder-badge-default .Ladder-badge-default-top-100 .LadderBadgeItem-data {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          line-height: 1;
          text-align: center;
          width: 100%; }
          .Ladder-badge-default .Ladder-badge-default-top-100 .LadderBadgeItem-data .LadderBadgeItem-caption {
            font: 400 12px Tahoma, Arial, Helvetica, sans-serif; }
          .Ladder-badge-default .Ladder-badge-default-top-100 .LadderBadgeItem-data .LadderBadgeItem-value {
            font-family: Tahoma, Arial, Helvetica, sans-serif;
            font-weight: 700; }
        .Ladder-badge-default .Ladder-badge-default-top-100::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 69px;
          height: 152px; }
        .Ladder-badge-default .Ladder-badge-default-top-100 .LadderBadgeItem-data .LadderBadgeItem-value {
          line-height: 1.3;
          font-size: 22px; }
        .Ladder-badge-default .Ladder-badge-default-top-100::before {
          background: url(https://static.starcraft2.com/qa/images/banner-wide-default.150615cbb39df402b577f571d26ffd4e.png) no-repeat; } }

.ProfileLadderHeader {
  position: relative; }
  .ProfileLadderHeader .ProfileLadderHeader-data {
    margin-top: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #cce6ff;
    font: 0.9em "Eurostile"; }
    @media (min-width: 1120px) {
      .ProfileLadderHeader .ProfileLadderHeader-data {
        position: absolute;
        top: 0.8em;
        right: 0;
        margin-top: 0;
        text-align: initial; } }
    .ProfileLadderHeader .ProfileLadderHeader-data .ProfileLadderHeader-data-item-left {
      margin-right: 0.25em; }
    .ProfileLadderHeader .ProfileLadderHeader-data .ProfileLadderHeader-data-item-middle {
      margin: 0 0.25em; }
    .ProfileLadderHeader .ProfileLadderHeader-data .ProfileLadderHeader-data-item-right {
      margin-left: 0.25em; }

.LadderSummaryShowcase {
  padding-top: 1.5rem;
  margin-bottom: 1.2rem; }

.LadderSummaryShowcase-card-grandmaster {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-grandmaster::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-grandmaster::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-grandmaster::before {
    border-top: 2px solid #fa9600; }
  .LadderSummaryShowcase-card-grandmaster::after {
    background-image: url(https://static.starcraft2.com/qa/images/grandmaster.d2ab9065434e8fa4042d30e5010df5f9.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-master {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-master::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-master::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-master::before {
    border-top: 2px solid #0095ff; }
  .LadderSummaryShowcase-card-master::after {
    background-image: url(https://static.starcraft2.com/qa/images/master.51c47057b8cee504613a87cd84fba16b.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-diamond {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-diamond::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-diamond::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-diamond::before {
    border-top: 2px solid #13c9fb; }
  .LadderSummaryShowcase-card-diamond::after {
    background-image: url(https://static.starcraft2.com/qa/images/diamond.6faad792f7b6bfc1c9f9bbeb5c289043.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-platinum {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-platinum::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-platinum::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-platinum::before {
    border-top: 2px solid #bde8ff; }
  .LadderSummaryShowcase-card-platinum::after {
    background-image: url(https://static.starcraft2.com/qa/images/platinum.f407fcd425549f315098b0806ef8eac4.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-gold {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-gold::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-gold::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-gold::before {
    border-top: 2px solid #be901e; }
  .LadderSummaryShowcase-card-gold::after {
    background-image: url(https://static.starcraft2.com/qa/images/gold.ef84260f60c780d9fa2d99f083668592.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-silver {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-silver::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-silver::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-silver::before {
    border-top: 2px solid #919191; }
  .LadderSummaryShowcase-card-silver::after {
    background-image: url(https://static.starcraft2.com/qa/images/silver.57bb73a131314d657135d2acf533d5e5.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-bronze {
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-bronze::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-bronze::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-bronze::before {
    border-top: 2px solid #7e4a2a; }
  .LadderSummaryShowcase-card-bronze::after {
    background-image: url(https://static.starcraft2.com/qa/images/bronze.249b7eee2d0c53c60a15403ded9bdc7c.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-card-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 15rem;
  position: relative;
  padding: 1em;
  background-color: rgba(9, 28, 46, 0.31); }
  .LadderSummaryShowcase-card-none::before {
    border: 2px solid #122a42;
    background: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: initial; }
  .LadderSummaryShowcase-card-none::after {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background-position: 0 -315px;
    height: 105px;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -50px; }
  .LadderSummaryShowcase-card-none::after {
    background-image: url(https://static.starcraft2.com/qa/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png);
    background-repeat: no-repeat; }

.LadderSummaryShowcase-title:first-child {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Eurostile";
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: white;
  letter-spacing: initial; }

.LadderSummaryShowcase-subtitle {
  margin-top: 0.4em;
  color: #7aa3cc;
  font: 400 0.8em "Eurostile";
  text-align: center;
  text-transform: uppercase; }

.LadderSummaryShowcase-divider {
  width: 100%;
  height: auto; }

.LadderSummaryShowcase-member {
  background-color: rgba(20, 61, 102, 0.2);
  margin: 4px 0;
  padding-left: 0.3em; }
  .LadderSummaryShowcase-member .LadderSummaryShowcase-member-raceicon {
    vertical-align: middle;
    padding-right: 0.3em;
    width: auto;
    height: auto; }
  .LadderSummaryShowcase-member:hover {
    background-color: rgba(20, 61, 102, 0.5); }

.EmptyLadderCard {
  background-color: #0a1829; }

.OverflowNav {
  padding-top: 1.16961rem; }

.OverflowNav-list li {
  padding: 0;
  padding-right: 0.85499rem;
  padding-left: 0.85499rem;
  background-color: inherit;
  border: none;
  letter-spacing: 2.5px; }

.OverflowNav-list > li.OverflowNav-item > .OverflowNav-link {
  padding: 10px 0px 10px 0px; }

.OverflowNav-dropdown-link {
  font: 700 18px "Eurostile", "Source Sans Pro", sans-serif;
  letter-spacing: 2.5px;
  padding-top: 0.28555rem;
  padding-bottom: 0.28555rem;
  text-transform: uppercase; }

.OverflowNav-item .OverflowNav-link {
  font: 700 22px "Eurostile", "Source Sans Pro", sans-serif; }

body.is-desktop div.OverflowScroller::-webkit-scrollbar {
  height: 8px;
  background-color: #528fcc; }

body.is-desktop div.OverflowScroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #143c66;
  border-radius: 8px; }

body.is-desktop div.OverflowScroller::-webkit-scrollbar-thumb {
  background-color: #528fcc;
  border-radius: 8px; }

.OverflowNav-list {
  overflow: visible;
  border: none;
  min-width: 1000px; }

.OverflowNav-list li.OverflowNav-item.active {
  background: radial-gradient(ellipse at bottom, #3c88c3 -50%, transparent 40%);
  border: none; }

.OverflowNav-list li.OverflowNav-item.active:after, .OverflowNav-item.is-open:after {
  opacity: 0.5;
  content: '';
  height: 2px;
  display: block;
  left: 0;
  position: absolute;
  width: 100%; }

.OverflowNav-list li.OverflowNav-item.active svg, .OverflowNav-list li.OverflowNav-item:hover svg {
  fill: white; }

.OverflowNav-list li.OverflowNav-item:hover a.OverflowNav-link {
  color: white; }

.OverflowNav-list li.OverflowNav-item.active a.OverflowNav-link {
  background-color: inherit;
  border: none;
  color: white; }

.OverflowNav-list li.OverflowNav-item.is-open:after {
  background-color: rgba(153, 204, 255, 0.5); }

.OverflowNav-list li.OverflowNav-item.active:after {
  background-color: #99ccff; }

.OverflowNav-list li.OverflowNav-item .OverflowNav-link {
  display: inline-block; }

.OverflowNav-list li.OverflowNav-item.is-open a.OverflowNav-link {
  color: white; }

.OverflowNav-dropdown {
  visibility: hidden; }

.OverflowNav-dropdown.is-open {
  z-index: 10;
  position: relative;
  visibility: visible; }

.OverflowScroller-scroll > .OverflowNav-list > li.OverflowNav-item > .OverflowNav-link {
  color: #a3b8cc;
  background-color: inherit;
  border: none; }

.OverflowNav-dropdown .NavigationDropdown-link,
.OverflowNav-dropdown .NavigationDropdown-link:visited,
.OverflowNav-dropdown .NavigationDropdown-link:focus {
  color: #a3b8cc;
  border: none; }

.OverflowNav-dropdown .NavigationDropdown-link.active {
  color: white;
  -webkit-box-shadow: -2px 0 #3d6b99;
          box-shadow: -2px 0 #3d6b99;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 255, 0.4)), to(rgba(0, 128, 255, 0.1)));
  background-image: linear-gradient(90deg, rgba(0, 128, 255, 0.4), rgba(0, 128, 255, 0.1)); }

.OverflowScroller {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto; }

.OverflowScroller-scroll {
  width: 100%;
  display: table; }

.Section.Section--primary {
  padding-top: 6.5536rem; }

.AchievementShowcase .carousel ol {
  margin-top: 0px;
  margin-bottom: 0px; }

.AchievementShowcase .carousel .carousel-indicators {
  bottom: 0px; }

.AchievementWrapper .AchievementGrid-regular {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  grid-gap: 10px 10px; }
  .AchievementWrapper .AchievementGrid-regular .Grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .AchievementWrapper .AchievementGrid-regular .Grid-item > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.AchievementWrapper .AchievementGrid-wide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px 10px; }
  .AchievementWrapper .AchievementGrid-wide .Grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .AchievementWrapper .AchievementGrid-wide .Grid-item > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.AchievementWrapper > a {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%; }

.Career .CareerStats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 192px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .Career .CareerStats .CareerStats-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.8em;
    line-height: 1; }
    .Career .CareerStats .CareerStats-data .CareerStats-label {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
    .Career .CareerStats .CareerStats-data .CareerStats-value {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.Profile {
  background: top url(https://static.starcraft2.com/qa/images/profile-background-image-960.e984d485f0ab916c804f8c34bead1940.png) no-repeat; }
  @media (min-width: 960px) {
    .Profile {
      background: top url(https://static.starcraft2.com/qa/images/profile-background-image-1600.63d9078dc4995712906cf1c67125d0eb.png) no-repeat; } }
  @media (min-width: 1120px) {
    .Profile {
      background: top url(https://static.starcraft2.com/qa/images/profile-background-image-2400.7e86f8c214dce324b10aadea2a153124.png) no-repeat; } }
  .Profile a {
    color: #cce6ff; }
    .Profile a:visited {
      color: #cce6ff; }

.ProfileGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 10px 10px; }
  .ProfileGrid .Grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ProfileGrid .Grid-item > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.ProfileContainer {
  margin: 1.5em 0 0 0; }

.RaceLevel-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(191px, 1fr));
  grid-gap: 20px 20px; }
  .RaceLevel-wrapper .Grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .RaceLevel-wrapper .Grid-item > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .RaceLevel-wrapper .RaceLevel {
    position: relative; }
    .RaceLevel-wrapper .RaceLevel .RaceLevel-image img {
      display: block;
      width: 100%; }
    .RaceLevel-wrapper .RaceLevel .RaceLevel-data-wrapper {
      position: absolute;
      width: 80%;
      bottom: 6%; }
      .RaceLevel-wrapper .RaceLevel .RaceLevel-data-wrapper .progress {
        margin-left: 10%; }
      .RaceLevel-wrapper .RaceLevel .RaceLevel-data-wrapper .RaceLevel-progress {
        font-size: 8px; }

.RaceLevel-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  line-height: 1; }
  .RaceLevel-data .RaceLevel-data-img {
    width: auto;
    height: auto; }
  .RaceLevel-data .RaceLevel-data-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .RaceLevel-data .RaceLevel-data-text .RaceLevel-data-text-name {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
    .RaceLevel-data .RaceLevel-data-text .RaceLevel-data-text-level {
      color: #7aa3cc;
      font: 400 0.7rem "Source Sans Pro";
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 100px; }

.Snapshot {
  font-size: 1em; }
  @media (max-width: 639px) {
    .Snapshot .Snapshot-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .Snapshot .Snapshot-data .Snapshot-data-mode {
    color: #cce6ff;
    font: 600 0.7rem "Source Sans Pro";
    margin-bottom: 1px; }
  .Snapshot .Snapshot-data .Snapshot-data-divider {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
    @media (max-width: 639px) {
      .Snapshot .Snapshot-data .Snapshot-data-divider {
        display: none; } }
  .Snapshot .Snapshot-data .Snapshot-data-games {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }

.ProgressCard-sm a:hover {
  text-decoration: none; }

.ProgressCard-sm a .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-sm a .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  :hover > .ProgressCard-sm a .ProgressCard-wrapper {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }
  .ProgressCard-sm a .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-sm a .ProgressCard-wrapper .ProgressCard-background img {
      width: 45px;
      height: 45px; }

.ProgressCard-sm a .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-sm a .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-sm .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-sm .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  .ProgressCard-sm .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-sm .ProgressCard-wrapper .ProgressCard-background img {
      width: 45px;
      height: 45px; }

.ProgressCard-sm .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-sm .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-sm .ProgressCard-progressbar {
  margin-top: 10px; }

.ProgressCard-sm .ProgressCard-points {
  text-align: center;
  line-height: 1; }
  .ProgressCard-sm .ProgressCard-points .ProgressCard-points-caption {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
  .ProgressCard-sm .ProgressCard-points .ProgressCard-points-img {
    vertical-align: middle;
    width: auto;
    height: auto; }

.ProgressCard-md a:hover {
  text-decoration: none; }

.ProgressCard-md a .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-md a .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  :hover > .ProgressCard-md a .ProgressCard-wrapper {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }
  .ProgressCard-md a .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-md a .ProgressCard-wrapper .ProgressCard-background img {
      width: 75px;
      height: 75px; }

.ProgressCard-md a .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-md a .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-md .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-md .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  .ProgressCard-md .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-md .ProgressCard-wrapper .ProgressCard-background img {
      width: 75px;
      height: 75px; }

.ProgressCard-md .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-md .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-md .ProgressCard-progressbar {
  margin-top: 10px; }

.ProgressCard-md .ProgressCard-points {
  text-align: center;
  line-height: 1; }
  .ProgressCard-md .ProgressCard-points .ProgressCard-points-caption {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
  .ProgressCard-md .ProgressCard-points .ProgressCard-points-img {
    vertical-align: middle;
    width: auto;
    height: auto; }

.ProgressCard-flex a:hover {
  text-decoration: none; }

.ProgressCard-flex a .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-flex a .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  :hover > .ProgressCard-flex a .ProgressCard-wrapper {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }
  .ProgressCard-flex a .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-flex a .ProgressCard-wrapper .ProgressCard-background img {
      width: 45px;
      height: 45px; }

.ProgressCard-flex a .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-flex a .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-flex .ProgressCard-wrapper {
  margin: 0 auto;
  padding: 6px;
  position: relative;
  display: table; }
  .ProgressCard-flex .ProgressCard-wrapper::after {
    background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
    margin: 0 auto;
    width: 87px;
    height: 82px; }
  .ProgressCard-flex .ProgressCard-wrapper .ProgressCard-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ProgressCard-flex .ProgressCard-wrapper .ProgressCard-background img {
      width: 45px;
      height: 45px; }

.ProgressCard-flex .ProgressCard-caption {
  text-align: center;
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro";
  line-height: 1.2;
  padding-top: 10px;
  min-height: 58px; }

.ProgressCard-flex .ProgressCard-description {
  text-align: center;
  color: #7aa3cc;
  font: 400 0.7rem "Source Sans Pro";
  line-height: 1;
  font-size: 0.8em; }

.ProgressCard-flex .ProgressCard-progressbar {
  margin-top: 10px; }

.ProgressCard-flex .ProgressCard-points {
  text-align: center;
  line-height: 1; }
  .ProgressCard-flex .ProgressCard-points .ProgressCard-points-caption {
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro"; }
  .ProgressCard-flex .ProgressCard-points .ProgressCard-points-img {
    vertical-align: middle;
    width: auto;
    height: auto; }

@media (min-width: 640px) {
  .ProgressCard-flex a:hover {
    text-decoration: none; }
  .ProgressCard-flex a .ProgressCard-wrapper {
    margin: 0 auto;
    padding: 6px;
    position: relative;
    display: table; }
    .ProgressCard-flex a .ProgressCard-wrapper::after {
      background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 87px;
      height: 82px; }
    :hover > .ProgressCard-flex a .ProgressCard-wrapper {
      -webkit-filter: brightness(1.3);
              filter: brightness(1.3); }
    .ProgressCard-flex a .ProgressCard-wrapper .ProgressCard-background {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ProgressCard-flex a .ProgressCard-wrapper .ProgressCard-background img {
        width: 75px;
        height: 75px; }
  .ProgressCard-flex a .ProgressCard-caption {
    text-align: center;
    color: #cce6ff;
    font: 600 0.7rem "Source Sans Pro";
    line-height: 1.2;
    padding-top: 10px;
    min-height: 58px; }
  .ProgressCard-flex a .ProgressCard-description {
    text-align: center;
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro";
    line-height: 1;
    font-size: 0.8em; }
  .ProgressCard-flex .ProgressCard-wrapper {
    margin: 0 auto;
    padding: 6px;
    position: relative;
    display: table; }
    .ProgressCard-flex .ProgressCard-wrapper::after {
      background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 87px;
      height: 82px; }
    .ProgressCard-flex .ProgressCard-wrapper .ProgressCard-background {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ProgressCard-flex .ProgressCard-wrapper .ProgressCard-background img {
        width: 75px;
        height: 75px; }
  .ProgressCard-flex .ProgressCard-caption {
    text-align: center;
    color: #cce6ff;
    font: 600 0.7rem "Source Sans Pro";
    line-height: 1.2;
    padding-top: 10px;
    min-height: 58px; }
  .ProgressCard-flex .ProgressCard-description {
    text-align: center;
    color: #7aa3cc;
    font: 400 0.7rem "Source Sans Pro";
    line-height: 1;
    font-size: 0.8em; }
  .ProgressCard-flex .ProgressCard-progressbar {
    margin-top: 10px; }
  .ProgressCard-flex .ProgressCard-points {
    text-align: center;
    line-height: 1; }
    .ProgressCard-flex .ProgressCard-points .ProgressCard-points-caption {
      color: #7aa3cc;
      font: 400 0.7rem "Source Sans Pro"; }
    .ProgressCard-flex .ProgressCard-points .ProgressCard-points-img {
      vertical-align: middle;
      width: auto;
      height: auto; } }

.ProgressCard-locked {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5); }

.RewardComponent {
  margin-top: 1em; }
  .RewardComponent .RewardComponent-category {
    margin-bottom: 2em; }
    .RewardComponent .RewardComponent-category .RewardComponent-category-title {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
  .RewardComponent .RewardCardWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
    grid-gap: 10px 10px; }
    .RewardComponent .RewardCardWrapper .Grid-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .RewardComponent .RewardCardWrapper .Grid-item > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay {
      position: relative;
      min-width: 150px; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-default {
        padding: 5px; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-locked::after {
        background: url(https://static.starcraft2.com/qa/images/rewards-icon-locked.111a8851c9126f045795cd2478da4604.png) no-repeat;
        content: '';
        position: absolute;
        top: 53px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 16px;
        height: 18px; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-locked:hover .RewardCard {
        position: relative;
        padding: 20px;
        background-color: rgba(2, 39, 77, 0.4); }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-locked:hover .RewardCard::after {
          border: 2px solid rgba(26, 140, 255, 0.25);
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#094480), to(0.4));
          background: linear-gradient(transparent, #094480, 0.4);
          -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
                  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          pointer-events: none;
          right: 0;
          top: 0;
          margin: initial; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-locked:hover::after {
        background: none; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-locked:hover * {
        opacity: 1; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCardWrapper-selected::after {
        background: url(https://static.starcraft2.com/qa/images/rewards-icon-selected.f164d83ec7f838ebf622373316c21c07.png) no-repeat;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 29px;
        height: 29px; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard {
        position: relative;
        padding: 20px;
        background-color: rgba(9, 28, 46, 0.31);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard::after {
          border: 2px solid #122a42;
          background: none;
          -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
                  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          pointer-events: none;
          right: 0;
          top: 0;
          margin: initial; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .RewardCard-image {
          width: 75px;
          height: 75px;
          margin: auto;
          position: relative; }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .RewardCard-image img {
            width: 75px;
            height: 75px; }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .RewardCard-image::after {
            background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            margin: 0 auto;
            width: 87px;
            height: 82px; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .RewardCard-caption {
          color: #cce6ff;
          font: 600 0.7rem "Source Sans Pro";
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          height: 2.4em;
          white-space: pre-wrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .RewardCard-meta {
          text-align: center;
          font-size: 0.6em;
          padding-bottom: 8px; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard .Divider {
          height: 1px;
          margin-bottom: 8px;
          background-color: #04468a; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard:hover {
          position: relative;
          padding: 20px;
          background-color: rgba(2, 39, 77, 0.4); }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard:hover::after {
            border: 2px solid rgba(26, 140, 255, 0.25);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#094480), to(0.4));
            background: linear-gradient(transparent, #094480, 0.4);
            -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
                    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            pointer-events: none;
            right: 0;
            top: 0;
            margin: initial; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected {
        position: relative;
        padding: 20px;
        background-color: rgba(2, 39, 77, 0.4);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected::after {
          border: 2px solid rgba(26, 140, 255, 0.7);
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#094480), to(0.4));
          background: linear-gradient(transparent, #094480, 0.4);
          -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
                  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          pointer-events: none;
          right: 0;
          top: 0;
          margin: initial; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-image {
          width: 75px;
          height: 75px;
          margin: auto;
          position: relative; }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-image img {
            width: 75px;
            height: 75px; }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-image::after {
            background: url(https://static.starcraft2.com/qa/images/rewards-frame-default.449c8348e4736852fd9c85813e7e5b83.png) no-repeat;
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            margin: 0 auto;
            width: 87px;
            height: 82px; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-caption {
          color: #cce6ff;
          font: 600 0.7rem "Source Sans Pro";
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          height: 2.4em;
          white-space: pre-wrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-meta {
          text-align: center;
          font-size: 0.6em;
          padding-bottom: 8px; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected::after {
          -webkit-box-shadow: inset 0 0 10px #006fde;
                  box-shadow: inset 0 0 10px #006fde; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected:hover {
          position: relative;
          padding: 20px;
          background-color: rgba(2, 39, 77, 0.4); }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected:hover::after {
            border: 2px solid rgba(26, 140, 255, 0.7);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#094480), to(0.4));
            background: linear-gradient(transparent, #094480, 0.4);
            -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
                    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            pointer-events: none;
            right: 0;
            top: 0;
            margin: initial; }
          .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected:hover::after {
            -webkit-box-shadow: inset 0 0 10px #006fde;
                    box-shadow: inset 0 0 10px #006fde; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .Divider {
          height: 1px;
          margin-bottom: 8px;
          background-color: #6b9eee; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-selected .RewardCard-image::after {
          background: url(https://static.starcraft2.com/qa/images/rewards-frame-selected.169e712eb35abe45473d6436825e7f49.png) no-repeat; }
      .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-locked {
        opacity: 0.4; }
        .RewardComponent .RewardCardWrapper .RewardCardWrapper-overlay .RewardCard-locked:hover {
          opacity: 1; }

.RewardComponent-popover-caption {
  color: #cce6ff;
  font: 600 0.7rem "Source Sans Pro"; }

.RewardComponent-popover-achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px; }
  .RewardComponent-popover-achievement .ProgressTile {
    margin-right: 10px; }
  .RewardComponent-popover-achievement .RewardComponent-popover-achievement-data {
    margin-left: 15px; }
    .RewardComponent-popover-achievement .RewardComponent-popover-achievement-data .RewardComponent-popover-achievement-data-caption {
      color: #cce6ff;
      font: 600 0.7rem "Source Sans Pro"; }
    .RewardComponent-popover-achievement .RewardComponent-popover-achievement-data .RewardComponent-popover-achievement-data-description {
      color: #7aa3cc;
      font: 400 0.7rem "Source Sans Pro"; }

.Transition-fade-enter {
  opacity: 0;
  visibility: visible; }

.Transition-fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.Transition-fade-enter-done {
  opacity: 1; }

.Transition-fade-exit {
  opacity: 1; }

.Transition-fade-exit-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out; }

.Transition-fade-exit-done {
  visibility: hidden; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://static.starcraft2.com/qa/images/default-skin.e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://static.starcraft2.com/qa/images/default-skin.2ab3bafbe12a71d0e88bd9f171985579.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://static.starcraft2.com/qa/images/preloader.e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*
 *  ui-blizzard-navbar overrides
 *  ui-blizzard-navbar shows a desktop-sized navbar above 768px, but SC2's desktop-sized
 *  navbar is too wide to display below 960px. This increases ui-blizzard-navbar's breakpoints
 *  accordingly.
 */
/*
 * Return a neutral color
 * -----------------------------------------------------------------------------
 * @param   number      $value          Color value.
 * @return  number      $color          Returned color
 */
/*
 * Return a color (orange, cyan, blue, purple, or red)
 * -----------------------------------------------------------------------------
 * @param   number      $saturation     Color saturation.
 * @param   number      $value          Color value.
 * @return  number      $color          Returned color
 */
.Site-gutters {
  padding-left: 0.85499rem;
  padding-right: 0.85499rem; }
  @media (min-width: 480px) {
    .Site-gutters {
      padding-left: 1.16961rem;
      padding-right: 1.16961rem; } }
  @media (min-width: 640px) {
    .Site-gutters {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media (min-width: 960px) {
    .Site-gutters {
      padding-left: 2.56rem;
      padding-right: 2.56rem; } }
  @media (min-width: 1440px) {
    .Site-gutters {
      max-width: calc(1440px + (2 * 2.56rem));
      margin-left: auto;
      margin-right: auto;
      padding-left: 2.56rem;
      padding-right: 2.56rem; } }

@media (min-width: 1280px) {
  .no-gutters-at-desktop {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1440px) {
  .no-gutters-at-desktop {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; } }

.eventTemplate-headerBackground {
  height: 340px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .eventTemplate-headerBackground {
      height: 800px; } }

.eventTemplate-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  @media (min-width: 640px) {
    .eventTemplate-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.eventTemplate-headerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -50px; }
  @media (min-width: 640px) {
    .eventTemplate-headerWrapper {
      margin-top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.eventTemplate-headerSubtitle,
.eventTemplate-headerTitle {
  text-transform: uppercase; }
  @media (min-width: 640px) {
    .eventTemplate-headerSubtitle,
    .eventTemplate-headerTitle {
      text-align: center; } }

.eventTemplate-headerTitle {
  color: white;
  font: 700 39px "Eurostile Extd", "Eurostile", "Source Sans Pro"; }

.eventTemplate-headerTitle {
  color: white;
  font: 700 39px "Eurostile Extd", "Eurostile", "Source Sans Pro";
  margin-bottom: 0.85499rem;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 17, 51, 0.8), 0 10px 40px rgba(0, 17, 51, 0.8); }
  @media (min-width: 640px) {
    .eventTemplate-headerTitle {
      font-size: 49px;
      margin-bottom: 1.6rem; } }

.eventTemplate-headerSubtitle {
  color: #7aa3cc;
  font: 700 21px "Eurostile Extd", "Eurostile", "Source Sans Pro";
  text-shadow: 0 1px 4px rgba(0, 17, 51, 0.8), 0 5px 20px rgba(0, 17, 51, 0.8); }
  @media (min-width: 640px) {
    .eventTemplate-headerSubtitle {
      font-size: 24px; } }

.eventTemplate-textSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 640px) {
    .eventTemplate-textSection {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .eventTemplate-textSection a {
    color: #cc99ff;
    text-decoration: underline; }

.eventTemplate-textWrapper {
  max-width: 800px;
  text-align: left;
  width: 100%; }

@media (min-width: 640px) {
  .eventTemplate-textSubtitle,
  .eventTemplate-textTitle {
    text-align: center; } }

.eventTemplate-textSubtitle {
  color: #7aa3cc;
  font: 700 21px "Eurostile Extd", "Eurostile", "Source Sans Pro";
  -webkit-transform: skew(0);
          transform: skew(0); }

.eventTemplate-textTitle {
  color: white;
  font: 700 39px "Eurostile Extd", "Eurostile", "Source Sans Pro";
  -webkit-transform: skew(0);
          transform: skew(0); }

.eventTemplate-textSubtitle {
  text-transform: uppercase; }
  .eventTemplate-textSubtitle:first-child {
    margin-top: 1.16961rem; }
  @media (min-width: 640px) {
    .eventTemplate-textSubtitle {
      font-weight: 700; } }

.eventTemplate-textTitle {
  margin-bottom: 1.16961rem;
  line-height: 1;
  color: white; }
  .eventTemplate-textTitle:first-child {
    margin-top: 1.16961rem; }
  @media (min-width: 640px) {
    .eventTemplate-textTitle {
      text-transform: uppercase;
      font-size: 1.87137rem;
      margin-bottom: 1.6rem; } }
  @media (min-width: 960px) {
    .eventTemplate-textTitle {
      margin-bottom: 1.87137rem; } }
  @media (min-width: 1280px) {
    .eventTemplate-textTitle {
      font-size: 2.18877rem; } }

.eventTemplate-textParagraph {
  color: #a3b8cc;
  font: 400 1rem "Source Sans Pro";
  margin: 1.16961rem 0;
  line-height: 1.6rem; }

.eventTemplate-textSection .text-align-center {
  text-align: center; }

.eventTemplate-textSection .text-align-left {
  text-align: left; }

.eventTemplate-textSection .text-align-right {
  text-align: right; }

.eventTemplate-containerBackground {
  padding-top: 2.56rem;
  background-repeat: no-repeat;
  background-position: top; }
  @media (min-width: 640px) {
    .eventTemplate-containerBackground {
      padding-top: 3.50203rem; } }
  @media (min-width: 960px) {
    .eventTemplate-containerBackground {
      background-size: cover; } }
  @media (min-width: 1280px) {
    .eventTemplate-containerBackground {
      padding-top: 4.79071rem; } }
  .eventTemplate-containerBackground.top {
    background-position: top; }
  .eventTemplate-containerBackground.bottom {
    background-position: bottom; }
  .eventTemplate-containerBackground.repeat {
    background-repeat: repeat; }
  .eventTemplate-containerBackground.repeat-x {
    background-repeat: repeat-x; }
  .eventTemplate-containerBackground.repeat-y {
    background-repeat: repeat-y; }
  .eventTemplate-containerBackground.default-size {
    background-size: auto auto; }
  .eventTemplate-containerBackground.padding-bottom {
    padding-bottom: 2.56rem; }
    @media (min-width: 640px) {
      .eventTemplate-containerBackground.padding-bottom {
        padding-bottom: 3.50203rem; } }
    @media (min-width: 1280px) {
      .eventTemplate-containerBackground.padding-bottom {
        padding-bottom: 4.79071rem; } }
  .eventTemplate-containerBackground.full-width {
    background-size: 100% auto; }

.eventTemplate-video {
  margin: 2.56rem 0; }
  @media (min-width: 960px) {
    .eventTemplate-video {
      margin: 3.50203rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .eventTemplate-video.offset {
    margin-top: -100px; }
    @media (min-width: 640px) {
      .eventTemplate-video.offset {
        margin-top: -250px; } }

.eventTemplate-videoMobile {
  position: relative;
  padding-bottom: 56%; }
  @media (min-width: 960px) {
    .eventTemplate-videoMobile {
      display: none; } }

.eventTemplate-videoMobileFrame {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; }

.eventTemplate-videoDesktop {
  display: none; }
  @media (min-width: 960px) {
    .eventTemplate-videoDesktop {
      display: block;
      max-width: 960px; } }

.eventTemplate-videoDesktopFrame {
  position: relative; }
  .eventTemplate-videoDesktopFrame img {
    border: none;
    vertical-align: middle; }
  .eventTemplate-videoDesktopFrame:before, .eventTemplate-videoDesktopFrame:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: url(https://static.starcraft2.com/qa/images/Global-Elements-Sprite.3c2894c2c77e916eb0b7ce167b5ce516.png);
    background-size: 360% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 122px;
    height: 122px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .eventTemplate-videoDesktopFrame:hover:after {
    background-position: -121px 0; }

.eventTemplate-sectionImage {
  display: block;
  margin: 0 auto;
  padding: 1.87137rem 1.36798rem; }
  @media (min-width: 640px) {
    .eventTemplate-sectionImage {
      padding: 2.18877rem 1.87137rem; } }
  @media (min-width: 960px) {
    .eventTemplate-sectionImage {
      padding: 2.56rem 2.18877rem; } }
  .eventTemplate-sectionImage.full-width {
    width: 100%;
    padding: 0; }

.eventTemplate-simpleImage {
  padding: 0.53437rem;
  max-width: 100%; }

.eventTemplate-simpleGallery {
  text-align: center;
  padding: 0.85499rem 0;
  max-width: 1440px;
  margin: 0 auto; }

.eventTemplate-captionedImageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 98%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.467);
  border: 2px solid #122a42;
  margin-bottom: 1.16961rem; }
  .eventTemplate-captionedImageWrapper:last-child {
    margin-bottom: 0; }
  @media (min-width: 640px) {
    .eventTemplate-captionedImageWrapper .eventTemplate-captionTitle,
    .eventTemplate-captionedImageWrapper .eventTemplate-captionDescription {
      font-size: 1rem; } }
  .eventTemplate-captionedImageWrapper .eventTemplate-captionDescription {
    color: #a3b8cc;
    font: 400 0.85499rem "Source Sans Pro"; }
  .eventTemplate-captionedImageWrapper .eventTemplate-captionTitle {
    color: white;
    font: 700 0.85499rem "Eurostile", "Source Sans Pro"; }
  .eventTemplate-captionedImageWrapper .eventTemplate-captionWrapper-linkTitle {
    color: #a3b8cc;
    font: 400 0.85499rem "Source Sans Pro"; }
    @media (min-width: 640px) {
      .eventTemplate-captionedImageWrapper .eventTemplate-captionWrapper-linkTitle {
        font-size: 1rem; } }
  .eventTemplate-captionedImageWrapper .eventTemplate-captionedImage {
    width: 100%; }
  .eventTemplate-captionedImageWrapper picture, .eventTemplate-captionedImageWrapper img {
    width: 100%;
    margin: 0;
    display: block; }
  .eventTemplate-captionedImageWrapper .eventTemplate-captionWrapper {
    padding: 0.731rem;
    background: rgba(9, 28, 46, 0.8);
    border-top: 2px solid #122a42;
    height: 100%; }

.eventTemplate-responsiveGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.85499rem;
  max-width: 1440px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 640px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
          border-top: 0;
          border-left: 2px solid #122a42; } }
    @media (min-width: 960px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
        border-top: 2px solid #122a42;
        border-left: 0; } }

.eventTemplate-responsiveGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.85499rem;
  max-width: 1440px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 640px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
          border-top: 0;
          border-left: 2px solid #122a42; } }
    @media (min-width: 960px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
        border-top: 2px solid #122a42;
        border-left: 0; } }

.eventTemplate-responsiveGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0.85499rem;
  max-width: 1440px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 640px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
          border-top: 0;
          border-left: 2px solid #122a42; } }
    @media (min-width: 960px) {
      .eventTemplate-responsiveGallery.eventTemplate-responsiveGalleryConfig3 .eventTemplate-captionWrapper {
        border-top: 2px solid #122a42;
        border-left: 0; } }

.eventTemplate-anchor-text-button {
  cursor: pointer;
  font-family: "Eurostile Extd", "Eurostile", "Source Sans Pro";
  font-size: 0.731rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #ffdd99;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(102, 68, 0, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(102, 68, 0, 0.9));
  position: relative;
  display: inline-block;
  min-width: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.625rem;
  padding: 0.625rem 1.6rem; }
  .eventTemplate-anchor-text-button:focus:not(.eventTemplate-anchor-text-button-disabled), .eventTemplate-anchor-text-button:hover:not(.eventTemplate-anchor-text-button-disabled) {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
    color: white; }
  .eventTemplate-anchor-text-button:active:not(.eventTemplate-anchor-text-button-disabled) {
    -webkit-transform: perspective(500px) translateZ(-10px);
            transform: perspective(500px) translateZ(-10px); }
  .eventTemplate-anchor-text-button::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    border-style: solid;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .eventTemplate-anchor-text-button:not(.eventTemplate-anchor-text-button-disabled)::after {
    -o-border-image: url(https://static.starcraft2.com/qa/images/button-border-primary.99ebe2d26d571360558e0cac8229a033.png) 17 60/17px 60px/14px repeat;
       border-image: url(https://static.starcraft2.com/qa/images/button-border-primary.99ebe2d26d571360558e0cac8229a033.png) 17 60/17px 60px/14px repeat; }
  .eventTemplate-anchor-text-button:visited {
    color: #ffdd99; }

.eventTemplate-anchor-text-button-disabled {
  cursor: initial;
  background: #060B0F; }
  .eventTemplate-anchor-text-button-disabled::after {
    -o-border-image: url(https://static.starcraft2.com/qa/images/button-border-disabled.63fe32cbb98c4432f29ec6e7dddd47d1.png) 17 60/17px 60px/14px repeat;
       border-image: url(https://static.starcraft2.com/qa/images/button-border-disabled.63fe32cbb98c4432f29ec6e7dddd47d1.png) 17 60/17px 60px/14px repeat; }

.eventTemplate-anchor-image-button {
  margin: 0 0.45688rem; }
  .eventTemplate-anchor-image-button:focus, .eventTemplate-anchor-image-button:hover {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3); }
  .eventTemplate-anchor-image-button:active {
    -webkit-transform: perspective(500px) translateZ(-10px);
            transform: perspective(500px) translateZ(-10px); }

.eventTemplate-dollarJumbotron {
  font-size: 2.18877rem;
  text-align: center; }
  .eventTemplate-dollarJumbotron .eventTemplate-dollarJumbotron-currency {
    color: white;
    font-weight: 700; }
  .eventTemplate-dollarJumbotron .eventTemplate-dollarJumbotron-amount {
    color: #00d683;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px #00d683; }

.eventTemplate-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  margin: 0 1rem;
  padding: 0.85499rem 0; }
  @media (min-width: 640px) {
    .eventTemplate-section {
      margin: 0 auto; } }
  .eventTemplate-section .eventTemplate-section-caption {
    margin: 0 auto;
    font-size: 0.731rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Eurostile Extd", "Eurostile", "Source Sans Pro";
    color: white;
    margin-bottom: 0.731rem;
    text-align: center; }
  .eventTemplate-section .eventTemplate-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 1rem; }
    @media (min-width: 640px) {
      .eventTemplate-section .eventTemplate-section-content {
        margin: 0 auto; } }

.eventTemplate-anchor {
  color: #a3b8cc;
  font: 400 1rem "Source Sans Pro";
  color: #FFC454;
  line-height: inherit; }
  .eventTemplate-anchor:visited {
    color: #2c76b7; }

.pswp__zoom-wrap {
  text-align: center; }
  .pswp__zoom-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.pswp__video_wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 500; }
  .pswp__video_wrapper .pswp__video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%; }
  .pswp__video_wrapper .pswp__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pswp__bg {
  background: #0a1f33; }

.pswp__img,
.pswp__video_wrapper {
  max-width: 85%;
  border: 2px solid #122a42;
  padding-right: 1px; }

.pswp__counter,
.pswp--supports-fs .pswp__button--fs,
.pswp__button {
  display: none; }

.pswp__button--close {
  display: block; }

.pswp {
  z-index: 500; }

.pswp__button {
  background-image: url(https://static.starcraft2.com/qa/images/default-skin.e3f799c6dec9af194c86decdf7392405.png); }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button {
    background-image: url(https://static.starcraft2.com/qa/images/default-skin.2ab3bafbe12a71d0e88bd9f171985579.svg); } }


/*# sourceMappingURL=vendors~sc2.bbd6feb695c076706674.css.map*/