@import url(https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,600;1,600&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "ZalandoSans";
  src: url(../src/library/fonts/ZalandoSans/ZalandoSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSans";
  src: url(../src/library/fonts/ZalandoSans/ZalandoSans-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSans";
  src: url(../src/library/fonts/ZalandoSans/ZalandoSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZalandoSans";
  src: url(../src/library/fonts/ZalandoSans/ZalandoSans-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root :where(p) {
  color: #2B2B2B;
}

@keyframes view-screen-entry {
  from {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** HEADER **/
/** BORDER RADIUS **/
.rounded-unset {
  border-radius: 0px;
}

.rounded-small {
  border-radius: 8px;
}

.rounded-regular {
  border-radius: 16px;
}

.rounded-medium {
  border-radius: 20px;
}

.rounded-large {
  border-radius: 64px;
}

.rounded-btn {
  border-radius: 48px;
}

.rounded-card {
  border-radius: 15px;
}

.rounded-bottom-unset {
  border-radius: 0 0 0px 0px;
}

.rounded-bottom-small {
  border-radius: 0 0 8px 8px;
}

.rounded-bottom-regular {
  border-radius: 0 0 16px 16px;
}

.rounded-bottom-medium {
  border-radius: 0 0 20px 20px;
}

.rounded-bottom-large {
  border-radius: 0 0 64px 64px;
}

.rounded-bottom-btn {
  border-radius: 0 0 48px 48px;
}

.rounded-bottom-card {
  border-radius: 0 0 15px 15px;
}

/** ICON SIZES **/
.wpml-ls-legacy-list-horizontal a {
  padding: 0 10px 0 0 !important;
}

.container, .block-section-content > div, .alignfull.has-background > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 600px;
  }
}
@media screen and (min-width: 767px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1441px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1280px;
  }
}
@media screen and (min-width: 2048px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1580px;
  }
}
@media only screen and (max-width: 1200px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container-small {
    max-width: calc(600px - 30%);
  }
}
@media screen and (min-width: 767px) {
  .container-small {
    max-width: calc(720px - 30%);
  }
}
@media screen and (min-width: 1200px) {
  .container-small {
    max-width: calc(980px - 30%);
  }
}
@media screen and (min-width: 1280px) {
  .container-small {
    max-width: calc(1280px - 30%);
  }
}
@media screen and (min-width: 1441px) {
  .container-small {
    max-width: calc(1280px - 30%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1280px - 30%);
  }
}
@media screen and (min-width: 2048px) {
  .container-small {
    max-width: calc(1580px - 30%);
  }
}
@media only screen and (max-width: 1200px) {
  .container-small {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid, .block-section-content > .alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 600px;
  }
}
@media screen and (min-width: 767px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1441px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1280px;
  }
}
@media screen and (min-width: 2048px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1580px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 1280px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(95% - 1.5rem);
  }
}
@media only screen and (min-width: 1441px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(75% - 1.5rem);
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-full, .block-section-content > .alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .container-full, .block-section-content > .alignfull {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1.5 * 1rem);
  margin-right: calc(-1.5 * 1rem);
}
.row > * {
  padding-left: calc(1.5 * 1rem);
  padding-right: calc(1.5 * 1rem);
  flex-shrink: 0;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}

:where(body .is-layout-flex) {
  gap: 1rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-com-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-com-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-com-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-com-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-com-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-com-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-com-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-com-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-com-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-com-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-com-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-com-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 2048px) {
  .col-mac-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-mac-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mac-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mac-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-mac-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-mac-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mac-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-mac-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-mac-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mac-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-mac-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-mac-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .container-inner {
    position: relative;
    max-width: min(600px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 767px) {
  .container-inner {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner {
    position: relative;
    max-width: min(980px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 1280px) {
  .container-inner {
    position: relative;
    max-width: min(1280px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .container-inner {
    position: relative;
    max-width: min(1280px, 75% - 1.5rem);
  }
}
@media screen and (min-width: 1920px) {
  .container-inner {
    position: relative;
    max-width: min(1280px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 2048px) {
  .container-inner {
    position: relative;
    max-width: min(1580px, 95% - 1.5rem);
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  margin: 0;
}

body {
  background-color: #FCFDFD;
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}

/*p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 15px; }*/
/*
body a,
a:where(:not(.wp-element-button)) {
  text-decoration: none;

  &:hover {
    text-decoration: none;
  }

  svg, i {
    margin-right: 10px;
  }
}
*/
article a {
  text-decoration: none;
}
article a:hover {
  text-decoration: none;
}

img, svg {
  max-width: 100%;
  height: auto;
}

img {
  border-radius: 15px;
}

meta {
  display: none;
}

p {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

::-moz-selection {
  background: #00534E;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #00534E;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #00534E;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #00534E;
  color: #FFF;
  text-shadow: none;
}

.single-news main :where(ul, ol) {
  list-style-position: inside;
  padding-left: 1.5rem;
}

.with_frm_style .frm_form_fields > fieldset {
  border-radius: 20px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
.justify-content-center {
  justify-content: center;
}

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

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

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

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

.w-100 {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .wp-block-columns,
  .wp-block-column,
  .wp-block-post-content,
  .entry-content,
  .site-main,
  main {
    overflow: visible !important;
  }
}
.wp-block-columns {
  align-items: flex-start !important;
}

.sticky-column {
  position: sticky !important;
  top: 180px;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}

:root :where(.wp-block-columns):last-of-type {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  body .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 2rem;
}

.p-6 {
  padding: 3rem;
}

.p-7 {
  padding: 4rem;
}

.p-8 {
  padding: 5rem;
}

.p-9 {
  padding: 6rem;
}

.p-10 {
  padding: 7rem;
}

.py-1 {
  padding: 0.25rem 0;
}

.py-2 {
  padding: 0.5rem 0;
}

.py-3 {
  padding: 1rem 0;
}

.py-4 {
  padding: 1.5rem 0;
}

.py-5 {
  padding: 2rem 0;
}

.py-6 {
  padding: 3rem 0;
}

.py-7 {
  padding: 4rem 0;
}

.py-8 {
  padding: 5rem 0;
}

.py-9 {
  padding: 6rem 0;
}

.py-10 {
  padding: 7rem 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pb-7 {
  padding-bottom: 4rem;
}

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

.pb-9 {
  padding-bottom: 6rem;
}

.pb-10 {
  padding-bottom: 7rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 7rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pl-7 {
  padding-left: 4rem;
}

.pl-8 {
  padding-left: 5rem;
}

.pl-9 {
  padding-left: 6rem;
}

.pl-10 {
  padding-left: 7rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pr-7 {
  padding-right: 4rem;
}

.pr-8 {
  padding-right: 5rem;
}

.pr-9 {
  padding-right: 6rem;
}

.pr-10 {
  padding-right: 7rem;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.m-auto-x {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 7rem;
}

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 6rem;
}

.mt-10 {
  margin-top: 7rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 3rem;
}

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

.ml-8 {
  margin-left: 5rem;
}

.ml-9 {
  margin-left: 6rem;
}

.ml-10 {
  margin-left: 7rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 3rem;
}

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

.mr-8 {
  margin-right: 5rem;
}

.mr-9 {
  margin-right: 6rem;
}

.mr-10 {
  margin-right: 7rem;
}

:root {
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 1rem;
  --spacing-4: 1.5rem;
  --spacing-5: 2rem;
  --spacing-6: 3rem;
  --spacing-7: 4rem;
  --spacing-8: 5rem;
  --spacing-9: 6rem;
  --spacing-10: 7rem;
}

.center-auto {
  margin: 0 auto;
}

/* >>> RESPONSIVE <<< */
@media only screen and (max-width: 1200px) {
  .p-1 {
    padding: calc(0.25rem / 2);
  }
  .py-1 {
    padding: calc(0.25rem / 2) 0;
  }
  .pb-1 {
    padding-bottom: calc(0.25rem / 2);
  }
  .pt-1 {
    padding-top: calc(0.25rem / 2);
  }
  .pl-1 {
    padding-left: calc(0.25rem / 2);
  }
  .pr-1 {
    padding-right: calc(0.25rem / 2);
  }
  .p-2 {
    padding: calc(0.5rem / 2);
  }
  .py-2 {
    padding: calc(0.5rem / 2) 0;
  }
  .pb-2 {
    padding-bottom: calc(0.5rem / 2);
  }
  .pt-2 {
    padding-top: calc(0.5rem / 2);
  }
  .pl-2 {
    padding-left: calc(0.5rem / 2);
  }
  .pr-2 {
    padding-right: calc(0.5rem / 2);
  }
  .p-3 {
    padding: calc(1rem / 2);
  }
  .py-3 {
    padding: calc(1rem / 2) 0;
  }
  .pb-3 {
    padding-bottom: calc(1rem / 2);
  }
  .pt-3 {
    padding-top: calc(1rem / 2);
  }
  .pl-3 {
    padding-left: calc(1rem / 2);
  }
  .pr-3 {
    padding-right: calc(1rem / 2);
  }
  .p-4 {
    padding: calc(1.5rem / 2);
  }
  .py-4 {
    padding: calc(1.5rem / 2) 0;
  }
  .pb-4 {
    padding-bottom: calc(1.5rem / 2);
  }
  .pt-4 {
    padding-top: calc(1.5rem / 2);
  }
  .pl-4 {
    padding-left: calc(1.5rem / 2);
  }
  .pr-4 {
    padding-right: calc(1.5rem / 2);
  }
  .p-5 {
    padding: calc(2rem / 2);
  }
  .py-5 {
    padding: calc(2rem / 2) 0;
  }
  .pb-5 {
    padding-bottom: calc(2rem / 2);
  }
  .pt-5 {
    padding-top: calc(2rem / 2);
  }
  .pl-5 {
    padding-left: calc(2rem / 2);
  }
  .pr-5 {
    padding-right: calc(2rem / 2);
  }
  .p-6 {
    padding: calc(3rem / 2);
  }
  .py-6 {
    padding: calc(3rem / 2) 0;
  }
  .pb-6 {
    padding-bottom: calc(3rem / 2);
  }
  .pt-6 {
    padding-top: calc(3rem / 2);
  }
  .pl-6 {
    padding-left: calc(3rem / 2);
  }
  .pr-6 {
    padding-right: calc(3rem / 2);
  }
  .p-7 {
    padding: calc(4rem / 2);
  }
  .py-7 {
    padding: calc(4rem / 2) 0;
  }
  .pb-7 {
    padding-bottom: calc(4rem / 2);
  }
  .pt-7 {
    padding-top: calc(4rem / 2);
  }
  .pl-7 {
    padding-left: calc(4rem / 2);
  }
  .pr-7 {
    padding-right: calc(4rem / 2);
  }
  .p-8 {
    padding: calc(5rem / 2);
  }
  .py-8 {
    padding: calc(5rem / 2) 0;
  }
  .pb-8 {
    padding-bottom: calc(5rem / 2);
  }
  .pt-8 {
    padding-top: calc(5rem / 2);
  }
  .pl-8 {
    padding-left: calc(5rem / 2);
  }
  .pr-8 {
    padding-right: calc(5rem / 2);
  }
  .p-9 {
    padding: calc(6rem / 2);
  }
  .py-9 {
    padding: calc(6rem / 2) 0;
  }
  .pb-9 {
    padding-bottom: calc(6rem / 2);
  }
  .pt-9 {
    padding-top: calc(6rem / 2);
  }
  .pl-9 {
    padding-left: calc(6rem / 2);
  }
  .pr-9 {
    padding-right: calc(6rem / 2);
  }
  .p-10 {
    padding: calc(7rem / 2);
  }
  .py-10 {
    padding: calc(7rem / 2) 0;
  }
  .pb-10 {
    padding-bottom: calc(7rem / 2);
  }
  .pt-10 {
    padding-top: calc(7rem / 2);
  }
  .pl-10 {
    padding-left: calc(7rem / 2);
  }
  .pr-10 {
    padding-right: calc(7rem / 2);
  }
  .m-1 {
    margin: calc(0.25rem / 2);
  }
  .my-1 {
    margin: calc(0.25rem / 2) 0;
  }
  .mb-1 {
    margin-bottom: calc(0.25rem / 2);
  }
  .mt-1 {
    margin-top: calc(0.25rem / 2);
  }
  .ml-1 {
    margin-left: calc(0.25rem / 2);
  }
  .mr-1 {
    margin-right: calc(0.25rem / 2);
  }
  .m-2 {
    margin: calc(0.5rem / 2);
  }
  .my-2 {
    margin: calc(0.5rem / 2) 0;
  }
  .mb-2 {
    margin-bottom: calc(0.5rem / 2);
  }
  .mt-2 {
    margin-top: calc(0.5rem / 2);
  }
  .ml-2 {
    margin-left: calc(0.5rem / 2);
  }
  .mr-2 {
    margin-right: calc(0.5rem / 2);
  }
  .m-3 {
    margin: calc(1rem / 2);
  }
  .my-3 {
    margin: calc(1rem / 2) 0;
  }
  .mb-3 {
    margin-bottom: calc(1rem / 2);
  }
  .mt-3 {
    margin-top: calc(1rem / 2);
  }
  .ml-3 {
    margin-left: calc(1rem / 2);
  }
  .mr-3 {
    margin-right: calc(1rem / 2);
  }
  .m-4 {
    margin: calc(1.5rem / 2);
  }
  .my-4 {
    margin: calc(1.5rem / 2) 0;
  }
  .mb-4 {
    margin-bottom: calc(1.5rem / 2);
  }
  .mt-4 {
    margin-top: calc(1.5rem / 2);
  }
  .ml-4 {
    margin-left: calc(1.5rem / 2);
  }
  .mr-4 {
    margin-right: calc(1.5rem / 2);
  }
  .m-5 {
    margin: calc(2rem / 2);
  }
  .my-5 {
    margin: calc(2rem / 2) 0;
  }
  .mb-5 {
    margin-bottom: calc(2rem / 2);
  }
  .mt-5 {
    margin-top: calc(2rem / 2);
  }
  .ml-5 {
    margin-left: calc(2rem / 2);
  }
  .mr-5 {
    margin-right: calc(2rem / 2);
  }
  .m-6 {
    margin: calc(3rem / 2);
  }
  .my-6 {
    margin: calc(3rem / 2) 0;
  }
  .mb-6 {
    margin-bottom: calc(3rem / 2);
  }
  .mt-6 {
    margin-top: calc(3rem / 2);
  }
  .ml-6 {
    margin-left: calc(3rem / 2);
  }
  .mr-6 {
    margin-right: calc(3rem / 2);
  }
  .m-7 {
    margin: calc(4rem / 2);
  }
  .my-7 {
    margin: calc(4rem / 2) 0;
  }
  .mb-7 {
    margin-bottom: calc(4rem / 2);
  }
  .mt-7 {
    margin-top: calc(4rem / 2);
  }
  .ml-7 {
    margin-left: calc(4rem / 2);
  }
  .mr-7 {
    margin-right: calc(4rem / 2);
  }
  .m-8 {
    margin: calc(5rem / 2);
  }
  .my-8 {
    margin: calc(5rem / 2) 0;
  }
  .mb-8 {
    margin-bottom: calc(5rem / 2);
  }
  .mt-8 {
    margin-top: calc(5rem / 2);
  }
  .ml-8 {
    margin-left: calc(5rem / 2);
  }
  .mr-8 {
    margin-right: calc(5rem / 2);
  }
  .m-9 {
    margin: calc(6rem / 2);
  }
  .my-9 {
    margin: calc(6rem / 2) 0;
  }
  .mb-9 {
    margin-bottom: calc(6rem / 2);
  }
  .mt-9 {
    margin-top: calc(6rem / 2);
  }
  .ml-9 {
    margin-left: calc(6rem / 2);
  }
  .mr-9 {
    margin-right: calc(6rem / 2);
  }
  .m-10 {
    margin: calc(7rem / 2);
  }
  .my-10 {
    margin: calc(7rem / 2) 0;
  }
  .mb-10 {
    margin-bottom: calc(7rem / 2);
  }
  .mt-10 {
    margin-top: calc(7rem / 2);
  }
  .ml-10 {
    margin-left: calc(7rem / 2);
  }
  .mr-10 {
    margin-right: calc(7rem / 2);
  }
}
.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.5rem;
}

.vertical-line {
  align-self: stretch;
  width: 1px;
  height: auto;
  border: none;
  margin: 0;
  background-color: #E2E8EC;
}
@media screen and (max-width: 1200px) {
  .vertical-line {
    width: auto;
    height: 1px;
  }
}

.horizontal-line {
  align-self: stretch;
  width: auto;
  height: 1px;
  border: none;
  margin: 0;
  background-color: #E2E8EC;
}
@media screen and (max-width: 1200px) {
  .horizontal-line {
    width: 1px;
    height: auto;
  }
}

.absolute {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.relative {
  position: relative;
}

/* >>> BASE <<< */
p, span, body p {
  color: #2B2B2B;
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 400;
}

p {
  padding-bottom: var(--spacing-2);
}

strong {
  font-weight: 600;
}

.has-background-primary p,
.has-background-primary-after p {
  color: var(--wp--preset--color--white-color);
}

/* >>> SIZES <<< */
.text-xxl {
  font-size: clamp(2.625rem, 2.71875rem + (1vw - 0.2rem) * 2.496, 2.8125rem);
  line-height: inherit;
}

.text-large {
  font-size: clamp(1.1875rem, 1.21875rem + (1vw - 0.2rem) * 2.496, 1.25rem);
  line-height: inherit;
}

.text-medium {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  line-height: inherit;
}

.text-regular {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  line-height: inherit;
}

.text-small {
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
  line-height: inherit;
}

.text-xs {
  font-size: clamp(0.75rem, 0.78125rem + (1vw - 0.2rem) * 0.176, 0.8125rem);
  line-height: inherit;
}

/* >>> WEIGHTS <<< */
.text-semibold {
  font-weight: 600;
}

/* >>> COLORS <<< */
.text-primary {
  color: #00534E;
}

.text-primary-light {
  color: #0C5C55;
}

.text-filter {
  color: rgba(1, 8, 9, 0.1254901961);
}

.text-secondary {
  color: #D7FFD0;
}

.text-tertiary {
  color: #A2D4B0;
}

.text-tertiary-40 {
  color: rgba(162, 212, 176, 0.2509803922);
}

.text-secondary-dark {
  color: #CDF2C6;
}

.text-text {
  color: #2B2B2B;
}

.text-text-light {
  color: #6F6F6F;
}

.text-background {
  color: #F0F4F7;
}

.text-gray-light {
  color: #F0F4F7;
}

.text-gray {
  color: #E2E8EC;
}

.text-gray-medium {
  color: #C8D0D7;
}

/* >>> TRANSFORMS <<< */
.text-uppercase {
  text-transform: uppercase;
}

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

/* >>> ALIGN <<< */
.text-center {
  text-align: center;
}

.accordion-label {
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .accordion-label {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .accordion-label[for=accordion1]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transition: transform 0.3s ease-in-out;
  }
  .accordion-label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #00534E;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transition: transform 0.3s ease;
  }
}

.accordion-label-with-arrow {
  margin-bottom: 1rem;
}
.accordion-label-with-arrow > h2, .accordion-label-with-arrow > h3 {
  margin-bottom: 0;
}
.accordion-label-with-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #00534E;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transition: transform 0.3s ease;
}

input[type=checkbox].accordion-checkbox {
  display: none;
}

.accordion-checkbox:checked ~ .accordion-label::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-checkbox:checked + .accordion-label + .accordion-content {
  max-height: 100%; /* La hauteur maximale souhaitée pour le contenu */
  display: block;
}

.accordion-checkbox:checked ~ .accordion-label::after, .accordion-checkbox:checked ~ .accordion-label-with-arrow::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: none;
}
.wp-block-accordion-heading > button,
.wp-block-accordion-heading__toggle:focus,
.wp-block-accordion-heading__toggle:hover {
  padding: 0 !important;
}

.wp-block-accordion-heading > .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}

span.wp-block-accordion-heading__toggle-icon {
  display: none;
}

.wp-block-accordion-heading__toggle-title {
  font-size: clamp(1.3rem, 1.35rem + (1vw - 0.2rem) * 0.294, 1.313rem);
  font-weight: 600;
  color: #00534E;
}

.wp-block-accordion-heading {
  position: relative;
}
.wp-block-accordion-heading::after {
  content: "+";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #E2E8EC;
  color: #00534E;
  border-radius: 6px;
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading::after {
  content: "-";
}

.wp-block-details:hover {
  border: 1px solid #00534E;
}
.wp-block-details:hover summary::after {
  border: 1px solid #00534E;
}
.wp-block-details summary {
  position: relative;
  list-style: none;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #E2E8EC;
  color: #00534E;
  border-radius: 6px;
}
.wp-block-details[open] summary {
  padding-bottom: 0.5rem;
  padding-right: 3rem;
}
.wp-block-details[open] summary::after {
  content: "-";
}

summary {
  cursor: pointer;
}
summary:focus {
  outline: none;
}
summary {
  position: relative;
  list-style: none;
}
summary h3 {
  margin: 0;
  padding: 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #E2E8EC;
  color: #D7FFD0;
  border-radius: 6px;
}

details:focus {
  outline: none;
}
details:not(:first-of-type) {
  margin-top: -1px;
}
details {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 1.5rem 0;
}
details[open] .body {
  padding-top: 0.5rem;
}
details[open] summary::after {
  content: "-";
}

figure {
  line-height: 0;
  height: inherit;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

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

.img-hero {
  position: relative;
}
.img-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  border-radius: 20px;
}
.img-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D7FFD0;
  rotate: -6deg;
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .img-hero:after {
    rotate: -4deg;
  }
}

.container-img {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.container-img .img-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2rem;
}
.container-img ul {
  display: grid;
  gap: 1rem;
}
.container-img ul li {
  display: grid;
}
.container-img ul li span {
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  .container-img {
    width: 100%;
  }
}

figcaption {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--text-color-light);
  font-weight: 400;
  line-height: normal;
  font-style: italic;
}

.quote, .wp-block-pullquote > blockquote {
  position: relative;
}
.quote::before, .wp-block-pullquote > blockquote::before {
  content: "";
  display: block;
  margin-bottom: 1.5rem;
  font-size: 60px;
  font-weight: 700;
  height: 31px;
  width: 51px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.783' height='30.703' viewBox='0 0 50.783 30.703'%3E%3Cpath id='h2-section' d='M1.96.9l9.668-30.7H22.146L17.259.9Zm30.6,0,4.887-30.7h15.3L43.181.9Z' transform='translate(-1.96 29.8)' fill='%2300534e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 51px 31px;
}
.quote__text, .quote p, .wp-block-pullquote > blockquote__text, .wp-block-pullquote > blockquote p {
  font-size: clamp(1.1875rem, 1.21875rem + (1vw - 0.2rem) * 2.496, 1.25rem);
  color: #2B2B2B;
  font-style: italic;
}
.quote__footer, .wp-block-pullquote > blockquote__footer {
  margin-top: 1rem;
}
.quote__source, .quote cite, .wp-block-pullquote > blockquote__source, .wp-block-pullquote > blockquote cite {
  color: #00534E;
  font-style: normal;
}
.quote__source::before, .quote cite::before, .wp-block-pullquote > blockquote__source::before, .wp-block-pullquote > blockquote cite::before {
  content: "— ";
}

.testimonial .highlighted-sentence {
  font-size: clamp(1.3rem, 1.35rem + (1vw - 0.2rem) * 0.294, 1.313rem);
  font-weight: 500;
  color: #00534E;
  font-style: italic;
  margin-bottom: 1rem;
}
.testimonial footer {
  display: grid;
  border-top: 1px solid #E2E8EC;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.testimonial footer strong {
  color: #00534E;
}
.testimonial footer span {
  color: #6F6F6F;
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
}

ul, ol {
  margin-block-start: 0;
}
ul li, ol li {
  color: var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 400;
}

ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: calc(28px + 1rem);
  margin-bottom: 1rem;
}
ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--secondary-color);
  font-weight: bold;
}

/*ul{
  > li {
    list-style: none;
  }
}*/
ul.wp-block-list {
  list-style: inside;
}

.list-dash {
  padding: 0;
  margin: 0;
}
.list-dash > li {
  position: relative;
  padding-left: 1.3rem;
}
.list-dash > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.6rem;
  height: 1px;
  background-color: #00534E;
}
.list-dash-secondary > li::before {
  background-color: #D7FFD0;
}

.has-background-primary-after {
  position: relative;
}
.has-background-primary-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00534E;
  z-index: -4;
}

.has-background-primary-light-after {
  position: relative;
}
.has-background-primary-light-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C5C55;
  z-index: -4;
}

.has-background-filter-after {
  position: relative;
}
.has-background-filter-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 8, 9, 0.1254901961);
  z-index: -4;
}

.has-background-secondary-after {
  position: relative;
}
.has-background-secondary-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D7FFD0;
  z-index: -4;
}

.has-background-tertiary-after {
  position: relative;
}
.has-background-tertiary-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A2D4B0;
  z-index: -4;
}

.has-background-tertiary-40-after {
  position: relative;
}
.has-background-tertiary-40-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(162, 212, 176, 0.2509803922);
  z-index: -4;
}

.has-background-secondary-dark-after {
  position: relative;
}
.has-background-secondary-dark-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CDF2C6;
  z-index: -4;
}

.has-background-text-after {
  position: relative;
}
.has-background-text-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2B2B2B;
  z-index: -4;
}

.has-background-text-light-after {
  position: relative;
}
.has-background-text-light-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6F6F6F;
  z-index: -4;
}

.has-background-background-after {
  position: relative;
}
.has-background-background-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F4F7;
  z-index: -4;
}

.has-background-gray-light-after {
  position: relative;
}
.has-background-gray-light-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F4F7;
  z-index: -4;
}

.has-background-gray-after {
  position: relative;
}
.has-background-gray-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E2E8EC;
  z-index: -4;
}

.has-background-gray-medium-after {
  position: relative;
}
.has-background-gray-medium-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C8D0D7;
  z-index: -4;
}

.has-background-primary {
  background-color: #00534E;
}

.has-background-primary-light {
  background-color: #0C5C55;
}

.has-background-filter {
  background-color: rgba(1, 8, 9, 0.1254901961);
}

.has-background-secondary {
  background-color: #D7FFD0;
}

.has-background-tertiary {
  background-color: #A2D4B0;
}

.has-background-tertiary-40 {
  background-color: rgba(162, 212, 176, 0.2509803922);
}

.has-background-secondary-dark {
  background-color: #CDF2C6;
}

.has-background-text {
  background-color: #2B2B2B;
}

.has-background-text-light {
  background-color: #6F6F6F;
}

.has-background-background {
  background-color: #F0F4F7;
}

.has-background-gray-light {
  background-color: #F0F4F7;
}

.has-background-gray {
  background-color: #E2E8EC;
}

.has-background-gray-medium {
  background-color: #C8D0D7;
}

.has-background-grue-before {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-contact .has-background-watermark-before::before {
    display: none;
  }
}
.has-background-watermark-before {
  position: relative;
}
.has-background-watermark-before::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 2vw;
  width: 100%;
  height: 550px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='422.053' height='548.699' viewBox='0 0 422.053 548.699'%3E%3Cg id='filigrane' transform='translate(2543.868 -773.151)'%3E%3Cg id='HATCH_00000168815085813636109620000005001097137091502772_' transform='translate(-2385.737 1006.969)'%3E%3Cpath id='Tracé_39206' data-name='Tracé 39206' d='M160.2,387.772a2.218,2.218,0,0,0,2.441,0l58.43-34.179h0a3.173,3.173,0,0,1,2.441,0l76.658,43.944a2.258,2.258,0,0,1,1.139,1.953l.163,82.518a2.782,2.782,0,0,1-1.139,2.116l-60.871,35.969a2.54,2.54,0,0,0-1.139,2.116v70.148a2.349,2.349,0,0,0,3.581,2.116l121.254-72.427.976-.651c.814-.488,1.139-1.139,1.139-2.6V361.731a2.781,2.781,0,0,0-1.139-2.116L226.44,280.841a2.217,2.217,0,0,0-2.441,0L103.071,350.827a2.444,2.444,0,0,0,0,4.232L160.2,387.772Z' transform='translate(-101.85 -280.475)' fill='none' stroke='%23e2e8ec' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000148632756089294313430000004425139265146028944_' transform='translate(-2462.968 773.674)'%3E%3Cpath id='Tracé_39208' data-name='Tracé 39208' d='M331.412,392.605V322.457a2.782,2.782,0,0,0-1.139-2.116L196.486,243.683a2.213,2.213,0,0,0-2.441,0l-74.217,43.293V139.519a2.454,2.454,0,0,0-3.581-2.116L55.865,172.721a2.346,2.346,0,0,0-1.3,2.116L54.4,483.586a2.782,2.782,0,0,0,1.139,2.116s102.048,59.081,122.556,70.962a2.349,2.349,0,0,0,3.581-2.116V490.259a2.782,2.782,0,0,0-1.139-2.116l-59.894-34.667c-.651-.488-1.139,0-1.139-.814V363.309a2.782,2.782,0,0,1,1.139-2.116l72.589-41.828a2.217,2.217,0,0,1,2.441,0L327.505,394.07a2.279,2.279,0,0,0,3.906-1.465Z' transform='translate(-54.4 -137.136)' fill='none' stroke='%23e2e8ec' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000158717671124408331020000008076963477252238513_' transform='translate(-2543.368 1047.202)'%3E%3Cpath id='Tracé_39210' data-name='Tracé 39210' d='M282.012,354.844l-54.361,30.761a2.539,2.539,0,0,0-1.3,2.116v69.334h0a2.539,2.539,0,0,1-1.3,2.116l-80.564,44.27a2.782,2.782,0,0,1-2.279,0h0l-69.823-41.5a2.372,2.372,0,0,1-1.139-2.116h0l.326-152.177a2.4,2.4,0,0,0-3.581-2.116L6.3,340.522a2.208,2.208,0,0,0-1.139,2.116L5,497.744c0,.977.326,1.628,1.628,2.279l134.925,78.449h0a2.217,2.217,0,0,0,2.441,0l140.3-79.1a2.412,2.412,0,0,0,1.3-1.953l.163-140.459a2.5,2.5,0,0,0-3.743-2.116Z' transform='translate(-5 -305.195)' fill='none' stroke='%23e2e8ec' stroke-width='1' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .has-background-watermark-before::before {
    bottom: 30rem;
    left: 0;
  }
}

.has-background-excavator-before {
  position: relative;
}
.has-background-excavator-before::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 4vw;
  width: 100%;
  height: 420px;
  z-index: -1;
  background-image: url(../src/img/excavator.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .has-background-excavator-before::before {
    display: none;
  }
}

/* >>> BASE <<< */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 100%;
  font-family: "ZalandoSans", Arial, Helvetica, sans-serif;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: 1rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  h1 {
    opacity: 0;
    transform: translateY(50%);
    animation: slide-up 1s forwards;
  }
}

/* >>> SPECIFIC CASE <<< */
.h1-hero {
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .h1-hero {
    font-size: 2rem;
    line-height: 1.15;
  }
}

.container-titles h2 {
  margin-top: 0;
}

/* >>> SUBTITLE <<< */
.subtitle {
  position: relative;
  display: inline-block;
  font-family: var(--wp--preset--font-family--primary-font), sans-serif;
  color: var(--wp--preset--color--black-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1200px) {
  .subtitle {
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
  }
}

.subtitle--sm {
  font-size: 15px;
  letter-spacing: 0.1rem;
}

.subtitle--primary {
  color: var(--wp--preset--color--primary-color);
}

.subtitle-with-outline--bottom {
  position: relative;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.subtitle-with-outline--bottom:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  background-color: currentColor;
}

.subtitle-with-outline--right {
  padding-right: calc(44px + 0.75rem);
}
.subtitle-with-outline--right:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 6px;
  background-color: #00534E;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.572' height='6' viewBox='0 0 43.572 6'%3E%3Cg id='Groupe_9789' data-name='Groupe 9789' transform='translate(-396.428 -1034)'%3E%3Cpath id='Tracé_39217' data-name='Tracé 39217' d='M-10533.572,1037h38.563' transform='translate(10930)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4684' data-name='Rectangle 4684' transform='translate(434 1034)' fill='%2300534e' stroke='%2300534e' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.572' height='6' viewBox='0 0 43.572 6'%3E%3Cg id='Groupe_9789' data-name='Groupe 9789' transform='translate(-396.428 -1034)'%3E%3Cpath id='Tracé_39217' data-name='Tracé 39217' d='M-10533.572,1037h38.563' transform='translate(10930)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4684' data-name='Rectangle 4684' transform='translate(434 1034)' fill='%2300534e' stroke='%2300534e' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  bottom: 10px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .subtitle-with-outline--right:after {
    bottom: -0.5rem;
    right: auto;
    left: calc(22px + 0.75rem);
  }
}

.subtitle-with-svg--left {
  padding-left: calc(22px + 0.75rem);
}
.subtitle-with-svg--left:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 28px;
  background-color: #00534E;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.219' height='27.598' viewBox='0 0 21.219 27.598'%3E%3Cg id='Groupe_9753' data-name='Groupe 9753' transform='translate(-140 -11.5)'%3E%3Cg id='HATCH_00000168815085813636109620000005001097137091502772_' transform='translate(147.944 23.257)'%3E%3Cpath id='Tracé_39206' data-name='Tracé 39206' d='M104.79,285.882a.112.112,0,0,0,.123,0l2.945-1.722h0a.16.16,0,0,1,.123,0l3.863,2.215a.114.114,0,0,1,.057.1l.008,4.158a.14.14,0,0,1-.057.107l-3.068,1.813a.128.128,0,0,0-.057.107v3.535a.118.118,0,0,0,.18.107l6.11-3.65.049-.033c.041-.025.057-.057.057-.131V284.57a.14.14,0,0,0-.057-.107l-6.939-3.97a.112.112,0,0,0-.123,0l-6.094,3.527a.123.123,0,0,0,0,.213l2.879,1.649Z' transform='translate(-101.85 -280.475)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000148632756089294313430000004425139265146028944_' transform='translate(144.052 11.5)'%3E%3Cpath id='Tracé_39208' data-name='Tracé 39208' d='M68.36,150.01v-3.535a.14.14,0,0,0-.057-.107l-6.742-3.863a.112.112,0,0,0-.123,0l-3.74,2.182v-7.431a.124.124,0,0,0-.18-.107l-3.043,1.78a.118.118,0,0,0-.066.107L54.4,154.595a.14.14,0,0,0,.057.107l6.176,3.576a.118.118,0,0,0,.18-.107v-3.24a.14.14,0,0,0-.057-.107l-3.018-1.747c-.033-.025-.057,0-.057-.041v-4.5a.14.14,0,0,1,.057-.107l3.658-2.108a.112.112,0,0,1,.123,0l6.644,3.765a.115.115,0,0,0,.2-.074Z' transform='translate(-54.4 -137.136)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000158717671124408331020000008076963477252238513_' transform='translate(140 25.284)'%3E%3Cpath id='Tracé_39210' data-name='Tracé 39210' d='M18.96,307.7l-2.739,1.55a.128.128,0,0,0-.066.107v3.494h0a.128.128,0,0,1-.066.107l-4.06,2.231a.14.14,0,0,1-.115,0h0L8.4,313.094a.119.119,0,0,1-.057-.107h0l.016-7.669a.121.121,0,0,0-.18-.107l-3.109,1.763a.111.111,0,0,0-.057.107L5,314.9c0,.049.016.082.082.115l6.8,3.953h0a.112.112,0,0,0,.123,0l7.07-3.986a.122.122,0,0,0,.066-.1l.008-7.078a.126.126,0,0,0-.189-.107Z' transform='translate(-5 -305.195)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.219' height='27.598' viewBox='0 0 21.219 27.598'%3E%3Cg id='Groupe_9753' data-name='Groupe 9753' transform='translate(-140 -11.5)'%3E%3Cg id='HATCH_00000168815085813636109620000005001097137091502772_' transform='translate(147.944 23.257)'%3E%3Cpath id='Tracé_39206' data-name='Tracé 39206' d='M104.79,285.882a.112.112,0,0,0,.123,0l2.945-1.722h0a.16.16,0,0,1,.123,0l3.863,2.215a.114.114,0,0,1,.057.1l.008,4.158a.14.14,0,0,1-.057.107l-3.068,1.813a.128.128,0,0,0-.057.107v3.535a.118.118,0,0,0,.18.107l6.11-3.65.049-.033c.041-.025.057-.057.057-.131V284.57a.14.14,0,0,0-.057-.107l-6.939-3.97a.112.112,0,0,0-.123,0l-6.094,3.527a.123.123,0,0,0,0,.213l2.879,1.649Z' transform='translate(-101.85 -280.475)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000148632756089294313430000004425139265146028944_' transform='translate(144.052 11.5)'%3E%3Cpath id='Tracé_39208' data-name='Tracé 39208' d='M68.36,150.01v-3.535a.14.14,0,0,0-.057-.107l-6.742-3.863a.112.112,0,0,0-.123,0l-3.74,2.182v-7.431a.124.124,0,0,0-.18-.107l-3.043,1.78a.118.118,0,0,0-.066.107L54.4,154.595a.14.14,0,0,0,.057.107l6.176,3.576a.118.118,0,0,0,.18-.107v-3.24a.14.14,0,0,0-.057-.107l-3.018-1.747c-.033-.025-.057,0-.057-.041v-4.5a.14.14,0,0,1,.057-.107l3.658-2.108a.112.112,0,0,1,.123,0l6.644,3.765a.115.115,0,0,0,.2-.074Z' transform='translate(-54.4 -137.136)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3Cg id='HATCH_00000158717671124408331020000008076963477252238513_' transform='translate(140 25.284)'%3E%3Cpath id='Tracé_39210' data-name='Tracé 39210' d='M18.96,307.7l-2.739,1.55a.128.128,0,0,0-.066.107v3.494h0a.128.128,0,0,1-.066.107l-4.06,2.231a.14.14,0,0,1-.115,0h0L8.4,313.094a.119.119,0,0,1-.057-.107h0l.016-7.669a.121.121,0,0,0-.18-.107l-3.109,1.763a.111.111,0,0,0-.057.107L5,314.9c0,.049.016.082.082.115l6.8,3.953h0a.112.112,0,0,0,.123,0l7.07-3.986a.122.122,0,0,0,.066-.1l.008-7.078a.126.126,0,0,0-.189-.107Z' transform='translate(-5 -305.195)' fill='%2300534e' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  bottom: 4px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .subtitle-with-svg--left:before {
    bottom: auto;
    top: 0;
  }
}

/* >>> BASE + SUBTITLE <<< */
.has-background-primary h1, .has-background-primary h2, .has-background-primary h3,
.has-background-primary-after h1,
.has-background-primary-after h2,
.has-background-primary-after h3,
.headband h1,
.headband h2,
.headband h3 {
  color: var(--wp--preset--color--secondary-color);
}
.has-background-primary .subtitle,
.has-background-primary-after .subtitle,
.headband .subtitle {
  color: var(--wp--preset--color--white-color);
}
.has-background-primary .subtitle-with-outline--right:after,
.has-background-primary-after .subtitle-with-outline--right:after,
.headband .subtitle-with-outline--right:after {
  background-color: var(--wp--preset--color--secondary-color);
}
.has-background-primary .subtitle-with-outline--bottom,
.has-background-primary-after .subtitle-with-outline--bottom,
.headband .subtitle-with-outline--bottom {
  border-bottom: 1px solid var(--wp--preset--color--secondary-color);
}
.has-background-primary .subtitle-with-outline--bottom:after,
.has-background-primary-after .subtitle-with-outline--bottom:after,
.headband .subtitle-with-outline--bottom:after {
  background-color: var(--wp--preset--color--secondary-color);
}
.has-background-primary .subtitle-with-svg--left:before,
.has-background-primary-after .subtitle-with-svg--left:before,
.headband .subtitle-with-svg--left:before {
  background-color: #FFF;
}

/* >>> RESET <<< */
a, button {
  border: none;
  outline: none;
  box-shadow: 0 0 0 white;
  background-color: transparent;
  cursor: pointer;
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
  box-shadow: 0 0 0 0 white;
}
a.disabled, a:disabled, button.disabled, button:disabled {
  box-shadow: none;
}

/* >>> MIXINS <<< */
/* >>> BUTTON BASE <<< */
.btn, .wp-element-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  font-weight: 600;
  font-family: "ZalandoSans", Arial, Helvetica, sans-serif;
  line-height: normal;
  border-radius: 8px;
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.btn .iconoir-svg, .wp-element-button .iconoir-svg {
  vertical-align: middle;
  margin-right: 0.5rem;
  transition: inherit;
}
.btn .iconoir-svg *, .wp-element-button .iconoir-svg * {
  transition: inherit;
}

/* >>> VARIANTS <<< */
.btn-primary, .wp-element-button, .wp-element-button > a.wp-block-button__link {
  background-color: #00534E;
  color: #D7FFD0;
}
.btn-primary .iconoir-svg *, .wp-element-button .iconoir-svg *, .wp-element-button > a.wp-block-button__link .iconoir-svg * {
  stroke: #D7FFD0;
}
.btn-primary:hover, .wp-element-button:hover, .wp-element-button > a.wp-block-button__link:hover {
  background-color: #D7FFD0 !important;
  transition: all 0.35s ease-in-out;
  color: #00534E;
}
.btn-primary:hover .iconoir-svg *, .wp-element-button:hover .iconoir-svg *, .wp-element-button > a.wp-block-button__link:hover .iconoir-svg * {
  stroke: #00534E;
}

.wp-block-button.is-style-outline > a.wp-block-button__link:hover {
  border-color: rgba(162, 212, 176, 0.2509803922) !important;
  background-color: rgba(162, 212, 176, 0.2509803922) !important;
}

.btn-secondary {
  background-color: #D7FFD0;
  color: #00534E;
}
.btn-secondary .iconoir-svg * {
  stroke: #00534E;
}
.btn-secondary:hover {
  background-color: #00534E;
  transition: all 0.35s ease-in-out;
  color: #D7FFD0;
}
.btn-secondary:hover .iconoir-svg * {
  stroke: #D7FFD0;
}

.btn-neutral {
  background-color: #E2E8EC;
  color: #00534E;
}
.btn-neutral .iconoir-svg * {
  stroke: #00534E;
}
.btn-neutral:hover {
  background-color: #E2E8EC;
  transition: all 0.35s ease-in-out;
  color: #00534E;
}
.btn-neutral:hover .iconoir-svg * {
  stroke: #00534E;
}

.btn-white {
  background-color: #FFF;
  color: #00534E;
}
.btn-white .iconoir-svg * {
  stroke: #00534E;
}
.btn-white:hover {
  background-color: #D7FFD0;
  transition: all 0.35s ease-in-out;
  color: #00534E;
}
.btn-white:hover .iconoir-svg * {
  stroke: #00534E;
}

.btn-icon {
  border-radius: 8px;
  border: none;
  padding: 0.8125rem;
}

.btn.btn-outlined {
  box-shadow: none;
}

.btn-neutral.btn-outlined {
  border: 1px solid #E2E8EC;
  background-color: transparent;
  color: #00534E;
}
.btn-neutral.btn-outlined .iconoir-svg * {
  stroke: #00534E;
}
.btn-neutral.btn-outlined:hover, .btn-neutral.btn-outlined:focus {
  border: 1.5px solid #00534E;
  background-color: transparent;
  transition: all 0.35s ease-in-out;
  color: #00534E;
}
.btn-neutral.btn-outlined:hover .iconoir-svg *, .btn-neutral.btn-outlined:focus .iconoir-svg * {
  stroke: #00534E;
}

.btn-link {
  position: relative;
  font-weight: 600;
  font-family: "ZalandoSans", Arial, Helvetica, sans-serif;
  color: #00534E;
  padding-right: calc(16px + 0.5rem);
}
.btn-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-5px);
  height: 16px;
  width: 16px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 24 24' stroke-width='1.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 24 24' stroke-width='1.5' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23000000'%3E%3Cpath d='M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.btn-link:hover::before, .card:hover .btn-link::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* >>> SIZES <<< */
.btn-sm {
  font-size: clamp(0.75rem, 0.78125rem + (1vw - 0.2rem) * 0.176, 0.8125rem);
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  margin-right: 0.2rem;
}
.btn-sm .iconoir-svg {
  width: 14px;
  height: 14px;
}

.btn-md {
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
  font-weight: 500;
  padding: 0.75rem 1rem;
  margin-right: 0.375rem;
}
.btn-md .iconoir-svg {
  width: 16px;
  height: 16px;
}

.btn-lg {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  font-weight: 600;
  padding: 1rem 1.5rem;
}
.btn-lg .iconoir-svg {
  width: 20px;
  height: 20px;
}

/* >>> SPECIAL BUTTONS Special buttons <<< */
.button-video {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 32px;
  padding: 0.25rem 1.25rem 0.25rem 0.25rem;
  background-color: #D7FFD0;
}
.button-video span {
  color: #161A1A;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
.button-video .iconoir-svg {
  background-color: #00534E;
  height: 37px;
  width: 37px;
  padding: 0.5rem;
  border-radius: 20px;
}
.button-video:hover {
  background-color: #00534E;
  transition: all 0.35s ease-in-out;
}
.button-video:hover span {
  color: #FFF;
}
.button-video:hover .iconoir-svg {
  background-color: #D7FFD0;
}
.button-video:hover path {
  color: #00534E;
}

/* >>> BASE <<< */
.iconoir-svg {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-wrapper {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem;
  max-width: 54px;
  height: 54px;
  border-radius: 8px;
}
.icon-wrapper--white {
  background-color: white;
}
.icon-wrapper--gray {
  background-color: #E2E8EC;
}
.icon-wrapper img {
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.icon-wrapper svg {
  margin: 0;
}

.icon-wrapper.has-background-primary-light img {
  filter: invert(1);
  width: 30px;
  height: 30px;
}

/* >>> SIZES<<< */
/* Xsmall */
.icon-xs {
  width: 14px;
  height: 14px;
}

/* Small */
.icon-sm {
  width: 16px;
  height: 16px;
}

/* Medium */
.icon-md {
  width: 20px;
  height: 20px;
}

/* Large */
.icon-lg {
  width: 24px;
  height: 24px;
}

/* >>> COLORS<<< */
/* Primary */
.icon-primary {
  color: #00534E;
  stroke: #00534E;
}

/* Secondary */
.icon-secondary {
  color: #D7FFD0;
  stroke: #D7FFD0;
}

/* White */
.icon-white {
  color: #FFF;
  stroke: #FFF;
}

/* Gray */
.icon-gray {
  color: #C8D0D7;
  stroke: #C8D0D7;
}

/* >>> APPLICATIONS (PREVENTIVE FILTERING) <<< */
/* --------------------------------------------------
   Apply the animated link effect to standard links
   Excludes:
   - WordPress button links
   - Links explicitly marked with .no-effect
   - Sub-menu links
-------------------------------------------------- */
.entry-content a:not(.wp-block-button__link):not(.no-effect),
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect) {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(to right, var(--hover-color, #00534E) 50%, currentColor 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease-in-out;
}
.entry-content a:not(.wp-block-button__link):not(.no-effect)::before,
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--hover-color, #00534E);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.entry-content a:not(.wp-block-button__link):not(.no-effect):hover, .entry-content a:not(.wp-block-button__link):not(.no-effect):focus,
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect):hover,
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect):focus {
  background-position: 0 0;
}
.entry-content a:not(.wp-block-button__link):not(.no-effect):hover::before, .entry-content a:not(.wp-block-button__link):not(.no-effect):focus::before,
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect):hover::before,
.wp-block-post-content a:not(.wp-block-button__link):not(.no-effect):focus::before {
  transform: scaleX(1);
  transform-origin: left;
}

@media only screen and (min-width: 1200px) {
  .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a) {
    position: relative;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(to right, var(--hover-color, #00534E) 50%, currentColor 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.3s ease-in-out;
  }
  .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--hover-color, #00534E);
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
  }
  .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a):hover, .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a):focus {
    background-position: 0 0;
  }
  .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a):hover::before, .menu-block a:not(.sub-menu-wrap a):not(.menu-item-has-children a):focus::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* >>> DEFAULT / AUTOMATIC EFFECT <<< */
.entry-content a,
.wp-block-post-content a,
.footer li a {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(to right, var(--hover-color, #00534E) 50%, currentColor 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease-in-out;
}
.entry-content a::before,
.wp-block-post-content a::before,
.footer li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--hover-color, #00534E);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.entry-content a:hover, .entry-content a:focus,
.wp-block-post-content a:hover,
.wp-block-post-content a:focus,
.footer li a:hover,
.footer li a:focus {
  background-position: 0 0;
}
.entry-content a:hover::before, .entry-content a:focus::before,
.wp-block-post-content a:hover::before,
.wp-block-post-content a:focus::before,
.footer li a:hover::before,
.footer li a:focus::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* >>> FOR WHITE TEXT <<< */
.footer,
.footer li,
.contact-phone {
  --hover-color: #D7FFD0;
}

/* >>> EXCEPTIONS (FORCED RESET) <<< */
/* --------------------------------------------------
   - WordPress button links
   - Elements explicitly marked with .no-effect
-------------------------------------------------- */
/*
.entry-content .wp-block-button a{
  all: revert; // Reset all inherited styles

  &::before {
    content: none; // Remove the animated underline/pseudo-element
  }
}
*/
/* >>> UTILITY CLASS <<< */
.link {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(to right, var(--hover-color, #00534E) 50%, currentColor 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease-in-out;
}
.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--hover-color, #00534E);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
.link:hover, .link:focus {
  background-position: 0 0;
}
.link:hover::before, .link:focus::before {
  transform: scaleX(1);
  transform-origin: left;
}

a:hover {
  color: #A2D4B0;
  transition: color 0.2s;
}

#breadcrumbs span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: #6F6F6F;
  font-size: 14px;
  font-size: 0.875rem;
}
#breadcrumbs a {
  position: relative;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(to right, var(--hover-color, #00534E) 50%, currentColor 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.3s ease-in-out;
}
#breadcrumbs a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--hover-color, #00534E);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
  background-position: 0 0;
}
#breadcrumbs a:hover::before, #breadcrumbs a:focus::before {
  transform: scaleX(1);
  transform-origin: left;
}
#breadcrumbs a {
  color: #6F6F6F;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 300;
  -webkit-text-fill-color: unset;
}
#breadcrumbs .breadcrumb_last {
  color: #00534E;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

.block-header {
  border-bottom: 1px solid #E2E8EC;
}
.block-header ul {
  gap: 0;
}
@media screen and (min-width: 992px) {
  .block-header .sub-menu-wrap .sub-menu li {
    margin-bottom: 0 !important;
  }
  .block-header .sub-menu-wrap .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #CDF2C6;
  }
  .block-header .sub-menu-wrap .sub-menu li a {
    width: 100%;
    padding: 1.25rem 1.5rem;
  }
  .block-header .sub-menu-wrap .sub-menu li a:hover {
    background-color: #D7FFD0;
  }
}
.block-header .navbar #logotype img {
  width: 170px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .block-header .navbar #logotype img {
    width: 125px;
  }
}
.block-header .navbar .block-nav-primary {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .block-header .navbar .block-nav-primary {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem;
    gap: 2rem;
  }
}
.block-header .navbar .block-nav-primary #menu-primary .sub-menu-wrap a {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1200px) {
  .block-header .navbar-sub {
    background-color: #F0F4F7;
  }
  .block-header .navbar-sub .contact-phone {
    display: inline-block;
    position: relative;
    padding: 0.75rem 6rem;
    background-color: #00534E;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    color: white;
  }
  .block-header .navbar-sub .contact-phone a {
    color: inherit;
  }
  .block-header .navbar-sub .contact-phone a::before {
    background-color: #D7FFD0;
  }
  .block-header .navbar-sub .contact-phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: #F0F4F7;
    transform: skewX(-20deg);
    z-index: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-header .navbar-sub {
    display: none;
  }
}
.block-header .navbar-sub .block-nav-secondary {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) {
  .block-header .navbar .block-menu #menu-secondary {
    display: none;
  }
}
.block-header .block-nav-secondary {
  display: grid;
  width: 100%;
}
.block-header .block-nav-secondary #menu-secondary {
  display: flex;
  gap: 2.5rem;
  padding: 0.75rem 3rem;
  list-style: none;
}
@media only screen and (max-width: 1200px) {
  .block-header .block-nav-secondary #menu-secondary {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background-color: #F0F4F7;
  }
}
.block-header .block-nav-secondary #menu-secondary a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #6F6F6F;
}
.block-header .block-nav-secondary #menu-secondary a::before {
  background-color: #C8D0D7;
}
.block-header .block-nav-secondary .contact-phone {
  display: inline-block;
  position: relative;
  padding: 0.75rem 6rem;
  background-color: #00534E;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  color: white;
}
.block-header .block-nav-secondary .contact-phone a {
  color: inherit;
}
.block-header .block-nav-secondary .contact-phone a::before {
  background-color: #D7FFD0;
}
@media only screen and (max-width: 1200px) {
  .block-header .block-nav-secondary .contact-phone {
    padding: 0.75rem 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .block-header .block-nav-secondary {
    display: none;
  }
}

header {
  background-color: white;
}
header ul {
  margin-bottom: 0;
  margin-left: 0;
}
header ul li {
  margin-bottom: 0;
}

.block-header {
  max-width: 100vw;
}
.block-header .navbar .site-branding {
  flex-basis: 50%;
}
@media only screen and (min-width: 1200px) {
  .block-header .navbar .site-branding {
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .block-header .navbar .site-branding {
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .block-header .navbar .block-menu {
    flex-basis: 55%;
  }
}
@media only screen and (min-width: 1280px) {
  .block-header .navbar .block-menu {
    flex-basis: 80%;
  }
}

.block-header {
  width: 100%;
  z-index: 998;
  position: sticky;
  left: 0;
  top: 0;
  bottom: initial;
  height: initial;
  transition: all 0.5s ease;
}
.block-header .navbar {
  display: flex;
  height: 102px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-header .navbar {
    height: 80px;
  }
}
.block-header .navbar .site-branding {
  z-index: 22;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-header .navbar .site-branding {
    width: 0;
  }
  .block-header .navbar .site-branding:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .block-header .navbar .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
}
.block-header .navbar .site-branding a {
  display: flex;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.block-header .navbar .block-menu {
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .block-header .navbar .block-menu {
    justify-content: end;
  }
}
@media screen and (max-width: 1200px) {
  .block-header .navbar .block-menu {
    left: 0;
    top: 81px;
    flex-direction: column;
    width: 90%;
  }
}
.block-header .navbar .secondary-nav {
  flex-grow: 1;
}
.block-header .burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.5rem;
  height: auto;
  border: none;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) {
  .block-header .burger {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-top: 4rem;
  }
}
.block-header .burger-line {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 3px;
  margin: 4px auto;
  border-radius: 4px;
  background: #00534E;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.block-header .burger.is-open {
  transform: rotate(45deg);
}
.block-header .burger.is-open .first {
  transform: translate(0px, 5px) rotate(-90deg);
}
.block-header .burger.is-open .second {
  opacity: 0;
}
.block-header .burger.is-open .third {
  transform: translate(0px, -10px) rotate(180deg);
  width: 100%;
}
.block-header .overlay {
  position: fixed;
  top: 104px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93.5%;
  height: 75%;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .block-header .overlay {
    top: 81px;
    height: 100%;
  }
  .block-header .overlay.is-active {
    display: none !important;
  }
}
.block-header .overlay.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
@media only screen and (max-width: 1200px) {
  .block-header .primary-nav, .block-header .block-menu {
    position: fixed;
    top: 0;
    left: -19rem;
    width: 19rem;
    height: auto;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}
@media only screen and (min-width: 576px) {
  .block-header .primary-nav, .block-header .block-menu {
    z-index: 21;
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .block-header .primary-nav.is-active, .block-header .block-menu.is-active {
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    top: 81px;
    flex-direction: column;
    background-color: white;
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .block-header .primary-nav.is-active, .block-header .block-menu.is-active {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 576px) {
  .block-header .primary-nav.is-active, .block-header .block-menu.is-active {
    top: 81px;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100vh - 81px);
    width: 100%;
  }
  .block-header .primary-nav.is-active .btn-primary, .block-header .block-menu.is-active .btn-primary {
    justify-content: left;
  }
}

@media only screen and (max-width: 1200px) {
  .sub-navbar {
    display: none;
  }
  .sub-navbar.is-active {
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    transform: translateX(0%);
    z-index: 999;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
  .sub-navbar.is-active ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-navbar.is-active ul a {
    border-left: none;
  }
}
#menu-primary {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: initial;
  gap: 15px;
}
@media only screen and (min-width: 1200px) {
  #menu-primary {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  #menu-primary > li:hover .sub-menu-wrap {
    height: 300px;
    overflow: initial;
  }
  #menu-primary > li:hover .sub-menu-wrap:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    transition: all 0.35s ease-in-out;
  }
  #menu-primary > li:hover .sub-menu-wrap:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.35s ease-in-out;
  }
}

.sub-menu-wrap {
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .sub-menu-wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 104px;
  }
  .sub-menu-wrap .sub-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .sub-menu-wrap .sub-menu li {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sub-menu-wrap.open {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .sub-menu-wrap.open {
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: initial;
    height: auto;
    top: 15px;
    left: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary > li.is-active > a {
    color: #00534E;
    font-weight: 700;
  }
}
.block-menu #menu-primary > li {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary > li {
    flex-direction: column;
  }
}
.block-menu #menu-primary > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.block-menu #menu-primary .sub-menu-wrap {
  background-color: white;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary .sub-menu-wrap ul li {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary .sub-menu-wrap .sub-menu {
    padding-top: 0.5rem;
  }
}
.block-menu #menu-primary .sub-menu-wrap .sub-menu li {
  margin-bottom: 0.5rem;
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary .sub-menu-wrap .sub-menu li {
    align-items: flex-start;
    padding: 0.75rem 0;
    margin-bottom: 0;
  }
}
.block-menu #menu-primary .sub-menu-wrap .sub-menu li a {
  text-decoration: none;
}

a.retina-logo {
  display: none;
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  a.standard-logo {
    display: none;
  }
  a.retina-logo {
    display: flex;
  }
}
.block-menu #menu-primary {
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary {
    gap: 1.5rem;
  }
}
.block-menu #menu-primary > li {
  padding: 2.5rem 0;
}
@media only screen and (max-width: 1200px) {
  .block-menu #menu-primary > li {
    padding: 0;
  }
}
.block-menu #menu-primary a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #161A1A;
}
.block-menu #menu-primary a:hover {
  color: #00534E !important;
}
.block-menu #menu-primary a::before {
  background-color: #00534E;
}
@media only screen and (min-width: 992px) {
  .block-menu #menu-primary #menu-primary > li:hover .sub-menu-wrap {
    height: 300px;
    overflow: initial;
  }
}
.block-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}
.block-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9L12 15L18 9'/%3E%3C/svg%3E");
}
.block-menu .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.block-menu .menu-item-has-children.is-active > a::after {
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 992px) {
  .block-menu #menu-primary > li:hover .sub-menu-wrap {
    height: auto;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  }
  .block-menu #menu-primary > li {
    position: relative;
  }
}

/* >>> VARIABLES <<< */
.block-main, main {
  overflow: hidden;
}

/* >>> GENERIC SECTIONS <<< */
.block-section:not(.block-section-hero):not(.block-section-products),
.archive-main {
  padding: 6rem 0;
}
@media only screen and (max-width: 1200px) {
  .block-section:not(.block-section-hero):not(.block-section-products),
  .archive-main {
    padding: 4rem 0;
  }
}

.block-section--top {
  padding-top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .block-section--top {
    padding-top: 4rem;
  }
}

.block-section--bottom {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1200px) {
  .block-section--bottom {
    padding-bottom: 4rem;
  }
}

/* >>> HERO SECTION <<< */
.block-section-hero {
  padding-top: 6rem;
}
.block-section-hero .btn {
  margin-bottom: 8.5rem;
}
.block-section-hero {
  position: relative;
  height: 100vh;
  width: 100%;
}
.block-section-hero .container {
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-section-hero {
    padding: 2rem 0 4rem;
  }
  .block-section-hero .btn {
    margin-bottom: 3rem;
  }
}

/* >>> EXPERTISES SECTION <<< */
.block-section-expertises {
  margin-top: -2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-expertises {
    margin-top: 0;
  }
}

/* >>> PRODUCTS SECTION <<< */
.block-section-products {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-products {
    padding: 4rem 0;
  }
}

/* >>> LOCAL SECTION <<< */
.block-local {
  position: relative;
  padding-top: var(--spacing-9);
}
.block-local figure {
  margin: 0;
}
.block-local.has-background-primary-after::after {
  max-height: 700px;
}
@media only screen and (max-width: 1200px) {
  .block-local.has-background-primary-after::after {
    max-height: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .block-local {
    padding: var(--spacing-9) 0;
  }
  .block-local .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.image-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  max-height: 700px;
  right: 4rem;
  top: calc(-1 * var(--spacing-9) - 2rem);
}
@media only screen and (max-width: 1200px) {
  .image-section {
    max-height: inherit;
    top: 0;
    right: 0;
  }
}
.image-section img {
  width: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-section .discover-btn-wrapper {
  position: relative;
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .image-section .discover-btn-wrapper {
    top: 2rem;
    margin-bottom: var(--spacing-9);
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper {
    margin-top: 3rem;
  }
}
.image-section .discover-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 50%;
  width: 276px;
  height: 142px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='276.155' height='141.801' viewBox='0 0 276.155 141.801'%3E%3Cg id='Groupe_9899' data-name='Groupe 9899' transform='translate(-441.035 -2794.031)'%3E%3Cpath id='Tracé_39218' data-name='Tracé 39218' d='M-10485.965,2798v51.318' transform='translate(10930 2.031)' fill='none' stroke='%23d7ffd0' stroke-width='1'/%3E%3Cpath id='Tracé_39219' data-name='Tracé 39219' d='M-10485.965,2798v83.984h273.155' transform='translate(10930 53.349)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4691' data-name='Rectangle 4691' transform='translate(441.035 2794.031)' fill='%23d7ffd0' stroke='%23d7ffd0' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper::before {
    display: none;
  }
}

.map {
  margin-top: 1.5rem;
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}

/* >>> TESTIMONIAL SECTION <<< */
.block-section-testimonials {
  position: relative;
  padding-bottom: 0 !important;
}
.block-section-testimonials .container-inner {
  padding-top: calc(6rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .container-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__gallery {
    display: none;
  }
}
.block-section-testimonials__gallery {
  position: relative;
  height: 100%;
  min-height: 650px;
  width: auto;
}
.block-section-testimonials__gallery img, .block-section-testimonials__gallery-background {
  position: absolute;
}
.block-section-testimonials__gallery img {
  z-index: 2;
}
.block-section-testimonials__gallery > img:first-of-type {
  top: -10rem;
  right: 9rem;
  width: 225px;
  height: 250px;
}
.block-section-testimonials__gallery > img:nth-child(2) {
  top: 4rem;
  right: 25rem;
  width: 300px;
  height: 380px;
}
.block-section-testimonials__gallery > img:last-of-type {
  top: 8rem;
  right: 0;
  width: 350px;
  height: 500px;
}
.block-section-testimonials__gallery-background {
  display: flex;
  width: 90%;
  height: 560px;
  right: 4rem;
  border-radius: 20px;
  background-color: #D7FFD0;
}
.block-section-testimonials__decoration {
  position: relative;
  padding-top: calc(6rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration {
    padding-top: 0;
  }
}
.block-section-testimonials__decoration-image {
  position: absolute;
  bottom: 0;
  right: -14rem;
  width: auto;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration-image {
    position: relative;
    bottom: -4.5rem;
    right: 0;
    width: 100%;
  }
}

/* >>> HEADBAND <<< */
.headband {
  position: relative;
  padding-block: 6rem calc(6rem - 1rem);
  background-color: #00534E;
  border-radius: 0 0 20px 20px;
}
.headband--image {
  overflow: visible;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1200px) {
  .headband--image {
    padding-block: 4rem calc(4rem - 1rem);
    margin-bottom: 4rem;
  }
}
.headband.headband--small {
  padding: 2rem;
}
.headband::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #D7FFD0;
  border-radius: inherit;
  transform: rotate(-4deg);
}
.headband p {
  color: white;
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
}
.headband h1 {
  color: var(--wp--preset--color--secondary-color);
}
.headband .row {
  align-items: stretch;
}
.headband .col-lg-6 {
  display: flex;
  flex-direction: column;
}
.headband__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.headband__item--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.headband__item--right {
  flex: 1;
  margin-bottom: calc(-1 * 6rem * 2);
}
@media only screen and (max-width: 1200px) {
  .headband__item--right {
    margin-bottom: calc(-1 * 4rem * 2);
    flex: none;
  }
}
.headband img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: unset;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .headband img {
    height: 250px;
  }
}

.grid {
  --card-img-height: 300px;
  --grid-gap: 1.5rem;
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
  --card-img-height: 250px;
}
.grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
  --card-img-height: 200px ;
}
.grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid--gap-0 {
  gap: 0;
}
.grid--gap-1 {
  gap: 0.25rem;
}
.grid--gap-2 {
  gap: 0.5rem;
}
.grid--gap-3 {
  gap: 0.75rem;
}
.grid--gap-4 {
  gap: 1rem;
}
.grid--gap-5 {
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .grid--col-4, .grid--col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .horizontal-scroll-mobile {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 1.5rem;
  }
  .horizontal-scroll-mobile > :first-child {
    margin-left: 0;
  }
  .horizontal-scroll-mobile > :last-child {
    margin-right: 0;
  }
  .horizontal-scroll-mobile > * {
    flex: 0 0 75%;
    scroll-snap-align: start;
  }
  .horizontal-scroll-mobile::-webkit-scrollbar {
    display: none;
  }
  .horizontal-scroll-mobile {
    scrollbar-width: none;
  }
}
/* >>> FOOTER COMPONENT <<< */
.footer {
  padding-top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-top: 0;
  }
}
.footer {
  /* >>> LOGOS SECTION <<< */
}
.footer .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .footer .logos-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.footer .logos-wrapper #logotype {
  filter: grayscale(1) brightness(4);
}
.footer .logos-wrapper #logotype img {
  border-radius: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer {
  /* >>> UNIQUE SELLING POINTS SECTION <<< */
}
.footer .usp-footer {
  padding: 1rem 0;
}
.footer .usp-footer__title {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  font-weight: 500;
  text-align: center;
  color: #D7FFD0;
}
.footer .usp-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item img {
  height: 100px;
  width: auto;
}
.footer .usp-footer__wrapper-item span {
  font-size: clamp(0.75rem, 0.78125rem + (1vw - 0.2rem) * 0.176, 0.8125rem);
  font-weight: 600;
}
.footer span,
.footer ul li {
  color: #FFF;
}
.footer ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul a {
  text-decoration: none;
  color: #FFF;
}
.footer .row {
  border-radius: 50px 50px 0 0;
  padding: 3rem 2rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer .row {
    padding: 2rem 0;
  }
}
.footer-item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 3.5rem;
  padding-right: 8.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .footer-item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.footer-bottom span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #E2E8EC;
}
.footer-bottom #menu-mentions {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}
.footer-bottom #menu-mentions li {
  list-style: none;
}
.footer-bottom #menu-mentions li:before {
  content: "·";
  margin: 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .footer-bottom #menu-mentions li:first-child:before {
    content: none;
  }
}
.footer-bottom #menu-mentions li a {
  font-size: var(--wp--preset--font-size--small);
  color: #E2E8EC;
  transition: color 0.3s ease;
}
.footer-bottom #menu-mentions li a:hover, .footer-bottom #menu-mentions li a:focus {
  color: #FFF;
}

@media only screen and (max-width: 1200px) {
  .footer-item .footer-section:last-of-type {
    display: none;
  }
}
.footer-item .footer-section:nth-child(2) .btn-icon {
  margin-top: 0.75rem;
}

/*# sourceMappingURL=base.css.map*/