/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}
.jspDisabled {
  background: #80808d;
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}
.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	ARTICLE IMAGE STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/article-image/clientlibs/css/article-image.less
*/
.article-image-component .article-image-container {
  position: relative;
}
.article-image-component .article-image-caption > span {
  display: block;
  padding-left: 20px;
  border-left: 4px solid #AAB0B6;
  color: #F3F4F5;
}
@media (min-width: 1024.02px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (max-width: 1024px) {
  .article-image-component .article-image-caption {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 8px;
  }
}
.article-image-component .atvi-agegate .field:last-child {
  margin-right: 0;
}
.article-image-component .atvi-agegate .submit {
  color: white;
}
.article-image-component.align-center .article-image-container {
  display: flex;
  justify-content: center;
}
.article-image-component.align-right .article-image-container {
  display: flex;
  justify-content: flex-end;
}
.article-image-component .click-tap-text {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.magnify-container {
  position: relative;
  width: 100%;
}
.magnify-image {
  width: 100%;
  display: block;
}
.magnifier-rect {
  position: absolute;
  display: none;
  width: 320px;
  /* adjust as needed */
  height: 200px;
  border: 2px solid #00e0ff;
  pointer-events: none;
  z-index: 50;
  background-repeat: no-repeat;
  background-position: 0 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  background-size: 100%;
}
figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  margin: 0;
}
figure.containerZoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
figure.containerZoom.active img {
  opacity: 0;
}
html[dir="rtl"] .article-image-component .article-image-caption > span {
  padding-left: unset;
  border-left: unset;
  padding-right: 20px;
  border-right: 4px solid #AAB0B6;
}

/**
	BOXOUT STYLES - /apps/atvi/callofduty/strategy-guide/components/blog/boxout/clientlibs/css/boxout.less
*/
.boxout-component .boxout-inner-container {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--custom-accent-color, var(--default-accent-color));
}
.boxout-component .boxout {
  position: relative;
}
.boxout-component .boxout__left-frame,
.boxout-component .boxout__right-frame {
  position: relative;
  background: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/blog/intel-cards/common/ScreenStripeTexture_1x4.png') 0% 0% / 4px 2px repeat, #1b1b1b;
  padding: 8px 24px;
}
.boxout-component .boxout__left-frame:before,
.boxout-component .boxout__right-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, var(--custom-accent-color-50, var(--default-accent-color-50)) 0%, var(--custom-accent-color-50, var(--default-accent-color-50)) 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35), 0px 0px 24px 0px var(--custom-accent-color, var(--default-accent-color)) inset;
}
.boxout-component .boxout__left-frame {
  display: flex;
  width: 64px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame:before {
  border-radius: 7px 0 0 7px;
}
.boxout-component .boxout__left-frame > img {
  position: relative;
}
.boxout-component .boxout__right-frame {
  width: 32px;
  border-radius: 0 7px 7px 0;
}
.boxout-component .boxout__right-frame:before {
  border-radius: 0 7px 7px 0;
}
@media (max-width: 600px) {
  .boxout-component .boxout__right-frame {
    display: none;
  }
}
.boxout-component .boxout__content {
  display: flex;
  padding: 24px 32px;
  flex: 1 0 0;
}
.boxout-component .boxout__content .boxout-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.boxout-component .boxout__content .boxout-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ul {
  list-style-type: circle;
}
.boxout-component .boxout__content .boxout-text ol ol ul,
.boxout-component .boxout__content .boxout-text ol ul ul,
.boxout-component .boxout__content .boxout-text ul ol ul,
.boxout-component .boxout__content .boxout-text ul ul ul {
  list-style-type: square;
}
.boxout-component .boxout__content .boxout-text ol ul,
.boxout-component .boxout__content .boxout-text ul ol,
.boxout-component .boxout__content .boxout-text ul ul,
.boxout-component .boxout__content .boxout-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
	ARTICLE LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/article-layout.less
*/
.article-layout-content .breadcrumbs,
.article-layout-content .breadcrumb__list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-layout-content .breadcrumbs li,
.article-layout-content .breadcrumb__list li,
.article-layout-content .breadcrumbs a,
.article-layout-content .breadcrumb__list a {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  font-weight: 700;
  font-style: normal;
  font-size: 8px;
  color: #AAB0B6;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 600.02px) {
  .article-layout-content .breadcrumbs li,
  .article-layout-content .breadcrumb__list li,
  .article-layout-content .breadcrumbs a,
  .article-layout-content .breadcrumb__list a {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.63rem;
    line-height: 1.13rem;
  }
}
.article-layout-content .breadcrumb__item:not(:first-child):before {
  content: "//";
  margin-right: 3px;
}
.article-layout-content .tile-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.article-layout-content .tile {
  font-family: "Hitmarker Text Medium";
  font-weight: 500;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0;
  padding: 4px;
}
.article-layout-content .tag-tile {
  color: #9C978F;
  border: 1px solid #6F6E63;
}
.article-layout-content .game-tile {
  background: #92918A;
  color: black;
}
.article-layout-content .cta {
  display: grid;
  grid-gap: 12px;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .article-layout-content .cta {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 16px;
    margin-top: 16px;
  }
}
@-webkit-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@-o-keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
@keyframes ping-pulse-black {
  0% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0.8);
  }
  20% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 6px rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 4px #000000, 0 0 0 4px rgba(255, 255, 255, 0);
  }
}
.article-layout-content .cta .btn {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #ffffff;
  color: #000000;
  background: #D70000;
  color: #FFF;
  outline-offset: 0;
  outline: 1px solid transparent;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media screen and (-ms-high-contrast: active) {
  .article-layout-content .cta .btn {
    border: 2px solid currentcolor;
  }
}
.article-layout-content .cta .btn:hover {
  outline: 1px solid red;
  outline-offset: 4px;
}
.article-layout-content .cta .btn[data-label="bo6"] {
  background-color: #f96800;
}
.article-layout-content .cta .btn[data-label="bo6"]:hover {
  outline: 1px solid #f96800;
}
.article-layout-content .top-cta-container {
  grid-column: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 600px) {
  .article-layout-content .top-cta-container {
    margin-top: 40px;
  }
}
.article-layout-content .sideline {
  display: none;
}
.article-layout-content .top-cta {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.article-layout-content .top-cta .glint {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  z-index: 1;
}
.article-layout-content .top-cta .glint:nth-child(1),
.article-layout-content .top-cta .glint:nth-child(2),
.article-layout-content .top-cta .glint:nth-child(3),
.article-layout-content .top-cta .glint:nth-child(4) {
  background: linear-gradient(138.275deg, rgba(255, 255, 255, 0) 0%, #ffffff 44.79%, #ffffff 58.85%, rgba(255, 255, 255, 0) 100%);
}
.article-layout-content .top-cta .glint:nth-child(1),
.article-layout-content .top-cta .glint:nth-child(2) {
  height: 2px;
  width: 24px;
  left: -26px;
  transition: left 150ms ease-in-out;
}
.article-layout-content .top-cta .glint:nth-child(3),
.article-layout-content .top-cta .glint:nth-child(4) {
  height: 24px;
  width: 2px;
  top: -26px;
  transition: top 75ms ease-in-out;
}
.article-layout-content .top-cta .glint:nth-child(1) {
  top: 0;
  transition-delay: 25ms;
}
.article-layout-content .top-cta .glint:nth-child(2) {
  bottom: 0;
}
.article-layout-content .top-cta .glint:nth-child(3) {
  left: 0;
  transition-delay: 100ms;
}
.article-layout-content .top-cta .glint:nth-child(4) {
  right: 0;
}
.article-layout-content .top-cta:hover .glint:nth-child(1),
.article-layout-content .top-cta:hover .glint:nth-child(2) {
  left: 100%;
  transition: left 150ms ease-in-out;
}
.article-layout-content .top-cta:hover .glint:nth-child(2) {
  transition-delay: 25ms;
}
.article-layout-content .top-cta:hover .glint:nth-child(3),
.article-layout-content .top-cta:hover .glint:nth-child(4) {
  top: 100%;
  transition: top 75ms ease-in-out;
}
.article-layout-content .top-cta:hover .glint:nth-child(4) {
  transition-delay: 100ms;
}
.article-layout-content .top-cta button,
.article-layout-content .top-cta a {
  text-decoration: none;
  border: none;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #858585;
  /* HOVER OFF */
  transition: opacity 150ms;
}
@media screen and (-ms-high-contrast: active) {
  .article-layout-content .top-cta button,
  .article-layout-content .top-cta a {
    border: 2px solid currentcolor;
  }
}
.article-layout-content .top-cta button .cta-text,
.article-layout-content .top-cta a .cta-text {
  position: relative;
}
.article-layout-content .top-cta button:before,
.article-layout-content .top-cta a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
}
.article-layout-content .top-cta button:hover:before,
.article-layout-content .top-cta a:hover:before {
  opacity: 1;
  transition: opacity 150ms;
  transition-delay: 75ms;
}
.article-layout-content [id] {
  scroll-margin-top: 56px;
}

/**
	ARTICLE GRID STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/grid.less
*/
main {
  position: relative;
  padding-top: 60px;
}
main .inner-container {
  margin-top: 16px;
}
main .article-header-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-row-gap: 16px;
}
main .article-header-container:not(.full-width) {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  main .article-header-container:not(.full-width) {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .article-header-container:not(.full-width) {
    max-width: 600px;
    padding-inline: 16px;
  }
}
main .article-header-container.full-width {
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  main .article-header-container.full-width {
    max-width: 1024px;
  }
}
@media (max-width: 600px) {
  main .article-header-container.full-width {
    max-width: 600px;
  }
}
main .article-header-container.full-width > .text {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  main .article-header-container.full-width > .text {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .article-header-container.full-width > .text {
    max-width: 600px;
    padding-inline: 16px;
  }
}
main .article-header-container > * {
  grid-column: span 12;
}
main .article-header-container .text {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-row-gap: 16px;
}
main .article-header-container .text .tags {
  grid-column: span 12;
}
main .article-header-container .text .headlines {
  grid-column: span 9;
}
main .article-header-container .text .bylines {
  grid-column: span 3;
}
main .article-header-container .text .wzm-cta-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
@media (max-width: 1024px) {
  main .article-header-container {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
  main .article-header-container .text .headlines,
  main .article-header-container .text .bylines {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  main .article-header-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 8px;
  }
  main .article-header-container > * {
    grid-column: span 4;
  }
  main .article-header-container .text {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 16px;
  }
  main .article-header-container .text .tags,
  main .article-header-container .text .headlines,
  main .article-header-container .text .bylines {
    grid-column: span 4;
  }
}
main .article-body-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main .article-body-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .article-body-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
main .article-body-container .side-nav-wrapper {
  grid-column: span 2;
}
@media (min-width: 1024.02px) {
  main .article-body-container .body-content {
    display: grid;
    grid-column: 3 / span 10;
    grid-row-gap: 16px;
  }
  main .article-body-container .body-content > *:not(.body-content-parsys) {
    grid-column: span 7;
  }
  main .article-body-container .body-content .body-content-parsys {
    grid-column: 1 / span 10;
  }
  main .article-body-container .body-content .body-content-parsys > div,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-row-gap: 32px;
  }
  main .article-body-container .body-content .body-content-parsys > div > *,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > * {
    grid-column: 1 / span 7;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image,
  main .article-body-container .body-content .body-content-parsys > div > .article-image-comparison,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image-comparison,
  main .article-body-container .body-content .body-content-parsys > div > .intel-card,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .intel-card,
  main .article-body-container .body-content .body-content-parsys > div > .tac-map,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .tac-map,
  main .article-body-container .body-content .body-content-parsys > div > .table,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .table,
  main .article-body-container .body-content .body-content-parsys > div > .article-accordion,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-accordion {
    grid-column: 1 / span 10;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image .article-image-component,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image .article-image-component {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image .article-image-container,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image .article-image-container {
    grid-column: span 7;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image .article-image-caption,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image .article-image-caption {
    grid-column: span 3;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image-comparison .article-image-comparison-component,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image-comparison .article-image-comparison-component {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image-comparison .article-image-slider,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image-comparison .article-image-slider {
    grid-column: span 7;
  }
  main .article-body-container .body-content .body-content-parsys > div > .article-image-comparison .article-image-caption,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .article-image-comparison .article-image-caption {
    grid-column: span 3;
  }
  main .article-body-container .body-content .body-content-parsys > div > .tac-map .tac-map-component,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .tac-map .tac-map-component {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  main .article-body-container .body-content .body-content-parsys > div > .tac-map .tac-map-inner-container,
  main .article-body-container .body-content .body-content-parsys .article-accordion__panel-content > div > .tac-map .tac-map-inner-container {
    grid-column: span 7;
  }
}
@media (max-width: 1024px) {
  main .article-body-container .side-nav-wrapper {
    display: none;
  }
  main .article-body-container .body-content {
    display: grid;
    grid-column: span 12;
    grid-template-columns: subgrid;
    grid-row-gap: 16px;
  }
  main .article-body-container .body-content > * {
    grid-column: span 12;
  }
  main .article-body-container .body-content .body-content-parsys > div {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 32px;
  }
  main .article-body-container .body-content .body-content-parsys > div > * {
    grid-column: span 12;
  }
}
@media (max-width: 600px) {
  main .article-body-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  main .article-body-container .body-content {
    grid-column: span 4;
    grid-row-gap: 12px;
  }
  main .article-body-container .body-content > * {
    grid-column: span 4;
  }
  main .article-body-container .body-content .body-content-parsys > div {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
  main .article-body-container .body-content .body-content-parsys > div > * {
    grid-column: span 4;
  }
}
main .related-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  main .related-wrapper {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  main .related-wrapper {
    max-width: 600px;
    padding-inline: 16px;
  }
}

/**
	ARTICLE TYPOGRAPHY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/typography.less
*/
main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  overflow-wrap: break-word;
}
main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #FFF;
}
main h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 4.25rem;
  line-height: 4.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 3.25rem;
    line-height: 3.25rem;
    text-transform: uppercase;
  }
}
main h1 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 3.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    text-transform: uppercase;
  }
}
main h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h2 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
}
main h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h3 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
main h4 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h4 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
  }
}
main h5 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  main h5 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-transform: uppercase;
  }
}
main p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  main p {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
main p b {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
}
main p i {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
}
main .date-line {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  main .date-line {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
main .byline {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
}
@media (max-width: 600px) {
  main .byline {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
main .body-content .subtitle {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
main .body-content h1 + h1,
main .body-content h2 + h1,
main .body-content h3 + h1,
main .body-content h4 + h1,
main .body-content h5 + h1,
main .body-content h1 + h2,
main .body-content h2 + h2,
main .body-content h3 + h2,
main .body-content h4 + h2,
main .body-content h5 + h2,
main .body-content h1 + h3,
main .body-content h2 + h3,
main .body-content h3 + h3,
main .body-content h4 + h3,
main .body-content h5 + h3,
main .body-content h1 + h4,
main .body-content h2 + h4,
main .body-content h3 + h4,
main .body-content h4 + h4,
main .body-content h5 + h4,
main .body-content h1 + h5,
main .body-content h2 + h5,
main .body-content h3 + h5,
main .body-content h4 + h5,
main .body-content h5 + h5,
main .body-content h1 + p,
main .body-content h2 + p,
main .body-content h3 + p,
main .body-content h4 + p,
main .body-content h5 + p {
  margin-top: 8px;
}
main p,
main .body-content-parsys {
  color: #F3F4F5;
}
main a {
  text-decoration: underline;
  color: inherit;
}
main a:hover {
  text-decoration: none;
}

/**
	ARTICLE HERO STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/hero.less
*/
main .article-header-container {
  position: relative;
}
main .article-header-container .graphics {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
main .article-header-container .graphics .feature-img.bg {
  position: relative;
}
main .article-header-container .graphics .feature-img.bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
main .article-header-container .graphics .feature-img.bg > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main .article-header-container .graphics .feature-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main .article-header-container .text .headlines {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main .article-header-container .text .bylines {
  text-align: center;
}
main .article-header-container .cta #wzm-post-buy {
  display: flex;
  justify-content: center;
}
main .article-header-container .cta .wzm-cta-container {
  max-width: 200px;
}
main .article-header-container .cta .wzm-qr-code {
  display: flex;
  flex-direction: row;
  background-color: #D70000;
  padding: 12px;
  gap: 12px;
  align-items: center;
}
main .article-header-container .cta .wzm-qr-code > * {
  flex: 50%;
}
main .article-header-container .cta .wzm-qr-code p {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: left;
  text-wrap: balance;
}
main .article-header-container .cta .wzm-store-btn-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}
main .article-header-container .cta .wzm-store-btn-group > * {
  flex: 50%;
}
main .article-header-container .cta .wzm-store-btn-group img {
  width: 100%;
  max-width: 188px;
}
@media (min-width: 600.02px) {
  main .article-header-container {
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  main .article-header-container .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1024.02px) {
  main .article-header-container .mobile-only {
    display: none !important;
  }
}
html[dir="rtl"] main .article-header-container .breadcrumb__item:not(:first-child):before {
  margin-right: 0;
  margin-left: 3px;
}

/**
	ARTICLE BODY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/body-content.less
*/
@media (min-width: 1024.02px) {
  main .article-body-container {
    margin-top: 56px;
  }
}
@media (max-width: 1024px) {
  main .article-body-container {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  main .article-body-container {
    margin-top: 24px;
  }
}

/**
	ARTICLE SIDE NAV STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/side-nav.less
*/
.side-nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 60px;
  margin-bottom: 50px;
}
.side-nav-wrapper .side-nav {
  text-transform: uppercase;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - (44px + 16px));
}
.side-nav-wrapper .side-nav::-webkit-scrollbar {
  width: 0px;
}
.side-nav-wrapper .side-nav li {
  padding-left: 15px;
  margin-bottom: 8px;
  border-left: 2px solid transparent;
}
.side-nav-wrapper .side-nav li a {
  font-family: "Hitmarker Text Bold", "Hitmarker Text Regular", Arial;
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.side-nav-wrapper .side-nav li.active {
  border-left: 2px solid #FFF;
}
.side-nav-wrapper .side-nav li.active a {
  color: #FFF;
}
.side-nav-wrapper .jspContainer .jspHorizontalBar {
  display: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-left: none;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  background: transparent;
  width: 30px;
  left: -15px;
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspDrag {
  background: #FFF;
  width: 2px;
  left: calc(50% - 1px);
}
.side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar .jspTrack {
  background: linear-gradient(90deg, transparent, 14.5px, rgba(255, 255, 255, 0.3) 14.5px, 15.5px, transparent 15.5px);
}
html[dir="rtl"] .side-nav-wrapper .side-nav li {
  padding-left: 0;
  padding-right: 15px;
}
html[dir="rtl"] .side-nav-wrapper .side-nav li.active {
  border-left: none;
  border-right: 2px solid #FFF;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane {
  left: unset;
  right: 0;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspPane li.active {
  border-right: none;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspVerticalBar {
  left: unset;
  right: -15px;
}
html[dir="rtl"] .side-nav-wrapper .jspContainer:has(.jspVerticalBar) .jspDrag {
  left: unset;
  right: calc(50% - 1px);
}

/**
	ARTICLE BODY STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/body-content.less
*/
main .article-body-container .atvi-html5-video video {
  width: 100%;
}
main .article-body-container .atvi-video-thumbnail-container {
  height: 100%;
}
main .article-body-container .atvi-image img {
  width: 100%;
  display: block;
}
main .article-body-container .atvi-html p,
main .article-body-container .atvi-html li {
  margin-bottom: 20px;
}
main .article-body-container .atvi-html img {
  width: 100%;
}
main .article-body-container .atvi-html b,
main .article-body-container .atvi-html strong {
  font-weight: bold;
}
main .article-body-container .atvi-video[data-vendor='mp4'] .player-part:first-of-type {
  display: none;
}
main .article-body-container .atvi-video[data-vendor='mp4'] video {
  width: 100%;
}
main .article-body-container .atvi-video[data-vendor='youtube'] .atvi-agegate {
  display: none;
}

/**
	ARTICLE RTE STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/components/article-rich-text.less
*/
.article-rich-text,
.atvi-rich-text,
.cod-rich-text,
.atvi-text {
  /* undo global reset for lists */
}
.article-rich-text table tr,
.atvi-rich-text table tr,
.cod-rich-text table tr,
.atvi-text table tr {
  border-bottom: 1px solid white;
}
.article-rich-text table tr:last-of-type,
.atvi-rich-text table tr:last-of-type,
.cod-rich-text table tr:last-of-type,
.atvi-text table tr:last-of-type {
  border-bottom: none;
}
.article-rich-text h2.raven-solid-stripe,
.atvi-rich-text h2.raven-solid-stripe,
.cod-rich-text h2.raven-solid-stripe,
.atvi-text h2.raven-solid-stripe,
.article-rich-text h3.raven-solid-stripe,
.atvi-rich-text h3.raven-solid-stripe,
.cod-rich-text h3.raven-solid-stripe,
.atvi-text h3.raven-solid-stripe,
.article-rich-text h4.raven-solid-stripe,
.atvi-rich-text h4.raven-solid-stripe,
.cod-rich-text h4.raven-solid-stripe,
.atvi-text h4.raven-solid-stripe,
.article-rich-text h5.raven-solid-stripe,
.atvi-rich-text h5.raven-solid-stripe,
.cod-rich-text h5.raven-solid-stripe,
.atvi-text h5.raven-solid-stripe,
.article-rich-text h2 .raven-solid-stripe,
.atvi-rich-text h2 .raven-solid-stripe,
.cod-rich-text h2 .raven-solid-stripe,
.atvi-text h2 .raven-solid-stripe,
.article-rich-text h3 .raven-solid-stripe,
.atvi-rich-text h3 .raven-solid-stripe,
.cod-rich-text h3 .raven-solid-stripe,
.atvi-text h3 .raven-solid-stripe,
.article-rich-text h4 .raven-solid-stripe,
.atvi-rich-text h4 .raven-solid-stripe,
.cod-rich-text h4 .raven-solid-stripe,
.atvi-text h4 .raven-solid-stripe,
.article-rich-text h5 .raven-solid-stripe,
.atvi-rich-text h5 .raven-solid-stripe,
.cod-rich-text h5 .raven-solid-stripe,
.atvi-text h5 .raven-solid-stripe {
  display: block;
  margin-bottom: 24px;
  padding-block: 10px;
  border-block: #d70000 1px solid;
  background: rgba(215, 0, 0, 0.2);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(215, 0, 0, 0.2) 0%, rgba(215, 0, 0, 0.07) 50%, rgba(215, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.article-rich-text h2.raven-stripe,
.atvi-rich-text h2.raven-stripe,
.cod-rich-text h2.raven-stripe,
.atvi-text h2.raven-stripe,
.article-rich-text h3.raven-stripe,
.atvi-rich-text h3.raven-stripe,
.cod-rich-text h3.raven-stripe,
.atvi-text h3.raven-stripe,
.article-rich-text h4.raven-stripe,
.atvi-rich-text h4.raven-stripe,
.cod-rich-text h4.raven-stripe,
.atvi-text h4.raven-stripe,
.article-rich-text h5.raven-stripe,
.atvi-rich-text h5.raven-stripe,
.cod-rich-text h5.raven-stripe,
.atvi-text h5.raven-stripe,
.article-rich-text h2 .raven-stripe,
.atvi-rich-text h2 .raven-stripe,
.cod-rich-text h2 .raven-stripe,
.atvi-text h2 .raven-stripe,
.article-rich-text h3 .raven-stripe,
.atvi-rich-text h3 .raven-stripe,
.cod-rich-text h3 .raven-stripe,
.atvi-text h3 .raven-stripe,
.article-rich-text h4 .raven-stripe,
.atvi-rich-text h4 .raven-stripe,
.cod-rich-text h4 .raven-stripe,
.atvi-text h4 .raven-stripe,
.article-rich-text h5 .raven-stripe,
.atvi-rich-text h5 .raven-stripe,
.cod-rich-text h5 .raven-stripe,
.atvi-text h5 .raven-stripe {
  display: flex;
  flex: 1;
  position: relative;
  margin: 0 auto 25px;
}
.article-rich-text h2.raven-stripe:after,
.atvi-rich-text h2.raven-stripe:after,
.cod-rich-text h2.raven-stripe:after,
.atvi-text h2.raven-stripe:after,
.article-rich-text h3.raven-stripe:after,
.atvi-rich-text h3.raven-stripe:after,
.cod-rich-text h3.raven-stripe:after,
.atvi-text h3.raven-stripe:after,
.article-rich-text h4.raven-stripe:after,
.atvi-rich-text h4.raven-stripe:after,
.cod-rich-text h4.raven-stripe:after,
.atvi-text h4.raven-stripe:after,
.article-rich-text h5.raven-stripe:after,
.atvi-rich-text h5.raven-stripe:after,
.cod-rich-text h5.raven-stripe:after,
.atvi-text h5.raven-stripe:after,
.article-rich-text h2 .raven-stripe:after,
.atvi-rich-text h2 .raven-stripe:after,
.cod-rich-text h2 .raven-stripe:after,
.atvi-text h2 .raven-stripe:after,
.article-rich-text h3 .raven-stripe:after,
.atvi-rich-text h3 .raven-stripe:after,
.cod-rich-text h3 .raven-stripe:after,
.atvi-text h3 .raven-stripe:after,
.article-rich-text h4 .raven-stripe:after,
.atvi-rich-text h4 .raven-stripe:after,
.cod-rich-text h4 .raven-stripe:after,
.atvi-text h4 .raven-stripe:after,
.article-rich-text h5 .raven-stripe:after,
.atvi-rich-text h5 .raven-stripe:after,
.cod-rich-text h5 .raven-stripe:after,
.atvi-text h5 .raven-stripe:after,
.article-rich-text h2.raven-stripe:before,
.atvi-rich-text h2.raven-stripe:before,
.cod-rich-text h2.raven-stripe:before,
.atvi-text h2.raven-stripe:before,
.article-rich-text h3.raven-stripe:before,
.atvi-rich-text h3.raven-stripe:before,
.cod-rich-text h3.raven-stripe:before,
.atvi-text h3.raven-stripe:before,
.article-rich-text h4.raven-stripe:before,
.atvi-rich-text h4.raven-stripe:before,
.cod-rich-text h4.raven-stripe:before,
.atvi-text h4.raven-stripe:before,
.article-rich-text h5.raven-stripe:before,
.atvi-rich-text h5.raven-stripe:before,
.cod-rich-text h5.raven-stripe:before,
.atvi-text h5.raven-stripe:before,
.article-rich-text h2 .raven-stripe:before,
.atvi-rich-text h2 .raven-stripe:before,
.cod-rich-text h2 .raven-stripe:before,
.atvi-text h2 .raven-stripe:before,
.article-rich-text h3 .raven-stripe:before,
.atvi-rich-text h3 .raven-stripe:before,
.cod-rich-text h3 .raven-stripe:before,
.atvi-text h3 .raven-stripe:before,
.article-rich-text h4 .raven-stripe:before,
.atvi-rich-text h4 .raven-stripe:before,
.cod-rich-text h4 .raven-stripe:before,
.atvi-text h4 .raven-stripe:before,
.article-rich-text h5 .raven-stripe:before,
.atvi-rich-text h5 .raven-stripe:before,
.cod-rich-text h5 .raven-stripe:before,
.atvi-text h5 .raven-stripe:before {
  content: '';
  flex-grow: 1;
  background: linear-gradient(to right, #ffffff, #ffffff);
  background-size: 100% 1px;
  background-position: 0% 58%;
  background-repeat: repeat-x;
}
.article-rich-text h2.raven-stripe:before,
.atvi-rich-text h2.raven-stripe:before,
.cod-rich-text h2.raven-stripe:before,
.atvi-text h2.raven-stripe:before,
.article-rich-text h3.raven-stripe:before,
.atvi-rich-text h3.raven-stripe:before,
.cod-rich-text h3.raven-stripe:before,
.atvi-text h3.raven-stripe:before,
.article-rich-text h4.raven-stripe:before,
.atvi-rich-text h4.raven-stripe:before,
.cod-rich-text h4.raven-stripe:before,
.atvi-text h4.raven-stripe:before,
.article-rich-text h5.raven-stripe:before,
.atvi-rich-text h5.raven-stripe:before,
.cod-rich-text h5.raven-stripe:before,
.atvi-text h5.raven-stripe:before,
.article-rich-text h2 .raven-stripe:before,
.atvi-rich-text h2 .raven-stripe:before,
.cod-rich-text h2 .raven-stripe:before,
.atvi-text h2 .raven-stripe:before,
.article-rich-text h3 .raven-stripe:before,
.atvi-rich-text h3 .raven-stripe:before,
.cod-rich-text h3 .raven-stripe:before,
.atvi-text h3 .raven-stripe:before,
.article-rich-text h4 .raven-stripe:before,
.atvi-rich-text h4 .raven-stripe:before,
.cod-rich-text h4 .raven-stripe:before,
.atvi-text h4 .raven-stripe:before,
.article-rich-text h5 .raven-stripe:before,
.atvi-rich-text h5 .raven-stripe:before,
.cod-rich-text h5 .raven-stripe:before,
.atvi-text h5 .raven-stripe:before {
  margin: 0 10px 0 0;
  flex-grow: .075;
}
.article-rich-text h2.raven-stripe:after,
.atvi-rich-text h2.raven-stripe:after,
.cod-rich-text h2.raven-stripe:after,
.atvi-text h2.raven-stripe:after,
.article-rich-text h3.raven-stripe:after,
.atvi-rich-text h3.raven-stripe:after,
.cod-rich-text h3.raven-stripe:after,
.atvi-text h3.raven-stripe:after,
.article-rich-text h4.raven-stripe:after,
.atvi-rich-text h4.raven-stripe:after,
.cod-rich-text h4.raven-stripe:after,
.atvi-text h4.raven-stripe:after,
.article-rich-text h5.raven-stripe:after,
.atvi-rich-text h5.raven-stripe:after,
.cod-rich-text h5.raven-stripe:after,
.atvi-text h5.raven-stripe:after,
.article-rich-text h2 .raven-stripe:after,
.atvi-rich-text h2 .raven-stripe:after,
.cod-rich-text h2 .raven-stripe:after,
.atvi-text h2 .raven-stripe:after,
.article-rich-text h3 .raven-stripe:after,
.atvi-rich-text h3 .raven-stripe:after,
.cod-rich-text h3 .raven-stripe:after,
.atvi-text h3 .raven-stripe:after,
.article-rich-text h4 .raven-stripe:after,
.atvi-rich-text h4 .raven-stripe:after,
.cod-rich-text h4 .raven-stripe:after,
.atvi-text h4 .raven-stripe:after,
.article-rich-text h5 .raven-stripe:after,
.atvi-rich-text h5 .raven-stripe:after,
.cod-rich-text h5 .raven-stripe:after,
.atvi-text h5 .raven-stripe:after {
  margin: 0 0 0 10px;
}
.article-rich-text h2.raven-stripe .border-left,
.atvi-rich-text h2.raven-stripe .border-left,
.cod-rich-text h2.raven-stripe .border-left,
.atvi-text h2.raven-stripe .border-left,
.article-rich-text h3.raven-stripe .border-left,
.atvi-rich-text h3.raven-stripe .border-left,
.cod-rich-text h3.raven-stripe .border-left,
.atvi-text h3.raven-stripe .border-left,
.article-rich-text h4.raven-stripe .border-left,
.atvi-rich-text h4.raven-stripe .border-left,
.cod-rich-text h4.raven-stripe .border-left,
.atvi-text h4.raven-stripe .border-left,
.article-rich-text h5.raven-stripe .border-left,
.atvi-rich-text h5.raven-stripe .border-left,
.cod-rich-text h5.raven-stripe .border-left,
.atvi-text h5.raven-stripe .border-left,
.article-rich-text h2 .raven-stripe .border-left,
.atvi-rich-text h2 .raven-stripe .border-left,
.cod-rich-text h2 .raven-stripe .border-left,
.atvi-text h2 .raven-stripe .border-left,
.article-rich-text h3 .raven-stripe .border-left,
.atvi-rich-text h3 .raven-stripe .border-left,
.cod-rich-text h3 .raven-stripe .border-left,
.atvi-text h3 .raven-stripe .border-left,
.article-rich-text h4 .raven-stripe .border-left,
.atvi-rich-text h4 .raven-stripe .border-left,
.cod-rich-text h4 .raven-stripe .border-left,
.atvi-text h4 .raven-stripe .border-left,
.article-rich-text h5 .raven-stripe .border-left,
.atvi-rich-text h5 .raven-stripe .border-left,
.cod-rich-text h5 .raven-stripe .border-left,
.atvi-text h5 .raven-stripe .border-left {
  width: 1px;
  height: 10px;
  background: #FFF;
  position: absolute;
  left: 0px;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.article-rich-text h2.raven-stripe .border-right,
.atvi-rich-text h2.raven-stripe .border-right,
.cod-rich-text h2.raven-stripe .border-right,
.atvi-text h2.raven-stripe .border-right,
.article-rich-text h3.raven-stripe .border-right,
.atvi-rich-text h3.raven-stripe .border-right,
.cod-rich-text h3.raven-stripe .border-right,
.atvi-text h3.raven-stripe .border-right,
.article-rich-text h4.raven-stripe .border-right,
.atvi-rich-text h4.raven-stripe .border-right,
.cod-rich-text h4.raven-stripe .border-right,
.atvi-text h4.raven-stripe .border-right,
.article-rich-text h5.raven-stripe .border-right,
.atvi-rich-text h5.raven-stripe .border-right,
.cod-rich-text h5.raven-stripe .border-right,
.atvi-text h5.raven-stripe .border-right,
.article-rich-text h2 .raven-stripe .border-right,
.atvi-rich-text h2 .raven-stripe .border-right,
.cod-rich-text h2 .raven-stripe .border-right,
.atvi-text h2 .raven-stripe .border-right,
.article-rich-text h3 .raven-stripe .border-right,
.atvi-rich-text h3 .raven-stripe .border-right,
.cod-rich-text h3 .raven-stripe .border-right,
.atvi-text h3 .raven-stripe .border-right,
.article-rich-text h4 .raven-stripe .border-right,
.atvi-rich-text h4 .raven-stripe .border-right,
.cod-rich-text h4 .raven-stripe .border-right,
.atvi-text h4 .raven-stripe .border-right,
.article-rich-text h5 .raven-stripe .border-right,
.atvi-rich-text h5 .raven-stripe .border-right,
.cod-rich-text h5 .raven-stripe .border-right,
.atvi-text h5 .raven-stripe .border-right {
  width: 1px;
  height: 10px;
  background: #FFF;
  position: absolute;
  right: 0px;
  top: 58%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.article-rich-text blockquote,
.atvi-rich-text blockquote,
.cod-rich-text blockquote,
.atvi-text blockquote,
.article-rich-text .blockquote,
.atvi-rich-text .blockquote,
.cod-rich-text .blockquote,
.atvi-text .blockquote {
  font-family: "Hitmarker Text Italic";
  font-weight: 400;
  font-style: italic;
  display: block;
  border: 1px solid #FFF;
  padding: 20px;
  margin-bottom: 15px;
  width: 80%;
  margin: 30px auto;
}
.article-rich-text img,
.atvi-rich-text img,
.cod-rich-text img,
.atvi-text img {
  display: inline;
}
.article-rich-text ul,
.atvi-rich-text ul,
.cod-rich-text ul,
.atvi-text ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.article-rich-text ol,
.atvi-rich-text ol,
.cod-rich-text ol,
.atvi-text ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 40px;
}
.article-rich-text li,
.atvi-rich-text li,
.cod-rich-text li,
.atvi-text li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.article-rich-text ul ul,
.atvi-rich-text ul ul,
.cod-rich-text ul ul,
.atvi-text ul ul,
.article-rich-text ol ul,
.atvi-rich-text ol ul,
.cod-rich-text ol ul,
.atvi-text ol ul {
  list-style-type: circle;
}
.article-rich-text ol ol ul,
.atvi-rich-text ol ol ul,
.cod-rich-text ol ol ul,
.atvi-text ol ol ul,
.article-rich-text ol ul ul,
.atvi-rich-text ol ul ul,
.cod-rich-text ol ul ul,
.atvi-text ol ul ul,
.article-rich-text ul ol ul,
.atvi-rich-text ul ol ul,
.cod-rich-text ul ol ul,
.atvi-text ul ol ul,
.article-rich-text ul ul ul,
.atvi-rich-text ul ul ul,
.cod-rich-text ul ul ul,
.atvi-text ul ul ul {
  list-style-type: square;
}
.article-rich-text ol ul,
.atvi-rich-text ol ul,
.cod-rich-text ol ul,
.atvi-text ol ul,
.article-rich-text ul ol,
.atvi-rich-text ul ol,
.cod-rich-text ul ol,
.atvi-text ul ol,
.article-rich-text ul ul,
.atvi-rich-text ul ul,
.cod-rich-text ul ul,
.atvi-text ul ul,
.article-rich-text ol ol,
.atvi-rich-text ol ol,
.cod-rich-text ol ol,
.atvi-text ol ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
	WZM WEEKLY LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/layout-wzm-weekly.less
*/
main[data-article-layout="wzmweekly"] .feature-img .img-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 54%, #1b1b1b 100%);
}
main[data-article-layout="wzmweekly"] .graphics-text-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px;
}
main[data-article-layout="wzmweekly"] .graphics-text-container .logo {
  max-width: 328px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.5));
}
@media (max-width: 600px) {
  main[data-article-layout="wzmweekly"] .graphics-text-container .logo {
    max-width: 211px;
  }
}
main[data-article-layout="wzmweekly"] .graphics-text-container .block-text {
  text-align: center;
  margin-top: 32px;
}
main[data-article-layout="wzmweekly"] .graphics-text-container .block-text .cmp-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  gap: 4px;
}
main[data-article-layout="wzmweekly"] .graphics-text-container .block-text p:first-child {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  position: relative;
  padding: 4px 24px;
  color: #000;
  background: #fff;
}
main[data-article-layout="wzmweekly"] .graphics-text-container .block-text p:first-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 16px);
  top: 0;
  left: -8px;
  padding: 0px 8px;
  border-width: 0px 4px;
  border-style: solid;
  border-color: #FFFFFF;
}
@media (max-width: 600px) {
  main[data-article-layout="wzmweekly"] .graphics-text-container .block-text p:first-child {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
}
main[data-article-layout="wzmweekly"] .graphics-text-container .block-text p:not(:first-child) {
  font-family: "Hitmarker Text Bold", "Hitmarker Text Regular", Arial;
  font-weight: 700;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 600px) {
  main[data-article-layout="wzmweekly"] .graphics-text-container .block-text p:not(:first-child) {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.88rem;
    line-height: 1.38rem;
  }
}
@media (min-width: 1440.02px) {
  main[data-article-layout="wzmweekly"] .graphics:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1b1b1b 0%, transparent 60px), linear-gradient(to left, #1b1b1b 0%, transparent 60px);
  }
}
@media (min-width: 1024.02px) {
  main[data-article-layout="wzmweekly"] {
    padding-top: 0;
  }
  main[data-article-layout="wzmweekly"] .inner-container {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  main[data-article-layout="wzmweekly"] .graphics-text-container {
    padding-bottom: 16px;
  }
  main[data-article-layout="wzmweekly"] .graphics {
    padding-bottom: 260px;
  }
}
@media (max-width: 600px) {
  main[data-article-layout="wzmweekly"] .article-header-container {
    margin-bottom: 24px;
  }
  main[data-article-layout="wzmweekly"] .graphics {
    padding-bottom: 170px;
  }
  main[data-article-layout="wzmweekly"] .graphics-text-container {
    padding: 16px;
    padding-bottom: 8px;
  }
  main[data-article-layout="wzmweekly"] .graphics-text-container .logo {
    max-width: 211px;
  }
  main[data-article-layout="wzmweekly"] .graphics-text-container .block-text {
    margin-top: 16px;
  }
}

/**
	GUIDES LAYOUT STYLES - /apps/atvi/callofduty/editorial/components/article-layout/clientlibs/css/layout-guides.less
*/
@media (min-width: 600.02px) {
  main[data-article-layout="guides"] .article-header-container .title h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 4.25rem;
    line-height: 4.25rem;
    text-transform: uppercase;
    padding: 4px 0px 24px 0px;
  }
}
@media (max-width: 600px) {
  main[data-article-layout="guides"] .article-header-container .title h1 {
    font-family: "Hitmarker Condensed Black", Arial;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 3.25rem;
    line-height: 3.25rem;
    text-transform: uppercase;
  }
}
@media (max-width: 600px) {
  main[data-article-layout="guides"] .article-header-container .graphics {
    margin-top: 24px;
  }
}

@media (max-width: 600px) {
  #cod-single-header .cod-header_search[aria-expanded="true"] form {
    translate: calc(0px - 100vw + 80px) !important;
  }
}
@media (max-width: 389px) {
  #cod-single-header .cod-header_search[aria-expanded="true"] form {
    translate: calc(0px - 100vw + 76px) !important;
  }
}

#blog-publishing {
  position: fixed;
  z-index: 1000;
  top: 100px;
  right: 0;
  background: #ccc;
  translate: calc(100% - 20px) 0;
  transition: .25s all;
  display: flex;
}
#blog-publishing.active {
  translate: 0 0;
}
#blog-publishing #blog-publishing-toggle {
  background: #1b7ed1;
  width: 20px;
  position: relative;
  cursor: pointer;
}
#blog-publishing #blog-publishing-toggle:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  rotate: -45deg;
  position: absolute;
  left: 70%;
  top: 50%;
  translate: -50% -50%;
}
#blog-publishing #blog-publishing-button-container {
  padding: 10px 20px;
}
#blog-publishing #blog-publish-btn {
  display: block;
  width: 200px;
  margin-inline: auto;
  position: relative;
}
#blog-publishing #blog-publish-btn img {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
}
#blog-publishing #blog-publishing-response {
  display: none;
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  translate: 0 100%;
  right: 0;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
#blog-publishing #blog-publishing-response.green {
  background: green;
}
#blog-publishing #blog-publishing-response.red {
  background: red;
}

