/*
####################
TAILWIND DEFAULTS
####################
xs  475px   custom etth
sm	640px	@media (min-width: 640px) { ... }
md	768px	@media (min-width: 768px) { ... }
lg	1024px	@media (min-width: 1024px) { ... }
xl	1280px	@media (min-width: 1280px) { ... }
2xl	1536px	@media (min-width: 1536px) { ... }
*/

/*
INFO for tailwind @layers
@layers are treeshaked, so css might be missing if classes are used in external file (acf_data.php, menu.php)
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::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;
}

html {
        font-family: var(--font-text);
        scroll-padding-top: 9.6rem;
        scroll-behavior: smooth;
        --tw-text-opacity: 1;
        color: rgb(41 41 41 / var(--tw-text-opacity, 1));
    }

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }
}

p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.text-hero {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(3.772716305600003rem, calc(3.772716305600003rem + ((5.195713640749455 - 3.772716305600003) * ((100vw - 32rem) / (120 - 32)))), 5.195713640749455rem);
        line-height: 1.2;
}

h1,
    .h1 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
        line-height: 1.25;
}

h2,
    .h2 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
        line-height: 1.25;
}

h3,
    .h3 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
  line-height: 1.2;
}

h4,
    .h4 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}

h5,
    .h5 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}

h6,
    .h6 {
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}

.h1-small {
  font-weight: 500;
  font-size: clamp(2.576816000000001rem, calc(2.576816000000001rem + ((3.243658447265625 - 2.576816000000001) * ((100vw - 32rem) / (120 - 32)))), 3.243658447265625rem);
  line-height: 1.1;
}

.section-heading {
        letter-spacing: 0.04em;
    }

.section-subheading {
  margin-bottom: 3.2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

.cite {
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
  line-height: 1;
}
.container {
  width: 100%;
}
@media (min-width: 475px) {

  .container {
    max-width: 475px;
  }
}
@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;
  }
}
.container {
        width: 90%;
        margin: auto;
        max-width: 160rem;
        padding-top: 7.2rem;
        padding-bottom: 7.2rem;
    }
@media (min-width: 768px) {

  .container {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
@media (min-width: 1024px) {

  .container {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }
}
@media (min-width: 1280px) {

  .container {
    padding-top: 19.2rem;
    padding-bottom: 19.2rem;
  }
}
.section {
        /*@apply w-full border border-dashed border-red-500 py-10 md:py-16 lg:py-20;*/
        display: flex;
        min-height: 60vh;
        align-items: center;
    }
/* columns */
.col--1-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 4.8rem;
}
@media (min-width: 768px) {

  .col--1-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 9.6rem;
  }
}
.btn {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.4545454545454546rem, calc(1.4545454545454546rem + ((1.5999999999999999 - 1.4545454545454546) * ((100vw - 32rem) / (120 - 32)))), 1.5999999999999999rem);
  line-height: 1.6;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(253 80 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 72 18 / var(--tw-bg-opacity, 1));
}
.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 185 161 / var(--tw-ring-opacity, 1));
}
.btn-primary--outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 80 20 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
  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;
}
.btn-primary--outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 80 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary--outline:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 185 161 / var(--tw-ring-opacity, 1));
}
.btn-arrow-down-icon::after,
    .btn-arrow-down-icon--bright::after {
  position: relative;
  top: 0.4rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: 0.8rem;
  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));
  content: var(--tw-content);
  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;
}
.btn-arrow-right-icon::after,
    .btn-arrow-right-icon--bright::after {
  position: relative;
  top: 0.4rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  --tw-translate-x: 0.8rem;
  --tw-rotate: -90deg;
  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));
  content: var(--tw-content);
  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;
}
.btn-arrow-right-icon:after,
    .btn-arrow-down-icon:after {
        content: '';
        /*arrow orange*/
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke-width='1.5' stroke='%23fd5014' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
    }
.btn-arrow-right-icon:hover:after,
    .btn-arrow-down-icon:hover:after {
        /*arrow white*/
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke-width='1.5' stroke='%23fff' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75' /%3E%3C/svg%3E");
    }
.btn-arrow-right-icon--bright:after,
    .btn-arrow-down-icon--bright:after {
        content: '';
        /*arrow white*/
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke-width='1.5' stroke='%23fff' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m0 0l6.75-6.75M12 19.5l-6.75-6.75' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
    }
.arrow-link--bright {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rem;
  padding-right: 3.6rem;
  font-weight: 500;
  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;
}
.arrow-link--bright::after {
  position: absolute;
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
  --tw-translate-x: 0.8rem;
  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));
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.arrow-link--bright:hover {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}
.arrow-link--bright:hover::after {
  content: var(--tw-content);
  --tw-translate-x: 1.6rem;
  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));
}
.arrow-link--bright:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke-width='1.5' stroke='%23fff' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
    }
.arrow-link--bright:hover:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke-width='1.5' stroke='%23fd5014' %3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3' /%3E%3C/svg%3E");
        /*transform: translateX(0.8rem);*/
        /*@apply hover:translate-x-4;*/
    }
footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1));
  padding-left: 5%;
  padding-right: 5%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  footer {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
.footer-contact {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: 2.4rem 1fr;
  justify-items: start;

        /*grid-template-columns: 2.4rem 1fr;*/
}
.footer-social {
  align-items: flex-start;
}
.social-icon {
        /*@apply w-12;*/
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        padding: 1.2rem;
        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;
    }
.social-icon:last-child {
  margin-right: 0px;
}
.social-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 80 20 / var(--tw-bg-opacity, 1));
  fill: #ffffff;
}
.social-icon svg {
        width: 2.4rem;
        height: 2.4rem;
    }
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-5 {
  left: -2rem;
}
.-top-2\.5 {
  top: -1rem;
}
.bottom-5 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.right-5 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-14 {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}
.my-28 {
  margin-top: 11.2rem;
  margin-bottom: 11.2rem;
}
.my-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.-mt-15 {
  margin-top: -6rem;
}
.-mt-22 {
  margin-top: -8.8rem;
}
.mb-1 {
  margin-bottom: 0.4rem;
}
.mb-10 {
  margin-bottom: 4rem;
}
.mb-14 {
  margin-bottom: 5.6rem;
}
.mb-2 {
  margin-bottom: 0.8rem;
}
.mb-24 {
  margin-bottom: 9.6rem;
}
.mb-6 {
  margin-bottom: 2.4rem;
}
.mb-\[12\.5\%\] {
  margin-bottom: 12.5%;
}
.mb-\[7\.5\%\] {
  margin-bottom: 7.5%;
}
.ml-13 {
  margin-left: 5.2rem;
}
.ml-2 {
  margin-left: 0.8rem;
}
.ml-4 {
  margin-left: 1.6rem;
}
.ml-\[5\%\] {
  margin-left: 5%;
}
.mr-20 {
  margin-right: 8rem;
}
.mr-38 {
  margin-right: 15.2rem;
}
.mr-4 {
  margin-right: 1.6rem;
}
.mr-\[5\%\] {
  margin-right: 5%;
}
.mt-12 {
  margin-top: 4.8rem;
}
.mt-14 {
  margin-top: 5.6rem;
}
.mt-20 {
  margin-top: 8rem;
}
.mt-6 {
  margin-top: 2.4rem;
}
.mt-8 {
  margin-top: 3.2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-\[100svh\] {
  height: 100svh !important;
}
.h-2\.5 {
  height: 1rem;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 8rem;
}
.h-6 {
  height: 2.4rem;
}
.h-9 {
  height: 3.6rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-hero {
  max-height: 144rem;
}
.min-h-hero {
  min-height: 60rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 4rem;
}
.w-12 {
  width: 4.8rem;
}
.w-2\.5 {
  width: 1rem;
}
.w-20 {
  width: 8rem;
}
.w-6 {
  width: 2.4rem;
}
.w-9 {
  width: 3.6rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 102.4rem;
}
.max-w-7xl {
  max-width: 128rem;
}
.max-w-\[48rem\] {
  max-width: 48rem;
}
.max-w-lg {
  max-width: 51.2rem;
}
.max-w-xl {
  max-width: 57.6rem;
}
.max-w-xs {
  max-width: 32rem;
}
.translate-y-4 {
  --tw-translate-y: 1.6rem;
  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-5 {
  --tw-translate-y: 2rem;
  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-180 {
  --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));
}
.list-decimal {
  list-style-type: decimal;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.\!grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[auto_auto_1fr\] {
  grid-template-columns: auto auto 1fr;
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(14\.4rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(14.4rem,1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-items-start {
  justify-items: start;
}
.gap-6 {
  gap: 2.4rem;
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-x-2 {
  column-gap: 0.8rem;
}
.gap-x-3 {
  column-gap: 1.2rem;
}
.gap-x-5 {
  column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 4.8rem;
}
.gap-y-4 {
  row-gap: 1.6rem;
}
.gap-y-6 {
  row-gap: 2.4rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.hyphens-auto {
  hyphens: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgb(103 103 103 / var(--tw-border-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1));
}
.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(253 80 20 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.fill-brand-500 {
  fill: #fd5014;
}
.object-cover {
  object-fit: cover;
}
.object-\[0_25\%\] {
  object-position: 0 25%;
}
.object-bottom {
  object-position: bottom;
}
.py-4 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 4.8rem;
}
.pb-6 {
  padding-bottom: 2.4rem;
}
.pt-12 {
  padding-top: 4.8rem;
}
.pt-2 {
  padding-top: 0.8rem;
}
.pt-4 {
  padding-top: 1.6rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-loose {
  line-height: 2;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}
.text-bright {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}
.opacity-20 {
  opacity: 0.2;
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-colors {
  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;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.fluid-text-xs {
  font-size: clamp(1.322314049586777rem, calc(1.322314049586777rem + ((1.4222222222222223 - 1.322314049586777) * ((100vw - 32rem) / (120 - 32)))), 1.4222222222222223rem);
  line-height: 1.6;
}
.fluid-text-sm {
  font-size: clamp(1.4545454545454546rem, calc(1.4545454545454546rem + ((1.5999999999999999 - 1.4545454545454546) * ((100vw - 32rem) / (120 - 32)))), 1.5999999999999999rem);
  line-height: 1.6;
}
.fluid-text-base {
  font-size: clamp(1.6rem, calc(1.6rem + ((1.8 - 1.6) * ((100vw - 32rem) / (120 - 32)))), 1.8rem);
  line-height: 1.6;
}
.fluid-text-lg {
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}
.fluid-text-xl {
  font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
  line-height: 1.2;
}
.fluid-text-2xl {
  font-size: clamp(2.129600000000001rem, calc(2.129600000000001rem + ((2.562890625 - 2.129600000000001) * ((100vw - 32rem) / (120 - 32)))), 2.562890625rem);
  line-height: 1.2;
}
.fluid-text-3xl {
  font-size: clamp(2.3425600000000006rem, calc(2.3425600000000006rem + ((2.8832519531250003 - 2.3425600000000006) * ((100vw - 32rem) / (120 - 32)))), 2.8832519531250003rem);
  line-height: 1.2;
}
.fluid-text-4xl {
  font-size: clamp(2.576816000000001rem, calc(2.576816000000001rem + ((3.243658447265625 - 2.576816000000001) * ((100vw - 32rem) / (120 - 32)))), 3.243658447265625rem);
  line-height: 1.1;
}
.fluid-text-5xl {
  font-size: clamp(2.8344976000000015rem, calc(2.8344976000000015rem + ((3.6491157531738283 - 2.8344976000000015) * ((100vw - 32rem) / (120 - 32)))), 3.6491157531738283rem);
  line-height: 1.1;
}
.fluid-text-6xl {
  font-size: clamp(3.1179473600000023rem, calc(3.1179473600000023rem + ((4.105255222320557 - 3.1179473600000023) * ((100vw - 32rem) / (120 - 32)))), 4.105255222320557rem);
  line-height: 1.1;
}
.fluid-text-7xl {
  font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
  line-height: 1;
}
.fluid-text-8xl {
  font-size: clamp(3.772716305600003rem, calc(3.772716305600003rem + ((5.195713640749455 - 3.772716305600003) * ((100vw - 32rem) / (120 - 32)))), 5.195713640749455rem);
  line-height: 1;
}
.fluid-text-9xl {
  font-size: clamp(4.149987936160004rem, calc(4.149987936160004rem + ((5.8451778458431365 - 4.149987936160004) * ((100vw - 32rem) / (120 - 32)))), 5.8451778458431365rem);
  line-height: 1;
}
.underline-bold {
        /*@apply px-2 bg-gradient-to-t from-brand-400 to-brand-400; */
        /*noinspection CssInvalidFunction*/
        background-image: linear-gradient(#fe855b, #fe855b);
        /*background-position: 0 calc(100% - 0.6rem);*/
        background-position: 0 100%;
        background-repeat: no-repeat;
        /*background-size: 100% 1.6rem;*/
        background-size: 100% 0.8rem;
        padding: 0 0.12em;
        /*background-color: theme('colors.blue.500');*/
    }
.underline-small {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fe855b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 133 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fe855b var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  padding-bottom: 0.2rem;
  background-position: 0 calc(100% - 0.2rem);
  background-size: 100% 0.2rem;
}

/*==================================
VARIABLES
===================================*/
:root {
    /*llama info*/
    --llama-info: 'custom-css';

    /* space */
    /*
    https://www.fluid-type-scale.com/calculate?minFontSize=8&minWidth=400&minRatio=1.8&maxFontSize=10&maxWidth=1600&maxRatio=2&steps=xsm%2Csm%2Cbase%2Clg%2Cxl%2Cxxl%2Cgiga&baseStep=base&prefix=space-size-&decimals=2&previewFont=Inter
    */
    --space-size--xsm: clamp(0.25rem, 0vw + 0.25rem, 0.25rem);
    --space-size--sm: clamp(0.44rem, 0.05vw + 0.43rem, 0.5rem);
    --space-size--base: clamp(0.8rem, 0.17vw + 0.73rem, 1rem);
    --space-size--lg: clamp(1.44rem, 0.47vw + 1.25rem, 2rem);
    --space-size--xl: clamp(2.59rem, 1.17vw + 2.12rem, 4rem);
    --space-size--xxl: clamp(4.67rem, 2.78vw + 3.55rem, 8rem);
    --space-size--giga: clamp(8.4rem, 6.33vw + 5.86rem, 16rem);

    /* font-size */
    /*
    https://www.fluid-type-scale.com/calculate?minFontSize=14&minWidth=400&minRatio=1.414&maxFontSize=16&maxWidth=1600&maxRatio=1.618&steps=sm%2Cbase%2Clg%2Cxl%2Cxxl%2Cgiga&baseStep=base&prefix=font-size-&decimals=2&previewFont=Inter
    */
    /*--font-size--sm: clamp(0.99rem, 0vw + 0.99rem, 0.99rem);*/
    /*--font-size--base: clamp(1.4rem, 0.17vw + 1.33rem, 1.6rem);*/
    /*--font-size--lg: clamp(1.98rem, 0.51vw + 1.78rem, 2.59rem);*/
    /*--font-size--xl: clamp(2.8rem, 1.16vw + 2.34rem, 4.19rem);*/
    /*--font-size--xxl: clamp(3.96rem, 2.35vw + 3.02rem, 6.78rem);*/
    /*--font-size--giga: clamp(5.6rem, 4.47vw + 3.81rem, 10.97rem);*/

    /* fonts */
    --font-heading: 'Roboto', 'ui-sans-serif', 'system-ui', '-apple-system', 'Arial', 'sans-serif';
    --font-text: 'Roboto', 'ui-sans-serif', 'system-ui', '-apple-system', 'Arial', 'sans-serif';

    /* animations */
    --transition-timing: 300ms;
    --transition-timing-menu: 300ms;

    /* TEMP */
    --color-menu-burger: #fe855b;
    --color-menu-burger-circle: #ffffff;
    --color-menu-burger-hover: #ffffff;
    --color-menu-burger-circle-hover: #fe855b;
}

/*==================================
ROOT HTML STYLING
===================================*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* overflow-x: hidden; */
}

/*==================================
ANIMATIONS
===================================*/

.slide-in-top {
    -webkit-animation: slide-in-top var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-top var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-top {
    -webkit-animation: slide-out-top var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-top var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-in-right {
    -webkit-animation: slide-in-right var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-right {
    -webkit-animation: slide-out-right var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-right var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom var(--transition-timing) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-bottom {
    -webkit-animation: slide-out-bottom var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slide-out-bottom var(--transition-timing) cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.fade-image {
    -webkit-animation: fade-in-out 5s ease-in-out infinite alternate;
    animation: fade-in-out 8s ease-in-out infinite alternate;
}

@keyframes fade-in-out {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-3 22:17:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation slide-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}

/*==================================
FONTS / HEADINGS
===================================*/
/* https://utopia.fyi/type/calculator/?c=320,16,1.125,1200,18,1.125,10,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

/*==================================
COLORS
===================================*/

/*==================================
UTILITY CLASSES
===================================*/
/*.underline-bold::after {*/
/*    @apply bg-brand-400;*/
/*    content: '';*/
/*    display: block;*/
/*    position: relative;*/
/*    bottom: 1.6rem;*/
/*    width: 100%;*/
/*    height: 16px;*/
/*    z-index: -1;*/
/*}*/

.image-100-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-100-contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
    /*@apply m-auto h-full w-auto;*/
}

/*==================================
SPACING
===================================*/
/* paddings margins */

/*==================================
EFFECTS & TRANSITIONS
===================================*/

/*==================================
LINKS
===================================*/

.text-link {
}

section .oxy-rich-text a {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fe855b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 133 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fe855b var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  padding-bottom: 0.2rem;
  background-position: 0 calc(100% - 0.2rem);
  background-size: 100% 0.2rem;
}

section .oxy-rich-text a:hover {
  background-position: 0 100%;
  background-size: 100% 0.4rem;
}

section .oxy-rich-text a:focus {
  background-position: 0 100%;
  background-size: 100% 0.4rem;
}

@media (prefers-reduced-motion: no-preference) {

  section .oxy-rich-text a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
}

.footer-link {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fd5014 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 80 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fd5014 var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-position: 0 80%;
  background-size: 100% 0%;
}

.footer-link:hover {
  background-size: 100% 10%;
}

.footer-link:focus {
  background-size: 100% 20%;
}

@media (prefers-reduced-motion: no-preference) {

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

/*==================================
BUTTONS
===================================*/

/*==================================
HEADER
===================================*/

/*----------
HEADER BURGER MENU
----------*/
#menu-container {
    /*@apply fixed top-4 right-14 z-20;*/
    position: fixed;
    top: 1.2rem;
    /*right: 5.6rem;*/
    right: min(5.6rem, 5%);
    z-index: 20;
    transition: top var(--transition-timing) ease-in-out;
}

#header.narrow #menu-container {
    /*top: 0;*/
}

.header__contact {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: 14.4rem;
    position: relative;
    top: 1.2rem;
    height: 7.2rem;
}

.header__contact a,
.header__contact svg {
    color: #ffffff;
    transition: color var(--transition-timing) ease-in-out;
}

.header__contact a:hover,
.header__contact a:hover svg {
    color: #fd5014;
}

#header.narrow .header__contact a,
#header.narrow .header__contact svg {
    color: #292929;
}
#header.narrow .header__contact a:hover,
#header.narrow .header__contact a:hover svg {
    color: #fd5014;
}

#menu-button {
    /*@apply relative z-10 block cursor-pointer select-none p-2 text-bright;*/

    /* v2 */
    display: block;

    position: relative;
    padding: 0.8rem;
    color: #ffffff;
    /*background-color: red;*/
    z-index: 5;
    cursor: pointer;
    user-select: none;

    /*transition: color var(--transition-timing-menu) ease-in-out;*/

    /*v1 - grid, with open and close text and icon*/
    /*display: grid;*/
    /*grid-template-columns: 1fr;*/
    /*grid-template-rows: 1fr;*/
    /*grid-column-gap: 0px;*/
    /*grid-row-gap: 0px;*/
}

#menu-button:hover {
    color: #fd5014;
}

#header.narrow #menu-button .menu--open {
    color: #292929;
    /*transition: color var(--transition-timing-menu) ease-in-out;*/
}

#header.narrow #menu-button:hover .menu--open {
    color: #fd5014;
}

#menu-container input[type='checkbox'] {
    display: none;
}

#menu-container input[type='checkbox'] ~ #menu-button .menu--open {
    /*@apply visible opacity-100 transition-opacity duration-menu ease-in-out;*/
    visibility: visible;
    opacity: 1;
    transition: opacity var(--transition-timing-menu) ease-in-out, color var(--transition-timing-menu) ease-in-out;
}

#menu-container input[type='checkbox'] ~ #menu-button .menu--close {
    /*@apply invisible opacity-0;*/
    visibility: hidden;
    opacity: 0;

    /*not in use*/
    /*transition: opacity var(--transition-timing-menu) ease-in-out, visibility 0s var(--transition-timing-menu);*/
}

#menu-container input[type='checkbox']:checked ~ #menu-button {
    /*to make bounding box and cursor pointer match close icon */
    /*@apply w-20;*/
    width: 7.2rem;
    /*not in use*/
    /*transition: width 0s var(--transition-timing-menu);*/
}

#menu-container input[type='checkbox']:checked ~ #menu-button .menu--open {
    /*@apply invisible opacity-0;*/
    visibility: hidden;
    opacity: 0;
    /*not in use*/
    /*transition: opacity var(--transition-timing-menu) ease-in-out, visibility 0s var(--transition-timing-menu);*/
}

#menu-container input[type='checkbox']:checked ~ #menu-button .menu--close {
    /*@apply visible opacity-100 transition-opacity duration-menu ease-in-out;*/

    visibility: visible;
    opacity: 1;
    transition: opacity var(--transition-timing-menu) ease-in-out, color var(--transition-timing-menu) ease-in-out;
}

#menu-container input[type='checkbox']:checked ~ #menu {
    /*@apply transform-none opacity-100 transition-opacity duration-menu ease-in-out;*/
    opacity: 1;
    transform: none;
    transition: opacity var(--transition-timing-menu) ease-in-out;
}

.menu--open {
    /*v1 - grid, with open and close text and icon*/
    /*@apply col-start-1 col-start-2 row-start-1 row-end-2 flex flex-row items-center justify-end gap-8 fill-bright;*/

    /*@apply flex items-center gap-8 fill-bright;*/
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

#menu-button .menu--open svg path {
    fill: #ffffff;
    transition: fill var(--transition-timing-menu) ease-in-out;
}

#menu-button:hover .menu--open svg path {
    fill: #fd5014;
}

#header.narrow #menu-button .menu--open svg path {
    fill: #292929;
}

#header.narrow #menu-button:hover .menu--open svg path {
    fill: #fd5014;
}

.menu--close {
    /*v1 - grid, with open and close text and icon*/
    /*@apply col-start-1 col-start-2 row-start-1 row-end-2 flex flex-row items-center justify-end gap-4;*/

    /*@apply absolute top-4 right-4 h-12 w-12;*/
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    height: 5.6rem;
    width: 5.6rem;
}

.menu-icon {
    /*@apply h-16 w-16;*/
    height: 5.6rem;
    width: 5.6rem;
    transition: width var(--transition-timing) ease-in-out, height var(--transition-timing) ease-in-out;
}

.menu-icon-close {
    /*@apply mr-2 h-12 w-12;*/
    /* margin-right: 0.8rem; */
    /* height: 4.8rem; */
    /* width: 4.8rem; */
}

#header.narrow .menu--close {
    /*avoid sliding up of close icon, b/c of narrow header and smaller #menu-container*/
    /*top: 2rem;*/
}

.menu-text {
  text-transform: uppercase;
  font-size: clamp(1.4545454545454546rem, calc(1.4545454545454546rem + ((1.5999999999999999 - 1.4545454545454546) * ((100vw - 32rem) / (120 - 32)))), 1.5999999999999999rem);
  line-height: 1.6;
}

#menu {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 3;
    position: fixed;

    opacity: 0;
    transform: translateX(100vw);
    overflow: hidden;
    background: #292929;

    transition: opacity var(--transition-timing-menu) ease-in-out, transform 0s var(--transition-timing-menu);
}

.menu__content {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
}

#menu .nav-container {
    max-width: 128rem;
    display: flex;
    flex-direction: column;
    padding: 11.2rem 5%;
    gap: 0rem;
    width: 100%;
}

#menu ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 3.2rem 0;
    list-style-type: none;
}

#menu ul.nav-primary {
    font-size: clamp(2.3425600000000006rem, calc(2.3425600000000006rem + ((2.8832519531250003 - 2.3425600000000006) * ((100vw - 32rem) / (120 - 32)))), 2.8832519531250003rem);
}

#menu ul.nav-secondary {
    font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
}

#menu ul.nav-secondary li:not(:first-child) {
    margin-left: 1.6rem;
}

#menu ul li {
    padding: 0.1em 0.2em;
}

#menu ul li a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2;
    transition: color var(--transition-timing) ease-in-out;
}

.menu__contact a:hover {
    transition: color var(--transition-timing) ease-in-out;
}

.menu__logo {
    width: min(26rem, 55%);
    position: absolute;
    left: 5%;
    top: 2.8rem;
    z-index: 1;
}

.menu__content::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: calc(100% - 15px);
    height: 11.2rem;
    background-color: #292929;
}

.menu__contact {
  margin-bottom: 2.8rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 1.2rem;
  padding-left: 5%;
  padding-right: 5%;
}

.menu__contact .mail,
.menu__contact .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}

#menu ul li a:hover,
#menu ul li.current_page_item a,
.menu__contact a:hover {
    color: #fd5014;
}

@media (min-width: 475px) {
    .header__contact {
        display: flex;
    }
    #menu ul {
        padding: 3.2rem 0;
    }

    #menu .nav-container {
        padding: 12.8rem 3.2rem 6.4rem;
    }
    .menu__content::after {
        height: 12.8rem;
    }

    #menu ul.nav-primary {
        font-size: clamp(2.8344976000000015rem, calc(2.8344976000000015rem + ((3.6491157531738283 - 2.8344976000000015) * ((100vw - 32rem) / (120 - 32)))), 3.6491157531738283rem);
    }

    #menu ul.nav-secondary {
        font-size: clamp(2.129600000000001rem, calc(2.129600000000001rem + ((2.562890625 - 2.129600000000001) * ((100vw - 32rem) / (120 - 32)))), 2.562890625rem);
    }

    .menu__contact .mail,
    .menu__contact .phone {
        font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
    }
}

@media (min-width: 640px) {
    .header__contact {
        margin-right: 17.2rem;
    }
    .menu--close {
        height: 6.4rem;
        width: 6.4rem;
    }

    #menu ul.nav-primary {
        font-size: clamp(3.1179473600000023rem, calc(3.1179473600000023rem + ((4.105255222320557 - 3.1179473600000023) * ((100vw - 32rem) / (120 - 32)))), 4.105255222320557rem);
    }

    #menu ul.nav-secondary {
        font-size: clamp(2.3425600000000006rem, calc(2.3425600000000006rem + ((2.8832519531250003 - 2.3425600000000006) * ((100vw - 32rem) / (120 - 32)))), 2.8832519531250003rem);
    }

    #menu ul.nav-secondary li:not(:first-child) {
        margin-left: 2.4rem;
    }

    .menu__contact .mail,
    .menu__contact .phone {
        font-size: clamp(2.129600000000001rem, calc(2.129600000000001rem + ((2.562890625 - 2.129600000000001) * ((100vw - 32rem) / (120 - 32)))), 2.562890625rem);
    }

    .menu__contact {
    flex-direction: row;
    justify-content: center;
    column-gap: 4.8rem;
    row-gap: 0px;
  }
}

@media (min-width: 768px) {
    #menu .nav-container {
        flex-direction: row;
        align-items: flex-start;
        margin: auto;
        gap: 3.2rem;
    }

    #menu ul {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    #menu .nav-container {
        padding: 12.8rem 6.4rem;
    }

    #menu ul.nav-primary {
        font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
    }

    #menu ul.nav-secondary {
        font-size: clamp(2.576816000000001rem, calc(2.576816000000001rem + ((3.243658447265625 - 2.576816000000001) * ((100vw - 32rem) / (120 - 32)))), 3.243658447265625rem);
    }

    #menu ul.nav-secondary li:not(:first-child) {
        margin-left: 3.2rem;
    }

    .menu__contact .mail,
    .menu__contact .phone {
        font-size: clamp(2.3425600000000006rem, calc(2.3425600000000006rem + ((2.8832519531250003 - 2.3425600000000006) * ((100vw - 32rem) / (120 - 32)))), 2.8832519531250003rem);
    }
}

/*----------
HEADER
----------*/
header {
  position: fixed;
  z-index: 50;
  margin: auto;
  display: flex;
  height: 12rem;
  width: 100%;
  background-color: transparent;
  padding-left: 5%;
  padding-right: 5%;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px) {

  header {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}

header.narrow {
  height: 9.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header .logo-initial,
header .logo-scrolled {
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header .logo-initial {
  visibility: visible;
  opacity: 1;
}

header .logo-scrolled {
  visibility: hidden;
  --tw-translate-y: -100%;
  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));
  opacity: 0;
}

header.narrow .logo-initial {
  visibility: hidden;
  opacity: 0;
}

header.narrow .logo-scrolled {
  visibility: visible;
  opacity: 1;
}

/*.scrolled;*/

/*----------
MAIN NAV
----------*/

/*==================================
FOOTER
===================================*/
/*==================================
PAGE SPECIFIC / CUSTOM ROWS
===================================*/

/*----------
HOME
----------*/
.hero-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*----------
PAGE TEMPLATE
----------*/

/*----------
POST TEMPLATE
----------*/

/*----------
ARCHIVE TEMPLATE
----------*/

/*==================================
COMPONENTS
===================================*/
/*----------
CARD - SWIPER
----------*/
/*.card--slider {*/
/*}*/
.swiper-slide--heading {
  margin-bottom: 4rem;
}

.swiper-slide--text {
  margin-bottom: 1.6rem;
  font-size: clamp(1.6rem, calc(1.6rem + ((1.8 - 1.6) * ((100vw - 32rem) / (120 - 32)))), 1.8rem);
  line-height: 1.6;
}

.gallery-slider__caption {
  margin-right: 15.2rem;
  margin-top: 3.2rem;
  display: grid;
  height: 2.8rem;
  align-items: center;
  font-size: clamp(1.7600000000000002rem, calc(1.7600000000000002rem + ((2.025 - 1.7600000000000002) * ((100vw - 32rem) / (120 - 32)))), 2.025rem);
  line-height: 1.6;
}

@media (min-width: 475px) {

  .gallery-slider__caption {
    margin-right: 0px;
    font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
    line-height: 1.2;
  }
}

.gallery-slider__image-container {
  height: 32rem;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {

  .gallery-slider__image-container {
    height: 38.4rem;
  }
}

@media (min-width: 1024px) {

  .gallery-slider__image-container {
    height: 48rem;
  }
}

.swiper-reference-gallery {
  position: relative;
  user-select: none;
  overflow: hidden;
}

/*see .arrow-link--bright*/
/*.swiper-slide--link {}*/

/*----------
BACKGROUND SHAPES
----------*/

/*----------
LISTS
----------*/
.list-menu-container {
}

/*
    if animated outline, use svg text:
    https://stackoverflow.com/questions/4919076/outline-effect-to-text/74418325#74418325
    */
.list-menu--headings li.h2 {
    /*see h2*/
    font-weight: 500;
    letter-spacing: 0.025em;
    font-size: clamp(2.3425600000000006rem, calc(2.3425600000000006rem + ((2.8832519531250003 - 2.3425600000000006) * ((100vw - 32rem) / (120 - 32)))), 2.8832519531250003rem);
    line-height: 1.2;
}
@media (min-width: 475px) {

  .list-menu--headings li.h2 {
    font-size: clamp(2.8344976000000015rem, calc(2.8344976000000015rem + ((3.6491157531738283 - 2.8344976000000015) * ((100vw - 32rem) / (120 - 32)))), 3.6491157531738283rem);
    line-height: 1.1;
  }
}
@media (min-width: 640px) {

  .list-menu--headings li.h2 {
    font-size: clamp(3.4297420960000027rem, calc(3.4297420960000027rem + ((4.618412125110626 - 3.4297420960000027) * ((100vw - 32rem) / (120 - 32)))), 4.618412125110626rem);
    line-height: 1;
  }
}

.list-menu--headings li {
  hyphens: auto;
  padding-bottom: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.list-menu--headings li[data-tab] {
  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;
}

.list-menu--headings li[data-tab]:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

.list-menu--headings li[data-tab].active {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

.list-menu--content {
  position: relative;
  display: grid;
  overflow: hidden;
}

.list-menu--content > div[data-tab] {
  position: relative;
  width: 100%;
  opacity: 0;
    transition-duration: var(--transition-timing);
    transition-timing-function: ease-in-out;
    transition-property: opacity, transform;
    grid-area: 1/1/1/1;
}

.list-menu--content > div[data-tab].active {
  opacity: 1;
}

.list-menu--content h4 {
  padding-bottom: 1.6rem;
  font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
  line-height: 1.2;
}

.list-menu--content p {
  font-size: clamp(1.6rem, calc(1.6rem + ((1.8 - 1.6) * ((100vw - 32rem) / (120 - 32)))), 1.8rem);
  line-height: 1.6;
}

/*----------
AREAS CARD
----------*/

/*----------
MEMBER CARD
----------*/

/*----------
PREV NEXT POST
----------*/

/*==================================
VENDOR COMPONENTS
===================================*/

/*----------
SAL
----------*/
/* SAL */
[data-sal] {
    --sal-slide-offset: 20%;
    --sal-duration: 500ms;
    /*--sal-delay: 0;*/
    /*--sal-easing: 'easeInOutSine';*/
}

.sal-animate {
}
.sal--slide-up {
    opacity: 0;
    transform: translateY(var(--sal-slide-offset));
    transition-duration: var(--sal-duration);
    transition-property: opacity, transform;
}
.sal--slide-up.sal-animate {
    opacity: 1;
    transform: none;
}
/*----------
SWIPER
----------*/

/*
* https://tailwindcss.com/docs/content-configuration#working-with-third-party-libraries
* dont use @layer feature to ensure classes are included
 */
/*disable default arrows*/
.swiper-services .swiper-button-next::after,
.swiper-services .swiper-button-prev::after,
.swiper-reference-gallery .swiper-button-next::after,
.swiper-reference-gallery .swiper-button-prev::after {
    content: '';
}

.swiper-btn-prev,
.swiper-btn-next {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

.swiper-btn-prev:focus,
.swiper-btn-next:focus {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity, 1));
}

.swiper-btn-prev:active,
.swiper-btn-next:active {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

/*.swiper-btn-prev:hover,*/
/*.swiper-btn-next:hover {*/
/*    !*@apply text-brand-500;*!*/
/*}*/

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-disabled:hover {
  color: currentColor;
}

.swiper-services .swiper-btn-prev,
.swiper-services .swiper-btn-next {
  margin-top: 2.8rem;
  display: inline-block;
}

.swiper-services .swiper-btn-prev {
  margin-right: 2rem;
}

.swiper-services {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  padding-bottom: 4.8rem;
  padding-top: 2rem;
}

@media (min-width: 1024px) {

  .swiper-services {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

.swiper-services {
    /*padding: 2rem 2.4rem 4.8rem;*/
}

.swiper-services .swiper-slide {
    height: initial;
}

.swiper-reference-gallery .swiper-btn-prev,
.swiper-reference-gallery .swiper-btn-next {
    /*@apply -mt-5 inline-block;*/
    position: absolute;
    bottom: 2.2rem;
    z-index: 20;
    left: initial;
}

.swiper-reference-gallery .swiper-btn-prev {
  right: 11.2rem;
}

@media (min-width: 640px) {

  .swiper-reference-gallery .swiper-btn-prev {
    right: 14.4rem;
  }
}

.swiper-reference-gallery .swiper-btn-next {
  right: 0px;
}

.swiper-reference-gallery {
  padding-bottom: 2.8rem;
}

.swiper-reference-gallery .swiper-pagination {
  position: absolute;
  bottom: 2.2rem;
  right: 0px;
  z-index: 10;
  margin-left: auto;
  display: inline-block;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 4.4rem;
  padding-right: 4.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: clamp(1.9360000000000004rem, calc(1.9360000000000004rem + ((2.278125 - 1.9360000000000004) * ((100vw - 32rem) / (120 - 32)))), 2.278125rem);
  line-height: 1.2;
}

@media (min-width: 640px) {

  .swiper-reference-gallery .swiper-pagination {
    padding-left: 5.6rem;
    padding-right: 5.6rem;
  }
}

.swiper-reference-gallery .swiper-pagination {
    left: initial;
}

/*.gallery__page-company .swiper-reference-gallery .swiper-pagination {*/
/*    @apply bg-grey-light;*/
/*}*/

/*.swiper-slide {*/
/*    @apply h-full bg-grey-dark p-16 text-bright transition hover:shadow-xl hover:shadow-grey-dark/50;*/
/*}*/
/*.swiper-slide:hover {*/
/*    !*transform: translateY(-5px) translateZ(0);*!*/
/*}*/

.swiper-slide__image {
    /*https://codepen.io/sosuke/pen/Pjoqqp*/
    filter: invert(61%) sepia(1%) saturate(0%) hue-rotate(141deg) brightness(91%) contrast(86%);
    transition: all var(--transition-timing) ease-in-out;
}

.swiper-slide__wrapper:hover .swiper-slide__image {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(19deg) brightness(103%) contrast(103%);
    transition: none;
}
.swiper-slide__wrapper .swiper-slide__image:hover {
    /*primary*/
    filter: invert(40%) sepia(73%) saturate(1200%) hue-rotate(353deg) brightness(100%) contrast(100%);
    transition: none;
}

/*would need div wrapper: .swiper-slide--zoom-wrapper if zoom is needed*/
.swiper-slide__wrapper {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1));
  padding: 6.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.swiper-slide__wrapper:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(41 41 41 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.swiper-slide__wrapper {
    /*no @layer -> custom class 'grey-dark' might not work*/
    background-color: #292929;
}

/*.swiper-slide--wrapper:hover {*/
/*    !*transform: translateY(-5px) translateZ(0);*!*/
/*}*/

/*----------
PHOTOSWIPE
----------*/

.pswp__custom-caption {
    --bg-opacity: 0.7;
    background-color: rgb(41 41 41 / 75%);
    /*font-size: 16px;*/
    font-size: clamp(1.6rem, calc(1.6rem + ((1.8 - 1.6) * ((100vw - 32rem) / (120 - 32)))), 1.8rem);
    text-align: center;
    color: #ffffff;
    /*width: calc(100% - 3.2rem);*/
    width: 90%;
    /*max-width: 90%;*/
    padding: 0 1.6rem;
    border-radius: 0.4rem;
    position: absolute;
    left: 50%;
    bottom: 1.6rem;
    transform: translateX(-50%);
    line-height: 2;
}
.pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
}
.hidden-caption-content {
    display: none;
}
.photoswipe-image {
    /*noinspection CssInvalidPropertyValue*/
    cursor: -moz-zoom-in;
    /*noinspection CssInvalidPropertyValue*/
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.pswp__zoom-wrap video {
    max-width: initial;
}
@media (min-width: 640px) {
    .pswp__custom-caption {
        max-width: 40rem;
        text-align: left;
    }
}

/*==================================
OXYGEN EDITOR STYLING
===================================*/

/*==================================
OXYGEN OVERRIDES
===================================*/
#ct-builder .ct-div-block:empty {
    min-width: 20px;
    min-height: 20px;
}
#ct-builder [data-sal],
#ct-builder .sal--slide-up {
    opacity: 1 !important;
    transform: none !important;
}

/*==================================
OXYMADE OVERRIDES
===================================*/

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(253 80 20 / var(--tw-text-opacity, 1));
}

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

@media (min-width: 475px) {

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mr-8 {
    margin-right: 3.2rem;
  }

  .xs\:inline {
    display: inline;
  }

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

  .xs\:gap-x-6 {
    column-gap: 2.4rem;
  }
}

@media (min-width: 640px) {

  .sm\:mb-\[7\.5\%\] {
    margin-bottom: 7.5%;
  }

  .sm\:basis-6\/12 {
    flex-basis: 50%;
  }

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

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

  @media not all and (min-width: 1024px) {

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

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

    .sm\:max-lg\:order-3 {
      order: 3;
    }
  }
}

@media (min-width: 768px) {

  .md\:-mt-22 {
    margin-top: -8.8rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

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

  .md\:w-18 {
    width: 7.2rem;
  }

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

  .md\:translate-y-5 {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

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

  .md\:pb-16 {
    padding-bottom: 6.4rem;
  }
}

@media (min-width: 1024px) {

  .lg\:my-28 {
    margin-top: 11.2rem;
    margin-bottom: 11.2rem;
  }

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

  .lg\:ml-\[8\.333333\%\] {
    margin-left: 8.333333%;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:max-w-xl {
    max-width: 57.6rem;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

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

  .lg\:gap-x-14 {
    column-gap: 5.6rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:hyphens-none {
    hyphens: none;
  }

  .lg\:pb-24 {
    padding-bottom: 9.6rem;
  }
}

@media (min-width: 1280px) {

  .xl\:ml-\[16\.66666\%\] {
    margin-left: 16.66666%;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-15 {
    margin-top: 6rem;
  }

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

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

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

  .xl\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

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

  .xl\:gap-x-24 {
    column-gap: 9.6rem;
  }

  .xl\:pb-32 {
    padding-bottom: 12.8rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:-left-16 {
    left: -6.4rem;
  }
}
