/**
 * @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 LAYOUT
 */
.tile-media-single[data-v-cebf4153] {
  aspect-ratio: 0.75;
  position: relative;
}
.tile-media-double[data-v-cebf4153] {
  aspect-ratio: 1.6;
  position: relative;
}
.tile-media-position[data-v-cebf4153] {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
TEXT LAYOUT - "below" versus "overlay"
*/
.content-below .tile-text[data-v-cebf4153] {
  margin-top: 8px;
}
.content-overlay .tile-text-wrapper[data-v-cebf4153] {
  pointer-events: none;
}
.content-overlay .tile-text-wrapper .tile-media-eyebrow[data-v-cebf4153] {
  pointer-events: auto;
  margin-bottom: 16px;
}
.content-overlay .tile-text-wrapper.tile-text-single[data-v-cebf4153] {
  aspect-ratio: 0.75;
  position: absolute;
}
.content-overlay .tile-text-wrapper.tile-text-double[data-v-cebf4153] {
  aspect-ratio: 1.6;
  position: absolute;
}
.content-overlay .tile-text-wrapper.hidden-while-calculating[data-v-cebf4153] {
  opacity: 0;
}
.content-overlay .tile-text-wrapper.visible-after-calculating[data-v-cebf4153] {
  opacity: 1;
}
.content-overlay .tile-text-wrapper[data-v-cebf4153] {
  top: 0px;
  left: 0px;
  width: 100%;
}
.content-overlay .tile-text-wrapper .tile-text[data-v-cebf4153] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 3.6vw 0px;
}
.-facets-open-grid .content-overlay .tile-text-wrapper .tile-text[data-v-cebf4153] {
  padding: 2.592vw 0px;
}
.content-overlay .tile-text-wrapper .tile-text[data-v-cebf4153] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  word-break: break-word;
}
.content-overlay .tile-text-wrapper .tile-text .tile-link[data-v-cebf4153] {
  margin: 0px 12px 12px 0px;
}
.content-overlay .tile-text-wrapper .tile-text.left-top[data-v-cebf4153] {
  justify-content: flex-start;
}
.content-overlay .tile-text-wrapper .tile-text.left-middle[data-v-cebf4153] {
  justify-content: center;
}
.content-overlay .tile-text-wrapper .tile-text.left-bottom[data-v-cebf4153] {
  justify-content: flex-end;
}
.content-overlay .tile-text-wrapper .tile-text.center-middle[data-v-cebf4153] {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0px 16vw;
}
.-facets-open-grid .content-overlay .tile-text-wrapper .tile-text.center-middle[data-v-cebf4153] {
  padding: 0px 11.52vw;
}
.content-overlay .tile-text-wrapper .tile-text.center-middle .tile-link[data-v-cebf4153] {
  margin: 0px 6px 12px 6px;
}
.black .tile-text-wrapper.overlay-headline-copy-cta[data-v-cebf4153] {
  background-color: rgba(255, 255, 255, 0.25);
}
.white .tile-text-wrapper.overlay-headline-copy-cta[data-v-cebf4153] {
  background-color: rgba(0, 0, 0, 0.25);
}

/**
TEXT STYLES
*/
.tile-text[data-v-cebf4153]:first-child {
  margin-top: 16px;
}
@media (min-width: 1025px) {
.tile-text[data-v-cebf4153]:first-child {
    margin-top: 24px;
}
}
.tile-text .eyebrow[data-v-cebf4153] {
  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 .tile-text .eyebrow[data-v-cebf4153], .-bg-section-dark .tile-text .eyebrow[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .eyebrow a[data-v-cebf4153] {
  color: #000000;
}
.-bg-dark .tile-text .eyebrow a[data-v-cebf4153], .-bg-section-dark .tile-text .eyebrow a[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow a[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .eyebrow[data-v-cebf4153] {
  color: #6e6e6e;
}
.white .tile-text .eyebrow[data-v-cebf4153] {
  color: #ffffff;
}
.tile-text .headline[data-v-cebf4153] {
  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 .tile-text .headline[data-v-cebf4153], .-bg-section-dark .tile-text .headline[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .tile-text .headline[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .headline[data-v-cebf4153] {
  margin-top: 12px;
}
@media (min-width: 1025px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    margin-bottom: 16px;
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
}
@media (min-width: 1025px) and (min-width: 768px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    font-size: 32px;
}
}
@media (min-width: 1025px) and (min-width: 1025px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.-bg-dark .content-overlay .tile-text .headline[data-v-cebf4153], .-bg-section-dark .content-overlay .tile-text .headline[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .content-overlay .tile-text .headline[data-v-cebf4153] {
    color: #ffffff;
    fill: #ffffff;
}
}
@media (min-width: 768px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    font-size: 16px;
    line-height: 16px;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    font-size: calc(16px + 16 * (100vw - 768px) / 672);
    line-height: calc(16px + 16 * (100vw - 768px) / 672);
}
}
@media (min-width: 768px) and (min-width: 1441px) {
.content-overlay .tile-text .headline[data-v-cebf4153] {
    font-size: 32px;
    line-height: 32px;
}
}
.white .tile-text .headline[data-v-cebf4153] {
  color: #ffffff;
}
.tile-text .copy[data-v-cebf4153] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-text .copy[data-v-cebf4153], .-bg-section-dark .tile-text .copy[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .tile-text .copy[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .copy a[data-v-cebf4153] {
  color: #000000;
}
.-bg-dark .tile-text .copy a[data-v-cebf4153], .-bg-section-dark .tile-text .copy a[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .tile-text .copy a[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .copy[data-v-cebf4153] {
  margin-top: 8px;
  line-height: 21px;
}
.white .tile-text .copy[data-v-cebf4153] {
  color: #ffffff;
}

/**
LINK STYLES
 */
.tile-links[data-v-cebf4153] {
  margin-top: 4px;
  pointer-events: auto;
}
.overlay-headline-copy-cta .tile-links[data-v-cebf4153] {
  margin-top: 24px;
}
.tile-links .tile-link .block-background .block-arrow[data-v-cebf4153] {
  height: 20px;
  width: 24px;
  stroke: currentColor;
  stroke-width: 0.5;
}
.content-below .tile-link[data-v-cebf4153] {
  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 .content-below .tile-link[data-v-cebf4153], .-bg-section-dark .content-below .tile-link[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .content-below .tile-link[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.content-below .tile-link a[data-v-cebf4153] {
  color: #000000;
}
.-bg-dark .content-below .tile-link a[data-v-cebf4153], .-bg-section-dark .content-below .tile-link a[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .content-below .tile-link a[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.content-below .tile-link[data-v-cebf4153] {
  display: inline-block;
  margin-right: 8px;
  text-decoration-line: underline;
}
.overlay-only-cta .tile-link[data-v-cebf4153] {
  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 .overlay-only-cta .tile-link[data-v-cebf4153], .-bg-section-dark .overlay-only-cta .tile-link[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .overlay-only-cta .tile-link[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.overlay-only-cta .tile-link[data-v-cebf4153] {
  display: block;
  max-width: 290px;
  line-height: 1.9;
  text-transform: uppercase;
}
.overlay-only-cta .tile-link:hover .block-arrow[data-v-cebf4153] {
  transform: translateX(5px);
}
.overlay-only-cta .tile-link .block-background[data-v-cebf4153] {
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 12px 3px;
}
.overlay-only-cta .tile-link .block-arrow[data-v-cebf4153] {
  height: 8px;
  margin: -3px 0 0 4px;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 20px;
}
.overlay-only-cta .tile-link[data-v-cebf4153] {
  text-align: center;
}
.overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
.overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
    width: unset;
}
}
.black .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  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 .black .overlay-headline-copy-cta .tile-link[data-v-cebf4153], .-bg-section-dark .black .overlay-headline-copy-cta .tile-link[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .black .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.black .overlay-headline-copy-cta .tile-link a[data-v-cebf4153] {
  color: #000000;
}
.-bg-dark .black .overlay-headline-copy-cta .tile-link a[data-v-cebf4153], .-bg-section-dark .black .overlay-headline-copy-cta .tile-link a[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .black .overlay-headline-copy-cta .tile-link a[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.black .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  text-decoration: none;
  text-align: center;
  padding: 12px 16px;
  border-radius: 2px;
  color: #000000;
  border: 1px solid #000000;
}
.black .overlay-headline-copy-cta .tile-link[data-v-cebf4153]:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.white .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  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 .white .overlay-headline-copy-cta .tile-link[data-v-cebf4153], .-bg-section-dark .white .overlay-headline-copy-cta .tile-link[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .white .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.white .overlay-headline-copy-cta .tile-link a[data-v-cebf4153] {
  color: #000000;
}
.-bg-dark .white .overlay-headline-copy-cta .tile-link a[data-v-cebf4153], .-bg-section-dark .white .overlay-headline-copy-cta .tile-link a[data-v-cebf4153], .-bg-page-dark .-bg-section-transparent .white .overlay-headline-copy-cta .tile-link a[data-v-cebf4153] {
  color: #ffffff;
  fill: #ffffff;
}
.white .overlay-headline-copy-cta .tile-link[data-v-cebf4153] {
  text-decoration: none;
  text-align: center;
  padding: 12px 16px;
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.white .overlay-headline-copy-cta .tile-link[data-v-cebf4153]:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.tile-link[data-v-cebf4153]:last-child {
  margin-right: 0px;
}/**
 * @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 LAYOUT
 */
.tile-media-single[data-v-d9c3312b] {
  aspect-ratio: 0.75;
  position: relative;
}
.tile-media-double[data-v-d9c3312b] {
  position: relative;
  aspect-ratio: 2000/1128;
}
.tile-media-position[data-v-d9c3312b] {
  position: absolute;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
TEXT LAYOUT - "below" versus "overlay"
*/
.content-below .tile-text[data-v-d9c3312b] {
  margin-top: 8px;
}
.content-below .tile-text-single .tile-text[data-v-d9c3312b] {
  margin-top: 16px;
}
@media (min-width: 768px) {
.content-below .tile-text-single .tile-text[data-v-d9c3312b] {
    margin: 24px 24px 0px 24px;
}
}
.content-below .tile-text-single .tile-text-column[data-v-d9c3312b] {
  display: contents;
}
.content-below .tile-text-double .tile-text[data-v-d9c3312b] {
  margin-top: 0px;
  padding: 16px 16px 0px;
}
@media (min-width: 768px) {
.content-below .tile-text-double .tile-text[data-v-d9c3312b] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 24px 0px;
}
.content-below .tile-text-double .tile-text .tile-text-column--primary[data-v-d9c3312b] {
    width: 53.5714285714%;
}
.content-below .tile-text-double .tile-text .tile-text-column--secondary[data-v-d9c3312b] {
    width: 42.8571428571%;
}
}
.content-below .tile-text-double .tile-text .copy[data-v-d9c3312b] {
  margin-top: 8px;
}
@media (min-width: 768px) {
.content-below .tile-text-double .tile-text .copy[data-v-d9c3312b] {
    margin-top: 0px;
}
}
@media (min-width: 768px) {
.content-below .tile-text-double .tile-text .tile-links[data-v-d9c3312b] {
    margin-top: 8px;
}
}
@media (min-width: 768px) {
.content-below .tile-text-double .tile-text .tile-link[data-v-d9c3312b] {
    padding-bottom: 8px;
}
}
@media (min-width: 768px) {
.content-below .tile-text-double .tile-text .tile-link[data-v-d9c3312b]:last-child {
    padding-bottom: 0px;
}
}
.content-overlay .tile-text-wrapper[data-v-d9c3312b] {
  pointer-events: none;
}
.content-overlay .tile-text-wrapper .tile-media-eyebrow[data-v-d9c3312b] {
  pointer-events: auto;
  margin-bottom: 16px;
}
.content-overlay .tile-text-wrapper.tile-text-single[data-v-d9c3312b] {
  aspect-ratio: 0.75;
  position: absolute;
}
.content-overlay .tile-text-wrapper.tile-text-double[data-v-d9c3312b] {
  aspect-ratio: 1.6;
  position: absolute;
}
.content-overlay .tile-text-wrapper.hidden-while-calculating[data-v-d9c3312b] {
  opacity: 0;
}
.content-overlay .tile-text-wrapper.visible-after-calculating[data-v-d9c3312b] {
  opacity: 1;
}
.content-overlay .tile-text-wrapper[data-v-d9c3312b] {
  top: 0px;
  left: 0px;
  width: 100%;
}
.content-overlay .tile-text-wrapper .tile-text[data-v-d9c3312b] {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 4vw 0px;
}
.-facets-open-grid .content-overlay .tile-text-wrapper .tile-text[data-v-d9c3312b] {
  padding: 2.88vw 0px;
}
.content-overlay .tile-text-wrapper .tile-text[data-v-d9c3312b] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  word-break: break-word;
}
.content-overlay .tile-text-wrapper .tile-text .tile-link[data-v-d9c3312b] {
  margin: 0px 12px 12px 0px;
}
.content-overlay .tile-text-wrapper .tile-text.left-top[data-v-d9c3312b] {
  justify-content: flex-start;
}
.content-overlay .tile-text-wrapper .tile-text.left-middle[data-v-d9c3312b] {
  justify-content: center;
}
.content-overlay .tile-text-wrapper .tile-text.left-bottom[data-v-d9c3312b] {
  justify-content: flex-end;
}
.content-overlay .tile-text-wrapper .tile-text.center-middle[data-v-d9c3312b] {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0px 16vw;
}
.-facets-open-grid .content-overlay .tile-text-wrapper .tile-text.center-middle[data-v-d9c3312b] {
  padding: 0px 11.52vw;
}
.content-overlay .tile-text-wrapper .tile-text.center-middle .tile-link[data-v-d9c3312b] {
  margin: 0px 4px 12px 4px;
}
.black .tile-text-wrapper.overlay-headline-copy-cta[data-v-d9c3312b] {
  background-color: rgba(255, 255, 255, 0.25);
}
.white .tile-text-wrapper.overlay-headline-copy-cta[data-v-d9c3312b] {
  background-color: rgba(0, 0, 0, 0.25);
}

/**
TEXT STYLES
*/
.tile-text[data-v-d9c3312b]:first-child {
  margin-top: 16px;
}
@media (min-width: 768px) {
.tile-text[data-v-d9c3312b]:first-child {
    margin-top: 24px;
}
}
.tile-text .eyebrow[data-v-d9c3312b] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-text .eyebrow[data-v-d9c3312b], .-bg-section-dark .tile-text .eyebrow[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .eyebrow a[data-v-d9c3312b] {
  color: #000000;
}
.-bg-dark .tile-text .eyebrow a[data-v-d9c3312b], .-bg-section-dark .tile-text .eyebrow a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow a[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .eyebrow[data-v-d9c3312b] {
  color: #403e3f;
}
@media (min-width: 768px) {
.tile-text .eyebrow[data-v-d9c3312b] {
    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 .tile-text .eyebrow[data-v-d9c3312b], .-bg-section-dark .tile-text .eyebrow[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-text .eyebrow a[data-v-d9c3312b] {
    color: #000000;
}
.-bg-dark .tile-text .eyebrow a[data-v-d9c3312b], .-bg-section-dark .tile-text .eyebrow a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .eyebrow a[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
}
.white .tile-text .eyebrow[data-v-d9c3312b] {
  color: #ffffff;
}
.tile-text .headline[data-v-d9c3312b] {
  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;
  margin-top: 4px;
}
@media (min-width: 768px) {
.tile-text .headline[data-v-d9c3312b] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .tile-text .headline[data-v-d9c3312b], .-bg-section-dark .tile-text .headline[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .headline[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-text .headline[data-v-d9c3312b] {
    color: #000000;
    margin-top: 8px;
}
}
@media (min-width: 768px) {
.content-overlay .tile-text .headline[data-v-d9c3312b] {
    margin-bottom: 16px;
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.content-overlay .tile-text .headline[data-v-d9c3312b] {
    font-size: 32px;
}
}
@media (min-width: 768px) and (min-width: 1025px) {
.content-overlay .tile-text .headline[data-v-d9c3312b] {
    font-size: 32px;
}
}
@media (min-width: 768px) {
.-bg-dark .content-overlay .tile-text .headline[data-v-d9c3312b], .-bg-section-dark .content-overlay .tile-text .headline[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .content-overlay .tile-text .headline[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
}
.white .tile-text .headline[data-v-d9c3312b] {
  color: #ffffff;
}
.tile-text .copy[data-v-d9c3312b] {
  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 .tile-text .copy[data-v-d9c3312b], .-bg-section-dark .tile-text .copy[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .copy[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .copy a[data-v-d9c3312b] {
  color: #000000;
}
.-bg-dark .tile-text .copy a[data-v-d9c3312b], .-bg-section-dark .tile-text .copy a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .copy a[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-text .copy[data-v-d9c3312b] {
  margin-top: 4px;
}
@media (min-width: 768px) {
.tile-text .copy[data-v-d9c3312b] {
    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 .tile-text .copy[data-v-d9c3312b], .-bg-section-dark .tile-text .copy[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .copy[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-text .copy a[data-v-d9c3312b] {
    color: #000000;
}
.-bg-dark .tile-text .copy a[data-v-d9c3312b], .-bg-section-dark .tile-text .copy a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .tile-text .copy a[data-v-d9c3312b] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-text .copy[data-v-d9c3312b] {
    margin-top: 8px;
}
}
.white .tile-text .copy[data-v-d9c3312b] {
  color: #ffffff;
}

/**
LINK STYLES
 */
.tile-links[data-v-d9c3312b] {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
@media (min-width: 768px) {
.tile-links[data-v-d9c3312b] {
    margin-top: 20px;
}
}
.overlay-headline-copy-cta .tile-links[data-v-d9c3312b] {
  margin-top: 24px;
}
.tile-links .tile-link[data-v-d9c3312b] {
  padding-bottom: 8px;
}
.tile-links .tile-link[data-v-d9c3312b]:last-child {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
.tile-links .tile-link[data-v-d9c3312b] {
    padding-bottom: 20px;
}
}
.tile-links .tile-link .block-background .block-arrow[data-v-d9c3312b] {
  height: 20px;
  width: 24px;
  stroke: currentColor;
  stroke-width: 0.5;
}
.content-below .tile-link[data-v-d9c3312b] {
  ft-link: "type-link-sm" "regular";
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0rem;
  text-transform: none;
  text-decoration: underline;
  display: inline-block;
  margin-right: 8px;
  text-decoration-line: underline;
}
@media (min-width: 768px) {
.content-below .tile-link[data-v-d9c3312b] {
    ft-link: "type-link-lrg" "regular";
    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;
}
}
.overlay-only-cta .tile-link[data-v-d9c3312b] {
  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 .overlay-only-cta .tile-link[data-v-d9c3312b], .-bg-section-dark .overlay-only-cta .tile-link[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .overlay-only-cta .tile-link[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.overlay-only-cta .tile-link[data-v-d9c3312b] {
  display: block;
  max-width: 290px;
  line-height: 1.9;
  text-transform: uppercase;
}
.overlay-only-cta .tile-link:hover .block-arrow[data-v-d9c3312b] {
  transform: translateX(5px);
}
.overlay-only-cta .tile-link .block-background[data-v-d9c3312b] {
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 4px 12px 3px;
}
.overlay-only-cta .tile-link .block-arrow[data-v-d9c3312b] {
  height: 8px;
  margin: -3px 0 0 4px;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 20px;
}
.overlay-only-cta .tile-link[data-v-d9c3312b] {
  text-align: center;
}
.overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
.overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
    width: unset;
}
}
.black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  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 .black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b], .-bg-section-dark .black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.black .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b] {
  color: #000000;
}
.-bg-dark .black .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b], .-bg-section-dark .black .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .black .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  text-decoration: none;
  text-align: center;
  padding: 12px 16px;
  border-radius: 2px;
  color: #000000;
  border: 1px solid #000000;
}
.black .overlay-headline-copy-cta .tile-link[data-v-d9c3312b]:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}
.white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  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 .white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b], .-bg-section-dark .white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.white .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b] {
  color: #000000;
}
.-bg-dark .white .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b], .-bg-section-dark .white .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b], .-bg-page-dark .-bg-section-transparent .white .overlay-headline-copy-cta .tile-link a[data-v-d9c3312b] {
  color: #ffffff;
  fill: #ffffff;
}
.white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b] {
  text-decoration: none;
  text-align: center;
  padding: 12px 16px;
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.white .overlay-headline-copy-cta .tile-link[data-v-d9c3312b]:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.tile-link[data-v-d9c3312b]:last-child {
  margin-right: 0px;
}
.tile_double_media_v1[data-v-d9c3312b] {
  margin: 8px 0px 8px 0px;
}
@media (min-width: 768px) {
.tile_double_media_v1[data-v-d9c3312b] {
    margin: 0px;
}
}