.hero-gallery {
  --ol-level1-bullet-width: 30px;
  --ol-level2-bullet-width: 30px;
  --ol-level3-bullet-width: 40px;
  --ol-level4-bullet-width: 21px;
  --ul-level1-bullet-width: 30px;
  --ul-level2-bullet-width: 30px;
  --ul-level3-bullet-width: 25px;
  --ul-level4-bullet-width: 25px;
  padding: calc(var(--navigation-height, var(--navigation-height-mobile)) + var(--space-xl)) var(--grid-margin) 0.5rem var(--grid-margin);
  background-color: var(--color-background);
}
.hero-gallery figure.no-image {
  visibility: hidden;
}
.hero-gallery__img-text {
  background-color: rgba(0, 0, 0, 0.45);
  color: var(--color-on-overlay);
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-container);
  backdrop-filter: blur(10px);
  z-index: 1;
  text-align: right;
}
.hero-gallery__img-text.hidden {
  display: none;
}
.hero-gallery__img-text p {
  margin: 0;
}
.hero-gallery__img-text[data-position="bottomRight"] {
  top: unset;
  left: unset;
  bottom: 1rem;
  right: 1rem;
}
.hero-gallery__img-text[data-position="bottomLeft"] {
  right: unset;
  top: unset;
  left: 1rem;
  bottom: 1rem;
}
.hero-gallery__img-text[data-position="topRight"] {
  bottom: unset;
  left: unset;
  top: 1rem;
  right: 1rem;
}
.hero-gallery__img-text[data-position="topLeft"] {
  bottom: unset;
  right: unset;
  left: 1rem;
  top: 1rem;
}
.hero-gallery figcaption {
  display: none;
}
.hero-gallery__container {
  color: var(--color-text);
  font-family: var(--font-family-body);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: var(--space-md);
  column-gap: var(--grid-gap);
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: calc(1520px + var(--grid-margin) + var(--grid-margin));
}
.hero-gallery__title-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  grid-area: 1 / 1 / auto / 13;
  padding-right: calc(var(--space-350) + 0.5rem) !important;;
}
.hero-gallery__title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  color: var(--color-text-heading);
  margin: 0;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-7);
  font-weight: var(--font-weight-title);
  line-height: var(--font-line-height-7);
  text-wrap: balance;
}
.hero-gallery__tags {
  display: flex;
  gap: var(--space-25);
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.hero-gallery__tag-item {
  position: relative;
  list-style: none;
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
}
.hero-gallery__video-placeholder {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-background-secondary);
  padding: 0 0 var(--space-150);
}
.hero-gallery__video-placeholder:hover {
  cursor: pointer;
}
.hero-gallery__video-placeholder:hover path {
  fill: #ff0000;
}
.hero-gallery__tag-cta {
  display: flex;
  max-width: 100%;
  min-height: var(--size-target-sm, 36px);
  padding: var(--space-25, 4px) var(--space-50, 8px);
  color: var(--color-text);
  border: none;
  background-image: initial;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: var(--radius-element);
  background-color: var(--color-background-secondary);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.hero-gallery__tag-cta span {
  margin: 0 var(--space-25);
}
.hero-gallery__tag-cta:hover {
  text-decoration: underline;
}
.hero-gallery__content {
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--space-350);
  grid-column: 1 / 13;
}
.hero-gallery__main-media-container {
  background-color: var(--color-background);
  margin: 0 0 var(--space-150);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.hero-gallery__main-media-container.aspect-ratio--original .hero-gallery__video-gallery-container.aspect-ratio--original {
  min-height: 450px;
}
.hero-gallery__image-gallery-container,
.hero-gallery__video-gallery-container {
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-area: 2 / 1 / auto / 13;
  max-height: 100%;
}
.hero-gallery__image-gallery-container figure,
.hero-gallery__video-gallery-container figure,
.hero-gallery__image-gallery-container iframe,
.hero-gallery__video-gallery-container iframe {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  width: 100%;
  max-height: 100%;
}
.hero-gallery__image-gallery-container figure picture,
.hero-gallery__video-gallery-container figure picture,
.hero-gallery__image-gallery-container iframe picture,
.hero-gallery__video-gallery-container iframe picture {
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition-property: all;
  transition-duration: var(--t-reveal-in-duration);
  transition-timing-function: var(--t-reveal-in-function);
  transition: opacity 200ms;
  height: -webkit-fill-available;
  width: auto;
  position: relative;
}
.hero-gallery__image-gallery-container .image-gallery__controls,
.hero-gallery__video-gallery-container .image-gallery__controls {
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.hero-gallery__image-gallery-container .image-gallery__controls.hidden,
.hero-gallery__video-gallery-container .image-gallery__controls.hidden {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__control-icon,
.hero-gallery__video-gallery-container .image-gallery__control-icon {
  opacity: 1;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  display: flex;
  border: none;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotate(-180deg);
  width: 48px;
  height: 48px;
}
.hero-gallery__image-gallery-container .image-gallery__control-icon svg,
.hero-gallery__video-gallery-container .image-gallery__control-icon svg {
  height: var(--size-icon-md);
  width: var(--size-icon-md);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon svg path,
.hero-gallery__video-gallery-container .image-gallery__control-icon svg path {
  fill: var(--color-text);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon--prev,
.hero-gallery__video-gallery-container .image-gallery__control-icon--prev {
  transform: rotate(90deg);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon--next,
.hero-gallery__video-gallery-container .image-gallery__control-icon--next {
  transform: rotate(-90deg);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon.disabled,
.hero-gallery__video-gallery-container .image-gallery__control-icon.disabled {
  opacity: 0.2;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails,
.hero-gallery__video-gallery-container .image-gallery__thumbnails {
  height: 100%;
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  overflow: scroll hidden;
  position: relative;
  list-style: none;
  gap: var(--grid-gap);
  margin: 0;
  padding: 0 0 var(--space-50);
  scrollbar-width: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails--single-item,
.hero-gallery__video-gallery-container .image-gallery__thumbnails--single-item {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails::after,
.hero-gallery__video-gallery-container .image-gallery__thumbnails::after {
  color: var(--color-text);
  font-family: var(--font-family-body);
  list-style: none;
  box-sizing: border-box;
  position: absolute;
  content: "";
  bottom: 0;
  background-color: var(--color-accent);
  border-radius: 6px;
  height: 3px;
  transition-property: all, left;
  transition-duration: var(--t-move-out-duration), 0.3s;
  transition-timing-function: var(--t-move-out-function), ease;
  left: var(--active-thumbnail-left, 0);
  width: var(--active-thumbnail-width, 0);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail,
.hero-gallery__video-gallery-container .image-gallery__thumbnail {
  height: 100%;
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  scroll-snap-align: start;
  flex-shrink: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-background-secondary);
  aspect-ratio: 1 / 1;
  width: calc((100% / 3) - var(--grid-gap) * 0.6);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail picture,
.hero-gallery__video-gallery-container .image-gallery__thumbnail picture {
  display: flex;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail img,
.hero-gallery__video-gallery-container .image-gallery__thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button {
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button:focus,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button:focus {
  border: 1px solid var(--color-accent);
}
.hero-gallery__image-gallery-container .image-gallery__main-image,
.hero-gallery__video-gallery-container .image-gallery__main-image {
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container {
  scroll-snap-align: start;
  flex-shrink: 0;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-background-secondary);
  height: 100%;
  width: 100%;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container svg,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container svg {
  position: absolute;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youtube svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youtube svg,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg {
  background: white;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youtube svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youtube svg path,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg path {
  fill: #f03;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youku,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youku,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youku,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youku {
  margin: 0;
  pointer-events: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-image,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-image {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon {
  width: 32px;
  border: 2px solid var(--color-on-overlay);
  height: 32px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: var(--color-overlay);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon svg {
  transform: scale(0.8) translateX(1px);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon svg path {
  fill: var(--color-on-overlay);
}
.hero-gallery__video-gallery-container {
  display: none;
  max-height: fit-content;
  margin: 0;
}
.hero-gallery__video-gallery-container--dynamic-media {
  position: relative;
  cursor: pointer;
}
.hero-gallery__video-gallery-container--dynamic-media svg {
  position: absolute;
  width: 48px;
  border: 2px solid var(--color-on-overlay);
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-overlay);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.hero-gallery__video-gallery-container--dynamic-media svg path {
  fill: var(--color-on-overlay);
  transform: scale(0.8) translateX(5px) translateY(3px);
}
.hero-gallery__text-container {
  display: flex;
  flex-direction: column;
  color: var(--color-text);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  padding: 0;
  font-size: var(--font-size-2);
  line-height: var(--font-line-height-relaxed-2);
}
.hero-gallery__text {
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
  scrollbar-width: none;
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.8s ease-in-out;
  margin: 0 0 var(--space-150);
}
.hero-gallery__text > * {
  margin-top: 0;
}
.hero-gallery__text img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.hero-gallery__text p:first-child {
  color: var(--color-text);
  font-family: var(--font-family-body);
  font-size: var(--font-size-2);
  line-height: var(--font-line-height-relaxed-2);
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin-bottom: var(--space-150);
  margin-top: 0;
  padding-top: 0;
}
.hero-gallery__text ul {
  counter-reset: level1 0;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 0;
  margin-left: 16px;
  margin-bottom: 24px;
  margin-top: 0;
}
.hero-gallery__text ul li {
  list-style-type: none;
  box-sizing: border-box;
  list-style-position: inside;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: var(--ul-level1-bullet-width);
}
.hero-gallery__text ul li::before {
  counter-increment: level1 1;
  width: var(--ul-level1-bullet-width);
  margin-left: calc(var(--ul-level1-bullet-width) * -1);
  font-weight: var(--font-weight-regular);
  content: "●";
  display: inline-block;
}
.hero-gallery__text::after {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 160px;
  left: 0;
  bottom: 0;
  transition: opacity 800ms;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.hero-gallery__text.expanded {
  max-height: 100%;
}
.hero-gallery__text.expanded::after {
  opacity: 0;
}
.hero-gallery__text.overflows:not(.expanded)::after {
  opacity: 1;
}
.hero-gallery__show-more-less {
  box-sizing: border-box;
  text-transform: none;
  font-family: var(--font-family-body);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-label);
  line-height: var(--font-line-height-2);
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  margin: 0 auto var(--space-150);
  color: var(--color-text);
  position: relative;
}
.hero-gallery__show-more-less::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-text);
  width: 100%;
  height: 2px;
  border: 1px solid;
  transform: scaleX(0);
  transition-property: all;
  transition-duration: var(--t-grow-out-duration);
  transition-timing-function: var(--t-grow-out-function);
}
.hero-gallery__show-more-less.active::after {
  transform: scaleX(1);
  transition-duration: var(--t-grow-in-duration);
  transition-timing-function: var(--t-grow-in-function);
}
.hero-gallery__show-more-less.hidden {
  visibility: hidden;
}
.hero-gallery__anchor_container {
  display: flex;
  padding: 0 var(--grid-margin);
  align-items: center;
  font-family: var(--font-family-body);
  gap: 4px;
}
.hero-gallery__anchor_icon svg {
  height: var(--size-icon-sm);
  width: var(--size-icon-sm);
}
.hero-gallery__anchor_link {
  text-decoration: none;
  color: var(--color-text);
}
.hero-gallery__swatches-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-350);
}
.hero-gallery-swatches__title {
  margin-bottom: var(--space-50);
}
.hero-gallery-swatches__list {
  display: flex;
  gap: var(--grid-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.hero-gallery-swatches__item {
  color: var(--color-text);
  font-family: var(--font-family-body);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-50);
  min-width: 56px;
  box-sizing: content-box;
}
.hero-gallery-swatches__item-circle {
  color: var(--color-text);
  font-family: var(--font-family-body);
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
}
.hero-gallery-swatches__item-text {
  color: var(--color-text);
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  font-family: var(--font-family-body);
  font-size: var(--font-size-1);
  font-weight: var(--font-weight-label);
  line-height: var(--font-line-height-1);
  margin: 0;
  width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.hero-gallery-swatches__item--img img {
  border-radius: 100%;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.hero-gallery-swatches__item-img-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
  width: clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem);
  height: clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem);
}
.hero-gallery-swatches--small .hero-gallery-swatches__item,
.hero-gallery-swatches--small .hero-gallery-swatches__item--img {
  width: calc(clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem) + 8px);
}
.hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
  width: clamp(3rem, calc(1.6786rem + 3.57vw), 4rem);
  height: clamp(3rem, calc(1.6786rem + 3.57vw), 4rem);
}
.hero-gallery-swatches--medium .hero-gallery-swatches__item,
.hero-gallery-swatches--medium .hero-gallery-swatches__item--img {
  width: calc(clamp(3rem, calc(1.6786rem + 3.57vw), 4rem) + 8px);
}
.hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
  width: clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem);
  height: clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem);
}
.hero-gallery-swatches--large .hero-gallery-swatches__item,
.hero-gallery-swatches--large .hero-gallery-swatches__item--img {
  width: calc(clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem) + 8px);
}
.hero-gallery__cta-container {
  display: flex;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}
.hero-gallery__cta--primary {
  display: flex;
  min-width: var(--size-target-lg);
  min-height: var(--size-target-lg);
  padding: var(--space-50) var(--space-125);
  justify-content: center;
  align-items: center;
  gap: var(--space-50);
  border-radius: var(--radius-element);
  background: var(--color-action);
  width: fit-content;
  height: fit-content;
  color: var(--color-on-action);
  text-decoration: none;
  min-height: var(--size-target-md);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-75, 12px);
}
.hero-gallery__cta--primary svg {
  fill: var(--color-on-action);
  transition-duration: var(--t-move-in-duration);
  transition-timing-function: var(--t-move-in-function);
}
.hero-gallery__cta--primary:hover {
  background-color: var(--color-action-active);
  border-color: var(--color-action-active);
}
.hero-gallery__cta--primary:hover svg {
  transform: translateX(25%);
}
.hero-gallery__cta--secondary {
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: inline-flex;
  gap: var(--space-50);
  min-height: var(--size-target-lg);
  min-width: var(--size-target-lg);
  padding: var(--space-50) var(--space-100);
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-radius: var(--radius-element, 4px);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background-color: transparent;
  border-color: var(--color-on-overlay-secondary);
  min-height: var(--size-target-md);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-75, 12px);
  background-color: var(--color-background-secondary);
  border-color: var(--color-background-secondary);
}
.hero-gallery__cta--secondary svg {
  fill: var(--color-text);
  transition-duration: var(--t-move-in-duration);
  transition-timing-function: var(--t-move-in-function);
}
.hero-gallery__cta--secondary span {
  background-color: transparent;
  box-shadow: none;
}
.hero-gallery__cta--secondary.color-main.background-textShadow {
  background-color: transparent;
  border-color: var(--color-on-overlay);
  box-shadow: 0 4px 12px var(--color-overlay);
}
.hero-gallery__cta--secondary.color-main.background-textShadow > svg {
  filter: drop-shadow(rgba(0, 0, 0, 0.16) 1px 4px 2px) drop-shadow(rgba(0, 0, 0, 0.64) 0 0 0) drop-shadow(rgba(0, 0, 0, 0.16) -1px 0 2px);
}
.hero-gallery__cta--secondary.color-main.background-textShadow > svg > path {
  fill: var(--color-on-overlay);
  text-shadow: 0 4px 12px var(--color-overlay), 0 4px 12px var(--color-overlay);
}
.hero-gallery__cta--secondary.color-main.background-textShadow > * {
  color: var(--color-on-overlay);
  text-shadow: 0 4px 12px var(--color-overlay), 0 4px 12px var(--color-overlay);
}
.hero-gallery__cta--secondary.color-main.background-solid {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: var(--color-on-overlay);
  box-shadow: none;
}
.hero-gallery__cta--secondary.color-main.background-solid > * {
  color: var(--color-on-overlay);
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--secondary.color-main.background-none {
  background-color: transparent;
  border-color: var(--color-on-overlay);
  box-shadow: none;
}
.hero-gallery__cta--secondary.color-main.background-none > svg {
  filter: none;
}
.hero-gallery__cta--secondary.color-main.background-none > svg > path {
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--secondary.color-main.background-none > * {
  color: var(--color-on-overlay);
}
.hero-gallery__cta--secondary.color-alternative.background-solid {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: var(--color-on-overlay-secondary);
  box-shadow: none;
}
.hero-gallery__cta--secondary.color-alternative.background-solid > * {
  color: var(--color-on-overlay-secondary);
  fill: var(--color-on-overlay-secondary);
}
.hero-gallery__cta--secondary.color-alternative.background-textShadow {
  background-color: transparent;
  border-color: var(--color-on-overlay-secondary);
  box-shadow: rgba(255, 255, 255, 0.5) 1px 2px 12px;
}
.hero-gallery__cta--secondary.color-alternative.background-textShadow > svg {
  filter: drop-shadow(rgba(255, 255, 255, 0.16) 1px 4px 2px) drop-shadow(rgba(255, 255, 255, 0.64) 0px 0px 0px) drop-shadow(rgba(255, 255, 255, 0.16) -1px 0px 2px);
}
.hero-gallery__cta--secondary.color-alternative.background-textShadow > svg > path {
  fill: var(--color-on-overlay-secondary);
  text-shadow: rgba(255, 255, 255, 0.5) 1px 2px 12px, rgba(255, 255, 255, 0.5) 1px 2px 12px;
}
.hero-gallery__cta--secondary.color-alternative.background-textShadow > * {
  color: var(--color-on-overlay-secondary);
  text-shadow: rgba(255, 255, 255, 0.5) 1px 2px 12px, rgba(255, 255, 255, 0.5) 1px 2px 12px;
}
.hero-gallery__cta--secondary.color-alternative.background-none {
  background-color: transparent;
  border-color: var(--color-on-overlay-secondary);
  box-shadow: none;
}
.hero-gallery__cta--secondary.color-alternative.background-none > svg {
  filter: none;
}
.hero-gallery__cta--secondary.color-alternative.background-none > svg > path {
  fill: var(--color-on-overlay-secondary);
  text-shadow: none;
}
.hero-gallery__cta--secondary.color-alternative.background-none > * {
  color: var(--color-on-overlay-secondary);
  text-shadow: none;
}
.hero-gallery__cta--secondary:hover svg {
  transform: translateX(25%);
}
.hero-gallery__cta--tertiary {
  width: fit-content;
  height: fit-content;
  list-style: none;
  box-sizing: border-box;
  display: inline-flex;
  gap: var(--space-50);
  padding: var(--space-50) var(--space-75);
  text-decoration: none;
  color: var(--color-text);
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  border-radius: var(--radius-element);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--color-background-secondary);
  border-color: var(--color-background-secondary);
  min-height: var(--size-target-md);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-75, 12px);
}
.hero-gallery__cta--tertiary svg {
  fill: var(--color-text);
  transition-duration: var(--t-move-in-duration);
  transition-timing-function: var(--t-move-in-function);
}
.hero-gallery__cta--tertiary:hover svg {
  transform: translateX(25%);
}
.hero-gallery__cta--textButton {
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  display: inline-flex;
  gap: var(--space-50);
  min-height: var(--size-target-lg);
  text-decoration: none;
  color: var(--color-text);
  border: 2px solid transparent;
  border-radius: var(--radius-element, 4px);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: unset;
  padding: 0 var(--space-50);
  box-shadow: none !important;
  min-height: var(--size-target-md);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-75, 12px);
}
.hero-gallery__cta--textButton > * {
  color: var(--color-on-overlay);
}
.hero-gallery__cta--textButton path {
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--textButton svg {
  fill: var(--color-text);
  transition-duration: var(--t-move-in-duration);
  transition-timing-function: var(--t-move-in-function);
}
.hero-gallery__cta--textButton.background-solid.color-main {
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--color-on-overlay);
  text-shadow: none;
}
.hero-gallery__cta--textButton.background-solid.color-main * {
  color: var(--color-on-overlay);
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--textButton.background-solid.color-alternative {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color-on-overlay-secondary);
  text-shadow: none;
}
.hero-gallery__cta--textButton.background-solid.color-alternative * {
  color: var(--color-on-overlay-secondary);
  fill: var(--color-on-overlay-secondary);
}
.hero-gallery__cta--textButton.background-textShadow {
  background-color: transparent;
}
.hero-gallery__cta--textButton.background-textShadow > svg {
  filter: drop-shadow(rgba(0, 0, 0, 0.16) 1px 4px 2px) drop-shadow(rgba(0, 0, 0, 0.64) 0 0 0) drop-shadow(rgba(0, 0, 0, 0.16) -1px 0 2px);
}
.hero-gallery__cta--textButton.background-textShadow > svg > path {
  fill: var(--color-on-overlay);
  text-shadow: 0 4px 12px var(--color-overlay), 0 4px 12px var(--color-overlay);
}
.hero-gallery__cta--textButton.background-textShadow > * {
  color: var(--color-on-overlay);
  text-shadow: 0 4px 12px var(--color-overlay), 0 4px 12px var(--color-overlay);
}
.hero-gallery__cta--textButton.background-textShadow.color-main * {
  color: var(--color-on-overlay);
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--textButton.background-textShadow.color-main > svg {
  text-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px, rgba(0, 0, 0, 0.64) 0px 3px 8px, rgba(0, 0, 0, 0.32) 0px 3px 18px;
}
.hero-gallery__cta--textButton.background-textShadow.color-alternative * {
  color: var(--color-on-overlay-secondary);
  fill: var(--color-on-overlay-secondary);
}
.hero-gallery__cta--textButton.background-textShadow.color-alternative > svg {
  text-shadow: rgba(255, 255, 255, 0.16) 0px 0px 4px, rgba(255, 255, 255, 0.64) 0px 3px 8px, rgba(255, 255, 255, 0.32) 0px 3px 18px;;
}
.hero-gallery__cta--textButton.background-textShadow.color-alternative > path {
  fill: var(--color-on-overlay);
}
.hero-gallery__cta--textButton.background-none.color-alternative span,
.hero-gallery__cta--textButton.background-none.color-alternative path {
  color: var(--color-on-overlay-secondary);
  fill: var(--color-on-overlay-secondary);
  text-shadow: none;
}
.hero-gallery__cta--textButton:hover svg {
  transform: translateX(25%);
}
.hero-gallery__cta-text {
  background-color: transparent;
  display: inline-flex;
  margin: 0 var(--space-50);
  align-items: center;
}
.hero-gallery--withoutMedia .hero-gallery__title-container {
  grid-area: 1 / 1 / auto / 10;;
}
.hero-gallery--withoutMedia .hero-gallery__content {
  grid-column: 1 / 10;;
}
.hero-gallery--withoutMedia .hero-gallery__image-gallery-container {
  display: none;
}
.hero-gallery--padding-bottom {
  padding-bottom: var(--space-lg);
}
.hero-gallery--theme-alternative {
  background-color: var(--color-background-secondary);
}
.hero-gallery--theme-alternative .hero-gallery__text::after {
  background-image: linear-gradient(rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
}
.hero-gallery--theme-alternative .hero-gallery__tag-cta {
  color: var(--color-text-secondary);
  background-color: var(--color-background);
}
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail,
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container {
  background-color: var(--color-background);
}
.hero-gallery--theme-alternative .hero-gallery__cta--secondary {
  background-color: var(--color-background);
  border-color: var(--color-background);
}
.hero-gallery--theme-alternative .hero-gallery__video-placeholder {
  background-color: var(--color-background);
}
.hero-gallery .aspect-ratio--16-9 {
  aspect-ratio: 16 / 9;
  min-height: auto;
  height: fit-content;
}
.hero-gallery .aspect-ratio--4-3 {
  aspect-ratio: 4 / 3;
  min-height: auto;
  height: fit-content;
}
.hero-gallery .aspect-ratio--1-1 {
  aspect-ratio: 1 / 1;
  min-height: auto;
  height: fit-content;
}

@media (min-width: 768px) {
  .hero-gallery {
    padding-top: calc(var(--navigation-height, var(--navigation-height-tablet)) + var(--space-xl));
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails::after {
    width: var(--active-thumbnail-width, 0);
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail {
    width: calc((100% / 5) - var(--grid-gap) * 0.8);
  }
  .hero-gallery__anchor_container {
    padding: 0;
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
    width: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
    height: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item,
  .hero-gallery-swatches--small .hero-gallery-swatches__item--img {
    width: calc(clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem) + 8px);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
    width: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
    height: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item--img {
    width: calc(clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem) + 8px);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
    width: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
    height: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item,
  .hero-gallery-swatches--large .hero-gallery-swatches__item--img {
    width: calc(clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem) + 8px);
  }
}

@media (min-width: 1024px) {
  .hero-gallery {
    padding-top: calc(var(--navigation-height, var(--navigation-height-desktop)) + var(--space-xl));
  }
  .hero-gallery__title-container {
    grid-area: 1 / 1 / auto / 7;
  }
  .hero-gallery__tags {
    gap: var(--space-50);
  }
  .hero-gallery__content {
    grid-column: 1 / 7;
    padding-right: var(--inset-md);
    gap: var(--space-md);
    display: flex;
    flex-direction: column;
  }
  .hero-gallery__content--no-media {
    grid-column: 1 / 10;
  }
  .hero-gallery__image-gallery-container {
    grid-area: 1 / 7 / 4 / 13;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-gallery__image-gallery-container figure {
    height: auto;
  }
  .hero-gallery__image-gallery-container figure picture {
    height: -webkit-fill-available;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails {
    height: auto;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail {
    height: fit-content;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail.external {
    height: 100%;
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
    width: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
    height: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
    width: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
    height: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
    width: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
    height: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
  }
}

@media (min-width: 1520px) {
  .hero-gallery__container {
    padding: 0 var(--grid-margin);
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails::after {
    width: var(--active-thumbnail-width, 0);
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail {
    width: calc((100% / 6) - var(--grid-gap) * 0.85);
  }
}
