/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
body {
  overflow: visible !important;
  background: #000;
}
body .root.responsivegrid {
  overflow: visible;
}
body #cod-nav-header {
  display: none;
}
body.nav #cod-nav-header {
  display: block;
}
body.nav #overview .atvi-experiencefragment:nth-child(2) > .atvi-module-container {
  top: 130px !important;
}
body footer {
  background: #000;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
#fa-hero .atvi-card-inner-container {
  height: 550px;
}
@media (max-width: 768px) {
  #fa-hero .atvi-card-inner-container {
    height: 300px !important;
  }
}
#fa-hero .atvi-card-media-container {
  position: relative;
  height: 100%;
}
#fa-hero .atvi-card-media-container .atvi-card-media {
  position: relative;
  height: 100%;
}
#fa-hero .atvi-card-media-container .atvi-card-media .atvi-card-video {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#fa-hero .atvi-card-media-container .atvi-card-media .atvi-card-video:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 17.19%, rgba(0, 0, 0, 0) 82.81%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 70.31%, #000000 97.92%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
}
#fa-hero .atvi-card-content-container {
  margin-top: -230px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
}
@media (max-width: 1024px) {
  #fa-hero .atvi-card-content-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #fa-hero .atvi-card-content-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 768px) {
  #fa-hero .atvi-card-content-container {
    margin-top: -35%;
    margin-top: -65px;
  }
}
#fa-hero .atvi-card-content-container .atvi-card-custom-content {
  position: relative;
  z-index: 2;
}
#fa-hero .atvi-card-content-container .atvi-image {
  max-width: 265px;
  margin: 0 auto 20px;
}
#fa-hero .atvi-card-content-container .atvi-image img {
  width: 100%;
  display: block;
}
#fa-hero .atvi-card-content-container .atvi-text {
  text-align: center;
}
#fa-hero .atvi-card-content-container .atvi-text h1 {
  margin-bottom: 10px;
  font-family: "Hitmarker Normal Bold";
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  #fa-hero .atvi-card-content-container .atvi-text h1 {
    font-size: 2.75rem;
    line-height: 2.88rem;
    letter-spacing: 1.1px;
    margin-bottom: 0;
  }
}
#fa-hero .atvi-card-content-container .atvi-text h2 {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Normal Medium";
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 3.75rem;
  letter-spacing: 2px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  #fa-hero .atvi-card-content-container .atvi-text h2 {
    font-family: "Hitmarker Text Regular", Arial;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.44rem;
    line-height: 2.19rem;
    letter-spacing: 1.7px;
  }
}
#fa-hero .atvi-card-content-container .atvi-text p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
#overview {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  #overview {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #overview {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#overview > .atvi-experiencefragment:nth-child(1) {
  grid-column: span 8;
}
#overview > .atvi-experiencefragment:nth-child(2) {
  grid-column: span 4;
}
@media (min-width: 768.02px) {
  #overview > .atvi-experiencefragment:nth-child(2) > div {
    position: sticky;
    top: 70px;
  }
}
@media (max-width: 768px) {
  #overview {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 210px;
  }
  #overview > .atvi-experiencefragment:nth-child(1),
  #overview > .atvi-experiencefragment:nth-child(2) {
    grid-column: span 4;
  }
}
#overview #fa-overview-description {
  margin-bottom: 50px;
}
#overview #fa-overview-description p:nth-child(1) {
  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;
  margin-bottom: 20px;
  text-transform: none;
}
@media (max-width: 768px) {
  #overview #fa-overview-description p:nth-child(1) {
    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;
  }
}
#overview .atvi-image {
  margin-bottom: 32px;
}
#overview .atvi-image:last-of-type {
  margin-bottom: 0;
}
html[lang='de'] #overview,
html[lang='it'] #overview {
  margin-top: 165px;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
#fa-playnow.cod-pn-bundle-container {
  border: 1px solid #86ce64;
}
#fa-playnow.cod-pn-bundle-container:hover {
  border: 1px solid #86ce64;
  box-shadow: none;
}
#fa-playnow.cod-pn-bundle-container .platform-info {
  padding: 0 !important;
}
#fa-playnow.cod-pn-bundle-container .platform-info .platform-select-choose-platform {
  padding: 10px 16px !important;
  background: #86ce64;
  margin-bottom: 0;
}
#fa-playnow.cod-pn-bundle-container .platform-info .platform-select-choose-platform p {
  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;
  color: #000 !important;
}
#fa-playnow.cod-pn-bundle-container .platform-info .platform-select-links {
  padding: 30px 16px;
  margin: 0;
}
#fa-playnow.cod-pn-bundle-container .platform-info .platform-select-links li:first-of-type {
  margin-top: 0;
}
#fa-playnow.cod-pn-bundle-container .platform-info .platform-select-links a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #86ce64;
  border-right: 1px solid #86ce64;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.mobile-float-cta.cod-pn-cta-modal .cod-pn-wtb-modal .cod-pn-modal-platforms a:after {
  border-top: 1px solid #86ce64 !important;
  border-right: 1px solid #86ce64 !important;
}
.cod-pn-cta-modal > .cod-pn-wtb-modal .cod-pn-modal-header {
  border-top: none !important;
}

/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*
@bg: background color of button
@color: color of the text
@size: button size -> "sm" for small button, "md" for medium button
*/
.mobile-float-cta {
  padding: 20px 0;
  position: fixed;
  z-index: 10 !important;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 5;
  border-top: 1px solid #d80000;
}
@media (min-width: 768.02px) {
  .mobile-float-cta {
    display: none !important;
  }
}
.mobile-float-cta.cod-pn-cta-modal > button {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  line-height: 1;
  padding: 0;
  font-size: 1rem;
  letter-spacing: .8px;
  padding: 12px 0;
  min-width: 240px;
  color: #000;
  background: #FFF;
  background: #d70000;
  color: #FFF;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 24px;
}
.mobile-float-cta.cod-pn-cta-modal .cod-pn-wtb-modal .cod-pn-modal-platforms a:after {
  border-top: 1px solid #d80000;
  border-right: 1px solid #d80000;
}
.mobile-float-cta.cod-pn-cta-modal .cod-pn-wtb-modal .cod-pn-wtb-inner-modal {
  border: 1px solid #464038;
}
.mobile-float-cta.atvi-cta-container ul a {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  line-height: 1;
  padding: 0;
  font-size: 1rem;
  letter-spacing: .8px;
  padding: 12px 0;
  min-width: 240px;
  color: #000;
  background: #FFF;
  background: #D70000;
  color: #FFF;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 24px;
}
/*#mobile-float-cta {

    position: fixed;
    z-index: 10 !important;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 5;
    border-top: 1px solid @red;

    .media-breakpoint-up(mobile, @breakpointList, {

		display: none; 

    });

    ul {

        padding: 20px 0;
        
        a {
            .white-btn();
            width: fit-content;
            margin-inline: auto;
            padding: 12px 24px;
        }

    }
}*/
@media (max-width: 768px) {
  body footer {
    padding-bottom: 120px !important;
  }
}

#my-image {
  border: 5px red solid;
}

