/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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!../BVK/src/styles/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/mit3pkq.css);
/*!*****************************************************************************************************************!*\
  !*** 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!../BVK/src/styles/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --offset: 0rem;
  --white: #ffffff;
  --black: #000000;
  --text: #132839;
  --text-subtitle: #cccccc;
  --text-heading: #122638;
  --gray-orange: #b9b29f;
  --light-gray-orange: #efebe0;
  --grayish-orange: #b9b2a0;
  --bright-orange: #ec6a2c;
  --bright-light-orange: #f6c845;
  --light-gray-yellow: #f7f5ef;
  --light-grayish-yellow: #eeebe1;
  --grayish-cyan: #a1ccc8;
  --container-pd: 10%;
  --mb-container-pd: 3rem;
}

*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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;
  color: var(--bs-highlight-color);
  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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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 */
h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style,
h4,
.h4-style,
h5,
.h5-style,
h6,
.h6-style {
  font-family: quatro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
.h1-style {
  font-size: 5.4rem;
  font-size: clamp(3.6rem, 3.6rem + (1vw - 5.76px) * 2.0833, 6.4rem);
  line-height: 1.1;
  font-weight: 600;
}

h2,
.h2-style {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  h2,
  .h2-style {
    font-size: clamp(2.8rem, 2.8rem + (1vw - 5.76px) * 1.9673, 5.444rem);
  }
}

h3,
.h3-style {
  font-size: clamp(2.1rem, 2.1rem + (1vw - 5.76px) * 1.6198, 3.977rem);
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
}

h4,
.h4-style {
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 5.76px) * 0.4628, 2.422rem);
  line-height: 1.5;
  font-weight: 500;
}

h5,
.h5-style {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 5.76px) * 0.2314, 1.911rem);
  line-height: 1.5;
  font-weight: 500;
}

h6,
.h6-style {
  font-size: 1.3rem;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 5.76px) * 0.1153, 1.355rem);
  line-height: 1.5;
  font-weight: 500;
}

p,
a,
u,
span,
select,
section,
td,
th,
option,
form,
input,
b,
strong,
ul,
ol,
li,
textarea,
label,
button,
input,
iframe,
table {
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
}

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

.f {
  display: flex;
}
.fw {
  flex-wrap: wrap;
}
.fwr {
  flex-wrap: wrap-reverse;
}
.fnw {
  flex-wrap: nowrap;
}
.f_c {
  flex-direction: column;
}
.f_cr {
  flex-direction: column-reverse;
}
.f_r {
  flex-direction: row;
}
.f_rr {
  flex-direction: row-reverse;
}
.f-c {
  align-items: center;
}
.f-fs {
  align-items: flex-start;
}
.f-fe {
  align-items: flex-end;
}
.f--fs {
  justify-content: flex-start;
}
.f--fe {
  justify-content: flex-end;
}
.f--c {
  justify-content: center;
}
.f--sb {
  justify-content: space-between;
}
.f--sa {
  justify-content: space-around;
}

@media (max-width: 767.98px) {
  .fm {
    display: flex;
  }
  .fmw {
    flex-wrap: wrap;
  }
  .fmwr {
    flex-wrap: wrap-reverse;
  }
  .fmnw {
    flex-wrap: nowrap;
  }
  .fm_c {
    flex-direction: column;
  }
  .fm_cr {
    flex-direction: column-reverse;
  }
  .fm_r {
    flex-direction: row;
  }
  .fm_rr {
    flex-direction: row-reverse;
  }
  .fm-c {
    align-items: center;
  }
  .fm-fs {
    align-items: flex-start;
  }
  .fm-fe {
    align-items: flex-end;
  }
  .fm--fs {
    justify-content: flex-start;
  }
  .fm--fe {
    justify-content: flex-end;
  }
  .fm--c {
    justify-content: center;
  }
  .fm--sb {
    justify-content: space-between;
  }
  .fm--sa {
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .fd {
    display: flex;
  }
  .fdw {
    flex-wrap: wrap;
  }
  .fdwr {
    flex-wrap: wrap-reverse;
  }
  .fdnw {
    flex-wrap: nowrap;
  }
  .fd_c {
    flex-direction: column;
  }
  .fd_cr {
    flex-direction: column-reverse;
  }
  .fd_r {
    flex-direction: row;
  }
  .fd_rr {
    flex-direction: row-reverse;
  }
  .fd-c {
    align-items: center;
  }
  .fd-fs {
    align-items: flex-start;
  }
  .fd-fe {
    align-items: flex-end;
  }
  .fd--fs {
    justify-content: flex-start;
  }
  .fd--fe {
    justify-content: flex-end;
  }
  .fd--c {
    justify-content: center;
  }
  .fd--sb {
    justify-content: space-between;
  }
  .fd--sa {
    justify-content: space-around;
  }
}

/* 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;
}
@media (max-width: 1023.98px) {
  .swiper-button-prev .svg-wrapper svg,
  .swiper-button-next .svg-wrapper svg {
    width: 1.8rem;
  }
}
.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-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.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 {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: var(--text);
  font-size: 1.6rem;
}
body.lock-scroll {
  overflow: hidden;
}
body:not(default-bg) {
  background-color: var(--white);
}
body.default-bg {
  background-color: var(--light-gray-yellow);
}
body.dark-bg {
  background-color: var(--text);
}

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 {
  z-index: 3;
  overflow-x: hidden;
  position: relative;
}
.main-content-wrapper::-webkit-scrollbar {
  display: none;
}

.mandelo-m {
  position: relative;
}
.mandelo-m img {
  width: 3.2rem;
  vertical-align: middle;
  top: -0.2rem;
  position: relative;
}

/* END GENERAL STYLING */
.has-bg.section-container.dark-bg {
  z-index: 1;
}
.has-bg.section-container .section-content::before {
  content: "";
  width: 100%;
  height: calc(100% + 0.1rem);
  background-color: transparent;
  position: absolute;
  top: -0.1rem;
  z-index: -1;
}
.has-bg.section-container.default-bg .section-content {
  color: var(--text);
}
.has-bg.section-container.default-bg .section-content a:not(.round-corners) {
  color: var(--bright-orange);
}
.has-bg.section-container.default-bg .section-content .round-corners.link {
  color: var(--text);
}
.has-bg.section-container.dark-bg .section-content {
  --text: var(--light-grayish-yellow);
  color: var(--text);
}
.has-bg.section-container.dark-bg .section-content a:not(.round-corners) {
  color: inherit;
}
.has-bg.section-container.dark-bg .section-content a.round-corners.light-yellow {
  color: var(--text-heading);
}
.has-bg.section-container.dark-bg .section-content::before {
  background-color: #132839;
}
.has-bg.section-container.dark-bg.orange-bg .section-content {
  --text: var(--light-grayish-yellow);
  color: var(--text);
}
.has-bg.section-container.dark-bg.orange-bg .section-content a:not(.round-corners) {
  color: inherit;
}
.has-bg.section-container.dark-bg.orange-bg .section-content::before {
  background-color: #ec6a2c;
}
.has-bg.section-container.dark-bg.yellow-bg .section-content {
  --text: #132839;
  color: var(--text);
}
.has-bg.section-container.dark-bg.yellow-bg .section-content a:not(.round-corners) {
  color: var(--bright-orange);
}
.has-bg.section-container.dark-bg.yellow-bg .section-content::before {
  background-color: var(--bright-light-orange);
}
.has-bg.section-container.dark-bg.blue-bg .section-content {
  --text: #132839;
  color: var(--text);
}
.has-bg.section-container.dark-bg.blue-bg .section-content a:not(.round-corners) {
  color: var(--bright-orange);
}
.has-bg.section-container.dark-bg.blue-bg .section-content::before {
  background-color: var(--grayish-cyan);
}

.plate--element {
  z-index: 2;
}

.plate--element__link .link.center {
  margin: 0 auto;
  display: flex;
}

.accordion-element {
  position: relative;
}
.accordion-element__title h5 {
  color: var(--text);
}

.accordion-item {
  --dot-color: var(--text);
  position: relative;
  margin-bottom: 2rem;
}
.accordion-item__header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: var(--white);
  padding: 2.4rem 4rem;
  border-radius: 1rem;
}
.accordion-item__header h5,
.accordion-item__header .faq-item__title {
  pointer-events: none;
  margin-bottom: 0;
}
.accordion-item__header .button-circle svg {
  transition: transform 0.4s ease;
}
.accordion-item__header .faq-item__arrow {
  margin-left: 3rem;
  flex-shrink: 0;
  pointer-events: none;
}
.accordion-item__header.active .button-circle svg {
  transform: rotate(180deg);
}
.accordion-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.accordion-item__body .faq-item__content__inner {
  color: var(--text);
  padding-top: 4rem;
  padding-bottom: 3.6rem;
  padding-right: 5%;
  padding-left: 5%;
}
.accordion-item__body .faq-item__content__inner ul li {
  margin-bottom: 1rem;
}
.accordion-item__body .faq-item__content__inner ul li::marker {
  color: var(--dot-color);
}
.accordion-item__body .faq-item__content__inner a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buttons .button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.buttons .button:last-child {
  margin-right: 0;
}

.button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  height: 5.4rem;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border-radius: 10rem;
}
.button a {
  color: var(--bright-orange);
}
.button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10rem;
}
.button__inner {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 100%;
  height: 100%;
  z-index: 1;
}
.button__text {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
  pointer-events: none;
  z-index: 1;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  z-index: 1;
}
.button:focus {
  outline: none;
}

.button_f {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  height: 5.4rem;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
}
.button_f a {
  color: var(--bright-orange);
}
.button_f::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.3rem;
  bottom: 0.5rem;
  left: 0;
  border-radius: 10rem;
  background-color: var(--bright-orange);
  transition: all 0.3s ease-in;
}
.button_f:hover::after {
  width: 100%;
}

.categories {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.category {
  position: relative;
  height: 3.8rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 1.4rem 0.9rem 1.4rem;
  background-color: var(--black);
  border-radius: 7rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.category span {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.5;
}

.cta__container {
  padding: 3.2rem 4rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  background-color: var(--bright-orange);
}
@media (max-width: 1199.98px) {
  .cta__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1023.98px) {
  .cta__container {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .cta__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.cta__container p {
  margin: 0;
  color: var(--white);
}
.cta__container.white {
  background-color: var(--white);
}
.cta__container.white p {
  color: var(--text);
}
.cta__container.dark-blue {
  background-color: var(--text);
}
.cta__container.dark-blue p {
  color: var(--white);
}
.cta__container.yellow {
  background-color: var(--bright-light-orange);
}
.cta__container.yellow p {
  color: var(--text);
}
.cta__container.light-blue {
  background-color: var(--grayish-cyan);
}
.cta__container.light-blue p {
  color: var(--text);
}
.cta__container.light-yellow {
  background-color: #f1ede3;
}
.cta__container.light-yellow p {
  color: var(--text);
}
.cta__container.orange {
  background-color: var(--bright-orange);
}
.cta__container.orange p {
  color: var(--white);
}
.cta__container.light-orange {
  background-color: var(--light-gray-orange);
}
.cta__container.light-orange p {
  color: var(--text);
}
@media (max-width: 1199.98px) {
  .cta__container .link {
    margin-top: 1.6rem;
  }
}
@media (max-width: 1023.98px) {
  .cta__container .link {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .cta__container .link:hover::after {
    width: 0;
  }
}
.cta__container .link.white::after {
  border-bottom: 3px solid var(--white);
}
.cta__container .link.dark-blue::after {
  border-bottom: 3px solid var(--text);
}
.cta__container .link.yellow::after {
  border-bottom: 3px solid var(--bright-light-orange);
}
.cta__container .link.light-blue::after {
  border-bottom: 3px solid var(--grayish-cyan);
}
.cta__container .link.light-yellow::after {
  border-bottom: 3px solid #f1ede3;
}
.cta__container .link.orange::after {
  border-bottom: 3px solid var(--bright-orange);
}
.cta__container .link.light-orange::after {
  border-bottom: 3px solid var(--light-gray-orange);
}

.footer {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 8rem;
  }
}
@media (max-width: 575.98px) {
  .footer {
    padding-bottom: 4.7rem;
  }
}
.footer__inner {
  padding-top: 10rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .footer__inner {
    padding-top: 10rem;
  }
}
@media (max-width: 767.98px) {
  .footer__inner {
    padding-top: 8rem;
  }
}
@media (max-width: 575.98px) {
  .footer__inner {
    padding-top: 4.7rem;
  }
}
.footer__columns {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__columns {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
.footer-column {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  flex: 1;
}
@media (max-width: 575.98px) {
  .footer-column--1 {
    margin-bottom: 2rem;
  }
}
.footer-column__title {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .footer-column__title {
    margin-bottom: 1rem;
  }
}
.footer-column--socials {
  margin-top: 1rem;
  flex-direction: row !important;
}
@media (max-width: 1023.98px) {
  .footer-column--socials {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer-column--socials {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .footer-column--socials {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
}
.footer-column--socials .footer-column__items {
  flex-direction: row !important;
}
@media (max-width: 767.98px) {
  .footer-column--socials .footer-column__items {
    flex-direction: row !important;
    background-color: reds;
  }
}
.footer-column__items {
  position: relative;
  display: flex;
  gap: 4.7rem;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .footer-column__items {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .footer-column__items {
    gap: 0.5rem;
  }
}
.footer-column__items a {
  color: #132839;
  font-size: 1.8rem;
  line-height: 2;
  text-decoration: none;
  font-weight: 500;
  font-family: "quatro", sans-serif;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-column__items a {
    font-size: 1.8rem;
  }
}
.footer-column__items span a {
  font-weight: 500;
  padding-right: 2rem;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .footer-column__items span a {
    font-size: 1.8rem;
    padding-right: 1rem;
  }
}
.footer-column__items span svg {
  --size: 3.5rem;
  width: var(--size);
  height: var(--size);
}
@media (max-width: 767.98px) {
  .footer-column__items span svg {
    width: calc(var(--size) * 0.75);
    height: calc(var(--size) * 0.75);
  }
}
@media (max-width: 1023.98px) {
  .footer-column--logo {
    width: 100%;
    flex: unset;
  }
}
.footer-logo {
  display: flex;
}
.footer-logo svg {
  height: auto;
  width: 15rem;
}
@media (max-width: 767.98px) {
  .footer-logo svg {
    width: 15rem;
    height: auto;
  }
}
.footer__bottom {
  align-items: flex-end;
}
.footer__bottom__links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__bottom__links {
    flex-direction: column;
    align-items: center;
  }
}
.footer__bottom__links span {
  --font-size: 1.2rem;
  font-size: var(--font-size);
  line-height: calc(var(--font-size) * 1.25);
}
.footer__bottom__links .f_link {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .footer__bottom__links .f_link {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .footer__bottom__links .f_link {
    margin-bottom: 0;
  }
}
.footer__bottom__links .f_link a {
  --font-size: 1.6rem;
  font-size: var(--font-size);
  line-height: calc(var(--font-size) * 1.25);
  text-decoration: none;
  color: #ede8db;
}
@media (max-width: 575.98px) {
  .footer__bottom__links .f_link a {
    font-size: 1.3rem;
  }
}
.footer__bottom__links .f_link__divider {
  color: inherit;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  color: #ede8db;
  padding: 0 1rem 0 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .footer__bottom__links .f_link__divider {
    display: none;
  }
}
.footer__circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
  opacity: 0.25;
  mix-blend-mode: multiply;
}
.footer__circle svg {
  width: 50vw;
  height: auto;
}

.contact {
  --text-color: var(--text);
}
.contact-form__fields .form-field-container {
  margin-bottom: 2rem;
  position: relative;
}
.contact-form__fields .form-field-container:last-of-type:not(:nth-child(1)) {
  margin-top: 4rem;
}
@media (max-width: 575.98px) {
  .contact-form__fields .form-field-container:last-of-type {
    margin-bottom: 0rem;
  }
}
.contact-form__fields .form-field__input {
  background-color: var(--white);
  width: 100%;
  padding: 1.9rem 4rem;
  padding-left: 3rem;
  padding-top: 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 1023.98px) {
  .contact-form__fields .form-field__input {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .contact-form__fields .form-field__input {
    padding: 1.9rem 2rem;
    padding-top: 2.4rem;
  }
}
.contact-form__fields .form-field__textarea {
  background-color: var(--white);
  width: 100%;
  min-height: 10rem;
  height: 25rem;
  padding: 1.9rem 4rem;
  padding-left: 3rem;
  padding-top: 2.4rem;
  border-radius: 1rem;
}
@media (max-width: 1023.98px) {
  .contact-form__fields .form-field__textarea {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .contact-form__fields .form-field__textarea {
    padding: 1.9rem 2rem;
    padding-top: 2.4rem;
  }
}
.contact-form .option {
  color: var(--text-color);
}
.contact-form .option label {
  margin-left: 2rem;
  display: flex;
  gap: 1em;
  align-items: center;
}
.contact-form .option label a {
  color: var(--bright-orange);
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .contact-form .option label {
    margin-left: 0rem;
  }
}

.form-field__label {
  color: #132839;
  font-size: 1rem;
  line-height: 2.4rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .form-field__label {
    font-size: 1.4rem;
  }
}

.submit-form-btn {
  margin-top: 4rem;
  cursor: pointer;
}
.submit-form-btn a {
  font-family: "quatro", sans-serif;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .submit-form-btn {
    margin-top: 3rem;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.diapositive {
  --text-color: var(--white);
}

.form-field__input,
.form-field__label {
  transition: all 0.2s;
  touch-action: manipulation;
}

.form-field__textarea,
.form-field__label {
  transition: all 0.2s;
  touch-action: manipulation;
}

.form-field {
  display: flex;
  flex-flow: column-reverse;
}

.form-field__label {
  letter-spacing: 0.05em;
}

.form-field__textarea {
  font-weight: 700;
  padding: 0;
  border: 0;
}
.form-field__textarea:focus {
  outline: 0;
}
.form-field__textarea + label {
  top: calc(3.6rem + 2px);
  position: absolute;
}
@media (max-width: 575.98px) {
  .form-field__textarea + label {
    font-size: 1.4rem;
  }
}
.form-field__textarea:placeholder-shown + label {
  font-weight: 400;
  font-size: 1.6rem;
  cursor: text;
  max-width: 66.66%;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(3rem, -50%) scale(1.2);
  pointer-events: none;
  position: absolute;
  top: calc(3.6rem + 2px);
}
@media (max-width: 575.98px) {
  .form-field__textarea:placeholder-shown + label {
    font-size: 1.4rem;
  }
}

.form-field__input {
  font-weight: 700;
  padding: 0;
  border: 0;
}
.form-field__input:focus {
  outline: 0;
}
.form-field__input + label {
  top: calc(3.6rem + 2px);
  position: absolute;
}
@media (max-width: 575.98px) {
  .form-field__input + label {
    font-size: 1.4rem;
  }
}
.form-field__input:placeholder-shown + label {
  font-weight: 400;
  font-size: 1.6rem;
  cursor: text;
  max-width: 66.66%;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(3rem, -50%) scale(1.2);
  pointer-events: none;
  position: absolute;
  top: calc(3.6rem + 2px);
}
@media (max-width: 575.98px) {
  .form-field__input:placeholder-shown + label {
    font-size: 1.4rem;
  }
}

::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}

.form-field__input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.form-field__textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

.form-field__input:not(:placeholder-shown) + .form-field__label,
.form-field__input:focus + .form-field__label {
  font-family: "quatro", sans-serif;
  font-size: 1rem;
  color: var(--bright-orange);
  transform: translate(3rem, calc(-50% - 22px)) scale(1);
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .form-field__input:not(:placeholder-shown) + .form-field__label,
  .form-field__input:focus + .form-field__label {
    transform: translate(2rem, -50%) scale(1);
  }
}

.form-field__textarea:not(:placeholder-shown) + .form-field__label,
.form-field__textarea:focus + .form-field__label {
  font-family: "quatro", sans-serif;
  font-size: 1rem;
  color: var(--bright-orange);
  transform: translate(3rem, calc(-50% - 22px)) scale(1);
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .form-field__textarea:not(:placeholder-shown) + .form-field__label,
  .form-field__textarea:focus + .form-field__label {
    transform: translate(2rem, -50%) scale(1);
  }
}

.option label {
  position: relative;
}
.option label .form-field__avg {
  --box-size: 3.8rem;
  position: relative;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: var(--box-size);
  height: var(--box-size);
  border-radius: 1rem;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
@media (max-width: 1023.98px) {
  .option label .form-field__avg {
    --box-size: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .option label .form-field__avg {
    max-width: 3.2rem;
    width: 100%;
    height: 3.2rem;
  }
}
.option label .form-field__avg + svg {
  width: calc(var(--box-size) * 0.5);
  height: calc(var(--box-size) * 0.5);
  transition: 120ms transform ease-in-out;
  transform-origin: bottom left;
  position: absolute;
  left: 7px;
  top: 8px;
  opacity: 0;
}
@media (max-width: 1023.98px) {
  .option label .form-field__avg + svg {
    --box-size: 3.5rem;
    left: 9px;
    top: 9px;
  }
}
@media (max-width: 575.98px) {
  .option label .form-field__avg + svg {
    width: 1.6rem;
    height: 1.6rem;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.option label .form-field__avg:checked + svg {
  opacity: 1;
}

div[class^=call_me_back_by_fax],
div[class*=" call_me_back_by_fax"] {
  display: none;
}

.form-group {
  margin-bottom: 30px;
}
.form-group h3 {
  margin-bottom: 20px;
}
.form-group:nth-last-child(1) {
  margin-bottom: 0;
}

.post-header {
  position: relative;
  padding-top: 26rem;
  padding-bottom: 20rem;
}
.post-header:not(.post-header-image) {
  padding-bottom: 10rem;
}
.post-header:not(.post-header-image) .post-header__title h1 {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .post-header:not(.post-header-image) {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 1023.98px) {
  .post-header:not(.post-header-image) {
    padding-top: 18.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .post-header:not(.post-header-image) {
    padding-top: 13.5rem;
  }
}
@media (max-width: 1199.98px) {
  .post-header {
    padding-top: 20rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 1023.98px) {
  .post-header {
    padding-top: 18.5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.98px) {
  .post-header {
    padding-top: 13.5rem;
  }
}
.post-header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.post-header-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
  position: absolute;
  inset: 0;
}
.post-header-image .post-header__title h1 {
  color: var(--light-gray-orange);
  text-align: center;
}
.post-header-image .post-header__circle {
  display: none;
}
.post-header__inner {
  position: relative;
  z-index: 1;
}
.post-header__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 66vw;
}
@media (max-width: 575.98px) {
  .post-header__title {
    text-align: center;
  }
}
.post-header__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post-header__content .title-wrapper__subtitle, .post-header__content .title-wrapper__title {
  text-align: center;
}
.post-header__content .title-wrapper__title {
  max-width: 90ch;
}
.post-header__content .intro-text {
  margin-bottom: 0;
  margin-top: 3.7rem;
}
.post-header__content .buttons {
  margin-top: 4rem;
}
.post-header__image {
  position: relative;
  margin-top: 8rem;
}
.post-header__scroll {
  position: relative;
  margin-bottom: 2.6rem;
  margin-left: 2.6rem;
  margin-top: 10%;
}
@media (max-width: 767.98px) {
  .post-header__scroll {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 2.6rem;
    margin-top: 0;
  }
}
.post-header__scroll__anchor {
  position: absolute;
  bottom: 0;
}
.post-header--centered .post-header__content .intro-text p {
  text-align: center;
}

.home-header-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.home-header-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.3;
  position: absolute;
  inset: 0;
}
.home-header-image .home-header__title h1 {
  color: var(--light-gray-orange);
}
.home-header-image .home-header__circle {
  display: none;
}
.home-header__inner {
  width: 100%;
  height: 90vh;
  padding-top: 20rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .home-header__inner {
    padding-top: 15rem;
  }
}
@media (min-width: 768px) {
  .home-header__inner {
    height: 90vh;
  }
}
@media (max-width: 1199.98px) {
  .home-header__inner {
    height: fit-content;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .home-header__inner {
    height: auto;
  }
}
.home-header__content {
  z-index: 1;
  --div: calc(var(--offset) / 2);
  margin-top: calc(0rem - var(--div));
}
@media (max-width: 1199.98px) {
  .home-header__content {
    margin-top: 20rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 575.98px) {
  .home-header__content {
    margin-top: 16rem;
    margin-bottom: 5rem;
  }
}
.home-header__title {
  color: var(--text);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-header__title h1 {
  font-size: 8rem;
  line-height: 10rem;
}
@media (max-width: 1599.98px) {
  .home-header__title h1 {
    font-size: 6rem;
    line-height: 1.5;
  }
}
.home-header__title h1 .styleEl {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.home-header__title h1 .styleEl:before {
  width: 100%;
  height: 0.85rem;
  content: "";
  display: inline-block;
  bottom: 0;
  position: absolute;
  background-color: #f6c845;
  animation: line 0.8s ease-in-out 1;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .home-header__title h1 .styleEl:before {
    height: 0.65rem;
  }
}
@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .home-header__title h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .home-header__title h1 {
    font-size: 3.75rem;
    line-height: 5.625rem;
  }
}
.home-header__subtitle {
  text-align: center;
  max-width: 62rem;
  padding-top: 2rem;
  font-family: "Quatro", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.75rem;
  color: var(--grayish-orange);
}
@media (max-width: 1199.98px) {
  .home-header__subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .home-header__subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-header__circle {
  position: absolute;
  right: 0;
  top: 0;
}

.post-header__subtitle {
  text-align: center;
  max-width: 50vw;
  padding-top: 2rem;
  font-family: "Quatro", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.9rem;
  color: var(--grayish-orange);
}
@media (max-width: 1399.98px) {
  .post-header__subtitle {
    max-width: 80vw;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (max-width: 767.98px) {
  .post-header__subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.post-header__circle {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.scroll-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  background-color: var(--grey);
  border-radius: 50%;
}
.scroll-down svg {
  transform: rotate(90deg);
}
.scroll-down svg path {
  stroke: var(--dark-blue);
}

.blog-header {
  position: relative;
}
.blog-header__inner {
  margin-top: 20rem;
}
@media (max-width: 1023.98px) {
  .blog-header__inner {
    margin-top: 15rem;
  }
}
.blog-header__title {
  max-width: 120rem;
  width: 100%;
}
.blog-header__title h1 {
  margin-bottom: 5.6rem;
  text-align: center;
}
.blog-header__tags {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023.98px) {
  .blog-header__tags {
    justify-content: center;
  }
}
.blog-header__tags p {
  padding: 0.5rem 1.8rem;
  border: 1px solid var(--text-subtitle);
  border-radius: 99rem;
  margin: 0;
  font-size: 1.6rem;
}
.blog-header__image picture img {
  border-radius: 3rem;
}
.blog-header__circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.section__image_text {
  display: flex;
  justify-content: flex-start;
  padding: 2rem 0;
}
@media only screen and (max-width: 1150px) {
  .section__image_text {
    flex-direction: column;
  }
}
.section__image_text--image {
  flex-grow: 2;
}
@media (max-width: 1199.98px) and (max-width: 1023.98px) {
  .section__image_text--image {
    flex-grow: 1;
  }
}
@media (max-width: 1199.98px) {
  .section__image_text--image {
    max-width: 50rem;
  }
}
@media (max-width: 575.98px) {
  .section__image_text--image {
    max-width: 100%;
  }
}
.section__image_text--paragraph {
  flex-grow: 1;
  font-size: var(--paragraph-fs);
  margin-bottom: 1rem;
  line-height: calc(var(--paragraph-fs) * 1.67);
}
.section__image_text--paragraph h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 1023.98px) {
  .section__image_text--paragraph h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .section__image_text--paragraph h3 {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.section__image_text--paragraph p {
  font-size: 1.8rem;
}
.section__image_text.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .section__image_text.reverse {
    flex-direction: column;
  }
}
.section__image_text .image__stack .stack__image.last {
  grid-area: 3/2/-1/5;
}
@media (max-width: 1023.98px) {
  .section__image_text .image__stack .stack__image.last {
    grid-area: 3/3/-1/6;
  }
}
@media (max-width: 575.98px) {
  .section__image_text .image__stack .stack__image.last {
    grid-area: 3/2/-1/6;
    padding-right: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .section__image_text {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .section__image_text {
    gap: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .section__image_text--image {
    width: 100%;
  }
  .section__image_text--paragraph {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .section__image_text {
    gap: 6rem;
  }
}

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

.image {
  --border-radius: 3rem;
  --width: 39.2rem;
  max-width: 100%;
  position: relative;
}
.image__square {
  display: inline-block;
  width: var(--width);
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .image__square {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .image__square {
    max-width: 50rem;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .image__square {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.image__square picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .image__square picture {
    width: 100%;
  }
}
.image__square picture img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image__rectangle {
  width: var(--width);
  height: 54.9rem;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .image__rectangle {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.image__rectangle img {
  border-radius: var(--border-radius);
  width: var(--width);
  height: 54.9rem;
  object-fit: cover;
}
.image__full {
  width: 100%;
}
.image__full img {
  border-radius: var(--border-radius);
}

.image_with_highlight {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: calc(0rem - var(--offset));
}
.image_with_highlight picture {
  border-radius: var(--slide-border-radius);
  overflow: hidden;
}
.image_with_highlight .image_animation_highlight {
  width: 100%;
  max-height: 85.5rem;
  object-fit: cover;
  border-radius: var(--slide-border-radius);
}

.highlight {
  background: #ec6a2c;
  width: 180px;
  height: 180px;
  border-radius: 100vw;
  position: absolute;
  top: -8rem;
  left: 11rem;
  right: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .highlight {
    top: -4rem;
    left: 2rem;
    width: 90px;
    height: 90px;
  }
}
.highlight-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 12rem;
  height: inherit;
  align-items: center;
}
.highlight-wrapper__text {
  text-align: center;
  font-family: "quatro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #efebe0;
}
@media (max-width: 575.98px) {
  .highlight-wrapper__text {
    font-size: 12px;
    line-height: 1.3;
  }
}

.image-reveal-parent {
  overflow: hidden;
}

.post-item {
  position: relative;
  margin-bottom: 7rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (max-width: 575.98px) {
  .post-item {
    margin-bottom: 5rem;
  }
}
.post-item__image {
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .post-item__image {
    margin-bottom: 2.4rem;
  }
}
.post-item__image picture {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.post-item__content {
  position: relative;
}
.post-item__content__title {
  margin-bottom: 1.8rem;
}
@media (max-width: 575.98px) {
  .post-item__content__title {
    margin-bottom: 1.6rem;
  }
}
.post-item__content__title h4 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .post-item.swiper-slide {
    margin-bottom: 3rem;
  }
}
.post-item:hover .post-item__image picture {
  transform: scale(1.1);
}

.link-blocks {
  --max-items: 3;
  --gap: 4.8rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: var(--gap);
  background-color: var(--line-grey);
  width: calc(100% + 2 * var(--gap));
  margin-left: calc(0px - var(--gap));
}
@media (max-width: 1023.98px) {
  .link-blocks {
    --max-items: 2;
    --gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .link-blocks {
    --max-items: 1;
    --gap: 16px;
  }
}
.link-blocks .link-block {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(1 / var(--max-items) * 100% - (1 - 1 / var(--max-items)) * var(--gap));
  background-color: var(--white);
  border-radius: var(--slide-border-radius);
}
.link-blocks .link-block:hover .link-block-image {
  transform: scale(1.07);
}
.link-blocks .link-block:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: var(--black);
  background: linear-gradient(2deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.link-blocks .link-block .link-block-image {
  transition: transform 0.3s ease-in-out;
}
.link-blocks .link-block-inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  color: white;
  padding: 30px;
}
.link-blocks .link-block-inner-content :nth-last-child(1) {
  margin-bottom: 0;
}

.link {
  width: fit-content;
  text-decoration: none;
  font-family: "quatro", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem 0rem;
  display: inline-block;
  transition: all 0.3s ease-in;
}
@media (max-width: 1023.98px) {
  .link {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .link {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}
.link::after {
  content: "";
  width: 0px;
  transition: all 0.3s ease-in;
  border-bottom: 3px solid #ec6a2c;
  display: block;
}
.link:hover {
  color: #ec6a2c;
}
.link:hover::after {
  width: 100%;
}
@media (max-width: 575.98px) {
  .link:hover::after {
    width: 90px;
  }
}
.link.round-corners {
  border-radius: 9rem;
  padding: 0.7rem 2.4rem;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.link.round-corners::after {
  content: none;
}
.link.round-corners.hover-dark:hover {
  color: var(--white) !important;
  background-color: #132839 !important;
}
.link.round-corners.hover-white:hover {
  color: #132839 !important;
  background-color: var(--white) !important;
}
.link.round-corners.dark-blue {
  color: var(--white);
}
.link.round-corners.orange {
  color: var(--white);
}

/* NAVIGATION STYLING */
.navigation {
  position: fixed; /*fixed*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  padding-top: 6rem;
  padding-bottom: 1.1rem;
}
@media only screen and (max-width: 920px) and (max-height: 550px) and (orientation: landscape) {
  .navigation {
    padding-top: 2rem;
  }
}
.navigation.filled-nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--light-gray-yellow);
}
@media (max-width: 767.98px) {
  .navigation {
    padding-top: 2.1rem;
  }
}
.navigation .navbar {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .navigation .navbar {
    padding: 0 1.5rem;
  }
}
.navigation .navbar-inner {
  height: inherit;
  width: 100%;
  z-index: 2;
}
.navigation .navbar-nav {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation .navbar-nav:hover .nav-item:not(.nav-button):not(:hover) .nav-link {
  opacity: 0.2;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-nav:hover .nav-item:not(.nav-button):not(:hover) .nav-link {
    opacity: 1;
  }
}
.navigation .navbar-collapse {
  margin-left: auto;
}
.navigation .navbar-collapse__inner {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-left: unset;
    background-color: var(--light-gray-orange);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2;
  }
  .navigation .navbar-collapse::-webkit-scrollbar {
    display: none;
  }
  .navigation .navbar-collapse__inner {
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .navigation .navbar-collapse__inner .navbar-nav {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .navigation .navbar-collapse__inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 920px) and (max-height: 550px) and (orientation: landscape) {
  .navigation .navbar-collapse__inner .navbar-nav {
    gap: 0;
    margin-top: 9rem;
    padding-top: 14rem;
    padding-left: 3rem;
    overflow: scroll;
  }
}
@media only screen and (max-width: 350px) {
  .navigation .navbar-collapse {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navigation .navbar-toggler {
  appearance: none;
  -webkit-appearance: none;
  display: none;
  z-index: 100;
  padding: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  background-color: white;
  border-radius: 100vw;
  padding: 1rem;
  top: 0.5rem;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .navigation .navbar-toggler {
    display: block;
    top: 0;
  }
}
.navigation .navbar-toggler .bars {
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.navigation .navbar-toggler .bars .bar {
  width: 2.4rem;
  height: 2px;
  background: var(--black);
  transition: all 0.3s ease-in-out;
}
.navigation .navbar-toggler .bars:after {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  position: absolute;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.navigation .navbar-toggler__text {
  color: var(--black);
  opacity: 0;
  visibility: hidden;
}
.navigation .navbar-toggler:focus {
  outline: none;
}
.navigation .navbar-brand {
  position: relative;
  z-index: 99;
  height: auto;
  margin-right: 3rem;
  transition: transform 300ms ease;
}
@media (max-width: 575.98px) {
  .navigation .navbar-brand svg {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 350px) {
  .navigation .navbar-brand svg {
    max-width: 17rem;
  }
}
.navigation .navbar-brand a {
  font-size: 0;
}
.navigation .navbar-brand .logo {
  position: relative;
  width: 100%;
}
.navigation.alt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--light-gray-yellow);
}
.navigation.nav-scroll .navbar-brand {
  transform: translateY(-150%);
}

.nav-item {
  position: relative;
  margin: 0 2.5rem;
  font-size: 0;
}
@media (max-width: 1399.98px) {
  .nav-item {
    margin: 0 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .nav-item {
    margin: 0 0.75rem;
  }
}
@media (max-width: 1023.98px) {
  .nav-item {
    padding: 0.6rem 0 1.2rem 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 920px) and (max-height: 550px) and (orientation: landscape) {
  .nav-item {
    text-align: left;
  }
  .nav-item:last-of-type {
    padding-bottom: 10rem;
  }
}
@media (max-width: 575.98px) {
  .nav-item {
    text-align: center;
  }
}
.nav-item .nav-link {
  display: inline-block;
  font-family: "quatro", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  color: var(--light-color);
  text-decoration: none;
  transition: opacity 0.4s ease;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1399.98px) and (min-width: 1024px) {
  .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
.nav-item .nav-link::before {
  content: "";
  width: 0%;
  display: inline-block;
  height: 0.3rem;
  background-color: var(--text);
  position: absolute;
  bottom: -0.5rem;
  width: 0px;
  transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .nav-item .nav-link::before {
    content: none;
  }
}
.nav-item .nav-link:hover::before {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .nav-item .nav-link {
    font-size: 3.25rem;
    line-height: 1;
    display: inline-flex;
  }
}
@media only screen and (max-width: 920px) and (max-height: 550px) and (orientation: landscape) {
  .nav-item .nav-link {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 350px) {
  .nav-item .nav-link {
    font-size: 2.5rem;
  }
}
.nav-item.last-item {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .nav-item.last-item {
    margin-top: 30%;
    margin-right: 0;
  }
}
.nav-item.active .nav-link {
  font-weight: 700;
}
.nav-item.active .nav-link::before {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0.3rem;
  background-color: var(--text);
  position: absolute;
  bottom: -0.5rem;
}

.blog-overview__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
}
@media (max-width: 767.98px) {
  .blog-overview__container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .blog-overview__container {
    grid-template-columns: 1fr;
  }
}
.blog-overview__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-overview__item h4 {
  margin-bottom: 1rem;
}
.blog-overview__item h4 + p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-overview__item .tag {
  width: fit-content;
  border-radius: 9rem;
  padding: 0.4rem 1.2rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
  font-size: 1.6rem;
  background-color: rgba(185, 178, 159, 0.7);
}
.blog-overview__item__image {
  position: relative;
  order: -1;
}
@media (max-width: 575.98px) {
  .blog-overview__item .link::after {
    content: none;
  }
}
.blog-overview__item:hover .link:after {
  width: 100%;
}
.blog-overview .link {
  margin-top: 0.5rem;
  color: var(--bright-orange);
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.blog-overview .full-link-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.blog-overview__image {
  margin-bottom: 1.6rem;
}
.blog-overview__image picture img {
  border-radius: 3rem;
}

.paragraph {
  --paragraph-fs: 1.8rem;
}
@media (max-width: 1023.98px) {
  .paragraph {
    --paragraph-fs: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph {
    --paragraph-fs: 1.8rem;
    line-height: calc(var(--paragraph-fs) * 1.67);
    margin-bottom: 1rem;
  }
}
.paragraph h1 {
  margin-bottom: 2.2rem;
}
@media (max-width: 1199.98px) {
  .paragraph h2 {
    margin-bottom: 2rem;
  }
  .paragraph h2 br {
    display: none;
  }
}
.paragraph h3 {
  margin-bottom: 3rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .paragraph h3 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph h3 {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.paragraph h4 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-family: "quatro", sans-serif;
}
.paragraph h5 {
  margin-bottom: 1rem;
}
.paragraph h6 {
  margin-bottom: 0.8rem;
}
.paragraph p {
  font-size: var(--paragraph-fs);
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .paragraph p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .paragraph p {
    margin-bottom: 1rem;
  }
}
.paragraph b {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
  font-family: "quatro", sans-serif;
}
.paragraph a {
  color: var(--bright-orange);
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.paragraph ol {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .paragraph ol {
    padding: 0;
  }
}
.paragraph ol li {
  font-size: var(--paragraph-fs);
  margin-bottom: 2rem;
  padding-left: 3.2rem;
  margin-left: 3.2rem;
}
@media (max-width: 1023.98px) {
  .paragraph ol li {
    --paragraph-fs: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph ol li {
    margin-bottom: 1.8rem;
    padding-left: 1.6rem;
    margin-left: 1.6rem;
  }
}
.paragraph ol li::marker {
  color: var(--bright-orange);
  font-family: "quatro";
  font-weight: 500;
  font-size: var(--paragraph-fs);
}

.partner__container {
  display: flex;
  align-items: center;
  padding: 7.6rem 0 4.5rem 0;
  border-bottom: 3px solid rgba(213, 208, 195, 0.0705882353);
}
@media (max-width: 1023.98px) {
  .partner__container {
    padding: 5.7rem 0 3.75rem 0;
  }
}
@media (max-width: 767.98px) {
  .partner__container {
    justify-content: center;
    margin: 0 2rem;
    padding: 3.8rem 0 2.25rem 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .partner__container {
    margin: 0rem 0rem 2rem 0rem;
    padding: 1rem 0 1.125rem 0;
  }
}
.partner__container--logos {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1199.98px) {
  .partner__container--logos {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .partner__container--logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .partner__container--logos {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.partner__container--logos .partner {
  position: relative;
  max-width: 20rem;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .partner__container--logos .partner {
    max-width: 13rem;
  }
}
@media (max-width: 767.98px) {
  .partner__container--logos .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
}
.partner__container--logos .partner__logo {
  min-width: 10%;
  width: 100%;
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .partner__container--logos .partner__logo {
    max-width: 16rem;
  }
}
@media (max-width: 767.98px) {
  .partner__container--logos .partner__logo {
    max-width: 13rem;
  }
}
.partner--text {
  font-family: "quatro";
  padding-right: 2rem;
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .partner--text {
    margin-bottom: 2rem;
    padding-right: 0;
    font-family: quatro, sans-serif;
    font-size: clamp(2.8rem, 2.8rem + (1vw - 5.76px) * 1.9673, 5.444rem);
    line-height: 1.3;
    font-weight: 600;
  }
}

[data-barba-namespace=home] .render-content .paragraph p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.plate--container {
  padding-left: var(--container-pd);
  padding-right: var(--container-pd);
  max-width: none;
}
@media (max-width: 1399.98px) and (min-width: 1024px) {
  .plate--container {
    --container-pd: 4.4%;
  }
}
@media (max-width: 1023.98px) {
  .plate--container {
    padding-left: var(--mb-container-pd);
    padding-right: var(--mb-container-pd);
  }
}

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

@media (max-width: 1023.98px) {
  .plate--column {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .plate--column {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 575.98px) {
  .plate--column {
    min-height: 0px;
  }
}

.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: calc(var(--container-pd) * 1.5);
  padding-right: calc(var(--container-pd) * 1.5);
}
@media (max-width: 1023.98px) {
  .section-container.indent .plate--container {
    padding-left: calc(var(--mb-container-pd) * 2);
    padding-right: calc(var(--mb-container-pd) * 2);
  }
}
.section-container .circleEl {
  position: absolute;
  z-index: -1;
}
.section-container .circleEl svg {
  height: auto;
  width: 66vw;
}
.section-container .circleEl.right {
  right: 0;
  top: 0;
  transform: translateY(-25%) translateX(50%);
}
@media (max-width: 575.98px) {
  .section-container .circleEl.right {
    right: -220%;
    top: -70%;
    transform: unset;
  }
}
.section-container .circleEl.left {
  left: 0;
  top: 0;
  transform: translateY(-25%) translateX(50%);
}
@media (max-width: 575.98px) {
  .section-container .circleEl.left {
    left: -220%;
    top: -10%;
    transform: unset;
  }
}

.popup {
  display: block;
  position: fixed;
  z-index: 103;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.3;
}
.popup__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  margin: auto;
  max-width: 58%;
  max-width: 80%;
  max-height: 80%;
  max-height: 86%;
  width: 100%;
  height: auto;
  border-radius: 3rem;
}
@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;
  }
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .popup__inner {
    max-width: 75%;
    max-height: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .popup__inner {
    padding: 0;
  }
}
.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: 3rem;
  right: 3rem;
  cursor: pointer;
  background-color: var(--light-gray-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 5.4rem;
  height: 5.4rem;
}
@media (max-width: 1023.98px) {
  .popup__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.popup__close svg {
  width: 1.6rem;
  height: 1.6rem;
}

.close-trigger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
}

.klant-info {
  position: relative;
}
.klant-info__logo {
  position: relative;
  margin-bottom: 4rem;
}
.klant-info__sector {
  position: relative;
  margin-bottom: 2rem;
}
.klant-info__text {
  position: relative;
  margin-bottom: 3rem;
  max-width: 90%;
}
.klant-info__text p {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}
.klant-info__contact {
  position: relative;
}

.contact-person {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575.98px) {
  .contact-person {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-person__image {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
}
@media (max-width: 575.98px) {
  .contact-person__image {
    margin-bottom: 1rem;
  }
}
.contact-person__image .image {
  border-radius: 1rem;
}
.contact-person__info p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-person__info span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

:root {
  --max-width: 1208px;
  --max-height: 64.1rem;
  --right-btn-pos: 3.5rem;
  --left-btn-pos: 3.5rem;
}
@media (max-width: 575.98px) {
  :root {
    --max-height: 44.1rem;
    --right-btn-pos: 3rem;
    --left-btn-pos: 3rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --right-btn-pos: 10rem;
    --left-btn-pos: 10rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --right-btn-pos: 17rem;
    --right-btn-pos: -3.5rem;
    --left-btn-pos: -3.5rem;
  }
}

.quote-slider {
  height: 100% !important;
}

.quotes-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.quotes-slider .svg-wrapper {
  line-height: 0;
}
.quotes-slider .swiper-button-wrapper .swiper-button.swiper-button-next {
  position: absolute;
  top: 50%;
  right: var(--right-btn-pos);
  margin-top: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .quotes-slider .swiper-button-wrapper .swiper-button.swiper-button-next {
    top: unset;
    bottom: 10px;
    right: 2rem;
  }
}
.quotes-slider .swiper-button-wrapper .swiper-button.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: var(--right-btn-pos);
  margin-top: 0;
  transform: rotateY(180deg) translateY(-50%);
  right: unset;
}
@media (max-width: 767.98px) {
  .quotes-slider .swiper-button-wrapper .swiper-button.swiper-button-prev {
    top: unset;
    bottom: 10px;
    left: 2rem;
  }
}
.quotes-slider .swiper-wrapper {
  align-items: center;
}
.quotes-slider .swiper-wrapper .swiper-slide.quote-slide.swiper-slide-next,
.quotes-slider .swiper-wrapper .swiper-slide.quote-slide.swiper-slide-prev {
  transition: all 0.4s ease-out;
}
.quotes-slider .quote-slide {
  width: clamp(37rem, 100%, var(--max-width));
}
@media (max-width: 575.98px) {
  .quotes-slider .quote-slide {
    width: 35rem;
  }
}
.quotes-slider .quote-slide:not(.image) {
  height: 100% !important;
  display: grid;
  align-items: center;
}
.quotes-slider .quote__wrapper {
  min-height: 45rem;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 1199.98px) {
  .quotes-slider .quote__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 575.98px) {
  .quotes-slider .quote__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.quotes-slider .quote__wrapper-image {
  width: 13rem;
  height: 13rem;
  border-radius: 100vw;
  overflow: hidden;
}
.quotes-slider .quote__wrapper-image picture img {
  object-fit: cover;
  width: 13rem;
  height: 13rem;
}
.quotes-slider .quote__wrapper-quote {
  max-width: 70%;
  color: var(--text);
  font-family: "quatro", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.4rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1023.98px) {
  .quotes-slider .quote__wrapper-quote {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .quotes-slider .quote__wrapper-quote {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .quotes-slider .quote__wrapper-quote {
    max-width: 90%;
  }
}
.quotes-slider .quote__wrapper-writer {
  color: var(--grayish-cyan);
  font-family: "quatro", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 4.8rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .quotes-slider .quote__wrapper-writer {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.bigger {
  --max-width: 1520px;
  --max-height: 84.7rem;
  --right-btn-pos: 17rem;
}
@media (max-width: 1599.98px) {
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-next {
    right: 7rem;
  }
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-prev {
    left: 7rem;
  }
}
@media (max-width: 1399.98px) {
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-next {
    right: 4rem;
  }
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-prev {
    left: 4rem;
  }
}
@media (max-width: 767.98px) {
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-next {
    right: 2rem;
    top: 90%;
  }
  .bigger .swiper-button-wrapper .swiper-button.swiper-button-prev {
    left: 2rem;
    top: 90%;
  }
}
@media (max-width: 575.98px) {
  .bigger {
    --max-height: 48rem;
  }
}
.bigger .swiper-slide {
  height: inherit !important;
}
.bigger .quote__wrapper {
  padding-top: 7rem;
  padding-bottom: 9.5rem;
  height: 100%;
}
@media (max-width: 575.98px) {
  .bigger .quote__wrapper {
    padding-top: 6rem;
    padding-bottom: 9.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.bigger .quote__wrapper-image {
  width: 18rem;
  height: 18rem;
}
@media (max-width: 575.98px) {
  .bigger .quote__wrapper-image {
    width: 13rem;
    height: 13rem;
  }
}
.bigger .quote__wrapper-image picture img {
  width: 18rem;
  height: 18rem;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .bigger .quote__wrapper-image picture img {
    width: 13rem;
    height: 13rem;
  }
}
.bigger .quote__wrapper-quote {
  max-width: 86rem;
  font-size: 4rem;
  line-height: 5.2rem;
  margin-top: 4rem;
  margin-bottom: 5.2rem;
}
@media (max-width: 1199.98px) {
  .bigger .quote__wrapper-quote {
    max-width: 50rem;
  }
}
@media (max-width: 767.98px) {
  .bigger .quote__wrapper-quote {
    max-width: 50rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 575.98px) {
  .bigger .quote__wrapper-quote {
    max-width: 100%;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2.6rem;
  }
}
.bigger .quote__wrapper-writer {
  font-size: 1.8rem;
  line-height: 1.6rem;
  width: 70%;
  text-align: center;
}
@media (max-width: 575.98px) {
  .bigger .quote__wrapper-writer {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

:root {
  --btn-size: 7.2rem;
  --height: 64.2rem;
  --slide-border-radius: 3rem;
}

@media (max-width: 1023.98px) {
  body {
    --btn-size: 5.2rem;
  }
}

.swiper-slide {
  border-radius: var(--slide-border-radius);
  overflow: hidden;
}
.swiper-button {
  position: absolute;
  top: 50%;
  width: var(--btn-size);
  height: var(--btn-size);
  background-color: var(--light-gray-orange);
  border-radius: 100vw;
}

.image-slider {
  position: relative;
}
.image-slider .images-slider:not([data-slides-multiple=true]) .swiper-slide-prev {
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.image-slider .images-slider:not([data-slides-multiple=true]) .swiper-slide-next {
  transition: all 500ms ease-in-out;
  opacity: 0;
}
.image-slider .images-slider:not([data-slides-multiple=true]) .swiper-slide-active {
  transition: all 650ms ease-in-out;
  opacity: 1;
}
.image-slider .images-slider[data-slides-multiple=true] .swiper-button-prev.swiper-button-disabled,
.image-slider .images-slider[data-slides-multiple=true] .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.image-slider .images-slider .image-slide {
  border-radius: var(--slide-border-radius);
}
.image-slider .images-slider .image-slide__image {
  height: var(--height);
}
@media (max-width: 575.98px) {
  .image-slider .images-slider .image-slide__image {
    height: auto;
    object-fit: cover;
  }
}
.image-slider .images-slider .image-slide__image picture {
  height: 100%;
}
.image-slider .images-slider .image-slide__image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-slider .images-slider .swiper-button .svg-wrapper {
  line-height: 0;
}
.image-slider .images-slider .swiper-button-prev {
  right: auto;
  left: 15rem;
  left: calc(0px - var(--btn-size) / 2);
}
.image-slider .images-slider .swiper-button-prev .svg-wrapper {
  rotate: 180deg;
}
.image-slider .images-slider .swiper-button-next {
  left: auto;
  right: 15rem;
  right: calc(0px - var(--btn-size) / 2);
}

.social-media {
  position: relative;
  margin-top: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-media__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.social-media__icon {
  position: relative;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--purple);
  transition: background-color 0.4s ease;
}
.social-media__icon:hover {
  background-color: var(--white);
}
.social-media__icon:hover svg path {
  fill: var(--purple);
}
.social-media__icon:first-child {
  margin-left: 0;
}
.social-media__icon svg {
  width: auto;
  height: 1.4rem;
}
.social-media__icon svg path {
  fill: var(--white);
  transition: fill 0.4s ease;
}
.social-media__icon .whatsapp.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .social-media__icon .whatsapp.mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .social-media__icon .whatsapp.desktop {
    display: none;
  }
}

.image {
  border-radius: 3rem;
}
.image__stack {
  max-width: 1000px;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.8rem;
  aspect-ratio: 1/0.6;
}
.image__stack.md {
  --back-width: 596px;
  --back-height: 520px;
  --front-width: 392px;
  --front-height: 430px;
}
@media (max-width: 1023.98px) {
  .image__stack.md {
    --back-width: 447px;
    --back-height: 390px;
    --front-width: 294px;
    --front-height: 323px;
  }
}
@media (max-width: 575.98px) {
  .image__stack.md {
    --back-width: 298px;
    --back-height: 260px;
    --front-width: 196px;
    --front-height: 215px;
  }
}
.image__stack.sm {
  --back-width: 392px;
  --back-height: 368px;
  --front-width: 317px;
  --front-height: 290px;
}
@media (max-width: 1023.98px) {
  .image__stack.sm {
    --back-width: 294px;
    --back-height: 276px;
    --front-width: 238px;
    --front-height: 218px;
  }
}
@media (max-width: 575.98px) {
  .image__stack.sm {
    --back-width: 264px;
    --back-height: 242px;
    --front-width: 188px;
    --front-height: 185px;
  }
}
.image__stack picture img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023.98px) {
  .image__stack picture img {
    object-position: top;
  }
}
.image__stack .stack__image {
  width: var(--back-width);
  height: var(--back-height);
  grid-area: 1/1/4/4;
  position: relative;
  border-radius: var(--slide-border-radius);
}
@media (max-width: 1023.98px) {
  .image__stack .stack__image {
    width: auto;
    --back-height: 30rem;
  }
}
@media (max-width: 575.98px) {
  .image__stack .stack__image {
    grid-area: 1/1/4/5;
  }
}
.image__stack .stack__image picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .image__stack .stack__image picture {
    height: 85%;
  }
}
.image__stack .stack__image.last {
  width: var(--front-width);
  height: var(--front-height);
  grid-area: 3/2/-1/5;
  left: 15%;
}
@media (max-width: 1399.98px) {
  .image__stack .stack__image.last {
    left: 10%;
  }
}
@media (max-width: 1023.98px) {
  .image__stack .stack__image.last {
    height: 30rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    grid-area: 3/3/-1/6;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .image__stack .stack__image.last {
    grid-area: 3/2/-1/6;
    left: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .image__stack .stack__image.last picture {
    height: 85%;
  }
}

.teams-slider {
  --slide-border-radius: 3rem;
  position: relative;
  width: 100%;
}
.teams-slider:after {
  content: "";
  width: 20rem;
  display: block;
  background-color: #f7f5ef;
  position: absolute;
  left: auto;
  right: -31rem;
  top: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  .teams-slider:after {
    width: 31rem;
  }
}
.teams-slider:before {
  content: "";
  width: 20rem;
  height: 100%;
  display: block;
  background-color: #f7f5ef;
  position: absolute;
  left: -31rem;
  right: auto;
  top: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  .teams-slider:before {
    width: 31rem;
  }
}
.teams-slider .swiper-slide {
  border-radius: var(--slide-border-radius);
  height: auto;
}
.teams-slider .swiper-button-wrapper .swiper-button-prev,
.teams-slider .swiper-button-wrapper .swiper-button-next {
  margin-top: 0;
  top: 50%;
  right: unset;
  left: 0;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.teams-slider .swiper-button-wrapper .swiper-button-prev .svg-wrapper,
.teams-slider .swiper-button-wrapper .swiper-button-next .svg-wrapper {
  line-height: 0;
}
.teams-slider .swiper-button-wrapper .swiper-button-next {
  right: 0rem;
  left: unset;
  transform: translateY(-50%) translateX(50%) rotate(0deg);
}
@media (max-width: 1199.98px) {
  .teams-slider .swiper-button-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 2rem 0;
  }
}
@media (max-width: 1023.98px) {
  .teams-slider .swiper-button-wrapper .svg-wrapper svg {
    width: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .teams-slider .swiper-button-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 1199.98px) {
  .teams-slider .swiper-button-wrapper .swiper-button-prev {
    top: inherit;
    right: inherit;
    transform: rotate(180deg);
    position: relative;
  }
}
@media (max-width: 1199.98px) {
  .teams-slider .swiper-button-wrapper .swiper-button-next {
    right: inherit;
    transform: inherit;
    position: relative;
  }
}
.teams-slider .swiper-wrapper .swiper-slide {
  opacity: 0.3;
  transition: all 0.4s ease-out;
}
.teams-slider .swiper-wrapper .swiper-slide-active,
.teams-slider .swiper-wrapper .swiper-slide-prev,
.teams-slider .swiper-wrapper .swiper-slide-next {
  opacity: 1;
}
.teams-slider .swiper-wrapper .swiper-slide-duplicate-prev {
  opacity: 0.3;
}
.teams-slider .team-slide {
  width: 39.2rem;
}
@media (max-width: 575.98px) {
  .teams-slider .team-slide {
    width: 35rem;
  }
}
.teams-slider .team__wrapper {
  height: 100%;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.5rem;
}
@media (max-width: 1023.98px) {
  .teams-slider .team__wrapper {
    padding: 5.5rem 3rem;
  }
}
@media (max-width: 575.98px) {
  .teams-slider .team__wrapper {
    padding: 3.25rem;
  }
}
.teams-slider .team__wrapper-image {
  width: 13rem;
  height: 13rem;
  border-radius: 100vw;
  overflow: hidden;
}
.teams-slider .team__wrapper-image picture img {
  object-fit: cover;
  height: 13rem;
  width: 13rem;
}
.teams-slider .team__wrapper-member_name {
  margin-top: 3.4rem;
  margin-bottom: 2rem;
  font-family: "quatro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text);
}
.teams-slider .team__wrapper-tekst, .teams-slider .team__wrapper-tekst-functie {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
@media (max-width: 1023.98px) {
  .teams-slider .team__wrapper-tekst, .teams-slider .team__wrapper-tekst-functie {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.teams-slider .team__wrapper-tekst span, .teams-slider .team__wrapper-tekst-functie span {
  margin-top: 0px;
  display: block;
}

.text-quote {
  padding: 5rem 0;
}
.text-quote blockquote {
  max-width: 80%;
  padding-left: 3rem;
  border-left: 0.3rem solid var(--bright-light-orange);
  margin: 0 0 0 5rem;
}
@media (max-width: 575.98px) {
  .text-quote blockquote {
    max-width: 100%;
    margin: 0;
  }
}
.text-quote blockquote h3 {
  color: var(--text);
}
@media (max-width: 575.98px) {
  .text-quote blockquote h3 {
    font-size: 2.4rem;
  }
}

.fill-text {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .fill-text {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.fill-text__media {
  position: relative;
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  left: calc((-100vw + 100%) / 2);
  transform: translateX(-10%);
  padding-right: var(--col-offset);
}
@media (max-width: 1023.98px) {
  .fill-text__media {
    width: 50%;
    padding-right: 0;
  }
}
.fill-text__media__column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.8rem);
  gap: 1.6rem;
}
.fill-text__image picture img {
  border-radius: 50vw;
  overflow: hidden;
}
.fill-text__text {
  position: relative;
  width: 60%;
  padding-right: var(--col-offset);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .fill-text__text {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.fill-text__text .single-line {
  background-color: inherit;
}
.fill-text__text .single-line .before {
  background-color: inherit;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: right top;
  transform: scaleX(0);
}
.fill-text__text {
  opacity: 0;
}

.video {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 3rem;
}
.video,
.video video {
  background-color: var(--grey);
}
.video-wrapper {
  border-radius: 3rem;
}
.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;
  overflow: hidden;
  border-radius: 3rem;
  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__overlay .popup-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.video__play {
  appearance: none;
  transition: transform 0.4s ease;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  width: 18rem;
  height: 18rem;
  background-color: var(--bright-orange);
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "quatro", sans-serif;
  color: #efebe0;
  transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .video__play {
    width: 14rem;
    height: 14rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .video__play {
    font-size: 1.6rem;
    width: 10rem;
    height: 10rem;
  }
}
.video__play:after {
  padding-bottom: 0;
}
.video__play:hover {
  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);
  }
}
.posts-filter {
  --text-color: var(--dark-blue);
  --bg-color: var(--grey);
  --bg-hover-color: var(--light-blue);
  --border-radius: 3rem;
  position: relative;
  margin-bottom: 15rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .posts-filter {
    margin-bottom: 8rem;
  }
}
.posts-filter__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.posts-filter__inner.has-buttons {
  padding-left: 0;
  padding-right: 0;
}
.posts-filter__inner.centered {
  justify-content: center;
}
.posts-filter__inner .tax-filter-select:last-child {
  margin-right: 0;
}

.tax-filter {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: none;
}
.tax-filter::-webkit-scrollbar {
  display: none;
}
.tax-filter .filter-button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  position: relative;
  background-color: var(--bg-color);
  height: 5rem;
  padding: 0 3rem;
  border-radius: var(--border-radius);
  color: var(--text-color);
  font-weight: 500;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.4s ease;
  line-height: 100%;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .tax-filter .filter-button {
    height: 4.4rem;
    padding: 0 2.4rem;
  }
}
.tax-filter .filter-button.active {
  background-color: var(--bg-hover-color);
}
.tax-filter-select {
  position: relative;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tax-filter-select .form-field {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--bg-color);
  height: 5.4rem;
  border-radius: var(--border-radius);
}
@media (max-width: 575.98px) {
  .tax-filter-select .form-field {
    height: 4.4rem;
  }
}
.tax-filter-select .form-field .select-arrow {
  position: absolute;
  right: 2.5rem;
  line-height: 0;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .tax-filter-select .form-field .select-arrow {
    right: 2.2rem;
  }
}
.tax-filter-select__input {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0 5rem 0 3rem;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .tax-filter-select__input {
    padding: 0 4.4rem 0 2.4rem;
  }
}
.tax-filter-select__input option {
  color: var(--black);
}

.items-container {
  --gap: 3rem;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .items-container {
    --gap: 1.5rem;
  }
}
.items-container.fill-space {
  justify-content: space-between;
}
.items-container.fill-space::after {
  content: "";
  flex: 0 1 calc(33.3333333333% - 0.6666666667 * var(--gap));
}
@media (max-width: 1023.98px) {
  .items-container.fill-space::after {
    flex: 0 1 calc(50% - 0.5 * var(--gap));
  }
}
.items-container .post-item {
  margin-bottom: 3rem;
  transition: background-color, 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.items-container:not(.items-container--column) .post-item {
  width: calc(33.3333333333% - 0.6666666667 * var(--gap));
}
@media (max-width: 1199.98px) {
  .items-container:not(.items-container--column) .post-item {
    width: calc(50% - 0.5 * var(--gap));
  }
}
@media (max-width: 767.98px) {
  .items-container:not(.items-container--column) .post-item {
    width: 100%;
  }
}
.items-container.fade-out .post-item {
  opacity: 0;
  transform: scale(0.95);
}

.text-default {
  color: var(--text);
}
.text-light {
  color: var(--white);
}
.text-beige {
  color: var(--light-grayish-yellow);
}
.text-beige-dark {
  color: var(--gray-orange);
}
.text-orange {
  color: var(--bright-orange);
}
.text-orange-bright {
  color: var(--bright-orange);
}

.background-light {
  background-color: var(--light-gray-yellow);
}
.background-dark {
  background-color: var(--text);
}
.background-orange {
  background-color: var(--bright-orange);
}
