@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: #16232E;
  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-position: center;
          mask-position: center;
  -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: #16232E;
  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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -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: #16232E;
  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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -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: #16232E;
  color: var(--hwc-color-secondary);
}

.wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper {
  display: inline-flex;
  background-color: white;
  border: 1px solid #6DAEE7;
  border: 1px solid var(--hwc-color-terciary);
  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: #FF5A5A;
  color: var(--hwc-color-contrast);
}

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

.leaflet-tile-pane {
  filter: grayscale(100%);
}

:root {
  --hwc-color-black: #000000;
  --hwc-color-white: #FFFFFF;
  --hwc-color-gray-200: #F8F8F8;
  --hwc-color-gray-300: #D5D1D1;
  --hwc-color-gray-400: #747474;
  --hwc-color-gray-500: #979797;
  --hwc-color-gray-800: #242424;
  --hwc-color-primary: #FFFFFF;
  --hwc-color-secondary: #16232E;
  --hwc-color-terciary: #6DAEE7;
  --hwc-color-blue-gradient:
    linear-gradient(
      137deg,
      #005BA4 7.2%,
      #67BEEB 77.75%);
  --hwc-color-blue-gradient-top:
    linear-gradient(
      0deg,
      #005BA4 7.2%,
      #67BEEB 77.75%);
  --hwc-color-contrast: #FF5A5A;
  --hwc-color-grey: #747474;
  --hwc-color-light-grey: #F8F8F8;
  --hwc-color-text: #000000;
  --hwc-color-text-alternate: #FFFFFF;
  --hwc-color-border: rgba(109, 174, 231, 0.4);
  --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%;
}

.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-CTA {
  border-radius: var(--hwc-border-radius);
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #16232E;
  color: var(--hwc-color-secondary);
  padding: 3.5rem 5rem;
  text-align: center;
}

.hwc-CTA > *:first-child {
  margin-bottom: 2.5rem;
}

.hwc-CTA > *:last-child {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .hwc-CTA {
    padding: 2rem;
  }
  .hwc-CTA > *:first-child {
    margin-bottom: 1.5rem;
  }
  .hwc-CTA > *:last-child {
    margin-top: 1rem;
  }
}

.hwc-Footer {
  background-color: #16232E;
  background-color: var(--hwc-color-secondary);
  color: #FFFFFF;
  color: var(--hwc-color-primary);
  padding-top: 4rem;
  position: relative;
  z-index: 1;
  overflow: clip;
}

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

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

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

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

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

.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: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid #6DAEE7;
  border: 1px solid var(--hwc-color-terciary);
  background-color: #6DAEE7;
  background-color: var(--hwc-color-terciary);
  color: #FFFFFF;
  color: var(--hwc-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.hwc-Footer-social:hover {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
  border-color: #FF5A5A;
  border-color: var(--hwc-color-contrast);
}

.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: 1.5rem;
    text-align: center;
  }
  .hwc-Footer-container {
    display: flex;
    flex-direction: column;
  }
  .hwc-Footer-socials {
    justify-content: center;
  }
  .hwc-Footer .hwc-PostFooter {
    margin-top: 3rem;
  }
}

.hwc-Heading1 {
  font-weight: 500;
  font-size: 42px;
}

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

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

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

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

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

.hwc-Heading2 {
  font-weight: 500;
  font-size: 32px;
}

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

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

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

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

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

.hwc-Heading3 {
  font-weight: 500;
  font-size: 24px;
}

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

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

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

.hwc-Heading4 {
  font-weight: 500;
  font-size: 20px;
}

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

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

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

.hwc-Heading5 {
  font-weight: 500;
  font-size: 18px;
}

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

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

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

.hwc-SupHeading {
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
  display: inline-block;
  padding: 0.5rem 14px;
  border: 1px solid #6DAEE7;
  border: 1px solid var(--hwc-color-terciary);
  border-radius: 50px;
}

.hwc-Intro {
  font-size: 15px;
}

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

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

.hwc-Intro {
  line-height: 24px;
}

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

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

.hwc-Intro {
  font-weight: 400;
}

.hwc-Legend {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #747474;
  color: var(--hwc-color-grey);
}

.hwc-Button-font,
.hwc-Button {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.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: 20px 58.5px 20px 26.5px;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.hwc-Button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 26.5px;
  display: block;
  width: 20px;
  height: 20px;
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.3s ease;
}

.hwc-Button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 26.5px;
  display: block;
  width: 20px;
  height: 20px;
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  translate: -46.5px 0;
  transition: all 0.3s ease;
}

.hwc-Button {
}

.hwc-Button:disabled {
  background-color: #979797;
  background-color: var(--hwc-color-gray-500);
  color: #CDCDCD;
  pointer-events: none;
  cursor: default;
}

.hwc-Button:disabled::after {
  background-color: #CDCDCD;
}

.hwc-Button {
}

.hwc-Button.no-icon {
  padding: 20px 26.5px;
}

.hwc-Button.no-icon::after {
  display: none;
}

.hwc-Button {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
  color: #FFFFFF;
  color: var(--hwc-color-text-alternate);
}

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

.hwc-Button:after,
.hwc-Button::before {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-text-alternate);
}

.hwc-Button:hover {
  padding: 20px 26.5px 20px 58.5px;
}

.hwc-Button:hover:after {
  translate: 46.5px 0;
}

.hwc-Button:hover::before {
  translate: 0;
}

.hwc-Button.is-secondary {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #FF5A5A;
  color: var(--hwc-color-contrast);
}

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

.hwc-Button.is-secondary:after,
.hwc-Button.is-secondary::before {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
}

.hwc-Button.is-secondary:hover {
  padding: 20px 26.5px 20px 58.5px;
}

.hwc-Button.is-secondary:hover:after {
  translate: 46.5px 0;
}

.hwc-Button.is-secondary:hover::before {
  translate: 0;
}

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

.hwc-RoundButton::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton.is-secondary {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

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

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

.hwc-RoundButton.is-secondary:hover::after {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

.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'%3E%3Cpath d='M3.1875 5.83325L13.3333 5.83325L13.3333 7.49992L3.1875 7.49992L7.85417 12.1666L6.66667 13.3333L2.86102e-06 6.66659L6.66667 -8.10623e-05L7.85417 1.16659L3.1875 5.83325Z'/%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'%3E%3Cpath d='M3.1875 5.83325L13.3333 5.83325L13.3333 7.49992L3.1875 7.49992L7.85417 12.1666L6.66667 13.3333L2.86102e-06 6.66659L6.66667 -8.10623e-05L7.85417 1.16659L3.1875 5.83325Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -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'%3E%3Cpath d='M8.3527 2.84316L1.17851 10.0173L0 8.83883L7.17419 1.66465H0.574524L0.589256 0H10.0173V9.42809L8.3527 9.44282L8.3527 2.84316Z'/%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'%3E%3Cpath d='M8.3527 2.84316L1.17851 10.0173L0 8.83883L7.17419 1.66465H0.574524L0.589256 0H10.0173V9.42809L8.3527 9.44282L8.3527 2.84316Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton:hover {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

.hwc-RoundButton:hover::after {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
}

.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: #6DAEE7;
  color: var(--hwc-color-terciary);
}

.hwc-Form-field input[type=search],
.hwc-Form-field input[type=text],
.hwc-Form-field input[type=email],
.hwc-Form-field input[type=tel],
.hwc-Form-field textarea,
.hwc-Form-field select {
  display: block;
  width: 100%;
  border: 2px solid rgba(109, 174, 231, 0.4);
  border: 2px solid var(--hwc-color-border);
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #16232E;
  color: var(--hwc-color-secondary);
}

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

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

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

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

.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='%23ff5a5a' 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='%23fff' 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 .hwc-Legend {
  color: #FFFFFF;
  color: var(--hwc-color-primary);
}

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

.hwc-Form .wpcf7-list-item label input + span::before {
  background-color: #FFFFFF !important;
  background-color: var(--hwc-color-primary) !important;
  border: 2px solid rgba(109, 174, 231, 0.4) !important;
  border: 2px solid var(--hwc-color-border) !important;
  border-radius: 4px;
  box-shadow: none !important;
  box-shadow: initial !important;
  top: 0.6rem !important;
  translate: 0 -50%;
}

.hwc-Form .wpcf7-list-item label input:checked + span::before {
  background-color: #FF5A5A !important;
  background-color: var(--hwc-color-contrast) !important;
  border-color: #FF5A5A !important;
  border-color: var(--hwc-color-contrast) !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23fff' d='m3 7.05-3-3L1.05 3 3 4.95 7.95 0 9 1.05z'/%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;
  }
}

.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):not(.image-wrapper) {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.hwc-LinkButton.prev::after,
.hwc-Wysiwyg a.prev:not(.hwc-Button):not(.image-wrapper)::after {
  margin-right: 12px;
  left: -26px;
  rotate: 180deg;
  margin-left: 0;
}

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

.hwc-LinkButton::after,
.hwc-Wysiwyg a:not(.hwc-Button):not(.image-wrapper)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23ff5a5a' 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: 12px;
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

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

.hwc-Password {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #000000;
  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: var(--header-height);
  height: calc(100% - var(--header-height));
  padding: 5rem 1rem 3rem;
  width: 100%;
  max-width: 100vw;
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  color: #16232E;
  color: var(--hwc-color-secondary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  transition: all 500ms ease-out;
  opacity: 0;
}

.hwc-Panel-foot {
  text-align: center;
}

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

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

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

.hwc-Pagination .hwc-RoundButton {
  margin-left: 0.5rem;
}

.hwc-Pagination .hwc-RoundButton.prev {
  margin-left: 0;
  margin-right: 0.5rem;
}

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

.hwc-Pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
}

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

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

.hwc-Pagination-page:hover {
  opacity: 1;
}

.hwc-Pagination-page.current {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  color: #000000;
  color: var(--hwc-color-text);
  opacity: 1;
}

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

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

.hwc-PostFooter {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
  color: #F8F8F8;
  color: var(--hwc-color-light-grey);
}

.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 {
  border-radius: var(--hwc-border-radius);
  overflow: clip;
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

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

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

.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.3s ease;
}

.hwc-PostTile-content {
  padding: 1.5rem;
  color: #000000;
  color: var(--hwc-color-text);
}

.hwc-PostTile-content .date {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}

.hwc-PostTile-content .excerpt {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #747474;
  color: var(--hwc-color-grey);
}

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

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

@media screen and (max-width: 768px) {
  .hwc-PostTile-content {
    padding: 1.5rem 1rem;
  }
}

.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;
  border-radius: 1rem;
  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: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  padding: 1rem 3rem;
  border-radius: 100px;
  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: #FFFFFF;
  color: var(--hwc-color-text-alternate);
  background-color: #6DAEE7;
  background-color: var(--hwc-color-terciary);
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

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

.hwc-TeamTile {
  position: relative;
  padding: 2rem 1.5rem;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #000000;
  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 #6DAEE7;
  border: 3px solid var(--hwc-color-terciary);
}

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

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

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

.hwc-Testimonial-side svg {
  width: 4rem;
}

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

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

.hwc-Testimonial-author {
  font-weight: bold;
}

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

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

.hwc-Tile-head {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  display: block;
  background-color: #16232E;
  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(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
}

.hwc-Tile-body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 2rem;
  position: absolute;
  bottom: 0;
}

.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 {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

.hwc-Tile a:hover .hwc-Tile-cta::after {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
}

.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;
  }
  .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-radius: 50px;
  border: 1px solid #6DAEE7;
  border: 1px solid var(--hwc-color-terciary);
  color: #000000;
  color: var(--hwc-color-text);
  padding: 0.5rem 1rem;
}

.hwc-Filter.is-active,
a.hwc-Filter:hover,
button.hwc-Filter:hover {
  color: #FFFFFF;
  color: var(--hwc-color-text-alternate);
  background-color: #6DAEE7;
  background-color: var(--hwc-color-terciary);
}

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

.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 {
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .hwc-fs-20 {
    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 {
  margin-bottom: 1rem;
}

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

@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: #000000;
  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: #FFFFFF;
  color: var(--hwc-color-primary);
  font-weight: bold;
  left: 0;
  top: 0.625rem;
}

.hwc-Wysiwyg img {
  max-width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  border-radius: var(--hwc-border-radius);
  text-align: center;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hwc-BlockCTA-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  background-color: var(--hwc-color-black);
  opacity: 0.5;
}

.hwc-BlockCTA-picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.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;
  color: #FFFFFF;
  color: var(--hwc-color-text-alternate);
  padding: 2rem 0;
}

.hwc-BlockCTA-content .hwc-SupHeading {
  border-color: #FFFFFF;
  border-color: var(--hwc-color-primary);
  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-container {
    min-height: 500px;
  }
}

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

.hwc-BlockFaq-heading .hwc-Suptitle {
  margin-bottom: 12px;
}

.hwc-BlockFaq-item {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  color: #000000;
  color: var(--hwc-color-text);
  border-radius: 1rem;
}

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

.hwc-BlockFaq-item .content > div {
  padding: 0 1.5rem 1.5rem;
}

.hwc-BlockFaq-item .toggler {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
}

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

.hwc-BlockFaq-item .toggler-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

.hwc-BlockFaq-item .toggler-icon span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.hwc-BlockForm-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  background: #FFFFFF;
  background: var(--hwc-color-primary);
  color: #16232E;
  color: var(--hwc-color-secondary);
  padding: 4rem 6.5rem;
  background: linear-gradient(
      137deg,
      #005BA4 7.2%,
      #67BEEB 77.75%);
  background: var(--hwc-color-blue-gradient);
  color: #FFFFFF;
  color: var(--hwc-color-primary);
}

.hwc-BlockForm-container .hwc-SupHeading {
  border-color: #FFFFFF;
  border-color: var(--hwc-color-primary);
}

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

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

.hwc-BlockForm-main.has-columns .hwc-BlockForm-form {
  width: calc(100% - 17.5rem - 2rem);
}

.hwc-BlockForm-main.has-columns .hwc-BlockForm-addresses {
  width: 17.5rem;
}

.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: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
}

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

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

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

.hwc-BlockForm-social:hover {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  border-color: #FF5A5A;
  border-color: var(--hwc-color-contrast);
}

.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-addresses {
    margin-top: 0;
  }
  .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%;
  }
}

@media screen and (max-width: 440px) {
  .hwc-BlockForm-container {
    padding: 2rem 1rem;
  }
}

.hwc-BlockGallery {
  padding-left: 0;
  padding-right: 0;
}

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

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

.hwc-BlockGallery-items .swiper {
  grid-column: 4/10;
}

.hwc-BlockGallery-items .hwc-BlockGallery-item {
  width: 100%;
  height: 540px;
}

.hwc-BlockGallery-item {
  position: relative;
}

.hwc-BlockGallery-item .picture {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  display: block;
  width: 100%;
  height: 100%;
}

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

.hwc-BlockGallery-nav {
  position: relative;
  grid-column: 4/10;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.hwc-BlockGallery-nav .swiper-pagination {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .hwc-BlockGallery-heading {
    margin-bottom: 1.5rem;
  }
  .hwc-BlockGallery-items {
    display: block;
  }
  .hwc-BlockGallery-items .swiper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .hwc-BlockGallery-items .hwc-BlockGallery-item {
    width: 100%;
    height: 256px;
  }
}

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

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

.hwc-BlockIntro-text h2,
.hwc-BlockIntro-text h3 {
  margin: 0;
}

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

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

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

@media screen and (max-width: 768px) {
  .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;
  border-radius: 150px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.08);
  color: #6DAEE7;
  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 {
  max-width: 50%;
  max-height: 50%;
  aspect-ratio: 1/1;
  height: auto;
}

.hwc-BlockKeypoints-item .icon svg path {
  fill: #FFFFFF;
  fill: var(--hwc-color-white);
}

.hwc-BlockKeypoints-item .icon {
}

.hwc-BlockKeypoints-item .icon:has(svg) {
  padding: 1rem;
}

.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-BlockList-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.hwc-BlockList-item .head {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  flex: 0 0 27%;
  aspect-ratio: 2/1;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  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);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  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;
}

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

.hwc-BlockMap-container {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.hwc-BlockMap-map {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  height: 31.25rem;
}

@media screen and (max-width: 1024px) {
  .hwc-BlockMap-container {
    display: block;
  }
  .hwc-BlockMap-map {
    width: 100%;
    height: 25rem;
    margin-top: 1.5rem;
  }
}

.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: 20px 58.5px 20px 26.5px;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.hwc-Button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 26.5px;
  display: block;
  width: 20px;
  height: 20px;
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.3s ease;
}

.hwc-Button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 26.5px;
  display: block;
  width: 20px;
  height: 20px;
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  translate: -46.5px 0;
  transition: all 0.3s ease;
}

.hwc-Button {
}

.hwc-Button:disabled {
  background-color: #979797;
  background-color: var(--hwc-color-gray-500);
  color: #CDCDCD;
  pointer-events: none;
  cursor: default;
}

.hwc-Button:disabled::after {
  background-color: #CDCDCD;
}

.hwc-Button {
}

.hwc-Button.no-icon {
  padding: 20px 26.5px;
}

.hwc-Button.no-icon::after {
  display: none;
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button,
.hwc-Button {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
  color: #FFFFFF;
  color: var(--hwc-color-text-alternate);
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button:focus:not(:active),
.hwc-Button:focus:not(:active) {
  outline: 1px dashed #FF5A5A;
  outline: 1px dashed var(--hwc-color-contrast);
  outline-offset: 2px;
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button:after,
.hwc-Button:after,
.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button::before,
.hwc-Button::before {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-text-alternate);
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button:hover,
.hwc-Button:hover {
  padding: 20px 26.5px 20px 58.5px;
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button:hover:after,
.hwc-Button:hover:after {
  translate: 46.5px 0;
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button:hover::before,
.hwc-Button:hover::before {
  translate: 0;
}

.hwc-Button.is-secondary {
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #FF5A5A;
  color: var(--hwc-color-contrast);
}

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

.hwc-Button.is-secondary:after,
.hwc-Button.is-secondary::before {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
}

.hwc-Button.is-secondary:hover {
  padding: 20px 26.5px 20px 58.5px;
}

.hwc-Button.is-secondary:hover:after {
  translate: 46.5px 0;
}

.hwc-Button.is-secondary:hover::before {
  translate: 0;
}

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

.hwc-RoundButton::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  -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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%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'%3E%3Cpath d='M10.1458 7.5H0L0 5.83333H10.1458L5.47917 1.16667L6.66667 0L13.3333 6.66667L6.66667 13.3333L5.47917 12.1667L10.1458 7.5Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton.is-secondary {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

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

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

.hwc-RoundButton.is-secondary:hover::after {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

.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'%3E%3Cpath d='M3.1875 5.83325L13.3333 5.83325L13.3333 7.49992L3.1875 7.49992L7.85417 12.1666L6.66667 13.3333L2.86102e-06 6.66659L6.66667 -8.10623e-05L7.85417 1.16659L3.1875 5.83325Z'/%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'%3E%3Cpath d='M3.1875 5.83325L13.3333 5.83325L13.3333 7.49992L3.1875 7.49992L7.85417 12.1666L6.66667 13.3333L2.86102e-06 6.66659L6.66667 -8.10623e-05L7.85417 1.16659L3.1875 5.83325Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -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'%3E%3Cpath d='M8.3527 2.84316L1.17851 10.0173L0 8.83883L7.17419 1.66465H0.574524L0.589256 0H10.0173V9.42809L8.3527 9.44282L8.3527 2.84316Z'/%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'%3E%3Cpath d='M8.3527 2.84316L1.17851 10.0173L0 8.83883L7.17419 1.66465H0.574524L0.589256 0H10.0173V9.42809L8.3527 9.44282L8.3527 2.84316Z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hwc-RoundButton:hover {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
}

.hwc-RoundButton:hover::after {
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
}

.hwc-BlockNewsletter-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  background-color: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #16232E;
  color: var(--hwc-color-secondary);
  padding: 4rem 6.5rem;
  display: flex;
  gap: 2rem;
}

.hwc-BlockNewsletter-heading {
  flex: 0 0 17rem;
}

.hwc-BlockNewsletter-content {
  flex: 1 0 calc(100% - 17rem);
}

.hwc-BlockNewsletter-content .hwc-Form {
  --input-height: 3.25rem;
}

.hwc-BlockNewsletter-content .hwc-Form-field {
  flex: 0 1 auto;
}

.hwc-BlockNewsletter-content .hwc-Form-field:first-child {
  flex: 1 0 auto;
  margin-right: -2rem;
}

.hwc-BlockNewsletter-content .hwc-Form-field:first-child input {
  width: 100%;
  height: var(--input-height);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 4rem;
}

.hwc-BlockNewsletter-content .hwc-Form-field:last-child {
  margin-top: 1rem;
  width: 100%;
  flex: 0 0 100%;
}

.hwc-BlockNewsletter-content .hwc-Form.is-dark .hwc-Button {
  height: var(--input-height);
  border-color: #FFFFFF;
  border-color: var(--hwc-color-white);
}

@media screen and (max-width: 768px) {
  .hwc-BlockNewsletter-container {
    display: block;
    padding: 2rem;
  }
  .hwc-BlockNewsletter-heading {
    margin-bottom: 1rem;
  }
  .hwc-BlockNewsletter-content .hwc-Form-field:first-child {
    flex: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .hwc-BlockNewsletter-container {
    padding: 2rem 1rem;
  }
}

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

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

.hwc-BlockNumbers-item {
  position: relative;
  min-height: 200px;
  text-align: center;
  align-content: center;
}

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

@media screen and (max-width: 768px) {
  .hwc-BlockNumbers-item {
    min-height: 120px;
  }
}

.hwc-BlockPicture .picture {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .hwc-BlockPosts-heading {
    text-align: left;
    display: block;
    margin-bottom: 1.5rem;
  }
  .hwc-BlockPosts-heading-side {
    display: none;
  }
}

.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: #FFFFFF;
  background-color: var(--hwc-color-primary);
  color: #000000;
  color: var(--hwc-color-text);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}

.hwc-BlockSteps-item::after {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
      0deg,
      #005BA4 7.2%,
      #67BEEB 77.75%);
  background: var(--hwc-color-blue-gradient-top);
}

.hwc-BlockSteps-item .description {
  margin-top: 0.5rem;
  color: #747474;
  color: var(--hwc-color-grey);
}

@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-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  padding: 3.5rem 7rem;
  background: linear-gradient(
      137deg,
      #005BA4 7.2%,
      #67BEEB 77.75%);
  background: var(--hwc-color-blue-gradient);
  color: #FFFFFF;
  color: var(--hwc-color-text-alternate);
}

.hwc-BlockTestimonials-heading {
  margin-left: 6rem;
}

.hwc-BlockTestimonials-heading .supheading {
  margin-bottom: 2rem;
  border-color: #FFFFFF;
  border-color: var(--hwc-color-text-alternate);
}

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

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

.hwc-BlockTextCTA-container {
  display: flex;
  gap: 4rem;
}

.hwc-BlockTextCTA-side {
  flex: 0 0 33.3333333333%;
}

.hwc-BlockTextCTA-side .hwc-CTA {
  position: sticky;
  top: var(--header-height);
}

@media screen and (max-width: 768px) {
  .hwc-BlockTextCTA-container {
    display: block;
    gap: 1.5rem;
  }
  .hwc-BlockTextCTA-side {
    margin-top: 1rem;
  }
}

.hwc-BlockTextImage-container {
  display: flex;
  align-items: center;
}

.hwc-BlockTextImage-content,
.hwc-BlockTextImage-picture {
  position: relative;
  width: 50%;
}

.hwc-BlockTextImage-content {
  padding: 2.5rem 4.5rem 2.5rem 0;
}

.hwc-BlockTextImage-picture {
  border-radius: var(--hwc-border-radius);
  aspect-ratio: 4/3;
  overflow: hidden;
}

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

.hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-content {
  padding: 2.5rem 0 2.5rem 4.5rem;
}

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

@media screen and (max-width: 1024px) {
  .hwc-BlockTextImage-content {
    padding: 2rem 2rem 2rem 0;
  }
  .hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-content {
    padding: 2rem 0 2rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .hwc-BlockTextImage-container {
    flex-direction: column;
  }
  .hwc-BlockTextImage-content,
  .hwc-BlockTextImage-picture {
    width: 100%;
  }
  .hwc-BlockTextImage-content {
    padding: 2rem 0rem 0rem !important;
  }
}

.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 {
    display: block;
    text-align: center;
  }
  .hwc-BlockTiles-heading-side {
    display: none;
  }
  .hwc-BlockTiles .swiper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

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

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

.hwc-BlockVideo-video {
  position: relative;
  overflow: hidden;
  border-radius: var(--hwc-border-radius);
  height: 540px;
  display: block;
}

.hwc-BlockVideo-video .toggler {
  z-index: 2;
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  background-color: #FF5A5A;
  background-color: var(--hwc-color-contrast);
  transition: all 0.3s ease;
  border-radius: 100%;
}

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

.hwc-BlockVideo-video:hover .toggler {
  background-color: #F8F8F8;
  background-color: var(--hwc-color-light-grey);
  color: #FF5A5A;
  color: var(--hwc-color-contrast);
}

.hwc-BlockVideo-video:hover .toggler svg {
  fill: #FF5A5A;
  fill: var(--hwc-color-contrast);
}

.hwc-BlockVideo-video:hover .toggler svg path {
  fill: #FF5A5A;
  fill: var(--hwc-color-contrast);
}

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