/*
! tailwindcss v3.2.7 | 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: #e5e7eb; /* 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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:  ;
}

/*
 * ─── BASE STYLES GO HERE ────────────────────────────────────────────────────────
 */

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */

/* FONT_START */

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

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

.swiper-android .swiper-slide,
.swiper-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;
}

/* 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);
  -webkit-backface-visibility: hidden;
          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-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-cube-shadow {
  transform-style: preserve-3d;
}

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

/* 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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

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

: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-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: var(--swiper-pagination-bottom, 8px);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  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: 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: var(--swiper-pagination-right, 8px);
  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: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .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 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

/* Fraction */

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

/* Progress */

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

.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: 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

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

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

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

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

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

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

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

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

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

/* a11y */

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

html {
    scroll-behavior: smooth;
}

body{
  font-family: stolzl, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 65 68 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background-color: #F5F5F5;
}

main{
  position: relative;
  padding-bottom: 4rem;
/*
    &::after {
        @apply absolute bottom-0 left-0 w-full;
        z-index: -1;
        height: 300px;
        content: "";
        background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 90%);
    }
    */
}

/* ──────────────────────────────────────────────────────────────────────────────── */

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

/*
 * ─── COMPONENTS GO HERE ─────────────────────────────────────────────────────────
 */

.header{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){

  .header{
    width: 100%;
  }

  @media (min-width: 640px){

    .header{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){

    .header{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){

    .header{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){

    .header{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){

    .header{
      max-width: 1536px;
    }
  }

  .header{
    margin-top: 4rem;
  }
}

.header {
    left: 50%;
    transform: translateX(-50%);

    z-index: 99999;
}

.header__logo{
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 1024px){

  .header__logo{
    margin-left: 0px;
    margin-top: 0px;
  }
}

.header__logo svg {

            height: 75px;
        }

.nav{
  position: fixed;
  left: -100%;
  top: 0px;
  height: 100vh;
  width: 75vw;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){

  .nav{
    position: relative;
    left: 0px;
    height: auto;
    width: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.nav {
 transition: left .5s cubic-bezier(.6,.04,.98,.34);
}

.nav--open{
  left: 0px;
        transition: left .5s cubic-bezier(.08,.82,.17,1);
}

.nav{

    background: rgba(0, 65, 68, 0.9);
}

@media (min-width: 1024px) {

.nav {

    background: rgba(0, 65, 68, 0.7)
}
}

.nav{

    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0 6px 6px 0;
}

@media (min-width: 1024px) {

.nav {

        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 6px
}
    }

.nav{

    box-shadow: 0px 4.19004px 4.19004px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(10.095px);
            backdrop-filter: blur(10.095px);
}

.nav__button{
  position: fixed;
  top: 2rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 111 46 / var(--tw-bg-opacity));
        width:48px;
        height:48px;
}

@media (min-width: 1024px) {

.nav__button{
    display: none;
  }
        }

.nav__items{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .nav__items{
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nav__dropdown-button{
  text-transform: uppercase;
}

.nav__item{
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 1024px){

  .nav__item{
    margin-bottom: 0px;
    width: auto;
  }
}

.nav__item {
        transition: color .2s ease-in-out;

    }

.nav__item--dropdown{
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(196 204 205 / var(--tw-text-opacity));
}

.nav__item--active{
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
}

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

.nav__item:not(:last-child) .nav__item--dropdown{
  margin-bottom: 0px;
}

.nav__item:not(:last-child) .nav__item--dropdown:not(:last-child){
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {

.nav__item:not(:last-child) .nav__item--dropdown {
                margin-bottom: inherit
        }
            }

.nav__item:not(:last-child) .nav__item--dropdown{

            opacity: 0;
            transition: opacity .2s ease-in-out .1s;
}

.nav__item:not(:last-child) .nav__item--dropdown:nth-child(2) {
                transition-delay: .2s;
            }

.nav__item:not(:last-child) .nav__item--dropdown:nth-child(3) {
                transition-delay: .25s;
            }

.nav__item:not(:last-child) .nav__item--dropdown:nth-child(4) {
                transition-delay: .3s;
            }

.nav__item:not(:last-child) .nav__item--dropdown:nth-child(5) {
                transition-delay: .35s;
            }

@media (min-width: 1024px) {

            .nav__item--has-dropdown:hover{
    --tw-text-opacity: 1;
    color: rgb(201 111 46 / var(--tw-text-opacity));
  }

                .nav__item--has-dropdown:hover .nav__dropdown {
                    visibility: visible;
                }

                    .nav__item--has-dropdown:hover .nav__dropdown .nav__item--dropdown {
                        opacity: 1;
                    }

                    .nav__item--has-dropdown:hover .nav__dropdown:before {
                        height: calc(100% - 1.3rem);
                        opacity: 1;
                    }
            }

.nav__link {
        transition: color .2s ease-in-out;

    }

.nav__link:hover{
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
}

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

.nav__dropdown{
  position: relative;
  display: flex;
  height: 0px;
  flex-direction: column;
  row-gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px){

  .nav__dropdown{
    position: absolute;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    color: inherit;
  }
}

.nav__dropdown {
        visibility: hidden;
    }

@media (min-width: 1024px) {

.nav__dropdown {
            left: -1rem
    }
        }

.nav__dropdown:before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 1024px){

  .nav__dropdown:before{
    top: 1.3rem;
  }
}

.nav__dropdown:before {

            transition: all .3s ease-in-out;
            height: 0;
            opacity: 0;
            display: block;
            content: "";
            border-width: 1px;
            background: rgba(255, 255, 255, 0.2);
        }

@media (min-width: 1024px) {

.nav__dropdown:before {
                background: rgba(0, 65, 68, 0.7);
                border-width: 0px 1px 1px 1px;
        }
            }

.nav__dropdown:before{

            border-style: solid;
            border-color: rgba(255, 255, 255, 0.35);
            box-shadow: 0px 4.19004px 4.19004px rgba(0, 0, 0, 0.08);
            -webkit-backdrop-filter: blur(2.09502px);
                    backdrop-filter: blur(2.09502px);
            border-radius: 0px 0px 9px 9px;
}

.nav__dropdown--open{
  height: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){

  .nav__dropdown--open{
    padding-top: 2rem;
  }
}

.nav__dropdown--open {
            visibility: visible !important;
        }

.nav__dropdown--open .nav__item--dropdown {
                opacity: 1 !important;
            }

.nav__dropdown--open:before {
                height: 100% !important;
            }

@media (min-width: 1024px) {

.nav__dropdown--open:before {
                    height: calc(100% - 1.3rem) !important;
            }
                }

.nav__dropdown--open:before{

                opacity: 1 !important;
}

.nav__dropdown-icon{
  display: inline-flex;
            height: 16px;
}

@media (min-width: 1024px) {

.nav__dropdown-icon {
                height: 12px
        }
            }

.nav__dropdown-icon svg {

                width: 11px;
            }

@media (min-width: 1024px) {

.nav__dropdown-icon svg {

                    width: 8px
            }
                }

.hero{
  position: relative;
  padding: 1rem;
}

@media (min-width: 768px){

  .hero{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px){

  .hero{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){

  .hero{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.hero-bg::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 1100px;
  width: 100%;
}

@media (min-width: 768px){

  .hero-bg::before{
    height: 100%;
  }
}

.hero-bg::before {
            content: "";
            display: block;
            background: linear-gradient(307.54deg, #004144 -2.02%, rgba(0, 65, 68, 0.780012) -2.01%, rgba(0, 0, 0, 0.55) 89.58%);
        }

@media (min-width: 768px) {

.hero-bg::before {
                max-height: 70vh
        }
            }

@media (min-width: 1024px) {

.hero-bg::before {
                max-height: 90vh
        }
            }

.hero-bg--small video {
                height: 350px;
                -o-object-position: top;
                   object-position: top;
                z-index: -2;
            }

.hero-bg--small::before {
                height: 350px;
                z-index: -1;
            }

.hero-bg--interior{
  margin-bottom: 2rem;
}

@media (min-width: 1024px){

  .hero-bg--interior{
    margin-bottom: 3rem;
  }
}

.hero-bg--interior {

            height: 290px;
        }

@media (min-width: 1024px) {

.hero-bg--interior {
            height: 350px
        }
            }

.hero-bg--interior-small {
                height: 160px;
            }

.hero-bg--interior{

            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
}

.hero-bg--interior video {
            height: 290px;
            }

@media (min-width: 1024px) {

.hero-bg--interior video {
            height: 350px;
            }
            }

.hero-bg--interior video{
                -o-object-position: top;
                   object-position: top;
                z-index: 1;
}

.hero-bg--interior::before {

            height: 290px;
            }

@media (min-width: 1024px) {

.hero-bg--interior::before {
            height: 350px;
            }
            }

.hero-bg--interior::before{
                z-index: 2;
}

.hero__video{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 1100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (min-width: 768px){

  .hero__video{
    height: 100%;
           max-height: 70vh;
  }
}

@media (min-width: 1024px) {

.hero__video {
           max-height: 90vh

    }
       }

.hero__content{
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px){

  .hero__content{
    margin-bottom: 0px;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px){

  .hero__content{
    width: 66.666667%;
  }
}

@media (min-width: 1536px){

  .hero__content{
    width: 83.333333%;
  }
}

.hero__content {
        margin-top:139px;
    }

.hero__logo{
  margin-bottom: 2.5rem;
        max-width: 250px;
}

.hero__headline{
  position: relative;
  margin-bottom: 1rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .hero__headline{
    font-size: 2.5rem;
  }
}

.hero__headline {
        z-index: 3;
        line-height: 2.5rem;
    }

.hero__headline--interior{
  margin-bottom: 5rem;
}

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

@media (min-width: 1024px){

  .hero__copy{
    padding-right: 6rem;
  }
}

.hero__copy *:not(:last-child){
  margin-bottom: 1rem;
}

.interior-hero{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .interior-hero{
    margin-bottom: 6rem;
  }
}

.interior-hero {
    max-width:93vw;
    z-index: 3;
    border-radius: 16px;
}

.interior-hero a:not(.button){
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
        transition: color .2s ease-in-out;
}

.interior-hero a:not(.button):hover{
  --tw-text-opacity: 1;
  color: rgb(0 164 174 / var(--tw-text-opacity));
}

.interior-hero > img{
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){

  .interior-hero > img{
    height: 250px;
  }
}

@media (min-width: 1024px){

  .interior-hero > img{
    height: auto;
  }
}

.interior-hero__content{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.75rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 1024px){

  .interior-hero__content{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.interior-hero__headline{
  margin-bottom: 1.5rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {

.interior-hero__headline {
        font-size:2.5rem
    }
        }

.button{
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 111 46 / var(--tw-bg-opacity));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: background-color .2s ease-in-out;
}

.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
}

.services{
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){

  .services{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px){

  .services{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.service{
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){

  .service{
    width: 48%;
  }
}

@media (min-width: 1536px){

  .service{
    margin-bottom: 0px;
    width: 23%;
  }
}

.service::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 56px;
  z-index: -1;
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        height: calc(100% - 56px);
        //box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
        content: "";
}

.service__content{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){

  .service__content{
    margin-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.service__icon{
  width: 100%;
}

.service__icon-wrap{
  margin-bottom: 1.5rem;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.25rem;
}

@media (min-width: 1024px){

  .service__icon-wrap{
    margin-bottom: 2rem;
    height: 150px;
    width: 150px;
  }
}

.service__icon-wrap {
        box-shadow: 0px 4px 32px -8px rgba(0, 0, 0, 0.25);
    }

.service__icon-wrap--hero{
  position: absolute;
            left:50%;
            transform:translateX(-50%);
            top:-65px;
}

@media (min-width: 1024px) {

.service__icon-wrap--hero {
            top:-75px

        }
            }

.service__title{
  align-self: flex-start;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 1024px){

  .service__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.service__title {
        line-height: 90%;

    }

.service__bar{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 3px;
  width: 112px;
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .service__bar{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.service__copy{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px){

  .service__copy{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service__copy {
        line-height: 19px;
    }

.service .button{
  margin-left: 2rem;
  align-self: flex-start;
}

@media (min-width: 1024px){

  .service .button{
    margin-left: 2.5rem;
  }
}

.service-footer{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 75%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-footer__headline{
  margin-bottom: 1rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px){

  .service-footer__headline{
    line-height: 2.5rem;
    font-size: 2.5rem;
  }
}

.service-footer__copy{
  margin-bottom: 1rem;
}

.team-members{
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.team-members__headline{
  margin-bottom: 3rem;
  text-align: center;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        font-size: 2rem;
}

.team-member{
  grid-column: span 4 / span 4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){

  .team-member{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1024px){

  .team-member{
    grid-column: span 1 / span 1;
  }
}

.team-member__photo{
  margin-bottom: 1rem;
  overflow: hidden;
        border-radius: 16px;
}

.team-member__content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member__name{
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){

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

.team-member__bio-link{
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px){

  .team-member__bio-link{
    align-self: flex-start;
  }
}

.team-member__bio-link {
        transition: color .2s ease-in-out;

    }

.team-member__bio-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 164 174 / var(--tw-text-opacity));
}

.team-modal{
  position: fixed;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 68 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .team-modal{
    flex-direction: row;
  }
}

.team-modal {
    max-width: 1300px;
    max-height: 100vh;
    overflow:scroll;

}

@media (min-width: 1024px) {

.team-modal {
    max-height: 95vh

}
    }

.team-modal{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    visiblity: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    transition-delay:.1s;
        z-index: 6;
}

.team-modal__bg{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
        background:#004144;
        z-index: 5;
        visibility: none;
        opacity: 0;
        pointer-events:none;
    transition: opacity .2s ease-in-out;
}

.team-modal__bg--open {
        visibility: visible;
        opacity: .7;
        pointer-events: all;

        }

.team-modal--open {
        pointer-events: all;
        visibility: visible;
        opacity: 1;
    }

.team-modal--home{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
        max-height: initial;
        position:initial;
        transform:none;
        pointer-events: all;
        visibility: visible;
        opacity: 1;
}

@media (min-width: 1024px) {

.team-modal--home .team-modal__photo {
                width:45%
        }

.team-modal--home .team-modal__content{
    padding: 4rem;
                width:55%;
  }
            }

.team-modal__photo{
  height: 0;
  background-size: cover;
  background-position: top;
}

@media (min-width: 1024px){

  .team-modal__photo{
    height: 400px;
    height: auto;
    width: 25%;
  }
}

.team-modal__photo--home{
  height: 250px;
}

@media (min-width: 768px){

  .team-modal__photo--home{
    height: 400px;
  }
}

@media (min-width: 1024px){

  .team-modal__photo--home{
    height: auto;
  }
}

.team-modal__content{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 68 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .team-modal__content{
    padding: 4rem;
  }
}

@media (min-width: 1024px){

  .team-modal__content{
    width: 75%;
  }
}

@media (min-width: 1280px){

  .team-modal__content{
    padding: 6rem;
  }
}

.team-modal__headline{
  padding-right: 2rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px){

  .team-modal__headline{
    padding-right: 0px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){

  .team-modal__headline{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.team-modal__headline {
        line-height: 110%;
    }

.team-modal__close{
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 111 46 / var(--tw-bg-opacity));
        width:48px;
        height:48px;
}

.team-modal__close svg {
        width:13px;
        height:13px;

        }

.contact{
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 65 68 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .contact{
    width: 66.666667%;
  }
}

@media (min-width: 1280px){

  .contact{
    width: 60%;
  }
}

.contact__headline{
  margin-bottom: 1rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.contact__intro{
  margin-bottom: 2rem;
}

.contact-form{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.contact-form__field{
  grid-column: span 2 / span 2;
}

@media (min-width: 768px){

  .contact-form__field{
    grid-column: span 1 / span 1;
  }
}

.contact-form__label{
  font-weight: 700;
}

.contact-form__input *{
  width: 100%;
  padding: 0.5rem;
        background: #F3F3F3;
        border: 1px solid #E5E5E5;
        border-radius: 6px;
        outline: none;
        transition: box-shadow .2s ease-in-out;
        box-shadow: 0px 0px 0px #2FBDCA;
}

.contact-form__input *:focus-visible {
            box-shadow: 0px 0px 4px #2FBDCA;
        }

.footer{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4rem;
    padding-top:4rem;
}

@media (min-width: 1024px) {

.footer {
    padding-top:12rem
}
    }

.footer::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
        z-index: -1;
        content:"";
        height: 1080px;
        background:linear-gradient(180deg, #F5F5F5 -1.2%, #FFF 38.34%, rgba(255, 255, 255, 0) 100%), url("/assets/bg.jpg");

        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
}

.footer__socials{
  margin-bottom: 0.75rem;
  display: flex;
  gap: 1rem;
}

.footer__social{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
        transition: color .2s ease-in-out;
}

.footer__social svg{
  margin-right: 0.5rem;

        width: 32px;
        height: 32px;
}

.footer__social:hover{
  --tw-text-opacity: 1;
  color: rgb(0 164 174 / var(--tw-text-opacity));
}

.footer__logos{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px){

  .footer__logos{
    flex-direction: row;
  }
}

.footer__logo{
  margin-bottom: 1rem;
}

@media (min-width: 768px){

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

.footer__logo {
        max-width: 275px;
    }

.footer__logo svg{
  width: 100%;
}

@media (min-width: 1024px){

  .footer__logo--artia{
    margin-left: 1rem;
  }
}

.footer__logo--artia {
            padding-bottom:.7rem;
        max-width: 205px;
        }

.footer__artia {
        max-width: 135px;

    }

.footer__artia svg{
  width: 100%;
}

.footer__contact{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){

  .footer__contact{
    flex-direction: row;
  }
}

.footer__link{
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px){

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

.footer__link {
        line-height: 19px;
    }

@media (min-width: 1024px) {

        .footer__link:not(:last-of-type){
    margin-right: 1.25rem;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(201 111 46 / var(--tw-border-opacity));
    padding-right: 1.25rem;
  }
}

.footer__copyright{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*
.news-bg,.calendar-bg {
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 90%);
}
*/

.news-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){

  .news-header{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-header__logo {
        width:135px;
    }

@media (min-width: 1024px) {

.news-header__logo {

        width:175px
    }
        }

.news__header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  width: 75%;
}

.news__headline{
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 700;
}

.post{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  width: 95%;
  overflow: hidden;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

@media (min-width: 1536px){

  .post{
    width: 100%;
  }
}

.post {
    z-index: 3;

}

.post--in-list{
  height: auto !important;
  border-radius: 1.5rem !important;
}

.post__content{
  padding: 2rem;
}

@media (min-width: 1024px){

  .post__content{
    padding: 5rem;
  }
}

@media (min-width: 1280px){

  .post__content{
    padding-bottom: 0px;
  }
}

@media (min-width: 1536px){

  .post__content{
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 6rem;
  }
}

.post__content--in-list{
  padding: 2rem;
}

.post__image{
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){

  .post__image{
    height: 300px;
  }
}

@media (min-width: 1024px){

  .post__image{
    height: auto;
  }
}

.post__title{
  margin-bottom: 0.75rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
}

.post__title--button{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){

  .post__title--button{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post__date{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.post__bar{
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
        width:115px;
        height:3px;
}

.posts{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: flex;
  width: 91.666667%;
  align-items: center;
}

@media (min-width: 1024px){

  .posts{
    width: auto;
  }
}

.posts__button{
  margin-right: 2rem;
  display: none;
  flex-shrink: 0;
  align-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 111 46 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .posts__button{
    display: block;
  }
}

.posts__button {
        width:53px;
    }

.posts__button.swiper-button-disabled {
            opacity: .2;
        }

.posts__button--next{
  margin-right: 0px;
  margin-left: 2rem;
            transform:rotate(180deg);
            transform-origin:center;
}

.blog-posts{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){

  .blog-posts{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.blog-posts__post{
  grid-column: span 2 / span 2;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .blog-posts__post{
    grid-column: span 1 / span 1;
  }
}

.blog-post{
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .blog-post{
    grid-column: span 1 / span 1;
  }
}

.blog-post__content {
    }

.blog-post__text{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

@media (min-width: 1024px){

  .blog-post__text{
    margin-bottom: 2rem;
    padding: 2.5rem;
  }
}

.blog-post__title{
  margin-bottom: 1rem;
  align-self: flex-start;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

  .blog-post__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-post__title {
        line-height: 90%;

    }

.blog-post__title a {

        transition: color .2s ease-in-out;
        }

.blog-post__title a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 164 174 / var(--tw-text-opacity));
}

.blog-post__date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.blog-post__bar{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 3px;
  width: 112px;
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){

  .blog-post__bar{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.blog-post__copy{
  font-size: 1rem;
  line-height: 1.5rem;
        line-height: 19px;
}

.blog-post__button{
  margin-left: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px){

  .blog-post__button{
    margin-left: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.swiper-scrollbar{
  display: flex !important;
  height: 12px !important;
  align-items: flex-end !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity)) !important;
}

.swiper-scrollbar-drag{
  height: 24px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 68 / var(--tw-bg-opacity));
}

.cta{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 1024px){

  .cta{
    padding: 6rem;
  }
}

.cta {
    background-color:#E6E6E6;
}

.cta__bg{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
        background-size: cover;
        background-position: center;
        opacity: .05;
        content: "";
}

.cta__headline{
  position: relative;
  z-index: 10;
  font-family: stolzl, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta__title{
  position: relative;
  z-index: 10;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 1024px){

  .cta__title{
    font-size: 2.5rem;
  }
}

.cta__info{
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px){

  .cta__info{
    flex-direction: row;
  }
}

.cta__info-text{
  padding-left: 1rem;
  padding-right: 1rem;
}

.cta__bar{
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
        width:81px;
        height:3px;
}

.cta__desc{
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
}

@media (min-width: 1024px){

  .cta__desc{
    width: 75%;
  }
}

.glossary__list{
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 1024px){

  .glossary__list{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.glossary__link{
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.glossary-block{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 95%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .glossary-block{
    padding-left: 2em;
    padding-right: 2em;
  }
}

.glossary-block {
    border-radius: 16px;
}

.glossary-block:not(:last-child){
  margin-bottom: 4rem;
}

.glossary-block__title{
  margin-bottom: 0.75rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.5rem;
}

.glossary-block__item{
  margin-bottom: 2rem;
  padding-left: 1rem;
}

@media (min-width: 768px){

  .glossary-block__item{
    padding-left: 2rem;
  }
}

.glossary-block__term{
  margin-bottom: 1rem;
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.glossary-block__definition{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){

  .glossary-block__definition{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.text-image{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (min-width: 1024px){

  .text-image{
    margin-bottom: 8rem;
    flex-direction: row;
  }

  .text-image--right{
    flex-direction: row-reverse;
  }
}

.text-image__text{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){

  .text-image__text{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px){

  .text-image__text{
    width: 50%;
  }
}

.text-image__image{
  width: 80%;
  overflow: hidden;
}

@media (min-width: 1024px){

  .text-image__image{
    width: 50%;
  }
}

.text-image__image{
        border-radius:16px;
    }

.split-text{
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){

  .split-text{
    margin-bottom: 8rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.split-text > *{
  grid-column: span 2 / span 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){

  .split-text > *{
    grid-column: span 1 / span 1;
  }
}

.split-text__left{
  border-bottom-width: 1px;
}

@media (min-width: 1024px){

  .split-text__left{
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding-right: 4rem;
  }

  .split-text__right{
    padding-left: 4rem;
  }
}

.text-block > *:not(:last-child){
  margin-bottom: 1rem;
}

.text-block h2{
  font-family: orpheuspro, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-block a:not(.button){
  --tw-text-opacity: 1;
  color: rgb(201 111 46 / var(--tw-text-opacity));
}

.text-block a:not(.button):hover{
  --tw-text-opacity: 1;
  color: rgb(0 164 174 / var(--tw-text-opacity));
}

.text-block a:not(.button)[target="_blank"]:after{
  margin-left: 0.25rem;
  display: inline-block;

              content:"";
              width:13px;
              height:13px;
              background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAAAsSAAALEgHS3X78AAABK0lEQVRIieXWMVKEMBiG4Re00EpvIDcIVeqtbdwbLHuDeBJjZbueQL0B26YiN9gj4AliAzvoLPgzBLbYb4aCkOFJhvAnSQiBbpxRGZARMdr6snuftKgzygIFcBcT7GQPFNr6QxJCwBm1AzYzYd18A9nVY/2RA28LgAA3wG0KrBcC2+TpwiAAl4Nej+i71dbv/usk+ROkM32XgADa+gL4GuojnenGGVUB1Ylntbb+b3sFPE1FAV562rc9g+nN1IUk+s4x0SPojMqdUZ9zo79AoATu50RPgaN2prHoZHAsGgUcg0YDpeizEMycUe1iyodeKCkOlQAEeADKpnL1ViMpWjijVoAZANuo5hqMBI1+drqcTfxsqLhQR0p1lsN2CscjxmvTOFf2wEpbX/8Akv1vqnfaLAIAAAAASUVORK5CYII=');
              background-size:contain;
}

.text-block ul{
  list-style-type: disc;
}

.text-block ul li{
  margin-left: 1rem;
}

.text-block ul li p{
  display: inline;
}

.text-block ol{
  list-style-position: inside;
  list-style-type: decimal;
}

.text-block ol li{
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.text-block ol li p{
  display: inline;
}

.text-block strong{
  font-weight: 700;
}

.solid-blocks{
  margin-bottom: 8rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 1024px){

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

.solid-block{
  grid-column: span 1 / span 1;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 68 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .solid-block{
    padding: 3rem;
  }
}

@media (min-width: 1024px){

  .solid-block{
    margin-left: 0px;
    margin-right: 0px;
    padding: 5rem;
  }
}

.solid-block__headline{
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.solid-block__bar{
  margin-bottom: 1.5rem;
  height: 3px;
  width: 81px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 164 174 / var(--tw-bg-opacity));
}

.hamburger{
  position: relative;
  display: flex;
  align-items: center;
    z-index: 10;
}

@media (min-width: 1280px) {

.hamburger {
        display: none
}
    }

.hamburger__text{
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.hamburger-box {
    height: 18px;
    width: 16px;
    display: block;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    transition: 0.1s all ease-in-out;
}

.hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-inner::before {
    top: -5px;
}

.hamburger-inner::after {
    bottom: -5px;
}

.hamburger p {
    opacity: 1;
    transition: 0.2s opacity ease-in-out;
}

.hamburger--close p {
    opacity: 0;
}

.hamburger--close .hamburger-inner {
    background: transparent;
}

.hamburger--close .hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
    background-image: none;
}

.hamburger--close .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-image: none;
}

/* ──────────────────────────────────────────────────────────────────────────────── */

.relative{
  position: relative;
}

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

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

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

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

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

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

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

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

.ml-4{
  margin-left: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.w-3\/4{
  width: 75%;
}

.max-w-\[360px\]{
  max-width: 360px;
}

.grow{
  flex-grow: 1;
}

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.fill-current{
  fill: currentColor;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

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

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

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

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

.italic{
  font-style: italic;
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){

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

  .lg\:flex-row{
    flex-direction: row;
  }

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

