/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/theme.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* -------------------------------- VARIABLES ------------------------------- */
:root {
  --height-headerNav: 90px;
  --height-headerBanner: 30px;
  --spacing: 40px;
  --font-family-primary: "Poppins", sans-serif;
  --font-family-secondary: "Poppins", sans-serif;
  --font-size-default: 1.8rem;
  --font-size-h1: 5.4rem;
  --font-size-h2: 4.6rem;
  --font-size-h3: 3.8rem;
  --font-size-h4: 2rem;
  --font-size-h5: 2.6rem;
  --font-size-h6: 2.2rem;
  --font-size-button: 1.7rem;
  --font-size-xs: 1.5rem;
  --font-size-xl: 1.9rem;
  --font-size-xxs: 1.3rem;
  --color-light: rgb(255, 255, 255);
  --color-dark: rgb(0, 0, 0);
  --color-transparent: rgb(0, 0, 0, 0);
  --color-success: rgb(56, 191, 56);
  --color-warning: rgb(230, 124, 17);
  --color-error: rgb(230, 17, 17);
  --color-primary: rgb(164, 138, 102);
  --color-primary-light: rgb(209, 184, 142);
  --color-primary-dark: rgb(112, 84, 56);
  --color-secondary: rgb(51, 51, 51);
  --color-secondary-light: rgb(153, 153, 153);
  --color-secondary-dark: rgb(17, 17, 17);
  --color-tertiary: rgb(180, 180, 180);
  --color-tertiary-light: rgb(245, 245, 245);
  --color-tertiary-dark: rgb(140, 140, 140);
  --color-background-light: var(--color-tertiary-light);
  --color-background: var(--color-primary-dark);
  --color-background-dark: var(--color-secondary-dark);
  --color-text: var(--color-secondary);
  --color-text-light: var(--color-tertiary-dark);
  --color-text-dark: var(--color-secondary-dark);
  --color-link: var(--color-primary-dark);
  --color-link-hover: var(--color-primary);
  --box-shadow--black: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  --box-shadow--black-dark: 0 0 60px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  :root {
    --font-size-default: 2rem;
    --font-size-button: 1.8rem;
    --font-size-xl: 2.2rem;
    --font-size-xs: 1.6rem;
  }
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- FRAMEWORKS ------------------------------- */
/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 478px) {
  .container-sm, .container {
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 90vw;
  }
}
@media (min-width: 1240px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 90vw;
  }
}
@media (min-width: 1840px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 90vw;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 478px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1240px;
  --bs-breakpoint-xxl: 1840px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 478px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1840px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 478px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1240px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1840px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.container {
  max-width: 90vw;
}
@media screen and (min-width: 1840px) {
  .container {
    max-width: 1500px;
  }
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

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

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

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

/* Auto Height */
.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);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

:host(.swiper-vertical) > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
:host(.swiper-3d.swiper-css-mode) .swiper-wrapper {
  perspective: 1200px;
}

:host(.swiper-3d) .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
:host(.swiper-css-mode) > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

:host(.swiper-css-mode) > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > swiper-slide {
  scroll-snap-align: start start;
}

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

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

:host(.swiper-css-mode.swiper-free-mode) > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > swiper-slide {
  scroll-snap-align: none;
}

:host(.swiper-centered) > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

:host(.swiper-centered.swiper-horizontal) > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

:host(.swiper-centered.swiper-vertical) > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

:host(.swiper-virtual.swiper-css-mode) .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

:host(.swiper-virtual.swiper-css-mode.swiper-horizontal) .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

:host(.swiper-virtual.swiper-css-mode.swiper-vertical) .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
:host(.swiper-rtl) .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
:host(.swiper-rtl) .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
:host(.swiper-rtl) .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
:host(.swiper-rtl) .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

:host(.swiper-rtl) .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

:host(.swiper-grid) > .swiper-wrapper {
  flex-wrap: wrap;
}

:host(.swiper-grid-column) > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade swiper-slide swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube swiper-slide swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube swiper-slide-next + swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip swiper-slide swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- CUSTOM --------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- RESET --------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

html {
  font-size: 10px;
  font-size: 62.5% !important;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html img,
html video {
  max-width: 100%;
  height: auto;
}
html svg {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
b,
strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------------- FONTS --------------------------------- */
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------- KEYFRAMEs ------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes banner {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes gradientMoving {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes floating {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(6%, 6%) rotate(2deg);
  }
  50% {
    transform: translate(6%, -6%);
  }
  75% {
    transform: translate(-6%, -6%) rotate(-2deg);
  }
}
@keyframes floating-light {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(1%, 1%);
  }
  50% {
    transform: translate(1%, -1%);
  }
  75% {
    transform: translate(-1%, -1%);
  }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------- ELEMENTS -------------------------------- */
b,
strong,
.b,
.strong {
  font-weight: 700;
}

em,
.em {
  font-style: italic;
}

p,
.p {
  margin-bottom: 1rem;
}

ul,
.ul {
  margin-bottom: 1rem;
  padding-left: 15px;
  list-style-image: url(../3759a5f09c2ae473d0de.svg);
}

ol,
.ol {
  margin-bottom: 1rem;
  padding-left: 15px;
}

li,
.li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

hr,
.hr {
  margin: 20px 0 20px 0;
}

a:not([class]) {
  color: var(--color-link);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:not([class]):hover {
  color: var(--color-link-hover);
}

.title-h0 {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  line-height: calc(var(--font-size-default) * 1.6);
  font-weight: inherit;
  text-transform: inherit;
}

h1,
.title-h1,
.elementor .title-h1 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h1);
  line-height: calc(var(--font-size-h1) * 1.15);
  font-weight: 500;
  line-height: 1.1;
}

h2,
.title-h2,
.elementor .title-h2 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h2);
  line-height: calc(var(--font-size-h2) * 1.15);
  font-weight: 500;
  text-transform: inherit;
}

h3,
.title-h3,
.elementor .title-h3 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h3);
  line-height: calc(var(--font-size-h3) * 1.35);
  font-weight: 500;
}

h4,
.title-h4,
.elementor .title-h4 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h4);
  line-height: calc(var(--font-size-h4) * 1.35);
  font-weight: 500;
  text-transform: inherit;
}

h5,
.title-h5,
.elementor .title-h5 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h5);
  line-height: calc(var(--font-size-h5) * 1.35);
  font-weight: 500;
  text-transform: inherit;
}

h6,
.title-h6,
.elementor .title-h6 .elementor-size-default {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h6);
  line-height: calc(var(--font-size-h6) * 1.35);
  font-weight: 700;
  text-transform: uppercase;
}

.title-h7 {
  margin-bottom: 1rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  line-height: calc(var(--font-size-xl) * 1.35);
  font-weight: 700;
  text-transform: inherit;
}

span.span-white,
.span.span-white {
  color: var(--color-light);
}
span.span-primary,
.span.span-primary {
  color: var(--color-primary);
}
span.span-secondary,
.span.span-secondary {
  color: var(--color-secondary);
}
span.span-tertiary,
.span.span-tertiary {
  color: var(--color-tertiary);
}
span.span-primary-dark,
.span.span-primary-dark {
  color: var(--color-primary-dark);
}
span.span-text-light,
.span.span-text-light {
  color: var(--color-text-light);
}
span.span-xs,
.span.span-xs {
  font-size: var(--font-size-xs);
}
span.span-xl,
.span.span-xl {
  font-size: var(--font-size-xl);
}
span.span-uppercase,
.span.span-uppercase {
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 1px;
}

i,
.icon {
  display: inline-flex;
  vertical-align: middle;
}
i.icon-moveable,
.icon.icon-moveable {
  padding-right: 10px;
  padding-left: 10px;
  transition: padding 0.3s ease-in-out;
}
i.icon-primary,
.icon.icon-primary {
  color: var(--color-primary);
}
i.icon-secondary,
.icon.icon-secondary {
  color: var(--color-secondary);
}
i.icon-tertiary,
.icon.icon-tertiary {
  color: var(--color-tertiary-light);
}
i.icon-white,
.icon.icon-white {
  color: var(--color-light);
}

button,
.button,
#tarteaucitronRoot #tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert,
.elementor .elementor-button-danger .elementor-button,
.elementor .elementor-button-warning .elementor-button,
.elementor .elementor-button-success .elementor-button,
.elementor .elementor-button-info .elementor-button,
.wpcf7 .wpcf7-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 55px;
  margin: 0.25rem;
  padding: 15px 40px;
  border-radius: 8px;
  border: 2px solid var(--color-text);
  background-color: var(--color-text);
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-button);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
button.button-disabled,
.button.button-disabled,
#tarteaucitronRoot .button-disabled#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-disabled.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-disabled.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-disabled.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-disabled#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-disabled.elementor-button,
.elementor .elementor-button-warning .button-disabled.elementor-button,
.elementor .elementor-button-success .button-disabled.elementor-button,
.elementor .elementor-button-info .button-disabled.elementor-button,
.wpcf7 .button-disabled.wpcf7-submit,
.wpcf7 .wpcf7-submit[disabled] {
  cursor: not-allowed !important;
  opacity: 0.3;
  filter: grayscale(0.6);
}
button:not(.button-disabled),
.button:not(.button-disabled),
#tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled),
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled),
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled),
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled),
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled),
.elementor .elementor-button-danger .elementor-button:not(.button-disabled),
.elementor .elementor-button-warning .elementor-button:not(.button-disabled),
.elementor .elementor-button-success .elementor-button:not(.button-disabled),
.elementor .elementor-button-info .elementor-button:not(.button-disabled),
.wpcf7 .wpcf7-submit:not(.button-disabled) {
  cursor: pointer;
}
button:not(.button-disabled):hover,
.button:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .elementor-button:not(.button-disabled):hover,
.wpcf7 .wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-text-dark);
  background-color: var(--color-text-dark) !important;
  color: var(--color-light);
}
button:not(.button-disabled):hover .icon-moveable,
.button:not(.button-disabled):hover .icon-moveable,
#tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled):hover .icon-moveable,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled):hover .icon-moveable,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover .icon-moveable,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover .icon-moveable,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled):hover .icon-moveable,
.elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover .icon-moveable,
.elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover .icon-moveable,
.elementor .elementor-button-success .elementor-button:not(.button-disabled):hover .icon-moveable,
.elementor .elementor-button-info .elementor-button:not(.button-disabled):hover .icon-moveable,
.wpcf7 .wpcf7-submit:not(.button-disabled):hover .icon-moveable {
  padding-right: 5px;
  padding-left: 15px;
}
button.button-primary, #tarteaucitronRoot #tarteaucitronServices button.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow,
.button.button-primary,
#tarteaucitronRoot .button-primary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronServices .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow,
.elementor .elementor-button-danger .button-primary.elementor-button,
.elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-warning .button-primary.elementor-button,
.elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-warning .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-warning .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-success .button-primary.elementor-button,
.elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success .elementor-button.tarteaucitronAllow,
.elementor .elementor-button-info .elementor-button,
.wpcf7 .wpcf7-submit {
  border-color: var(--color-primary);
  background-color: var(--color-primary) !important;
  color: var(--color-light);
}
button.button-primary:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices button.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop button.tarteaucitronAllow:not(.button-disabled):hover,
.button.button-primary:not(.button-disabled):hover,
#tarteaucitronRoot .button-primary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-warning .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-warning .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-success .button-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success .elementor-button.tarteaucitronAllow:not(.button-disabled):hover,
.elementor .elementor-button-info .elementor-button:not(.button-disabled):hover,
.wpcf7 .wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-primary-light);
  background-color: var(--color-primary-light) !important;
  color: var(--color-light);
}
button.button-secondary,
.button.button-secondary,
#tarteaucitronRoot .button-secondary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-secondary.elementor-button,
.elementor .elementor-button-warning .elementor-button,
.elementor .elementor-button-success .button-secondary.elementor-button,
.elementor .elementor-button-info .button-secondary.elementor-button,
.wpcf7 .button-secondary.wpcf7-submit {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary) !important;
  color: var(--color-light);
}
button.button-secondary:not(.button-disabled):hover,
.button.button-secondary:not(.button-disabled):hover,
#tarteaucitronRoot .button-secondary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-secondary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-secondary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-secondary.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-secondary.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-secondary-light);
  background-color: var(--color-secondary-light) !important;
  color: var(--color-light);
}
button.button-tertiary,
.button.button-tertiary,
#tarteaucitronRoot .button-tertiary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-tertiary.elementor-button,
.elementor .elementor-button-warning .button-tertiary.elementor-button,
.elementor .elementor-button-success .button-tertiary.elementor-button,
.elementor .elementor-button-info .button-tertiary.elementor-button,
.wpcf7 .button-tertiary.wpcf7-submit {
  border-color: var(--color-tertiary);
  background-color: var(--color-tertiary) !important;
  color: var(--color-light);
}
button.button-tertiary:not(.button-disabled):hover,
.button.button-tertiary:not(.button-disabled):hover,
#tarteaucitronRoot .button-tertiary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-tertiary.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-tertiary.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-tertiary-light);
  background-color: var(--color-tertiary-light) !important;
  color: var(--color-dark);
}
button.button-light,
.button.button-light,
#tarteaucitronRoot .button-light#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-light.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-light.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-light.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-light#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .elementor-button,
.elementor .elementor-button-warning .button-light.elementor-button,
.elementor .elementor-button-success .button-light.elementor-button,
.elementor .elementor-button-info .button-light.elementor-button,
.wpcf7 .button-light.wpcf7-submit {
  border-color: var(--color-light);
  background-color: var(--color-light) !important;
  color: var(--color-dark);
}
button.button-light:not(.button-disabled):hover,
.button.button-light:not(.button-disabled):hover,
#tarteaucitronRoot .button-light#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-light.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-light.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-light.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-light#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-light.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-light.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-light.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-light.wpcf7-submit:not(.button-disabled):hover {
  border: 2px solid var(--color-primary-light);
  background-color: var(--color-primary-light) !important;
  color: var(--color-light);
}
button.button-dark,
.button.button-dark,
#tarteaucitronRoot .button-dark#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-dark.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-dark.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-dark.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-dark#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-dark.elementor-button,
.elementor .elementor-button-warning .button-dark.elementor-button,
.elementor .elementor-button-success .button-dark.elementor-button,
.elementor .elementor-button-info .button-dark.elementor-button,
.wpcf7 .button-dark.wpcf7-submit {
  border-color: var(--color-dark);
  background-color: var(--color-dark) !important;
  color: var(--color-light);
}
button.button-dark:not(.button-disabled):hover,
.button.button-dark:not(.button-disabled):hover,
#tarteaucitronRoot .button-dark#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-dark.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-dark.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-dark.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-dark#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-dark.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-dark.wpcf7-submit:not(.button-disabled):hover {
  border: 2px solid var(--color-primary-light);
  background-color: var(--color-primary-light) !important;
  color: var(--color-light);
}
button.button-outline,
.button.button-outline,
#tarteaucitronRoot .button-outline#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline.elementor-button,
.elementor .elementor-button-warning .button-outline.elementor-button,
.elementor .elementor-button-success .button-outline.elementor-button,
.elementor .elementor-button-info .button-outline.elementor-button,
.wpcf7 .button-outline.wpcf7-submit {
  border-color: var(--color-background);
  background-color: var(--color-transparent) !important;
  color: var(--color-background);
}
button.button-outline:not(.button-disabled):hover,
.button.button-outline:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-outline.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-background);
  background-color: var(--color-background) !important;
  color: var(--color-dark);
}
button.button-outline-primary,
.button.button-outline-primary,
#tarteaucitronRoot .button-outline-primary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline-primary.elementor-button,
.elementor .elementor-button-warning .button-outline-primary.elementor-button,
.elementor .elementor-button-success .button-outline-primary.elementor-button,
.elementor .elementor-button-info .button-outline-primary.elementor-button,
.wpcf7 .button-outline-primary.wpcf7-submit {
  border-color: var(--color-primary);
  background-color: var(--color-transparent) !important;
  color: var(--color-primary);
}
button.button-outline-primary:not(.button-disabled):hover,
.button.button-outline-primary:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline-primary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-outline-primary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline-primary.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline-primary.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-primary-dark);
  background-color: var(--color-primary-dark) !important;
  color: var(--color-light);
}
button.button-outline-secondary,
.button.button-outline-secondary,
#tarteaucitronRoot .button-outline-secondary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline-secondary.elementor-button,
.elementor .elementor-button-warning .button-outline-secondary.elementor-button,
.elementor .elementor-button-success .elementor-button,
.elementor .elementor-button-info .button-outline-secondary.elementor-button,
.wpcf7 .button-outline-secondary.wpcf7-submit {
  border-color: var(--color-secondary);
  background-color: var(--color-transparent) !important;
  color: var(--color-secondary);
}
button.button-outline-secondary:not(.button-disabled):hover,
.button.button-outline-secondary:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline-secondary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline-secondary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline-secondary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline-secondary.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline-secondary.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-secondary-dark);
  background-color: var(--color-secondary-dark) !important;
  color: var(--color-light);
}
button.button-outline-tertiary,
.button.button-outline-tertiary,
#tarteaucitronRoot .button-outline-tertiary#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline-tertiary.elementor-button,
.elementor .elementor-button-warning .button-outline-tertiary.elementor-button,
.elementor .elementor-button-success .button-outline-tertiary.elementor-button,
.elementor .elementor-button-info .button-outline-tertiary.elementor-button,
.wpcf7 .button-outline-tertiary.wpcf7-submit {
  border-color: var(--color-tertiary);
  background-color: var(--color-transparent) !important;
  color: var(--color-dark);
}
button.button-outline-tertiary:not(.button-disabled):hover,
.button.button-outline-tertiary:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline-tertiary#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-outline-tertiary.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline-tertiary.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline-tertiary.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-tertiary-dark);
  background-color: var(--color-tertiary-dark) !important;
  color: var(--color-light);
}
button.button-outline-light,
.button.button-outline-light,
#tarteaucitronRoot .button-outline-light#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline-light.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline-light.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-light.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-light#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline-light.elementor-button,
.elementor .elementor-button-warning .button-outline-light.elementor-button,
.elementor .elementor-button-success .button-outline-light.elementor-button,
.elementor .elementor-button-info .button-outline-light.elementor-button,
.wpcf7 .button-outline-light.wpcf7-submit {
  border-color: var(--color-light);
  background-color: var(--color-transparent) !important;
  color: var(--color-light);
}
button.button-outline-light:not(.button-disabled):hover,
.button.button-outline-light:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline-light#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-light.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-light.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-light.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-light#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline-light.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline-light.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-outline-light.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline-light.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline-light.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-light);
  background-color: var(--color-light) !important;
  color: var(--color-dark);
}
button.button-outline-dark,
.button.button-outline-dark,
#tarteaucitronRoot .button-outline-dark#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-outline-dark.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-outline-dark.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-dark.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-dark#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-outline-dark.elementor-button,
.elementor .elementor-button-warning .button-outline-dark.elementor-button,
.elementor .elementor-button-success .button-outline-dark.elementor-button,
.elementor .elementor-button-info .button-outline-dark.elementor-button,
.wpcf7 .button-outline-dark.wpcf7-submit {
  border-color: var(--color-dark);
  background-color: var(--color-transparent) !important;
  color: var(--color-dark);
}
button.button-outline-dark:not(.button-disabled):hover,
.button.button-outline-dark:not(.button-disabled):hover,
#tarteaucitronRoot .button-outline-dark#tarteaucitronClosePanel:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-dark.tarteaucitronDeny:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronServices .button-outline-dark.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-dark.tarteaucitronAllow:not(.button-disabled):hover,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-dark#tarteaucitronCloseAlert:not(.button-disabled):hover,
.elementor .elementor-button-danger .button-outline-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-warning .button-outline-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-success .button-outline-dark.elementor-button:not(.button-disabled):hover,
.elementor .elementor-button-info .button-outline-dark.elementor-button:not(.button-disabled):hover,
.wpcf7 .button-outline-dark.wpcf7-submit:not(.button-disabled):hover {
  border-color: var(--color-dark);
  background-color: var(--color-dark) !important;
  color: var(--color-light);
}
button.button-square,
.button.button-square,
#tarteaucitronRoot .button-square#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-square.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-square.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-square.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-square#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-square.elementor-button,
.elementor .elementor-button-warning .button-square.elementor-button,
.elementor .elementor-button-success .button-square.elementor-button,
.elementor .elementor-button-info .button-square.elementor-button,
.wpcf7 .button-square.wpcf7-submit {
  border-radius: 0;
  padding: 20px;
  aspect-ratio: 1/1;
}
button.button-round,
.button.button-round,
#tarteaucitronRoot .button-round#tarteaucitronClosePanel,
#tarteaucitronRoot #tarteaucitronServices .button-round.tarteaucitronDeny,
#tarteaucitronRoot #tarteaucitronServices .button-round.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-round.tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-round#tarteaucitronCloseAlert,
.elementor .elementor-button-danger .button-round.elementor-button,
.elementor .elementor-button-warning .button-round.elementor-button,
.elementor .elementor-button-success .button-round.elementor-button,
.elementor .elementor-button-info .button-round.elementor-button,
.wpcf7 .button-round.wpcf7-submit {
  border-radius: 50%;
  padding: 20px;
  aspect-ratio: 1/1;
}

blockquote,
.blockquote,
.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: relative;
  margin-bottom: 1rem;
  padding: 15px 25px;
  border-left: 4px solid var(--color-background);
  line-height: 1.35;
}
blockquote::before,
.blockquote::before,
.wpcf7 .wpcf7-form .wpcf7-response-output::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--color-background);
  opacity: 0.1;
}
blockquote > *:last-child,
.blockquote > *:last-child,
.wpcf7 .wpcf7-form .wpcf7-response-output > *:last-child {
  margin-bottom: 0;
}
blockquote.blockquote-primary,
.blockquote.blockquote-primary,
.wpcf7 .wpcf7-form .blockquote-primary.wpcf7-response-output,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-left: 4px solid var(--color-primary);
}
blockquote.blockquote-primary::before,
.blockquote.blockquote-primary::before,
.wpcf7 .wpcf7-form .blockquote-primary.wpcf7-response-output::before,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output::before {
  background-color: var(--color-primary);
}
blockquote.blockquote-secondary,
.blockquote.blockquote-secondary,
.wpcf7 .wpcf7-form .blockquote-secondary.wpcf7-response-output {
  border-left: 4px solid var(--color-secondary);
}
blockquote.blockquote-secondary::before,
.blockquote.blockquote-secondary::before,
.wpcf7 .wpcf7-form .blockquote-secondary.wpcf7-response-output::before {
  background-color: var(--color-secondary);
}
blockquote.blockquote-tertiary,
.blockquote.blockquote-tertiary,
.wpcf7 .wpcf7-form .blockquote-tertiary.wpcf7-response-output {
  border-left: 4px solid var(--color-tertiary);
}
blockquote.blockquote-tertiary::before,
.blockquote.blockquote-tertiary::before,
.wpcf7 .wpcf7-form .blockquote-tertiary.wpcf7-response-output::before {
  background-color: var(--color-tertiary);
}
blockquote.blockquote-success,
.blockquote.blockquote-success,
.wpcf7 .wpcf7-form .blockquote-success.wpcf7-response-output {
  border-left: 4px solid var(--color-success);
}
blockquote.blockquote-success::before,
.blockquote.blockquote-success::before,
.wpcf7 .wpcf7-form .blockquote-success.wpcf7-response-output::before {
  background-color: var(--color-success);
}
blockquote.blockquote-error,
.blockquote.blockquote-error,
.wpcf7 .wpcf7-form .blockquote-error.wpcf7-response-output,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  border-left: 4px solid var(--color-error);
}
blockquote.blockquote-error::before,
.blockquote.blockquote-error::before,
.wpcf7 .wpcf7-form .blockquote-error.wpcf7-response-output::before,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.spam .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.failed .wpcf7-response-output::before,
.wpcf7 .wpcf7-form.aborted .wpcf7-response-output::before {
  background-color: var(--color-error);
}

form .form__group,
.form .form__group {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  width: 100%;
  margin-bottom: 8px;
}
form .form__item,
.form .form__item {
  padding: 8px;
}
form .form__control:-webkit-autofill, form .form__control:-webkit-autofill:focus,
.form .form__control:-webkit-autofill,
.form .form__control:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
form .form__control::-moz-placeholder, .form .form__control::-moz-placeholder {
  color: var(--color-tertiary);
}
form .form__control::placeholder,
.form .form__control::placeholder {
  color: var(--color-tertiary);
}
form .form__control:focus,
.form .form__control:focus {
  outline: unset;
  border-bottom: 2px solid var(--color-primary) !important;
}
form .form__control[type=text], form .form__control[type=email], form .form__control[type=tel], form .form__control[type=number], form .form__control[type=date], form .form__control[type=url], form .form__control[type=file],
.form .form__control[type=text],
.form .form__control[type=email],
.form .form__control[type=tel],
.form .form__control[type=number],
.form .form__control[type=date],
.form .form__control[type=url],
.form .form__control[type=file] {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 15px;
  border: inherit;
  border-bottom: 2px solid var(--color-tertiary);
  background-image: inherit;
  background-color: var(--color-transparent);
  color: var(--color-text-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
form .form__control[type=file],
.form .form__control[type=file] {
  cursor: pointer;
}
form .form__control[type=file]:hover,
.form .form__control[type=file]:hover {
  border-bottom: 2px solid var(--color-primary);
}
form .form__control:is(select),
.form .form__control:is(select) {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 15px 40px 15px 15px;
  border: inherit;
  border-bottom: 2px solid var(--color-tertiary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../0c33f435c464fb43c0f8.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
  background-color: var(--color-transparent);
  color: var(--color-text-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
form .form__control:is(textarea),
.form .form__control:is(textarea) {
  height: auto;
  min-height: 110px;
  width: 100%;
  padding: 15px;
  resize: none;
  border: inherit;
  border-bottom: 2px solid var(--color-tertiary);
  background-color: var(--color-transparent);
  background-image: inherit;
  color: var(--color-text-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
form .form__control[type=radio],
.form .form__control[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
form .form__control[type=radio] + label,
.form .form__control[type=radio] + label {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
form .form__control[type=radio] + label::before,
.form .form__control[type=radio] + label::before {
  content: "";
  display: block;
  margin-right: 8px;
  height: 15px;
  width: 15px;
  outline: 2px solid var(--color-text-dark);
  border-radius: 50%;
  border: 3px solid var(--color-light);
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
form .form__control[type=radio]:checked + label,
.form .form__control[type=radio]:checked + label {
  color: var(--color-text-dark);
}
form .form__control[type=radio]:checked + label::before,
.form .form__control[type=radio]:checked + label::before {
  background-color: var(--color-dark);
}
form .form__control[type=checkbox],
.form .form__control[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
form .form__control[type=checkbox] + label,
.form .form__control[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
form .form__control[type=checkbox] + label::before,
.form .form__control[type=checkbox] + label::before {
  content: "";
  display: block;
  margin-right: 8px;
  height: 15px;
  width: 15px;
  min-width: 15px;
  outline: 2px solid var(--color-text-dark);
  transition: all 0.3s ease-in-out;
  background: url(../553670b30cf70d23dc63.svg);
  background-color: var(--color-light);
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: contain;
}
form .form__control[type=checkbox]:checked + label::before,
.form .form__control[type=checkbox]:checked + label::before {
  background-position: 0 0;
}
form .form__control__prefix,
form .form__control__suffix,
.form .form__control__prefix,
.form .form__control__suffix {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  padding: 5px;
  color: var(--color-text);
  font-size: var(--font-size-xs);
  white-space: nowrap;
}
form .form__control__label,
.form .form__control__label {
  line-height: 1.35;
}
form .form__control__label b,
.form .form__control__label b {
  color: var(--color-primary);
}
form .form__label,
.form .form__label {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.35;
}
form .form__label b,
.form .form__label b {
  color: var(--color-primary);
}
form .form__alert,
.form .form__alert {
  position: relative;
  display: block;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 0 0 0.5em 0.5em;
  background-color: var(--color-error);
  color: #fff;
  font-size: var(--font-size-xs);
  font-weight: 500;
  text-align: center;
}
form .form__alert > span,
.form .form__alert > span {
  display: inline-block;
  padding: 5px 8px;
}
form .form__legend,
.form .form__legend {
  font-size: var(--font-size-xs);
  font-style: italic;
}

.line {
  white-space: nowrap;
  clip-path: inset(-15px 0 -5px 0);
}
.line span {
  white-space: initial;
}

.menu {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.link, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: var(--color-link);
  font-family: var(--font-family-primary);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.link.link-disabled, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-disabled#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-disabled.tarteaucitronDeny {
  opacity: 0.5;
  filter: grayscale(0.5);
}
.link:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:not(.link-disabled):hover {
  color: var(--color-primary-dark);
}
.link.link-text, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-text.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
  color: var(--color-text-dark);
}
.link.link-text:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link.tarteaucitronDeny:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-text.tarteaucitronDeny:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:hover {
  color: var(--color-primary);
}
.link.link-light, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-light#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-light.tarteaucitronDeny {
  color: var(--color-light);
}
.link.link-light:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-light#tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-light.tarteaucitronDeny:not(.link-disabled):hover {
  color: var(--color-text-light);
}
.link.link-primary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary.tarteaucitronDeny {
  color: var(--color-primary);
}
.link.link-primary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary#tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary.tarteaucitronDeny:not(.link-disabled):hover {
  color: var(--color-primary-dark);
}
.link.link-secondary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary.tarteaucitronDeny {
  color: var(--color-secondary-light);
}
.link.link-secondary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary#tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary.tarteaucitronDeny:not(.link-disabled):hover {
  color: var(--color-secondary-dark);
}
.link.link-tertiary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary.tarteaucitronDeny {
  color: var(--color-tertiary);
}
.link.link-tertiary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary#tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary.tarteaucitronDeny:not(.link-disabled):hover {
  color: var(--color-tertiary-dark);
}
.link:hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:hover .icon-moveable {
  padding-right: 5px;
  padding-left: 15px;
}

.badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: var(--color-background);
  color: var(--color-light);
  font-size: var(--font-size-xs);
}
.badge.badge-primary {
  background-color: var(--color-primary);
  color: var(--color-light);
}
.badge.badge-secondary {
  background-color: var(--color-secondary);
  color: var(--color-light);
}
.badge.badge-tertiary {
  background-color: var(--color-tertiary);
  color: var(--color-light);
}
.badge.badge-success {
  background-color: var(--color-success);
  color: var(--color-light);
}
.badge.badge-error {
  background-color: var(--color-error);
  color: var(--color-light);
}

.loader, .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
  background-color: #000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  visibility: hidden;
  position: relative;
}
.loader::before, .wpcf7 .wpcf7-form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loader.loader--active, .wpcf7 .wpcf7-form .loader--active.wpcf7-spinner {
  display: block;
  visibility: visible;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.pagination .page-numbers {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 5px;
  height: 50px;
  width: 50px;
  border-radius: 8px;
  background-color: var(--color-transparent);
  color: var(--color-text);
  font-size: var(--font-size-xl);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:not(.current):hover {
  background-color: var(--color-background-light);
}
.pagination .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-light);
}

.social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social .social__item {
  margin: 0.5rem;
  padding: 0;
  white-space: nowrap;
}
.social .social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-color: var(--color-secondary);
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.social .social__link:hover {
  background-color: var(--color-primary);
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--color-text-light);
}
.breadcrumb .breadcrumb__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .breadcrumb__item {
  margin-bottom: 0;
  list-style: none;
}
.breadcrumb .breadcrumb__link {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  vertical-align: middle;
  padding: 5px 10px;
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.66;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .breadcrumb__link:hover {
  opacity: 1;
}
.breadcrumb .breadcrumb__label {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  vertical-align: middle;
  padding: 5px 10px;
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.language-picker {
  z-index: 1;
  position: relative;
}
.language-picker .language__list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}
.language-picker li {
  list-style: none;
  margin-bottom: 0;
}
.language-picker li.current-lang a {
  color: #a48a66 !important;
}
.language-picker a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.language-picker a *,
.language-picker a img {
  margin: 0 !important;
  padding: 0 !important;
}
.language-picker a:hover {
  color: var(--color-text-light);
}

.wpcf7 .wpcf7-form .wpcf7-radio {
  padding: 0;
  border-bottom: none;
  background-color: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-radio span {
  cursor: pointer;
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-radio label {
  display: flex;
  padding-right: 15px;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] {
  opacity: 0;
  width: 1px;
  transform: translate(15px, 0);
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] + span {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  margin-left: -10px;
  padding: 5px;
  color: var(--color-text);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] + span::before {
  content: "";
  display: block;
  margin-right: 8px;
  height: 18px;
  width: 18px;
  outline: 2px solid var(--color-dark);
  border-radius: 50%;
  border: 3px solid var(--color-light);
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio]:checked + span {
  color: var(--color-text-dark);
  font-weight: 700;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio]:checked + span::before {
  background-color: var(--color-primary);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox {
  padding: 0;
  border-bottom: none;
  background-color: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox span {
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox label {
  display: flex;
  padding-right: 15px;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] {
  opacity: 0;
  width: 1px;
  transform: translate(15px, 0);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] + span {
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] + span::before {
  content: "";
  display: block;
  margin-right: 8px;
  height: 18px;
  width: 18px;
  outline: 2px solid var(--color-text-dark);
  transition: all 0.3s ease-in-out;
  background: url(../553670b30cf70d23dc63.svg);
  background-color: var(--color-light);
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: contain;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox]:checked + span {
  color: var(--color-primary);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox]:checked + span::before {
  border-color: var(--color-primary);
  background-position: 0 0;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-acceptance-missing {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 2px 8px;
  border-radius: 0;
  background-color: var(--color-error);
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xxs);
  font-weight: 500;
  text-align: center;
}
.wpcf7 textarea + .wpcf7-not-valid-tip {
  margin-top: -11px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-top: 3rem;
}
.wpcf7 .wpcf7-form.init .wpcf7-response-output, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output, .wpcf7 .wpcf7-form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7 .wpcf7-form .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

.elementor .e-con {
  margin-left: auto;
  margin-right: auto;
}
.page__main,
#the-content,
.section-archive-news,
.page__wrapper,
.elementor-1346 .elementor-element.elementor-element-bb2041e:not(.elementor-motion-effects-element-type-background),
#the-content > .elementor > .elementor-element {
  background: transparent !important;
}

body {
  background: #f0f0f0;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
}

.dg.ac {
  z-index: 2 !important;
}

.page__header .header__wrapper .header__navbar {
  padding-top: 7px;
  padding-bottom: 7px;
}

.logo svg path:first-child {
  fill: #151516;
}

.page__footer {
  background: transparent !important;
}

.footer__wrapper {
  background: #fff;
  border-radius: 30px;
  max-width: calc(100% - 30px) !important;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 !important;
}
.footer__wrapper .footer__bottombar,
.footer__wrapper .footer__navbar {
  border-radius: 0;
  background-color: transparent !important;
}

.elementor-1346 .elementor-element.elementor-element-5b06959:not(.elementor-motion-effects-element-type-background) {
  background: transparent !important;
}

.custom-svg-link svg path:nth-child(2) {
  fill: #757576;
}

.home-slider {
  position: relative;
}
.home-slider .home-slider__slides {
  display: flex;
  flex-direction: column;
}
.home-slider .home-slider__slide {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.home-slider .home-slider__slide .home-slider__slide__marquee {
  position: absolute;
  top: 0;
  left: 74vw;
  transform: rotate(90deg);
  width: 100vh;
  transform-origin: 0 0;
}
.home-slider .home-slider__slide .home-slider__slide__marquee .txt {
  height: 0;
}
.home-slider .home-slider__slide .home-slider__slide__content {
  width: 100%;
  max-width: 480px;
}
.home-slider .home-slider__slide .home-slider__slide__content p {
  margin-bottom: 3rem;
}
.home-slider .home-slider__slide .home-slider__slide__content a {
  text-decoration: none;
}
.home-slider .home-slider__slide .home-slider__slide__title {
  margin-bottom: 1.5rem;
}
.home-slider .home-slider__slide:nth-child(2) .home-slider__slide__marquee {
  left: 30vw;
}
.home-slider .home-slider__slide .scroll-down {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 50px;
  left: 10vw;
  cursor: pointer;
}
.home-slider .home-slider__slide .scroll-down path:nth-child(1) {
  transition: all ease-out 0.3s;
}
.home-slider .home-slider__slide .scroll-down:hover path:nth-child(1) {
  transform: translateY(10px);
}
.home-slider .home-slider__nav {
  display: none !important;
  /*
  position:absolute;
  top:calc(50vh - 15px);
  right:50px;
  letter-spacing: 4px;
  font-size:12Px;
  color:#5e5c5c;
  white-space: nowrap;

  strong {
  	color:#222;
  }
  */
}

.elementor-element-53ae99e0 .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  white-space: nowrap;
}
.elementor-element-53ae99e0 .elementor-widget-container .dark-switch {
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(90deg);
  width: 24px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.elementor-element-53ae99e0 .elementor-widget-container .dark-switch svg {
  width: 100%;
}
.elementor-element-53ae99e0 .elementor-widget-container .dark-switch svg path:nth-child(2) {
  opacity: 0;
}

div.elementor-560 > div {
  height: calc(100% - 80px) !important;
}

#nrg-video {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- DARK MODE ------------------------------- */
body.dark {
  background: #151516;
}
body.dark .custom-svg-link svg path:nth-child(2) {
  fill: #ffffff;
}
body.dark .hover-line:after {
  background: #fff !important;
}
body.dark.elementor-kit-7 h2,
body.dark.elementor-kit-7 a {
  color: #f0f0f0;
}
body.dark .elementor-1346 .elementor-element.elementor-element-20abeaf .elementor-post__title a,
body.dark .elementor-1346 .elementor-element.elementor-element-20abeaf .elementor-post__read-more,
body.dark .elementor-button {
  color: #f0f0f0 !important;
}
body.dark .page-scrolled #page__header {
  background-color: #1d1d1e !important;
}
body.dark .elementor-560 {
  background: #1d1d1e !important;
}
body.dark .elementor-kit-7 h1,
body.dark .elementor-kit-7 h2 {
  color: #f0f0f0;
}
body.dark .txt {
  color: #f0f0f0;
}
body.dark .txt i {
  background-color: transparent;
  color: #151516;
  text-shadow: -1px -1px 0 #5e5e5e, 1px -1px 0 #5e5e5e, -1px 1px 0 #5e5e5e, 1px 1px 0 #5e5e5e;
}
body.dark .elementor-1346 .elementor-element.elementor-element-20abeaf .elementor-post__excerpt p {
  color: #fff;
}
body.dark .scroll-down .elementor-button svg path {
  stroke: #fff;
}
body.dark .page__footer .footer__wrapper {
  background: #262627;
}
body.dark .page__footer .footer__wrapper .footer__title {
  color: #fff;
}
body.dark .page__footer .footer__wrapper .footer__navbar a {
  color: #fff;
}
body.dark .home-slider__nav strong {
  color: #fff;
}
body.dark .dark-switch svg path:nth-child(2) {
  opacity: 1 !important;
}
body.dark .dark-switch svg path:nth-child(1) {
  opacity: 0;
}
body.dark .scroll-down path {
  stroke: #ffffff;
}

/* -------------------------------------------------------------------------- */
/* ---------------------------------- PAGE ---------------------------------- */
.page__wrapper {
  z-index: 1;
  position: relative;
  overflow-x: hidden !important;
  background-color: var(--color-light);
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}

.page__container {
  z-index: 1;
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  width: 100%;
  transition: top 0.3s ease-in-out;
}

.page__main {
  padding-top: var(--height-headerNav);
}

.page__preloader {
  z-index: 1090;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page__preloader .preloader__wrapper {
  z-index: 1;
  position: relative;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
.page__preloader .preloader__background {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-background-dark);
}
.page__preloader .preloader__main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: var(--color-light);
}
.page__preloader .preloader__logo img,
.page__preloader .preloader__logo svg {
  width: 50vw;
  max-width: 250px;
}

.page__header {
  z-index: 1030;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transition: top 0.3s ease-in-out;
}
.page__header::before {
  content: "";
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: var(--color-dark);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page__header .header__wrapper {
  z-index: 1;
  position: relative;
}
.page__header .header__navbar {
  height: var(--height-headerNav);
  background-color: var(--color-light);
  transition: all ease 0.6s;
}
.page__header .header__navbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  padding: 0;
}
.page__header .header__navbar__group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.page__header .header__navbar__group > *:not(:last-child) {
  margin-right: 2vw;
}
.page__header .header__navbar__brand {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: calc(var(--height-headerNav) * 0.8);
  width: auto;
  max-width: 50vw;
  transition: all 0.6s ease;
}
.page__header .header__navbar__brand .custom-text-link {
  color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__brand .custom-text-link:hover {
  color: var(--color-primary);
}
.page__header .header__navbar__brand .custom-svg-link {
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--height-headerNav) * 0.8);
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__brand .custom-svg-link:hover {
  opacity: 0.75;
  filter: grayscale(1);
}
.page__header .header__navbar__brand .custom-logo-link {
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__brand .custom-logo-link > img,
.page__header .header__navbar__brand .custom-logo-link > picture > img {
  height: calc(var(--height-headerNav) * 0.8);
  max-height: 100%;
  width: auto;
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-button);
  font-weight: 700;
  -o-object-fit: contain;
     object-fit: contain;
}
.page__header .header__navbar__brand .custom-logo-link:hover {
  opacity: 0.75;
  filter: grayscale(1);
}
.page__header .header__navbar__burger {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--height-headerNav) * 0.75);
  width: calc(var(--height-headerNav) * 0.75);
  padding: 0;
  border-radius: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger {
  position: relative;
  display: block;
  background-color: var(--color-secondary);
  height: 4px;
  border-radius: 2px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger::before, .page__header .header__navbar__burger .icon-burger::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: var(--color-secondary);
  height: 4px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger::before {
  top: -10px;
  width: 90%;
}
.page__header .header__navbar__burger .icon-burger::after {
  bottom: -10px;
  width: 90%;
}
.page__header .header__navbar__burger:hover .icon-burger::before,
.page__header .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-primary);
}
.page__header .header__navbar__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: var(--height-headerNav);
}
.page__header .header__navbar__menu {
  flex-flow: row nowrap;
  height: 100%;
  margin-right: 4vw;
}
.page__header .header__navbar__menu .menu__item {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0;
  padding: 5px 1vw;
}
.page__header .header__navbar__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  width: auto;
  margin: 0;
  padding: 7.5px;
  color: var(--color-secondary);
  font-size: var(--font-size-default);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__menu .menu__link:hover {
  color: var(--color-secondary-light);
}
.page__header .header__navbar__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__navbar__menu .menu__dropdown {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: var(--color-light);
  list-style: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__menu .menu__item--active .menu__dropdown {
  height: auto;
  opacity: 1;
  box-shadow: var(--box-shadow--black);
  transform: translateY(-10px);
}
.page__header .header__navbar__menu .menu__dropdown .menu__link {
  color: var(--color-secondary);
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
}
.page__header .header__navbar__menu .menu__dropdown .menu__link:hover {
  color: var(--color-secondary-light);
}
.page__header .header__navbar__menu .menu__dropdown .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__navbar__menu .menu__item--parent > .menu__link::after {
  content: "";
  margin-left: 1rem;
  padding: 7.5px;
  background-image: url(../0c33f435c464fb43c0f8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__menu .menu__item--parent > .menu__link:hover::after {
  background-image: url(../0c33f435c464fb43c0f8.svg);
}
.page__header .header__navbar__menu .menu__item--parent.menu__item--active > .menu__link {
  color: var(--color-primary);
}
.page__header .header__navbar__menu .menu__item--parent.menu__item--active > .menu__link::after {
  background-image: url(../3edc67435cc173d2afe8.svg);
}
.page__header .header__mobile {
  z-index: -1;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.6s ease;
}
.page__header .header__mobile__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: auto;
  min-height: 100%;
  padding: var(--spacing);
  padding-top: calc(var(--height-headerNav) + var(--spacing));
  background-color: var(--color-background-light);
  box-shadow: var(--box-shadow--black-dark);
}
.page__header .header__mobile__menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.page__header .header__mobile__menu .menu__item {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0;
  padding: 1rem;
}
.page__header .header__mobile__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: auto;
  margin: 0;
  padding: 5px;
  background-color: var(--color-transparent);
  color: var(--color-secondary);
  font-size: var(--font-size-button);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.page__header .header__mobile__menu .menu__link:hover {
  color: var(--color-secondary-light);
}
.page__header .header__mobile__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__mobile__menu .menu__dropdown {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.page__header .header__mobile__menu .menu__item--active > .menu__dropdown {
  height: auto;
  opacity: 1;
  transform: translateY(1rem);
}
.page__header .header__mobile__menu .menu__dropdown .menu__item {
  padding: 0.5rem;
}
.page__header .header__mobile__menu .menu__dropdown .menu__link {
  color: var(--color-secondary);
  font-size: var(--font-size-default);
  text-transform: inherit;
}
.page__header .header__mobile__menu .menu__dropdown .menu__link:hover {
  color: var(--color-secondary-light);
}
.page__header .header__mobile__menu .menu__dropdown .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__mobile__menu .menu__item--parent > .menu__link {
  padding-left: 15px;
}
.page__header .header__mobile__menu .menu__item--parent > .menu__link::after {
  content: "";
  margin-left: 1rem;
  padding: 7.5px;
  background-image: url(../0c33f435c464fb43c0f8.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  transition: all 0.3s ease-in-out;
}
.page__header .header__mobile__menu .menu__item--parent.menu__item--active > .menu__link {
  color: var(--color-text-light);
}
.page__header .header__mobile__menu .menu__item--parent.menu__item--active > .menu__link::after {
  background-image: url(../0c33f435c464fb43c0f8.svg);
  transform: rotate(180deg);
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .page__header .header__navbar__burger {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .page__header .header__navbar__nav {
    display: none;
  }
}
.page__header.page__header--open::before {
  visibility: visible;
  opacity: 0.85;
}
.page__header.page__header--open .header__mobile {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.page__header.page__header--open .header__navbar__burger .icon-burger {
  background-color: var(--color-transparent) !important;
}
.page__header.page__header--open .header__navbar__burger .icon-burger::before {
  background-color: var(--color-secondary);
  transform: rotate(45deg) translate(10px, 6px) scale(1, 1);
}
.page__header.page__header--open .header__navbar__burger .icon-burger::after {
  background-color: var(--color-secondary);
  transform: rotate(-45deg) translate(8px, -5px) scale(1, 1);
}
.page__header.page__header--open .header__navbar__burger:hover .icon-burger::before, .page__header.page__header--open .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-primary);
}

.page__footer {
  z-index: 1;
  position: relative;
  background-color: var(--color-background-light);
}
.page__footer .footer__wrapper {
  padding-top: 40px;
}
.page__footer .footer__navbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.page__footer .footer__navbar > *:not(:last-child) {
  margin-right: 2vw;
}
.page__footer .footer__navbar__group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.page__footer .footer__navbar__group > *:not(:last-child) {
  margin-right: 4vw;
}
.page__footer .footer__navbar__brand {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.page__footer .footer__navbar__brand .custom-text-link {
  color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__navbar__brand .custom-text-link:hover {
  color: var(--color-primary);
}
.page__footer .footer__navbar__brand .custom-svg-link {
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__navbar__brand .custom-svg-link > svg {
  height: 120px;
  max-height: 100%;
  max-width: 100%;
  color: var(--color-light);
}
.page__footer .footer__navbar__brand .custom-svg-link:hover {
  opacity: 0.75;
  filter: grayscale(1);
}
.page__footer .footer__navbar__brand .custom-logo-link {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__navbar__brand .custom-logo-link > picture {
  max-height: 100%;
  max-width: 100%;
}
.page__footer .footer__navbar__brand .custom-logo-link > img,
.page__footer .footer__navbar__brand .custom-logo-link > picture > img {
  height: auto;
  max-height: 100%;
  width: auto;
  color: var(--color-white);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-button);
  font-weight: 500;
  -o-object-fit: contain;
     object-fit: contain;
}
.page__footer .footer__navbar__brand .custom-logo-link:hover {
  opacity: 0.75;
  filter: grayscale(1);
}
.page__footer .footer__navbar__menu .menu__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__footer .footer__navbar__menu .menu__item:not(:last-child) {
  margin-right: 30px;
}
.page__footer .footer__navbar__menu .menu__link {
  color: var(--color-secondary);
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__navbar__menu .menu__link:hover {
  color: var(--color-secondary-light);
}
.page__footer .footer__navbar__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__footer .footer__navbar__ctaction {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  white-space: nowrap;
}
.page__footer .footer__navbar__ctaction > *:not(:last-child) {
  margin-right: 2vw;
}
.page__footer .footer__navbar__social {
  padding: 10px 20px;
}
.page__footer .footer__navbar__partner {
  margin-top: 20px;
}
.page__footer .footer__navbar__media {
  display: inline-flex;
  width: 220px;
}
.page__footer .footer__navbar__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page__footer .footer__bottombar {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0 10px;
  border-top: 1px solid var(--color-tertiary);
}
.page__footer .footer__bottombar > *:not(:last-child) {
  margin-right: 2vw;
}
.page__footer .footer__bottombar__copyright {
  color: var(--color-tertiary);
  font-size: var(--font-size-xxs);
  font-weight: 500;
  text-align: center;
}
.page__footer .footer__bottombar__by {
  color: var(--color-tertiary);
  font-size: var(--font-size-xxs);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1023.98px) {
  .page__footer .footer__navbar {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .page__footer .footer__navbar > *:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page__footer .footer__navbar__group {
    display: flex;
    flex-flow: column nowrap;
  }
  .page__footer .footer__navbar__group > *:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .page__footer .footer__navbar__menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .page__footer .footer__navbar__menu .menu__item:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .page__footer .footer__bottombar {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .page__footer .footer__bottombar > *:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.page__banner {
  z-index: 1040;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  height: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--color-primary);
}
.page__banner .banner__text {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--color-light);
  font-size: var(--font-size-xs);
  font-weight: 700;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__text:is(a):hover {
  opacity: 0.75;
}
.page__banner .banner__button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: var(--height-headerBanner);
  width: var(--height-headerBanner);
  background-color: var(--color-primary-dark);
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__button:hover {
  opacity: 0.66;
}
.page__banner.page__banner--scrolling .banner__wrapper {
  justify-content: flex-start;
}
.page__banner.page__banner--scrolling .banner__text {
  animation: banner 10s infinite linear;
}

.page__popin {
  z-index: 1040;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page__popin::before {
  content: "";
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: var(--color-dark);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page__popin *[data-popin] {
  cursor: pointer;
}
.page__popin .popin__close {
  margin-left: auto;
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.page__popin .popin__close:hover {
  opacity: 0.6;
}
.page__popin .popin__wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  background-color: var(--color-light);
  box-shadow: var(--box-shadow--black-dark);
  transform: translate(0, 50px);
  transition: all 0.6s ease;
}
.page__popin .popin__head {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  max-height: 75px;
  padding: 15px;
  background-color: var(--color-background-dark);
}
.page__popin .popin__body {
  overflow-y: auto;
  height: auto;
  max-height: calc(90vh - 75px);
  border-top: 2px solid var(--color-background-dark);
}
.page__popin .popin__title {
  margin: 0;
  padding: 0 15px;
  font-size: var(--font-size-xs);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--color-light);
}
.page__popin .popin__media {
  overflow: hidden;
}
.page__popin .popin__media img,
.page__popin .popin__media video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.page__popin .popin__footer {
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 15px;
}
.page__popin figure {
  overflow: hidden;
  margin-bottom: 1rem;
}
.page__popin figure img,
.page__popin figure video {
  width: 100%;
  transform: scale(1, 1.02);
}
.page__popin.page__popin--open {
  visibility: visible;
  opacity: 1;
}
.page__popin.page__popin--open::before {
  visibility: visible;
  opacity: 0.85;
}
.page__popin.page__popin--open .popin__wrapper {
  transform: translate(0, 0);
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- SECTIONS -------------------------------- */
.section-page-maintenance {
  position: relative;
}
.section-page-maintenance .section__background {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-page-maintenance .section__wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding: 20px;
}
.section-page-maintenance .section__main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.section-page-maintenance .section__logo {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
}
.section-page-maintenance .section__title {
  color: var(--color-text-light);
  text-align: center;
}

.section-content-404 {
  position: relative;
}
.section-content-404 .section__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-content-404 .section__header {
  padding-bottom: 20px;
}
.section-content-404 .section__footer {
  padding-top: 20px;
}

.section-hero-page,
.section-hero-single,
.section-hero-archive {
  position: relative;
}
.section-hero-page .section__background,
.section-hero-single .section__background,
.section-hero-archive .section__background {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-background-dark);
}
.section-hero-page .section__wrapper,
.section-hero-single .section__wrapper,
.section-hero-archive .section__wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-hero-page .section__header,
.section-hero-single .section__header,
.section-hero-archive .section__header {
  padding-bottom: 20px;
}
.section-hero-page .section__breadcrumb,
.section-hero-single .section__breadcrumb,
.section-hero-archive .section__breadcrumb {
  color: var(--color-light);
}
.section-hero-page .section__breadcrumb .breadcrumb__link,
.section-hero-page .section__breadcrumb .breadcrumb__label,
.section-hero-single .section__breadcrumb .breadcrumb__link,
.section-hero-single .section__breadcrumb .breadcrumb__label,
.section-hero-archive .section__breadcrumb .breadcrumb__link,
.section-hero-archive .section__breadcrumb .breadcrumb__label {
  color: var(--color-light);
}
.section-hero-page .section__title,
.section-hero-single .section__title,
.section-hero-archive .section__title {
  color: var(--color-light);
}

.section-archive,
.section-archive-page,
.section-archive-news {
  position: relative;
}
.section-archive .section__list,
.section-archive-page .section__list,
.section-archive-news .section__list {
  display: flex;
  flex-flow: row wrap;
}
.section-archive .section__wrapper,
.section-archive-page .section__wrapper,
.section-archive-news .section__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-archive-related-news {
  position: relative;
}
.section-archive-related-news .section__wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-archive-related-news .section__background {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
  opacity: 0.1;
}
.section-archive-related-news .section__header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section-archive-related-news .section__footer {
  padding-top: 20px;
}
.section-archive-related-news .section__ctaction {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
.section-archive-related-news .section__swiper {
  overflow: visible;
}
.section-archive-related-news .section__swiper .swiper-wrapper {
  padding-bottom: 20px;
}
.section-archive-related-news .section__swiper .swiper-scrollbar {
  cursor: grab;
  height: 7px;
  width: 60%;
  margin: 0 20%;
}
.section-archive-related-news .section__swiper .swiper-scrollbar-drag {
  background-color: var(--color-primary-dark);
  transition: all 0.3s ease-in-out;
}
.section-archive-related-news .section__swiper .swiper-scrollbar-drag:hover {
  background-color: var(--color-primary);
}

.section-archive-featured-news {
  padding: 0 40px 120px;
}

.section-custom-example {
  position: relative;
}
.section-custom-example .section__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section__ctaction {
  display: flex;
  justify-content: flex-end;
}

.section__link {
  font-size: 1.6rem;
  font-weight: 500;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- EXCERPTS -------------------------------- */
/* EMPTY */
.excerpt-empty {
  padding: 20px;
}

/* NEWS */
.excerpt a {
  text-decoration: none;
}
.excerpt .excerpt__wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.excerpt .excerpt__image img {
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.excerpt .excerpt__header {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0;
}
.excerpt .excerpt__title {
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.excerpt .excerpt__content {
  text-transform: initial;
  color: var(--color-primary);
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
}
.excerpt .excerpt__badge {
  margin-bottom: 2rem;
}
.excerpt a:hover .excerpt__background img {
  opacity: 0.4;
  transform: scale(1.075);
}
.excerpt a:hover .excerpt__title {
  color: var(--color-primary);
}
@media screen and (max-width: 1023.98px) {
  .excerpt {
    width: 50% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .excerpt {
    width: 100% !important;
  }
  .excerpt .excerpt__wrapper {
    aspect-ratio: 16/9;
  }
}

/* ... */
/* -------------------------------------------------------------------------- */
/* ------------------------- PAGE TEMPLATES & EVENTS ------------------------ */
body.page-with-banner .page__container {
  top: var(--height-headerBanner);
  padding-bottom: var(--height-headerBanner);
}
body.page-with-banner .page__banner {
  height: var(--height-headerBanner);
  visibility: visible;
  opacity: 1;
}
body.page-with-banner .page__header {
  top: var(--height-headerBanner);
}

body.page-scrolled .page__header .header__navbar {
  box-shadow: var(--box-shadow--black);
}

body.page-scrolling .page__header:not(.page__header--open) .header__navbar {
  margin-top: calc(var(--height-headerNav) * -1);
}

body:not(.elementor-editor-active) [data-animation=reveal],
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body:not(.elementor-editor-active) [data-animation=reveal]:not(.--animated),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]):not(.--animated) {
  opacity: 0;
  transform: translate(0, 50px);
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(1),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(1),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(1),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(1) {
  transition-delay: 0.06s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(2),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(2),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(2),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(2) {
  transition-delay: 0.12s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(3),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(3),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(3),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(3) {
  transition-delay: 0.18s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(4),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(4),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(4),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(4) {
  transition-delay: 0.24s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(5),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(5),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(5),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(5) {
  transition-delay: 0.3s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(6),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(6),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(6),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(6) {
  transition-delay: 0.36s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(7),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(7),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(7),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(7) {
  transition-delay: 0.42s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(8),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(8),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(8),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(8) {
  transition-delay: 0.48s;
}
body:not(.elementor-editor-active) [data-animation=reveal] ~ * .--animated:nth-child(9),
body:not(.elementor-editor-active) [data-animation=reveal] + * .--animated:nth-child(9),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) ~ * .--animated:nth-child(9),
body:not(.elementor-editor-active) .page__main .elementor-element > .elementor-element > .elementor-element:not([data-animation]) + * .--animated:nth-child(9) {
  transition-delay: 0.54s;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-right] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-right]:not(.--animated) {
  opacity: 0;
  transform: translate(-100%, 0);
}
body:not(.elementor-editor-active) [data-animation=reveal-to-left] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-left]:not(.--animated) {
  opacity: 0;
  transform: translate(100%, 0);
}
body:not(.elementor-editor-active) [data-animation=reveal-to-top] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-top]:not(.--animated) {
  opacity: 0;
  transform: translate(0, 100%);
}
body:not(.elementor-editor-active) [data-animation=reveal-to-bottom] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-bottom]:not(.--animated) {
  opacity: 0;
  transform: translate(0, -100%);
}
body:not(.elementor-editor-active) [data-animation=reveal-to-shrink] {
  transition: opacity 0.9s ease, transform 0.9s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-shrink]:not(.--animated) {
  opacity: 0;
  transform: scale(1.1);
}
body:not(.elementor-editor-active) [data-animation=reveal-to-grow] {
  transition: opacity 0.9s ease, transform 0.9s ease !important;
}
body:not(.elementor-editor-active) [data-animation=reveal-to-grow]:not(.--animated) {
  opacity: 0;
  transform: scale(0.9);
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word,
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(1),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(1),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(1),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(1) {
  transition-delay: 0.03s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(2),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(2),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(2),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(2) {
  transition-delay: 0.06s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(3),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(3),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(3),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(3) {
  transition-delay: 0.09s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(4),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(4),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(4),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(4) {
  transition-delay: 0.12s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(5),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(5),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(5),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(5) {
  transition-delay: 0.15s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(6),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(6),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(6),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(6) {
  transition-delay: 0.18s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(7),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(7),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(7),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(7) {
  transition-delay: 0.21s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(8),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(8),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(8),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(8) {
  transition-delay: 0.24s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(9),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(9),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(9),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(9) {
  transition-delay: 0.27s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text] .word ~ *:nth-child(10),
body:not(.elementor-editor-active) [data-animation=reveal-text] .word + *:nth-child(10),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word ~ *:nth-child(10),
body:not(.elementor-editor-active) .page__main .elementor-heading-title .word + *:nth-child(10) {
  transition-delay: 0.3s;
}
body:not(.elementor-editor-active) [data-animation=reveal-text]:not(.--animated) .word,
body:not(.elementor-editor-active) .page__main .elementor-heading-title:not(.--animated) .word {
  opacity: 0;
  transform: translate(0, 100%);
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- OTHERS --------------------------------- */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--color-tertiary-dark);
}
html::-webkit-scrollbar {
  width: 9px;
  background-color: var(--color-tertiary-dark);
}
html::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
}

pre {
  position: relative;
  margin: 15px;
  padding: 15px;
  border-left: 3px solid rgb(120, 120, 120);
  background-color: rgb(240, 240, 240);
  color: rgb(120, 120, 120);
  font-style: italic;
}
pre::before {
  content: "Débug :";
  display: block;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 15px;
}

.grecaptcha-badge {
  z-index: 1030 !important;
  transform: translateX(-50px);
  visibility: hidden;
}

#tarteaucitronRoot * {
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-weight: 400 !important;
}
#tarteaucitronRoot button {
  border-radius: 0 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  z-index: 1060 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin: 2rem !important;
  padding: 0 !important;
  color: var(--color-text) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 400 !important;
  text-align: center !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert * {
  color: var(--color-text) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-weight: 400 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 600 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: var(--color-primary) !important;
  opacity: 1;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow:hover {
  background-color: var(--color-primary-dark) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  background-color: var(--color-text) !important;
  opacity: 0.75;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny:hover {
  background-color: var(--color-text-dark) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.75;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  opacity: 0.5;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  overflow: auto !important;
  flex-flow: row wrap !important;
  max-height: 80vh !important;
  width: 80% !important;
  max-width: 700px !important;
  padding: 30px !important;
  border-radius: 1em !important;
  background-color: var(--color-light) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: "";
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert {
  margin: 2rem !important;
  padding: 0 !important;
  padding-top: 70px !important;
  color: var(--color-text) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-weight: 400 !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert::before {
  content: "";
  position: absolute;
  left: 30px !important;
  top: 15px !important;
  width: 240px !important;
  height: 90px !important;
  background: url(../6ee2df1dd8756f72682c.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert * {
  color: var(--color-text) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-weight: 400 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert strong {
  font-weight: 600 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert {
  order: 1;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 0;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-button) !important;
  font-weight: 500 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
  order: 2;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 0;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-button) !important;
  font-weight: 500 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow .tarteaucitronCheck {
  padding-right: 7.5px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
  order: 4;
  position: absolute !important;
  right: 30px !important;
  top: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: var(--color-transparent) !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
  order: 3;
  margin: 2rem auto 0 !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronName * {
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 400 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH1 {
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-h6) !important;
  font-weight: 600 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH3,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  z-index: 1 !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-default) !important;
  font-weight: 400 !important;
  line-height: var(--font-size-default)0.5rem !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow {
  min-height: 45px;
  padding: 7.5px 30px !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-button) !important;
  font-weight: 500 !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny {
  min-height: 45px;
  padding: 7.5px 30px !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-button) !important;
  font-weight: 500 !important;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  z-index: 1030 !important;
  top: -10px;
  height: 25px !important;
  min-height: 25px !important;
  width: auto !important;
  padding: 15px !important;
  font-family: var(--font-family-primary) !important;
  font-size: var(--font-size-xs) !important;
  font-weight: 500 !important;
  text-transform: inherit !important;
}
#tarteaucitronRoot #tarteaucitronManager {
  overflow: hidden;
  display: flex !important;
  height: 45px !important;
  min-height: 45px !important;
  width: 45px !important;
  padding: 0 !important;
  margin: 0 17.5px !important;
  border-radius: 10px 10px 0 0 !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronManager:hover {
  opacity: 0.5;
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

#wpadminbar {
  animation: fadeIn 0.3s ease-in-out 2.6s reverse forwards;
}
#wpadminbar:hover {
  animation: fadeIn 0.3s ease-in-out normal forwards;
}
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background-color: var(--color-primary-dark);
  color: var(--color-light) !important;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover {
  background-color: var(--color-primary) !important;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover *,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover *,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover * {
  color: var(--color-light) !important;
}

.list-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}

.list-3 > * {
  width: calc(33.333% - 1.8rem);
}

@media (max-width: 1200px) {
  .list-3 > * {
    width: calc(50% - 1.8rem);
  }
}
@media (max-width: 767px) {
  .list-3 {
    flex-direction: column;
  }
  .list-3 > * {
    width: 100%;
  }
}

/*# sourceMappingURL=theme.min.css.map*/