:root {--color-base: #000000;
    --color-base-rgb: 0, 0, 0;--color-background: #ffffff;
    --color-background-rgb: 255, 255, 255;--color-primary: #B9CB39;
    --color-primary-rgb: 185, 203, 57;--color-primary-subtle: #f1f5d7;
    --color-primary-subtle-rgb: 241, 245, 215;--color-secondary-subtle: #c9c1d8;
    --color-secondary-subtle-rgb: 201, 193, 216;--color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;--color-light: #f5f5f7;
    --color-light-rgb: 245, 245, 247;--color-gray-subtle: #CCCCCC;
    --color-gray-subtle-rgb: 204, 204, 204;--color-gray: #999999;
    --color-gray-rgb: 153, 153, 153;--color-dark-subtle: #333333;
    --color-dark-subtle-rgb: 51, 51, 51;--color-dark: #232323;
    --color-dark-rgb: 35, 35, 35;--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: 174rem;
  --container-max-width-md: 120rem;
  --container-max-width: var(--container-max-width-md);
  --container-gutter-x: 2rem;
  --section-padding-x: var(--container-gutter-x);
  --section-padding-y: 6rem;
  --font-family-serif: 'Maitree', serif;
  --font-family-sans: 'Poppins', sans-serif;
  --font-family-body: var(--font-family-serif);
  --font-family-headings: var(--font-family-sans);
}

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

@media (min-width:769px) {
  
  :root {
    --section-padding-y: 12rem;
  }
  
}/*! 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 {
  margin-inline: auto;
  max-width: var(--container-max-width);
}

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

.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);
}.row-fluid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

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

@media (min-width:769px) {
  
  .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: 2rem;
  --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:1201px) {
  .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-primary);
  color: var(--color-base);
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-block: 0;
  font-family: var(--font-family-headings);
}

a {
  color: var(--color-primary);
}body { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }.b { 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) {
    .b-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) {
    .b-mobile { font-size: clamp(1.6rem, 1.6rem + calc(0.16666666666666663vw*var(--viewport-factor)), 1.8rem);
    font-weight: 400;
    line-height: 1.6; }
  }.b1 { font-size: clamp(1.8rem, 1.8rem + calc(0.16666666666666663vw*var(--viewport-factor)), 2rem);
    font-weight: 500;
    line-height: 1.6; }

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

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

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

  @media (max-width:768px) {
    .b2-mobile { font-size: clamp(2.6rem, 2.6rem + calc(1.833333333333333vw*var(--viewport-factor)), 4.8rem);
    font-weight: 500;
    line-height: 1.6; }
  }h1 { font-size: clamp(3.128rem, 3.128rem + calc(3.06vw*var(--viewport-factor)), 6.8rem);
    font-weight: 700;
    line-height: 1.2; }.h1 { font-size: clamp(3.128rem, 3.128rem + calc(3.06vw*var(--viewport-factor)), 6.8rem);
    font-weight: 700;
    line-height: 1.2; }

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

  @media (max-width:768px) {
    .h1-mobile { font-size: clamp(3.128rem, 3.128rem + calc(3.06vw*var(--viewport-factor)), 6.8rem);
    font-weight: 700;
    line-height: 1.2; }
  }h2 { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 700;
    line-height: 1.5; }.h2 { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 700;
    line-height: 1.5; }

  @media (min-width:769px) {
    .h2-desktop { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 700;
    line-height: 1.5; }
  }

  @media (max-width:768px) {
    .h2-mobile { font-size: clamp(2.2079999999999997rem, 2.2079999999999997rem + calc(2.16vw*var(--viewport-factor)), 4.8rem);
    font-weight: 700;
    line-height: 1.5; }
  }h3 { font-size: clamp(2.6rem, 2.6rem + calc(0.33333333333333326vw*var(--viewport-factor)), 3rem);
    font-weight: 600;
    line-height: 1.2; }.h3 { font-size: clamp(2.6rem, 2.6rem + calc(0.33333333333333326vw*var(--viewport-factor)), 3rem);
    font-weight: 600;
    line-height: 1.2; }

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

  @media (max-width:768px) {
    .h3-mobile { font-size: clamp(2.6rem, 2.6rem + calc(0.33333333333333326vw*var(--viewport-factor)), 3rem);
    font-weight: 600;
    line-height: 1.2; }
  }h4 { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 700;
    line-height: 1.5; }.h4 { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 700;
    line-height: 1.5; }

  @media (min-width:769px) {
    .h4-desktop { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 700;
    line-height: 1.5; }
  }

  @media (max-width:768px) {
    .h4-mobile { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 700;
    line-height: 1.5; }
  }h5 { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 600;
    line-height: 1.2; }.h5 { font-size: clamp(2rem, 2.0rem + calc(0.1666666666666668vw*var(--viewport-factor)), 2.2rem);
    font-weight: 600;
    line-height: 1.2; }

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

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

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

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

.btn {
  display: block;
  border: .1rem solid currentColor;
  border-radius: 2em;
  padding: 0.8em 1.4em;
  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: background var(--transition-timing-normal);
}



.btn-primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-base);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: var(--color-primary-subtle);
}

.btn-white {
  border-color: var(--color-white);
  background:var(--color-white);
  color: var(--color-base);
}

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



.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;
}.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

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

.dropdown-toggle.show::after {
  transform: rotate(-225deg);
}

.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.6rem;
  text-decoration: none;
  color: var(--color-base);
  outline-offset: -0.8rem;
}.offcanvas {
  position: fixed;
  inset-block-end: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--color-base);
  visibility: hidden;
  background-color: var(--color-background);
  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);
}

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

.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-primary);
  --form-input-border-color: var(--color-gray);
  --form-input-border-style: solid;
  --form-input-border-width: .1rem;
  --form-input-border-radius: .5rem;
  --form-checkbox-border-radius: .5rem;
  --form-input-padding: 1rem;
  --form-input-background-color: var(--color-white);
  --form-input-font-size: 1.6rem;
  --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: 2rem;
  --form-input-text-color: var(--color-base);
  --form-label-font-weight: 500;
  --form-label-text-color: var(--color-base);
  --form-legal-font-size: 1.6rem;
  --form-legal-font-weight: 400;
  --form-legal-text-color: var(--color-base);
  --form-error-font-size: 1.6rem;
  --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 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 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-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);
  height: var(--form-input-checkbox-size);
  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;
}

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

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


@media (min-width:769px) {
  
  .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:768px) {
  .hs-form {
    --form-input-padding: 1.4rem;
    --form-input-font-size: 1.6rem;
    --form-label-font-size: 1.8rem;
  }
}.fancy-card {
  display: block;
  border: none;
  padding: 0;
  width: 100%;
  background: transparent;
}

.fancy-card figure {
  position: relative;
  display: block;
  margin: 0;
  max-width: 400px;
  justify-self: center;
  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: absolute;
  top: 0;
  left: 0;
  right: 0;
  inset: 0 0 auto 0;
  z-index: 4;
}

#header_website.scrolled .header-main {
  position: fixed;
  width: 100%;
}

#header_website .header-up {
  padding-block: 1.8rem;
  background: var(--color-dark);
}

#header_website .header-main {
  inset: 0 0 auto 0;
  background: var(--color-background);
  transition: background-color var(--transition-timing-normal);
}

.page:not(:has(main .dnd-area .mod-hero)) #header_website:not(.scrolled) .header-main {
   border-block-end: .1rem solid var(--color-gray-subtle);
}

#header_website.scrolled .header-main {
  background: var(--color-primary);
}

#header_website .header-main .container{
  padding-block: 1rem;
}

#header_website .mod-brand {
  width: clamp(14rem, 12vw, 21.2rem);
}

#header_website .mod-brand .fill2 {
  transition: fill var(--transition-timing-normal);
}

#header_website.scrolled .mod-brand .fill2 {
  color: var(--color-white);
}

#header_website .header-main .wrapper {
  display:flex;
  gap: clamp(2rem, 2vw, 4rem);
  align-items: center;
  justify-content: space-between;
}

#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 {
  display: block;
  margin: 0;
  border: 0;
  padding: 1rem;
  background-color: transparent;
  text-decoration: none;
  line-height: 1;
  color: var(--color-base);
  transition: color .5s
}

#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 (max-width:768px) {
  
  #header_website .header-main .nav {
    display: none;
  }
  
}

@media (min-width:769px) {
  
  #header_website .header-main .buttons #mobile_navigation_toggle {
    display: none;
  }
  
}#footer_website .mod-brand svg {
  --color-base: var(--color-white);
}

#footer_website .dnd-column:has(.mod-contact-banner) {
  position: relative;
}

#footer_website .mod-contact-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  inset: 0 50% auto 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}.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;
}

.hidden {
  display: none !important;
}

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

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

@media (min-width:1201px) { 
  .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
}

.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: 4rem;
  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.2rem;
  border-radius: 50%;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: transparent;
  color: var(--swiper-pagination-bullet-color, var(--color-primary));
  cursor: pointer;
}

.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(--swiper-pagination-bullet-active-color, var(--color-primary));
}

.swiper-pagination-bullet-active::before {
  box-shadow: 0rem 0rem 0 .6rem var(--swiper-pagination-bullet-active-border-color, var(--color-white));
}

.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: 1em;
  width: 1em;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--color-white-rgb), 0.7);
  font-size: 7rem;
  cursor: pointer;
  transition: background var(--transition-timing-normal);
}

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

.swiper-button svg {
  height: 0.3em;
  width: 0.3em;
  fill: var(--color-black);
}

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

@media (max-width:768px) {
  
  .swiper-navigation {
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding-bottom: 2rem;
  }
  .swiper-button {
    font-size: 4rem;
  }
  
}