/**
 * This injects custom `@font-face` rules.
 */

/* node_modules/swiper/swiper.min.css */

@font-face {
  font-family: swiper-icons;

  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);

  font-weight: 400;

  font-style: normal;
}

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

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(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, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(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, .5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

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

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

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

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

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

/* node_modules/@vime/core/themes/default.css */

vm-player {
  --vm-color-dark:#313131;
  --vm-color-gray-100:rgba(0, 0, 0, 0.1);
  --vm-color-gray-200:rgba(0, 0, 0, 0.27);
  --vm-color-gray-300:rgba(0, 0, 0, 0.38);
  --vm-color-gray-500:rgba(0, 0, 0, 0.64);
  --vm-color-gray-600:rgba(0, 0, 0, 0.7);
  --vm-color-white-100:rgba(255, 255, 255, 0.1);
  --vm-color-white-200:rgba(255, 255, 255, 0.27);
  --vm-color-white-700:rgba(255, 255, 255, 0.87);
  --vm-fade-transition:opacity 0.3s ease-in-out;
  --vm-media-z-index:0;
  --vm-blocker-z-index:1;
  --vm-ui-z-index:2;
  --vm-loading-screen-z-index:1;
  --vm-poster-z-index:5;
  --vm-scrim-z-index:10;
  --vm-click-to-play-z-index:20;
  --vm-dbl-click-fullscreen-z-index:20;
  --vm-captions-z-index:30;
  --vm-spinner-z-index:40;
  --vm-controls-z-index:50;
  --vm-tooltip-z-index:60;
  --vm-menu-z-index:70;
  --vm-skeleton-z-index:100;
  --vm-player-bg:#000;
  --vm-player-border-radius:4px;
  --vm-player-font-family:"Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  --vm-loading-screen-dot-size:12px;
  --vm-loading-screen-pulse-duration:1.5s;
  --vm-loading-screen-dot-color:var( --vm-player-theme, var(--vm-color-white-700) );
  --vm-skeleton-color:hsl(0, 10%, 90%);
  --vm-skeleton-sheen-color:hsl(0, 10%, 97%);
  --vm-slider-thumb-width:13px;
  --vm-slider-thumb-height:13px;
  --vm-slider-thumb-bg:#fff;
  --vm-slider-thumb-border:2px solid transparent;
  --vm-slider-track-height:3px;
  --vm-slider-track-focused-height:5px;
  --vm-slider-track-color:var(--vm-color-white-200);
  --vm-slider-value-color:var(--vm-player-theme, #fff);
  --vm-tooltip-border-radius:3px;
  --vm-tooltip-font-size:14px;
  --vm-tooltip-padding:calc(var(--vm-control-spacing) / 1.5);
  --vm-tooltip-fade-duration:0.2s;
  --vm-tooltip-fade-timing-func:ease;
  --vm-tooltip-spacing:14px;
  --vm-tooltip-box-shadow:0 0 2px var(--vm-color-gray-500);
  --vm-tooltip-bg:var(--vm-color-dark);
  --vm-tooltip-color:var(--vm-color-white-700);
  --vm-spinner-width:80px;
  --vm-spinner-height:80px;
  --vm-spinner-thickness:3px;
  --vm-spinner-fill-color:#fff;
  --vm-spinner-track-color:var(--vm-color-white-200);
  --vm-spinner-spin-duration:1.1s;
  --vm-spinner-spin-timing-func:linear;
  --vm-scrim-bg:var(--vm-color-gray-300);
  --vm-captions-text-color:#fff;
  --vm-captions-font-size:18px;
  --vm-captions-font-size-medium:22px;
  --vm-captions-font-size-large:24px;
  --vm-captions-font-size-xlarge:28px;
  --vm-captions-cue-bg-color:var(--vm-color-gray-600);
  --vm-captions-cue-border-radius:2px;
  --vm-captions-cue-padding:0.2em 0.5em;
  --vm-controls-bg:transparent;
  --vm-controls-border-radius:4px;
  --vm-controls-padding:var(--vm-control-spacing);
  --vm-controls-spacing:var(--vm-control-spacing);
  --vm-control-group-spacing:var(--vm-control-spacing);
  --vm-control-border:0;
  --vm-control-scale:1;
  --vm-control-border-radius:3px;
  --vm-control-spacing:8px;
  --vm-control-padding:4px;
  --vm-control-icon-size:28px;
  --vm-control-color:#fff;
  --vm-control-tap-highlight:var(--vm-color-white-200);
  --vm-control-focus-color:#fff;
  --vm-control-focus-bg:var(--vm-player-theme, var(--vm-color-white-200));
  --vm-scrubber-loading-stripe-size:25px;
  --vm-scrubber-buffered-bg:var(--vm-color-white-200);
  --vm-scrubber-loading-stripe-color:var(--vm-color-white-200);
  --vm-scrubber-tooltip-spacing:10px;
  --vm-time-font-size:14px;
  --vm-time-font-weight:400;
  --vm-time-color:var(--vm-color-white-700);
  --vm-menu-color:var(--vm-color-white-700);
  --vm-menu-bg:var(--vm-color-dark);
  --vm-menu-font-size:14px;
  --vm-menu-font-weight:400;
  --vm-menu-transition:transform 0.25s ease-out;
  --vm-menu-item-padding:8px;
  --vm-menu-item-focus-color:var(--vm-menu-color);
  --vm-menu-item-focus-bg:var(--vm-color-white-100);
  --vm-menu-item-tap-highlight:var(--vm-color-white-100);
  --vm-menu-item-hint-color:var(--vm-menu-color);
  --vm-menu-item-hint-font-size:13px;
  --vm-menu-item-hint-opacity:0.54;
  --vm-menu-item-badge-color:var(--vm-menu-color);
  --vm-menu-item-badge-bg:transparent;
  --vm-menu-item-badge-font-size:10px;
  --vm-menu-item-arrow-color:var(--vm-menu-color);
  --vm-menu-item-check-icon-size:16px;
  --vm-menu-item-divider-color:var(--vm-color-white-100);
  --vm-settings-width:275px;
  --vm-settings-padding:8px;
  --vm-settings-max-height:75%;
  --vm-settings-border-radius:2px;
  --vm-settings-shadow:0 0 8px 2px var(--vm-color-gray-100);
  --vm-settings-scroll-width:10px;
  --vm-settings-scroll-thumb-color:var(--vm-color-white-200);
  --vm-settings-scroll-track-color:var(--vm-menu-bg);
  --vm-settings-transition:transform 0.2s cubic-bezier(0, 0, 0.4, 1) 0.16s,opacity 0.2s cubic-bezier(0, 0, 0.4, 1) 0.16s;
}

vm-player[video] {
  --vm-tooltip-spacing:18px;
}

vm-player[mobile],
vm-player[touch] {
  --vm-control-border-radius:50%;
}

vm-player[mobile] {
  --vm-settings-width:100%;
  --vm-menu-control-padding:12px calc(var(--vm-control-padding) * 2);
}

vm-player[audio] {
  --vm-controls-bg:var(--vm-color-dark);
  --vm-settings-max-height:200px;
  --vm-tooltip-spacing:10px;
}

:root {
  --socialIcon: 0.4rem;
  --hamburgerHeight: 0.5rem;
  --content-padding-top: 4.45rem;
  --wrap: 1.5rem;
  --wrap2: 1.5rem;
  --section-padding-y: 2.5rem;
  --swiper-navigation-color: #E91E4D;
  --swiper-navigation-size: 20px;
  --header-height: ;
  --header-height-translate: ;
  --navBottomDesktop: ;
  --body-font-size: 1rem;
  --teaser-font-size: 1rem;
  --h2-font-size: 1.75rem;
  --h2-leading: 1.2857em;
  --swiper-pagination-color: #999999;
}

@media (min-width: 1024px) {
  :root {
    --wrap: 5rem;
    --section-padding-y: 5rem;
    --wrap2: 7.1875rem;
    --socialIcon: 0.45rem;
    --header-height: ;
    --header-height-translate: ;
    --body-font-size: 1.25rem;
    --teaser-font-size: 1.125rem;
    --h2-font-size: 1.75rem;
    /* was 2.25rem */
    --h2-leading: 1.286em;
    --content-padding-top: 7.07rem;
  }
}

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "GT-Walsheim";

  src: url("fonts/GTWalsheimProRegular.ttf") format("truetype");

  font-style: normal;

  font-weight: 400;

  font-display: block;
}

@font-face {
  font-family: "GT-Walsheim";

  src: url("fonts/GTWalsheimProMedium.ttf") format("truetype");

  font-style: normal;

  font-weight: 600;
}

/*********************
web STYLES 
*********************/

*,
*:after,
*:before {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  /* 	outline: none !important;
 */
  max-height: 1000000px;
}

* {
  box-sizing: border-box !important;
}

html.android,
html.android body {
  height: auto;
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

p {
  -ms-word-wrap: normal;
  word-break: break-word;
  word-wrap: normal;
  /* -webkit-hyphens: auto;
      -moz-hyphens: auto;
        hyphens: auto;
      sets a minimum number of characters before and after the break
     -webkit-hyphenate-before: 2;
          hyphenate-lines: 3;
      enabling fancy ligatures when available
      -webkit-font-feature-settings: "liga", "dlig";
      -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
      -o-font-feature-settings: "liga", "dlig";
      font-feature-settings: "liga", "dlig";
     -webkit-hyphens: none;
     -moz-hyphens:    none;
     -ms-hyphens:     none;
     hyphens:         none; */
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.swup-transition-fade {
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* body.home.swupReady .swup-transition-fade {
     transition-delay: 1.3s;
 } */

html.is-animating .swup-transition-fade {
  opacity: 0;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.2.4 | 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.
*/

html {
  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: GT-Walsheim, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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]) {
  -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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  overflow-y: scroll;
  font-size: 16px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: GT-Walsheim, sans-serif;
}

.wrap {
  padding-left: var(--wrap);
  padding-right: var(--wrap);
}

#content {
  padding-top: var(--content-padding-top);
}

.h1 {
  font-family: GT-Walsheim, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.277em;
}

.h2 {
  font-family: GT-Walsheim, sans-serif;
  font-size: var(--h2-font-size);
  font-weight: 600;
  line-height: var(--h2-leading);
}

.h3 {
  font-family: GT-Walsheim, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2916em;
}

.h4 {
  font-family: GT-Walsheim, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
}

.bg-green > h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a[href^="#"]:not(.screen-reader-text):not(.wpml-ls-item-toggle):not(.sr-only) {
  position: relative;
}

a[href^="#"]:after:not(.wpml-ls-item-toggle) {
  position: absolute;
  top: 50%;
  right: -1rem;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  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));
  background-image: url("/wp-content/themes/webtheme/images/arrow-down.svg");
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(233 30 77 / var(--tw-text-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

a[href^="#"]:not(.sr-only):not(.wpml-ls-item-toggle):not(.sr-only) {
  position: relative;
}

a {
  font-weight: 600;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wpml-ls-slot-shortcode_actions:focus-visible,
[tabindex="0"]:focus-visible {
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: 2px;
  outline-color: #009A93;
}

.swaf-grid-3 {
  display: grid;
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  .swaf-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

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

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1150px) {
  .container {
    max-width: 1150px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #b91c1c;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.accordion-less {
  display: none;
}

.accordion-more {
  display: block;
}

.accordion__item__heading.show .accordion-less {
  display: block;
}

.accordion__item__heading.show .accordion-more {
  display: none;
}

.accordion__item__heading.show .accordion-item {
  transform-origin: center;
  --tw-rotate: 180deg;
  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));
}

.swaf-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 147 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1.125rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.swaf-btn > h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .swaf-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 91 87 / var(--tw-bg-opacity));
  }
}

.swaf-btn a,
a.swaf-btn {
  text-decoration-line: none !important;
}

.swaf-btn--min-w {
  min-width: 280px;
}

.swaf-btn--primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 154 147 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .swaf-btn--primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(2 91 87 / var(--tw-border-opacity));
  }
}

.swaf-btn--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 154 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .swaf-btn--secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(2 91 87 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(2 91 87 / var(--tw-text-opacity));
  }
}

.swaf-btn--tertiary {
  display: flex;
  align-items: center;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 154 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .swaf-btn--tertiary:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 91 87 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(2 91 87 / var(--tw-text-opacity));
  }
}

.swaf-btn--tertiary-green .swaf-btn-arrow-path {
  stroke: #009A93;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.swaf-btn--tertiary-green:hover .swaf-btn-arrow-path {
  stroke: #025B57;
}

.swaf-btn--smaller {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.875rem !important;
  font-size: 1rem !important;
}

@media (min-width: 1150px) {
  .swaf-btn--smaller {
    font-size: 1.1875rem !important;
  }
}

.swaf-btn--pb {
  padding-bottom: 	3.625rem;
}

.swaf-btn--lang-switcher {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

[data-calendar-theme="light"] .vanilla-calendar-week__day {
  color: #000055 !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday {
  color: #000055;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend:hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday:hover,
[data-calendar-theme="light"]
	.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn:hover {
  background-color: inherit !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_today {
  background-color: inherit !important;
  color: inherit !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn {
  cursor: default !important;
  border-radius: 2px !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn.has-event {
  cursor: pointer !important;
  border-radius: 2px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 154 147 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 254 246 / var(--tw-bg-opacity)) !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected:hover {
  background-color: inherit !important;
  color: inherit !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.has-event {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 154 147 / var(--tw-bg-opacity)) !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected.has-event > h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vanilla-calendar {
  min-width: 100%;
}

@media (min-width: 1024px) {
  .vanilla-calendar {
    min-width: 300px;
  }
}

.vanilla-calendar-day__btn,
.vanilla-calendar-week__day,
.vanilla-calendar-header {
  font-size: 1rem;
}

#cookie-popup.active {
  --tw-translate-y: 0% !important;
  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)) !important;
}

.block-cookies-screen.disabled {
  display: none !important;
}

.cookie-category.active .cookie-category-icon {
  background-image: url("/wp-content/themes/webtheme/images/checkbox.svg") !important;
}

.entry-content {
  overflow-wrap: break-word;
}

.entry-content h1 {
  font-family: GT-Walsheim, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.277em;
}

.entry-content--h1-large h1 {
  font-size: 2.25rem;
  line-height: 1.277em;
}

@media (min-width: 1024px) {
  .entry-content--h1-large h1 {
    font-size: 3rem;
    line-height: 1.166em;
  }
}

.entry-content h2 {
  font-family: GT-Walsheim, sans-serif;
  font-size: var(--h2-font-size);
  font-weight: 600;
  line-height: var(--h2-leading);
}

.entry-content h3 {
  font-family: GT-Walsheim, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2916em;
}

.entry-content h4 {
  margin-bottom: 0.5rem;
  font-family: GT-Walsheim, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
}

.entry-content h1 {
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

.entry-content--invert-color h1,
.entry-content--invert-color h2,
.entry-content--invert-color h3,
.entry-content--invert-color {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.entry-content h1 + p {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  .entry-content h1 + p {
    margin-top: 1.5rem;
  }
}

.entry-content h2 + p {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .entry-content h2 + p {
    margin-top: 1.5rem;
  }
}

.entry-content h3 + p {
  margin-top: 0.5rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1rem;
  font-size: var(--body-font-size);
}

.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0px;
}

.entry-content--teaser p,
.entry-content--teaser ul,
.entry-content--teaser ol {
  font-size: var(--teaser-font-size);
}

@media (min-width: 1024px) {
  .entry-content--teaser p,
.entry-content--teaser ul,
.entry-content--teaser ol {
    line-height: 1.445em;
  }
}

.entry-content--teaser h1,
.entry-content--teaser h2 {
  font-size: var(--h2-font-size);
  line-height: var(--h2-leading);
}

.entry-content--teaser h1 + p,
.entry-content--teaser h2 + p {
  margin-top: 0.5rem;
}

.entry-content ul,
.entry-content ol {
  list-style-type: disc;
  list-style-position: inside;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content a {
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  @media (hover: hover) and (pointer: fine) {
    .entry-content a:hover {
      --tw-text-opacity: 1;
      color: rgb(2 91 87 / var(--tw-text-opacity));
    }
  }
}

.entry-content--textColor p {
  margin-bottom: 1.5rem;
}

accordion-item-element accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.no-link-styling {
  font-weight: 400 !important;
}

.event-teaser {
  margin-bottom: 2rem;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 154 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.event-teaser__date {
  margin-bottom: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
}

.event-teaser__heading {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
  font-family: GT-Walsheim, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2916em;
}

.grid-2cols {
  display: grid;
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  .grid-2cols {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.swaf-grid {
  gap: 2rem;
}

@media (min-width: 1024px) {
  .swaf-grid {
    gap: 2.5rem;
  }

  .not-equal-height > * {
    align-self: flex-start;
  }
}

.hamburger-span {
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1.25rem;
  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));
  background-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lightbox-overlay {
  height: 100vh;
}

.lightbox-content.active,
.lightbox-overlay.active {
  display: flex;
  opacity: 1;
}

.lightbox-overlay.active {
  z-index: 100;
}

.lightbox-content.active {
  z-index: 101;
}

.lightbox-content.active .lightbox-close {
  display: block;
}

.logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .logos-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}

.logos-grid > div {
  width: calc(50% - 0.5rem);
}

@media (min-width: 1024px) {
  .logos-grid > div {
    width: calc(25% - 1.5rem);
  }
}

.hamburger {
  right: 0px !important;
  margin-left: auto !important;
}

@media (min-width: 1024px) {
  .hamburger {
    padding-top: 0px !important;
  }
}

.nav-mobile {
  z-index: -10;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-mobile.show {
  z-index: 29;
  opacity: 1;
}

.header-shadow {
  box-shadow: 0px 0px 10px rgba(0, 152, 146, 0.2);
}

.header.show-menu .hamburger-contact,
.header.show-menu .hamburger-faq {
  display: none;
}

.desktop-menu-bottom a,
.desktop-footer-col a,
.wpml-ls-item > a {
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .desktop-menu-bottom a:hover,
.desktop-footer-col a:hover,
.wpml-ls-item > a:hover {
    --tw-text-opacity: 1;
    color: rgb(2 91 87 / var(--tw-text-opacity));
  }
}

.nav-desktop .desktop-menu-top {
  margin-left: 1.25rem;
}

.desktop-menu-top a {
  margin-right: 0px;
  font-size: 1rem;
  font-weight: 400;
}

@media (hover: hover), (-ms-high-contrast: none) {
  #menu-menu-desktop-header-oben a:hover,
	#menu-menu-desktop-header-oben-2 a:hover,
	.desktop-footer-breadcrumbs a:hover {
    text-shadow: 0.3px 0px 0px black;
  }
}

.desktop-menu-top li:not(:last-child)::after {
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
  --tw-content: "|";
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .desktop-menu-top li:not(:last-child)::after {
    content: var(--tw-content);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.desktop-menu-bottom a,
.nav-desktop .desktop-menu-top,
.wpml-ls-sub-menu a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .desktop-menu-bottom a {
    font-size: 1rem;
  }
}

@media (min-width: 1150px) {
  .desktop-menu-bottom a {
    font-size: 1.1875rem;
  }
}

.nav-desktop .wpml-ls-item a {
  font-size: 1.1875rem;
}

.nav-mobile .wpml-ls-item a {
  font-size: 1.3125rem;
}

.desktop-menu-bottom {
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
}

.wpml-ls-current-language {
  cursor: default;
}

.desktop-menu-bottom .sub-menu,
.wpml-ls-sub-menu {
  display: none;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 152, 146, 0.2);
}

.show-dropdown .sub-menu,
.show-dropdown.has-wpml-submenu .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.show-dropdown .sub-menu {
  top: 100%;
}

.show-dropdown.has-wpml-submenu .wpml-ls-sub-menu {
  --tw-translate-x: -50%;
  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));
  top: 130%;
}

.desktop-menu-bottom .menu-item-has-children,
.has-wpml-submenu {
  position: relative;
}

.desktop-menu-bottom .menu-item-has-children .sub-menu a,
.wpml-ls-sub-menu a {
  margin-bottom: 1rem;
  display: block;
}

.desktop-menu-bottom .menu-item-has-children .sub-menu,
.wpml-ls-sub-menu {
  padding-top: 1rem;
}

.mobile-col-1 .sub-menu a,
.mobile-col-2 .sub-menu a,
.desktop-footer-col a,
.desktop-menu-bottom a {
  font-weight: 600;
}

/* Mobile Menu & Footer*/

.secondary-menu li > a {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .secondary-menu li > a {
    flex-grow: 0;
  }
}

.secondary-menu > li {
  display: flex;
}

/* .secondary-menu > li {
	@apply [&:nth-child(2)]:w-[30%] lg:[&:nth-child(2)]:w-[auto] [&:nth-child(1)]:w-[18%] lg:[&:nth-child(1)]:w-auto [&:nth-child(4)]:w-[25%] lg:[&:nth-child(4)]:w-auto    [&:nth-child(3)]:w-[24%] lg:[&:nth-child(3)]:w-[auto];
} */

.secondary-menu > li:nth-child(2) {
  width: 33%;
}

@media (min-width: 1024px) {
  .secondary-menu > li:nth-child(2) {
    width: auto;
  }
}

.secondary-menu > li:nth-child(1) {
  width: 27%;
}

@media (min-width: 1024px) {
  .secondary-menu > li:nth-child(1) {
    width: auto;
  }
}

.secondary-menu > li:nth-child(4) {
  width: 25%;
}

@media (min-width: 1024px) {
  .secondary-menu > li:nth-child(4) {
    width: auto;
  }
}

.secondary-menu > li:nth-child(3) {
  width: 33%;
}

@media (min-width: 1024px) {
  .secondary-menu > li:nth-child(3) {
    width: auto;
  }
}

.secondary-menu > li:nth-child(4) {
  display: flex;
  justify-content: flex-end;
}

.secondary-menu > li:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

/* .secondary-menu > li:nth-child(4) a {
	@apply grow-0;
} */

.secondary-menu > li:nth-child(3) a {
  flex-grow: 0;
}

/* .secondary-menu > li:nth-child(3) > a, */

.secondary-menu > li:nth-child(2) > a {
  margin-right: 5px;
  text-align: center;
}

.mobile-col-1 a,
.mobile-col-2 a,
.nav-mobile .mobile-col-1 .menu-item-has-children > a,
.nav-mobile .mobile-col-2 .menu-item-has-children > a,
.desktop-footer-col a {
  font-size: 1.3125rem;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

.mobile-col-1 > li,
.mobile-col-2 > li,
.desktop-footer-col > li {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .desktop-footer-col > li {
    margin-bottom: 0.75rem;
  }
}

.desktop-footer-col .sub-menu li {
  margin-top: 0.75rem;
}

.mobile-col-1 .menu-item-has-children .sub-menu a,
.mobile-col-2 .menu-item-has-children .sub-menu a,
.desktop-footer-col .sub-menu a,
.desktop-footer-breadcrumbs a {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.desktop-footer-breadcrumbs a {
  font-weight: 400;
}

.mobile-col-1 .sub-menu li,
.mobile-col-2 .sub-menu li {
  margin-bottom: 1rem;
}

.mobile-col-1 .sub-menu,
.mobile-col-2 .sub-menu {
  margin-top: 1rem;
}

.desktop-menu-bottom .menu-item-has-children > a:after,
.has-wpml-submenu > a:after {
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/webtheme/images/arrow-down2.svg");
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

[dir="ltr"] .desktop-menu-bottom .menu-item-has-children > a:after,[dir="ltr"] 
.has-wpml-submenu > a:after {
  margin-left: 0.375rem;
}

[dir="rtl"] .desktop-menu-bottom .menu-item-has-children > a:after,[dir="rtl"] 
.has-wpml-submenu > a:after {
  margin-right: 0.375rem;
}

.wpml-ls-slot-shortcode_actions > a {
  line-height: 1.1875rem;
}

.wpml-ls-slot-shortcode_actions {
  position: relative;
}

.desktop-menu-top > li:last-child:before {
  margin-right: 0.25rem;
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url("/wp-content/themes/webtheme/images/user.svg");
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.has-wpml-submenu a,
.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.desktop-menu-top > li:last-child {
  position: relative;
  display: flex;
  align-items: center;
}

.wpml-ls-display {
  display: none;
}

/* menu overlay
 */

.menu-overlay.active {
  z-index: -1;
  display: block;
  opacity: 1;
}

header .current-menu-item > a,
header .current-menu-parent > a {
  --tw-text-opacity: 1 !important;
  color: rgb(233 30 77 / var(--tw-text-opacity)) !important;
}

@media (hover: hover) and (pointer: fine) {
  header .current-menu-item > a:hover,
header .current-menu-parent > a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(233 30 77 / var(--tw-text-opacity)) !important;
  }
}

.page-numbers {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    border-bottom-width: 1px;
  }
}

.nav-links {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.nav-next {
  text-align: right;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  html,
	body {
    height: 99% !important;
    overflow: visible !important;
    border: 1px solid white;
    page-break-after: avoid;
    page-break-before: avoid;
  }

  body {
    margin: 0 0 0 0 !important;
    min-height: 0 !important;
  }

  body,
	h1,
	h2,
	h3,
	ol,
	ul,
	div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }

  #container {
    min-height: 1px !important;
  }

  #content {
    margin-left: 0 !important;
    display: block !important;
    padding: 20px 0 20px 0 !important;
  }

  .page-section {
    max-width: 90%;
    display: inline !important;
  }

  .sticky-helper {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .footer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }

  a,
	a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
    display: none !important;
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
    content: "";
  }

  pre,
	blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
	img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }

  p,
	h2,
	h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
	h3 {
    page-break-after: avoid;
  }

  .sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
    display: none;
  }

  header,
	.social_links a,
	#lang_sel_list,
	.bg-image,
	#responsive-menu-pro-container {
    display: none !important;
  }

  img {
    position: static !important;
    opacity: 1 !important;
  }

  .entry-content img {
    margin: 0px;
    width: 60% !important;
    max-width: 100%;
    height: auto;
  }

  #logo {
    max-width: 30% !important;
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .read-more-link {
    display: none !important;
  }

  .js_hidden {
    display: block !important;
  }

  a {
    text-decoration: none !important;
  }
}

.swiper-container--logos swiper-slide {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .swiper-container--logos swiper-slide {
    width: auto !important;
  }
}

.last-slide {
  display: none !important;
}

@media (min-width: 1024px) {
  .last-slide {
    display: block !important;
    width: 100% !important;
  }
}

.image-caption {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.team-member .additional-info {
  display: none;
}

.lightbox-content.active .contact-button {
  display: none;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: 0px;
  max-width: 100rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.hamburger-span {
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 1.25rem;
  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));
  background-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(233 30 77 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/** 
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.left-0 {
  left: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.z-50 {
  z-index: 50;
}

.z-\[28\] {
  z-index: 28;
}

.z-10 {
  z-index: 10;
}

.z-\[110\] {
  z-index: 110;
}

.z-\[60\] {
  z-index: 60;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-\[6rem\] {
  margin-bottom: 6rem;
}

.ml-0 {
  margin-left: 0px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[0\.65rem\] {
  margin-top: 0.65rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mb-\[1px\] {
  margin-bottom: -1px;
}

.mb-\[-1px\] {
  margin-bottom: -1px;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.mt-\[-1px\] {
  margin-top: -1px;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-\[1\.3em\] {
  height: 1.3em;
}

.h-\[5\.75rem\] {
  height: 5.75rem;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[12rem\] {
  max-height: 12rem;
}

.max-h-\[95vh\] {
  max-height: 95vh;
}

.max-h-\[3rem\] {
  max-height: 3rem;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[calc\(100vh-3rem\)\] {
  min-height: calc(100vh - 3rem);
}

.min-h-\[8rem\] {
  min-height: 8rem;
}

.min-h-\[7rem\] {
  min-height: 7rem;
}

.min-h-\[10rem\] {
  min-height: 10rem;
}

.min-h-\[12rem\] {
  min-height: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

.w-1\/2 {
  width: 50%;
}

.w-\[1\.3em\] {
  width: 1.3em;
}

.w-36 {
  width: 9rem;
}

.w-0 {
  width: 0px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[calc\(100\%-3rem\)\] {
  max-width: calc(100% - 3rem);
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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-1\/2 {
  --tw-translate-y: -50%;
  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-1\.5 {
  --tw-translate-y: -0.375rem;
  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-1 {
  --tw-translate-y: -0.25rem;
  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-1\.5 {
  --tw-translate-y: 0.375rem;
  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-1 {
  --tw-translate-y: 0.25rem;
  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-\[120\%\] {
  --tw-translate-y: 120%;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-24 {
  gap: 6rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-\[3rem\] {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-teaser {
  border-radius: 16px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-button {
  border-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#AAAAAA\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 154 147 / var(--tw-border-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(233 30 77 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 147 / var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity));
}

.bg-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-checkmark {
  background-image: url("/wp-content/themes/webtheme/images/checkbox.svg");
}

.bg-closecat {
  background-image: url("/wp-content/themes/webtheme/images/close.svg");
}

.bg-contain {
  background-size: contain;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[2\.93rem\] {
  padding: 2.93rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-sectionPY {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-wrap2 {
  padding-left: var(--wrap2);
  padding-right: var(--wrap2);
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-\[1\.5625rem\] {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-\[1\.55rem\] {
  padding-left: 1.55rem;
  padding-right: 1.55rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-contentPT {
  padding-top: var(--content-padding-top);
}

.pt-24 {
  padding-top: 6rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-sectionPY {
  padding-bottom: var(--section-padding-y);
}

.pt-buttonMB {
  padding-top: 	3.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}

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

.text-body {
  font-size: var(--body-font-size);
}

.text-bodyBig {
  font-size: 1.1875rem;
}

.text-h3 {
  font-size: 1.5rem;
}

.text-bodySmall {
  font-size: 0.8125rem;
}

.text-base {
  font-size: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-h2 {
  line-height: var(--h2-leading);
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 154 147 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity));
}

.text-darkgray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(233 30 77 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-95 {
  opacity: 0.95;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.show-dropdown .sub-menu {
  display: block;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

[dir="ltr"] .ltr\:right-0 {
  right: 0px;
}

[dir="ltr"] .ltr\:pr-\[1\.875rem\] {
  padding-right: 1.875rem;
}

[dir="ltr"] .ltr\:pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}

[dir="rtl"] .rtl\:left-0 {
  left: 0px;
}

[dir="rtl"] .rtl\:pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}

[dir="rtl"] .rtl\:pr-\[1\.875rem\] {
  padding-right: 1.875rem;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[8rem\] {
    top: 8rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mt-\[0\.65rem\] {
    margin-top: -0.65rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[15rem\] {
    height: 15rem;
  }

  .lg\:h-\[12rem\] {
    height: 12rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-\[5\.75rem\] {
    height: 5.75rem;
  }

  .lg\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .lg\:max-h-\[9rem\] {
    max-height: 9rem;
  }

  .lg\:min-h-\[calc\(100vh-3rem\)\] {
    min-height: calc(100vh - 3rem);
  }

  .lg\:min-h-\[4rem\] {
    min-height: 4rem;
  }

  .lg\:min-h-\[7rem\] {
    min-height: 7rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[95\%\] {
    width: 95%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:max-w-\[24rem\] {
    max-width: 24rem;
  }

  .lg\:grow {
    flex-grow: 1;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-\[3\.75rem\] {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .lg\:gap-x-\[5rem\] {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[3\.5rem\] {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-\[4\.24rem\] {
    padding-left: 4.24rem;
    padding-right: 4.24rem;
  }

  .lg\:py-\[5\.625rem\] {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-buttonMB {
    padding-top: 	3.625rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-\[1\.5rem\] {
    padding-right: 1.5rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:text-h2_28 {
    font-size: 1.75rem;
  }

  .lg\:text-h2 {
    font-size: var(--h2-font-size);
  }

  .lg\:leading-\[1\.5em\] {
    line-height: 1.5em;
  }

  .last\:lg\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  [dir="ltr"] .ltr\:lg\:pl-10 {
    padding-left: 2.5rem;
  }

  [dir="ltr"] .ltr\:lg\:pr-10 {
    padding-right: 2.5rem;
  }

  [dir="rtl"] .rtl\:lg\:pr-10 {
    padding-right: 2.5rem;
  }

  [dir="rtl"] .rtl\:lg\:pl-10 {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1150px) {
  .headerlg\:w-\[11rem\] {
    width: 11rem;
  }
}
