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

*, *:before, *:after {
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

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

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

@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 200 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/aneklatin/v11/co3WmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-z-FzhO7_w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 200 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/aneklatin/v11/co3WmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-z-EzhO7_w.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 200 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/aneklatin/v11/co3WmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-z-KzhM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtt3OmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtuXOmHS91iw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*************************/
/* Variables */
/*************************/
/*************************/
/* Functions */
/*************************/
/*************************/
/* Mixins */
/*************************/
.btn, .pageseo-section__content__buttons a,
.pageseo-section__content__buttons a:not([class*=btn]) {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  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;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
}
@media only screen and (min-width: 992px) {
  .btn, .pageseo-section__content__buttons a,
  .pageseo-section__content__buttons a:not([class*=btn]) {
    gap: 4px;
    min-height: 48px;
    border-radius: 24px;
    padding: 5px 33px;
  }
}
.btn:focus-visible, .pageseo-section__content__buttons a:focus-visible {
  outline: none;
}
.btn span, .pageseo-section__content__buttons a span,
.pageseo-section__content__buttons a:not([class*=btn]) span {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .btn span, .pageseo-section__content__buttons a span,
  .pageseo-section__content__buttons a:not([class*=btn]) span {
    font-size: 12px;
  }
}
.btn span strong, .pageseo-section__content__buttons a span strong,
.pageseo-section__content__buttons a:not([class*=btn]) span strong {
  color: currentColor;
}
.btn .icon, .pageseo-section__content__buttons a .icon {
  flex-shrink: 0;
}
.btn .icon--close, .pageseo-section__content__buttons a .icon--close {
  display: block;
  width: 17px;
  height: 17px;
  -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-close.svg");
  mask-image: url("../images/svg/icons/icon-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, .pageseo-section__content__buttons a .icon--close {
    width: 24px;
    height: 24px;
  }
}
.btn .icon--chevron-down, .pageseo-section__content__buttons 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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--chevron-left, .pageseo-section__content__buttons 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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--menu-burger, .pageseo-section__content__buttons 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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--pen, .pageseo-section__content__buttons 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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-solid-primary, .pageseo-section__content__buttons a,
.pageseo-section__content__buttons a:not([class*=btn]) {
  background: #555F42;
  color: #ffffff;
}
.btn-solid-primary::before, .pageseo-section__content__buttons a::before,
.pageseo-section__content__buttons a:not([class*=btn])::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
.btn-solid-primary::after, .pageseo-section__content__buttons a::after,
.pageseo-section__content__buttons a:not([class*=btn])::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
.btn-solid-primary span, .pageseo-section__content__buttons a span,
.pageseo-section__content__buttons a:not([class*=btn]) span {
  position: relative;
  padding: 0px 0px 0px 20px;
  transition: padding 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .btn-solid-primary::before, .pageseo-section__content__buttons a::before,
  .pageseo-section__content__buttons a:not([class*=btn])::before {
    left: 26px;
  }
  .btn-solid-primary::after, .pageseo-section__content__buttons a::after,
  .pageseo-section__content__buttons a:not([class*=btn])::after {
    right: -30px;
  }
}
html:not(.touchevents) .btn-solid-primary:hover, html:not(.touchevents) .pageseo-section__content__buttons a:hover, .pageseo-section__content__buttons html:not(.touchevents) a:hover, html:not(.touchevents) .btn-solid-primary:focus-visible, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible {
  color: #ffffff;
}
html:not(.touchevents) .btn-solid-primary:hover::before, html:not(.touchevents) .pageseo-section__content__buttons a:hover::before, .pageseo-section__content__buttons html:not(.touchevents) a:hover::before, html:not(.touchevents) .btn-solid-primary:focus-visible::before, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible::before, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) .btn-solid-primary:hover::after, html:not(.touchevents) .pageseo-section__content__buttons a:hover::after, .pageseo-section__content__buttons html:not(.touchevents) a:hover::after, html:not(.touchevents) .btn-solid-primary:focus-visible::after, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible::after, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
html:not(.touchevents) .btn-solid-primary:hover span, html:not(.touchevents) .pageseo-section__content__buttons a:hover span, .pageseo-section__content__buttons html:not(.touchevents) a:hover span, html:not(.touchevents) .btn-solid-primary:focus-visible span, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible span, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible span {
  padding: 0px 20px 0px 0px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .btn-solid-primary:hover::before, html:not(.touchevents) .pageseo-section__content__buttons a:hover::before, .pageseo-section__content__buttons html:not(.touchevents) a:hover::before, html:not(.touchevents) .btn-solid-primary:focus-visible::before, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible::before, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible::before {
    left: -30px;
  }
  html:not(.touchevents) .btn-solid-primary:hover::after, html:not(.touchevents) .pageseo-section__content__buttons a:hover::after, .pageseo-section__content__buttons html:not(.touchevents) a:hover::after, html:not(.touchevents) .btn-solid-primary:focus-visible::after, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible::after, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible::after {
    right: 26px;
  }
}
.btn-solid-primary--ocre {
  background-color: #C8A864;
}
.btn-solid-primary--gray {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
  backdrop-filter: blur(20px);
}
html:not(.touchevents) .btn-solid-primary--gray:hover, html:not(.touchevents) .btn-solid-primary--gray:focus-visible {
  color: #000000;
}
.btn-solid-primary--white {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}
.btn-outline-primary {
  border: 1px solid #555F42;
}
@media only screen and (min-width: 992px) {
  .btn-outline-primary:hover {
    border: 1px solid transparent;
    color: #ffffff;
    background: #3a412d;
  }
}
.btn-underline {
  color: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 0;
  border-radius: 0px;
  text-transform: none;
  min-height: 40px;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-underline {
    min-height: 40px;
  }
}
.btn-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #C8A864;
  transition: height 0.25s;
}
html:not(.touchevents) .btn-underline:hover::before, html:not(.touchevents) .btn-underline:focus-visible::before {
  height: 4px;
}
.btn-underline span {
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .btn-underline span {
    font-size: 16px;
  }
}
.btn-underline[target=_blank]::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  background-image: url("../images/svg/icons/icon-external-link.svg");
  pointer-events: none;
}
.btn-icon {
  padding-inline: 0;
  width: 48px;
}
@media only screen and (min-width: 992px) {
  .btn-icon {
    width: 48px;
  }
}
.btn-secondary {
  padding-inline: 8px;
  border: none;
  position: relative;
  gap: 4px;
}
.btn-secondary.selected::before, .btn-secondary.active::before {
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .btn-secondary {
    gap: 8px;
    padding-inline: 16px;
  }
  .btn-secondary:hover {
    background-color: transparent;
  }
  .btn-secondary:hover::before {
    left: 0;
    right: 0;
  }
}
.btn-secondary.selected, .btn-secondary.active {
  color: #555F42;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  height: 2px;
  border-radius: 4px;
  background-color: currentColor;
  transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-secondary::before {
    height: 4px;
  }
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-group {
    gap: 32px;
  }
}
.btn-gift {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 1px;
  padding: 0;
  background: #555F42;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-gift {
    width: 48px;
  }
}
.btn-gift::before, .btn-gift::after {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  -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-gift.svg");
  mask-image: url("../images/svg/icons/icon-gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease-out;
}
.btn-gift::after {
  left: -150%;
}
.btn-gift span {
  display: none;
}
html:not(.touchevents) .btn-gift:hover::before, html:not(.touchevents) .btn-gift:focus-visible::before {
  left: 150%;
}
html:not(.touchevents) .btn-gift:hover::after, html:not(.touchevents) .btn-gift:focus-visible::after {
  left: 50%;
}
.btn-close {
  background: #555F42;
  padding: 0;
  border-radius: 50%;
  width: 40px;
  min-height: 40px;
}
html:not(.touchevents) .btn-close:hover, html:not(.touchevents) .btn-close:focus-visible {
  background: #3a412d;
}
@media only screen and (min-width: 992px) {
  .btn-close {
    width: 56px;
    height: 56px;
  }
}

.diadao-button-close {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  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;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
  padding-inline: 0;
  width: 48px;
  background: #555F42;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    gap: 4px;
    min-height: 48px;
    border-radius: 24px;
    padding: 5px 33px;
  }
}
.diadao-button-close:focus-visible {
  outline: none;
}
.diadao-button-close span {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close span {
    font-size: 12px;
  }
}
.diadao-button-close span strong {
  color: currentColor;
}
.diadao-button-close .icon {
  flex-shrink: 0;
}
.diadao-button-close .icon--close {
  display: block;
  width: 17px;
  height: 17px;
  -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-close.svg");
  mask-image: url("../images/svg/icons/icon-close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close .icon--close {
    width: 24px;
    height: 24px;
  }
}
.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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    width: 48px;
  }
}
.diadao-button-close::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
.diadao-button-close::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
.diadao-button-close span {
  position: relative;
  padding: 0px 0px 0px 20px;
  transition: padding 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close::before {
    left: 26px;
  }
  .diadao-button-close::after {
    right: -30px;
  }
}
html:not(.touchevents) .diadao-button-close:hover, html:not(.touchevents) .diadao-button-close:focus-visible {
  color: #ffffff;
}
html:not(.touchevents) .diadao-button-close:hover::before, html:not(.touchevents) .diadao-button-close:focus-visible::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) .diadao-button-close:hover::after, html:not(.touchevents) .diadao-button-close:focus-visible::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
html:not(.touchevents) .diadao-button-close:hover span, html:not(.touchevents) .diadao-button-close:focus-visible span {
  padding: 0px 20px 0px 0px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .diadao-button-close:hover::before, html:not(.touchevents) .diadao-button-close:focus-visible::before {
    left: -30px;
  }
  html:not(.touchevents) .diadao-button-close:hover::after, html:not(.touchevents) .diadao-button-close:focus-visible::after {
    right: 26px;
  }
}
.diadao-button-close::after, .diadao-button-close::before {
  display: none;
}
.diadao-button-close svg {
  width: 16px;
  height: 16px;
}

.containbtn1 {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .containbtn1 {
    gap: 24px;
  }
}
.containbtn1.centered {
  justify-content: center;
}
.containbtn1.centeredmobile {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .containbtn1.centeredmobile {
    justify-content: flex-start;
  }
}

@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 body {
  background: #f3f0eb;
}
html body #diadao-main {
  min-height: 50vh;
}
html body.sdkbs-panel-opened, html body.offcanvas-opened, html body.modal-opened, html body.menuopened {
  overflow: clip !important;
}
html body img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
html body img.lazyload {
  opacity: 0;
}
html body a[data-fancybox-front],
html body a.snippet-fancybox-url {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
}
html body a span {
  pointer-events: none;
}
html body.diadao-rooms-page #smartpreview {
  display: none;
}

.module-html,
.section-form {
  position: relative;
  margin-top: 56px;
  padding: 40px 0px;
}
@media only screen and (min-width: 992px) {
  .module-html,
  .section-form {
    margin-top: 72px;
    padding-top: 47px;
    padding-bottom: 80px;
  }
}
.module-html .container,
.section-form .container {
  position: relative;
}
.module-html .section__grid h1,
.section-form .section__grid h1 {
  margin-block: 24px;
}
@media only screen and (min-width: 992px) {
  .module-html .section__grid h1,
  .section-form .section__grid h1 {
    margin-block: 48px;
  }
}
.module-html .section__grid h2,
.section-form .section__grid h2 {
  margin-block: 24px;
}
@media only screen and (min-width: 992px) {
  .module-html .section__grid h2,
  .section-form .section__grid h2 {
    margin-block: 48px;
  }
}
.module-html .section__grid .section__content,
.section-form .section__grid .section__content {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .module-html .section__grid .section__content,
  .section-form .section__grid .section__content {
    grid-column-start: 3;
    grid-column-end: span 10;
    max-width: 1200px;
    margin: 0 auto;
    gap: 48px;
  }
}
.module-html .section__grid .section__content h2,
.module-html .section__grid .section__content h3,
.section-form .section__grid .section__content h2,
.section-form .section__grid .section__content h3 {
  margin: 0;
}
.module-html .section__grid .section__content .kwpb-wysiwig h2,
.module-html .section__grid .section__content .kwpb-wysiwig h3,
.section-form .section__grid .section__content .kwpb-wysiwig h2,
.section-form .section__grid .section__content .kwpb-wysiwig h3 {
  margin: 3rem 0 1.5rem;
}
.module-html .section__grid .section__content a:not([class*=btn]),
.section-form .section__grid .section__content a:not([class*=btn]) {
  color: #555F42;
}
.module-html .section__grid .section__content a:not([class*=btn]):hover,
.section-form .section__grid .section__content a:not([class*=btn]):hover {
  color: #3a412d;
}
.module-html .module-form__content,
.section-form .module-form__content {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1640px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.module-html .module-form__content a,
.section-form .module-form__content a {
  color: #555F42;
}
.module-html .module-form__content a:hover,
.section-form .module-form__content a:hover {
  color: #3a412d;
}
.module-html .module-form__form,
.section-form .module-form__form {
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 4px;
  padding: 16px 0;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1640px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}

.grid-helper {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .grid-helper {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
.grid-helper .item {
  grid-column: span 1;
  height: 100%;
  height: 100vh;
  border-inline: 1px solid rgba(220, 26, 26, 0.15);
}

#main {
  position: relative;
}

.mainbg {
  position: fixed;
  inset: 0;
  background: url("../images/background-leaf2.jpg") 50% 50% no-repeat;
  background-size: cover;
}

html {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html body {
  color: #484F46;
}
html body strong {
  color: currentColor;
  font-weight: 500;
}
html a:not([class*=btn]) {
  text-decoration: none;
}
html a:not([class*=btn]) span {
  pointer-events: none;
}
html:not(.touchevents) a:not([class*=btn]) {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, background 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) a:not([class*=btn]):hover {
    color: #555F42;
  }
}

.label-medium, .booking-modal__menu__links a {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .label-medium, .booking-modal__menu__links a {
    font-size: 13px;
    letter-spacing: 0.64px;
  }
}

.label-small, .diadao-navbar .navlang a span {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .label-small, .diadao-navbar .navlang a span {
    font-size: 12px;
  }
}

.label-tag {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 6px 12px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .label-tag {
    font-size: 14px;
    line-height: 15px;
    padding: 8px 16px;
    border-radius: 16px;
  }
}

.suptitle, .card__category {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.52px;
}
@media only screen and (min-width: 992px) {
  .suptitle, .card__category {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.64px;
  }
}

.title-h1 {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.title-h1 strong,
.title-h1 bold,
.title-h1 b {
  font-weight: 600;
}

.title-n1, .card__title strong {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .title-n1, .card__title strong {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-n1, .card__title strong {
    font-size: 112px;
  }
}

.title-n2, .module-html .section__grid h1,
.section-form .section__grid h1 {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .title-n2, .module-html .section__grid h1,
  .section-form .section__grid h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-n2, .module-html .section__grid h1,
  .section-form .section__grid h1 {
    font-size: 72px;
  }
}

.title-n1 strong, .card__title strong strong,
.title-n1 bold,
.card__title strong bold,
.title-n1 b,
.card__title strong b,
.title-n2 strong,
.module-html .section__grid h1 strong,
.section-form .section__grid h1 strong,
.title-n2 bold,
.module-html .section__grid h1 bold,
.section-form .section__grid h1 bold,
.title-n2 b,
.module-html .section__grid h1 b,
.section-form .section__grid h1 b {
  font-weight: 400;
}
.title-n1.revealOnScroll, .card__title strong.revealOnScroll,
.title-n2.revealOnScroll,
.module-html .section__grid h1.revealOnScroll,
.section-form .section__grid h1.revealOnScroll {
  opacity: 0;
  transition: opacity 0.5s, transform 0.8s;
  transform: translateX(-40px);
}
.title-n1.revealOnScroll strong, .card__title strong.revealOnScroll strong,
.title-n1.revealOnScroll bold,
.card__title strong.revealOnScroll bold,
.title-n1.revealOnScroll b,
.card__title strong.revealOnScroll b,
.title-n2.revealOnScroll strong,
.module-html .section__grid h1.revealOnScroll strong,
.section-form .section__grid h1.revealOnScroll strong,
.title-n2.revealOnScroll bold,
.module-html .section__grid h1.revealOnScroll bold,
.section-form .section__grid h1.revealOnScroll bold,
.title-n2.revealOnScroll b,
.module-html .section__grid h1.revealOnScroll b,
.section-form .section__grid h1.revealOnScroll b {
  display: block;
  transform: translateX(80px);
  transition: transform 0.8s;
}
.title-n1.revealOnScroll.reveal, .card__title strong.revealOnScroll.reveal,
.title-n2.revealOnScroll.reveal,
.module-html .section__grid h1.revealOnScroll.reveal,
.section-form .section__grid h1.revealOnScroll.reveal {
  opacity: 1;
  transform: none;
}
.title-n1.revealOnScroll.reveal strong, .card__title strong.revealOnScroll.reveal strong,
.title-n1.revealOnScroll.reveal bold,
.card__title strong.revealOnScroll.reveal bold,
.title-n1.revealOnScroll.reveal b,
.card__title strong.revealOnScroll.reveal b,
.title-n2.revealOnScroll.reveal strong,
.module-html .section__grid h1.revealOnScroll.reveal strong,
.section-form .section__grid h1.revealOnScroll.reveal strong,
.title-n2.revealOnScroll.reveal bold,
.module-html .section__grid h1.revealOnScroll.reveal bold,
.section-form .section__grid h1.revealOnScroll.reveal bold,
.title-n2.revealOnScroll.reveal b,
.module-html .section__grid h1.revealOnScroll.reveal b,
.section-form .section__grid h1.revealOnScroll.reveal b {
  transform: none;
}

.title-n3, .sitemap h2, .module-html .section__grid h2,
.section-form .section__grid h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .title-n3, .sitemap h2, .module-html .section__grid h2,
  .section-form .section__grid h2 {
    font-size: 24px;
  }
}

.text-bigger {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) {
  .text-bigger {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.2;
  }
}
.text-bigger strong,
.text-bigger bold,
.text-bigger b, .text-bigger.strong {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .text-bigger strong,
  .text-bigger bold,
  .text-bigger b, .text-bigger.strong {
    font-weight: 400;
  }
}
.text-bigger p {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .text-bigger p {
    margin-bottom: 1.2em;
  }
}
.text-bigger p:last-child {
  margin-bottom: 0px;
}
.kwpb-fo-edit-enabled .text-bigger p:nth-last-child(2) {
  margin-bottom: 0px;
}

.text-n1, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .text-n1, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value {
    font-size: 24px;
    line-height: 1.33;
  }
}
.text-n1.strong, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .strong.hsc-price-value,
.text-n1 strong,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value strong,
.text-n1 bold,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value bold,
.text-n1 b,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value b {
  font-weight: 500;
}
.text-n1 p, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value p {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .text-n1 p, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value p {
    margin-bottom: 1.33em;
  }
}
.text-n1 p:last-child, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value p:last-child {
  margin-bottom: 0px;
}
.text-n1 .wp-block-image, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-image {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .text-n1 .wp-block-image, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-image {
    margin-bottom: 80px;
  }
}
.text-n1 .wp-block-image:last-child, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-image:last-child {
  margin-bottom: 0px;
}
.text-n1 ul, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value ul {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .text-n1 ul, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value ul {
    margin-bottom: 1.33em;
  }
}
.text-n1 ul:last-child, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value ul:last-child {
  margin-bottom: 0px;
}
.text-n1 .kwpb-wysiwig li, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .kwpb-wysiwig li,
.text-n1 .wp-block-list li,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-list li {
  position: relative;
  padding-left: 1.5em;
}
.text-n1 .kwpb-wysiwig li:before, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .kwpb-wysiwig li:before,
.text-n1 .wp-block-list li:before,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-list li:before {
  content: "•";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 1.5em;
}
.kwpb-fo-edit-enabled .text-n1 .kwpb-wysiwig ul:nth-last-child(2), .kwpb-fo-edit-enabled .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .kwpb-wysiwig ul:nth-last-child(2), .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .kwpb-fo-edit-enabled .hsc-price-value .kwpb-wysiwig ul:nth-last-child(2),
.kwpb-fo-edit-enabled .text-n1 .kwpb-wysiwig p:nth-last-child(2),
.kwpb-fo-edit-enabled .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .kwpb-wysiwig p:nth-last-child(2),
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .kwpb-fo-edit-enabled .hsc-price-value .kwpb-wysiwig p:nth-last-child(2),
.kwpb-fo-edit-enabled .text-n1 .wp-block-image:nth-last-child(2),
.kwpb-fo-edit-enabled .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value .wp-block-image:nth-last-child(2),
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .kwpb-fo-edit-enabled .hsc-price-value .wp-block-image:nth-last-child(2) {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
  .text-n1--smaller {
    font-size: 16px;
    line-height: 1.5;
  }
}

.text-n1--smallest {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .text-n1--smallest {
    font-size: 12px;
    line-height: 1.5;
  }
}

.text-n2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .text-n2 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.text-n3, .card-area__feature__text strong, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__rate--no-availabilities .hsc-no-availabilities-sticky, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__remainings, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .text-n3, .card-area__feature__text strong, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__rate--no-availabilities .hsc-no-availabilities-sticky, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__remainings, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button span {
    font-size: 14px;
    line-height: 1.5;
  }
}

.bold, .card-area__feature__text strong, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__remainings, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button span, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value {
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.primary, .card-area__feature__text strong, .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button {
  color: #555F42;
}

.screen-reader-text, .socials__item span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.kwpb-swiper-module,
.swiper-container,
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .kwpb-swiper-module {
    gap: 32px;
  }
}

.swiper-actions {
  position: relative;
}
.swiper-actions.mediasSwiper {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  pointer-events: none;
}
.swiper-actions.disabled {
  display: none;
}
.swiper-actions .swiper-pagination {
  display: none;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  padding: 0px;
  justify-content: center;
  line-height: 0;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 0px;
  height: 16px;
  width: 16px;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: auto;
  background-color: transparent;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 4px;
  background-color: rgba(85, 95, 66, 0.1);
  transition: background 0.3s;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 88px;
  background-color: transparent;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: rgba(85, 95, 66, 0.3);
}
html:not(.touchevents) .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before, html:not(.touchevents) .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus-visible::before {
  background-color: rgba(85, 95, 66, 0.2);
}
.swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
  right: 8px;
  left: auto;
  top: 16px;
  bottom: 16px;
  width: auto;
  padding: 0px;
  justify-content: center;
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets {
    top: 48px;
    bottom: 48px;
    right: 48px;
    gap: 8px;
  }
}
.swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
  height: 32px;
  width: 32px;
}
.swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  top: 12px;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border: 2px solid #ffffff;
}
.swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  height: 52px;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 104px;
  }
}
.swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #ffffff;
}
html:not(.touchevents) .swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover::before, html:not(.touchevents) .swiper-actions .swiper-pagination.mediasSwiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus-visible::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.nonavigation .swiper-actions .swiper-navigation {
  display: none;
}
.swiper-actions .swiper-navigation {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: 0;
  margin: 0;
  transition: background 0.25s ease-in-out;
  background-color: rgba(85, 95, 66, 0.1);
  color: #555F42;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
  .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
    width: 56px;
    height: 56px;
  }
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent {
  background-color: rgba(255, 255, 255, 0.32);
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent::after {
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):after,
.swiper-actions .swiper-navigation .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: #000000;
  width: 17px;
  height: 17px;
  transition: background 0.25s ease-in-out;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover {
  background-color: #3a412d;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover::after {
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation .swiper-button-prev:after {
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
}
.swiper-actions .swiper-navigation .swiper-button-next:after {
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  mask-image: url("../images/svg/icons/icon-chevron-right.svg");
}
.swiper-actions.mediasSwiper .swiper-pagination {
  display: flex;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .socials {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .socials__item {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
}
.socials__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.1;
  transition: opacity 0.25s;
}
.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;
  z-index: 2;
}
.socials__item[data-slug=facebook]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-facebook.svg");
  mask-image: url("../images/svg/icons/icon-facebook.svg");
}
.socials__item[data-slug=instagram]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-instagram.svg");
  mask-image: url("../images/svg/icons/icon-instagram.svg");
}
.socials__item[data-slug=tripadvisor]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-tripadvisor.svg");
  mask-image: url("../images/svg/icons/icon-tripadvisor.svg");
}
.socials__item[data-slug=tiktok]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-tiktok.svg");
  mask-image: url("../images/svg/icons/icon-tiktok.svg");
}
.socials__item[data-slug=youtube]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-youtube.svg");
  mask-image: url("../images/svg/icons/icon-youtube.svg");
}
body.diadao-gform-labels .gform_wrapper .gform_required_legend {
  display: none;
}
body.diadao-gform-labels .gform_wrapper .gform_validation_errors {
  margin-bottom: 10px;
}
body.diadao-gform-labels .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 16px;
  line-height: 1.5;
  color: #dc3545;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 24px;
    line-height: 1.3;
    padding-inline: 36px;
  }
}
body.diadao-gform-labels .gform_wrapper .gform_confirmation_message {
  font-size: 16px;
  line-height: 1.5;
  color: #3A8400;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .gform_wrapper .gform_confirmation_message {
    font-size: 24px;
    line-height: 1.3;
  }
}
body.diadao-gform-labels .gform_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield {
  position: relative;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--width-half {
  width: calc((100% - 16px * (2 - 1)) / 2);
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--width-full {
  width: 100%;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.hidden_label .gfield_label {
  display: none;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield_description {
  display: none;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=text],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=email],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=number],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=date],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=url],
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container textarea,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container select {
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 16px 0 24px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3);
  color: #484F46;
  outline: none;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=text]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=email]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=number]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=date]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=url]::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container textarea::placeholder,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container select::placeholder {
  opacity: 0;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=text]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=email]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=number]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=date]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=url]:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container textarea:focus,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container select:focus {
  outline-color: transparent;
  background-color: #fbf9f6;
  outline-width: 0;
  color: #484F46;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=text]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=email]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=number]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=date]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container input[type=url]:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container textarea:focus::-webkit-textfield-decoration-container,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container select:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container_select {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container_select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #555F42;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield .ginput_container_select select {
  position: relative;
  padding-top: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield label.gfield_label {
  position: absolute;
  transition: font-size 0.2s ease-in-out;
  pointer-events: none;
  top: 0;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  user-select: none;
  left: 26px;
  color: #484F46;
  font-size: 16px;
  font-weight: 500;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-textarea label.gfield_label {
  padding-top: 20px;
  align-items: flex-start;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-textarea .ginput_container_textarea textarea {
  padding-top: 20px;
  height: 160px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-select label.gfield_label {
  display: none;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error {
  margin-bottom: 10px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container input,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container select,
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error .ginput_container textarea {
  border: 1px solid #dc3545;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error .gfield_validation_message {
  font-size: 12px;
  color: #dc3545;
  position: absolute;
  bottom: -20px;
  left: 0px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield_error.col-rgpd .gfield_validation_message {
  bottom: -5px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-small label.gfield_label {
  font-size: 10px;
  padding-top: 8px;
  align-items: flex-start;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox {
  align-self: center;
  padding: 16px 0px 0px;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox {
    padding: 36px 36px 0px;
  }
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox + .gfield--type-checkbox {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox + .gfield--type-checkbox {
    padding-top: 4px;
  }
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice input[type=checkbox] {
  appearance: none;
  color: #555F42;
  background-color: #e9e9ea;
  border-radius: 16px;
  width: 51px;
  height: 31px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s ease-in-out 0.2s;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice input[type=checkbox]:checked {
  background-color: #C8A864;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice input[type=checkbox]:checked:before {
  left: 20px;
  right: 2px;
  transition: left 0.15s ease-in-out 0.2s, right 0.35s ease-in-out;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 20px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.12);
  transition: right 0.15s ease-in-out 0.2s, left 0.35s ease-in-out;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  align-self: center;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-checkbox .gchoice label a {
  color: currentColor;
  font-weight: 500;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload {
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  border: none;
  border-radius: 4px;
  color: #484F46;
  padding: 24px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload label.gfield_label {
  height: auto;
  position: static;
  margin-bottom: 16px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_drop_area {
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 1;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_drop_area button {
  border: 0;
  color: #555F42;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_drop_area button:hover {
  opacity: 0.8;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_rules {
  display: block;
  position: static;
  margin-top: 15px;
  font-size: 12px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview button {
  width: auto;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gfield_validation_message {
  display: block;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_delete_file {
  width: 20px;
  height: 20px;
}
body.diadao-gform-labels .gform_wrapper form .gform_body .gfield--type-fileupload .gform_delete_file .dashicons-trash {
  color: #555F42;
  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/icon-trash.svg");
  mask-image: url("../images/svg/icons/icon-trash.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .gform_wrapper form .gform_footer {
    padding-inline: 36px;
  }
}

.gform-theme-datepicker {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px;
  border: 1px solid #f0d8d4;
  border-radius: 4px;
}
.gform-theme-datepicker .ui-datepicker-header a {
  cursor: pointer;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev {
  margin-right: 8px;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.gform-theme-datepicker .ui-datepicker-calendar {
  width: 100%;
}
.gform-theme-datepicker .ui-datepicker-calendar th,
.gform-theme-datepicker .ui-datepicker-calendar td {
  padding: 5px;
}

body form .gfield--type-captcha {
  position: static !important;
  width: auto !important;
}

body .gfield--type-captcha .grecaptcha-badge {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 11;
  visibility: visible !important;
  right: 0;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #555F42;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f3f0eb;
}

.section {
  padding: 40px 0px;
  overflow-x: clip;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 80px 0px;
  }
}
.section__grid {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
}
@media only screen and (min-width: 992px) {
  .section__grid {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .section__content {
    grid-column-start: 2;
    grid-column-end: span 12;
    gap: 40px;
  }
}
.section__titles {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .section__titles {
    gap: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .section--faq .section__content {
    grid-column-start: 3;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1280px) {
  .section--faq .section__content {
    grid-column-start: 4;
    grid-column-end: span 6;
  }
}

.fancybox__container .fancybox__toolbar {
  z-index: 210;
  pointer-events: initial;
}
.fancybox__container .fancybox__toolbar .btn-close-fancybox {
  z-index: 1;
  top: 16px;
  right: 16px;
}
.fancybox__container .fancybox__track {
  border: none !important;
  width: 100% !important;
}
.fancybox__container .fancybox-custom-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 12px;
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .fancybox__container .fancybox-custom-toolbar {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .fancybox__container .fancybox-custom-toolbar {
    gap: 48px;
    padding-top: 24px;
  }
}
.fancybox__container .fancybox-custom-toolbar a:not(.btn) {
  text-decoration: none;
  user-select: none;
  color: #555F42;
}
.fancybox__container .fancybox-custom-toolbar a:not(.btn) * {
  pointer-events: none;
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .fancybox__container .fancybox__content .fancybox-image {
    width: auto;
  }
}
.fancybox__container .fancybox-custom-video-close {
  display: none !important;
}
.fancybox__container .fancybox__slide.has-html5video, .fancybox__container .fancybox__slide.has-inline {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
}
.fancybox__container .fancybox__slide.has-html5video .fancybox-custom-video-close, .fancybox__container .fancybox__slide.has-inline .fancybox-custom-video-close {
  display: block !important;
}
.fancybox__container .fancybox__slide.has-html5video .fancybox__content, .fancybox__container .fancybox__slide.has-inline .fancybox__content {
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}
.fancybox__container .fancybox__slide.has-html5video .fancybox__content div.diasdk-video,
.fancybox__container .fancybox__slide.has-html5video .fancybox__content video,
.fancybox__container .fancybox__slide.has-html5video .fancybox__content hls-video,
.fancybox__container .fancybox__slide.has-html5video .fancybox__content video.fancybox__html5video, .fancybox__container .fancybox__slide.has-inline .fancybox__content div.diasdk-video,
.fancybox__container .fancybox__slide.has-inline .fancybox__content video,
.fancybox__container .fancybox__slide.has-inline .fancybox__content hls-video,
.fancybox__container .fancybox__slide.has-inline .fancybox__content video.fancybox__html5video {
  width: 100% !important;
  height: 100% !important;
  outline: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border: none !important;
}
.fancybox__container .fancybox__slide.has-html5video .fancybox__content .fancybox-custom-toolbar, .fancybox__container .fancybox__slide.has-inline .fancybox__content .fancybox-custom-toolbar {
  display: none;
}
.fancybox__container .fancybox__slide .fancybox-image {
  border-radius: 16px;
}

.offcanvas {
  background: #F6F3ED;
}
.offcanvas-header {
  height: calc(48px + 8px * 2) !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-header {
    height: calc(48px + 32px * 2) !important;
  }
}
.offcanvas-body {
  height: 100%;
}
.offcanvas-body__wrapper {
  min-height: 100%;
  width: 100%;
  padding: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__wrapper {
    padding-block: 48px;
    gap: 48px;
  }
}
.offcanvas-body__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__content {
    gap: 48px;
  }
}
.offcanvas-body__titles, .offcanvas-body__content,
.offcanvas-body .swiper-actions,
.offcanvas-body .swiper-container {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__titles, .offcanvas-body__content,
  .offcanvas-body .swiper-actions,
  .offcanvas-body .swiper-container {
    padding-inline: 32px;
  }
}
.offcanvas-body .swiper-container {
  overflow: hidden;
}
.offcanvas-backdrop {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1044 !important;
}
.offcanvas-backdrop.is-disabled {
  pointer-events: none;
}
.offcanvas__media-swiper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper {
    gap: 32px;
  }
}
.offcanvas__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.offcanvas__media-swiper .swiper-container {
  border-radius: 0;
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-wrapper {
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-slide {
  height: 260px;
  width: auto;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper .swiper-container .swiper-slide {
    height: 320px;
  }
}
.offcanvas__media-swiper .swiper-container img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.offcanvas__media-swiper .swiper-container img.portrait {
  aspect-ratio: 3/4;
}
.offcanvas__media-swiper .swiper-container img.landscape {
  aspect-ratio: 4/3;
}
.offcanvas__media-swiper .swiper-container .swiper-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  .offcanvas__media-swiper .swiper-actions {
    display: none;
  }
}
.offcanvas.type-diadaopopup {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  width: 100%;
  background: #F6F3ED;
  transition: transform 0.25s ease-out;
  height: 100%;
}
.offcanvas.type-diadaopopup .offcanvas-body {
  padding: 32px;
  padding-bottom: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .offcanvas-body {
    padding: 48px;
    gap: 48px;
  }
}
.offcanvas.type-roomdetail .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filters-navbar {
  position: sticky;
  top: 56px;
  z-index: 3;
  padding: 8px 0;
  transition: background 0.25s;
  grid-column-start: 2;
  grid-column-end: span 6;
  margin: 0 -16px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .filters-navbar {
    grid-column-start: 2;
    grid-column-end: span 3;
    top: calc(72px + 20px);
    height: auto;
    max-height: 80vh;
    border-bottom: none;
    padding: 0px;
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .filters-navbar {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}
.filters-navbar.active {
  background-color: #f3f0eb;
}
@media only screen and (min-width: 992px) {
  .filters-navbar.active {
    background-color: transparent;
  }
}
.filters-navbar__list {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
  }
}
.filters-navbar .swiper-container {
  overflow: hidden;
  height: auto;
  opacity: 0;
  transition: opacity 0.2s;
}
.filters-navbar .swiper-container.swiper-initialized {
  opacity: 1;
}
.filters-navbar .swiper-container .swiper-wrapper {
  align-items: flex-start;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .filters-navbar .swiper-container .swiper-wrapper {
    flex-direction: column;
  }
}
.filters-navbar .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
}
.filters-navbar__btn {
  display: inline-flex;
  font-size: 24px;
  line-height: 1.5;
  padding: 8px 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__btn {
    padding: 0px;
    font-weight: 500;
  }
}
.filters-navbar__btn.active {
  color: #C8A864;
}

.filters-list {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .filters-list {
    grid-column-start: 5;
    grid-column-end: span 9;
  }
}

.filtered-category {
  position: relative;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .filtered-category {
    padding-bottom: 80px;
  }
}
.filtered-category:last-child {
  padding-bottom: 0px;
}
.filtered-category__title {
  grid-column-start: 1;
  grid-column-end: span 3;
}
.filtered-category__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .filtered-category__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;
  }
}
.filtered-category__item {
  position: relative;
  aspect-ratio: 1/1;
}
.filtered-category__item.portrait {
  aspect-ratio: 3/4;
}
.filtered-category__item.landscape {
  aspect-ratio: 4/3;
}
@media only screen and (min-width: 992px) {
  .filtered-category__item.portrait {
    grid-row: span 2;
    height: 100%;
    width: 100%;
  }
  .filtered-category__item.landscape {
    grid-column: span 1;
  }
}

.diadao-admin-front-editor {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1000;
}
@media only screen and (max-width: 991px) {
  .diadao-admin-front-editor {
    display: none;
  }
}
.diadao-admin-front-editor a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
  padding: 16px 8px;
  background: #b89241;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out !important;
}
.diadao-admin-front-editor a > svg {
  display: none !important;
}
.diadao-admin-front-editor a::after {
  transition: all 0.25s ease-in-out !important;
  display: block;
  content: "";
  transform: rotate(90deg);
  color: #ffffff;
  display: block;
  width: 16px;
  height: 16px;
  -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-arrow_outward.svg");
  mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.diadao-admin-front-editor a:hover {
  padding-right: 24px;
}
.diadao-admin-front-editor a:hover::after {
  color: #555F42;
}

: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;
}
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;
}
@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: url("../images/svg/icons/btn-play.svg") 50 50, 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);
}

.bubbles {
  position: fixed;
  pointer-events: none;
  z-index: 200;
}
.bubbles .bubble {
  position: fixed;
  border-radius: 50%;
  border-color: #C8A864;
  border-width: 1px;
  border-style: solid;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  opacity: 0.5;
}
.bubbles .bubble--right-1 {
  width: 8px;
  height: 8px;
  right: 30px;
  bottom: -50px;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-1 {
    width: 16px;
    height: 16px;
    right: 260px;
    bottom: -100px;
  }
}
.bubbles .bubble--right-2 {
  width: 16px;
  height: 16px;
  right: 20px;
  bottom: -80px;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-2 {
    width: 32px;
    height: 32px;
    right: 240px;
    bottom: -160px;
  }
}
.bubbles .bubble--right-3 {
  width: 29px;
  height: 29px;
  right: 40px;
  bottom: -90px;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-3 {
    width: 58px;
    height: 58px;
    right: 280px;
    bottom: -180px;
  }
}
.bubbles .bubble--right-4 {
  width: 38px;
  height: 38px;
  right: 10px;
  bottom: -130px;
  border-width: 1px;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-4 {
    width: 76px;
    height: 76px;
    right: 220px;
    bottom: -260px;
    border-width: 2px;
  }
}
.bubbles .bubble--right-5 {
  width: 20px;
  height: 20px;
  right: 70px;
  bottom: -160px;
  border-width: 1px;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-5 {
    width: 39px;
    height: 39px;
    right: 340px;
    bottom: -320px;
    border-width: 2px;
  }
}
.bubbles .bubble--right-6 {
  width: 33px;
  height: 33px;
  right: 35px;
  bottom: -180px;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--right-6 {
    width: 65px;
    height: 65px;
    right: 270px;
    bottom: -360px;
  }
}
.bubbles .bubble--left-1 {
  width: 130px;
  height: 130px;
  left: -40px;
  bottom: -160px;
  border-width: 1px;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--left-1 {
    width: 260px;
    height: 260px;
    left: -80px;
    bottom: -320px;
    border-width: 2px;
  }
}
.bubbles .bubble--left-2 {
  width: 8px;
  height: 8px;
  left: 134px;
  bottom: -40px;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--left-2 {
    width: 16px;
    height: 16px;
    left: 268px;
    bottom: -80px;
  }
}
.bubbles .bubble--left-3 {
  width: 21px;
  height: 21px;
  left: 135px;
  bottom: -60px;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--left-3 {
    width: 41px;
    height: 41px;
    left: 270px;
    bottom: -120px;
  }
}
.bubbles .bubble--left-4 {
  width: 40px;
  height: 40px;
  left: 110px;
  bottom: -100px;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--left-4 {
    width: 80px;
    height: 80px;
    left: 220px;
    bottom: -200px;
  }
}
.bubbles .bubble--left-5 {
  width: 78px;
  height: 78px;
  left: 130px;
  bottom: -150px;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) {
  .bubbles .bubble--left-5 {
    width: 156px;
    height: 156px;
    left: 260px;
    bottom: -300px;
  }
}

.banner {
  height: calc(100svh - 72px);
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
    margin-bottom: 80px;
  }
}
.banner .kwpb-swiper-module {
  height: 100%;
}
.banner .kwpb-swiper-module .swiper-pagination,
.banner .kwpb-swiper-module .swiper-navigation {
  display: none;
}
.banner__content {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 24px 16px;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    padding: 112px 32px 144px 32px;
  }
}
.banner__content__titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .banner__content__titles {
    align-self: flex-end;
    gap: 48px;
  }
}
.banner__content__logo {
  position: relative;
  max-width: 300px;
  width: 90%;
}
.banner__content__logo svg {
  width: 100%;
  height: auto;
}
.banner__content__logo svg path {
  fill: #ffffff;
}
.banner__media {
  position: absolute;
  inset: 0;
  background: #3a412d;
}
.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:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 14, 8, 0.24) 0%, rgba(12, 14, 8, 0.24) 100%);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.banner__media a[data-fancybox]:not(.button-video) {
  display: none;
}

.footer {
  position: relative;
  width: 100%;
  overflow-x: clip;
  padding: 80px 16px;
  text-align: center;
}
.section:not(.section--instagram) + .footer {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section:not(.section--instagram) + .footer {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 90px;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer__logo {
  /*svg {
      path {
          fill: $primary !important;
      }
  }*/
}
.footer__logo img,
.footer__logo svg {
  width: auto;
  height: auto;
  max-width: 127px;
  max-height: 127px;
}
@media only screen and (min-width: 992px) {
  .footer__logo img,
  .footer__logo svg {
    max-width: 185px;
    max-height: 185px;
  }
}
.footer__logo a {
  display: inline-flex;
  line-height: 0;
}
.footer__legals {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .footer__legals {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    font-weight: 500;
  }
}
html:not(.touchevents) .footer__legals a:hover, html:not(.touchevents) .footer__legals a:focus-visible {
  opacity: 0.5;
}
.footer__legals #footer-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
}
.footer__legals #footer-menu li {
  display: block;
}
.footer__legals #footer-menu li a {
  cursor: pointer;
}
.footer__diadao {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.footer__diadao svg path {
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
.footer__socials .socials {
  justify-content: center;
}
.footer__socials .socials .btn, .footer__socials .socials .pageseo-section__content__buttons a, .pageseo-section__content__buttons .footer__socials .socials a {
  color: #555f42;
  background-color: rgba(85, 95, 66, 0.1);
}
html:not(.touchevents) .footer__socials .socials .btn:hover, html:not(.touchevents) .footer__socials .socials .pageseo-section__content__buttons a:hover, .pageseo-section__content__buttons html:not(.touchevents) .footer__socials .socials a:hover, html:not(.touchevents) .footer__socials .socials .btn:focus-visible, html:not(.touchevents) .footer__socials .socials .pageseo-section__content__buttons a:focus-visible, .pageseo-section__content__buttons html:not(.touchevents) .footer__socials .socials a:focus-visible {
  background-color: rgba(85, 95, 66, 0.3);
}

.sepnavbar {
  height: 56px;
}
@media only screen and (min-width: 992px) {
  .sepnavbar {
    height: 72px;
  }
}

.diadao-navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  color: #555F42;
  transition: background-color 0.3s, color 0.3s ease-out;
  padding: 5px 16px;
  height: 56px;
  pointer-events: none;
}
.diadao-navbar * {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    padding: 5px 32px;
    height: 72px;
  }
}
.home:not(.homescrolled):not(.menuopened) .diadao-navbar {
  background-color: transparent;
  color: #ffffff;
}
.menuopened .diadao-navbar {
  background-color: #555F42;
  color: #ffffff;
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__left {
    gap: 16px;
  }
}
.diadao-navbar__openclose {
  position: relative;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__openclose {
    width: 48px;
    height: 48px;
  }
}
.diadao-navbar .menu-open-btn {
  position: absolute;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}
.diadao-navbar .menu-open-btn::before, .diadao-navbar .menu-open-btn::after {
  content: "";
  position: absolute;
  width: 24px;
  left: 8px;
  height: 2px;
  top: 50%;
  transform: translateY(-4px);
  background-color: currentColor;
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar .menu-open-btn::before, .diadao-navbar .menu-open-btn::after {
    width: 32px;
    left: 8px;
  }
}
.diadao-navbar .menu-open-btn::after {
  transform: translateY(2px);
}
html:not(.touchevents) .diadao-navbar .menu-open-btn:hover::before, html:not(.touchevents) .diadao-navbar .menu-open-btn:focus-visible::before {
  transform: translateY(2px);
}
html:not(.touchevents) .diadao-navbar .menu-open-btn:hover::after, html:not(.touchevents) .diadao-navbar .menu-open-btn:focus-visible::after {
  transform: translateY(-4px);
}
.menuopened .diadao-navbar .menu-open-btn {
  opacity: 0;
  visibility: hidden;
}
.diadao-navbar .menu-close-btn {
  position: absolute;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(20px);
  border-radius: 50%;
}
.diadao-navbar .menu-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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-close.svg");
  mask-image: url("../images/svg/icons/icon-close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.menuopened .diadao-navbar .menu-close-btn {
  opacity: 1;
  visibility: visible;
}
.diadao-navbar .navlang {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.diadao-navbar .navlang a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar .navlang a {
    width: 56px;
    height: 56px;
  }
}
.diadao-navbar .navlang a span {
  color: currentColor;
}
html:not(.touchevents) .diadao-navbar .navlang a:hover, html:not(.touchevents) .diadao-navbar .navlang a:focus-visible {
  color: currentColor;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.diadao-navbar__logo img, .diadao-navbar__logo svg {
  width: 85px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__logo img, .diadao-navbar__logo svg {
    width: 106px;
  }
}
.diadao-navbar__logo svg path {
  transition: fill 0.3s ease-out;
}
.menuopened .diadao-navbar__logo svg path, .home:not(.homescrolled) .diadao-navbar__logo svg path {
  fill: #ffffff;
}
.diadao-navbar__right {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.diadao-navbar__right__elem {
  position: relative;
}
html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active:not(.modal-open) .diadao-navbar__right__elem button.diasdk-quickedit-btn {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .diadao-navbar__right .btn-solid-primary, .diadao-navbar__right .pageseo-section__content__buttons a, .pageseo-section__content__buttons .diadao-navbar__right a {
    padding: 5px 16px;
  }
  .diadao-navbar__right .btn-solid-primary::before, .diadao-navbar__right .pageseo-section__content__buttons a::before, .pageseo-section__content__buttons .diadao-navbar__right a::before, .diadao-navbar__right .btn-solid-primary::after, .diadao-navbar__right .pageseo-section__content__buttons a::after, .pageseo-section__content__buttons .diadao-navbar__right a::after {
    display: none;
  }
  .diadao-navbar__right .btn-solid-primary span, .diadao-navbar__right .pageseo-section__content__buttons a span, .pageseo-section__content__buttons .diadao-navbar__right a span {
    padding: 0;
  }
  html:not(.touchevents) .diadao-navbar__right .btn-solid-primary:hover span, html:not(.touchevents) .diadao-navbar__right .pageseo-section__content__buttons a:hover span, .pageseo-section__content__buttons html:not(.touchevents) .diadao-navbar__right a:hover span, html:not(.touchevents) .diadao-navbar__right .btn-solid-primary:focus-visible span, html:not(.touchevents) .diadao-navbar__right .pageseo-section__content__buttons a:focus-visible span, .pageseo-section__content__buttons html:not(.touchevents) .diadao-navbar__right a:focus-visible span {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .diadao-navbar__right .btn-gift, .diadao-navbar__right .btn-solid-primary, .diadao-navbar__right .pageseo-section__content__buttons a, .pageseo-section__content__buttons .diadao-navbar__right a {
    min-height: 40px;
    border-radius: 20px;
  }
}
.menuopened .diadao-navbar__right .btn-gift, .home:not(.homescrolled) .diadao-navbar__right .btn-gift, .menuopened .diadao-navbar__right .btn-solid-primary, .menuopened .diadao-navbar__right .pageseo-section__content__buttons a, .pageseo-section__content__buttons .menuopened .diadao-navbar__right a, .home:not(.homescrolled) .diadao-navbar__right .btn-solid-primary, .home:not(.homescrolled) .diadao-navbar__right .pageseo-section__content__buttons a, .pageseo-section__content__buttons .home:not(.homescrolled) .diadao-navbar__right a {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}

.pageseo-section {
  position: relative;
  overflow: clip;
  margin: 40px 0px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section {
    margin: 80px 0px;
  }
}
.pageseo-section__container {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container.media-fullscreen {
    min-height: 100vh;
    padding: 80px 0;
  }
}
.pageseo-section__content {
  grid-column-start: 2;
  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-row-start: 1;
    grid-row-end: span 1;
    grid-column-start: 3;
    grid-column-end: span 10;
    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 6;
  }
}
@media only screen and (min-width: 1440px) {
  .pageseo-section__content--left {
    grid-column-start: 3;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--right {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .pageseo-section__content--right {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content.media-fullscreen {
    grid-column-start: 2;
    grid-column-end: span 6;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    padding: 80px;
    background: #ffffff;
  }
}
.pageseo-section__content__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content__title {
    font-size: 56px;
  }
}
.pageseo-section__content__text ul li,
.pageseo-section__content__text ol li {
  position: relative;
  padding-left: 1.5em;
}
.pageseo-section__content__text ul li:before,
.pageseo-section__content__text ol li:before {
  content: "•";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 1.5em;
}
.pageseo-section__content__link.btn-group {
  flex-direction: column;
}
.pageseo-section__content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html:not(.touchevents) .pageseo-section__content__buttons a:hover, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible,
html:not(.touchevents) .pageseo-section__content__buttons a:not([class*=btn]):hover,
html:not(.touchevents) .pageseo-section__content__buttons a:not([class*=btn]):focus-visible {
  color: #ffffff;
}
.pageseo-section__media {
  position: relative;
  grid-column-start: 2;
  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 iframe {
  aspect-ratio: 1.7777777778;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.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 iframe {
    aspect-ratio: 0.8179012346;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .pageseo-section__media--left {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--right {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
  .pageseo-section__media--right img,
  .pageseo-section__media--right video,
  .pageseo-section__media--right iframe {
    aspect-ratio: 0.8179012346;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .pageseo-section__media--right {
    grid-column-start: 9;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--fullscreen {
    grid-column-start: 3;
    grid-column-end: span 10;
    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;
  gap: 0px;
}
.pageseo-section__media--fullscreen img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--fullscreen img {
    border-radius: 0;
  }
}
.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 {
  bottom: 0;
}
.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 {
  z-index: 1044;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #F6F3ED;
  transition: transform 0.25s ease-out;
  height: 100%;
  pointer-events: none;
  /*&__media {
      height: 260px;
      flex-shrink: 0;

      @include device_992_min {
          height: 320px;
      }

      .media-wrapper {
          border-radius: $media-radius;
          overflow: hidden;
          height: 100%;
      }

      img {
          object-fit: cover;
          border-radius: 0;
          height: 100%;

          &.landscape {
              aspect-ratio: 4/3;
          }
      }
  }*/
}
.custom-modal.secondary-modal {
  z-index: 1045;
}
@media only screen and (min-width: 992px) {
  .custom-modal {
    height: 100vh;
    width: 70%;
    max-width: 1200px;
  }
}
.custom-modal.modal-opened {
  transform: translateX(0);
  pointer-events: auto;
}
.custom-modal__header {
  flex: 0 0 auto;
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100%;
  height: auto;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header {
    padding: 0;
  }
}
.custom-modal__header .btn, .custom-modal__header .pageseo-section__content__buttons a, .pageseo-section__content__buttons .custom-modal__header a {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.custom-modal__header__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex: 1 1 auto;
}
.custom-modal__body {
  flex: 1 1 auto;
  padding-block: 0px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 20px 0px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body {
    gap: 56px;
    padding: 0px 0px 56px;
  }
}
.custom-modal__body.padded {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body.padded {
    padding-inline: 8vw;
  }
}
.custom-modal__body .padded-inline {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body .padded-inline {
    padding-inline: 8vw;
  }
}
.custom-modal__media {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 16px;
}
.custom-modal__media img,
.custom-modal__media video,
.custom-modal__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media {
    height: 452px;
    border-radius: 32px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .custom-modal__media img, .custom-modal__media video, .custom-modal__media iframe, .custom-modal__media hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
}
.custom-modal__media__overlink a.btn, .custom-modal__media__overlink .pageseo-section__content__buttons a, .pageseo-section__content__buttons .custom-modal__media__overlink a {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}
.custom-modal__media-swiper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}
@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: 16px;
  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__form {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 677px;
}
.custom-modal__footer {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: calc(48px + 8px * 2);
  padding: 8px;
  background: #fff3f2;
  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(48px + 32px * 2);
    padding: 32px;
  }
}
.custom-modal__media2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
}
.custom-modal__media2__media {
  grid-column: span 2;
  position: relative;
}
.custom-modal__media2__media img,
.custom-modal__media2__media video,
.custom-modal__media2__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media2__media {
    grid-column: span 1;
  }
  .custom-modal__media2__media img,
  .custom-modal__media2__media video,
  .custom-modal__media2__media iframe {
    aspect-ratio: 1.1581769437;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
  }
}
.custom-modal__media2__media a[data-fancybox] {
  display: block;
}

.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 47;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.modal-opened .custom-modal-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.booking-modal .custom-modal__body {
  padding: 32px;
}
@media only screen and (min-width: 992px) {
  .booking-modal .custom-modal__body {
    padding: 48px;
  }
}
.booking-modal__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu {
    gap: 48px;
  }
}
.booking-modal__menu__links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links ul {
    gap: 24px;
  }
}
.booking-modal__menu__links a {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  text-align: left;
  transition: color 0.3s ease-in-out;
}
.booking-modal__menu__links a::before {
  content: "";
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: #555F42;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links a::before {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links a:hover {
    color: #3a412d;
  }
  .booking-modal__menu__links a:hover::before {
    background-color: #3a412d;
  }
}
.booking-modal__menu__links a span {
  flex: 1 0 auto;
  display: block;
  position: relative;
  transition: none;
}
.booking-modal__menu__links a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  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: cover;
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  background-color: currentColor;
}
.booking-modal__menu__links a[target=_blank] span:after {
  -webkit-mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
}
.booking-modal__menu__links a.btn-booking-room::before {
  -webkit-mask-image: url("../images/svg/icons/icon-bed.svg");
  mask-image: url("../images/svg/icons/icon-bed.svg");
}
.booking-modal__menu__links a.btn-booking-order::before {
  -webkit-mask-image: url("../images/svg/icons/icon-calendar-range.svg");
  mask-image: url("../images/svg/icons/icon-calendar-range.svg");
}
.booking-modal__menu__links a.btn-booking-event::before {
  -webkit-mask-image: url("../images/svg/icons/icon-groups.svg");
  mask-image: url("../images/svg/icons/icon-groups.svg");
}
.booking-modal__menu__links a.btn-booking-the-fork::before {
  -webkit-mask-image: url("../images/svg/icons/icon-the-fork.svg");
  mask-image: url("../images/svg/icons/icon-the-fork.svg");
}
.booking-modal__menu__links a.btn-booking-restaurant::before {
  -webkit-mask-image: url("../images/svg/icons/icon-restaurant.svg");
  mask-image: url("../images/svg/icons/icon-restaurant.svg");
}
.booking-modal__menu__links a.btn-booking-spa::before {
  -webkit-mask-image: url("../images/svg/icons/icon-spa.svg");
  mask-image: url("../images/svg/icons/icon-spa.svg");
}
.booking-modal__menu__separator {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.booking-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}
.booking-modal__footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .booking-modal#booking-hotel .custom-modal__body {
    padding: 32px 16px;
  }
}

.room-modal {
  /*.custom-modal {
      &__footer {
          padding: 0;
          height: auto;

          .room-item-hsc {
              display: none;

              &.active {
                  display: block;
              }
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .room-modal {
    width: 85.6%;
    max-width: none;
  }
}
.room-modal__header {
  flex-direction: row-reverse;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .room-modal__header {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .room-modal__header .btn-close {
    position: relative;
    top: auto;
    right: auto;
  }
}
.room-modal__filters {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex: 1 1 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal__filters {
    gap: 16px;
  }
}
.room-modal__filters__btn {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #484F46;
  padding: 8px 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .room-modal__filters__btn {
    font-size: 24px;
  }
}
.room-modal__filters__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: #C8A864;
  transition: height 0.25s;
}
.room-modal__filters .room-menu-item-filter.nav-link.active .room-modal__filters__btn::after {
  height: 4px;
}
.room-modal__filters .swiper-container {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .room-modal__body {
    padding: 0;
  }
}
.room-modal__swiper {
  overflow: hidden;
}
.room-modal__swiper .swiper-wrapper {
  align-items: flex-start;
}
.room-modal .room-item {
  min-height: 100%;
  /*&__hsc {
      position: sticky;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: $white;
      height: $sticky-topbar-mobile-height;
      @include flex(row, 16px);
      align-items: center;
      padding: 16px;
      z-index: 1;

      @include device_992_min {
          height: $sticky-topbar-desktop-height;
      }
  }

  &__upgrade-rooms {
      .swiper-container {
          .card {
              height: 100%;
          }
      }
  }

  // MARK: Equipements
  &__services {
      display: grid;
      list-style: none;
      gap: 40px;

      @include device_992_min {
          grid-template-columns: repeat(2, 1fr);
      }

      .service-item {
          @include flex(column, 16px);

          &__header {
              @include flex(row, 16px);
              align-items: center;

              svg {
                  width: 16px;
                  height: 16px;

                  @include device_992_min {
                      width: 32px;
                      height: 32px;
                  }

                  path {
                      fill: $primary;
                  }
              }
          }

          &__content {
              padding-left: 32px;

              @include device_992_min {
                  padding-left: 48px;
              }

              .children {
                  width: 100%;
                  display: flex;
                  flex-direction: column;
                  gap: 16px;
              }
          }
      }
  }*/
}
.room-modal .room-item__details {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 0px 16px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__details {
    padding: 16px 0px 80px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 56px;
    align-items: flex-start;
  }
}
.room-modal .room-item__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 8px;
  /*.swiper-container {
      padding-inline: 0;

      .swiper-slide {
          height: 260px;
          width: 100%;

          @include device_992_min {
              height: 320px;
          }

          picture, 
          img, 
          video, 
          .video-wrapper {
              height: 100%;
              aspect-ratio: initial;
          }
      }
  }

  .swiper-pagination {
      display: flex;
  }

  .swiper-navigation {
      display: none;
  }*/
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
    grid-column-start: 2;
    grid-column-end: span 10;
    gap: 16px;
    row-gap: 8px;
    height: 55vh;
    min-height: 400px;
    grid-column-start: 2;
    grid-column-end: span 10;
  }
  .room-modal .room-item__gallery .media-wrapper {
    height: 100%;
  }
}
.room-modal .room-item__gallery__block {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery__block {
    border-radius: 16px;
  }
}
.room-modal .room-item__gallery__block:first-child {
  border-radius: 16px;
  grid-column-start: 1;
  grid-column-end: span 2;
}
.room-modal .room-item__gallery__block:first-child img,
.room-modal .room-item__gallery__block:first-child video,
.room-modal .room-item__gallery__block:first-child iframe {
  aspect-ratio: 1.4909090909;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery__block:first-child {
    grid-column-start: 1;
    grid-column-end: span 7;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .room-modal .room-item__gallery__block:first-child img, .room-modal .room-item__gallery__block:first-child video, .room-modal .room-item__gallery__block:first-child iframe, .room-modal .room-item__gallery__block:first-child hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
  .room-modal .room-item__gallery__block:first-child:last-child {
    grid-column-start: 1;
    grid-column-end: span 10;
  }
}
.room-modal .room-item__gallery__block:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: span 1;
}
.room-modal .room-item__gallery__block:nth-child(2) img,
.room-modal .room-item__gallery__block:nth-child(2) video,
.room-modal .room-item__gallery__block:nth-child(2) iframe {
  aspect-ratio: 1.3333333333;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery__block:nth-child(2) {
    grid-column-start: 8;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .room-modal .room-item__gallery__block:nth-child(2) img, .room-modal .room-item__gallery__block:nth-child(2) video, .room-modal .room-item__gallery__block:nth-child(2) iframe, .room-modal .room-item__gallery__block:nth-child(2) hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
  .room-modal .room-item__gallery__block:nth-child(2):last-child {
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.room-modal .room-item__gallery__block:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: span 1;
}
.room-modal .room-item__gallery__block:nth-child(3) img,
.room-modal .room-item__gallery__block:nth-child(3) video,
.room-modal .room-item__gallery__block:nth-child(3) iframe {
  aspect-ratio: 1.3333333333;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery__block:nth-child(3) {
    grid-column-start: 8;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
  .room-modal .room-item__gallery__block:nth-child(3) img, .room-modal .room-item__gallery__block:nth-child(3) video, .room-modal .room-item__gallery__block:nth-child(3) iframe, .room-modal .room-item__gallery__block:nth-child(3) hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
}
.room-modal .room-item__gallery__block:nth-child(n+4) {
  display: none;
}
.room-modal .room-item__gallery__block a[data-fancybox-front] {
  display: block;
}
.room-modal .room-item__gallery__count {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery__count {
    font-size: 24px;
  }
}
.room-modal .room-item__infos {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos {
    display: grid;
    grid-template-columns: repeat(10, minmax(0px, 1fr));
    grid-column-start: 2;
    grid-column-end: span 10;
    grid-column-gap: 16px;
    row-gap: 80px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__titles {
    grid-column-start: 1;
    grid-column-end: span 6;
    align-self: center;
  }
}
@media only screen and (min-width: 1440px) {
  .room-modal .room-item__infos__titles {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
.room-modal .room-item__infos__pricedesktop {
  display: none;
  background: #ffffff;
  grid-column-start: 7;
  grid-column-end: span 4;
  padding: 32px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__pricedesktop {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .room-modal .room-item__infos__pricedesktop {
    grid-column-start: 8;
    grid-column-end: span 3;
  }
}
.room-modal .room-item__infos__part1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__part1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    gap: 80px;
    order: 2;
  }
}
.room-modal .room-item__infos__img1 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.room-modal .room-item__infos__img1 img,
.room-modal .room-item__infos__img1 video,
.room-modal .room-item__infos__img1 iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__img1 {
    border-radius: 32px;
  }
  .room-modal .room-item__infos__img1 img,
  .room-modal .room-item__infos__img1 video,
  .room-modal .room-item__infos__img1 iframe {
    aspect-ratio: 1.5196261682;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.room-modal .room-item__infos__part2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__part2 {
    grid-column-start: 7;
    grid-column-end: span 4;
    gap: 80px;
    order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .room-modal .room-item__infos__part2 {
    grid-column-start: 8;
    grid-column-end: span 3;
  }
}
.room-modal .room-item__infos__img2 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.room-modal .room-item__infos__img2 img,
.room-modal .room-item__infos__img2 video,
.room-modal .room-item__infos__img2 iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__img2 img,
  .room-modal .room-item__infos__img2 video,
  .room-modal .room-item__infos__img2 iframe {
    aspect-ratio: 0.796;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.room-modal .room-item__infos__footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  background-color: #ffffff;
  padding: 8px 16px 16px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__footer {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    display: block;
    grid-column-start: 8;
    grid-column-end: span 3;
    order: 1;
  }
}
.room-modal .room-item__infos__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  max-width: 60%;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos__price {
    max-width: none;
    font-size: 24px;
  }
}
.room-modal .room-item__infos__bookinglink {
  flex: 1 1 0px;
  text-align: left;
  justify-content: flex-start;
}
.room-modal__footer {
  padding: 0;
  height: auto;
}
.room-modal__footer .room-item-hsc {
  display: flex;
  flex-direction: row;
  gap: 16px;
  display: none;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  padding: 8px 16px 16px;
}
.room-modal__footer .room-item-hsc.active {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .room-modal__footer .room-item-hsc.active {
    display: none;
  }
}

.main-menu {
  display: block;
  z-index: 29;
  transform: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  background: #555F42;
  color: #F6F3ED;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
}
body.kwpb-fo-edit-active:not(.menuopened) .main-menu div.diasdk-quickedit-parent {
  display: none;
}
.menuopened .main-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menuopened .main-menu .diadao-bg-menu-dynamic {
  display: block;
}
.main-menu .custom-modal__header {
  border: none;
}
@media only screen and (min-width: 992px) {
  .main-menu .custom-modal__header {
    position: fixed;
  }
}
.main-menu__wrapper {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 32px;
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .main-menu__wrapper {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0;
    flex: 1 1 0;
    gap: 160px;
    gap: 8vw;
    padding-inline: 9.3vw;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__wrapper {
    padding-right: 36.4vw;
  }
}
.main-menu .current {
  color: #C8A864;
}
.main-menu__col1 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding-top: 100px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px) {
  .main-menu__col1 {
    font-size: 40px;
    padding-top: 72px;
    flex: 1 1 50%;
    width: 50%;
    max-width: 400px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (min-height: 800px) {
  .main-menu__col1 {
    padding-top: 162px;
  }
}
.main-menu__col1 a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.33em;
  padding: 4px 0px;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .main-menu__col1 a {
    line-height: 1.4em;
  }
}
html:not(.touchevents) .main-menu__col1 a:hover, html:not(.touchevents) .main-menu__col1 a:focus-visible {
  color: #C8A864;
}
.main-menu__primary, .main-menu__secondary {
  position: relative;
}
.main-menu__primary ul li a.has-submenu, .main-menu__secondary ul li a.has-submenu {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.main-menu__primary ul li a.has-submenu::after, .main-menu__secondary ul li a.has-submenu::after {
  content: "";
  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/icon-plus.svg");
  mask-image: url("../images/svg/icons/icon-plus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: transform 0.25s ease;
}
.main-menu__primary ul li a.has-submenu.shown, .main-menu__secondary ul li a.has-submenu.shown {
  color: #C8A864;
}
.main-menu__primary ul li a.has-submenu.shown::after, .main-menu__secondary ul li a.has-submenu.shown::after {
  -webkit-mask-image: url("../images/svg/icons/icon-minus.svg");
  mask-image: url("../images/svg/icons/icon-minus.svg");
}
.main-menu__primary ul li a.has-submenu.shown + .submenu, .main-menu__secondary ul li a.has-submenu.shown + .submenu {
  grid-template-rows: 1fr;
}
.main-menu__primary .submenu, .main-menu__secondary .submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.main-menu__primary .submenu__wrapper, .main-menu__secondary .submenu__wrapper {
  overflow: hidden;
}
.main-menu__primary .submenu__wrapper li:last-child, .main-menu__secondary .submenu__wrapper li:last-child {
  padding-bottom: 32px;
}
.main-menu__primary .submenu__item a, .main-menu__secondary .submenu__item a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  padding: 4px 5px 4px 40px;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary .submenu__item a, .main-menu__secondary .submenu__item a {
    font-size: 32px;
  }
}
.main-menu__primary .submenu__item a::before, .main-menu__secondary .submenu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 24px;
  background: currentColor;
}
.main-menu__primary .submenu__item a > span, .main-menu__secondary .submenu__item a > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.main-menu__domaines__links {
  padding-bottom: 32px;
}
.main-menu__domaines__links a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  padding: 4px 5px 4px 40px;
}
@media only screen and (min-width: 992px) {
  .main-menu__domaines__links a {
    font-size: 32px;
  }
}
.main-menu__domaines__links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 24px;
  background: currentColor;
}
.main-menu__domaines__links a > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.main-menu__domaines__number {
  position: relative;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .main-menu__domaines__number {
    font-size: 16px;
    padding: 5px 22px;
  }
}
.main-menu__domaines .accordion-button {
  position: relative;
  padding: 4px 24px 4px 0;
  transition: color 0.3s ease-out;
  color: #C8A864;
  cursor: pointer;
}
html:not(.touchevents) .main-menu__domaines .accordion-button:hover, html:not(.touchevents) .main-menu__domaines .accordion-button:focus-visible {
  color: #C8A864;
}
.main-menu__domaines .accordion-button::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  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/icon-minus.svg");
  mask-image: url("../images/svg/icons/icon-minus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.main-menu__domaines .accordion-button.collapsed {
  color: #F6F3ED;
}
html:not(.touchevents) .main-menu__domaines .accordion-button.collapsed:hover, html:not(.touchevents) .main-menu__domaines .accordion-button.collapsed:focus-visible {
  color: #C8A864;
}
.main-menu__domaines .accordion-button.collapsed::after {
  -webkit-mask-image: url("../images/svg/icons/icon-plus.svg");
  mask-image: url("../images/svg/icons/icon-plus.svg");
}
.main-menu__col2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 0 0 100%;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
}
@media only screen and (min-width: 992px) {
  .main-menu__col2 {
    flex: 1 1 40%;
    width: 40%;
    max-width: 354px;
    padding-top: 72px;
  }
}
@media only screen and (min-width: 992px) and (min-height: 800px) {
  .main-menu__col2 {
    padding-top: 166px;
  }
}
.main-menu__socials .socials__item::after {
  opacity: 0.2;
}
html:not(.touchevents) .main-menu__socials .socials__item:hover::after, html:not(.touchevents) .main-menu__socials .socials__item:focus-visible::after {
  opacity: 0.3;
}
.main-menu__infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .main-menu__infos {
    gap: 16px;
  }
}
html body .main-menu__infos a:not([class*=btn]) {
  text-decoration: underline;
}
html:not(.touchevents) .main-menu__infos a:not([class*=btn]):hover, html:not(.touchevents) .main-menu__infos a:not([class*=btn]):focus-visible {
  color: #C8A864;
}
.main-menu__lang {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .main-menu__lang {
    gap: 16px;
  }
}
.main-menu__lang__link:not([class*=btn]) {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  border-radius: 40px;
  padding: 9px 16px;
  background: rgba(255, 255, 251, 0.1);
  color: #F6F3ED;
}
@media only screen and (min-width: 992px) {
  .main-menu__lang__link:not([class*=btn]) {
    font-size: 12px;
  }
}
html:not(.touchevents) .main-menu__lang__link:not([class*=btn]):hover, html:not(.touchevents) .main-menu__lang__link:not([class*=btn]):focus-visible {
  background: rgba(255, 255, 251, 0.2);
  color: #F6F3ED;
}
.main-menu__lang__link:not([class*=btn]).current {
  background: transparent;
  border: 1px solid rgba(246, 243, 237, 0.2);
  color: #F6F3ED;
}
.main-menu__lang__link:not([class*=btn]).current span {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.main-menu__lang__link:not([class*=btn]).current span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -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-check2.svg");
  mask-image: url("../images/svg/icons/icon-check2.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html:not(.touchevents) .main-menu__lang__link:not([class*=btn]).current:hover, html:not(.touchevents) .main-menu__lang__link:not([class*=btn]).current:focus-visible {
  background: transparent;
}
.main-menu__media {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 166px;
  display: none;
  z-index: 1;
  width: 32vw;
}
@media only screen and (min-width: 1280px) {
  .main-menu__media {
    display: block;
  }
}
.main-menu__media__logo {
  position: absolute;
  top: -102px;
  left: -9.8vw;
  width: 640px;
  height: 619px;
  background: url("../images/svg/logo-symbol-white2.svg") 50% 50% no-repeat;
  background-size: contain;
}
.main-menu__media .diadao-bg-menu-dynamic {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  border-top-left-radius: 32px;
  background-color: #3a412d;
  overflow: hidden;
}
.main-menu__media .diadao-bg-menu-dynamic.active {
  display: block;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  user-select: none;
  overflow: hidden;
  z-index: 2;
  transition: opacity 1.2s ease-in-out;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu:not(.active) {
  z-index: 0;
  opacity: 0;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.no-results:first-child {
  opacity: 1 !important;
  z-index: 1 !important;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.active {
  z-index: 5;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu picture,
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}

.scrollstepfade {
  position: relative;
  overflow-x: clip;
}
.scrollstepfade__spacer {
  height: 100vh;
  min-height: 600px;
}
.scrollstepfade__spacer:last-child {
  height: 120vh;
}
.scrollstepfade__sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
.scrollstepfade__block2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrollstepfade__block {
  pointer-events: none;
  padding-top: 56px;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
    grid-column-gap: 8px;
    row-gap: 32px;
    align-content: center;
    align-items: center;
    padding-top: 72px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .scrollstepfade__block {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__block.previousactive {
    z-index: 2;
  }
}
.scrollstepfade__block.previousactive .scrollstepfade__medias,
.scrollstepfade__block.previousactive .scrollstepfade__medias2 {
  z-index: 1;
}
.scrollstepfade__block.previousactive .scrollstepfade__texts {
  z-index: 11;
}
.scrollstepfade__block.active {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__block.active {
    z-index: 3;
  }
}
.scrollstepfade__block.active .scrollstepfade__medias,
.scrollstepfade__block.active .scrollstepfade__medias2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  z-index: 3;
}
.scrollstepfade__block.active .scrollstepfade__texts {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  z-index: 13;
}
.scrollstepfade__medias {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 184px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out 0.3s, visibility 0.4s ease-out 0.3s, transform 0.4s ease-out;
}
.scrollstepfade__medias img, .scrollstepfade__medias video, .scrollstepfade__medias iframe, .scrollstepfade__medias hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__medias {
    grid-column-start: 8;
    grid-column-end: span 7;
    order: 1;
    position: relative;
    height: 84vh;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.scrollstepfade__medias2 {
  position: relative;
  overflow: hidden;
  height: 60vh;
  min-height: 280px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out 0.3s, visibility 0.4s ease-out 0.3s, transform 0.4s ease-out;
}
.scrollstepfade__medias2 img, .scrollstepfade__medias2 video, .scrollstepfade__medias2 iframe, .scrollstepfade__medias2 hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__medias2 {
    grid-column-start: 8;
    grid-column-end: span 7;
    order: 1;
    position: relative;
    height: 84vh;
    border-radius: 32px 0px 0px 32px;
  }
}
.scrollstepfade__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 184px;
  background: #ffffff;
  text-align: left;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 24px 44px 24px 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.4s ease-out 0.3s, visibility 0.4s ease-out 0.3s, transform 0.4s ease-out;
  flex: 1 1 0;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__texts {
    text-align: center;
    grid-column-start: 2;
    grid-column-end: span 5;
    gap: 40px;
    order: 0;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0px;
    padding: 0px;
    background: transparent;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  }
}
.scrollstepfade__texts2 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  background: transparent;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__texts3 {
    align-items: center;
    justify-content: flex-start;
    min-height: 440px;
    gap: 0px;
  }
}
.scrollstepfade__icon {
  display: none;
  width: 72px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/svg/bubbles.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__icon {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__text1 {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__title3 {
    margin-bottom: 0.44em;
  }
}
@media only screen and (min-width: 1440px) {
  .scrollstepfade__title3 {
    min-height: 2em;
  }
}
.scrollstepfade__text3 .kwpb-wysiwig li {
  position: relative;
  padding-left: 0;
}
.scrollstepfade__text3 .kwpb-wysiwig li:before {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .scrollstepfade__text3 .kwpb-wysiwig ul {
    display: flex;
    flex-direction: column;
    gap: 0.33em;
  }
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__buttons {
    justify-content: center;
  }
}
.scrollstepfade__ambiances__block {
  position: absolute;
  inset: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.scrollstepfade__ambiances__block.active .scrollstepfade__ambiances__title {
  animation: ambianceappear 0.9s ease-out 0s 1;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.scrollstepfade__ambiances__block.previousactive:not(.active) .scrollstepfade__ambiances__containtitle {
  transform: translateY(-100%);
  transition: transform 0.5s ease-out;
}
.scrollstepfade__ambiances__block.previousactive:not(.active) .scrollstepfade__ambiances__title {
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
}
.scrollstepfade__ambiances__title {
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
  padding: 0px 16px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__ambiances__title {
    font-size: 72px;
    padding: 0 16vw;
  }
}
.scrollstepfade__ambiances__title strong {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__ambiances__title strong {
    display: block;
  }
}
.scrollstepfade__ambiances__leaf1 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  left: -5vw;
  top: 38%;
  width: 71vw;
  height: 85vw;
  transform: translateY(-50%) translateX(-100%) rotate(-60deg);
  transform-origin: left 50%;
  transition: transform 1s cubic-bezier(0.21, -0.43, 0.66, 1);
  background: url("../images/leaf-left2.jpg") right 50% no-repeat;
  background-size: contain;
}
.revealOnScroll.reveal .scrollstepfade__ambiances__leaf1 {
  transition: transform 2s cubic-bezier(0.4, 1.42, 0.78, 1);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__ambiances__leaf1 {
    width: 25vw;
    height: 30vw;
    padding-top: 121%;
    left: -2vw;
    top: 50%;
  }
}
.scrollstepfade__ambiances__leaf2 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 55vw;
  height: 47vw;
  right: -2vw;
  top: 78%;
  transform: translateY(-39%) translateX(100%) rotate(60deg);
  transform-origin: right 50%;
  transition: transform 1s cubic-bezier(0.21, -0.43, 0.66, 1);
  background: url("../images/leaf-right2.jpg") right 50% no-repeat;
  background-size: contain;
}
.revealOnScroll.reveal .scrollstepfade__ambiances__leaf2 {
  transition: transform 2s cubic-bezier(0.4, 1.42, 0.78, 1);
  transform: translateY(-39%);
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__ambiances__leaf2 {
    width: 24vw;
    height: 20.7vw;
    right: -2vw;
    top: 50%;
  }
}
.scrollstepfade__ambiances__bg__top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 200px;
  width: 100%;
  background: linear-gradient(180deg, rgba(243, 240, 235, 0) 0%, #f3f0eb 40%);
  z-index: 0;
}
.scrollstepfade__ambiances__bg__middle {
  position: absolute;
  top: 200px;
  bottom: 200px;
  width: 100%;
  background-color: #f3f0eb;
  z-index: 0;
}
.scrollstepfade__ambiances__bg__bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 200px;
  width: 100%;
  background: linear-gradient(0deg, rgba(243, 240, 235, 0) 0%, #f3f0eb 20%);
  z-index: 0;
}
.scrollstepfade__nav {
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 12px;
  bottom: 82px;
  transform: translateY(50%);
  width: auto;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__nav {
    bottom: auto;
    top: calc(72px + (100% - 72px) / 2);
    right: auto;
    left: 32px;
    transform: translateY(-50%);
    gap: 8px;
  }
}
.scrollstepfade__nav--v2 {
  bottom: auto;
  top: calc(56px + (40vh - 56px) / 2);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__nav--v2 {
    top: calc(72px + (100% - 72px) / 2);
  }
}
.scrollstepfade__nav__bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .scrollstepfade__nav__bullet {
    height: 32px;
    width: 32px;
  }
}
.scrollstepfade__nav__bullet::before {
  content: "";
  border-radius: 8px;
  border: 2px solid #484F46;
  width: 8px;
  height: 8px;
  transition: background 0.25s;
}
.scrollstepfade__nav__bullet.active::before {
  background-color: #484F46;
}

@-webkit-keyframes ambianceappear {
  0% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  45% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes ambianceappear {
  0% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  45% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
.intro1 {
  overflow-x: clip;
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  align-items: flex-start;
  margin-top: 56px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .intro1 {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .intro1 {
    margin-top: 72px;
    padding-top: 47px;
    padding-bottom: 80px;
  }
}
.intro1__media {
  grid-column-start: 2;
  grid-column-end: span 6;
  margin: 0px -16px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
}
.intro1__media img,
.intro1__media video,
.intro1__media iframe {
  aspect-ratio: 1.2162162162;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .intro1__media {
    order: 1;
    grid-column-start: 8;
    grid-column-end: span 7;
    border-radius: 32px 0px 0px 32px;
  }
  .intro1__media img,
  .intro1__media video,
  .intro1__media iframe {
    aspect-ratio: 1.3131034483;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.intro1__texts {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .intro1__texts {
    grid-column-start: 2;
    grid-column-end: span 5;
    gap: 80px;
    padding-top: 113px;
  }
}
@media only screen and (min-width: 1440px) {
  .intro1__texts {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.intro1__text {
  position: relative;
  z-index: 1;
}

.introbigtitle {
  padding: 40px 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .introbigtitle {
    padding: 150px;
  }
}

.listemoji .list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.listemoji .list__item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.listemoji .list__item__icon {
  display: flex;
  align-items: center;
  height: 32px;
  flex: 0 0 24px;
}
.listemoji .list__item__icon img, .listemoji .list__item__icon svg, .listemoji .list__item__icon picture {
  height: auto;
  width: 24px;
  max-height: 32px;
}
.listemoji .list__item__icon.type- {
  display: none;
}
.listemoji .list__item__title {
  display: none;
  flex: 0 0 1em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.listemoji .list__item .type- + .list__item__title {
  display: block;
}
.listemoji .list__item__text {
  flex: 1 1 0px;
}

.listemoji-flexstart .list__item {
  align-items: flex-start;
}

: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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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: #ca8060;
  --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: transparent;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #ca8060;
  --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: initial;
  --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;
}

.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: #ca8060;
}

.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 {
  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: initial;
  --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-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --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: initial;
  --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: initial;
  --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: #000000;
  --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: initial;
  --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: #000000;
}

.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;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  padding-inline: 4px;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 20px 40px;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.fancybox__caption .diadao-gallery-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fancybox__caption .diadao-gallery-buttons .diadao-sdk-button-phone {
  color: var(--fancybox-phonelink-color);
  font-weight: 600;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  content: none;
  /*
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
  */
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.theme-google-map {
  height: 270px;
}
@media only screen and (min-width: 992px) {
  .theme-google-map {
    height: 100vh;
  }
}
.theme-google-map .diadao-gmap-info-window-link img {
  width: 300px;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}

.containmap {
  position: relative;
  overflow-x: clip;
  margin: 4px 0px 40px;
}
@media only screen and (min-width: 992px) {
  .containmap {
    margin: 160px 0;
  }
}
.containmap__intra {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .containmap__intra {
    height: 100vh;
  }
}
.containmap__map {
  height: 290px;
}
@media only screen and (min-width: 992px) {
  .containmap__map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.1%;
    right: 7.1%;
    height: 100%;
  }
}
.containmap__minimap {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #F6F3ED url(../images/map-france.png) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .containmap__minimap {
    right: 40px;
    bottom: 180px;
    width: 210px;
    height: 210px;
    border: 1px solid #C8A864;
  }
}
.containmap__bottomlink {
  justify-content: center;
  pointer-events: none;
  padding: 4px 16px 0px;
}
.containmap__bottomlink a {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .containmap__bottomlink {
    position: absolute;
    bottom: 40px;
    left: 8%;
    right: 8%;
  }
  html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active:not(.modal-open) .containmap__bottomlink.diasdk-quickedit-parent[data-posttype] {
    position: absolute;
  }
}

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

#smart-locator {
  height: 80vh;
}
#smart-locator #iframe-smart-locator {
  width: 100%;
  height: 100%;
}
#smart-locator.open {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

:root {
  --diadao-qs-loading-svg-size: 40px;
  --diadao-hsc-booking-panel-loading-height: 522px;
  --diadao-hsc-booking-panel-loading-visibility: visible;
  --diadao-hsc-booking-panel-border-radius: 4px;
  --diadao-hsc-sticky-room-desktop-single-loading-height: 480px;
  --diadao-hsc-sticky-room-desktop-single-loading-visibility: visible;
  --diadao-hsc-sticky-room-desktop-loading-height: 120px;
  --diadao-hsc-sticky-room-desktop-loading-visibility: hidden;
  --diadao-qs-loading-svg: url("assets/images/hsc/spinner-qs.svg");
  --diadao-booking-panel-loading-svg: url("assets/images/hsc/spinner-qs.svg");
  --diadao-room-detail-panel-loading-svg: url("assets/images/hsc/spinner-qs.svg");
  --diadao-hsc-calendars-cell-selected-bgcolor: #555F42;
  --diadao-hsc-calendars-cell-range-bgcolor: #3a412d;
  --diadao-hsc-sticky-shadow: none;
  --diadao-hsc-loader-size: 38px;
  --diadao-hsc-loader-left: 50%;
  --diadao-hsc-loader-top: 50%;
  --diadao-hsc-loader-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-loader-booking-left: 50%;
  --diadao-hsc-loader-booking-top: 38px;
  --diadao-hsc-loader-booking-transform: translateX(-50%);
  --diadao-hsc-loader-bestprice-left: 0;
  --diadao-hsc-loader-bestprice-top: 0;
  --diadao-hsc-loader-bestprice-transform: none;
  --diadao-hsc-loader-bestprice-right: 0;
  --diadao-hsc-loader-sticky-room-desktop-single-position: absolute;
  --diadao-hsc-loader-sticky-room-desktop-single-left: 50%;
  --diadao-hsc-loader-sticky-room-desktop-single-top: 50%;
  --diadao-hsc-loader-sticky-room-desktop-single-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-buttons-toggle-radius: 4px;
  --diadao-hsc-buttons-toggle-width: 24px;
  --diadao-hsc-buttons-toggle-height: 24px;
  --diadao-hsc-buttons-toggle-line-height: 24px;
  --diadao-hsc-buttons-toggle-line-height-minus: 22px;
  --diadao-hsc-buttons-toggle-font-size: 20px;
  --diadao-hsc-booking-button-book-max-width: 100%;
  --diadao-hsc-booking-button-book-display: inline-flex;
  --diadao-hsc-booking-button-book-width: 240px;
  --diadao-hsc-booking-button-book-min-width: auto;
  --diadao-hsc-booking-button-book-margin-left: 0;
  --diadao-hsc-booking-button-book-margin-right: 0;
  --diadao-hsc-booking-button-none-width: 100%;
  --diadao-hsc-booking-button-none-display: flex;
  --diadao-hsc-booking-button-none-max-width: 240px;
  --diadao-hsc-booking-button-none-min-width: auto;
  --diadao-hsc-booking-button-none-margin-left: 0;
  --diadao-hsc-booking-button-none-margin-right: 0;
  --diadao-hsc-booking-button-none-padding-left: 14px;
  --diadao-hsc-booking-button-none-padding-right: 14px;
  --diadao-hsc-booking-none-wrapper-display: flex;
  --diadao-hsc-booking-none-wrapper-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-align-items: center;
  --diadao-hsc-booking-none-wrapper-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-display: flex;
  --diadao-hsc-booking-none-wrapper-button-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-button-align-items: center;
  --diadao-hsc-booking-none-wrapper-button-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-button-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-margin-top: 0;
  --diadao-hsc-popup-title-text-transform: initial;
  --diadao-hsc-popup-title-font-weight: 400;
  --diadao-hsc-popup-title-margin-bottom: 40px;
  --diadao-hsc-popup-title-font-size: 30px;
  --diadao-hsc-popup-title-letter-spacing: 0;
  --diadao-hsc-popup-title-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-popup-title-line-height: 1.1;
  --diadao-hsc-popup-bg-color: #ffffff;
  --diadao-hsc-popup-box-shadow: 4px 0 200px 0 rgba(29, 29, 29, .3);
  --diadao-hsc-popup-button-close-min-width: 200px;
  --diadao-hsc-popup-button-close-max-width: 222px;
  --diadao-hsc-popup-button-close-width: auto;
  --diadao-hsc-popup-button-close-height: auto;
  --diadao-hsc-popup-button-close-display: inline-flex;
  --diadao-hsc-popup-button-close-align-items: center;
  --diadao-hsc-popup-button-close-justify-content: center;
  --diadao-hsc-popup-button-close-text-line-height: 1.5;
  --diadao-hsc-popup-button-close-text-display: inline-flex;
  --diadao-hsc-popup-button-close-text-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-popup-button-close-text-font-size: 16px;
  --diadao-hsc-popup-button-close-text-font-weight: 600;
  --diadao-hsc-booking-toggle-value-width: 50px;
  --diadao-hsc-booking-width: 100%;
  --diadao-hsc-booking-max-width: 100%;
  --diadao-hsc-booking-margin-left: auto;
  --diadao-hsc-booking-margin-right: auto;
  --diadao-hsc-booking-label-text-align: left;
  --diadao-hsc-booking-label-margin-bottom: 10px;
  --diadao-hsc-booking-label-font-size: 16px;
  --diadao-hsc-booking-label-letter-spacing: 0;
  --diadao-hsc-booking-label-text-transform: initial;
  --diadao-hsc-booking-label-font-weight: 400;
  --diadao-hsc-booking-label-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-booking-value-font-weight: 400;
  --diadao-hsc-booking-value-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-booking-value-font-size: 20px;
  --diadao-hsc-booking-value-letter-spacing: 0;
  --diadao-hsc-booking-value-text-align: left;
  --diadao-hsc-booking-value-margin-bottom: 0;
  --diadao-hsc-booking-value-text-transform: initial;
  --diadao-hsc-booking-daterange-padding-top: 22px;
  --diadao-hsc-booking-daterange-padding-bottom: 22px;
  --diadao-hsc-booking-daterange-padding-left: 14px;
  --diadao-hsc-booking-daterange-padding-right: 14px;
  --diadao-hsc-booking-daterange-radius: 4px;
  --diadao-hsc-booking-daterange-margin-bottom: 10px;
  --diadao-hsc-booking-daterange-bgcolor: #ffffff;
  --diadao-hsc-booking-daterange-separator-content: "";
  --diadao-hsc-booking-daterange-separator-display: block;
  --diadao-hsc-booking-daterange-separator-width: 1px;
  --diadao-hsc-booking-daterange-separator-position: absolute;
  --diadao-hsc-booking-daterange-separator-height: 100%;
  --diadao-hsc-booking-daterange-separator-background-color: #484F46;
  --diadao-hsc-booking-daterange-separator-top: 0;
  --diadao-hsc-booking-daterange-separator-left: 50%;
  --diadao-hsc-booking-daterange-separator-margin-left: 0;
  --diadao-hsc-booking-daterange-arrival-padding-top: 0;
  --diadao-hsc-booking-daterange-arrival-padding-bottom: 0;
  --diadao-hsc-booking-daterange-arrival-padding-left: 0;
  --diadao-hsc-booking-daterange-arrival-padding-right: 0;
  --diadao-hsc-booking-daterange-arrival-radius: 0;
  --diadao-hsc-booking-daterange-arrival-margin-bottom: 0;
  --diadao-hsc-booking-daterange-arrival-bgcolor: transparent;
  --diadao-hsc-booking-daterange-departure-padding-top: 0;
  --diadao-hsc-booking-daterange-departure-padding-bottom: 0;
  --diadao-hsc-booking-daterange-departure-padding-left: 0;
  --diadao-hsc-booking-daterange-departure-padding-right: 0;
  --diadao-hsc-booking-daterange-departure-radius: 0;
  --diadao-hsc-booking-daterange-departure-margin-bottom: 0;
  --diadao-hsc-booking-daterange-departure-bgcolor: transparent;
  --diadao-hsc-booking-price-value-font-weight: 400;
  --diadao-hsc-booking-price-value-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-booking-price-value-font-size: 24px;
  --diadao-hsc-booking-price-value-letter-spacing: 0;
  --diadao-hsc-booking-bestprice-title-div-display: inline-block;
  --diadao-hsc-booking-bestprice-title-div-width: auto;
  --diadao-hsc-booking-bestprice-title-div-line-height: 1;
  --diadao-hsc-booking-bestprice-title-div-padding-right: 30px;
  --diadao-hsc-booking-bestprice-title-div-padding-top: 4px;
  --diadao-hsc-booking-bestprice-title-div-padding-bottom: 4px;
  --diadao-hsc-booking-bestprice-title-margin: 0;
  --diadao-hsc-booking-bestprice-title-font-size: 20px;
  --diadao-hsc-booking-bestprice-title-letter-spacing: 0;
  --diadao-hsc-booking-bestprice-title-line-height: 1;
  --diadao-hsc-booking-bestprice-title-font-weight: 600;
  --diadao-hsc-booking-bestprice-title-text-transform: initial;
  --diadao-hsc-booking-bestprice-title-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-booking-bestprice-title-color: #484F46;
  --diadao-hsc-booking-bestprice-text-transform: uppercase;
  --diadao-hsc-booking-bestprice-title-margin-bottom: 0;
  --diadao-hsc-booking-bestprice-subtitle-div-display: flex;
  --diadao-hsc-booking-bestprice-subtitle-div-position: absolute;
  --diadao-hsc-booking-bestprice-subtitle-div-width: 24px;
  --diadao-hsc-booking-bestprice-subtitle-div-height: 24px;
  --diadao-hsc-booking-bestprice-subtitle-div-padding: 0;
  --diadao-hsc-booking-bestprice-subtitle-div-padding-right: 0;
  --diadao-hsc-booking-bestprice-subtitle-div-right: 0;
  --diadao-hsc-booking-bestprice-subtitle-div-align-items: center;
  --diadao-hsc-booking-bestprice-subtitle-div-justify-content: center;
  --diadao-hsc-booking-bestprice-subtitle-div-top: 50%;
  --diadao-hsc-booking-bestprice-subtitle-div-margin-top: -10px;
  --diadao-hsc-booking-bestprice-subtitle-text-display: none;
  --diadao-hsc-booking-bestprice-picto-position: relative;
  --diadao-hsc-booking-bestprice-picto-display: inline-block;
  --diadao-hsc-booking-bestprice-picto-width: 16px;
  --diadao-hsc-booking-bestprice-picto-height: 16px;
  --diadao-hsc-booking-bestprice-picto-margin: 0;
  --diadao-hsc-booking-bestprice-picto-margin-top: 0;
  --diadao-hsc-booking-bestprice-picto-margin-left: 0;
  --diadao-hsc-booking-bestprice-picto-left: initial;
  --diadao-hsc-booking-bestprice-picto-top: 0;
  --diadao-hsc-booking-bestprice-picto-right: initial;
  --diadao-hsc-booking-bestprice-picto-filter: none;
  --diadao-hsc-booking-price-display: block;
  --diadao-hsc-booking-price-width: 100%;
  --diadao-hsc-booking-price-margin-top: 5px;
  --diadao-hsc-booking-price-text-align: left;
  --diadao-hsc-booking-price-color: #484F46;
  --diadao-hsc-booking-bestprice-wrapper-wrap: wrap;
  --diadao-hsc-booking-a-link-color: #ffffff;
  --diadao-hsc-booking-ota-bottom-margin-top: 30px;
  --diadao-hsc-booking-ota-container-default-margin-top: 15px;
  --diadao-hsc-booking-ota-row-margin-bottom: 10px;
  --diadao-hsc-booking-ota-row-font-family: initial;
  --diadao-hsc-booking-ota-row-font-size: 14px;
  --diadao-hsc-booking-ota-row-letter-spacing: 0;
  --diadao-hsc-booking-ota-row-line-height: 1;
  --diadao-hsc-booking-ota-row-font-weight: 300;
  --diadao-hsc-booking-ota-row-text-transform: initial;
  --diadao-hsc-booking-ota-row-text-align: left;
  --diadao-hsc-booking-ota-row-name-width: 150px;
  --diadao-hsc-booking-ota-row-name-text-align: left;
  --diadao-hsc-booking-ota-row-name-color: #ffffff;
  --diadao-hsc-booking-ota-row-value-width: calc( 100% - 150px );
  --diadao-hsc-booking-ota-row-value-text-align: left;
  --diadao-hsc-booking-ota-row-value-color: #ffffff;
  --diadao-hsc-booking-noresults-message-display: block;
  --diadao-hsc-booking-noresults-message-max-width: auto;
  --diadao-hsc-booking-noresults-message-width: 100%;
  --diadao-hsc-booking-noresults-message-margin-left: auto;
  --diadao-hsc-booking-noresults-message-margin-right: auto;
  --diadao-hsc-booking-noresults-message-color: #484F46;
  --diadao-hsc-booking-noresults-message-font-family: initial;
  --diadao-hsc-booking-noresults-message-font-size: 14px;
  --diadao-hsc-booking-noresults-message-letter-spacing: 0;
  --diadao-hsc-booking-noresults-message-line-height: 1;
  --diadao-hsc-booking-noresults-message-font-weight: 300;
  --diadao-hsc-booking-noresults-message-text-transform: initial;
  --diadao-hsc-booking-noresults-message-text-align: left;
  --diadao-hsc-booking-noresults-message-picto-filter: none;
  --diadao-hsc-booking-conditions-color: #484F46;
  --diadao-hsc-booking-conditions-font-family: initial;
  --diadao-hsc-booking-conditions-font-size: 14px;
  --diadao-hsc-booking-conditions-letter-spacing: 0;
  --diadao-hsc-booking-conditions-line-height: 1;
  --diadao-hsc-booking-conditions-font-weight: 300;
  --diadao-hsc-booking-conditions-text-transform: initial;
  --diadao-hsc-booking-conditions-text-align: left;
  --diadao-hsc-booking-conditions-picto-filter: none;
  --diadao-hsc-booking-legend-color: #484F46;
  --diadao-hsc-booking-legend-font-family: initial;
  --diadao-hsc-booking-legend-font-size: 14px;
  --diadao-hsc-booking-legend-letter-spacing: 0;
  --diadao-hsc-booking-legend-line-height: 1;
  --diadao-hsc-booking-legend-font-weight: 300;
  --diadao-hsc-booking-legend-text-transform: initial;
  --diadao-hsc-booking-legend-text-align: left;
  --diadao-hsc-booking-legend-title-font-weight: bold;
  --diadao-hsc-booking-legend-title-margin-bottom: 10px;
  --diadao-hsc-booking-legend-link-font-weight: normal;
  --diadao-hsc-booking-legend-link-color: #555F42;
  --diadao-hsc-booking-legend-link-color-hover: #3a412d;
  --diadao-hsc-bestprice-font-size: 24px;
  --diadao-hsc-bestprice-letter-spacing: 0;
  --diadao-hsc-bestprice-line-height: 1;
  --diadao-hsc-bestprice-font-weight: 300;
  --diadao-hsc-bestprice-text-transform: initial;
  --diadao-hsc-bestprice-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-bestprice-color: #ffffff;
  --diadao-hsc-bestprice-currency-padding-left: 4px;
  --diadao-hsc-bestprice-currency-font-size: 24px;
  --diadao-hsc-bestprice-currency-letter-spacing: 0;
  --diadao-hsc-bestprice-currency-line-height: 1;
  --diadao-hsc-bestprice-currency-font-weight: 300;
  --diadao-hsc-bestprice-currency-text-transform: initial;
  --diadao-hsc-bestprice-currency-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-bestprice-currency-color: #ffffff;
  --diadao-hsc-bestprice-currency-vertical-align: top;
  --diadao-hsc-bestprice-none-font-size: 12px;
  --diadao-hsc-bestprice-none-letter-spacing: 0;
  --diadao-hsc-bestprice-none-line-height: 1;
  --diadao-hsc-bestprice-none-font-weight: 300;
  --diadao-hsc-bestprice-none-text-transform: initial;
  --diadao-hsc-bestprice-none-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-bestprice-none-currency-padding-left: 4px;
  --diadao-hsc-bestprice-none-color: #484F46;
  --diadao-hsc-bestprice-none-text-align: left;
  --diadao-hsc-booking-bgcolor: #ffffff;
  --diadao-hsc-booking-color-label: #555F42;
  --diadao-hsc-booking-color-value: #484F46;
  --diadao-hsc-booking-bgcolor-toggle: #555F42;
  --diadao-hsc-bgcolor-toggle: #555F42;
  --diadao-hsc-color-toggle: #ffffff;
  --diadao-hsc-bgcolor-toggle-hover: #3a412d;
  --diadao-hsc-color-toggle-hover: #ffffff;
  --diadao-hsc-room-color-price: #ffffff;
  --diadao-hsc-room-color-none: #ffffff;
  --diadao-hsc-room-color-text: #ffffff;
  --diadao-hsc-booking-people-line-height: 1;
  --diadao-hsc-booking-input-adult-bgcolor: #ffffff;
  --diadao-hsc-booking-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-booking-input-adult-border-top-right-radius: 0;
  --diadao-hsc-booking-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-booking-input-adult-border-bottom-right-radius: 0;
  --diadao-hsc-booking-input-adult-padding-left: 14px;
  --diadao-hsc-booking-input-adult-padding-right: 0;
  --diadao-hsc-booking-input-adult-padding-top: 22px;
  --diadao-hsc-booking-input-adult-padding-bottom: 22px;
  --diadao-hsc-booking-input-adult-margin-bottom: 0;
  --diadao-hsc-booking-input-children-bgcolor: #ffffff;
  --diadao-hsc-booking-input-children-border-top-left-radius: 0;
  --diadao-hsc-booking-input-children-border-top-right-radius: 4px;
  --diadao-hsc-booking-input-children-border-bottom-left-radius: 0;
  --diadao-hsc-booking-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-booking-input-children-padding-left: 0;
  --diadao-hsc-booking-input-children-padding-right: 14px;
  --diadao-hsc-booking-input-children-padding-top: 22px;
  --diadao-hsc-booking-input-children-padding-bottom: 22px;
  --diadao-hsc-booking-input-children-margin-bottom: 0;
  --diadao-hsc-booking-input-infant-bgcolor: #484F46;
  --diadao-hsc-booking-input-infant-border-top-left-radius: 0;
  --diadao-hsc-booking-input-infant-border-top-right-radius: 0;
  --diadao-hsc-booking-input-infant-border-bottom-left-radius: 0;
  --diadao-hsc-booking-input-infant-border-bottom-right-radius: 0;
  --diadao-hsc-booking-input-infant-padding-left: 0;
  --diadao-hsc-booking-input-infant-padding-right: 0;
  --diadao-hsc-booking-input-infant-padding-top: 44px;
  --diadao-hsc-booking-input-infant-padding-bottom: 44px;
  --diadao-hsc-booking-input-infant-margin-bottom: 0;
  --diadao-hsc-desktop-sticky-title-picto-div-width: 82px;
  --diadao-hsc-desktop-sticky-title-picto-div-height: 82px;
  --diadao-hsc-desktop-sticky-title-picto-div-border-radius: 100%;
  --diadao-hsc-desktop-sticky-title-picto-div-bgcolor: #484F46;
  --diadao-hsc-desktop-sticky-title-picto-div-margin-bottom: 0;
  --diadao-hsc-desktop-sticky-title-picto-img-width: 42px;
  --diadao-hsc-desktop-sticky-title-picto-img-height: 42px;
  --diadao-hsc-desktop-sticky-title-picto-justify-content: flex-start;
  --diadao-hsc-desktop-sticky-widget-padding-left: 0;
  --diadao-hsc-desktop-sticky-widget-margin-top: 0;
  --diadao-hsc-desktop-sticky-widget-margin-bottom: 0;
  --diadao-hsc-desktop-sticky-widget-width: calc( 100% - 540px );
  --diadao-hsc-desktop-sticky-widget-display: flex;
  --diadao-hsc-desktop-sticky-infos-display: flex;
  --diadao-hsc-desktop-sticky-infos-width: 540px;
  --diadao-hsc-desktop-sticky-infos-padding-left: 0;
  --diadao-hsc-desktop-sticky-infos-margin-bottom: 0;
  --diadao-hsc-desktop-sticky-infos-font-size: 14px;
  --diadao-hsc-desktop-sticky-infos-line-height: 20px;
  --diadao-hsc-desktop-sticky-infos-font-weight: 300;
  --diadao-hsc-desktop-sticky-infos-color: #484F46;
  --diadao-hsc-desktop-sticky-infos-a-color: #555F42;
  --diadao-hsc-desktop-sticky-infos-a-font-weight: bold;
  --diadao-hsc-desktop-sticky-infos-list-li-padding-left: 20px;
  --diadao-hsc-desktop-sticky-infos-list-li-margin-bottom: 2px;
  --diadao-hsc-desktop-sticky-infos-list-icon: none;
  --diadao-hsc-desktop-sticky-infos-list-icon-size: 16px;
  --diadao-hsc-desktop-sticky-infos-list-icon-margin-top: -8px;
  --diadao-hsc-desktop-sticky-infos-contact-padding-left: 0;
  --diadao-hsc-desktop-sticky-infos-contact-text-align: left;
  --diadao-hsc-desktop-sticky-infos-contact-title-margin-bottom: 5px;
  --diadao-hsc-desktop-sticky-bgcolor: #ffffff;
  --diadao-hsc-desktop-sticky-color-label: #555F42;
  --diadao-hsc-desktop-sticky-single-color-label: #484F46;
  --diadao-hsc-desktop-sticky-color-value: #484F46;
  --diadao-hsc-desktop-sticky-single-color-value: #484F46;
  --diadao-hsc-desktop-sticky-bgcolor-toggle: #555F42;
  --diadao-hsc-desktop-sticky-color-toggle: #ffffff;
  --diadao-hsc-desktop-sticky-bgcolor-toggle-hover: #555F42;
  --diadao-hsc-desktop-sticky-color-toggle-hover: #ffffff;
  --diadao-hsc-desktop-sticky-text-color-title: #ffffff;
  --diadao-hsc-desktop-sticky-text-color-subtitle: #ffffff;
  --diadao-hsc-desktop-sticky-text-padding-left: 0;
  --diadao-hsc-desktop-sticky-toggle-width: 24px;
  --diadao-hsc-desktop-sticky-toggle-height: 24px;
  --diadao-hsc-desktop-sticky-toggle-line-height: 24px;
  --diadao-hsc-desktop-sticky-toggle-line-height-minus: 22px;
  --diadao-hsc-desktop-sticky-toggle-value-width: 50px;
  --diadao-hsc-desktop-sticky-text-title-text-align: left;
  --diadao-hsc-desktop-sticky-text-title-font-size: 30px;
  --diadao-hsc-desktop-sticky-text-title-line-height: 40px;
  --diadao-hsc-desktop-sticky-text-title-letter-spacing: 0;
  --diadao-hsc-desktop-sticky-text-title-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-title-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-title-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-desktop-sticky-text-title-margin-top: 14px;
  --diadao-hsc-desktop-sticky-text-title-margin-bottom: 14px;
  --diadao-hsc-desktop-sticky-text-title-padding-left: 50px;
  --diadao-hsc-desktop-sticky-text-title-max-width: 560px;
  --diadao-hsc-desktop-sticky-text-subtitle-display: none;
  --diadao-hsc-desktop-sticky-text-subtitle-text-align: center;
  --diadao-hsc-desktop-sticky-text-subtitle-font-size: 16px;
  --diadao-hsc-desktop-sticky-text-subtitle-line-height: 1;
  --diadao-hsc-desktop-sticky-text-subtitle-letter-spacing: 0;
  --diadao-hsc-desktop-sticky-text-subtitle-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-subtitle-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-subtitle-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-desktop-sticky-text-subtitle-margin-bottom: 0;
  --diadao-hsc-sticky-room-bgcolor: #484F46;
  --diadao-hsc-sticky-room-color-label: #555F42;
  --diadao-hsc-sticky-room-single-color-label: #555F42;
  --diadao-hsc-sticky-room-color-value: #ffffff;
  --diadao-hsc-sticky-room-single-color-value: #484F46;
  --diadao-hsc-sticky-room-bgcolor-toggle: #555F42;
  --diadao-hsc-sticky-room-color-toggle: #ffffff;
  --diadao-hsc-sticky-room-bgcolor-toggle-hover: #555F42;
  --diadao-hsc-sticky-room-color-toggle-hover: #ffffff;
  --diadao-hsc-sticky-room-single-bgcolor-toggle: #555F42;
  --diadao-hsc-sticky-room-single-color-toggle: #ffffff;
  --diadao-hsc-sticky-room-single-bgcolor-toggle-hover: #555F42;
  --diadao-hsc-sticky-room-single-color-toggle-hover: #ffffff;
  --diadao-hsc-sticky-room-people-line-height: 1;
  --diadao-hsc-sticky-room-remaining-bgcolor: #555F42;
  --diadao-hsc-sticky-room-remaining-color: #ffffff;
  --diadao-hsc-sticky-room-remaining-line-height: 0.7;
  --diadao-hsc-sticky-room-remaining-padding-top: 4px;
  --diadao-hsc-sticky-room-remaining-padding-bottom: 4px;
  --diadao-hsc-sticky-room-desktop-left-width: 580px;
  --diadao-hsc-sticky-room-desktop-right-width: calc(100% - 580px);
  --diadao-hsc-sticky-room-desktop-label-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-label-height: 24px;
  --diadao-hsc-sticky-room-desktop-label-font-size: 12px;
  --diadao-hsc-sticky-room-desktop-label-letter-spacing: 0;
  --diadao-hsc-sticky-room-desktop-label-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-label-font-weight: bold;
  --diadao-hsc-sticky-room-desktop-label-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-sticky-room-desktop-label-date-text-align: left;
  --diadao-hsc-sticky-room-desktop-label-people-text-align: left;
  --diadao-hsc-sticky-room-desktop-value-text-align: left;
  --diadao-hsc-sticky-room-desktop-value-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-value-font-size: 20px;
  --diadao-hsc-sticky-room-desktop-value-letter-spacing: 0;
  --diadao-hsc-sticky-room-desktop-value-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-value-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-value-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-sticky-room-desktop-input-date-width: calc( 50% - var(--diadao-hsc-sticky-room-desktop-input-adult-margin-left) );
  --diadao-hsc-sticky-room-desktop-input-date-align-items: flex-start;
  --diadao-hsc-sticky-room-desktop-input-date-justify-content: initial;
  --diadao-hsc-sticky-room-desktop-input-date-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-date-text-align: initial;
  --diadao-hsc-sticky-room-desktop-input-date-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-input-date-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-left: 20px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-right: 20px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-date-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-date-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-date-margin-right: 0;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-date-departure-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-width: calc( 25% - (var(--diadao-hsc-sticky-room-desktop-input-adult-margin-left) / 2) );
  --diadao-hsc-sticky-room-desktop-input-adult-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-adult-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-adult-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-adult-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-adult-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-right-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-right-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-left: 20px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-right: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-left: 16px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-input-children-width: calc( 25% - 20px );
  --diadao-hsc-sticky-room-desktop-input-children-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-children-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-children-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-children-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-children-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-left-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-left-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-left: 0;
  --diadao-hsc-sticky-room-desktop-input-children-padding-right: 20px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-children-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-children-margin-left: 0;
  --diadao-hsc-sticky-room-desktop-input-children-margin-right: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-width: calc( 25% - 20px );
  --diadao-hsc-sticky-room-desktop-input-infant-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-infant-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-infant-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-infant-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-infant-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-left-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-left-radius: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-left: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-right: 20px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-single-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-border-radius: 4px;
  --diadao-hsc-sticky-room-desktop-single-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-single-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-padding-left: 30px;
  --diadao-hsc-sticky-room-desktop-single-padding-right: 30px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-top: 16px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-single-input-adult-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-single-input-adult-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-left: 0;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-right: 0;
  --diadao-hsc-sticky-room-desktop-single-input-children-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-single-input-children-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-left: 0;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-right: 0;
  --diadao-hsc-sticky-room-desktop-single-input-infant-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-single-input-infant-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-left: 0;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-right: 0;
  --diadao-hsc-sticky-room-desktop-single-input-date-align-items: var(--diadao-hsc-sticky-room-desktop-input-date-align-items);
  --diadao-hsc-sticky-room-desktop-single-input-date-justify-content: var(--diadao-hsc-sticky-room-desktop-input-date-justify-content);
  --diadao-hsc-sticky-room-desktop-single-input-date-flex-wrap: var(--diadao-hsc-sticky-room-desktop-input-date-flex-wrap);
  --diadao-hsc-sticky-room-desktop-single-input-date-text-align: var(--diadao-hsc-sticky-room-desktop-input-date-text-align);
  --diadao-hsc-sticky-room-desktop-single-label-date-text-align: var(--diadao-hsc-sticky-room-desktop-label-date-text-align);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-width: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-width);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-top: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-margin-top);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-bottom: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-margin-bottom);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-width: var(--diadao-hsc-sticky-room-desktop-input-date-departure-width);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-top: var(--diadao-hsc-sticky-room-desktop-input-date-departure-margin-top);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-bottom: var(--diadao-hsc-sticky-room-desktop-input-date-departure-margin-bottom);
  --diadao-hsc-sticky-room-desktop-single-input-date-margin-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-left: 14px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-right: 14px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-date-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-date-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-left: 14px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-right: 0;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-left: 0;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-right: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-top: 0;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-left: 0;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-right: 0;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-left: 0;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-left: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-family: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-size: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-line-height: 1;
  --diadao-hsc-sticky-room-desktop-single-remaining-letter-spacing: 0;
  --diadao-hsc-sticky-room-desktop-single-remaining-color: #000;
  --diadao-hsc-sticky-room-desktop-single-remaining-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-top: 0;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-single-remaining-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-left: initial;
  --diadao-hsc-sticky-room-desktop-single-official-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-single-official-title-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-title-text-align: left;
  --diadao-hsc-sticky-room-desktop-single-official-title-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-official-price-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-price-text-align: right;
  --diadao-hsc-sticky-room-desktop-single-official-price-width: 50%;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-top: 0;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-bottom: 40px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-top: 20px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-noresults-message-display: inline;
  --diadao-hsc-sticky-room-desktop-noresults-message-max-width: none;
  --diadao-hsc-sticky-room-desktop-noresults-message-width: 100%;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-left: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-right: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-color: #484F46;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-family: initial;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-size: 14px;
  --diadao-hsc-sticky-room-desktop-noresults-message-letter-spacing: 0;
  --diadao-hsc-sticky-room-desktop-noresults-message-line-height: 1;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-align: center;
  --diadao-hsc-sticky-room-desktop-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-desktop-single-infos-margin-top: 25px;
  --diadao-hsc-sticky-room-desktop-single-infos-title-margin-bottom: 10px;
  --diadao-hsc-sticky-room-desktop-single-infos-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-infos-font-family: initial;
  --diadao-hsc-sticky-room-desktop-single-infos-font-size: 12px;
  --diadao-hsc-sticky-room-desktop-single-infos-line-height: 1;
  --diadao-hsc-sticky-room-desktop-single-infos-letter-spacing: 0;
  --diadao-hsc-sticky-room-desktop-single-infos-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-infos-color: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a-hover: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-cancel-margin-top: 25px;
  --diadao-hsc-mobile-sticky-bgcolor: #484F46;
  --diadao-hsc-mobile-sticky-color-label: #555F42;
  --diadao-hsc-mobile-sticky-color-value: #484F46;
  --diadao-hsc-mobile-sticky-bgcolor-toggle: #555F42;
  --diadao-hsc-mobile-sticky-color-toggle: #ffffff;
  --diadao-hsc-mobile-sticky-bgcolor-toggle-hover: #3a412d;
  --diadao-hsc-mobile-sticky-color-toggle-hover: #484F46;
  --diadao-hsc-mobile-sticky-sticked-closed-bgcolor: transparent;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-top: 16px;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-bottom: 0;
  --diadao-hsc-sticky-room-mobile-qs-padding-top: 0;
  --diadao-hsc-sticky-room-mobile-qs-padding-bottom: 0;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-top: 0;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-bottom: 0;
  --diadao-hsc-sticky-room-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-padding-top: 40px;
  --diadao-hsc-sticky-room-mobile-padding-bottom: 0;
  --diadao-hsc-sticky-room-detail-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-top: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-bgcolor: #ffffff;
  --diadao-hsc-sticky-room-mobile-color-label: #555F42;
  --diadao-hsc-sticky-room-mobile-color-value: #484F46;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle: #555F42;
  --diadao-hsc-sticky-room-mobile-color-toggle: #ffffff;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle-hover: #3a412d;
  --diadao-hsc-sticky-room-mobile-color-toggle-hover: #484F46;
  --diadao-hsc-sticky-room-mobile-label-text-align: left;
  --diadao-hsc-sticky-room-mobile-label-margin-bottom: 5px;
  --diadao-hsc-sticky-room-mobile-label-height: 24px;
  --diadao-hsc-sticky-room-mobile-label-font-size: 12px;
  --diadao-hsc-sticky-room-mobile-label-letter-spacing: 0;
  --diadao-hsc-sticky-room-mobile-label-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-label-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-label-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-sticky-room-mobile-value-text-align: center;
  --diadao-hsc-sticky-room-mobile-value-margin-bottom: 0;
  --diadao-hsc-sticky-room-mobile-value-font-size: 20px;
  --diadao-hsc-sticky-room-mobile-value-letter-spacing: 0;
  --diadao-hsc-sticky-room-mobile-value-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-value-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-value-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-sticky-room-mobile-input-date-bgcolor: #f3f0eb;
  --diadao-hsc-sticky-room-mobile-input-date-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-left: 14px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-right: 14px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-date-margin-top: 0;
  --diadao-hsc-sticky-room-mobile-input-date-margin-bottom: 8px;
  --diadao-hsc-sticky-room-mobile-input-adult-bgcolor: #f3f0eb;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-right-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-right-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-left: 14px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-right: 0;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-adult-margin-bottom: 8px;
  --diadao-hsc-sticky-room-mobile-input-children-bgcolor: #f3f0eb;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-left-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-left-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-left: 0;
  --diadao-hsc-sticky-room-mobile-input-children-padding-right: 14px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-children-margin-bottom: 8px;
  --diadao-hsc-sticky-room-mobile-input-infant-bgcolor: #f3f0eb;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-left-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-right-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-left-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-right-radius: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-left: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-right: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-top: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-bottom: 0;
  --diadao-hsc-sticky-room-mobile-input-infant-margin-bottom: 0;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-padding-left: 0;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-width: calc( 100% - 160px );
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-padding-right: 0;
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-width: 160px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-color: #484F46;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-size: 24px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-letter-spacing: 0;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-text-transform: uppercase;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-weight: 300;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-left: 0;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-right: 0;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-message-width: calc( 100% - 120px );
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-button-width: 120px;
  --diadao-hsc-sticky-room-mobile-noresults-message-display: inline-block;
  --diadao-hsc-sticky-room-mobile-noresults-message-color: #484F46;
  --diadao-hsc-sticky-room-mobile-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-mobile-noresults-message-max-width: 150px;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-align: left;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-size: 14px;
  --diadao-hsc-sticky-room-mobile-noresults-message-line-height: 16px;
  --diadao-hsc-sticky-room-mobile-noresults-message-letter-spacing: 0;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-weight: 300;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-family: Anek Latin, Arial, sans-serif;
  --diadao-hsc-popup-none-color-title: #ffffff;
  --diadao-hsc-popup-none-color-text: #ffffff;
  --diadao-hsc-popup-none-bgcolor: #ffffff;
  --diadao-hsc-popup-none-color-scrollbar: #ffffff;
  --diadao-hsc-popup-bestprice-color-title: #ffffff;
  --diadao-hsc-popup-bestprice-color-text: #ffffff;
  --diadao-hsc-popup-bestprice-bgcolor: #ffffff;
  --diadao-hsc-popup-bestprice-scrollbar: #ffffff;
}

html ul.hsc-conditions-list li i,
html ul.hsc-sticky-rooms-conditions li i {
  display: none !important;
}
html ul.hsc-conditions-list li:before,
html ul.hsc-sticky-rooms-conditions li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("../images/hsc/icon-check.svg");
  mask-image: url("../images/hsc/icon-check.svg");
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #555F42;
  background-image: none;
  margin-top: 0 !important;
}
html body .qs-calendars:not(.qs-calendars-opened) {
  display: none !important;
}
html #diadao-qs-snippet-booking .qs-snippet-booking-inner .qs-snippet-booking-content .diadao-popup-title.hsc-popup-title,
html #diadao-qs-availabilities-snippet-booking .qs-snippet-booking-inner .qs-snippet-booking-content .diadao-popup-title.hsc-popup-title {
  color: #484F46 !important;
}

html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .i-best-rate,
html body.diadao-sdkcustomboilerplate .qs-react .i-best-rate {
  pointer-events: none;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .i-best-rate svg path,
html body.diadao-sdkcustomboilerplate .qs-react .i-best-rate svg path {
  fill: #555F42;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__rate--no-availabilities,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__rate--no-availabilities {
    padding-left: 0 !important;
  }
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__booking-informations .hsc-conditions-list,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__booking-informations .hsc-conditions-list {
    padding-left: var(--diadao-hsc-booking-input-adult-padding-left) !important;
  }
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__booking-informations .wrapper-conditions .hsc-conditions-list,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__booking-informations .wrapper-conditions .hsc-conditions-list {
    width: 100% !important;
  }
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__booking-informations .hsc-conditions-list,
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__booking-informations .wrapper-legend,
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react .diadao-qs__booking-informations .wrapper-conditions,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__booking-informations .hsc-conditions-list,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__booking-informations .wrapper-legend,
  html body.diadao-sdkcustomboilerplate .qs-react .diadao-qs__booking-informations .wrapper-conditions {
    width: 50% !important;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  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;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
  background: #555F42;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close {
    gap: 4px;
    min-height: 48px;
    border-radius: 24px;
    padding: 5px 33px;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible {
  outline: none;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky span,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book span,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel span,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close span,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky span,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book span,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel span,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close span {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky span,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book span,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel span,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close span,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close span,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky span,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book span,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel span,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close span,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close span {
    font-size: 12px;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky span strong,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book span strong,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel span strong,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close span strong,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close span strong,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky span strong,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book span strong,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel span strong,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close span strong,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close span strong {
  color: currentColor;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close .icon {
  flex-shrink: 0;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--close,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--close,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--close,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--close,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--close,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--close,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--close,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--close,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--close,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close .icon--close {
  display: block;
  width: 17px;
  height: 17px;
  -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-close.svg");
  mask-image: url("../images/svg/icons/icon-close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--close,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--close,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--close,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--close,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--close,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--close,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--close,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--close,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--close,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close .icon--close {
    width: 24px;
    height: 24px;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--chevron-down,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--chevron-down,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--chevron-down,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--chevron-down,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--chevron-down,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--chevron-down,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--chevron-down,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--chevron-down,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--chevron-down,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--chevron-left,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--chevron-left,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--chevron-left,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--chevron-left,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--chevron-left,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--chevron-left,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--chevron-left,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--chevron-left,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--chevron-left,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--menu-burger,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--menu-burger,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--menu-burger,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--menu-burger,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--menu-burger,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--menu-burger,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--menu-burger,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--menu-burger,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--menu-burger,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky .icon--pen,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book .icon--pen,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel .icon--pen,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close .icon--pen,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close .icon--pen,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky .icon--pen,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book .icon--pen,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel .icon--pen,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close .icon--pen,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky::before,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book::before,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel::before,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close::before,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close::before,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky::before,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book::before,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel::before,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close::before,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky::after,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book::after,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel::after,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close::after,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close::after,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky::after,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book::after,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel::after,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close::after,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky span,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book span,
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel span,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close span,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky span,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book span,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel span,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close span {
  position: relative;
  padding: 0px 0px 0px 20px;
  transition: padding 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky::before,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book::before,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel::before,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close::before,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close::before,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky::before,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book::before,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel::before,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close::before,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close::before {
    left: 26px;
  }
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky::after,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book::after,
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel::after,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close::after,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close::after,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky::after,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book::after,
  html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel::after,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close::after,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close::after {
    right: -30px;
  }
}
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible {
  color: #ffffff;
}
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover::before, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover::before,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover::after, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover::after,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover span, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover span,
html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible span {
  padding: 0px 20px 0px 0px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover::before, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover::before,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible::before {
    left: -30px;
  }
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:hover::after, html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-sticky:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-sticky:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-panel-book:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close:focus-visible::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:hover::after,
  html:not(.touchevents) html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close:focus-visible::after {
    right: 26px;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close,
html body.diadao-sdkcustomboilerplate .hsc-button-panel-book,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close {
  min-width: var(--diadao-hsc-booking-button-book-width) !important;
  height: 48px !important;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-panel-book,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-close,
  html body.diadao-sdkcustomboilerplate .hsc-button-panel-book,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-close {
    height: 48px !important;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .hsc-button-not-available-panel,
html body.diadao-sdkcustomboilerplate .hsc-button-not-available-panel {
  text-align: center;
}
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-booking,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-booking,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-booking,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-booking {
  transform: translateX(-100%);
  overflow: clip;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-booking,
  html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-booking,
  html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-booking,
  html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-booking {
    max-width: 100%;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-booking.opened,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-booking.opened,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-booking.opened,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-booking.opened {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-booking .hsc-popup-list i svg path,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-booking .hsc-popup-list i svg path,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-booking .hsc-popup-list i svg path,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-booking .hsc-popup-list i svg path {
  fill: #555F42;
}
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close,
html body.diadao-sdkcustomboilerplatemisterbooking #diadao-qs-snippet-booking #diadao-qs-snippet-close,
html body.diadao-sdkcustomboilerplate #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close,
html body.diadao-sdkcustomboilerplate #diadao-qs-snippet-booking #diadao-qs-snippet-close {
  top: inherit;
  right: inherit;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate,
  html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate {
    padding-left: var(--diadao-hsc-booking-input-adult-padding-left) !important;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet {
  cursor: pointer;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet .hsc-best-price-title,
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet .best-rate--official,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet .hsc-best-price-title,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-best-rate-snippet .best-rate--official {
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate--no-availabilities,
  html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate--no-availabilities {
    padding-left: 0 !important;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book > span,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book > span {
  text-align: left;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs .diadao-qs__rate,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs .diadao-qs__rate {
  min-height: var(--diadao-hsc-loader-size);
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs .diadao-qs__rate .wrapper,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs .diadao-qs__rate .wrapper {
  display: flex;
  align-items: flex-end;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs.loading .rate-loading,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs.loading .rate-loading {
  margin-left: 0;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate {
  min-height: auto;
}
html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message,
html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message {
  font-size: 18px;
  color: var(--diadao-hsc-bestprice-color);
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdkcustomboilerplatemisterbooking .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message,
  html body.diadao-sdkcustomboilerplate .qs-react[data-diadao-widget^=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message {
    font-size: 24px;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking .module-hsc-room-detail,
html body.diadao-sdkcustomboilerplate .module-hsc-room-detail {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 9999px;
  overflow: hidden;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available,
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div {
  width: 50%;
  display: inline-block;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div {
  text-align: left;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div > span.diadao-best-rate-official-label-text,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div > span.diadao-best-rate-official-label-text {
  font-size: 26px;
  line-height: var(--diadao-hsc-booking-bestprice-title-line-height);
  font-weight: var(--diadao-hsc-booking-bestprice-title-font-weight);
  text-transform: var(--diadao-hsc-booking-bestprice-title-text-transform);
  font-family: var(--diadao-hsc-booking-bestprice-title-font-family);
  letter-spacing: var(--diadao-hsc-booking-bestprice-title-letter-spacing);
  color: #555F42;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available {
  text-align: right;
  color: #555F42;
  font-weight: var(--diadao-hsc-booking-price-value-font-weight);
  font-family: var(--diadao-hsc-booking-price-value-font-family);
  font-size: 26px;
  letter-spacing: var(--diadao-hsc-booking-price-value-letter-spacing);
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book {
  transition: background 0.3s ease-in-out;
  background-color: #555F42;
  width: 100%;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff !important;
  height: 48px;
  font-weight: 600;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book:hover,
html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book:hover {
  background-color: #3a412d;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop #diadao-hdp-bar .inner-hdp .hdp-columns,
html body.diadao-sdkcustomboilerplate.device-desktop #diadao-hdp-bar .inner-hdp .hdp-columns {
  align-items: center;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text,
html body.diadao-sdkcustomboilerplate.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text {
  display: none !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text .inner.has-picto,
html body.diadao-sdkcustomboilerplate.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text .inner.has-picto {
  margin-bottom: 40px !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-widget,
html body.diadao-sdkcustomboilerplate.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-widget {
  max-width: 880px !important;
}
@media only screen and (min-width: 1440px) {
  html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range,
  html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range {
    max-width: 440px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom,
  html body.diadao-sdkcustomboilerplate.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
    max-width: 220px !important;
  }
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room[data-mode=sticky].opened.is-fullmode,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room[data-mode=sticky].opened.is-fullmode {
  background-color: transparent !important;
  height: 100vh !important;
  display: flex !important;
  align-items: flex-end !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp {
  background-color: transparent;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp .diadao-hdp-mobile-container.opened,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp .diadao-hdp-mobile-container.opened {
  padding-top: 40px !important;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .diadao-hdp-mobile-container,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .diadao-hdp-mobile-container,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .diadao-hdp-mobile-container,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .diadao-hdp-mobile-container {
  background-color: #ffffff;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp {
  align-items: center;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile {
  color: #555F42;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile span,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile span,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile span,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile span {
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile i,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile i,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile i,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile i {
  display: none !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp {
  background-color: #ffffff;
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp {
  padding-top: 16px;
  padding-bottom: 16px;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp, html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdkcustomboilerplate.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp {
  padding-top: 0px;
  padding-bottom: 0px;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings,
html body.diadao-sdkcustomboilerplate.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings {
  bottom: 0px !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value,
html body.diadao-sdkcustomboilerplate.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value {
  font-size: 12px !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .best-rate-label,
html body.diadao-sdkcustomboilerplate.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .best-rate-label {
  color: #484F46;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit {
  padding: 8px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 5;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit::before,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit::before,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit::before,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit::before {
  content: "";
  background-color: #555F42;
  display: block;
  width: 16px;
  height: 16px;
  -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-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close,
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close,
html body.diadao-sdkcustomboilerplate.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close,
html body.diadao-sdkcustomboilerplate.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0px !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.diadao-room-detail-page .diadao-sdk-sticky-v2.sticky-v2-sticked,
html body.diadao-sdkcustomboilerplate.diadao-room-detail-page .diadao-sdk-sticky-v2.sticky-v2-sticked {
  top: 40px;
}
html body.diadao-sdkcustomboilerplatemisterbooking.device-responsive.qs-init-no-dates.qs-init-no-dates-responsive .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom, html body.diadao-sdkcustomboilerplatemisterbooking.device-desktop.qs-init-no-dates.qs-init-no-dates-desktop .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom,
html body.diadao-sdkcustomboilerplate.device-responsive.qs-init-no-dates.qs-init-no-dates-responsive .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom,
html body.diadao-sdkcustomboilerplate.device-desktop.qs-init-no-dates.qs-init-no-dates-desktop .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
  opacity: 0.3 !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child,
html body.diadao-sdkcustomboilerplatemisterbooking.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child,
html body.diadao-sdkcustomboilerplate.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child,
html body.diadao-sdkcustomboilerplate.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child {
  width: 100% !important;
  text-align: left !important;
}
html body.diadao-sdkcustomboilerplatemisterbooking.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range,
html body.diadao-sdkcustomboilerplatemisterbooking.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs,
html body.diadao-sdkcustomboilerplate.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range,
html body.diadao-sdkcustomboilerplate.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs {
  align-items: initial !important;
}

html .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
html .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span {
  height: 100% !important;
}
html .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span a {
  height: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
html .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span {
  pointer-events: auto !important;
  height: 100% !important;
}

:root {
  --diadao-hsc-desktop-sticky-widget-width: auto;
  --diadao-hsc-desktop-sticky-infos-width: auto;
}

#hsc-sticky-rooms {
  transition: bottom 0.25s ease-in-out;
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #hsc-sticky-rooms {
    background: #f3f0eb;
    height: 120px;
    top: 0;
    bottom: auto;
  }
}
#hsc-sticky-rooms .hdp-column-widget,
#hsc-sticky-rooms .hdp-column-infos {
  width: auto;
}
#hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns {
  justify-content: center;
  gap: 40px;
}
#hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-text {
  display: none !important;
}
@media only screen and (max-width: 1279px) {
  #hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-widget {
    width: 100%;
  }
}
#hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-widget .diadao-qs {
  justify-content: flex-start;
}
#hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-infos {
  gap: 40px;
}
@media only screen and (max-width: 1439px) {
  #hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-infos {
    display: none;
  }
}
#hsc-sticky-rooms #diadao-hdp-bar .inner-hdp .hdp-columns .hdp-column-infos .hsc-sticky-rooms-conditions {
  min-width: 210px;
}
#hsc-sticky-rooms #diadao-hdp-bar-mobile .label-open {
  display: none !important;
}

.room-item-hsc {
  width: 100%;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result {
  position: relative;
  z-index: 1;
  padding: 16px;
  background: #fff3f2;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result {
    padding: 16px 32px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value {
  color: #484F46;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .best-rate .hsc-price-value:not(.value) {
  color: #484F46;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button.active {
  opacity: 0.5;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button span {
  pointer-events: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button .icon {
  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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate .qs-sticky-button .icon {
    width: 24px;
    height: 24px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__rate--no-availabilities {
  display: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__remainings {
  display: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__remainings .hsc-remainings span {
  padding-inline: 2px;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  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;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
  background: #555F42;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book {
    gap: 4px;
    min-height: 48px;
    border-radius: 24px;
    padding: 5px 33px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible {
  outline: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span {
    font-size: 12px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span strong {
  color: currentColor;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .icon {
  flex-shrink: 0;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .icon--close {
  display: block;
  width: 17px;
  height: 17px;
  -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-close.svg");
  mask-image: url("../images/svg/icons/icon-close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .icon--close {
    width: 24px;
    height: 24px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book .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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book span {
  position: relative;
  padding: 0px 0px 0px 20px;
  transition: padding 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book::before {
    left: 26px;
  }
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book::after {
    right: -30px;
  }
}
html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible {
  color: #ffffff;
}
html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover::before, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover::after, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover span, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible span {
  padding: 0px 20px 0px 0px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover::before, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible::before {
    left: -30px;
  }
  html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:hover::after, html:not(.touchevents) .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs__book:focus-visible::after {
    right: 26px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__rate--book-price,
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__book--available {
  display: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__rate--no-availabilities {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__result .qs-room-price .diadao-qs.not-available .diadao-qs__rate--no-availabilities .hsc-no-availabilities-sticky {
  color: #484F46;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form {
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: #fff3f2;
  transition: transform 0.25s ease-in-out;
  z-index: -1;
  transform: translateY(100%);
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form.opened {
  transform: translateY(0);
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close {
    justify-content: flex-end;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  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;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px;
  padding-inline: 0;
  width: 48px;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button {
    gap: 4px;
    min-height: 48px;
    border-radius: 24px;
    padding: 5px 33px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button:focus-visible {
  outline: none;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button span {
  display: block;
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button span {
    font-size: 12px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button span strong {
  color: currentColor;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button .icon {
  flex-shrink: 0;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button .icon--close {
  display: block;
  width: 17px;
  height: 17px;
  -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-close.svg");
  mask-image: url("../images/svg/icons/icon-close.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button .icon--close {
    width: 24px;
    height: 24px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-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/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button {
    width: 48px;
  }
}
.room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button .icon {
  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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .room-item-hsc .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .qs-sticky__form .qs-sticky__close-button .icon {
    width: 24px;
    height: 24px;
  }
}

.homebanner {
  position: relative;
}
.homebanner__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .homebanner__sticky {
    height: 100vh;
  }
}
.homebanner__slide {
  position: absolute;
  inset: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  will-change: clip-path;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 227px;
}
@media only screen and (min-width: 992px) {
  .homebanner__slide {
    padding-bottom: 260px;
  }
}
@media only screen and (min-width: 1440px) {
  .homebanner__slide {
    padding-bottom: 340px;
  }
}
.homebanner__slide.is-active {
  z-index: 1;
}
.homebanner__slide.is-active .homebanner__slide__title {
  transform: translateY(0px);
}
.homebanner__slide__lottie {
  width: 200px;
  height: 200px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .homebanner__slide__lottie {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .homebanner__slide__lottie {
    width: 320px;
    height: 320px;
  }
}
.homebanner__slide__lottie lottie-player {
  width: 100%;
  height: 100%;
}
.homebanner__slide__media {
  position: absolute;
  inset: 0;
  background: #3a412d;
}
.homebanner__slide__media .video-wrapper,
.homebanner__slide__media video,
.homebanner__slide__media hls-video,
.homebanner__slide__media picture,
.homebanner__slide__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homebanner__slide__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.homebanner__slide__title {
  z-index: 2;
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1.4px;
  transform: translateY(100px);
  transition: transform 0.8s ease-out;
  padding-inline: 48px;
  text-align: center;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .homebanner__slide__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .homebanner__slide__title {
    font-size: 101px;
    font-style: normal;
    font-weight: 200;
    line-height: 0.7;
    letter-spacing: -3px;
  }
}
.homebanner__h1 {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  padding-inline: 16px;
  bottom: 27px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .homebanner__h1 {
    padding-inline: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .homebanner__h1 {
    font-size: 20px;
  }
}
html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active:not(.modal-open) .homebanner__h1.diasdk-quickedit-parent[data-posttype] {
  position: absolute;
}
.homebanner__clock {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 340px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Anek Latin", Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.homebanner__clock.is-visible {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .homebanner__clock {
    bottom: 320px;
  }
}
@media only screen and (min-width: 1440px) {
  .homebanner__clock {
    bottom: 420px;
    font-size: 40px;
  }
}
.homebanner__clock__digit {
  position: relative;
  width: 18px;
  height: 48px;
  overflow: hidden;
}
.homebanner__clock__digit__wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 1.6s ease-in-out;
}
.homebanner__clock__digit__value {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
  flex-shrink: 0;
}
.homebanner__clock__separator {
  padding-inline: 4px;
  padding-bottom: 5px;
}
.homebanner__pagination {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
@media only screen and (min-width: 992px) {
  .homebanner__pagination {
    right: 32px;
  }
}
.homebanner__bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  --progress-height: 0%;
}
@media only screen and (min-width: 992px) {
  .homebanner__bullet {
    height: 32px;
    width: 32px;
  }
}
.homebanner__bullet::before {
  content: "";
  border-radius: 8px;
  border: 2px solid #ffffff;
  width: 8px;
  height: 8px;
}
.homebanner__bullet.is-active {
  height: 80px;
}
.homebanner__bullet.is-active::before {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  height: 100%;
}
.homebanner__bullet.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  height: var(--progress-height, 0%);
  background: rgba(255, 255, 255, 0.8);
  transition: none;
  border-radius: 8px;
  width: 8px;
  min-height: 8px;
}
html:not(.touchevents) .homebanner__bullet:not(.is-active):hover, html:not(.touchevents) .homebanner__bullet:not(.is-active):focus-visible {
  transform: scale(1.6);
}

.homeintro {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  align-items: flex-start;
  padding-block: 80px;
}
@media only screen and (min-width: 992px) {
  .homeintro {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .homeintro {
    padding: 240px 0;
    row-gap: 46px;
  }
}
.homeintro.nobottom {
  padding-bottom: 0px;
}
.homeintro__titlebutton {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeintro__titlebutton {
    gap: 48px;
    grid-column-start: 3;
    grid-column-end: span 6;
    order: 0;
  }
}
.homeintro__text {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeintro__text {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.2;
    grid-column-start: 9;
    grid-column-end: span 4;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-end;
    min-height: 263px;
  }
}
.homeintro__media.revealOnScroll {
  clip-path: circle(0% at 50% 25%);
  transition: clip-path 1.5s ease-out;
}
.homeintro__media.revealOnScroll.reveal {
  clip-path: circle(170% at 50% 50%);
}
.homeintro__media1 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  grid-column-start: 4;
  grid-column-end: span 4;
}
.homeintro__media1 img,
.homeintro__media1 video,
.homeintro__media1 iframe {
  aspect-ratio: 1.3027027027;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .homeintro__media1 {
    grid-column-start: 1;
    grid-column-end: span 6;
    border-radius: 32px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    order: 1;
    grid-row: span 2;
    margin-top: 200px;
  }
  .homeintro__media1 img,
  .homeintro__media1 video,
  .homeintro__media1 iframe {
    aspect-ratio: 0.767200754;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
  .homeintro__media1.nomedia2 {
    grid-row: span 1;
  }
  .homeintro__media1--nointro {
    margin-top: 0px;
  }
}
.homeintro__media2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: span 3;
  margin-top: -24px;
}
.homeintro__media2 img,
.homeintro__media2 video,
.homeintro__media2 iframe {
  aspect-ratio: 0.7255813953;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .homeintro__media2 {
    grid-column-start: 9;
    grid-column-end: span 5;
    border-radius: 32px;
    order: 3;
    margin-top: 134px;
  }
  .homeintro__media2 img,
  .homeintro__media2 video,
  .homeintro__media2 iframe {
    aspect-ratio: 0.7828106852;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.homeintro__media3 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  grid-column-start: 5;
  grid-column-end: span 3;
  margin-top: -24px;
}
.homeintro__media3 img,
.homeintro__media3 video,
.homeintro__media3 iframe {
  aspect-ratio: 0.9689440994;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .homeintro__media3 {
    grid-column-start: 2;
    grid-column-end: span 8;
    border-radius: 32px;
    margin-top: 32px;
    order: 4;
  }
  .homeintro__media3 img,
  .homeintro__media3 video,
  .homeintro__media3 iframe {
    aspect-ratio: 1.5027548209;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.homeintro__outro__title {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeintro__outro__title {
    grid-column-start: 3;
    grid-column-end: span 6;
    order: 4;
  }
}
.homeintro__outro__text {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeintro__outro__text {
    grid-column-start: 3;
    grid-column-end: span 8;
    order: 4;
  }
}

.homerecevoir {
  position: relative;
  align-items: stretch;
}
.homerecevoir__bg {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 1;
  grid-row-end: span 1;
  height: 100vh;
}
.homerecevoir__bg img, .homerecevoir__bg video, .homerecevoir__bg iframe, .homerecevoir__bg hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  .homerecevoir__bg {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.homerecevoir__bg__intra {
  position: absolute;
  overflow: hidden;
  inset: 0;
  left: 16px;
  right: 16px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .homerecevoir__bg__intra {
    left: 0px;
    right: 0px;
    border-radius: 32px;
  }
}
.homerecevoir__bg__voile {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.homerecevoir__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 1;
  grid-row-end: span 1;
  height: 100%;
  text-align: center;
  color: #ffffff;
  pointer-events: none;
  z-index: 2;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .homerecevoir__text {
    grid-column-start: 4;
    grid-column-end: span 8;
    gap: 40px;
  }
}
.homerecevoir__text a {
  pointer-events: auto;
}
.homerecevoir__bigbutton {
  position: absolute;
  inset: 0;
}
.homerecevoir__bigbutton a,
.homerecevoir__bigbutton a.btn {
  display: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  padding: 0;
}
.homerecevoir__bigbutton a:first-child,
.homerecevoir__bigbutton a.btn:first-child {
  display: block;
}

.homebigtitle {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  overflow-x: clip;
  padding: 80px 0;
}
@media only screen and (min-width: 992px) {
  .homebigtitle {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .homebigtitle {
    padding: 160px 0;
  }
}
.homebigtitle__title {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homebigtitle__title {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}

.homeparenthese_mobile {
  position: relative;
  overflow-x: clip;
  padding: 180px 16px 0px 16px;
}
.homeparenthese_mobile__deco {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -10.3vw;
  width: 164px;
  height: 159px;
  background: url(../images/svg/logo-symbol-black.svg) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.1;
}
.homeparenthese_mobile__swiper {
  position: relative;
  overflow: visible;
}
.homeparenthese_mobile__firstcard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  height: 380px;
}
.homeparenthese_mobile__firstcard.swiper-slide {
  width: 62.8vw;
}
.homeparenthese_mobile__firstcard__title {
  font-weight: 200;
  font-size: 32px;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_mobile__firstcard__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.homeparenthese_mobile__firstcard__title strong,
.homeparenthese_mobile__firstcard__title b {
  font-weight: 400;
}
.homeparenthese_mobile__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 380px;
}
.homeparenthese_mobile__card.swiper-slide {
  width: 62.8vw;
}
.homeparenthese_mobile__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.homeparenthese_mobile__bg img, .homeparenthese_mobile__bg video, .homeparenthese_mobile__bg iframe, .homeparenthese_mobile__bg hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.homeparenthese_mobile__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 15, 1, 0) 50%, #0a0f01 100%);
}
.homeparenthese_mobile__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #ffffff;
  z-index: 1;
}
.homeparenthese_mobile__title {
  font-size: 24px;
  line-height: 1.33;
}
.homeparenthese_mobile__subtitle {
  padding-top: 8px;
}
.homeparenthese_mobile__url {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 3;
}
.homeparenthese_mobile .swiper-actions {
  padding-top: 20px;
}
.homeparenthese_mobile .swiper-pagination {
  position: relative;
}
.homeparenthese_desktop {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  overflow-x: clip;
  padding-top: 320px;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
.homeparenthese_desktop__firstcard {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  height: 590px;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__firstcard {
    border-radius: 32px;
    gap: 48px;
    grid-column-start: 2;
    grid-column-end: span 4;
    padding: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .homeparenthese_desktop__firstcard {
    grid-column-start: 2;
    grid-column-end: span 3;
  }
}
.homeparenthese_desktop__arrows {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.homeparenthese_desktop__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  background: #F6F3ED;
  color: #555F42;
  transition: background 0.25s, color 0.25s;
}
.homeparenthese_desktop__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
html:not(.touchevents) .homeparenthese_desktop__arrow:not(.swiper-button-disabled):hover, html:not(.touchevents) .homeparenthese_desktop__arrow:not(.swiper-button-disabled):focus-visible {
  background: #eee8dc;
  color: #000000;
}
.homeparenthese_desktop__arrow::before {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 13px;
  left: 13px;
}
.homeparenthese_desktop__arrow--prev::before {
  display: block;
  width: 16px;
  height: 16px;
  -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-arrow-left1-rounded.svg");
  mask-image: url("../images/svg/icons/icon-arrow-left1-rounded.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.homeparenthese_desktop__arrow--next::before {
  display: block;
  width: 16px;
  height: 16px;
  -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-arrow-right1-rounded.svg");
  mask-image: url("../images/svg/icons/icon-arrow-right1-rounded.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.homeparenthese_desktop__containswiper {
  position: relative;
  z-index: 1;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__containswiper {
    grid-column-start: 6;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1280px) {
  .homeparenthese_desktop__containswiper {
    grid-column-start: 5;
    grid-column-end: span 6;
  }
}
.homeparenthese_desktop__swiper {
  overflow: visible;
}
.homeparenthese_desktop__card {
  position: relative;
  height: 590px;
  opacity: 0.2;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__card {
    border-radius: 32px;
  }
}
.homeparenthese_desktop__card.swiper-slide-active {
  opacity: 1;
}
.homeparenthese_desktop__card.swiper-slide-active .homeparenthese_desktop__bg {
  top: -130px;
}
.homeparenthese_desktop__card.swiper-slide-active .homeparenthese_desktop__url {
  display: block;
}
.homeparenthese_desktop__card.swiper-slide-active ~ .swiper-slide {
  opacity: 1;
}
.homeparenthese_desktop__card.swiper-slide-active ~ .swiper-slide .homeparenthese_desktop__card__next {
  display: block;
}
.homeparenthese_desktop__card__next {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
}
html:not(.touchevents) .homeparenthese_desktop__card__next {
  cursor: none;
}
.homeparenthese_desktop__bg {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  inset: 0;
  z-index: 0;
  transition: top 0.5s ease-out;
}
.homeparenthese_desktop__bg img, .homeparenthese_desktop__bg video, .homeparenthese_desktop__bg iframe, .homeparenthese_desktop__bg hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__bg {
    border-radius: 32px;
  }
}
.homeparenthese_desktop__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 590px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 15, 1, 0) 50%, #0a0f01 100%);
}
.homeparenthese_desktop__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__texts {
    padding: 48px;
  }
}
.homeparenthese_desktop__title {
  font-size: 24px;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) {
  .homeparenthese_desktop__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.homeparenthese_desktop__subtitle {
  padding-top: 8px;
}
.homeparenthese_desktop__url {
  display: none;
  position: absolute;
  inset: 0;
  top: -130px;
  z-index: 3;
}
html:not(.touchevents) .homeparenthese_desktop__url {
  cursor: none;
}
.homeparenthese_desktop .swiper-actions {
  padding-top: 69px;
}
.homeparenthese_desktop .swiper-pagination {
  position: relative;
}

.homeinfos {
  align-items: flex-start;
  row-gap: 40px;
}
@media only screen and (min-width: 992px) {
  .homeinfos {
    padding-top: 160px;
  }
}
.homeinfos__maintitle {
  font-family: "Anek Latin", Arial, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeinfos__maintitle {
    font-size: 72px;
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.homeinfos__left {
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .homeinfos__left {
    grid-column-start: 2;
    grid-column-end: span 7;
    padding: 0;
  }
}
.homeinfos__button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .homeinfos__button {
    margin-top: 8px;
  }
}
.homeinfos__right {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .homeinfos__right {
    grid-column-start: 10;
    grid-column-end: span 4;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0px 64px;
    border-radius: 16px;
  }
}
.homeinfos__right .list__item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.homeinfos__right .list__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .homeinfos__right .list__item {
    padding: 32px 0px;
  }
}
.homeinfos__right .list__item__icon {
  flex: 0 0 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .homeinfos__right .list__item__icon {
    margin-top: 4px;
  }
}
.homeinfos__right .list__item__icon svg {
  width: 100%;
}
.homeinfos__right .list__item__title {
  font-weight: 500;
  padding-left: 16px;
  flex: 1 1 0px;
}
.homeinfos__right .list__item__text {
  padding-top: 16px;
  flex: 0 0 100%;
}

.homenewsletter {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 16px;
  overflow: hidden;
  background-color: #2d3827;
  padding: 64px 16px 510px;
  min-height: 814px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .homenewsletter {
    grid-column-start: 2;
    grid-column-end: span 12;
    min-height: 520px;
    border-radius: 32px;
    justify-content: center;
    padding: 16px 20vw 16px 6.67vw;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .homenewsletter {
    padding-right: 666px;
  }
}
.homenewsletter__bg {
  position: absolute;
  inset: 0;
}
.homenewsletter__bg--mobile {
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 992px) {
  .homenewsletter__bg--mobile {
    display: none;
  }
}
.homenewsletter__bg--mobile img,
.homenewsletter__bg--mobile picture {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 411px;
  height: 814px;
  object-fit: cover;
  object-position: 50% bottom;
}
.homenewsletter__bg--desktop {
  display: none;
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 992px) {
  .homenewsletter__bg--desktop {
    display: block;
  }
}
.homenewsletter__bg--desktop img,
.homenewsletter__bg--desktop picture {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 1440px) {
  .homenewsletter__bg--desktop img,
  .homenewsletter__bg--desktop picture {
    object-position: right 50%;
  }
}
.homenewsletter__texts {
  position: relative;
}
.homenewsletter__title {
  font-weight: 400;
}
.homenewsletter__intro {
  font-weight: 500;
  padding-top: 16px;
}
.homenewsletter__form {
  padding-block: 24px;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #ff838f;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 16px;
    line-height: 1.5;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper .gform_confirmation_message {
  margin: 0;
  color: #baff84;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper .gform_confirmation_message {
    font-size: 16px;
    line-height: 1.5;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form {
  max-width: 497px;
  margin: 0 auto;
  border-radius: 32px;
  flex-direction: row;
  gap: 0px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper form {
    margin: 0;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body {
  flex: 1 1 0px;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield {
  width: 100%;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield.gfield_error {
  margin-bottom: 0px;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield label.gfield_label {
  left: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield label.gfield_label {
    font-size: 16px;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=text],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=email],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=number],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=date],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=url],
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container textarea,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container select {
  height: 64px;
  padding: 16px 16px 0 32px;
  border-color: transparent;
  border-radius: 32px;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=text]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=email]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=tel]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=number]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=date]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container input[type=url]:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container textarea:focus,
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform_body .gfield .ginput_container select:focus {
  background-color: transparent;
  color: #ffffff;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer {
  padding: 0;
  flex: 0 0 134px;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer {
    flex: 0 0 162px;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a {
  min-height: 64px;
  padding: 0;
  width: 134px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-radius: 32px 0px 0px 32px;
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn::before, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a::before, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a::before, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn::after, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a::after, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a {
    width: 162px;
    font-size: 16px;
  }
}
body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn span, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a span, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a span {
  font-size: 12px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn span, body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a span, .pageseo-section__content__buttons body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a span {
    font-size: 16px;
  }
}
html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn:hover, html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a:hover, .pageseo-section__content__buttons html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a:hover, html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .btn:focus-visible, html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer .pageseo-section__content__buttons a:focus-visible, .pageseo-section__content__buttons html:not(.touchevents) body.diadao-gform-labels .homenewsletter__form .gform_wrapper form .gform-footer a:focus-visible {
  background-color: rgba(255, 255, 255, 0.5);
}
.homenewsletter__outro {
  font-size: 15px;
  line-height: 1.43;
  font-weight: 300;
  opacity: 0.8;
}
@media only screen and (min-width: 992px) {
  .homenewsletter__outro {
    font-size: 16px;
    line-height: 1.5;
  }
}
html:not(.touchevents) .homenewsletter__outro a:hover, html:not(.touchevents) .homenewsletter__outro a:focus-visible {
  color: currentColor;
}

.domaineslist__texts {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .domaineslist__texts {
    grid-column-start: 3;
    grid-column-end: span 10;
    gap: 32px;
  }
}
.domaineslist__list {
  grid-column-start: 2;
  grid-column-end: span 6;
  margin: 0px -16px;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list {
    grid-column-start: 3;
    grid-column-end: span 10;
    margin: 0px -8px;
  }
}
.domaineslist__list .list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__wrapper {
    display: flex;
    flex-direction: row;
    gap: 0px;
  }
}
.domaineslist__list .list__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 600px;
  padding: 48px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 1 50%;
    height: 33.5vw;
    min-height: 500px;
  }
}
.domaineslist__list .list__item__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
.domaineslist__list .list__item__icon img, .domaineslist__list .list__item__icon video, .domaineslist__list .list__item__icon iframe, .domaineslist__list .list__item__icon hls-video {
  position: absolute;
  aspect-ratio: unset;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item__icon {
    flex: 1 1 50%;
    height: 33.5vw;
    min-height: 500px;
    left: 8px;
    right: 8px;
    border-radius: 32px;
  }
}
.domaineslist__list .list__item__icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 256px;
  background: linear-gradient(180deg, rgba(10, 15, 1, 0) 0%, #0A0F01 100%);
}
.domaineslist__list .list__item__title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item__title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    flex: 1 1 0px;
  }
}
.domaineslist__list .list__item__text {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  padding: 5px 20px 5px 40px;
  transition: padding 0.3s ease-out;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item__text {
    font-size: 12px;
    min-height: 48px;
    flex: 0 0 auto;
    padding: 5px 22px 5px 52px;
  }
}
.domaineslist__list .list__item__text::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item__text::before {
    left: 26px;
  }
}
.domaineslist__list .list__item__text::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
.domaineslist__list .list__item__link {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .domaineslist__list .list__item__link {
    left: 8px;
    right: 8px;
    border-radius: 32px;
  }
}
html:not(.touchevents) .domaineslist__list .list__item__link:hover ~ .list__item__text, html:not(.touchevents) .domaineslist__list .list__item__link:focus-visible ~ .list__item__text {
  padding: 5px 40px 5px 20px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .domaineslist__list .list__item__link:hover ~ .list__item__text, html:not(.touchevents) .domaineslist__list .list__item__link:focus-visible ~ .list__item__text {
    padding: 5px 52px 5px 22px;
  }
}
html:not(.touchevents) .domaineslist__list .list__item__link:hover ~ .list__item__text::before, html:not(.touchevents) .domaineslist__list .list__item__link:focus-visible ~ .list__item__text::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) .domaineslist__list .list__item__link:hover ~ .list__item__text::after, html:not(.touchevents) .domaineslist__list .list__item__link:focus-visible ~ .list__item__text::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .domaineslist__list .list__item__link:hover ~ .list__item__text::after, html:not(.touchevents) .domaineslist__list .list__item__link:focus-visible ~ .list__item__text::after {
    right: 26px;
  }
}

.domainesusp {
  row-gap: 16px;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .domainesusp {
    padding: 80px 0px;
  }
}
.domainesusp__media {
  grid-column-start: 2;
  grid-column-end: span 6;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.domainesusp__media img,
.domainesusp__media video,
.domainesusp__media iframe {
  aspect-ratio: 0.8125;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .domainesusp__media {
    grid-column-start: 1;
    grid-column-end: span 6;
    border-radius: 0px 32px 32px 0px;
  }
  .domainesusp__media img,
  .domainesusp__media video,
  .domainesusp__media iframe {
    aspect-ratio: 1.4355263158;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .domainesusp__media {
    grid-column-start: 1;
    grid-column-end: span 8;
  }
}
.domainesusp__texts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  grid-column-start: 2;
  grid-column-end: span 6;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 16px;
}
@media only screen and (min-width: 992px) {
  .domainesusp__texts {
    grid-column-start: 7;
    grid-column-end: span 7;
    border-radius: 32px;
    gap: 80px;
    padding: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .domainesusp__texts {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
}
.domainesusp__texts__intra {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.domainesusp__title {
  font-weight: 500;
}

.listingroom {
  row-gap: 16px;
}
.listingroom__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: span 6;
  margin: 0px -16px;
}
@media only screen and (min-width: 992px) {
  .listingroom__card {
    grid-column-end: span 5;
    border-radius: 16px;
    margin: 0px;
  }
  .listingroom__card:nth-child(odd) {
    grid-column-start: 3;
  }
  .listingroom__card:nth-child(odd):last-child {
    grid-column-end: span 10;
  }
  .listingroom__card:nth-child(odd):last-child .listingroom__media img,
  .listingroom__card:nth-child(odd):last-child .listingroom__media video,
  .listingroom__card:nth-child(odd):last-child .listingroom__media iframe {
    aspect-ratio: 2.1211180124;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
  .listingroom__card:nth-child(even) {
    grid-column-start: 8;
  }
}
html:not(.touchevents) .listingroom__card:hover .listingroom__price, html:not(.touchevents) .listingroom__card:focus-visible .listingroom__price {
  padding: 5px 40px 5px 20px;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .listingroom__card:hover .listingroom__price, html:not(.touchevents) .listingroom__card:focus-visible .listingroom__price {
    padding: 5px 52px 5px 22px;
  }
}
html:not(.touchevents) .listingroom__card:hover .listingroom__price::before, html:not(.touchevents) .listingroom__card:focus-visible .listingroom__price::before {
  left: -26px;
  opacity: 0;
  transition: left 0.3s ease-out, opacity 0.1s linear 0.25s;
}
html:not(.touchevents) .listingroom__card:hover .listingroom__price::after, html:not(.touchevents) .listingroom__card:focus-visible .listingroom__price::after {
  right: 16px;
  opacity: 1;
  transition: right 0.3s ease-out, opacity 0.1s;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) .listingroom__card:hover .listingroom__price::after, html:not(.touchevents) .listingroom__card:focus-visible .listingroom__price::after {
    right: 26px;
  }
}
.listingroom__media {
  position: relative;
  z-index: 0;
}
.listingroom__media img,
.listingroom__media video,
.listingroom__media iframe {
  aspect-ratio: 0.6;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .listingroom__media img,
  .listingroom__media video,
  .listingroom__media iframe {
    aspect-ratio: 1.048136646;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.listingroom__media::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-height: 256px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 15, 1, 0) 0%, #0A0F01 100%);
}
.listingroom__infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 48px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .listingroom__infos {
    flex-direction: row;
    text-align: left;
  }
}
.listingroom__title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .listingroom__title {
    font-size: 40px;
    line-height: 1.2;
    flex: 1 1 0px;
  }
}
.listingroom__price {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  min-height: 48px;
  padding: 5px 20px 5px 40px;
  transition: padding 0.3s ease-out;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .listingroom__price {
    font-size: 12px;
    min-height: 48px;
    flex: 0 0 auto;
    padding: 5px 22px 5px 52px;
  }
}
.listingroom__price::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: left 0.3s ease-out, opacity 0.1s;
}
@media only screen and (min-width: 992px) {
  .listingroom__price::before {
    left: 26px;
  }
}
.listingroom__price::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  width: 16px;
  height: 16px;
  -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-fa-reg-arrow-right.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  transition: right 0.3s ease-out, opacity 0.1s linear 0.25s;
}
.listingroom__link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 4;
}

.preslodges {
  align-items: flex-start;
}
.preslodges__part1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .preslodges__part1 {
    grid-column-start: 2;
    grid-column-end: span 7;
    gap: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .preslodges__part1 {
    grid-column-start: 3;
    grid-column-end: span 6;
  }
}
.preslodges__part1__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.preslodges__part1__media img,
.preslodges__part1__media video,
.preslodges__part1__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .preslodges__part1__media {
    border-radius: 32px;
  }
  .preslodges__part1__media img,
  .preslodges__part1__media video,
  .preslodges__part1__media iframe {
    aspect-ratio: 1.5196261682;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.preslodges__part1__text p + ul {
  margin-top: -1.5em;
}
@media only screen and (min-width: 992px) {
  .preslodges__part1__text p + ul {
    margin-top: -1.33em;
  }
}
.preslodges__part2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .preslodges__part2 {
    grid-column-start: 10;
    grid-column-end: span 4;
    gap: 80px;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1440px) {
  .preslodges__part2 {
    grid-column-start: 10;
    grid-column-end: span 3;
  }
}
.preslodges__part2__media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.preslodges__part2__media img,
.preslodges__part2__media video,
.preslodges__part2__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .preslodges__part2__media img,
  .preslodges__part2__media video,
  .preslodges__part2__media iframe {
    aspect-ratio: 0.796;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}

.domaines-services {
  row-gap: 80px;
}
.domaines-services__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .domaines-services__block {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.domaines-services__list {
  border-radius: 16px;
  padding: 16px;
  background-color: #ffffff;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .domaines-services__list {
    margin-top: 24px;
    padding: 40px;
  }
}
.domaines-services__list:first-child {
  margin-top: 0px;
}

.sejoursservices {
  align-items: center;
}
.sejoursservices__title {
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sejoursservices__title {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursservices__title {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.sejoursservices__text {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sejoursservices__text {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursservices__text {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.sejoursservices__list {
  grid-column-start: 2;
  grid-column-end: span 6;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (min-width: 992px) {
  .sejoursservices__list {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursservices__list {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}

.sejoursgastronomie {
  row-gap: 16px;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie {
    row-gap: 80px;
  }
}
.sejoursgastronomie__title {
  text-align: center;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__title {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursgastronomie__title {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.sejoursgastronomie__media {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  overflow: hidden;
  border-radius: 16px;
}
.sejoursgastronomie__media img,
.sejoursgastronomie__media video,
.sejoursgastronomie__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__media {
    border-radius: 32px;
    grid-column-start: 8;
    grid-column-end: span 6;
    order: 2;
  }
  .sejoursgastronomie__media img, .sejoursgastronomie__media video, .sejoursgastronomie__media iframe, .sejoursgastronomie__media hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursgastronomie__media {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}
.sejoursgastronomie__texts {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__texts {
    padding: 40px 0;
    row-gap: 40px;
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1280px) {
  .sejoursgastronomie__texts {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.sejoursgastronomie__list {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__list {
    row-gap: 24px;
  }
}
.sejoursgastronomie__list__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__list__block {
    row-gap: 24px;
  }
}
.sejoursgastronomie__button {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .sejoursgastronomie__button {
    justify-content: flex-start;
  }
}

.sejoursattentions__texts1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sejoursattentions__texts1 {
    gap: 80px;
    order: 2;
    grid-column-start: 8;
    grid-column-end: span 6;
    align-self: center;
  }
}
.sejoursattentions__texts__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sejoursattentions__media1 {
  position: relative;
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 16px;
}
.sejoursattentions__media1 img,
.sejoursattentions__media1 video,
.sejoursattentions__media1 iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .sejoursattentions__media1 {
    order: 1;
    grid-column-start: 1;
    grid-column-end: span 6;
    align-self: center;
    border-radius: 0px 32px 32px 0px;
  }
  .sejoursattentions__media1 img,
  .sejoursattentions__media1 video,
  .sejoursattentions__media1 iframe {
    aspect-ratio: 0.7657572907;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
.sejoursattentions__texts2 {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sejoursattentions__texts2 {
    order: 3;
    grid-column-start: 2;
    grid-column-end: span 4;
    align-self: center;
  }
}
.sejoursattentions__media2 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
.sejoursattentions__media2 img,
.sejoursattentions__media2 video,
.sejoursattentions__media2 iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .sejoursattentions__media2 {
    order: 4;
    grid-column-start: 7;
    grid-column-end: span 3;
    border-radius: 32px;
    min-height: 27vw;
  }
  .sejoursattentions__media2 img, .sejoursattentions__media2 video, .sejoursattentions__media2 iframe, .sejoursattentions__media2 hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
  .sejoursattentions__media2:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.sejoursattentions__media3 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
.sejoursattentions__media3 img,
.sejoursattentions__media3 video,
.sejoursattentions__media3 iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .sejoursattentions__media3 {
    order: 5;
    grid-column-start: 10;
    grid-column-end: span 5;
    border-radius: 32px 0px 0px 32px;
  }
  .sejoursattentions__media3 img, .sejoursattentions__media3 video, .sejoursattentions__media3 iframe, .sejoursattentions__media3 hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
}

.plaisirdoffrir__intra {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 16px;
  overflow: hidden;
  background-color: #484f3f;
  padding: 64px 16px 243px;
  min-height: 523px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .plaisirdoffrir__intra {
    grid-column-start: 2;
    grid-column-end: span 12;
    min-height: 360px;
    border-radius: 32px;
    justify-content: center;
    padding: 16px 33vw 16px 6.67vw;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .plaisirdoffrir__intra {
    padding-right: 666px;
  }
}
.plaisirdoffrir__bg {
  position: absolute;
  inset: 0;
}
.plaisirdoffrir__bg--mobile {
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 992px) {
  .plaisirdoffrir__bg--mobile {
    display: none;
  }
}
.plaisirdoffrir__bg--mobile img, .plaisirdoffrir__bg--mobile picture {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 328px;
  height: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: 50% 50%;
}
.plaisirdoffrir__bg--desktop {
  display: none;
  position: absolute;
  inset: 0;
}
@media only screen and (min-width: 992px) {
  .plaisirdoffrir__bg--desktop {
    display: block;
  }
}
.plaisirdoffrir__bg--desktop img, .plaisirdoffrir__bg--desktop picture {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 1440px) {
  .plaisirdoffrir__bg--desktop img, .plaisirdoffrir__bg--desktop picture {
    object-position: right 50%;
  }
}
.plaisirdoffrir__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .plaisirdoffrir__texts {
    text-align: left;
  }
}
.plaisirdoffrir__button {
  padding-top: 8px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .plaisirdoffrir__button {
    justify-content: flex-start;
  }
}

.sitemap {
  position: relative;
  overflow-x: clip;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .sitemap {
    padding-bottom: 80px;
  }
}
.sitemap__container {
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  position: relative;
  gap: 13px;
}
@media only screen and (min-width: 992px) {
  .sitemap__container {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .sitemap__container {
    gap: 16px;
  }
}
.sitemap h2 {
  color: #555F42;
  margin-top: 43px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sitemap h2 {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
@media only screen and (min-width: 1440px) {
  .sitemap h2 {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}
.sitemap h2:first-child {
  margin-top: 0;
}
.sitemap ul {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .sitemap ul {
    grid-column-start: 3;
    grid-column-end: span 10;
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sitemap ul {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}
.sitemap ul li {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sitemap ul li {
    width: calc((100% - 16px * (2 - 1)) / 2);
  }
}
.sitemap ul li ul.children {
  display: none;
}
.sitemap ul li a {
  padding: 16px 24px;
  font-weight: 500;
  background-color: #ffffff;
  width: 100%;
  display: block;
  border-radius: 5px;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
html:not(.touchevents) .sitemap ul li a:hover, html:not(.touchevents) .sitemap ul li a:focus-visible {
  color: #ffffff;
  background-color: #555F42;
}
@media only screen and (min-width: 992px) {
  .sitemap ul li a {
    padding: 32px 24px;
  }
}

@media only screen and (min-width: 992px) {
  .signatures {
    row-gap: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .signatures--2 {
    row-gap: 80px;
  }
}
.signatures__containintro, .signatures__outro {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .signatures__containintro, .signatures__outro {
    grid-column-start: 3;
    grid-column-end: span 10;
    text-align: center;
  }
}
.signatures--2 .signatures__containintro, .signatures--2 .signatures__outro {
  text-align: center;
  row-gap: 32px;
}
@media only screen and (min-width: 992px) {
  .signatures--2 .signatures__containintro, .signatures--2 .signatures__outro {
    row-gap: 80px;
  }
}
.signatures__button {
  grid-column-start: 2;
  grid-column-end: span 6;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .signatures__button {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
  .signatures--2 .signatures__button {
    margin-top: -40px;
  }
}
.signatures__containswiper {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .signatures__containswiper {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.signatures__swiper {
  overflow: visible;
}
.signatures__swiper .swiper-pagination {
  position: relative;
  margin-top: calc(32px - 4px);
}
@media only screen and (min-width: 992px) {
  .signatures__swiper .swiper-pagination {
    margin-top: calc(80px - 4px);
  }
}
.signatures__swiper .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.signatures__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .signatures__card {
    border-radius: 32px;
  }
}
.signatures__card.swiper-slide {
  width: 62.8vw;
}
@media only screen and (min-width: 992px) {
  .signatures__card.swiper-slide {
    width: auto;
  }
}
.signatures__card__media img,
.signatures__card__media video,
.signatures__card__media iframe {
  aspect-ratio: 1.376744186;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.signatures__card__label {
  position: relative;
  z-index: 3;
  padding: 0px 16px;
}
@media only screen and (min-width: 992px) {
  .signatures__card__label {
    padding: 0px 40px;
  }
}
.signatures__card__media + .signatures__card__label {
  margin-top: -11px;
}
@media only screen and (min-width: 992px) {
  .signatures__card__media + .signatures__card__label {
    margin-top: -16px;
  }
}
.signatures__card__label__intra {
  display: inline-flex;
  border-radius: 56px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .signatures__card__label__intra {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.signatures__card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 16px 32px;
}
@media only screen and (min-width: 992px) {
  .signatures__card__body {
    padding: 28px 40px 48px;
  }
}
.signatures__card__title {
  font-weight: 200;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .signatures__card__title {
    font-size: 24px;
  }
}
.signatures__card__title bold, .signatures__card__title b, .signatures__card__title strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .signatures__card__title bold, .signatures__card__title b, .signatures__card__title strong {
    font-size: 32px;
  }
}

.autourtabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .autourtabs {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.autourtabs__accordion-item {
  border-radius: 16px;
  background-color: #ffffff;
  position: relative;
}
.autourtabs__accordion-button {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px 86px 16px 16px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .autourtabs__accordion-button {
    padding: 24px 120px 24px 40px;
    gap: 32px;
  }
}
.autourtabs__accordion-button::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  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-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.autourtabs__accordion-button.collapsed::after {
  transform: translateY(-50%);
}
.autourtabs__icon {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  flex: 0 0 40px;
  line-height: 1.2;
}
.autourtabs__icon img, .autourtabs__icon svg, .autourtabs__icon picture {
  height: auto;
  width: 1em;
  max-height: 1em;
}
.autourtabs__titles {
  flex: 1 1 0px;
}
.autourtabs__list {
  display: grid;
  padding: 16px;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .autourtabs__list {
    gap: 16px;
    padding: 24px 40px;
  }
}
.autourtabs__list__block {
  grid-column: span 2;
}
@media only screen and (min-width: 992px) {
  .autourtabs__list__block {
    grid-column: span 1;
    padding-bottom: 16px;
  }
}

.addresses__intra {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column-start: 2;
  grid-column-end: span 6;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .addresses__intra {
    column-gap: 0px;
    row-gap: 16px;
    flex-direction: row;
    margin: 0px -8px;
  }
}
@media only screen and (min-width: 992px) {
  .addresses__intra {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 640px) {
  .addresses__block {
    flex: 0 0 50%;
    padding: 0 8px;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .addresses__block {
    flex: 0 0 33.3%;
    width: 33.33%;
  }
}
.addresses__block__intra {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 100%;
}
.addresses__block--vichy {
  display: none;
}
.addresses__media {
  position: relative;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
}
.addresses__media img,
.addresses__media video,
.addresses__media iframe {
  aspect-ratio: 1.356846473;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.addresses__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 24px;
}
@media only screen and (min-width: 1280px) {
  .addresses__texts {
    padding: 48px;
  }
}
.addresses__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .addresses__titles {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.addresses__number {
  font-size: 16px;
  line-height: 1;
  padding: 5px 21px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .addresses__number {
    flex: 0 0 auto;
  }
}
.addresses__title {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .addresses__title {
    flex: 1 1 0px;
  }
}
.addresses__text p {
  margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
  .contactform {
    padding-bottom: 160px;
  }
}
.contactform__media1, .contactform__media2 {
  position: relative;
  overflow: hidden;
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 16px;
}
.contactform__media1 img,
.contactform__media1 video,
.contactform__media1 iframe, .contactform__media2 img,
.contactform__media2 video,
.contactform__media2 iframe {
  aspect-ratio: 0.9732937685;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.contactform__media1.revealOnScroll, .contactform__media2.revealOnScroll {
  clip-path: circle(0% at 50% 25%);
  transition: clip-path 1.5s ease-out;
}
.contactform__media1.revealOnScroll.reveal, .contactform__media2.revealOnScroll.reveal {
  clip-path: circle(170% at 50% 50%);
}
@media only screen and (min-width: 992px) {
  .contactform__media1 {
    grid-column-start: 1;
    grid-column-end: span 3;
    border-radius: 0px 16px 16px 0px;
    align-self: flex-start;
  }
  .contactform__media1 img,
  .contactform__media1 video,
  .contactform__media1 iframe {
    aspect-ratio: 0.6012084592;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .contactform__media2 {
    grid-column-start: 12;
    grid-column-end: span 3;
    border-radius: 16px 0px 0px 16px;
    align-self: flex-end;
  }
  .contactform__media2 img,
  .contactform__media2 video,
  .contactform__media2 iframe {
    aspect-ratio: 0.6012084592;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.contactform__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .contactform__form {
    grid-column-start: 5;
    grid-column-end: span 6;
    gap: 52px;
    padding: 93px 0px 177px;
    align-self: center;
  }
}
.contactform__title {
  text-align: center;
}
.contactform .form__contact {
  max-width: 677px;
  margin: 0px auto;
}

.contactfaq {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .contactfaq {
    gap: 80px;
    grid-column-start: 3;
    grid-column-end: span 10;
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .contactfaq {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}
.contactfaq__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
  align-items: flex-start;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .blog__grid {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.blog__card {
  position: relative;
  grid-column-end: span 2;
}
@media only screen and (min-width: 992px) {
  .blog__card {
    grid-column-end: span 1;
  }
}
.blog__card__thumbnail {
  display: block;
}
.blog__card__thumbnail img,
.blog__card__thumbnail video,
.blog__card__thumbnail iframe {
  aspect-ratio: 1.6541666667;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.blog__card__infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.blog__card__button a {
  position: relative;
}

.single-post__intro {
  overflow-x: clip;
  display: grid;
  grid-template-columns: 8px repeat(6, minmax(0px, 1fr)) 8px;
  grid-column-gap: 8px;
  row-gap: 32px;
  align-items: flex-start;
  margin-top: 56px;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .single-post__intro {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    grid-column-gap: 16px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .single-post__intro {
    margin-top: 72px;
    padding-top: 47px;
    padding-bottom: 80px;
  }
}
.single-post__intro__texts {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .single-post__intro__texts {
    grid-column-start: 2;
    grid-column-end: span 5;
    gap: 80px;
    padding-top: 113px;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post__intro__texts {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.single-post__intro__breadcrumbs {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .single-post__intro__breadcrumbs {
    max-width: 305px;
    font-size: 16px;
    line-height: 24px;
  }
}
.single-post__intro__breadcrumbs__arrow {
  background-color: currentColor;
  display: block;
  width: 1em;
  height: 1em;
  -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-chevron-right.svg");
  mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  margin: 0px 4px;
  display: inline-block;
  margin-bottom: 0.2em;
  vertical-align: middle;
}
.single-post__intro__breadcrumbs a {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-post__intro__media {
  grid-column-start: 2;
  grid-column-end: span 6;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
  border-radius: 16px;
}
.single-post__intro__media img,
.single-post__intro__media video,
.single-post__intro__media iframe {
  aspect-ratio: 0.82;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .single-post__intro__media {
    grid-column-start: 8;
    grid-column-end: span 7;
    border-radius: 32px 0px 0px 32px;
  }
  .single-post__intro__media img,
  .single-post__intro__media video,
  .single-post__intro__media iframe {
    aspect-ratio: 1.3131034483;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.single-post__section {
  align-items: flex-start;
}
.single-post__content {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .single-post__content {
    grid-column-start: 2;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post__content {
    grid-column-start: 3;
    grid-column-end: span 6;
  }
}
.single-post__content img, .single-post__content picture {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .single-post__content img, .single-post__content picture {
    border-radius: 32px;
  }
}
.single-post__related {
  grid-column-start: 2;
  grid-column-end: span 6;
  border-radius: 16px;
  margin: 0 -16px;
  background-color: white;
  padding: 40px 16px;
}
@media only screen and (min-width: 640px) {
  .single-post__related {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .single-post__related {
    grid-column-start: 10;
    grid-column-end: span 4;
    padding: 40px 16px;
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .single-post__related {
    grid-column-start: 10;
    grid-column-end: span 3;
    padding: 40px;
  }
}

.related__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgba(25, 25, 25, 0.1);
  margin-top: 24px;
  padding-top: 24px;
}
.related__card__image {
  position: relative;
}
.related__card__image img,
.related__card__image video,
.related__card__image iframe {
  aspect-ratio: 1.5588235294;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.related__card__url {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.related__card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related__card__excerpt {
  display: -webkit-box;
  padding-top: 8px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cards-listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: clip;
}
.cards-listing__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .cards-listing__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;
  }
  .cards-listing__wrapper h2 {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 991px) {
  .cards-listing--rooms .section__grid {
    order: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cards-listing--rooms #hsc-sticky-rooms {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .cards-listing--areas .cards-listing__wrapper {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .cards-listing--areas .cards-listing__wrapper h2 {
    grid-column: span 3;
  }
}

.card {
  position: relative;
  height: 400px;
  color: #ffffff;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.48) 100%);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .card {
    height: 500px;
  }
}
.card__infos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .card__infos {
    padding: 32px;
  }
}
.card__media {
  position: absolute;
  inset: 0;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__absolute-link {
  position: absolute;
  inset: 0;
}

.card-area {
  background-color: #fff3f2;
  border-radius: 4px;
  overflow: hidden;
}
.card-area__media {
  position: relative;
}
.card-area__media img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-area__infos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .card-area__infos {
    padding: 32px;
  }
}
.card-area__features {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.card-area__feature {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #f0d8d4;
  border-radius: 4px;
  width: calc((100% - 8px * (1 - 1)) / 1);
}
@media only screen and (min-width: 992px) {
  .card-area__feature {
    gap: 24px;
    width: calc((100% - 8px * (2 - 1)) / 2);
  }
}
.card-area__feature__picto {
  width: 24px;
  aspect-ratio: 1;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .card-area__feature__picto {
    width: 48px;
  }
}
.card-area__feature__picto img, .card-area__feature__picto svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-area__feature__picto img path, .card-area__feature__picto svg path {
  fill: #555F42;
}
.section--gallery {
  align-items: flex-start;
}
html body .section--gallery a[data-fancybox-front] {
  display: block;
}
@media only screen and (min-width: 992px) {
  .section--gallery .filtered-category__wrapper {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
.section--gallery .filtered-category__wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section--gallery .filtered-category__wrapper img {
    border-radius: 32px;
  }
}

.section--faq {
  align-items: flex-start;
}

.customcursor {
  position: fixed;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  z-index: 1200;
  width: 2px;
  height: 2px;
}
.customcursor.active {
  opacity: 1;
  visibility: visible;
}
.customcursor__intra {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s, backdrop-filter 0.3s;
  background-color: rgba(246, 243, 237, 0);
  backdrop-filter: blur(0px);
  color: #F6F3ED;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .customcursor__intra {
    width: 104px;
    height: 104px;
  }
}
.customcursor.active .customcursor__intra {
  background-color: rgba(246, 243, 237, 0.2);
  backdrop-filter: blur(20px);
}
.customcursor__intra::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 1px;
  top: 5px;
  bottom: 3px;
  background: url(../images/svg/cta-circle.svg) top left no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s;
}
.customcursor.active .customcursor__intra::before {
  opacity: 1;
}
.customcursor__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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-plus.svg");
  mask-image: url("../images/svg/icons/icon-plus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  opacity: 0;
  transition: opacity 0.3s;
}
.customcursor.active .customcursor__icon {
  opacity: 1;
}
[data-icon=next] .customcursor__icon {
  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-chevron-right.svg");
  mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}

.section--instagram {
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .section--instagram {
    padding-block: 160px;
  }
}
.section--instagram .section__titles {
  text-align: center;
}

.instagram-wrapper {
  position: relative;
}
.instagram-wrapper__deco {
  position: absolute;
  top: -89px;
  left: 16px;
  width: 188px;
  height: 182px;
  background: url(../images/svg/logo-symbol-gold.svg) 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.1;
}
@media only screen and (min-width: 992px) {
  .instagram-wrapper__deco {
    top: -138px;
    left: 20vw;
    width: 435px;
    height: 421px;
    opacity: 0.3;
  }
}
.instagram-wrapper iframe {
  position: relative;
}

.lodge-arrow {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  pointer-events: none;
}
.lodge-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.lodge-arrow--0::after {
  border-left: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -14px;
  top: -14px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 992px) {
  .lodge-arrow--0::after {
    border-left: 36px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    left: -30px;
    top: -30px;
  }
}
.lodge-arrow--1::after {
  border-right: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  left: -2px;
  top: -14px;
  transform: rotate(-45deg);
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .lodge-arrow--1::after {
    border-right: 36px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    left: 0;
    top: -30px;
    display: none !important;
  }
}
.lodge-arrow--2::after {
  border-top: 18px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  left: -14px;
  top: -2px;
  transform: rotate(-135deg);
}
@media only screen and (min-width: 992px) {
  .lodge-arrow--2::after {
    border-top: 36px solid #fff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    left: -28px;
    top: -4px;
  }
}

.lodge-bubble {
  position: absolute;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 3px;
  pointer-events: none;
}
.lodge-bubble--0 {
  transform: translate(calc(-100% - 5px), calc(-100% - 5px));
}
@media only screen and (min-width: 992px) {
  .lodge-bubble--0 {
    transform: translate(calc(-100% - 9px), calc(-100% - 9px));
  }
}
.lodge-bubble--1 {
  display: none !important;
  transform: translate(7px, calc(-100% - 4px));
}
.lodge-bubble--1 .lodge-infowindow {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) {
  .lodge-bubble--1 {
    transform: translate(14px, calc(-100% - 9px));
  }
}
.lodge-bubble--2 {
  display: none !important;
  transform: translate(calc(-100% - 5px), 7px);
}
@media only screen and (min-width: 992px) {
  .lodge-bubble--2 {
    transform: translate(calc(-100% - 9px), 13px);
  }
}

.lodge-infowindow {
  display: flex;
  align-items: center;
}
.lodge-infowindow__image {
  position: relative;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  height: 32px;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 992px) {
  .lodge-infowindow__image {
    height: 90px;
  }
}
.lodge-infowindow__image img {
  object-fit: cover;
  height: 100%;
}
.lodge-infowindow__year {
  position: absolute;
  top: -3px;
  left: -15px;
  width: 40px;
  text-align: center;
  background: #484F46;
  color: white;
  font-size: 5px;
  font-weight: 600;
  transform: rotate(-45deg);
  padding: 8px 8px 2px;
}
@media only screen and (min-width: 992px) {
  .lodge-infowindow__year {
    top: -8px;
    left: -36px;
    padding: 20px 16px 4px;
    font-size: 12px;
    width: 96px;
  }
}
.lodge-infowindow__info {
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  .lodge-infowindow__info {
    padding: 24px;
  }
}
.lodge-infowindow__info h3 {
  font-size: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .lodge-infowindow__info h3 {
    font-size: 16px;
  }
}
.lodge-infowindow__info p {
  font-size: 8px;
}
@media only screen and (min-width: 992px) {
  .lodge-infowindow__info p {
    font-size: 12px;
  }
}

.custom-accordion__list {
  counter-reset: list;
  overflow: hidden;
  position: relative;
}
.custom-accordion__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  transition: padding-block 0.5s ease-in-out, background-color 0.25s ease-in-out, border-bottom 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-accordion__item:last-child {
  border-bottom-color: transparent;
}
@media only screen and (min-width: 992px) {
  .custom-accordion__item {
    padding: 32px 64px;
    gap: 40px;
    border-bottom: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
  }
  .custom-accordion__item:last-child {
    margin-bottom: 0px;
  }
}
.custom-accordion__item.shown .custom-accordion__item__hidden-text {
  grid-template-rows: 1fr;
  padding-top: 8px;
}
.custom-accordion__item.shown .custom-accordion__item__icon {
  display: block;
  width: 16px;
  height: 16px;
  -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-minus.svg");
  mask-image: url("../images/svg/icons/icon-minus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.custom-accordion__item__hidden-text {
  display: grid;
  grid-template-rows: 0fr;
  padding-top: 0;
  transition: grid-template-rows 0.25s ease, padding-top 0.25s ease;
}
.custom-accordion__item__hidden-text__wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .custom-accordion__item__hidden-text__wrapper {
    padding-left: 62px;
  }
}
.custom-accordion__item__number {
  display: none;
  font-weight: 500;
  font-size: 20px;
  width: 22px;
  flex: 0 0 22px;
}
@media only screen and (min-width: 992px) {
  .custom-accordion__item__number {
    display: block;
  }
}
.custom-accordion__item__number:before {
  counter-increment: list;
  content: "0" counter(list);
  color: #C8A864;
}
.custom-accordion__item:nth-child(n+10) .custom-accordion__item__number:before {
  content: counter(list);
}
.custom-accordion__item__content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1 0 0;
}
.custom-accordion__item__title {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  font-weight: 500;
}
.custom-accordion__item__title h3 {
  flex: 1 0 0;
}
.custom-accordion__item__icon {
  color: #555F42;
  display: block;
  width: 16px;
  height: 16px;
  -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-plus.svg");
  mask-image: url("../images/svg/icons/icon-plus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  margin-left: auto;
  flex: 0 0 16px;
}

.text-medias-simple .section__content {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .text-medias-simple .section__content {
    grid-column-start: 2;
    grid-column-end: span 4;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
@media only screen and (min-width: 992px) {
  .text-medias-simple .section__content.content-right {
    grid-column-start: 7;
    grid-column-end: span 5;
  }
}
.text-medias-simple .section__media {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .text-medias-simple .section__media {
    grid-column-start: 7;
    grid-column-end: span 5;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
@media only screen and (min-width: 992px) {
  .text-medias-simple .section__media.content-right {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
.text-medias-simple .section__media .video-wrapper {
  height: 100%;
  width: 100%;
}
.text-medias-simple .section__media hls-video {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=diadao-sdkcustom-pepites-lodges.css.map */
