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

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 */
  font-variation-settings: normal; /* 6 */
}

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

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


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


/**
 * Swiper 9.4.1
 * 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: June 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);
  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-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}


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


.swiper-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-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}


.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}


.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}


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


/* Common Styles */


.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 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: var(--swiper-pagination-bullet-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;
  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;
  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;
  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;
  backface-visibility: hidden;
}


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


.swiper-cards {
  overflow: visible;
}


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


body{
  position: relative;
  font-family: Ansage, 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(243 255 228 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.site-bg{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
    z-index: 1;
    transition: background-color .5s ease-in-out;
    background-image: url("/img/noise.png");
}


.site-bg:before{
  position: absolute;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
        background-image: url("/img/wood_bg.png");
        content: "";
        transition: filter .5s ease-in-out;
        filter: brightness(1) grayscale(0);
}


.bg-noise {
    background-image: url("/img/noise.png");
}


.light-bg:before {
        filter: brightness(2.1) grayscale(.5);
    }


.brand-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
    max-width: 1500px;
}


.brand-spacing{
  margin-bottom: 8rem;
}


.screen{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  height: 100vh;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
    background-image: url("/img/wood_bg.png");
    background-blend-mode: color-dodge;
}


article {
    overflow: hidden;
}


@media (min-width: 1024px) {


article[data-taxi-view="work"] {

    overflow: visible
}
    }


.anchor-link{
  position: relative;
    top: -150px;
}


@media (min-width: 768px) {


.anchor-link {
    top: -100px;
}
    }


.anchor-link{


    display: block;
    height: 1px;
}


.grecaptcha-badge { visibility: hidden; }


@font-face {
    font-family: "Ansage";
    src: url("/fonts/Ansage-Bold.woff2") format("woff2"),
        url("/fonts/Ansage-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Ansage";
    src: url("/fonts/Ansage-Regular.woff2") format("woff2"),
        url("/fonts/Ansage-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Ansage";
    src: url("/fonts/Ansage-Medium.woff2") format("woff2"),
        url("/fonts/Ansage-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Ansage";
    src: url("/fonts/Ansage-Light.woff2") format("woff2"),
        url("/fonts/Ansage-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Ansage-Variable";
    src: url("/fonts/AnsageVariableGX.woff2") format("woff2"),
}


@font-face {
    font-family: 'Items Condensed';
    src: url('/fonts/Items-CondensedThin.woff2') format('woff2'),
        url('/fonts/Items-CondensedThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Items Condensed';
    src: url('/fonts/Items-CondensedLight.woff2') format('woff2'),
        url('/fonts/Items-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


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


.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 ─────────────────────────────────────────────────────────
 */


.work-cards{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
}


@media (min-width: 768px){

  .work-cards{
    padding-left: 80px;
    padding-right: 80px;
  }
}


.work-cards--grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


.work-cards--grid .work-card:not(.hidden){
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.hidden) .work-card__info:before {
                display:none;
            }


.work-cards--grid .work-card:not(.hidden) .work-card__info{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.hidden) .work-card__media {
                order:1;
            }


.work-cards__col{
  width: 100%;
}


@media (min-width: 768px){

  .work-cards__col{
    width: 50%;
    padding-right: 1.25rem;
  }
}


.work-cards__col--even{
  padding-right: 0px;
}


@media (min-width: 768px){

  .work-cards__col--even{
    padding-left: 1.25rem;
            margin-top:200px;
  }
}


.work-cards__row{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}


@media (min-width: 768px){

  .work-cards__row{
    flex-wrap: nowrap;
  }
}


.work-cards__content{
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 3rem;
}


@media (min-width: 1024px){

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


.work-cards__content:not(.work-cards__content--services)>*:nth-child(2) {

           grid-row-start: 2;
             grid-column-start: 2
        }
}


.work-cards:not(.work-cards--cron) .work-card {
        order:initial !important;
    }


.work-card{
  position: relative;
  grid-column: span 1 / span 1;
  grid-row: span 4 / span 4;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 20px;
    color:var(--card-text-color);
    --swiper-theme-color: #5AA700;
    --card-text-color: #F3FFE4;
    --card-line-color: #5AA700;
    --drag-bg-color:#F3FFE4;
    --swiper-scrollbar-drag-bg-color:transparent;
    /*
    &.aos-animate {
        .work-card__media {
            top:0;
            opacity:1;
        }
        .work-card__info{
            left:0;
            opacity:1;
    }
    &:nth-of-type(even):not(.work-card--reverse):not(.work-card--normal).aos-animate{
        .work-card__info {
           right:0%;
           left:auto;
        }
    }
    }
    */
}


.work-card:before{
  position: absolute;
  height: 100%;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
        content:"";
    background-color: var(--card-color);
    transition: height 1s cubic-bezier(.08, .82, .17, 1);
}


.work-card.aos-animate:before {
            height: 100%;
        }


.work-card.aos-animate .work-card__media,.work-card.aos-animate .work-card__info {
            opacity:1;
            top:0;
        }


.work-card__bullets{
  display: grid;
  width: 100%;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}


.work-card__bullet{
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
        height:10px;
}


.work-card__bullet:before {
            content:"";
            display: block;
            height:1px;
            width:100%;
        background:var(--card-line-color);
        transition:background .3s ease-in-out;

        }


.work-card__bullet--active:before, .work-card__bullet:hover:before {
                background:var(--drag-bg-color);
            }


.work-card__scrollbar{
  position: relative;
}


.work-card__scrollbar:before{
  position: absolute;
  width: 100%;
            height:1px;
            background: var(--card-line-color);
            content:"";
            top:50%;
            transform:translateY(-50%);
}


.work-card__scrollbar .swiper-scrollbar-drag {
        height:10px;
    }


.work-card__scrollbar .swiper-scrollbar-drag:before{
  position: absolute;
  width: 100%;
            height:1px;
            background: var( --drag-bg-color);
            content:"";
            top:50%;
            transform:translateY(-50%);
}


.work-card--dark-text {
    --card-text-color: #313131;
    }


.work-card--dark-lines {
    --card-line-color: #313131;

    }


.work-card .button__line {
        background-color: var(--card-line-color);
    }


.work-card .button__arrow path {
        stroke: var(--card-line-color);

    }


.work-card__in-view{
  position: absolute;
  top: 0px;
}


.work-card.hidden{
        display:none !important;
    }


.work-card--hero{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 5rem;
  display: flex;
  width: 91.666667%;
  flex-direction: column;
  align-items: center;
  row-gap: 0px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  overflow: visible;
}


@media (min-width: 768px){

  .work-card--hero{
    flex-direction: row-reverse;
  }
}


.work-card--hero {
        max-width:1440px;

    }


.work-card--hero:before{
  position: absolute;
  bottom: 0px;
  z-index: -1;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
}


@media (min-width: 1024px){

  .work-card--hero:before{
    bottom: auto;
    top: 0px;
  }
}


.work-card--hero:before {
               content:"" ;
               background-image: url("/img/noise.png");
               left:-100vw;
               width:200vw;
           }


@media (min-width: 1024px) {


.work-card--hero:before {
               top:50%;
               transform:translateY(-50%)
           }
               }


.work-card--hero.aos-animate:before {
               height: 75%;
           }


/*
    &:nth-of-type(even):not(.work-card--reverse):not(.work-card--normal){
        .work-card__media {
            @apply lg:order-2;
        }
        .work-card__info {
            left:auto;
           right:-20%;
        }
    }
    */


@media (min-width: 1024px){

  .work-card--reverse .work-card__media{
    order: 2;
  }
}


.work-card--normal .work-card__media {
            order: -1;
        }


.work-card__media{
  position: relative;
  z-index: 20;
  height: 100%;
  overflow: hidden;
  opacity: 0;
        top:4rem;
        transition: all .8s cubic-bezier(.08, .82, .17, 1) .5s;
}


/*
        AOS STuff
        top:-20%;
        opacity:0;
        transition-duration: .5s;
        transition-delat:.2s;
        */


.work-card__media--hero{
  border-radius: 20px;
}


@media (min-width: 768px){

  .work-card__media--hero{
    width: 50%;
  }
}


.work-card__media--hero {
            opacity:1;
            top:0;
        }


.work-card__media--hero img{
  -o-object-fit: cover;
     object-fit: cover;
}


.work-card__media--home {
            opacity: 1;
            top:0;

        }


@media (min-width: 1024px) {


.work-card__media--home {
            width:50%;

        }
            }


.work-card__media--home{
            border-radius:10px;
}


.work-card__media .swiper-slide{
  -o-object-fit: cover;
     object-fit: cover;
            width:101% !important;
}


.work-card__awards{
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
  display: flex;
}


.work-card__award {
        width:70px ;
    }


.work-card__award:not(:last-of-type){
  margin-right: 0.5rem;
}


.work-card__info{
  position: relative;
  z-index: 10;
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
}


@media (min-width: 1024px){

  .work-card__info{
    grid-column: span 3 / span 3;
    padding: 2rem;
  }
}


.work-card__info {
        padding:1rem 1.5rem 1.75rem 1.5rem;
        top:3rem;
        transition: all .5s cubic-bezier(.08, .82, .17, 1) .3s;


    }


/*
        AOS STUFF
        left:-20%;
        opacity:0;
        transition-duration: .5s;
        transition-delay:.4s;
        */


@media (min-width: 768px){

  .work-card__info--hero{
    width: 50%;
  }
}


.work-card__title{
  margin-bottom: 0.5rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.25rem;
}


@media (min-width: 768px){

  .work-card__title{
    font-size: 3rem;
    line-height: 1;
  }
}


.work-card__title--hero{
  margin-bottom: 0.5rem;
}


.work-card__title--news{
  margin-bottom: 1.25rem;
}


.work-card__collaborator{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.work-card__collaborator-text{
  flex-shrink: 0;
}


.work-card__collaborator strong{
  font-weight: 500;
}


.work-card__collaborator-line{
  margin-left: 0.75rem;
  height: 1px;
  width: 100%;
            background:var(--drag-bg-color);
}


.work-card__categories{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}


@media (min-width: 768px) {


.work-card__categories {

        grid-template-columns: max-content max-content max-content max-content
    }
        }


.work-card__categories--hero{
  font-size: 0.875rem;
  line-height: 1.25rem;
        grid-template-columns: max-content max-content ;
}


@media (min-width: 768px) {


.work-card__categories--hero {

        grid-template-columns: max-content max-content max-content max-content

        }
        }


.work-card__category{
  display: flex;
  align-items: center;
        white-space: nowrap;
}


.work-card__category-icon{
  margin-right: 0.25rem;
  display: inline-block;
  width: 18px;
}


.work-card__category-icon--hero{
  width: 30px;
}


.work-card__category-icon svg{
  width: 100%;
}


.work-card__category-icon path {
                stroke:var(--card-line-color);
            }


.button{
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(243 255 228 / var(--tw-text-opacity));
}


@media (min-width: 768px){

  .button{
    padding-right: 1rem;
  }
}


@media (min-width: 1024px) {


.button {
    margin-right:9.5px
}
    }


.button{
    background-color: transparent;
    transition: all .3s ease-in-out;
}


.button:hover {
        margin-right:0px;


    }


.button:hover .button__arrow {
            left: .5rem;
        }


.button:hover .button__arrow path {
                stroke: white;
            }


.button:hover .button__text {
            opacity:1;
        }


.button--loading {
        pointer-events: none;
        animation: loading 2s ease-in-out infinite;
    }


@keyframes loading {
        0%{
            opacity: 1;
            transform:translateY(0);
        }
        50% {
            opacity: .3;
            transform:translateY(5px);
        }
        100%{
            opacity: 1;
            transform:translateY(0px);
        }
    }


.button--green{
  margin-left: 1rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
        transition: all .3s ease-in-out;
    margin-right:9.5px;
}


.button--green .button__text {
            opacity: 1;
        }


.button--green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.button--green-light-bg {

        color:#448000;
    }


.button--load-more{
  margin-left: 0px;
  margin-right: 0px;
}


.button--load-more:hover{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}


.button__wrap{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.button__line-wrap{
  position: relative;
  width: 100%;
}


.button__line{
  right: 0px;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
}


.button__line--full{
  position: absolute;
  width: 100vw;
}


.button__text{
  margin-right: 0.75rem;
        white-space: nowrap;
        opacity:.6;
}


.button__text--work-card {
        color: var(--card-text-color);
    }


.button__arrow {
        width: 20px;
        position:relative;
        transition: left .3s ease-in-out;
        left:0;
    }


.button__arrow--work-card path {
                stroke:var(--card-line-color) !important;
        }


.button__arrow path {
            stroke: #5aa700;
            transition: stroke .3s ease-in-out;
        }


.button:not(.button--green) .button__text {
    transition: all .3s ease-in-out;
    }


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


.text-block--work{
  margin-bottom: 2rem;
}


.text-block--custom-color h2,
        .text-block--custom-color h3 {
            color: var(--custom-color);
        }


.text-block h2,.text-block h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}


.text-block h2[style*="text-align: right;"]
    {
        text-align:left !important;
    }


@media (min-width: 1024px) {


.text-block h2[style*="text-align: right;"]
    {
            text-align: right !important
    }
        }


.text-block--serif h2,.text-block--serif h3{
  margin-bottom: 1rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 300;
            line-height:.85;
}


.text-block p {
        line-height: 25px;
    }


.text-block a:not(.button){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
        transition: all .3s ease-in-out;
}


.text-block a:not(.button):hover{
  border-color: transparent;
            color:#A5D56C;
}


.text-block ul{
  margin-left: 1rem;
  list-style-type: disc;
}


.text-block ul li {
        }


.work{
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 52 58 / var(--tw-text-opacity));
}


.work-intro{
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media (min-width: 768px){

  .work-intro{
    flex-direction: row;
  }
}


.work-intro__content{
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px){

  .work-intro__content{
    width: 100%;
    padding-left: 1.5rem;
  }
}


.work-intro__details{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


@media (min-width: 768px){

  .work-intro__details{
    margin-bottom: 0px;
    flex-direction: row;
  }
}


.work-intro__detail:not(:last-of-type){
  margin-bottom: 1rem;
}


@media (min-width: 1024px){

  .work-intro__detail:not(:last-of-type){
    margin-bottom: 0px;
    margin-right: 2rem;
  }
}


.work-intro__detail a{
  border-bottom-width: 1px;
  border-color: currentColor;
            transition:border-color .3s ease-in-out;
}


.work-intro__detail a:hover{
  border-color: transparent;
}


.work-intro__detail-label{
  font-weight: 500;
        color:var(--custom-color);
}


.work-intro__sidebar{
  --tw-border-opacity: 1;
  border-color: rgb(211 214 216 / var(--tw-border-opacity));
}


@media (min-width: 768px){

  .work-intro__sidebar{
    margin-left: 3rem;
    width: 37%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
  }
}


@media (min-width: 1024px){

  .work-intro__sidebar{
    border-left-width: 1px;
  }
}


.work-intro__sidebar-headline{
  margin-bottom: 0.75rem;
  font-family: Ansage, 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.25rem;
  line-height: 1.75rem;
  font-weight: 700;
                color: var(--custom-color);
}


.work-intro__award{
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
}


.work-intro__award:not(:last-of-type){
  margin-bottom: 1.5rem;
}


.work-intro__award-icon{
  margin-right: 0.5rem;
            width:47px;
}


.work-hero{
  margin-bottom: 4rem;
}


.work-hero__content{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}


@media (min-width: 768px){

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


.work-hero__headline{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  line-height: 1;
}


@media (min-width: 768px){

  .work-hero__headline{
    font-size: 4.75rem;
  }
}


.work-hero__headline {
        max-width:1350px;
        margin:0 auto;
    }


.work-hero__icon-text{
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


@media (min-width: 768px){

  .work-hero__icon-text{
    align-items: baseline;
  }
}


.work-hero__icon-text {
       transition:color .3s ease-in-out;

   }


.work-hero__icon-text:hover {
           color:#A5D56C;
       }


.work-hero__icon-text:hover .hover-stroke {
               stroke-dashoffset: 700;
           }


.work-hero__icon-text:hover .hover-stroke--med{
               stroke-dashoffset: 680;
               }


.work-hero__icon-text:hover .hover-stroke--long {
               stroke-dashoffset: 600;
               }


.work-hero__icon{
  position: relative;
  margin-left: .2rem;
  margin-top: 0.5rem;
  display: block;
}


@media (min-width: 768px){

  .work-hero__icon{
    margin-left: 0.5rem;
    margin-top: 0px;
  }
}


.work-hero__icon {
    top:1px;

    width: 25px;
    }


@media (min-width: 768px) {


.work-hero__icon {
        width: 39px
    }
    }


.work-hero__icon svg > path{
  stroke: #5AA700;
}


.work-hero__icon .hover-stroke {
            stroke:#A5D56C;
            stroke-dasharray: 1000;
              stroke-dashoffset: 1000;
              transition: stroke-dashoffset .8s ease-in-out;
        }


.work-hero__arrow{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
        width:48px;
        transition: transform .3s cubic-bezier(.68,-0.55,.27,1.55);
        animation: arrowBounce 4s infinite  2s ease-in-out;
}


@keyframes arrowBounce {
        80%{
            transform:translateY(0);
        }
        90% {
            transform:translateY(40px) ;

        }
        100% {
            transform:translateY(0);

        }
    }


.work-options{
  position: fixed;
  bottom: 20px;
  z-index: 999;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}


@media (min-width: 768px){

  .work-options{
    z-index: 999999;
    flex-direction: row;
  }
}


@media (min-width: 1024px){

  .work-options{
    position: sticky;
    bottom: auto;
    top: 0px;
    width: auto;
  }
}


.work-filters{
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
  background-color: rgb(1 47 51 / 0.9);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}


@media (min-width: 768px){

  .work-filters{
    width: 50%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-width: 0px;
  }
}


.work-filters {
    transition: background-color .3s ease-in-out;
 background-image: url("/img/noise.png");
}


.work-filters--open {
    transition-delay: .2s;
    background-color: rgb(1 47 51 / 1);

    }


.work-filters__button{
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.work-filters__button-left{
  display: flex;
  align-items: center;
}


.work-filters__button-text{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.work-filters__button-icon{
  display: inline-block;
  align-self: flex-end;
            width:24px;
                transform:rotate(180deg);
}


@media (min-width: 1024px) {


.work-filters__button-icon {
            transform:rotate(0deg)

        }
            }


.work-filters__button-icon{
                transform-origin:center;
}


.work-filters__button-icon--open {
                transform:rotate(0deg);
            }


@media (min-width: 1024px) {


.work-filters__button-icon--open {
                transform:rotate(180deg)
            }
            }


.work-filters__icon{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
        width:20px;
}


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


.work-filters__menu{
  display: flex;
  height: 0px;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
        transition:height .3s ease-in-out;
}


.work-filters__menu--open {
            height:250px;
        }


@media (min-width: 768px) {


.work-filters__menu--open {
            height:180px
        }
            }


.work-filters__menu-left{
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
            width:100%;
}


.work-filters__headline{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.work-filters__headline-line{
  margin-left: 0.5rem;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
}


.work-view-button{
  display: flex;
  align-items: center;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.work-view-button--active{
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 47 51 / var(--tw-text-opacity));
}


.work-view-button__icon{
  margin-left: 0.25rem;
  display: inline-block;
        width:20px;
}


.text-image{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


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


.text-image--reverse .text-image__image{
  padding-left: 0px;
}


@media (min-width: 768px){

  .text-image--reverse .text-image__image{
    padding-right: 6rem;
  }
}


.text-image__text{
  margin-bottom: 2rem;
  width: 100%;
}


@media (min-width: 768px){

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


@media (min-width: 1024px){

  .text-image__text{
    margin-bottom: 0px;
  }
}


.text-image__image{
  width: 100%;
}


@media (min-width: 768px){

  .text-image__image{
    width: 50%;
    padding-left: 6rem;
  }
}


.full-width-image{
  margin-bottom: 2rem;
}


@media (min-width: 1024px){

  .full-width-image{
    margin-bottom: 4rem;
  }
}


.image-grid{
  display: grid;
}


@media (min-width: 1024px){

  .image-grid{
    grid-template-rows: repeat(1, minmax(0, 1fr));

      grid-auto-flow: column;
  }
}


.image-grid--padding{
  gap: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.image-grid__image{
  grid-column: span 1 / span 1;
  width: 100%;
}


.split-text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: flex;
  width: 83.333333%;
  flex-wrap: wrap;
  align-items: center;
}


.split-text__block{
  padding-top: 1rem;
  padding-bottom: 1rem;
}


@media (min-width: 768px){

  .split-text__block{
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}


.split-text__block *[style*="text-align: right;"]{
  text-align: left !important;
}


@media (min-width: 768px) {
        .split-text__block *[style*="text-align: right;"]{
    text-align: right !important;
  }


        .split-text__block:nth-child(1){
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(211 214 216 / var(--tw-border-opacity));
    padding-right: 3rem;
  }
        .split-text__block:nth-child(2){
    padding-left: 3rem;
  }
        }


.centered-text__block{
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}


@media (min-width: 768px){

  .centered-text__block{
    width: 65%;
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (min-width: 1024px){

  .centered-text__block{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}


.centered-text__block {
    max-width:1000px;
    }


.centered-text + section{
  padding-top: 0px;
}


.line-header{
  margin-top: 3rem;
  margin-bottom: 3rem;
    display:inline-grid;
}


.line-header__top{
  display: flex;
  width: 100%;
  align-items: center;
}


.line-header__sub{
  white-space: nowrap;
  padding-right: 1rem;
}


.line-header__line{
  height: 1px;
  width: 100%;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
}


.line-header__headline{
  position: relative;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 100;
    top:-1rem;
    opacity: 0;
}


.line-header__headline.aos-animate{
        top:0;
    opacity: 1;
    }


.line-header__link{
  display: inline-flex;
  align-items: baseline;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
        transition:color .3s ease-in-out;
}


.line-header__link path{
  stroke: #5AA700;
}


.line-header__link:hover {
            color:#A5D56C;
        }


.line-header__link:hover .hover-stroke {
                   stroke-dashoffset: 800;

               }


.line-header__icon{
  margin-left: 0.5rem;
  display: block;
        width:26px;
}


@media (min-width: 1024px) {


.line-header__icon {
        width:32px
    }
        }


.line-header__icon .hover-stroke {
            stroke:#A5D56C;
            stroke-dasharray: 1000;
              stroke-dashoffset: 1000;
              transition: stroke-dashoffset .8s ease-in-out;
        }


.home-hero__wrapper{
  position: relative;
  margin-bottom: 4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}


@media (min-width: 768px){

  .home-hero__wrapper{
    margin-bottom: 9rem;
    padding-left: 3rem;
    padding-right: 1rem;
  }
}


@media (min-width: 1280px){

  .home-hero__wrapper{
    padding-left: 5rem;
  }
}


.home-hero{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}


.home-hero__content{
  margin-bottom: 12rem;
  width: 100%;
  padding-top: 4rem;
}


@media (min-width: 768px){

  .home-hero__content{
    margin-bottom: 16rem;
    padding-top: 6rem;
  }
}


@media (min-width: 1024px){

  .home-hero__content{
    margin-bottom: 3.5rem;
    width: 63%;
  }
}


.home-hero__headline{
  margin-bottom: 2rem;
  text-align: center;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.7rem;
  font-weight: 100;
  line-height: 1;
}


@media (min-width: 768px){

  .home-hero__headline{
    font-size: 3.75rem;
    line-height: 1;
  }
}


@media (min-width: 1024px){

  .home-hero__headline{
    text-align: left;
  }
}


@media (min-width: 1280px){

  .home-hero__headline{
    font-size: 4.75rem;
            line-height: 5rem;
  }
}


@media (min-width: 768px){

  .home-hero__headline-1{
    display: block;
  }

  .home-hero__headline-2{
    display: block;
  }

  .home-hero__headline-3{
    display: block;
  }
}


.home-hero__icon-text{
  display: inline-flex;
  align-items: baseline;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
        transition: color .3s ease-in-out;
}


.home-hero__icon-text:hover {
            color: #A5D56C;
        }


.home-hero__icon-text:hover .hover-stroke {
                stroke-dashoffset: 700;
            }


.home-hero__icon-text:hover .hover-stroke--med {
                    stroke-dashoffset: 680;
                }


.home-hero__icon-text:hover .hover-stroke--long {
                    stroke-dashoffset: 600;
                }


.home-hero__icon{
  position: relative;
  margin-left: .2rem;
  margin-top: 0.5rem;
  display: block;
}


@media (min-width: 768px){

  .home-hero__icon{
    margin-left: 0.5rem;
    margin-top: 0px;
  }
}


.home-hero__icon {
        top:1px;

        width: 25px;
    }


@media (min-width: 768px) {


.home-hero__icon {
            width: 39px
    }
        }


.home-hero__icon svg>path{
  stroke: #5AA700;
}


.home-hero__icon .hover-stroke {
            stroke: #A5D56C;
            stroke-dasharray: 1000;
            stroke-dashoffset: 1000;
            transition: stroke-dashoffset .8s ease-in-out;
        }


.home-hero__rings{
  position: absolute;
  top: 21rem;
}


@media (min-width: 768px){

  .home-hero__rings{
    top: 22rem;
  }
}


@media (min-width: 1024px){

  .home-hero__rings{
    top: 170px;
  }
}


.home-hero__rings {

        will-change: transform, right;
        z-index: 0;
    }


@media (min-width: 1024px) {


.home-hero__rings {
        z-index: -2
    }
        }


.home-hero__rings{
        width:100%;
}


@media (min-width: 1024px) {


.home-hero__rings {
            width:550px;
            z-index: 1;
            transform-origin: center;
            right:50%;
            transform: scale(1.35) translateX(50%)
    }


.home-hero__rings.aos-animate {

                transform: scale(1.35) translateX(0%);
                right: -7%;

            transition-delay:1s;
            transition-duration: 1s;
            transition-timing-function:cubic-bezier(.69, -0.39, .46, 1.07) !important;
            transition-timing-function:cubic-bezier(.69, -0.39, .37, 1.16) !important

        }
        }


.home-hero__rings path {
            transition: all .3s ease-in-out;
            cursor: pointer;
            animation: ringIn .4s cubic-bezier(.45, 1.89, .64, 1);
            transform-origin: center;
            animation-fill-mode: both;
            animation-play-state: paused;
        }


.home-hero__rings path:nth-of-type(2) {
                animation-delay: .05s;
            }


.home-hero__rings path:nth-of-type(3) {
                animation-delay: .1s;
            }


.home-hero__rings path:nth-of-type(4) {
                animation-delay: .15s;
            }


.home-hero__rings path:nth-of-type(5) {
                animation-delay: .2s;
            }


.home-hero__rings path:nth-of-type(6) {
                animation-delay: .25s;
            }


.home-hero__rings path:nth-of-type(7) {
                animation-delay: .3s;
            }


.home-hero__rings path:nth-of-type(8) {
                animation-delay: .35s;
            }


.home-hero__rings path:nth-of-type(9) {
                animation-delay: .4s;
            }


.home-hero__rings path:nth-of-type(10) {
                animation-delay: .45s;
            }


.home-hero__rings.aos-animate path {
                animation-play-state: running;
            }


.home-hero__rings path:hover:not(.ring-active) {
            fill: #5aa70030;
        }


.home-hero__rings .ring-active {
            fill: #5AA70070;
        }


@keyframes ringIn {
            from {
                opacity: 0;
                transform: scale(.8);
            }

            to {
                opacity: 10;
                transform: scale(1);
            }
        }


.home-hero__work{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}


@media (min-width: 1024px){

  .home-hero__work{
    width: 60%;
  }
}


.home-hero__work {
        z-index: 1;

    }


@media (min-width: 1024px) {


.home-hero__work {
            z-index: initial

    }
        }


.home-hero__work{
        height:357px;
}


@media (min-width: 768px) {


.home-hero__work{
    height: auto;
  }
        }


.home-hero__work:before{
  position: absolute;
  bottom: 0px;
  z-index: -1;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
}


@media (min-width: 1024px){

  .home-hero__work:before{
    bottom: auto;
    top: 0px;
  }
}


.home-hero__work:before {
            height: 75%;
            content: "";
            background-image: url("/img/noise.png");
            left: -100vw;
            width: 200vw;
        }


@media (min-width: 1024px) {


.home-hero__work:before {

            top: 50%;
            transform: translateY(-50%)
        }
            }


.work-slider__button{
  margin-right: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.work-slider__button:hover{
  --tw-text-opacity: 1;
  color: rgb(211 214 216 / var(--tw-text-opacity));
}


.work-slider__button{

        width:28px;
}


.work-slider__button--next{
  margin-right: 0px;
  margin-left: 1rem;
}


.work-slider__button--next svg {
                transform: rotate(180deg);
                transform-origin: center;
            }


.work-slide{
  display: flex;
  flex-direction: column;
}


@media (min-width: 768px){

  .work-slide{
    flex-direction: row;
    align-items: center;
  }
}


.work-slide__content{
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (min-width: 768px){

  .work-slide__content{
    padding-left: 1.5rem;
  }
}


.work-slide__headline{
  margin-bottom: 0.5rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
}


.home-cards{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3rem;
}


@media (min-width: 768px){

  .home-cards{
    margin-bottom: 8rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}


@media (min-width: 1024px){

  .home-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}


.home-card{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 255 228 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(1 47 51 / var(--tw-text-opacity));
}


.home-card__header{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
}


.home-card__header-text{
  white-space: nowrap;
  padding-right: 0.5rem;
}


.home-card__headline{
  margin-bottom: 1rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 300;
        line-height: .85;
}


.home-services{
  grid-column: span 2 / span 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.home-services__content{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}


@media (min-width: 768px){

  .home-services__content{
    width: 50%;
  }
}


.home-services__image{
  height: 300px;
  width: 100%;
}


@media (min-width: 768px){

  .home-services__image{
    height: 100%;
  }
}


@media (min-width: 1024px){

  .home-services__image{
    width: 50%;
  }
}


.home-services__image object{
  height: 100%;
  width: 100%;
}


.home-services__list{
  margin-bottom: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}


@media (min-width: 768px){

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


.home-services__service{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.home-services__service--filters{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.home-services__service--filters-active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.home-services__icon svg {
            max-width: 30px;
            width: 100%;
        }


.home-services__icon path{
  width: 100%;
            stroke: #5AA700;
}


.home-services__icon{
  margin-right: 0.5rem;
}


.home-services__icon--filters {
            width: 19px;
        }


.home-story{
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.awards-block{
  margin-bottom: 8rem;
  display: flex;
  flex-wrap: wrap;
}


@media (min-width: 768px){

  .awards-block{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}


.awards-block__content{
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 2rem;
}


@media (min-width: 768px){

  .awards-block__content{
    margin-bottom: 0px;
    width: 37%;
    padding-right: 2rem;
  }
}


.awards-block__headline{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.25;
}


.awards-block__awards{
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}


@media (min-width: 768px){

  .awards-block__awards{
    width: 63%;
  }
}


.awards-block__awards:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
            content: "";
            width: 200vw;
            background-image: url("/img/noise.png");
            height: 100%;
            top: 50%;
            transform: translateY(-50%);
}


.awards-block__awards-wrap{
  position: relative;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 5rem;
  padding-top: 3rem;
  padding-left: 3rem;
}


@media (min-width: 768px){

  .awards-block__awards-wrap{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (min-width: 1024px){

  .awards-block__awards-wrap{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}


.awards-block__award{
  grid-column: span 1 / span 1;
}


@keyframes icontextIn {
    0% {
        color: white;

    }

    50% {
        transform: scale(1.05);
        color: white;
    }

    80% {
        transform: scale(.95);
        color: #A5D56C;
    }

    100% {
        transform: scale(1.0);
        --tw-text-opacity: 1;
        color: rgb(90 167 0 / var(--tw-text-opacity));
    }
}


.header{
  position: fixed;
  top: 0px;
  z-index: 9999;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}


@media (min-width: 1024px){

  .header{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}


.header {
    max-width: 100vw;
}


.header__logo {
        /*
        #Acorn {
            animation: acornIn 2s cubic-bezier(.08,.82,.17,1);
            animation-fill-mode: both;
            transform-origin:center;
            animation-delay:1s;

        }
        #Under {
            animation-fill-mode: both;
            transform-origin:center;
            display: none;
        }
        #Story {
            animation-fill-mode: both;
            display: none;
            transform-origin:center;
            }
            */


    }


.header__logo #logo {

        width: 182px;
        }


.header__logo{
        filter:brightness(1) saturate(1);
            transition: filter .2s ease-in-out;
}


/*
        iframe {
            pointer-events: none;
        }
        */


.header__logo:hover {
            cursor: pointer;
            filter:brightness(1.2);
        }


@keyframes acornIn {
    0% {
        transform: translate(50%,-100%) ;
        opacity:0;

    }
    25% {
        transform: translate(50%,0%) ;
        opacity: 1;

    }
    50% {
        transform: translate(50%,0%) ;
    }
    80% {
        transform: translate(0%,0%) ;
    }
}


.nav{
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 1rem;
  padding: 2.5rem;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(243 255 228 / var(--tw-text-opacity));
}


@media (min-width: 768px){

  .nav{
    top: 2rem;
    right: 2rem;
  }
}


.nav {
    width: calc(100% - 4rem);

}


@media (min-width: 768px) {


.nav{
    width: auto;
  }
    }


.nav__closer{
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100vh;
  width: 100vw;
}


.work-cards--grid .work-card:not(.nav__closer){
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.nav__closer) .work-card__info:before {
                display:none;
            }


.work-cards--grid .work-card:not(.nav__closer) .work-card__info{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.nav__closer) .work-card__media {
                order:1;
            }


.work-card.nav__closer{
        display:none;
    }


.nav__closer--open{
  display: block;
  cursor: pointer;
}


.nav--dropdown-open .nav__item{
  opacity: 0.4;
}


.nav--footer{
  position: relative;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
}


.nav--footer:before{
  display: none;
}


.work-cards--grid .work-card:not(.nav--footer):before{
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.nav--footer) .work-card__info:before:before {
                display:none;
            }


.work-cards--grid .work-card:not(.nav--footer) .work-card__info:before{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.nav--footer) .work-card__media:before {
                order:1;
            }


.work-card.nav--footer:before{
        display:none;
    }


.nav--footer .nav__items{
  width: 100%;
}


.nav--footer .nav__link-icon{
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.nav--footer .nav__item-line{
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
}


.nav--footer .nav__socials path{
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.nav--footer .nav__dropdown{
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
}


.nav{

    pointer-events: none;
}


.nav:before{
  position: absolute;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
        top: 0px;
        right: 0px;
        height: 48px;
        width: 48px;
        content: "";
        transition: height .2s cubic-bezier(.08, .82, .17, 1) .1s, width .2s cubic-bezier(.08, .82, .17, 1) .1s, top .2s cubic-bezier(.08, .82, .17, 1) .1s, right .2s cubic-bezier(.08, .82, .17, 1) .1s, opacity .1s cubic-bezier(.08, .82, .17, 1) .3s;
        opacity: 0;
}


.nav__close{
  position: relative;
  float: right;
  margin-bottom: 0.5rem;
        width: 48px;
        height: 48px;
        opacity: 0;
        transform: scale(.6);
        transition: all .1s ease-in-out;
}


.nav__close circle {
            stroke: transparent;
            stroke-width: 2px;
            transition: all .3s ease-in-out;
        }


.nav__close path {
            transition: stroke .3s ease-in-out;
        }


.nav__close svg {
            overflow: visible;
        }


.nav__close:hover circle{
  fill: #5AA700 !important;
  stroke: #012F33 !important;
}


.nav__close:hover path{
  stroke: #012F33 !important;
}


.nav__items{
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-self: flex-start;
        opacity: 0;
        transition: opacity .2s ease-in-out;
}


@media (min-width: 768px) {


.nav__items {
            width: 388px
    }
        }


.nav__item{
  position: relative;
        transition: all .1s cubic-bezier(.18, .89, .32, 1.28) .5s;
        left: 20%;
        opacity: 0;
}


.nav__item-content{
  display: flex;
  align-items: center;
}


.nav__item{

        width:100%;
}


@media (min-width: 768px) {


.nav__item {

        width:94%
    }
}


.nav__item:not(:last-of-type){
  margin-bottom: 2rem;
}


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


.nav__item-line{
  height: 1px;
  width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 47 51 / var(--tw-border-opacity));
}


.nav__link{
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
}


@media (min-width: 768px){

  .nav__link{
    padding-left: 1rem;
  }
}


.nav__link {
        transition: all .3s ease-in-out;
    }


.nav__link:hover{
  padding-left: 0.5rem;
}


.nav__link:hover .nav__link-icon{
  --tw-text-opacity: 1;
  color: rgb(164 215 104 / var(--tw-text-opacity));
}


.nav__link--hover{
  padding-left: 0.5rem;
}


.nav__link--hover .nav__link-icon{
  --tw-text-opacity: 1;
  color: rgb(164 215 104 / var(--tw-text-opacity));
}


.nav__link-text{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3.5rem;
  font-weight: 100;
            line-height: .8;
}


.nav__link-text--dropdown{
  font-size: 2.25rem;
  line-height: 2.5rem;
}


.nav__link-icon{
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(1 47 51 / var(--tw-text-opacity));
            width: 42px;
            margin-top: .5rem;
            transition: color .3s ease-in-out;
}


.nav__button{
  display: flex;
  align-items: center;
  font-family: Ansage, 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: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}


.nav__button:hover .nav__button-icon{
  margin-left: .8rem;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
}


.nav__button:hover .nav__button-line{
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
}


.nav__button-icon{
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
            width: 48px;
            height: 48px;
            animation: buttonIn .5s cubic-bezier(.18, .89, .32, 1.28);
            animation-fill-mode: both;
            animation-delay: 1.5s;
            transition: all .2s ease-in-out;
}


@keyframes buttonIn {
                from {
                    transform:scale(0);
                }
                to {
                    transform:scale(1);
                }
            }


.nav__button-text {
            animation: moreIn .5s cubic-bezier(.18, .89, .32, 1.28);
            animation-fill-mode: both;
            animation-delay: 1.8s;

        }


@keyframes moreIn{
                from {
                    transform:translateX(2rem);
                    opacity: 0;
                }
                to {
                    transform:translateX(0rem);
                    opacity: 1;
                }
            }


.nav__button-line{
  height: 2px;
  width: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
            transition: all .2s ease-in-out;
}


.nav__button-line:not(:last-of-type) {
                margin-bottom: 4px;
            }


.nav__dropdown{
  margin-left: 1rem;
  margin-top: 0px;
  overflow: hidden;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 47 51 / var(--tw-border-opacity));
  padding-left: 2rem;
        height: 0px;
        transition: all .3s ease-in-out;
}


.nav__dropdown--open{
  margin-top: 1.5rem;
            height: 135px;
}


.nav__socials{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}


@media (min-width: 768px){

  .nav__socials{
    width: 75%;
  }
}


.nav__socials {
        opacity: 0;
        transition: opacity .2s ease-in-out;

    }


.nav__socials--footer{
  margin-bottom: 1rem;
            opacity: 1;
}


.nav__social-link{
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(1 47 51 / var(--tw-text-opacity));
}


.nav__social-link svg{
  width: 100%;
}


.nav__social-link{

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


.nav__social-link:hover{
  --tw-text-opacity: 1;
  color: rgb(243 255 228 / var(--tw-text-opacity));
}


.nav__social-link--footer{
  --tw-text-opacity: 1;
  color: rgb(90 167 0 / var(--tw-text-opacity));
}


.nav--open,
.nav.aos-animate {
    pointer-events: all;


}


.nav--open::before, .nav.aos-animate::before{
  top: 0px;
  right: 0px;
        width: 100%;
        height: 100%;
        transition: height .5s cubic-bezier(.08, .82, .17, 1) .3s, width .5s cubic-bezier(.08, .82, .17, 1) .3s, top .5s cubic-bezier(.08, .82, .17, 1) .3s, right .5s cubic-bezier(.08, .82, .17, 1) .3s, opacity .5s cubic-bezier(.08, .82, .17, 1) .7s;
        transition-delay: .0s;
        opacity: 1;
}


.nav--open .nav__items, .nav.aos-animate .nav__items {
        opacity: 1;
        transition: opacity .5s ease-in-out;
        transition-delay: .3s;

    }


.nav--open .nav__socials, .nav.aos-animate .nav__socials {
        opacity: 1;
        transition: opacity .5s ease-in-out;
        transition-delay: .3s;

    }


.nav--open .nav__close, .nav.aos-animate .nav__close {
        opacity: 1;
        transition: all .3s cubic-bezier(.18, .89, .32, 1.28);
        transition-delay: .3s;
        transform: scale(1);
    }


.nav--open .nav__item, .nav.aos-animate .nav__item {
        opacity: 1;
        left: 0;
        transition: all .3s cubic-bezier(.18, .89, .32, 1.28) .5s;

    }


.nav--open .nav__item:nth-of-type(2), .nav.aos-animate .nav__item:nth-of-type(2) {
            transition-delay: .6s;
        }


.nav--open .nav__item:nth-of-type(2) .nav__item-line, .nav.aos-animate .nav__item:nth-of-type(2) .nav__item-line {
                transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55) .9s;
            }


.nav--open .nav__item:nth-of-type(3), .nav.aos-animate .nav__item:nth-of-type(3) {
            transition-delay: .7s;
        }


.nav--open .nav__item:nth-of-type(3) .nav__item-line, .nav.aos-animate .nav__item:nth-of-type(3) .nav__item-line {
                transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55) 1s;
            }


.nav--open .nav__item:nth-of-type(4), .nav.aos-animate .nav__item:nth-of-type(4) {
            transition-delay: .8s;
        }


.nav--open .nav__item:nth-of-type(4) .nav__item-line, .nav.aos-animate .nav__item:nth-of-type(4) .nav__item-line {
                transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55) 1.1s;
            }


.nav--open .nav__item-line, .nav.aos-animate .nav__item-line{
  width: 100%;
            transition: all .5s cubic-bezier(.68, -0.55, .27, 1.55) .8s;
}


.footer{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
    max-width: 1440px;
}


.footer__top{
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}


@media (min-width: 768px){

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


@media (min-width: 1024px){

  .footer__top{
    flex-wrap: nowrap;
  }
}


.footer__top-left{
  width: 100%;
}


@media (min-width: 1024px){

  .footer__top-left{
    width: 40%;
  }
}


.footer__top-left:before {
                height: 0% !important;
            }


.footer__top-left.aos-animate:before {
                height: 100% !important;
            }


.footer__top-right{
  width: 100%;
}


@media (min-width: 1024px){

  .footer__top-right{
    width: 60%;
  }
}


.footer__top-right {
            overflow: hidden;
        }


.footer__top-right:before {
                height: 0% !important;
            }


.footer__top-right.aos-animate:before {
                height: 100% !important;
                transition-delay: .2s;
            }


.footer__top-right-header{
  margin-bottom: 1.5rem;
}


@media (min-width: 768px){

  .footer__top-right-header{
    margin-bottom: 0px;
  }
}


.footer__card{
  position: relative;
  padding: 2rem;
}


@media (min-width: 768px){

  .footer__card{
    padding: 3rem;
  }
}


.footer__card:before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
            content: "";
            background-image: url("/img/noise.png");
            height: 100%;
            transition: height 1s cubic-bezier(.08, .82, .17, 1);
}


.footer__headline{
  margin-bottom: 1rem;
  text-align: center;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  line-height: 1;
}


@media (min-width: 768px){

  .footer__headline{
    font-size: 4.05rem;
  }
}


.footer__bottom{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
}


@media (min-width: 768px){

  .footer__bottom{
    flex-direction: row;
    align-items: flex-start;
  }
}


.footer__logo{
  margin-bottom: 1rem;
}


@media (min-width: 768px){

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


.footer__logo {
        width: 231px;
    }


.footer__big-logo{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}


@media (min-width: 768px){

  .footer__big-logo{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 8rem;
  }
}


@media (min-width: 1024px){

  .footer__big-logo{
    margin-bottom: 0px;
  }
}


.footer__big-logo {
            filter:brightness(1);
            transition: filter .2s ease-in-out;
    }


.footer__big-logo:hover {
            cursor: pointer;
            filter:brightness(1.1)
        }


.footer__big-logo{
        max-width: 1556px;
}


.footer__big-logo svg{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
            filter:hue-rotate(86.8deg) brightness(0.3);
}


.footer__big-logo iframe {
            height: 140px;
        }


@media (min-width: 768px) {


.footer__big-logo iframe {
                height: 290px
        }
            }


.footer__contact-info{
  display: flex;
  align-items: center;
}


.footer__contact-info:not(:last-of-type){
  margin-bottom: 0.25rem;
}


.footer__contact-link{
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(103 191 0 / var(--tw-text-opacity));
}


.footer__contact-icon {
            width: 16px;
        }


.footer__footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(123 156 138 / var(--tw-text-opacity));
        background-image: url("/img/noise.png");
}


.footer__spacer {
        height: 170px;
    }


@media (min-width: 768px) {


.footer__spacer {
        height: 250px
    }
        }


@media (min-width: 1280px) {


.footer__spacer {
            height: 309px
    }
        }


@media (min-width: 1536px) {


.footer__spacer {
            height: 329px
    }
        }


.footer__cool{
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding-bottom: 2rem;
}


.footer__car{
  position: fixed;
        z-index: 999999;
        pointer-events: none;
        bottom: -43px;
        will-change: transform;
}


@media (min-width: 768px) {


.footer__car {
            bottom: -38px
    }
        }


.footer__car{
        transform:translateX(-100%);
}


.footer__car svg{
            width: 375px !important;
            height: 375px !important;
        }


@media (min-width: 768px) {


.footer__car svg{

                width: 500px !important;
                height: 500px !important
        }
            }


.footer__car--vroom {
            animation: vroom 3s linear;

        }


@media (min-width: 768px) {


.footer__car--vroom {
                animation: vroom 6s linear

        }
            }


.footer__rocket{
  position: fixed;
        pointer-events: none;
        z-index: 999999;
        left: 50%;
        transform: translateX(-50%) translateY(800px);
        bottom:0;
}


.footer__rocket svg {
            height: 600px !Important;
            width: 600px !important;



        }


@media (min-width: 768px) {


.footer__rocket svg {
            height: 800px !important;
            width: 800px !important;



        }
        }


.footer__rocket svg{
        will-change: transform;
}


.footer__rocket--fwoosh {
        animation: fwoosh 5s cubic-bezier(.6,.04,.98,.34);
        animation: fwoosh 4s linear;
        }


@keyframes rumble {
        0% {
            transform: translateX(0)
        }

        25% {
            transform: translateX(3px)
        }

        50% {
            transform: translateX(-3px)
        }

        75% {
            transform: translateX(3px)
        }

        100% {
            transform: translateX(0)
        }
    }


@keyframes fwoosh {
        from {
           transform: translateX(-50%) translateY(800px);
        }

        to {
         transform: translateX(-50%) translateY(-100vh);

        }
    }


@keyframes vroom {
        from {
            transform:translateX(-400px);
        }

        to {
            transform:translateX(100vw);
        }

    }


.nav--footer {}


.centered-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}


@media (min-width: 768px){

  .centered-header{
    margin-bottom: 8rem;
    width: 40%;
  }
}


.centered-header__headline{
  margin-bottom: 0.5rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 4.3rem;
  font-weight: 100;
  line-height: 1.25;
}


.centered-header__copy{
  padding-left: 2rem;
  padding-right: 2rem;
}


.process-block{
  width: 100%;
}


@media (min-width: 640px){

  .process-block{
    max-width: 640px;
  }
}


@media (min-width: 768px){

  .process-block{
    max-width: 768px;
  }
}


@media (min-width: 1024px){

  .process-block{
    max-width: 1024px;
  }
}


@media (min-width: 1280px){

  .process-block{
    max-width: 1280px;
  }
}


@media (min-width: 1536px){

  .process-block{
    max-width: 1536px;
  }
}


.process-block{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}


@media (min-width: 768px){

  .process-block{
    margin-bottom: 0px;
  }
}


.process-block__header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.process-block__icon {
        width:41px;
    }


.process-block__headline{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 4.3rem;
  font-weight: 100;
  line-height: 1.25;
}


.process-block__steps{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.process-block__step{
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}


@media (min-width: 768px){

  .process-block__step{
    margin-bottom: 0px;
    width: 35%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}


.process-block__step {
        background-image: url("/img/noise.png");
    }


.process-block__step-headline{
  text-align: center;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: 100;
}


.process-block__step-copy{
  font-size: 0.875rem;
  line-height: 1.5rem;
}


@media (min-width: 768px){

  .process-block__step-copy{
    line-height: 2;
  }
}


.process__arrow{
  position: absolute;
    left:-5px;
    bottom:-3px;
    width:9px;
}


.process__arrow--right {

        right:-4px;
        bottom:-2px;
        left:auto;
        transform:rotate(-90deg);
        transform-origin:center;
    }


.process__arrow--left{
        left:-4px;
        bottom:-2px;
        transform:rotate(90deg);
        transform-origin:center;
    }


.process__arrow--up{
        left:-5px;
        top:-2px;
        bottom:auto;
        transform:rotate(180deg);
        transform-origin:center;
    }


.process-1{
  position: absolute;
  display: none;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
}


.work-cards--grid .work-card:not(.process-1){
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.process-1) .work-card__info:before {
                display:none;
            }


.work-cards--grid .work-card:not(.process-1) .work-card__info{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.process-1) .work-card__media {
                order:1;
            }


.work-card.process-1{
        display:none;
    }


@media (min-width: 768px){

  .process-1{
    display: block;
  }
}


.process-1 {
        content:"";
        left:50%;
        top:-50px;
        height:70px;
        width:75%;

}


.process-2{
  position: absolute;
  z-index: 10;
  display: none;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
}


.work-cards--grid .work-card:not(.process-2){
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.process-2) .work-card__info:before {
                display:none;
            }


.work-cards--grid .work-card:not(.process-2) .work-card__info{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.process-2) .work-card__media {
                order:1;
            }


.work-card.process-2{
        display:none;
    }


@media (min-width: 768px){

  .process-2{
    display: block;
  }
}


.process-2 {
        content:"";
        left:50%;
        transform:translateX(-50%);
        top:3.25rem;
        width:40%;
}


.process-3{
  position: absolute;
  z-index: 10;
  display: none;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
}


.work-cards--grid .work-card:not(.process-3){
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
  padding: 2rem;
}


.work-cards--grid .work-card:not(.process-3) .work-card__info:before {
                display:none;
            }


.work-cards--grid .work-card:not(.process-3) .work-card__info{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
                order:2;
}


.work-cards--grid .work-card:not(.process-3) .work-card__media {
                order:1;
            }


.work-card.process-3{
        display:none;
    }


@media (min-width: 768px){

  .process-3{
    display: block;
  }
}


.process-3 {
        content:"";
        left:50%;
        top:90%;
        height:170px;

}


.approach-graphic {
    overflow: visible !important;
}


.approach-graphic .logo {
        animation: 1s logo-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 1s;
    }


.approach-graphic .logo2 {
        animation: .7s logo2-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 1.6s;
        transform-origin: center;
    }


.approach-graphic .logo3 {
        animation: .7s logo3-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 1.8s;
        transform-origin: center;
    }


.approach-graphic .left__word1,
        .approach-graphic .left__line1 {
            animation: .7s left-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.4s;
            transform-origin: center;
        }


.approach-graphic .left__word2,
        .approach-graphic .left__line2 {
            animation: .7s left-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.6s;
            transform-origin: center;
        }


.approach-graphic .left__word3,
        .approach-graphic .left__line3 {
            animation: .7s left-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.8s;
            transform-origin: center;
        }


.approach-graphic .right__word1,
        .approach-graphic .right__line1 {
            animation: .7s right-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.4s;
            transform-origin: center;
        }


.approach-graphic .right__word2,
        .approach-graphic .right__line2 {
            animation: .7s right-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.6s;
            transform-origin: center;
        }


.approach-graphic .right__word3,
        .approach-graphic .right__line3 {
            animation: .7s right-word-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.8s;
            transform-origin: center;
        }


@keyframes logo-in {
    from {
        opacity: 0;
        transform: translateY(20%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


@keyframes logo2-in {
    from {
        opacity: 0;
        transform: scale(.68);
    }
    to {
        opacity: .5;
        transform: scale(1);
    }
}


@keyframes logo3-in {
    from {
        opacity: 0;
        transform: scale(0.76);
    }
    to {
        opacity: .3;
        transform: scale(1);
    }
}


@keyframes left-word-in {
    from {
        opacity: 0;
        transform: translateX(-20%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


@keyframes right-word-in {
    from {
        opacity: 0;
        transform: translateX(20%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


[data-aos^="process-fade"][data-aos^="process-fade"].aos-animate {
    opacity: 1;
    transform: none;
  }


[data-aos^="process-fade"][data-aos^="process-fade"] {
opacity: 0;
transition-property: opacity,transform;
}


[data-aos="process-fade-down"] {
    transform: translate3d(0,100px,0);
  }


@media (min-width: 1024px) {


[data-aos="process-fade-down"] {
    transform: translate3d(0,-100px,0)
  }
    }


[data-aos="process-fade-right"] {
      transform: translate3d(0,100px,0);
    }


@media (min-width: 1024px) {


[data-aos="process-fade-right"] {
      transform: translate3d(-100px,0,0)
    }
      }


[data-aos="process-fade-left"] {
      transform: translate3d(0,100px,0);
    }


@media (min-width: 1024px) {


[data-aos="process-fade-left"] {
      transform: translate3d(100px,0,0)
    }
      }


.interior-hero{
  width: 100%;
}


@media (min-width: 640px){

  .interior-hero{
    max-width: 640px;
  }
}


@media (min-width: 768px){

  .interior-hero{
    max-width: 768px;
  }
}


@media (min-width: 1024px){

  .interior-hero{
    max-width: 1024px;
  }
}


@media (min-width: 1280px){

  .interior-hero{
    max-width: 1280px;
  }
}


@media (min-width: 1536px){

  .interior-hero{
    max-width: 1536px;
  }
}


.interior-hero{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 3rem;
}


@media (min-width: 768px){

  .interior-hero{
    padding-bottom: 8rem;
  }
}


@media (min-width: 1024px){

  .interior-hero{
    padding-top: 8rem;
  }
}


.interior-hero__content{
  margin-bottom: 1.5rem;
  width: 100%;
}


@media (min-width: 768px){

  .interior-hero__content{
    margin-bottom: 0px;
    width: 57%;
    padding-right: 3rem;
  }
}


.interior-hero__headline{
  margin-bottom: 1rem;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 1;
}


@media (min-width: 768px){

  .interior-hero__headline{
    font-size: 4.3rem;
  }
}


.interior-hero__copy {
    }


.interior-hero__graphic{
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}


@media (min-width: 768px){

  .interior-hero__graphic{
    width: 43%;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}


.interior-hero__graphic:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
               content:"" ;
        background-image: url("/img/noise.png");
               width:200vw;
               height:100%;
               top:50%;
               transform:translateY(-50%);
}


.services{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media (min-width: 768px){

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


.service{
  margin-bottom: 4rem;
  width: 100%;
}


@media (min-width: 768px){

  .service{
    width: 33.333333%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


.service__top{
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
}


.service__icon{
  margin-right: 0.5rem;
        width:55px;
}


.service__icon svg{
  width: 100%;
}


.service__icon path{
  width: 100%;
            stroke:#5AA700;
}


.service__title{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3rem;
  font-weight: 100;
        line-height: .9;
}


.service__body{
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 47 51 / var(--tw-bg-opacity));
  padding: 2rem;
        background-image: url("/img/noise.png");
}


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


.service-block{
  margin-bottom: 6rem;
}


.service-block__top{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}


@media (min-width: 768px){

  .service-block__top{
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}


.service-block__top-head{
  margin-bottom: 1rem;
  width: 100%;
  flex-shrink: 0;
}


@media (min-width: 768px){

  .service-block__top-head{
    margin-bottom: 0px;
    width: 32%;
    padding-left: 0px;
    padding-right: 3rem;
  }
}


.service-block__name{
  margin-top: 0.25rem;
  display: flex;
}


.service-block__content{
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding: 2rem;
}


@media (min-width: 768px){

  .service-block__content{
    padding: 3rem;
    padding-right: 0px;
  }
}


.service-block__content:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
               content:"" ;
               width:100%;
}


@media (min-width: 768px) {


.service-block__content:before {
               width:200vw;
           }
               }


.service-block__content:before{
               background-image: url("/img/noise.png");
               height:100%;
               top:50%;
               transform:translateY(-50%);
}


.services-graphic {
    overflow: visible !important;
}


.services-graphic .s-graphic-bg {
        animation: 1s s-bg-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 1s;
    }


.services-graphic .s-graphic-swatch {
        animation: 1s s-swatch-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 1.5s;
        transform-origin: center;
        transform-box: border-box;
    }


.services-graphic .s-graphic-brand {
        animation: .5s s-brand-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 2.2s;
    }


.services-graphic .s-graphic-tech {
        animation: .5s s-tech-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 2.2s;
    }


.services-graphic .s-graphic-business {
        animation: .5s s-business-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 2.2s;
    }


.services-graphic .s-graphic-us {
        animation: 1s s-us-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-fill-mode: both;
        animation-delay: 2.5s;
    }


.services-graphic .s-graphic-line {
            animation: .5s s-lines-in cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-fill-mode: both;
            animation-delay: 2.8s;
            stroke-dasharray: 1000px;
            stroke-dashoffset: 1730;

    }


@keyframes s-bg-in {
    from {
        opacity: 0;
        transform: translateY(20%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


@keyframes s-swatch-in {
    from {
        opacity: 0;
        transform: rotate(180deg) scale3d(.8, .8, 1);
    }
    to {
        opacity: 1;
        transform: rotate(0deg) scale3d(1, 1, 1);
    }
}


@keyframes s-brand-in {
    from {
        opacity: 0;
        transform: translateY(-20%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


@keyframes s-tech-in {
    from {
        opacity: 0;
        transform: translateY(20%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}


@keyframes s-business-in {
    from {
        opacity: 0;
        transform: translateX(-20%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


@keyframes s-us-in {
    from {
        opacity: 0;
        transform: translateX(20%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


@keyframes s-lines-in {
    from {
        stroke-dashoffset: 1730;
    }
    to {
        stroke-dashoffset: 2000;
    }
}


.culture{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 6rem;
}


@media (min-width: 1024px){

  .culture{
    padding-top: 8rem;
  }
}


.culture {
    max-width:1800px;
}


.culture__wrap{
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}


@media (min-width: 768px){

  .culture__wrap{
    margin-bottom: 0px;
    width: 40%;
    padding-left: 5rem;
    padding-right: 6rem;
  }
}


.culture__wrap:before{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
               background-image: url("/img/noise.png");
               content:"" ;
               width:200vw;
               height:100%;
               top:50%;
               transform:translateY(-50%);
}


.culture__content{
  margin-bottom: 4rem;
  width: 100%;
}


.culture__image{
  width: 100%;
  border-bottom-right-radius: 1.5rem;
}


.core-beliefs{
  width: 100%;
  flex-shrink: 0;
}


@media (min-width: 768px){

  .core-beliefs{
    width: 60%;
    padding-left: 3rem;
  }
}


.beliefs{
  position: relative;
  margin-bottom: 8rem;
}


@media (min-width: 768px){

  .beliefs{
    padding-right: 5rem;
  }
}


.beliefs:before{
  position: absolute;
  top: 3rem;
  z-index: 2;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
 animation: lineIn 1s cubic-bezier(.34,1.33,.64,1);
    animation-fill-mode: both;
        animation-delay: 1.4s;
       content:"" ;
       width:1px;
       height:94%;
       left:2.75rem;
}


@keyframes lineIn {
    from {
        opacity:0;
    }
    to{
        opacity:1;
    }
}


.beliefs.aos-animate * {
        animation-play-state: running;
    }


.belief{
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  padding-right: 0px;
    animation: valueIn 1s cubic-bezier(.34,1.33,.64,1);
    animation-fill-mode: backwards;
    animation-play-state: paused;
}


.belief:nth-of-type(2) {
        animation-delay: .05s;
    }


.belief:nth-of-type(3) {
        animation-delay: .1s;
    }


.belief:nth-of-type(4) {
        animation-delay: .15s;
    }


.belief:nth-of-type(5) {
        animation-delay: .2s;
    }


.belief:nth-of-type(6) {
        animation-delay: .25s;
    }


.belief:nth-of-type(7) {
        animation-delay: .3s;
    }


.belief:nth-of-type(8) {
        animation-delay: .35s;
    }


.belief:nth-of-type(9) {
        animation-delay: .4s;
    }


.belief:nth-of-type(10) {
        animation-delay: .45s;
    }


.belief:before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 47 / var(--tw-bg-opacity));
           background-image: url("/img/noise.png");
           content:"" ;
           width:200vw;
           height:100%;
           top:50%;
           transform:translateY(-50%);
}


.belief__badge{
  position: relative;
  z-index: 5;
  margin-right: 1.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(87 163 0 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
        outline: 10px solid #002b2f;
        width:41px;
        height:42px;
        border-top-left-radius: 0.12rem;
        border-top-right-radius: 0.12rem;
        border-bottom-right-radius: 1.69rem;
        border-bottom-left-radius: 1.69rem;
}


.belief__text{
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 2.25rem;
  font-size: 2.33rem;
  font-weight: 100;
}


@media (min-width: 768px){

  .belief__text{
    font-size: 3rem;
    line-height: 1;
  }
}


@keyframes valueIn {
    from {
        opacity: 0;
        left:30rem;
    }
    to {
        opacity: 1;
        left:0rem;

    }
}


.news-header{
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}


@media (min-width: 768px){

  .news-header{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 12rem;
    padding-top: 15rem;
  }
}


.news-header {
        background-size: cover;
        background-position: center;
    }


.news-header:before{
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
            content:"" ;
            left:0;
            top:0;
            width:100%;
            height:100%;
background: rgba(0, 43, 47, 0.95);
}


.news-header__headline{
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
}


@media (min-width: 768px){

  .news-header__headline{
    font-size: 3.75rem;
    line-height: 1;
  }
}


.contact-content{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 6rem;
}


@media (min-width: 768px){

  .contact-content{
    padding-top: 8rem;
  }
}


.contact-content {
    max-width:1440px;
}


.contact{
  width: 100%;
  flex-shrink: 0;
}


@media (min-width: 768px){

  .contact{
    width: 50%;
    padding-left: 3rem;
    padding-right: 4rem;
  }
}


.contact__headline{
  margin-bottom: 1rem;
  text-align: center;
  font-family: Items Condensed, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 3.75rem;
  line-height: 1;
}


@media (min-width: 1024px){

  .contact__headline{
    text-align: left;
    font-size: 4.5rem;
    line-height: 1;
  }
}


.contact__header{
  margin-bottom: 2rem;
}


.contact__graphic{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 83.333333%;
}


@media (min-width: 768px){

  .contact__graphic{
    margin-bottom: 0px;
    width: 50%;
    padding-right: 3rem;
  }
}


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


.contact-form__wrap{
  width: 100%;
}


.contact-form__headline{
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}


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


.contact-form__label{
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.contact-form__input > *{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 167 0 / var(--tw-border-opacity));
  background-color: transparent;
  background-color: rgb(243 255 228 / 0.05);
        transition: border-color .2s ease-in-out;
        outline: 0;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
}


.contact-form__input > *:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}


.contact-form__input > select{
  position: relative;
  border-radius: 9999px;
  border-width: 1px;
  padding: 1rem;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAALCAYAAACd1bY6AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACvSURBVHgBrdHBDcIwDEDRHw6FY0foCB0BNoAjnMokjAK3cusIXYEROkJvQJEIDhQkUGJSqZYSWbL14sgwYhh3bUp2ki0Ty+qwphkCFBXp7UIlaTPpyRxL3kFdlGRDoO5KbWHuzhNLzmyN5SRpFgu+ITeEm+oOC/Mp7mXcqbxiXsVEiqEv+6Cj9JqvpggwBEG/gFhQg7xYCGRGq0FBzAdKZ6tBKuYB0aC/2A+YapCLB1f5eYpU7IRJAAAAAElFTkSuQmCC);
            background-size:16px 8px;
            background-repeat: no-repeat;
            background-position: 95% 50%;
}


.contact-form__input > textarea{
  border-width: 1px;
  padding: 1rem;
            border-radius: 20px;
}


.video-mask{
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
    -webkit-mask-image:url("/img/growf.svg");
            mask-image:url("/img/growf.svg");
    -webkit-mask-size:90% 100%;
            mask-size:90% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}


@media (min-width: 1280px) {


.video-mask {

    -webkit-mask-image:url("#mymask");

            mask-image:url("#mymask")
}
    }


.video-mask__video{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


@media (min-width: 1280px){

  .video-mask__video{
    position: absolute;

        height:180px;
  }
}


.video-mask__video{
       -webkit-mask-repeat: no-repeat;
               mask-repeat: no-repeat;
       max-width:100vw;
}


@media (min-width: 1536px) {


.video-mask__video {
       max-width:1468px
    }
       }


.video-mask__text{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
        z-index: 10;
        top:200rem;
font-size: 146.878px;
font-weight: 800;
font-stretch:300%;
        font-family: "Ansage-Variable";
}


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


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


.absolute{
  position: absolute;
}


.right-\[11rem\]{
  right: 11rem;
}


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


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


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


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


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


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


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


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


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


.mt-0{
  margin-top: 0px;
}


.mt-20{
  margin-top: 5rem;
}


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


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


.inline-block{
  display: inline-block;
}


.flex{
  display: flex;
}


.table{
  display: table;
}


.hidden{
  display: none;
}


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


.h-px{
  height: 1px;
}


.w-\[100vw\]{
  width: 100vw;
}


.w-full{
  width: 100%;
}


.grow{
  flex-grow: 1;
}


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


.resize{
  resize: both;
}


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


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


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


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


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


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


.overflow-visible{
  overflow: visible;
}


.border{
  border-width: 1px;
}


.bg-brand-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(90 167 0 / var(--tw-bg-opacity));
}


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


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


.fill-current{
  fill: currentColor;
}


.stroke-current{
  stroke: currentColor;
}


.p-2{
  padding: 0.5rem;
}


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


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


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


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


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


.pl-0{
  padding-left: 0px;
}


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


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


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


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


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


.font-ansage{
  font-family: Ansage, 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";
}


.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}


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


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


.font-medium{
  font-weight: 500;
}


.italic{
  font-style: italic;
}


.text-brand-green-1000{
  --tw-text-opacity: 1;
  color: rgb(28 52 58 / var(--tw-text-opacity));
}


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


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


.opacity-40{
  opacity: 0.4;
}


.outline{
  outline-style: solid;
}


.ring-0{
  --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(0px + 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);
}


.ring-1{
  --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(1px + 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);
}


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


.ring-4{
  --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(4px + 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);
}


.ring-8{
  --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(8px + 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);
}


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


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


@media (min-width: 768px){

  .md\:right-\[13rem\]{
    right: 13rem;
  }

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

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

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

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

  .md\:pr-16{
    padding-right: 4rem;
  }

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


@media (min-width: 1024px){

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

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

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

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

  .lg\:text-left{
    text-align: left;
  }
}


@media (min-width: 1280px){

  .xl\:flex{
    display: flex;
  }
}

