/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./css/theme.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.has-primary-background-color {
  background: var(--wp--preset--color--primary);
}

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

.has-secondary-background-color {
  background: var(--wp--preset--color--secondary);
}

.has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.has-lightbrown-background-color {
  background: var(--wp--preset--color--lightbrown);
}

.has-lightbrown-color {
  color: var(--wp--preset--color--lightbrown);
}

.has-blue-background-color {
  background: var(--wp--preset--color--blue);
}

.has-blue-color {
  color: var(--wp--preset--color--blue);
}

.has-red-background-color {
  background: var(--wp--preset--color--red);
}

.has-red-color {
  color: var(--wp--preset--color--red);
}

.has-rose-background-color {
  background: var(--wp--preset--color--rose);
}

.has-rose-color {
  color: var(--wp--preset--color--rose);
}

.has-brown-background-color {
  background: var(--wp--preset--color--brown);
}

.has-brown-color {
  color: var(--wp--preset--color--brown);
}

.has-pastel-lightbrown-background-color {
  background: var(--wp--preset--color--pastel-lightbrown);
}

.has-pastel-lightbrown-color {
  color: var(--wp--preset--color--pastel-lightbrown);
}

.has-pastel-yellow-background-color {
  background: var(--wp--preset--color--pastel-yellow);
}

.has-pastel-yellow-color {
  color: var(--wp--preset--color--pastel-yellow);
}

.has-pastel-blue-background-color {
  background: var(--wp--preset--color--pastel-blue);
}

.has-pastel-blue-color {
  color: var(--wp--preset--color--pastel-blue);
}

.has-pastel-rose-background-color {
  background: var(--wp--preset--color--pastel-rose);
}

.has-pastel-rose-color {
  color: var(--wp--preset--color--pastel-rose);
}

.has-pastel-beige-background-color {
  background: var(--wp--preset--color--pastel-beige);
}

.has-pastel-beige-color {
  color: var(--wp--preset--color--pastel-beige);
}

.has-white-background-color {
  background: var(--wp--preset--color--white);
}

.has-white-color {
  color: var(--wp--preset--color--white);
}

.has-lightgrey-background-color {
  background: var(--wp--preset--color--lightgrey);
}

.has-lightgrey-color {
  color: var(--wp--preset--color--lightgrey);
}

.has-grey-background-color {
  background: var(--wp--preset--color--grey);
}

.has-grey-color {
  color: var(--wp--preset--color--grey);
}

.has-darkgrey-background-color {
  background: var(--wp--preset--color--darkgrey);
}

.has-darkgrey-color {
  color: var(--wp--preset--color--darkgrey);
}

.has-black-background-color {
  background: var(--wp--preset--color--black);
}

.has-black-color {
  color: var(--wp--preset--color--black);
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-10 16:50:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@keyframes appear-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes appear-from-bottom-small {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-from-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-from-right {
  animation: 400ms cubic-bezier(0.65, 0.05, 0.36, 1) slide-from-right both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drawline {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes bounce-spiriit {
  from, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(1);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -2px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -1px, 0) scaleY(1.02);
  }
}
/* ==========================================================================
#FOUNDATION FRAMEWORK
========================================================================== */
/**
* Foundation for Sites
* Version 6.8.1
* https://get.foundation
* Licensed under MIT Open Source
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns {
  min-width: 0;
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: white;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: black;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: black;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: white;
}
table.unstriped tbody {
  background-color: white;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.525, 243.525, 243.525);
}
table.hover tfoot tr:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
table.hover tbody tr:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.table-scroll {
  overflow-x: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  5. Improve text rendering
*/
body {
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* ==========================================================================
#SWIPER
========================================================================== */
/**
 * Swiper 7.0.6 - https://swiperjs.com/
 * Swiper Modular SCSS
 */
/**
* Swiper 11.1.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: April 9, 2024
*/
@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;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  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-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  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-cube-shadow {
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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));
}

.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-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);
  }
}
/* Slide styles end */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

: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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

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

/* Navigation font start */
.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:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

/* Navigation font end */
: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 {
  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;
}
.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;
}
.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;
}

/**
 * Some Customisation
 */
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.swiper-wrapper {
  box-sizing: border-box;
  list-style: none;
}

.swiper-free-mode {
  padding-bottom: 0;
  overflow: visible;
}
.swiper-free-mode .swiper-slide {
  width: auto;
}

.js-swiper-onebyone {
  padding-bottom: 0.625rem;
  overflow: visible;
}
.js-swiper-onebyone .swiper-slide {
  width: 100%;
  transition: all 0.4s ease(out-quad);
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  top: -2.9375rem;
  outline: none;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.25s ease(out-quad);
  overflow: hidden;
  color: black;
  z-index: 2;
  border: 1px solid black;
}
@media (max-width: 939px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: -2.0625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #ae8949;
  color: white;
  border: 1px solid #ae8949;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  border: 1px solid var(--theme-grey);
  color: var(--theme-grey);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 1.5rem;
  height: 1.5rem;
}

.swiper-button-prev {
  right: 4rem;
  left: auto;
}

.swiper-button-next {
  right: 0.625rem;
}

.swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
}
@media (min-width: 680px) {
  .swiper-pagination.swiper-pagination-bullets {
    justify-content: center;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
  background: black;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: black;
  outline: none;
}

.swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background: #ae8949;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/**
* Tom Select bootstrap 5
*/
/**
 * tom-select.css (v2.2.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
:root {
  --ts-pr-clear-button: 1rem;
  --ts-pr-caret: 1rem;
  --ts-pr-min: 0.75rem;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0.375rem 0.375rem 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #343a40;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #343a40;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  font-smoothing: inherit;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: none;
  cursor: text;
}

.ts-control {
  border: none;
  border-bottom: 2px solid #ae8949;
  padding: 0.625rem 2.25rem 0.375rem 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1.4375rem, 0.6701388889rem + 1.8055555556vw, 2.25rem);
  color: #ae8949;
  line-height: unset;
}
@media (max-width: 680px) {
  .ts-control {
    padding: 0.5rem 2.25rem 0.375rem 0;
  }
}

.full .ts-control {
  background-color: none;
}

.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  background: #efefef;
  color: #343a40;
  border: 0px solid #dee2e6;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #0d6efd;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
}

.ts-wrapper.multi.disabled .ts-control > div,
.ts-wrapper.multi.disabled .ts-control > div.active {
  color: #878787;
  background: white;
  border: 0px solid white;
}

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

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0px 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: calc(0.75rem + 5px);
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #e9ecef;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.375rem 0.375rem;
  color: #ae8949;
  min-width: 15rem;
  font-size: clamp(1rem, 0.8819444444rem + 0.2777777778vw, 1.125rem);
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 3px 0.75rem;
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #6c757d;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #e9ecef;
  color: #1e2125;
}

.ts-dropdown .active.create {
  color: #1e2125;
}

.ts-dropdown .create {
  color: rgba(52, 58, 64, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 0.75rem;
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 40vh;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.form-control,
.ts-wrapper.form-select {
  padding: 0 !important;
  height: auto;
  box-shadow: none;
  display: flex;
}

.ts-dropdown,
.ts-dropdown.form-control,
.ts-dropdown.form-select {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 0.375rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.ts-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}

.ts-dropdown .optgroup:first-child:before {
  display: none;
}

.ts-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-border-color-translucent);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.ts-dropdown .create {
  padding-left: 0.75rem;
}

.ts-dropdown-content {
  padding: 5px 0;
}

.ts-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
}

@media (prefers-reduced-motion: reduce) {
  .ts-control {
    transition: none;
  }
}
.ts-control.dropdown -active {
  border-radius: 0.375rem;
}

.focus .ts-control {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.ts-control .item {
  display: flex;
  align-items: center;
}

.ts-wrapper.is-invalid,
.was-validated .invalid,
.was-validated :invalid + .ts-wrapper {
  border-color: #dc3545;
}

.ts-wrapper.is-invalid:not(.single),
.was-validated .invalid:not(.single),
.was-validated :invalid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}

.ts-wrapper.is-invalid.single,
.was-validated .invalid.single,
.was-validated :invalid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}

.ts-wrapper.is-invalid.focus .ts-control,
.was-validated .invalid.focus .ts-control,
.was-validated :invalid + .ts-wrapper.focus .ts-control {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.ts-wrapper.is-valid,
.was-validated .valid,
.was-validated :valid + .ts-wrapper {
  border-color: #198754;
}

.ts-wrapper.is-valid:not(.single),
.was-validated .valid:not(.single),
.was-validated :valid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}

.ts-wrapper.is-valid.single,
.was-validated .valid.single,
.was-validated :valid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-repeat: no-repeat;
}

.ts-wrapper.is-valid.focus .ts-control,
.was-validated .valid.focus .ts-control,
.was-validated :valid + .ts-wrapper.focus .ts-control {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.ts-wrapper {
  min-height: calc(1.5em + 0.75rem + 2px);
  display: flex;
}

.input-group-sm > .ts-wrapper,
.ts-wrapper.form-select-sm,
.ts-wrapper.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .ts-wrapper .ts-control,
.ts-wrapper.form-select-sm .ts-control,
.ts-wrapper.form-control-sm .ts-control {
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.input-group-sm > .ts-wrapper.has-items .ts-control,
.ts-wrapper.form-select-sm.has-items .ts-control,
.ts-wrapper.form-control-sm.has-items .ts-control {
  font-size: 0.875rem;
  padding-bottom: 0;
}

.input-group-sm > .ts-wrapper.multi.has-items .ts-control,
.ts-wrapper.form-select-sm.multi.has-items .ts-control,
.ts-wrapper.form-control-sm.multi.has-items .ts-control {
  padding-top: calc((1.5em + 0.5rem + 2px - 1.3125rem - 4px) / 2) !important;
}

.ts-wrapper.multi.has-items .ts-control {
  padding-left: calc(0.75rem - 5px);
  --ts-pr-min: calc(0.75rem - 5px);
}

.ts-wrapper.multi .ts-control > div {
  border-radius: calc(0.375rem - 1px);
}

.input-group-lg > .ts-wrapper,
.ts-wrapper.form-control-lg,
.ts-wrapper.form-select-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .ts-wrapper .ts-control,
.ts-wrapper.form-control-lg .ts-control,
.ts-wrapper.form-select-lg .ts-control {
  border-radius: 0.5rem;
  font-size: 1.25rem;
}

.ts-wrapper:not(.form-control):not(.form-select) {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  background: none;
}

.ts-wrapper:not(.form-control):not(.form-select).single .ts-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23ae8949' fill-rule='evenodd' d='M20.17 7.77c.53.55.53 1.43 0 1.98l-7.21 7.48c-.53.55-1.39.55-1.92 0L3.82 9.75a1.44 1.44 0 0 1 0-1.98 1.32 1.32 0 0 1 1.92 0L12 14.26l6.26-6.5a1.32 1.32 0 0 1 1.91 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 25px;
}

.ts-wrapper.form-select,
.ts-wrapper.single {
  --ts-pr-caret: 2.25rem;
}

.ts-wrapper.form-control .ts-control,
.ts-wrapper.form-control.single.input-active .ts-control,
.ts-wrapper.form-select .ts-control,
.ts-wrapper.form-select.single.input-active .ts-control {
  border: none !important;
}

.ts-wrapper.form-control:not(.disabled) .ts-control,
.ts-wrapper.form-control:not(.disabled).single.input-active .ts-control,
.ts-wrapper.form-select:not(.disabled) .ts-control,
.ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
  background: transparent !important;
}

.input-group > .ts-wrapper {
  flex-grow: 1;
}

.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.accordion {
  border-top: 1px solid #dbd9d6;
}
.accordion:last-of-type {
  border-bottom: 1px solid #dbd9d6;
}

.accordion__panel[aria-hidden=true] {
  display: none;
}

.accordion__panel {
  animation: fadeIn 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
  margin-top: 0 !important;
  padding: 0 5.625rem 1.25rem 0;
}
@media (max-width: 939px) {
  .accordion__panel {
    padding: 0 2.5rem 1.25rem 0;
  }
}
.accordion__panel p {
  font-size: clamp(0.875rem, 0.6979166667rem + 0.4166666667vw, 1.0625rem);
}
.accordion__panel .button {
  margin-top: 1.25rem;
}

.accordion__title {
  margin: 0;
}

.accordion__header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 0;
  color: black;
}
.accordion__header:after {
  height: 1.875rem;
  width: 1.875rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 200ms transform cubic-bezier(0.65, 0.05, 0.36, 1);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M16.769 9.24a.84.84 0 0 1 0 1.157l-4.21 4.363a.77.77 0 0 1-1.117 0l-4.21-4.363a.84.84 0 0 1 0-1.157.77.77 0 0 1 1.116 0L12 13.025l3.652-3.785a.77.77 0 0 1 1.117 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

/* titre ouvert */
.accordion__header[aria-expanded=true]:after {
  transform: rotate(180deg);
}

/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* another modal styling example */
/* tooltip modal for it’s easy button */
.simple-animated-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}

.simple-animated-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.simple-animated-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}

.simple-animated-modal {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 667;
  position: fixed;
  width: 92%;
  max-width: 30rem;
  padding: 1.25rem 0;
  background: white;
  color: #ae8949;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border: 0;
  overflow: auto;
  animation: slide-in 0.4s both;
  -webkit-animation: slide-in 0.4s both;
}

@keyframes slide-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.simple-animated-modal-close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #ae8949;
  padding: 0.5rem 0.9375rem;
  color: white;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.simple-animated-modal-close:focus-visible {
  outline: 2px solid white;
}

.simple-animated-modal-title {
  color: #ae8949;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 0 3.125rem 0 1.25rem;
}

/* another modal styling example */
/* tooltip modal for it’s easy button */
.metodik-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.metodik-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}

.metodik-modal {
  border-radius: 1.5rem;
  left: 50%;
  right: auto;
  top: 2%;
  bottom: 0;
  height: 96%;
  transform: translateX(-50%);
  z-index: 667;
  position: fixed;
  width: 96%;
  max-width: 56.25rem;
  padding: 1.25rem 0;
  background: white;
  color: #ae8949;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border: 0;
  overflow: auto;
  animation: appear-from-center 0.8s cubic-bezier(0.27, 0.72, 0, 0.98) both;
  -webkit-animation: appear-from-center 0.8s cubic-bezier(0.27, 0.72, 0, 0.98) both;
}

@keyframes appear-from-center {
  0% {
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.metodik-modal-close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #ae8949;
  padding: 0.5rem 0.9375rem;
  color: white;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.metodik-modal-close:focus-visible {
  outline: 2px solid white;
}

.metodik-modal-title {
  color: #ae8949;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 0 3.125rem 0 1.25rem;
}

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

.js-tablist__item {
  display: inline-block;
}
.js-tablist__link {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  color: #ae8949;
}

[aria-selected=true].js-tablist__link {
  color: #ae8949;
}

[aria-hidden=true].js-tabcontent {
  display: none;
}

/**
 * Set up a decent box model on the root element

 */
html:not(.wp-toolbar) {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

main {
  max-width: 100%;
  overflow: hidden;
  overflow: clip;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: var(--theme-links-color);
  text-decoration: none;
  transition: 200ms all ease-in-out;
}
a:hover, a:active, a:focus {
  color: var(--theme-links-hover-color);
  text-decoration: underline;
}
a:focus-visible {
  outline: 2px solid black;
}

button {
  cursor: pointer;
}
button:focus-visible {
  outline: 2px solid black;
}

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

ul {
  list-style: none;
  padding: 0;
}

.alignfull {
  max-width: 100vw !important;
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.alignwide {
  max-width: 73.125rem !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: none;
  border-bottom: 1px solid #d6dbd6;
  margin: 15px 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  :target {
    scroll-margin-top: 100px;
  }
}
#primary {
  position: relative;
}

.loggedin-container {
  position: relative;
}

/**
* Basic typography style for copy text
*/
body {
  color: var(--theme-text-color);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

h1,
.h1 {
  line-height: 1.1;
  font-size: clamp(2.375rem, 0.9583333333rem + 3.3333333333vw, 3.875rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

h2,
.h2 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: clamp(1.375rem, 1.1388888889rem + 0.5555555556vw, 1.625rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  text-transform: uppercase;
}

h3,
.h3 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: clamp(1.125rem, 1.0069444444rem + 0.2777777778vw, 1.25rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  text-transform: uppercase;
}

h4,
.h4 {
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 0.8819444444rem + 0.2777777778vw, 1.125rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h5,
.h5 {
  line-height: 1.2;
  font-size: clamp(1.25rem, 1.0138888889rem + 0.5555555556vw, 1.5rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h6,
.h6 {
  line-height: 1.2;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

p,
.p,
ul,
ol {
  font-size: clamp(0.875rem, 0.6979166667rem + 0.4166666667vw, 1.0625rem);
  line-height: 1.6;
}

a {
  color: var(--theme-links-color);
  -webkit-text-decoration: underline var(--theme-links-color);
          text-decoration: underline var(--theme-links-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
a:hover, a:active, a:focus {
  color: var(--theme-links-hover-color);
  text-underline-offset: 0.3em;
  -webkit-text-decoration: underline var(--theme-links-hover-color);
          text-decoration: underline var(--theme-links-hover-color);
  text-decoration-thickness: 2px;
}

.sup-title {
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ae8949;
}

strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.f-uppercase {
  text-transform: uppercase;
}

.f-24, .accordion__header {
  font-size: clamp(1.25rem, 1.0138888889rem + 0.5555555556vw, 1.5rem);
  line-height: 1.5;
}

.f-14 {
  font-size: clamp(0.75rem, 0.6319444444rem + 0.2777777778vw, 0.875rem);
  line-height: 1.5;
}

.f-12 {
  font-size: clamp(0.5625rem, 0.3854166667rem + 0.4166666667vw, 0.75rem);
}

.f-67 {
  font-size: clamp(2.375rem, 0.6631944444rem + 4.0277777778vw, 4.1875rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.f-bold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container--small .container, .container--small .the-content .wp-block-group__inner-container, .the-content .container--small .wp-block-group__inner-container, .container--medium .container, .container--medium .the-content .wp-block-group__inner-container, .the-content .container--medium .wp-block-group__inner-container, .container--wide .container, .container--wide .the-content .wp-block-group__inner-container, .the-content .container--wide .wp-block-group__inner-container, .container .container, .the-content .wp-block-group__inner-container .container, .container .the-content .wp-block-group__inner-container, .the-content .container .wp-block-group__inner-container, .the-content .wp-block-group__inner-container .wp-block-group__inner-container,
.container--small .container--wide,
.container--medium .container--wide,
.container--wide .container--wide,
.container .container--wide,
.the-content .wp-block-group__inner-container .container--wide,
.container--small .container--small,
.container--medium .container--small,
.container--wide .container--small,
.container .container--small,
.the-content .wp-block-group__inner-container .container--small {
  padding-left: 0;
  padding-right: 0;
}

.container, .product__stickycta .container, .the-content .wp-block-group__inner-container {
  max-width: 100rem;
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 6rem; /* 3 */
  padding-right: 6rem; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 1300px) {
  .container, .product__stickycta .container, .the-content .wp-block-group__inner-container {
    padding-left: 2.25rem; /* 3 */
    padding-right: 2.25rem; /* 3 */
  }
}
@media (max-width: 680px) {
  .container, .product__stickycta .container, .the-content .wp-block-group__inner-container {
    padding-left: 0.625rem; /* 3 */
    padding-right: 0.625rem; /* 3 */
  }
}

.container--wide {
  max-width: 100rem;
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 6rem; /* 3 */
  padding-right: 6rem; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 1300px) {
  .container--wide {
    padding-left: 2.25rem; /* 3 */
    padding-right: 2.25rem; /* 3 */
  }
}
@media (max-width: 680px) {
  .container--wide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.container--wide-nopadding {
  max-width: 100rem;
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  width: 100%; /* 1 */
}

.container--medium {
  max-width: 76rem; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 2.25rem; /* 3 */
  padding-right: 2.25rem; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 680px) {
  .container--medium {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.container--small {
  max-width: 800px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 0.625rem; /* 3 */
  padding-right: 0.625rem; /* 3 */
  width: 100%; /* 1 */
}

@media (max-width: 939px) {
  .container--nopadding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 939px) {
  .full-on-mobile {
    margin-left: -2rem;
    width: 100vw;
  }
}
@media (max-width: 680px) {
  .full-on-mobile {
    margin-left: -0.625rem;
  }
}

.absolute-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-hidden {
  display: none !important;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: black;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: white;
  display: block;
  font-size: 0.546875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.relative {
  position: relative;
}

.is-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ae8949 var(--theme-page-background);
}
.is-scrollable::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ae8949;
}
.is-scrollable::-webkit-scrollbar-track {
  background: var(--theme-page-background);
  border-radius: 3px;
}
.is-scrollable.c-drag--draggable {
  cursor: grab;
}
.is-scrollable.c-drag--dragging {
  cursor: grabbing;
}
.is-scrollable.c-drag--dragging * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}

.header {
  padding-bottom: 12px;
}
.header .header-container {
  position: relative;
  z-index: 5;
  background: white;
}
.header .header-top {
  padding: 1rem 1.125rem 0.375rem 1rem;
  transition: padding 300ms cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 939px) {
  .header .header-top {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    position: relative;
  }
}
.header .header-logo {
  max-width: 11.25rem;
  height: auto;
}
@media (max-width: 939px) {
  .header .header-logo {
    max-width: 6.6875rem;
  }
}
.header .header-logo-title {
  margin: 0;
}
.header .header-top-right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}

.footer-cta {
  background: #181818;
  border-radius: 1.5rem;
  padding: 5rem 1.375rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.footer-cta .cta-title {
  font-size: clamp(2.375rem, 0.1909722222rem + 5.1388888889vw, 4.6875rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  text-align: center;
  max-width: 37.5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.06;
}
.footer-cta .button {
  margin-bottom: 1.5rem;
}
.footer-cta p {
  text-align: center;
}
.footer-cta p a {
  color: black;
}
.footer-cta p a:hover, .footer-cta p a:active, .footer-cta p a:focus {
  color: var(--theme-links-hover-color);
}

.container-footer-reassurances {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 939px) {
  .container-footer-reassurances {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.reassurances {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 1rem 0;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 939px) {
  .reassurances {
    flex-wrap: wrap;
  }
}

.reassurance {
  width: 25%;
  max-width: 20.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 939px) {
  .reassurance {
    width: calc(50% - 1rem);
    max-width: unset;
  }
}
.reassurance svg path {
  fill: var(--theme-red);
}
.reassurance img,
.reassurance svg {
  width: 4.5rem;
  height: 4.5rem;
}
.reassurance p {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 939px) {
  .reassurance p {
    font-size: 0.875rem;
  }
}

.container-footer {
  background: black;
  color: white;
  padding: 3.5rem 4rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.container-footer path {
  fill: currentColor;
}
@media (max-width: 939px) {
  .container-footer {
    padding: 1.5rem 1.375rem;
  }
}

.footer-logo-container {
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 939px) {
  .footer-logo-container {
    padding: 1.5rem 0;
  }
}

.footer-logo {
  max-width: 22.5rem;
  width: 70%;
  margin: 0 auto;
}

.footer-widget-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  gap: 1.875rem;
}
@media (max-width: 680px) {
  .footer-widget-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2.875rem;
    padding: 1.5rem 0 0;
  }
}

.footer-widget.newsletter {
  flex-grow: 1;
  max-width: 23.9375rem;
}
.footer-widget.newsletter .gform_fields {
  margin-bottom: 0;
}
.footer-widget.menu-columns {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 20rem;
  gap: 1.25rem;
}
@media (max-width: 1200px) {
  .footer-widget.menu-columns {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: unset;
    gap: 1rem;
  }
}
.footer-widget.social-networks {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 20.9375rem;
  gap: 0.625rem;
}
@media (max-width: 1200px) {
  .footer-widget.social-networks {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 680px) {
  .footer-widget.social-networks {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
}

.newsletter .gform_wrapper {
  gap: 0;
}
.newsletter .gform_heading {
  padding-right: 2rem;
}
@media (max-width: 680px) {
  .newsletter .gform_heading {
    padding-right: 0;
  }
}
.newsletter .gform_title {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.newsletter .gform_description {
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.newsletter .gform_fields {
  gap: 1rem;
}
.newsletter .gform_fields .ginput_container input {
  width: 100%;
  border: 1px solid white;
  color: white;
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 0.875rem 5.75rem 0.875rem 1.5rem;
  border-radius: 6.25rem;
  background: none;
  inline-size: 100%;
  line-height: 1;
  block-size: auto;
}
@media (max-width: 1200px) {
  .newsletter .gform_fields .ginput_container input {
    font-size: 1rem;
  }
}
.newsletter .gform_fields .ginput_container input::-moz-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter .gform_fields .ginput_container input:-ms-input-placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter .gform_fields .ginput_container input::placeholder {
  opacity: 0.5;
  color: white;
}
.newsletter .gform_footer {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.newsletter .gform_footer .gform_button {
  border: none;
  color: #ae8949;
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6.25rem;
  background: white;
  line-height: 1.3;
  padding: 0.875rem 2rem;
}
@media (max-width: 1200px) {
  .newsletter .gform_footer .gform_button {
    font-size: 1rem;
    padding: 0.875rem 1.25rem;
    line-height: 1.4;
  }
}
.newsletter .gfield .gfield_label {
  font-size: 1.0625rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: white;
}
@media (max-width: 1200px) {
  .newsletter .gfield .gfield_label {
    font-size: 1rem;
  }
}
.newsletter .gfield .gfield_label .gfield_required {
  color: white;
}
.newsletter .gfield .gfield_validation_message {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: white;
  border-radius: 5px;
  padding: 2px 5px;
}
.newsletter form {
  position: relative;
}
.newsletter .gform_validation_errors {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.newsletter .gform_validation_error {
  padding-bottom: 1.25rem;
}

@media (max-width: 680px) {
  .menu-footer {
    width: 100%;
  }
}
.menu-footer ul.menu {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .menu-footer ul.menu {
    align-items: flex-start;
    width: 100%;
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .menu-footer ul.menu {
    align-items: center;
  }
}
.menu-footer li.menu-item {
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 680px) {
  .menu-footer li.menu-item {
    text-align: center;
  }
}
.menu-footer li.menu-item a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.social-network {
  height: 3.375rem;
  width: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #ae8949;
  border-radius: 3.375rem;
  transform: scale(1) rotate(0);
  transition: all 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.social-network:hover, .social-network:active, .social-network:focus {
  transform: scale(1.05) rotate(-5deg);
  opacity: 0.9;
}
.social-network svg {
  height: 1.5rem;
  width: 1.5rem;
}

.copyright-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1.5rem;
  padding: 2rem 4rem;
}
@media (max-width: 680px) {
  .copyright-nav {
    padding: 1rem 0.75rem 0.75rem;
    gap: 0.375rem 0.75rem;
    justify-content: space-between;
  }
}
.copyright-nav p,
.copyright-nav a {
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: black;
  text-decoration: none;
  display: block;
}
@media (max-width: 680px) {
  .copyright-nav a {
    text-decoration: underline;
  }
}
.copyright-nav a:hover, .copyright-nav a:active, .copyright-nav a:focus {
  color: var(--theme-links-hover-color);
  text-decoration: underline;
}
@media (max-width: 680px) {
  .copyright-nav a.logo-spiriit-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .footer-navigation {
    gap: 0.375rem 0.75rem;
  }
}

.language-switcher-footer {
  display: none;
}
@media (max-width: 939px) {
  .language-switcher-footer {
    display: block;
    width: 100%;
  }
}
.language-switcher-footer a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  margin: 0.375rem 0 0.375rem;
}

.spiriit-dot {
  transform-origin: center bottom;
  transform: translate3d(0, 0, 0);
}

.spiriit-dot--first {
  animation-delay: 0;
}

.spiriit-dot--second {
  animation-delay: 0.1s;
}

.spiriit-dot--third {
  animation-delay: 0.2s;
}

.logo-spiriit-link {
  margin-left: auto;
  margin-bottom: 8px;
}
.logo-spiriit-link:hover .spiriit-dot, .logo-spiriit-link:active .spiriit-dot, .logo-spiriit-link:focus .spiriit-dot {
  animation-duration: 700ms;
  animation-name: bounce-spiriit;
  animation-iteration-count: 1;
}

.logo-spiriit path,
.logo-spiriit polygon {
  fill: black;
}
.logo-spiriit .spiriit-blue {
  fill: #3960ff;
}

.button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: white;
  background: #ae8949;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7569444444rem + 0.2777777778vw, 1rem);
  padding: 0.875rem 1.125rem;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  border: none;
  cursor: pointer;
  gap: 0.375rem;
}
.button svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 680px) {
  .button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.button svg path {
  transition: 200ms all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.button:focus-visible {
  outline: 2px solid black;
}
.button:hover, .button:active, .button:focus {
  background: var(--theme-primary-color-darker);
  color: white;
  text-decoration: none;
}
@media (max-width: 680px) {
  .button {
    padding: 0.625rem 0.625rem;
  }
}
.button.button--small {
  font-size: 0.875rem !important;
}
@media (min-width: 680px) {
  .button.button--small {
    padding: 0.75rem 0.875rem;
  }
}

.button--white {
  background: white;
  color: #ae8949;
}
.button--white:hover, .button--white:active, .button--white:focus {
  color: white;
  background: var(--theme-primary-color-darker);
}

.button--black {
  background: black;
  color: white;
}
.button--black:hover, .button--black:active, .button--black:focus {
  color: white;
  background: black;
}

.button--outline, .gform_previous_button {
  background: transparent;
  color: black;
  border: 1px solid black;
}
.button--outline:hover, .gform_previous_button:hover, .button--outline:active, .gform_previous_button:active, .button--outline:focus, .gform_previous_button:focus {
  background: transparent;
  color: var(--theme-primary-color-darker);
  border: 1px solid var(--theme-primary-color-darker);
}

.button--outline-white {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.button--outline-white:hover, .button--outline-white:active, .button--outline-white:focus {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.button--centered {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.button--fullsize {
  display: flex;
  text-align: center;
  width: 100%;
}

.button--disabled,
.button:disabled {
  background-color: var(--theme-grey) !important;
  color: var(--theme-dark-grey) !important;
  border: none;
}
.button--disabled:hover, .button--disabled:active, .button--disabled:focus,
.button:disabled:hover,
.button:disabled:active,
.button:disabled:focus {
  background-color: var(--theme-grey) !important;
  color: var(--theme-dark-grey) !important;
  border: none;
}

.link {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: black;
  background: none;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.4548611111rem + 0.6944444444vw, 1.0625rem);
  text-transform: uppercase;
  transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  border: none;
  cursor: pointer;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.link:hover, .link:active, .link:focus {
  color: black;
  text-underline-offset: 0.3em;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
  text-decoration-thickness: 2px;
}
.link {
  gap: 0.375rem;
}
.link svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 680px) {
  .link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.link svg path {
  transition: 200ms all cubic-bezier(0.65, 0.05, 0.36, 1);
}
.link:focus-visible {
  outline: 2px solid black;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  color: black;
  border: 1px solid #dbd9d6;
  background: white;
  border-radius: 0.25rem;
  padding: 0.875rem 1rem;
  width: 100%;
  transition: border 400ms cubic-bezier(0.22, 0.61, 0.08, 1.01);
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:active,
input[type=url]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:hover,
input[type=search]:active,
input[type=search]:focus,
input[type=number]:hover,
input[type=number]:active,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:active,
input[type=tel]:focus,
input[type=range]:hover,
input[type=range]:active,
input[type=range]:focus,
input[type=date]:hover,
input[type=date]:active,
input[type=date]:focus,
input[type=month]:hover,
input[type=month]:active,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:active,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:active,
input[type=time]:focus,
input[type=datetime]:hover,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=color]:hover,
input[type=color]:active,
input[type=color]:focus {
  border: 1px solid #ae8949;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  color: var(--theme-text-color);
}

label,
legend {
  display: inline-block;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1;
  width: 100%;
}
label .wpcf7-form-control,
legend .wpcf7-form-control {
  margin-top: 8px;
  margin-bottom: 16px !important;
}

.wpcf7-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.wpcf7-form > * {
  width: 48%;
}
@media (max-width: 939px) {
  .wpcf7-form > * {
    width: 100%;
  }
}
.wpcf7-form > *:has(.full) {
  width: 100%;
}

select {
  color: black;
  border: 1px solid var(--theme-dark-grey);
  background: white;
  border-radius: 4px;
  padding: 12px 20px;
  width: 100%;
  transition: border 400ms cubic-bezier(0.22, 0.61, 0.08, 1.01);
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
select:hover, select:active, select:focus {
  border: 1px solid #ae8949;
  outline: none;
}
select:focus {
  color: var(--theme-text-color);
}

textarea {
  width: 100%;
  color: black;
  border: 1px solid #dbd9d6;
  background: white;
  border-radius: 0.25rem;
  padding: 0.875rem 1rem;
  width: 100%;
  transition: border 400ms cubic-bezier(0.22, 0.61, 0.08, 1.01);
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
textarea:hover, textarea:active, textarea:focus {
  border: 1px solid #ae8949;
  outline: none;
}
textarea:focus {
  color: var(--theme-text-color);
}

.gfield_radio .gchoice [type=radio], .custom-radio [type=radio] {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.gfield_radio .gchoice [type=radio] + label::after, .custom-radio [type=radio] + label::after {
  transform: scale(0.0001);
  transition: transform 0.3s ease(out-back);
}
.gfield_radio .gchoice [type=radio]:checked + label::after, .custom-radio [type=radio]:checked + label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.gfield_radio .gchoice [type=radio]:checked + label::before, .custom-radio [type=radio]:checked + label::before {
  box-shadow: inset 0 0 0 2px #ae8949;
}
[data-whatinput=mouse] .gfield_radio .gchoice [type=radio]:focus + label::before, .gfield_radio [data-whatinput=mouse] .gchoice [type=radio]:focus + label::before, [data-whatinput=mouse] .custom-radio [type=radio]:focus + label::before {
  outline: 0;
}
.gfield_radio .gchoice [type=radio]:focus + label::before, .custom-radio [type=radio]:focus + label::before {
  box-shadow: inset 0 0 0 2px #ae8949, 0 0 0 0.25rem rgba(174, 137, 73, 0.15);
}
.gfield_radio .gchoice label, .custom-radio label {
  position: relative;
  display: inline-block;
  padding-left: 2.25rem;
  margin: 0;
  font-weight: 400;
}
.gfield_radio .gchoice label::before, .custom-radio label::before, .gfield_radio .gchoice label::after, .custom-radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gfield_radio .gchoice label::before, .custom-radio label::before {
  height: 1.25rem;
  width: 1.25rem;
  box-shadow: inset 0 0 0 2px var(--theme-grey);
  left: 0;
  background: #fff;
  border-radius: 50%;
  transition: box-shadow 0.2s;
}
.gfield_radio .gchoice label::after, .custom-radio label::after {
  height: 0.75rem;
  width: 0.75rem;
  box-shadow: inset 0 0 16px 0 #ae8949;
  left: 0.25rem;
  border-radius: 50%;
}
.gfield_radio .gchoice label:hover::before, .custom-radio label:hover::before {
  box-shadow: inset 0 0 0 2px #ae8949;
}

.gfield-consent [type=checkbox], .gfield_checkbox .gchoice [type=checkbox], .custom-checkbox [type=checkbox] {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.gfield-consent [type=checkbox]:checked + label::after, .gfield_checkbox .gchoice [type=checkbox]:checked + label::after, .custom-checkbox [type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1) translateY(-50%) rotate(-45deg);
  transition: opacity 0.25s, transform 0.35s ease(out-back);
}
.gfield-consent [type=checkbox]:checked + label::before, .gfield_checkbox .gchoice [type=checkbox]:checked + label::before, .custom-checkbox [type=checkbox]:checked + label::before {
  box-shadow: inset 0 0 0 1.5rem #ae8949;
}
.gfield-consent [type=checkbox]:checked:focus + label::before, .gfield_checkbox .gchoice [type=checkbox]:checked:focus + label::before, .custom-checkbox [type=checkbox]:checked:focus + label::before {
  box-shadow: inset 0 0 0 1.5rem #ae8949, 0 0 0 0.25rem rgba(174, 137, 73, 0.15);
}
[data-whatinput=mouse] .gfield-consent [type=checkbox]:focus + label::before, [data-whatinput=mouse] .gfield_checkbox .gchoice [type=checkbox]:focus + label::before, .gfield_checkbox [data-whatinput=mouse] .gchoice [type=checkbox]:focus + label::before, [data-whatinput=mouse] .custom-checkbox [type=checkbox]:focus + label::before {
  outline: 0;
}
.gfield-consent [type=checkbox]:focus + label::before, .gfield_checkbox .gchoice [type=checkbox]:focus + label::before, .custom-checkbox [type=checkbox]:focus + label::before {
  box-shadow: inset 0 0 0 2px #ae8949, 0 0 0 0.25rem rgba(174, 137, 73, 0.15);
}
.gfield-consent label, .gfield_checkbox .gchoice label, .custom-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 2.25rem;
  margin: 0;
  font-weight: 400;
}
.gfield-consent label::before, .gfield_checkbox .gchoice label::before, .custom-checkbox label::before, .gfield-consent label::after, .gfield_checkbox .gchoice label::after, .custom-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gfield-consent label::before, .gfield_checkbox .gchoice label::before, .custom-checkbox label::before {
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: inset 0 0 0 0.125rem var(--theme-grey);
  left: 0;
  background: #fff;
  transition: box-shadow 0.25s;
  border-radius: 0.1875rem;
}
.gfield-consent label::after, .gfield_checkbox .gchoice label::after, .custom-checkbox label::after {
  height: 0.3125rem;
  width: 0.625rem;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  left: 0.3125rem;
  opacity: 0.0001;
  transform: translateY(-50%) scale(0.5) rotate(-15deg);
  transition: opacity 0.25s, transform 0.35s ease(in-out-back);
}
.gfield-consent label:hover::before, .gfield_checkbox .gchoice label:hover::before, .custom-checkbox label:hover::before {
  box-shadow: inset 0 0 0 0.125rem #ae8949;
}

input[type=checkbox],
input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #ae8949;
}

#login-form {
  padding: 0 40px;
}

#customer-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#customer-form .form-fields {
  display: flex;
  flex-flow: column nowrap;
}

/* ==========================================================================
### Gravity Forms
========================================================================== */
.gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gfield_required {
  font-size: 0.75rem;
  margin-left: 0.1875rem;
  color: var(--theme-error);
}

.gfield_validation_message {
  color: var(--theme-error);
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.gform_validation_container {
  display: none !important;
}

.gform_fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: flex-start;
  gap: 2rem 0.625rem;
  margin-bottom: 2rem;
}
.gform_fields fieldset {
  border: none;
  display: block;
  margin: 0;
  background: none;
  padding: 0;
}
.gform_fields legend {
  background: none;
  padding: 0;
  margin-inline: 0;
}

.gfield {
  flex-basis: 100%;
  flex-grow: 1;
  min-width: 12.5rem;
}
.gfield.gfield--width-half {
  flex-basis: calc(50% - 0.3125rem);
}
.gfield.gfield--width-third {
  flex-basis: calc(33% - 0.3125rem);
}

.ginput_complex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
}
.ginput_complex .gform-grid-col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 12.5rem;
}

.gform-field-label--type-sub {
  color: var(--theme-dark-grey);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.gform_validation_errors {
  background-color: rgba(192, 43, 10, 0.031372549);
  border: 1px solid var(--theme-error);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.875rem;
  padding: 1rem;
}
.gform_validation_errors .gform_submission_error {
  align-items: center;
  flex-direction: row;
  color: var(--theme-error);
  display: flex;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  gap: 1rem;
  line-height: 1.4;
}
.gform_validation_errors ol li::marker {
  color: var(--theme-error) !important;
  font-size: 0.875rem !important;
}
.gform_validation_errors a {
  color: var(--theme-error);
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -webkit-text-decoration: underline var(--theme-error);
          text-decoration: underline var(--theme-error);
}

.gform_footer {
  margin-top: 2rem;
}

.gform_wrapper .gf_page_steps {
  border-bottom: 1px solid var(--theme-dark-grey);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem 2rem;
}
@media (max-width: 939px) {
  .gform_wrapper .gf_page_steps {
    justify-content: flex-start;
  }
}
.gform_wrapper .gf_step {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 939px) {
  .gform_wrapper .gf_step {
    gap: 0.375rem;
  }
}
.gform_wrapper .gf_step_number {
  background: transparent;
  border: 1px solid black;
  border-radius: 2.5rem;
  color: black;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 939px) {
  .gform_wrapper .gf_step_number {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.gform_wrapper .gf_step_active .gf_step_number {
  background: #ae8949;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border: 1px solid #ae8949;
}
.gform_wrapper .gf_step_completed .gf_step_number {
  position: relative;
  border: 1px solid #ae8949;
}
.gform_wrapper .gf_step_completed .gf_step_number:before {
  background: #ae8949;
  border: 1px solid #ae8949;
  border-radius: 20px;
  content: "";
  display: table-cell;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gform_wrapper .gf_step_completed .gf_step_number:after {
  align-items: center;
  color: #fff;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.3 7.7c.3.3.3.8 0 1.2L11 16.3c-.3.3-.8.3-1.1 0L5.7 12a.8.8 0 0 1 0-1c.3-.4.8-.4 1.1 0l3.6 3.6 6.8-6.9c.3-.3.8-.3 1 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.gform_wrapper .gf_step_label {
  color: inherit;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 939px) {
  .gform_wrapper .gf_step_label {
    font-size: 0.75rem;
  }
}
.gform_wrapper .gf_step_hidden {
  display: none;
}

.gform_page_footer {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.gfield_description {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ae8949;
  margin: 1rem 0;
}
.gfield_description img {
  border-radius: 1.5rem;
}
.ginput_container .gfield_description {
  margin: 0;
}

.gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 32px;
  text-align: center;
  max-width: 43.75rem;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}

.gform_delete,
.gform_delete_file {
  cursor: pointer;
  vertical-align: middle;
}

.gform_delete_file {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
}

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

.gfield_fileupload_filesize {
  padding: 0 6px;
}

.ginput_preview {
  margin: 16px 0;
  padding: 0.625rem;
  background: var(--theme-light-background);
  border-radius: 0.375rem;
}

.gform-loader {
  width: 24px;
  height: 24px;
  border: 3px solid #ae8949;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  top: 7px;
  left: 5px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 939px) {
  body.mobile-menu-opened {
    overflow: hidden;
  }
}

nav.main-navigation {
  width: 100%;
  z-index: 4;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
nav.main-navigation ul.main-navigation {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation {
    padding: 0 0 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
nav.main-navigation ul.main-navigation .menu-item {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item {
    padding: 0;
    width: 100%;
    flex-grow: unset;
    flex-basis: unset;
    border-bottom: 1px solid white;
    text-align: left;
  }
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item:not(:first-of-type) {
    border-left: none;
  }
}
nav.main-navigation ul.main-navigation .menu-item a {
  display: block;
  position: relative;
  padding: 0.75rem 1.375rem;
  color: black;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  text-decoration: none;
  line-height: 1.2;
}
nav.main-navigation ul.main-navigation .menu-item a:hover, nav.main-navigation ul.main-navigation .menu-item a:active, nav.main-navigation ul.main-navigation .menu-item a:focus {
  text-decoration: none;
  color: var(--theme-links-hover-color);
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item a {
    padding: 0.9375rem;
    font-size: 0.875rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    width: 100%;
  }
}
nav.main-navigation ul.main-navigation .menu-item a:focus-visible {
  outline: 2px solid black;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children {
  position: relative;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children {
    padding-right: 3.125rem;
  }
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children.is-opened {
    background: var(--theme-light-background) !important;
  }
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children.is-opened .sub-menu {
    padding-bottom: 10px;
    display: block !important;
  }
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children.is-opened a {
  color: var(--theme-links-hover-color) !important;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus-within, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:hover, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:active, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus {
  background: var(--theme-light-background);
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus-within > a, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:hover > a, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:active > a, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus > a {
  color: var(--theme-links-hover-color);
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus-within > a:after, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:hover > a:after, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:active > a:after, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus > a:after {
  color: var(--theme-links-hover-color);
  transform: translate(-1px, -54%) rotate(90deg);
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus-within .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:hover .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:active .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus .sub-menu {
  display: block;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus-within .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:hover .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:active .sub-menu, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children:focus .sub-menu {
    display: none;
  }
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button {
  display: none;
  width: 2.125rem;
  height: 2.125rem;
  background-color: transparent;
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
  border: none;
  z-index: 1;
  font-size: 0px;
  padding: 0;
  color: black;
  position: absolute;
  top: 8px;
  right: 5px;
  bottom: auto;
  left: auto;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button {
    display: block;
  }
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button[aria-expanded=true] {
  background: #ae8949;
  color: white;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button[aria-expanded=true] svg {
  transform: rotateZ(180deg);
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button svg {
  transform: rotateZ(0);
  transition: transform 400ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5;
  width: 2.125rem;
  height: 2.125rem;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .submenu-mobile-button:focus-visible {
  outline: 2px solid black;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  padding: 0.75rem 0;
  border-radius: 0 0 0.625rem 0.625rem;
  margin: 0;
  z-index: 1;
  bottom: 0;
  left: 0%;
  max-height: var(--dropdown-maxheight);
  overflow: auto;
  transform: translate(0, 100%);
  background: var(--theme-light-background);
  animation-name: fadeIn;
  animation-duration: 100ms;
  z-index: 3;
  min-width: calc(100% + 1.25rem);
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu {
    position: static;
    min-height: unset;
    background: unset;
    padding-top: 0;
    padding: 0;
    transform: none;
    -moz-columns: unset;
         columns: unset;
    -moz-column-rule: unset;
         column-rule: unset;
  }
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin-right: 0;
  display: block;
  text-align: left;
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item {
    padding: 0;
    border-bottom: none;
  }
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  color: black;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0.625rem 1.375rem;
  width: -moz-max-content;
  width: max-content;
  text-transform: none;
}
nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:active, nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:focus {
  color: var(--theme-links-hover-color);
}
@media (max-width: 939px) {
  nav.main-navigation ul.main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: 0.625rem 1.875rem;
    margin: 0;
    text-align: right;
    width: auto;
    display: inline-block;
  }
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button {
  display: none;
  z-index: 4;
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  border: none;
  color: black;
}
@media (max-width: 939px) {
  nav.main-navigation.main-navigation--desktop .toggle-menu-button {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button:focus-visible {
  outline: 3px solid #ae8949;
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button span {
  font-size: 0.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button svg {
  width: 1.375rem;
  height: 1.375rem;
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button svg path {
  fill: black;
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button[aria-expanded=true] .hamburger {
  display: none;
}
nav.main-navigation.main-navigation--desktop .toggle-menu-button[aria-expanded=false] .croix {
  display: none;
}
@media (max-width: 939px) {
  nav.main-navigation.main-navigation--desktop {
    order: 1;
    margin-left: 0;
  }
  nav.main-navigation.main-navigation--desktop ul.main-navigation {
    display: none;
  }
  nav.main-navigation.main-navigation--desktop ul.main-navigation.is-opened {
    display: flex;
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 44px);
    z-index: 9;
    background-color: var(--theme-light-background);
    overflow-y: auto;
  }
}

.mobile-menu-only--top {
  background-color: white;
  border-top: 1px solid var(--theme-light-background);
}
.mobile-menu-only {
  display: none;
  width: 100%;
  padding: 1.25rem 0.9375rem 1.25rem;
}
@media (max-width: 939px) {
  .mobile-menu-only {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
.mobile-menu-only .link--finder {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.mobile-menu-only .language-switcher-mobile a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

.the-content p {
  font-size: clamp(1rem, 0.9409722222rem + 0.1388888889vw, 1.0625rem);
  line-height: 1.6;
}
.the-content p.has-small-font-size {
  font-size: clamp(0.75rem, 0.6319444444rem + 0.2777777778vw, 0.875rem) !important;
  line-height: 1.5;
}
.the-content p.has-normal-font-size {
  font-size: clamp(1rem, 0.9409722222rem + 0.1388888889vw, 1.0625rem) !important;
}
.the-content p.has-medium-font-size {
  font-size: clamp(1.25rem, 1.0138888889rem + 0.5555555556vw, 1.5rem) !important;
  line-height: 1.5;
}
.the-content p.has-large-font-size {
  font-size: clamp(1.625rem, 1.0347222222rem + 1.3888888889vw, 2.25rem) !important;
  line-height: 1.4;
}
@media (max-width: 939px) {
  .the-content p.has-large-font-size {
    line-height: 1.25;
  }
}
.the-content ul,
.the-content ol {
  padding-left: 2.875rem;
  font-size: clamp(1rem, 0.9409722222rem + 0.1388888889vw, 1.0625rem);
  line-height: 1.5;
}
.the-content ul li::marker,
.the-content ol li::marker {
  color: #ae8949;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.the-content ul li,
.the-content ol li {
  padding-left: 0.625rem;
  margin-bottom: 1.25rem;
}
.the-content ul li ol,
.the-content ul li ul,
.the-content ol li ol,
.the-content ol li ul {
  margin-top: 0.9375rem;
  margin-left: 1.25rem;
}
.the-content ul {
  line-height: 1.3;
}
.the-content ul li {
  list-style: disc;
}
.the-content ul li::marker {
  font-size: clamp(1.125rem, 0.8888888889rem + 0.5555555556vw, 1.375rem);
}
.the-content ul li ul > li {
  list-style: circle;
  margin-bottom: 0.9375rem;
}
.the-content ol li ol > li {
  list-style: lower-alpha;
  margin-bottom: 0.9375rem;
}
.the-content .blocks-gallery-grid,
.the-content .wp-block-gallery,
.the-content .swiper-wrapper {
  line-height: unset;
  padding-left: 0;
}
.the-content .blocks-gallery-grid li,
.the-content .wp-block-gallery li,
.the-content .swiper-wrapper li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.the-content .blocks-gallery-grid li ol,
.the-content .blocks-gallery-grid li ul,
.the-content .wp-block-gallery li ol,
.the-content .wp-block-gallery li ul,
.the-content .swiper-wrapper li ol,
.the-content .swiper-wrapper li ul {
  margin-top: 0;
  margin-left: 0;
}
.the-content .blocks-gallery-grid li ol > li,
.the-content .blocks-gallery-grid li ul > li,
.the-content .wp-block-gallery li ol > li,
.the-content .wp-block-gallery li ul > li,
.the-content .swiper-wrapper li ol > li,
.the-content .swiper-wrapper li ul > li {
  list-style: disc;
  margin-bottom: unset;
}
.the-content .wp-block-quote {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #ae8949;
  padding: 1rem 3rem;
  background: var(--theme-light-background);
}
.the-content .wp-block-quote cite {
  font-size: 1.125rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  display: block;
  line-height: 1.8em;
  margin-top: 1em;
}
.the-content .wp-block-pullquote {
  border: none;
  padding: 0;
  text-align: left;
}
.the-content .wp-block-pullquote blockquote {
  max-width: 73.125rem;
  margin: auto;
  padding: 2rem 1rem;
}
.the-content .wp-block-pullquote p {
  font-size: clamp(1.75rem, -0.5520833333rem + 5.4166666667vw, 4.1875rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.the-content .wp-block-pullquote cite {
  font-size: 1.125rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  display: block;
  line-height: 1.8em;
  margin-top: 1em;
}
.the-content .wp-block-columns {
  gap: 2rem;
}
@media (max-width: 782px) {
  .the-content .wp-block-columns {
    gap: 1.5rem;
  }
}
.the-content .wp-block-columns.is-style-small {
  max-width: 42.875rem;
  margin-left: auto;
  margin-right: auto;
}
.the-content .wp-block-column.has-background {
  padding: 3.5rem 4rem;
}
@media (max-width: 939px) {
  .the-content .wp-block-column.has-background {
    padding: 1.375rem;
  }
}
.the-content .wp-block-column.is-vertically-aligned-stretch {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: normal;
}
.the-content .wp-block-column.is-vertically-aligned-stretch > figure {
  height: 100%;
  max-height: 70vh;
}
.the-content .wp-block-column.is-vertically-aligned-stretch > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.the-content .wp-block-column.is-vertically-aligned-stretch > .acf-youtube {
  height: 100%;
  max-height: 70vh;
}
@media (max-width: 782px) {
  .the-content .wp-block-column.is-vertically-aligned-stretch > .acf-youtube {
    max-height: 50vh;
  }
}
.the-content .wp-block-column.is-vertically-aligned-stretch > .acf-youtube img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.the-content .wp-block-column.is-vertically-aligned-stretch > .wp-block-image {
  height: 100%;
  max-height: 70vh;
}
@media (max-width: 782px) {
  .the-content .wp-block-column.is-vertically-aligned-stretch > .wp-block-image {
    max-height: 50vh;
  }
}
.the-content .wp-block-column.is-vertically-aligned-stretch > .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 782px) {
  .the-content .wp-block-column.is-style-mobiletop {
    order: -1;
  }
}
.the-content > p,
.the-content > h1,
.the-content > h2,
.the-content > h3,
.the-content > h4,
.the-content > h5,
.the-content > h6,
.the-content > ul,
.the-content > ol,
.the-content > .wp-block-quote,
.the-content > hr,
.the-content > .wp-block-image,
.the-content > .wp-block-buttons,
.the-content > .wp-block-group,
.the-content > .acf-accordeon {
  max-width: 42.875rem;
  margin-left: auto;
  margin-right: auto;
}
.the-content .blocks-gallery-grid {
  padding: 0;
}
.the-content .blocks-gallery-grid > li {
  padding: 0;
}
.the-content .wp-block-image {
  overflow: hidden;
  margin-bottom: 3rem;
}
@media (max-width: 680px) {
  .the-content .wp-block-image {
    margin-bottom: 1rem;
  }
}
.the-content .wp-block-image .alignleft,
.the-content .wp-block-image .alignright {
  float: none;
  margin: 0;
}
.the-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7569444444rem + 0.2777777778vw, 1rem);
  padding: 0.875rem 1.125rem;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.the-content .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: currentColor;
  transition: opacity 400ms ease-in-out;
  opacity: 0;
}
.the-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .the-content .wp-block-buttons .wp-block-button .wp-block-button__link:active, .the-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  color: inherit;
}
.the-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after, .the-content .wp-block-buttons .wp-block-button .wp-block-button__link:active:after, .the-content .wp-block-buttons .wp-block-button .wp-block-button__link:focus:after {
  opacity: 0.15;
}
.the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:after {
  background: currentColor;
}
.the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid;
}
.the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active, .the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border: 1px solid;
}
.the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:active:after, .the-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus:after {
  opacity: 0.02;
}
.the-content .wp-block-group.has-background {
  padding: 4.375rem;
}
@media (max-width: 939px) {
  .the-content .wp-block-group.has-background {
    padding: 1.375rem;
  }
}
.the-content .wp-block-group .wp-block-group {
  max-width: 42.875rem;
  margin-left: auto;
  margin-right: auto;
}
.the-content .wp-block-group__inner-container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.the-content .wp-block-separator {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .the-content .wp-block-separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.the-content .is-style-left-align {
  margin-left: 0;
  position: relative;
  margin-bottom: 1rem;
}
.the-content .is-style-left-align:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 50px;
  background: #ae8949;
}
.the-content .wp-block-social-links {
  padding-left: 0;
}
.the-content .wp-block-social-links .wp-block-social-link-anchor {
  width: 42px;
  height: 42px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.the-content .wp-block-social-links .wp-block-social-link-anchor svg {
  width: 26px;
  height: 26px;
}

.the-content > *,
.wp-block-column > *,
.wp-block-group__inner-container > * {
  margin-bottom: 4.375rem;
}
@media (max-width: 680px) {
  .the-content > *,
  .wp-block-column > *,
  .wp-block-group__inner-container > * {
    margin-bottom: 1.5rem;
  }
}
.the-content > .wp-block-spacer,
.wp-block-column > .wp-block-spacer,
.wp-block-group__inner-container > .wp-block-spacer {
  margin-bottom: 0;
}
.the-content > p,
.wp-block-column > p,
.wp-block-group__inner-container > p {
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .the-content > p,
  .wp-block-column > p,
  .wp-block-group__inner-container > p {
    margin-bottom: 1.5rem;
  }
}
.the-content > p + p,
.wp-block-column > p + p,
.wp-block-group__inner-container > p + p {
  margin-top: -0.75rem;
}
@media (max-width: 680px) {
  .the-content > p + p,
  .wp-block-column > p + p,
  .wp-block-group__inner-container > p + p {
    margin-top: 0;
  }
}
.the-content > .wp-block-heading,
.wp-block-column > .wp-block-heading,
.wp-block-group__inner-container > .wp-block-heading {
  margin-bottom: 0.5em;
}

.wp-block-column *:last-child,
.wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}

.is-style-souligne {
  position: relative;
  margin-bottom: 1rem;
}
.is-style-souligne:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 50px;
  background: #ae8949;
}

#pagination {
  margin-top: 2.875rem;
  margin-bottom: 5.625rem;
  text-align: center;
}

ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  width: auto;
  display: inline-flex;
  align-items: baseline;
  text-align: center;
  gap: 0.625rem;
}
ul.page-numbers li {
  list-style: none;
}
ul.page-numbers .page-numbers {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #ae8949;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100px;
  border: 1px solid #DBD9D6;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.page-numbers .page-numbers.current {
  background-color: #ae8949;
  color: white;
  border: 1px solid #ae8949;
}
ul.page-numbers a.page-numbers {
  color: #ae8949;
}
ul.page-numbers a.page-numbers.next, ul.page-numbers a.page-numbers.prev {
  font-size: 1.125rem;
}
ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:active, ul.page-numbers a.page-numbers:focus {
  border: 1px solid #ae8949;
}

.breadcrumbs {
  margin: 1.375rem 0 1.25rem;
  font-size: 0.75rem;
}
@media (max-width: 680px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs > span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.breadcrumbs span {
  color: black;
}
.breadcrumbs span.breadcrumb_last {
  color: var(--theme-grey);
}
.breadcrumbs span.breadcrumb_last:nth-of-type(1) {
  display: none;
}
.breadcrumbs span {
  text-wrap: nowrap;
}
.breadcrumbs a {
  color: black;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  text-decoration: underline;
  color: #ae8949;
}
.breadcrumbs.c-drag--draggable {
  padding-bottom: 0.625rem;
}

.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.0625rem 1rem;
}
@media (max-width: 680px) {
  .tags {
    gap: 0.875rem;
  }
}

.tag {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.625rem, 0.4479166667rem + 0.4166666667vw, 0.8125rem);
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: black;
  background-color: var(--theme-pastel-rose);
  padding: 0.375rem 0.75rem 0.375rem 0.625rem;
  gap: 0.375rem;
  border-radius: 6.25rem;
}
@media (max-width: 1300px) {
  .tag {
    gap: 0.25rem;
  }
}
.tag svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--theme-red);
}
@media (max-width: 680px) {
  .tag svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.tag.tag--brown {
  background: rgba(228, 214, 196, 0.5);
}
.tag.tag--brown svg {
  color: var(--theme-brown);
}
.tag.tag--green {
  background-color: #e0f2f1;
}
.tag.tag--green svg {
  color: #60b1c0;
}
.tag.tag--yellow {
  background-color: #fcfced;
}
.tag.tag--yellow svg {
  color: #eab600;
}
.tag.tag--blue {
  background-color: var(--theme-pastel-blue);
}
.tag.tag--blue svg {
  color: #73c2df;
}
.tag.tag--minimal {
  padding: 0;
  background: none;
}

.flag {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  padding: 0 0.75rem;
  line-height: 1.5;
  background: white;
  border-radius: 6.25rem;
}
.flag.flag--green {
  border: 1px solid #ae8949;
  color: #ae8949;
  text-transform: unset;
  border-radius: 0.25rem;
  background: none;
}

.promo {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5625rem;
}
.promo__bubble {
  border-radius: 0.5rem;
  border: 1px solid var(--theme-red);
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-red);
  line-height: 1.5;
  padding: 0 0.375rem;
  display: inline-block;
}
.promo__realprice {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--theme-red);
  line-height: 1.5;
  text-decoration-line: line-through;
}
.promo__price {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: black;
  line-height: 1.5;
}

.language-switcher {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.language-switcher button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #ae8949;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  gap: 0.25rem;
  padding: 0.375rem 0;
}
.language-switcher button:hover, .language-switcher button:active, .language-switcher button:focus {
  color: var(--theme-primary-color-darker);
}
.language-switcher button svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: rotate(0);
}
.language-switcher ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--theme-light-background);
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  animation: appear-from-bottom-small 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.language-switcher ul li a {
  color: #ae8949;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  text-wrap: nowrap;
  gap: 0.25rem;
  width: -moz-max-content;
  width: max-content;
}
.language-switcher.is-opened button {
  color: black;
}
.language-switcher.is-opened button svg {
  transform: rotate(45deg);
}
.language-switcher.is-opened ul {
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.acf-youtube {
  position: relative;
}
.acf-youtube img {
  border-radius: 1.5rem;
}
.acf-youtube .button-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.acf-youtube .js-modal-btn svg {
  transform: scale(1);
  transform-origin: center;
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  color: white;
  width: 4.375rem;
  height: 4.375rem;
}
.acf-youtube .js-modal-btn:hover svg, .acf-youtube .js-modal-btn:active svg, .acf-youtube .js-modal-btn:focus svg {
  color: var(--theme-brown);
  transform: scale(1.1) rotate(-5deg);
}

.card {
  position: relative;
  display: inline-block;
  border: 1px solid var(--theme-light-grey);
}
.card:focus-within .card__img--hover, .card:hover .card__img--hover, .card:active .card__img--hover, .card:focus .card__img--hover {
  opacity: 1;
  transform: scale(1);
}
.card .card__img--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: scale(1.05);
  transition: all 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.card .title {
  margin-bottom: 1rem;
}
.card .description {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.card .description p,
.card .description ul,
.card .description ol,
.card .description li {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.card .lang {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.card .lang__text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.card .lang__icon {
  background: var(--theme-pastel-rose);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .lang__icon svg {
  color: #ae8949;
  width: 1.25rem;
  height: 1.25rem;
}
.card__metadata {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem 0.75rem;
  color: var(--theme-dark-grey);
}
.card__metadata span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.card__metadata svg {
  color: var(--theme-dark-grey);
  display: inline-block;
}
.card__footer {
  border-top: 1px solid var(--theme-grey);
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.card__price {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.card__paddings {
  padding: 16px;
}

.card--icon.card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
}
.card--icon .card__figure {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 8px;
}

.card__figure {
  position: relative;
  overflow: hidden;
}

.card-product {
  position: relative;
  display: inline-block;
}
.card-product:focus-within .card__img--hover, .card-product:hover .card__img--hover, .card-product:active .card__img--hover, .card-product:focus .card__img--hover {
  opacity: 1;
  transform: scale(1);
}
.card-product .card__figure {
  margin-bottom: 1rem;
}
@media (max-width: 680px) {
  .card-product .card__figure {
    margin-bottom: 0.75rem;
  }
}
.card-product .card__figure img {
  margin: 0;
}
.card-product .flags {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  z-index: 3;
}
.card-product .card__link {
  color: black;
  text-decoration: none;
  z-index: 2;
}
.card-product .card__img--hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: scale(1.05);
  transition: all 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.card-product .card__heading {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem 0.625rem;
  margin-bottom: 0.75rem;
}
.card-product .card__heading .promo {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 680px) {
  .card-product .card__heading .promo {
    gap: 0.25rem;
  }
}
@media (max-width: 680px) {
  .card-product .card__heading .promo__bubble {
    font-size: 0.75rem;
    padding: 0 0.1875rem;
  }
}
@media (max-width: 680px) {
  .card-product .card__heading .promo__realprice {
    font-size: 0.75rem;
  }
}
@media (max-width: 680px) {
  .card-product .card__heading .promo__price {
    font-size: 0.75rem;
  }
}
.card-product .card__heading--column {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.card-product .card__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.8194444444rem + 0.2777777778vw, 1.0625rem);
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.card-product .promo {
  margin-bottom: 0.5rem;
}
.card-product .card__description p {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.card-practitioner .title {
  margin-bottom: 0.25rem;
}

.marketing-card {
  position: relative !important;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #181818;
  text-decoration: none;
  color: black;
}
.marketing-card:hover, .marketing-card:active, .marketing-card:focus {
  color: black;
  text-decoration: none;
}
.marketing-card:hover .marketing-card__link, .marketing-card:active .marketing-card__link, .marketing-card:focus .marketing-card__link {
  background: var(--theme-links-hover-color);
}
.marketing-card:hover .marketing-card__heading, .marketing-card:active .marketing-card__heading, .marketing-card:focus .marketing-card__heading {
  transform: translateY(-3.125rem) !important;
}
.marketing-card__figure {
  position: relative;
  z-index: 1;
}
.marketing-card__figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(228, 212, 196, 0.2) 57.37%, #181818 100%);
}
.marketing-card__heading {
  position: relative;
  z-index: 3;
  transform: translateY(-2.875rem);
  padding: 0 1.25rem 0 1.5rem;
  transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 680px) {
  .marketing-card__heading {
    padding: 0 0.625rem;
  }
}
.marketing-card__title {
  transform: translateY(-0.9375rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.4756944444rem + 1.5277777778vw, 1.8125rem);
  line-height: 1.3;
}
.marketing-card__description {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.marketing-card__link {
  position: absolute;
  top: auto;
  right: 0.75rem;
  bottom: 0.75rem;
  left: auto;
  color: white;
  width: 2rem;
  height: 2rem;
}

.card-blog .link svg {
  transition: transform 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translateX(0);
}
.card-blog:focus-within .link svg, .card-blog:hover .link svg, .card-blog:active .link svg, .card-blog:focus .link svg {
  transform: translateX(0.25rem);
}
.card-blog .card__figure {
  background: var(--theme-light-background);
  aspect-ratio: 1/1;
  width: 100%;
}
.card-blog .card__link {
  text-decoration: none;
  color: black;
}
.card-blog .card__link:hover, .card-blog .card__link:active, .card-blog .card__link:focus {
  color: var(--theme-links-hover-color);
}
.card-blog .card__title {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 939px) {
  .card-blog .card__title {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 939px) {
  .acf-slider {
    margin-top: 4.0625rem !important;
  }
}
.acf-slider .card {
  max-width: 28rem;
  width: calc(33.3333333333% - 1.3125rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.acf-slider .card:first-of-type {
  margin-left: 0;
}
.acf-slider .card:last-of-type {
  margin-right: 0;
}
@media (max-width: 939px) {
  .acf-slider .card {
    max-width: 28rem;
    width: calc(40% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (max-width: 680px) {
  .acf-slider .card {
    max-width: 21.875rem;
    width: calc(90% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.acf-slider--fourcolumns .card {
  max-width: 20.4375rem;
  width: calc(25% - 1.5rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.acf-slider--fourcolumns .card:first-of-type {
  margin-left: 0;
}
.acf-slider--fourcolumns .card:last-of-type {
  margin-right: 0;
}
@media (max-width: 939px) {
  .acf-slider--fourcolumns .card {
    max-width: 20.4375rem;
    width: calc(40% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (max-width: 680px) {
  .acf-slider--fourcolumns .card {
    width: calc(90% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.acf-slider--fivecolumns .card {
  max-width: 16.375rem;
  width: calc(20% - 1.625rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.acf-slider--fivecolumns .card:first-of-type {
  margin-left: 0;
}
.acf-slider--fivecolumns .card:last-of-type {
  margin-right: 0;
}
@media (max-width: 1100px) {
  .acf-slider--fivecolumns .card {
    max-width: 16.375rem;
    width: calc(24% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (max-width: 939px) {
  .acf-slider--fivecolumns .card {
    max-width: 16.375rem;
    width: calc(40% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media (max-width: 680px) {
  .acf-slider--fivecolumns .card {
    width: calc(90% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.acf-slider .card.card--noimage {
  background: var(--theme-pastel-lightbrown);
  border-radius: 1.5rem;
  padding: 1.375rem !important;
}

.wp-block-heading + .acf-slider {
  margin-top: 2rem;
}

.acf-beforeafter {
  background: var(--theme-pastel-beige);
  border-radius: 1.5rem;
  padding: 4.375rem 0 5rem;
}
@media (max-width: 939px) {
  .acf-beforeafter {
    padding: 1.5rem 0.875rem 2.25rem;
    margin-bottom: 3rem;
  }
}
.acf-beforeafter .container--medium {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.acf-beforeafter .js-swiper-onebyone {
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 939px) {
  .acf-beforeafter .js-swiper-onebyone {
    order: 3;
  }
}
.acf-beforeafter .js-swiper-onebyone .swiper-button-prev,
.acf-beforeafter .js-swiper-onebyone .swiper-button-next {
  top: auto;
  bottom: -5rem;
  right: 50%;
  background-color: var(--theme-red);
  color: white;
  border: 1px solid var(--theme-red);
}
.acf-beforeafter .js-swiper-onebyone .swiper-button-prev:hover,
.acf-beforeafter .js-swiper-onebyone .swiper-button-next:hover {
  border: 1px solid black;
}
@media (max-width: 939px) {
  .acf-beforeafter .js-swiper-onebyone .swiper-button-prev,
  .acf-beforeafter .js-swiper-onebyone .swiper-button-next {
    bottom: -1.25rem;
  }
}
.acf-beforeafter .js-swiper-onebyone .swiper-button-prev.swiper-button-disabled,
.acf-beforeafter .js-swiper-onebyone .swiper-button-next.swiper-button-disabled {
  border: 1px solid var(--theme-grey);
  color: var(--theme-grey);
  background-color: white;
}
.acf-beforeafter .js-swiper-onebyone .swiper-button-prev {
  transform: translate(calc(50% - 1.875rem), 2.5rem);
}
.acf-beforeafter .js-swiper-onebyone .swiper-button-next {
  transform: translate(calc(50% + 1.875rem), 2.5rem);
}
.acf-beforeafter .ba__footernote {
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 939px) {
  .acf-beforeafter .ba__footernote {
    order: 2;
    margin-bottom: 1.25rem;
  }
}

.ba__title {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: clamp(2.125rem, 0.4722222222rem + 3.8888888889vw, 3.875rem);
  margin-bottom: 2rem;
}
@media (max-width: 939px) {
  .ba__title {
    text-align: left;
    order: 1;
    margin-bottom: 1.25rem;
  }
}

.ba__card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem 4rem;
}
@media (max-width: 1300px) {
  .ba__card {
    gap: 1.5rem;
  }
}
@media (max-width: 939px) {
  .ba__card {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}

.ba__column--image {
  flex-shrink: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}

.ba__img {
  flex-shrink: 1;
  width: calc(50% - 0.3125rem);
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0 !important;
}
.ba__img::before {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 83.33%, rgba(0, 0, 0, 0.3) 96.57%);
}
@media (max-width: 680px) {
  .ba__img::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 96.57%);
  }
}
.ba__img img {
  width: 100%;
}
.ba__img legend {
  z-index: 3;
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 0 1rem 0.8125rem;
}

.ba__column--text {
  flex-grow: 1;
  min-width: 25rem;
}
@media (max-width: 939px) {
  .ba__column--text {
    min-width: unset;
    width: 100%;
  }
}
.ba__column--text dl {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 0;
}
@media (max-width: 939px) {
  .ba__column--text dl {
    width: 100%;
  }
}
.ba__column--text dt,
.ba__column--text dd {
  padding: 0.75rem 1.25rem 0.75rem 0;
  border-top: 1px solid var(--theme-rose);
}
.ba__column--text dt:last-of-type,
.ba__column--text dd:last-of-type {
  border-bottom: 1px solid var(--theme-rose);
}
.ba__column--text dt {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.ba__column--text dd {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding-right: 0;
}

.acf-tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .acf-tabs {
    gap: 0.625rem;
  }
}
@media (max-width: 939px) {
  .acf-tabs {
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.acf-tabs .js-tablist.tabs__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 939px) {
  .acf-tabs .js-tablist.tabs__list {
    gap: 0.875rem;
  }
}
.acf-tabs .js-tablist__item {
  padding: 0;
}
.acf-tabs .js-tablist__item:only-child {
  color: red;
}
.acf-tabs .js-tablist__item:only-child a {
  text-decoration: none !important;
  pointer-events: none;
}
.acf-tabs .js-tablist__link {
  font-size: clamp(1.875rem, 0.4583333333rem + 3.3333333333vw, 3.375rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
.acf-tabs .js-tablist__link:hover, .acf-tabs .js-tablist__link:active, .acf-tabs .js-tablist__link:focus {
  text-underline-offset: 0.1em;
  -webkit-text-decoration: underline #ae8949;
          text-decoration: underline #ae8949;
  text-decoration-thickness: 2px;
}

.acf-tabs__wrapper {
  padding: 6.875rem 0;
  margin-left: 1.5rem;
  max-width: 35.625rem;
  width: 100%;
}
@media (max-width: 939px) {
  .acf-tabs__wrapper {
    max-width: 100%;
    margin: 0;
    padding: 1.75rem 1.875rem;
  }
}
@media (max-width: 680px) {
  .acf-tabs__wrapper {
    max-width: 100%;
    margin: 0;
    padding: 1.375rem;
  }
}
.acf-tabs__figure {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1.5rem;
  align-self: stretch;
  position: relative;
}
@media (max-width: 939px) {
  .acf-tabs__figure {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.acf-tabs__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 939px) {
  .acf-tabs__image {
    position: static;
    height: auto;
  }
}

[aria-selected=true].js-tablist__link {
  text-underline-offset: 0.1em;
  -webkit-text-decoration: underline #ae8949;
          text-decoration: underline #ae8949;
  text-decoration-thickness: 2px;
}

.acf-product-card,
.acf-soin-card {
  max-width: 20.4375rem;
}
.acf-product-card .card__figure,
.acf-product-card img,
.acf-soin-card .card__figure,
.acf-soin-card img {
  width: 100%;
}

.acf-productfinder {
  background: var(--theme-pastel-lightbrown);
  border-radius: 1.5rem;
  padding: 1.75rem 1.375rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.acf-productfinder .wpgb-facet > fieldset:last-child {
  margin: 0;
}
.acf-productfinder .wpgb-facet select.wpgb-select {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1.4375rem, 0.6701388889rem + 1.8055555556vw, 2.25rem);
  color: #ae8949;
  line-height: unset;
  height: unset;
  border: none;
  border-bottom: 2px solid #ae8949;
  border-radius: 0;
  padding: 10px 30px 6px 0px !important;
  max-width: 100%;
  width: 250px;
}
@media (max-width: 680px) {
  .acf-productfinder .wpgb-facet select.wpgb-select {
    padding: 8px 30px 6px 0px !important;
  }
}
.acf-productfinder .wpgb-facet select.wpgb-select + .wpgb-select-controls {
  color: #ae8949;
}
.acf-productfinder .wpgb-facet select.wpgb-select + .wpgb-select-controls .wpgb-select-separator {
  display: none;
}
.acf-productfinder .wpgb-facet select.wpgb-select + .wpgb-select-controls svg {
  width: 24px;
  height: 24px;
  margin: 10px 0px 10px 8px;
}

#width_tmp_select {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 0.7916666667rem + 1.6666666667vw, 2.25rem);
  width: unset;
  opacity: 0;
}

.specific_forms {
  gap: 0.75rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 939px) {
  .specific_forms {
    gap: 1.5rem;
    align-items: flex-start;
  }
}

.productfinder__line {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.1875rem + 2.5vw, 2.375rem);
  gap: 0.25rem 0.75rem;
  color: var(--theme-dark-brown);
}

.ts-dropdown-content .option.selected:first-of-type {
  display: none;
}

.acf-pf-button {
  margin-top: 1.25rem;
}
@media (max-width: 939px) {
  .acf-pf-button {
    margin-top: 0.75rem;
  }
}

.acf-featured {
  position: relative;
  border-radius: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 680px) {
  .acf-featured {
    flex-flow: column-reverse;
  }
}
.acf-featured:not(.has-background) {
  background: var(--theme-pastel-lightbrown);
}
.acf-featured__container {
  max-width: 50%;
  padding: 3rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 939px) {
  .acf-featured__container {
    padding: 1.375rem;
  }
}
@media (max-width: 680px) {
  .acf-featured__container {
    max-width: 100%;
  }
}
.acf-featured__title {
  margin-bottom: 0.75rem;
  font-size: clamp(1.875rem, 0.4583333333rem + 3.3333333333vw, 3.375rem);
  font-family: "Noto Serif", serif;
  font-weight: 400;
}
.acf-featured__content {
  margin-bottom: 2.25rem;
}
.acf-featured__image {
  max-width: 32.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 1;
  width: 50%;
}
@media (max-width: 680px) {
  .acf-featured__image {
    max-width: 100%;
    width: 100%;
  }
}
.acf-featured__link:hover, .acf-featured__link:active, .acf-featured__link:focus {
  color: inherit;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
}

.acf-hero {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.acf-hero:not(.has-text-color) {
  color: white;
}
.acf-hero__container {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 3.75rem;
  left: 3.75rem;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.226));
  color: white;
}
@media (max-width: 939px) {
  .acf-hero__container {
    bottom: 1.375rem;
    left: 1.375rem;
  }
}
.acf-hero__title {
  max-width: 32.5rem;
}
@media (max-width: 939px) {
  .acf-hero__title {
    max-width: 90%;
  }
}
.acf-hero__title {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.0833333333rem + 3.3333333333vw, 3rem);
  color: inherit;
  line-height: 1.06;
}
.acf-hero__title h2 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, -0.2708333333rem + 4.1666666667vw, 3.375rem);
  margin-bottom: 0.375rem;
  color: inherit;
  line-height: 1.06;
  text-transform: uppercase;
}
.acf-hero__subtitle {
  max-width: 37.5rem;
}
@media (max-width: 939px) {
  .acf-hero__subtitle {
    max-width: 62%;
    bottom: 1.375rem;
    left: 1.375rem;
  }
}
.acf-hero__subtitle {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.7777777778rem + 1.1111111111vw, 1.75rem);
  color: inherit;
  line-height: 1.06;
  margin-bottom: 1.5rem;
}
.acf-hero__button {
  color: inherit;
  border-color: currentColor;
}
.acf-hero__button:hover, .acf-hero__button:active, .acf-hero__button:focus {
  color: inherit;
  border-color: currentColor;
}
.acf-hero__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 center;
     object-position: 0 center;
  min-height: 25.625rem;
  max-height: 72vh;
}

.acf-practitioners-list {
  display: flex;
  flex-flow: row wrap;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  gap: 1.25rem 0;
}
.acf-practitioners-list .card-practitioner {
  flex: 0 0 auto;
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 680px) {
  .acf-practitioners-list .card-practitioner {
    flex: 0 0 auto;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

body.modal-open {
  position: static !important;
}
body.modal-open:not(.no-scroll) {
  overflow: auto;
}
body > #wb-loadingdiv {
  display: none;
}
body div.wb-loadingdiv {
  display: none;
  width: 120px;
  text-align: center;
}
body div.wb-loadingdiv .wb-loadingtext {
  width: 100%;
}

#metodika-modal {
  display: none;
}

#metodika-modal-wrapper {
  width: 100%;
  padding: 1.375rem;
  min-height: 80vh;
}
#metodika-modal-wrapper .bootstrap-iso .modal {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.568627451);
}

#metodika-webbooking {
  background-color: white;
  position: relative;
  z-index: 2;
}

.metodika-loader {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.metodika-loader .metodika-loader-animation {
  position: relative;
  width: 33.6px;
  height: 33.6px;
  perspective: 67.2px;
  margin: 0 auto 1.25rem auto;
}
.metodika-loader .metodika-loader-animation div {
  width: 100%;
  height: 100%;
  background: #ae8949;
  position: absolute;
  left: 50%;
  transform-origin: left;
  animation: spinner-16s03x 2s infinite;
}
.metodika-loader .metodika-loader-animation div:nth-child(1) {
  animation-delay: 0.15s;
}
.metodika-loader .metodika-loader-animation div:nth-child(2) {
  animation-delay: 0.3s;
}
.metodika-loader .metodika-loader-animation div:nth-child(3) {
  animation-delay: 0.45s;
}
.metodika-loader .metodika-loader-animation div:nth-child(4) {
  animation-delay: 0.6s;
}
.metodika-loader .metodika-loader-animation div:nth-child(5) {
  animation-delay: 0.75s;
}
@keyframes spinner-16s03x {
  0% {
    transform: rotateY(0deg);
  }
  50%, 80% {
    transform: rotateY(-180deg);
  }
  90%, 100% {
    opacity: 0;
    transform: rotateY(-180deg);
  }
}

.search-error .fourofour {
  margin: 120px auto 80px;
  text-align: center;
}
.search-error .button {
  display: block;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 300px;
}

.search-container {
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px 3%;
  grid-template-areas: ". . ." ". . .";
  justify-items: start;
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  .search-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ." ". .";
  }
}
@media (max-width: 680px) {
  .search-container {
    grid-template-columns: 1fr;
    grid-template-areas: "." ".";
    justify-items: center;
  }
}

.search-title {
  margin: 80px 0 40px;
  text-align: center;
}
@media (max-width: 680px) {
  .search-title {
    margin-top: 50px;
  }
}

.search-subtitle {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin: 0 auto 40px;
}

.page-title {
  text-align: center;
}

.product__header {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 40em) {
  .product__header {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.product__header {
  margin-bottom: 5.375rem;
}
@media (max-width: 939px) {
  .product__header {
    margin-bottom: 2.5rem;
    gap: 1rem;
  }
}
.product__header-left {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 939px) {
  .product__header-left {
    flex: 0 0 auto;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
  }
}
.product__header-left .card-product {
  position: sticky;
  top: 1.25rem;
}
.product__header-left .card-product .card__figure {
  margin-bottom: 0;
}
.product__header-right {
  flex: 0 0 auto;
  width: calc(58.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 2rem;
}
@media (max-width: 939px) {
  .product__header-right {
    flex: 0 0 auto;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
  }
}
.product__header-right ul {
  padding-left: 2.875rem;
  font-size: clamp(1rem, 0.9409722222rem + 0.1388888889vw, 1.0625rem);
  line-height: 1.3;
}
.product__header-right ul li {
  list-style: disc;
}
.product__header-right ul li::marker {
  color: #ae8949;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.8888888889rem + 0.5555555556vw, 1.375rem);
}
.product__header-right ul li {
  padding-left: 0.625rem;
  margin-bottom: 0.375rem;
}
.product__title {
  margin: 0 0 0.75rem;
}
.product__promo {
  margin-bottom: 0.875rem;
}
@media (min-width: 939px) {
  .product__promo {
    margin-top: 1rem;
    gap: 0.875rem;
  }
  .product__promo .promo__realprice {
    font-size: 1.125rem;
  }
  .product__promo .promo__bubble {
    font-size: 1.125rem;
  }
  .product__promo .promo__price {
    font-size: 1.125rem;
  }
}
.product__description {
  margin-bottom: 2rem;
}
.product__anchors {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 939px) {
  .product__anchors {
    flex-wrap: wrap;
    gap: 0.625rem 1rem;
  }
}
.product__anchors .link {
  color: #ae8949;
}
@media (max-width: 939px) {
  .product__anchors .link {
    gap: 0;
  }
}
@media (max-width: 939px) {
  .product__anchors .link svg {
    width: 1rem;
    height: 1rem;
  }
}
.product__attributs {
  margin-bottom: 2rem;
}
.product__attributs .h5 {
  margin-bottom: 0.65em;
}
.product__maincta {
  background: var(--theme-pastel-lightbrown);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 939px) {
  .product__maincta {
    padding: 1.375rem;
  }
}
.product__maincta.product__maincta--noconsult {
  padding: 0;
  margin: 2rem 0;
  text-align: left;
  background: none;
  border-radius: 0;
}
.product__secondarycta {
  margin-top: 1rem;
}
.product__secondarycta p {
  font-size: 0.875rem;
}
.product__secondarycta p strong {
  font-size: clamp(0.875rem, 0.6979166667rem + 0.4166666667vw, 1.0625rem);
}
.product__secondarycta button {
  margin-top: 1rem;
}
.product__stickycta {
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -4px 25px -23px black;
  display: none;
  padding: 1rem 0;
  animation: appear-from-bottom 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 939px) {
  .product__stickycta {
    padding: 0.5rem 0;
  }
}
.product__stickycta .container, .product__stickycta .the-content .wp-block-group__inner-container, .the-content .product__stickycta .wp-block-group__inner-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem 2rem;
}
@media (max-width: 939px) {
  .product__stickycta .container, .product__stickycta .the-content .wp-block-group__inner-container, .the-content .product__stickycta .wp-block-group__inner-container {
    justify-content: center;
  }
}
.product__stickycta .faketitle {
  margin-bottom: 0;
  margin-right: auto;
}
@media (max-width: 939px) {
  .product__stickycta .faketitle {
    display: none;
  }
}
.product__stickycta .promo {
  margin: 0;
}
.product__stickycta.is-visible {
  display: block;
}

.button--maincta {
  margin-bottom: 1rem;
}

.wp-grid-builder .wpgb-wrapper .wpgb-card [class*=wpgb-block-] {
  white-space: unset;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card {
  position: relative;
  display: inline-block;
  border: 1px solid var(--theme-light-grey);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card:focus-within .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card:hover .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card:active .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card:focus .card__img--hover {
  opacity: 1;
  transform: scale(1);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .card__img--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: scale(1.05);
  transition: all 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .title {
  margin-bottom: 1rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .description {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .description p,
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .description ul,
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .description ol,
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .description li {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .lang {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .lang__text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .lang__icon {
  background: var(--theme-pastel-rose);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card .lang__icon svg {
  color: #ae8949;
  width: 1.25rem;
  height: 1.25rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__metadata {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.375rem 0.75rem;
  color: var(--theme-dark-grey);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__metadata span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__metadata svg {
  color: var(--theme-dark-grey);
  display: inline-block;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__footer {
  border-top: 1px solid var(--theme-grey);
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__price {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__paddings {
  padding: 16px;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card--icon.card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: none;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card--icon .card__figure {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 8px;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card__figure {
  position: relative;
  overflow: hidden;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product {
  position: relative;
  display: inline-block;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product:focus-within .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product:hover .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product:active .card__img--hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product:focus .card__img--hover {
  opacity: 1;
  transform: scale(1);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__figure {
  margin-bottom: 1rem;
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__figure {
    margin-bottom: 0.75rem;
  }
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__figure img {
  margin: 0;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .flags {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  z-index: 3;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__link {
  color: black;
  text-decoration: none;
  z-index: 2;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__img--hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: scale(1.05);
  transition: all 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.125rem 0.625rem;
  margin-bottom: 0.75rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading .promo {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading .promo {
    gap: 0.25rem;
  }
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading .promo__bubble {
    font-size: 0.75rem;
    padding: 0 0.1875rem;
  }
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading .promo__realprice {
    font-size: 0.75rem;
  }
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading .promo__price {
    font-size: 0.75rem;
  }
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__heading--column {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.8194444444rem + 0.2777777778vw, 1.0625rem);
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .promo {
  margin-bottom: 0.5rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-product .card__description p {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-practitioner .title {
  margin-bottom: 0.25rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card {
  position: relative !important;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #181818;
  text-decoration: none;
  color: black;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:active, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:focus {
  color: black;
  text-decoration: none;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:hover .marketing-card__link, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:active .marketing-card__link, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:focus .marketing-card__link {
  background: var(--theme-links-hover-color);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:hover .marketing-card__heading, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:active .marketing-card__heading, .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card:focus .marketing-card__heading {
  transform: translateY(-3.125rem) !important;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__figure {
  position: relative;
  z-index: 1;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(228, 212, 196, 0.2) 57.37%, #181818 100%);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__heading {
  position: relative;
  z-index: 3;
  transform: translateY(-2.875rem);
  padding: 0 1.25rem 0 1.5rem;
  transition: transform 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (max-width: 680px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__heading {
    padding: 0 0.625rem;
  }
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__title {
  transform: translateY(-0.9375rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.4756944444rem + 1.5277777778vw, 1.8125rem);
  line-height: 1.3;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__description {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .marketing-card__link {
  position: absolute;
  top: auto;
  right: 0.75rem;
  bottom: 0.75rem;
  left: auto;
  color: white;
  width: 2rem;
  height: 2rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .link svg {
  transition: transform 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: translateX(0);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog:focus-within .link svg, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog:hover .link svg, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog:active .link svg, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog:focus .link svg {
  transform: translateX(0.25rem);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__figure {
  background: var(--theme-light-background);
  aspect-ratio: 1/1;
  width: 100%;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__link {
  text-decoration: none;
  color: black;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__link:hover, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__link:active, .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__link:focus {
  color: var(--theme-links-hover-color);
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__title {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 939px) {
  .wp-grid-builder .wpgb-wrapper .wpgb-card .card-blog .card__title {
    margin-bottom: 0.75rem;
  }
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .flag {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  padding: 0 0.75rem;
  line-height: 1.5;
  background: white;
  border-radius: 6.25rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .flag.flag--green {
  border: 1px solid #ae8949;
  color: #ae8949;
  text-transform: unset;
  border-radius: 0.25rem;
  background: none;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .promo {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5625rem;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .promo__bubble {
  border-radius: 0.5rem;
  border: 1px solid var(--theme-red);
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-red);
  line-height: 1.5;
  padding: 0 0.375rem;
  display: inline-block;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .promo__realprice {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--theme-red);
  line-height: 1.5;
  text-decoration-line: line-through;
}
.wp-grid-builder .wpgb-wrapper .wpgb-card .promo__price {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: black;
  line-height: 1.5;
}

.listing__title {
  margin: 0.5rem 0 0.625rem;
}
.listing__description {
  margin-bottom: 2rem;
  max-width: 42.9375rem;
}
@media (max-width: 939px) {
  .listing__description {
    margin-bottom: 1rem;
  }
}

#listing-products-page .wpgb-wrapper {
  margin-bottom: 5.625rem;
}
#listing-products-page .wpgb-sidebar-left {
  margin-top: 0;
  padding-right: 0;
}
@media (max-width: 939px) {
  #listing-products-page .wpgb-sidebar-left {
    display: none;
  }
}
#listing-products-page .simple-animated-modal .wpgb-sidebar-left {
  display: block;
}
#listing-products-page .wpgb-facet {
  padding: 0 2rem;
  background: #f4f3f2;
}
#listing-products-page .wpgb-facet-title {
  margin-bottom: 1rem;
}
@media (max-width: 939px) {
  #listing-products-page .wpgb-facet-title {
    margin-bottom: 0.5rem;
    color: black;
  }
}
#listing-products-page .wpgb-facet:first-of-type {
  background: var(--theme-pastel-lightbrown);
  border-radius: 1.5rem;
  padding: 1.75rem 2rem;
}
#listing-products-page .wpgb-facet:first-of-type fieldset {
  padding-bottom: 0;
  margin-bottom: 0;
}
#listing-products-page .wpgb-facet:first-of-type.wpgb-facet--empty + .wpgb-facet {
  margin-top: 0;
}
#listing-products-page .wpgb-facet:nth-of-type(2) {
  margin-top: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.75rem;
}
#listing-products-page .wpgb-facet:last-of-type {
  border-radius: 0 0 1.5rem 1.5rem;
  padding-bottom: 1.75rem;
}
#listing-products-page .wpgb-facet:last-of-type fieldset {
  padding-bottom: 0;
}
#listing-products-page .wpgb-facet--empty {
  display: none;
}
#listing-products-page .wpgb-facet--empty:nth-of-type(2) + .wpgb-facet {
  margin-top: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.75rem;
}
#listing-products-page .wpgb-facet--empty:nth-of-type(2) + .wpgb-facet--empty + .wpgb-facet {
  margin-top: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.75rem;
}
#listing-products-page .wpgb-facet--empty:nth-of-type(2) + .wpgb-facet--empty + .wpgb-facet--empty + .wpgb-facet {
  margin-top: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.75rem;
}
#listing-products-page .wpgb-facet--empty:nth-of-type(2) + .wpgb-facet--empty + .wpgb-facet--empty + .wpgb-facet--empty + .wpgb-facet {
  margin-top: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  padding-top: 1.75rem;
}
#listing-products-page .wpgb-facet fieldset {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
#listing-products-page .wpgb-facet .wpgb-checkbox[aria-pressed=false] .wpgb-checkbox-control {
  background-color: white;
}
#listing-products-page .wpgb-area-bottom-1 .wpgb-facet {
  background: none;
  width: 100%;
  text-align: center;
  padding: 0;
}
#listing-products-page .wpgb-area-bottom-1 li.wpgb-page {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #ae8949;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100px;
  border: 1px solid #dbd9d6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#listing-products-page .wpgb-area-bottom-1 li.wpgb-page:focus-within, #listing-products-page .wpgb-area-bottom-1 li.wpgb-page:hover, #listing-products-page .wpgb-area-bottom-1 li.wpgb-page:active, #listing-products-page .wpgb-area-bottom-1 li.wpgb-page:focus {
  border: 1px solid #ae8949;
}
#listing-products-page .wpgb-area-bottom-1 li.wpgb-page a {
  color: #ae8949;
}
#listing-products-page .wpgb-area-bottom-1 li.wpgb-page a:focus {
  outline: none;
}
#listing-products-page .wpgb-main {
  margin-left: 2rem;
}
@media (max-width: 939px) {
  #listing-products-page .wpgb-main {
    margin-left: 0;
  }
}
#listing-products-page .wpgb-card-inner {
  padding-left: 0;
}

.wpgb-viewport {
  height: auto !important;
}

.wpgb-masonry {
  display: grid;
  --grid-layout-gap: 2rem;
  --gap-count: 2;
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / 3);
  grid-template-columns: repeat(auto-fill, minmax(max(15rem, var(--grid-item--max-width)), 1fr));
  gap: var(--grid-layout-gap);
  justify-content: start;
  align-content: start;
  align-items: start;
}
@media (max-width: 680px) {
  .wpgb-masonry {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.75rem;
  }
}
.wpgb-masonry .wpgb-card {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: unset !important;
  min-width: unset;
  max-width: 20.4375rem;
}
.wpgb-masonry .wpgb-card-layer-link {
  display: none;
}

.button--filter {
  display: none;
}
@media (max-width: 939px) {
  .button--filter {
    display: flex;
    margin-bottom: 1rem;
  }
}

.blog-header-container {
  margin-bottom: 4.0625rem;
}
@media (max-width: 939px) {
  .blog-header-container {
    margin-bottom: 2rem;
  }
}
.blog-header-container .listing__description {
  margin-bottom: 1.375rem;
}

.blog-container {
  display: grid;
  --grid-layout-gap: 2rem;
  --gap-count: 2;
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / 3);
  grid-template-columns: repeat(auto-fill, minmax(max(15rem, var(--grid-item--max-width)), 1fr));
  gap: var(--grid-layout-gap);
  justify-content: center;
  justify-items: center;
  align-content: start;
  align-items: start;
  max-width: 80rem;
}
.blog-container .card-blog {
  width: 100%;
  max-width: 21.3125rem;
}

.categories-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
.categories-container .button {
  text-wrap: nowrap;
}

.single-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 40em) {
  .single-header {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.single-header {
  margin-bottom: 3.75rem;
}
@media (max-width: 939px) {
  .single-header {
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
}
.single-header__content {
  flex: 0 0 auto;
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}
@media (max-width: 939px) {
  .single-header__content {
    flex: 0 0 auto;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.single-header__image {
  flex: 0 0 auto;
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 939px) {
  .single-header__image {
    flex: 0 0 auto;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}

.single-title {
  margin-bottom: 0;
}

.single-meta {
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #757678;
}
.single-meta strong {
  color: black;
}
.single-meta a {
  color: black;
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.single-post .card__figure {
  margin-bottom: 0;
}
.single-post .single-excerpt {
  font-size: clamp(1.375rem, 1.2569444444rem + 0.2777777778vw, 1.5rem);
}

:root {
  --theme-white: white;
  --theme-black: black;
  --theme-red: #f2827f;
  --theme-error: #df4d49;
  --theme-light-brown: #e4d4c4;
  --theme-brown: #ae7c58;
  --theme-blue: #c1e3e4;
  --theme-rose: #fac9d1;
  --theme-dark-brown: #604541;
  --theme-pastel-lightbrown: #f2ebe0;
  --theme-pastel-yellow: #fcfced;
  --theme-pastel-blue: #edf8fc;
  --theme-pastel-rose: #fcecef;
  --theme-pastel-beige: #faddd9;
  --theme-grey: #757678;
  --theme-light-grey: #f2f4f5;
  --theme-dark-grey: #3d3f40;
  --theme-light-background: rgb(235, 241, 241);
  --theme-page-background: white;
  --theme-primary-color: #ae8949;
  --theme-primary-color-darker: #967234;
  --theme-secondary-color: #181818;
  --theme-secondary-color-darker: black;
  --theme-text-color: black;
  --theme-links-color: #ae8949;
  --theme-links-hover-color: #004d5c;
}

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