@font-face {
  font-family: 'Teko Bold';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Teko-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Teko Light';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Teko-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Teko Medium';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Teko-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Teko Regular';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Teko-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Teko Semi Bold';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Teko-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tahoma Regular';
  src: url('../../global/clientlibs/clientlib-site/resources/fonts/Tahoma.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Pro Bold';
  src: url('../../common/fonts/NeoSansPro-Bold.woff2') format('woff2'), url('../../common/fonts/NeoSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Pro Regular';
  src: url('../../common/fonts/NeoSansPro-Regular.woff2') format('woff2'), url('../../common/fonts/NeoSansPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Pro Bold Italic';
  src: url('../../common/fonts/NeoSansPro-BoldItalic.woff2') format('woff2'), url('../../common/fonts/NeoSansPro-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neo Sans Pro Italic';
  src: url('../../common/fonts/NeoSansPro-Italic.woff2') format('woff2'), url('../../common/fonts/NeoSansPro-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/**
   Tony Hawk Global Site Styles
   /apps/atvi/tony-hawk/global/clientlibs/clientlib-site/css/site.less

**/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #000;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-rendering: optimizeLegibility;
  font-display: swap;
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
}
body code {
  font-family: monospace;
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}

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

@link-color      : #000;
@link-hover-color: #000;
 
@accent-color    : @green;
**************************/
/************************
IMPORT FONT FAMILIES HERE
************************/
/*
@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Bold.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Regular.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-BoldItalic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Italic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../../common/fonts/Tahoma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

// LESS mixins for Teko font weights
.teko-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}

.teko-light() {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.teko-reg() {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.teko-regular() {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.teko-semi-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}

.neosans-bold() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neosans-bold-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: italic;
}

.neosans-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neosans-reg() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tahoma-reg() {
    font-family: 'Tahoma', sans-serif; 
	font-weight: 400;
    font-style: normal;
}
*/
/* TO DO */
/*
//  M I X I N S
// -------------

// no conversion necessary
.convertRem(@selector, @amt) when (isunit(@amt, rem)),
(isunit(@amt, em)) {
	@{selector}: @amt;
}

// convert px -> rem
.convertRem(@selector, @amt, @remInPx: @fontSizeBase) when (ispixel(@amt)) {
	@{selector}: round(unit((@amt / @remInPx), rem), 2);
}

// Heading
.heading-base() {
	.teko-bold();
    text-transform: uppercase;
    .convertRem(letter-spacing, 1px);
}

.heading-xxs() {
	.heading-base();
    .convertRem(font-size, 16px);
}

.heading-xs() {
	.heading-base();
    .convertRem(font-size, 20px);
}

.heading-sm() {
    .heading-base();
    .convertRem(font-size, 28px);
}

.heading-md() {
    .heading-base();
    .convertRem(font-size, 36px);
}

.heading-lg() {
    //.heading-base();
    //.convertRem(font-size, 56px);
}

.heading-xl() {
    .heading-base();
    .convertRem(font-size, 60px);
}

// Custom heading size
.heading-custom(@font-size, @line-height, @letter-spacing:optional) {
    .heading-base();
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
}

// Body
.body-base() {
	.neosans-reg();
    .convertRem(letter-spacing, 0.75px);

    &:lang(ru) {
      .tahoma-reg();
    }
}

.body-xxs() {
    .body-base();
    .convertRem(font-size, 10px);
    .convertRem(line-height, 12px);
    letter-spacing: 1px;
}

.body-xs() {
    .body-base();
    .convertRem(font-size, 12px);
    .convertRem(line-height, 16px);
    letter-spacing: 1px;
}

.body-sm() {
    .body-base();
    .convertRem(font-size, 16px);
    .convertRem(line-height, 28px);
}

.body-md() {

}

.body-lg() {
    .body-base();
    .convertRem(font-size, 20px);
    .convertRem(line-height, 32px);
}

.body-bold() {
	.body-base();
    font-weight: bold;
}

.body-italic() {
	.body-base();
    font-style: italic;
}

.body-custom(@font-size, @line-height, @letter-spacing:optional) {
    .body-base();
    // Define your own font family on local css
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
} 
*/
/**************************************
GLOBAL
**************************************/
body {
  background: #000;
  color: #FFF;
}
a,
button {
  cursor: pointer;
}
.atvi-gallery-modal .atvi-gallery-inner-modal {
  padding-inline: 30px;
}
.atvi-gallery-media-carousel-arrows {
  top: 50% !important;
  translate: -50% -50% !important;
}
.atvi-gallery-media-carousel-arrows .modal-nav-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
}
.atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-prev {
  left: -5%;
  position: absolute;
  /*border-left: @orange 1px solid;
            border-top: @orange 1px solid;
            rotate: -45deg;*/
  /*@media screen and (max-width: @tablet) {
				left: 1%;
                .square(20px);
            }*/
}
.atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-prev:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-left: #f18449 1px solid;
  border-top: #f18449 1px solid;
  rotate: -45deg;
}
@media screen and (max-width: 1024px) {
  .atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-prev:before {
    width: 20px;
    height: 20px;
  }
}
.atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-next {
  right: -5%;
  position: absolute;
  /*border-right: @orange 1px solid;
            border-top: @orange 1px solid;
            rotate: 45deg;*/
}
@media screen and (max-width: 1024px) {
  .atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-next {
    right: 1%;
    width: 20px;
    height: 20px;
  }
}
.atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-next:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-right: #f18449 1px solid;
  border-top: #f18449 1px solid;
  rotate: 45deg;
}
@media screen and (max-width: 1024px) {
  .atvi-gallery-media-carousel-arrows .modal-nav-btn.modal-nav-next:before {
    width: 20px;
    height: 20px;
  }
}
.atvi-gallery-container .atvi-gallery-thumbnail-entry[data-type="video"]:hover:after {
  scale: 1.1;
}
.atvi-gallery-container .atvi-gallery-thumbnail-entry[data-type="video"]:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/common/play-btn.webp) center center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  transition: .5s all;
}
.atvi-gallery-container .atvi-gallery-thumbnail-entry[data-type="video"] .thumb-play-icon {
  display: none !important;
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/atvi/tony-hawk/chicago/core/clientlibs/css/fonts.less
Error: ParseError: Unrecognised input in /apps/atvi/tony-hawk/chicago/core/clientlibs/css/fonts.less on line 15, column 5:
14 
15     &:lang(ru) {
16       tahoma-reg();


(uncompiled LESS src is included below)
*****************************************************/
@import "/apps/atvi/tony-hawk/global/clientlibs/utils/all.less";

// IMPORT FONT FAMILIES HERE
// - See /apps/atvi/tony-hawk/global/clientlibs/clientlib-site/css/fonts.lesss for example

/************************
FONT STYLES
************************/

p, li {
    .ns-reg();
    line-height: 1.2; 
    letter-spacing: 1px;

    &:lang(ru) {
      tahoma-reg();
    }
}

p {
	font-size: 16px;
}

li {
	font-size: 14px;
}

sup {
    font-size: .5em;
    top: -7px;
    position: relative;
}
/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;
 
@accent-color    : @green;
**************************/
/************************
IMPORT FONT FAMILIES HERE
************************/
/*
@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Bold.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Regular.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-BoldItalic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Italic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../../common/fonts/Tahoma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

// LESS mixins for Teko font weights
.teko-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}

.teko-light() {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.teko-reg() {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.teko-regular() {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.teko-semi-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}

.neosans-bold() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neosans-bold-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: italic;
}

.neosans-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neosans-reg() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tahoma-reg() {
    font-family: 'Tahoma', sans-serif; 
	font-weight: 400;
    font-style: normal;
}
*/
/* TO DO */
/*
//  M I X I N S
// -------------

// no conversion necessary
.convertRem(@selector, @amt) when (isunit(@amt, rem)),
(isunit(@amt, em)) {
	@{selector}: @amt;
}

// convert px -> rem
.convertRem(@selector, @amt, @remInPx: @fontSizeBase) when (ispixel(@amt)) {
	@{selector}: round(unit((@amt / @remInPx), rem), 2);
}

// Heading
.heading-base() {
	.teko-bold();
    text-transform: uppercase;
    .convertRem(letter-spacing, 1px);
}

.heading-xxs() {
	.heading-base();
    .convertRem(font-size, 16px);
}

.heading-xs() {
	.heading-base();
    .convertRem(font-size, 20px);
}

.heading-sm() {
    .heading-base();
    .convertRem(font-size, 28px);
}

.heading-md() {
    .heading-base();
    .convertRem(font-size, 36px);
}

.heading-lg() {
    //.heading-base();
    //.convertRem(font-size, 56px);
}

.heading-xl() {
    .heading-base();
    .convertRem(font-size, 60px);
}

// Custom heading size
.heading-custom(@font-size, @line-height, @letter-spacing:optional) {
    .heading-base();
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
}

// Body
.body-base() {
	.neosans-reg();
    .convertRem(letter-spacing, 0.75px);

    &:lang(ru) {
      .tahoma-reg();
    }
}

.body-xxs() {
    .body-base();
    .convertRem(font-size, 10px);
    .convertRem(line-height, 12px);
    letter-spacing: 1px;
}

.body-xs() {
    .body-base();
    .convertRem(font-size, 12px);
    .convertRem(line-height, 16px);
    letter-spacing: 1px;
}

.body-sm() {
    .body-base();
    .convertRem(font-size, 16px);
    .convertRem(line-height, 28px);
}

.body-md() {

}

.body-lg() {
    .body-base();
    .convertRem(font-size, 20px);
    .convertRem(line-height, 32px);
}

.body-bold() {
	.body-base();
    font-weight: bold;
}

.body-italic() {
	.body-base();
    font-style: italic;
}

.body-custom(@font-size, @line-height, @letter-spacing:optional) {
    .body-base();
    // Define your own font family on local css
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
} 
*/
/**************************
HEADER
**************************/
#chicago-header-2 {
  background-size: auto 80px;
  text-transform: uppercase;
  color: #FFF;
}
#chicago-header-2 .skip-to-main-content-link {
  display: none;
}
#chicago-header-2 .atvi-header_top-nav {
  text-transform: uppercase;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  background: #000;
}
@media (max-width: 1024px) {
  #chicago-header-2 .atvi-header_top-nav {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #chicago-header-2 .atvi-header_top-nav {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#chicago-header-2 .atvi-header_top-nav .atvi-header_logo img {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  #chicago-header-2 .atvi-header_top-nav .atvi-header_logo img {
    height: 52px;
  }
}
#chicago-header-2 .atvi-header_top-nav ul {
  gap: 0px;
}
#chicago-header-2 .atvi-header_top-nav ul li {
  height: 64px;
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0px;
  /*&:last-child {
					display: none; // hide last nav item (only show it on EN locs - see below)
                }*/
}
#chicago-header-2 .atvi-header_top-nav ul li a {
  padding-inline: 20px;
}
#chicago-header-2 .atvi-header_top-nav ul li .atvi-header_main-nav_sub-nav-link {
  white-space: nowrap;
}
#chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child {
  display: none;
}
#chicago-header-2 .atvi-header_top-nav .dd .atvi-header_main-nav_top-nav-link {
  gap: 0px;
}
#chicago-header-2 .atvi-header_top-nav .dd .atvi-header_main-nav_sub-nav:hover {
  display: block;
}
#chicago-header-2 .atvi-header_top-nav .dd .dd-expand {
  display: block;
  width: 12px;
}
#chicago-header-2 .atvi-header_top-nav .atvi-header_cta a {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #FFF;
  letter-spacing: 0px;
  /*-webkit-text-stroke-width: 1.35px;
	-webkit-text-stroke-color: #000;*/
  padding: 10px 60px;
  text-decoration: none;
  display: block;
  width: fit-content;
  border-radius: 50px;
  border: 2px solid #FFF;
  box-shadow: 2px 3px 2px 0px #000;
  text-shadow: #000000 2px 0px 0px, #000000 -2px 0px 0px, #000000 0px 2px 0px, #000000 0px -2px 0px, #000000 2px 2px 0px, #000000 -2px 2px 0px, #000000 2px -2px 0px, #000000 -2px -2px 0px;
  line-height: 1;
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/home/CTA-Primary_Orange.jpg) center center no-repeat;
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 6px 28px 2px;
  text-align: center;
}
#chicago-header-2 .atvi-header_top-nav .atvi-header_cta a::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../../../../../content/dam/atvi/tony-hawk/chicago/common/CTA-Primary_Orange_Hover.png');
}
#chicago-header-2 .atvi-header_top-nav .atvi-header_cta a:hover {
  background-image: url('../../../../../content/dam/atvi/tony-hawk/chicago/common/CTA-Primary_Orange_Hover.png');
}
#chicago-header-2 .atvi-header_top-nav .atvi-header_cta a:lang(ru) {
  font-family: 'Tahoma Regular';
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a {
    font-family: 'Teko Bold';
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-transform: uppercase;
  }
}
#chicago-header-2 .atvi-header_desktop-header {
  padding: 0;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav {
  gap: 20px;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li {
  transition: background-color 0.2s ease-in-out;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li:hover {
  background-color: #24272A;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li.dd .link-text {
  margin-right: 10px;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li a {
  transition: color 0.2s ease-in-out;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li a span::after {
  transition: color 0.2s ease-in-out;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li a:hover {
  color: #f18449;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav li a:hover span::after {
  color: #f18449;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd {
  cursor: default;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd .atvi-header_main-nav_sub-nav:hover {
  display: block;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd:hover {
  background: #222;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd ul {
  /*background: rgba(0, 0, 0, 0.1);
                    backdrop-filter: blur(24px);*/
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd ul li {
  background: rgba(0, 0, 0, 0.3);
  height: 50px;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd ul li:hover {
  background: rgba(69, 69, 69, 0.5);
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .dd ul li a {
  min-width: 260px;
  display: flex;
  justify-content: center;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav {
  margin-right: auto;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso {
  line-height: 1;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .sso-login::after,
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .sso-profile::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -10px;
  background-color: #FFF;
  top: 0;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .logged-out a,
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .logged-in a {
  transition: color 0.2s ease-in-out;
  position: relative;
}
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .logged-out a:hover,
#chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .logged-in a:hover {
  color: #f18449;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_top-nav {
  gap: 8px;
  padding: 10px 16px;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_top-nav .atvi-header_mobile-menu-btn {
  scale: 0.7;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_top-nav .atvi-header_mobile-menu-btn span {
  height: 3.65px;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_top-nav .atvi-header_logo {
  margin-right: auto;
}
#chicago-header-2 .atvi-header_mobile-header a.atvi-header_main-nav_top-nav-link {
  display: flex;
  align-items: center;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel {
  display: flex;
  flex-direction: column;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav {
  padding-top: 0;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul {
  padding: 0;
  gap: 0;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul li a {
  padding: 16px 24px;
  cursor: pointer;
  width: 100%;
  margin: 0;
  transition: color 0.2s ease-in-out;
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0px;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul li a:hover {
  color: orange;
  background: rgba(0, 0, 0, 0.3);
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul li a:hover span::after {
  color: orange;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul .active {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul .active ul li a {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: color 0.2s ease-in-out;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_main-nav ul .active ul li a:hover {
  color: #f18449;
  background: #000;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso {
  padding: 12px 24px;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso:hover {
  background: rgba(0, 0, 0, 0.3);
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .sso-login[tabindex="0"],
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .sso-profile[tabindex="0"] {
  position: relative;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .sso-login[tabindex="0"]:after,
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .sso-profile[tabindex="0"]:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  right: -10px;
  background-color: #FFF;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .logged-out a,
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .logged-in a {
  transition: color 0.2s ease-in-out;
}
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .logged-out a:hover,
#chicago-header-2 .atvi-header_mobile-header .atvi-header_mobile-panel .atvi-header_sso .logged-in a:hover {
  color: #f18449;
}
/** 
    MOBILE DROP-DOWN MENU
*/
body .atvi-header-container {
  transition: background 0.9s ease-in-out;
}
body.menu-open .atvi-header-container {
  background: transparent;
}
body.menu-open .atvi-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 72px;
  background-color: #000;
  z-index: -1;
}
body.menu-open .atvi-header_mobile-panel[data-animation='slideFromTop'] {
  animation: hide-scroll 0.5s backwards;
  position: absolute;
  top: 100%;
  width: 100%;
}
@keyframes hide-scroll {
  from,
  to {
    overflow: hidden;
  }
}
html[lang='pl'] #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a,
html[lang='ru'] #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a {
  padding-inline: 15px;
}
@media screen and (max-width: 1024px) {
  html[lang='pl'] #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a,
  html[lang='ru'] #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a {
    padding-inline: 10px;
    font-size: 1rem;
  }
}
html[lang='ar'] #chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .sso-login::after,
html[lang='ar'] #chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_sso .sso-profile::after {
  right: auto;
  left: -10px;
}
html[lang='ar'] #chicago-header-2 .atvi-header_desktop-header .atvi-header_top-nav .atvi-header_main-nav {
  margin-left: auto;
  margin-right: 0;
}
html[lang='ar'] #chicago-header-2 .atvi-header_top-nav .dd .atvi-header_main-nav_top-nav-link {
  gap: 15px;
}
html[lang='ru'] #chicago-header-2 .atvi-header_top-nav .atvi-header_cta a {
  padding: 12px 28px;
}
html[lang="en"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="en-AU"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="en-NZ"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="en-CA"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="en-AR"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="nl"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="fi"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="sv"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="en-GB"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="da"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="nl-BE"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child,
html[lang="no"] #chicago-header-2 .atvi-header_top-nav ul#menubar1 > li:last-child {
  display: block;
}

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

@link-color      : #000;
@link-hover-color: #000;
 
@accent-color    : @green;
**************************/
/************************
IMPORT FONT FAMILIES HERE
************************/
/*
@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Teko';
    src: url('../../common/fonts/Teko-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Bold.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Regular.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-BoldItalic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../../common/fonts/NeoSansPro-Italic.woff2') format('woff2'),
        url('../../common/fonts/NeoSansPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../../common/fonts/Tahoma.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

// LESS mixins for Teko font weights
.teko-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}

.teko-light() {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

.teko-reg() {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}

.teko-regular() {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.teko-semi-bold() {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}

.neosans-bold() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: normal;
}

.neosans-bold-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 700;
    font-style: italic;
}

.neosans-italic() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: italic;
}

.neosans-reg() {
    font-family: 'Neo Sans Pro',sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tahoma-reg() {
    font-family: 'Tahoma', sans-serif; 
	font-weight: 400;
    font-style: normal;
}
*/
/* TO DO */
/*
//  M I X I N S
// -------------

// no conversion necessary
.convertRem(@selector, @amt) when (isunit(@amt, rem)),
(isunit(@amt, em)) {
	@{selector}: @amt;
}

// convert px -> rem
.convertRem(@selector, @amt, @remInPx: @fontSizeBase) when (ispixel(@amt)) {
	@{selector}: round(unit((@amt / @remInPx), rem), 2);
}

// Heading
.heading-base() {
	.teko-bold();
    text-transform: uppercase;
    .convertRem(letter-spacing, 1px);
}

.heading-xxs() {
	.heading-base();
    .convertRem(font-size, 16px);
}

.heading-xs() {
	.heading-base();
    .convertRem(font-size, 20px);
}

.heading-sm() {
    .heading-base();
    .convertRem(font-size, 28px);
}

.heading-md() {
    .heading-base();
    .convertRem(font-size, 36px);
}

.heading-lg() {
    //.heading-base();
    //.convertRem(font-size, 56px);
}

.heading-xl() {
    .heading-base();
    .convertRem(font-size, 60px);
}

// Custom heading size
.heading-custom(@font-size, @line-height, @letter-spacing:optional) {
    .heading-base();
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
}

// Body
.body-base() {
	.neosans-reg();
    .convertRem(letter-spacing, 0.75px);

    &:lang(ru) {
      .tahoma-reg();
    }
}

.body-xxs() {
    .body-base();
    .convertRem(font-size, 10px);
    .convertRem(line-height, 12px);
    letter-spacing: 1px;
}

.body-xs() {
    .body-base();
    .convertRem(font-size, 12px);
    .convertRem(line-height, 16px);
    letter-spacing: 1px;
}

.body-sm() {
    .body-base();
    .convertRem(font-size, 16px);
    .convertRem(line-height, 28px);
}

.body-md() {

}

.body-lg() {
    .body-base();
    .convertRem(font-size, 20px);
    .convertRem(line-height, 32px);
}

.body-bold() {
	.body-base();
    font-weight: bold;
}

.body-italic() {
	.body-base();
    font-style: italic;
}

.body-custom(@font-size, @line-height, @letter-spacing:optional) {
    .body-base();
    // Define your own font family on local css
    .convertRem(font-size, @font-size);
	line-height: @line-height;
    & when not (letter-spacing = optional) {
    	letter-spacing: @letter-spacing;
    }
} 
*/
/**********************
Play now cards css
**********************/
/**

MODULE CONTAINER STYLES

**/
.thps-3-4-subpage-playnow .section-header h2 {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 4.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .thps-3-4-subpage-playnow .section-header h2 {
    font-family: 'Teko Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  padding-inline: 24px;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 2px;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .atvi-play-now-card {
  width: 100%;
  max-width: 540px;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-next,
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-prev {
  width: 28px;
  height: 50px;
  rotate: 0deg;
  border: none;
  background: orange;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-next.slick-disabled,
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-prev.slick-disabled {
  background: #2e2e2e;
  cursor: default;
  display: none !important;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-next {
  right: 0;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-next.slick-disabled .slick-next-icon {
  opacity: 0.25;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-next .slick-next-icon:before {
  background: none;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 6px;
  bottom: auto;
  left: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-prev {
  left: 0;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-prev.slick-disabled .slick-prev-icon {
  opacity: 0.25;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-prev .slick-prev-icon:before {
  background: none;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 16px;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-dots {
  bottom: -50px;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-dots li {
  margin: 0 10px;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-dots li.slick-active button {
  background: orange;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-dots li button {
  background: #666;
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 100%;
}
.thps-3-4-subpage-playnow #thps-3-4-cards-container .slick-dots li button span.slick-dot-icon {
  display: none;
}
/**

INDIVIDUAL CARD STYLES

**/
@media screen and (max-width: 600px) {
  #thps-3-4-cards-container .slick-slide {
    margin: 0 3px !important;
  }
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card-container {
  border: 1px solid #4F4F4F;
  background: #000;
  padding-bottom: 2px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card-inner-container,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_content,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front {
  position: relative;
  height: 100%;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_content {
  margin-top: 1px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 45%, rgba(0, 0, 0, 0) 80%);
  pointer-events: none;
  z-index: 3;
}
#thps-3-4-cards-container .atvi-play-now-card:hover .atvi-play-now-card_front .atvi-play-now-card_cover {
  overflow: hidden;
}
#thps-3-4-cards-container .atvi-play-now-card:hover .atvi-play-now-card_front .atvi-play-now-card_cover video,
#thps-3-4-cards-container .atvi-play-now-card:hover .atvi-play-now-card_front .atvi-play-now-card_cover img {
  scale: 1.05;
}
@media screen and (max-width: 600px) {
  #thps-3-4-cards-container .atvi-play-now-card {
    /*&:hover {
                .atvi-play-now-card-inner-container {
                    box-shadow: unset;
                }
            }*/
  }
  #thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card-container[data-promo-active='true'] .atvi-play-now-card_bundle-name {
    margin-top: 42px;
  }
  #thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card-container[data-promo-active='true'] .atvi-play-now-card_back .close-platform {
    top: 49px;
  }
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_promo {
  width: calc(100% - 8px);
  left: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_bundle-name {
  margin: 12px 16px;
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
  z-index: 3;
  padding: 6px 24px 2px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_bundle-name p {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front {
  padding-bottom: 60px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_cover {
  overflow: hidden;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_cover video,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_cover img {
  transition: .25s all;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_info {
  padding-top: 12px;
  /*p {
                    .teko-regular();
                    .convertRem(font-size, 14px);
                    line-height: 1;
                    .convertRem(letter-spacing, 1px);
                    text-transform: normal;
                }*/
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_platforms ul {
  margin-top: 2px;
  margin-bottom: 12px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_platforms ul li {
  font-family: 'Teko Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding: 4px 4px 1px;
  /* &:before {
                            display: none;
                        }
    
                        // Line
                        &:after {
                            border: 2px solid orange;
                            transform: none;
                            height: auto;
                            left: -7px;
                        }*/
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_platforms ul li sup {
  vertical-align: unset;
  line-height: unset;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_platforms ul li[data-platform='game-pass'] {
  background: #393939;
  color: #aaaaaa;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description {
  padding-bottom: 18px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li {
  /*.neosans-reg();
                    .convertRem(font-size, 14px);
                    .convertRem(line-height, 22px);
                    .convertRem(letter-spacing, 1px);*/
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  position: relative;
  left: 7px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:before {
  display: none;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:after {
  border: 2px solid #f18449;
  transform: none;
  height: auto;
  left: -7px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p:first-of-type {
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-size: 0.88rem;
  line-height: 1.38rem;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  color: #FFF;
  margin-top: 8px;
  margin-bottom: 8px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p em,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p i {
  margin-top: 8px;
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #808080;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p em em,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p i em,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p em i,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p i i {
  font-style: normal;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p em a,
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description p i a {
  color: #808080;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_select {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_select button {
  width: 100% !important;
  padding: 10px 60px 6px !important;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_bundle-name {
  position: relative;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .close-platform {
  z-index: 10;
  top: 15px;
  right: 37px;
  width: 18px;
  height: 18px;
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/common/close_button.svg) center center no-repeat;
  background-size: contain;
  /*&:after {
                    content: "";
                    .square(20px);
                    line-height: 1;
                    position: absolute;
                    top: 40%;
                    left: 50%;
                    translate: -50% -50%;
                    background: url(../../../../../content/dam/atvi/tony-hawk/chicago/common/close_button.svg) center center no-repeat;
                }*/
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section .atvi-play-now-card_back-section-header {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section p {
  /*.neosans-reg();
                    .convertRem(font-size, 14px);
                    .convertRem(line-height, 22px);
                    .convertRem(letter-spacing, 1px);*/
  font-family: 'Neo Sans Pro Regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.38rem;
  letter-spacing: optional;
  text-transform: none;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section .console-type {
  font-family: 'Teko Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0.06rem;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section-1-content {
  margin-top: 15px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-header {
  padding-top: 12px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-header[aria-expanded='false'] {
  padding-bottom: 12px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-subheader {
  margin-top: 12px;
}
#thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-content {
  margin-top: 12px;
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card:hover .atvi-play-now-card-inner-container {
  box-shadow: 0px 0px 24px 0px rgba(95, 49, 172, 0.64), 0px 0px 32px 0px #5f31ac;
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_front .atvi-play-now-card_cover picture {
  position: relative;
  top: 10px;
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_front .atvi-play-now-card_select button {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0px;
  /*-webkit-text-stroke-width: 1.35px;
	-webkit-text-stroke-color: #000;*/
  padding: 10px 60px;
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #FFF;
  box-shadow: 2px 3px 2px 0px #000;
  text-shadow: #000000 2px 0px 0px, #000000 -2px 0px 0px, #000000 0px 2px 0px, #000000 0px -2px 0px, #000000 2px 2px 0px, #000000 -2px 2px 0px, #000000 2px -2px 0px, #000000 -2px -2px 0px;
  line-height: 1;
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/home/CTA-Secondary_Purple.jpg) center center no-repeat;
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_front .atvi-play-now-card_select button::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../../../../../content/dam/atvi/tony-hawk/chicago/common/CTA-Secondary_Purple_Hover.png');
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_front .atvi-play-now-card_select button:hover {
  background-image: url('../../../../../content/dam/atvi/tony-hawk/chicago/common/CTA-Secondary_Purple_Hover.png');
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:after {
  border: #7742ce 2px solid;
}
#thps-3-4-cards-container #thps-3-4-digital-deluxe-card .atvi-play-now-card_bundle-name {
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/common/play-now-purple-texture.png) center center no-repeat;
  background-size: cover;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card:hover .atvi-play-now-card-inner-container {
  box-shadow: 0px 0px 32px 0px #EE6E28;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_bundle-name {
  background: url(../../../../../content/dam/atvi/tony-hawk/chicago/common/play-now-orange-texture.svg) center center no-repeat;
  background-size: cover;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_cover picture {
  position: relative;
  top: 35px;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description {
  /*p:last-of-type {
					margin-top: 8px;
					.body-xs();
                    color: #808080;

                    i {
                        font-style: normal;
                    }

                    a {
						color: #808080;
                    } 
                }*/
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li {
  position: relative;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:nth-child(n+4) {
  text-decoration: line-through;
  color: #666;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:nth-child(n+4):before {
  content: "";
  background: #666;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:nth-child(n+4):after {
  content: "";
  border: 2px solid #666;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_front .atvi-play-now-card_select button {
  font-family: 'Teko Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0px;
  /*-webkit-text-stroke-width: 1.35px;
	-webkit-text-stroke-color: #000;*/
  padding: 10px 60px;
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #FFF;
  box-shadow: 2px 3px 2px 0px #000;
  text-shadow: #000000 2px 0px 0px, #000000 -2px 0px 0px, #000000 0px 2px 0px, #000000 0px -2px 0px, #000000 2px 2px 0px, #000000 -2px 2px 0px, #000000 2px -2px 0px, #000000 -2px -2px 0px;
  line-height: 1;
  background: #000;
  border: 2px solid orange;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_back .close-platform:after {
  color: #FFF;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-content a {
  padding: 14px 12px;
}
#thps-3-4-cards-container #thps-3-4-cross-gen-card .atvi-play-now-card_back .atvi-play-now-card_back-section-2-content a span {
  background: url(../../../../../content/dam/atvi/global/firstparty/xbox-game-pass/game-pass-icon.svg) center center no-repeat;
  background-size: contain;
  width: 116px;
  height: 20px;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  filter: brightness(0) invert(1);
}
/**

DISCLAIMERS

**/
.play-now-footer-disclaimers {
  padding-inline: 24px;
  width: 100%;
  max-width: 870px;
  margin: 25px auto;
}
.play-now-footer-disclaimers p,
.play-now-footer-disclaimers a {
  font-size: 12px;
  color: #808081;
}
@media screen and (max-width: 768px) {
  .play-now-footer-disclaimers {
    margin-top: 60px;
  }
}
/*html[lang='ja'] {

	.platform-console-links-list li[data-platform="switch"] {
		display: none;
    }

    #thps-3-4-cards-container .atvi-play-now-card .atvi-play-now-card_front .atvi-play-now-card_platforms ul li[data-platform='switch'] {
		display: none;
    }

}*/
html[lang='ar'] .atvi-play-now-card-container .atvi-play-now-card_front .atvi-play-now-card_bundle-description li {
  padding-left: 0;
  padding-right: 20px;
}
html[lang='ar'] .atvi-play-now-card-container .atvi-play-now-card_front .atvi-play-now-card_bundle-description li:after {
  right: 7px;
  left: auto;
}

