/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/locomotive-scroll/dist/locomotive-scroll.min.css ***!
  \*****************************************************************************************************************/
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:-webkit-grab;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[2].use[3]!./node_modules/import-glob-loader/index.js!../kiek/src/styles/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --white: rgb(255,255,255);
  --black: rgb(0, 0, 0);
  --green: rgb(57, 96, 99);
  --green-contrast: rgb(255, 119, 70);
  --dark-green: rgb(33, 46, 36);
  --light-green: rgba(255,255,255,.16);
  --orange: rgb(33, 46, 36);
  --brown: rgb(177, 166, 152);
  --brown-op: rgba(177, 166, 152, .2);
  --light-brown: rgb(237, 234, 230);
  --body-bg-color: var(--light-brown);
  --padding: 1.25vw;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONT & TEXT STYLING */
@font-face {
  font-family: "BadgerValley";
  src: url("/theme/assets/fonts/BadgerValley.woff2") format("woff2"), url("/theme/assets/fonts/BadgerValley.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("/theme/assets/fonts/Axiforma-Regular.woff2") format("woff2"), url("/theme/assets/fonts/Axiforma-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("/theme/assets/fonts/Axiforma-SemiBold.woff2") format("woff2"), url("/theme/assets/fonts/Axiforma-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.list-item__count, .nav-item .nav-link, .slide-text {
  font-family: "BadgerValley", sans-serif;
  font-weight: bold;
  color: var(--white);
}

p.caps {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--brown);
}

h1 {
  font-size: 6.6vw;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 11vw;
  }
  h1 br {
    display: none;
  }
}

h2, .nav-item, .nav-item .nav-link {
  font-size: 5.6vw;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  h2, .nav-item, .nav-item .nav-link {
    font-size: 50px;
  }
  h2 br, .nav-item br, .nav-item .nav-link br {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .nav-item, .nav-item .nav-link {
    font-size: 11vw;
  }
}

h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 br {
    display: none;
  }
}

h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
    line-height: 32px;
  }
  h4 br {
    display: none;
  }
}

h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

p,
a,
u,
select,
section,
td,
th,
option,
form,
input,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table,
[data-barba-namespace="404"] p,
[data-barba-namespace="404"] a,
[data-barba-namespace="404"] u,
[data-barba-namespace="404"] select,
[data-barba-namespace="404"] td,
[data-barba-namespace="404"] option,
[data-barba-namespace="404"] form,
[data-barba-namespace="404"] input,
[data-barba-namespace="404"] ul,
[data-barba-namespace="404"] ol,
[data-barba-namespace="404"] li,
[data-barba-namespace="404"] textarea,
[data-barba-namespace="404"] label,
[data-barba-namespace="404"] button,
[data-barba-namespace="404"] input,
[data-barba-namespace="404"] iframe,
[data-barba-namespace="404"] table,
[data-barba-namespace="404"] + .popup p,
[data-barba-namespace="404"] + .popup a,
[data-barba-namespace="404"] + .popup u,
[data-barba-namespace="404"] + .popup select,
[data-barba-namespace="404"] + .popup td,
[data-barba-namespace="404"] + .popup option,
[data-barba-namespace="404"] + .popup form,
[data-barba-namespace="404"] + .popup input,
[data-barba-namespace="404"] + .popup ul,
[data-barba-namespace="404"] + .popup ol,
[data-barba-namespace="404"] + .popup li,
[data-barba-namespace="404"] + .popup textarea,
[data-barba-namespace="404"] + .popup label,
[data-barba-namespace="404"] + .popup button,
[data-barba-namespace="404"] + .popup input,
[data-barba-namespace="404"] + .popup iframe,
[data-barba-namespace="404"] + .popup table {
  font-family: "Axiforma", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  p,
a,
u,
select,
section,
td,
th,
option,
form,
input,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table,
[data-barba-namespace="404"] p,
[data-barba-namespace="404"] a,
[data-barba-namespace="404"] u,
[data-barba-namespace="404"] select,
[data-barba-namespace="404"] td,
[data-barba-namespace="404"] option,
[data-barba-namespace="404"] form,
[data-barba-namespace="404"] input,
[data-barba-namespace="404"] ul,
[data-barba-namespace="404"] ol,
[data-barba-namespace="404"] li,
[data-barba-namespace="404"] textarea,
[data-barba-namespace="404"] label,
[data-barba-namespace="404"] button,
[data-barba-namespace="404"] input,
[data-barba-namespace="404"] iframe,
[data-barba-namespace="404"] table,
[data-barba-namespace="404"] + .popup p,
[data-barba-namespace="404"] + .popup a,
[data-barba-namespace="404"] + .popup u,
[data-barba-namespace="404"] + .popup select,
[data-barba-namespace="404"] + .popup td,
[data-barba-namespace="404"] + .popup option,
[data-barba-namespace="404"] + .popup form,
[data-barba-namespace="404"] + .popup input,
[data-barba-namespace="404"] + .popup ul,
[data-barba-namespace="404"] + .popup ol,
[data-barba-namespace="404"] + .popup li,
[data-barba-namespace="404"] + .popup textarea,
[data-barba-namespace="404"] + .popup label,
[data-barba-namespace="404"] + .popup button,
[data-barba-namespace="404"] + .popup input,
[data-barba-namespace="404"] + .popup iframe,
[data-barba-namespace="404"] + .popup table {
    font-size: 16px;
    line-height: 28px;
  }
}

[data-barba-namespace="404"] .button {
  margin-top: 40px;
}

span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}

@font-face {
  font-family: "Social";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("/theme/assets/fonts/social_media.woff2") format("woff2"), url("/theme/assets/fonts/social_media.woff") format("woff");
}
.icon-social {
  font-style: normal;
  font-family: "Social";
}
.icon-social.icon-facebook:before {
  content: "\f09a";
}
.icon-social.icon-twitter:before {
  content: "\f099";
}
.icon-social.icon-envelope:before {
  content: "\f0e0";
}
.icon-social.icon-linkedin:before {
  content: "\f0e1";
}
.icon-social.icon-youtube-play:before {
  content: "\f16a";
}
.icon-social.icon-instagram:before {
  content: "\f16d";
}
.icon-social.icon-google:before {
  content: "\f1a0";
}
.icon-social.icon-behance:before {
  content: "\f1b4";
}
.icon-social.icon-pinterest-p:before {
  content: "\f231";
}
.icon-social.icon-whatsapp:before {
  content: "\f232";
}
.icon-social.icon-vimeo:before {
  content: "\f27d";
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Preloader */
.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #007AFF;
  border-radius: 50%;
  border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* GENERAL STYLING */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--body-bg-color);
  color: var(--white);
}
body.lock-scroll {
  overflow: hidden;
}

html,
body {
  width: 100%;
  height: 100vh;
}

main.leave {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
main.come {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
main.come-lower {
  z-index: 1;
}

.config-mode .plate--page-content-wrapper {
  overflow: hidden;
}
.config-mode [data-scroll] {
  transform: none !important;
}

.main-content-wrapper {
  overflow-x: hidden;
  position: relative;
}
.main-content-wrapper::-webkit-scrollbar {
  display: none;
}
.main .o-scroll {
  width: 100%;
  overflow: hidden;
}

/* END GENERAL STYLING */
.accordion-card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
}
.accordion-card-item {
  margin-bottom: 20px;
  transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.accordion-card-item .accordion-card {
  padding: 20px 45px 20px 20px;
  width: 100%;
  background: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
}
.accordion-card-item .accordion-card-title {
  width: 100%;
  position: relative;
}
.accordion-card-item .accordion-card.active-acc .close-bar:nth-child(1) {
  transform: rotate(90deg) scaleX(0);
}
.accordion-card h4 {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
.accordion-card h4 svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.accordion-card .close {
  position: absolute;
  right: 0;
  top: 9px;
  width: 22px;
  height: 22px;
  transition: transform 0.6s ease-in-out;
}
@media (max-width: 767.98px) {
  .accordion-card .close {
    right: -25px;
  }
}
.accordion-card .close-bars {
  position: relative;
  width: 100%;
  height: 100%;
}
.accordion-card .close-bars .close-bar {
  width: 100%;
  height: 2px;
  background: var(--white);
  position: absolute;
  transition: transform 0.4s ease-in-out;
}
.accordion-card .close-bars .close-bar:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-card:not(.active-acc) h4 svg {
  transform: rotate(0deg);
}
.accordion-card-inner {
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  padding: 20px 45px 35px 20px;
}
@media (max-width: 767.98px) {
  .accordion-card-inner {
    padding: 20px 0;
  }
}

.accordion-card-description {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.accordion-card-description:nth-last-child(1) {
  margin-bottom: 0;
}

body.config-mode .pin-spacer {
  height: 100vh !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body:not(.config-mode) .accordion-card-item {
  transform: translateY(30px) scale(0.98);
  opacity: 0;
}
body:not(.config-mode) .accordion-card-item.is-inview {
  transform: translateY(0px);
  opacity: 1;
}

body:not(.config-mode) [data-scroll-call=content-fade] {
  opacity: 0;
  visibility: hidden;
}
body:not(.config-mode) [data-scroll-call=title-animation] {
  visibility: hidden;
}
body.config-mode [data-scroll-call=content-fade] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.config-mode [data-scroll-call=title-animation] {
  visibility: visible;
}
body.config-mode .lines-child,
body.config-mode .content-fade-array-item {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

[data-scroll-call=link-animation] .link {
  opacity: 0;
  visibility: hidden;
}

.home-header__inner__wrap {
  position: relative;
  width: 100%;
}
.home-header__inner__wrap .lines-animation {
  position: absolute;
  right: 15px;
  height: 385px;
  width: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .home-header__inner__wrap .lines-animation {
    display: none;
  }
}
.home-header__inner__wrap .lines-animation .lines-animation__line {
  width: 12px;
  height: 1px;
  background-color: var(--white);
}

.other_links a {
  color: var(--white);
}

.button-wrapper .button {
  position: relative;
  overflow: hidden;
}
.button-wrapper .button.button-filled {
  background: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  border-radius: 50px;
  transition: background 0.3s ease-in-out;
}
.button-wrapper .button.button-filled a {
  color: var(--white);
  transition: opacity 0.3s ease-in-out;
}
.button-wrapper .button.button-filled:hover {
  background: var(--white);
}
.button-wrapper .button.button-filled:hover a {
  color: var(--green);
}
.button-wrapper .button a {
  line-height: 1;
  text-align: center;
  position: relative;
  color: var(--light-brown);
  display: inline-block;
  padding: var(--padding) calc(2 * var(--padding));
}
@media (max-width: 767.98px) {
  .button-wrapper .button a {
    padding: 2rem 4rem;
  }
}
.button-wrapper .button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  transition: transform 0.7s ease-in;
  transform: translateX(-50%);
  display: none;
}
.button-wrapper .button a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 50%;
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  transition: transform 0.7s ease-in;
  transform: translateX(-250%);
  display: none;
}
.button-wrapper .button:hover a::before {
  transform: translateX(250%);
}
.button-wrapper .button:hover a::after {
  transform: translateX(-50%);
}
.button-wrapper .button.--dark a {
  color: var(--dark-green);
}
.button-wrapper .button.--white a {
  color: var(--white);
}

.arrow-button-link h6 {
  color: var(--light-brown);
}

.collage {
  position: relative;
  width: calc(100% + 32px);
  margin-left: -1px;
}
@media (max-width: 575.98px) {
  .collage {
    width: calc(100% + 12px);
  }
}
.collage-c3 .collage-image.size--1_1, .collage-c3 .collage-image.size--1_2 {
  width: calc(33.3333333333% - 1px);
}
.collage-c3 .collage-image.size--2_3 {
  width: calc(66.6666666667% - 1px);
}
.collage .collage-image {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.collage .collage-image img,
.collage .collage-image video {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
@media (max-width: 575.98px) {
  .collage .collage-image img,
.collage .collage-image video {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.collage .collage-image.size--1_1, .collage .collage-image.size--1_2 {
  width: calc(25% - 1px);
}
.collage .collage-image.size--2_2 {
  width: calc(50% - 1px);
}
.collage .collage-image.size--2_3 {
  width: calc(75% - 1px);
}
.collage-video_vid {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.collage-video_vid .video-element-play {
  top: calc(50% - 16px);
}
.collage-video_vid video {
  object-fit: cover;
}
.collage-video_vid picture {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.image-empty {
  opacity: 0;
}

body:not(.config-mode) .collage-image {
  transform: scale(0.9) translateY(100px);
  opacity: 0.6;
}
body:not(.config-mode) .collage-image.is-inview {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
body:not(.config-mode) .team-item {
  transform: scale(0.9) translateY(100px) perspective(110em) rotateX(25deg);
  opacity: 0.6;
}
body:not(.config-mode) .team-item.is-inview {
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.contact h4 {
  margin-bottom: 18px;
}
.contact p {
  margin-bottom: 32px;
}
.contact p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .contact-image {
    margin-top: 40px;
  }
}

/* DISPLAY FLEX STYLING */
.fl-container {
  display: flex;
}

.fl-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

.footer {
  position: relative;
  padding-bottom: calc(2 * var(--padding));
  padding-top: calc(2 * var(--padding));
}
.footer .logo {
  position: relative;
  width: calc(9.766vw + var(--padding) * 2);
  z-index: 3;
  background-color: var(--green);
  padding: calc(var(--padding) * 2);
}
.footer .logo-wrapper {
  position: relative;
}
.footer .logo-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88vw;
  height: 1px;
  background-color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}
@media (max-width: 767.98px) {
  .footer .logo {
    width: 16rem;
    padding: 3.2rem;
  }
}
.footer__wrapper-inner {
  width: 100%;
}
.footer__wrapper-inner-text {
  margin-top: calc(2 * var(--padding));
}
.footer__wrapper-inner-text p {
  text-align: center;
}
.footer__wrapper-inner-text p span.splitter {
  margin-left: calc(var(--padding) / 3);
  margin-right: calc(var(--padding) / 3);
}

/* FORMULIER */
.form-font-size {
  font-size: 0;
}

.form-errors ul {
  padding-left: 17px;
}

.form-field-container {
  position: relative;
  margin-bottom: 30px;
  background-color: transparent;
}
.form-field-container .form-field {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .form-field-container .form-field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-field-container .form-field__label {
  position: relative;
  z-index: 0;
  transition: all 0.4s ease;
  line-height: normal;
  margin-bottom: 0;
  flex-shrink: 0;
  color: var(--white);
  margin-bottom: 16px;
}
.form-field-container .form-field__label .required {
  color: inherit;
}
.form-field-container .form-field__label__file {
  height: 48px;
  padding: 12px 17px 15px;
  background-color: var(--white);
  color: var(--white);
  font-size: 1rem;
  margin-right: 26px;
  margin-bottom: 0;
  cursor: pointer;
}
.form-field-container .form-field__label__file svg {
  height: 12px;
  margin-left: 8px;
  transform: rotate(90deg);
}
.form-field-container .form-field input[type=file]::file-selector-button {
  display: none;
}
.form-field-container .form-field.checkbox .form-field__label, .form-field-container .form-field.radio .form-field__label {
  display: block;
  margin-bottom: 20px;
}
.form-field-container .form-field.checkbox .option-group .option, .form-field-container .form-field.radio .option-group .option {
  margin-right: 30px;
  margin-bottom: 10px !important;
}
.form-field-container .form-field.checkbox .option-group .option:last-child, .form-field-container .form-field.radio .option-group .option:last-child {
  margin-bottom: 0 !important;
}
.form-field-container .form-field.checkbox .option-group .option label, .form-field-container .form-field.radio .option-group .option label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.form-field-container .form-field.checkbox .option-group .option label input, .form-field-container .form-field.radio .option-group .option label input {
  position: relative !important;
  width: 18px;
  height: 18px;
  appearance: none;
  margin-right: 15px;
  flex-shrink: 0;
  background-color: transparent;
  border: 2px solid var(--white);
  border-radius: 0px;
}
.form-field-container .form-field.checkbox .option-group .option label input::before, .form-field-container .form-field.radio .option-group .option label input::before {
  content: " ";
  top: 2px;
  left: 2px;
  background-color: var(--white);
  width: 10px;
  height: 10px;
  border-radius: 0%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: none;
  font-weight: 400;
  backface-visibility: hidden;
}
.form-field-container .form-field.checkbox .option-group .option label input:checked::before, .form-field-container .form-field.radio .option-group .option label input:checked::before {
  opacity: 1;
}
.form-field-container .form-field.radio .option-group .option label input {
  border-radius: 50% !important;
}
.form-field-container .form-field.radio .option-group .option label input::before {
  content: "";
  top: 2px;
  left: 2px;
  background-color: var(--white);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: none;
  font-weight: 400;
  backface-visibility: hidden;
}
.form-field-container .form-field .select-arrow {
  top: 50%;
  right: 30px;
  position: absolute;
  z-index: 44;
  filter: brightness(0);
  transform: translateY(-50%) rotate(90deg);
}
.form-field-container.is-placed-after .button {
  float: right;
}
@media (max-width: 575.98px) {
  .form-field-container.is-placed-after .button {
    float: unset;
  }
}
.form-field-container.is-placed-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .form-field-container.is-placed-inline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-field-container.whole {
  width: 100%;
}
.form-field-container.half {
  width: calc(50% - 40px);
}
@media (max-width: 575.98px) {
  .form-field-container.half {
    width: 100%;
  }
}

.contact-form .button-wrapper {
  position: relative;
  margin-top: 30px;
}
.contact-form .button-wrapper .button {
  border: none;
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

.form-group-top {
  margin-bottom: 60px;
}

.form-field__input,
.form-field__textarea,
.form-field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  outline: 0;
  width: 100%;
  z-index: 2;
  height: 50px;
  color: var(--white);
  padding: 20px 20px;
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
}
.form-field__input::placeholder,
.form-field__textarea::placeholder,
.form-field__select::placeholder {
  color: transparent;
}

.form-field.select .form-field__label {
  margin-bottom: 10px;
}
.form-field.select .form-field__select {
  padding: 0 20px;
}

.form-field__input.invalid,
input[type=checkbox].invalid {
  border: 2px solid red !important;
}

.form-field__textarea {
  min-height: 130px;
}

.contact-form {
  position: relative;
}
.contact-form__fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .submit-form-btn a {
  color: var(--white) !important;
}
.contact-form.diapositive .form-field-container .form-field label {
  color: var(--white);
}
.contact-form.diapositive .form-field-container .form-field label .required {
  color: var(--white) !important;
}
.contact-form.diapositive .form-field-container .form-field .form-field__input,
.contact-form.diapositive .form-field-container .form-field .form-field__select,
.contact-form.diapositive .form-field-container .form-field .form-field__textarea {
  color: var(--white);
  border-bottom: 2px solid var(--white);
}
.contact-form.diapositive .form-field-container .form-field.radio .option-group .option label input, .contact-form.diapositive .form-field-container .form-field.checkbox .option-group .option label input {
  border: 2px solid var(--white);
}
.contact-form.diapositive .form-field-container .form-field.radio .option-group .option label input::before, .contact-form.diapositive .form-field-container .form-field.checkbox .option-group .option label input::before {
  background-color: var(--white);
}
.contact-form.diapositive .avg_checkbox .option a {
  color: var(--white);
  text-decoration: underline;
}

.avg_checkbox {
  opacity: 1 !important;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 220px;
}
@media (max-width: 575.98px) {
  .avg_checkbox {
    margin-top: 15px;
    margin-left: 0;
  }
}
.avg_checkbox .option label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 !important;
  pointer-events: all !important;
}
.avg_checkbox .option p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: normal;
  top: 0;
  position: relative;
}
.avg_checkbox .option a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}

.grecaptcha-badge {
  /* visibility: hidden; */
  visibility: visible;
}

.home-header {
  position: relative;
  height: 100vh;
  background-color: var(--green);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-header {
    height: 87vh;
  }
}
.home-header__inner {
  position: relative;
  height: 100%;
  z-index: 6;
  padding-top: 150px;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .home-header__inner {
    padding-top: 110px;
    padding-bottom: 85px;
  }
}
.home-header__inner__div {
  position: relative;
  height: 100%;
}
.home-header__inner h1 {
  color: var(--white);
}
.home-header__content {
  height: 100%;
  padding-left: 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: calc(2 * var(--padding));
}
@media (max-width: 767.98px) {
  .home-header__content {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .home-header__links {
    display: none;
  }
}
.home-header__links p {
  color: var(--white);
  margin-right: calc(2 * var(--padding));
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .home-header__links p {
    font-size: 16px;
  }
}
.home-header__date {
  margin-bottom: 22px;
}
.home-header__date p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--brown);
}
.home-header__image {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
}
.home-header__image video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home-header__image_overlay {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.home-header__image_inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-header__image_inner::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  background-color: var(--black);
  z-index: 1;
  opacity: 0;
}
.home-header__image_inner::before {
  content: "";
  position: absolute;
  z-index: 4;
  opacity: 1;
  right: 0;
  width: 100%;
  height: 30%;
  bottom: -1px;
  background: linear-gradient(0deg, var(--green) 0%, var(--green) 20%, transparent 100%);
}
.home-header__bottom {
  position: absolute;
  bottom: 0;
  z-index: 4;
  padding-bottom: 35px;
}
.home-header__bottom h6 {
  margin-bottom: 0;
}

[data-barba-namespace=production-show] .post-header p {
  text-align: right;
}
[data-barba-namespace=production-show] .post-header-image {
  width: 50%;
  position: relative;
  margin: 0 auto;
  opacity: 0.3;
  display: none;
}
[data-barba-namespace=production-show] .post-header__inner {
  position: relative;
}
[data-barba-namespace=production-show] .post-header__content {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
}
[data-barba-namespace=production-show] .post-header__content-wrapper {
  position: relative;
  width: 100%;
}

.post-header {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  background: var(--green);
  min-height: 415px;
}
.post-header__content {
  width: 100%;
}
@media (max-width: 767.98px) {
  .post-header {
    min-height: unset;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.post-header p {
  text-align: center;
}
.post-header h1 {
  color: var(--white);
  text-align: center;
  max-width: unset;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .post-header h1 {
    max-width: unset;
  }
}

/* IMAGE STYLING */
picture {
  position: relative;
  display: block;
  line-height: 0;
  height: 0;
}
picture img {
  position: absolute;
  top: 0;
}

.width-cover {
  width: 100%;
  height: 100%;
}

.width-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.height-contain {
  width: 100%;
  height: 100%;
}

.height-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.parallax-img {
  width: 100%;
  height: 100%;
}

.parallax-img img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -10%;
}
@media (max-width: 767.98px) {
  .parallax-img img {
    height: 100%;
    margin-top: 0;
  }
}

.reveal-image {
  overflow: hidden;
}

.full-link-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}

.list-item {
  position: relative;
  margin-bottom: 92px;
}
@media (max-width: 767.98px) {
  .list-item {
    margin-bottom: 65px;
  }
}
.list-item__count {
  width: 175px;
  font-size: 64px;
  line-height: 72px;
  color: var(--green);
}
@media (max-width: 767.98px) {
  .list-item__count {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }
}
.list-item__content {
  width: calc(100% - 175px);
}
@media (max-width: 767.98px) {
  .list-item__content {
    width: 100%;
    margin-top: 20px;
  }
}
.list-item__content h6 {
  color: var(--orange);
}

[data-barba-namespace="404"] {
  /* Modal */
}
[data-barba-namespace="404"] .content {
  margin: 0 auto;
  max-width: 85rem;
  width: 100%;
}
[data-barba-namespace="404"] .title {
  color: var(--white);
  font-family: "Cormorant Infant", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
[data-barba-namespace="404"] .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
[data-barba-namespace="404"] .movement {
  align-items: center;
  display: flex;
  flex-direction: column;
}
[data-barba-namespace="404"] .subtitle {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
[data-barba-namespace="404"] .available {
  border-radius: 0.25rem;
  box-shadow: inset 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2), inset -0.25rem -0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
[data-barba-namespace="404"] .card-container {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
[data-barba-namespace="404"] .card {
  background-color: var(--light-green);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.149);
  border-radius: 0.25rem;
  cursor: pointer;
  height: 0;
  aspect-ratio: 1;
  padding-top: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 500ms ease-in-out;
  width: 100%;
}
[data-barba-namespace="404"] .card--picked {
  transform: rotateY(180deg);
}
[data-barba-namespace="404"] .card--guessed {
  background-color: var(--white-smoke);
  transform: rotateY(180deg) scale(0.9);
}
[data-barba-namespace="404"] .card__front,
[data-barba-namespace="404"] .card__back {
  align-items: center;
  backface-visibility: hidden;
  background-color: var(--light-green);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform 330ms ease-in-out;
  width: 100%;
}
[data-barba-namespace="404"] .card__front {
  padding: 0 0 0 0;
  flex-direction: column;
  transform: rotateY(-180deg);
}
[data-barba-namespace="404"] .card__back {
  background-color: var(--sidecar);
  transform: rotateY(0);
}
[data-barba-namespace="404"] .front__img {
  margin-bottom: 0rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-barba-namespace="404"] .back__img {
  width: 6rem;
}
[data-barba-namespace="404"] .card__name {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
}
[data-barba-namespace="404"] .modal {
  align-items: center;
  backdrop-filter: blur(0.2rem);
  -webkit-backdrop-filter: blur(0.2rem);
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(100%);
  transition: all 270ms ease-in;
}
[data-barba-namespace="404"] .modal--open {
  opacity: 1;
  transform: translateY(0);
}
[data-barba-namespace="404"] .modal-container {
  align-items: center;
  background-color: var(--white);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  max-width: 20rem;
  padding: 1rem;
  width: 100%;
}
[data-barba-namespace="404"] .modal-title {
  color: var(--dark-gray);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
[data-barba-namespace="404"] .button {
  background-color: var(--blue);
  border: 0.15rem solid var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: all 270ms ease-in;
}
[data-barba-namespace="404"] .button:hover,
[data-barba-namespace="404"] .button:active {
  background-color: var(--white);
  color: var(--blue);
}
[data-barba-namespace="404"] .button a::after, [data-barba-namespace="404"] .button a::before {
  display: none;
}

/* NAVIGATION STYLING */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: auto;
  background-color: transparent;
  z-index: 110;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease-in-out transform 0.4s ease-in-out opacity 0.4s ease-in-out;
}
@media (max-width: 1023.98px) {
  .navigation {
    width: 100%;
    z-index: 112;
    height: 80px;
  }
}
.navigation.fixed-header {
  background-color: var(--black);
}
.navigation.nav-down {
  transform: translateY(-100%);
}
@media (max-width: 575.98px) {
  .navigation.nav-down {
    transform: translateY(0%);
    color: rgba(49, 38, 23, 0.003);
  }
}
@media (max-width: 575.98px) {
  .navigation {
    padding-top: 20px;
  }
}
.navigation .button {
  margin-left: 13px;
}
@media (max-width: 1023.98px) {
  .navigation .button {
    margin-left: 0;
    margin-top: 60px;
  }
}
.navigation .navbar-inner {
  width: 100%;
}
.navigation .navbar-brand-wrapper .navbar-brand {
  position: relative;
  height: auto;
  width: auto;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
.navigation .navbar-brand-wrapper .logo {
  height: 40px;
  width: auto;
  transition: all 0.25s linear;
  position: relative;
  left: 0;
  top: 0;
  object-fit: contain;
  object-position: left center;
}
.navigation .navbar {
  width: 100%;
}
.navigation .navbar-toggler {
  z-index: 100;
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  background-color: transparent;
}
.navigation .navbar-toggler:after, .navigation .navbar-toggler::before {
  content: "";
  left: -10px;
}
.navigation .navbar-toggler .bars {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-toggler .bars {
    padding-top: 20px;
  }
}
.navigation .navbar-toggler .bars h4 {
  margin-bottom: 0;
  line-height: 1;
  font-size: 36.5px;
  line-height: 40px;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-toggler .bars h4 {
    font-size: 36.5px;
    line-height: 40px;
  }
}
.navigation .navbar-toggler .bars .close-menu {
  position: absolute;
  bottom: 5px;
  text-align: right;
  right: 0;
  transform: translateY(150%);
}
.navigation .navbar-toggler .bars .bar {
  width: 100%;
  height: 3px;
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.navigation .navbar-toggler .bars .bar-3 {
  margin-bottom: 0;
  width: 50%;
  margin-left: auto;
}
.navigation .navbar-toggler .bars .bar-2 {
  display: none;
}
.navigation .navbar-toggler:focus {
  outline: none;
}
.navigation .navbar-collapse .home-header__bottom {
  transform: translateY(50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
}
.navigation.menu-open .navbar-collapse {
  pointer-events: auto;
}
.navigation.menu-open .navbar-collapse .home-header__bottom {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.navigation.menu-open .navbar-toggler .bars .bar-1 {
  transform: translateY(4px) rotate(-45deg);
}
.navigation.menu-open .navbar-toggler .bars .bar-2 {
  transform: skew(45deg, 45deg);
  opacity: 0;
}
.navigation.menu-open .navbar-toggler .bars .bar-3 {
  transform: translateY(-4px) rotate(45deg) scaleX(1);
  width: 100%;
}
.navbar-collapse {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: var(--light-green);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 160px;
  padding-top: 160px;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0%);
}
.navbar-collapse .navbar-collapse__inner {
  position: relative;
}
.navbar-collapse .navbar-collapse__inner .plate--row {
  position: relative;
  z-index: 3;
}
.navbar-collapse__inner .menu__contact {
  height: 100%;
  padding-left: 40px;
}
@media (max-width: 1023.98px) {
  .navbar-collapse__inner .menu__contact {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 35px;
  }
}
.navbar-collapse__inner .menu__contact .contact p {
  color: var(--white);
}
.navbar-collapse .navbar-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: calc(2 * var(--padding));
}
@media (max-width: 1023.98px) {
  .navbar-collapse .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.nav-item {
  padding: 0px 0 0px 0;
  position: relative;
}
.nav-item.active .nav-link {
  color: var(--green);
}
.nav-item .nav-link {
  position: relative;
  color: var(--white);
  text-decoration: none;
  transition: color 0.5s ease;
  text-align: center;
  line-height: 1;
}
.nav-item.dropdown {
  overflow: visible;
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown {
    padding-right: 40px;
  }
}
.nav-item.dropdown .dropdown-arrow {
  position: absolute;
  display: none;
  top: 12px;
  margin-left: 8px;
  cursor: pointer;
  height: 10px;
  right: 0;
  transform: translateX(6px) rotate(90deg);
  transform-origin: bottom left;
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown .dropdown-arrow {
    display: block;
  }
  .nav-item.dropdown .dropdown-arrow svg {
    height: 20px;
    filter: brightness(0) invert(1);
  }
}
.nav-item.dropdown .dropdown-arrow.active {
  transform: rotate(-90deg);
  transition: transform 0.6s cubic-bezier(0.905, 0.025, 0.145, 1);
}
.nav-item.dropdown .dropdown-menu {
  position: absolute;
  width: 250px;
  text-align: left;
  top: 100%;
  left: 0px;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  padding: 0px;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  background-color: var(--color-palette-6);
  border-radius: 0 0 15px 15px;
  border: none;
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
  }
}
.nav-item.dropdown .dropdown-menu-inner {
  position: relative;
  padding: 20px;
}
.nav-item.dropdown .dropdown-menu-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  height: 14px;
  width: 14px;
  background: var(--color-palette-6);
  z-index: 1;
  transform: translateY(-50%) rotate(45deg) skew(-6deg, -6deg);
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown .dropdown-menu-inner::after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown .dropdown-menu-inner {
    padding-right: 40px;
    padding-left: 0;
  }
}
.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: var(--white);
  line-height: 1.125rem;
  text-decoration: none;
  white-space: unset;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  transition: color 0.5s ease, transform 0.8s cubic-bezier(0.905, 0.025, 0.145, 1), opacity 0.8s cubic-bezier(0.905, 0.025, 0.145, 1);
  opacity: 1;
}
@media (max-width: 1023.98px) {
  .nav-item.dropdown .dropdown-menu .dropdown-item {
    text-align: right;
  }
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--white);
  opacity: 0.9;
  background-color: transparent;
}
.nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.nav-item:nth-last-child(1) .nav-link {
  padding-right: 0;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

a,
p a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

.paragraph b,
.paragraph strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}
.paragraph a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  color: var(--orange);
}
.paragraph :nth-last-child(1) {
  margin-bottom: 0;
}

p a {
  transition: opacity 0.3s ease-in-out;
}
p a:hover {
  opacity: 0.7;
}

.text-with-button {
  display: flex;
  flex-direction: column;
  gap: calc(2 * var(--padding));
}
.text-with-button h6 {
  color: var(--brown);
  margin-bottom: 15px;
}
.text-with-button__description h2 {
  margin-bottom: 0;
}
.text-with-button__description span svg {
  margin-left: 12px;
  margin-right: 12px;
}
.text-with-button__description span.tt svg {
  vertical-align: middle;
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .text-with-button__description span.tt.deep svg {
    width: 17px;
  }
}
@media (max-width: 767.98px) {
  .text-with-button__description span.tt.idea svg {
    width: 26px;
  }
}
@media (max-width: 767.98px) {
  .text-with-button__description span.tt.concept svg {
    width: 24px;
  }
}
.text-with-button__text {
  margin-top: 0px;
  margin-bottom: 0;
}
.text-with-button__text :nth-last-child(1) {
  margin-bottom: 0;
}

.plate--container {
  padding-left: 6%;
  padding-right: 6%;
  max-width: none;
}
@media (max-width: 1023.98px) {
  .plate--container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.plate--page-content-wrapper {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
    min-height: unset;
  }
}

.render-content {
  position: relative;
}
.section-container {
  position: relative;
}
.section-container.fullwidth {
  overflow: hidden;
}
.section-container.fullwidth .plate--container {
  padding-left: 0;
  padding-right: 0;
}
.section-container.indent .plate--container {
  padding-left: 12%;
  padding-right: 12%;
}
@media (max-width: 1023.98px) {
  .section-container.indent .plate--container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section-container.has-bg::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: inherit;
  position: absolute;
  top: -1px;
  z-index: 0;
}
.section-container .render-content {
  z-index: 2;
  position: relative;
}

[data-type=download] .popup__inner,
[data-type=filter_products] .popup__inner,
[data-type=filter_machines] .popup__inner {
  margin-left: auto;
  margin-right: 0;
  max-height: unset;
  height: 100vh;
  overflow: auto;
  max-width: 41rem;
}

[data-type=download] .popup__content,
[data-type=filter_machines] .popup__content,
[data-type=filter_products] .popup__content {
  flex-grow: 1;
}
[data-type=download] .popup__close,
[data-type=filter_machines] .popup__close,
[data-type=filter_products] .popup__close {
  position: relative;
  top: unset;
  right: unset;
  cursor: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: auto;
  height: auto;
}
[data-type=download] .popup__close .button,
[data-type=filter_machines] .popup__close .button,
[data-type=filter_products] .popup__close .button {
  border-color: var(--gray-light);
}
[data-type=download] .popup__close:not(.is-button),
[data-type=filter_machines] .popup__close:not(.is-button),
[data-type=filter_products] .popup__close:not(.is-button) {
  display: none;
}

[data-type=succes] .popup__inner {
  padding: 0 0 0 0;
  background-color: var(--green);
}
[data-type=succes] .popup__inner .succes-inner {
  display: flex;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  [data-type=succes] .popup__inner .succes-inner {
    flex-direction: column;
  }
}
[data-type=succes] .popup__inner .succes-inner .succes-inner-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[data-type=succes] .popup__inner .succes-inner .succes-inner-content h3 {
  margin-bottom: 20px;
}
[data-type=succes] .popup__inner .succes-inner .succes-inner-content .button {
  margin-top: 40px;
}
[data-type=succes] .popup__inner .succes-inner .succes-inner-img,
[data-type=succes] .popup__inner .succes-inner .succes-inner-content {
  width: 50%;
}
[data-type=succes] .popup__inner .succes-inner .succes-inner-img img,
[data-type=succes] .popup__inner .succes-inner .succes-inner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  [data-type=succes] .popup__inner .succes-inner .succes-inner-img,
[data-type=succes] .popup__inner .succes-inner .succes-inner-content {
    width: 100%;
  }
}
[data-type=succes] .popup__inner .popup__content {
  display: flex;
  flex-wrap: wrap;
}
[data-type=succes] .popup__inner .popup__content video {
  width: 40%;
}
@media (max-width: 767.98px) {
  [data-type=succes] .popup__inner .popup__content video {
    width: 100%;
  }
}
[data-type=succes] .popup__inner .popup__content .text-desc {
  width: 60%;
  padding: 80px 75px;
  gap: 2.4rem;
}
@media (max-width: 767.98px) {
  [data-type=succes] .popup__inner .popup__content .text-desc {
    width: 100%;
    padding: 3.2rem;
  }
}
[data-type=succes] .popup__close:hover svg {
  transform: rotate(90deg);
}

[data-type=video] .popup__close,
[data-type=video_element] .popup__close,
[data-type=video_testimonial] .popup__close,
[data-type=succes] .popup__close {
  left: 100%;
  right: unset;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 3.2rem;
  background-color: var(--green);
  width: 5.6rem;
  height: 5.6rem;
}
[data-type=video] .popup__close svg,
[data-type=video_element] .popup__close svg,
[data-type=video_testimonial] .popup__close svg,
[data-type=succes] .popup__close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
[data-type=video] .popup__close svg path,
[data-type=video_element] .popup__close svg path,
[data-type=video_testimonial] .popup__close svg path,
[data-type=succes] .popup__close svg path {
  fill: var(--white);
}
[data-type=video] .popup__inner,
[data-type=video_element] .popup__inner,
[data-type=video_testimonial] .popup__inner,
[data-type=succes] .popup__inner {
  max-width: 77vw;
  padding: 0 0 0 0;
  line-height: 0;
  border-radius: var(--radius);
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.popup {
  display: block;
  position: fixed;
  z-index: 114;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .video--desc {
  position: absolute;
}
.popup .video--desc p {
  color: white;
  line-height: 1.7;
  font-size: 1.3rem;
}
.popup video {
  width: 100%;
  object-fit: cover;
}
.popup::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.64;
}
.popup__content .buttons {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .popup__content__scroll {
    overflow-y: scroll;
  }
}
.popup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  margin: auto;
  max-width: 58%;
  max-height: 80%;
  width: 100%;
  height: auto;
  background-color: var(--white);
  padding: 3.2rem 4rem;
  border-radius: 0rem;
}
@media (max-width: 1199.98px) {
  .popup__inner {
    max-width: 74%;
  }
}
@media (max-width: 1023.98px) {
  .popup__inner {
    max-width: calc(100% - 4rem);
    max-height: 80%;
    padding: 3rem;
  }
}
.popup__inner p.c-pad {
  border-top: 1px solid var(--gray-light);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.popup__video {
  padding-top: 56.25%;
  height: 0;
  background-color: var(--black);
}
.popup__video iframe,
.popup__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  opacity: 0;
}
.popup__video iframe.video--loaded,
.popup__video video.video--loaded {
  z-index: 2;
  opacity: 1;
}
.popup__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  cursor: pointer;
  background-color: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}
.popup__close svg {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}
.popup__close:hover svg {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.popup[data-type=video_element] .popup__content__scroll {
  overflow: visible !important;
}

.post-item {
  position: relative;
  width: calc(50% - var(--padding));
  margin-bottom: 80px;
}
.post-item h4 {
  margin-bottom: var(--padding);
}
.post-item.teaser .post-item__video {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  transform: scale(1.06);
  transition: all 0.6s cubic-bezier(0.54, -0.12, 0.35, 1.13);
}
.post-item.teaser .post-item__video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.post-item.teaser .post-item__video picture {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.post-item.teaser a.full-link-btn {
  z-index: 4;
}
.post-item.teaser a.full-link-btn:hover + .post-item__image .post-item__video {
  opacity: 1;
  transform: scale(1);
}
.post-item:hover .post-item__image img {
  transform: scale(1.03);
}
.post-item.movie {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .post-item.team {
    width: calc(33.3333333333% - var(--padding));
  }
}
.post-item.team h6 {
  color: var(--orange);
  margin-bottom: 11px;
}
.post-item.team p, .post-item.team a {
  margin-bottom: 0;
  color: var(--black);
}
.post-item.team .post-item__content {
  padding: 57px 22px 0;
}
@media (max-width: 767.98px) {
  .post-item {
    width: 100%;
    margin-bottom: 28px;
  }
}
.post-item__image {
  position: relative;
  overflow: hidden;
}
.post-item__image img {
  transition: transform 0.3s ease-in-out;
}
.post-item__content {
  position: relative;
  padding-top: calc(var(--padding) * 2);
}
.post-item__content_category_title {
  color: var(--light-brown);
}
.post-item.production:not(.full) .post-item__content a {
  color: var(--orange);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .post-item.production:not(.full) .post-item__content {
    padding-right: 50px;
  }
}
.post-item.post-item-light .post-item__content_title h4, .post-item.post-item-light .post-item__content_title h6 {
  color: var(--white);
}
.post-item.post-item-light .post-item__content_intro p {
  color: var(--white);
}
.post-item.full {
  width: 100%;
}
.post-item.full .post-item__content_category_title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .post-item.full .post-item__content_category_title {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .post-item.full .post-item__content__inner {
    flex-direction: column-reverse;
  }
  .post-item.full .post-item__content__inner h4 {
    margin-bottom: 0;
    padding-left: 30px;
  }
  .post-item.full .post-item__content__inner h4 svg {
    width: 14px;
  }
}

.next-project {
  position: relative;
  background-color: var(--dark-green);
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 767.98px) {
  .next-project {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.next-project h2 {
  color: var(--white);
}
.next-project picture {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .next-project picture {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .next-project-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.next-project-inner {
  position: relative;
  padding-left: 65px;
  padding-right: 25%;
}
@media (max-width: 767.98px) {
  .next-project-inner {
    padding-right: 0;
    padding-left: 40px;
  }
}
.next-project-inner svg {
  position: absolute;
  left: 0;
  top: 20px;
}
@media (max-width: 767.98px) {
  .next-project-inner svg {
    width: 14px;
    top: 3px;
  }
}

.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  max-height: -webkit-fill-available;
}
.load-container .loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-green);
}

.overview {
  position: relative;
}
.overview::before {
  content: "";
  left: 0;
  top: 0;
  height: 1px;
  background-color: var(--white);
  width: 100%;
  position: absolute;
  opacity: 0.1;
}
@media (max-width: 767.98px) {
  .overview::before {
    display: none;
  }
}
.overview .post-item {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  margin-bottom: 0px;
}
.overview .post-item::before {
  content: "";
  bottom: 0;
  position: absolute;
  width: calc(100% + var(--padding));
  height: 1px;
  right: 0px;
  background-color: var(--white);
  opacity: 0.1;
}
.overview .post-item:nth-child(2n+1)::after {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  right: calc(-1 * var(--padding));
  width: 1px;
  background-color: var(--white);
  opacity: 0.1;
}
@media (max-width: 767.98px) {
  .overview .post-item:nth-child(2n+1)::after {
    display: none;
  }
}
.overview .post-item:nth-child(2n+1)::before {
  right: calc(-1 * var(--padding));
}
@media (max-width: 767.98px) {
  .overview .post-item:nth-child(2n+1)::before {
    right: 0;
  }
}
.overview.overview-full .post-item {
  width: 100%;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 111100000;
  pointer-events: none;
  background-color: var(--green);
  opacity: 1;
}

.after-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
.loader::before {
  content: "";
  position: absolute;
  height: 300vh;
  width: 33.3333333333%;
  background-color: transparent;
  border-right: 1px solid var(--light-green);
  border-left: 1px solid var(--light-green);
  transform: translateX(-50%);
  left: 50%;
  opacity: 0.14;
}
.loader::after {
  content: "";
  position: absolute;
  height: 33.3333333333%;
  width: 300vw;
  background-color: transparent;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  transform: translateY(-50%);
  top: 50%;
  opacity: 0.14;
}

svg.--rotate {
  transform: rotate(-90deg);
}

.quote {
  position: relative;
  padding: 20px;
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
}
.quote p {
  margin-bottom: 0;
}

body:not(.config-mode) .pin-spacer {
  margin-bottom: 0 !important;
}
body:not(.config-mode) .quote {
  transform: translateY(30px) scale(0.98);
  opacity: 0;
}
body:not(.config-mode) .quote.is-inview {
  transform: translateY(0px);
  opacity: 1;
}

.image-slider__slider {
  position: relative;
}

.swiper-button {
  width: 60px;
  height: 60px;
  top: unset;
  bottom: 0;
  right: 0;
  background: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  margin-top: 0;
  transition: background 0.3s ease-in-out;
}
.swiper-button.--dark {
  background: var(--dark-green);
}
.swiper-button.--dark:hover {
  background: var(--orange);
}
.swiper-button.--light {
  background: var(--orange);
}
.swiper-button.--light:hover {
  background: var(--dark-green);
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev svg, .swiper-button-next svg {
  transform: rotate(-45deg);
  width: 14px;
}

.swiper-slide picture {
  transition: opacity 0.3s ease-in-out;
}

.swiper-slide:not(.swiper-slide-active) picture {
  opacity: 0.2;
}

.logos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 46.6666666667px));
  gap: 40px 70px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .logos {
    gap: 3.2rem;
    grid-template-columns: repeat(2, calc(50% - 16px));
  }
}
.logos .logo {
  width: 100%;
  position: relative;
  transition: all 1s ease-in-out;
}
.logos .logo:hover {
  animation: hover 4s infinite;
}
.logos .logo-inner {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0px 0px;
}
.logos .logo-inner svg {
  height: 100%;
  width: 100%;
}
.logos .logo-inner svg [fill], .logos .logo-inner svg path, .logos .logo-inner svg polygon, .logos .logo-inner svg circle {
  fill: var(--white);
}
@media (max-width: 1023.98px) {
  .logos .logo-inner {
    padding: 10px 20px;
  }
}
.logos .logo img {
  position: relative;
}

@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.social-media {
  position: relative;
}
.social-media__icon {
  position: relative;
  margin-right: 17px;
}
.social-media__icon h6 {
  text-transform: capitalize;
  color: var(--light-brown);
}

.slide-text {
  text-align: center;
  color: var(--green);
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-text span.slide-text-span {
  position: relative;
  text-transform: inherit;
  font-size: inherit;
  line-height: 1;
  z-index: 2;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  transform: translateY(-7%);
}
.slide-text span.slide-text-span span {
  transform: translateX(0%);
  font-size: 14.7vw;
  text-align: center;
}

body {
  background-color: var(--green);
}

.bg__noise {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/theme/assets/images/water.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.05;
  filter: blur(14px) grayscale(1) invert(1);
  mix-blend-mode: lighten;
  z-index: 1999;
}
.bg__noise.--rotate {
  transform: scaleX(-100%);
}

@media (max-width: 767.98px) {
  .text-with-image-wrapper {
    flex-direction: column-reverse;
    gap: 6.4rem;
  }
}
.text-with-image-content, .text-with-image-picture {
  width: 50%;
  position: relative;
}
@media (max-width: 767.98px) {
  .text-with-image-content, .text-with-image-picture {
    width: 100%;
  }
}
.text-with-image-picture {
  width: calc((100% - 200px) / 3);
}
@media (max-width: 767.98px) {
  .text-with-image-picture {
    width: 100%;
  }
}
.text-with-image-picture-image {
  position: relative;
  z-index: 3;
}
.text-with-image-picture picture {
  height: auto;
}
.text-with-image-picture-background {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 25px;
  width: 100%;
  height: 100%;
  background-color: var(--light-green);
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
}
.text-with-image-content {
  padding-right: calc(4 * var(--padding));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .text-with-image-content {
    padding-right: 0;
    justify-content: center;
  }
}
.text-with-image-content p, .text-with-image-content h2 {
  text-align: right;
}
@media (max-width: 767.98px) {
  .text-with-image-content p, .text-with-image-content h2 {
    text-align: center;
  }
}
.text-with-image-content .text-with-button__button .button-wrapper {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .text-with-image-content .text-with-button__button .button-wrapper {
    justify-content: center;
  }
}

.video-element-play {
  position: absolute;
  z-index: 5;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  left: 50%;
  top: calc(50% - 22px);
  background-color: var(--orange);
  transform: translate(-50%, -50%);
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .video-element-play {
    height: 56px;
    width: 56px;
    top: calc(50% - 5px);
  }
}
.video-element-play svg {
  transform: translate(2px, -1px);
}
.video-element-play:hover {
  background-color: var(--dark-green);
}

.play-button {
  position: relative;
  margin-top: 35px;
}
.play-button .video-element-play {
  top: unset;
  position: relative;
  bottom: unset;
  left: unset;
  transform: unset;
}
.play-button h6 {
  color: var(--light-brown);
  margin-left: 20px;
  margin-bottom: 0;
  position: absolute;
  left: 100%;
  white-space: nowrap;
}

.video {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
.video,
.video video {
  background-color: var(--grey);
}
.video__overlay,
.video iframe,
.video video {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
}
.video__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 0.6s ease-out;
  animation-play-state: paused;
}
.video__overlay img,
.video__overlay picture {
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  object-fit: cover;
}
.video__play {
  appearance: none;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  width: 12rem;
  height: 12rem;
}
.video__play h5 {
  color: white;
  z-index: 5;
  position: relative;
  margin-bottom: 0;
}
.video__play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  transition: transform 0.4s ease;
}
@media (max-width: 767.98px) {
  .video__play {
    width: 8rem;
    height: 8rem;
  }
}
.video__play:after {
  padding-bottom: 0;
}
.video__play:hover::before {
  transform: scale(120%);
}
.video--loaded .video__overlay {
  opacity: 0;
  pointer-events: none;
}
.video--loaded .video__play {
  transform: scale(0%);
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.video-element {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: var(--dark-green);
}
.video-element-hover:hover img {
  transform: scale(1.02);
}
.video-element__placeholder {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-element-thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-element-thumbnail picture {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-element-thumbnail picture img {
  transition: transform 0.4s ease-in-out;
}
.video-element:before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 2;
}

.post-header-image {
  position: relative;
}
.post-header-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100vw;
  height: 50%;
  background-color: var(--green);
}
.post-header-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100vw;
  height: 50%;
  background: linear-gradient(0deg, var(--green) 0%, transparent 90%);
  z-index: 3;
}
.post-header-image .video-element {
  z-index: 3;
}
.post-header-image-content {
  position: relative;
  margin-top: 115px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .post-header-image-content {
    margin-top: 40px;
  }
}

.post-item__vid picture {
  overflow: hidden;
}
.post-item__vid picture img {
  transition: transform 0.4s ease-in-out;
}
.post-item__vid:hover img {
  transform: scale(1.02);
}
.post-item__vid .play-button {
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.popup__video {
  padding-top: 56.25%;
  height: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .popup__video {
    padding-top: 200%;
  }
}
.popup__video .video-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.popup__video .video-element::before {
  display: none;
}
.popup__video .video-element__inner {
  width: calc(100% - 1px);
  overflow: hidden;
}
.popup__video .video-element__inner iframe,
.popup__video .video-element__inner video {
  display: block;
}
.popup__video .video-element__thumbnail {
  display: none;
}
.popup__video .video-element video {
  position: absolute;
  top: 0px;
  left: 50%;
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 0px;
  overflow: hidden;
  transform: translateX(-50%);
  max-width: 100%;
}
.popup.is-visible {
  opacity: 1;
}
.popup.is-visible .popup__inner {
  transform: translateY(-50%);
}

.preloader dotlottie-player {
  width: auto;
  height: 30vh;
}

.noise {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: 10000;
  pointer-events: none;
  background-image: url("/theme/assets/images/noise.png");
  opacity: 0.5;
  left: -10rem;
  top: -10rem;
  will-change: transform;
  -webkit-animation: grain 0.4s steps(2) infinite;
  animation: grain 0.4s steps(2) infinite;
  opacity: 0.1;
}
@media (max-width: 1023.98px) {
  .noise {
    position: fixed;
  }
}

@keyframes grain {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
@media (max-width: 767.98px) {
  body {
    --padding: 1.75rem;
  }
}
