/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
@media (max-width: 1279px) {
  .premium-experiences-section .mobile-only {
    display: block;
  }
  .premium-experiences-section .desktop-only {
    display: none;
  }
}
.premium-experiences-section .premium-experiences-intro {
  padding: 7vw 30px 3.4vw;
}
.premium-experiences-section .premium-experiences-intro h2,
.premium-experiences-section .premium-experiences-intro h3 {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .premium-experiences-section .premium-experiences-intro {
    width: 60%;
    padding: 7vw 3.4vw;
  }
}
@media (max-width: 1279px) {
  .premium-experiences-section .premium-experiences-intro {
    text-align: center;
  }
}
.premium-experiences-section .description-panel .panel-inner {
  justify-content: center;
  padding-bottom: 40px;
}
.premium-experiences-section .mobile-label {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .premium-experiences-section .mobile-label {
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: block;
    padding: 1.5em;
  }
}
.premium-experiences-section .mobile.phone-img {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .premium-experiences-section .mobile.phone-img {
    display: block;
    margin: auto;
    width: 60%;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .premium-experiences-section .abm-img-carousel {
    display: none;
  }
  .premium-experiences-section .abm-img-carousel .carousel-container {
    max-width: 300px;
    margin: auto;
    overflow: hidden;
  }
  .premium-experiences-section .abm-img-carousel .carousel {
    width: 100%;
  }
  .premium-experiences-section .abm-img-carousel .flickity-page-dots,
  .premium-experiences-section .abm-img-carousel .flickity-prev-next-button {
    display: none;
  }
}
.premium-experiences-section .learnmore-cta {
  display: none;
}
.premium-experiences-section .learnmore-cta .cta {
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .premium-experiences-section .learnmore-cta {
    display: block;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
.header h2 {
  text-wrap: balance;
}
@media (max-width: 780px) {
  .abm-creative-ad-services .component-landing-masthead .bg:after {
    background: unset !important;
  }
}
.abm-creative-ad-services .component-landing-masthead .component-inner.primary h1 {
  color: transparent;
  background: url('../../../../../../../../content/dam/atvi/ab-media/abm-2020/images/ad-solutions/creative/Starcade-croppedLogo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  aspect-ratio: 4;
  margin: 15px 0;
}
.section {
  position: relative;
}
.section > .atvi-image {
  position: relative;
  z-index: 1;
}
.section > .atvi-image .bg {
  position: absolute;
  width: 100%;
}
.section > .atvi-image .mobile-only {
  display: none;
}
.section > .atvi-image .desktop-only {
  display: block;
}
.section > .atvi-layout-container {
  position: relative;
  z-index: 2;
}
.abm-creative-ad-services #phone-array {
  background: #FFF;
  position: relative;
}
.abm-creative-ad-services #phone-array .blue-bg {
  position: absolute;
  height: 100%;
  width: 100vw;
  background: linear-gradient(to bottom, #ffffff 30%, #6ebcdb 30%);
}
.abm-creative-ad-services #phone-array .phone-array-img-container {
  margin-bottom: -5vw;
}
@media only screen and (max-width: 780px) {
  .abm-creative-ad-services #phone-array .phone-array-img-container {
    margin-bottom: -10vw;
  }
}
.abm-creative-ad-services #phone-array .phone-array-img {
  position: relative;
}
.abm-creative-ad-services #phone-array .phone-array-img img {
  width: 100vw;
}
.abm-creative-ad-services #phone-array .abm-cta .contact-cta {
  padding: 4vw 5vw 8vw;
}
@media only screen and (max-width: 780px) {
  .abm-creative-ad-services #phone-array .abm-cta .contact-cta {
    padding: 4vw 5vw 11vw;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel {
  transition: unset;
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-orange a .cta {
  border-color: #eda053;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-orange a:hover .format-arrow:before {
    background: #eda053;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-orange a:hover .format-arrow .fill {
    fill: #eda053;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-cyan a .cta {
  border-color: #6dbcdb;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-cyan a:hover .format-arrow:before {
    background: #6dbcdb;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-cyan a:hover .format-arrow .fill {
    fill: #6dbcdb;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-yellow a .cta {
  border-color: #f6c562;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-yellow a:hover .format-arrow:before {
    background: #f6c562;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-yellow a:hover .format-arrow .fill {
    fill: #f6c562;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-pink a .cta {
  border-color: #fe8ba4;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-pink a:hover .format-arrow:before {
    background: #fe8ba4;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-pink a:hover .format-arrow .fill {
    fill: #fe8ba4;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-purple a .cta {
  border-color: #af95f3;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-purple a:hover .format-arrow:before {
    background: #af95f3;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-purple a:hover .format-arrow .fill {
    fill: #af95f3;
  }
}
.abm-creative-ad-services .component-side-tab-carousel .description-panel.color-green a .cta {
  border-color: #8dbfb3;
}
@media (hover: hover) {
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-green a:hover .format-arrow:before {
    background: #8dbfb3;
  }
  .abm-creative-ad-services .component-side-tab-carousel .description-panel.color-green a:hover .format-arrow .fill {
    fill: #8dbfb3;
  }
}
@media (max-width: 780px) {
  .abm-creative-ad-services .component-side-tab-carousel .inner-xf {
    text-wrap: balance;
  }
}
@media (max-width: 780px) {
  .abm-creative-ad-services .abm-large-image-container .header-container {
    padding-top: 5px;
  }
  .abm-creative-ad-services .premium-experiences-section .premium-experiences-intro,
  .abm-creative-ad-services .section-custom-works,
  .abm-creative-ad-services .section-stats .section-stats-intro {
    padding-top: 55px;
  }
  .abm-creative-ad-services .section-custom-works .content,
  .abm-creative-ad-services .section-stats .section-stats-intro h2,
  .abm-creative-ad-services .section-stats .section-stats-intro h3 {
    padding-top: 0;
  }
}

html.aem-AuthorLayer-Edit .section > .atvi-image .bg {
  position: relative;
}

