@charset "UTF-8";

/* node_modules/.pnpm/swiper@12.1.3/node_modules/swiper/swiper-bundle.css */

:root {
  --swiper-theme-color: #007aff;
}

: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;
  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: ease;
  transition-timing-function: initial;
  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;
}

.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;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }

.swiper-css-mode  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

.swiper-css-mode.swiper-horizontal  > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }

.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }

.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
    }

.swiper-css-mode.swiper-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }

.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }

.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }

.swiper-css-mode.swiper-free-mode  > .swiper-wrapper {
      scroll-snap-type: none;
    }

.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }

.swiper-css-mode.swiper-centered  > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }

.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }

.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }

.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }

.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }

.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

.swiper-3d .swiper-slide-shadow-left {
    background-image:
      linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0));
  }

.swiper-3d .swiper-slide-shadow-right {
    background-image:
      linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0));
  }

.swiper-3d .swiper-slide-shadow-top {
    background-image:
      linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0));
  }

.swiper-3d .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 #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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);
  }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 44px;
  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-disabled.swiper-button-prev,.swiper-button-disabled.swiper-button-next {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

.swiper-button-hidden.swiper-button-prev,.swiper-button-hidden.swiper-button-next {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }

.swiper-button-prev ::slotted(svg) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

.swiper-button-next ::slotted(svg) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }

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

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

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

.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
  }

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

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

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

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

.swiper-horizontal .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }

.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }

.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }

.swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(180deg);
    }

.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(180deg);
    }

.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg);
    }

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(0deg);
    }

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(0deg);
    }

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

.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev {
    top: 4px;
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
  }

.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg);
    }

.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon) {
      transform: rotate(-90deg);
    }

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
      transform: rotate(-90deg);
    }

.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next {
    bottom: 4px;
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
  }

.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg);
    }

.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon) {
      transform: rotate(90deg);
    }

.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }

:root {
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }

.swiper-pagination-disabled > .swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

.swiper-pagination-bullet:only-child {
    display: none !important;
  }

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }

.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }

.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }

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

:root {
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }

.swiper-horizontal > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: auto;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * 1%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

.swiper-vertical > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left, auto);
    right: 4px;
    right: var(--swiper-scrollbar-right, 4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * 1%);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container  > img,.swiper-zoom-container  > svg,.swiper-zoom-container  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
      transition-timing-function: ease-out;
    }

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }

.swiper-fade .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }

.swiper-fade .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

.swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }

.swiper-cube .swiper-cube-shadow:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }

.swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none;
    }

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto;
    }

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

.swiper-coverflow {
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property:
      transform,
      opacity,
      height;
  }

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }

/* src/css/app.scss */

@keyframes bp-fadein {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}

@keyframes bp-bar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes bp-o {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  contain: strict;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.bp-wrap > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  animation: bp-fadein 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bp-vid audio {
  position: absolute;
  left: 14px;
  width: calc(100% - 28px);
  bottom: 14px;
  height: 50px;
}

.bp-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}

.bp-html {
  display: contents;
}

.bp-html > :first-child {
  margin: auto;
}

.bp-img-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  contain: strict;
}

.bp-img-wrap .bp-canzoom {
  cursor: zoom-in;
}

.bp-img-wrap .bp-drag {
  cursor: grabbing;
}

.bp-close {
  contain: layout size;
}

.bp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: 100% 100%;
}

.bp-img img,
.bp-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bp-img .bp-o {
  display: none;
}

.bp-zoomed .bp-img:not(.bp-drag) {
  cursor: grab;
}

.bp-zoomed .bp-cap {
  opacity: 0;
  animation: none !important;
}

.bp-zoomed.bp-small .bp-controls {
  opacity: 0;
}

.bp-zoomed.bp-small .bp-controls button {
  pointer-events: none;
}

.bp-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: left;
  transition: opacity 0.3s;
  animation: bp-fadein 0.3s;
}

.bp-controls button {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  transition: all 0.1s;
  contain: content;
}

.bp-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.bp-controls svg {
  fill: #fff;
}

.bp-count {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  margin: 16px;
  height: 50px;
  width: 100px;
}

.bp-prev,
.bp-next {
  top: 50%;
  right: 0;
  margin-top: -32px;
  height: 64px;
  width: 58px;
  border-radius: 3px 0 0 3px;
}

.bp-prev:hover:before,
.bp-next:hover:before {
  transform: translateX(-2px);
}

.bp-prev:before,
.bp-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
  position: absolute;
  left: 7px;
  top: 9px;
  width: 46px;
  transition: all 0.2s;
}

.bp-prev {
  right: auto;
  left: 0;
  transform: scalex(-1);
}

.bp-x {
  top: 0;
  right: 0;
  height: 55px;
  width: 58px;
  border-radius: 0 0 0 3px;
}

.bp-x:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");
  position: absolute;
  width: 37px;
  top: 8px;
  right: 10px;
}

.bp-if,
.bp-vid {
  position: relative;
  margin: auto;
  background: #000;
  background-size: 100% 100%;
}

.bp-if iframe,
.bp-if video,
.bp-if div,
.bp-vid iframe,
.bp-vid video,
.bp-vid div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.bp-load {
  display: flex;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 1;
}

.bp-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 3px 3px 0;
  animation: bp-bar 4s both;
}

.bp-o,
.bp-o:after {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.bp-o {
  margin: auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.9);
  animation: bp-o 1s infinite linear;
}

.bp-cap {
  position: absolute;
  bottom: 2%;
  background: rgba(9, 9, 9, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  max-width: 95%;
  line-height: 1.3;
  padding: 0.6em 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  width: -moz-fit-content;
  display: table;
  transition: opacity 0.3s;
  animation: bp-fadein 0.2s;
}

.bp-cap a {
  color: inherit;
}

.bp-inline {
  position: absolute;
}

.bp-lock {
  overflow-y: hidden;
}

.bp-lock body {
  overflow: scroll;
}

.bp-noclose .bp-x {
  display: none;
}

.bp-noclose:not(.bp-zoomed) {
  touch-action: pan-y;
}

.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
  cursor: zoom-in;
}

@media (prefers-reduced-motion) {
  .bp-wrap * {
    animation-duration: 0s !important;
  }
}

@media (max-width: 500px) {
  .bp-x {
    height: 47px;
    width: 47px;
  }
  .bp-x:before {
    width: 34px;
    top: 6px;
    right: 6px;
  }
  .bp-prev,
  .bp-next {
    margin-top: -27px;
    height: 54px;
    width: 45px;
  }
  .bp-prev:before,
  .bp-next:before {
    top: 7px;
    left: 2px;
    width: 43px;
  }
  .bp-o,
  .bp-o:after {
    border-width: 6px;
    width: 60px;
    height: 60px;
  }
  .bp-count {
    margin: 12px 10px;
  }
}

.bp-wrap .bp-controls .bp-x,
.bp-wrap .bp-controls .bp-prev,
.bp-wrap .bp-controls .bp-next {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .bp-wrap .bp-controls .bp-x,
  .bp-wrap .bp-controls .bp-prev,
  .bp-wrap .bp-controls .bp-next {
    width: 2rem;
    height: 2rem;
  }
}

.bp-wrap .bp-controls .bp-x:before,
.bp-wrap .bp-controls .bp-prev:before,
.bp-wrap .bp-controls .bp-next:before {
  display: none;
}

.bp-wrap .bp-controls .bp-x:after,
.bp-wrap .bp-controls .bp-prev:after,
.bp-wrap .bp-controls .bp-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.bp-wrap .bp-controls .bp-x {
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .bp-wrap .bp-controls .bp-x {
    top: 1rem;
    right: 1rem;
  }
}

.bp-wrap .bp-controls .bp-x:after {
  width: 13px;
  height: 13px;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' %3E%3Cpath d='M0.351946 12.6706C0.571912 12.8902 0.857868 13 1.12183 13C1.38579 13 1.69374 12.8902 1.89171 12.6706L6.511 8.05912L11.1303 12.6706C11.3503 12.8902 11.6362 13 11.9002 13C12.1641 13 12.4721 12.8902 12.6701 12.6706C13.11 12.2314 13.11 11.5507 12.6701 11.1115L8.05076 6.5L12.6701 1.88851C13.11 1.44932 13.11 0.768581 12.6701 0.329392C12.2301 -0.109797 11.5482 -0.109797 11.1083 0.329392L6.489 4.94088L1.89171 0.373311C1.45178 -0.0658784 0.769882 -0.0658784 0.329949 0.373311C-0.109983 0.8125 -0.109983 1.49324 0.329949 1.93243L4.94924 6.54392L0.351946 11.1334C-0.0879865 11.5507 -0.0879865 12.2534 0.351946 12.6706Z' /%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' %3E%3Cpath d='M0.351946 12.6706C0.571912 12.8902 0.857868 13 1.12183 13C1.38579 13 1.69374 12.8902 1.89171 12.6706L6.511 8.05912L11.1303 12.6706C11.3503 12.8902 11.6362 13 11.9002 13C12.1641 13 12.4721 12.8902 12.6701 12.6706C13.11 12.2314 13.11 11.5507 12.6701 11.1115L8.05076 6.5L12.6701 1.88851C13.11 1.44932 13.11 0.768581 12.6701 0.329392C12.2301 -0.109797 11.5482 -0.109797 11.1083 0.329392L6.489 4.94088L1.89171 0.373311C1.45178 -0.0658784 0.769882 -0.0658784 0.329949 0.373311C-0.109983 0.8125 -0.109983 1.49324 0.329949 1.93243L4.94924 6.54392L0.351946 11.1334C-0.0879865 11.5507 -0.0879865 12.2534 0.351946 12.6706Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.bp-wrap .bp-controls .bp-prev {
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .bp-wrap .bp-controls .bp-prev {
    left: 0.5rem;
    margin-top: -1rem;
  }
}

.bp-wrap .bp-controls .bp-prev:after {
  width: 17px;
  height: 12px;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.bp-wrap .bp-controls .bp-next {
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .bp-wrap .bp-controls .bp-next {
    right: 0.5rem;
    margin-top: -1rem;
  }
}

.bp-wrap .bp-controls .bp-next:after {
  width: 17px;
  height: 12px;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-Checkable,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7 .wpcf7-radio .wpcf7-list-item label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: block;
  position: relative;
  z-index: 0;
  font-size: 0.875rem;
  padding-left: 1.5rem;
  cursor: pointer;
}

.hwc-Checkable input + span::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input + span::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label input + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + span::before,
.hwc-Checkable input + label::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input + label::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label input + label::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input + label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  box-shadow: inset 0 0 0 0.125rem currentColor;
  vertical-align: -2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0.325em;
}

.hwc-Checkable input:checked + span::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked + span::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + span::before,
.hwc-Checkable input:checked + label::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked + label::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked + label::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked + label::before {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
}

.hwc-Checkable input,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input,
.wpcf7 .wpcf7-radio .wpcf7-list-item label input,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  top: 2px;
  opacity: 0;
  left: 0;
}

.hwc-Checkable.is-radio input + span::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label.is-radio input + span::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label.is-radio input + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label.is-radio input + span::before,
.hwc-Checkable.is-radio input + label::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label.is-radio input + label::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label.is-radio input + label::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label.is-radio input + label::before,
.hwc-Checkable:has(input[type=radio]) input + span::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label:has(input[type=radio]) input + span::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]) input + span::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label:has(input[type=radio]) input + span::before,
.hwc-Checkable:has(input[type=radio]) input + label::before,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label:has(input[type=radio]) input + label::before,
.wpcf7 .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]) input + label::before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label:has(input[type=radio]) input + label::before {
  border-radius: 100%;
}

.hwc-Loader,
.wpcf7 .wpcf7-spinner {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.hwc-Loader::after,
.wpcf7 .wpcf7-spinner::after,
.hwc-Loader::before,
.wpcf7 .wpcf7-spinner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.25rem solid #FFFFFF;
  border: 0.25rem solid var(--hwc-color-primary);
  animation: animloader 2s linear infinite;
}

.hwc-Loader::after,
.wpcf7 .wpcf7-spinner::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  text-align: left;
  margin: 0;
}

.wpcf7 .wpcf7-cf7ic {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.wpcf7 .wpcf7-cf7ic .cf7ic-sr-le {
  display: none;
}

@media screen and (min-width: 769px) {
  .wpcf7 .wpcf7-cf7ic .cf7ic_instructions {
    display: flex;
    align-items: center;
  }
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions > span {
  margin-left: 0.25rem;
  font-weight: 600;
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper {
  display: inline-flex;
  background-color: white;
  border: 1px solid #FFDB2A;
  border: 1px solid var(--hwc-color-contrast);
  border-radius: 0.625rem;
  margin-left: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label {
  font-size: 1.25rem;
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label > input + * {
  padding: 0.5rem;
  border: none;
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label > input:checked + * {
  color: #2C332D;
  color: var(--hwc-color-secondary);
}

.wpcf7 .wpcf7-spinner {
  top: 50%;
  transform: translateY(-50%);
  position: absolute !important;
  left: calc(100% + 1rem);
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  border: 1px solid #FF3333;
  border: 1px solid var(--hwc-color-error);
  background-color: white;
  padding: 0.5rem 1rem;
  color: #FF3333;
  color: var(--hwc-color-error);
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #00A431;
  border-color: var(--hwc-color-success);
  color: #00A431;
  color: var(--hwc-color-success);
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #FF3333;
  color: var(--hwc-color-error);
  font-size: 0.75rem;
  bottom: -1.25rem;
  right: 0;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::-moz-selection {
  background: transparent;
}

.leaflet-tile::selection {
  background: transparent;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../img/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../img/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(../img/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

:root {
  --hwc-color-black: #000000;
  --hwc-color-white: #FFFFFF;
  --hwc-color-gray-200: #F2F5F7;
  --hwc-color-gray-300: #D5D1D1;
  --hwc-color-gray-500: #979797;
  --hwc-color-gray-800: #242424;
  --hwc-color-primary: #FFFFFF;
  --hwc-color-secondary: #2C332D;
  --hwc-color-terciary: #F6F8E3;
  --hwc-color-contrast: #FFDB2A;
  --hwc-color-text: #2C332D;
  --hwc-color-text-alternate: #F6F8E3;
  --hwc-color-border: #FFDB2A;
  --hwc-color-success: #00A431;
  --hwc-color-warning: #FF9900;
  --hwc-color-error: #FF3333;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.swiper.is-visible {
  overflow: visible;
}

.swiper.is-visible .swiper-wrapper {
  overflow: visible;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-pagination {
  z-index: 1;
  position: static;
  transform: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 100%;
  opacity: 1;
}

.swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}

.swiper-pagination-bullet-active {
  background-color: currentColor;
}

.swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 2rem;
}

.swiper-navigation .swiper-pagination {
  flex: 0 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: static;
}

.swiper-button-prev,
.swiper-button-next {
  all: unset;
  position: static;
  margin: 0;
  transform: none;
}

.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}

.hwc-Content {
  position: relative;
  z-index: 0;
}

.hwc-ContentNotFound {
  text-align: center;
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hwc-ContentNotFound .heading {
  margin-bottom: 0.5rem;
}

.hwc-ContentNotFound .button {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .hwc-ContentNotFound {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.hwc-Footer {
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: clip;
}

.hwc-Footer-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
}

.hwc-Footer-container::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cpath stroke='%23f6f8e3' d='M118.5 60.5v117.293L1.207 60.5zm59-60v117.293l-58-58V59.5h-.293l-59-59z'/%3E%3C/svg%3E");
  position: absolute;
  top: -4.25rem;
  right: -1.25rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}

.hwc-Footer-container::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cpath stroke='%23f6f8e3' d='M58.5 119.207v.293h.293l59 59H.5V61.207zm118.293-.707H59.5V1.207z'/%3E%3C/svg%3E");
  position: absolute;
  bottom: -9rem;
  left: -1.25rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
}

.hwc-Footer-logo {
  grid-column: 1/4;
}

.hwc-Footer-logo svg {
  width: 162px;
  height: auto;
}

.hwc-Footer-baseline {
  grid-column: 4/7;
}

.hwc-Footer-address {
  grid-column: 7/10;
}

.hwc-Footer-address .address {
  margin-top: 0.5rem;
}

.hwc-Footer-address .hwc-Button {
  margin-top: 20px;
}

.hwc-Footer-menu {
  grid-column: 10/13;
}

.hwc-Footer-menu li:not(:first-child) {
  margin-top: 1.5rem;
}

.hwc-Footer-menu a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.hwc-Footer-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hwc-Footer-social {
  border-radius: 4px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #2C332D;
  color: var(--hwc-color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.hwc-Footer-social:hover {
  border-radius: 14px;
}

.hwc-Footer-social svg {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.hwc-Footer-social path {
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  .hwc-Footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .hwc-Footer-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .hwc-Footer-container::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='150' fill='none'%3E%3Cg opacity='.2'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M52.5 8.25h89.25V97.5zm-44.25 45H97.5v89.25z'/%3E%3C/mask%3E%3Cpath fill='%23f6f8e3' d='M52.5 8.25V7.5h-1.81l1.28 1.28zm89.25 0h.75V7.5h-.75zm0 89.25-.53.53 1.28 1.28V97.5zM8.25 53.25v-.75H6.44l1.28 1.28zm89.25 0h.75v-.75h-.75zm0 89.25-.53.53 1.28 1.281V142.5zM52.5 8.25V9h89.25V7.5H52.5zm89.25 0H141V97.5h1.5V8.25zm0 89.25.53-.53L53.03 7.72l-.53.53-.53.53 89.25 89.25zM8.25 53.25V54H97.5v-1.5H8.25zm89.25 0h-.75v89.25h1.5V53.25zm0 89.25.53-.53L8.78 52.72l-.53.53-.53.53 89.25 89.25z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    top: -1rem;
    right: -1rem;
  }
  .hwc-Footer-container::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='107' height='123' fill='none'%3E%3Cg opacity='.2'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M61.83 134.25h-89.25V45zm44.251-45h-89.25V0z'/%3E%3C/mask%3E%3Cpath fill='%23f6f8e3' d='M61.83 134.25v.75h1.812l-1.28-1.28zm-89.25 0h-.75v.75h.75zm0-89.25.531-.53-1.28-1.28V45zm133.501 44.25V90h1.811l-1.281-1.28zm-89.25 0h-.75V90h.75zm0-89.25.53-.53-1.28-1.28V0zm45 134.25v-.75h-89.25v1.5h89.25zm-89.25 0h.75V45h-1.5v89.25zm0-89.25-.53.53 89.25 89.25.53-.53.53-.53-89.25-89.25zm133.5 44.25v-.75h-89.25V90h89.25zm-89.25 0h.75V0h-1.5v89.25zm0-89.25-.53.53 89.25 89.25.53-.53.53-.53L17.361-.53z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
    left: -1rem;
    bottom: -8.5rem;
    opacity: 1;
  }
  .hwc-Footer-baseline {
    margin-left: 42px;
    margin-right: 42px;
  }
  .hwc-Footer-socials {
    justify-content: center;
  }
}

.hwc-Heading1 {
  font-family: var(--hwc-font-alternative);
  font-weight: 700;
  font-size: 42px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading1 {
    font-size: calc(42px + 26 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading1 {
    font-size: 68px;
  }
}

.hwc-Heading1 {
  line-height: 48px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading1 {
    line-height: calc(48px + 24 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading1 {
    line-height: 72px;
  }
}

.hwc-Heading2 {
  font-family: var(--hwc-font-alternative);
  font-weight: 700;
  font-size: 32px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading2 {
    font-size: calc(32px + 8 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading2 {
    font-size: 40px;
  }
}

.hwc-Heading2 {
  line-height: 40px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading2 {
    line-height: calc(40px + 10 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading2 {
    line-height: 50px;
  }
}

.hwc-Heading3 {
  font-family: var(--hwc-font-alternative);
  font-weight: 700;
  font-size: 24px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading3 {
    font-size: calc(24px + 4 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading3 {
    font-size: 28px;
  }
}

.hwc-Heading3 {
  line-height: 30px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading3 {
    line-height: calc(30px + 8 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading3 {
    line-height: 38px;
  }
}

.hwc-Heading4 {
  font-family: var(--hwc-font-alternative);
  font-weight: 600;
  font-size: 18px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading4 {
    font-size: calc(18px + 2 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading4 {
    font-size: 20px;
  }
}

.hwc-Heading4 {
  line-height: normal;
}

.hwc-Heading5 {
  font-family: var(--hwc-font-alternative);
  font-weight: 600;
  font-size: 18px;
}

@media screen and (min-width: 440px) {
  .hwc-Heading5 {
    font-size: calc(18px + 0 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-Heading5 {
    font-size: 18px;
  }
}

.hwc-Heading5 {
  line-height: normal;
}

.hwc-SupHeading {
  font-family: var(--hwc-font-alternative);
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  border: 1px solid #FFDB2A;
  border: 1px solid var(--hwc-color-contrast);
  border-radius: 50px;
}

.hwc-Intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hwc-Legend {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.hwc-Button-font,
.hwc-LinkButton,
.hwc-Wysiwyg a:not(.hwc-Button),
.hwc-Button {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.hwc-Button {
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  padding: 12px 16px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hwc-Button:disabled {
  background-color: #949494;
  color: #cdcdcd;
  pointer-events: none;
  cursor: default;
}

.hwc-Button {
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
  color: #2C332D;
  color: var(--hwc-color-text);
}

.hwc-Button:focus:not(:active) {
  outline: 1px dashed #2C332D;
  outline: 1px dashed var(--hwc-color-secondary);
  outline-offset: 2px;
}

.hwc-Button:hover {
  border-radius: 14px;
}

.hwc-RoundButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
}

.hwc-RoundButton::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transition: all 0.3s ease;
  background-color: #2C332D;
  background-color: var(--hwc-color-text);
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M6.36396 13.2582L12.7279 6.89424L6.36396 0.530273M0 6.89423L12.7279 6.89424' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton.is-secondary {
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
}

.hwc-RoundButton.is-secondary::after {
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
}

.hwc-RoundButton.prev::after {
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.42463 0.530273L1.06067 6.89423L7.42463 13.2582M13.7886 6.89423H1.06067' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.42463 0.530273L1.06067 6.89423L7.42463 13.2582M13.7886 6.89423H1.06067' stroke='%23FFDB2A' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton.top-right::after {
  -webkit-mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M0.530334 9.75L9.53033 0.75M0.530334 0.75H9.53033V3.71407V9.75' stroke='%232C332D' stroke-width='1.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M0.530334 9.75L9.53033 0.75M0.530334 0.75H9.53033V3.71407V9.75' stroke='%232C332D' stroke-width='1.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton:hover {
  border-radius: 14px;
}

.hwc-Form {
  --border: rgba(44, 51, 45, 0.30);
}

.hwc-Form.is-dark {
  --border: rgba(246, 248, 227, 0.30);
}

.hwc-Form.is-dark .hwc-Form-field {
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
}

.hwc-Form.is-dark .hwc-Form-field input[type=search] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=text] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=password] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=email] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=tel] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=date] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=file] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field input[type=url] ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field textarea ::-moz-placeholder, .hwc-Form.is-dark .hwc-Form-field select ::-moz-placeholder {
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
  opacity: 0.6;
}

.hwc-Form.is-dark .hwc-Form-field input[type=search] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=text] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=password] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=email] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=tel] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=date] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=file] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field input[type=url] ::placeholder,
.hwc-Form.is-dark .hwc-Form-field textarea ::placeholder,
.hwc-Form.is-dark .hwc-Form-field select ::placeholder {
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
  opacity: 0.6;
}

.hwc-Form.is-dark .hwc-Form-field .label {
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
}

.hwc-Form-row {
  display: flex;
  gap: 2rem;
}

.hwc-Form-row.submit {
  justify-content: center;
  text-align: center;
}

.hwc-Form-field {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

.hwc-Form-field .label {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.hwc-Form-field .label-required {
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.hwc-Form-field input[type=search],
.hwc-Form-field input[type=text],
.hwc-Form-field input[type=password],
.hwc-Form-field input[type=email],
.hwc-Form-field input[type=tel],
.hwc-Form-field input[type=date],
.hwc-Form-field input[type=file],
.hwc-Form-field input[type=url],
.hwc-Form-field textarea,
.hwc-Form-field select {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  background-color: rgba(255, 255, 255, 0.1);
}

.hwc-Form-field input[type=search] ::-moz-placeholder, .hwc-Form-field input[type=text] ::-moz-placeholder, .hwc-Form-field input[type=password] ::-moz-placeholder, .hwc-Form-field input[type=email] ::-moz-placeholder, .hwc-Form-field input[type=tel] ::-moz-placeholder, .hwc-Form-field input[type=date] ::-moz-placeholder, .hwc-Form-field input[type=file] ::-moz-placeholder, .hwc-Form-field input[type=url] ::-moz-placeholder, .hwc-Form-field textarea ::-moz-placeholder, .hwc-Form-field select ::-moz-placeholder {
  color: var(--hwc-color-grey);
}

.hwc-Form-field input[type=search] ::placeholder,
.hwc-Form-field input[type=text] ::placeholder,
.hwc-Form-field input[type=password] ::placeholder,
.hwc-Form-field input[type=email] ::placeholder,
.hwc-Form-field input[type=tel] ::placeholder,
.hwc-Form-field input[type=date] ::placeholder,
.hwc-Form-field input[type=file] ::placeholder,
.hwc-Form-field input[type=url] ::placeholder,
.hwc-Form-field textarea ::placeholder,
.hwc-Form-field select ::placeholder {
  color: var(--hwc-color-grey);
}

.hwc-Form-field input[type=text],
.hwc-Form-field input[type=password],
.hwc-Form-field input[type=search],
.hwc-Form-field input[type=email],
.hwc-Form-field input[type=tel],
.hwc-Form-field input[type=date],
.hwc-Form-field input[type=url],
.hwc-Form-field input[type=file],
.hwc-Form-field select {
  height: 50px;
  border-radius: 4px;
  padding: 6px 1rem;
}

.hwc-Form-field textarea {
  padding: 1rem;
  height: 150px;
  border-radius: 4px;
}

.hwc-Form-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23FFDB2A' d='M20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0s10 4.477 10 10'/%3E%3Cpath fill='%232C332D' fill-rule='evenodd' d='M9.611 11.841 6.5 8.768 7.278 8 10 10.689 12.722 8l.778.768-3.111 3.073a.554.554 0 0 1-.778 0' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.hwc-Form-field input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath fill='%23FFDB2A' d='M16.206 1.807h-.422v-.018a1.789 1.789 0 1 0-3.577 0v.018H7.198v-.018a1.789 1.789 0 1 0-3.577 0v.018h-.422A3.203 3.203 0 0 0 0 5.006V15.15a3.203 3.203 0 0 0 3.199 3.199h13.007a3.203 3.203 0 0 0 3.2-3.199V5.006a3.203 3.203 0 0 0-3.2-3.2m-2.568-.018a.358.358 0 0 1 .715 0V3.15a.358.358 0 0 1-.715 0zm-8.586 0a.358.358 0 0 1 .715 0V3.15a.358.358 0 0 1-.715 0zm12.922 13.363a1.77 1.77 0 0 1-1.768 1.767L3.2 16.918A1.77 1.77 0 0 1 1.43 15.15V8.54H17.97v6.611zm0-8.043H1.431V5.006a1.77 1.77 0 0 1 1.768-1.768h.433a1.79 1.79 0 0 0 1.782 1.704c.958 0 1.731-.755 1.782-1.704h5.026a1.79 1.79 0 0 0 1.782 1.704c.959 0 1.732-.755 1.782-1.704h.433a1.77 1.77 0 0 1 1.768 1.768l-.003 2.103z'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.hwc-Form-field input[type=date]::-webkit-calendar-picker-indicator {
  background-image: none;
}

.hwc-Form-field input[type=file] {
  position: relative;
  padding-right: 0;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.hwc-Form-field input[type=file]::file-selector-button {
  height: 46px;
  padding: 10px 20px;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
  border: none;
  float: right;
  translate: 4px 0;
  border-radius: 25px;
}

.hwc-Form .hwc-Legend {
  color: #FFFFFF;
  color: var(--hwc-color-primary);
}

.hwc-Form.is-inline {
  display: flex;
  flex-wrap: wrap;
}

.hwc-Form .wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 2rem;
}

.hwc-Form .wpcf7-list-item label input + span::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(246, 248, 227, 0.3) !important;
  border-radius: 2px;
  box-shadow: none !important;
  box-shadow: initial !important;
  top: 12px !important;
  translate: 0 -50%;
  height: 20px !important;
  width: 20px !important;
}

.hwc-Form .wpcf7-list-item label input:checked + span::before {
  background-color: #FFDB2A !important;
  background-color: var(--hwc-color-contrast) !important;
  border-color: #FFDB2A !important;
  border-color: var(--hwc-color-contrast) !important;
  border-radius: 4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none'%3E%3Cpath fill='%232c332d' d='m4 9.4-4-4L1.4 4 4 6.6 10.6 0 12 1.4z'/%3E%3C/svg%3E");
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-form .wpcf7-response-output {
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 10;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #FF9900;
  border: none;
}

.wpcf7-form.failed .wpcf7-response-output {
  background-color: #FF3333;
  color: #FFFFFF;
  border: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  background-color: #00A431;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 768px) {
  .hwc-Form-row {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hwc-Form-row:not(:first-child) {
    margin-top: 1rem;
  }
  .hwc-Form-field {
    margin-bottom: 0.5rem;
  }
}

.hwc-Gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  gap: 1rem;
}

.hwc-Gallery:not(:last-child) {
  margin-bottom: 2rem;
}

.hwc-LinkButton,
.hwc-Wysiwyg a:not(.hwc-Button) {
  position: relative;
  display: inline-block;
}

.hwc-LinkButton.prev::after,
.hwc-Wysiwyg a.prev:not(.hwc-Button)::after {
  margin-right: 8pxpx;
  left: -20px;
  rotate: 180deg;
  margin-left: 0;
}

.hwc-LinkButton::before,
.hwc-Wysiwyg a:not(.hwc-Button)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
  transition: width 0.3s ease;
}

.hwc-LinkButton::after,
.hwc-Wysiwyg a:not(.hwc-Button)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23ffdb2a' d='M10.146 7.5H0V5.833h10.146L5.479 1.167 6.667 0l6.666 6.667-6.666 6.666-1.188-1.166z'/%3E%3C/svg%3E");
  margin-left: 8px;
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.hwc-LinkButton:hover::before,
.hwc-Wysiwyg a:hover:not(.hwc-Button)::before {
  width: 100%;
}

.hwc-Password {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #2C332D;
  color: var(--hwc-color-text);
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(var(--header-height) * -1);
  height: 100svh;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hwc-Password-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hwc-Password-heading .text {
  margin-top: 0.5rem;
}

.hwc-Password-form .hwc-Form-row {
  justify-content: center;
  text-align: center;
}

.hwc-Password-form .hwc-Form-field .fields {
  display: flex;
  justify-content: center;
}

.hwc-Panel {
  position: fixed;
  overflow: auto;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100vw;
  background-color: #F6F8E3;
  background-color: var(--hwc-color-terciary);
  color: #2C332D;
  color: var(--hwc-color-secondary);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transform: translateX(100%);
  transition: all 500ms ease-out;
}

.hwc-Panel svg {
  color: #2C332D;
  color: var(--hwc-color-secondary);
  fill: currentColor;
}

.hwc-Panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  padding: 1rem;
  margin-bottom: 2rem;
}

.hwc-Panel-head .hwc-Logo {
  width: 100px;
  height: auto;
}

.hwc-Panel-head .hwc-ActionButton svg {
  height: 14px;
  width: 14px;
}

.hwc-Panel-body,
.hwc-Panel-foot {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.hwc-Panel-body {
  margin-bottom: 1.5rem;
}

.is-panel-opened .hwc-Panel {
  transform: none;
}

.hwc-Pagination [fill] {
  fill: currentColor;
}

.hwc-Pagination :disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hwc-Pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.hwc-Pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #2C332D;
  color: var(--hwc-color-secondary);
  font-weight: 600;
}

.hwc-Pagination-page svg {
  width: auto;
  height: 0.75rem;
}

.hwc-Pagination-page [fill] {
  fill: #FFFFFF;
  fill: var(--hwc-color-primary);
}

.hwc-Pagination-page:hover {
  color: #2C332D;
  color: var(--hwc-color-secondary);
}

.hwc-Pagination-page.current {
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.hwc-Pagination-page:disabled {
  display: none;
}

.hwc-Pagination-button {
  margin: 0 1rem;
}

.hwc-PostFooter {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.hwc-PostFooter-container {
  display: flex;
  justify-content: space-between;
}

.hwc-PostFooter-main a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.hwc-PostFooter-side a {
  display: inline-flex;
  align-items: center;
}

.hwc-PostFooter-side a svg {
  margin-left: 0.25rem;
}

@media screen and (max-width: 768px) {
  .hwc-PostFooter-container {
    display: block;
    text-align: center;
  }
  .hwc-PostFooter-side {
    padding-top: 1rem;
  }
}

.hwc-PostTile {
  background-color: #F6F8E3;
  background-color: var(--hwc-color-terciary);
}

.hwc-PostTile-picture {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}

.hwc-PostTile-picture .category {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
}

.hwc-PostTile-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.hwc-PostTile-content {
  padding: 1.5rem;
}

.hwc-PostTile-content .date {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}

.hwc-PostTile-content .excerpt {
  margin-top: 0.5rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hwc-PostTile-content .more {
  margin-top: 1rem;
}

@media screen and (min-width: 1025px) {
  .hwc-PostTile:hover .hwc-PostTile-picture img {
    transform: translate(-50%, -50%) scale(1.025);
  }
  .hwc-PostTile:hover .hwc-PostTile-content .more:after {
    width: 0;
  }
}

.hwc-Sharer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.hwc-Sharer a {
  display: block;
}

.hwc-Sharer svg {
  max-width: 1rem;
  max-height: 1rem;
  fill: currentColor;
}

.hwc-SinglePost {
  position: relative;
}

.hwc-SinglePost-container {
  position: relative;
}

.hwc-SinglePost-head {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}

.hwc-SinglePost-breadcrumbs {
  margin-top: 1rem;
}

.hwc-SinglePost-heading {
  margin-top: 2rem;
}

.hwc-SinglePost-date {
  margin-top: 1rem;
}

.hwc-SinglePost-thumb {
  margin-top: 2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.hwc-SinglePost-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-SinglePost-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
  padding: 1rem 3rem;
  margin-bottom: 5rem;
}

.hwc-SinglePost-navigation > * {
  flex: 0 0 33.3333333333%;
}

.hwc-SinglePost-navigation > :last-child {
  align-content: flex-end;
  text-align: right;
}

.hwc-SinglePost-navigation > :last-child > * {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hwc-SinglePost-heading {
    font-size: 2rem;
  }
}

.hwc-Tag {
  display: inline-block;
  border-radius: 100px;
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.hwc-Tag.is-active,
a.hwc-Tag:hover,
button.hwc-Tag:hover {
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
}

.hwc-TeamTile {
  position: relative;
  padding: 2rem 1.5rem;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #2C332D;
  color: var(--hwc-color-text);
  text-align: center;
  border-radius: var(--hwc-border-radius);
}

.hwc-TeamTile .head {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 200px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  border: 3px solid #FFDB2A;
  border: 3px solid var(--hwc-color-contrast);
}

.hwc-TeamTile .head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-TeamTile .content {
  margin-top: 1rem;
  color: var(--hwc-color-grey);
}

.hwc-Testimonial {
  display: flex;
  gap: 2rem;
}

.hwc-Testimonial-side svg {
  width: 84px;
  height: auto;
}

.hwc-Testimonial-side path {
  fill: #F6F8E3;
  fill: var(--hwc-color-text-alternate);
}

.hwc-Testimonial footer {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hwc-Testimonial {
    display: block;
  }
  .hwc-Testimonial-side {
    margin-bottom: 1rem;
  }
  .hwc-Testimonial-side svg {
    width: 50px;
    height: auto;
  }
  .hwc-Testimonial footer {
    margin-top: 1rem;
  }
}

.hwc-Tile {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
  display: flex;
}

.hwc-Tile-head {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  aspect-ratio: 3/4;
  overflow: clip;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hwc-Tile-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-Tile-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(
      180deg,
      rgba(51, 51, 51, 0) 0%,
      rgba(51, 51, 51, 0.7) 100%);
}

.hwc-Tile-body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  position: relative;
  z-index: 2;
  padding: 2rem;
  align-self: flex-end;
}

.hwc-Tile-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s;
}

.hwc-Tile-cta {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}

.hwc-Tile a:hover .hwc-Tile-cta {
  border-radius: 14px;
}

.hwc-Tile a:hover .hwc-Tile-thumb {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .hwc-Tile {
    aspect-ratio: 8/9;
  }
  .hwc-Tile-body {
    padding: 1.5rem;
  }
  .hwc-Tile-cta {
    top: 1.5rem;
    right: 1.5rem;
    color: #2C332D;
    color: var(--hwc-color-text);
  }
  .hwc-Tile-head {
    aspect-ratio: 8/9;
  }
}

.hwc-TileListing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}

.hwc-TileListing[data-hwc-slider] {
  display: block;
}

.hwc-TileListing.is-2-cols {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .hwc-TileListing.is-2-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hwc-TileListing.is-3-cols {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .hwc-TileListing.is-3-cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hwc-TileListing.is-4-cols {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
  .hwc-TileListing.is-4-cols {
    grid-template-columns: repeat(1, 1fr);
  }
  .hwc-TileListing {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.hwc-Filter {
  display: inline-block;
  border: 1px solid currentColor;
  text-transform: uppercase;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #F6F8E3;
  color: var(--hwc-color-terciary);
  padding: 0.5rem 1rem;
}

.hwc-Filter.is-large {
  font-size: 0.875rem;
  text-transform: none;
  font-weight: normal;
  padding: 0.5rem 1rem;
  letter-spacing: 1px;
}

.hwc-Filter.is-secondary {
  color: #2C332D;
  color: var(--hwc-color-secondary);
}

.hwc-Filter.is-active,
a.hwc-Filter:hover,
button.hwc-Filter:hover {
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.hwc-Filters {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}

.hwc-Filters::-webkit-scrollbar {
  display: none;
}

.hwc-Filters .hwc-Filter {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

.hwc-fs-80 {
  font-size: 40px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-80 {
    font-size: calc(40px + 40 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-80 {
    font-size: 80px;
  }
}

.hwc-fs-80 {
  line-height: 48px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-80 {
    line-height: calc(48px + 36 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-80 {
    line-height: 84px;
  }
}

.hwc-fs-72 {
  font-size: 40px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-72 {
    font-size: calc(40px + 32 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-72 {
    font-size: 72px;
  }
}

.hwc-fs-72 {
  line-height: 48px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-72 {
    line-height: calc(48px + 28 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-72 {
    line-height: 76px;
  }
}

.hwc-fs-64 {
  font-size: 32px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-64 {
    font-size: calc(32px + 32 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-64 {
    font-size: 64px;
  }
}

.hwc-fs-64 {
  line-height: 38px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-64 {
    line-height: calc(38px + 34 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-64 {
    line-height: 72px;
  }
}

.hwc-fs-48 {
  font-size: 32px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-48 {
    font-size: calc(32px + 16 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-48 {
    font-size: 48px;
  }
}

.hwc-fs-48 {
  line-height: 38px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-48 {
    line-height: calc(38px + 12 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-48 {
    line-height: 50px;
  }
}

.hwc-fs-40 {
  font-size: 24px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-40 {
    font-size: calc(24px + 16 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-40 {
    font-size: 40px;
  }
}

.hwc-fs-40 {
  line-height: 30px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-40 {
    line-height: calc(30px + 14 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-40 {
    line-height: 44px;
  }
}

.hwc-fs-32,
.hwc-Wysiwyg h2 {
  font-size: 24px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-32,
  .hwc-Wysiwyg h2 {
    font-size: calc(24px + 8 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-32,
  .hwc-Wysiwyg h2 {
    font-size: 32px;
  }
}

.hwc-fs-32,
.hwc-Wysiwyg h2 {
  line-height: 30px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-32,
  .hwc-Wysiwyg h2 {
    line-height: calc(30px + 10 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-32,
  .hwc-Wysiwyg h2 {
    line-height: 40px;
  }
}

.hwc-fs-24,
.hwc-Wysiwyg h3 {
  font-size: 20px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-24,
  .hwc-Wysiwyg h3 {
    font-size: calc(20px + 4 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-24,
  .hwc-Wysiwyg h3 {
    font-size: 24px;
  }
}

.hwc-fs-24,
.hwc-Wysiwyg h3 {
  line-height: 28px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-24,
  .hwc-Wysiwyg h3 {
    line-height: calc(28px + 6 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-24,
  .hwc-Wysiwyg h3 {
    line-height: 34px;
  }
}

.hwc-fs-20,
.hwc-Wysiwyg h4 {
  font-size: 16px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-20,
  .hwc-Wysiwyg h4 {
    font-size: calc(16px + 4 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-20,
  .hwc-Wysiwyg h4 {
    font-size: 20px;
  }
}

.hwc-fs-20,
.hwc-Wysiwyg h4 {
  line-height: 20px;
}

@media screen and (min-width: 440px) {
  .hwc-fs-20,
  .hwc-Wysiwyg h4 {
    line-height: calc(20px + 4 * (100vw - 440px) / 840);
  }
}

@media screen and (min-width: 1280px) {
  .hwc-fs-20,
  .hwc-Wysiwyg h4 {
    line-height: 24px;
  }
}

.hwc-Wysiwyg ul:not(:last-child),
.hwc-Wysiwyg ol:not(:last-child),
.hwc-Wysiwyg p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.hwc-Wysiwyg p:first-child {
  margin-top: 0;
}

.hwc-Wysiwyg p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 440px) {
  .hwc-Wysiwyg p {
    margin-top: 0.125rem;
    margin-bottom: 0.25rem;
  }
  .hwc-Wysiwyg p:last-child,
  .hwc-Wysiwyg p:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

.hwc-Wysiwyg .hwc-SupHeading + h2:not(:first-child),
.hwc-Wysiwyg .hwc-SupHeading + h2:first-child,
.hwc-Wysiwyg .hwc-SupHeading + h3:not(:first-child),
.hwc-Wysiwyg .hwc-SupHeading + h3:first-child {
  margin-top: 0;
}

.hwc-Wysiwyg .hwc-Button {
  margin-top: 1rem;
}

@media screen and (max-width: 440px) {
  .hwc-Wysiwyg .hwc-Button {
    margin-top: 0.75rem;
  }
}

.hwc-Wysiwyg h2 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.hwc-Wysiwyg h2:not(:first-child) {
  margin-top: 1rem;
}

@media screen and (max-width: 440px) {
  .hwc-Wysiwyg h2 {
    margin-bottom: 0.5rem;
  }
}

.hwc-Wysiwyg h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.hwc-Wysiwyg h3:not(:first-child) {
  margin-top: 1rem;
}

.hwc-Wysiwyg h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.hwc-Wysiwyg h4:not(:first-child) {
  margin-top: 1rem;
}

.hwc-Wysiwyg h5 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.hwc-Wysiwyg h5:not(:first-child) {
  margin-top: 1rem;
}

.hwc-Wysiwyg pre {
  max-width: 100%;
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  padding: 1rem 2rem;
}

.hwc-Wysiwyg pre p:last-child {
  margin-bottom: 0;
}

.hwc-Wysiwyg hr {
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  margin-top: 2.25rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .hwc-Wysiwyg hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

.hwc-Wysiwyg pre {
  white-space: pre-wrap;
}

.hwc-Wysiwyg strong {
  font-weight: bold;
}

.hwc-Wysiwyg blockquote {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 4.5rem;
  text-align: left;
}

.hwc-Wysiwyg blockquote:before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(../img/icon-quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

@media screen and (max-width: 440px) {
  .hwc-Wysiwyg blockquote {
    margin: 1rem 0;
    padding-left: 2.5rem;
  }
  .hwc-Wysiwyg blockquote::before {
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.hwc-Wysiwyg blockquote p {
  line-height: 2rem;
}

.hwc-Wysiwyg blockquote p:first-child:before {
  content: open-quote;
  margin-right: 0.5rem;
}

.hwc-Wysiwyg blockquote p:last-child:after {
  content: close-quote;
  margin-left: 0.5rem;
}

.hwc-Wysiwyg ul,
.hwc-Wysiwyg ol {
  padding: 0;
}

.hwc-Wysiwyg ul {
  list-style: none;
}

.hwc-Wysiwyg ul li {
  position: relative;
  padding-left: 1rem;
}

.hwc-Wysiwyg ul li:last-of-type {
  margin-bottom: 0;
}

.hwc-Wysiwyg ul li:before{
  border-radius: 9999px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #2C332D;
  background-color: var(--hwc-color-text);
  left: 0;
  top: 0.625rem;
}

.hwc-Wysiwyg ol {
  list-style: none;
  counter-reset: li;
}

.hwc-Wysiwyg ol li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.375rem;
  counter-increment: li;
}

.hwc-Wysiwyg ol li:before {
  position: absolute;
  content: counter(li);
  display: inline-block;
  width: 1em;
  color: #2C332D;
  color: var(--hwc-color-text);
  font-weight: bold;
  left: 0;
  top: 0.625rem;
}

.hwc-Wysiwyg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--hwc-border-radius);
}

.hwc-Wysiwyg table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hwc-Wysiwyg th,
.hwc-Wysiwyg td {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hwc-Wysiwyg tfoot td {
  border: 0 none;
}

.hwc-Wysiwyg .hwc-Image.alignleft {
  float: left;
  max-width: 50%;
  margin-right: 1rem;
}

.hwc-Wysiwyg .hwc-Image.alignright {
  float: right;
  max-width: 50%;
  margin-left: 1rem;
}

.hwc-Wysiwyg .hwc-Image.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.hwc-BlockCTA-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
}

.hwc-BlockCTA-container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: var(--hwc-color-black);
  opacity: 0.5;
}

.hwc-BlockCTA-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.hwc-BlockCTA-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hwc-BlockCTA-content {
  position: relative;
  z-index: 2;
  padding: 6rem 2rem;
  width: 100%;
  max-width: 75%;
  margin: auto;
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
}

.hwc-BlockCTA-content .supheading {
  margin-bottom: 1rem;
}

.hwc-BlockCTA-content .text {
  margin-top: 1rem;
}

.hwc-BlockCTA-content .button {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockCTA-content {
    max-width: 100%;
    padding: 7.5rem 1rem;
  }
}

.hwc-BlockFaq-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.hwc-BlockFaq-heading .hwc-Suptitle {
  margin-bottom: 0.75rem;
}

.hwc-BlockFaq-item {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-white);
  color: #2C332D;
  color: var(--hwc-color-text);
  padding: 1.5rem;
}

.hwc-BlockFaq-item:not(:first-child) {
  margin-top: 1rem;
}

.hwc-BlockFaq-item .content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hwc-BlockFaq-item .content > div {
  padding-top: 0.5rem;
  padding-right: 2.5rem;
}

.hwc-BlockFaq-item .toggler {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.hwc-BlockFaq-item .toggler-text {
  margin: 0;
}

.hwc-BlockFaq-item .toggler-icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

@media screen and (max-width: 768px) {
  .hwc-BlockFaq-item {
    padding: 1rem;
  }
  .hwc-BlockFaq-item .content > div {
    padding-right: 0;
  }
}

.hwc-BlockForm-container {
  position: relative;
  overflow: hidden;
  padding: 4rem 5rem;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
}

.hwc-BlockForm-container::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='413' height='415' fill='none'%3E%3Cpath stroke='%23f6f8e3' d='M410.908 139.415 137.1 413.224V139.415zM274.309.5.5 274.309V.5z' opacity='.3'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 0;
  pointer-events: none;
}

.hwc-BlockForm-heading {
  margin-bottom: 1.5rem;
}

.hwc-BlockForm-heading .supheading {
  margin-bottom: 1.5rem;
}

.hwc-BlockForm-main.has-columns {
  display: flex;
  gap: 4rem;
}

.hwc-BlockForm-main.has-columns .hwc-BlockForm-form {
  width: 790px;
}

.hwc-BlockForm-main.has-columns .hwc-BlockForm-addresses {
  width: calc(100% - 4rem - 790px);
}

.hwc-BlockForm-addresses {
  margin-top: 1.5rem;
}

.hwc-BlockForm-addresses .address-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.hwc-BlockForm-addresses .address-item .title {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: var(--hwc-font-alternative);
}

.hwc-BlockForm-addresses a:hover {
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.hwc-BlockForm-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}

.hwc-BlockForm-social {
  border-radius: 4px;
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #2C332D;
  color: var(--hwc-color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hwc-BlockForm-social:hover {
  border-radius: 14px;
}

.hwc-BlockForm-social svg {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.hwc-BlockForm-social path {
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  .hwc-BlockForm-container {
    padding: 2rem 1rem;
  }
  .hwc-BlockForm-container::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cg opacity='.2'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M119 0H0v119zm59 60H59v119z'/%3E%3C/mask%3E%3Cpath fill='%23f6f8e3' d='M119 0v-1h2.414L119.707.707zM0 0h-1v-1h1zm0 119 .707.707L-1 121.414V119zm178-59v-1h2.414l-1.707 1.707zM59 60h-1v-1h1zm0 119 .707.707L58 181.414V179zM119 0v1H0v-2h119zM0 0h1v119h-2V0zm0 119-.707-.707 119-119L119 0l.707.707-119 119zm178-59v1H59v-2h119zM59 60h1v119h-2V60zm0 119-.707-.707 119-119L178 60l.707.707-119 119z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    top: 12px;
    left: 12px;
  }
  .hwc-BlockForm-heading {
    margin-bottom: 1rem;
  }
  .hwc-BlockForm-heading .supheading {
    margin-bottom: 0.75rem;
  }
  .hwc-BlockForm-main.has-columns {
    flex-direction: column;
    gap: 0;
  }
  .hwc-BlockForm-main.has-columns .hwc-BlockForm-form,
  .hwc-BlockForm-main.has-columns .hwc-BlockForm-addresses {
    width: 100%;
  }
  .hwc-BlockForm-form {
    margin-top: 0.5rem;
  }
}

.hwc-BlockGallery-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.hwc-BlockGallery-heading {
  text-align: center;
  margin-bottom: 2rem;
  grid-column: 1/13;
}

.hwc-BlockGallery-items {
  grid-column: 4/10;
  width: 100%;
}

.hwc-BlockGallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.hwc-BlockGallery-item .picture {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hwc-BlockGallery-item .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hwc-BlockGallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  grid-column: 4/10;
}

@media screen and (max-width: 768px) {
  .hwc-BlockGallery-heading {
    margin-bottom: 1.5rem;
  }
  .hwc-BlockGallery-items,
  .hwc-BlockGallery-nav {
    grid-column: 1/13;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
  }
}

.hwc-BlockIntro-container {
  position: relative;
}

.hwc-BlockIntro-container::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M59 0h119v119zM0 60h119v119z'/%3E%3C/mask%3E%3Cpath fill='%23dfe8e0' d='M59 0v-1h-2.414L58.293.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V119zM0 60v-1h-2.414l1.707 1.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V179zM59 0v1h119v-2H59zm119 0h-1v119h2V0zm0 119 .707-.707-119-119L59 0l-.707.707 119 119zM0 60v1h119v-2H0zm119 0h-1v119h2V60zm0 119 .707-.707-119-119L0 60l-.707.707 119 119z' mask='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 179h178V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: -3rem;
  right: 0;
}

.hwc-BlockIntro-container::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M59 0h119v119zM0 60h119v119z'/%3E%3C/mask%3E%3Cpath fill='%23dfe8e0' d='M59 0v-1h-2.414L58.293.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V119zM0 60v-1h-2.414l1.707 1.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V179zM59 0v1h119v-2H59zm119 0h-1v119h2V0zm0 119 .707-.707-119-119L59 0l-.707.707 119 119zM0 60v1h119v-2H0zm119 0h-1v119h2V60zm0 119 .707-.707-119-119L0 60l-.707.707 119 119z' mask='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 179h178V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 0;
  rotate: 180deg;
}

.hwc-BlockIntro-picto {
  text-align: center;
  margin-bottom: 20px;
}

.hwc-BlockIntro-text {
  text-align: center;
}

.hwc-BlockIntro-text h2:first-child {
  margin: 0 !important;
}

.hwc-BlockIntro-text h3:first-child {
  margin: 0 !important;
}

.hwc-BlockIntro-text p {
  padding: 0;
  margin: 0 !important;
}

.hwc-BlockIntro-text .hwc-SupHeading {
  margin-bottom: 20px;
}

.hwc-BlockIntro-text .hwc-Button {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .hwc-BlockIntro-container::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M26.369 0h53.184v53.185zM0 26.815h53.184V80z'/%3E%3C/mask%3E%3Cpath fill='%23dfe8e0' d='M26.369 0v-1h-2.415L25.661.707zm53.184 0h1v-1h-1zm0 53.185-.707.707 1.707 1.707v-2.414zM0 26.815v-1h-2.414l1.707 1.707zm53.184 0h1v-1h-1zm0 53.185-.707.707 1.707 1.707V80zM26.369 0v1h53.184v-2H26.37zm53.184 0h-1v53.185h2V0zm0 53.185.707-.708L27.076-.706 26.369 0l-.708.707 53.185 53.185zM0 26.815v1h53.184v-2H0zm53.184 0h-1V80h2V26.815zm0 53.185.707-.707L.707 26.108 0 26.815l-.707.707 53.184 53.185z' mask='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 80h79.553V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: -2rem;
  }
  .hwc-BlockIntro-container::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M26.369 0h53.184v53.185zM0 26.815h53.184V80z'/%3E%3C/mask%3E%3Cpath fill='%23dfe8e0' d='M26.369 0v-1h-2.415L25.661.707zm53.184 0h1v-1h-1zm0 53.185-.707.707 1.707 1.707v-2.414zM0 26.815v-1h-2.414l1.707 1.707zm53.184 0h1v-1h-1zm0 53.185-.707.707 1.707 1.707V80zM26.369 0v1h53.184v-2H26.37zm53.184 0h-1v53.185h2V0zm0 53.185.707-.708L27.076-.706 26.369 0l-.708.707 53.185 53.185zM0 26.815v1h53.184v-2H0zm53.184 0h-1V80h2V26.815zm0 53.185.707-.707L.707 26.108 0 26.815l-.707.707 53.184 53.185z' mask='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 80h79.553V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    bottom: -2rem;
    height: auto;
  }
  .hwc-BlockIntro-picto {
    height: 60px;
  }
  .hwc-BlockIntro-picto svg {
    height: 60px;
    width: 60px;
  }
}

.hwc-BlockKeypoints-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.hwc-BlockKeypoints-heading .supheading {
  margin-bottom: 1rem;
}

.hwc-BlockKeypoints-heading .subheading {
  margin-top: 1rem;
}

.hwc-BlockKeypoints-items {
  --item-per-line: 4;
  --gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  gap: var(--gap);
  justify-content: center;
}

.hwc-BlockKeypoints-item {
  flex: 0 0 calc(100% / var(--item-per-line) - var(--gap) * (var(--item-per-line) - 1) / var(--item-per-line));
  text-align: center;
}

.hwc-BlockKeypoints-item .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  color: #F6F8E3;
  color: var(--hwc-color-terciary);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hwc-BlockKeypoints-item .icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-BlockKeypoints-item .icon svg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  height: auto;
}

.hwc-BlockKeypoints-item .icon svg path {
  fill: currentColor;
}

.hwc-BlockKeypoints-item .icon {
}

.hwc-BlockKeypoints-item .heading {
  margin-top: 1.5rem;
}

.hwc-BlockKeypoints-item .description {
  margin-top: 0.5rem;
}

.hwc-BlockKeypoints-link {
  text-align: center;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockKeypoints-heading {
    margin-bottom: 1.5rem;
  }
  .hwc-BlockKeypoints-heading .supheading {
    margin-bottom: 12px;
  }
  .hwc-BlockKeypoints-heading .subheading {
    margin-top: 12px;
  }
  .hwc-BlockKeypoints-items {
    --gap: 1rem;
    flex-direction: column;
  }
  .hwc-BlockKeypoints-item {
    flex: 1;
  }
  .hwc-BlockKeypoints-link {
    margin-top: 1.5rem;
  }
}

.hwc-BlockList-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.hwc-BlockList-item .head {
  position: relative;
  overflow: hidden;
  flex: 0 0 27%;
  aspect-ratio: 2/1;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  border: 1px solid #DFE8E0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.hwc-BlockList-item .head img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hwc-BlockList-item .head svg {
  height: 100%;
  width: auto;
  margin: 1rem;
}

.hwc-BlockList-item .body {
  flex: 0 0 73%;
}

.hwc-BlockList-item:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockList-item {
    display: block;
  }
  .hwc-BlockList-item .head {
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .hwc-BlockList-item .body {
    text-align: center;
  }
  .hwc-BlockList-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.hwc-BlockLogos-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.hwc-BlockLogos-heading .supheading {
  margin-bottom: 0.75rem;
}

.hwc-BlockLogos-heading .subheading {
  margin-top: 0.75rem;
}

.hwc-BlockLogos-item {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  border: 1px solid #DFE8E0;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2/1;
  padding: 1rem;
}

.hwc-BlockLogos-item img,
.hwc-BlockLogos-item svg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.hwc-BlockLogos a.hwc-BlockLogos-item:hover img,
.hwc-BlockLogos a.hwc-BlockLogos-item:hover svg {
  transform: scale(1.05);
}

.hwc-BlockLogos-nav {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hwc-BlockLogos-nav .swiper-button-prev,
.hwc-BlockLogos-nav .swiper-button-next {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .hwc-BlockLogos-item {
    padding: 12px;
    width: 164px;
    aspect-ratio: 2;
  }
}

.hwc-BlockNumbers-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.hwc-BlockNumbers-item {
  position: relative;
  text-align: center;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hwc-BlockNumbers-item::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='178' height='179' fill='none'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M59 0h119v119zM0 60h119v119z'/%3E%3C/mask%3E%3Cpath fill='%23f6f8e3' d='M59 0v-1h-2.414L58.293.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V119zM0 60v-1h-2.414l1.707 1.707zm119 0h1v-1h-1zm0 119-.707.707 1.707 1.707V179zM59 0v1h119v-2H59zm119 0h-1v119h2V0zm0 119 .707-.707-119-119L59 0l-.707.707 119 119zM0 60v1h119v-2H0zm119 0h-1v119h2V60zm0 119 .707-.707-119-119L0 60l-.707.707 119 119z' mask='url(%23a)'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.2;
}

.hwc-BlockNumbers-item .number {
  color: #FFDB2A;
  color: var(--hwc-color-contrast);
}

.hwc-BlockNumbers-item .description {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockNumbers-item {
    margin-bottom: 1.5rem;
    min-height: 120px;
  }
  .hwc-BlockNumbers-item::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none'%3E%3Cg opacity='.2'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M42 6.6h71.4V78zm-35.4 36H78V114z'/%3E%3C/mask%3E%3Cpath fill='%23f6f8e3' d='M42 6.6V6H40.55l1.024 1.024zm71.4 0h.6V6h-.6zm0 71.4-.424.424L114 79.448V78zM6.6 42.6V42H5.152l1.024 1.024zm71.4 0h.6V42H78zm0 71.4-.425.424 1.025 1.025V114zM42 6.6v.6h71.4V6H42zm71.4 0h-.6V78h1.2V6.6zm0 71.4.424-.424-71.4-71.4L42 6.6l-.425.424 71.401 71.4zM6.6 42.6v.6H78V42H6.6zm71.4 0h-.6V114h1.2V42.6zm0 71.4.424-.424-71.4-71.4-.424.424-.424.424 71.4 71.4z' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
  }
}

.hwc-BlockPosts-heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.375rem;
}

.hwc-BlockPosts-heading-main {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .hwc-BlockPosts-heading {
    text-align: center;
    display: block;
  }
  .hwc-BlockPosts-heading-side {
    margin-top: 1rem;
  }
}

.hwc-BlockSteps-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.hwc-BlockSteps-heading .supheading {
  margin-bottom: 12px;
}

.hwc-BlockSteps-heading .subheading {
  margin-top: 12px;
}

.hwc-BlockSteps-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}

.hwc-BlockSteps-item {
  padding: 1.5rem;
  background-color: #F6F8E3;
  background-color: var(--hwc-color-terciary);
  color: #2C332D;
  color: var(--hwc-color-text);
  position: relative;
}

.hwc-BlockSteps-item .description {
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockSteps-heading {
    margin-bottom: 1rem;
  }
  .hwc-BlockSteps-items {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.hwc-BlockTeam-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.hwc-BlockTeam-heading .supheading {
  margin-bottom: 1rem;
}

.hwc-BlockTeam-heading .subheading {
  margin-top: 1rem;
}

.hwc-BlockTeam-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .hwc-BlockTeam-heading {
    display: block;
  }
  .hwc-BlockTeam-heading-side {
    margin-top: 1rem;
  }
  .hwc-BlockTeam-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 440px) {
  .hwc-BlockTeam-heading .supheading {
    margin-bottom: 12px;
  }
  .hwc-BlockTeam-heading .subheading {
    margin-top: 12px;
  }
  .hwc-BlockTeam-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hwc-BlockTestimonials:has(.hwc-BlockTestimonials-image) + .hwc-Block.has-background,
.hwc-BlockTestimonials:has(.hwc-BlockTestimonials-image) + script + .hwc-Block.has-background,
.hwc-BlockTestimonials:has(.hwc-BlockTestimonials-image) + .hwc-ElementsTag + .hwc-Block.has-background,
.hwc-BlockTestimonials:has(.hwc-BlockTestimonials-image) + .hwc-ElementsTag + script + .hwc-Block.has-background {
  margin-top: calc(var(--block-margin) * -1);
}

.hwc-BlockTestimonials {
  position: relative;
  padding-top: var(--block-margin);
  padding-bottom: var(--block-margin);
}

.hwc-BlockTestimonials-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hwc-BlockTestimonials-container {
  position: relative;
  overflow: hidden;
  padding: 4rem 115px;
  background-color: #2C332D;
  background-color: var(--hwc-color-secondary);
  color: #F6F8E3;
  color: var(--hwc-color-text-alternate);
}

.hwc-BlockTestimonials-heading .supheading {
  margin-left: calc(84px + 2rem);
  margin-bottom: 2rem;
}

.hwc-BlockTestimonials-navigation {
  position: absolute;
  bottom: 3rem;
  right: 7rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .hwc-BlockTestimonials-container {
    padding: 2rem 1rem;
  }
  .hwc-BlockTestimonials-heading .supheading {
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .hwc-BlockTestimonials-navigation {
    position: static;
    padding: 0;
    margin-top: 2rem;
    justify-content: start;
  }
}

.hwc-BlockTextImage-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  align-items: center;
}

.hwc-BlockTextImage-content {
  grid-column: 1/7;
  grid-row: 1;
  margin-right: 3rem;
}

.hwc-BlockTextImage-picture {
  overflow: hidden;
  height: 540px;
  grid-column: 7/13;
  grid-row: 1;
}

.hwc-BlockTextImage-picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-content {
  grid-row: 1;
  grid-column: 7/13;
}

.hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-picture {
  grid-row: 1;
  grid-column: 1/7;
  margin-right: 3rem;
  margin-left: 0;
}

.hwc-BlockTextImage[data-preview] .hwc-BlockTextImage-picture {
  position: static;
}

@media screen and (max-width: 768px) {
  .hwc-BlockTextImage-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .hwc-BlockTextImage-picture {
    margin: 0 !important;
    height: auto;
    height: initial;
    aspect-ratio: 4/3;
  }
}

.hwc-BlockTiles-heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.hwc-BlockTiles-heading-main {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .hwc-BlockTiles-heading {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .hwc-BlockTiles .swiper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.hwc-BlockVideo-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.hwc-BlockVideo-video {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 540px;
}

.hwc-BlockVideo-video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: var(--hwc-color-black);
  opacity: 0.3;
}

.hwc-BlockVideo-video .toggler {
  z-index: 2;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #FFDB2A;
  background-color: var(--hwc-color-contrast);
  color: #2C332D;
  color: var(--hwc-color-text);
  transition: all 0.3s ease;
  border-radius: 4px;
}

.hwc-BlockVideo-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hwc-BlockVideo-video:hover .toggler {
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .hwc-BlockVideo-video {
    height: 480px;
  }
}

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