/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/homepage-collection-banner-rsta.scss ***!
  \**********************************************************************************************************************************************************************************/
/*
Use map.get() to reference the values below.
*/
/**
* Includes mixins related to light and dark themes.
*/
/**
* Includes mixins related to typography.
*
* Include a mixin for each text token in the Figma (i.e. "display-9", "headline-8") ensuring responsive changes are included.
*/
/** 
* Placeholder for future SASS mixins for button pattern.
*/
/** 
* Placeholder for future SASS mixins for text-link pattern.
*
* See apothecary implementation to get started/as a jumping off point.
*/
/**
* Includes mixins related to color.
* This can include generic/global colors.
*/
/*
@mixin dhig-color() {
}*/
/**
* Includes mixins related to global properties.
*/
/**
* Includes mixins related to light and dark themes.
*/
/**
* Includes mixins related to typography.
*
* Include a mixin for each text token in the Figma (i.e. "display-9", "headline-8") ensuring responsive changes are included.
*/
.wp-word-wrap{
  word-wrap: break-word;
}
.wp-65-view {
  position: absolute;
  top: 0px;
  height: 1px;
  width: 3px;
}

@media only screen and (min-width: 50.063em) and (max-width: 64.063em) {
  .wp-65-view {
    width: 2px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 50.063em) {
  .wp-65-view {
    width: 1px;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-65-view {
    width: 0px;
  }
}
.wp-homepage-banner {
  padding: 0px 0px 64px 0px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.wp-homepage-banner .wd-responsive-grid {
  max-width: 1282px;
}

.wp-homepage-banner > .core-container:not(:last-child) {
  position: relative;
  z-index: 3;
}

.wp-homepage-banner .wp-relative {
  position: relative;
}

.wp-homepage-banner .wp-border-top {
  border-top: 1px solid #CCCCCC;
}

.wp-homepage-banner a.wd-color-dark-gray-4 {
  color: #666 !important;
}

.wp-homepage-banner a.wd-color-dark-gray-4 svg {
  font-size: 18px;
  top: 2px;
}

.wp-homepage-banner .wp-mobile-scroll {
  height: 83px;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.wp-homepage-banner .wp-mobile-scroll::-webkit-scrollbar {
  display: none;
}

.wp-homepage-banner .wp-banner-tabs-wrapper {
  position: relative;
}

.wp-homepage-banner .wp-banner-tabs-wrapper:before {
  width: 40px;
  height: 83px;
  background: -moz-linear-gradient(90deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  background: -webkit-linear-gradient(90deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  background: linear-gradient(90deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  pointer-events: none;
}

.wp-homepage-banner .wp-banner-tabs-wrapper:after {
  width: 40px;
  height: 83px;
  background: -moz-linear-gradient(270deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  background: -webkit-linear-gradient(270deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  background: linear-gradient(270deg, #161616 4%, rgba(22, 22, 22, 0.75) 48%, rgba(22, 22, 22, 0) 100%);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  pointer-events: none;
}

.wp-homepage-banner .wp-banner-tabs {
  position: absolute;
  background: #161616;
  left: 0px;
  padding: 25px 32px 0px 32px;
  top: 0px;
  max-width: none !important;
  min-width: calc(100% - 64px);
}

.wp-homepage-banner .wp-banner-tabs ul {
  outline: none;
  height: 44px;
  box-shadow: inset 0px -0.5px 0px rgba(255, 255, 255, 0.4);
  background-color: transparent;
  list-style: none;
  padding: 0;
  width: 100%;
  display: block;
}

.wp-homepage-banner .wp-banner-tabs li {
  outline: none;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-right: 30px;
  padding: 10px 0 9px 0;
  display: inline-block;
  margin-top: 0;
}

.wp-homepage-banner .wp-banner-tabs li.active {
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  pointer-events: auto;
}

.wp-homepage-banner.wp-aec .wp-banner-tabs li.active,
.wp-homepage-banner.wp-pdm .wp-banner-tabs li.active,
.wp-homepage-banner.wp-mec .wp-banner-tabs li.active {
  color: #FFFFFF !important;
}

.wp-homepage-banner .wp-banner-tabs li:hover:not(.active) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  pointer-events: auto;
}

.wp-homepage-banner.wp-aec .wp-banner-tabs li:hover,
.wp-homepage-banner.wp-pdm .wp-banner-tabs li:hover,
.wp-homepage-banner.wp-mec .wp-banner-tabs li:hover {
  color: #FFFFFF !important;
}

.wp-homepage-banner .wp-banner-tabs li span {
  display: block;
}

.wp-homepage-banner .wp-banner-headlines {
  padding: 200px 32px 98px 32px;
  margin-bottom: 48px;
  position: relative;
}

.wp-homepage-banner .wp-headlines h1, .wp-homepage-banner .wp-headlines h2 {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: clamp(32px, calc(24px + 2.22vw), 56px);
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-homepage-banner .wp-headlines h1.wp-larger, .wp-homepage-banner .wp-headlines h2.wp-larger {
  font-size: clamp(28px, calc(22.72px + 1.48vw), 44px);
}
.wp-homepage-banner .wp-banner-headlines .wd-button {
  background: #FFFFFF !important;
  font-family: ArtifaktElement, Arial, sans-serif;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 700;
  border: none !important;
}
.wp-homepage-banner .wp-banner-headlines .wd-button.wd-button-content-width{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.wp-homepage-banner .wp-banner-headlines .wd-button svg {
  fill: #000000 !important;
}

.wp-homepage-banner .wp-next, .wp-homepage-banner .wp-prev, .wp-homepage-banner .wp-herobanner-next, .wp-homepage-banner .wp-herobanner-prev {
  height: 76px;
  width: 76px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.08), 0px 1px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.wp-homepage-banner .wp-next:hover, .wp-homepage-banner .wp-prev:hover, .wp-homepage-banner .wp-herobanner-next:hover, .wp-homepage-banner .wp-herobanner-prev:hover {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.12), 0px 2px 64px rgba(0, 0, 0, 0.12);
}

.wp-homepage-banner .wp-prev p, .wp-homepage-banner .wp-herobanner-prev p {
  font-size: 40px;
  transform: scaleX(0.5);
  line-height: 76px;
  text-align: right;
  pointer-events: none;
  color: #000000;
  margin-left: 27px;
}

.wp-homepage-banner .wp-next p, .wp-homepage-banner .wp-herobanner-next p {
  font-size: 40px;
  transform: scaleX(0.5);
  line-height: 76px;
  text-align: left;
  pointer-events: none;
  color: #000000;
  margin-right: 27px;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-banner-controls {
  position: absolute;
  top: 202px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 1;
  transition: 0.3s opacity ease-in;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-banner-controls.wp-show {
  opacity: 1;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-next, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-next {
  position: absolute;
  right: -46px;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-prev, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-prev {
  position: absolute;
  left: -46px;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  background-color: #000000;
  transition: background-color 0.25s ease-in;
  display: none;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background.wp-mobile {
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background.wp-mobile:after {
  content: "";
  width: 100%;
  height: 317px;
  bottom: 0px;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 4%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 4%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 4%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background img {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  width: 1300px;
  opacity: 0;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-aec {
  height: auto;
  width: 800px;
  max-width: none !important;
  position: absolute;
  right: auto;
  margin: auto;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-pdm {
  height: auto;
  width: 800px;
  max-width: none !important;
  position: absolute;
  right: auto;
  margin: auto;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-mec {
  height: auto;
  width: 800px;
  max-width: none !important;
  position: absolute;
  right: auto;
  margin: auto;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

body:not([data-author-mode]) .wp-homepage-banner.wp-aec .wp-background > img.wp-aec {
  opacity: 1;
  transition: all 0.5s ease-in;
  transition-delay: 0.25s;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-pdm .wp-background > img.wp-pdm {
  opacity: 1;
  transition: all 0.5s ease-in;
  transition-delay: 0.25s;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-mec .wp-background > img.wp-mec {
  opacity: 1;
  transition: all 0.5s ease-in;
  transition-delay: 0.25s;
}

.wp-homepage-banner .wp-card {
  box-shadow: inset 0px 0px 0px 0.5px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.wp-homepage-banner .wp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  display: flex;
}

.wp-homepage-banner .wp-card-content {
  position: relative;
  padding: 32px;
  height: 100%;
}

.wp-homepage-banner .wp-card-content h2 {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: clamp(21px, calc(19.36px + 0.463vw), 26px);
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
}

.wp-homepage-banner .wp-card-content .wd-inline-icon {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700 !important;
  color: #000000 !important;
}
.wp-homepage-banner .wp-card-content .wd-inline-icon svg {
  fill: #000000 !important;
}
.wp-homepage-banner .wp-border-top {
  position: relative;
  width: 100%;
}

.wp-homepage-banner .wp-card .wp-credits {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  padding: 32px;
}

.wp-homepage-banner .wp-card .wp-relative .text {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
}

.wp-homepage-banner .wp-card:hover .icon-svg-cta-go-arrow-circle-line {
  display: block;
}

.wp-homepage-banner .wp-card:hover .icon-svg-cta-go-arrow-circle-line {
  display: none;
}

.wp-homepage-banner .wp-card .icon-svg-cta-go-arrow-circle {
  display: none;
  fill: #000000;
}

.wp-homepage-banner .wp-card:hover .icon-svg-cta-go-arrow-circle {
  display: block;
}

.wp-homepage-banner .wp-card:hover .icon-svg-play {
  display: block;
}

.wp-homepage-banner .wp-card:hover .icon-svg-play {
  display: none;
}

.wp-homepage-banner .wp-card .icon-svg-play-solid {
  display: none;
  fill: #000000;
}

.wp-homepage-banner .wp-card:hover .icon-svg-play-solid {
  display: block;
}

.wp-homepage-banner .wp-card .wp-incentive-card h2 {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: clamp(21px, calc(19.36px + 0.463vw), 26px);
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
}

.wp-homepage-banner .wp-card .wp-incentive-card li:not(:last-child) p {
  margin: 0;
}

.wp-homepage-banner .wp-card .wp-incentive-card li:not(:last-child) p a {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000 !important;
  font-weight: 400 !important;
}

.wp-homepage-banner .wp-card .wp-incentive-card li:last-child p a {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000 !important;
  font-weight: 700 !important;
}

.wp-homepage-banner .wp-card .wp-incentive-card a .icon-svg-cta-go-arrow-circle-line {
  display: block;
  fill: #000000 !important;
}

.wp-homepage-banner .wp-card:hover .wp-incentive-card a .icon-svg-cta-go-arrow-circle-line {
  display: block;
  fill: #000000 !important;
}

.wp-homepage-banner .wp-card .wp-incentive-card a:hover .icon-svg-cta-go-arrow-circle-line {
  display: none;
}

.wp-homepage-banner .wp-card:hover .wp-incentive-card a .icon-svg-cta-go-arrow-circle {
  display: none;
}

.wp-homepage-banner .wp-card .wp-incentive-card a:hover .icon-svg-cta-go-arrow-circle {
  display: block;
  fill: #000000 !important;
}

.wp-homepage-banner .wp-incentive-card {
  padding: 32px;
  position: relative;
  cursor: initial;
}

.wp-homepage-banner .wp-incentive-card svg:not(.icon-svg-cta-go-arrow-circle-line):not(.icon-svg-cta-go-arrow-circle) {
  fill: #000000 !important;
  font-size: 50px;
}

.wp-homepage-banner .wp-incentive-card li:nth-child(1), .wp-homepage-banner .wp-incentive-card li:nth-child(2) {
  margin-bottom: 24px;
}

.wp-homepage-banner .wp-incentive-card ul {
  margin-top: 32px;
}

.wp-homepage-banner .wp-incentive-card .wp-border-top {
  position: relative;
  width: 100%;
}

body:not([data-author-mode]) .wp-5-item, body:not([data-author-mode]) .wp-4-item, body:not([data-author-mode]) .wp-3-item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

body:not([data-author-mode]) .wp-5-item.wp-selected, body:not([data-author-mode]) .wp-4-item.wp-selected, body:not([data-author-mode]) .wp-3-item.wp-selected {
  position: relative;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}

body:not([data-author-mode]) .wp-5-item > .aem-Grid > .core-container, body:not([data-author-mode]) .wp-4-item > .aem-Grid > .core-container, body:not([data-author-mode]) .wp-3-item > .aem-Grid > .core-container {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

body:not([data-author-mode]) .wp-5-item.wp-selected > .aem-Grid > .core-container,
body:not([data-author-mode]) .wp-4-item.wp-selected > .aem-Grid > .core-container,
body:not([data-author-mode]) .wp-3-item.wp-selected > .aem-Grid > .core-container {
  opacity: 1;
  transition: opacity 0.15s ease-in;
  transition-delay: 0.6s;
}

body:not([data-author-mode]) .wp-headlines {
  position: relative;
}

body:not([data-author-mode]) .wp-headlines h1, body:not([data-author-mode]) .wp-headlines h2 {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  top: 0px;
  pointer-events: none;
}

.wp-homepage-banner.wp-aec .wp-headlines h1:nth-child(1), .wp-homepage-banner.wp-aec .wp-headlines h2:nth-child(1) {
  position: relative;
  transition: opacity 0.2s ease-in;
  transition-delay: 0.1s;
  opacity: 1;
}

.wp-homepage-banner.wp-pdm .wp-headlines h1:nth-child(2), .wp-homepage-banner.wp-pdm .wp-headlines h2:nth-child(2) {
  position: relative;
  transition: opacity 0.2s ease-in;
  transition-delay: 0.1s;
  opacity: 1;
}

.wp-homepage-banner.wp-mec .wp-headlines h1:nth-child(3), .wp-homepage-banner.wp-mec .wp-headlines h2:nth-child(3) {
  position: relative;
  transition: opacity 0.2s ease-in;
  transition-delay: 0.1s;
  opacity: 1;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom {
  display: none;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-mec .wp-background.wp-mobile:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 84%);
  z-index: 1;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-top {
  position: absolute;
  bottom: 56px;
  padding: 0px 32px;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-top p {
  opacity: 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.33;
  position: absolute;
}

body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-top p.wp-dark {
  color: #000;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-aec .wp-homepage-banner-credits-top p:nth-child(1) {
  opacity: 0.7;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-pdm .wp-homepage-banner-credits-top p:nth-child(2) {
  opacity: 0.7;
}

body:not([data-author-mode]) .wp-homepage-banner.wp-mec .wp-homepage-banner-credits-top p:nth-child(3) {
  opacity: 0.7;
}

/* [642px, 800px] */
@media only screen and (min-width: 40.063em) and (max-width: 50.063em) {
  .wp-homepage-banner .wp-banner-tabs li span {
    display: block;
  }

  .wp-homepage-banner .wp-banner-headlines {
    padding: 200px 48px 98px 48px;
    margin-bottom: 48px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background {
    display: none;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background.wp-mobile {
    display: block;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-aec {
    height: auto;
    width: 800px;
    max-width: none !important;
    position: absolute;
    right: auto;
    margin: auto;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-pdm {
    height: auto;
    width: 800px;
    max-width: none !important;
    position: absolute;
    right: auto;
    margin: auto;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-mec {
    height: auto;
    width: 800px;
    max-width: none !important;
    position: absolute;
    right: auto;
    margin: auto;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 50.063em) and (max-width: 64.063em) {
  .wp-homepage-banner {
    padding: 64px 0px;
  }

  .wp-homepage-banner .wp-mobile-scroll {
    height: auto;
    margin-bottom: 0px;
  }

  .wp-homepage-banner .wp-banner-tabs-wrapper:before, .wp-homepage-banner .wp-banner-tabs-wrapper:after {
    content: none;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-banner-controls {
    top: 286px;
    opacity: 1;
  }

  .wp-homepage-banner .wp-card-content {
    position: relative;
    padding: 32px 32px 32px 32px;
    height: 100%;
  }

  .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(1), .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(3) {
    padding-right: 16px;
    padding-left: 0px;
  }

  .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(2), .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(4) {
    padding-right: 0px;
    padding-left: 16px;
  }

  .wp-homepage-banner .wd-responsive-grid.wp-3-item > .aem-Grid > .core-container:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wp-homepage-banner .wd-responsive-grid.wp-5-item > .aem-Grid > .core-container:nth-child(5) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wp-homepage-banner .wp-card-content {
    position: relative;
    padding: 32px 32px 32px 32px;
    height: 100%;
  }

  .wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(4) {
    width: 100%;
  }

  .wp-homepage-banner .wp-5-item .wp-incentive-card li {
    margin-bottom: 16px;
  }

  .wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(1) .wd-inline-icon,
.wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(2) .wd-inline-icon,
.wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(3) .wd-inline-icon {
    flex-direction: column;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #000000 !important;
  }

  .wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(1) svg,
.wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(2) svg,
.wp-homepage-banner .wp-5-item .wp-incentive-card li:nth-child(3) svg {
    margin-bottom: 16px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li:nth-child(4) {
    margin-bottom: 0px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-aec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-pdm {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-mec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background {
    display: block;
    margin-top: 0px;
    max-height: 610px;
    overflow: hidden;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background.wp-mobile {
    display: none;
  }

  .wp-homepage-banner .wp-banner-headlines {
    padding: 0px 86px 0px 72px;
    min-height: 487px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .wp-homepage-banner .wp-headlines h1, .wp-homepage-banner .wp-headlines h2 {
    max-width: 430px;
    color: #FFFFFF;
  }

  .wp-homepage-banner .wp-banner-tabs {
    margin: 0px 32px;
    box-shadow: inset 0px -0.5px 0px rgba(255, 255, 255, 0.4);
    padding: 0px;
    max-width: 100% !important;
    left: 0px;
    position: relative;
    background: none;
  }

  .wp-homepage-banner .wp-banner-headlines .wd-button {
    border: none !important;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom {
    position: absolute;
    bottom: 26px;
    padding: 0px 32px;
    display: block;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom p {
    opacity: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom p.wp-dark {
    color: #000;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-aec .wp-homepage-banner-credits-bottom p:nth-child(1) {
    opacity: 0.7;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-pdm .wp-homepage-banner-credits-bottom p:nth-child(2) {
    opacity: 0.7;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-mec .wp-homepage-banner-credits-bottom p:nth-child(3) {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 64.063em) {
  .wp-homepage-banner {
    padding: 64px 0px;
  }

  .wp-homepage-banner .wp-mobile-scroll {
    height: auto;
    margin-bottom: 0px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-banner-controls {
    top: 300px;
    max-width: 1500px;
    opacity: 1;
  }

  .wp-homepage-banner .wp-banner-tabs li {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .wp-homepage-banner .wp-banner-tabs li span {
    display: inline-block;
  }

  .wp-homepage-banner .wp-banner-tabs-wrapper:before, .wp-homepage-banner .wp-banner-tabs-wrapper:after {
    content: none;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card .wp-border-top {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li {
    padding-left: 0px;
    padding-right: 30px;
    margin-bottom: 15px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li:nth-child(3) {
    padding-right: 20px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li:nth-child(4) {
    padding-left: 6px;
    padding-right: 0px;
  }

  .wp-homepage-banner .wp-4-item .wp-incentive-card li:nth-child(4) .wd-inline-icon {
    padding-left: 24px;
    border-left: 1px solid #dcdcdc;
  }

  .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(1) {
    padding-right: 22px;
    padding-left: 0px;
  }

  .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(2) {
    padding-right: 11px;
    padding-left: 11px;
  }

  .wp-homepage-banner .wd-responsive-grid > .aem-Grid > .core-container:nth-child(3) {
    padding-left: 22px;
    padding-right: 0px;
  }

  .wp-homepage-banner .wd-responsive-grid.wp-5-item > .aem-Grid > .core-container:nth-child(4) {
    padding-right: 11px;
    padding-left: 0px;
  }

  .wp-homepage-banner .wd-responsive-grid.wp-5-item > .aem-Grid > .core-container:nth-child(5) {
    padding-left: 22px;
    padding-right: 0px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-aec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-pdm {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-mec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background {
    margin-top: 0px;
    display: block;
    max-height: 610px;
    overflow: hidden;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background.wp-mobile {
    display: none;
  }

  .wp-homepage-banner .wp-banner-headlines {
    padding: 0px 78px 0px 72px;
    min-height: 500px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .wp-homepage-banner .wp-headlines h1, .wp-homepage-banner .wp-headlines h2 {
    max-width: 540px;
    color: #FFFFFF;
  }

  .wp-homepage-banner .wp-banner-headlines .wd-button {
    border: none !important;
  }

  .wp-homepage-banner .wp-banner-tabs {
    margin: 0px 32px;
    box-shadow: inset 0px -0.5px 0px rgba(255, 255, 255, 0.4);
    padding: 0px;
    max-width: 100% !important;
    left: 0px;
    position: relative;
    background: none;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom {
    position: absolute;
    bottom: 26px;
    padding: 0px 32px;
    display: block;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom p {
    opacity: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.33;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-homepage-banner-credits-bottom p.wp-dark {
    color: #000;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-aec .wp-homepage-banner-credits-bottom p:nth-child(1) {
    opacity: 0.7;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-pdm .wp-homepage-banner-credits-bottom p:nth-child(2) {
    opacity: 0.7;
  }

  body:not([data-author-mode]) .wp-homepage-banner.wp-mec .wp-homepage-banner-credits-bottom p:nth-child(3) {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1400px) {
  .wp-homepage-banner .wp-next, .wp-homepage-banner .wp-prev, .wp-homepage-banner .wp-herobanner-next, .wp-homepage-banner .wp-herobanner-prev {
    height: 56px;
    width: 56px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-banner-controls {
    max-width: 1300px;
    opacity: 0;
  }

  .wp-homepage-banner .wp-banner-headlines {
    padding: 100px 32px 188px 32px;
    margin-bottom: 0px;
    min-height: 548px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-prev, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-prev {
    left: -38px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-next, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-next {
    right: -38px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-prev p, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-prev p {
    transform: scaleX(0.6);
    margin-left: 0px;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-next p, body:not([data-author-mode]) .wp-homepage-banner .wp-herobanner-next p {
    transform: scaleX(0.6);
    margin-right: 0px;
  }

  .wp-homepage-banner .wp-prev p, .wp-homepage-banner .wp-herobanner-prev p {
    line-height: 56px;
    text-align: center;
  }

  .wp-homepage-banner .wp-next p, .wp-homepage-banner .wp-herobanner-next p {
    line-height: 56px;
    text-align: center;
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-aec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-pdm {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  }

  body:not([data-author-mode]) .wp-homepage-banner .wp-background img.wp-mec {
    width: 2000px;
    top: 0px;
    transform: translateX(-50%);
  } 
}

/*# sourceMappingURL=homepage-collection-banner-rsta.css.map*/