/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./blocks/carousel/spotlight-carousel/spotlight-carousel.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
:root {
  --font-family-main: "area-normal", sans-serif;
  --font-family-display: "halyard-display", sans-serif;
  --font-family-body: "area-normal", sans-serif;
  --font-family-display-medium: var(--font-family-display);
  --font-family-body-regular: var(--font-family-body);
  --font-family-body-book: var(--font-family-body);
  --font-family-body-bold: var(--font-family-body);
  --font-weight-display-medium: 400;
  --font-weight-body-regular: 400;
  --font-weight-body-book: 400;
  --font-weight-body-bold: 700;
  --font-weight-body-black: 900;
  --color-primary: #00c6c2;
  --color-secondary: #052831;
  --color-teal: #00c6c2;
  --color-midnight-black: #052831;
  --color-putty: #fdf7ea;
  --color-white: #ffffff;
  --color-midnight-black-dark: #031d24;
  --color-black: #000000;
  --color-error: #dd0000;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  30% {
    stroke-dashoffset: 0;
  }
  45% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes svg-spin {
  0% {
    transform: scale(1) rotateY(0);
  }
  30% {
    transform: scale(1) rotateY(0);
  }
  35% {
    transform: scale(1.25) rotateY(0);
  }
  40% {
    transform: scale(1.25) rotateY(360deg);
  }
  45% {
    transform: scale(1) rotateY(360deg);
  }
  100% {
    transform: scale(1) rotateY(360deg);
  }
}
.spotlight-carousel {
  position: relative;
  overflow: hidden;
  background: var(--color-putty);
  color: var(--color-midnight-black);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .spotlight-carousel {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.spotlight-carousel.block-theme-light.block-surface-white {
  background: var(--color-white);
}
.spotlight-carousel.block-theme-light.block-surface-putty {
  background: var(--color-putty);
}
.spotlight-carousel.block-theme-dark {
  background: var(--color-midnight-black);
  color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__heading,
.spotlight-carousel.block-theme-dark .spotlight-carousel__slide-title {
  color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__content,
.spotlight-carousel.block-theme-dark .spotlight-carousel__slide-content {
  color: rgba(255, 255, 255, 0.82);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__nav-button {
  color: rgba(255, 255, 255, 0.52);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__nav-button:hover, .spotlight-carousel.block-theme-dark .spotlight-carousel__nav-button:focus-visible {
  color: var(--color-teal);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__nav-button.is-active {
  color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__button {
  background: var(--color-white);
  color: var(--color-midnight-black);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__button:focus-visible {
  outline-color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__autoplay-button {
  color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__autoplay-button:focus-visible {
  outline-color: var(--color-white);
}
.spotlight-carousel.block-theme-dark .spotlight-carousel__empty,
.spotlight-carousel.block-theme-dark .spotlight-carousel__media-placeholder {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
}
.spotlight-carousel .container-wide {
  position: relative;
  z-index: 1;
}
.spotlight-carousel .section-pattern {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.spotlight-carousel .section-pattern picture,
.spotlight-carousel .section-pattern img, .spotlight-carousel .section-pattern__image {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 3000ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path;
}
.spotlight-carousel--pattern-visible .section-pattern picture,
.spotlight-carousel--pattern-visible .section-pattern img,
.spotlight-carousel--pattern-visible .section-pattern .section-pattern__image {
  clip-path: inset(0 0 0 0);
}
.spotlight-carousel .swiper {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.spotlight-carousel .swiper-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  box-sizing: content-box;
  transition-property: transform;
  transform: translate3d(0, 0, 0);
}
.spotlight-carousel .swiper-slide {
  position: relative;
  display: block;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  transition-property: transform;
}
.spotlight-carousel__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.spotlight-carousel__top {
  display: flex;
  grid-template-columns: minmax(0, 1.15fr) minmax(12rem, 0.85fr);
  gap: clamp(2rem, 10vw, 10rem);
  align-items: flex-end;
  max-width: 70%;
}
@media (max-width: 992px) {
  .spotlight-carousel__top {
    flex-direction: column;
    gap: 2rem 0;
    max-width: 100%;
  }
}
.spotlight-carousel__intro {
  min-width: 0;
  flex: 1;
}
.spotlight-carousel__pretitle {
  margin: 0 0 0.875rem !important;
  color: var(--color-teal);
}
.spotlight-carousel__heading {
  margin: 0 !important;
  color: var(--color-midnight-black);
}
@media (max-width: 992px) {
  .spotlight-carousel__heading {
    max-width: none;
  }
}
.spotlight-carousel__content {
  margin-top: 1.5rem;
}
.spotlight-carousel__content p {
  margin: 0;
}
.spotlight-carousel__content p + p {
  margin-top: 0.875rem;
}
.spotlight-carousel__nav-wrap {
  justify-self: end;
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 992px) {
  .spotlight-carousel__nav-wrap {
    width: auto;
    justify-self: start;
    display: none;
  }
}
.spotlight-carousel__nav {
  column-count: 2;
  column-gap: clamp(1rem, 2vw, 2.25rem);
}
@media (max-width: 992px) {
  .spotlight-carousel__nav {
    column-count: 1;
    column-gap: 0;
  }
}
.spotlight-carousel__nav-button {
  all: unset;
  position: relative;
  display: block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 0.4rem;
  padding-left: 0.95rem;
  color: rgba(5, 40, 49, 0.42);
  cursor: pointer;
  transition: color 0.25s ease;
}
@media (max-width: 992px) {
  .spotlight-carousel__nav-button {
    margin-bottom: 0.3rem;
  }
}
.spotlight-carousel__nav-button::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: currentColor;
  opacity: 0;
  transform: scale(0.65);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.spotlight-carousel__nav-button:hover, .spotlight-carousel__nav-button:focus-visible {
  color: var(--color-teal);
}
.spotlight-carousel__nav-button:focus-visible {
  outline: 2px solid var(--color-teal);
  outline-offset: 4px;
  border-radius: 0.25rem;
}
.spotlight-carousel__nav-button.is-active {
  color: var(--color-midnight-black);
}
.spotlight-carousel__nav-button.is-active::before {
  opacity: 1;
  transform: scale(1);
}
.spotlight-carousel__rail {
  min-width: 0;
  width: var(--spotlight-carousel-visible-width, 100%);
  min-width: 100%;
  max-width: none;
  overflow: hidden;
}
.spotlight-carousel__stage {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.spotlight-carousel__swiper {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
@media (max-width: 992px) {
  .spotlight-carousel__swiper .swiper-wrapper {
    height: auto !important;
  }
}
.spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .swiper-wrapper {
  column-gap: 112px;
  padding-right: 112px;
}
@media (max-width: 992px) {
  .spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .swiper-wrapper {
    column-gap: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .swiper-wrapper {
    column-gap: 40px;
    padding-right: 40px;
  }
}
.spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .spotlight-carousel__slide {
  flex: 0 0 calc((100% - 84px) / 1.75);
  width: calc((100% - 84px) / 1.75);
}
@media (max-width: 992px) {
  .spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .spotlight-carousel__slide {
    flex-basis: calc((100% - 2px) / 1.05);
    width: calc((100% - 2px) / 1.05);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spotlight-carousel__swiper:not([data-spotlight-carousel-initialized=true]) .spotlight-carousel__slide {
    flex-basis: calc((100% - 14px) / 1.35);
    width: calc((100% - 14px) / 1.35);
  }
}
.spotlight-carousel__slide {
  min-width: 0;
}
.spotlight-carousel__item {
  display: grid;
  grid-template-columns: clamp(12rem, 18vw, 15rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}
@media (max-width: 992px) {
  .spotlight-carousel__item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.spotlight-carousel__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: clamp(2rem, 3vw, 2.5rem);
  border-radius: 0.5rem;
  background: var(--color-secondary);
  overflow: hidden;
  min-width: 0;
}
.spotlight-carousel__media-image, .spotlight-carousel__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.spotlight-carousel__media-image {
  object-fit: contain;
  max-height: 65px;
}
.spotlight-carousel__media-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px dashed rgba(5, 40, 49, 0.18);
  background: rgba(5, 40, 49, 0.04);
  color: rgba(5, 40, 49, 0.75);
}
.spotlight-carousel__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.spotlight-carousel__slide-title {
  margin: 0 !important;
  color: var(--color-midnight-black);
}
.spotlight-carousel__slide-content {
  color: rgba(5, 40, 49, 0.84);
}
.spotlight-carousel__slide-content p {
  margin: 0;
}
.spotlight-carousel__slide-content p + p {
  margin-top: 0.875rem;
}
.spotlight-carousel__cta {
  margin-top: 0.25rem;
}
.spotlight-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2rem, 3vw, 2.75rem);
}
.spotlight-carousel__controls-group {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.spotlight-carousel__button, .spotlight-carousel__autoplay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.spotlight-carousel__button:hover, .spotlight-carousel__button:focus-visible, .spotlight-carousel__autoplay-button:hover, .spotlight-carousel__autoplay-button:focus-visible {
  transform: translateY(-1px);
}
.spotlight-carousel__button:focus-visible, .spotlight-carousel__autoplay-button:focus-visible {
  outline: 2px solid var(--color-midnight-black);
  outline-offset: 3px;
}
.spotlight-carousel__button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  background: var(--color-midnight-black);
  color: var(--color-white);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.spotlight-carousel__button svg {
  display: block;
  width: 30%;
  height: auto;
  color: currentColor;
}
.spotlight-carousel__button--prev svg {
  transform: rotate(180deg);
}
.spotlight-carousel__button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.spotlight-carousel__autoplay-button {
  width: 2rem;
  height: 2rem;
  background: transparent;
  color: var(--color-midnight-black);
}
.spotlight-carousel__autoplay-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 1rem;
  height: 1rem;
}
.spotlight-carousel__autoplay-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.65rem solid currentColor;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.spotlight-carousel__autoplay-bar {
  width: 0.22rem;
  height: 1rem;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.spotlight-carousel__autoplay-button.is-paused .spotlight-carousel__autoplay-bar {
  opacity: 0;
  transform: scaleY(0.4);
}
.spotlight-carousel__autoplay-button.is-paused .spotlight-carousel__autoplay-icon::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.spotlight-carousel--locked .spotlight-carousel__nav-wrap,
.spotlight-carousel--locked .spotlight-carousel__controls {
  display: none;
}
.spotlight-carousel__empty {
  display: grid;
  place-items: center;
  min-height: 12rem;
  padding: 2rem;
  border: 1px dashed rgba(5, 40, 49, 0.18);
  border-radius: 0.75rem;
  background: rgba(5, 40, 49, 0.04);
  color: rgba(5, 40, 49, 0.75);
}
.spotlight-carousel__empty p {
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .spotlight-carousel__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .spotlight-carousel__body {
    max-width: none;
  }
  .spotlight-carousel__controls {
    margin-top: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spotlight-carousel .section-pattern picture,
  .spotlight-carousel .section-pattern img,
  .spotlight-carousel .section-pattern__image,
  .spotlight-carousel .spotlight-carousel__nav-button,
  .spotlight-carousel .spotlight-carousel__button,
  .spotlight-carousel .spotlight-carousel__autoplay-button,
  .spotlight-carousel .spotlight-carousel__autoplay-bar,
  .spotlight-carousel .spotlight-carousel__autoplay-icon::before,
  .spotlight-carousel .spotlight-carousel__link {
    transition: none;
  }
}
