/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.106.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.14_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@16.0.8_sass@1.99.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./inc/Blocks/CarouselHero/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-enable scss/no-global-function-names */
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.wp-block-carousel-hero {
  --slide-speed: 0s;
  overflow: hidden;
  width: 100%;
}

.wp-block-carousel-hero__carousel {
  width: 100%;
}

.wp-block-carousel-hero__carousel-inner {
  position: relative;
  width: 100%;
}

.wp-block-carousel-hero__item.swiper-slide {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
  grid-template-rows: auto;
}
@media (min-width: 1023px) {
  .wp-block-carousel-hero__item.swiper-slide {
    gap: 0;
  }
}
.wp-block-carousel-hero__item.swiper-slide {
  align-items: baseline;
  position: relative;
  width: 100%;
}
.wp-block-carousel-hero__item.swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../fonts/hero-carousel-branding-mobile.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50%;
  max-height: 38.4rem;
  max-width: 22.6rem;
  opacity: 0.9;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item.swiper-slide::before {
    background-image: url(../../fonts/hero-carousel-branding.svg);
    background-position: right bottom;
    bottom: 0;
    height: 100%;
    max-height: 74.1rem;
    max-width: 43.5rem;
    top: auto;
  }
}
.wp-block-carousel-hero__item.swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(0deg, var(--colour-black) 0, var(--colour-rgba-black-35) 41.47%, var(--colour-rgba-black-0) 63.31%);
  filter: filter-gradient(var(--colour-black) 0, var(--colour-rgba-black-35) 41.47%, var(--colour-rgba-black-0) 63.31%, 0deg);
  bottom: 0;
  height: 75%;
  left: 0;
  right: 0;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item.swiper-slide::after {
    height: 66.6666666667%;
  }
}

.wp-block-carousel-hero__item-image {
  aspect-ratio: 10/11;
  background-color: var(--colour-white);
  overflow: hidden;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-image {
    aspect-ratio: 21/9;
  }
}

.wp-block-carousel-hero__item-image__element {
  aspect-ratio: 10/11;
  height: auto;
  object-fit: cover;
  transition: transform linear var(--slide-speed);
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-image__element {
    aspect-ratio: 21/9;
  }
}
.swiper-slide-visible .wp-block-carousel-hero__item-image__element {
  transform: scale(1.2);
}

.wp-block-carousel-hero__item__inner {
  margin: 0 auto;
  max-width: var(--width-max-width-padded);
  padding-left: var(--spacing-body-mobile);
  padding-right: var(--spacing-body-mobile);
  width: 100%;
}
@media (min-width: 1023px) {
  .wp-block-carousel-hero__item__inner {
    padding-left: var(--spacing-body);
    padding-right: var(--spacing-body);
  }
}
.wp-block-carousel-hero__item__inner {
  position: relative;
}

.wp-block-carousel-hero__item__inner-content {
  bottom: 6rem;
  color: var(--colour-white);
  left: var(--spacing-body-mobile);
  position: absolute;
  width: calc(100% - var(--spacing-body-mobile) * 2);
  z-index: 2;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item__inner-content {
    bottom: 3.5rem;
    left: calc(var(--spacing-body) + 1.7rem);
    width: calc(100% - (var(--spacing-body) + 1.7rem) * 2);
  }
}

.wp-block-carousel-hero__item-details {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-body);
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-details {
    flex-wrap: nowrap;
  }
}

.wp-block-carousel-hero__item-text {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-text {
    width: 50%;
  }
}

.wp-block-carousel-hero__item-type {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-contents);
  font-weight: 500;
  letter-spacing: var(--letter-spacing-contents);
  line-height: var(--line-height-contents);
  text-transform: uppercase;
}
.wp-block-carousel-hero__item-type em {
  font-style: italic;
}
.wp-block-carousel-hero__item-type strong {
  font-weight: 500;
}
.wp-block-carousel-hero__item-type {
  width: 100%;
}

.wp-block-carousel-hero__item-heading {
  font-family: var(--font-serif);
  font-size: var(--font-size-hero);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-hero);
  line-height: var(--line-height-hero);
  text-transform: none;
}
.wp-block-carousel-hero__item-heading em {
  font-style: italic;
}
.wp-block-carousel-hero__item-heading strong {
  font-weight: 500;
}
.wp-block-carousel-hero__item-heading {
  color: var(--colour-white);
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .wp-block-carousel-hero__item-heading__link:enabled:hover, .wp-block-carousel-hero__item-heading__link:enabled:focus-visible, .wp-block-carousel-hero__item-heading__link:not([disabled]):hover, .wp-block-carousel-hero__item-heading__link:not([disabled]):focus-visible {
    text-decoration: none;
  }
}
.wp-block-carousel-hero__item-heading__link {
  align-items: baseline;
  color: var(--colour-white);
  display: inline-flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.wp-block-carousel-hero__item-link {
  display: none;
  margin-bottom: 1.2rem;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-link {
    display: block;
    width: auto;
  }
}

.wp-block-carousel-hero__item-link-mobile {
  bottom: -5.9rem;
  display: block;
  left: var(--spacing-body-mobile);
  margin-bottom: 1.2rem;
  position: absolute;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__item-link-mobile {
    display: none;
  }
}

.wp-block-carousel-hero__controls {
  background-color: var(--colour-brand-2);
  position: relative;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__controls {
    display: none;
  }
}
@media (min-width: 1640px) {
  .wp-block-carousel-hero__controls {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
  }
}

.wp-block-carousel-hero__controls-inner {
  margin: 0 auto;
  max-width: var(--width-max-width-padded);
  padding-left: var(--spacing-body-mobile);
  padding-right: var(--spacing-body-mobile);
  width: 100%;
}
@media (min-width: 1023px) {
  .wp-block-carousel-hero__controls-inner {
    padding-left: var(--spacing-body);
    padding-right: var(--spacing-body);
  }
}
.wp-block-carousel-hero__controls-inner {
  position: relative;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__controls-inner {
    padding-bottom: 5rem;
  }
}

.wp-block-carousel-hero__controls-element {
  align-items: center;
  display: inline-flex;
  gap: 1.5rem;
  justify-content: end;
  padding: 2rem 0;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__controls-element {
    height: auto;
    justify-content: start;
    margin-left: calc(0px - 11.2rem);
    padding: 0;
    width: fit-content;
  }
}

.wp-block-carousel-hero__controls-progress {
  --carousel-hero-controls-progress: 0;
  --carousel-hero-controls-transform: 1s;
  background-color: var(--colour-rgba-white-10);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(var(--carousel-hero-controls-progress));
  transform-origin: left;
  width: 100%;
}
.wp-block-carousel-hero__controls-progress.previous-progress {
  background-color: var(--colour-rgba-white-10);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform ease-out var(--carousel-hero-controls-transform);
}

@media (hover: hover) and (pointer: fine) {
  .wp-block-carousel-hero__pagination .swiper-pagination-bullet:enabled:hover, .wp-block-carousel-hero__pagination .swiper-pagination-bullet:enabled:focus-visible, .wp-block-carousel-hero__pagination .swiper-pagination-bullet:not([disabled]):hover, .wp-block-carousel-hero__pagination .swiper-pagination-bullet:not([disabled]):focus-visible {
    background-color: var(--colour-brand-1);
  }
}
.wp-block-carousel-hero__pagination .swiper-pagination-bullet {
  align-content: center;
  align-items: center;
  background-color: var(--colour-rgba-white-30);
  display: inline-block;
  height: var(--height-pagination-dash);
  justify-content: center;
  position: relative;
  width: var(--width-pagination-dash);
}
.wp-block-carousel-hero__pagination .swiper-pagination-bullet-active {
  background-color: var(--colour-brand-1);
}
.wp-block-carousel-hero__pagination {
  display: inline-flex;
  gap: 0.5rem;
  position: absolute;
  right: var(--spacing-body-mobile);
  top: calc(0px - (var(--height-pagination-dash) + 1rem));
  z-index: 2;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__pagination {
    display: none;
  }
}
.wp-block-carousel-hero__pagination.swiper-pagination-lock {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  text-indent: -9999px !important;
  transform: scale(0) !important;
  width: 1px !important;
}

.wp-block-carousel-hero__navigation {
  color: var(--colour-black);
}
.wp-block-carousel-hero__navigation.swiper-button-lock {
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  text-indent: -9999px !important;
  transform: scale(0) !important;
  width: 1px !important;
}

.wp-block-carousel-hero__carousel-inner--thumbs {
  background: var(--colour-brand-2);
  border-top: 0.5rem solid var(--colour-rgba-white-10);
  color: var(--colour-white);
  display: none;
  height: 13rem;
  width: 100%;
}
@media (min-width: 767px) {
  .wp-block-carousel-hero__carousel-inner--thumbs {
    display: block;
  }
}

.wp-block-carousel-hero__thumbs {
  margin: 0 auto;
  max-width: var(--width-max-width-padded);
  padding-left: var(--spacing-body-mobile);
  padding-right: var(--spacing-body-mobile);
  width: 100%;
}
@media (min-width: 1023px) {
  .wp-block-carousel-hero__thumbs {
    padding-left: var(--spacing-body);
    padding-right: var(--spacing-body);
  }
}
.wp-block-carousel-hero__thumbs {
  display: flex;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .wp-block-carousel-hero__thumb.swiper-slide:enabled:hover, .wp-block-carousel-hero__thumb.swiper-slide:enabled:focus-within, .wp-block-carousel-hero__thumb.swiper-slide:not([disabled]):hover, .wp-block-carousel-hero__thumb.swiper-slide:not([disabled]):focus-within {
    background-color: var(--colour-rgba-white-5);
    cursor: pointer;
  }
}
.wp-block-carousel-hero__thumb.swiper-slide {
  border: 0;
  border-right: 0.3rem solid var(--colour-rgba-white-10);
  color: var(--colour-white);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 2rem;
  position: relative;
  text-align: left;
  transition: var(--transition-background);
  width: 100%;
}
.wp-block-carousel-hero__thumb.swiper-slide:first-of-type {
  border-left: 0.3rem solid var(--colour-rgba-white-10);
}

.wp-block-carousel-hero__thumb-progress {
  --carousel-hero-progress: 0;
  --carousel-hero-transform: 1s;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: -0.5rem;
  transform-origin: left;
  width: 100%;
}
.swiper-slide-thumb-active .wp-block-carousel-hero__thumb-progress {
  background-color: var(--colour-brand-1);
  height: 0.5rem;
  transform: scaleX(var(--carousel-hero-progress));
}
.wp-block-carousel-hero__thumb-progress.previous-progress {
  background-color: var(--colour-brand-1);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform ease-out var(--carousel-hero-transform);
}

.wp-block-carousel-hero__thumb-type {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-contents);
  font-weight: 500;
  letter-spacing: var(--letter-spacing-contents);
  line-height: var(--line-height-contents);
  text-transform: uppercase;
}
.wp-block-carousel-hero__thumb-type em {
  font-style: italic;
}
.wp-block-carousel-hero__thumb-type strong {
  font-weight: 500;
}
.wp-block-carousel-hero__thumb-type {
  width: 100%;
}

.wp-block-carousel-hero__thumb-heading {
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-contents);
  font-weight: 300;
  letter-spacing: var(--letter-spacing-contents);
  line-height: var(--line-height-contents);
  text-transform: none;
}
.wp-block-carousel-hero__thumb-heading em {
  font-style: italic;
}
.wp-block-carousel-hero__thumb-heading strong {
  font-weight: 500;
}
.wp-block-carousel-hero__thumb-heading {
  width: 100%;
}

/*# sourceMappingURL=styles.css.map*/