body {
  background: #000;
}
body .cod-game-menu {
  display: none;
}
body header.game-version #global-nav-menu > ul > li > ul > li:first-of-type {
  margin-top: 6px;
}
body .root.responsivegrid {
  overflow: visible;
}
body.center-layout #blackcell-content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.center-layout #blackcell-content-container .cod-playnow-bundle-item {
  display: none;
}
body.center-layout #blackcell-content-container #blackcell-content-container-child-resource-1 {
  display: none;
}
body.center-layout #blackcell-content-container #blackcell-content-container-child-resource-2 {
  width: 100%;
}
#blackcell-hero-container {
  position: relative;
  margin-bottom: 20px;
  /*@media screen and (min-width: 769px) {
		height: 380px;
    }*/
}
#blackcell-hero-container #blackcell-hero img {
  /*@media screen and (min-width: 769px) {
            object-fit: cover;
            object-position: center;
            height: 100%;
        }*/
}
.bc-hero-image-container {
  display: none;
}
@media screen and (min-width: 769px) {
  .bc-hero-image-container {
    min-height: 700px;
    position: relative;
    display: none;
  }
}
.bc-hero-image-container img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .bc-hero-image-container img {
    width: auto;
    max-width: unset;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.bc-hero-video {
  position: relative;
  overflow: hidden;
}
.bc-hero-video:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent 0%, #000000 60%);
  z-index: 2;
}
.desktop-video.bc-hero-video {
  display: block;
}
@media screen and (max-width: 640px) {
  .desktop-video.bc-hero-video {
    display: none;
  }
}
.desktop-video.bc-hero-video video {
  max-width: none;
  width: auto;
  height: 500px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
html[lang="ar"] .desktop-video.bc-hero-video,
html[dir="rtl"] .desktop-video.bc-hero-video {
  display: block;
}
@media screen and (max-width: 640px) {
  html[lang="ar"] .desktop-video.bc-hero-video,
  html[dir="rtl"] .desktop-video.bc-hero-video {
    display: none;
  }
}
html[lang="ar"] .desktop-video.bc-hero-video video,
html[dir="rtl"] .desktop-video.bc-hero-video video {
  max-width: none;
  width: auto;
  height: 500px;
  position: relative;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.mobile-video.bc-hero-video {
  display: none;
}
@media screen and (max-width: 640px) {
  .mobile-video.bc-hero-video {
    display: block;
    margin-top: 96px;
  }
  .mobile-video.bc-hero-video video {
    width: 100%;
    height: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .mobile-video.bc-hero-video {
    margin-top: 70px;
  }
  .mobile-video.bc-hero-video video {
    height: auto;
  }
}
#bc-logo-container {
  margin-top: -4.5%;
  position: relative;
  z-index: 3;
  display: block;
}
@media screen and (max-width: 640px) {
  #bc-logo-container {
    margin-top: -25px;
  }
}
#bc-logo-container img {
  display: block;
  max-width: 370px;
  width: 100%;
  max-height: none !important;
  margin: 0 auto;
}
#blackcell-content-container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 40px;
  padding-inline: 60px;
  z-index: 5;
  overflow: visible !important;
  /*> div {

        padding: 0 15px;

        @media screen and (min-width: 769px) {
			width: 65%;
        }
    }*/
  /*@media screen and (max-width: 768px) {

        max-width: 100%;
        margin: 20px 0;

        .cod-playnow-bundle-item {
            position: relative;
            margin: 20px 0;
            width: 100%;

            .bc-platforms-container {
                position: relative;
                top: auto;
            }
        }

    }*/
}
@media screen and (max-width: 768px) {
  #blackcell-content-container {
    padding: 0 20px;
  }
}
#blackcell-content-container .atvi-column-inner-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  overflow: visible !important;
  padding: 50px 0;
}
#blackcell-content-container .atvi-column-inner-container > div {
  flex-grow: unset;
  flex-basis: unset;
}
@media screen and (min-width: 769px) {
  #blackcell-content-container #blackcell-content-container-child-resource-1 {
    width: 32%;
    order: 2;
    overflow: visible !important;
  }
  #blackcell-content-container #blackcell-content-container-child-resource-1 > div {
    position: sticky !important;
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #blackcell-content-container #blackcell-content-container-child-resource-1 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #blackcell-content-container #blackcell-content-container-child-resource-2 {
    width: 65%;
    order: 1;
  }
  #blackcell-content-container #blackcell-content-container-child-resource-2 .cod-playnow-bundle-item {
    display: none;
  }
}
#blackcell-content-container .atvi-text p {
  /*font-size: 18px;
            line-height: 30px;

            @media screen and (max-width: 768px) {
				font-size: 16px;
                line-height: 26px;
            }*/
}
#blackcell-content-container .cod-playnow-bundle-item {
  overflow: visible !important;
}
@media screen and (min-width: 769px) {
  #blackcell-content-container .cod-playnow-bundle-item {
    /*right: 15px;
            top: 0px;
            width: 30%;
            position: absolute;

            .bc-platforms-container {
                position: sticky;
                position: -webkit-sticky;
                top: 80px;
            }*/
    /*&.scroll {
                position: fixed;
                top: 100px;
                left: ~"calc(((100vw - 2000px) / 2) + (2000px * .61))";
            }*/
  }
}
@media screen and (min-width: 1200px) {
  #blackcell-content-container .cod-playnow-bundle-item {
    /*&.scroll {
                position: fixed;
                top: 80px;
            }*/
  }
}
.bc-platforms-container.cod-pn-bundle-container {
  border: 1px solid #dbbf30;
}
@media screen and (max-width: 768px) {
  .bc-platforms-container.cod-pn-bundle-container {
    margin-top: 30px;
  }
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-links a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #dbbf30;
  border-top: 1px solid #dbbf30;
  transform: translate(0, -50%) rotate(45deg);
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-choose-platform p {
  color: #dbbf30;
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name {
  padding-right: 0;
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
  /*font-size: 9px;
                line-height: 1.3;*/
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.63rem;
  line-height: 1.13rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 1281px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
    align-items: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: unset;
  }
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name b {
  /*font-size: 34px;
                .strat2-bold();
                line-height: .9;*/
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 2.13rem;
  line-height: 2.13rem;
  margin-right: 5px;
  width: 100%;
  max-width: 125px;
}
@media screen and (min-width: 1280px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name b {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name b {
    margin-bottom: 0;
  }
}
.bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name span {
  align-self: end;
  width: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name span {
    align-self: unset;
  }
}
@media screen and (max-width: 480px) {
  .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name span {
    align-self: unset;
  }
}
.bc-platforms-container.cod-pn-bundle-container:hover {
  box-shadow: 0px 0px 20px 5px rgba(219, 190, 47, 0.5);
  border: 1px solid #dbbf30;
}
#bc-header h1 {
  /*font-size: 44px;
        line-height: 48px;*/
  margin-bottom: 20px;
  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;
  color: #FFF;
  /*@media screen and (max-width: 768px) {
			font-size: 40px;
            line-height: 44px;
        }*/
}
@media screen and (max-width: 768px) {
  #bc-header 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;
  }
}
#bc-header p {
  margin-bottom: 20px;
  color: #FFF;
}
#bc-video {
  margin: 50px auto;
  max-width: 668px;
  overflow: hidden;
}
#bc-video .atvi-video-thumbnail-container .atvi-video-thumbnail-play-icon {
  z-index: 2;
}
#bc-video .atvi-video-thumbnail img {
  scale: 1;
  transition: .5s all;
}
#bc-video:hover .atvi-video-thumbnail img {
  scale: 1.01;
}
#unlock-header {
  padding: 5px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #b78d50 0%, #9f7b46 48.96%, #69512e 100%);
}
#unlock-header p {
  /*.typeH3();
        font-size: 28px !important;
        line-height: 36px !important;*/
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #000;
  margin-bottom: 0;
}
#bc-bundle-items {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (min-width: 769px) {
  #bc-bundle-items {
    display: grid;
    grid-template-columns: 42.4% 1fr 1fr;
    gap: 10px;
  }
}
#bc-bundle-items .atvi-text-image {
  margin-top: 20px;
}
#bc-bundle-items .atvi-text-image:first-of-type {
  grid-column: 1 / span 2;
}
@media screen and (min-width: 769px) {
  #bc-bundle-items .atvi-text-image {
    margin-top: 0;
  }
  #bc-bundle-items .atvi-text-image:first-of-type {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  #bc-bundle-items .atvi-text-image:first-of-type .atvi-text-image-container {
    height: 100%;
    justify-content: flex-end;
  }
}
#bc-bundle-items .atvi-text-image .atvi-text-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#bc-bundle-items .atvi-text-image .atvi-image-wrapper img {
  width: 100%;
  display: block;
}
#bc-bundle-items .atvi-text-image .atvi-card-text {
  display: flex;
  align-items: center;
}
#bc-bundle-items .atvi-text-image p {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 0.88rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  word-break: break-word;
}
#bc-perks {
  border-bottom: 1px solid rgba(189, 155, 107, 0.4);
  position: relative;
}
#bc-perks .atvi-text {
  border-top: 1px solid rgba(189, 155, 107, 0.4);
}
.perks-item {
  padding: 15px 0;
  border-top: 1px solid rgba(189, 155, 107, 0.4);
}
.perks-item .atvi-card-inner-container {
  gap: 10px;
}
.perks-item .atvi-card-media-container {
  width: 100%;
  max-width: 90px;
}
.perks-item .atvi-card-content-container {
  width: 100%;
}
@media (max-width: 768px) {
  .perks-item .atvi-card-text {
    line-height: 1.1;
  }
}
.perks-item p:last-of-type {
  margin-bottom: 0;
  color: #CCC;
}
.perks-item p:first-of-type {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  font-size: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FFF;
}
@media (max-width: 768px) {
  .perks-item p:first-of-type {
    font-size: 1rem;
    line-height: 1.1;
  }
}
#bc-disclaimer p {
  color: #CCC;
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.cod-playnow-modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 5;
  border-top: 1px solid #FFF;
}
@media (min-width: 768.02px) {
  .cod-playnow-modal {
    display: none !important;
  }
}
.cod-playnow-modal #bc-play-now-cta {
  padding: 20px 0;
}
.cod-playnow-modal #bc-play-now-cta > button {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: #FFF;
  cursor: pointer;
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  min-width: 240px;
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  font-size: 1rem;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 24px;
}
.cod-playnow-modal #bc-play-now-cta .cod-pn-wtb-modal .cod-pn-modal-platforms a:after {
  border-top: 1px solid #dbbf30;
  border-right: 1px solid #dbbf30;
}
.cod-playnow-modal #bc-play-now-cta .cod-pn-wtb-modal .cod-pn-wtb-inner-modal {
  border: 3px solid #464038;
}
.cod-playnow-modal #bc-play-now-cta-pn-wtb-modal .cod-pn-modal-header {
  border-top: none;
}
.cod-playnow-modal #bc-play-now-cta-pn-wtb-modal .cod-pn-modal-header p {
  color: #dbbf30;
}
@media (max-width: 768px) {
  footer.cod-global-footer {
    padding-bottom: 120px;
  }
}
html[lang='tr'] .bc-platforms-container.cod-pn-bundle-container .platform-info .platform-select-bundle-name p {
  display: block !important;
}
