@charset "UTF-8";
/**
 * NORMALIZE
 * DIADAO
 */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}
body * {
  box-sizing: border-box;
}
body *,
body *:before,
body *:after {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

q {
  quotes: "“" "”" "‘" "’";
}

textarea {
  vertical-align: top;
}

pre {
  white-space: pre-wrap;
}

hr {
  display: block;
  height: 1px;
  background-color: #000;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  text-align: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  width: 100%;
}

button,
input {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

/* Slick */
.slick-slide:focus {
  outline: 0;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/*************************/
/* Variables */
/*************************/
/*************************/
/* Functions */
/*************************/
/*************************/
/* Mixins */
/*************************/
.btn {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 40px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  padding-inline: 12px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.section div[data-posttype=traductions] .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .btn {
    gap: 4px;
    padding-inline: 24px;
    height: 56px;
  }
}
.section .btn:not(:last-of-type) {
  margin-right: 32px;
}
.btn:focus-visible {
  outline: none;
}
.btn span {
  display: block;
  pointer-events: none;
}
.btn span strong {
  color: currentColor;
}
.btn .icon {
  flex-shrink: 0;
}
.btn .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn .icon--close {
    width: 28px;
    height: 28px;
  }
}
.btn .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--arrow-right {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--arrow-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-solid-primary {
  background: #8f6f56;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-solid-primary:hover, .btn-solid-primary:focus-visible {
    color: #ffffff;
    background: #d4af93;
  }
}
.btn-fill-primary {
  background: #8f6f56;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-fill-primary:hover, .btn-fill-primary:focus-visible {
    color: #ffffff;
    background: #d4af93;
  }
}
.btn-outline-primary {
  border: 1px solid #8f6f56;
}
@media only screen and (min-width: 992px) {
  .btn-outline-primary:hover, .btn-outline-primary:focus-visible {
    border: 1px solid transparent;
    color: #ffffff;
    background: #d4af93;
  }
}
.btn-underline {
  position: relative;
  background: transparent;
  border: none;
  text-underline-offset: 4px;
  padding-inline: 0;
  height: 40px;
}
.btn-underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 4px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-underline:hover:before, .btn-underline:focus-visible:before {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 992px) {
  .btn-underline {
    padding-inline: 0;
    height: 40px;
  }
}
.btn-underline-input {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 2px;
  background-position: 50% calc(100% - 2px);
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  text-underline-offset: 4px;
  padding-inline: 0;
  height: 40px;
  transition: background-size 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-underline-input:hover, .btn-underline-input:focus-visible {
    background-size: 30px 2px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-underline-input {
    padding-inline: 0;
    height: 40px;
  }
}
.btn-icon {
  padding-inline: 0;
  width: 40px;
  border-radius: 100em;
}
@media only screen and (min-width: 992px) {
  .btn-icon {
    width: 56px;
  }
}
.btn-icon::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.btn-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100em;
  border: 2px solid rgba(92, 92, 90, 0.3);
  opacity: 0;
  transform: scale(0.5);
  transition: transform ease-out 0.375s, opacity ease-out 0.375s;
}
@media only screen and (min-width: 992px) {
  .btn-icon:hover::after, .btn-icon:focus-visible::after {
    opacity: 1;
    transform: scale(1);
  }
}
.btn-icon--burger::before {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-icon--mail::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/mail-question-mark.svg");
  mask-image: url("../images/svg/icons/mail-question-mark.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--phone::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/phone.svg");
  mask-image: url("../images/svg/icons/phone.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--facebook::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--instagram::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--languages::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/globe.svg");
  mask-image: url("../images/svg/icons/globe.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--close::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--arrow-left::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--chevron-down::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--chevron-right::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--chevron-left::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--booking-hotel::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--booking-restaurant::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--booking-spa::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--arrow-right::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-filter {
  position: relative;
  background: transparent;
  border: none;
  text-underline-offset: 4px;
  padding-inline: 0;
  height: 40px;
}
.btn-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 4px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-filter:hover:before, .btn-filter:focus-visible:before {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 992px) {
  .btn-filter {
    padding-inline: 0;
    height: 40px;
  }
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-group {
    gap: 32px;
  }
}

:not(.hsc-button).diadao-button-close {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 40px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  padding-inline: 12px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding-inline: 0;
  width: 40px;
  border-radius: 100em;
  background: #8f6f56;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  margin: 0;
}
.section div[data-posttype=traductions] :not(.hsc-button).diadao-button-close {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  :not(.hsc-button).diadao-button-close {
    gap: 4px;
    padding-inline: 24px;
    height: 56px;
  }
}
.section :not(.hsc-button).diadao-button-close:not(:last-of-type) {
  margin-right: 32px;
}
:not(.hsc-button).diadao-button-close:focus-visible {
  outline: none;
}
:not(.hsc-button).diadao-button-close span {
  display: block;
  pointer-events: none;
}
:not(.hsc-button).diadao-button-close span strong {
  color: currentColor;
}
:not(.hsc-button).diadao-button-close .icon {
  flex-shrink: 0;
}
:not(.hsc-button).diadao-button-close .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  :not(.hsc-button).diadao-button-close .icon--close {
    width: 28px;
    height: 28px;
  }
}
:not(.hsc-button).diadao-button-close .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close .icon--arrow-right {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close .icon--arrow-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  :not(.hsc-button).diadao-button-close {
    width: 56px;
  }
}
:not(.hsc-button).diadao-button-close::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
:not(.hsc-button).diadao-button-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100em;
  border: 2px solid rgba(92, 92, 90, 0.3);
  opacity: 0;
  transform: scale(0.5);
  transition: transform ease-out 0.375s, opacity ease-out 0.375s;
}
@media only screen and (min-width: 992px) {
  :not(.hsc-button).diadao-button-close:hover::after, :not(.hsc-button).diadao-button-close:focus-visible::after {
    opacity: 1;
    transform: scale(1);
  }
}
:not(.hsc-button).diadao-button-close--burger::before {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
:not(.hsc-button).diadao-button-close--mail::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/mail-question-mark.svg");
  mask-image: url("../images/svg/icons/mail-question-mark.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--phone::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/phone.svg");
  mask-image: url("../images/svg/icons/phone.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--facebook::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--instagram::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--languages::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/globe.svg");
  mask-image: url("../images/svg/icons/globe.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--close::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--arrow-left::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--chevron-down::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--chevron-right::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--chevron-left::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--booking-hotel::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--booking-restaurant::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--booking-spa::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
:not(.hsc-button).diadao-button-close--arrow-right::before {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  :not(.hsc-button).diadao-button-close:hover, :not(.hsc-button).diadao-button-close:focus-visible {
    color: #ffffff;
    background: #d4af93;
  }
}
:not(.hsc-button).diadao-button-close svg {
  width: 16px;
  height: 16px;
}

.is-more-modal-button {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 40px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  padding-inline: 12px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border: none;
  text-underline-offset: 4px;
  padding-inline: 0;
  height: 40px;
  margin-top: 32px;
}
.section div[data-posttype=traductions] .is-more-modal-button {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button {
    gap: 4px;
    padding-inline: 24px;
    height: 56px;
  }
}
.section .is-more-modal-button:not(:last-of-type) {
  margin-right: 32px;
}
.is-more-modal-button:focus-visible {
  outline: none;
}
.is-more-modal-button span {
  display: block;
  pointer-events: none;
}
.is-more-modal-button span strong {
  color: currentColor;
}
.is-more-modal-button .icon {
  flex-shrink: 0;
}
.is-more-modal-button .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button .icon--close {
    width: 28px;
    height: 28px;
  }
}
.is-more-modal-button .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button .icon--arrow-right {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button .icon--arrow-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.is-more-modal-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 4px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button:hover:before, .is-more-modal-button:focus-visible:before {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button {
    padding-inline: 0;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .display-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .display-desktop {
    display: none !important;
  }
}
html {
  overscroll-behavior-y: none;
  --scrollbar-custom-comp: 0px;
}
html#device-desktop body.sdkbs-panel-opened, html#device-desktop body.offcanvas-opened, html#device-desktop body.smart-display-open, html#device-desktop body.modal-opened {
  --scrollbar-custom-comp: var(--scrollbar-comp, 0px);
}
html#device-desktop body.sdkbs-panel-opened .grid-helper,
html#device-desktop body.sdkbs-panel-opened .wrapper, html#device-desktop body.offcanvas-opened .grid-helper,
html#device-desktop body.offcanvas-opened .wrapper, html#device-desktop body.smart-display-open .grid-helper,
html#device-desktop body.smart-display-open .wrapper, html#device-desktop body.modal-opened .grid-helper,
html#device-desktop body.modal-opened .wrapper {
  padding-right: var(--scrollbar-comp);
}
html body {
  background: #ffffff;
  overscroll-behavior-y: none;
}
html body #diadao-main {
  min-height: 50vh;
}
html body.sdkbs-panel-opened, html body.offcanvas-opened, html body.smart-display-open, html body.modal-opened {
  overflow: clip !important;
}
html body.sdkbs-panel-opened:before, html body.offcanvas-opened:before, html body.smart-display-open:before, html body.modal-opened:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: var(--scrollbar-comp, 0px);
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  z-index: 1;
}
html body.sdkbs-panel-opened #diadao-hsw-hsp-html #smartpreview *, html body.offcanvas-opened #diadao-hsw-hsp-html #smartpreview *, html body.modal-opened #diadao-hsw-hsp-html #smartpreview * {
  pointer-events: none;
}
html body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
html body a[data-fancybox-front],
html body a.snippet-fancybox-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}
html body a span {
  pointer-events: none;
}
html body .kwpb-wysiwig p + p,
html body .sdk-popup__text p + p {
  margin-top: 16px;
}
html body .kwpb-wysiwig p + ul,
html body .kwpb-wysiwig ul + p,
html body .sdk-popup__text p + ul,
html body .sdk-popup__text ul + p {
  margin-top: 32px;
}

.grid-helper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  gap: 0px;
  padding-inline: 0px;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .grid-helper {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0px;
    padding-inline: 0px;
  }
}
.grid-helper .item {
  grid-column: span 1;
  height: 100%;
  height: 100vh;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.screen-size-helper {
  z-index: 10000;
  position: fixed;
  top: 25vh;
  left: 0;
  pointer-events: none;
}
.screen-size-helper::before {
  display: block;
  position: fixed;
  padding: 3px 8px;
  transform: rotate(-90deg);
  transform-origin: top left;
  background: rgba(0, 0, 0, 0.25);
  content: "< 640";
  color: #ffffff;
  font-family: monospace;
  font-size: 10px;
  white-space: nowrap;
}
@media only screen and (min-width: 640px) {
  .screen-size-helper::before {
    content: ">= 640";
  }
}
@media only screen and (min-width: 992px) {
  .screen-size-helper::before {
    content: ">= 992";
  }
}
@media only screen and (min-width: 1280px) {
  .screen-size-helper::before {
    content: ">= 1280";
  }
}
@media only screen and (min-width: 1440px) {
  .screen-size-helper::before {
    content: ">= 1440";
  }
}
@media only screen and (min-width: 1640px) {
  .screen-size-helper::before {
    content: ">= 1640";
  }
}
@media only screen and (min-width: 1920px) {
  .screen-size-helper::before {
    content: ">= 1920";
  }
}

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

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

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

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

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

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

html {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (min-width: 992px) {
  html {
    line-height: 2;
    font-size: 16px;
  }
}
html body {
  color: #5c5c5a;
}
html body strong {
  color: currentColor;
  font-weight: 700;
}
html body a:not([class*=btn]) {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  text-decoration: none;
}
html body a:not([class*=btn]) span {
  pointer-events: none;
}

.label, .footer__legals #footer-menu li a span, .btn span, :not(.hsc-button).diadao-button-close span, .is-more-modal-button span {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 992px) {
  .label, .footer__legals #footer-menu li a span, .btn span, :not(.hsc-button).diadao-button-close span, .is-more-modal-button span {
    font-size: 16px;
    line-height: normal;
  }
}

.title-n1, .wysiwig-styles h1 {
  font-family: "Runalto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.125;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-size: clamp(32px, 24.6153846154px + 2.0512820513vw, 64px);
}

.title-n2, .wysiwig-styles h2 {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: clamp(24px, 18.4615384615px + 1.5384615385vw, 48px);
}
.title-n3, .wysiwig-styles h3 {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n3, .wysiwig-styles h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.title-n4, .wysiwig-styles h4 {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n4, .wysiwig-styles h4 {
    font-size: 24px;
  }
}

.title-n5, .wysiwig-styles h5 {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n5, .wysiwig-styles h5 {
    font-size: 20px;
  }
}

.title-n6, .wysiwig-styles h6 {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n6, .wysiwig-styles h6 {
    font-size: 18px;
  }
}

.text-n1, .custom-modal .sdk-popup__text .title, html body {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(14px, 12.6153846154px + 0.3846153846vw, 20px);
}

.text-n1-strong {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .text-n1-strong {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-n2 {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
}
@media only screen and (min-width: 992px) {
  .text-n2 {
    font-size: 12px;
    line-height: 20px;
  }
}

.text-n2-strong {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 992px) {
  .text-n2-strong {
    font-size: 12px;
    line-height: 20px;
  }
}

.text-big-strong, .custom-modal.offer-modal .custom-modal__footer__price .price__current, .custom-modal.presse-modal .custom-modal__footer__price .price__current, .custom-modal.room-modal .custom-modal__footer__price .price__current, .custom-modal.area-modal .custom-modal__footer__price .price__current {
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .text-big-strong, .custom-modal.offer-modal .custom-modal__footer__price .price__current, .custom-modal.presse-modal .custom-modal__footer__price .price__current, .custom-modal.room-modal .custom-modal__footer__price .price__current, .custom-modal.area-modal .custom-modal__footer__price .price__current {
    font-size: 32px;
  }
}

.quote, .wysiwig-styles blockquote {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .quote, .wysiwig-styles blockquote {
    font-size: 32px;
    line-height: 40px;
  }
}

.item-primary {
  font-family: "Runalto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .item-primary {
    font-size: 22px;
    line-height: normal;
  }
}

.bold, .custom-modal .sdk-popup__text .title,
.strong {
  font-weight: 500;
}

.bolder {
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.primary,
.gold {
  color: #8f6f56;
}

.screen-reader-text, .socials__item span, .btn-icon span, :not(.hsc-button).diadao-button-close span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.wysiwig-styles {
  align-items: flex-start;
}
.wysiwig-styles > *:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles > *:not(:first-child) {
    margin-top: 56px;
  }
}
.wysiwig-styles img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.wysiwig-styles img.align-top {
  object-position: top;
}
.wysiwig-styles ol {
  counter-reset: wysiwig-counter;
}
.wysiwig-styles ol li {
  position: relative;
  padding-left: 1.6em;
  counter-increment: wysiwig-counter;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles ol li {
    padding-left: 36px;
  }
}
.wysiwig-styles ol li::before {
  content: counter(wysiwig-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #8f6f56;
  font-weight: 500;
}
.wysiwig-styles a:not([class*=btn]):not(.is-more-modal-button) {
  color: #8f6f56;
  font-weight: 500;
}
.wysiwig-styles a:not([class*=btn]):not(.is-more-modal-button):hover {
  color: #d4af93;
}
.wysiwig-styles h1,
.wysiwig-styles h2,
.wysiwig-styles h3,
.wysiwig-styles h4,
.wysiwig-styles h5,
.wysiwig-styles h6 {
  margin-bottom: 0.5em;
}
.wysiwig-styles h1:not(:first-child),
.wysiwig-styles h2:not(:first-child),
.wysiwig-styles h3:not(:first-child),
.wysiwig-styles h4:not(:first-child),
.wysiwig-styles h5:not(:first-child),
.wysiwig-styles h6:not(:first-child) {
  margin-top: 1.25em;
}
.wysiwig-styles h1,
.wysiwig-styles h2 {
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles h1,
  .wysiwig-styles h2 {
    margin-bottom: 160px;
  }
}
.wysiwig-styles h1:not(:first-child),
.wysiwig-styles h2:not(:first-child) {
  margin-top: 56px;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles h1:not(:first-child),
  .wysiwig-styles h2:not(:first-child) {
    margin-top: 160px;
  }
}
.wysiwig-styles h3 {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles h3 {
    margin-bottom: 56px;
  }
}
.wysiwig-styles h3:not(:first-child) {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles h3:not(:first-child) {
    margin-top: 56px;
  }
}
.list-li-chevron, .wysiwig-styles ul:not(.list-li-tr-icon) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-li-chevron li, .wysiwig-styles ul:not(.list-li-tr-icon) li {
  position: relative;
  padding-left: 24px;
}
.list-li-chevron li::before, .wysiwig-styles ul:not(.list-li-tr-icon) li::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 22px;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #8f6f56;
}

.list-li-tr-icon li, .custom-modal .sdk-popup__text ul li, .custom-modal__desc-long ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .list-li-tr-icon li, .custom-modal .sdk-popup__text ul li, .custom-modal__desc-long ul li {
    gap: 32px;
  }
}
.list-li-tr-icon li::before, .custom-modal .sdk-popup__text ul li::before, .custom-modal__desc-long ul li::before {
  position: static;
  content: "";
  display: inline;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0.8em;
  left: 0;
  width: 24px;
  height: 2px;
  background: #111215;
  mask-image: none;
}
@media only screen and (min-width: 992px) {
  .list-li-tr-icon li::before, .custom-modal .sdk-popup__text ul li::before, .custom-modal__desc-long ul li::before {
    width: 32px;
  }
}
.section.background-gold .list-li-tr-icon li::before, .section.background-gold .custom-modal .sdk-popup__text ul li::before, .custom-modal .sdk-popup__text .section.background-gold ul li::before, .section.background-gold .custom-modal__desc-long ul li::before, .custom-modal__desc-long .section.background-gold ul li::before {
  background: #f9f3ed;
  opacity: 1;
}
.list-li-tr-icon li + li, .custom-modal .sdk-popup__text ul li + li, .custom-modal__desc-long ul li + li {
  margin-top: 16px;
}

.kwpb-swiper-module,
.swiper-container,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kwpb-swiper-module .swiper-slide,
.swiper-container .swiper-slide,
.swiper-wrapper .swiper-slide {
  width: auto;
}
.kwpb-swiper-module .swiper-slide img,
.swiper-container .swiper-slide img,
.swiper-wrapper .swiper-slide img {
  height: 100%;
}

.kwpb-swiper-module {
  position: relative;
}

.kwpb-swiper-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .kwpb-swiper-module {
    gap: 32px;
  }
}

.swiper-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-actions.disabled {
  display: none;
}
.swiper-actions.mediasSwiper .swiper-pagination {
  display: flex;
}

.swiper-pagination {
  display: flex;
  position: absolute !important;
  left: inherit !important;
  bottom: inherit !important;
  top: auto !important;
  width: 100%;
  bottom: 16px !important;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 16px;
  padding-inline: 16px;
  justify-content: center;
  line-height: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 4px;
  width: 10px;
  opacity: 1;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.32);
  transition: all 0.3s ease;
  margin: 0 3px;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ffffff;
}

.swiper-button-next:not(.swiper-button-lock),
.swiper-button-prev:not(.swiper-button-lock) {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
  transition: background 0.25s ease-in-out;
}
.swiper-button-next:not(.swiper-button-lock):after,
.swiper-button-prev:not(.swiper-button-lock):after {
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-family: unset;
  font-size: 0px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  transition: background 0.25s ease-in-out;
}
.swiper-button-next:not(.swiper-button-lock) html:not(#device-mobile):hover,
.swiper-button-prev:not(.swiper-button-lock) html:not(#device-mobile):hover {
  background-color: #d4af93;
}
.swiper-button-next:not(.swiper-button-lock) html:not(#device-mobile):hover::after,
.swiper-button-prev:not(.swiper-button-lock) html:not(#device-mobile):hover::after {
  background-color: #ffffff;
}

.swiper-button-prev {
  left: 16px;
}
.swiper-button-prev:after {
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
}

.swiper-button-next {
  right: 16px;
}
.swiper-button-next:after {
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
}

.swiper-navigation {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 16px;
}
.swiper-navigation .swiper-button-next:not(.swiper-button-lock),
.swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
  position: relative;
  top: auto;
  transform: none;
  inset: 0;
}
.swiper-navigation .swiper-button-prev {
  left: auto;
}
.swiper-navigation .swiper-button-next {
  right: auto;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .socials {
    gap: 16px;
  }
}
.socials__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background-color: currentColor;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .socials__item::before {
    width: 22px;
    height: 22px;
  }
}
.socials__item[data-slug=facebook]:before {
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
}
.socials__item[data-slug=instagram]:before {
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
}
.socials__item[data-slug=linkedin]:before {
  -webkit-mask-image: url("../images/svg/icons/linkedin.svg");
  mask-image: url("../images/svg/icons/linkedin.svg");
}
html#device-desktop ::-webkit-scrollbar {
  width: 6px;
}
html#device-desktop ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #8f6f56;
  border-radius: 8px;
}
html#device-desktop ::-webkit-scrollbar-track {
  background-color: transparent;
}

.section-wrapper {
  position: relative;
  overflow-x: clip;
}
.section-wrapper.background-gold {
  color: #f7f4ed;
  background: #8f6f56;
}
.section-wrapper.background-gold:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: radial-gradient(50% 80% at 0% 20%, #d4af93 0%, #8f6f56 100%);
  z-index: 1;
  pointer-events: none;
}
.section-wrapper.background-gold:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: radial-gradient(50% 100% at 100% 100%, #8f6f56 0%, rgba(143, 111, 86, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.section-wrapper.background-gold > * {
  position: relative;
  z-index: 2;
}

.section {
  padding-bottom: 56px;
  overflow-x: clip;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-bottom: 160px;
  }
}
.section.pt-gap-section {
  padding-top: 56px;
}
@media only screen and (min-width: 992px) {
  .section.pt-gap-section {
    padding-top: 160px;
  }
}
.section__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  gap: 0px;
  padding-inline: 0px;
}
@media only screen and (min-width: 992px) {
  .section__grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0px;
    padding-inline: 0px;
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column-start: 2;
  grid-column-end: span 10;
}
@media only screen and (min-width: 992px) {
  .section__content {
    gap: 48px;
  }
}
.section__content--no-gap {
  gap: 0;
}
body.kwpb-fo-edit-active .section__content__buttons {
  min-height: 32px;
}
body:not(.kwpb-fo-edit-active) .section__content__buttons:not(:has(.btn)) {
  display: none;
}
.section__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  .section__titles {
    gap: 16px;
    margin-bottom: 160px;
  }
}
.section__titles.center {
  align-items: center;
  text-align: center;
}
.section__title {
  padding-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  .section__title {
    padding-bottom: 160px;
  }
}
.section--faq .section__grid {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .section--faq .section__content {
    grid-column-start: 3;
    grid-column-end: span 8;
  }
}
.section--faq .section__content + .section__content .section__title {
  padding-top: 56px;
}
@media only screen and (min-width: 992px) {
  .section--faq .section__content + .section__content .section__title {
    padding-top: 160px;
  }
}
.section--faq .custom-accordion__item {
  border-bottom: none !important;
}
.section--instagram .section__wrapper {
  row-gap: 56px;
}
@media only screen and (min-width: 992px) {
  .section--instagram .section__wrapper {
    row-gap: 80px;
  }
}
.section--instagram .section__titles {
  position: relative;
}
.section--instagram .section__titles::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/icon-instagram.svg");
  mask-image: url("../images/svg/icons/icon-instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
  width: 133px;
  height: 133px;
  color: #e0e5d2;
  z-index: -1;
  opacity: 0.16;
}
@media only screen and (min-width: 992px) {
  .section--instagram .section__titles::before {
    width: 260px;
    height: 260px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.section--instagram #lightwidget-wrapper {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.section--fullscreen {
  width: 100%;
  padding-bottom: 0;
}

.filters-navbar {
  position: sticky;
  top: 0;
  z-index: 3;
  grid-column-start: 1;
  grid-column-end: span 14;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 8.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .filters-navbar {
    grid-column-start: 1;
    grid-column-end: span 12;
    padding-top: calc(56px + 16px * 2);
    margin-bottom: 160px;
  }
}
.filters-navbar__list {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
  }
}
.filters-navbar .swiper-container {
  padding-inline: 8.3333333333vw;
  overflow: hidden;
  height: auto;
}
.filters-navbar .swiper-container .swiper-wrapper {
  align-items: flex-end;
  width: auto;
}
.filters-navbar .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
  padding-block: 16px;
}
@media only screen and (min-width: 992px) {
  .filters-navbar .swiper-container .swiper-wrapper .swiper-slide {
    padding-block: 32px;
  }
}
.filters-navbar__item .btn {
  opacity: 0.56;
}
.filters-navbar__item .btn.active {
  color: #8f6f56;
  opacity: 1;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .filters-navbar__item .btn {
    padding-inline: 8px;
  }
}

.cards-filter {
  position: sticky;
  top: 0;
  z-index: 3;
  grid-column-start: 1;
  grid-column-end: span 14;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 8.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .cards-filter {
    grid-column-start: 1;
    grid-column-end: span 12;
    padding-top: calc(56px + 16px * 2);
    margin-bottom: 160px;
  }
}
.cards-filter__list {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .cards-filter__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
  }
}
.cards-filter .swiper-container {
  padding-inline: 8.3333333333vw;
  overflow: hidden;
  height: auto;
}
.cards-filter .swiper-container .swiper-wrapper {
  align-items: flex-end;
  width: auto;
}
.cards-filter .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
  padding-block: 16px;
}
@media only screen and (min-width: 992px) {
  .cards-filter .swiper-container .swiper-wrapper .swiper-slide {
    padding-block: 32px;
  }
}
.cards-filter__item .btn {
  opacity: 0.56;
  cursor: pointer;
}
.cards-filter__item .btn.active {
  color: #8f6f56;
  opacity: 1;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .cards-filter__item .btn {
    padding-inline: 8px;
  }
}
.cards-filter__grid {
  grid-column-start: 2;
  grid-column-end: span 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .cards-filter__grid {
    grid-column-start: 2;
    grid-column-end: span 10;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;
  }
}
.cards-filter__grid .slider-card.is-hidden {
  display: none;
}

:root {
  --media-object-fit: cover;
  --media-object-position: center center;
}

body .diadao-player-streaming {
  width: 100% !important;
  height: 100% !important;
}
body .video-js {
  width: 100%;
}
body .diasdk-video-modal {
  z-index: 9999999 !important;
}
body .diasdk-video-modal .video-js {
  width: 100%;
  height: 100%;
}
body .diasdk-video-modal .video-js .vjs-big-play-button {
  width: 100px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body .diasdk-video-modal .modal-header,
body .diasdk-video-modal .modal-dialog,
body .diasdk-video-modal .modal-content {
  padding: 0;
}
body .diasdk-video-modal .btn-close {
  z-index: 10;
  width: 40px;
}
body .diasdk-video-modal .btn-close::before, body .diasdk-video-modal .btn-close::after {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  body .diasdk-video-modal .btn-close {
    width: 56px;
  }
}
body .diasdk-video-modal .modal-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}
body .diasdk-video-modal .modal-body .diasdk-video,
body .diasdk-video-modal .modal-body video,
body .diasdk-video-modal .modal-body hls-video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body .video-wrapper .vjs-loading-spinner,
body .video-wrapper .vjs-big-play-button,
body .video-wrapper .vjs-control-bar,
body .video-wrapper .vjs-error-display,
body .video-wrapper .vjs-modal-dialog,
body .video-wrapper .vjs-loading-spinner {
  display: none !important;
}
body .video-wrapper hls-video,
body .video-wrapper video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper a.button-video {
  position: absolute;
  z-index: 1;
  color: #ffffff !important;
}
@media only screen and (max-width: 991px) {
  body .video-wrapper a.button-video {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
@media only screen and (min-width: 992px) {
  body .video-wrapper a.button-video {
    background: inherit;
    width: 100%;
    height: 100%;
    inset: 0;
    cursor: pointer;
    pointer-events: auto;
  }
  body .video-wrapper a.button-video span {
    display: none;
  }
}
body .video-wrapper.type-stream:not(.video-loaded) .video-button-play,
body .video-wrapper.type-stream:not(.video-loaded) span.video-cursor-play,
body .video-wrapper.type-stream:not(.video-loaded) a.button-video {
  display: none;
}
body .video-wrapper:hover span.video-cursor-play > img {
  transform: scale(1.2);
  opacity: 1;
}
body .video-wrapper:hover .video-button-play {
  opacity: 1;
  transform: scale(1.2);
}

.icon--gift {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/gift.svg");
  mask-image: url("../images/svg/icons/gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--plus {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/plus.svg");
  mask-image: url("../images/svg/icons/plus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}

.media-parallax {
  position: relative;
  overflow: hidden;
}
.media-parallax img,
.media-parallax video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120% !important;
  top: -20% !important;
  object-fit: cover;
  object-position: center;
}
.media-parallax .media-parallax__inner {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 120%;
}
.media-parallax .media-parallax__inner img,
.media-parallax .media-parallax__inner video {
  position: relative !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.media-parallax .media-parallax__inner .kwpb-swiper-module,
.media-parallax .media-parallax__inner .swiper-container,
.media-parallax .media-parallax__inner .swiper-wrapper,
.media-parallax .media-parallax__inner .swiper-slide,
.media-parallax .media-parallax__inner picture,
.media-parallax .media-parallax__inner .video-wrapper,
.media-parallax .media-parallax__inner hls-video {
  height: 100%;
}

.fade-up-element,
.fade-in-element {
  opacity: 0;
  transition: opacity 0.05s ease;
}

.banner {
  height: 100svh;
  position: relative;
  margin-bottom: 56px;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
    margin-bottom: 160px;
  }
}
.banner:has(+ .section--gallery), .banner:has(+ .section.cards-listing) {
  margin-bottom: calc(160px - (56px + 16px * 2));
}
.banner .kwpb-swiper-module {
  height: 100%;
}
.banner .kwpb-swiper-module .swiper-pagination,
.banner .kwpb-swiper-module .swiper-navigation {
  display: none;
}
.banner__content {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0px;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0px;
    padding-inline: 0px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .banner__content {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0px;
    padding-inline: 0px;
  }
}
.banner__content__logo {
  padding-top: 10vh;
  pointer-events: auto;
  grid-column-start: 2;
  grid-column-end: span 10;
}
@media only screen and (min-width: 992px) {
  .banner__content__logo {
    padding: 0;
  }
}
.banner__content__logo a {
  display: block;
  position: relative;
  max-width: 300px;
  height: auto;
  z-index: 1;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .banner__content__logo a {
    width: 304px;
  }
}
.banner__content__logo svg {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.banner__content__titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 25vh;
  padding: 0 8.3333333333vw 0 8.3333333333vw;
}
@media only screen and (min-width: 992px) {
  .banner__content__titles {
    grid-column-start: 2;
    grid-column-end: span 9;
    align-self: flex-end;
    margin-bottom: 12.5vw;
    padding: 0;
    gap: 32px;
    text-align: left;
  }
}
.banner__content__title {
  position: relative;
}
.banner__media {
  position: absolute;
  inset: 0;
  background: #8f6f56;
}
.banner__media .video-wrapper,
.banner__media video,
.banner__media hls-video,
.banner__media picture,
.banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__media:not(:has(.video-wrapper)):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.72) 100%);
}
.banner__media .video-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.72) 100%);
}
.banner__media .video-wrapper a.button-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 11vh;
  color: #ffffff !important;
  position: relative;
  z-index: 3;
}
.banner__media .video-wrapper a.button-video span {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/play.svg");
  mask-image: url("../images/svg/icons/play.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  font-size: 0;
}
.banner__media .video-wrapper a.button-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100em;
  background: rgba(247, 244, 237, 0.32);
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video {
    position: absolute !important;
    right: 8.3333333333vw;
    bottom: 12.5vw;
    width: 56px;
    height: 56px;
    left: auto;
    top: auto;
    margin-bottom: 0;
  }
  .banner__media .video-wrapper a.button-video span {
    display: block;
    width: 28px;
    height: 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/play.svg");
    mask-image: url("../images/svg/icons/play.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color 0.25s ease-in-out;
  }
}
.banner__media a[data-fancybox]:not(.button-video) {
  display: none;
}

.footer {
  position: relative;
  width: 100%;
  overflow-x: clip;
  overflow-y: clip;
  background: #ede3d9;
  padding: 56px 32px 128px 32px;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 90px;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .footer .container {
    gap: 80px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .footer__contact {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }
}
.footer__logo img,
.footer__logo svg {
  height: auto;
  width: 200px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__logo img,
  .footer__logo svg {
    width: 256px;
  }
}
.footer__logo svg path {
  fill: #111215 !important;
}
.footer__logo a {
  display: block;
  line-height: 0;
}
.footer__logos .list__wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__logos .list__item {
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__logos .list__item {
    padding: 24px;
  }
}
.footer__legals {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__legals .footer__menu {
  position: relative;
  width: 100%;
}
.footer__legals #footer-menu {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu {
    flex-direction: row;
  }
}
.footer__legals #footer-menu li {
  display: block;
}
.footer__legals #footer-menu li a {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  height: 40px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  padding-inline: 12px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border: none;
  text-underline-offset: 4px;
  padding-inline: 0;
  height: 40px;
}
.section div[data-posttype=traductions] .footer__legals #footer-menu li a {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu li a {
    gap: 4px;
    padding-inline: 24px;
    height: 56px;
  }
}
.section .footer__legals #footer-menu li a:not(:last-of-type) {
  margin-right: 32px;
}
.footer__legals #footer-menu li a:focus-visible {
  outline: none;
}
.footer__legals #footer-menu li a span {
  display: block;
  pointer-events: none;
}
.footer__legals #footer-menu li a span strong {
  color: currentColor;
}
.footer__legals #footer-menu li a .icon {
  flex-shrink: 0;
}
.footer__legals #footer-menu li a .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/close.svg");
  mask-image: url("../images/svg/icons/close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu li a .icon--close {
    width: 28px;
    height: 28px;
  }
}
.footer__legals #footer-menu li a .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a .icon--arrow-right {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a .icon--arrow-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.footer__legals #footer-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 4px;
  background-color: currentColor;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu li a:hover:before, .footer__legals #footer-menu li a:focus-visible:before {
    transform: scaleX(1);
  }
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu li a {
    padding-inline: 0;
    height: 40px;
  }
}
.footer__diadao {
  display: flex;
  flex-direction: row;
  gap: 8px;
  line-height: 1;
  margin: 0 auto;
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.footer__diadao svg path {
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
.footer__copyright {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    font-size: 20px;
  }
}

.diadao-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px 0;
  pointer-events: none;
  background: #f7f4ed;
}
@media only screen and (max-width: 991px) {
  .diadao-offers-page .diadao-navbar, .diadao-base-page-gallery .diadao-navbar, .diadao-base-page-faq .diadao-navbar {
    background-color: #ffffff;
  }
}
.diadao-navbar * {
  pointer-events: auto;
}
.diadao-navbar .btn {
  margin-right: 0 !important;
}
.diadao-navbar .menu-open-btn.btn-icon--burger::before {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 991px) {
  .diadao-navbar {
    padding-left: calc(8.3333333333vw - 14px);
    padding-right: calc(var(--scrollbar-custom-comp) + 8.3333333333vw);
  }
}
@media only screen and (max-width: 991px) {
  .diadao-navbar.diadao-navbar--desktop {
    justify-content: center;
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .diadao-navbar:not(.diadao-navbar--desktop) {
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .menu-open-btn,
  .diadao-navbar:not(.diadao-navbar--desktop) .lang-menu-item,
  .diadao-navbar:not(.diadao-navbar--desktop) .diadao-navbar__offer > a,
  .diadao-navbar:not(.diadao-navbar--desktop) > .btn-fill-primary {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    color: #5c5c5a;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .menu-open-btn::after,
  .diadao-navbar:not(.diadao-navbar--desktop) .lang-menu-item::after,
  .diadao-navbar:not(.diadao-navbar--desktop) .diadao-navbar__offer > a::after,
  .diadao-navbar:not(.diadao-navbar--desktop) > .btn-fill-primary::after {
    display: none !important;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .menu-open-btn::before,
  .diadao-navbar:not(.diadao-navbar--desktop) .lang-menu-item::before,
  .diadao-navbar:not(.diadao-navbar--desktop) .diadao-navbar__offer > a::before,
  .diadao-navbar:not(.diadao-navbar--desktop) > .btn-fill-primary::before {
    position: static;
    transform: none;
    margin: 0;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .menu-open-btn span,
  .diadao-navbar:not(.diadao-navbar--desktop) .lang-menu-item span,
  .diadao-navbar:not(.diadao-navbar--desktop) .diadao-navbar__offer > a span,
  .diadao-navbar:not(.diadao-navbar--desktop) > .btn-fill-primary span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    opacity: 1;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .menu-open-btn::before {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
    mask-image: url("../images/svg/icons/menu-burger.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color 0.25s ease-in-out;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .lang-menu-item::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/icon-menu-globe-2.svg");
    mask-image: url("../images/svg/icons/icon-menu-globe-2.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color 0.25s ease-in-out;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) .diadao-navbar__offer > a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/gift.svg");
    mask-image: url("../images/svg/icons/gift.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color 0.25s ease-in-out;
  }
  .diadao-navbar:not(.diadao-navbar--desktop) > .btn-fill-primary::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/calendar-range.svg");
    mask-image: url("../images/svg/icons/calendar-range.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color 0.25s ease-in-out;
  }
}
.diadao-navbar:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  background-color: rgba(247, 244, 237, 0.5);
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    color: #f7f4ed;
    padding: 32px 0;
    justify-content: space-between;
    bottom: auto;
    top: 0;
    background-color: transparent;
    transition: background-color 0.25s ease-in-out;
  }
}
@media only screen and (min-width: 992px) {
  .diadao-navbar--revealed {
    backdrop-filter: blur(10px);
    color: #f7f4ed;
    padding: 16px 0;
    color: #5c5c5a;
  }
  .diadao-navbar--revealed:before {
    opacity: 1;
  }
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__left {
    margin-left: 8.3333333333vw;
    justify-self: flex-start;
    gap: 56px;
  }
}
.diadao-navbar__right {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__right {
    margin-right: calc(var(--scrollbar-custom-comp) + 8.3333333333vw);
    justify-self: flex-end;
    gap: 56px;
  }
}
.diadao-navbar__offer {
  position: relative;
  display: flex;
  align-items: center;
}
.diadao-navbar .ul-wpml-languages {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pageseo-section {
  position: relative;
  overflow: clip;
}
.pageseo-section__container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  gap: 0px;
  padding-inline: 0px;
  height: 100%;
  padding-bottom: 80px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0px;
    padding-inline: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .pageseo-section__container {
    row-gap: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container.media-fullscreen {
    height: 100vh;
    padding-bottom: 0;
    margin-bottom: 120px;
  }
}
.pageseo-section__content {
  grid-column-start: 1;
  grid-column-end: span 6;
  grid-row-start: 2;
  grid-row-end: span 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content {
    grid-column-start: 2;
    grid-column-end: span 12;
    grid-row-start: 1;
    grid-row-end: span 1;
    max-width: 1200px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pageseo-section__content.medias-enabled {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--left {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--right {
    grid-column-start: 8;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content.media-fullscreen {
    grid-column-start: 2;
    grid-column-end: span 6;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    padding: 80px;
    background: #ffffff;
  }
}
.pageseo-section__content__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content__title {
    font-size: 40px;
  }
}
.pageseo-section__content__text p {
  margin-bottom: 24px;
  font-size: 16px;
}
.pageseo-section__content__text ul,
.pageseo-section__content__text ol {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pageseo-section__content__text ul li,
.pageseo-section__content__text ol li {
  text-align: left;
  font-size: 16px;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
.pageseo-section__content__text ul li:before,
.pageseo-section__content__text ol li:before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 16px;
  height: 2px !important;
  background-color: #8f6f56;
}
.pageseo-section__content__link.btn-group {
  flex-direction: column;
}
.pageseo-section__content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pageseo-section__media {
  position: relative;
  grid-column-start: 1;
  grid-column-end: span 6;
  grid-row-start: 1;
  grid-row-end: span 1;
}
.pageseo-section__media img,
.pageseo-section__media video,
.pageseo-section__media hls-video,
.pageseo-section__media iframe {
  aspect-ratio: 1.7777777778;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.pageseo-section__media .video-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--left {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
  .pageseo-section__media--left img,
  .pageseo-section__media--left video,
  .pageseo-section__media--left hls-video,
  .pageseo-section__media--left iframe {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--right {
    grid-column-start: 7;
    grid-column-end: span 5;
  }
  .pageseo-section__media--right img,
  .pageseo-section__media--right video,
  .pageseo-section__media--right hls-video,
  .pageseo-section__media--right iframe {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--fullscreen {
    grid-column-start: 1;
    grid-column-end: span 14;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.pageseo-section__media--fullscreen .kwpb-swiper-module,
.pageseo-section__media--fullscreen .swiper-container,
.pageseo-section__media--fullscreen .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pageseo-section__media--fullscreen img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.pageseo-section .kwpb-swiper-module {
  overflow: clip;
  height: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-container {
  height: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-container .swiper-slide {
  width: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
}
.pageseo-section .kwpb-swiper-module .swiper-actions .swiper-navigation {
  display: none;
}

.custom-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(calc(100% + 1px));
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  transition: transform 0.5s ease-out, opacity 0.5s linear 0.25s, z-index 0s linear 0.5s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  overscroll-behavior-y: none;
  padding-top: calc(40px + 16px * 2);
}
@media only screen and (min-width: 992px) {
  .custom-modal {
    height: 100vh;
    width: 640px;
    padding-top: calc(56px + 16px * 2);
    padding-bottom: 0;
  }
}
.custom-modal img {
  display: none;
}
.custom-modal.modal-opened {
  z-index: 1044;
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
  transition: transform 0.5s ease-out, opacity 0.05s linear, z-index 0s linear 0s;
}
.custom-modal.modal-opened img {
  display: block;
}
.custom-modal:has(.lozad) .custom-modal__body__wrapper {
  height: 100%;
  max-height: 100%;
}
.custom-modal:has(.lozad) .custom-modal__body__content {
  height: 100%;
  max-height: 100%;
  padding: 32px 16px 0 16px !important;
}
@media only screen and (min-width: 992px) {
  .custom-modal:has(.lozad) .custom-modal__body__content {
    padding: 56px 56px 0 56px !important;
  }
}
@media only screen and (max-width: 991px) {
  .custom-modal:has(.lozad) .custom-modal__body__content .sdk-popup__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.custom-modal:has(.lozad) .custom-modal__body__content iframe {
  height: 100% !important;
  max-height: 100% !important;
}
.custom-modal__header {
  position: fixed;
  height: calc(40px + 16px * 2);
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 2;
  padding: 16px;
}
.custom-modal__header .btn.btn-underline {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header {
    padding: 16px;
    height: calc(56px + 16px * 2);
  }
}
.custom-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  isolation: isolate;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body {
    gap: 56px;
  }
}
.custom-modal__body__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body__content {
    padding: 56px;
    gap: 56px;
  }
}
.custom-modal__body__content__titles .label, .custom-modal__body__content__titles .btn span, .btn .custom-modal__body__content__titles span, .custom-modal__body__content__titles :not(.hsc-button).diadao-button-close span, :not(.hsc-button).diadao-button-close .custom-modal__body__content__titles span, .custom-modal__body__content__titles .is-more-modal-button span, .is-more-modal-button .custom-modal__body__content__titles span, .custom-modal__body__content__titles .footer__legals #footer-menu li a span, .footer__legals #footer-menu li a .custom-modal__body__content__titles span {
  margin-bottom: 8px;
}
.custom-modal__body__content iframe .lozad {
  height: 1200px !important;
}
.custom-modal__media {
  height: 260px;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media {
    height: 320px;
  }
}
.custom-modal__media .media-wrapper {
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.custom-modal__media img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.custom-modal__media img.landscape {
  aspect-ratio: 4/3;
}
.custom-modal__media-swiper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media-swiper {
    gap: 32px;
  }
}
.custom-modal__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.custom-modal__media-swiper .media-wrapper {
  height: 100%;
}
.custom-modal__media-swiper .swiper-container {
  border-radius: 0;
  height: auto;
}
.custom-modal__media-swiper .swiper-container .swiper-wrapper {
  height: auto;
}
.custom-modal__media-swiper .swiper-container .swiper-slide {
  height: 260px;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media-swiper .swiper-container .swiper-slide {
    height: 320px;
  }
}
.custom-modal__media-swiper .swiper-container img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.custom-modal__media-swiper .swiper-container img.portrait {
  aspect-ratio: 3/4;
}
.custom-modal__media-swiper .swiper-container img.landscape {
  aspect-ratio: 4/3;
}
.custom-modal__media-swiper .swiper-container .swiper-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  .custom-modal__media-swiper .swiper-actions {
    display: none;
  }
}
.custom-modal__desc-long p + p {
  margin-top: 16px;
}
.custom-modal__desc-long p + ul,
.custom-modal__desc-long ul + p {
  margin-top: 32px;
}
.custom-modal__footer {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: calc(40px + 16px * 2);
  padding: 16px;
  background: #f7f4ed;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .custom-modal__footer {
    height: calc(40px + 16px * 2);
    padding: 16px;
  }
}
.custom-modal.offer-modal, .custom-modal.presse-modal, .custom-modal.room-modal, .custom-modal.room-modal, .custom-modal.area-modal {
  overflow-y: inherit;
}
.custom-modal.offer-modal .custom-modal__body, .custom-modal.presse-modal .custom-modal__body, .custom-modal.room-modal .custom-modal__body, .custom-modal.room-modal .custom-modal__body, .custom-modal.area-modal .custom-modal__body {
  padding: 0;
  gap: 0;
}
.custom-modal.offer-modal .custom-modal__footer, .custom-modal.presse-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer, .custom-modal.area-modal .custom-modal__footer {
  height: auto;
  padding: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal.offer-modal .custom-modal__footer, .custom-modal.presse-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer, .custom-modal.area-modal .custom-modal__footer {
    min-height: 96px;
    padding: 0;
  }
}
.custom-modal.offer-modal .custom-modal__footer__price, .custom-modal.presse-modal .custom-modal__footer__price, .custom-modal.room-modal .custom-modal__footer__price, .custom-modal.room-modal .custom-modal__footer__price, .custom-modal.area-modal .custom-modal__footer__price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 700;
  row-gap: 0px;
  padding: 8px 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.offer-modal .custom-modal__footer__price, .custom-modal.presse-modal .custom-modal__footer__price, .custom-modal.room-modal .custom-modal__footer__price, .custom-modal.room-modal .custom-modal__footer__price, .custom-modal.area-modal .custom-modal__footer__price {
    padding: 16px 32px;
  }
}
.custom-modal.offer-modal .custom-modal__footer__price .price__prefix,
.custom-modal.offer-modal .custom-modal__footer__price .price__old,
.custom-modal.offer-modal .custom-modal__footer__price .price__more-text, .custom-modal.presse-modal .custom-modal__footer__price .price__prefix,
.custom-modal.presse-modal .custom-modal__footer__price .price__old,
.custom-modal.presse-modal .custom-modal__footer__price .price__more-text, .custom-modal.room-modal .custom-modal__footer__price .price__prefix,
.custom-modal.room-modal .custom-modal__footer__price .price__old,
.custom-modal.room-modal .custom-modal__footer__price .price__more-text, .custom-modal.room-modal .custom-modal__footer__price .price__prefix,
.custom-modal.room-modal .custom-modal__footer__price .price__old,
.custom-modal.room-modal .custom-modal__footer__price .price__more-text, .custom-modal.area-modal .custom-modal__footer__price .price__prefix,
.custom-modal.area-modal .custom-modal__footer__price .price__old,
.custom-modal.area-modal .custom-modal__footer__price .price__more-text {
  font-size: 14px;
}
.custom-modal.offer-modal .custom-modal__footer__price .price__prefix, .custom-modal.presse-modal .custom-modal__footer__price .price__prefix, .custom-modal.room-modal .custom-modal__footer__price .price__prefix, .custom-modal.room-modal .custom-modal__footer__price .price__prefix, .custom-modal.area-modal .custom-modal__footer__price .price__prefix {
  display: block;
  width: 100%;
  line-height: 1;
}
.custom-modal.offer-modal .custom-modal__footer__price .price__current, .custom-modal.presse-modal .custom-modal__footer__price .price__current, .custom-modal.room-modal .custom-modal__footer__price .price__current, .custom-modal.room-modal .custom-modal__footer__price .price__current, .custom-modal.area-modal .custom-modal__footer__price .price__current {
  color: #8f6f56;
}
.custom-modal.offer-modal .custom-modal__footer .room-item-hsc, .custom-modal.presse-modal .custom-modal__footer .room-item-hsc, .custom-modal.room-modal .custom-modal__footer .room-item-hsc, .custom-modal.room-modal .custom-modal__footer .room-item-hsc, .custom-modal.area-modal .custom-modal__footer .room-item-hsc {
  display: none;
}
.custom-modal.offer-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.presse-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.room-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.room-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.area-modal .custom-modal__footer .room-item-hsc.active {
  display: block;
}
.custom-modal.offer-modal .custom-modal__footer__button, .custom-modal.presse-modal .custom-modal__footer__button, .custom-modal.room-modal .custom-modal__footer__button, .custom-modal.room-modal .custom-modal__footer__button, .custom-modal.area-modal .custom-modal__footer__button {
  height: 100%;
}
.custom-modal.offer-modal .custom-modal__footer__button a, .custom-modal.presse-modal .custom-modal__footer__button a, .custom-modal.room-modal .custom-modal__footer__button a, .custom-modal.room-modal .custom-modal__footer__button a, .custom-modal.area-modal .custom-modal__footer__button a {
  border-radius: 0 !important;
  padding-inline: 12px;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .custom-modal.offer-modal .custom-modal__footer__button a, .custom-modal.presse-modal .custom-modal__footer__button a, .custom-modal.room-modal .custom-modal__footer__button a, .custom-modal.room-modal .custom-modal__footer__button a, .custom-modal.area-modal .custom-modal__footer__button a {
    padding-inline: 24px;
  }
}
.custom-modal.room-modal .custom-modal__footer {
  padding: 0;
}
.custom-modal.readmore-modal .custom-modal__body {
  padding: 32px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.readmore-modal .custom-modal__body {
    padding: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-modal--header-bottom {
    padding-top: 0;
    padding-bottom: calc(40px + 16px * 2);
  }
  .custom-modal--header-bottom .custom-modal__header {
    top: auto;
    bottom: 0;
    background: #e8e5de;
  }
  .custom-modal--header-bottom .custom-modal__header .btn.btn-icon {
    display: none !important;
  }
  .custom-modal--header-bottom .custom-modal__header .btn.btn-underline {
    display: inline-flex !important;
    margin-left: auto;
  }
}
.custom-modal .sdk-popup__text .title {
  margin-bottom: 2rem;
}
.custom-modal .sdk-popup__text .title:not(:first-child) {
  margin-top: 2rem;
}
.custom-modal.diadaopopup .custom-modal__body__content:has(.sdk-popup__form) {
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.diadaopopup .custom-modal__body__content:has(.sdk-popup__form) {
    gap: 32px;
  }
}

.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 18, 21, 0.4);
  z-index: 1043;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.modal-opened .custom-modal-backdrop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  scroll-snap-type: x mandatory;
}

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

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

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after,
.swiper-button-prev: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,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #8f6f56;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #8f6f56;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(143, 111, 86, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.current,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #8f6f56;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.current,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #111215;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.5s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding), .offcanvas-sm[loading="1"] {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding), .offcanvas-md[loading="1"] {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding), .offcanvas-lg[loading="1"] {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding), .offcanvas-xl[loading="1"] {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl[loading="1"] {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl[loading="1"] {
    visibility: visible;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding), .offcanvas[loading="1"] {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show, .offcanvas[loading="1"] {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #111215;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-body {
  overflow-y: auto;
}

.offcanvas {
  --bs-offcanvas-width: auto;
  --bs-offcanvas-height: auto;
  --bs-offcanvas-padding-x: 0px;
  --bs-offcanvas-padding-y: 0px;
}
@media only screen and (min-width: 992px) {
  .offcanvas {
    --bs-offcanvas-width: 640px;
  }
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden !important;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*# sourceMappingURL=diadao-sdkcustom-lamaison-toussaint-fcp.css.map */
