/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
@media (min-width: 768px) {
.module-50-50[data-v-9bf66958] .module-50-50__cta-link {
    margin: 0px 0px 12px 0px;
    padding: 0px 16px 0px 0px;
}
}
.module-50-50__image[data-v-9bf66958] {
  position: relative;
}
.md-image-above .module-50-50__image[data-v-9bf66958] {
  margin-bottom: auto;
}
@media (min-width: 768px) {
.md-image-above .module-50-50__image[data-v-9bf66958] {
    margin-bottom: 24px;
}
}
.module-50-50__stack-wrapper[data-v-9bf66958] {
  position: relative;
}
.module-50-50__image-wrapper[data-v-9bf66958] {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
.module-50-50__image-wrapper[data-v-9bf66958] {
    margin-bottom: 0px;
}
}
.module-50-50__image-wrapper--primary[data-v-9bf66958] {
  position: relative;
}
.stacked .module-50-50__image-wrapper--primary[data-v-9bf66958] {
  margin-top: 4vw;
}
.stacked.md-image-left .module-50-50__image-wrapper--primary[data-v-9bf66958] {
  margin-left: 4vw;
}
@media (min-width: 768px) {
.stacked.md-image-left .module-50-50__image-wrapper--primary[data-v-9bf66958] {
    margin-left: 8vw;
}
}
.stacked.md-image-right .module-50-50__image-wrapper--primary[data-v-9bf66958] {
  margin-left: 0px;
}
.module-50-50__image-wrapper--primary .play-pause-button[data-v-9bf66958] {
  bottom: 16px;
  position: absolute;
  right: 16px;
}
.module-50-50__image-wrapper--accent[data-v-9bf66958] {
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 200;
}
.md-image-left .module-50-50__image-wrapper--accent[data-v-9bf66958] {
  left: -4vw;
}
@media (min-width: 768px) {
.md-image-left .module-50-50__image-wrapper--accent[data-v-9bf66958] {
    left: 0px;
}
}
.md-image-right .module-50-50__image-wrapper--accent[data-v-9bf66958], .md-image-above .module-50-50__image-wrapper--accent[data-v-9bf66958] {
  right: -4vw;
}
@media (min-width: 768px) {
.md-image-right .module-50-50__image-wrapper--accent[data-v-9bf66958], .md-image-above .module-50-50__image-wrapper--accent[data-v-9bf66958] {
    right: 0px;
}
}
.module-50-50__image-wrapper--background[data-v-9bf66958] {
  position: absolute;
  top: 0px;
  z-index: 0;
}
.stacked.md-image-right .module-50-50__image-wrapper--background[data-v-9bf66958] {
  right: 0px;
}
@media (min-width: 768px) {
.stacked.md-image-right .module-50-50__image-wrapper--background[data-v-9bf66958] {
    right: 4vw;
}
}
.stacked.md-image-left .module-50-50__image-wrapper--background[data-v-9bf66958] {
  left: 0px;
}
@media (min-width: 768px) {
.stacked.md-image-left .module-50-50__image-wrapper--background[data-v-9bf66958] {
    left: 4vw;
}
}
.stacked.md-image-above .module-50-50__image-wrapper--background[data-v-9bf66958] {
  left: 9.6vw;
}
@media (min-width: 768px) {
.stacked.md-image-above .module-50-50__image-wrapper--background[data-v-9bf66958] {
    left: 4vw;
}
}
.module-50-50__aspect-ratio-box[data-v-9bf66958] {
  position: relative;
}
.stacked .module-50-50__aspect-ratio-box[data-v-9bf66958], .portrait-inset .module-50-50__aspect-ratio-box[data-v-9bf66958] {
  aspect-ratio: 0.8;
}
.landscape-inset .module-50-50__aspect-ratio-box[data-v-9bf66958], .landscape-full-bleed .module-50-50__aspect-ratio-box[data-v-9bf66958] {
  aspect-ratio: 1.25;
}
.module-50-50__image--background[data-v-9bf66958], .module-50-50__image--primary[data-v-9bf66958] {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.module-50-50__image--accent[data-v-9bf66958] {
  height: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.module-50-50__image-caption[data-v-9bf66958] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50__image-caption[data-v-9bf66958], .-bg-section-dark .module-50-50__image-caption[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__image-caption[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__image-caption a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50__image-caption a[data-v-9bf66958], .-bg-section-dark .module-50-50__image-caption a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__image-caption a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__image-caption[data-v-9bf66958] {
  display: block;
  position: absolute;
}
.landscape-full-bleed .module-50-50__image-caption[data-v-9bf66958] {
  bottom: -24px;
}
.landscape-full-bleed.md-image-left .module-50-50__image-caption[data-v-9bf66958] {
  left: 12px;
}
@media (min-width: 768px) {
.landscape-full-bleed.md-image-left .module-50-50__image-caption[data-v-9bf66958] {
    bottom: auto;
    left: auto;
    transform-origin: 100% 0;
    right: -4px;
    transform: rotate(-90deg) translateX(0);
}
}
@media (min-width: 768px) and (min-width: 768px) {
.landscape-full-bleed.md-image-left .module-50-50__image-caption[data-v-9bf66958] {
    right: -12px;
}
}
.landscape-full-bleed.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
  right: 12px;
}
@media (min-width: 768px) {
.landscape-full-bleed.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
    bottom: auto;
    right: auto;
    transform-origin: 0 100%;
    left: -4px;
    transform: rotate(-90deg) translateX(calc(-100% + 12px));
}
}
@media (min-width: 768px) and (min-width: 768px) {
.landscape-full-bleed.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
    left: -12px;
}
}
.landscape-inset.md-image-left .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-left .module-50-50__image-caption[data-v-9bf66958], .stacked.md-image-right .module-50-50__image-caption[data-v-9bf66958], .stacked.md-image-above .module-50-50__image-caption[data-v-9bf66958], .landscape-inset.md-image-above .module-50-50__image-caption[data-v-9bf66958], .landscape-full-bleed.md-image-above .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-above .module-50-50__image-caption[data-v-9bf66958] {
  transform-origin: 0 100%;
  left: -4px;
  transform: rotate(-90deg) translateX(calc(-100% + 12px));
}
@media (min-width: 768px) {
.landscape-inset.md-image-left .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-left .module-50-50__image-caption[data-v-9bf66958], .stacked.md-image-right .module-50-50__image-caption[data-v-9bf66958], .stacked.md-image-above .module-50-50__image-caption[data-v-9bf66958], .landscape-inset.md-image-above .module-50-50__image-caption[data-v-9bf66958], .landscape-full-bleed.md-image-above .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-above .module-50-50__image-caption[data-v-9bf66958] {
    left: -12px;
}
}
.stacked.md-image-left .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
  transform-origin: 100% 0;
  right: -4px;
  transform: rotate(-90deg) translateX(0);
}
@media (min-width: 768px) {
.stacked.md-image-left .module-50-50__image-caption[data-v-9bf66958], .portrait-inset.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
    right: -12px;
}
}
.landscape-inset.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
  right: auto;
  bottom: auto;
  transform-origin: 100% 0;
  right: -4px;
  transform: rotate(-90deg) translateX(0);
}
@media (min-width: 768px) {
.landscape-inset.md-image-right .module-50-50__image-caption[data-v-9bf66958] {
    right: -12px;
}
}
.module-50-50 .md-image-above-caption[data-v-9bf66958] {
  bottom: auto;
}
.module-50-50 .shoppable-mobile-miniproducts[data-v-9bf66958] {
  min-height: calc(0.2808988764 * 92vw + 2px + 48px);
}
.module-50-50 .shoppable-hotspot-mobile-caption[data-v-9bf66958] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50 .shoppable-hotspot-mobile-caption[data-v-9bf66958], .-bg-section-dark .module-50-50 .shoppable-hotspot-mobile-caption[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50 .shoppable-hotspot-mobile-caption[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50 .shoppable-hotspot-mobile-caption a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50 .shoppable-hotspot-mobile-caption a[data-v-9bf66958], .-bg-section-dark .module-50-50 .shoppable-hotspot-mobile-caption a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50 .shoppable-hotspot-mobile-caption a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50 .shoppable-hotspot-mobile-caption[data-v-9bf66958] {
  margin: 16px 0px;
  text-align: left;
}
.module-50-50 .fade-enter-active[data-v-9bf66958],
.module-50-50 .fade-leave-active[data-v-9bf66958] {
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.module-50-50 .fade-enter[data-v-9bf66958],
.module-50-50 .fade-leave-to[data-v-9bf66958] {
  opacity: 0;
}
.module-50-50__eyebrow-image[data-v-9bf66958] {
  padding-bottom: 16px;
}
.module-50-50__headline-image[data-v-9bf66958] {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
.module-50-50__headline-image[data-v-9bf66958] {
    padding-bottom: 24px;
}
}
.module-50-50__text[data-v-9bf66958] {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
.module-50-50__text[data-v-9bf66958] {
    max-height: var(--text-max-height);
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 8vw;
    text-align: left;
}
.md-image-right .module-50-50__text[data-v-9bf66958] {
    padding: 0px 10vw 0px 12vw;
}
.-facets-open-grid .md-image-right .module-50-50__text[data-v-9bf66958] {
    padding: 0px 7.2vw 0px 8.64vw;
}
.md-image-left .module-50-50__text[data-v-9bf66958] {
    padding: 0px 12vw 0px 10vw;
}
.-facets-open-grid .md-image-left .module-50-50__text[data-v-9bf66958] {
    padding: 0px 8.64vw 0px 7.2vw;
}
.md-image-above .module-50-50__text[data-v-9bf66958] {
    padding: 0px;
}
}
.module-50-50__text .eyebrow__svg[data-v-9bf66958] {
  margin-bottom: 12px;
  width: 72px;
  height: 48px;
}
.module-50-50__eyebrow[data-v-9bf66958] {
  margin-bottom: 16px;
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50__eyebrow[data-v-9bf66958], .-bg-section-dark .module-50-50__eyebrow[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__eyebrow[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__eyebrow a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50__eyebrow a[data-v-9bf66958], .-bg-section-dark .module-50-50__eyebrow a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__eyebrow a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.md-image-above .module-50-50__eyebrow[data-v-9bf66958] {
  padding: 0px 12vw 0px;
}
@media (min-width: 768px) {
.md-image-above .module-50-50__eyebrow[data-v-9bf66958] {
    margin-bottom: 8px;
    padding: 0px 4vw 0px 0px;
}
}
.caption-bold[data-v-9bf66958] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .caption-bold[data-v-9bf66958], .-bg-section-dark .caption-bold[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .caption-bold[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.caption-bold a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .caption-bold a[data-v-9bf66958], .-bg-section-dark .caption-bold a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .caption-bold a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__headline[data-v-9bf66958] {
  padding-bottom: 16px;
  margin-bottom: 0px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.module-50-50__headline[data-v-9bf66958] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.module-50-50__headline[data-v-9bf66958] {
    font-size: 32px;
}
}
.module-50-50__headline[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50__headline[data-v-9bf66958], .-bg-section-dark .module-50-50__headline[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__headline[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
@media (min-width: 768px) {
.module-50-50__headline[data-v-9bf66958] {
    padding-bottom: 24px;
}
.md-image-above .module-50-50__headline[data-v-9bf66958] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .md-image-above .module-50-50__headline[data-v-9bf66958], .-bg-section-dark .md-image-above .module-50-50__headline[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .md-image-above .module-50-50__headline[data-v-9bf66958] {
    color: #ffffff;
    fill: #ffffff;
}
.md-image-above .module-50-50__headline[data-v-9bf66958] {
    padding-bottom: 8px;
}
}
.module-50-50__subcopy[data-v-9bf66958] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50__subcopy[data-v-9bf66958], .-bg-section-dark .module-50-50__subcopy[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__subcopy[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__subcopy a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50__subcopy a[data-v-9bf66958], .-bg-section-dark .module-50-50__subcopy a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__subcopy a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__subcopy[data-v-9bf66958] {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  text-overflow: ellipsis;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
.md-image-above .module-50-50__subcopy[data-v-9bf66958] {
    margin-bottom: 8px;
}
}
.module-50-50__subcopy[data-v-9bf66958] p {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50__subcopy[data-v-9bf66958] p, .-bg-section-dark .module-50-50__subcopy[data-v-9bf66958] p, .-bg-page-dark .-bg-section-transparent .module-50-50__subcopy[data-v-9bf66958] p {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__subcopy[data-v-9bf66958] p a {
  color: #000000;
}
.-bg-dark .module-50-50__subcopy[data-v-9bf66958] p a, .-bg-section-dark .module-50-50__subcopy[data-v-9bf66958] p a, .-bg-page-dark .-bg-section-transparent .module-50-50__subcopy[data-v-9bf66958] p a {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__subcopy[data-v-9bf66958] p {
  margin-bottom: 24px;
}
.module-50-50__subcopy[data-v-9bf66958] p a {
  ft-link: "type-link-lrg" "bold";
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  text-decoration: underline;
}
.module-50-50__subcopy[data-v-9bf66958] *:last-child {
  margin-bottom: 0px;
}
.module-50-50__cta-wrapper[data-v-9bf66958] {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 32px 0px;
  flex-direction: column;
}
@media (min-width: 1025px) {
.module-50-50__cta-wrapper[data-v-9bf66958] {
    flex-direction: row;
    margin-bottom: 0px;
}
}
.module-50-50__cta-link[data-v-9bf66958] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
}
.-bg-dark .module-50-50__cta-link a[data-v-9bf66958], .-bg-section-dark .module-50-50__cta-link a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__cta-link a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__cta-link:hover .cta-svg[data-v-9bf66958], .module-50-50__cta-link:focus .cta-svg[data-v-9bf66958] {
  transform: translateY(-2px);
}
.-bg-dark .module-50-50__cta-link .cta-svg[data-v-9bf66958], .-bg-section-dark .module-50-50__cta-link .cta-svg[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__cta-link .cta-svg[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__cta-link .cta-svg[data-v-9bf66958] {
  bottom: -0.3rem;
  color: #c41320;
  height: 3px;
  left: 0;
  position: absolute;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.module-50-50__cta-link .custom-color .cta-svg[data-v-9bf66958] {
  color: inherit;
  fill: inherit;
}
.module-50-50__cta-link[data-v-9bf66958] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .module-50-50__cta-link[data-v-9bf66958], .-bg-section-dark .module-50-50__cta-link[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__cta-link[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__cta-link a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .module-50-50__cta-link a[data-v-9bf66958], .-bg-section-dark .module-50-50__cta-link a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .module-50-50__cta-link a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.module-50-50__cta-link[data-v-9bf66958] {
  margin: 0px auto 12px auto;
  padding: 0px 16px;
  display: block;
  width: fit-content;
}
@media (min-width: 1025px) {
.module-50-50__cta-link[data-v-9bf66958] {
    margin-bottom: 0px;
    display: inline-block;
    width: auto;
}
}
.md-image-above .module-50-50__cta-link[data-v-9bf66958] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .md-image-above .module-50-50__cta-link[data-v-9bf66958], .-bg-section-dark .md-image-above .module-50-50__cta-link[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .md-image-above .module-50-50__cta-link[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.md-image-above .module-50-50__cta-link a[data-v-9bf66958] {
  color: #000000;
}
.-bg-dark .md-image-above .module-50-50__cta-link a[data-v-9bf66958], .-bg-section-dark .md-image-above .module-50-50__cta-link a[data-v-9bf66958], .-bg-page-dark .-bg-section-transparent .md-image-above .module-50-50__cta-link a[data-v-9bf66958] {
  color: #ffffff;
  fill: #ffffff;
}
.shoppable-mobile-miniproduct[data-v-9bf66958] {
  width: 100%;
  position: relative;
}