:root {--color-base: #000000;
    --color-base-rgb: 0, 0, 0;--color-background: #ffffff;
    --color-background-rgb: 255, 255, 255;--color-primary: #456F58;
    --color-primary-rgb: 69, 111, 88;--color-secondary: #707070;
    --color-secondary-rgb: 112, 112, 112;--color-tertiary: #FFF;
    --color-tertiary-rgb: 255, 255, 255;--color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;--color-light: #E6E7E3;
    --color-light-rgb: 230, 231, 227;--color-light-gray: #999999;
    --color-light-gray-rgb: 153, 153, 153;--color-gray: #707070;
    --color-gray-rgb: 112, 112, 112;--color-dark-gray: #333333;
    --color-dark-gray-rgb: 51, 51, 51;--color-black: #000000;
    --color-black-rgb: 0, 0, 0;--color-danger: #EF212A;
    --color-danger-rgb: 239, 33, 42;}

:root {
  --transition-timing-fast: 0.2s ease;
  --transition-timing-normal: .4s ease;
  --transition-timing-long: .8s ease;
  --viewport-factor: 1;
  --swiper-pagination-bullet-color: var(--color-primary);
  --swiper-pagination-bullet-inactive-color: var(--color-primary);
  --container-max-width-lg: 140.0rem;
  --container-max-width-md: 120rem;
  --container-max-width: var(--container-max-width-lg);
  --container-gutter-x: 2rem;
  --section-padding-x: var(--container-gutter-x);
  --section-padding-y: 6rem;
 
  --font-family-sans: 'DM Sans', sans-serif;
  --font-family-body: var(--font-family-sans);
  --font-family-headings: var(--font-family-sans);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --transition-timing-normal: '';
  }
}

@media (min-width:769px) {
  
  :root {
    --section-padding-y: 12rem;
  }
  
}

@media (max-width:768px) {
  
  :root {
    --section-padding-y: 6rem;
  }
  
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px auto;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none !important;
}html {
  font-size: 10px;
}

body {
  margin: 0; 
}

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

hr {
  margin: 0;
}

* {
  outline-offset: .4rem;
}html {
  scroll-padding-block-start: var(--scroll-padding-top);
}

.dnd-section {
  padding: var(--section-padding-y) var(--section-padding-x);
}

.dnd-section .row-fluid {
  display: flex;
  flex-direction: row;
  margin-inline: auto;
}
.dnd-section > .row-fluid {
  max-width: var(--container-max-width);
}
.dnd-section .dnd-row,
.dnd-section .row-fluid {
  width: 100%;
}
.dnd-section .dnd-column {
  min-width:1px;
}

@media (css.breakpoint_up('xl')) {
  .blog-post .row-fluid {
    flex-wrap: nowrap;
  }
}
@media (css.breakpoint_down('xl')) {
  .dnd-section .row-fluid {
    flex-wrap: wrap;
  }
}

.container {
  padding-inline: var(--container-gutter-x);
}

.container-max {
  margin-inline: auto;
  max-width: var(--container-max-width);
}

.container-max-lg {
  margin-inline: auto;
  max-width: var(--container-max-width-lg);
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
@media (css.breakpoint_up('xl')) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (css.breakpoint_up('md')) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
}

/*.page {
  overflow: hidden;
}*/

.page > main {
  min-height: 100vh;
/*  padding-top: var(--header-height-top);*/
  background-color: var(--color-background);
}

.page:has(#footer_website .mod-contact-banner) main .dnd-area .dnd-section:last-child {
  padding-block-end: calc(var(--section-padding-y) + var(--mod-contact-banner-height)/2);
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s ease-in-out;
}
.skip-link:focus {
  top: 0;
}
.go-back {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 4rem;
  text-transform: uppercase;
  text-decoration: none;
}


.smooth-scroll {
  overflow: hidden !important;
}.color-primary {
  color:var(--color-primary);
}
.color-primary-subtle {
  color:var(--color-primary-subtle);
}
.color-secondary {
  color:var(--color-primary);
}
.color-secondary-subtle {
  color:var(--color-primary-subtle);
}
.color-tertiary {
  color:var(--color-tertiary);
}
.color-tertiary-subtle {
  color:var(--color-tertiary-subtle);
}
.color-quaternary {
  color:var(--color-quaternary);
}
.color-quaternary-subtle {
  color:var(--color-quaternary-subtle);
}
.color-light {
  color:var(--color-light);
}
.color-gray {
  color:var(--color-gray);
}
.color-gray-subtle {
  color:var(--color-gray-subtle);
}
.color-dark {
  color:var(--color-dark);
}
.color-gray-subtle {
  color:var(--color-dark-subtle);
}
.color-white {
  color:var(--color-white);
}
.color-black {
  color:var(--color-black);
}

/* background */
.bg-primary {
  background-color:var(--color-primary);
}
.bg-primary-subtle {
  background-color:var(--color-primary-subtle);
}
.bg-secondary {
  background-color:var(--color-primary);
}
.bg-secondary-subtle {
  background-color:var(--color-primary-subtle);
}
.bg-tertiary {
  background-color:var(--color-tertiary);
}
.bg-tertiary-subtle {
  background-color:var(--color-tertiary-subtle);
}
.bg-quaternary {
  background-color:var(--color-quaternary);
}
.bg-quaternary-subtle {
  background-color:var(--color-quaternary-subtle);
}
.bg-light {
  background-color:var(--color-light);
}
.bg-gray {
  background-color:var(--color-gray);
}
.bg-gray-subtle {
  background-color:var(--color-gray-subtle);
}
.bg-dark {
  background-color:var(--color-dark);
}
.bg-gray-subtle {
  background-color:var(--color-dark-subtle);
}
.bg-white {
  background-color:var(--color-white);
}
.bg-black {
  background-color:var(--color-black);
}


/* svg */
.svg-primary {
  fill:var(--color-primary);
}
.svg-primary-subtle {
  fill:var(--color-primary-subtle);
}
.svg-secondary {
  fill:var(--color-primary);
}
.svg-secondary-subtle {
  fill:var(--color-primary-subtle);
}
.svg-tertiary {
  fill:var(--color-tertiary);
}
.svg-tertiary-subtle {
  fill:var(--color-tertiary-subtle);
}
.svg-quaternary {
  fill:var(--color-quaternary);
}
.svg-quaternary-subtle {
  fill:var(--color-quaternary-subtle);
}
.svg-light {
  fill:var(--color-light);
}
.svg-gray {
  fill:var(--color-gray);
}
.svg-gray-subtle {
  fill:var(--color-gray-subtle);
}
.svg-dark {
  fill:var(--color-dark);
}
.svg-gray-subtle {
  fill:var(--color-dark-subtle);
}
.svg-white {
  fill:var(--color-white);
}
.bg-black {
  background-color:var(--color-black);
}.row-fluid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.row-fluid > .widget-span {
  flex-basis: 100%;
  width: inherit;
}

@media (min-width:1101px) {
  
  .row-fluid {
    flex-wrap: nowrap;
  }.row-fluid > .span1 {
      flex-basis: 8.333333333333334%;
    }.row-fluid > .span2 {
      flex-basis: 16.666666666666668%;
    }.row-fluid > .span3 {
      flex-basis: 25.0%;
    }.row-fluid > .span4 {
      flex-basis: 33.333333333333336%;
    }.row-fluid > .span5 {
      flex-basis: 41.666666666666664%;
    }.row-fluid > .span6 {
      flex-basis: 50.0%;
    }.row-fluid > .span7 {
      flex-basis: 58.333333333333336%;
    }.row-fluid > .span8 {
      flex-basis: 66.66666666666667%;
    }.row-fluid > .span9 {
      flex-basis: 75.0%;
    }.row-fluid > .span10 {
      flex-basis: 83.33333333333333%;
    }.row-fluid > .span11 {
      flex-basis: 91.66666666666667%;
    }.row-fluid > .span12 {
      flex-basis: 100.0%;
    }}

.row {
  --gutter-x: 0rem; /* before 2 rem */
  --gutter-y: 0rem;
  display: flex;
  flex-flow: row wrap;
  gap: var(--gutter-y) var(--gutter-x);
  width: 100%;
}.col {
    flex: 1 0 0%;
  }

  .col-auto {
    flex: 0 0 auto;
  }.col-1 {
      flex-basis: 8.333333333333334%;
    }.col-2 {
      flex-basis: 16.666666666666668%;
    }.col-3 {
      flex-basis: 25.0%;
    }.col-4 {
      flex-basis: 33.333333333333336%;
    }.col-5 {
      flex-basis: 41.666666666666664%;
    }.col-6 {
      flex-basis: 50.0%;
    }.col-7 {
      flex-basis: 58.333333333333336%;
    }.col-8 {
      flex-basis: 66.66666666666667%;
    }.col-9 {
      flex-basis: 75.0%;
    }.col-10 {
      flex-basis: 83.33333333333333%;
    }.col-11 {
      flex-basis: 91.66666666666667%;
    }.col-12 {
      flex-basis: 100.0%;
    }


@media (min-width:769px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
  }.col-md-1 {
      flex-basis: 8.333333333333334%;
    }.col-md-2 {
      flex-basis: 16.666666666666668%;
    }.col-md-3 {
      flex-basis: 25.0%;
    }.col-md-4 {
      flex-basis: 33.333333333333336%;
    }.col-md-5 {
      flex-basis: 41.666666666666664%;
    }.col-md-6 {
      flex-basis: 50.0%;
    }.col-md-7 {
      flex-basis: 58.333333333333336%;
    }.col-md-8 {
      flex-basis: 66.66666666666667%;
    }.col-md-9 {
      flex-basis: 75.0%;
    }.col-md-10 {
      flex-basis: 83.33333333333333%;
    }.col-md-11 {
      flex-basis: 91.66666666666667%;
    }.col-md-12 {
      flex-basis: 100.0%;
    }
}

@media (min-width:993px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
  }.col-lg-1 {
      flex-basis: 8.333333333333334%;
    }.col-lg-2 {
      flex-basis: 16.666666666666668%;
    }.col-lg-3 {
      flex-basis: 25.0%;
    }.col-lg-4 {
      flex-basis: 33.333333333333336%;
    }.col-lg-5 {
      flex-basis: 41.666666666666664%;
    }.col-lg-6 {
      flex-basis: 50.0%;
    }.col-lg-7 {
      flex-basis: 58.333333333333336%;
    }.col-lg-8 {
      flex-basis: 66.66666666666667%;
    }.col-lg-9 {
      flex-basis: 75.0%;
    }.col-lg-10 {
      flex-basis: 83.33333333333333%;
    }.col-lg-11 {
      flex-basis: 91.66666666666667%;
    }.col-lg-12 {
      flex-basis: 100.0%;
    }
}

@media (min-width:1101px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
  }.col-xl-1 {
      flex-basis: 8.333333333333334%;
    }.col-xl-2 {
      flex-basis: 16.666666666666668%;
    }.col-xl-3 {
      flex-basis: 25.0%;
    }.col-xl-4 {
      flex-basis: 33.333333333333336%;
    }.col-xl-5 {
      flex-basis: 41.666666666666664%;
    }.col-xl-6 {
      flex-basis: 50.0%;
    }.col-xl-7 {
      flex-basis: 58.333333333333336%;
    }.col-xl-8 {
      flex-basis: 66.66666666666667%;
    }.col-xl-9 {
      flex-basis: 75.0%;
    }.col-xl-10 {
      flex-basis: 83.33333333333333%;
    }.col-xl-11 {
      flex-basis: 91.66666666666667%;
    }.col-xl-12 {
      flex-basis: 100.0%;
    }
}html {
  font-size: 10px;
}

body {
  font-family: var(--font-family-body);
}

body::selection {
  background-color: var(--color-light);
  color: var(--color-primary);
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-block: 0;
  font-family: var(--font-family-headings);
  letter-spacing: .04em;
}
p {
  margin-block: 0;
}
a {
  color: var(--color-base);
  text-decoration:none;
  position:relative;
}

.mod-rich-text a:not(.btn):before,
.accordion-answer a:not(.btn):before,
.mod-cards .card .content a:not(.btn):before,
.mod-cards-row a:not(.btn):before,
.mod-list-title-description .list .description a:not(.btn):before,
.mod-video-overlay-contents .description a:not(.btn):before,
footer a:not(.btn):before {
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: center; /* animation starting position */
  transition: transform 0.3s ease;
}
.mod-rich-text a:not(.btn):hover:before,
.accordion-answer a:not(.btn):hover:before,
.mod-cards .card .content a:not(.btn):hover:before,
.mod-cards .card .content a:not(.btn):hover:before,
.mod-cards-row a:not(.btn):hover:before,
.mod-list-title-description .list .description a:not(.btn):hover:before,
.mod-video-overlay-contents .description a:not(.btn):hover:before {
  transform: scaleX(0);
}


footer a:not(.btn):before{
  transform: scaleX(0);
}

footer a:not(.btn):hover:before {
  transform: scaleX(1);
}body { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }.b { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b-desktop { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b-mobile { 
 
      font-size: 2.0rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b0 { font-size: clamp(1.6rem, 1.6rem + calc(-1.3333333333333335vw*var(--viewport-factor)), 0.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b0-desktop { font-size: clamp(1.6rem, 1.6rem + calc(-1.3333333333333335vw*var(--viewport-factor)), 0.0rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b0-mobile { 
 
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b1 { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b1-desktop { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b1-mobile { 
 
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b2 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b2-desktop { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2.0rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b2-mobile { 
 
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b3 { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b3-desktop { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b3-mobile { 
 
      font-size: 2.0rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b4 { font-size: clamp(2.4rem, 2.4rem + calc(1.0000000000000002vw*var(--viewport-factor)), 3.6rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b4-desktop { font-size: clamp(2.4rem, 2.4rem + calc(1.0000000000000002vw*var(--viewport-factor)), 3.6rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b4-mobile { 
 
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b5 { font-size: clamp(2.6rem, 2.6rem + calc(1.583333333333333vw*var(--viewport-factor)), 4.5rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b5-desktop { font-size: clamp(2.6rem, 2.6rem + calc(1.583333333333333vw*var(--viewport-factor)), 4.5rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b5-mobile { 
 
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }.b6 { font-size: clamp(3.5rem, 3.5rem + calc(2.083333333333333vw*var(--viewport-factor)), 6.0rem);
    font-weight: 400;
    line-height: 1.6; }

  @media (min-width:769px) {
    .b6-desktop { font-size: clamp(3.5rem, 3.5rem + calc(2.083333333333333vw*var(--viewport-factor)), 6.0rem);
    font-weight: 400;
    line-height: 1.6; }
  }

  @media (max-width:768px) {
    .b6-mobile { 
 
      font-size: 3.5rem;
      font-weight: 400;
      line-height: 1.6;
        }
  }h1 { font-size: clamp(4.5rem, 4.5rem + calc(2.9166666666666665vw*var(--viewport-factor)), 8.0rem);
    font-weight: 600;
    line-height: 1.2; }.h1 { font-size: clamp(4.5rem, 4.5rem + calc(2.9166666666666665vw*var(--viewport-factor)), 8.0rem);
    font-weight: 600;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h1-desktop { font-size: clamp(4.5rem, 4.5rem + calc(2.9166666666666665vw*var(--viewport-factor)), 8.0rem);
    font-weight: 600;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h1-mobile { 
 
      font-size: 4.5rem;
      font-weight: 600;
      line-height: 1.2;
        }
  }h2 { font-size: clamp(3.5rem, 3.5rem + calc(2.083333333333333vw*var(--viewport-factor)), 6.0rem);
    font-weight: 500;
    line-height: 1.2; }.h2 { font-size: clamp(3.5rem, 3.5rem + calc(2.083333333333333vw*var(--viewport-factor)), 6.0rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h2-desktop { font-size: clamp(3.5rem, 3.5rem + calc(2.083333333333333vw*var(--viewport-factor)), 6.0rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h2-mobile { 
 
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 1.2;
        }
  }h3 { font-size: clamp(2.8rem, 2.8rem + calc(1.4166666666666667vw*var(--viewport-factor)), 4.5rem);
    font-weight: 500;
    line-height: 1.2; }.h3 { font-size: clamp(2.8rem, 2.8rem + calc(1.4166666666666667vw*var(--viewport-factor)), 4.5rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h3-desktop { font-size: clamp(2.8rem, 2.8rem + calc(1.4166666666666667vw*var(--viewport-factor)), 4.5rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h3-mobile { 
 
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1.2;
        }
  }h4 { font-size: clamp(2.4rem, 2.4rem + calc(1.0000000000000002vw*var(--viewport-factor)), 3.6rem);
    font-weight: 500;
    line-height: 1.2; }.h4 { font-size: clamp(2.4rem, 2.4rem + calc(1.0000000000000002vw*var(--viewport-factor)), 3.6rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h4-desktop { font-size: clamp(2.4rem, 2.4rem + calc(1.0000000000000002vw*var(--viewport-factor)), 3.6rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h4-mobile { 
 
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 1.2;
        }
  }h5 { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 500;
    line-height: 1.2; }.h5 { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h5-desktop { font-size: clamp(2.0rem, 2.0rem + calc(0.33333333333333326vw*var(--viewport-factor)), 2.4rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h5-mobile { 
 
      font-size: 2.0rem;
      font-weight: 500;
      line-height: 1.2;
        }
  }h6 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2.0rem);
    font-weight: 500;
    line-height: 1.2; }.h6 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2.0rem);
    font-weight: 500;
    line-height: 1.2; }

  @media (min-width:769px) {
    .h6-desktop { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2.0rem);
    font-weight: 500;
    line-height: 1.2; }
  }

  @media (max-width:768px) {
    .h6-mobile { 
 
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.2;
        }
  }

.btn {
  position:relative;
  display: inline-flex;
  /*border: .1rem solid currentColor;
  border-radius: 2em;
  padding: 0.8em 2em;*/
  padding: 0;
  font-family: var(--font-family-sans);
  font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  transition: all var(--transition-timing-normal);
  text-transform: uppercase;  
}


.btn-primary:after,
.btn-primary-outline:after,
.btn-secondary:after,
.btn-secondary-outline:after,
.btn-tertiary:after,
.btn-tertiary-outline:after,
.btn-quaternary:after,
.btn-quaternary-outline:after,
.btn-white:after,
.btn-white-outline:after,
.btn-gray:after,
.btn-gray-outline:after,
.btn-dark:after,
.btn-dark-outline:after,
.btn-black:after,
.btn-black-outline:after {
  width: 1.8rem;
  height: 1.8rem;
  content:'';
  margin-left:1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: margin-left 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-primary:before,
.btn-primary-outline:before,
.btn-secondary:before,
.btn-secondary-outline:before,
.btn-tertiary:before,
.btn-tertiary-outline:before,
.btn-quaternary:before,
.btn-quaternary-outline:before,
.btn-white:before,
.btn-white-outline:before,
.btn-gray:before,
.btn-gray-outline:before,
.btn-dark:before,
.btn-dark-outline:before,
.btn-black:before,
.btn-black-outline:before {
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: calc(100% - 3.5rem);
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;  /* animation starting position */
  transition: transform 0.3s ease;
}
.btn-primary:hover::before,
.btn-primary-outline:hover::before,
.btn-secondary:hover::before,
.btn-secondary-outline:hover::before,
.btn-tertiary:hover::before,
.btn-tertiary-outline:hover::before,
.btn-quaternary:hover::before,
.btn-quaternary-outline:hover::before,
.btn-white:hover::before,
.btn-white-outline:hover::before,
.btn-gray:hover::before,
.btn-gray-outline:hover::before,
.btn-dark:hover::before,
.btn-dark-outline:hover::before,
.btn-black:hover::before,
.btn-black-outline:hover::before{
  transform: scaleX(1);
}
.btn-primary:hover::after,
.btn-primary-outline:hover::after,
.btn-secondary:hover::after,
.btn-secondary-outline:hover::after,
.btn-tertiary:hover::after,
.btn-tertiary-outline:hover::after,
.btn-quaternary:hover::after,
.btn-quaternary-outilne:hover::after,
.btn-white:hover::after,
.btn-white-outline:hover::after,
.btn-gray:hover::after,
.btn-gray-outline:hover::after,
.btn-dark:hover::after,
.btn-dark-outline:hover::after,
.btn-black:hover::after,
.btn-black-outline:hover::after {
  margin-left: 1.8rem; 
}

.btn-primary,
.btn-primary-outline {
  color: var(--color-primary);
}
.btn-secondary,
.btn-secondary-outline {
  color: var(--color-secondary);
}
.btn-tertiary,
.btn-tertiary-outline {
  color: var(--color-tertiary);
}
.btn-quaternary,
.btn-quaternary-outline {
  color: var(--color-quaternary);
}
.btn-white,
.btn-white-outline {
  color: var(--color-white);
}
.btn-gray,
.btn-gray-outline {
  color: var(--color-gray);
}
.btn-black,
.btn-black-outline {
  color: var(--color-primary);
}
.btn-primary:after,
.btn-primary-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(69, 111, 88)"/></svg>');
}
.btn-secondary:after,
.btn-secondary-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(112, 112, 112)"/></svg>');
}
.btn-tertiary:after,
.btn-tertiary-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(255, 255, 255)"/></svg>');
}
.btn-quaternary:after,
.btn-quaternary-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(#null)"/></svg>');
}
.btn-white:after,
.btn-white-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(255, 255, 255)"/></svg>');
}

.btn-gray:after,
.btn-gray-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(112, 112, 112)"/></svg>');
}
.btn-black:after,
.btn-black-outline:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18.5 18.5"><path d="M17.5,8.2c.6.6.6,1.5,0,2.1,0,0,0,0,0,0l-7.3,7.3c-.6.6-1.5.6-2.1,0s-.6-1.5,0-2.1h0l4.8-4.8H2c-.8,0-1.5-.7-1.5-1.5s.7-1.5,1.5-1.5h10.9s-4.8-4.8-4.8-4.8c-.6-.6-.6-1.5,0-2.1.6-.6,1.5-.6,2.1,0h0l7.3,7.3Z" fill="rgb(0, 0, 0)"/></svg>');
}

.download:after {
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(90deg) translateX(0);
}
.download:hover::after {
  transform: rotate(90deg) translateX(.8rem);
  margin-left: 1rem;
}

.arrow_left:after {
  order: 1;
  transform: rotate(180deg);
  background-position: center left;
  transition: margin-right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.arrow_left:hover::after {
  margin-left: unset;
  margin-right: 1.8rem; 
}

/*
.btn-primary,
.btn-primary-outline:hover, .btn-primary-outline:active, .btn-primary-outline:focus {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.btn-primary-outline,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: var(--color-primary);
  background: transparent;
  color: var(--color-primary);
}
.btn-secondary,
.btn-secondary-outline:hover, .btn-secondary-outline:active, .btn-secondary-outline:focus{
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-primary);
}
.btn-secondary-outline,
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
  border-color: var(--color-secondary);
  background: transparent;
  color: var(--color-secondary);
}
.btn-tertiary,
.btn-tertiary-outline:hover, .btn-tertiary-outline:active, .btn-tertiary-outline:focus{
  border-color: var(--color-tertiary);
  background: var(--color-tertiary);
  color: var(--color-primary);
}
.btn-tertiary-outline,
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
  border-color: var(--color-tertiary);
  background: transparent;
  color: var(--color-tertiary);
}
.btn-quaternary,
.btn-quaternary-outline:hover, .btn-quaternary-outline:active, .btn-quaternary-outline:focus {
  border-color: var(--color-quaternary);
  background: var(--color-quaternary);
  color: var(--color-primary);
}
.btn-quaternary-outline,
.btn-quaternary:hover, .btn-quaternary:active, .btn-quaternary:focus{
  border-color: var(--color-quaternary);
  background: transparent;
  color: var(--color-quaternary);
}
.btn-white,
.btn-white-outline:hover, .btn-white-outline:active, .btn-white-outline:focus{
  border-color: var(--color-white);
  background: var(--color-white);
  color: var(--color-base);
}
.btn-white-outline {
  border-color: var(--color-white);
  background: transparent;
  color: var(--color-white);
}
.btn-gray,
.btn-gray-outline:hover, .btn-gray-outline:active, .btn-gray-outline:focus  {
  border-color: var(--color-gray);
  background: var(--color-gray);
  color: var(--color-base);
}
.btn-gray-outline,
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  border-color: var(--color-gray);
  background: transparent;
  color: var(--color-gray);
}
.btn-dark,
.btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus {
  border-color: var(--color-dark);
  background: var(--color-dark);
  color: var(--color-white);
}
.btn-dark-outline,
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  border-color: var(--color-dark);
  background: transparent;
  color: var(--color-dark);
}
.btn-black {
  border-color: var(--color-black);
  background: var(--color-black);
  color: var(--color-white);
}
.btn-black-outline {
  border-color: var(--color-black);
  background: transparent;
  color: var(--color-black);
}


.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: var(--color-gray-subtle);
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
  background: var(--color-white);
  color: var(--color-black);
}
*/


.btn:has(.icon) {
  display:flex;
  gap: 0.4em;
  align-items:center;
  justify-content: center;
}

.btn .icon {
  display: block;
  width: 0.8em;
  height: auto;
}

.btn .icon img,
.btn .icon svg {
  display: block;
  width: 100%;
  height: auto;
}




.btn:has(.icon:only-child) {
  border-radius: 50%;
  padding: 1.4rem;
}

.btn:has(.icon:only-child).btn-lg {
  padding: 2rem;
  font-size: clamp(2.2rem, 2.2rem + calc(0.6666666666666665vw*var(--viewport-factor)), 3rem);
}



.btn-icon-clean {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: auto;
  height: auto;
  background: transparent;
  cursor: pointer;
  padding: 0.2em;
  font-size: 2.2rem;
  text-align: center;
  color: unset;
  line-height: 1;
}

.btn-icon-clean svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}

.btn-icon-clean.btn-sm {
  font-size: 1.8rem;
}


  a.link {
    display: inline-block;
    color: var(--color-primary);
    font-weight:500;
    text-decoration:none;
    text-transform: uppercase;
  }
  a.link:after {
    content:'';
    display: block;
    height:1px;
    width:0;
    transition: width .3s;
    background-color: var(--color-primary);    
  }
  a.link:hover:after {
    width:100%;
  }
  a.link svg path {
    fill: var(--color-tertiary);
  }



.video-toggle {
  position:absolute;
  bottom:2rem;
  right:2rem;
  z-index:99;
  border:0;
  background: none;
  font-weight:600;
  cursor:pointer;
  opacity:.7;
  transition: opacity .3s;
}
.video-toggle:hover {
  opacity:1;
}
.video-toggle svg {
  fill: var(--color-white);
  width:4rem;
  height:4rem;
}.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  content: '';
  display: inline-block;
  margin-inline-start: 0.4em;
  margin-inline-end: .8rem;
  margin-block-start: .7em;
  border-block-end: .15em solid currentColor;
  border-inline-start: .15em solid currentColor;
  width: .5em;
  height: .5em;
  transform: translateY(-100%) rotate(225deg);
  transition: all var(--transition-timing-fast);
}

.dropdown-toggle.show::after {
  transform: rotate(-45deg);
  margin-block-start: 0;
}

.dropdown-menu {
  position: absolute;
  margin: 0;
  min-width: 10rem;
  padding: 1.2rem 0;
  background-color: var(--color-primary);
  list-style: none;
}

.dropdown-menu[data-bs-popper] {
  inset-block-start: 100%;
  inset-inline-start: 0;
  margin-top: 1rem;
}

.dropdown-menu:not(.show) {
  display: none;
}

.dropdown-item {
  display: block;
  padding: 1rem 2rem;
  width: max-content;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--color-base);
  outline-offset: -0.8rem;
}.offcanvas {
  position: fixed;
  inset-block-end: 0;
  z-index: 501;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--color-base);
  visibility: hidden;
  background-color: var(--color-light);
  background-clip: padding-box;
  outline: 0;
  transition: transform var(--transition-timing-normal);
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

.offcanvas.offcanvas-start {
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  max-width: 50rem;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 100%;
  max-width: 50rem;
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  height: 30vh;
  max-height: 100%;
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  inset-inline-end: 0;
  inset-inline-start: 0;
  height: 30vh;
  max-height: 100%;
  transform: translateY(100%);
}

.offcanvas.offcanvas-bottom-full {
  inset-inline-end: 0;
  inset-inline-start: 0;
  height: 100%;
  max-height: unset;
  transform: translateY(100%);
}

.offcanvas-header {
  padding: var(--container-gutter-x);
}

.offcanvas-body {
  overflow-y: auto;
  padding: var(--container-gutter-x);
}

.offcanvas:has(.offcanvas-body) .offcanvas-header {
  padding-block-end: calc(var(--container-gutter-x)/2);
}

.offcanvas:has(.btn-close) .offcanvas-header {
  padding-inline-end: calc(var(--container-gutter-x) + 4rem);
}

.offcanvas .btn-close {
  position: absolute;
  inset-block-start: var(--container-gutter-x);
  inset-inline-end: var(--container-gutter-x);
}
.offcanvas .btn-close svg {
  height:.6em;
}

@media (min-width:769px) {
  .offcanvas {
    --container-gutter-x: 4rem;
  }
}.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: rgba(var(--color-black-rgb), 0.7);
  transition: opacity var(--transition-timing-normal);
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}.breadcrumbs li {
  display: inline;
  overflow-wrap: normal;
}

.breadcrumbs li:not(:last-child)::after {
  content: '>';
  margin-inline: 0.5em;
}

.breadcrumbs a {
  color: unset;
  text-decoration: none;
}

.breadcrumbs .active-node {
  color: var(--color-primary);
}.hs-form {
  --form-input-accent-color: var(--color-base);
  --form-input-border-color: var(--color-gray-subtle);
  --form-input-border-style: solid;
  --form-input-border-width: 0px 0px 1px 0px;
  --form-input-checkbox-border-width: 1px;
  --form-input-border-radius: 0;
  --form-checkbox-border-radius: 0;
  --form-input-padding: 1rem 1rem 1rem 0rem;
  --form-input-background-color: var(--color-white);
  --form-input-font-size: 1.8rem;
  --form-input-font-weight: 400;
  --form-input-focus-border-color: var(--color-primary);
  --form-input-focus-shadow-color: rgba(var(--color-primary-rgb), 50%);
  --form-input-checkbox-size: 2rem;
  --form-label-font-size: 1.8rem;
  --form-input-text-color: var(--color-base);
  --form-label-font-weight: 500;
  --form-label-text-color: var(--color-base);
  --form-legal-font-size: 1.8rem;
  --form-legal-font-weight: 400;
  --form-legal-text-color: var(--color-base);
  --form-error-font-size: 1.8rem;
  --form-error-font-weight: 400;
  --form-error-text-color:var(--color-danger);
  --form-layout-row-gap: calc(1.5*var(--container-gutter-x));
  --form-layout-column-gap: var(--container-gutter-x);
}

.hs-form {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.hs-form fieldset {
  max-width:100% !important;
}

.hs-form input {
  line-height: 1 !important;
}

.hs-form input[type="text"],
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="file"],
.hs-form .hs-input,
.hs-form select,
.hs-form textarea {
  margin: var(--form-input-margin);
  border-width: var(--form-input-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-input-border-radius);
  width: 100% !important;
  padding: var(--form-input-padding);
  background-color: var(--form-input-background-color);
  font-family: inherit;
  font-size: var(--form-input-font-size);
  font-weight: var(--form-input-font-weight);
  color: var(--form-input-text-color);
}

.hs-form input::placeholder,
.hs-form select::placeholder,
.hs-form textarea::placeholder {
  color: var(--color-gray-deep);
}

.hs-form input[type="checkbox"] {
  appearance: none;
  margin: var(--form-input-margin);
  border-width: var(--form-input-checkbox-border-width);
  border-style: var(--form-input-border-style);
  border-color: var(--form-input-border-color);
  border-radius: var(--form-checkbox-border-radius);
  width: var(--form-input-checkbox-size) !important;
  height: var(--form-input-checkbox-size) !important;
  background-color: var(--form-input-background-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hs-form input[type="checkbox"]:checked {
  background-color: var(--form-input-accent-color) !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/></svg>") 
}

.hs-form textarea {
  min-height: 15em;
}

.hs-form input:user-invalid,
.hs-form textarea:user-invalid,
.hs-form select:user-invalid {
  border-color: var(--color-danger);
}



.hs-form .hs-fieldtype-select .input:has(select) {
  position: relative;
}

.hs-form .hs-fieldtype-select .input:has(select)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-60%) rotate(-45deg);
  right: 2rem;
  font-size: var(--form-input-font-size);
  color: var(--form-input-text-color);
  border-block-end: 0.1rem solid currentColor;
  border-inline-start: 0.1rem solid currentColor;
  display: block;
  width: .8em;
  height: .8em;
  transition: all var(--transition-timing-fast)
}

.hs-form .input:has(select:focus):after {
  transform: translateY(-25%) rotate(135deg) !important;
  transition: all var(--transition-timing-fast);
}

.hs-form select {
  -webkit-appearance:none;
  line-height: 1.65;
}

.hs-form select option {
  color: initial;
  font-weight: 200;
}

.hs-form .hs-form-field {
  display: flex;
  flex-flow: column nowrap;
  column-gap: 4rem;
  row-gap: 1rem;
}

.hs-form .hs-form-booleancheckbox-display {
  display: flex;
  gap: 1em;
}

.hs-form .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}

.hs-form .hs-input.hs-fieldtype-intl-phone select {
  margin-bottom: 1.8rem;
  width: 100% !important;
  float: unset;
}

.hs-form label {
  font-size: var(--form-label-font-size);
  font-weight: var(--form-label-font-weight);
  color: var(--form-label-text-color);
}


.hs-form fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

.hs-form .legal-consent-container .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-form .legal-consent-container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hs-form .legal-consent-container,
.hs-form .legal-consent-container label {
  font-size: var(--form-legal-font-size) !important;
  font-weight: var(--form-legal-font-weight);
  color: var(--form-legal-text-color);
}

.hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  width: calc(100% - var(--form-input-checkbox-size));
}

.hs-form .hs-submit .actions {
  display: flex;
  justify-content: flex-end;
}

.hs-form .hs-error-msg,
.hs-form .hs_error_rollup .hs-error-msgs label {
  font-size: var(--form-error-font-size) !important;
  font-weight: var(--form-error-font-weight) !important;
  color: var(--form-error-text-color) !important;
}


.hs-form .form-columns-1,
.hs-form .form-columns-2,
.hs-form .form-columns-3 {
  display: flex;
  flex-direction: column;
  row-gap: var(--form-layout-row-gap);
  column-gap: var(--form-layout-column-gap);
}

.hs-form ul.inputs-list{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hs-form ul.inputs-list li::marker{
  content: "";
}

@media (min-width:993px) {
  
  .hs-form .hs-form-field .hs-error-msgs {
    width: 100%;
  }
  
  .hs-form .form-columns-2,
  .hs-form .form-columns-3 {
    flex-direction: row;
  }

  .hs-form .form-columns-2 .hs-form-field {
    width: 50%;
  }
  
  .hs-form .form-columns-3 .hs-form-field {
    width: calc(100%/3);
  }
  
}

@media (max-width:992px) {
  .hs-form {
    --form-input-padding: 1.4rem;
    --form-input-font-size: 1.6rem;
    --form-label-font-size: 1.8rem;
  }
  .hs-form .hs-form-field {
    width:100% !important;
  }
  .hs_newsletter label,
  .hs_informativa_privacy label {
    font-size: 1.6rem;
  }
  .hs-form input[type="checkbox"] {
    width: calc( var(--form-input-checkbox-size) - 10px ) !important;
    height: calc( var(--form-input-checkbox-size) - 10px ) !important;
  }
}.fancy-card {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  background: transparent;
}

.fancy-card figure {
  position: relative;
  display: block;
  margin: 0;
  padding-block-end: 6rem;
  transition: transform var(--transition-timing-normal);
}

.fancy-card figure .images {
  display: flex;
  position: relative;
  justify-content: center;
  margin-inline: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  aspect-ratio: .925;
  overflow: hidden;
}

.fancy-card figure .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancy-card figure .images .image-main {
  z-index: 1;
}

.fancy-card figure .images .image-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity var(--transition-timing-normal);
}

.fancy-card figure figcaption {
  position: absolute;
  inset: auto 50% 0rem 50%;
  z-index: 3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 80%;
  height: 12rem;
  padding: 1rem;
  background: var(--color-white);
  text-align: center;
  box-shadow: .5rem .5rem 1rem rgba(var(--color-black-rgb), 0.2);
  transform: translate(-50%, 0%);
  transition: opacity var(--transition-timing-normal), transform var(--transition-timing-normal);
}

.fancy-card:hover figure .image-hover,
.fancy-card:focus figure .image-hover,
.fancy-card:active figure .image-hover {
  opacity: 1;
}

button.fancy-card {
  cursor: pointer;
  border-radius: 1rem;
}


button.fancy-card:hover figure figcaption,
button.fancy-card:focus figure figcaption,
button.fancy-card:active figure figcaption {
  transform: translate(-50%, -25%);
}:root {
  --header-height-top: 13.6rem;
  --header-height-scrolled: 7.8rem;
  --header-height-dynamic: var(--header-height-top);
  --scroll-padding-top: var(--header-height-dynamic);
}

:root:has(#header_website.scrolled) {
  --header-height-dynamic: var(--header-height-scrolled);
}


@media (min-width:769px) {
  :root {
    --header-height-top: 16.3rem;
    --header-height-scrolled: 9.8rem;
  }
}

#header_website {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  inset: 0 0 auto 0;
  z-index: 500;
  width: 100%;
  max-height:12rem;
}

#header_website .header-main {
  inset: 0 0 auto 0;
}

#header_website .header-main {
  position:relative;
  height: 100%;
  max-height:12rem;
}
#header_website .header-main:after {
  position:absolute;
  content: '';
  top:0;
  left:0;
  bottom:100%;
  right:100%;
  width:100%;
  height:100%;
  background: transparent;
  transition: background .3s;
}
#header_website .header-main .container {
  position:relative;
  z-index:2;
  height:100%;
}

#header_website .header-main .wrapper {
  display:flex;
  gap: clamp(2rem, 2vw, 4rem);
  justify-content: space-between;
  align-items:center;
}
#header_website .header-main .mod-brand {
  padding-block: 1rem;
}
#header_website #header_website_logo {
  height:12rem;
  transition: all .3s ease;
  display: flex;
/*  width: 23rem;*/
}

#header_website #header_website_logo svg {
  height:100%;
  width: auto;
}

/* scrolled */
#header_website.scrolled .header-main:after {
  background: var(--color-white);
}
#header_website.scrolled #header_website_logo {
  height:8rem;
}

#header_website .header-main .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-family: var(--font-family-sans);
}

#header_website .header-main .nav .nav-list {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}

#header_website .header-main .nav .nav-item {
  position:relative;
  display: flex;
  align-items:center;
  margin: 0;
  border: 0;
  padding: 1rem;
  background-color: transparent;
  text-decoration: none;
  line-height: 1;
  color: var(--color-primary);
  transition: color .3s;
  text-transform: uppercase;
  font-weight: 500;
  height:100%;
}
#header_website .header-main .nav .nav-item:before {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:0;
  background-color: var(--color-tertiary);
  transition: height .3s;
}
#header_website .header-main .nav .nav-item:hover {
  color: var(--color-tertiary);
}
#header_website .header-main .nav .nav-item:hover:before,
#header_website .header-main .nav .nav-item.current:before {
  height: .5rem;
}
#header_website .header-main .buttons {
  display: flex;
  gap: 1rem;
  align-items: center;
}

#header_website_mobile_navigation .dropdown-menu {
  position: static;
}

#header_website_mobile_navigation .nav-list {
  display: flex;
  flex-direction: column;
  gap: calc(4rem - 0.8em);
  font-size: 2rem;
  color: var(--color-base);
}


#header_website_mobile_navigation .nav-item {
  margin: -1em;
  border: none;
  padding: 1em;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}


#header_website_mobile_navigation .dropdown-menu {
  background-color: var(--color-light);
}


@media (min-width:993px) {  
  #header_website .header-main .buttons #mobile_navigation_toggle {
    display: none;
  }  
}
  @media (max-width:992px) {     
    #header_website #header_website_logo {
      max-width:50%;
      height:9rem;
    }
    #header_website .header-main .nav {
      display: none;
    }  
}#footer_website {
  background-color: var(--color-light);
  padding-top:8rem;
  position:relative;
  clip-path: inset(0);
}
@media (min-width:993px) {
  #footer_website .footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top:8rem;
  }
}
#footer_website .footer-contents {
  display:flex;
  gap:2rem;  
  color: var(--color-base);
}
#footer_website .footer-contents .side.left {
  max-width:30rem;
}
#footer_website .footer-contents .side.right {
  width:100%;
}

#footer_website .footer-contents a:not(.nav-item) {
  color: var(--color-base);
}
#footer_website .company-info .contacts {
  margin-top: 4rem;
}

#footer_website .mod-brand a:before {
  display:none;
}

@media (min-width:993px) {
  footer .bottom .row-number-1.dnd-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width:1100px) {
  #footer_website .footer-contents {
    display:block;
  }
  footer .row-fluid > .widget-span .span3 {
    flex-basis: 50%;
  }
}
@media (max-width:992px) {
  footer .bottom .row-number-1.dnd-section {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
  footer .bottom .row-number-1.dnd-section .mod-rich-text {
    padding-top:2rem;
    border-top: 1px solid var(--color-base);
  }
}.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hide-scrollbar::-webkit-scrollbar { /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar for Firefox */
}

.stretched-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

.hidden {
  display: none !important;
}

@media (max-width:768px) { 
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width:769px) and (max-width:1100px) { 
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width:1101px) { 
  .hidden-desktop {
    display: none !important;
  }
}.swiper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper:has(.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic) {
  padding-block-end: 6.4rem;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
/*  align-items: center;*/
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

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

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
/*  height: 100%;*/
  position: relative;
  transition-property: transform;
  padding-bottom:1px;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-pagination-bullets {
  margin-block-start: 0rem;
  width: 100%;
  text-align: center;
}


.swiper-pagination-bullets-dynamic {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  z-index: 2;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right
}


.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  margin-inline: 0.4rem;
  border-radius: 50%;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  /*background: transparent;*/
  color: var(--color-primary);
  cursor: pointer;
  border: 1px solid #707070;
}

/*.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 100%;
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  background: currentColor;
}*/

.swiper-pagination-bullet-active {
  color: var(--color-primary);
  background-color: var(--color-primary);
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
}

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

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  padding: 0;
  border: 1px solid var(--color-gray-subtle);
  border-radius: 50%;
  background: var(--color-white);
  font-size: 3rem;
  cursor: pointer;
  transition: background var(--transition-timing-normal);
}

.swiper-button:hover,
.swiper-button:focus {
  color: var(--white);
  background: rgba(var(--color-primary-rgb), 0.7);
}

.swiper-button svg {
  height: 2rem;
  width: 1.1rem;
  fill: var(--color-white);
}
.swiper-button:hover svg,
.swiper-button:focus svg {
  fill: var(--color-white);
}

.swiper .swiper-navigation {
  position:relative;
  margin-top:1rem;
}
.swiper .swiper-navigation .buttons {
  gap: 1px;
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  width:100%;
}
.swiper .swiper-navigation .swiper-button {
  background-color: rgba(var(--color-primary-rgb), calc(100 /100));
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  opacity:1;
}
.swiper .swiper-navigation .swiper-button.swiper-button-disabled {
  background-color: rgba(var(--color-primary-rgb), calc(50 /100));
  color: white;
  opacity:1;
}

/* Swiper fade effect */
.swiper-fade .swiper-slide {
  transition-property: opacity;
  transition-duration: .3s;
  pointer-events: none;
}

.swiper-fade .swiper-slide {
  opacity: 0;
  z-index: 0;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.swiper-fade .swiper-slide {
  transition-property: opacity;
}


@media (min-width:993px) {
  
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    inset-block-start: 0;
    z-index: 1;
  }
  .swiper-button-prev {
    inset-inline-end: 1rem;
  }
  .swiper-button-next {
    inset-inline-end: 0;
  }
  
}

@media (max-width:992px) {
  
  .swiper-navigation {
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding-bottom: 2rem;
  }
  .swiper-button {
    font-size: 4rem;
  }
  
}/* ANIMATIONS EFFECTS - PURE CSS*/

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateY(0%); }
  15% { transform: translateY(-25%); }
  30% { transform: translateY(20%); }
  45% { transform: translateY(-15%); }
  60% { transform: translateY(10%); }
  75% { transform: translateY(-5%); }
  100% { transform: translateY(0%); }
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.shake {
  animation: shake 2s ease infinite;
}
@keyframes shake {
	0%, 100% {transform: translateY(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
	20%, 40%, 60%, 80% {transform: translateY(10px);}
}/*test*/