@charset "UTF-8";
.background-theme-overwatch-color {
  background-color: #1b1b1b;
}

.background-theme-overwatch-secondary-color {
  background-color: #414141 !important;
}

.background-theme-overwatch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99;
  background-size: 1500px;
  min-height: 750px;
  min-width: 320px;
  background-color: #1b1b1b !important;
  background-image: url(../images/backgrounds/overwatch-background.550b7176.jpg) !important;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  transition: opacity 0.5s;
}

.hide-theme {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .background-theme-overwatch {
    top: 48px;
    background-size: 750px;
    min-height: 375px;
  }
}

.secondary-bg-color {
  background-color: #414141;
}

.accordion-toggle {
  position: relative;
  cursor: pointer;
  color: #fff;
  transition: background-color .3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.07);
  padding: 0.75rem 2rem 0.75rem 3rem;
  margin-bottom: 1rem;
  box-shadow: none;
}

.accordion-toggle:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.accordion-toggle > .badge i {
  position: absolute;
  color: #00aeff;
  left: 0.75rem;
  font-size: 1.6rem;
}

.accordion-toggle > .title {
  display: block;
}

.accordion-toggle > .title > h3 {
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.accordion-toggle:after {
  font-family: "sg-blizzard-support-glyphs";
  content: "";
  font-size: 1rem;
  color: #00aeff;
  visibility: visible;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.accordion-toggle.st-active-tab:after {
  content: "";
}

.accordion-toggle.st-active-tab {
  margin-bottom: 0;
}

.st-tab-pane > .guided-entry-topic-container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #0e0e0e;
  box-shadow: none;
}

.product-tab .product-caret {
  z-index: 1000;
  position: relative;
}

.product-tab .product-caret:before, .product-tab .product-caret:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
  visibility: inherit;
}

.product-tab .product-caret:before {
  top: 0;
  left: 0;
  right: 0;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  border-width: 0;
  margin: 0 auto;
}

.product-tab .product-caret:after {
  top: 0;
  left: 0;
  right: 0;
  border-bottom-color: #0e0e0e;
  border-width: 0;
  margin: 0 auto;
}

.product-tab[class^="active-"] .product-caret,
.product-tab[class*=" active-"] .product-caret {
}

.product-tab[class^="active-"] .product-caret:before,
.product-tab[class*=" active-"] .product-caret:before {
  top: -28px;
  border-width: 28px;
}

.product-tab[class^="active-"] .product-caret:after,
.product-tab[class*=" active-"] .product-caret:after {
  top: -26px;
  border-width: 27px;
}

.st-tab-categories-1 .active-0 {
  margin-left: 0%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-1 .active-0 .product-caret {
  width: 100%;
}

.st-tab-categories-2 .active-0 {
  margin-left: 0%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-2 .active-0 .product-caret {
  width: 50%;
}

.st-tab-categories-2 .active-1 {
  margin-left: 50%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-2 .active-1 .product-caret {
  width: 100%;
}

.st-tab-categories-3 .active-0 {
  margin-left: 0%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-3 .active-0 .product-caret {
  width: 33.33333%;
}

.st-tab-categories-3 .active-1 {
  margin-left: 33.33333%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-3 .active-1 .product-caret {
  width: 50%;
}

.st-tab-categories-3 .active-2 {
  margin-left: 66.66667%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-3 .active-2 .product-caret {
  width: 100%;
}

.st-tab-categories-4 .active-0 {
  margin-left: 0%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-4 .active-0 .product-caret {
  width: 25%;
}

.st-tab-categories-4 .active-1 {
  margin-left: 25%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-4 .active-1 .product-caret {
  width: 33.33333%;
}

.st-tab-categories-4 .active-2 {
  margin-left: 50%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-4 .active-2 .product-caret {
  width: 50%;
}

.st-tab-categories-4 .active-3 {
  margin-left: 75%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-4 .active-3 .product-caret {
  width: 100%;
}

.st-tab-categories-5 .active-0 {
  margin-left: 0%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-5 .active-0 .product-caret {
  width: 20%;
}

.st-tab-categories-5 .active-1 {
  margin-left: 20%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-5 .active-1 .product-caret {
  width: 25%;
}

.st-tab-categories-5 .active-2 {
  margin-left: 40%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-5 .active-2 .product-caret {
  width: 33.33333%;
}

.st-tab-categories-5 .active-3 {
  margin-left: 60%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-5 .active-3 .product-caret {
  width: 50%;
}

.st-tab-categories-5 .active-4 {
  margin-left: 80%;
  transition: margin-left 0.3s ease-in-out;
}

.st-tab-categories-5 .active-4 .product-caret {
  width: 100%;
}

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.truncate.fade {
  text-overflow: clip;
}

.truncate.fade:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #0e0e0e, rgba(255, 255, 255, 0) 20%);
}

.truncate-multi-line {
  position: relative;
  height: 4.0803em;
  overflow: hidden;
}

.truncate-multi-line:after {
  content: '';
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.3601em;
  background: linear-gradient(to left, #0e0e0e, rgba(255, 255, 255, 0) 50%);
}

.truncate-multi-line.truncate-multi-line-2 {
  height: 2.7202em;
}

.truncate-multi-line.truncate-multi-line-4 {
  height: 5.4404em;
}

.truncate-multi-line.truncate-multi-line-5 {
  height: 6.8005em;
}

.well-themed {
  background-color: #414141;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

::ng-deep a * {
  pointer-events: none;
}

.single-page-wrapper {
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.single-page-wrapper.content-pinch-sm {
  max-width: 480px;
}

.single-page-wrapper.content-pinch-md {
  max-width: 640px;
}

.single-page-wrapper.content-pinch-lg {
  max-width: 768px;
}

.single-page-wrapper .step-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.single-page-wrapper .step-wrapper .step-content-pane {
  display: block;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  min-height: 100px;
}

.single-page-wrapper .step-wrapper .step-content-pane header {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 20px;
}

.additional-help {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.additional-help a {
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  header {
    border-bottom: none;
    font-size: 25px;
  }
  .single-page-wrapper {
    padding: 20px;
  }
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

::ng-deep a * {
  pointer-events: none;
}

.single-page-wrapper {
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.single-page-wrapper.content-pinch-sm {
  max-width: 480px;
}

.single-page-wrapper.content-pinch-md {
  max-width: 640px;
}

.single-page-wrapper.content-pinch-lg {
  max-width: 768px;
}

.single-page-wrapper .step-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.single-page-wrapper .step-wrapper .step-content-pane {
  display: block;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  min-height: 100px;
}

.single-page-wrapper .step-wrapper .step-content-pane header {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 20px;
}

.additional-help {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.additional-help a {
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  header {
    border-bottom: none;
    font-size: 25px;
  }
  .single-page-wrapper {
    padding: 20px;
  }
}

:host ::ng-deep .mat-tab-group {
  margin-bottom: 20px;
}

:host ::ng-deep .mat-ink-bar {
  position: absolute;
  bottom: 0;
  height: 4px !important;
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  background-color: #00aeff;
}

:host ::ng-deep .mat-tab-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

:host ::ng-deep .mat-tab-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: normal;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  height: auto;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  min-width: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  position: relative;
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  transition: opacity 0.2s linear;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label.mat-tab-disabled {
  opacity: 0.5;
  cursor: default;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label:hover:not(.mat-tab-disabled) {
  opacity: 0.7;
}

:host ::ng-deep .mat-tab-header-pagination {
  display: none !important;
}

.select-label-content .icon {
  margin-bottom: 0.6rem;
}

.select-label-content .icon > .stss {
  font-size: 2.5rem;
}

.select-label-content .time {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}

.channel-spacer {
  margin: 20px 0;
}

::ng-deep ul {
  list-style-position: inside;
}

::ng-deep .st-form-group {
  margin-top: 40px;
}

::ng-deep .st-form-group .st-form-group {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  ::ng-deep .mat-tab-body:not(.mat-tab-body-active) .mat-tab-body-content {
    padding: 0 30px;
    transition: padding 0.2s ease;
  }
}

::ng-deep .mat-tab-body-content {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.select-label-content {
  margin: 20px;
}

.tab-body-content {
  margin: 20px 0;
}

.tab-body-form-content {
  margin: 40px 0;
  position: relative;
}

.thank-you-container {
  text-align: center;
}

.thank-you-btn {
  margin-top: 30px;
}

.select-container .mat-tab-group,
.select-container .mat-tab-label {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
}

::ng-deep .mat-tab-label {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
}

::ng-deep .mat-tab-group {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

::ng-deep a * {
  pointer-events: none;
}

.single-page-wrapper {
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.single-page-wrapper.content-pinch-sm {
  max-width: 480px;
}

.single-page-wrapper.content-pinch-md {
  max-width: 640px;
}

.single-page-wrapper.content-pinch-lg {
  max-width: 768px;
}

.single-page-wrapper .step-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.single-page-wrapper .step-wrapper .step-content-pane {
  display: block;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  min-height: 100px;
}

.single-page-wrapper .step-wrapper .step-content-pane header {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 20px;
}

.additional-help {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.additional-help a {
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  header {
    border-bottom: none;
    font-size: 25px;
  }
  .single-page-wrapper {
    padding: 20px;
  }
}

:host ::ng-deep .mat-tab-group {
  margin-bottom: 20px;
}

:host ::ng-deep .mat-ink-bar {
  position: absolute;
  bottom: 0;
  height: 4px !important;
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  background-color: #00aeff;
}

:host ::ng-deep .mat-tab-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

:host ::ng-deep .mat-tab-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: normal;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  height: auto;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  min-width: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  position: relative;
  -ms-flex-preferred-size: 1rem;
      flex-basis: 1rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  transition: opacity 0.2s linear;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label.mat-tab-disabled {
  opacity: 0.5;
  cursor: default;
}

:host ::ng-deep .mat-tab-labels .mat-tab-label:hover:not(.mat-tab-disabled) {
  opacity: 0.7;
}

:host ::ng-deep .mat-tab-header-pagination {
  display: none !important;
}

.select-label-content .icon {
  margin-bottom: 0.6rem;
}

.select-label-content .icon > .stss {
  font-size: 2.5rem;
}

.select-label-content .time {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}

.channel-spacer {
  margin: 20px 0;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.inline-group > .inline-item {
  display: inline-block;
}

.inline-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0;
  }
}

.vbottom {
  vertical-align: bottom;
}

.vcenter {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

::ng-deep a * {
  pointer-events: none;
}

.single-page-wrapper {
  padding: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.single-page-wrapper.content-pinch-sm {
  max-width: 480px;
}

.single-page-wrapper.content-pinch-md {
  max-width: 640px;
}

.single-page-wrapper.content-pinch-lg {
  max-width: 768px;
}

.single-page-wrapper .step-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.single-page-wrapper .step-wrapper .step-content-pane {
  display: block;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  min-height: 100px;
}

.single-page-wrapper .step-wrapper .step-content-pane header {
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  padding-bottom: 5px;
  margin-top: 20px;
}

.additional-help {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.additional-help a {
  margin-top: 10px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  header {
    border-bottom: none;
    font-size: 25px;
  }
  .single-page-wrapper {
    padding: 20px;
  }
}

:host {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

:host ::ng-deep .st-form-group {
  margin-top: 40px;
}

:host ::ng-deep .st-form-group .st-form-group {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  :host ::ng-deep .mat-tab-body:not(.mat-tab-body-active) .mat-tab-body-content {
    padding: 0 30px;
    transition: padding 0.2s ease;
  }
}

:host ::ng-deep .mat-tab-body-content {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.contact-form-title {
  text-align: center;
  margin-bottom: 3em;
}

.support-details-submit,
.next-button {
  margin-top: 35px;
}
/*! Version: 0.37.9 - Generated on Fri, 11 Mar 2022 23:51:54 GMT */
/*# sourceMappingURL=sg-support-web-overwatch.css.map */
