/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }

}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body {
  background-color: black;
  color: white;
  background: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mobile/esports/2024/03/Call-of-Duty-Mobile-World-Championship-Stage-01-Key-Visual-3840x2160.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.codm-esports-body-container {
  margin-top: 180px;
  margin-bottom: 50px;
  word-break: break-word;
}
.codm-esports-body-container p,
.codm-esports-body-container h1,
.codm-esports-body-container h2,
.codm-esports-body-container h3,
.codm-esports-body-container h4,
.codm-esports-body-container h5,
.codm-esports-body-container h6 {
  overflow-wrap: break-word;
}
.codm-esports-body-container h1,
.codm-esports-body-container h2,
.codm-esports-body-container h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.codm-esports-body-container h1,
.codm-esports-body-container h2 {
  /*.header-font();
        color: #FFE93C;
        letter-spacing: 1;
        text-transform: uppercase;*/
}
.codm-esports-body-container h2,
.codm-esports-body-container h3 {
  margin-bottom: 15px;
}
.codm-esports-body-container h1 {
  /*.opensans-bold();
        color: #FFE93C;
        font-size: 55px;*/
}
.codm-esports-body-container h2 {
  /*color: #FFE93C;
        font-size: 30px;*/
}
.codm-esports-body-container h3 {
  /*.opensans-bold();
    	font-size: 20px;
		color: #FFE93C;*/
}
.codm-esports-body-container p {
  margin-bottom: 15px;
  /*font-size: 20px;
        line-height: 1.5;*/
}
.codm-esports-body-container h1 {
  text-align: center;
}
.codm-esports-body-container a {
  color: #96c8ff;
  text-decoration: underline;
}
.codm-esports-body-container ul {
  margin-left: 60px;
  list-style: disc;
}
.codm-esports-body-container li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.codm-esports-body-container img,
.codm-esports-body-container picture,
.codm-esports-body-container video,
.codm-esports-body-container canvas,
.codm-esports-body-container svg {
  display: block;
  max-width: 100%;
}
.codm-esports-body-container table {
  border-collapse: collapse;
  margin-inline: auto;
  table-layout: auto !important;
}
.codm-esports-body-container td,
.codm-esports-body-container th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: left;
}
.codm-esports-body-container .mobile-only {
  display: none;
}
.codm-esports-body-container .atvi-video {
  margin-top: 15px;
}
.codm-esports-body-container .image-center {
  max-width: 100%;
  margin-inline: auto;
}
.codm-esports-body-container .text-center {
  text-align: center;
}
.codm-esports-body-container .pt-spacer {
  padding-top: 30px;
}
.codm-esports-body-container .tooltipped h2 {
  font-size: 20px;
}
.codm-esports-body-container.placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: unset;
  height: calc(100vh - 194px);
}
@media screen and (max-width: 1200px) {
  .codm-esports-body-container {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .codm-esports-body-container.placeholder {
    height: calc(100vh - 214px);
  }
}
@media screen and (max-width: 1024px) {
  .codm-esports-body-container.placeholder {
    height: calc(100vh - 360px);
  }
}
@media screen and (max-width: 768px) {
  .codm-esports-body-container .mobile-only {
    display: block;
  }
}
.codm-esports-body-container .atvi-carousel .slick-prev,
.codm-esports-body-container .atvi-carousel .slick-next {
  position: absolute;
  display: block;
  width: 400px;
  height: 100%;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 60px;
}
.codm-esports-body-container .atvi-carousel .slick-prev:before,
.codm-esports-body-container .atvi-carousel .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: none;
  border-top: 4px solid #ffff03;
  border-right: 4px solid #ffff03;
}
@media only screen and (max-width: 650px) {
  .codm-esports-body-container .atvi-carousel .slick-prev:before,
  .codm-esports-body-container .atvi-carousel .slick-next:before {
    width: 20px;
    height: 20px;
  }
}
.codm-esports-body-container .atvi-carousel .slick-prev.slick-disabled:before,
.codm-esports-body-container .atvi-carousel .slick-next.slick-disabled:before {
  opacity: 1;
}
.codm-esports-body-container .atvi-carousel .slick-next {
  right: 0;
}
.codm-esports-body-container .atvi-carousel .slick-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /*.query(650px, {
                    left: 80%;
                });*/
}
.codm-esports-body-container .atvi-carousel .slick-prev {
  left: 0;
}
.codm-esports-body-container .atvi-carousel .slick-prev:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  /*.query(650px, {
                    right: 80%;
                });*/
}
.codm-esports-hero-container {
  width: 100%;
}
.codm-esports-hero-container img {
  max-width: 400px;
  margin: 0 auto 25px;
  display: block;
}
.codm-esports-main-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
}
.codm-esports-header,
.section-header {
  /*.header-font();
    margin-bottom: 20px;
    font-size: 47px;
    font-weight: bold;*/
}
.codm-teams-container {
  border: 1px solid #5a5a5a;
  border-top: none;
  padding: 0 0 25px;
}
