/**************************
@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
*/
.mw3-subpage-features-cards {
  background-image: url(../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw3/home/modes/bg-img.png);
  background-repeat: repeat;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards {
    padding: 76px 0;
  }
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards {
    padding: 40px 0;
  }
}
.mw3-subpage-features-cards .features-overview {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  margin-bottom: 100px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 0 !important;
}
@media (max-width: 1024px) {
  .mw3-subpage-features-cards .features-overview {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .mw3-subpage-features-cards .features-overview {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .features-overview {
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .features-overview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 35px;
  }
}
.mw3-subpage-features-cards .features-overview h2 {
  grid-column: 2 / span 10;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .features-overview h2 {
    grid-column: 1 / span 4;
  }
}
.mw3-subpage-features-cards .features-overview p {
  grid-column: 3 / span 8;
  text-align: center;
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .features-overview p {
    grid-column: 1 / span 4;
  }
}
.mw3-subpage-features-cards .atvi-card {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .mw3-subpage-features-cards .atvi-card {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .mw3-subpage-features-cards .atvi-card {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .atvi-card {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .atvi-card {
    margin-bottom: 40px;
  }
}
.mw3-subpage-features-cards .atvi-card:last-of-type {
  margin-bottom: 0;
}
.mw3-subpage-features-cards .atvi-card-inner-container {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .atvi-card-inner-container {
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .atvi-card-inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mw3-subpage-features-cards .image-right-aligned .atvi-card-media-container {
  order: 1;
  grid-column: 7 / span 6;
}
.mw3-subpage-features-cards .image-right-aligned .atvi-card-content-container {
  grid-column: 1 / span 5;
}
.mw3-subpage-features-cards .image-left-aligned .atvi-card-media-container {
  grid-column: 1 / span 6;
}
.mw3-subpage-features-cards .image-left-aligned .atvi-card-content-container {
  grid-column: 8 / span 5;
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .image-left-aligned .atvi-card-content-container {
    grid-column: 7 / span 6;
  }
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .image-right-aligned .atvi-card-content-container {
    grid-column: 1 / span 6;
  }
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards .image-left-aligned .atvi-card-media-container,
  .mw3-subpage-features-cards .image-right-aligned .atvi-card-media-container,
  .mw3-subpage-features-cards .image-left-aligned .atvi-card-content-container,
  .mw3-subpage-features-cards .image-right-aligned .atvi-card-content-container {
    grid-column: 1 / span 4;
  }
  .mw3-subpage-features-cards .image-left-aligned .atvi-card-media-container,
  .mw3-subpage-features-cards .image-right-aligned .atvi-card-media-container {
    order: 1;
  }
  .mw3-subpage-features-cards .image-left-aligned .atvi-card-content-container,
  .mw3-subpage-features-cards .image-right-aligned .atvi-card-content-container {
    order: 2;
  }
}
.mw3-subpage-features-cards .atvi-card-media-container .atvi-card-image picture img {
  object-fit: contain !important;
  object-position: top !important;
}
.mw3-subpage-features-cards .atvi-card-content-container {
  align-self: center;
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards .atvi-card-content-container {
    align-self: start;
  }
}
.mw3-subpage-features-cards .atvi-card-image {
  position: relative;
}
.mw3-subpage-features-cards p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 15px;
  color: #CCC;
}
@media (max-width: 1200px) {
  .mw3-subpage-features-cards p {
    font-size: 0.88rem;
  }
}
.mw3-subpage-features-cards p:last-of-type {
  margin-bottom: 0;
}
.mw3-subpage-features-cards h2 {
  font-family: "Hitmarker Condensed Black";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.75rem;
  color: #fe0000;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards h2 {
    font-size: 1rem;
  }
}
.mw3-subpage-features-cards h3 {
  font-family: "Hitmarker Condensed Black", "Hitmarker Condensed Black", Arial;
  line-height: 1;
  color: #FFF;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .mw3-subpage-features-cards h3 {
    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;
  }
}
.mw3-subpage-features-cards h3 sup {
  font-size: .5em;
  vertical-align: top;
  position: relative;
  top: -7px;
}
.mw3-subpage-features-cards img {
  flex-shrink: 0;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Bundle page css
**********************/
@media screen and (max-width: 833px) {
  footer {
    padding-block-end: 112px !important;
  }
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
BlackCell page css
**********************/
#blackcell #bundle-layout-main .overview-container .eyebrow-container {
  align-items: flex-start !important;
  gap: 10px;
}
#blackcell #bundle-layout-main .overview-container .eyebrow-container ul {
  margin-top: 3px;
}
#blackcell #bundle-layout-main .overview-container table {
  margin-bottom: 48px;
}
@media screen and (max-width: 833px) {
  #blackcell #bundle-layout-main .overview-container table {
    margin-bottom: 20px;
  }
}
#blackcell #bundle-layout-main .overview-container table tbody tr {
  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;
  gap: 20px;
}
@media screen and (max-width: 833px) {
  #blackcell #bundle-layout-main .overview-container table tbody tr {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#blackcell #bundle-layout-main .overview-container table tbody tr td {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#blackcell #bundle-layout-main .overview-container table tbody tr td p {
  margin-bottom: 0px !important;
}
#blackcell #bundle-layout-main .overview-container > p:last-of-type {
  margin-bottom: 8px !important;
}
#blackcell #bundle-layout-main .contents .atvi-card-text h3 {
  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;
}
#blackcell #bundle-layout-main .contents .atvi-card-text p {
  float: unset !important;
  width: initial !important;
  text-align: unset !important;
  border-bottom: unset !important;
}
#blackcell #bundle-layout-main .bundle-grid h3 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#blackcell #bundle-layout-main #operator-card .atvi-card-text h2 {
  font-family: "Hitmarker Condensed Black", Arial;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
#blackcell #bundle-layout-main .disclaimer-text {
  margin-top: 40px;
}
#blackcell #bundle-layout-main .disclaimer-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;
}
#blackcell #bundle-layout-main .grid-items-margin {
  margin-bottom: 40px;
}
#blackcell #bundle-layout-main .choose-your-edition-container .bundle-header p {
  line-height: 1;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul li a {
  padding: 8px;
  border-radius: 4px;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul li a span {
  font-family: "Hitmarker Text Regular", Arial, "Hitmarker Text Bold";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul li a .gens {
  display: none;
}
#blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul li a svg {
  display: none;
}
@media screen and (max-width: 1200px) {
  #blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul {
    display: flex;
  }
}
@media screen and (max-width: 833px) {
  #blackcell #bundle-layout-main .choose-your-edition-container .edition-details ul {
    display: grid;
  }
}
#blackcell .legal-text {
  display: none;
}
@media screen and (max-width: 600px) {
  #blackcell .comparison-table-component {
    padding-bottom: 20px;
  }
  #blackcell .comparison-table-component .comparison-table-component_cta-container {
    display: none;
  }
}
html[lang="ar"] #blackcell #bundle-layout-main .store-bundle-header-container .overview-container table ol li,
html[lang="ar"] #blackcell #bundle-layout-main .store-bundle-header-container .overview-container table ul li {
  margin-left: 0;
  margin-right: 24px;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Cosmic Traveler css
**********************/
#cosmic-traveler .mw3-subpage-features-cards .atvi-card #deep-space-card.contents.normal ul li:first-child {
  display: none;
}
html[lang="pl"] #cosmic-traveler .contents.pro h2::before {
  background-size: cover !important;
}
@media screen and (max-width: 1080px) {
  html[lang="pl"] #cosmic-traveler .contents.pro h2::before {
    background-size: contain !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 833px) {
  html[lang="pl"] #cosmic-traveler .contents.pro h2::before {
    background-size: cover !important;
  }
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Graffiti Tactical css
**********************/
#graffiti-tactical .mw3-subpage-features-cards .atvi-card #street-legal-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Moto Freak css
**********************/
#moto-freak .mw3-subpage-features-cards .atvi-card #the-line-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Pumpkin Patch css
**********************/
#pumpkin-patch .mw3-subpage-features-cards .atvi-card #treat-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Griffin css
**********************/
#griffin .mw3-subpage-features-cards .atvi-card #winged-beast-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Demon Deer css
**********************/
#demon-deer .mw3-subpage-features-cards .atvi-card #hunter-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Manticore css
**********************/
#manticore .mw3-subpage-features-cards .atvi-card #naga-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Desert Rogue css
**********************/
#desert-rogue .mw3-subpage-features-cards .atvi-card #dust-devil-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Tech Luxe css
**********************/
#tech-luxe .mw3-subpage-features-cards .atvi-card #dead-hand-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Gunslinger Ghost css
**********************/
#gunslinger-ghost .mw3-subpage-features-cards .atvi-card #the-bandit-card.contents.normal ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Warrior Pack css
**********************/
html[lang="ja"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3),
html[lang="ko"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3),
html[lang="th"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3),
html[lang="zh-CN"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3),
html[lang="zh-TW"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3),
html[lang="en-MY"] #warrior-pack .choose-your-edition-container .edition-details ul li:nth-child(3) {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Valkyrie Pack css
**********************/
html[lang="ja"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child,
html[lang="ko"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child,
html[lang="th"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child,
html[lang="zh-CN"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child,
html[lang="zh-TW"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child,
html[lang="en-MY"] #valkyrie-pack .choose-your-edition-container .edition-details ul li:first-child {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Knight Recon Pack css
**********************/
#knight-recon-pack #bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content {
  flex: unset;
}
#knight-recon-pack #bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content img {
  max-height: 80px;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Endeavour Pack css
**********************/
#endeavour-pack #bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content {
  flex: unset;
}
#endeavour-pack #bundle-layout-main .store-bundle-header-container .media-container div.media-list .thumbnail-content img {
  max-height: 80px;
}
html[lang="ja"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4),
html[lang="ko"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4),
html[lang="th"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4),
html[lang="zh-CN"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4),
html[lang="zh-TW"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4),
html[lang="en-MY"] #endeavour-pack .choose-your-edition-container .edition-details ul li:nth-child(4) {
  display: none;
}

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

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

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/**********************
Game Carousel css
**********************/
#main-content .atvi-carousel {
  padding-inline: 40px;
  display: none;
}
@media screen and (max-width: 833px) {
  #main-content .atvi-carousel {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #main-content .atvi-carousel {
    padding-inline: 16px;
  }
}
#main-content .atvi-carousel .slide-child:not(.slide-child-1) picture {
  display: none;
}
#main-content .atvi-carousel .slick-dotted {
  margin-bottom: 28px;
}
#main-content .atvi-carousel .slick-dots {
  bottom: 0px;
  height: 4px;
}
#main-content .atvi-carousel .slick-dots li button {
  width: 40px;
  height: 40px;
  position: relative;
}
#main-content .atvi-carousel .slick-dots li button::before {
  content: "";
  background-color: var(--primary-gray-500, #79838d);
  width: 40px;
  height: 4px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
#main-content .atvi-carousel .slick-dots li button span.slick-dot-icon::before {
  content: "";
}
#main-content .atvi-carousel .slick-dots li.slick-active button::before {
  background-color: #f3f4f5;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
}

