#cod-hub-hero {
  height: 670px;
  position: relative;
}
#cod-hub-hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 800px;
  left: 0px;
  top: 0px;
  background: linear-gradient(90deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 31.25%);
}
#cod-hub-hero .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  z-index: -1;
}
@media (min-width: 1024.02px) {
  #cod-hub-hero {
    height: 800px;
  }
}
#cod-hub-hero .cod-hub-hero-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  #cod-hub-hero .cod-hub-hero-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #cod-hub-hero .cod-hub-hero-container {
    max-width: 600px;
    padding-inline: 24px;
  }
}
#cod-hub-hero .cod-hub-hero-container #hero-bg-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  z-index: 0;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container #hero-bg-texture {
    right: 170px;
  }
}
#cod-hub-hero .cod-hub-hero-container .hero-fg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  z-index: 0;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container .hero-fg {
    right: -110px;
  }
}
#cod-hub-hero .cod-hub-hero-container .hero-cutout {
  display: none;
}
#cod-hub-hero .cod-hub-hero-container #hero-fg-texture {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  z-index: 3;
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container #hero-fg-texture {
    right: -110px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner {
  padding: 125px 0 40px 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading {
  position: relative;
  /*bottom: -170px;

                @media (min-width: 375px) {
					bottom: -160px;
                }

                .media-breakpoint-up(mobile, {
                    bottom: -140px;
                });

                .media-breakpoint-up(tablet, {
                    bottom: -250px;
                });

                .media-breakpoint-up(desktop, {
                    bottom: -10px;
                });*/
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
  width: 60px;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
    width: 88px;
  }
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow .icon {
  margin-left: 12px;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow .dash-icon {
  width: 80px;
  height: 1px;
  background: white;
}
#cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
  font-family: "Arial Black";
  letter-spacing: 0px;
  font-family: "Hitmarker Normal Black";
  font-weight: normal;
  font-style: normal;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  font-size: clamp(3rem, 10.516vw + 0.535rem, 10rem);
  line-height: clamp(3rem, 10.516vw + 0.535rem, 10rem);
}
#cod-hub-hero .cod-hub-hero-container__details {
  position: absolute;
  left: 24px;
  bottom: 30px;
  z-index: 4;
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__details {
    left: 40px;
    bottom: 40px;
  }
}
@media (min-width: 1024.02px) {
  #cod-hub-hero .cod-hub-hero-container__details {
    left: 60px;
    bottom: 35px;
  }
}
@media (min-width: 1440.02px) {
  #cod-hub-hero .cod-hub-hero-container__details {
    left: 60px;
    bottom: 60px;
  }
}
#cod-hub-hero .cod-hub-hero-container__details .hub-hero-text {
  margin-bottom: 20px;
  width: 330px;
}
@media (min-width: 400px) {
  #cod-hub-hero .cod-hub-hero-container__details .hub-hero-text {
    width: 370px;
  }
}
@media (min-width: 600.02px) {
  #cod-hub-hero .cod-hub-hero-container__details .hub-hero-text {
    width: 450px;
  }
}
#cod-hub-hero .cod-hub-hero-container__details .hub-hero-text p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 375px) {
  #cod-hub-hero .cod-hub-hero-container__details .hub-hero-text p {
    font-size: 20px;
  }
}
#cod-hub-hero .cod-hub-hero-container__details .hub-hero-cta a {
  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: normal;
  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: rgba(27, 27, 27, 0.35);
  border: 1px solid #858585;
}
@media screen and (-ms-high-contrast: active) {
  #cod-hub-hero .cod-hub-hero-container__details .hub-hero-cta a {
    border: 2px solid currentcolor;
  }
}
#cod-hub-hero #texture {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: lighten;
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container .hero-cutout {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -110px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
  bottom: -170px;
}
@media (min-width: 375px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    bottom: -165px;
  }
}
@media (min-width: 600.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    bottom: -175px;
  }
}
@media (min-width: 1024.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    bottom: -250px;
  }
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading {
    bottom: -10px;
  }
}
html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
  font-family: "Arial Black";
  letter-spacing: 0px;
  font-family: "Hitmarker Normal Black";
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.35);
  letter-spacing: 1px;
  font-family: "Hitmarker VF";
  font-weight: normal;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.25rem;
  font-variation-settings: 'wght' 900, 'wdth' 30;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    letter-spacing: 1px;
    font-family: "Hitmarker VF";
    font-weight: normal;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 3.5rem;
    font-variation-settings: 'wght' 900, 'wdth' 30;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}
@media (min-width: 600.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    max-width: 530px;
    margin-left: -2px;
    letter-spacing: 1px;
    font-family: "Hitmarker VF";
    font-weight: normal;
    font-style: normal;
    font-size: 5.13rem;
    line-height: 4.88rem;
    font-variation-settings: 'wght' 900, 'wdth' 30;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
}
@media (min-width: 1024.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    max-width: 800px;
    margin-left: -2px;
    letter-spacing: 1px;
    font-family: "Hitmarker VF";
    font-weight: normal;
    font-style: normal;
    font-size: 7.5rem;
    line-height: 7rem;
    font-variation-settings: 'wght' 900, 'wdth' 30;
    letter-spacing: 8px;
    text-transform: uppercase;
  }
}
@media (min-width: 1440.02px) {
  html[lang="en"] #cod-hub-hero .cod-hub-hero-container__inner__heading h1 {
    max-width: 100%;
    margin-left: -4px;
    letter-spacing: 1px;
    font-family: "Hitmarker VF";
    font-weight: normal;
    font-style: normal;
    font-size: 10rem;
    line-height: 9.13rem;
    font-variation-settings: 'wght' 900, 'wdth' 30;
    letter-spacing: 8px;
    text-transform: uppercase;
  }
}
html[lang="ar"] #cod-hub-hero::before,
html[dir="rtl"] #cod-hub-hero::before {
  right: 0px;
  background: linear-gradient(270deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 31.25%);
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container .hero-fg,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container .hero-fg {
  right: 0;
  transform: scaleX(-1);
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container #hero-bg-texture,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container #hero-bg-texture,
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container #hero-fg-texture,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container #hero-fg-texture {
  display: none;
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container .hero-cutout,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container .hero-cutout {
  display: none;
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container__inner__heading .eyebrow img {
  order: 1;
}
html[lang="ar"] #cod-hub-hero .cod-hub-hero-container__details,
html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container__details {
  left: 24px;
}
@media (min-width: 600.02px) {
  html[lang="ar"] #cod-hub-hero .cod-hub-hero-container__details,
  html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container__details {
    right: 40px;
  }
}
@media (min-width: 1024.02px) {
  html[lang="ar"] #cod-hub-hero .cod-hub-hero-container__details,
  html[dir="rtl"] #cod-hub-hero .cod-hub-hero-container__details {
    right: 60px;
  }
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
