/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper.css ***!
  \***************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: 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;
}

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
  }
.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-vertical  > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.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);
    }

/* Slide styles start */
/* 3D Shadows */
.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);
  }
}
/* Slide styles end */
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

/* Common Styles */
.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%;
}

/* Bullets */
.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: 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;
}

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

/* Progress */
.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: 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;
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 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: 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 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 .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) .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 .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 .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 .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
      transform: rotate(90deg);
    }
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/scss/bundle.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
/**
 * This file should only be used to import the files that need to be bundled and used in the frontend
 */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sizing-full {
  width: calc(100% - (2 * 1.25rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .sizing-full {
    width: calc(100% - (2 * 1.25rem));
  }
}
.sizing-large {
  width: calc(100% - (2 * 1.25rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
}
@media screen and (min-width: 1024px) {
  .sizing-large {
    width: calc(100% - (2 * 1.25rem));
  }
}
.sizing-medium {
  width: calc(100% - (2 * 1.25rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
@media screen and (min-width: 1024px) {
  .sizing-medium {
    width: calc(100% - (2 * 1.25rem));
  }
}
.sizing-small {
  width: calc(100% - (2 * 1.25rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
@media screen and (min-width: 1024px) {
  .sizing-small {
    width: calc(100% - (2 * 1.25rem));
  }
}
.h-screen-smallest {
  height: 100vh;
}
.h-screen-largest {
  height: 100vh;
}
.h-screen-dynamic {
  height: 100vh;
}
.min-h-screen-smallest {
  min-height: 100vh;
}
.min-h-screen-largest {
  min-height: 100vh;
}
.min-h-screen-dynamic {
  min-height: 100vh;
}
.max-h-screen-smallest {
  max-height: 100vh;
}
.max-h-screen-largest {
  max-height: 100vh;
}
.max-h-screen-dynamic {
  max-height: 100vh;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}
.-left-\[15px\] {
  left: -15px;
}
.bottom-0 {
  bottom: 0rem;
}
.bottom-4 {
  bottom: 0.25rem;
}
.left-16 {
  left: 1rem;
}
.left-4 {
  left: 0.25rem;
}
.right-0 {
  right: 0rem;
}
.right-4 {
  right: 0.25rem;
}
.top-0 {
  top: 0rem;
}
.top-4 {
  top: 0.25rem;
}
.top-\[15px\] {
  top: 15px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mt-3 {
  margin-top: 0.1875rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mt-gutter-mobile {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-full {
  height: 100% !important;
}
.h-1 {
  height: 0.0625rem;
}
.h-16 {
  height: 1rem;
}
.h-32 {
  height: 2rem;
}
.h-400 {
  height: 25rem;
}
.h-50 {
  height: 3.125rem;
}
.h-600 {
  height: 37.5rem;
}
.h-64 {
  height: 4rem;
}
.h-\[calc\(100vh_-_15rem\)\] {
  height: calc(100vh - 15rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-200 {
  max-height: 12.5rem;
}
.max-h-300 {
  max-height: 18.75rem;
}
.max-h-80 {
  max-height: 5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[35rem\] {
  min-height: 35rem;
}
.w-1 {
  width: 0.0625rem;
}
.w-16 {
  width: 1rem;
}
.w-32 {
  width: 2rem;
}
.w-64 {
  width: 4rem;
}
.w-\[0\%\] {
  width: 0%;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[21\%\] {
  width: 21%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[29\%\] {
  width: 29%;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[3\%\] {
  width: 3%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[39\%\] {
  width: 39%;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[51\%\] {
  width: 51%;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[57\%\] {
  width: 57%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[6\%\] {
  width: 6%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[61\%\] {
  width: 61%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[67\%\] {
  width: 67%;
}
.w-\[68\%\] {
  width: 68%;
}
.w-\[69\%\] {
  width: 69%;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[71\%\] {
  width: 71%;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[73\%\] {
  width: 73%;
}
.w-\[74\%\] {
  width: 74%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[76\%\] {
  width: 76%;
}
.w-\[77\%\] {
  width: 77%;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[79\%\] {
  width: 79%;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[81\%\] {
  width: 81%;
}
.w-\[82\%\] {
  width: 82%;
}
.w-\[83\%\] {
  width: 83%;
}
.w-\[84\%\] {
  width: 84%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[87\%\] {
  width: 87%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[89\%\] {
  width: 89%;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[9rem\] {
  max-width: 9rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-medium {
  max-width: 75rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 0.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 0.75rem;
}
.gap-16 {
  gap: 1rem;
}
.gap-20 {
  gap: 1.25rem;
}
.gap-24 {
  gap: 1.5rem;
}
.gap-32 {
  gap: 2rem;
}
.gap-48 {
  gap: 3rem;
}
.gap-8 {
  gap: 0.5rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - 0));
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.375rem * calc(1 - 0));
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 0);
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, 1);
  border-color: rgba(212, 212, 212, var(--tw-border-opacity, 1));
}
.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgba(248, 218, 210, 1);
  border-color: rgba(248, 218, 210, var(--tw-border-opacity, 1));
}
.border-secondary-dark {
  border-color: rgba(231,157,148,0.4);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, 1);
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity, 1));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 68, 68, 1);
  background-color: rgba(68, 68, 68, var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 2, 0, 1);
  background-color: rgba(204, 2, 0, var(--tw-bg-opacity, 1));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(179, 0, 0, 1);
  background-color: rgba(179, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 218, 210, 1);
  background-color: rgba(248, 218, 210, var(--tw-bg-opacity, 1));
}
.bg-primary-lighter {
  background-color: rgba(178,34,34,0.10196);
}
.bg-secondary {
  background-color: rgba(248,218,210,0.30196);
}
.bg-secondary-dark {
  background-color: rgba(231,157,148,0.4);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-primary-light {
  --tw-gradient-from: #F8DAD2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(248, 218, 210, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary {
  --tw-gradient-to: #CC0200 var(--tw-gradient-to-position);
}
.fill-black {
  fill: #262626;
}
.fill-black\/0 {
  fill: rgba(38, 38, 38, 0);
}
.fill-black\/10 {
  fill: rgba(38, 38, 38, 0.1);
}
.fill-black\/100 {
  fill: rgb(38, 38, 38);
}
.fill-black\/15 {
  fill: rgba(38, 38, 38, 0.15);
}
.fill-black\/20 {
  fill: rgba(38, 38, 38, 0.2);
}
.fill-black\/25 {
  fill: rgba(38, 38, 38, 0.25);
}
.fill-black\/30 {
  fill: rgba(38, 38, 38, 0.3);
}
.fill-black\/35 {
  fill: rgba(38, 38, 38, 0.35);
}
.fill-black\/40 {
  fill: rgba(38, 38, 38, 0.4);
}
.fill-black\/45 {
  fill: rgba(38, 38, 38, 0.45);
}
.fill-black\/5 {
  fill: rgba(38, 38, 38, 0.05);
}
.fill-black\/50 {
  fill: rgba(38, 38, 38, 0.5);
}
.fill-black\/55 {
  fill: rgba(38, 38, 38, 0.55);
}
.fill-black\/60 {
  fill: rgba(38, 38, 38, 0.6);
}
.fill-black\/65 {
  fill: rgba(38, 38, 38, 0.65);
}
.fill-black\/70 {
  fill: rgba(38, 38, 38, 0.7);
}
.fill-black\/75 {
  fill: rgba(38, 38, 38, 0.75);
}
.fill-black\/80 {
  fill: rgba(38, 38, 38, 0.8);
}
.fill-black\/85 {
  fill: rgba(38, 38, 38, 0.85);
}
.fill-black\/90 {
  fill: rgba(38, 38, 38, 0.9);
}
.fill-black\/95 {
  fill: rgba(38, 38, 38, 0.95);
}
.fill-current {
  fill: currentColor;
}
.fill-error {
  fill: #ff0000;
}
.fill-error\/0 {
  fill: rgba(255, 0, 0, 0);
}
.fill-error\/10 {
  fill: rgba(255, 0, 0, 0.1);
}
.fill-error\/100 {
  fill: rgb(255, 0, 0);
}
.fill-error\/15 {
  fill: rgba(255, 0, 0, 0.15);
}
.fill-error\/20 {
  fill: rgba(255, 0, 0, 0.2);
}
.fill-error\/25 {
  fill: rgba(255, 0, 0, 0.25);
}
.fill-error\/30 {
  fill: rgba(255, 0, 0, 0.3);
}
.fill-error\/35 {
  fill: rgba(255, 0, 0, 0.35);
}
.fill-error\/40 {
  fill: rgba(255, 0, 0, 0.4);
}
.fill-error\/45 {
  fill: rgba(255, 0, 0, 0.45);
}
.fill-error\/5 {
  fill: rgba(255, 0, 0, 0.05);
}
.fill-error\/50 {
  fill: rgba(255, 0, 0, 0.5);
}
.fill-error\/55 {
  fill: rgba(255, 0, 0, 0.55);
}
.fill-error\/60 {
  fill: rgba(255, 0, 0, 0.6);
}
.fill-error\/65 {
  fill: rgba(255, 0, 0, 0.65);
}
.fill-error\/70 {
  fill: rgba(255, 0, 0, 0.7);
}
.fill-error\/75 {
  fill: rgba(255, 0, 0, 0.75);
}
.fill-error\/80 {
  fill: rgba(255, 0, 0, 0.8);
}
.fill-error\/85 {
  fill: rgba(255, 0, 0, 0.85);
}
.fill-error\/90 {
  fill: rgba(255, 0, 0, 0.9);
}
.fill-error\/95 {
  fill: rgba(255, 0, 0, 0.95);
}
.fill-grey {
  fill: #444444;
}
.fill-grey-light {
  fill: #D4D4D4;
}
.fill-grey-light\/0 {
  fill: rgba(212, 212, 212, 0);
}
.fill-grey-light\/10 {
  fill: rgba(212, 212, 212, 0.1);
}
.fill-grey-light\/100 {
  fill: rgb(212, 212, 212);
}
.fill-grey-light\/15 {
  fill: rgba(212, 212, 212, 0.15);
}
.fill-grey-light\/20 {
  fill: rgba(212, 212, 212, 0.2);
}
.fill-grey-light\/25 {
  fill: rgba(212, 212, 212, 0.25);
}
.fill-grey-light\/30 {
  fill: rgba(212, 212, 212, 0.3);
}
.fill-grey-light\/35 {
  fill: rgba(212, 212, 212, 0.35);
}
.fill-grey-light\/40 {
  fill: rgba(212, 212, 212, 0.4);
}
.fill-grey-light\/45 {
  fill: rgba(212, 212, 212, 0.45);
}
.fill-grey-light\/5 {
  fill: rgba(212, 212, 212, 0.05);
}
.fill-grey-light\/50 {
  fill: rgba(212, 212, 212, 0.5);
}
.fill-grey-light\/55 {
  fill: rgba(212, 212, 212, 0.55);
}
.fill-grey-light\/60 {
  fill: rgba(212, 212, 212, 0.6);
}
.fill-grey-light\/65 {
  fill: rgba(212, 212, 212, 0.65);
}
.fill-grey-light\/70 {
  fill: rgba(212, 212, 212, 0.7);
}
.fill-grey-light\/75 {
  fill: rgba(212, 212, 212, 0.75);
}
.fill-grey-light\/80 {
  fill: rgba(212, 212, 212, 0.8);
}
.fill-grey-light\/85 {
  fill: rgba(212, 212, 212, 0.85);
}
.fill-grey-light\/90 {
  fill: rgba(212, 212, 212, 0.9);
}
.fill-grey-light\/95 {
  fill: rgba(212, 212, 212, 0.95);
}
.fill-grey\/0 {
  fill: rgba(68, 68, 68, 0);
}
.fill-grey\/10 {
  fill: rgba(68, 68, 68, 0.1);
}
.fill-grey\/100 {
  fill: rgb(68, 68, 68);
}
.fill-grey\/15 {
  fill: rgba(68, 68, 68, 0.15);
}
.fill-grey\/20 {
  fill: rgba(68, 68, 68, 0.2);
}
.fill-grey\/25 {
  fill: rgba(68, 68, 68, 0.25);
}
.fill-grey\/30 {
  fill: rgba(68, 68, 68, 0.3);
}
.fill-grey\/35 {
  fill: rgba(68, 68, 68, 0.35);
}
.fill-grey\/40 {
  fill: rgba(68, 68, 68, 0.4);
}
.fill-grey\/45 {
  fill: rgba(68, 68, 68, 0.45);
}
.fill-grey\/5 {
  fill: rgba(68, 68, 68, 0.05);
}
.fill-grey\/50 {
  fill: rgba(68, 68, 68, 0.5);
}
.fill-grey\/55 {
  fill: rgba(68, 68, 68, 0.55);
}
.fill-grey\/60 {
  fill: rgba(68, 68, 68, 0.6);
}
.fill-grey\/65 {
  fill: rgba(68, 68, 68, 0.65);
}
.fill-grey\/70 {
  fill: rgba(68, 68, 68, 0.7);
}
.fill-grey\/75 {
  fill: rgba(68, 68, 68, 0.75);
}
.fill-grey\/80 {
  fill: rgba(68, 68, 68, 0.8);
}
.fill-grey\/85 {
  fill: rgba(68, 68, 68, 0.85);
}
.fill-grey\/90 {
  fill: rgba(68, 68, 68, 0.9);
}
.fill-grey\/95 {
  fill: rgba(68, 68, 68, 0.95);
}
.fill-info {
  fill: #0099ff;
}
.fill-info\/0 {
  fill: rgba(0, 153, 255, 0);
}
.fill-info\/10 {
  fill: rgba(0, 153, 255, 0.1);
}
.fill-info\/100 {
  fill: rgb(0, 153, 255);
}
.fill-info\/15 {
  fill: rgba(0, 153, 255, 0.15);
}
.fill-info\/20 {
  fill: rgba(0, 153, 255, 0.2);
}
.fill-info\/25 {
  fill: rgba(0, 153, 255, 0.25);
}
.fill-info\/30 {
  fill: rgba(0, 153, 255, 0.3);
}
.fill-info\/35 {
  fill: rgba(0, 153, 255, 0.35);
}
.fill-info\/40 {
  fill: rgba(0, 153, 255, 0.4);
}
.fill-info\/45 {
  fill: rgba(0, 153, 255, 0.45);
}
.fill-info\/5 {
  fill: rgba(0, 153, 255, 0.05);
}
.fill-info\/50 {
  fill: rgba(0, 153, 255, 0.5);
}
.fill-info\/55 {
  fill: rgba(0, 153, 255, 0.55);
}
.fill-info\/60 {
  fill: rgba(0, 153, 255, 0.6);
}
.fill-info\/65 {
  fill: rgba(0, 153, 255, 0.65);
}
.fill-info\/70 {
  fill: rgba(0, 153, 255, 0.7);
}
.fill-info\/75 {
  fill: rgba(0, 153, 255, 0.75);
}
.fill-info\/80 {
  fill: rgba(0, 153, 255, 0.8);
}
.fill-info\/85 {
  fill: rgba(0, 153, 255, 0.85);
}
.fill-info\/90 {
  fill: rgba(0, 153, 255, 0.9);
}
.fill-info\/95 {
  fill: rgba(0, 153, 255, 0.95);
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: #CC0200;
}
.fill-primary-dark {
  fill: #b30000;
}
.fill-primary-dark\/0 {
  fill: rgba(179, 0, 0, 0);
}
.fill-primary-dark\/10 {
  fill: rgba(179, 0, 0, 0.1);
}
.fill-primary-dark\/100 {
  fill: rgb(179, 0, 0);
}
.fill-primary-dark\/15 {
  fill: rgba(179, 0, 0, 0.15);
}
.fill-primary-dark\/20 {
  fill: rgba(179, 0, 0, 0.2);
}
.fill-primary-dark\/25 {
  fill: rgba(179, 0, 0, 0.25);
}
.fill-primary-dark\/30 {
  fill: rgba(179, 0, 0, 0.3);
}
.fill-primary-dark\/35 {
  fill: rgba(179, 0, 0, 0.35);
}
.fill-primary-dark\/40 {
  fill: rgba(179, 0, 0, 0.4);
}
.fill-primary-dark\/45 {
  fill: rgba(179, 0, 0, 0.45);
}
.fill-primary-dark\/5 {
  fill: rgba(179, 0, 0, 0.05);
}
.fill-primary-dark\/50 {
  fill: rgba(179, 0, 0, 0.5);
}
.fill-primary-dark\/55 {
  fill: rgba(179, 0, 0, 0.55);
}
.fill-primary-dark\/60 {
  fill: rgba(179, 0, 0, 0.6);
}
.fill-primary-dark\/65 {
  fill: rgba(179, 0, 0, 0.65);
}
.fill-primary-dark\/70 {
  fill: rgba(179, 0, 0, 0.7);
}
.fill-primary-dark\/75 {
  fill: rgba(179, 0, 0, 0.75);
}
.fill-primary-dark\/80 {
  fill: rgba(179, 0, 0, 0.8);
}
.fill-primary-dark\/85 {
  fill: rgba(179, 0, 0, 0.85);
}
.fill-primary-dark\/90 {
  fill: rgba(179, 0, 0, 0.9);
}
.fill-primary-dark\/95 {
  fill: rgba(179, 0, 0, 0.95);
}
.fill-primary-light {
  fill: #F8DAD2;
}
.fill-primary-light\/0 {
  fill: rgba(248, 218, 210, 0);
}
.fill-primary-light\/10 {
  fill: rgba(248, 218, 210, 0.1);
}
.fill-primary-light\/100 {
  fill: rgb(248, 218, 210);
}
.fill-primary-light\/15 {
  fill: rgba(248, 218, 210, 0.15);
}
.fill-primary-light\/20 {
  fill: rgba(248, 218, 210, 0.2);
}
.fill-primary-light\/25 {
  fill: rgba(248, 218, 210, 0.25);
}
.fill-primary-light\/30 {
  fill: rgba(248, 218, 210, 0.3);
}
.fill-primary-light\/35 {
  fill: rgba(248, 218, 210, 0.35);
}
.fill-primary-light\/40 {
  fill: rgba(248, 218, 210, 0.4);
}
.fill-primary-light\/45 {
  fill: rgba(248, 218, 210, 0.45);
}
.fill-primary-light\/5 {
  fill: rgba(248, 218, 210, 0.05);
}
.fill-primary-light\/50 {
  fill: rgba(248, 218, 210, 0.5);
}
.fill-primary-light\/55 {
  fill: rgba(248, 218, 210, 0.55);
}
.fill-primary-light\/60 {
  fill: rgba(248, 218, 210, 0.6);
}
.fill-primary-light\/65 {
  fill: rgba(248, 218, 210, 0.65);
}
.fill-primary-light\/70 {
  fill: rgba(248, 218, 210, 0.7);
}
.fill-primary-light\/75 {
  fill: rgba(248, 218, 210, 0.75);
}
.fill-primary-light\/80 {
  fill: rgba(248, 218, 210, 0.8);
}
.fill-primary-light\/85 {
  fill: rgba(248, 218, 210, 0.85);
}
.fill-primary-light\/90 {
  fill: rgba(248, 218, 210, 0.9);
}
.fill-primary-light\/95 {
  fill: rgba(248, 218, 210, 0.95);
}
.fill-primary-lighter {
  fill: rgba(178,34,34,0.10196);
}
.fill-primary-lighter\/0 {
  fill: rgba(178, 34, 34, 0);
}
.fill-primary-lighter\/10 {
  fill: rgba(178, 34, 34, 0.1);
}
.fill-primary-lighter\/100 {
  fill: rgb(178, 34, 34);
}
.fill-primary-lighter\/15 {
  fill: rgba(178, 34, 34, 0.15);
}
.fill-primary-lighter\/20 {
  fill: rgba(178, 34, 34, 0.2);
}
.fill-primary-lighter\/25 {
  fill: rgba(178, 34, 34, 0.25);
}
.fill-primary-lighter\/30 {
  fill: rgba(178, 34, 34, 0.3);
}
.fill-primary-lighter\/35 {
  fill: rgba(178, 34, 34, 0.35);
}
.fill-primary-lighter\/40 {
  fill: rgba(178, 34, 34, 0.4);
}
.fill-primary-lighter\/45 {
  fill: rgba(178, 34, 34, 0.45);
}
.fill-primary-lighter\/5 {
  fill: rgba(178, 34, 34, 0.05);
}
.fill-primary-lighter\/50 {
  fill: rgba(178, 34, 34, 0.5);
}
.fill-primary-lighter\/55 {
  fill: rgba(178, 34, 34, 0.55);
}
.fill-primary-lighter\/60 {
  fill: rgba(178, 34, 34, 0.6);
}
.fill-primary-lighter\/65 {
  fill: rgba(178, 34, 34, 0.65);
}
.fill-primary-lighter\/70 {
  fill: rgba(178, 34, 34, 0.7);
}
.fill-primary-lighter\/75 {
  fill: rgba(178, 34, 34, 0.75);
}
.fill-primary-lighter\/80 {
  fill: rgba(178, 34, 34, 0.8);
}
.fill-primary-lighter\/85 {
  fill: rgba(178, 34, 34, 0.85);
}
.fill-primary-lighter\/90 {
  fill: rgba(178, 34, 34, 0.9);
}
.fill-primary-lighter\/95 {
  fill: rgba(178, 34, 34, 0.95);
}
.fill-primary\/0 {
  fill: rgba(204, 2, 0, 0);
}
.fill-primary\/10 {
  fill: rgba(204, 2, 0, 0.1);
}
.fill-primary\/100 {
  fill: rgb(204, 2, 0);
}
.fill-primary\/15 {
  fill: rgba(204, 2, 0, 0.15);
}
.fill-primary\/20 {
  fill: rgba(204, 2, 0, 0.2);
}
.fill-primary\/25 {
  fill: rgba(204, 2, 0, 0.25);
}
.fill-primary\/30 {
  fill: rgba(204, 2, 0, 0.3);
}
.fill-primary\/35 {
  fill: rgba(204, 2, 0, 0.35);
}
.fill-primary\/40 {
  fill: rgba(204, 2, 0, 0.4);
}
.fill-primary\/45 {
  fill: rgba(204, 2, 0, 0.45);
}
.fill-primary\/5 {
  fill: rgba(204, 2, 0, 0.05);
}
.fill-primary\/50 {
  fill: rgba(204, 2, 0, 0.5);
}
.fill-primary\/55 {
  fill: rgba(204, 2, 0, 0.55);
}
.fill-primary\/60 {
  fill: rgba(204, 2, 0, 0.6);
}
.fill-primary\/65 {
  fill: rgba(204, 2, 0, 0.65);
}
.fill-primary\/70 {
  fill: rgba(204, 2, 0, 0.7);
}
.fill-primary\/75 {
  fill: rgba(204, 2, 0, 0.75);
}
.fill-primary\/80 {
  fill: rgba(204, 2, 0, 0.8);
}
.fill-primary\/85 {
  fill: rgba(204, 2, 0, 0.85);
}
.fill-primary\/90 {
  fill: rgba(204, 2, 0, 0.9);
}
.fill-primary\/95 {
  fill: rgba(204, 2, 0, 0.95);
}
.fill-secondary {
  fill: rgba(248,218,210,0.30196);
}
.fill-secondary-dark {
  fill: rgba(231,157,148,0.4);
}
.fill-secondary-dark\/0 {
  fill: rgba(231, 157, 148, 0);
}
.fill-secondary-dark\/10 {
  fill: rgba(231, 157, 148, 0.1);
}
.fill-secondary-dark\/100 {
  fill: rgb(231, 157, 148);
}
.fill-secondary-dark\/15 {
  fill: rgba(231, 157, 148, 0.15);
}
.fill-secondary-dark\/20 {
  fill: rgba(231, 157, 148, 0.2);
}
.fill-secondary-dark\/25 {
  fill: rgba(231, 157, 148, 0.25);
}
.fill-secondary-dark\/30 {
  fill: rgba(231, 157, 148, 0.3);
}
.fill-secondary-dark\/35 {
  fill: rgba(231, 157, 148, 0.35);
}
.fill-secondary-dark\/40 {
  fill: rgba(231, 157, 148, 0.4);
}
.fill-secondary-dark\/45 {
  fill: rgba(231, 157, 148, 0.45);
}
.fill-secondary-dark\/5 {
  fill: rgba(231, 157, 148, 0.05);
}
.fill-secondary-dark\/50 {
  fill: rgba(231, 157, 148, 0.5);
}
.fill-secondary-dark\/55 {
  fill: rgba(231, 157, 148, 0.55);
}
.fill-secondary-dark\/60 {
  fill: rgba(231, 157, 148, 0.6);
}
.fill-secondary-dark\/65 {
  fill: rgba(231, 157, 148, 0.65);
}
.fill-secondary-dark\/70 {
  fill: rgba(231, 157, 148, 0.7);
}
.fill-secondary-dark\/75 {
  fill: rgba(231, 157, 148, 0.75);
}
.fill-secondary-dark\/80 {
  fill: rgba(231, 157, 148, 0.8);
}
.fill-secondary-dark\/85 {
  fill: rgba(231, 157, 148, 0.85);
}
.fill-secondary-dark\/90 {
  fill: rgba(231, 157, 148, 0.9);
}
.fill-secondary-dark\/95 {
  fill: rgba(231, 157, 148, 0.95);
}
.fill-secondary\/0 {
  fill: rgba(248, 218, 210, 0);
}
.fill-secondary\/10 {
  fill: rgba(248, 218, 210, 0.1);
}
.fill-secondary\/100 {
  fill: rgb(248, 218, 210);
}
.fill-secondary\/15 {
  fill: rgba(248, 218, 210, 0.15);
}
.fill-secondary\/20 {
  fill: rgba(248, 218, 210, 0.2);
}
.fill-secondary\/25 {
  fill: rgba(248, 218, 210, 0.25);
}
.fill-secondary\/30 {
  fill: rgba(248, 218, 210, 0.3);
}
.fill-secondary\/35 {
  fill: rgba(248, 218, 210, 0.35);
}
.fill-secondary\/40 {
  fill: rgba(248, 218, 210, 0.4);
}
.fill-secondary\/45 {
  fill: rgba(248, 218, 210, 0.45);
}
.fill-secondary\/5 {
  fill: rgba(248, 218, 210, 0.05);
}
.fill-secondary\/50 {
  fill: rgba(248, 218, 210, 0.5);
}
.fill-secondary\/55 {
  fill: rgba(248, 218, 210, 0.55);
}
.fill-secondary\/60 {
  fill: rgba(248, 218, 210, 0.6);
}
.fill-secondary\/65 {
  fill: rgba(248, 218, 210, 0.65);
}
.fill-secondary\/70 {
  fill: rgba(248, 218, 210, 0.7);
}
.fill-secondary\/75 {
  fill: rgba(248, 218, 210, 0.75);
}
.fill-secondary\/80 {
  fill: rgba(248, 218, 210, 0.8);
}
.fill-secondary\/85 {
  fill: rgba(248, 218, 210, 0.85);
}
.fill-secondary\/90 {
  fill: rgba(248, 218, 210, 0.9);
}
.fill-secondary\/95 {
  fill: rgba(248, 218, 210, 0.95);
}
.fill-success {
  fill: #00cc66;
}
.fill-success\/0 {
  fill: rgba(0, 204, 102, 0);
}
.fill-success\/10 {
  fill: rgba(0, 204, 102, 0.1);
}
.fill-success\/100 {
  fill: rgb(0, 204, 102);
}
.fill-success\/15 {
  fill: rgba(0, 204, 102, 0.15);
}
.fill-success\/20 {
  fill: rgba(0, 204, 102, 0.2);
}
.fill-success\/25 {
  fill: rgba(0, 204, 102, 0.25);
}
.fill-success\/30 {
  fill: rgba(0, 204, 102, 0.3);
}
.fill-success\/35 {
  fill: rgba(0, 204, 102, 0.35);
}
.fill-success\/40 {
  fill: rgba(0, 204, 102, 0.4);
}
.fill-success\/45 {
  fill: rgba(0, 204, 102, 0.45);
}
.fill-success\/5 {
  fill: rgba(0, 204, 102, 0.05);
}
.fill-success\/50 {
  fill: rgba(0, 204, 102, 0.5);
}
.fill-success\/55 {
  fill: rgba(0, 204, 102, 0.55);
}
.fill-success\/60 {
  fill: rgba(0, 204, 102, 0.6);
}
.fill-success\/65 {
  fill: rgba(0, 204, 102, 0.65);
}
.fill-success\/70 {
  fill: rgba(0, 204, 102, 0.7);
}
.fill-success\/75 {
  fill: rgba(0, 204, 102, 0.75);
}
.fill-success\/80 {
  fill: rgba(0, 204, 102, 0.8);
}
.fill-success\/85 {
  fill: rgba(0, 204, 102, 0.85);
}
.fill-success\/90 {
  fill: rgba(0, 204, 102, 0.9);
}
.fill-success\/95 {
  fill: rgba(0, 204, 102, 0.95);
}
.fill-techniconcept-color {
  fill: #76bd4c;
}
.fill-techniconcept-color\/0 {
  fill: rgba(118, 189, 76, 0);
}
.fill-techniconcept-color\/10 {
  fill: rgba(118, 189, 76, 0.1);
}
.fill-techniconcept-color\/100 {
  fill: rgb(118, 189, 76);
}
.fill-techniconcept-color\/15 {
  fill: rgba(118, 189, 76, 0.15);
}
.fill-techniconcept-color\/20 {
  fill: rgba(118, 189, 76, 0.2);
}
.fill-techniconcept-color\/25 {
  fill: rgba(118, 189, 76, 0.25);
}
.fill-techniconcept-color\/30 {
  fill: rgba(118, 189, 76, 0.3);
}
.fill-techniconcept-color\/35 {
  fill: rgba(118, 189, 76, 0.35);
}
.fill-techniconcept-color\/40 {
  fill: rgba(118, 189, 76, 0.4);
}
.fill-techniconcept-color\/45 {
  fill: rgba(118, 189, 76, 0.45);
}
.fill-techniconcept-color\/5 {
  fill: rgba(118, 189, 76, 0.05);
}
.fill-techniconcept-color\/50 {
  fill: rgba(118, 189, 76, 0.5);
}
.fill-techniconcept-color\/55 {
  fill: rgba(118, 189, 76, 0.55);
}
.fill-techniconcept-color\/60 {
  fill: rgba(118, 189, 76, 0.6);
}
.fill-techniconcept-color\/65 {
  fill: rgba(118, 189, 76, 0.65);
}
.fill-techniconcept-color\/70 {
  fill: rgba(118, 189, 76, 0.7);
}
.fill-techniconcept-color\/75 {
  fill: rgba(118, 189, 76, 0.75);
}
.fill-techniconcept-color\/80 {
  fill: rgba(118, 189, 76, 0.8);
}
.fill-techniconcept-color\/85 {
  fill: rgba(118, 189, 76, 0.85);
}
.fill-techniconcept-color\/90 {
  fill: rgba(118, 189, 76, 0.9);
}
.fill-techniconcept-color\/95 {
  fill: rgba(118, 189, 76, 0.95);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgba(0, 0, 0, 0);
}
.fill-transparent\/10 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-transparent\/100 {
  fill: rgb(0, 0, 0);
}
.fill-transparent\/15 {
  fill: rgba(0, 0, 0, 0.15);
}
.fill-transparent\/20 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-transparent\/25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-transparent\/30 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-transparent\/35 {
  fill: rgba(0, 0, 0, 0.35);
}
.fill-transparent\/40 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-transparent\/45 {
  fill: rgba(0, 0, 0, 0.45);
}
.fill-transparent\/5 {
  fill: rgba(0, 0, 0, 0.05);
}
.fill-transparent\/50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-transparent\/55 {
  fill: rgba(0, 0, 0, 0.55);
}
.fill-transparent\/60 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-transparent\/65 {
  fill: rgba(0, 0, 0, 0.65);
}
.fill-transparent\/70 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-transparent\/75 {
  fill: rgba(0, 0, 0, 0.75);
}
.fill-transparent\/80 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-transparent\/85 {
  fill: rgba(0, 0, 0, 0.85);
}
.fill-transparent\/90 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-transparent\/95 {
  fill: rgba(0, 0, 0, 0.95);
}
.fill-warning {
  fill: #ffcc00;
}
.fill-warning\/0 {
  fill: rgba(255, 204, 0, 0);
}
.fill-warning\/10 {
  fill: rgba(255, 204, 0, 0.1);
}
.fill-warning\/100 {
  fill: rgb(255, 204, 0);
}
.fill-warning\/15 {
  fill: rgba(255, 204, 0, 0.15);
}
.fill-warning\/20 {
  fill: rgba(255, 204, 0, 0.2);
}
.fill-warning\/25 {
  fill: rgba(255, 204, 0, 0.25);
}
.fill-warning\/30 {
  fill: rgba(255, 204, 0, 0.3);
}
.fill-warning\/35 {
  fill: rgba(255, 204, 0, 0.35);
}
.fill-warning\/40 {
  fill: rgba(255, 204, 0, 0.4);
}
.fill-warning\/45 {
  fill: rgba(255, 204, 0, 0.45);
}
.fill-warning\/5 {
  fill: rgba(255, 204, 0, 0.05);
}
.fill-warning\/50 {
  fill: rgba(255, 204, 0, 0.5);
}
.fill-warning\/55 {
  fill: rgba(255, 204, 0, 0.55);
}
.fill-warning\/60 {
  fill: rgba(255, 204, 0, 0.6);
}
.fill-warning\/65 {
  fill: rgba(255, 204, 0, 0.65);
}
.fill-warning\/70 {
  fill: rgba(255, 204, 0, 0.7);
}
.fill-warning\/75 {
  fill: rgba(255, 204, 0, 0.75);
}
.fill-warning\/80 {
  fill: rgba(255, 204, 0, 0.8);
}
.fill-warning\/85 {
  fill: rgba(255, 204, 0, 0.85);
}
.fill-warning\/90 {
  fill: rgba(255, 204, 0, 0.9);
}
.fill-warning\/95 {
  fill: rgba(255, 204, 0, 0.95);
}
.fill-white {
  fill: #ffffff;
}
.fill-white\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-white\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-white\/100 {
  fill: rgb(255, 255, 255);
}
.fill-white\/15 {
  fill: rgba(255, 255, 255, 0.15);
}
.fill-white\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-white\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-white\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-white\/35 {
  fill: rgba(255, 255, 255, 0.35);
}
.fill-white\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-white\/45 {
  fill: rgba(255, 255, 255, 0.45);
}
.fill-white\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-white\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-white\/55 {
  fill: rgba(255, 255, 255, 0.55);
}
.fill-white\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-white\/65 {
  fill: rgba(255, 255, 255, 0.65);
}
.fill-white\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-white\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-white\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-white\/85 {
  fill: rgba(255, 255, 255, 0.85);
}
.fill-white\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-white\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-24 {
  padding: 1.5rem;
}
.p-4 {
  padding: 0.25rem;
}
.p-8 {
  padding: 0.5rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pb-12 {
  padding-bottom: 0.75rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pb-32 {
  padding-bottom: 2rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pl-32 {
  padding-left: 2rem;
}
.pr-32 {
  padding-right: 2rem;
}
.pt-2 {
  padding-top: 0.125rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pt-48 {
  padding-top: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-body {
  font-family: 'SuisseIntl', 'Helvetica', sans-serif;
}
.font-title {
  font-family: 'Futura', 'Helvetica', sans-serif;
}
.text-100 {
  font-size: 6.25rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-16 {
  font-size: 1rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-24 {
  font-size: 1.5rem;
}
.text-30 {
  font-size: 1.875rem;
}
.text-32 {
  font-size: 2rem;
}
.text-36 {
  font-size: 2.25rem;
}
.text-48 {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-110 {
  line-height: 1.1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, 1);
  color: rgba(38, 38, 38, var(--tw-text-opacity, 1));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgba(68, 68, 68, 1);
  color: rgba(68, 68, 68, var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(204, 2, 0, 1);
  color: rgba(204, 2, 0, var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-default {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: "SuisseIntl";
  src: url(../7328f724fa58bdc7a3a7.woff2) format("woff2"), url(../817642b2a06e9f9ff51e.woff) format("woff"), url(../47902d17f845ecb8ae18.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl";
  src: url(../9c7dfd0036f7bd24b053.woff2) format("woff2"), url(../2211c49456cd07331ea9.woff) format("woff"), url(../7f4d2ed2d8a9341748b2.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url(../b555ca48829721ab2ee5.woff2) format("woff2"), url(../70edce08926058c61120.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url(../63cdad041d41daa69755.woff2) format("woff2"), url(../fa13a0983da223c55a1a.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Cyrillic";
  src: url(../f13ddfa53791c150456a.woff2) format("woff2"), url(../d03c0431914895a0eb58.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* values for the styles, weights and sizes are handled by tailwind */
:root {
  font-size: 16px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 18px;
  }
}

body {
  font-family: 'SuisseIntl', 'Helvetica', sans-serif;
  font-weight: 400;
}

h1, .style-h1 {
  font-family: 'Futura', 'Helvetica', sans-serif;
  font-weight: 400;
}

h2, .style-h2 {
  font-family: 'Futura', 'Helvetica', sans-serif;
  font-weight: 400;
}

h3, .style-h3 {
  font-family: 'Futura', 'Helvetica', sans-serif;
  font-weight: 400;
}

h4, .style-h4 {
  font-family: 'Futura', 'Helvetica', sans-serif;
  font-weight: 400;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* put footer always at the bottom */
html > body {
  position: relative;
  min-height: 100vh;
}
html > body > footer {
  position: sticky;
  top: 100%;
}

#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent.cmplz-show {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.otgs-development-site-front-end {
  display: none;
}

.btn-primary {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.btn-primary span {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.btn-primary .arrow-animate {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
  color: #ffffff;
  background: #b30000;
  box-shadow: 0 4px 16px 0 rgba(179, 0, 0, 0.15);
}
.btn-primary:hover .arrow-animate {
  transform: translateX(8px) scale(1.2);
}
.btn-primary:hover::before {
  width: 300%;
  height: 300%;
  opacity: 0.25;
}
.btn-primary:hover span {
  color: #ffffff;
}
.btn-primary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #b30000;
  opacity: 0.15;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  z-index: 1;
}

.btn-secondary {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.btn-secondary span {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.btn-secondary .arrow-animate {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-secondary:hover {
  color: #262626;
  background: #F8DAD2;
  box-shadow: 0 4px 16px 0 rgba(179, 0, 0, 0.15);
}
.btn-secondary:hover .arrow-animate {
  transform: translateX(8px) scale(1.2);
}
.btn-secondary:hover::before {
  width: 300%;
  height: 300%;
  opacity: 0.25;
}
.btn-secondary:hover span {
  color: #262626;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #F8DAD2;
  opacity: 0.15;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  z-index: 1;
}

.menu-footer-widget a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 0.8;
  transition: opacity 0.3s, -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s, opacity 0.3s;
  transition: text-decoration 0.3s, opacity 0.3s, -webkit-text-decoration 0.3s;
}

body.cmplz-document #cmplz-document,
.legal-page-template .content-page {
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
  padding-top: calc(2rem + 5rem);
}
@media screen and (min-width: 640px) {
  body.cmplz-document #cmplz-document,
  .legal-page-template .content-page {
    padding-top: calc(3rem + 5.5rem);
  }
}
body.cmplz-document #cmplz-document > *:not(section),
.legal-page-template .content-page > *:not(section) {
  width: calc(100% - 2 * 1.25rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
@media screen and (min-width: 640px) {
  body.cmplz-document #cmplz-document > *:not(section),
  .legal-page-template .content-page > *:not(section) {
    width: calc(100% - 2 * 6.25rem);
  }
}
body.cmplz-document #cmplz-document > h1, body.cmplz-document #cmplz-document h2,
.legal-page-template .content-page > h1,
.legal-page-template .content-page h2 {
  margin-top: 1.875rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
body.cmplz-document #cmplz-document .screen-reader-text,
.legal-page-template .content-page .screen-reader-text {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .header.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.header.hidden {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.header:not(.hidden) {
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}

.navbar {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  height: 5rem;
}
@media only screen and (min-width: 1280px) {
  .navbar {
    padding: 0;
    height: 5.5rem;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1536px) {
  .navbar {
    max-width: 1350px;
  }
}

.brand {
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--color-black);
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  /* overflow: hidden; */
  padding-top: 9dvh;
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.1s;
}
.menu.is-active {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
}
.menu-link {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #262626;
  transition: all 0.3s ease;
}
.menu-block {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media only screen and (min-width: 1280px) {
  .menu {
    position: relative;
    top: auto;
    top: initial;
    right: auto;
    right: initial;
    width: auto;
    height: auto;
    padding: 0;
    padding: initial;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    box-shadow: none;
    box-shadow: initial;
    transition: none 0s ease 0s;
    transition: initial;
  }
  .menu-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-link {
    font-size: 1rem;
    text-transform: capitalize;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-top: 80px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0s linear 0.4s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.menu-mobile.is-active {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0s linear 0s;
}
.menu-mobile .menu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-top: 1.25rem;
}
.menu-mobile .menu-inner .sub-menu {
  padding-top: 6.25rem !important;
}
.menu-mobile a {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.menu-mobile > * {
  transition: opacity 0.3s ease;
}
.menu-mobile:not(.is-active) > * {
  opacity: 0;
}
.menu-mobile.is-active > * {
  opacity: 1;
}

.burger {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1rem;
  z-index: 99;
  visibility: visible;
}
@media only screen and (min-width: 1280px) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
.burger-line {
  position: absolute;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
  line-height: 1.25;
  background-color: #262626;
  transition: all 0.25s ease;
}
.burger-line:nth-child(1) {
  top: 0.25rem;
}
.burger-line:nth-child(2) {
  top: 0.75rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

form .frm_submit .frm_button_submit {
  position: relative;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08) !important;
  font-weight: 600 !important;
  padding: 0.625rem 1rem !important;
  background-color: #CC0200 !important;
  border-radius: 0.375rem !important;
  border: none !important;
  outline: none !important;
}
form .frm_submit .frm_button_submit:hover {
  background-color: #b30000 !important;
  box-shadow: 0 4px 16px 0 rgba(179, 0, 0, 0.15) !important;
}

.frm_style_style-formidable.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus, .frm_style_style-formidable.with_frm_style select:focus, .frm_style_style-formidable.with_frm_style .form-field textarea:focus, .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=text], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=password], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=email], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=number], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=url], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=tel], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_style-formidable.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
  border-color: #CC0200 !important;
  box-shadow: 0 0 0 3px rgba(179, 0, 0, 0.15) !important;
}

/* Dropdown Menu Styles */
.menu-inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 101;
}
.menu-inner .current-menu-item a {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-inner .sub-menu li.current-menu-item a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #b30000;
}

.menu-inner > li {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .menu-inner > li {
    width: auto;
  }
}

.menu-inner a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .menu-inner a {
    width: auto;
  }
  .menu-inner > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

/* Dropdown Styles */
.menu-inner > li.menu-item-has-children,
.menu-inner > li.dropdown {
  position: relative;
  z-index: 102;
}

.menu-item-has-children .dropdown-toggle::after,
.dropdown .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 9l5 5 5-5\" stroke=\"%23262626\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  vertical-align: middle;
  transition: transform 0.2s;
}

.menu-item-has-children:hover .dropdown-toggle::after,
.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.menu-inner > li > .sub-menu,
.menu-inner > li > .dropdown-menu {
  position: fixed !important;
  background: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 999999 !important;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  margin-top: 8px;
}

.menu-inner > li.menu-item-has-children:hover > .sub-menu,
.menu-inner > li.menu-item-has-children:hover > .dropdown-menu,
.menu-inner > li.dropdown:hover > .sub-menu,
.menu-inner > li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li {
  width: 100%;
}

.sub-menu a {
  padding: 12px 16px;
  display: block;
  color: #333;
  border-radius: 0;
}

.sub-menu a:hover {
  background-color: #f5f5f5;
  color: #b30000;
}

.submenu-back {
  display: none;
}

/* Mobile Menu Adjustments */
@media (max-width: 1279px) {
  /* Ensure burger menu is above submenu */
  .menu-block,
  #burger,
  .burger {
    position: relative !important;
    z-index: 9999999 !important;
  }
  .menu-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding: 0 16px;
  }
  .current-menu-item {
    width: 100%;
  }
  /* Mobile submenu as separate page - completely detached from menu */
  .sub-menu,
  .dropdown-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    background: white !important;
    z-index: 999999 !important;
    /* opacity: 0 !important;
    visibility: hidden !important; */
    transform: translateX(100%) !important;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s !important;
    margin: 0 !important;
    padding: 60px 20px 20px !important;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 0 !important;
    pointer-events: none !important;
  }
  /* Active state - submenu visible - APPEARS IMMEDIATELY */
  .sub-menu.submenu-active,
  .dropdown-menu.submenu-active {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s !important;
    pointer-events: auto !important;
  }
  /* When submenu is open, disable clicks on OTHER menu items */
  .menu-inner > li.submenu-open ~ li {
    pointer-events: none !important;
  }
  /* Also disable items before the open submenu */
  .menu-inner:has(.submenu-open) > li:not(.submenu-open) {
    pointer-events: none !important;
  }
  /* But keep the open submenu item and its children clickable */
  .menu-inner > li.submenu-open {
    pointer-events: auto !important;
  }
  .menu-inner > li.submenu-open * {
    pointer-events: auto !important;
  }
  /* Ensure submenu itself is always clickable when active */
  .submenu-active {
    pointer-events: auto !important;
  }
  .submenu-active * {
    pointer-events: auto !important;
  }
  /* Prevent hover effects on mobile */
  /* .menu-inner > li.menu-item-has-children:hover > .sub-menu,
  .menu-inner > li.dropdown:hover > .sub-menu {
      transform: translateX(100%) !important;
      opacity: 0 !important;
      visibility: hidden !important;
  } */
  /* Ensure submenu opens when parent has submenu-open class */
  .menu-inner > li.submenu-open > .sub-menu,
  .menu-inner > li.submenu-open > .dropdown-menu {
    /* transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important; */
  }
  /* Back button styling */
  .submenu-back {
    display: block;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    list-style: none !important;
  }
  .submenu-back-btn {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-weight: 600 !important;
    color: #262626 !important;
    padding: 8px 0 !important;
    font-size: 16px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    width: 100% !important;
    text-align: left !important;
  }
  .submenu-back-btn svg {
    flex-shrink: 0;
  }
  .submenu-back-btn span {
    flex: 1;
  }
  /* Submenu items on mobile */
  .sub-menu li:not(.submenu-back) {
    margin-bottom: 8px;
  }
  .sub-menu li:not(.submenu-back) a {
    padding: 8px 12px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    color: #262626 !important;
  }
  .sub-menu li:not(.submenu-back) a:active {
    background-color: #e0e0e0 !important;
  }
  /* Arrow indicator for parent items on mobile */
  .menu-item-has-children .dropdown-toggle::after,
  .dropdown .dropdown-toggle::after {
    background-image: url("data:image/svg+xml;utf8,<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 6l5 5-5 5\" stroke=\"%23262626\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") !important;
    transform: none !important;
  }
  .menu-item-has-children:hover .dropdown-toggle::after,
  .dropdown:hover .dropdown-toggle::after {
    transform: none !important;
  }
}
.wysiwyg > * + * {
  margin-top: 1em;
}
.wysiwyg ul {
  padding-left: 1rem;
  list-style-type: disc;
}
.wysiwyg a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wysiwyg p {
  /* color: theme('colors.black'); */
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  color: #262626;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.wysiwyg ul, .wysiwyg ol {
  color: #262626;
  margin-bottom: 1.5rem;
}
.wysiwyg ol {
  list-style-type: decimal;
  padding-left: 1rem;
}
.wysiwyg h2 {
  font-size: 1.875rem;
}
.wysiwyg h3 {
  font-size: 1.5rem;
}
.wysiwyg h4 {
  font-size: 1.25rem;
}
.wysiwyg h5 {
  font-size: 1.125rem;
}
.wysiwyg h6 {
  font-size: 1rem;
}
.wysiwyg img {
  border-radius: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.columns {
  display: grid;
  grid-gap: var(--spacing-20);
  gap: var(--spacing-20);
}

.columns--1 {
  grid-template-columns: 1fr;
}

.columns--2 {
  grid-template-columns: 1fr 1fr;
}

.columns--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.columns--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 768px) {
  .columns--2, .columns--3, .columns--4 {
    grid-template-columns: 1fr;
  }
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-next {
  right: 20px;
  margin-right: 0 !important;
}

.swiper-button-prev {
  left: 20px;
  margin-left: 0 !important;
}

.swiper-pagination {
  bottom: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: --color-white;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: --color-primary;
}

.hero-block {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222 no-repeat center/cover;
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}
.hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.hero-block .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}
.hero-block .hero-content [data-hero-animate] {
  opacity: 0;
  transform: translateY(40px);
}
@media (max-width: 900px) {
  .hero-block {
    min-height: 300px;
  }
  .hero-block .hero-description {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .hero-block {
    min-height: 180px;
  }
  .hero-block .hero-description {
    font-size: 0.95rem;
  }
}

.faq-item {
  transition: box-shadow 0.3s;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0rem;
  cursor: pointer;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .faq-question {
    padding: 1rem 0.5rem;
  }
}

.faq-answer {
  padding: 0rem 0rem 1rem 0rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height, opacity, padding;
}
@media screen and (min-width: 640px) {
  .faq-answer {
    padding: 0rem 0.5rem 1rem 0.5rem;
  }
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding: 0rem 0rem 1rem 0rem;
}
@media screen and (min-width: 640px) {
  .faq-item.active .faq-answer {
    padding: 0rem 0.5rem 1rem 0.5rem;
  }
}
@media (min-width: 640px) {
  .sm\:sizing-small {
    width: calc(100% - (2 * 1.25rem));
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
  @media screen and (min-width: 1024px) {
    .sm\:sizing-small {
      width: calc(100% - (2 * 1.25rem));
    }
  }
}
.last\:border-none:last-child {
  border-style: none;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(204, 2, 0, 1);
    background-color: rgba(204, 2, 0, var(--tw-bg-opacity, 1));
  }
  .hover\:text-techniconcept-color:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 189, 76, 1);
    color: rgba(118, 189, 76, var(--tw-text-opacity, 1));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:opacity-70:hover {
    opacity: 0.7;
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .sm\:max-h-160 {
    max-height: 10rem;
  }
  .sm\:w-160 {
    width: 10rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:min-w-\[10rem\] {
    min-width: 10rem;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-24 {
    gap: 1.5rem;
  }
  .sm\:p-24 {
    padding: 1.5rem;
  }
  .sm\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:text-120 {
    font-size: 7.5rem;
  }
  .sm\:text-20 {
    font-size: 1.25rem;
  }
  .sm\:text-30 {
    font-size: 1.875rem;
  }
  .sm\:text-36 {
    font-size: 2.25rem;
  }
  .sm\:text-40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:block {
    display: block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[calc\(50\%-1rem\)\] {
    width: calc(50% - 1rem);
  }
  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0rem;
  }
  .md\:gap-64 {
    gap: 4rem;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:pl-0 {
    padding-left: 0rem;
  }
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:text-48 {
    font-size: 3rem;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-\[23\%\] {
    width: 23%;
  }
  .xl\:w-\[calc\(30\%\)\] {
    width: calc(30%);
  }
  .xl\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:w-\[calc\(33\.333\%-1\.33rem\)\] {
    width: calc(33.333% - 1.33rem);
  }
}
@media (min-width: 1920px) {
  .\33xl\:w-\[calc\(33\.333\%-1\.33rem\)\] {
    width: calc(33.333% - 1.33rem);
  }
}
