@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/PPNeueMontreal-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

.grid-container {
  max-width: 111.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.grid-container.full, .main_cottage .main_content .grid-container.chalet_page.reserve_general_link, .main_cottage .main_content .grid-container.testimonies {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 3.75rem);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 2.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 2.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 2.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 2.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 2.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 2.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 2.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 2.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 2.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 2.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 2.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 3.75rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2.5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2.5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2.5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 2.5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2.5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.75rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 3.75rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 2.5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 3.75rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 3.75rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 3.75rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 3.75rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 3.75rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 3.75rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 3.75rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 2.5rem);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 3.75rem);
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 2.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 2.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 2.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 3.75rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 3.75rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 3.75rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 3.75rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 3.75rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.875rem;
  }
  h2, .h2 {
    font-size: 1.5625rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 111.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249.9, 237, 235);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small, #header-new .main_notice .button.description, .page-template-template-whattodo .activities_list .activity .button.description_activity, .description_pricing .button.pricing_description,
.info_pricing .button.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .button.item_description, .main_cottage .main_content .included_content #plans .stories .button.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .button.item_content, #header .main_notice .content .button.description {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #000000;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: black;
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #000000;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: black;
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #000000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: black;
  color: black;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: black;
  color: black;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #000000;
}
.button.clear:hover, .button.clear:focus {
  color: black;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #000000;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: black;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #000000;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #000000;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #000000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  display: none;
  padding: 50px 30px 20px 30px;
  border: none;
  border-bottom: 0;
  background-color: transparent;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-button-group;
@include foundation-callout;
@include foundation-card; */
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small, #header-new .main_notice .close-button.description, .page-template-template-whattodo .activities_list .activity .close-button.description_activity, .description_pricing .close-button.pricing_description,
.info_pricing .close-button.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .close-button.item_description, .main_cottage .main_content .included_content #plans .stories .close-button.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .close-button.item_content, #header .main_notice .content .close-button.description {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #000000;
  color: #ffffff;
}
.menu .active > a {
  background: #000000;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 36px;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small, #header-new .main_notice .dropdown-pane.description, .page-template-template-whattodo .activities_list .activity .dropdown-pane.description_activity, .description_pricing .dropdown-pane.pricing_description,
.info_pricing .dropdown-pane.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .dropdown-pane.item_description, .main_cottage .main_content .included_content #plans .stories .dropdown-pane.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .dropdown-pane.item_content, #header .main_notice .content .dropdown-pane.description {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #ffffff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #000000;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #000000 transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #000000;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #000000;
  color: #ffffff;
}
.label.primary {
  background: #000000;
  color: #ffffff;
}
.label.secondary {
  background: #767676;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  transform: translateX(-300px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-300px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(300px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  transform: translateX(300px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(300px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-300px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(300px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-300px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 300px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 300px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 300px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 300px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 300px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 300px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 300px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 300px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #000000;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #cecece;
  background: transparent;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #000000;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(12.75, 12.75, 12.75);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: transparent;
  color: black;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: white;
  color: #000000;
}

.tabs-content {
  border: 1px solid #cecece;
  border-top: 0;
  background: transparent;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #cecece;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 60px;
}
.tabs-panel.is-active {
  display: block;
}

.top-bar {
  padding: 15px 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: rgba(0, 0, 0, 0.7);
}
.top-bar ul ul {
  background-color: #fff;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  vertical-align: top;
  padding: 0;
}

.fc a[data-navlink] {
  cursor: pointer;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
  /* reset */
}

.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
  -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc {
  /* theme */
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:hover {
  text-decoration: none;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc {
  /* "primary" coloring */
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled { /* not DRY */
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
}

.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
  /* icons within buttons */
}

.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative; /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table { /* all tables (self included) */
  width: 100%; /* because tables don't normally do this */
  table-layout: fixed;
}

.fc .fc-scrollgrid table { /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section { /* a <tr> */
  height: 1px;
}

.fc .fc-scrollgrid-section > td {
  height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%; /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden; /* head keeps its bottom border tho */
}

.fc {
  /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3; /* TODO: var */
  /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0; /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
  height: 1px; /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: rgb(143, 223, 130);
  background: var(--fc-bg-event-color, rgb(143, 223, 130));
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected { /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover,
.fc-event-selected { /* TOUCH */ }

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before, .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected,
.fc-event:focus {
  /* dimmer effect */
}

.fc-event-selected:after, .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex; /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
  display: inline-block; /* need this to be sticky cross-browser */
  vertical-align: top; /* for not messing up line-height */
  left: 0; /* for sticky */
  right: 0; /* for sticky */
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */ }

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body { /* a <div> that wraps the table */
  position: relative;
  z-index: 1; /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
  /* cell top */
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc {
  /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc {
  /* event container */
}

.fc .fc-daygrid-day-events {
  margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
  /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative; /* for containing abs positioned event harnesses */
  min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */ }

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc {
  /* event harness */
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0; /* fallback coords for when cannot yet be computed */
  left: 0; /* */
  right: 0; /* */
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc {
  /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc {
  /* events */
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc {
  /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc {
  /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}

.fc {
  /* popover */
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static; /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

/*
A VERTICAL event
*/
.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0; /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%; /* clip overflow */
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}

.fc-v-event {
  /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event {
  /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
  z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
  position: relative;
  z-index: 1; /* scope the z-indexes of slots and cols */
  min-height: 100%; /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
  position: relative;
}

.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1; /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-slot { /* a <td> */
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " "; /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
  vertical-align: middle; /* vertical align the slots */
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%; /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center; /* vertical align */
  justify-content: flex-end; /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px; /* limits the width of the "all-day" text */
  flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%; /* liquid-hack is below */
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute; /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc {
  /* bg */
}

.fc .fc-timegrid-col-bg {
  z-index: 2; /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute; /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}

.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}

.fc {
  /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute; /* absolute WITHIN the harness */
  top: 0; /* for when not yet positioned */
  bottom: 0; /* " */
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - "; /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}

.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc {
  /* line */
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc {
  /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px; /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
  /* message when no events */
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically aligns fc-list-empty-inner */
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc {
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden; /* kill outer border on theme */
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * { /* the cells */
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
}

.fc {
  /* only exists for aria reasons, hide for non-screen-readers */
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc {
  /* the table's border-style:hidden gets confused by hidden thead. force-hide top border of first cell */
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0; /* uses an inner-wrapper instead... */
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}

.fc {
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer; /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
  /* shrink certain cols */
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc {
  /* reset <a> styling */
}

.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

.fc {
  /* underline link when hovering over any part of row */
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit; /* natural color for navlinks */
}

#header-new .main_notice .description, .page-template-template-whattodo .activities_list .activity .description_activity, .onetree .section1 .content .description, .activities_cottages_section .activities_list .activity_box .description_activity, .cottages_related_list .description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description, .single-chalet .photo_slider_description, .description_pricing .pricing_description,
.info_pricing .pricing_description, .main_cottage .main_content .address_content .description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description, .main_cottage .main_content .included_content #plans .stories .story_description, .main_cottage .main_content .included_content #characteristics .grid-x .item_content, .main_cottage .main_content .top_part .content_wrap .notice, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .description, .faq_page .faqs .accordion li .accordion-content, .about_page .section1 .description, .advantages .advantage .description_advantage, .cottages-list .cottage .cottage_content .description, .home_page .section5 .description, .home_page .section1 .left_col .description, .home_page .homesliderswrap .photo_slider_description, .main_content_wrap .entry-content, #header .main_notice .content .description, .fancybox-container .custom-pop .description {
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: var(--chalet-color);
  font-size: 15px;
  letter-spacing: normal;
}
#header-new .main_notice .description a, .page-template-template-whattodo .activities_list .activity .description_activity a, .onetree .section1 .content .description a, .activities_cottages_section .activities_list .activity_box .description_activity a, .cottages_related_list .description-cottage a, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description a, .single-chalet .photo_slider_description a, .description_pricing .pricing_description a,
.info_pricing .pricing_description a, .main_cottage .main_content .address_content .description_map a, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description a, .main_cottage .main_content .included_content #plans .stories .story_description a, .main_cottage .main_content .included_content #characteristics .grid-x .item_content a, .main_cottage .main_content .top_part .content_wrap .notice a, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) a, .main_cottage .main_content .top_part .content_wrap .description a, .faq_page .faqs .accordion li .accordion-content a, .about_page .section1 .description a, .advantages .advantage .description_advantage a, .cottages-list .cottage .cottage_content .description a, .home_page .section5 .description a, .home_page .section1 .left_col .description a, .home_page .homesliderswrap .photo_slider_description a, .main_content_wrap .entry-content a, #header .main_notice .content .description a, .fancybox-container .custom-pop .description a {
  color: var(--chalet-color);
}
#header-new .main_notice .description a:hover, .page-template-template-whattodo .activities_list .activity .description_activity a:hover, .onetree .section1 .content .description a:hover, .activities_cottages_section .activities_list .activity_box .description_activity a:hover, .cottages_related_list .description-cottage a:hover, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description a:hover, .single-chalet .photo_slider_description a:hover, .description_pricing .pricing_description a:hover,
.info_pricing .pricing_description a:hover, .main_cottage .main_content .address_content .description_map a:hover, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description a:hover, .main_cottage .main_content .included_content #plans .stories .story_description a:hover, .main_cottage .main_content .included_content #characteristics .grid-x .item_content a:hover, .main_cottage .main_content .top_part .content_wrap .notice a:hover, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) a:hover, .main_cottage .main_content .top_part .content_wrap .description a:hover, .faq_page .faqs .accordion li .accordion-content a:hover, .about_page .section1 .description a:hover, .advantages .advantage .description_advantage a:hover, .cottages-list .cottage .cottage_content .description a:hover, .home_page .section5 .description a:hover, .home_page .section1 .left_col .description a:hover, .home_page .homesliderswrap .photo_slider_description a:hover, .main_content_wrap .entry-content a:hover, #header .main_notice .content .description a:hover, .fancybox-container .custom-pop .description a:hover {
  text-decoration: none;
  border: none;
}
@media print, screen and (max-width: 63.99875em) {
  #header-new .main_notice .description, .page-template-template-whattodo .activities_list .activity .description_activity, .onetree .section1 .content .description, .activities_cottages_section .activities_list .activity_box .description_activity, .cottages_related_list .description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description, .single-chalet .photo_slider_description, .description_pricing .pricing_description,
  .info_pricing .pricing_description, .main_cottage .main_content .address_content .description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description, .main_cottage .main_content .included_content #plans .stories .story_description, .main_cottage .main_content .included_content #characteristics .grid-x .item_content, .main_cottage .main_content .top_part .content_wrap .notice, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .description, .faq_page .faqs .accordion li .accordion-content, .about_page .section1 .description, .advantages .advantage .description_advantage, .cottages-list .cottage .cottage_content .description, .home_page .section5 .description, .home_page .section1 .left_col .description, .home_page .homesliderswrap .photo_slider_description, .main_content_wrap .entry-content, #header .main_notice .content .description, .fancybox-container .custom-pop .description {
    line-height: 1.4;
  }
}
@media screen and (min-width: 75em) {
  #header-new .main_notice .description, .page-template-template-whattodo .activities_list .activity .description_activity, .onetree .section1 .content .description, .activities_cottages_section .activities_list .activity_box .description_activity, .cottages_related_list .description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description, .single-chalet .photo_slider_description, .description_pricing .pricing_description,
  .info_pricing .pricing_description, .main_cottage .main_content .address_content .description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description, .main_cottage .main_content .included_content #plans .stories .story_description, .main_cottage .main_content .included_content #characteristics .grid-x .item_content, .main_cottage .main_content .top_part .content_wrap .notice, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .description, .faq_page .faqs .accordion li .accordion-content, .about_page .section1 .description, .advantages .advantage .description_advantage, .cottages-list .cottage .cottage_content .description, .home_page .section5 .description, .home_page .section1 .left_col .description, .home_page .homesliderswrap .photo_slider_description, .main_content_wrap .entry-content, #header .main_notice .content .description, .fancybox-container .custom-pop .description {
    font-size: 16px;
  }
}
#header-new .main_notice .description p, .page-template-template-whattodo .activities_list .activity .description_activity p, .onetree .section1 .content .description p, .activities_cottages_section .activities_list .activity_box .description_activity p, .cottages_related_list .description-cottage p, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description p, .single-chalet .photo_slider_description p, .description_pricing .pricing_description p,
.info_pricing .pricing_description p, .main_cottage .main_content .address_content .description_map p, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description p, .main_cottage .main_content .included_content #plans .stories .story_description p, .main_cottage .main_content .included_content #characteristics .grid-x .item_content p, .main_cottage .main_content .top_part .content_wrap .notice p, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) p, .main_cottage .main_content .top_part .content_wrap .description p, .faq_page .faqs .accordion li .accordion-content p, .about_page .section1 .description p, .advantages .advantage .description_advantage p, .cottages-list .cottage .cottage_content .description p, .home_page .section5 .description p, .home_page .section1 .left_col .description p, .home_page .homesliderswrap .photo_slider_description p, .main_content_wrap .entry-content p, #header .main_notice .content .description p, .fancybox-container .custom-pop .description p {
  line-height: inherit;
}
#header-new .main_notice .description p:last-child, .page-template-template-whattodo .activities_list .activity .description_activity p:last-child, .onetree .section1 .content .description p:last-child, .activities_cottages_section .activities_list .activity_box .description_activity p:last-child, .cottages_related_list .description-cottage p:last-child, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description p:last-child, .single-chalet .photo_slider_description p:last-child, .description_pricing .pricing_description p:last-child,
.info_pricing .pricing_description p:last-child, .main_cottage .main_content .address_content .description_map p:last-child, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description p:last-child, .main_cottage .main_content .included_content #plans .stories .story_description p:last-child, .main_cottage .main_content .included_content #characteristics .grid-x .item_content p:last-child, .main_cottage .main_content .top_part .content_wrap .notice p:last-child, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) p:last-child, .main_cottage .main_content .top_part .content_wrap .description p:last-child, .faq_page .faqs .accordion li .accordion-content p:last-child, .about_page .section1 .description p:last-child, .advantages .advantage .description_advantage p:last-child, .cottages-list .cottage .cottage_content .description p:last-child, .home_page .section5 .description p:last-child, .home_page .section1 .left_col .description p:last-child, .home_page .homesliderswrap .photo_slider_description p:last-child, .main_content_wrap .entry-content p:last-child, #header .main_notice .content .description p:last-child, .fancybox-container .custom-pop .description p:last-child {
  margin-bottom: 0;
}
#header-new .main_notice .description, .page-template-template-whattodo .activities_list .activity .description_activity, .onetree .section1 .content .small.description, .activities_cottages_section .activities_list .activity_box .small.description_activity, .cottages_related_list .small.description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .small.photo_slider_description, .single-chalet .small.photo_slider_description, .description_pricing .pricing_description,
.info_pricing .pricing_description, .main_cottage .main_content .address_content .small.description_map, .main_cottage .main_content .address_content .description_pricing .description_map.pricing_description, .description_pricing .main_cottage .main_content .address_content .description_map.pricing_description,
.main_cottage .main_content .address_content .info_pricing .description_map.pricing_description,
.info_pricing .main_cottage .main_content .address_content .description_map.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic #header-new .main_notice .item_description.description, #header-new .main_notice .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description, .main_cottage .main_content .included_content .tab_content_rule_politic .page-template-template-whattodo .activities_list .activity .item_description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .onetree .section1 .content .item_description.description, .onetree .section1 .content .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description, .main_cottage .main_content .included_content .tab_content_rule_politic .activities_cottages_section .activities_list .activity_box .item_description.description_activity, .activities_cottages_section .activities_list .activity_box .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .cottages_related_list .item_description.description-cottage, .cottages_related_list .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description-cottage, .main_cottage .main_content .included_content .tab_content_rule_politic .single-chalet .photo_slider_2col .photo_slider_text_col .item_description.photo_slider_description, .single-chalet .photo_slider_2col .photo_slider_text_col .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.photo_slider_description, .main_cottage .main_content .included_content .tab_content_rule_politic .single-chalet .item_description.photo_slider_description, .single-chalet .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.photo_slider_description, .main_cottage .main_content .included_content .tab_content_rule_politic .description_pricing .item_description.pricing_description, .description_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description,
.main_cottage .main_content .included_content .tab_content_rule_politic .info_pricing .item_description.pricing_description,
.info_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .address_content .item_description.description_map, .main_cottage .main_content .address_content .included_content .tab_content_rule_politic .item_description.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .small.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .page-template-template-whattodo .activities_list .activity .item_description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .description_pricing .item_description.pricing_description, .description_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description,
.main_cottage .main_content .included_content .tab_content_rule_politic .info_pricing .item_description.pricing_description,
.info_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description, .main_cottage .main_content .included_content #plans .stories .story_description, .main_cottage .main_content .included_content #characteristics .grid-x .item_content, .main_cottage .main_content .top_part .content_wrap .small.notice, .main_cottage .main_content .top_part .content_wrap .page-template-template-whattodo .activities_list .activity .notice.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap .notice.description_activity, .main_cottage .main_content .top_part .content_wrap .description_pricing .notice.pricing_description, .description_pricing .main_cottage .main_content .top_part .content_wrap .notice.pricing_description,
.main_cottage .main_content .top_part .content_wrap .info_pricing .notice.pricing_description,
.info_pricing .main_cottage .main_content .top_part .content_wrap .notice.pricing_description, .main_cottage .main_content .top_part .content_wrap .included_content .tab_content_rule_politic .notice.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap .notice.item_description, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .small.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item #header-new .main_notice .accordion-content.description:not(.exclude), #header-new .main_notice .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .page-template-template-whattodo .activities_list .activity .accordion-content.description_activity:not(.exclude), .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.description_activity:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .description_pricing .accordion-content.pricing_description:not(.exclude), .description_pricing .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.pricing_description:not(.exclude),
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .info_pricing .accordion-content.pricing_description:not(.exclude),
.info_pricing .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.pricing_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content .tab_content_rule_politic .accordion-content.item_description:not(.exclude), .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.item_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content #plans .stories .accordion-content.story_description:not(.exclude), .main_cottage .main_content .included_content #plans .stories .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.story_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content #characteristics .grid-x .accordion-content.item_content:not(.exclude), .main_cottage .main_content .included_content #characteristics .grid-x .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.item_content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .small.description, .main_cottage .main_content .top_part .content_wrap .page-template-template-whattodo .activities_list .activity .description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap .description.description_activity, .main_cottage .main_content .top_part .content_wrap .description_pricing .description.pricing_description, .description_pricing .main_cottage .main_content .top_part .content_wrap .description.pricing_description,
.main_cottage .main_content .top_part .content_wrap .info_pricing .description.pricing_description,
.info_pricing .main_cottage .main_content .top_part .content_wrap .description.pricing_description, .main_cottage .main_content .top_part .content_wrap .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap .description.item_description, .faq_page .faqs .accordion li .small.accordion-content, .faq_page .faqs .accordion li .page-template-template-whattodo .activities_list .activity .accordion-content.description_activity, .page-template-template-whattodo .activities_list .activity .faq_page .faqs .accordion li .accordion-content.description_activity, .faq_page .faqs .accordion li .description_pricing .accordion-content.pricing_description, .description_pricing .faq_page .faqs .accordion li .accordion-content.pricing_description,
.faq_page .faqs .accordion li .info_pricing .accordion-content.pricing_description,
.info_pricing .faq_page .faqs .accordion li .accordion-content.pricing_description, .faq_page .faqs .accordion li .main_cottage .main_content .included_content .tab_content_rule_politic .accordion-content.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .faq_page .faqs .accordion li .accordion-content.item_description, .about_page .section1 .small.description, .about_page .section1 .description_pricing .description.pricing_description, .description_pricing .about_page .section1 .description.pricing_description,
.about_page .section1 .info_pricing .description.pricing_description,
.info_pricing .about_page .section1 .description.pricing_description, .about_page .section1 .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .about_page .section1 .description.item_description, .advantages .advantage .small.description_advantage, .advantages .advantage .description_pricing .description_advantage.pricing_description, .description_pricing .advantages .advantage .description_advantage.pricing_description,
.advantages .advantage .info_pricing .description_advantage.pricing_description,
.info_pricing .advantages .advantage .description_advantage.pricing_description, .advantages .advantage .main_cottage .main_content .included_content .tab_content_rule_politic .description_advantage.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .advantages .advantage .description_advantage.item_description, .cottages-list .cottage .cottage_content .small.description, .cottages-list .cottage .cottage_content .description_pricing .description.pricing_description, .description_pricing .cottages-list .cottage .cottage_content .description.pricing_description,
.cottages-list .cottage .cottage_content .info_pricing .description.pricing_description,
.info_pricing .cottages-list .cottage .cottage_content .description.pricing_description, .cottages-list .cottage .cottage_content .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .cottages-list .cottage .cottage_content .description.item_description, .home_page .section5 .small.description, .home_page .section5 .description_pricing .description.pricing_description, .description_pricing .home_page .section5 .description.pricing_description,
.home_page .section5 .info_pricing .description.pricing_description,
.info_pricing .home_page .section5 .description.pricing_description, .home_page .section5 .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .section5 .description.item_description, .home_page .section1 .left_col .small.description, .home_page .section1 .left_col .page-template-template-whattodo .activities_list .activity .description.description_activity, .page-template-template-whattodo .activities_list .activity .home_page .section1 .left_col .description.description_activity, .home_page .section1 .left_col .description_pricing .description.pricing_description, .description_pricing .home_page .section1 .left_col .description.pricing_description,
.home_page .section1 .left_col .info_pricing .description.pricing_description,
.info_pricing .home_page .section1 .left_col .description.pricing_description, .home_page .section1 .left_col .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .section1 .left_col .description.item_description, .home_page .homesliderswrap .small.photo_slider_description, .home_page .homesliderswrap .description_pricing .photo_slider_description.pricing_description, .description_pricing .home_page .homesliderswrap .photo_slider_description.pricing_description,
.home_page .homesliderswrap .info_pricing .photo_slider_description.pricing_description,
.info_pricing .home_page .homesliderswrap .photo_slider_description.pricing_description, .home_page .homesliderswrap .main_cottage .main_content .included_content .tab_content_rule_politic .photo_slider_description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .homesliderswrap .photo_slider_description.item_description, .main_content_wrap .small.entry-content, .main_content_wrap .main_cottage .main_content .included_content .tab_content_rule_politic .entry-content.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .main_content_wrap .entry-content.item_description, #header .main_notice .content .description, .fancybox-container .custom-pop .small.description, .fancybox-container .custom-pop .description_pricing .description.pricing_description, .description_pricing .fancybox-container .custom-pop .description.pricing_description,
.fancybox-container .custom-pop .info_pricing .description.pricing_description,
.info_pricing .fancybox-container .custom-pop .description.pricing_description, .fancybox-container .custom-pop .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .fancybox-container .custom-pop .description.item_description {
  font-size: 13px;
  letter-spacing: -0.24px;
}
@media print, screen and (min-width: 40em) {
  #header-new .main_notice .description, .page-template-template-whattodo .activities_list .activity .description_activity, .onetree .section1 .content .small.description, .activities_cottages_section .activities_list .activity_box .small.description_activity, .cottages_related_list .small.description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .small.photo_slider_description, .single-chalet .small.photo_slider_description, .description_pricing .pricing_description,
  .info_pricing .pricing_description, .main_cottage .main_content .address_content .small.description_map, .main_cottage .main_content .address_content .description_pricing .description_map.pricing_description, .description_pricing .main_cottage .main_content .address_content .description_map.pricing_description,
  .main_cottage .main_content .address_content .info_pricing .description_map.pricing_description,
  .info_pricing .main_cottage .main_content .address_content .description_map.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic #header-new .main_notice .item_description.description, #header-new .main_notice .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description, .main_cottage .main_content .included_content .tab_content_rule_politic .page-template-template-whattodo .activities_list .activity .item_description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .onetree .section1 .content .item_description.description, .onetree .section1 .content .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description, .main_cottage .main_content .included_content .tab_content_rule_politic .activities_cottages_section .activities_list .activity_box .item_description.description_activity, .activities_cottages_section .activities_list .activity_box .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .cottages_related_list .item_description.description-cottage, .cottages_related_list .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description-cottage, .main_cottage .main_content .included_content .tab_content_rule_politic .single-chalet .photo_slider_2col .photo_slider_text_col .item_description.photo_slider_description, .single-chalet .photo_slider_2col .photo_slider_text_col .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.photo_slider_description, .main_cottage .main_content .included_content .tab_content_rule_politic .single-chalet .item_description.photo_slider_description, .single-chalet .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.photo_slider_description, .main_cottage .main_content .included_content .tab_content_rule_politic .description_pricing .item_description.pricing_description, .description_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description,
  .main_cottage .main_content .included_content .tab_content_rule_politic .info_pricing .item_description.pricing_description,
  .info_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .address_content .item_description.description_map, .main_cottage .main_content .address_content .included_content .tab_content_rule_politic .item_description.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .small.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .page-template-template-whattodo .activities_list .activity .item_description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.description_activity, .main_cottage .main_content .included_content .tab_content_rule_politic .description_pricing .item_description.pricing_description, .description_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description,
  .main_cottage .main_content .included_content .tab_content_rule_politic .info_pricing .item_description.pricing_description,
  .info_pricing .main_cottage .main_content .included_content .tab_content_rule_politic .item_description.pricing_description, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description, .main_cottage .main_content .included_content #plans .stories .story_description, .main_cottage .main_content .included_content #characteristics .grid-x .item_content, .main_cottage .main_content .top_part .content_wrap .small.notice, .main_cottage .main_content .top_part .content_wrap .page-template-template-whattodo .activities_list .activity .notice.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap .notice.description_activity, .main_cottage .main_content .top_part .content_wrap .description_pricing .notice.pricing_description, .description_pricing .main_cottage .main_content .top_part .content_wrap .notice.pricing_description,
  .main_cottage .main_content .top_part .content_wrap .info_pricing .notice.pricing_description,
  .info_pricing .main_cottage .main_content .top_part .content_wrap .notice.pricing_description, .main_cottage .main_content .top_part .content_wrap .included_content .tab_content_rule_politic .notice.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap .notice.item_description, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .small.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item #header-new .main_notice .accordion-content.description:not(.exclude), #header-new .main_notice .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .page-template-template-whattodo .activities_list .activity .accordion-content.description_activity:not(.exclude), .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.description_activity:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .description_pricing .accordion-content.pricing_description:not(.exclude), .description_pricing .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.pricing_description:not(.exclude),
  .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .info_pricing .accordion-content.pricing_description:not(.exclude),
  .info_pricing .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.pricing_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content .tab_content_rule_politic .accordion-content.item_description:not(.exclude), .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.item_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content #plans .stories .accordion-content.story_description:not(.exclude), .main_cottage .main_content .included_content #plans .stories .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.story_description:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .included_content #characteristics .grid-x .accordion-content.item_content:not(.exclude), .main_cottage .main_content .included_content #characteristics .grid-x .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.item_content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .small.description, .main_cottage .main_content .top_part .content_wrap .page-template-template-whattodo .activities_list .activity .description.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .top_part .content_wrap .description.description_activity, .main_cottage .main_content .top_part .content_wrap .description_pricing .description.pricing_description, .description_pricing .main_cottage .main_content .top_part .content_wrap .description.pricing_description,
  .main_cottage .main_content .top_part .content_wrap .info_pricing .description.pricing_description,
  .info_pricing .main_cottage .main_content .top_part .content_wrap .description.pricing_description, .main_cottage .main_content .top_part .content_wrap .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .top_part .content_wrap .description.item_description, .faq_page .faqs .accordion li .small.accordion-content, .faq_page .faqs .accordion li .page-template-template-whattodo .activities_list .activity .accordion-content.description_activity, .page-template-template-whattodo .activities_list .activity .faq_page .faqs .accordion li .accordion-content.description_activity, .faq_page .faqs .accordion li .description_pricing .accordion-content.pricing_description, .description_pricing .faq_page .faqs .accordion li .accordion-content.pricing_description,
  .faq_page .faqs .accordion li .info_pricing .accordion-content.pricing_description,
  .info_pricing .faq_page .faqs .accordion li .accordion-content.pricing_description, .faq_page .faqs .accordion li .main_cottage .main_content .included_content .tab_content_rule_politic .accordion-content.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .faq_page .faqs .accordion li .accordion-content.item_description, .about_page .section1 .small.description, .about_page .section1 .description_pricing .description.pricing_description, .description_pricing .about_page .section1 .description.pricing_description,
  .about_page .section1 .info_pricing .description.pricing_description,
  .info_pricing .about_page .section1 .description.pricing_description, .about_page .section1 .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .about_page .section1 .description.item_description, .advantages .advantage .small.description_advantage, .advantages .advantage .description_pricing .description_advantage.pricing_description, .description_pricing .advantages .advantage .description_advantage.pricing_description,
  .advantages .advantage .info_pricing .description_advantage.pricing_description,
  .info_pricing .advantages .advantage .description_advantage.pricing_description, .advantages .advantage .main_cottage .main_content .included_content .tab_content_rule_politic .description_advantage.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .advantages .advantage .description_advantage.item_description, .cottages-list .cottage .cottage_content .small.description, .cottages-list .cottage .cottage_content .description_pricing .description.pricing_description, .description_pricing .cottages-list .cottage .cottage_content .description.pricing_description,
  .cottages-list .cottage .cottage_content .info_pricing .description.pricing_description,
  .info_pricing .cottages-list .cottage .cottage_content .description.pricing_description, .cottages-list .cottage .cottage_content .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .cottages-list .cottage .cottage_content .description.item_description, .home_page .section5 .small.description, .home_page .section5 .description_pricing .description.pricing_description, .description_pricing .home_page .section5 .description.pricing_description,
  .home_page .section5 .info_pricing .description.pricing_description,
  .info_pricing .home_page .section5 .description.pricing_description, .home_page .section5 .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .section5 .description.item_description, .home_page .section1 .left_col .small.description, .home_page .section1 .left_col .page-template-template-whattodo .activities_list .activity .description.description_activity, .page-template-template-whattodo .activities_list .activity .home_page .section1 .left_col .description.description_activity, .home_page .section1 .left_col .description_pricing .description.pricing_description, .description_pricing .home_page .section1 .left_col .description.pricing_description,
  .home_page .section1 .left_col .info_pricing .description.pricing_description,
  .info_pricing .home_page .section1 .left_col .description.pricing_description, .home_page .section1 .left_col .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .section1 .left_col .description.item_description, .home_page .homesliderswrap .small.photo_slider_description, .home_page .homesliderswrap .description_pricing .photo_slider_description.pricing_description, .description_pricing .home_page .homesliderswrap .photo_slider_description.pricing_description,
  .home_page .homesliderswrap .info_pricing .photo_slider_description.pricing_description,
  .info_pricing .home_page .homesliderswrap .photo_slider_description.pricing_description, .home_page .homesliderswrap .main_cottage .main_content .included_content .tab_content_rule_politic .photo_slider_description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .home_page .homesliderswrap .photo_slider_description.item_description, .main_content_wrap .small.entry-content, .main_content_wrap .main_cottage .main_content .included_content .tab_content_rule_politic .entry-content.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .main_content_wrap .entry-content.item_description, #header .main_notice .content .description, .fancybox-container .custom-pop .small.description, .fancybox-container .custom-pop .description_pricing .description.pricing_description, .description_pricing .fancybox-container .custom-pop .description.pricing_description,
  .fancybox-container .custom-pop .info_pricing .description.pricing_description,
  .info_pricing .fancybox-container .custom-pop .description.pricing_description, .fancybox-container .custom-pop .main_cottage .main_content .included_content .tab_content_rule_politic .description.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .fancybox-container .custom-pop .description.item_description {
    font-size: 14px;
  }
}
#header-new .main_notice .big.description, .page-template-template-whattodo .activities_list .activity .big.description_activity, .review_form .acf-form-submit #header-new .main_notice input.description, #header-new .main_notice .review_form .acf-form-submit input.description, .review_form .acf-form-submit .page-template-template-whattodo .activities_list .activity input.description_activity, .page-template-template-whattodo .activities_list .activity .review_form .acf-form-submit input.description_activity, .onetree .section1 .content .big.description, .onetree .section1 .content .review_form .acf-form-submit input.description, .review_form .acf-form-submit .onetree .section1 .content input.description, .activities_cottages_section .activities_list .activity_box .big.description_activity, .activities_cottages_section .activities_list .activity_box .review_form .acf-form-submit input.description_activity, .review_form .acf-form-submit .activities_cottages_section .activities_list .activity_box input.description_activity, .cottages_related_list .big.description-cottage, .cottages_related_list .review_form .acf-form-submit input.description-cottage, .review_form .acf-form-submit .cottages_related_list input.description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .big.photo_slider_description, .single-chalet .big.photo_slider_description, .single-chalet .review_form .acf-form-submit input.photo_slider_description, .review_form .acf-form-submit .single-chalet input.photo_slider_description, .description_pricing .big.pricing_description, .description_pricing .review_form .acf-form-submit input.pricing_description, .review_form .acf-form-submit .description_pricing input.pricing_description,
.info_pricing .big.pricing_description,
.info_pricing .review_form .acf-form-submit input.pricing_description,
.review_form .acf-form-submit .info_pricing input.pricing_description, .main_cottage .main_content .address_content .big.description_map, .main_cottage .main_content .address_content .review_form .acf-form-submit input.description_map, .review_form .acf-form-submit .main_cottage .main_content .address_content input.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .big.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .review_form .acf-form-submit input.item_description, .review_form .acf-form-submit .main_cottage .main_content .included_content .tab_content_rule_politic input.item_description, .main_cottage .main_content .included_content #plans .stories .big.story_description, .main_cottage .main_content .included_content #plans .stories .review_form .acf-form-submit input.story_description, .review_form .acf-form-submit .main_cottage .main_content .included_content #plans .stories input.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .big.item_content, .main_cottage .main_content .included_content #characteristics .grid-x .review_form .acf-form-submit input.item_content, .review_form .acf-form-submit .main_cottage .main_content .included_content #characteristics .grid-x input.item_content, .main_cottage .main_content #header-new .main_notice .chalet_page.reserve_general_link.description, #header-new .main_notice .main_cottage .main_content .chalet_page.reserve_general_link.description, .main_cottage .main_content .page-template-template-whattodo .activities_list .activity .chalet_page.reserve_general_link.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .chalet_page.reserve_general_link.description_activity, .main_cottage .main_content .onetree .section1 .content .chalet_page.reserve_general_link.description, .onetree .section1 .content .main_cottage .main_content .chalet_page.reserve_general_link.description, .main_cottage .main_content .activities_cottages_section .activities_list .activity_box .chalet_page.reserve_general_link.description_activity, .activities_cottages_section .activities_list .activity_box .main_cottage .main_content .chalet_page.reserve_general_link.description_activity, .main_cottage .main_content .cottages_related_list .chalet_page.reserve_general_link.description-cottage, .cottages_related_list .main_cottage .main_content .chalet_page.reserve_general_link.description-cottage, .main_cottage .main_content .single-chalet .chalet_page.reserve_general_link.photo_slider_description, .single-chalet .main_cottage .main_content .chalet_page.reserve_general_link.photo_slider_description, .main_cottage .main_content .description_pricing .chalet_page.reserve_general_link.pricing_description, .description_pricing .main_cottage .main_content .chalet_page.reserve_general_link.pricing_description,
.main_cottage .main_content .info_pricing .chalet_page.reserve_general_link.pricing_description,
.info_pricing .main_cottage .main_content .chalet_page.reserve_general_link.pricing_description, .main_cottage .main_content .address_content .chalet_page.reserve_general_link.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .chalet_page.reserve_general_link.item_description, .main_cottage .main_content .included_content #plans .stories .chalet_page.reserve_general_link.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .chalet_page.reserve_general_link.item_content, .main_cottage .main_content .top_part .content_wrap .big.notice, .main_cottage .main_content .top_part .content_wrap .review_form .acf-form-submit input.notice, .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap input.notice, .main_cottage .main_content .top_part .content_wrap .notice.chalet_page.reserve_general_link, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .big.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .review_form .acf-form-submit input.accordion-content:not(.exclude), .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item input.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.chalet_page.reserve_general_link:not(.exclude), .main_cottage .main_content .top_part .content_wrap .big.description, .main_cottage .main_content .top_part .content_wrap .review_form .acf-form-submit input.description, .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap input.description, .main_cottage .main_content .top_part .content_wrap .description.chalet_page.reserve_general_link, .faq_page .faqs .accordion li .big.accordion-content, .faq_page .faqs .accordion li .review_form .acf-form-submit input.accordion-content, .review_form .acf-form-submit .faq_page .faqs .accordion li input.accordion-content, .faq_page .faqs .accordion li .main_cottage .main_content .accordion-content.chalet_page.reserve_general_link, .main_cottage .main_content .faq_page .faqs .accordion li .accordion-content.chalet_page.reserve_general_link, .about_page .section1 .big.description, .about_page .section1 .review_form .acf-form-submit input.description, .review_form .acf-form-submit .about_page .section1 input.description, .about_page .section1 .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .about_page .section1 .description.chalet_page.reserve_general_link, .advantages .advantage .big.description_advantage, .advantages .advantage .review_form .acf-form-submit input.description_advantage, .review_form .acf-form-submit .advantages .advantage input.description_advantage, .advantages .advantage .main_cottage .main_content .description_advantage.chalet_page.reserve_general_link, .main_cottage .main_content .advantages .advantage .description_advantage.chalet_page.reserve_general_link, .cottages-list .cottage .cottage_content .big.description, .cottages-list .cottage .cottage_content .review_form .acf-form-submit input.description, .review_form .acf-form-submit .cottages-list .cottage .cottage_content input.description, .cottages-list .cottage .cottage_content .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .cottages-list .cottage .cottage_content .description.chalet_page.reserve_general_link, .home_page .section5 .big.description, .home_page .section5 .review_form .acf-form-submit input.description, .review_form .acf-form-submit .home_page .section5 input.description, .home_page .section5 .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .section5 .description.chalet_page.reserve_general_link, .home_page .section1 .left_col .big.description, .home_page .section1 .left_col .review_form .acf-form-submit input.description, .review_form .acf-form-submit .home_page .section1 .left_col input.description, .home_page .section1 .left_col .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .section1 .left_col .description.chalet_page.reserve_general_link, .home_page .homesliderswrap .big.photo_slider_description, .home_page .homesliderswrap .review_form .acf-form-submit input.photo_slider_description, .review_form .acf-form-submit .home_page .homesliderswrap input.photo_slider_description, .home_page .homesliderswrap .main_cottage .main_content .photo_slider_description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .homesliderswrap .photo_slider_description.chalet_page.reserve_general_link, .main_content_wrap .big.entry-content, .main_content_wrap .review_form .acf-form-submit input.entry-content, .review_form .acf-form-submit .main_content_wrap input.entry-content, .main_content_wrap .main_cottage .main_content .entry-content.chalet_page.reserve_general_link, .main_cottage .main_content .main_content_wrap .entry-content.chalet_page.reserve_general_link, #header .main_notice .content .big.description, #header .main_notice .content .review_form .acf-form-submit input.description, .review_form .acf-form-submit #header .main_notice .content input.description, #header .main_notice .content .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content #header .main_notice .content .description.chalet_page.reserve_general_link, .fancybox-container .custom-pop .big.description, .fancybox-container .custom-pop .review_form .acf-form-submit input.description, .review_form .acf-form-submit .fancybox-container .custom-pop input.description, .fancybox-container .custom-pop .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .fancybox-container .custom-pop .description.chalet_page.reserve_general_link {
  font-size: 16px;
}
@media print, screen and (min-width: 64em) {
  #header-new .main_notice .big.description, .page-template-template-whattodo .activities_list .activity .big.description_activity, .review_form .acf-form-submit #header-new .main_notice input.description, #header-new .main_notice .review_form .acf-form-submit input.description, .review_form .acf-form-submit .page-template-template-whattodo .activities_list .activity input.description_activity, .page-template-template-whattodo .activities_list .activity .review_form .acf-form-submit input.description_activity, .onetree .section1 .content .big.description, .onetree .section1 .content .review_form .acf-form-submit input.description, .review_form .acf-form-submit .onetree .section1 .content input.description, .activities_cottages_section .activities_list .activity_box .big.description_activity, .activities_cottages_section .activities_list .activity_box .review_form .acf-form-submit input.description_activity, .review_form .acf-form-submit .activities_cottages_section .activities_list .activity_box input.description_activity, .cottages_related_list .big.description-cottage, .cottages_related_list .review_form .acf-form-submit input.description-cottage, .review_form .acf-form-submit .cottages_related_list input.description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .big.photo_slider_description, .single-chalet .big.photo_slider_description, .single-chalet .review_form .acf-form-submit input.photo_slider_description, .review_form .acf-form-submit .single-chalet input.photo_slider_description, .description_pricing .big.pricing_description, .description_pricing .review_form .acf-form-submit input.pricing_description, .review_form .acf-form-submit .description_pricing input.pricing_description,
  .info_pricing .big.pricing_description,
  .info_pricing .review_form .acf-form-submit input.pricing_description,
  .review_form .acf-form-submit .info_pricing input.pricing_description, .main_cottage .main_content .address_content .big.description_map, .main_cottage .main_content .address_content .review_form .acf-form-submit input.description_map, .review_form .acf-form-submit .main_cottage .main_content .address_content input.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .big.item_description, .main_cottage .main_content .included_content .tab_content_rule_politic .review_form .acf-form-submit input.item_description, .review_form .acf-form-submit .main_cottage .main_content .included_content .tab_content_rule_politic input.item_description, .main_cottage .main_content .included_content #plans .stories .big.story_description, .main_cottage .main_content .included_content #plans .stories .review_form .acf-form-submit input.story_description, .review_form .acf-form-submit .main_cottage .main_content .included_content #plans .stories input.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .big.item_content, .main_cottage .main_content .included_content #characteristics .grid-x .review_form .acf-form-submit input.item_content, .review_form .acf-form-submit .main_cottage .main_content .included_content #characteristics .grid-x input.item_content, .main_cottage .main_content #header-new .main_notice .chalet_page.reserve_general_link.description, #header-new .main_notice .main_cottage .main_content .chalet_page.reserve_general_link.description, .main_cottage .main_content .page-template-template-whattodo .activities_list .activity .chalet_page.reserve_general_link.description_activity, .page-template-template-whattodo .activities_list .activity .main_cottage .main_content .chalet_page.reserve_general_link.description_activity, .main_cottage .main_content .onetree .section1 .content .chalet_page.reserve_general_link.description, .onetree .section1 .content .main_cottage .main_content .chalet_page.reserve_general_link.description, .main_cottage .main_content .activities_cottages_section .activities_list .activity_box .chalet_page.reserve_general_link.description_activity, .activities_cottages_section .activities_list .activity_box .main_cottage .main_content .chalet_page.reserve_general_link.description_activity, .main_cottage .main_content .cottages_related_list .chalet_page.reserve_general_link.description-cottage, .cottages_related_list .main_cottage .main_content .chalet_page.reserve_general_link.description-cottage, .main_cottage .main_content .single-chalet .chalet_page.reserve_general_link.photo_slider_description, .single-chalet .main_cottage .main_content .chalet_page.reserve_general_link.photo_slider_description, .main_cottage .main_content .description_pricing .chalet_page.reserve_general_link.pricing_description, .description_pricing .main_cottage .main_content .chalet_page.reserve_general_link.pricing_description,
  .main_cottage .main_content .info_pricing .chalet_page.reserve_general_link.pricing_description,
  .info_pricing .main_cottage .main_content .chalet_page.reserve_general_link.pricing_description, .main_cottage .main_content .address_content .chalet_page.reserve_general_link.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .chalet_page.reserve_general_link.item_description, .main_cottage .main_content .included_content #plans .stories .chalet_page.reserve_general_link.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .chalet_page.reserve_general_link.item_content, .main_cottage .main_content .top_part .content_wrap .big.notice, .main_cottage .main_content .top_part .content_wrap .review_form .acf-form-submit input.notice, .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap input.notice, .main_cottage .main_content .top_part .content_wrap .notice.chalet_page.reserve_general_link, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .big.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .review_form .acf-form-submit input.accordion-content:not(.exclude), .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item input.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content.chalet_page.reserve_general_link:not(.exclude), .main_cottage .main_content .top_part .content_wrap .big.description, .main_cottage .main_content .top_part .content_wrap .review_form .acf-form-submit input.description, .review_form .acf-form-submit .main_cottage .main_content .top_part .content_wrap input.description, .main_cottage .main_content .top_part .content_wrap .description.chalet_page.reserve_general_link, .faq_page .faqs .accordion li .big.accordion-content, .faq_page .faqs .accordion li .review_form .acf-form-submit input.accordion-content, .review_form .acf-form-submit .faq_page .faqs .accordion li input.accordion-content, .faq_page .faqs .accordion li .main_cottage .main_content .accordion-content.chalet_page.reserve_general_link, .main_cottage .main_content .faq_page .faqs .accordion li .accordion-content.chalet_page.reserve_general_link, .about_page .section1 .big.description, .about_page .section1 .review_form .acf-form-submit input.description, .review_form .acf-form-submit .about_page .section1 input.description, .about_page .section1 .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .about_page .section1 .description.chalet_page.reserve_general_link, .advantages .advantage .big.description_advantage, .advantages .advantage .review_form .acf-form-submit input.description_advantage, .review_form .acf-form-submit .advantages .advantage input.description_advantage, .advantages .advantage .main_cottage .main_content .description_advantage.chalet_page.reserve_general_link, .main_cottage .main_content .advantages .advantage .description_advantage.chalet_page.reserve_general_link, .cottages-list .cottage .cottage_content .big.description, .cottages-list .cottage .cottage_content .review_form .acf-form-submit input.description, .review_form .acf-form-submit .cottages-list .cottage .cottage_content input.description, .cottages-list .cottage .cottage_content .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .cottages-list .cottage .cottage_content .description.chalet_page.reserve_general_link, .home_page .section5 .big.description, .home_page .section5 .review_form .acf-form-submit input.description, .review_form .acf-form-submit .home_page .section5 input.description, .home_page .section5 .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .section5 .description.chalet_page.reserve_general_link, .home_page .section1 .left_col .big.description, .home_page .section1 .left_col .review_form .acf-form-submit input.description, .review_form .acf-form-submit .home_page .section1 .left_col input.description, .home_page .section1 .left_col .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .section1 .left_col .description.chalet_page.reserve_general_link, .home_page .homesliderswrap .big.photo_slider_description, .home_page .homesliderswrap .review_form .acf-form-submit input.photo_slider_description, .review_form .acf-form-submit .home_page .homesliderswrap input.photo_slider_description, .home_page .homesliderswrap .main_cottage .main_content .photo_slider_description.chalet_page.reserve_general_link, .main_cottage .main_content .home_page .homesliderswrap .photo_slider_description.chalet_page.reserve_general_link, .main_content_wrap .big.entry-content, .main_content_wrap .review_form .acf-form-submit input.entry-content, .review_form .acf-form-submit .main_content_wrap input.entry-content, .main_content_wrap .main_cottage .main_content .entry-content.chalet_page.reserve_general_link, .main_cottage .main_content .main_content_wrap .entry-content.chalet_page.reserve_general_link, #header .main_notice .content .big.description, #header .main_notice .content .review_form .acf-form-submit input.description, .review_form .acf-form-submit #header .main_notice .content input.description, #header .main_notice .content .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content #header .main_notice .content .description.chalet_page.reserve_general_link, .fancybox-container .custom-pop .big.description, .fancybox-container .custom-pop .review_form .acf-form-submit input.description, .review_form .acf-form-submit .fancybox-container .custom-pop input.description, .fancybox-container .custom-pop .main_cottage .main_content .description.chalet_page.reserve_general_link, .main_cottage .main_content .fancybox-container .custom-pop .description.chalet_page.reserve_general_link {
    font-size: 18px;
  }
}
#header-new .main_notice .white.description, .page-template-template-whattodo .activities_list .activity .white.description_activity, .onetree .section1 .content .white.description, .activities_cottages_section .activities_list .activity_box .white.description_activity, .cottages_related_list .white.description-cottage, .single-chalet .photo_slider_2col .photo_slider_text_col .white.photo_slider_description, .single-chalet .white.photo_slider_description, .description_pricing .white.pricing_description,
.info_pricing .white.pricing_description, .main_cottage .main_content .address_content .white.description_map, .main_cottage .main_content .included_content .tab_content_rule_politic .white.item_description, .main_cottage .main_content .included_content #plans .stories .white.story_description, .main_cottage .main_content .included_content #characteristics .grid-x .white.item_content, .main_cottage .main_content .top_part .content_wrap .white.notice, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .white.accordion-content:not(.exclude), .main_cottage .main_content .top_part .content_wrap .white.description, .faq_page .faqs .accordion li .white.accordion-content, .about_page .section1 .white.description, .advantages .advantage .white.description_advantage, .cottages-list .cottage .cottage_content .white.description, .home_page .section5 .white.description, .home_page .section1 .left_col .white.description, .home_page .homesliderswrap .white.photo_slider_description, .main_content_wrap .white.entry-content, #header .main_notice .content .white.description, .fancybox-container .custom-pop .white.description {
  color: #ffffff;
}
#header-new .main_notice .description ul, .page-template-template-whattodo .activities_list .activity .description_activity ul, .onetree .section1 .content .description ul, .activities_cottages_section .activities_list .activity_box .description_activity ul, .cottages_related_list .description-cottage ul, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ul, .single-chalet .photo_slider_description ul, .description_pricing .pricing_description ul,
.info_pricing .pricing_description ul, .main_cottage .main_content .address_content .description_map ul, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description ul, .main_cottage .main_content .included_content #plans .stories .story_description ul, .main_cottage .main_content .included_content #characteristics .grid-x .item_content ul, .main_cottage .main_content .top_part .content_wrap .notice ul, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ul, .main_cottage .main_content .top_part .content_wrap .description ul, .faq_page .faqs .accordion li .accordion-content ul, .about_page .section1 .description ul, .advantages .advantage .description_advantage ul, .cottages-list .cottage .cottage_content .description ul, .home_page .section5 .description ul, .home_page .section1 .left_col .description ul, .home_page .homesliderswrap .photo_slider_description ul, .main_content_wrap .entry-content ul, #header .main_notice .content .description ul, .fancybox-container .custom-pop .description ul,
#header-new .main_notice .description ol,
.page-template-template-whattodo .activities_list .activity .description_activity ol,
.onetree .section1 .content .description ol,
.activities_cottages_section .activities_list .activity_box .description_activity ol,
.cottages_related_list .description-cottage ol,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ol,
.single-chalet .photo_slider_description ol,
.description_pricing .pricing_description ol,
.info_pricing .pricing_description ol,
.main_cottage .main_content .address_content .description_map ol,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ol,
.main_cottage .main_content .included_content #plans .stories .story_description ol,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ol,
.main_cottage .main_content .top_part .content_wrap .notice ol,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ol,
.main_cottage .main_content .top_part .content_wrap .description ol,
.faq_page .faqs .accordion li .accordion-content ol,
.about_page .section1 .description ol,
.advantages .advantage .description_advantage ol,
.cottages-list .cottage .cottage_content .description ol,
.home_page .section5 .description ol,
.home_page .section1 .left_col .description ol,
.home_page .homesliderswrap .photo_slider_description ol,
.main_content_wrap .entry-content ol,
#header .main_notice .content .description ol,
.fancybox-container .custom-pop .description ol {
  margin: 0 0 10px 0;
  list-style-position: inside;
}
#header-new .main_notice .description ul li, .page-template-template-whattodo .activities_list .activity .description_activity ul li, .onetree .section1 .content .description ul li, .activities_cottages_section .activities_list .activity_box .description_activity ul li, .cottages_related_list .description-cottage ul li, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ul li, .single-chalet .photo_slider_description ul li, .description_pricing .pricing_description ul li,
.info_pricing .pricing_description ul li, .main_cottage .main_content .address_content .description_map ul li, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description ul li, .main_cottage .main_content .included_content #plans .stories .story_description ul li, .main_cottage .main_content .included_content #characteristics .grid-x .item_content ul li, .main_cottage .main_content .top_part .content_wrap .notice ul li, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ul li, .main_cottage .main_content .top_part .content_wrap .description ul li, .faq_page .faqs .accordion li .accordion-content ul li, .about_page .section1 .description ul li, .advantages .advantage .description_advantage ul li, .cottages-list .cottage .cottage_content .description ul li, .home_page .section5 .description ul li, .home_page .section1 .left_col .description ul li, .home_page .homesliderswrap .photo_slider_description ul li, .main_content_wrap .entry-content ul li, #header .main_notice .content .description ul li, .fancybox-container .custom-pop .description ul li,
#header-new .main_notice .description ol li,
.page-template-template-whattodo .activities_list .activity .description_activity ol li,
.onetree .section1 .content .description ol li,
.activities_cottages_section .activities_list .activity_box .description_activity ol li,
.cottages_related_list .description-cottage ol li,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ol li,
.single-chalet .photo_slider_description ol li,
.description_pricing .pricing_description ol li,
.info_pricing .pricing_description ol li,
.main_cottage .main_content .address_content .description_map ol li,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ol li,
.main_cottage .main_content .included_content #plans .stories .story_description ol li,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ol li,
.main_cottage .main_content .top_part .content_wrap .notice ol li,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ol li,
.main_cottage .main_content .top_part .content_wrap .description ol li,
.faq_page .faqs .accordion li .accordion-content ol li,
.about_page .section1 .description ol li,
.advantages .advantage .description_advantage ol li,
.cottages-list .cottage .cottage_content .description ol li,
.home_page .section5 .description ol li,
.home_page .section1 .left_col .description ol li,
.home_page .homesliderswrap .photo_slider_description ol li,
.main_content_wrap .entry-content ol li,
#header .main_notice .content .description ol li,
.fancybox-container .custom-pop .description ol li {
  margin-bottom: 3px;
}
#header-new .main_notice .description ul li:last-child, .page-template-template-whattodo .activities_list .activity .description_activity ul li:last-child, .onetree .section1 .content .description ul li:last-child, .activities_cottages_section .activities_list .activity_box .description_activity ul li:last-child, .cottages_related_list .description-cottage ul li:last-child, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ul li:last-child, .single-chalet .photo_slider_description ul li:last-child, .description_pricing .pricing_description ul li:last-child,
.info_pricing .pricing_description ul li:last-child, .main_cottage .main_content .address_content .description_map ul li:last-child, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description ul li:last-child, .main_cottage .main_content .included_content #plans .stories .story_description ul li:last-child, .main_cottage .main_content .included_content #characteristics .grid-x .item_content ul li:last-child, .main_cottage .main_content .top_part .content_wrap .notice ul li:last-child, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ul li:last-child, .main_cottage .main_content .top_part .content_wrap .description ul li:last-child, .faq_page .faqs .accordion li .accordion-content ul li:last-child, .about_page .section1 .description ul li:last-child, .advantages .advantage .description_advantage ul li:last-child, .cottages-list .cottage .cottage_content .description ul li:last-child, .home_page .section5 .description ul li:last-child, .home_page .section1 .left_col .description ul li:last-child, .home_page .homesliderswrap .photo_slider_description ul li:last-child, .main_content_wrap .entry-content ul li:last-child, #header .main_notice .content .description ul li:last-child, .fancybox-container .custom-pop .description ul li:last-child,
#header-new .main_notice .description ol li:last-child,
.page-template-template-whattodo .activities_list .activity .description_activity ol li:last-child,
.onetree .section1 .content .description ol li:last-child,
.activities_cottages_section .activities_list .activity_box .description_activity ol li:last-child,
.cottages_related_list .description-cottage ol li:last-child,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ol li:last-child,
.single-chalet .photo_slider_description ol li:last-child,
.description_pricing .pricing_description ol li:last-child,
.info_pricing .pricing_description ol li:last-child,
.main_cottage .main_content .address_content .description_map ol li:last-child,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ol li:last-child,
.main_cottage .main_content .included_content #plans .stories .story_description ol li:last-child,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ol li:last-child,
.main_cottage .main_content .top_part .content_wrap .notice ol li:last-child,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ol li:last-child,
.main_cottage .main_content .top_part .content_wrap .description ol li:last-child,
.faq_page .faqs .accordion li .accordion-content ol li:last-child,
.about_page .section1 .description ol li:last-child,
.advantages .advantage .description_advantage ol li:last-child,
.cottages-list .cottage .cottage_content .description ol li:last-child,
.home_page .section5 .description ol li:last-child,
.home_page .section1 .left_col .description ol li:last-child,
.home_page .homesliderswrap .photo_slider_description ol li:last-child,
.main_content_wrap .entry-content ol li:last-child,
#header .main_notice .content .description ol li:last-child,
.fancybox-container .custom-pop .description ol li:last-child {
  margin: 0;
}
#header-new .main_notice .description ul ul, .page-template-template-whattodo .activities_list .activity .description_activity ul ul, .onetree .section1 .content .description ul ul, .activities_cottages_section .activities_list .activity_box .description_activity ul ul, .cottages_related_list .description-cottage ul ul, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ul ul, .single-chalet .photo_slider_description ul ul, .description_pricing .pricing_description ul ul,
.info_pricing .pricing_description ul ul, .main_cottage .main_content .address_content .description_map ul ul, .main_cottage .main_content .included_content .tab_content_rule_politic .item_description ul ul, .main_cottage .main_content .included_content #plans .stories .story_description ul ul, .main_cottage .main_content .included_content #characteristics .grid-x .item_content ul ul, .main_cottage .main_content .top_part .content_wrap .notice ul ul, .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ul ul, .main_cottage .main_content .top_part .content_wrap .description ul ul, .faq_page .faqs .accordion li .accordion-content ul ul, .about_page .section1 .description ul ul, .advantages .advantage .description_advantage ul ul, .cottages-list .cottage .cottage_content .description ul ul, .home_page .section5 .description ul ul, .home_page .section1 .left_col .description ul ul, .home_page .homesliderswrap .photo_slider_description ul ul, .main_content_wrap .entry-content ul ul, #header .main_notice .content .description ul ul, .fancybox-container .custom-pop .description ul ul,
#header-new .main_notice .description ul ol,
.page-template-template-whattodo .activities_list .activity .description_activity ul ol,
.onetree .section1 .content .description ul ol,
.activities_cottages_section .activities_list .activity_box .description_activity ul ol,
.cottages_related_list .description-cottage ul ol,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ul ol,
.single-chalet .photo_slider_description ul ol,
.description_pricing .pricing_description ul ol,
.info_pricing .pricing_description ul ol,
.main_cottage .main_content .address_content .description_map ul ol,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ul ol,
.main_cottage .main_content .included_content #plans .stories .story_description ul ol,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ul ol,
.main_cottage .main_content .top_part .content_wrap .notice ul ol,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ul ol,
.main_cottage .main_content .top_part .content_wrap .description ul ol,
.faq_page .faqs .accordion li .accordion-content ul ol,
.about_page .section1 .description ul ol,
.advantages .advantage .description_advantage ul ol,
.cottages-list .cottage .cottage_content .description ul ol,
.home_page .section5 .description ul ol,
.home_page .section1 .left_col .description ul ol,
.home_page .homesliderswrap .photo_slider_description ul ol,
.main_content_wrap .entry-content ul ol,
#header .main_notice .content .description ul ol,
.fancybox-container .custom-pop .description ul ol,
#header-new .main_notice .description ol ul,
.page-template-template-whattodo .activities_list .activity .description_activity ol ul,
.onetree .section1 .content .description ol ul,
.activities_cottages_section .activities_list .activity_box .description_activity ol ul,
.cottages_related_list .description-cottage ol ul,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ol ul,
.single-chalet .photo_slider_description ol ul,
.description_pricing .pricing_description ol ul,
.info_pricing .pricing_description ol ul,
.main_cottage .main_content .address_content .description_map ol ul,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ol ul,
.main_cottage .main_content .included_content #plans .stories .story_description ol ul,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ol ul,
.main_cottage .main_content .top_part .content_wrap .notice ol ul,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ol ul,
.main_cottage .main_content .top_part .content_wrap .description ol ul,
.faq_page .faqs .accordion li .accordion-content ol ul,
.about_page .section1 .description ol ul,
.advantages .advantage .description_advantage ol ul,
.cottages-list .cottage .cottage_content .description ol ul,
.home_page .section5 .description ol ul,
.home_page .section1 .left_col .description ol ul,
.home_page .homesliderswrap .photo_slider_description ol ul,
.main_content_wrap .entry-content ol ul,
#header .main_notice .content .description ol ul,
.fancybox-container .custom-pop .description ol ul,
#header-new .main_notice .description ol ol,
.page-template-template-whattodo .activities_list .activity .description_activity ol ol,
.onetree .section1 .content .description ol ol,
.activities_cottages_section .activities_list .activity_box .description_activity ol ol,
.cottages_related_list .description-cottage ol ol,
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description ol ol,
.single-chalet .photo_slider_description ol ol,
.description_pricing .pricing_description ol ol,
.info_pricing .pricing_description ol ol,
.main_cottage .main_content .address_content .description_map ol ol,
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description ol ol,
.main_cottage .main_content .included_content #plans .stories .story_description ol ol,
.main_cottage .main_content .included_content #characteristics .grid-x .item_content ol ol,
.main_cottage .main_content .top_part .content_wrap .notice ol ol,
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) ol ol,
.main_cottage .main_content .top_part .content_wrap .description ol ol,
.faq_page .faqs .accordion li .accordion-content ol ol,
.about_page .section1 .description ol ol,
.advantages .advantage .description_advantage ol ol,
.cottages-list .cottage .cottage_content .description ol ol,
.home_page .section5 .description ol ol,
.home_page .section1 .left_col .description ol ol,
.home_page .homesliderswrap .photo_slider_description ol ol,
.main_content_wrap .entry-content ol ol,
#header .main_notice .content .description ol ol,
.fancybox-container .custom-pop .description ol ol {
  margin: 0 0 20px 20px;
}

.home_page .section2 .glide__bullets,
.home_page .section4 .glide__bullets, .photo_slider .glide__bullets {
  padding: 0 25px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .home_page .section2 .glide__bullets,
  .home_page .section4 .glide__bullets, .photo_slider .glide__bullets {
    position: absolute;
    bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.home_page .section5 h1,
.home_page .section5 h2, .home_page .section1 .left_col .first_content h1,
.home_page .section1 .left_col .first_content h2 {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
@media print, screen and (min-width: 40em) {
  .home_page .section5 h1,
  .home_page .section5 h2, .home_page .section1 .left_col .first_content h1,
  .home_page .section1 .left_col .first_content h2 {
    font-size: 4.4vw;
    line-height: 4.4vw;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 h1,
  .home_page .section5 h2, .home_page .section1 .left_col .first_content h1,
  .home_page .section1 .left_col .first_content h2 {
    font-size: 4.1vw;
    line-height: 4.1vw;
  }
}
@media (min-width: 120rem) {
  .home_page .section5 h1,
  .home_page .section5 h2, .home_page .section1 .left_col .first_content h1,
  .home_page .section1 .left_col .first_content h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

.form_box .form_title, .page-template-template-whattodo .header-counter, .blog_page .blog_title .grid-x .the_title, .home_page .section1 .left_col .second_content .content_right h1,
.home_page .section1 .left_col .second_content .content_right h2, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .form_box .form_title, .page-template-template-whattodo .header-counter, .blog_page .blog_title .grid-x .the_title, .home_page .section1 .left_col .second_content .content_right h1,
  .home_page .section1 .left_col .second_content .content_right h2, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    line-height: 2.3vw;
    font-size: 2.1vw;
  }
}
@media (min-width: 120rem) {
  .form_box .form_title, .page-template-template-whattodo .header-counter, .blog_page .blog_title .grid-x .the_title, .home_page .section1 .left_col .second_content .content_right h1,
  .home_page .section1 .left_col .second_content .content_right h2, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    font-size: 40px;
    line-height: 45px;
  }
}

.cottages-list .cottage .cottage_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .cottage_title {
    font-size: 24px;
  }
}

.review_form .acf-form-submit input, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a, .main_cottage .main_content .chalet_page.reserve_general_link, .home_page .section5 .link a, a.reserve_general_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 14px;
  transition: color 250ms, background-color 250ms;
}
@media print, screen and (min-width: 40em) {
  .review_form .acf-form-submit input, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a, .main_cottage .main_content .chalet_page.reserve_general_link, .home_page .section5 .link a, a.reserve_general_link {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.review_form .acf-form-submit input svg path, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a svg path, .main_cottage .main_content .chalet_page.reserve_general_link svg path, .home_page .section5 .link a svg path, a.reserve_general_link svg path {
  fill: black;
  transition: fill 250ms;
}
.review_form .acf-form-submit input .icon, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a .icon, .main_cottage .main_content .chalet_page.reserve_general_link .icon, .home_page .section5 .link a .icon, a.reserve_general_link .icon {
  display: flex;
  margin-right: 10px;
}
.review_form .acf-form-submit input:hover, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a:hover, .main_cottage .main_content .chalet_page.reserve_general_link:hover, .home_page .section5 .link a:hover, a.reserve_general_link:hover {
  background-color: #000;
  color: white;
}
.review_form .acf-form-submit input:hover svg path, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a:hover svg path, .main_cottage .main_content .chalet_page.reserve_general_link:hover svg path, .home_page .section5 .link a:hover svg path, a.reserve_general_link:hover svg path {
  fill: white;
}
.review_form .acf-form-submit input.full, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a.full, .main_cottage .main_content .chalet_page.reserve_general_link, .main_cottage .main_content .review_form .acf-form-submit input.testimonies, .review_form .acf-form-submit .main_cottage .main_content input.testimonies, .main_cottage .main_content .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a.testimonies, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn .main_cottage .main_content a.testimonies, .home_page .section5 .link a.full, .home_page .section5 .link .main_cottage .main_content a.testimonies, .main_cottage .main_content .home_page .section5 .link a.testimonies, a.full.reserve_general_link, .main_cottage .main_content a.reserve_general_link.testimonies {
  width: 100%;
}
.review_form .acf-form-submit input.caps, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a.caps, .main_cottage .main_content .chalet_page.reserve_general_link, .home_page .section5 .link a.caps, a.caps.reserve_general_link {
  text-transform: uppercase;
  font-size: 13px;
}
@media print, screen and (min-width: 40em) {
  .review_form .acf-form-submit input.caps, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a.caps, .main_cottage .main_content .chalet_page.reserve_general_link, .home_page .section5 .link a.caps, a.caps.reserve_general_link {
    font-size: 14px;
  }
}
.review_form .acf-form-submit input, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a.big, .main_cottage .main_content .chalet_page.reserve_general_link, .home_page .section5 .link a.big, a.big.reserve_general_link {
  padding: 15px 25px;
}
.review_form .acf-form-submit input br, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a br, .main_cottage .main_content .chalet_page.reserve_general_link br, .home_page .section5 .link a br, a.reserve_general_link br {
  display: none;
}

.cottages-list .cottage .bottom .reserve a, .home_page .section5 .link a, a.reserve_general_link.reverse_button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.cottages-list .cottage .bottom .reserve a svg path, .home_page .section5 .link a svg path, a.reserve_general_link.reverse_button svg path {
  fill: #fff;
}
.cottages-list .cottage .bottom .reserve a:hover, .home_page .section5 .link a:hover, a.reserve_general_link.reverse_button:hover {
  background-color: #fff;
  color: #000;
}
.cottages-list .cottage .bottom .reserve a:hover svg path, .home_page .section5 .link a:hover svg path, a.reserve_general_link.reverse_button:hover svg path {
  fill: #000;
}

.review_form .acf-form-submit input, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a, .main_cottage .main_content .chalet_page.reserve_general_link {
  background-color: #4e78a4;
  color: #fff;
  border: 1px solid #4e78a4;
}
.review_form .acf-form-submit input svg path, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a svg path, .main_cottage .main_content .chalet_page.reserve_general_link svg path {
  fill: #fff;
}
.review_form .acf-form-submit input:hover, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a:hover, .main_cottage .main_content .chalet_page.reserve_general_link:hover {
  background-color: #fff;
  color: #000;
}
.review_form .acf-form-submit input:hover svg path, .page-template-template-offers .gifts .offer_bg .gift_wrap .btn a:hover svg path, .main_cottage .main_content .chalet_page.reserve_general_link:hover svg path {
  fill: #000;
}

.groupes_page_sub .two_col_map .content .title, .onetree .section1 .content .title, .onetree .main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title, .single-chalet .photo_slider_title,
.single-chalet .included_content_title,
.single-chalet .related_cottages_title,
.single-chalet .reservation_title,
.single-chalet .pricing_title,
.single-chalet .testimonies_title,
.single-chalet .address_title, .section_testimonies .main_title .title, .section_advantages .main_title .title, .section_cottages .main_title .title, .home_page .homesliderswrap .photo_slider_title, #main_content.corpo .reservation_title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 28px;
  font-style: normal;
  letter-spacing: 1.75px;
  line-height: 34px;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_map .content .title, .onetree .section1 .content .title, .onetree .main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title, .single-chalet .photo_slider_title,
  .single-chalet .included_content_title,
  .single-chalet .related_cottages_title,
  .single-chalet .reservation_title,
  .single-chalet .pricing_title,
  .single-chalet .testimonies_title,
  .single-chalet .address_title, .section_testimonies .main_title .title, .section_advantages .main_title .title, .section_cottages .main_title .title, .home_page .homesliderswrap .photo_slider_title, #main_content.corpo .reservation_title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    font-size: 34px;
    letter-spacing: 2.35px;
    line-height: 38px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_map .content .title, .onetree .section1 .content .title, .onetree .main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title, .single-chalet .photo_slider_title,
  .single-chalet .included_content_title,
  .single-chalet .related_cottages_title,
  .single-chalet .reservation_title,
  .single-chalet .pricing_title,
  .single-chalet .testimonies_title,
  .single-chalet .address_title, .section_testimonies .main_title .title, .section_advantages .main_title .title, .section_cottages .main_title .title, .home_page .homesliderswrap .photo_slider_title, #main_content.corpo .reservation_title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    font-size: 47px;
    line-height: 45px;
  }
}
.groupes_page_sub .two_col_map .content .title strong, .onetree .section1 .content .title strong, .onetree .main_title strong, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title strong, .single-chalet .photo_slider_title strong,
.single-chalet .included_content_title strong,
.single-chalet .related_cottages_title strong,
.single-chalet .reservation_title strong,
.single-chalet .pricing_title strong,
.single-chalet .testimonies_title strong,
.single-chalet .address_title strong, .section_testimonies .main_title .title strong, .section_advantages .main_title .title strong, .section_cottages .main_title .title strong, .home_page .homesliderswrap .photo_slider_title strong, #main_content.corpo .reservation_title strong, .page-template-template-offers .subheader_text strong, .page-template-template-book .subheader_text strong {
  font-weight: 700;
}
.groupes_page_sub .two_col_map .content .title, .onetree .section1 .content .smaller.title, .onetree .section1 .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .onetree .section1 .content .title, .onetree .section1 .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .onetree .section1 .content .title, .onetree .main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title, .single-chalet .smaller.photo_slider_title, .single-chalet .groupes_page_sub .two_col_txt .content .photo_slider_title.title, .groupes_page_sub .two_col_txt .content .single-chalet .photo_slider_title.title, .single-chalet .groupes_page_sub .two_col_txt_3_img .content .photo_slider_title.title, .groupes_page_sub .two_col_txt_3_img .content .single-chalet .photo_slider_title.title,
.single-chalet .smaller.included_content_title,
.single-chalet .groupes_page_sub .two_col_txt .content .included_content_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .included_content_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .included_content_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .included_content_title.title,
.single-chalet .smaller.related_cottages_title,
.single-chalet .groupes_page_sub .two_col_txt .content .related_cottages_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .related_cottages_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .related_cottages_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .related_cottages_title.title,
.single-chalet .smaller.reservation_title,
.single-chalet .groupes_page_sub .two_col_txt .content .reservation_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .reservation_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .reservation_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .reservation_title.title,
.single-chalet .smaller.pricing_title,
.single-chalet .groupes_page_sub .two_col_txt .content .pricing_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .pricing_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .pricing_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .pricing_title.title,
.single-chalet .smaller.testimonies_title,
.single-chalet .groupes_page_sub .two_col_txt .content .testimonies_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .testimonies_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .testimonies_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .testimonies_title.title,
.single-chalet .smaller.address_title,
.single-chalet .groupes_page_sub .two_col_txt .content .address_title.title,
.groupes_page_sub .two_col_txt .content .single-chalet .address_title.title,
.single-chalet .groupes_page_sub .two_col_txt_3_img .content .address_title.title,
.groupes_page_sub .two_col_txt_3_img .content .single-chalet .address_title.title, .section_testimonies .main_title .smaller.title, .section_testimonies .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_testimonies .main_title .title, .section_testimonies .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_testimonies .main_title .title, .section_testimonies .main_title .onetree .title.main_title, .onetree .section_testimonies .main_title .title.main_title, .section_advantages .main_title .smaller.title, .section_advantages .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_advantages .main_title .title, .section_advantages .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_advantages .main_title .title, .section_advantages .main_title .onetree .title.main_title, .onetree .section_advantages .main_title .title.main_title, .section_cottages .main_title .smaller.title, .section_cottages .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_cottages .main_title .title, .section_cottages .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_cottages .main_title .title, .section_cottages .main_title .onetree .title.main_title, .onetree .section_cottages .main_title .title.main_title, .home_page .homesliderswrap .photo_slider_title, #main_content.corpo .reservation_title, .page-template-template-offers .smaller.subheader_text, .page-template-template-offers .groupes_page_sub .two_col_txt .content .subheader_text.title, .groupes_page_sub .two_col_txt .content .page-template-template-offers .subheader_text.title, .page-template-template-offers .groupes_page_sub .two_col_txt_3_img .content .subheader_text.title, .groupes_page_sub .two_col_txt_3_img .content .page-template-template-offers .subheader_text.title, .page-template-template-book .smaller.subheader_text, .page-template-template-book .groupes_page_sub .two_col_txt .content .subheader_text.title, .groupes_page_sub .two_col_txt .content .page-template-template-book .subheader_text.title, .page-template-template-book .groupes_page_sub .two_col_txt_3_img .content .subheader_text.title, .groupes_page_sub .two_col_txt_3_img .content .page-template-template-book .subheader_text.title {
  font-size: 26px;
  letter-spacing: 1.7px;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_map .content .title, .onetree .section1 .content .smaller.title, .onetree .section1 .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .onetree .section1 .content .title, .onetree .section1 .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .onetree .section1 .content .title, .onetree .main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title, .single-chalet .smaller.photo_slider_title, .single-chalet .groupes_page_sub .two_col_txt .content .photo_slider_title.title, .groupes_page_sub .two_col_txt .content .single-chalet .photo_slider_title.title, .single-chalet .groupes_page_sub .two_col_txt_3_img .content .photo_slider_title.title, .groupes_page_sub .two_col_txt_3_img .content .single-chalet .photo_slider_title.title,
  .single-chalet .smaller.included_content_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .included_content_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .included_content_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .included_content_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .included_content_title.title,
  .single-chalet .smaller.related_cottages_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .related_cottages_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .related_cottages_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .related_cottages_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .related_cottages_title.title,
  .single-chalet .smaller.reservation_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .reservation_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .reservation_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .reservation_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .reservation_title.title,
  .single-chalet .smaller.pricing_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .pricing_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .pricing_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .pricing_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .pricing_title.title,
  .single-chalet .smaller.testimonies_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .testimonies_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .testimonies_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .testimonies_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .testimonies_title.title,
  .single-chalet .smaller.address_title,
  .single-chalet .groupes_page_sub .two_col_txt .content .address_title.title,
  .groupes_page_sub .two_col_txt .content .single-chalet .address_title.title,
  .single-chalet .groupes_page_sub .two_col_txt_3_img .content .address_title.title,
  .groupes_page_sub .two_col_txt_3_img .content .single-chalet .address_title.title, .section_testimonies .main_title .smaller.title, .section_testimonies .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_testimonies .main_title .title, .section_testimonies .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_testimonies .main_title .title, .section_testimonies .main_title .onetree .title.main_title, .onetree .section_testimonies .main_title .title.main_title, .section_advantages .main_title .smaller.title, .section_advantages .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_advantages .main_title .title, .section_advantages .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_advantages .main_title .title, .section_advantages .main_title .onetree .title.main_title, .onetree .section_advantages .main_title .title.main_title, .section_cottages .main_title .smaller.title, .section_cottages .main_title .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt .content .section_cottages .main_title .title, .section_cottages .main_title .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .two_col_txt_3_img .content .section_cottages .main_title .title, .section_cottages .main_title .onetree .title.main_title, .onetree .section_cottages .main_title .title.main_title, .home_page .homesliderswrap .photo_slider_title, #main_content.corpo .reservation_title, .page-template-template-offers .smaller.subheader_text, .page-template-template-offers .groupes_page_sub .two_col_txt .content .subheader_text.title, .groupes_page_sub .two_col_txt .content .page-template-template-offers .subheader_text.title, .page-template-template-offers .groupes_page_sub .two_col_txt_3_img .content .subheader_text.title, .groupes_page_sub .two_col_txt_3_img .content .page-template-template-offers .subheader_text.title, .page-template-template-book .smaller.subheader_text, .page-template-template-book .groupes_page_sub .two_col_txt .content .subheader_text.title, .groupes_page_sub .two_col_txt .content .page-template-template-book .subheader_text.title, .page-template-template-book .groupes_page_sub .two_col_txt_3_img .content .subheader_text.title, .groupes_page_sub .two_col_txt_3_img .content .page-template-template-book .subheader_text.title {
    font-size: 34px;
  }
}
.groupes_page_sub .two_col_map .content .smallest.title, .onetree .section1 .content .title, .onetree .smallest.main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .smallest.photo_slider_title, .single-chalet .smallest.photo_slider_title,
.single-chalet .smallest.included_content_title,
.single-chalet .smallest.related_cottages_title,
.single-chalet .smallest.reservation_title,
.single-chalet .smallest.pricing_title,
.single-chalet .smallest.testimonies_title,
.single-chalet .smallest.address_title, .section_testimonies .main_title .smallest.title, .section_advantages .main_title .smallest.title, .section_cottages .main_title .title, .home_page .homesliderswrap .smallest.photo_slider_title, #main_content.corpo .smallest.reservation_title, #main_content.corpo .onetree .section1 .content .reservation_title.title, .onetree .section1 .content #main_content.corpo .reservation_title.title, #main_content.corpo .section_cottages .main_title .reservation_title.title, .section_cottages .main_title #main_content.corpo .reservation_title.title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
  font-size: 22px;
  letter-spacing: 2.16px;
  line-height: 31px;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_map .content .smallest.title, .onetree .section1 .content .title, .onetree .smallest.main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .smallest.photo_slider_title, .single-chalet .smallest.photo_slider_title,
  .single-chalet .smallest.included_content_title,
  .single-chalet .smallest.related_cottages_title,
  .single-chalet .smallest.reservation_title,
  .single-chalet .smallest.pricing_title,
  .single-chalet .smallest.testimonies_title,
  .single-chalet .smallest.address_title, .section_testimonies .main_title .smallest.title, .section_advantages .main_title .smallest.title, .section_cottages .main_title .title, .home_page .homesliderswrap .smallest.photo_slider_title, #main_content.corpo .smallest.reservation_title, #main_content.corpo .onetree .section1 .content .reservation_title.title, .onetree .section1 .content #main_content.corpo .reservation_title.title, #main_content.corpo .section_cottages .main_title .reservation_title.title, .section_cottages .main_title #main_content.corpo .reservation_title.title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    font-size: 24px;
    line-height: 33px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_map .content .smallest.title, .onetree .section1 .content .title, .onetree .smallest.main_title, .single-chalet .photo_slider_2col .photo_slider_text_col .smallest.photo_slider_title, .single-chalet .smallest.photo_slider_title,
  .single-chalet .smallest.included_content_title,
  .single-chalet .smallest.related_cottages_title,
  .single-chalet .smallest.reservation_title,
  .single-chalet .smallest.pricing_title,
  .single-chalet .smallest.testimonies_title,
  .single-chalet .smallest.address_title, .section_testimonies .main_title .smallest.title, .section_advantages .main_title .smallest.title, .section_cottages .main_title .title, .home_page .homesliderswrap .smallest.photo_slider_title, #main_content.corpo .smallest.reservation_title, #main_content.corpo .onetree .section1 .content .reservation_title.title, .onetree .section1 .content #main_content.corpo .reservation_title.title, #main_content.corpo .section_cottages .main_title .reservation_title.title, .section_cottages .main_title #main_content.corpo .reservation_title.title, .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    font-size: 28px;
    line-height: 37px;
  }
}

.main_cottage .main_content .address_content .carte_title, .main_cottage .main_content .included_content .tab_content_rule_politic .item_title, .main_cottage .main_content .included_content #characteristics .grid-x .item_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .address_content .carte_title, .main_cottage .main_content .included_content .tab_content_rule_politic .item_title, .main_cottage .main_content .included_content #characteristics .grid-x .item_title {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .address_content .carte_title, .main_cottage .main_content .included_content .tab_content_rule_politic .item_title, .main_cottage .main_content .included_content #characteristics .grid-x .item_title {
    font-size: 20px;
  }
}

.main_cottage .main_content .top_part .promo_wrapper, .cottages-list .cottage.is_promo .promo_wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_wrapper, .cottages-list .cottage.is_promo .promo_wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .promo_wrapper, .cottages-list .cottage.is_promo .promo_wrapper {
    min-height: 55px;
  }
}
.main_cottage .main_content .top_part .promo_banner_item, .cottages-list .cottage.is_promo .promo_banner_item {
  max-width: 100%;
  width: 100%;
  background-color: #5e882e;
  display: flex;
  align-items: center;
  padding: 9px 15px 5px 15px;
  flex: 1 1 auto;
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .top_part .promo_banner_item, .cottages-list .cottage.is_promo .promo_banner_item {
    width: 50%;
    padding: 9px 5px 5px 10px;
  }
}
.main_cottage .main_content .top_part .promo_banner_item .promo_banner_title, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_title {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 15px;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_banner_title, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_title {
    font-size: 14px;
  }
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_banner_title, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_title {
    font-size: 12px;
  }
}
@media (min-width: 1800px) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_banner_title, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_title {
    font-size: 14px;
  }
}
.main_cottage .main_content .top_part .promo_banner_item .promo_banner_title + .promo_banner_subtitle, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_title + .promo_banner_subtitle {
  margin-top: 5px;
}
.main_cottage .main_content .top_part .promo_banner_item .promo_banner_subtitle, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_subtitle {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_banner_subtitle, .cottages-list .cottage.is_promo .promo_banner_item .promo_banner_subtitle {
    font-size: 14px;
  }
}
.main_cottage .main_content .top_part .promo_banner_item .promo_icon, .cottages-list .cottage.is_promo .promo_banner_item .promo_icon {
  margin-right: 15px;
  padding: 5px 0;
}
.main_cottage .main_content .top_part .promo_banner_item .promo_icon img, .cottages-list .cottage.is_promo .promo_banner_item .promo_icon img,
.main_cottage .main_content .top_part .promo_banner_item .promo_icon svg,
.cottages-list .cottage.is_promo .promo_banner_item .promo_icon svg {
  display: block;
  max-width: 30px;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_icon img, .cottages-list .cottage.is_promo .promo_banner_item .promo_icon img,
  .main_cottage .main_content .top_part .promo_banner_item .promo_icon svg,
  .cottages-list .cottage.is_promo .promo_banner_item .promo_icon svg {
    max-width: 40px;
  }
}
@media (min-width: 1800px) {
  .main_cottage .main_content .top_part .promo_banner_item .promo_icon img, .cottages-list .cottage.is_promo .promo_banner_item .promo_icon img,
  .main_cottage .main_content .top_part .promo_banner_item .promo_icon svg,
  .cottages-list .cottage.is_promo .promo_banner_item .promo_icon svg {
    max-width: 60px;
  }
}
.main_cottage .main_content .top_part .promo_timer_item, .cottages-list .cottage.is_promo .promo_timer_item {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 15px 20px;
  align-content: center;
  border-right: 4px solid #5e882e;
  border-left: 4px solid #5e882e;
}
.main_cottage .main_content .top_part .promo_timer_item.with_p_code, .cottages-list .cottage.is_promo .promo_timer_item.with_p_code {
  padding: 0;
  margin-top: 3px;
}
.main_cottage .main_content .top_part .promo_timer_item.with_p_code .promo_timer, .cottages-list .cottage.is_promo .promo_timer_item.with_p_code .promo_timer {
  margin: 0;
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .promo_timer_item.with_p_code .promo_timer, .cottages-list .cottage.is_promo .promo_timer_item.with_p_code .promo_timer {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_timer_item, .cottages-list .cottage.is_promo .promo_timer_item {
    width: auto;
    justify-content: flex-end;
    padding: 9px 20px 5px 20px;
    border: none;
  }
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .top_part .promo_timer_item, .cottages-list .cottage.is_promo .promo_timer_item {
    width: 50%;
    padding: 9px 10px 5px 5px;
  }
}
.main_cottage .main_content .top_part .promo_timer_item .promo_timer, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer {
  white-space: nowrap;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 13px;
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer {
    text-align: right;
  }
}
.main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 7px;
  white-space: nowrap;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
    text-align: right;
  }
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
    font-size: 13px;
    white-space: normal;
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
    white-space: nowrap;
    font-size: 14px;
  }
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
    font-size: 12px;
    white-space: normal;
  }
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text span, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text span {
    display: inline-block;
  }
}
@media (min-width: 1700px) {
  .main_cottage .main_content .top_part .promo_timer_item .promo_timer_text, .cottages-list .cottage.is_promo .promo_timer_item .promo_timer_text {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 40em) {
  .cottages-list .cottage.is_promo .promo_wrapper {
    flex-wrap: nowrap;
  }
}

.page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
  text-align: center;
  margin: 50px auto;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-offers .subheader_text, .page-template-template-book .subheader_text {
    margin: 80px auto;
  }
}
.page-template-template-offers .subheader_text p, .page-template-template-book .subheader_text p {
  line-height: inherit;
  margin: 0;
}
.page-template-template-offers .subheader_text br, .page-template-template-book .subheader_text br {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .subheader_text br, .page-template-template-book .subheader_text br {
    display: block;
  }
}

.review_form .global_rating,
.review_form .evaluations,
.review_form .profil,
.review_form .comment_box, .review_form .review_intro {
  border-bottom: 1px solid #d0d0d0;
  padding-top: 35px;
  padding-bottom: 35px;
}

#book_engine form .options .dropdown {
  width: 100%;
  max-width: 1380px;
  left: 0 !important;
}
#book_engine form .options .dropdown .dropdownitem {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -10px;
  cursor: default;
  padding: 40px 20px 0 20px;
}
@media print, screen and (min-width: 64em) {
  #book_engine form .options .dropdown .dropdownitem {
    padding: 20px 20px 0 20px;
  }
}
#book_engine form .options .dropdown .dropdownitem .option {
  width: calc(50% - 10px);
  overflow: hidden;
  min-height: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media print, screen and (min-width: 40em) {
  #book_engine form .options .dropdown .dropdownitem .option {
    width: calc(25% - 10px);
  }
}
#book_engine form .options .dropdown .dropdownitem .option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#book_engine form .options .dropdown .dropdownitem .option input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  max-width: 100%;
}
#book_engine form .options .dropdown .dropdownitem .option input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 2px;
  border: 1px solid #000000;
  transition: background-color 250ms;
}
@media print, screen and (min-width: 40em) {
  #book_engine form .options .dropdown .dropdownitem .option input + label:before {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    border: 2px solid #000000;
  }
}
#book_engine form .options .dropdown .dropdownitem .option input:hover + label:before {
  background: #000;
}
#book_engine form .options .dropdown .dropdownitem .option input:checked + label:before {
  background: #000;
}
#book_engine form .options .dropdown .dropdownitem .option input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 40em) {
  #book_engine form .options .dropdown .dropdownitem .option input:checked + label:after {
    left: 7px;
    top: 12px;
  }
}

#book_engine form .dropdown, #booking_engine .dropdown_trigger .dropdown {
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(112, 112, 112, 0.24);
  background-color: #ffffff;
}
#book_engine form .dropdown .dropdownitem, #booking_engine .dropdown_trigger .dropdown .dropdownitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#book_engine form .dropdown .dropdownitem .label-item, #booking_engine .dropdown_trigger .dropdown .dropdownitem .label-item {
  max-width: calc(100% - 120px);
  width: 100%;
}
#book_engine form .dropdown .dropdownitem .label-item span, #booking_engine .dropdown_trigger .dropdown .dropdownitem .label-item span {
  color: #e34646;
  display: block;
}
#book_engine form .dropdown .dropdownitem .action-item, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item {
  margin-left: 20px;
  display: flex;
  width: 100%;
  flex: 1 1 120px;
  max-width: 120px;
  align-items: center;
  justify-content: space-between;
}
#book_engine form .dropdown .dropdownitem .action-item input, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item input {
  margin: 0;
  width: 40px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
}
#book_engine form .dropdown .dropdownitem .action-item input::-webkit-inner-spin-button, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item input::-webkit-inner-spin-button, #book_engine form .dropdown .dropdownitem .action-item input::-webkit-outer-spin-button, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item input::-webkit-outer-spin-button {
  display: none;
}
#book_engine form .dropdown .dropdownitem .action-item button, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  transition: background-color 250ms;
  cursor: pointer;
}
#book_engine form .dropdown .dropdownitem .action-item button:disabled, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button:disabled {
  cursor: not-allowed;
}
#book_engine form .dropdown .dropdownitem .action-item button:hover:not(:disabled), #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button:hover:not(:disabled) {
  background-color: #000;
}
#book_engine form .dropdown .dropdownitem .action-item button:hover:not(:disabled) svg path, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button:hover:not(:disabled) svg path {
  fill: white;
}
#book_engine form .dropdown .dropdownitem .action-item button svg, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button svg {
  display: block;
  width: 15px;
  height: auto;
}
#book_engine form .dropdown .dropdownitem .action-item button svg path, #booking_engine .dropdown_trigger .dropdown .dropdownitem .action-item button svg path {
  fill: black;
  transition: fill 250ms;
}
#book_engine form .dropdown .dropdownitem:last-child, #booking_engine .dropdown_trigger .dropdown .dropdownitem:last-child {
  border: none;
}

.groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .title_top {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.15;
  letter-spacing: -1.619px;
  text-transform: uppercase;
}
.groupes_page_sub .two_col_txt .content .title br, .groupes_page_sub .two_col_txt_3_img .content .title br, .groupes_page_sub .title_top br {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .content .title br, .groupes_page_sub .two_col_txt_3_img .content .title br, .groupes_page_sub .title_top br {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .title_top {
    font-size: 40px;
  }
}
@media screen and (min-width: 75em) {
  .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .title_top {
    font-size: 50px;
  }
}
.groupes_page_sub .two_col_txt .content .title strong, .groupes_page_sub .two_col_txt_3_img .content .title strong, .groupes_page_sub .title_top strong {
  font-weight: 500;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .content .title, .groupes_page_sub .two_col_txt_3_img .content .title, .groupes_page_sub .smaller.title_top, .groupes_page_sub .two_col_map .content .title_top.title, .onetree .groupes_page_sub .main_title.title_top, .groupes_page_sub .onetree .main_title.title_top, .single-chalet .photo_slider_2col .photo_slider_text_col .groupes_page_sub .photo_slider_title.title_top, .groupes_page_sub .single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title.title_top, .home_page .homesliderswrap .groupes_page_sub .photo_slider_title.title_top, .groupes_page_sub .home_page .homesliderswrap .photo_slider_title.title_top, #main_content.corpo .groupes_page_sub .two_col_txt .content .reservation_title.title, .groupes_page_sub .two_col_txt .content #main_content.corpo .reservation_title.title, #main_content.corpo .groupes_page_sub .two_col_txt_3_img .content .reservation_title.title, .groupes_page_sub .two_col_txt_3_img .content #main_content.corpo .reservation_title.title, #main_content.corpo .groupes_page_sub .reservation_title.title_top, .groupes_page_sub #main_content.corpo .reservation_title.title_top {
    font-size: 40px;
  }
}

.page-template-template-groupes .section_testimonies, .home_page .section8 {
  background-color: #c2cad8;
  padding: 120px 0;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .section_testimonies, .home_page .section8 {
    padding: 100px 0;
  }
}
.page-template-template-groupes .section_testimonies .testimonies, .home_page .section8 .testimonies {
  max-width: 100rem;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .section_testimonies .testimonies, .home_page .section8 .testimonies {
    padding: 0 80px;
  }
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__arrows, .home_page .section8 .testimonies_carousel .glide__arrows {
  width: calc(100% + 140px);
  left: -70px;
  padding: 0;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__arrows button, .home_page .section8 .testimonies_carousel .glide__arrows button {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__arrows button svg, .home_page .section8 .testimonies_carousel .glide__arrows button svg {
  width: 12px;
  height: 12px;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__arrows button:hover, .home_page .section8 .testimonies_carousel .glide__arrows button:hover {
  background-color: #000;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__arrows button:hover svg path, .home_page .section8 .testimonies_carousel .glide__arrows button:hover svg path {
  fill: #fff;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__bullets, .home_page .section8 .testimonies_carousel .glide__bullets {
  justify-content: center;
  max-width: 200px;
  margin: 30px auto 0 auto;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__bullets button, .home_page .section8 .testimonies_carousel .glide__bullets button {
  border-color: #2b353e;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__bullets button.glide__bullet--active, .home_page .section8 .testimonies_carousel .glide__bullets button.glide__bullet--active {
  background-color: #2b353e;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide, .home_page .section8 .testimonies_carousel .glide__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide .glide__slide_wrap, .home_page .section8 .testimonies_carousel .glide__slide .glide__slide_wrap {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.15px;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide .glide__slide_wrap .stars, .home_page .section8 .testimonies_carousel .glide__slide .glide__slide_wrap .stars {
  width: calc(var(--rating) / 5 * 100%);
  font-size: 20px;
  margin: 0;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide .glide__slide_wrap .date_name_wrap, .home_page .section8 .testimonies_carousel .glide__slide .glide__slide_wrap .date_name_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide .glide__slide_wrap .testimony, .home_page .section8 .testimonies_carousel .glide__slide .glide__slide_wrap .testimony {
  margin-top: 15px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .section_testimonies .testimonies_carousel .glide__slide .glide__slide_wrap, .home_page .section8 .testimonies_carousel .glide__slide .glide__slide_wrap {
    max-width: 260px;
  }
}

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
:root {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #ffc400;
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  --chalet-bg-color: #F7F2EB;
  --custom-beige: #ffeec8;
  --chalet-color: #181818;
  background-color: var(--chalet-bg-color);
}
body #main_content {
  background-color: var(--chalet-bg-color);
}
body .off-canvas-wrapper {
  min-height: 100vh;
}

a.no_link {
  cursor: default;
}

button:focus {
  outline: none;
}

.lazystart {
  opacity: 1;
  transition: opacity 250ms;
}
.lazystart.lazyImageWaiting {
  opacity: 0;
  transition: opacity 250ms;
}

.flatpickr-day.selected {
  background-color: #4e78a4;
  border-color: #4e78a4;
}

.off-canvas-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--chalet-bg-color);
}
.off-canvas-content #header {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.off-canvas-content #main_content {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content #main_content {
    margin-bottom: 100px;
  }
}
.off-canvas-content #main_content.home_page, .off-canvas-content #main_content.groupes_page_sub {
  margin-bottom: 0;
}
.off-canvas-content #footer {
  margin-top: auto;
}

.glide,
.activities_slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide *,
.activities_slider * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  margin: 0;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}
@media screen and (min-width: 75em) {
  .glide__arrows {
    padding: 0 30px;
  }
}
.glide__arrows button {
  pointer-events: all;
  width: 39px;
  height: 39px;
  cursor: pointer;
  scale: 1;
  transition: scale 250ms;
}
.glide__arrows button:hover {
  scale: 1.1;
}
.glide__arrows button svg {
  display: block;
  width: 100%;
  height: auto;
}
.glide__arrows.blog button {
  background-color: transparent;
  border: none;
  width: 20px;
}
.glide__arrows.blog button svg {
  width: 20px;
}
@media print, screen and (min-width: 64em) {
  .glide__arrows.blog button {
    width: 30px;
  }
  .glide__arrows.blog button svg {
    width: 30px;
  }
}
.glide__arrows.v2 {
  padding: 0;
}
.glide__arrows.v2 button {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 67px;
  border-radius: 0;
  position: relative;
}
.glide__arrows.v2 button .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.glide__arrows.v2 button .bg svg {
  display: block;
  width: 30px;
  height: 67px;
}
.glide__arrows.v2 button .arrow svg {
  display: block;
  width: 12px;
  position: relative;
  z-index: 2;
  height: auto;
  translate: 0 0;
  transition: translate 250ms;
}
.glide__arrows.v2 button.glide__arrow--left {
  translate: -3px 0;
}
.glide__arrows.v2 button.glide__arrow--left:hover .arrow svg {
  translate: -2px 0;
}
.glide__arrows.v2 button.glide__arrow--right {
  translate: 3px 0;
}
.glide__arrows.v2 button.glide__arrow--right:hover .arrow svg {
  translate: 2px 0;
}

.glide__bullets {
  margin-left: auto;
  display: flex;
  pointer-events: none;
  flex-wrap: wrap;
}
.glide__bullets .glide__bullet {
  pointer-events: all;
  border: 1px solid var(--chalet-color);
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background-color: transparent;
  border-radius: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: background-color 250ms;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .glide__bullets .glide__bullet {
    border: 3px solid var(--chalet-color);
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 10px;
  }
}
.glide__bullets .glide__bullet--active, .glide__bullets .glide__bullet:hover {
  background-color: var(--chalet-color);
}
.glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}
.glide__bullets.smaller .glide__bullet, .groupes_page_sub .two_col_map .content .glide__bullets.title .glide__bullet, .groupes_page_sub .two_col_txt .content .glide__bullets.title .glide__bullet, .groupes_page_sub .two_col_txt_3_img .content .glide__bullets.title .glide__bullet, .onetree .glide__bullets.main_title .glide__bullet, .single-chalet .photo_slider_2col .photo_slider_text_col .glide__bullets.photo_slider_title .glide__bullet, .home_page .homesliderswrap .glide__bullets.photo_slider_title .glide__bullet, #main_content.corpo .glide__bullets.reservation_title .glide__bullet {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-width: 1px;
  margin-right: 5px;
}
.glide__bullets.smaller .glide__bullet--active, .groupes_page_sub .two_col_map .content .glide__bullets.title .glide__bullet--active, .groupes_page_sub .two_col_txt .content .glide__bullets.title .glide__bullet--active, .groupes_page_sub .two_col_txt_3_img .content .glide__bullets.title .glide__bullet--active, .onetree .glide__bullets.main_title .glide__bullet--active, .single-chalet .photo_slider_2col .photo_slider_text_col .glide__bullets.photo_slider_title .glide__bullet--active, .home_page .homesliderswrap .glide__bullets.photo_slider_title .glide__bullet--active, #main_content.corpo .glide__bullets.reservation_title .glide__bullet--active, .glide__bullets.smaller .glide__bullet:hover, .groupes_page_sub .two_col_map .content .glide__bullets.title .glide__bullet:hover, .groupes_page_sub .two_col_txt .content .glide__bullets.title .glide__bullet:hover, .groupes_page_sub .two_col_txt_3_img .content .glide__bullets.title .glide__bullet:hover, .onetree .glide__bullets.main_title .glide__bullet:hover, .single-chalet .photo_slider_2col .photo_slider_text_col .glide__bullets.photo_slider_title .glide__bullet:hover, .home_page .homesliderswrap .glide__bullets.photo_slider_title .glide__bullet:hover, #main_content.corpo .glide__bullets.reservation_title .glide__bullet:hover {
  background-color: var(--chalet-color);
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

a.reserve_general_link .icon {
  max-width: 25px;
}
a.reserve_general_link svg {
  width: 25px;
  height: 23px;
  display: block;
}
a.reserve_general_link.no_reserve {
  font-size: 14px;
}

.star_rating .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  margin-right: 5px;
}
.star_rating .stars::before {
  content: "★★★★★";
  letter-spacing: 0px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.star_rating .stars.single::before {
  content: "★";
}
.star_rating .rating {
  display: flex;
  align-items: center;
}
.star_rating .star_rating_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}
.star_rating .text_rating {
  font-family: "Neue Montreal", sans-serif;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 15px;
  text-align: left;
  color: #000000;
}
@media print, screen and (min-width: 40em) {
  .star_rating .text_rating {
    font-size: 12px;
  }
}
.star_rating .text_rating .rate_total {
  color: #4e78a4;
  font-weight: 700;
  display: block;
}
.star_rating.single_rate .star_rating_title {
  font-size: 16px;
  font-weight: 600;
}
.star_rating.single_rate .text_rating {
  font-size: 15px;
  color: #000000;
  line-height: 1;
  display: flex;
  font-weight: 600;
}
.star_rating.single_rate .text_rating .rate_total {
  color: #000000;
  font-weight: 300;
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.star_rating.single_rate .text_rating .rate_total:hover {
  text-decoration: none;
}

.photo_slider {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .photo_slider {
    margin-bottom: 100px;
  }
}
.photo_slider .glide__slide img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 768px;
}
@media print, screen and (max-width: 63.99875em) {
  .photo_slider .glide__arrows button {
    width: 20px;
    height: 20px;
  }
}
.photo_slider .glide__bullets {
  display: none;
}

.full_slider .glide__slide,
.photo_slider .glide__slide {
  position: relative;
}
.full_slider .glide__slide .legend_bg,
.photo_slider .glide__slide .legend_bg {
  display: none;
  background-image: linear-gradient(182deg, rgba(0, 0, 0, 0) 0%, #141414 100%);
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
.full_slider .glide__slide .legend,
.photo_slider .glide__slide .legend {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 20px;
  left: 20px;
  background-color: rgba(24, 24, 24, 0.6);
  border-radius: 5px;
  padding: 10px;
  color: #ffeec8;
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(10px, 0.9259259259vw, 16px);
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  max-width: calc(100% - 60px);
}
.full_slider .glide__slide .legend strong,
.photo_slider .glide__slide .legend strong {
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  .full_slider .glide__slide .legend,
  .photo_slider .glide__slide .legend {
    top: 30px;
    left: 30px;
  }
}

.tippy-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-family: "Neue Montreal", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 30px;
}
.tippy-box a {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}
.tippy-box a:hover {
  color: #000;
}
.tippy-box .tippy-arrow {
  color: #fff;
}
.tippy-box[data-theme=error] {
  font-weight: normal;
  font-size: 14px;
  color: red;
}
.flatpickr-calendar .tippy-box {
  font-size: 14px;
}

.fancybox-container .custom-pop {
  padding: 30px !important;
  max-width: 620px !important;
}
.fancybox-container .custom-pop .title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .custom-pop .title {
    font-size: 20px;
  }
}
.fancybox-container .custom-pop .subtitle {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
  margin-top: -25px;
  margin-bottom: 20px;
}
.fancybox-container .custom-pop .image {
  margin: 20px 0;
}
.fancybox-container .custom-pop .image img {
  display: block;
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}
.fancybox-container .custom-pop .fancybox-button {
  border: 2px solid black;
  border-radius: 100%;
  top: 15px;
  right: 15px;
}
.fancybox-container .custom-pop .fancybox-button svg {
  transform: scale(1.5);
}

#review_col_module {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-bottom: 70px;
}
@media print, screen and (min-width: 40em) {
  #review_col_module {
    flex-wrap: nowrap;
  }
}
#review_col_module .review_item {
  border-radius: 48px;
  background-color: #fff;
  padding: 25px;
  width: calc(50% - 13px);
}
@media print, screen and (min-width: 40em) {
  #review_col_module .review_item {
    width: 195px;
    height: 210px;
  }
}
#review_col_module .review_item .review_item_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#review_col_module .review_item .review_item_wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
#review_col_module .review_item .review_item_wrap .number {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 0.55px;
}
@media print, screen and (min-width: 40em) {
  #review_col_module .review_item .review_item_wrap .number {
    font-size: 55px;
  }
}
#review_col_module .review_item .review_item_wrap .text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.15px;
}
#review_col_module .review_item .review_item_wrap .logo {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
@media print, screen and (min-width: 64em) {
  #header {
    position: absolute;
  }
}
@media print, screen and (max-width: 74.99875em) {
  #header .sticky {
    top: 0 !important;
  }
}
#header .sticky.is-stuck {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
#header .main_notice {
  background-color: rgba(240, 240, 240, 0.9);
  padding: 15px 20px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  #header .main_notice .info {
    padding: 0;
  }
}
#header .main_notice .icon {
  display: flex;
  width: 25px;
  height: 25px;
  border: 2px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#header .main_notice .icon svg {
  display: block;
  width: 5px;
  height: auto;
}
#header .main_notice .icon svg path {
  fill: #000;
}
@media print, screen and (min-width: 64em) {
  #header .main_notice .content {
    padding-left: 0;
  }
}
#header .main_notice .content .title {
  color: #000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.41px;
  line-height: normal;
  text-align: left;
  margin-bottom: 5px;
}
#header .main_notice .content .description {
  color: #000;
}
#header .main_notice .content .description a {
  color: #000;
  text-decoration: underline;
}
#header .main_notice .content .description a:hover {
  text-decoration: none;
}
#header .main_notice .content .close_notice {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 250ms;
  transform: translateY(-50%);
  height: 18px;
}
#header .main_notice .content .close_notice svg path {
  fill: #000;
}
#header .main_notice .content .close_notice:hover {
  opacity: 0.7;
}
#header .top-bar {
  align-items: center;
  transition: background-color 250ms;
}
@media print, screen and (max-width: 74.99875em) {
  #header .top-bar {
    background-color: #000;
  }
}
body.open_menu #header .top-bar {
  background-color: black;
}

#header .top-bar #main-nav > li > ul {
  padding: 20px;
  width: auto;
}
#header .top-bar #main-nav > li > ul.js-dropdown-active {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#header .top-bar #main-nav > li > ul li {
  margin: 0;
}
#header .top-bar #main-nav > li > ul li a {
  color: #000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  position: relative;
  display: inline-block;
}
#header .top-bar #main-nav > li > ul li a:before {
  content: "";
  height: 1px;
  background-color: #000;
  width: 0;
  transition: width 250ms;
  will-change: width;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#header .top-bar #main-nav > li > ul li a:hover:before {
  width: 100%;
}
#header .top-bar #main-nav > li > ul li.current_page_item a:before {
  width: 100%;
}
#header .top-bar ul.menu {
  background: transparent;
  align-items: center;
}
#header .top-bar ul ul:not(.is-dropdown-submenu) {
  display: none;
}
#header .top-bar ul li.active > a, #header .top-bar ul li.is-active > a {
  background-color: transparent;
}
#header .top-bar ul li.active > a:before, #header .top-bar ul li.is-active > a:before {
  width: 100%;
}
#header .top-bar ul li.active > a:after, #header .top-bar ul li.is-active > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#header .top-bar ul > li {
  margin: 0 20px;
}
#header .top-bar ul > li:first-child {
  margin-left: 0;
}
#header .top-bar ul > li:last-child {
  margin-right: 0;
}
#header .top-bar ul > li.lang-item a {
  text-transform: uppercase;
}
#header .top-bar ul > li > a {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  position: relative;
}
#header .top-bar ul > li > a:before {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  transition: width 250ms;
  will-change: width;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#header .top-bar ul > li > a:hover:before {
  width: 100%;
}
#header .top-bar ul > li > a.reserve_general_link {
  color: #000000;
  padding: 10px 25px;
}
#header .top-bar ul > li > a.reserve_general_link:before {
  display: none;
}
#header .top-bar ul > li > a.reserve_general_link:hover {
  background-color: #000;
  color: white;
}
#header .top-bar ul.main-nav-right > li:last-child {
  margin-right: 40px;
}
#header .top-bar .submenu.menu {
  background-color: #fff;
  top: 48px;
  width: 100vw;
  left: -30px;
  padding: 30px;
  align-items: flex-start;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  flex-wrap: wrap;
  max-height: calc(100vh - 75px);
  overflow: auto;
}
#header .top-bar .submenu.menu .links {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
#header .top-bar .submenu.menu .links a {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  padding-top: 0;
  position: relative;
  display: inline-flex;
  padding-bottom: 10px;
  cursor: pointer;
  margin: 0 40px;
  border-bottom: 1px solid transparent;
}
#header .top-bar .submenu.menu .links a:before {
  display: none;
}
#header .top-bar .submenu.menu .links a.active {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
#header .top-bar .submenu.menu .links a.active:after {
  content: "";
  background-image: url(../images/submenu-icon-right-black.png);
  margin: 0;
  right: -15px;
  width: 8px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(calc(-50% - 5px)) rotate(90deg);
}
#header .top-bar .submenu.menu .links .seperator {
  display: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
#header .top-bar .submenu.menu .data {
  width: 100%;
}
#header .top-bar .submenu.menu .data .item {
  padding: 0 20px;
  width: 20%;
  margin-bottom: 20px;
}
#header .top-bar .submenu.menu .data .item:last-child {
  margin-right: auto;
}
#header .top-bar .submenu.menu .data .item a {
  padding: 0;
}
#header .top-bar .submenu.menu .data .item a img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center top;
}
#header .top-bar .submenu.menu .data .item .title {
  margin-top: 10px;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}
#header .top-bar .submenu.menu .data .item .title a {
  color: #000000;
  display: block;
}
#header .top-bar .submenu.menu .data .item .title br {
  display: none;
}
#header .top-bar .submenu.menu .data .item .title .subtitle_menu {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
#header .top-bar .submenu.menu .data .item .description {
  margin-top: 5px;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
#header .top-bar .top-bar-left {
  flex: 0 1 auto;
  width: 50%;
  display: flex;
  align-items: center;
}
#header .top-bar .top-bar-right {
  flex: 0 1 auto;
  width: 50%;
  justify-content: flex-end;
  display: flex;
}
#header .menu_mobile {
  position: absolute;
  width: auto;
  right: 15px;
  padding: 10px 0 10px 15px;
}
@media print, screen and (min-width: 64em) {
  #header .menu_mobile {
    right: 30px;
  }
}
#header .main_logo {
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}
#header .main_logo a {
  display: block;
}
#header .main_logo img {
  max-width: 140px;
  display: block;
}
@media print, screen and (min-width: 64em) {
  #header .main_logo img {
    max-width: 175px;
  }
}
#header .cottages {
  margin-right: 50px;
}
#header .cottages > li > a {
  background-color: transparent;
}
#header .cottages > li > a:after {
  background-image: url(../images/submenu-icon-white.png);
  width: 9px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 250ms;
}
#header .cottages .items {
  display: none;
}
#header .cottages .items.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px -20px -20px;
}
#header .cottages .is-dropdown-submenu {
  width: 100vw;
  flex-direction: row;
}
#header .cottages .is-dropdown-submenu.js-dropdown-active {
  display: flex;
}
#header .cottages .is-dropdown-submenu .links {
  width: auto;
}

.menu_bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms;
}
body.open_menu .menu_bg {
  opacity: 1;
}

#off-canvas .logo {
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#off-canvas .logo svg {
  max-width: 120px;
  display: block;
  height: auto;
  margin: 0 auto;
}
#off-canvas .reserve_general_link {
  padding: 15px 20px;
  background-color: transparent;
  color: #000;
}
#off-canvas .menu li a {
  padding: 15px 20px;
}
#off-canvas .menu ul li a {
  padding-left: 40px;
}

@media print, screen and (min-width: 64em) {
  body.blog .sticky:not(.is-stuck) .top-bar,
  body.blog .sticky:not(.is-stuck) .top-bar ul,
  body.archive .sticky:not(.is-stuck) .top-bar,
  body.archive .sticky:not(.is-stuck) .top-bar ul {
    background-color: transparent;
  }
}

@media print, screen and (min-width: 64em) {
  body.single-post .sticky:not(.is-stuck) .top-bar,
  body.single-post .sticky:not(.is-stuck) .top-bar ul {
    background-color: #000;
  }
}

#page-header {
  position: relative;
  z-index: 10;
  width: 100%;
  /* Make both lines match the longest one */
}
@media print, screen and (min-width: 64em) {
  #page-header {
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  #page-header .wrap_title.make_sub_as_title .subtitle {
    font-size: 3.7vw !important;
  }
}
@media (min-width: 120rem) {
  #page-header .wrap_title.make_sub_as_title .subtitle {
    font-size: 73px !important;
  }
}
#page-header .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#page-header .bg img,
#page-header .bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-header .bg.video {
  background-repeat: no-repeat;
  background-image: url("../images/loading.gif");
  background-position: center center;
}
#page-header.full-height {
  max-height: 60vh;
  min-height: 0;
  height: 100vh;
}
@media print, screen and (min-width: 64em) {
  #page-header.full-height {
    max-height: 75vh;
  }
}
@media screen and (min-width: 75em) {
  #page-header.full-height {
    max-height: 855px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.full-height.video-type {
    max-height: 700px;
  }
}
#page-header.half-height {
  max-height: 60vh;
  min-height: 0;
  height: 100vh;
}
@media print, screen and (min-width: 64em) {
  #page-header.half-height {
    max-height: 575px;
  }
}
#page-header.video-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#page-header.video-type .bg:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-template-book #page-header.video-type {
  overflow: visible;
  z-index: 10;
}
@media print, screen and (max-width: 63.99875em) {
  .page-template-template-book #page-header.video-type {
    max-height: 90vh;
  }
}

#page-header.video-type .content_wrap {
  position: relative;
  z-index: 2;
}
#page-header.video-type .content_wrap .cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  #page-header.video-type .content_wrap {
    padding-top: 50px;
  }
}
#page-header.video-type:not(.custom_titling):not(.blog_header_main) h1,
#page-header.video-type:not(.custom_titling):not(.blog_header_main) h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #page-header.video-type:not(.custom_titling):not(.blog_header_main) h1,
  #page-header.video-type:not(.custom_titling):not(.blog_header_main) h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.video-type:not(.custom_titling):not(.blog_header_main) h1,
  #page-header.video-type:not(.custom_titling):not(.blog_header_main) h2 {
    font-size: 52px;
    line-height: 52px;
  }
}
#page-header.video-type:not(.custom_titling):not(.blog_header_main) h1.title {
  font-weight: 900;
  letter-spacing: 3.46px;
}
#page-header.video-type:not(.custom_titling):not(.blog_header_main) h2.subtitle {
  font-weight: 300;
  letter-spacing: -0.99px;
  margin-left: 10px;
}
#page-header.custom_titling .content_wrap {
  width: 100%;
}
#page-header.custom_titling .content_wrap .cell {
  display: block;
}
#page-header.custom_titling .content_wrap .cell h1,
#page-header.custom_titling .content_wrap .cell h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
@media print, screen and (min-width: 40em) {
  #page-header.custom_titling .content_wrap .cell h1,
  #page-header.custom_titling .content_wrap .cell h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.custom_titling .content_wrap .cell h1,
  #page-header.custom_titling .content_wrap .cell h2 {
    font-size: 4.68vw;
    line-height: 4.47vw;
  }
}
@media (min-width: 120rem) {
  #page-header.custom_titling .content_wrap .cell h1,
  #page-header.custom_titling .content_wrap .cell h2 {
    font-size: 90px;
    line-height: 86px;
  }
}
#page-header.custom_titling .content_wrap .cell h1 {
  text-align: left;
  font-weight: 700;
}
#page-header.custom_titling .content_wrap .cell h2 {
  text-align: left;
  font-weight: 100;
}
#page-header.blog_header_main {
  height: 100vh;
  max-height: 400px;
}
@media print, screen and (min-width: 64em) {
  #page-header.blog_header_main {
    max-height: 550px;
  }
}
@media screen and (min-width: 75em) {
  #page-header.blog_header_main {
    max-height: 630px;
  }
}
#page-header.blog_header_main:not(.has_featured) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-header.blog_header_main.has_featured .content_wrap {
  padding-top: 70px;
}
@media print, screen and (min-width: 64em) {
  #page-header.blog_header_main.has_featured .content_wrap {
    padding-top: 100px;
  }
}
#page-header.blog_header_main .content_wrap {
  max-width: 86.25rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
#page-header.blog_header_main .content_wrap .cell {
  display: block;
}
#page-header.blog_header_main .content_wrap .cell h1 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  #page-header.blog_header_main .content_wrap .cell h1 {
    white-space: nowrap;
  }
}
#page-header.blog_header_main .content_wrap .cell h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
  text-align: center;
}
#page-header.blog_header_main .bg img {
  z-index: 1;
}
#page-header.blog_header_main .bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page-header.image-type:not(.blog_header_main) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-header.image-type:not(.blog_header_main) .content_wrap {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  #page-header.image-type:not(.blog_header_main) .content_wrap {
    padding-top: 50px;
  }
}
#page-header.image-type:not(.blog_header_main) .content_wrap h1,
#page-header.image-type:not(.blog_header_main) .content_wrap h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #page-header.image-type:not(.blog_header_main) .content_wrap h1,
  #page-header.image-type:not(.blog_header_main) .content_wrap h2 {
    font-size: 45px;
    line-height: 44px;
  }
}
#page-header.image-type:not(.blog_header_main) .content_wrap h1.title {
  font-weight: 900;
  letter-spacing: 3.46px;
}
#page-header.image-type:not(.blog_header_main) .content_wrap h2.subtitle {
  font-weight: 300;
  letter-spacing: -0.99px;
}
@media print, screen and (min-width: 40em) {
  #page-header.image-type:not(.blog_header_main) .content_wrap h2.subtitle {
    line-height: 44px;
  }
}
#page-header.image-type:not(.blog_header_main).full-height .content_wrap h1,
#page-header.image-type:not(.blog_header_main).full-height .content_wrap h2 {
  font-size: 30px;
  line-height: 30px;
}
@media print, screen and (min-width: 40em) {
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h1,
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h1,
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h2 {
    font-size: 4.68vw;
    line-height: 4.47vw;
  }
}
@media (min-width: 120rem) {
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h1,
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h2 {
    font-size: 90px;
    line-height: 86px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h1.title {
    letter-spacing: 0.36vw;
  }
}
@media (min-width: 120rem) {
  #page-header.image-type:not(.blog_header_main).full-height .content_wrap h1.title {
    letter-spacing: 6.93px;
  }
}
#page-header.image-type:not(.blog_header_main).full-height .content_wrap h2.subtitle {
  letter-spacing: -1.98px;
  font-weight: 100;
}
@media (min-height: 1000px) {
  #page-header.slider-type {
    max-height: 1080px;
  }
}
#page-header.slider-type #reserve_widget {
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-width: 960px;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  #page-header.slider-type #reserve_widget {
    position: absolute;
    height: 120px;
    padding: 30px 40px;
  }
}
#page-header.slider-type .bullets {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 110rem;
  bottom: 130px;
}
#page-header.slider-type .content_wrap {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 110rem;
  min-height: 85vh;
}
@media print, screen and (max-width: 39.99875em) {
  #page-header.slider-type .content_wrap {
    min-height: calc(85vh - 85px);
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.slider-type .content_wrap {
    min-height: 0;
    padding-bottom: 120px;
    justify-content: center;
  }
}
#page-header.slider-type .content_wrap .grid-x {
  height: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  #page-header.slider-type .content_wrap .grid-x {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#page-header.slider-type .content_wrap .title_wrap {
  padding-right: 0;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
@media print, screen and (max-width: 74.99875em) {
  #page-header.slider-type .content_wrap .title_wrap {
    margin-bottom: 15px;
  }
}
#page-header.slider-type .content_wrap .title_wrap h1,
#page-header.slider-type .content_wrap .title_wrap h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
@media print, screen and (min-width: 40em) {
  #page-header.slider-type .content_wrap .title_wrap h1,
  #page-header.slider-type .content_wrap .title_wrap h2 {
    font-size: 40px;
    line-height: 0.9;
  }
}
@media print, screen and (min-width: 64em) {
  #page-header.slider-type .content_wrap .title_wrap h1,
  #page-header.slider-type .content_wrap .title_wrap h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 75em) {
  #page-header.slider-type .content_wrap .title_wrap h1,
  #page-header.slider-type .content_wrap .title_wrap h2 {
    font-size: 5.2vw;
  }
}
@media (min-width: 120rem) {
  #page-header.slider-type .content_wrap .title_wrap h1,
  #page-header.slider-type .content_wrap .title_wrap h2 {
    font-size: 100px;
  }
}
#page-header.slider-type .content_wrap .title_wrap h1.title {
  letter-spacing: 0.48vw;
  font-weight: 900;
}
.single-chalet #page-header.slider-type .content_wrap .title_wrap h1.title {
  font-weight: 100;
  letter-spacing: -2.66px;
}

@media print, screen and (max-width: 74.99875em) {
  #page-header.slider-type .content_wrap .title_wrap h1.title {
    margin-bottom: 15px;
    letter-spacing: 3px;
    max-width: 745px;
  }
}
#page-header.slider-type .content_wrap .title_wrap h2.subtitle {
  letter-spacing: -2.66px;
  font-weight: 100;
}
.single-chalet #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
  letter-spacing: 0.48vw;
  font-weight: 900;
}
@media print, screen and (max-width: 74.99875em) {
  .single-chalet #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
}

@media print, screen and (max-width: 74.99875em) {
  #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
    max-width: 745px;
  }
}
#page-header.slider-type .content_wrap .description_wrap {
  padding-bottom: 50px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1680px) {
  #page-header.slider-type .content_wrap .description_wrap {
    transform: translateX(-20%);
  }
}
#page-header.slider-type .content_wrap .description_wrap.small-pad {
  padding-bottom: 20px;
}
#page-header.slider-type .content_wrap .description_wrap .border {
  border-top: 1px solid white;
  margin-bottom: 15px;
}
#page-header.slider-type .content_wrap .description_wrap .title_desc {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  #page-header.slider-type .content_wrap .description_wrap .title_desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 90em) {
  #page-header.slider-type .content_wrap .description_wrap .title_desc {
    font-size: 26px;
  }
}
#page-header.slider-type .content_wrap .description_wrap .subtitle_desc {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  #page-header.slider-type .content_wrap .description_wrap .subtitle_desc {
    font-size: 14px;
  }
}
#page-header.slider-type.simple-carousel .content_wrap {
  padding-left: 70px;
  padding-right: 70px;
}
#page-header.slider-type.simple-carousel #carousel {
  position: absolute;
}
#page-header.slider-type #carousel {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}
@media print, screen and (min-width: 64em) {
  #page-header.slider-type #carousel {
    position: absolute;
  }
}
#page-header.slider-type #carousel .glide {
  height: 100%;
}
#page-header.slider-type #carousel .glide .glide__track {
  height: 100%;
}
#page-header.slider-type #carousel .glide .glide__track .glide__slides {
  height: 100%;
}
#page-header.slider-type #carousel .glide .glide__track .glide__slides .glide__slide {
  position: relative;
  height: 100%;
}
@media (min-width: 1680px) {
  #page-header.slider-type #carousel .glide__bullets {
    transform: translateX(-20%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  #page-header.slider-type #carousel .bullets {
    bottom: 20px;
  }
  #page-header.slider-type #carousel .bullets .glide__bullets {
    justify-content: center;
  }
  #page-header.slider-type #carousel .bullets .glide__bullets .glide__bullet {
    border-color: white;
  }
  #page-header.slider-type #carousel .bullets .glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #fff;
  }
  #page-header.slider-type #carousel .glide__arrows {
    display: none;
  }
}
#page-header .play_big {
  margin-top: 25px;
}
#page-header .play_big a {
  display: inline-flex;
  align-items: center;
}
#page-header .play_big a .icon {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: background-color 250ms;
}
#page-header .play_big a .icon svg {
  display: block;
}
#page-header .play_big a .icon svg path {
  transition: fill 250ms;
}
#page-header .play_big a .text {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-left: 15px;
  position: relative;
}
#page-header .play_big a .text:before {
  content: "";
  height: 1px;
  background-color: white;
  width: 0;
  transition: width 250ms;
  will-change: width;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#page-header .play_big a:hover .icon {
  background-color: #fff;
}
#page-header .play_big a:hover .icon svg path {
  fill: #000;
}
#page-header .play_big a:hover .text:before {
  width: 100%;
}
#page-header .socials_header {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 25px;
  right: 12px;
}
@media screen and (min-width: 75em) {
  #page-header .socials_header {
    right: 25px;
  }
}
#page-header .socials_header .social {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.9);
  margin-bottom: 5px;
}
#page-header .socials_header .social:first-child {
  margin-bottom: 0;
}
#page-header .socials_header .social.linkedin a svg {
  width: auto;
  height: auto;
  max-width: 14px;
  width: 100%;
}
#page-header .socials_header .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  transition: background-color 250ms;
}
#page-header .socials_header .social a svg {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  pointer-events: none;
}
#page-header .socials_header .social a svg path {
  transition: fill 250ms;
  fill: #fff;
}
#page-header .socials_header .social a:hover {
  background-color: #fff;
}
#page-header .socials_header .social a:hover svg path {
  fill: black;
}

#reserve_button_top {
  text-align: center;
  margin-top: 30px;
}

#booking_engine {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media print, screen and (max-width: 39.99875em) {
  #booking_engine {
    flex-wrap: wrap;
  }
}
#booking_engine .dropdownitem .max_group_msg {
  display: none;
}
#booking_engine .dropdownitem.disabled:not(.ignoredisabled) .max_group_msg {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
#booking_engine .dropdownitem.disabled:not(.ignoredisabled) input {
  display: none;
}
#booking_engine .dropdownitem.disabled:not(.ignoredisabled) .label-item {
  max-width: calc(100% - 160px);
}
#booking_engine .dropdownitem.disabled:not(.ignoredisabled) .action-item {
  max-width: 130px;
}
#booking_engine .dropdown_trigger .display {
  display: flex;
  border: 1px solid #d5d5d5;
  border-radius: 18px;
  padding: 8px 12px;
  box-shadow: none;
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 75em) {
  #booking_engine .dropdown_trigger .display {
    font-size: 15px;
  }
}
#booking_engine .dropdown_trigger .display .arrow {
  width: 10px;
}
#booking_engine .dropdown_trigger .display .arrow svg {
  display: block;
}
#booking_engine .dropdown_trigger .display .arrow svg path {
  fill: #4e78a4;
}
#booking_engine .dropdown_trigger .dropdown {
  z-index: 10;
  min-width: 300px;
}
#booking_engine .dropdown_trigger .dropdown .label-item {
  font-size: 0.9rem;
}
#booking_engine .title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
#booking_engine .title br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #booking_engine .title {
    max-width: 160px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #booking_engine .title br {
    display: block;
  }
}
#booking_engine .start,
#booking_engine .end {
  max-width: 155px;
  width: 100%;
}
#booking_engine .people {
  width: 100%;
  max-width: 230px;
}
#booking_engine label {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 90em) {
  #booking_engine label {
    font-size: 16px;
  }
}
#booking_engine input::-webkit-input-placeholder {
  color: #4e78a4;
  font-size: 12px;
}

#booking_engine input:-moz-placeholder {
  color: #4e78a4;
  font-size: 12px;
}

#booking_engine input::-moz-placeholder {
  color: #4e78a4;
  font-size: 12px;
}

#booking_engine input:-ms-input-placeholder {
  color: #4e78a4;
  font-size: 12px;
}

@media (min-width: 1200px) {
  #booking_engine input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #booking_engine input:-moz-placeholder {
    font-size: 14px;
  }
  #booking_engine input::-moz-placeholder {
    font-size: 14px;
  }
  #booking_engine input:-ms-input-placeholder {
    font-size: 14px;
  }
}
#booking_engine input[readonly] {
  background-color: #fff;
  color: #4e78a4;
}
#booking_engine select {
  background-image: url(../images/submenu-icon-blue.png);
  background-size: 10px 6px;
  background-position: 100% center;
}
#booking_engine input,
#booking_engine select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #d5d5d5;
  border-radius: 18px;
  padding: 8px 12px;
  box-shadow: none;
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 75em) {
  #booking_engine input,
  #booking_engine select {
    font-size: 15px;
  }
}
#booking_engine button {
  background-color: #000000;
  border: 1px solid black;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 250ms;
}
#booking_engine button svg path {
  transition: fill 250ms;
}
#booking_engine button:hover {
  background-color: #fff;
}
#booking_engine button:hover svg path {
  fill: black;
}
#booking_engine .submit_book {
  display: inline-flex;
  align-items: flex-end;
}

.page-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: 1040px;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-height: 800px) {
  .page-hero {
    min-height: 800px;
  }
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg-video, .page-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.61%, #000 100%), linear-gradient(180deg, rgba(2, 1, 20, 0.6) 0%, rgba(102, 102, 102, 0) 51.53%), linear-gradient(0deg, rgba(2, 1, 20, 0.1) 0%, rgba(2, 1, 20, 0.1) 100%);
  pointer-events: none;
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-hero__inner {
    flex-direction: row;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 64em) {
  .page-hero__inner--has-aside .page-hero__content {
    flex: 1;
    min-width: 0;
  }
}
.page-hero__aside {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 64em) {
  .page-hero__aside {
    align-items: flex-end;
  }
}
.page-hero__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 70px 5vw 5vw 5vw;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-hero__content {
    padding: 70px 4vw 5vw 4vw;
  }
}
@media screen and (min-width: 75em) {
  .page-hero__content {
    padding: 80px 4vw 4.5vw 4vw;
  }
}
.page-hero__title {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: normal;
  color: #F7F2EB;
}
.page-hero__title-line {
  display: block;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: inherit;
}
.page-hero__title-line--small {
  font-size: clamp(40px, 6vw, 115px);
}
.page-hero__title-line--medium {
  font-size: clamp(50px, 12vw, 170px);
}
.page-hero__title-line--large {
  font-size: clamp(70px, 13vw, 230px);
}
.page-hero__subtitle {
  margin: 0.8em 0 0;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.6vw, 28px);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.page-hero__actions {
  margin-top: 1.5em;
}
.page-hero__play-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 5px 20px 5px 5px;
  background: transparent;
  border: 1.3px solid #F7F2EB;
  border-radius: 226px;
  color: #F7F2EB;
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease;
  cursor: pointer;
  line-height: 1;
}
.page-hero__play-btn:hover, .page-hero__play-btn:focus {
  background: rgba(247, 242, 235, 0.1);
  transform: translateY(-2px);
  color: #F7F2EB;
  text-decoration: none;
}
.page-hero__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.page-hero__play-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.page-hero__play-icon--winter {
  display: none;
}
.page-hero__play-text {
  font-family: "Neue Montreal", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1;
  letter-spacing: 0;
  color: #F7F2EB;
  white-space: nowrap;
}

.page-hero--cascading .page-hero__title {
  align-items: flex-start;
}
.page-hero--cascading .page-hero__title-line:nth-child(1) {
  margin-left: 0;
}
.page-hero--cascading .page-hero__title-line:nth-child(2) {
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .page-hero--cascading .page-hero__title-line:nth-child(2) {
    margin-left: 10%;
  }
}
.page-hero--cascading .page-hero__title-line:nth-child(3) {
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .page-hero--cascading .page-hero__title-line:nth-child(3) {
    margin-left: auto;
  }
}
.page-hero--cascading .page-hero__subtitle {
  text-align: right;
}
@media print, screen and (min-width: 64em) {
  .page-hero--cascading .page-hero__subtitle {
    max-width: 600px;
    margin-left: auto;
  }
}
.page-hero--cascading .page-hero__actions {
  margin-left: 0;
}

.page-hero--standard {
  justify-content: flex-start;
}
.page-hero--standard .page-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.page-hero--standard .page-hero__title {
  align-items: flex-start;
  margin-top: auto;
}
.page-hero--standard .page-hero__title-line {
  margin-left: 0;
}
.page-hero--standard .page-hero__subtitle {
  text-align: left;
  margin-top: 0.6em;
}
.page-hero--standard .page-hero__actions {
  margin-top: auto;
}
.page-hero--standard .g_wrap_header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 70px 5vw 5vw 0;
}
@media print, screen and (min-width: 64em) {
  .page-hero--standard .g_wrap_header {
    padding: 70px 4vw 5vw 0;
  }
}
@media screen and (min-width: 75em) {
  .page-hero--standard .g_wrap_header {
    padding: 80px 4vw 4.5vw 0;
  }
}
.page-hero--standard .g_wrap_header .g_wrap {
  max-width: 600px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  padding: 15px 20px;
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .page-hero--standard .g_wrap_header .g_wrap {
    margin-top: auto;
  }
}
.page-hero--standard .g_wrap_header .g_wrap .top {
  display: flex;
  align-items: center;
  color: var(--Blanc, #fff);
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  gap: 7px;
  line-height: 1.1;
}
.page-hero--standard .g_wrap_header .g_wrap .top svg {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .page-hero--standard .g_wrap_header .g_wrap .top {
    font-size: 17px;
  }
}
.page-hero--standard .g_wrap_header .g_wrap .bottom {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom:has(> :nth-child(-n+2):last-child) > div {
  width: calc(50% - 5px);
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div {
  width: calc(50% - 5px);
  aspect-ratio: 1.2;
  position: relative;
  height: auto;
  max-height: 150px;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .page-hero--standard .g_wrap_header .g_wrap .bottom > div {
    width: calc(33.33333% - 3px);
  }
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div svg {
  position: absolute;
  display: block;
  bottom: 12px;
  left: 12px;
  z-index: 3;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.video, .page-hero--standard .g_wrap_header .g_wrap .bottom > div.single_photo {
  position: relative;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.video img, .page-hero--standard .g_wrap_header .g_wrap .bottom > div.single_photo img {
  aspect-ratio: 1.2;
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.video:after, .page-hero--standard .g_wrap_header .g_wrap .bottom > div.single_photo:after {
  content: "";
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text .n {
  color: var(--Blanc, #fff);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text .n {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text .n {
    font-size: 38px;
  }
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text .t {
  color: var(--Blanc, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .text .t {
    font-size: 17px;
  }
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .photos {
  padding: 5px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: 2fr 2fr;
  gap: 5px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .photos:after {
  content: "";
  border-radius: 5px;
  border: 1px solid var(--bleu, #4e78a4);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero--standard .g_wrap_header .g_wrap .bottom > div.multiple_photos .single_photo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#footer a {
  text-decoration: none;
  color: inherit;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: var(--chalet-bg-color, #f7f2eb);
  color: var(--chalet-color, #181818);
  font-family: "Neue Montreal", sans-serif;
}
#footer .footer-main {
  padding: clamp(60px, 8vw, 120px) 0;
}
#footer .footer-main > .grid-container {
  max-width: 102.5rem;
}
#footer .footer-main .footer-main-inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 104px);
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-main .footer-main-inner {
    flex-wrap: nowrap;
  }
}
#footer .footer-newsletter-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-newsletter-wrap {
    width: clamp(320px, 30vw, 484px);
  }
}
#footer .footer-newsletter-card {
  background-color: #181818;
  border-radius: 30px;
  border: 1px solid rgba(48, 41, 107, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #f7f2eb;
}
#footer .footer-newsletter-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 55px;
  margin: 0;
}
#footer .footer-newsletter-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
#footer .footer-newsletter-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f7f2eb;
  margin-top: 4px;
}
#footer .footer-newsletter-form .wpcf7-response-output {
  border-color: #f7f2eb;
  color: #f7f2eb;
  font-size: 13px;
  margin: 8px 0 0;
}
#footer .footer-newsletter-form input[type=text],
#footer .footer-newsletter-form input[type=email],
#footer .footer-newsletter-form input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #071028;
  border-radius: 5px;
  height: 54px;
  padding: 0 24px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  color: #181818;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
#footer .footer-newsletter-form input[type=text]::placeholder,
#footer .footer-newsletter-form input[type=email]::placeholder,
#footer .footer-newsletter-form input[type=tel]::placeholder {
  color: rgba(24, 24, 24, 0.5);
  font-size: 14px;
}
#footer .footer-newsletter-form input[type=text]:focus,
#footer .footer-newsletter-form input[type=email]:focus,
#footer .footer-newsletter-form input[type=tel]:focus {
  outline: none;
  border-color: #071028;
  box-shadow: none;
}
#footer .footer-newsletter-form .form_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}
#footer .footer-newsletter-form .form_items .fname {
  grid-column: 1;
}
#footer .footer-newsletter-form .form_items .lname {
  grid-column: 2;
}
#footer .footer-newsletter-form .form_items .your-email {
  grid-column: 1/-1;
}
#footer .footer-newsletter-form .form_items .submit_wrap {
  grid-column: 1/-1;
}
#footer .footer-newsletter-form .form_items span[data-name=fname] {
  grid-column: 1;
}
#footer .footer-newsletter-form .form_items span[data-name=lname] {
  grid-column: 2;
}
#footer .footer-newsletter-form .form_items span[data-name=your-email] {
  grid-column: 1/-1;
}
#footer .footer-newsletter-form .form_items .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#footer .footer-newsletter-form input[type=submit] {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  border-radius: 200px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  background-color: #f7f2eb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23181818'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 15px 15px;
  color: #181818;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 200ms ease;
  width: auto;
}
#footer .footer-newsletter-form input[type=submit]:hover {
  background-color: rgb(239.7142857143, 230.1607142857, 216.7857142857);
}
#footer .footer-newsletter-form input[type=submit]:focus {
  outline: none;
}
#footer .footer-nav-cols {
  display: flex;
  flex: 1 1 0;
  gap: clamp(24px, 4vw, 66px);
  flex-wrap: wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
  #footer .footer-nav-cols {
    flex-wrap: nowrap;
  }
}
#footer .footer-col {
  flex: 1 1 auto;
  min-width: 130px;
}
#footer .footer-col-title {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: var(--chalet-color, #181818);
  margin-bottom: 25px;
}
#footer .footer-col-sub-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--chalet-color, #181818);
  margin-bottom: 14px;
  line-height: 1;
}
#footer .footer-col-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#footer .footer-col-links li {
  margin: 0;
  padding: 0;
}
#footer .footer-col-links a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--chalet-color, #181818);
  position: relative;
  display: inline-block;
}
#footer .footer-col-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 200ms ease;
}
#footer .footer-col-links a:hover::after {
  width: 100%;
}
#footer .footer-col-regions {
  display: flex;
  gap: clamp(20px, 4vw, 66px);
  align-items: flex-start;
}
#footer .footer-col--zenya #footer-links,
#footer .footer-col--zenya .menu,
#footer .footer-col--socials #footer-links,
#footer .footer-col--socials .menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-col--zenya #footer-links li,
#footer .footer-col--zenya .menu li,
#footer .footer-col--socials #footer-links li,
#footer .footer-col--socials .menu li {
  margin: 0;
  padding: 0;
}
#footer .footer-col--zenya #footer-links li.active a,
#footer .footer-col--zenya .menu li.active a,
#footer .footer-col--socials #footer-links li.active a,
#footer .footer-col--socials .menu li.active a {
  background: none;
}
#footer .footer-col--zenya #footer-links li a,
#footer .footer-col--zenya .menu li a,
#footer .footer-col--socials #footer-links li a,
#footer .footer-col--socials .menu li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--chalet-color, #181818);
  position: relative;
  display: inline-block;
}
#footer .footer-col--zenya #footer-links li a::after,
#footer .footer-col--zenya .menu li a::after,
#footer .footer-col--socials #footer-links li a::after,
#footer .footer-col--socials .menu li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 200ms ease;
}
#footer .footer-col--zenya #footer-links li a:hover,
#footer .footer-col--zenya .menu li a:hover,
#footer .footer-col--socials #footer-links li a:hover,
#footer .footer-col--socials .menu li a:hover {
  background: none;
}
#footer .footer-col--zenya #footer-links li a:hover::after,
#footer .footer-col--zenya .menu li a:hover::after,
#footer .footer-col--socials #footer-links li a:hover::after,
#footer .footer-col--socials .menu li a:hover::after {
  width: 100%;
}
#footer .footer-socials {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
#footer .footer-socials .social a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--chalet-color, #181818);
  position: relative;
}
#footer .footer-socials .social a svg {
  display: block;
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
#footer .footer-socials .social a svg path {
  fill: var(--chalet-color, #181818);
  transition: fill 200ms;
}
#footer .footer-socials .social a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 200ms ease;
}
#footer .footer-socials .social a:hover::after {
  width: 100%;
}
#footer .footer-socials .social.facebook svg {
  width: 12px;
}
#footer .footer-socials .social.instagram svg {
  width: 20px;
}
#footer .footer-socials .social.linkedin svg {
  width: 20px;
}
#footer .footer-socials .social.tiktok svg {
  width: 18px;
}
#footer .footer-socials .social.youtube svg {
  width: 22px;
}

#footer .footer-logos {
  padding: clamp(40px, 5vw, 60px) 0;
}
#footer .footer-logos > .grid-container {
  max-width: 102.5rem;
}
#footer .footer-logos .footer-logos-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  flex-wrap: wrap;
}
#footer .footer-logos .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-logos .footer-logo img {
  display: block;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  width: auto;
  max-width: 180px;
}
#footer .footer-logos .footer-logo a {
  display: flex;
  align-items: center;
  transition: opacity 200ms;
}
#footer .footer-logos .footer-logo a:hover {
  opacity: 0.7;
}

#footer .footer-copyright {
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--chalet-color, #181818);
  font-family: "Neue Montreal", sans-serif;
}
#footer .footer-copyright > .grid-container {
  max-width: 102.5rem;
}
#footer .footer-copyright .footer-copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  #footer .footer-copyright .footer-copyright-inner {
    flex-wrap: nowrap;
  }
}
#footer .footer-copyright .footer-copyright-legal {
  flex-shrink: 0;
}
#footer .footer-copyright .footer-copyright-legal .menu {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#footer .footer-copyright .footer-copyright-legal .menu li {
  margin: 0;
  padding: 0;
}
#footer .footer-copyright .footer-copyright-legal .menu li.active a {
  background: none;
  text-decoration: underline;
}
#footer .footer-copyright .footer-copyright-legal .menu a {
  padding: 0;
  font-size: 12px;
  color: var(--chalet-color, #181818);
  text-decoration: none;
}
#footer .footer-copyright .footer-copyright-legal .menu a:hover {
  text-decoration: underline;
}
#footer .footer-copyright .footer-copyright-text {
  text-align: center;
  flex: 1 1 0;
  min-width: 200px;
  color: var(--chalet-color, #181818);
}
#footer .footer-copyright .footer-copyright-credit {
  flex-shrink: 0;
  text-align: right;
}
#footer .footer-copyright .footer-copyright-credit a {
  color: var(--chalet-color, #181818);
  text-decoration: none;
}
#footer .footer-copyright .footer-copyright-credit a span {
  text-decoration: underline;
}
#footer .footer-copyright .footer-copyright-credit a:hover span {
  text-decoration: none;
}

body.winter #footer .footer-newsletter-card {
  background-color: #071028;
  border-color: rgba(235, 247, 247, 0.2);
  color: #ebf7f7;
}
body.winter #footer .footer-newsletter-form input[type=text],
body.winter #footer .footer-newsletter-form input[type=email],
body.winter #footer .footer-newsletter-form input[type=tel] {
  background-color: #ffffff;
  border-color: rgba(7, 16, 40, 0.3);
  color: #071028;
}
body.winter #footer .footer-newsletter-form input[type=text]::placeholder,
body.winter #footer .footer-newsletter-form input[type=email]::placeholder,
body.winter #footer .footer-newsletter-form input[type=tel]::placeholder {
  color: rgba(7, 16, 40, 0.4);
}
body.winter #footer .footer-newsletter-form input[type=submit],
body.winter #footer .footer-newsletter-form .submit {
  background-color: #ebf7f7;
  border-color: rgba(48, 41, 107, 0.1);
  color: #071028;
}
body.winter #footer .footer-newsletter-form input[type=submit]:hover,
body.winter #footer .footer-newsletter-form .submit:hover {
  background-color: rgb(216.7857142857, 239.7142857143, 239.7142857143);
}

.main_content_wrap {
  padding-top: 60px;
  max-width: 73.4375rem;
}
@media print, screen and (min-width: 64em) {
  .main_content_wrap {
    padding-top: 100px;
  }
}
.main_content_wrap .entry-content h1,
.main_content_wrap .entry-content h2,
.main_content_wrap .entry-content h3,
.main_content_wrap .entry-content h4,
.main_content_wrap .entry-content h5,
.main_content_wrap .entry-content h6 {
  color: #4e78a4;
  font-weight: 700;
  margin-bottom: 20px;
}

#main_content.corpo {
  margin-bottom: 0;
}
#main_content.corpo .main_content_wrap {
  padding-top: 0;
}
#main_content.corpo .main_content_wrap .entry-content:not(:empty) {
  padding-top: 100px;
  padding-bottom: 50px;
}
#main_content.corpo .chalet_book_form {
  margin-bottom: 0;
}
#main_content.corpo .reservation_title {
  margin-bottom: 50px;
  text-align: center;
}

.home_page .sections {
  padding-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .home_page .sections {
    padding-top: 100px;
  }
}
.home_page .section {
  margin-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .home_page .section {
    margin-bottom: 100px;
  }
}
.home_page .section:last-child {
  margin-bottom: 0;
}
.home_page .homesliderswrap {
  margin-top: -60px;
}
@media print, screen and (min-width: 64em) {
  .home_page .homesliderswrap {
    margin-top: -100px;
  }
}
.home_page .homesliderswrap:empty {
  display: none;
}
.home_page .homesliderswrap .photo_slider_title {
  margin-bottom: 50px;
  text-align: center;
}
.home_page .homesliderswrap .photo_slider_title.has_desc {
  margin-bottom: 15px;
}
.home_page .homesliderswrap .photo_slider_description {
  text-align: center;
  margin-bottom: 50px;
}
.home_page .homesliderswrap .photo_slider_description span {
  font-weight: 300 !important;
}
.home_page .section1 {
  z-index: 2;
}
.home_page .section1 img {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.home_page .section1 .left_col {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 75em) {
  .home_page .section1 .left_col {
    width: 77.5%;
    flex-wrap: nowrap;
  }
}
.home_page .section1 .left_col .col_1 {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .left_col .col_1 {
    max-width: 520px;
    width: 40%;
    margin-bottom: 0;
  }
}
.home_page .section1 .left_col .col_2 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .left_col .col_2 {
    width: 60%;
    padding-left: 50px;
  }
}
.home_page .section1 .left_col .first_content h1 {
  font-weight: 100;
  letter-spacing: -1.87px;
}
.home_page .section1 .left_col .first_content h2 {
  font-weight: 900;
  letter-spacing: 6.54px;
}
.home_page .section1 .left_col .first_content .description {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .left_col .first_content .description {
    margin-top: 50px;
  }
}
.home_page .section1 .left_col .description {
  margin-bottom: 15px;
  max-width: 640px;
}
.home_page .section1 .left_col .second_content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .left_col .second_content {
    width: 190%;
    transform: translateX(-47%);
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .left_col .second_content {
    margin-top: 60px;
    transform: translateX(calc(-35% - 25px));
    width: 160%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 75em) {
  .home_page .section1 .left_col .second_content {
    transform: translateX(calc(-20% - 25px));
    width: 120%;
  }
}
.home_page .section1 .left_col .second_content .image_left {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .left_col .second_content .image_left {
    max-width: 400px;
    width: 40%;
    margin-bottom: 0;
    order: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .left_col .second_content .image_left {
    order: 1;
  }
}
.home_page .section1 .left_col .second_content .content_right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .left_col .second_content .content_right {
    width: 60%;
    padding-right: 40px;
    order: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .left_col .second_content .content_right {
    order: 2;
    padding-right: 0;
    padding-left: 40px;
  }
}
.home_page .section1 .left_col .second_content .content_right h1 {
  font-weight: 100;
  letter-spacing: 1.56px;
}
.home_page .section1 .left_col .second_content .content_right h2 {
  font-weight: 900;
  letter-spacing: 3px;
}
.home_page .section1 .left_col .second_content .content_right .description {
  margin-top: 20px;
}
.home_page .section1 .left_col .second_content .content_right .description p:last-child {
  margin-bottom: 0;
}
.home_page .section1 .right_col {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .right_col {
    flex-direction: row;
    align-items: center;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .right_col {
    flex-direction: column;
    margin-top: 0;
    width: 22.5%;
    flex: 0 0 auto;
    transform: translateY(200px);
  }
}
.home_page .section1 .right_col .image {
  order: 1;
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .right_col .image {
    order: 2;
  }
}
.home_page .section1 .right_col .description {
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-top: 40px;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  .home_page .section1 .right_col .description {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .home_page .section1 .right_col .description {
    padding-left: 0;
    order: 1;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 75em) {
  .home_page .section1 .right_col .description {
    font-size: 18px;
    line-height: 28px;
  }
}
.home_page .section1 .right_col .description p {
  line-height: inherit;
}
@media print, screen and (min-width: 64em) {
  .home_page .section2 {
    margin-top: 300px;
  }
}
.home_page .section2 img,
.home_page .section4 img {
  width: 100%;
  display: block;
  height: auto;
  max-height: 768px;
  object-fit: cover;
}
@media print, screen and (max-width: 63.99875em) {
  .home_page .section2 .glide__arrows,
  .home_page .section4 .glide__arrows {
    /* 				margin-top: -13px; */
  }
  .home_page .section2 .glide__arrows button,
  .home_page .section4 .glide__arrows button {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .home_page .section2 .glide__arrows button svg,
  .home_page .section4 .glide__arrows button svg {
    width: 14px;
  }
}
.home_page .section2 .glide__bullets,
.home_page .section4 .glide__bullets {
  display: none;
}
.home_page .section2 .glide__bullets button,
.home_page .section4 .glide__bullets button {
  margin: 0 5px;
}
.home_page .section5 img {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.home_page .section5 h1,
.home_page .section5 h2 {
  max-width: 600px;
}
.home_page .section5 h1 {
  font-weight: 100;
  letter-spacing: -1.87px;
}
.home_page .section5 h2 {
  font-weight: 900;
  letter-spacing: 6.54px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 h2 span {
    font-size: 3.1vw;
    line-height: 3.1vw;
  }
}
@media (min-width: 120rem) {
  .home_page .section5 h2 span {
    font-size: 60px;
    line-height: 60px;
  }
}
.home_page .section5 .description {
  margin-top: 30px;
  max-width: 600px;
}
.home_page .section5 .link {
  margin-top: 30px;
  max-width: 600px;
}
.home_page .section5 .left_col {
  padding-right: 30px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .left_col {
    padding-top: 200px;
  }
}
.home_page .section5 .right_col {
  display: flex;
  margin-top: 35px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .right_col {
    display: block;
    margin-top: 0;
  }
}
.home_page .section5 .right_col .image_1 {
  width: 50%;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .right_col .image_1 {
    width: auto;
  }
}
.home_page .section5 .right_col .image_1 img {
  margin-left: auto;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .right_col .image_1 img {
    height: auto;
    object-fit: unset;
  }
}
.home_page .section5 .right_col .image_2 {
  width: 50%;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .right_col .image_2 {
    width: auto;
    transform: translateY(-50px);
  }
}
@media screen and (min-width: 75em) {
  .home_page .section5 .right_col .image_2 {
    transform: translateY(-100px);
  }
}
.home_page .section5 .right_col .image_2 img {
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 64em) {
  .home_page .section5 .right_col .image_2 img {
    height: auto;
    object-fit: unset;
  }
}
.home_page .section6 {
  background-color: #3d5831;
  margin-top: 90px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section6 {
    margin-top: 150px;
  }
}
.home_page .section6 .grid-container {
  max-width: 93.75rem;
  position: relative;
}
.home_page .section6 .grid-container .quote {
  padding: 100px 0;
  color: #fff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 0;
  font-style: normal;
  line-height: normal;
  font-weight: 100;
}
@media screen and (min-width: 75em) {
  .home_page .section6 .grid-container .quote {
    padding: 200px 0;
  }
}
.home_page .section6 .grid-container .quote a {
  display: block;
  color: #fff;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .home_page .section6 .grid-container .quote .textFitted {
    font-size: 60px !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .home_page .section6 .grid-container .quote .textFitted {
    font-size: 70px !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .home_page .section6 .grid-container .quote .textFitted {
    font-size: 75px !important;
  }
}
.home_page .section6 .grid-container .quote strong {
  font-weight: 700;
  letter-spacing: -1.67px;
}
.home_page .section6 .grid-container .logo {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-40%);
}
.home_page .section6 .grid-container .logo svg {
  display: block;
  max-width: 270px;
  height: auto;
  width: 100px;
}
@media print, screen and (min-width: 40em) {
  .home_page .section6 .grid-container .logo svg {
    width: 14vw;
  }
}
.home_page .section7 {
  margin-top: 120px;
}
@media print, screen and (min-width: 64em) {
  .home_page .section7 {
    margin-top: 100px;
  }
}

.section_cottages .main_title {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .section_cottages .main_title {
    margin-bottom: 100px;
  }
}
.section_cottages .main_title .title {
  text-align: center;
}
.section_cottages .main_title .title strong {
  font-weight: 900;
}

.cottages-list {
  max-width: 114.375rem;
}
.cottages-list .promo_wrapper_v2 {
  border-radius: 10px;
  background: #779a4f;
  color: white;
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  align-items: center;
}
.cottages-list .promo_wrapper_v2 .side-left {
  max-width: 210px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: var(--Blanc, #fff);
  padding: 8px;
  color: var(--Bleu-gris, #2b353e);
}
.cottages-list .promo_wrapper_v2 .side-left .promo_icon svg {
  display: block;
  width: 50px;
  height: auto;
}
.cottages-list .promo_wrapper_v2 .side-left .promo-data {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cottages-list .promo_wrapper_v2 .side-left .promo-data .promo_banner_subtitle {
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.36px;
  white-space: pre;
}
.cottages-list .promo_wrapper_v2 .side-left .promo-data .promo_timer {
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}
.cottages-list .promo_wrapper_v2 .side-right {
  width: 100%;
  max-width: calc(100% - 210px - 15px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cottages-list .promo_wrapper_v2 .side-right .promo_banner_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.cottages-list .promo_wrapper_v2 .side-right .promo_timer_text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.24px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.cottages-list .promo_wrapper_v2 .side-right .promo_timer_text svg {
  display: block;
  rotate: 0deg;
  transition: rotate 250ms;
}
.cottages-list .promo_wrapper_v2 .side-right .promo_timer_text.has_message {
  cursor: pointer;
}
.cottages-list .promo_wrapper_v2 .side-right .promo_timer_text.has_message.active svg {
  rotate: 180deg;
}
.cottages-list .promo_wrapper_v2 .message_for_promo {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.cottages-list .promo_wrapper_v2 .message_for_promo .message_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.28px;
}
.cottages-list .promo_wrapper_v2 .message_for_promo .message_content {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.cottages-list .season-winter .promo_wrapper_v2 {
  background: var(--Bleu-Gris-zenya, #c2cad8);
  color: var(--Bleu-gris, #2b353e);
}
.cottages-list .star_rating {
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 250ms;
  margin-top: 5px;
}
.cottages-list .star_rating:hover {
  opacity: 0.9;
}
.cottages-list .star_rating .star_rating_title {
  margin-right: 5px;
}
.cottages-list .star_rating .rating .stars {
  font-size: 20px;
}
.cottages-list .star_rating .rating .text_rating .text_rating {
  display: flex;
  align-items: center;
}
.cottages-list .star_rating .rating .text_rating .text_rating .rate_text {
  margin-right: 4px;
}
.cottages-list .star_rating .rating .text_rating .text_rating .rate_text span {
  font-weight: bold;
  margin-right: 2px;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .reserve_general_link {
    padding: 10px 20px;
  }
}
@media print, screen and (min-width: 40em) {
  .cottages-list .has_subhead_text .cottage.is_promo:last-child, .cottages-list .has_subhead_text .cottage.is_promo:nth-last-child(2):not(:nth-child(2)) {
    margin-bottom: 0;
  }
}
.cottages-list .cottage {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .cottages-list .cottage {
    margin-bottom: 100px;
  }
}
.cottages-list .cottage .cottage-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px 10px;
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--Bleu-Gris-zenya, #c2cad8);
  background: var(--Blanc, #fff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 64em) {
  .cottages-list .cottage .cottage-wrap {
    height: 100%;
  }
}
.cottages-list .cottage .region {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}
.cottages-list .cottage.is_promo .promo_code_item {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 15px 20px;
  align-content: center;
  border-right: 4px solid #5e882e;
  border-left: 4px solid #5e882e;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage.is_promo .promo_code_item {
    width: auto;
    border: none;
    padding: 5px 20px;
  }
}
.cottages-list .cottage.is_promo .promo_code_item .promo_code {
  white-space: nowrap;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 13px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage.is_promo .promo_code_item .promo_code {
    font-size: 15px;
  }
}
.cottages-list .cottage.is_promo .promo_condition {
  flex: 1 1 auto;
  width: 100%;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 13px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  font-size: 10px;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage.is_promo .promo_condition {
    text-align: right;
    font-size: 12px;
  }
}
.cottages-list .cottage.is_promo .promo_condition a {
  color: #ffffff;
  text-decoration: underline;
  pointer-events: all;
}
.cottages-list .cottage.is_promo .promo_condition a:hover {
  text-decoration: none;
}
.cottages-list .cottage .images .glide {
  border-radius: 10px;
  overflow: hidden;
}
.cottages-list .cottage .images img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  aspect-ratio: 1.9;
}
.cottages-list .cottage .cottage_title_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cottages-list .cottage .cottage_title_wrap .cottage_title {
  order: 1;
}
.cottages-list .cottage .pricing {
  margin-top: 20px;
  padding-left: 10px;
  order: 2;
}
.cottages-list .cottage .pricing .small_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: right;
}
@media print, screen and (min-width: 64em) {
  .cottages-list .cottage .pricing .small_title {
    line-height: 20px;
  }
}
.cottages-list .cottage .pricing .price_wrapper {
  display: flex;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .pricing .price_wrapper {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .cottages-list .cottage .pricing .price_wrapper {
    font-size: 22px;
    line-height: 20px;
  }
}
.cottages-list .cottage .pricing .price_wrapper .price {
  color: #4e78a4;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .pricing .price_wrapper .price {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .cottages-list .cottage .pricing .price_wrapper .price {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cottages-list .cottage .cottage_title {
    font-size: 18px;
  }
}
.cottages-list .cottage .cottage_title .subtitle_menu {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}
.cottages-list .cottage .cottage_title a {
  position: relative;
  display: inline-block;
  color: var(--Vert-foncer, #3d5831);
}
.cottages-list .cottage .cottage_title a:before {
  content: "";
  height: 1px;
  background-color: black;
  width: 0;
  transition: width 250ms;
  will-change: width;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.cottages-list .cottage .cottage_title a:hover:not(.no_link):before {
  width: 100%;
}
.cottages-list .cottage .cottage_content {
  display: flex;
  align-items: center;
}
.cottages-list .cottage .cottage_content .description {
  width: 100%;
}
.cottages-list .cottage .top {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.cottages-list .cottage .top .side-left {
  flex: 1 1 auto;
}
.cottages-list .cottage .top .max_people {
  border-radius: 8.387px;
  background: var(--Vert, #5e882e);
  color: white;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  flex: 0 0 auto;
}
.cottages-list .cottage .top .max_people .number {
  color: var(--Blanc, #fff);
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 136.364% */
  text-transform: lowercase;
}
.cottages-list .cottage .top .max_people .number_title {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  text-transform: lowercase;
}
.cottages-list .cottage .subcontent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.cottages-list .cottage .amenities_cottage_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  order: 3;
  gap: 6px;
  margin-top: 10px;
}
.cottages-list .cottage .amenities_cottage_list img {
  width: 24px;
  height: auto;
  display: block;
  filter: brightness(0%);
}
.cottages-list .cottage .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
.cottages-list .cottage .bottom .view {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .bottom .view {
    width: auto;
    text-align: left;
  }
}
.cottages-list .cottage .bottom .view a {
  color: #4e78a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.cottages-list .cottage .bottom .view a:hover {
  text-decoration: none;
}
.cottages-list .cottage .bottom .reserve {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .bottom .reserve {
    width: auto;
  }
}
.cottages-list .cottage .bottom .reserve a {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .cottages-list .cottage .bottom .reserve a {
    width: auto;
  }
}

.section_advantages .grid-container {
  max-width: 93.75rem;
}
.section_advantages .main_title .title {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .section_advantages .main_title .title {
    margin-bottom: 70px;
  }
}

.advantages .advantages_list {
  justify-content: center;
}
.advantages .advantage {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.advantages .advantage .image img {
  display: block;
  width: 100%;
  height: auto;
}
.advantages .advantage .title_advantage {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  margin-top: 25px;
}
@media print, screen and (min-width: 40em) {
  .advantages .advantage .title_advantage {
    font-size: 22px;
    line-height: 24px;
  }
}
.advantages .advantage .description_advantage {
  margin-top: 15px;
  margin-bottom: 15px;
}
.advantages .advantage .link {
  margin-top: auto;
}
.advantages .advantage .link a {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
}
@media print, screen and (min-width: 64em) {
  .advantages .advantage .link a {
    font-size: 15px;
  }
}
@media screen and (min-width: 75em) {
  .advantages .advantage .link a {
    font-size: 16px;
  }
}
.advantages .advantage .link a:hover {
  color: black;
}

.section_testimonies .main_title .title {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .section_testimonies .main_title .title {
    margin-bottom: 70px;
  }
}

.testimonies_slider {
  max-width: 78.75rem;
  margin: 0 auto;
}
.testimonies_slider .testimony {
  max-width: 880px;
  margin: 0 auto;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .testimonies_slider .testimony {
    font-size: 18px;
  }
}
@media screen and (min-width: 75em) {
  .testimonies_slider .testimony {
    font-size: 22px;
  }
}
.testimonies_slider .testimony span {
  display: inline;
}
.testimonies_slider .testimony .date_name_wrap {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.testimonies_slider .testimony .date_name_wrap .name,
.testimonies_slider .testimony .date_name_wrap .date {
  font-size: 16px;
  color: #4e78a4;
}
@media screen and (min-width: 75em) {
  .testimonies_slider .testimony .date_name_wrap .name,
  .testimonies_slider .testimony .date_name_wrap .date {
    font-size: 18px;
  }
}
.testimonies_slider .testimony .date_name_wrap .date {
  font-style: italic;
}
.testimonies_slider .testimony .sep {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  display: inline-flex;
  margin-right: 15px;
  transform: translateY(5px);
}
.testimonies_slider .testimony .sep:last-of-type {
  margin-right: 0;
  margin-left: 15px;
}
.testimonies_slider .glide__arrows {
  padding: 0;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .testimonies_slider .glide__arrows {
    display: flex;
  }
}
.testimonies_slider .glide__track {
  will-change: height;
  transition: height 250ms;
}
.testimonies_slider .glide__bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.testimonies_slider .glide__bullets button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #000000;
  margin: 0 3px;
}
.testimonies_slider .glide__bullets button.glide__bullet--active, .testimonies_slider .glide__bullets button:hover {
  background-color: #4e78a4;
  border-color: #4e78a4;
}

.about_page .sections {
  margin-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .about_page .sections {
    margin-top: 100px;
  }
}
.about_page .section {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .about_page .section {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .about_page .content_right {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
  .about_page .content_right .image {
    order: 2;
  }
  .about_page .content_right .content {
    order: 1;
  }
}
.about_page .section1 {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .about_page .section1 {
    margin-bottom: 150px;
  }
}
.about_page .section1 .title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  font-size: 22px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  .about_page .section1 .title {
    font-size: 24px;
  }
}
.about_page .section1 .image_left {
  margin-top: 60px;
}
@media print, screen and (max-width: 63.99875em) {
  .about_page .section1 .image_right {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .about_page .section1 .image_right {
    margin-bottom: 60px;
  }
}

.faq_page .main_content {
  padding-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .faq_page .main_content {
    padding-top: 100px;
  }
}
.faq_page .is-stuck .menu {
  margin-top: 100px;
}
.faq_page .sidebar {
  margin-bottom: 50px;
}
.faq_page .sidebar .menu li a {
  padding: 0;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.16px;
  line-height: 28px;
  display: inline-block;
}
@media screen and (min-width: 75em) {
  .faq_page .sidebar .menu li a {
    font-size: 16px;
    line-height: 32px;
  }
}
.faq_page .sidebar .menu li a.is-active {
  color: #4e78a4;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  .faq_page .sidebar .menu li a.is-active {
    font-size: 18px;
  }
}
.faq_page .faqs .main_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2.16px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.faq_page .faqs .accordion li {
  border-bottom: 1px solid black;
}
.faq_page .faqs .accordion li .accordion-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  padding-top: 0;
}
.faq_page .faqs .accordion li .accordion-title {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .faq_page .faqs .accordion li .accordion-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 75em) {
  .faq_page .faqs .accordion li .accordion-title {
    font-size: 18px;
  }
}
.faq_page .faqs .accordion li .accordion-title .arrow {
  border: 2px solid #000000;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 250ms;
  flex: 0;
  min-width: 35px;
  min-height: 35px;
}
.faq_page .faqs .accordion li .accordion-title .arrow svg {
  display: block;
  width: 12px;
  height: 10px;
  transform: rotate(-90deg);
}
.faq_page .faqs .accordion li .accordion-title .arrow svg path {
  fill: black;
}
.faq_page .faqs .accordion li.is-active .accordion-title .arrow {
  transform: rotate(180deg);
}

.main_cottage .full_slider .glide__bullets {
  display: none;
}
.main_cottage .main_content {
  max-width: 102.5rem;
  padding-top: 45px;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content {
    padding-top: 75px;
  }
}
.main_cottage .main_content .testimonies {
  margin-bottom: 100px;
}
.main_cottage .main_content .testimonies .grid-x {
  margin: 0;
}
.main_cottage .main_content .testimonies .grid-x .cell {
  padding: 0;
}
.main_cottage .main_content .testimonies .testimony {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .testimonies .testimony {
    font-size: 18px;
    line-height: 29px;
  }
}
.main_cottage .main_content .testimonies .testimony .name,
.main_cottage .main_content .testimonies .testimony .date {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.main_cottage .main_content .citq_wrap {
  display: inline-flex;
  align-items: stretch;
}
.main_cottage .main_content .citq_wrap .citq_inner {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--chalet-color);
  border-radius: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.main_cottage .main_content .citq_wrap .citq_label {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.main_cottage .main_content .citq_wrap .citq {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.main_cottage .main_content .citq_wrap .citq a {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.main_cottage .main_content .citq_wrap .citq a:hover {
  text-decoration: none;
}
.main_cottage .main_content .citq_wrap .citq a span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}
.main_cottage .main_content .citq_wrap .citq a span:hover {
  text-decoration: none;
}
.main_cottage .main_content .citq_wrap .citq svg {
  display: block;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: var(--chalet-color);
}
.main_cottage .main_content .citq_wrap .date_citq {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.main_cottage .main_content .top_part {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "item1" "item3" "item2";
  gap: 20px 40px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part {
    grid-template-columns: 1.2fr 1fr;
    grid-template-areas: "item1 item3" "item2 item3";
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part {
    grid-template-columns: 7fr 5fr;
    grid-template-areas: "item1 item3" "item2 item3";
  }
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .top_part {
    grid-template-columns: 2fr 1fr;
    gap: 50px 60px;
  }
}
.main_cottage .main_content .top_part.is-custom-cottage {
  grid-template-columns: 100%;
  gap: 10px;
}
.main_cottage .main_content .top_part .row1 {
  grid-area: item1;
}
.main_cottage .main_content .top_part .row2 {
  grid-area: item2;
}
.main_cottage .main_content .top_part .row3 {
  grid-area: item3;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part {
    margin-bottom: 100px;
  }
}
.main_cottage .main_content .top_part .promo_wrapper {
  margin-bottom: 20px;
}
.main_cottage .main_content .top_part .promo_wrapper:empty {
  display: none;
}
.main_cottage .main_content .top_part .promo_wrapper:has(#promo_ajax:empty) {
  display: none;
}
@media print, screen and (max-width: 39.99875em) {
  .main_cottage .main_content .top_part .promo_banner_item {
    text-align: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_banner_item {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .main_cottage .main_content .top_part .promo_timer_item {
    border: none;
  }
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .promo_timer_item {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-right: 40px;
  }
}
.main_cottage .main_content .top_part .content_wrap:not(.custom-cottage) {
  max-width: 64rem;
}
.main_cottage .main_content .top_part .content_wrap .title_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.main_cottage .main_content .top_part .content_wrap .title_wrap .title_data {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 12px;
}
.main_cottage .main_content .top_part .content_wrap .rating_block {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating_label {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part .content_wrap .rating_block .star_rating_label {
    font-size: 17px;
  }
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating .rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating .stars {
  background-color: var(--chalet-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  --star-color: #EBF7F7;
  --star-background: #EBF7F7;
  --star-size: 16px;
  --percent: 100%;
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating .star_rating_title {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating .text_rating {
  color: var(--chalet-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.main_cottage .main_content .top_part .content_wrap .rating_block .star_rating .text_rating .rate_total {
  color: var(--chalet-color);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 400;
  display: inline;
}
.main_cottage .main_content .top_part .content_wrap .region {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .content_wrap .region {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .top_part .content_wrap .region {
    font-size: 21px;
  }
}
.main_cottage .main_content .top_part .content_wrap .main_title {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .content_wrap .main_title {
    font-size: 38px;
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .content_wrap .main_title {
    font-size: 54px;
  }
}
.main_cottage .main_content .top_part .content_wrap .main_title .qty_people {
  color: var(--chalet-color);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .content_wrap .main_title .qty_people {
    font-size: 16px;
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .top_part .content_wrap .main_title .qty_people {
    font-size: 18px;
  }
}
.main_cottage .main_content .top_part .content_wrap .description span {
  font-weight: inherit !important;
}
.main_cottage .main_content .top_part .content_wrap .amenities_list {
  margin: 0 -20px 0 -20px;
}
.main_cottage .main_content .top_part .content_wrap .amenities_list .amenity {
  margin-bottom: 20px;
  padding: 0 20px;
}
.main_cottage .main_content .top_part .content_wrap .amenities_list .amenity .icon {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.main_cottage .main_content .top_part .content_wrap .amenities_list .amenity .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  max-width: 50px;
  width: auto;
  object-fit: contain;
  filter: brightness(0%);
}
.main_cottage .main_content .top_part .content_wrap .amenities_list .amenity .title_amenity {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 15px;
  text-align: center;
  font-weight: 700;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion {
  margin: 0;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item {
  border-bottom: 1px solid var(--chalet-color);
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content {
  border-top: 1px solid var(--chalet-color);
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item.is-active {
  border-color: transparent;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title {
  padding: 18px 0;
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: none;
  border-top: none;
  border-bottom: none;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title {
    font-size: 20px;
  }
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title .title {
  flex: 1;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title .icon {
  margin-left: 16px;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title .icon .bar {
  display: none;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item a.accordion-title .icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid var(--chalet-color);
  transition: transform 250ms;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item.is-active a.accordion-title {
  cursor: default;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item.is-active a.accordion-title .icon::after {
  transform: rotate(180deg);
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) {
  padding: 40px 30px 20px 30px;
}
.main_cottage .main_content .top_part .content_wrap #description-accordion li.accordion-item .accordion-content:not(.exclude) span {
  font-weight: inherit !important;
}
.main_cottage .main_content .top_part .sidebar #availability_calendar {
  margin-bottom: 0;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content {
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 20px 15px 0 15px;
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .main_cottage .main_content .top_part .sidebar .calendar_sub_content {
    width: calc(100% + 70px);
    transform: translateX(-35px);
    padding: 25px 35px 0 35px;
  }
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_image {
  max-width: 35px;
  width: 100%;
  margin-right: 10px;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_image svg {
  display: block;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .toptitle {
  color: #062334;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.15px;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .title {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .title p {
  line-height: inherit;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .title p:last-child {
  margin: 0;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .title a {
  text-decoration: underline;
  color: #4e78a4;
  cursor: pointer;
}
.main_cottage .main_content .top_part .sidebar .calendar_sub_content .side_content .title a:hover {
  text-decoration: none;
}
.main_cottage .main_content .chalet_page.reserve_general_link .icon {
  display: none;
}
.main_cottage .main_content .bottom_part {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 8.1018518519vw, 140px);
}
.main_cottage .main_content .included_content .accordion-content {
  color: var(--chalet-color);
  border-bottom: 1px solid var(--chalet-color);
}
.main_cottage .main_content .included_content .arrow {
  border: 2px solid var(--chalet-color);
  width: 35px;
  height: 35px;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 250ms;
  flex: 0;
  min-width: 35px;
  min-height: 35px;
  display: none;
}
.main_cottage .main_content .included_content .arrow svg {
  display: block;
  width: 12px;
  height: 10px;
  transform: rotate(-90deg);
}
.main_cottage .main_content .included_content .arrow svg path {
  fill: var(--chalet-color);
}
.main_cottage .main_content .included_content .accordion {
  border: 1px solid var(--chalet-color);
  border-radius: 20px;
  overflow: hidden;
}
.main_cottage .main_content .included_content .accordion .arrow {
  display: flex;
}
.main_cottage .main_content .included_content .accordion li .accordion-title {
  border-bottom: 1px solid var(--chalet-color);
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
}
.main_cottage .main_content .included_content .accordion li .accordion-title:focus {
  outline: none;
}
.main_cottage .main_content .included_content .accordion li.is-active .accordion-title {
  color: var(--chalet-bg-color);
  background-color: var(--chalet-color);
}
.main_cottage .main_content .included_content .accordion li.is-active .accordion-title .arrow {
  transform: rotate(180deg);
  border-color: var(--chalet-bg-color);
}
.main_cottage .main_content .included_content .accordion li.is-active .accordion-title .arrow svg path {
  fill: var(--chalet-bg-color);
}
.main_cottage .main_content .included_content .accordion li:last-child .accordion-title {
  border: none;
}
.main_cottage .main_content .included_content .tabs {
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: var(--chalet-color);
}
.main_cottage .main_content .included_content .tabs-content {
  border-color: var(--chalet-color);
  border-radius: 0 0 20px 20px;
}
.main_cottage .main_content .included_content .tabs-title a {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  padding: 25px;
  background-color: transparent;
  transition: background-color 250ms;
  border-radius: 20px 20px 0 0;
}
.main_cottage .main_content .included_content .tabs-title a:hover {
  color: var(--chalet-bg-color);
  background-color: var(--chalet-color);
}
.main_cottage .main_content .included_content .tabs-title > a:focus,
.main_cottage .main_content .included_content .tabs-title > a[aria-selected=true] {
  color: var(--chalet-bg-color);
  background-color: var(--chalet-color);
}
.main_cottage .main_content .included_content #characteristics .grid-x {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .included_content #characteristics .grid-x {
    column-count: 2;
  }
}
@media screen and (min-width: 75em) {
  .main_cottage .main_content .included_content #characteristics .grid-x {
    column-count: 3;
  }
}
@media screen and (min-width: 90em) {
  .main_cottage .main_content .included_content #characteristics .grid-x {
    column-count: 4;
  }
}
.main_cottage .main_content .included_content #characteristics .grid-x .item {
  margin-bottom: 30px;
}
.main_cottage .main_content .included_content #characteristics .grid-x .item_title {
  text-transform: uppercase;
}
.main_cottage .main_content .included_content #characteristics .grid-x .item_content {
  line-height: 25px;
}
.main_cottage .main_content .included_content #plans .story_select {
  margin-bottom: 20px;
}
.main_cottage .main_content .included_content #plans .story_select select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 18px;
  padding-left: 20px;
  padding-right: 40px;
  width: auto;
  background-color: transparent;
  border: 1px solid var(--chalet-color);
}
.main_cottage .main_content .included_content #plans .stories .story_description {
  line-height: 25px;
}
.main_cottage .main_content .included_content #plans .stories .story_description p {
  line-height: inherit;
}
.main_cottage .main_content .included_content #plans .stories .story_description p:last-child {
  margin-bottom: 0;
}
.main_cottage .main_content .included_content .tab_content_rule_politic .item_description {
  line-height: 25px;
}
.main_cottage .main_content .address_content {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 64em) {
  .main_cottage .main_content .address_content {
    margin-bottom: 130px;
  }
}
.main_cottage .main_content .address_content .description_map {
  margin-top: 30px;
}
.main_cottage .main_content .address_content .chalet-map {
  width: 100%;
  height: 400px;
}
.main_cottage .main_content .address_content .chalet-map img {
  max-width: inherit !important;
}

.pricing_table_header {
  margin-bottom: 50px;
}
.pricing_table_header .content_side_pay {
  display: flex;
  align-items: center;
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  flex-wrap: wrap;
}
.pricing_table_header .content_side_pay .pay_methods {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .pricing_table_header .content_side_pay .pay_methods {
    width: auto;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .pricing_table_header .content_side_pay {
    flex-wrap: nowrap;
  }
}
.pricing_table_header .content_side_pay img {
  margin: 0 auto 10px auto;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .pricing_table_header .content_side_pay img {
    margin: 0 20px 0 0;
  }
}
.pricing_table_header .content_side_buttons {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .pricing_table_header .content_side_buttons {
    margin-top: 0;
    text-align: right;
  }
}
.pricing_table_header .content_side_buttons a.reserve_general_link {
  width: auto;
}

.pricing_table {
  margin-bottom: 50px;
}
.pricing_table table {
  border-collapse: separate;
  border: none;
  border-spacing: 5px;
}
.pricing_table table thead {
  background-color: transparent;
}
.pricing_table table thead th {
  border: none;
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.23px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  min-width: 150px;
  padding: 20px 30px;
}
.pricing_table table thead th.full, .pricing_table table thead .main_cottage .main_content th.testimonies, .main_cottage .main_content .pricing_table table thead th.testimonies, .pricing_table table thead .main_cottage .main_content th.chalet_page.reserve_general_link, .main_cottage .main_content .pricing_table table thead th.chalet_page.reserve_general_link {
  background-color: #d0d0d0;
}
.pricing_table table tbody tr td {
  padding: 20px;
  border: 1px solid #d0d0d0;
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.23px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
}
.pricing_table table tbody tr td.body1 {
  border: 1px solid #707070;
  background-color: var(--chalet-color);
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 800px) {
  .pricing_table table {
    border: 0;
  }
  .pricing_table table caption {
    font-size: 1.3em;
  }
  .pricing_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .pricing_table table tr {
    border-bottom: 1px solid #cecece;
    display: block;
    margin-bottom: 0.625em;
  }
  .pricing_table table tbody td {
    display: block;
    font-size: 15px;
    text-align: right !important;
  }
  .pricing_table table tbody td.body1 {
    text-align: left !important;
    padding-right: 80px;
    position: relative;
  }
  .pricing_table table tbody td.body1 .arrow {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform 250ms;
    position: absolute;
    display: flex;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 800px) and (min-width: 64em) {
  .pricing_table table tbody td.body1 .arrow {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pricing_table table tbody td.body1 .arrow svg {
    display: block;
    width: 12px;
    height: 10px;
    transform: rotate(-90deg);
  }
  .pricing_table table tbody td.body1 .arrow svg path {
    fill: #fff;
  }
  .pricing_table table tbody td.body1 span {
    font-weight: bold;
  }
  .pricing_table table tbody td.body1 ~ td {
    display: none;
  }
  .pricing_table table tbody td.body1.active .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  .pricing_table table tbody td.body1.active ~ td {
    display: block;
  }
  .pricing_table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
  }
  .pricing_table table td:last-child {
    border-bottom: 0;
  }
}

.description_pricing,
.info_pricing {
  margin-bottom: 30px;
}
.description_pricing .pricing_title_small,
.info_pricing .pricing_title_small {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 30px;
}
.single-chalet .photo_slider_title,
.single-chalet .included_content_title,
.single-chalet .related_cottages_title,
.single-chalet .reservation_title,
.single-chalet .pricing_title,
.single-chalet .testimonies_title,
.single-chalet .address_title {
  margin-bottom: 50px;
  text-align: center;
}
.single-chalet .address_title,
.single-chalet .reservation_title {
  text-align: left;
}
.single-chalet .photo_slider_title.has_desc {
  margin-bottom: 15px;
}
.single-chalet .photo_slider_description {
  text-align: center;
  margin-bottom: 50px;
}
.single-chalet .photo_slider_description span {
  font-weight: inherit !important;
}
.single-chalet .photo_slider {
  margin-bottom: 0;
}
.single-chalet .photo_slider_2col {
  display: flex;
  align-items: stretch;
  gap: clamp(60px, 7.5231481481vw, 130px);
}
@media print, screen and (max-width: 63.99875em) {
  .single-chalet .photo_slider_2col {
    flex-direction: column;
    gap: 24px;
  }
}
.single-chalet .photo_slider_2col .photo_slider {
  margin: 0;
  aspect-ratio: 1;
}
.single-chalet .photo_slider_2col .photo_slider .glide__track {
  aspect-ratio: 1;
  width: 100%;
  height: 100% !important;
}
.single-chalet .photo_slider_2col .photo_slider .glide__track .glide__slides {
  width: 100%;
  height: 100%;
}
.single-chalet .photo_slider_2col .photo_slider .glide__track .glide__slides .glide__slide {
  width: 100%;
  height: 100%;
}
.single-chalet .photo_slider_2col .photo_slider .glide__track .glide__slides .glide__slide img,
.single-chalet .photo_slider_2col .photo_slider .glide__track .glide__slides .glide__slide figure,
.single-chalet .photo_slider_2col .photo_slider .glide__track .glide__slides .glide__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-chalet .photo_slider_2col .photo_slider_text_col {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .single-chalet .photo_slider_2col .photo_slider_text_col {
    flex: none;
    max-width: 100%;
  }
}
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_title {
  margin-bottom: 0;
  text-align: left;
}
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description {
  text-align: left;
  margin-bottom: 0;
}
.single-chalet .photo_slider_2col .photo_slider_text_col .photo_slider_description span {
  font-weight: inherit !important;
}
.single-chalet .photo_slider_2col .photo_slider_slider_col {
  flex: 1;
  min-width: 0;
}
.single-chalet .photo_slider_2col .photo_slider_slider_col .photo_slider {
  position: relative;
}
.single-chalet .photo_slider_2col .photo_slider_slider_col .photo_slider .glide {
  height: 100%;
}

.cottages_related_list .cottage-title {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  margin-top: 20px;
}
.cottages_related_list .cottage-title a {
  position: relative;
  display: inline-block;
}
.cottages_related_list .cottage-title a:before {
  content: "";
  height: 1px;
  background-color: black;
  width: 0;
  transition: width 250ms;
  will-change: width;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.cottages_related_list .cottage-title a:hover:before {
  width: 100%;
}
.cottages_related_list .description-cottage {
  margin-top: 20px;
}
.cottages_related_list .cottages_related .item {
  margin-bottom: 30px;
}

.chalet_book_form .cf7-booking {
  background-color: #f0e5d4;
  border: 1px solid var(--chalet-color, #181818);
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 40em) {
  .chalet_book_form .cf7-booking {
    padding: 28px 30px;
  }
}
.chalet_book_form .cf7-row {
  margin-bottom: 14px;
}
.chalet_book_form .cf7-row:last-child {
  margin-bottom: 0;
}
.chalet_book_form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.chalet_book_form input[type=text]:not(.flatpickr-input),
.chalet_book_form input[type=email],
.chalet_book_form input[type=tel],
.chalet_book_form textarea {
  display: block;
  width: 100%;
  background-color: #f7f2eb;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 5px;
  padding: 25px 20px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  letter-spacing: 1px;
  box-shadow: none;
  appearance: none;
  transition: border-color 160ms ease;
  margin-bottom: 0;
}
.chalet_book_form input[type=text]:not(.flatpickr-input)::placeholder,
.chalet_book_form input[type=email]::placeholder,
.chalet_book_form input[type=tel]::placeholder,
.chalet_book_form textarea::placeholder {
  color: #181818;
  opacity: 1;
}
.chalet_book_form input[type=text]:not(.flatpickr-input):focus,
.chalet_book_form input[type=email]:focus,
.chalet_book_form input[type=tel]:focus,
.chalet_book_form textarea:focus {
  outline: none;
  border-color: rgba(24, 24, 24, 0.45);
  box-shadow: none;
}
.chalet_book_form input.flatpickr-input {
  font-size: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.chalet_book_form textarea {
  min-height: 155px;
  resize: vertical;
  line-height: 1.5;
  padding-top: 18px;
  padding-bottom: 18px;
}
.chalet_book_form .cf7-row--dates {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.chalet_book_form .cf7-row--dates .cf7-date-field {
  flex: 1;
  min-width: 140px;
  background-color: #f7f2eb;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 5px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chalet_book_form .cf7-row--dates .cf7-date-field label {
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}
.chalet_book_form .cf7-row--dates .cf7-date-field .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}
.chalet_book_form .cf7-row--dates .cf7-date-field input[type=date] {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 15px;
  color: #181818;
  box-shadow: none;
  letter-spacing: 0;
}
.chalet_book_form .cf7-row--dates .cf7-date-field input[type=date]:focus {
  box-shadow: none;
  border: none;
}
.chalet_book_form .cf7-row--selects {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #f7f2eb;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 5px;
  padding: 6px 16px;
  flex: 1;
  min-width: 0;
  position: relative;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill .select-label {
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #181818;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.5px;
  margin: 0;
  cursor: pointer;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill .select-label svg {
  display: block;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #181818;
  cursor: pointer;
  width: 100%;
  min-width: 24px;
  margin-bottom: 0;
  text-align: right;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill select:focus {
  outline: none;
  box-shadow: none;
}
.chalet_book_form .cf7-row--selects .cf7-select-pill::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy45MzQ2NCAwLjQ4ODU5N0w3LjQ5MTY2IDAuMDQ1NjE3MkM3LjQ2MjY5IDAuMDE2NjU0MyA3LjQyMzMgMC4wMDA0Mjg1OTEgNy4zODIzNSAwLjAwMDQyODU5MUg3LjM4MTJDNy4zMzk4NyAwLjAwMDgxNDMwNiA3LjMwMDQ4IDAuMDE3NDI1NyA3LjI3MTUxIDAuMDQ3MTZMMy45ODk5NCAzLjQyMjI1TDAuNzA4MzY2IDAuMDQ2NzMxNEMwLjY3OTQwMyAwLjAxNjk5NzIgMC42NDAwMDkgMC4wMDAzODU3MTQgMC41OTg2NzggMEgwLjU5NzUyQzAuNTU2NTgzIDAgMC41MTcxODkgMC4wMTYyMTcyIDAuNDg4MjE4IDAuMDQ1MTg4NkwwLjA0NTIzNzYgMC40ODgxNjlDLTAuMDE0NjI1MyAwLjU0ODAzMSAtMC4wMTUwMTEgMC42NDQ1OCAwLjA0MzY5NDcgMC43MDUyMTRMMy44NzkxNSA0LjYzNzUzQzMuOTA4NSA0LjY2NzY1IDMuOTQ4MjggNC42ODQ2NSAzLjk5IDQuNjg0NjVDNC4wMzE3MSA0LjY4NDY1IDQuMDcxNDkgNC42Njc2NSA0LjEwMDQ2IDQuNjM3OTFMNy45MzU5MSAwLjcwNTZDNy45OTUzOSAwLjY0NDk2NiA3Ljk5NDUgMC41NDgwNjYgNy45MzQ2NCAwLjQ4ODU5N1oiIGZpbGw9IiMxODE4MTgiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.chalet_book_form .cf7-row--submit {
  margin-top: 8px;
}
.chalet_book_form .cf7-row--submit input[type=submit] {
  appearance: none;
  background-color: #181818;
  color: #f7f2eb;
  border: none;
  border-radius: 999px;
  padding: 16px 32px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 200ms ease, transform 150ms ease;
  margin-bottom: 0;
}
.chalet_book_form .cf7-row--submit input[type=submit]:hover {
  background-color: #333;
}
.chalet_book_form .cf7-row--submit input[type=submit]:active {
  transform: scale(0.98);
}
.chalet_book_form .cf7-row--submit input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.chalet_book_form .wpcf7-response-output {
  font-size: 13px;
  border-radius: 8px;
  margin-top: 12px;
}
.chalet_book_form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  color: #c0392b;
}

.subratings {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px 0 -20px;
}
@media print, screen and (min-width: 64em) {
  .subratings {
    margin: 40px -20px 0 -20px;
  }
}
.subratings .subrating {
  width: 100%;
  padding: 0 20px;
  display: flex;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .subratings .subrating {
    align-items: center;
    justify-content: space-between;
    width: 50%;
  }
}
@media screen and (min-width: 90em) {
  .subratings .subrating {
    width: 33.3333333%;
  }
}
.subratings .subrating_label, .subratings .subrating_progress {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.32px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 5px;
}
.subratings .subrating_label {
  width: 100%;
  margin-right: 20px;
}
.subratings .subrating_progress {
  width: 100px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.subratings .subrating_progress .average_bar {
  width: 70px;
  margin-right: 10px;
}
.subratings .subrating_progress .average_bar .progress_wrap {
  border-radius: 60px;
  border: 1px solid var(--chalet-color);
  background-color: #fff;
  width: 100%;
  position: relative;
  height: 8px;
  overflow: hidden;
}
.subratings .subrating_progress .average_bar .progress_wrap .progress_bar {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: #4e78a4;
  height: 6px;
  left: 0;
  top: 0;
}
.subratings .subrating_progress .average_bar .progress_wrap .progress_bar.completed {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.chalet_promo_block {
  display: flex;
  align-items: stretch;
  background-color: var(--chalet-color);
  border-radius: 20px;
  overflow: hidden;
}
.chalet_promo_block .promo_image {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  overflow: hidden;
}
.chalet_promo_block .promo_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.chalet_promo_block .promo_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 35px;
}
@media print, screen and (min-width: 64em) {
  .chalet_promo_block .promo_content {
    padding: 35px 50px;
  }
}
.chalet_promo_block .promo_text_cols {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media print, screen and (min-width: 64em) {
  .chalet_promo_block .promo_text_cols {
    gap: 50px;
  }
}
.chalet_promo_block .promo_title {
  flex: 0 0 auto;
  max-width: 45%;
  color: #ffeec8;
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .chalet_promo_block .promo_title {
    font-size: 27px;
  }
}
.chalet_promo_block .promo_desc_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.chalet_promo_block .promo_desc {
  color: #ffeec8;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .chalet_promo_block .promo_desc {
    font-size: 16px;
  }
}
.chalet_promo_block .promo_cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #f7f2eb;
  color: #181818;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 7px 17px;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 250ms, color 250ms, outline 250ms;
  white-space: nowrap;
}
.chalet_promo_block .promo_cta svg {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: currentColor;
}
.chalet_promo_block .promo_cta:hover {
  background-color: transparent;
  color: #f7f2eb;
  outline: 1px solid #f7f2eb;
}
.chalet_promo_block:not(:has(.promo_image)) .promo_content {
  padding-left: 40px;
}
@media print, screen and (max-width: 39.99875em) {
  .chalet_promo_block {
    flex-direction: column;
  }
  .chalet_promo_block .promo_image {
    flex: none;
    max-width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }
  .chalet_promo_block .promo_text_cols {
    flex-direction: column;
    gap: 15px;
  }
  .chalet_promo_block .promo_title {
    max-width: 100%;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .chalet_promo_block .promo_text_cols {
    flex-direction: column;
    gap: 20px;
  }
  .chalet_promo_block .promo_title {
    max-width: 100%;
  }
}

.content_wrap.row2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content_wrap.row2 .subratings {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 0;
  margin: 0 0 30px 0;
  row-gap: 15px;
}
@media print, screen and (min-width: 40em) {
  .content_wrap.row2 .subratings {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.content_wrap.row2 .subratings .subrating {
  min-width: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 4px 16px 4px 16px;
  border-right: 1px solid var(--chalet-color);
}
.content_wrap.row2 .subratings .subrating:nth-child(3n) {
  border-right: none;
}
@media print, screen and (min-width: 40em) {
  .content_wrap.row2 .subratings .subrating:nth-child(3n) {
    border-right: 1px solid var(--chalet-color);
  }
  .content_wrap.row2 .subratings .subrating:nth-child(4n) {
    border-right: none;
  }
}
.content_wrap.row2 .subratings .subrating_label {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .content_wrap.row2 .subratings .subrating_label {
    font-size: 15px;
  }
}
.content_wrap.row2 .subratings .subrating_progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  gap: 10px;
}
.content_wrap.row2 .subratings .subrating_progress .average_bar {
  display: none;
}
.content_wrap.row2 .subratings .subrating_progress .average {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media print, screen and (min-width: 40em) {
  .content_wrap.row2 .subratings .subrating_progress .average {
    font-size: 18px;
  }
}
.content_wrap.row2 .subratings .subrating_progress .icon {
  display: none;
}
.content_wrap.row2 .subratings .subrating .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  width: 100%;
}
.content_wrap.row2 .subratings .subrating .icon svg {
  display: block;
  max-width: 30px;
  height: auto;
  max-height: 30px;
  color: var(--chalet-color);
}

.fancybox-container .review_pop {
  max-width: 1350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  border: 1px solid #707070;
  padding: 0;
}
.fancybox-container .review_pop .fancybox-close-small {
  right: 20px;
  top: 20px;
}
.fancybox-container .review_pop .sidebar_review {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .fancybox-container .review_pop .sidebar_review {
    padding: 40px 50px;
  }
}
.fancybox-container .review_pop .sidebar_review:after {
  content: "";
  background-color: rgba(112, 112, 112, 0.25);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.fancybox-container .review_pop .sidebar_review .star_rating {
  display: flex;
  align-items: center;
}
.fancybox-container .review_pop .sidebar_review .star_rating .icon {
  margin-right: 15px;
}
.fancybox-container .review_pop .sidebar_review .star_rating .icon svg {
  display: block;
  width: 30px;
  height: auto;
}
.fancybox-container .review_pop .sidebar_review .star_rating .icon svg path {
  fill: #ffc400;
  stroke: #ffc400;
}
.fancybox-container .review_pop .sidebar_review .star_rating .rating {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.68px;
  line-height: 1;
}
.fancybox-container .review_pop .sidebar_review .comment_count {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.52px;
  line-height: 1;
  text-align: left;
  margin-top: 25px;
}
.fancybox-container .review_pop .sidebar_review .comment_count span {
  font-weight: 400;
}
.fancybox-container .review_pop .sidebar_review .subratings {
  flex-direction: column;
  margin: 30px 0 0;
}
.fancybox-container .review_pop .sidebar_review .subratings .subrating {
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.fancybox-container .review_pop .sidebar_review .subratings .subrating .icon {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_review .subratings .subrating .subrating_label {
    font-size: 16px;
  }
}
@media screen and (min-width: 75em) {
  .fancybox-container .review_pop .sidebar_review .subratings .subrating .subrating_label {
    font-size: 18px;
  }
}
.fancybox-container .review_pop .sidebar_comments {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .fancybox-container .review_pop .sidebar_comments {
    padding: 40px 50px;
  }
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list {
    margin-top: 60px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list {
  margin: 0;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li {
    margin-bottom: 50px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li:last-child {
  margin-bottom: 0;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 20px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil img,
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil svg {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil img,
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .profil svg {
    width: 75px;
    height: 75px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .comment_content {
  width: 100%;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name,
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .date {
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.36px;
  line-height: 1.1;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name,
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .date {
    font-size: 18px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name {
    font-size: 24px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name + .the_comment {
  margin-top: 5px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name + .the_comment {
    margin-top: 10px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name .rate {
  text-align: right;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name .rate .rate_text {
  font-size: 14px;
  font-weight: 300;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name .rate .star_rating .rating {
  justify-content: flex-end;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .name .rate .star_rating .stars {
  width: calc(var(--rating) / 5 * 100%);
  font-size: 20px;
  margin: 0;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer {
  border-top: 1px solid #707070;
  margin-top: 20px;
  padding-top: 20px;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .answer_cz_title {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .comment_cz_wrap {
  display: flex;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .comment_cz_wrap .profil_cz {
  border-radius: 100%;
  background-color: #000;
  padding: 10px;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .comment_cz_wrap .profil_cz svg {
  height: 100%;
  width: 100%;
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .comment_cz_wrap .name_cz {
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment_answer .comment_cz_wrap .name_cz {
    font-size: 20px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment {
  margin-top: 10px;
  color: var(--chalet-color);
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.36px;
  line-height: 22px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment {
    margin-top: 15px;
  }
}
.fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment p:last-child {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .fancybox-container .review_pop .sidebar_comments .testimonies_list .list li .the_comment {
    font-size: 16px;
  }
}

.single-chalet #page-header-new {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .single-chalet #page-header-new {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new {
    height: 100vh;
  }
}
.single-chalet #page-header-new.full-height {
  min-height: calc(var(--app-height, 100vh) - 60px);
}
@media print, screen and (min-width: 40em) {
  .single-chalet #page-header-new.full-height {
    min-height: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new.full-height {
    max-height: 75vh;
  }
}
@media screen and (min-width: 75em) {
  .single-chalet #page-header-new.full-height {
    max-height: 855px;
  }
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new.full-height.video-type {
    max-height: 1024px;
  }
}
.single-chalet #page-header-new .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.single-chalet #page-header-new .bg img,
.single-chalet #page-header-new .bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-chalet #page-header-new .bg.image:after {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-chalet #page-header-new .bg.video {
  background-repeat: no-repeat;
  background-image: url("../images/loading.gif");
  background-position: center center;
}
.single-chalet #page-header-new .grid-container {
  position: relative;
  z-index: 11;
  max-height: 100%;
  overflow: hidden;
  height: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .single-chalet #page-header-new .grid-container {
    display: flex;
    flex-direction: column;
  }
  .single-chalet #page-header-new .grid-container > .grid-x {
    margin-top: auto;
  }
}
.single-chalet #page-header-new .grid-container .grid-x,
.single-chalet #page-header-new .grid-container .cell {
  max-height: 100%;
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new .grid-container .grid-x,
  .single-chalet #page-header-new .grid-container .cell {
    height: 100%;
  }
}
.single-chalet #page-header-new .grid-container .custom_content {
  padding-top: 70px;
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new .grid-container .custom_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
  }
}
.single-chalet #page-header-new .grid-container .custom_content h1,
.single-chalet #page-header-new .grid-container .custom_content h2 {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-style: normal;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
@media print, screen and (min-width: 40em) {
  .single-chalet #page-header-new .grid-container .custom_content h1,
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    font-size: 40px;
    line-height: 0.9;
  }
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new .grid-container .custom_content h1,
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 75em) {
  .single-chalet #page-header-new .grid-container .custom_content h1,
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    font-size: 5.2vw;
  }
}
@media (min-width: 120rem) {
  .single-chalet #page-header-new .grid-container .custom_content h1,
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    font-size: 100px;
  }
}
.single-chalet #page-header-new .grid-container .custom_content h1 {
  letter-spacing: -2.66px;
  font-weight: 100;
}
@media print, screen and (max-width: 74.99875em) {
  .single-chalet #page-header-new .grid-container .custom_content h1 {
    letter-spacing: 3px;
    max-width: 745px;
  }
}
.single-chalet #page-header-new .grid-container .custom_content h2 {
  letter-spacing: 0.48vw;
  font-weight: 900;
}
@media print, screen and (max-width: 74.99875em) {
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .single-chalet #page-header-new .grid-container .custom_content h2 {
    max-width: 745px;
  }
}
.single-chalet #page-header-new .grid-container .custom_content .c_description {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin-top: 25px;
}
@media print, screen and (min-width: 40em) {
  .single-chalet #page-header-new .grid-container .custom_content .c_description {
    font-size: 16px;
    max-width: 690px;
  }
}
.single-chalet #page-header-new.video-type {
  background-color: #000;
}
.single-chalet #page-header-new.video-type .bg:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .single-chalet #page-header-new.video-type .bg:after {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.fancybox-slide:has(#gallery-content) {
  padding: 0;
}

#gallery-content {
  min-height: 100vh;
  width: 100vw;
  background: var(--Noir, #000);
  padding: 20px;
}
#gallery-content .g-header {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header {
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header {
    gap: 20px;
  }
}
#gallery-content .g-header > div {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header > div {
    width: calc(33.33333% - 10px);
  }
}
#gallery-content .g-header .switcher {
  display: flex;
  justify-content: center;
  order: 3;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header .switcher {
    order: 1;
    width: calc(41.6666% - 10px);
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .switcher {
    width: calc(33.33333% - 10px);
  }
}
#gallery-content .g-header .switcher .switcher_wrap {
  display: flex;
  align-items: center;
  gap: 9.388px;
  border-radius: 51.207px;
  padding: 0 20px;
  border: 0.853px solid var(--Blanc, #fff);
}
#gallery-content .g-header .switcher .switcher_wrap .season {
  color: var(--Blanc, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .switcher .switcher_wrap .season {
    font-size: 17.069px;
  }
}
#gallery-content .g-header .switcher .switcher_wrap select {
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlNWRyIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYxNV8zMjU4KSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xNC44MjYyIDQuNDY2NjRDMTQuODI2NyA0LjY4ODY3IDE0Ljc0IDQuOTAyMDIgMTQuNTg0NiA1LjA2MDY0TDguNTEyMzIgMTEuMzAyQzguMzU3OTggMTEuNDYxMSA4LjE0NzU2IDExLjU1MzcgNy45MjU5NCAxMS41NTk5QzcuNzA0MzIgMTEuNTY2MSA3LjQ4OTA1IDExLjQ4NTUgNy4zMjYwMiAxMS4zMzUyTDAuNTEyOTA0IDUuMDkzOTNDMC4zNTY2MTQgNC45MzkyNCAwLjI2NjI3NiA0LjczMDA2IDAuMjYwODMxIDQuNTEwMjNDMC4yNTUzODQgNC4yOTA0MSAwLjMzNTI1NCA0LjA3NzAxIDAuNDgzNjkyIDMuOTE0NzdDMC42MzIxMzEgMy43NTI1NCAwLjgzNzYxMiAzLjY1NDA3IDEuMDU3MDYgMy42NDAwMUMxLjI3NjUgMy42MjU5NSAxLjQ5Mjg3IDMuNjk3MzkgMS42NjA4IDMuODM5MzVMNy44Njg4MiA5LjUyMjVMMTMuMzY1MSAzLjg3MjY0QzEzLjQ4MzEgMy43NTExNCAxMy42MzQ4IDMuNjY3NjYgMTMuODAwNiAzLjYzMjg3QzEzLjk2NjQgMy41OTgwOSAxNC4xMzg4IDMuNjEzNTkgMTQuMjk1NyAzLjY3NzRDMTQuNDUyNyAzLjc0MTIgMTQuNTg3IDMuODUwNCAxNC42ODE1IDMuOTkxQzE0Ljc3NiA0LjEzMTYxIDE0LjgyNjQgNC4yOTcyMyAxNC44MjYyIDQuNDY2NjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYxNV8zMjU4Ij4KPHJlY3Qgd2lkdGg9IjExLjA5NDkiIGhlaWdodD0iMTUuMzYyMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM3NyAwLjc1NDMzMykgcm90YXRlKDkwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  color: #fff;
  font-weight: bold;
  height: auto;
  padding: 10px 1.5rem 10px 0;
  color: var(--Blanc, #fff);
  font-size: 15px;
  font-style: normal;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .switcher .switcher_wrap select {
    font-size: 17.069px;
  }
}
#gallery-content .g-header .switcher .switcher_wrap select:focus {
  box-shadow: none;
  outline: none;
}
#gallery-content .g-header .close_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 1;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header .close_wrap {
    width: calc(33.33333% - 10px);
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .close_wrap {
    gap: 20px;
  }
}
#gallery-content .g-header .close_wrap svg {
  display: block;
  cursor: pointer;
}
#gallery-content .g-header .close_wrap .text {
  color: var(--Blanc, #fff);
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .close_wrap .text {
    font-size: 26px;
  }
}
#gallery-content .g-header .close_wrap .text .qty_people {
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header .close_wrap .text .qty_people {
    font-size: 16px;
  }
}
#gallery-content .g-header .g_rating {
  display: flex;
  justify-content: center;
  order: 2;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header .g_rating {
    order: 3;
    width: 25%;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .g_rating {
    width: calc(33.33333% - 10px);
  }
}
#gallery-content .g-header .g_rating .star_rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g-header .g_rating .star_rating {
    margin-left: auto;
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g-header .g_rating .star_rating {
    display: flex;
  }
}
#gallery-content .g-header .g_rating .star_rating .stars {
  font-size: 18px;
}
#gallery-content .g-header .g_rating .star_rating .star_rating_title,
#gallery-content .g-header .g_rating .star_rating.single_rate .text_rating .rate_total,
#gallery-content .g-header .g_rating .star_rating .text_rating {
  color: #fff;
}
#gallery-content .g_content_wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#gallery-content .g_content_wrap .g_content {
  display: none;
}
#gallery-content .g_content_wrap .g_content.selected {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_content.selected {
    gap: 40px;
  }
}
#gallery-content .g_content_wrap .g_content_title {
  color: var(--Noir, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_content_title {
    font-size: 18px;
  }
}
#gallery-content .g_content_wrap .g_content .photos_sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_content .photos_sections {
    gap: 40px;
  }
}
#gallery-content .g_content_wrap .g_section {
  border-radius: 10px;
  background: var(--Blanc, #fff);
  padding: 20px;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g_content_wrap .g_section {
    padding: 40px;
    border-radius: 20px;
  }
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.footer .footer_wrap {
    gap: 20px;
  }
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo {
  width: calc(33.3333% - 7px);
  aspect-ratio: 1;
  position: relative;
  height: auto;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo {
    width: calc(16.6666666% - 17px);
  }
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end {
  position: relative;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .text .n {
  color: var(--Blanc, #fff);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .text .n {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .text .n {
    font-size: 38px;
  }
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .text .t {
  color: var(--Blanc, #fff);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: center;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .photos {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: 2fr 2fr;
  gap: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .photos:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallery-content .g_content_wrap .g_section.footer .footer_wrap .photo.end .single_photo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#gallery-content .g_content_wrap .g_section.video {
  position: relative;
}
#gallery-content .g_content_wrap .g_section.video .play {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g_content_wrap .g_section.video .play {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    left: 40px;
    top: 40px;
  }
}
#gallery-content .g_content_wrap .g_section.video .play svg {
  display: block;
  transform: scale(0.7);
}
@media print, screen and (min-width: 64em) {
  #gallery-content .g_content_wrap .g_section.video .play svg {
    transform: scale(1);
  }
}
#gallery-content .g_content_wrap .g_section.video video {
  width: 100%;
  height: auto;
  display: block;
}
#gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-3, #gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-4, #gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-5, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-3, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-4, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-5 {
  width: calc(33.3333% - 10px);
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-3, #gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-4, #gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-5, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-3, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-4, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-5 {
    width: calc(33.3333% - 27px);
  }
}
#gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-6, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-6 {
  width: 100%;
}
#gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-6 a, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-6 a {
  aspect-ratio: 16/9;
}
#gallery-content .g_content_wrap .g_section.photos:first-child .photos .photo.photo-6 a > img, #gallery-content .g_content_wrap .g_section.photos.photos-default .photos .photo.photo-6 a > img {
  aspect-ratio: 16/9;
}
#gallery-content .g_content_wrap .g_section.photos .photos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.photos .photos {
    gap: 40px;
  }
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo {
  width: calc(50% - 8px);
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  #gallery-content .g_content_wrap .g_section.photos .photos .photo {
    width: calc(50% - 20px);
  }
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo:only-child {
  width: 100% !important;
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo:only-child a {
  aspect-ratio: 16/9;
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo:only-child a > img {
  aspect-ratio: 16/9;
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  height: auto;
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a:hover .zoom {
  transform: translateX(0);
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a:hover > img {
  transform: scale(1.1);
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a > img {
  aspect-ratio: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 250ms;
  transform: scale(1);
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a .zoom {
  position: absolute;
  right: 0;
  bottom: 10px;
  transform: translateX(100%);
  z-index: 2;
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 10px;
  color: var(--Blanc, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: rgba(43, 53, 62, 0.7);
  transition: transform 250ms;
}
#gallery-content .g_content_wrap .g_section.photos .photos .photo a .zoom img {
  display: block;
  width: 15px;
  height: 15px;
}

.activities_cottages_section {
  position: relative;
  background-color: var(--chalet-color, #181818);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: clamp(60px, 5.787037037vw, 100px) 0;
  margin-top: clamp(80px, 8.1018518519vw, 140px);
}
.activities_cottages_section > .grid-container {
  max-width: 102.5rem;
}
.activities_cottages_section .activities_header {
  margin-bottom: 50px;
}
.activities_cottages_section .activities_header .activities_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.activities_cottages_section .activities_header .activities_filter .filter {
  margin-bottom: 0;
}
.activities_cottages_section .activities_header .activities_filter .filter a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 7px 20px;
  border-radius: 200px;
  border: 1px solid #ffeec8;
  background-color: #181818;
  color: #ffeec8;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}
@media print, screen and (min-width: 64em) {
  .activities_cottages_section .activities_header .activities_filter .filter a {
    font-size: 16px;
  }
}
.activities_cottages_section .activities_header .activities_filter .filter a:hover {
  background-color: rgb(49.5, 49.5, 49.5);
}
.activities_cottages_section .activities_header .activities_filter .filter.active a {
  background-color: #ffeec8;
  border-color: rgba(24, 24, 24, 0.1);
  color: #181818;
  font-weight: 400;
}
.activities_cottages_section .activities_header .activities_filter .filter.active a:hover {
  background-color: rgb(255, 230.1181818182, 174.5);
}
.activities_cottages_section .glide__arrows {
  width: calc(100vw - 20px);
  left: calc((-100vw + 100%) / 2 + 10px);
  padding: 0;
}
@media (min-width: 1580px) {
  .activities_cottages_section .glide__arrows {
    width: calc(100% + 120px);
    left: -60px;
  }
}
.activities_cottages_section .activities_list .activities_slider {
  position: relative;
}
.activities_cottages_section .activities_list .activity_box .image_activity {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 14px;
}
.activities_cottages_section .activities_list .activity_box .image_activity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.activities_cottages_section .activities_list .activity_box .image_activity:hover img {
  transform: scale(1.04);
}
.activities_cottages_section .activities_list .activity_box .image_activity a {
  display: block;
  width: 100%;
  height: 100%;
}
.activities_cottages_section .activities_list .activity_box .title_activity {
  font-family: "Neue Montreal", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--chalet-bg-color, #f7f2eb);
  margin-bottom: 6px;
  margin-top: 20px;
}
.activities_cottages_section .activities_list .activity_box .title_activity a {
  color: inherit;
  text-decoration: none;
}
.activities_cottages_section .activities_list .activity_box .title_activity a:hover {
  text-decoration: underline;
}
.activities_cottages_section .activities_list .activity_box .description_activity {
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--chalet-bg-color, #f7f2eb);
  margin-top: 20px;
}
.activities_cottages_section .activities_title,
.activities_cottages_section .related_cottages_title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.activities_cottages_section .activities_title h2,
.activities_cottages_section .activities_title h3,
.activities_cottages_section .activities_title p,
.activities_cottages_section .activities_title div,
.activities_cottages_section .related_cottages_title h2,
.activities_cottages_section .related_cottages_title h3,
.activities_cottages_section .related_cottages_title p,
.activities_cottages_section .related_cottages_title div {
  color: var(--custom-beige);
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.activities_cottages_section .activities_title h2 strong,
.activities_cottages_section .activities_title h3 strong,
.activities_cottages_section .activities_title p strong,
.activities_cottages_section .activities_title div strong,
.activities_cottages_section .related_cottages_title h2 strong,
.activities_cottages_section .related_cottages_title h3 strong,
.activities_cottages_section .related_cottages_title p strong,
.activities_cottages_section .related_cottages_title div strong {
  font-weight: 700;
}
.activities_cottages_section .related_cottages_title {
  margin-top: clamp(60px, 5.787037037vw, 100px);
}
.activities_cottages_section .cottages_slider {
  position: relative;
}
.activities_cottages_section .cottages_slider .glide__slides {
  align-items: flex-start;
}
.activities_cottages_section .cottages_slider .cottage_box .image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 14px;
}
.activities_cottages_section .cottages_slider .cottage_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.activities_cottages_section .cottages_slider .cottage_box .image:hover img {
  transform: scale(1.04);
}
.activities_cottages_section .cottages_slider .cottage_box .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.activities_cottages_section .cottages_slider .cottage_box .cottage-title {
  font-family: "Neue Montreal", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--chalet-bg-color, #f7f2eb);
  margin-bottom: 6px;
}
.activities_cottages_section .cottages_slider .cottage_box .cottage-title a {
  color: inherit;
  text-decoration: none;
}
.activities_cottages_section .cottages_slider .cottage_box .cottage-title a:hover {
  text-decoration: underline;
}
.activities_cottages_section .cottages_slider .cottage_box .description-cottage {
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--chalet-bg-color, #f7f2eb);
}
.activities_cottages_section .cottages_slider .glide__arrows.reverse .glide__arrow--left {
  left: -50px;
}
.activities_cottages_section .cottages_slider .glide__arrows.reverse .glide__arrow--right {
  right: -50px;
}

.onetree .main_title {
  margin-bottom: 50px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .onetree .main_title {
    margin-bottom: 80px;
  }
}
.onetree .onetree_wrap {
  padding-top: 60px;
}
@media print, screen and (min-width: 64em) {
  .onetree .onetree_wrap {
    padding-top: 100px;
  }
}
.onetree section.grid-container {
  max-width: 104.6875rem;
}
.onetree section.grid-container.section1 {
  max-width: 75rem;
}
.onetree .section1 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .onetree .section1 {
    margin-bottom: 70px;
  }
}
.onetree .section1 .content {
  margin-bottom: 30px;
}
.onetree .section1 .content .title {
  font-weight: 900;
  margin-bottom: 40px;
}
.onetree .section1 .image img {
  display: block;
  margin: 0 auto;
}
.onetree .section2 {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  .onetree .section2 {
    margin-bottom: 100px;
  }
}
.onetree .section2 .video_wrap {
  position: relative;
}
.onetree .section2 .play_button {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background-color 250ms;
}
@media print, screen and (min-width: 64em) {
  .onetree .section2 .play_button {
    width: 90px;
    height: 90px;
    border-radius: 90px;
  }
}
.onetree .section2 .play_button svg {
  width: 15px;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .onetree .section2 .play_button svg {
    width: 30px;
  }
}
.onetree .section2 a {
  display: block;
}
.onetree .section2 a:hover .play_button {
  background-color: #000;
}

#sidebar-row3 {
  --cal-bg: #181818;
  --cal-cream: #f7f2eb;
  --cal-cream-rgb: 247, 242, 235;
}
#sidebar-row3.sidebar.row3 .promo_wrapper {
  pointer-events: auto;
  margin-bottom: 15px;
  flex-wrap: nowrap !important;
  min-height: 0 !important;
}
#sidebar-row3.sidebar.row3 .promo_wrapper:empty, #sidebar-row3.sidebar.row3 .promo_wrapper:has(#promo_ajax:empty) {
  display: none;
}
#sidebar-row3.sidebar.row3 .promo_banner_item {
  background-color: var(--cal-bg) !important;
  border-radius: 40px !important;
  padding: 15px 20px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  flex: 0 0 auto !important;
  pointer-events: auto;
  border: none !important;
  text-align: left !important;
  justify-content: flex-start !important;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon {
  flex-shrink: 0 !important;
  width: 54px !important;
  max-width: 54px !important;
  padding: 0 !important;
  margin-right: 0 !important;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img path,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img rect,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img polygon,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img circle,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon img ellipse,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg path,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg rect,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg polygon,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg circle,
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_icon svg ellipse {
  fill: var(--cal-cream);
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_banner_text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_banner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  white-space: nowrap;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_banner_title {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(16px, 1.1574074074vw, 20px);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_timer {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(13px, 0.9259259259vw, 16px);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
  margin-bottom: 0 !important;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_banner_bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_timer_text {
  color: rgba(var(--cal-cream-rgb), 0.8);
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(13px, 0.9259259259vw, 16px);
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0 !important;
  text-align: left !important;
  width: auto !important;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cal-cream);
  font-size: 9px;
  line-height: 1;
  transition: transform 220ms ease;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .promo_banner_bottom.active .promo_chevron {
  transform: rotate(180deg);
}
#sidebar-row3.sidebar.row3 .promo_banner_item .message_for_promo {
  display: none;
  color: rgba(var(--cal-cream-rgb), 0.75);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
  padding-top: 4px;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .message_for_promo .message_title {
  color: var(--cal-cream);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
#sidebar-row3.sidebar.row3 .promo_banner_item .message_for_promo .message_content {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(var(--cal-cream-rgb), 0.75);
}

#availability_calendar {
  background-color: var(--cal-bg);
  border: 1px solid var(--cal-border);
  border-radius: 40px;
  padding: 30px 15px;
  overflow: hidden;
  margin-bottom: 50px;
  --cal-bg: #181818;
  --cal-cream: #f7f2eb;
  --cal-border: #f7f2eb;
  --cal-blocked: #333333;
  --cal-selected: #f7f2eb;
  --cal-cream-rgb: 247, 242, 235;
  --cal-border-rgb: 247, 242, 235;
  --cal-blocked-rgb: 51, 51, 51;
  --cal-selected-rgb: 247, 242, 235;
  --cal-muted: rgba(var(--cal-cream-rgb), 0.35);
}
@media print, screen and (min-width: 40em) {
  #availability_calendar {
    padding: 30px 35px;
  }
}
#availability_calendar .calendar_top_title {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 0 15px 15px 15px;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar .calendar_top_title {
    font-size: 22px;
    width: calc(100% + 70px);
    transform: translateX(-35px);
    padding: 0 35px 15px 35px;
  }
}
#availability_calendar #calendar_start_end_txt {
  margin: 20px 0 25px;
  border: 1px solid var(--cal-border);
  border-radius: 20px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  row-gap: 7px;
  align-items: center;
}
#availability_calendar #calendar_start_end_txt .first_row,
#availability_calendar #calendar_start_end_txt .date_row {
  display: contents;
}
#availability_calendar #calendar_start_end_txt .first_row .start_text {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#availability_calendar #calendar_start_end_txt .first_row .end_text {
  grid-column: 3;
  grid-row: 1;
  text-align: center;
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#availability_calendar #calendar_start_end_txt .date_row .start_text {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
  color: rgba(var(--cal-cream-rgb), 0.65);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #calendar_start_end_txt .date_row .start_text {
    font-size: 14px;
  }
}
#availability_calendar #calendar_start_end_txt .date_row .middle_text {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#availability_calendar #calendar_start_end_txt .date_row .middle_text svg {
  display: block;
  width: 28px;
  height: auto;
  color: var(--cal-cream);
}
#availability_calendar #calendar_start_end_txt .date_row .end_text {
  grid-column: 3;
  grid-row: 2;
  text-align: center;
  color: rgba(var(--cal-cream-rgb), 0.65);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #calendar_start_end_txt .date_row .end_text {
    font-size: 14px;
  }
}
#availability_calendar #calendar .fc-toolbar {
  margin-bottom: 15px;
}
#availability_calendar #calendar .fc-toolbar h2 {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(18px, 1.2731481481vw, 22px);
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}
#availability_calendar #calendar .fc-toolbar button {
  background-color: transparent;
  border-color: transparent;
}
#availability_calendar #calendar .fc-toolbar button:focus {
  box-shadow: none;
}
#availability_calendar #calendar .fc-toolbar button.fc-prev-button span {
  transform: translateX(-0.75em);
}
#availability_calendar #calendar .fc-toolbar button.fc-next-button span {
  transform: translateX(0.75em);
}
#availability_calendar #calendar .fc-toolbar button span {
  color: var(--cal-cream);
}
#availability_calendar #calendar .fc-view-harness {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
#availability_calendar #calendar table {
  margin: 0;
  border: none;
}
#availability_calendar #calendar table thead {
  border: none;
  background-color: transparent;
}
#availability_calendar #calendar table thead th {
  border: none;
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 8px;
}
#availability_calendar #calendar table thead th a {
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #calendar table thead th {
    font-size: 15px;
  }
}
#availability_calendar #calendar table thead + tbody {
  position: relative;
}
#availability_calendar #calendar table tbody {
  border: none;
  background: transparent;
}
#availability_calendar #calendar table tbody tr {
  background: transparent;
}
#availability_calendar #calendar table tbody tr td {
  border: none;
}
#availability_calendar #calendar table tbody tr td.fc-day-other {
  cursor: default;
}
#availability_calendar #calendar table tbody tr td.fc-day-other .fc-daygrid-day-number {
  color: #6c6c6c;
}
#availability_calendar #calendar table tbody tr td.fc-day-other.blockedDay, #availability_calendar #calendar table tbody tr td.fc-day-other.fc-day-past {
  cursor: not-allowed;
}
#availability_calendar #calendar table tbody tr td.fc-day-other.blockedDay .fc-daygrid-day-bg, #availability_calendar #calendar table tbody tr td.fc-day-other.fc-day-past .fc-daygrid-day-bg {
  background: rgba(var(--cal-blocked-rgb), 0.6);
  border-radius: 4px;
}
#availability_calendar #calendar table tbody tr td.fc-day-other.blockedDay .fc-daygrid-day-number, #availability_calendar #calendar table tbody tr td.fc-day-other.fc-day-past .fc-daygrid-day-number {
  color: rgba(108, 108, 108, 0.5);
  pointer-events: none;
  position: relative;
  z-index: 3;
}
#availability_calendar #calendar table tbody tr td.fc-day {
  cursor: pointer;
}
#availability_calendar #calendar table tbody tr td.fc-day.fc-day-today {
  background-color: transparent;
}
#availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-top {
  display: flex;
  flex-direction: column;
  min-height: 45px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-frame .fc-daygrid-day-events {
  display: none;
}
#availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-number {
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  color: var(--cal-cream);
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-number {
    font-size: 15px;
  }
}
#availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-bg {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#availability_calendar #calendar table tbody tr td.fc-day .fc-daygrid-day-bg:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
#availability_calendar #calendar table tbody tr td.fc-day.blockedDay {
  background-color: transparent;
  cursor: not-allowed;
}
#availability_calendar #calendar table tbody tr td.fc-day.blockedDay .fc-daygrid-day-bg {
  background: var(--cal-blocked);
  border-radius: 0;
}
#availability_calendar #calendar table tbody tr td.fc-day.blockedDay .fc-daygrid-day-number {
  color: var(--cal-muted);
  opacity: 1;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
#availability_calendar #calendar table tbody tr td.fc-day.satBlocked {
  background-color: transparent;
  cursor: not-allowed;
}
#availability_calendar #calendar table tbody tr td.fc-day.satBlocked .fc-daygrid-day-bg {
  background: var(--cal-blocked);
  border-radius: 0;
}
#availability_calendar #calendar table tbody tr td.fc-day.satBlocked .fc-daygrid-day-number {
  color: var(--cal-muted);
  opacity: 1;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
#availability_calendar #calendar table tbody tr td.fc-day.fc-day-past {
  background-color: transparent;
  cursor: not-allowed;
}
#availability_calendar #calendar table tbody tr td.fc-day.fc-day-past .fc-daygrid-day-bg {
  background-color: transparent;
  border-radius: 0;
}
#availability_calendar #calendar table tbody tr td.fc-day.fc-day-past .fc-daygrid-day-number {
  color: var(--cal-muted);
  opacity: 1;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
#availability_calendar #calendar table tbody tr td.fc-day.initialSelected.fc-day-future .fc-daygrid-day-top {
  opacity: 1;
}
#availability_calendar #calendar table tbody tr td.fc-day.initialSelected.fc-day-future .fc-daygrid-day-number {
  font-weight: 700;
  color: var(--cal-bg);
  opacity: 1;
}
#availability_calendar #calendar table tbody tr td.fc-day.initialSelected.fc-day-future .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-cream) 0%, var(--cal-cream) 100%);
  border-radius: 100px 0 0 100px;
}
#availability_calendar #calendar table tbody tr td.fc-day:not(.blockedDay):not(.satBlocked):not(.fc-day-past):not(.fc-day-other) .fc-daygrid-day-number {
  color: var(--cal-cream);
  background-color: transparent;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#availability_calendar #calendar table tbody tr td.fc-day:not(.blockedDay):not(.satBlocked):not(.fc-day-past):not(.fc-day-other).fc-day-today .fc-daygrid-day-number {
  background-color: var(--cal-cream);
  color: var(--cal-bg);
  font-weight: 700;
}
#availability_calendar #calendar table tbody tr td.fc-day:not(.blockedDay):not(.satBlocked):not(.fc-day-past):not(.fc-day-other).initialSelected .fc-daygrid-day-number {
  font-weight: 700;
  color: var(--cal-bg);
}
#availability_calendar #calendar table tbody tr td.fc-day:not(.blockedDay):not(.satBlocked):not(.fc-day-past):not(.fc-day-other).initialSelected .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-cream) 0%, var(--cal-cream) 100%);
  border-radius: 100px 0 0 100px;
}
#availability_calendar #calendar table tbody tr td.fc-day.startDay .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-blocked) 0%, var(--cal-blocked) 100%);
  border-radius: 100px 0 0 100px;
}
#availability_calendar #calendar table tbody tr td.fc-day.startDay.fc-day-past .fc-daygrid-day-bg {
  background: var(--cal-blocked);
}
#availability_calendar #calendar table tbody tr td.fc-day.endDay .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-blocked) 0%, var(--cal-blocked) 100%);
  border-radius: 0 100px 100px 0;
}
#availability_calendar #calendar table tbody tr td.fc-day.endDay:has(+ .blockedDay) .fc-daygrid-day-bg {
  background: var(--cal-blocked);
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past) {
  position: relative;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past) .fc-daygrid-day-top {
  opacity: 1;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past) .fc-daygrid-day-bg {
  background-color: var(--cal-selected);
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past) .fc-daygrid-day-number {
  font-weight: 700;
  color: var(--cal-bg) !important;
  background-color: transparent;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).firstSelected .fc-daygrid-day-top {
  position: relative;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).firstSelected .fc-daygrid-day-top .fc-daygrid-day-number {
  font-weight: 700;
  background-color: var(--cal-cream);
  color: var(--cal-bg);
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).firstSelected .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-cream) 0%, var(--cal-cream) 100%);
  border-radius: 100px 0 0 100px;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).lastSelected .fc-daygrid-day-top {
  position: relative;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).lastSelected .fc-daygrid-day-top .fc-daygrid-day-number {
  font-weight: 700;
  color: var(--cal-bg);
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past).lastSelected .fc-daygrid-day-bg {
  background: linear-gradient(to right, var(--cal-cream) 0%, var(--cal-cream) 100%);
  border-radius: 0 100px 100px 0;
}
#availability_calendar #calendar table tbody tr td.fc-day.selected:not(.blockedDay):not(.fc-day-past):not(.firstSelected):not(.lastSelected) .fc-daygrid-day-number {
  border-radius: 0;
  width: 100%;
  font-weight: 600;
  color: var(--cal-cream);
}
#availability_calendar #calendar .fc-highlight {
  display: none;
}
#availability_calendar .under_calendar {
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#availability_calendar .under_calendar #reset-dates {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  color: var(--cal-cream);
  transition: opacity 250ms;
}
#availability_calendar .under_calendar #reset-dates:hover {
  opacity: 0.65;
}
#availability_calendar .under_calendar .not-available {
  display: flex;
  color: rgba(var(--cal-cream-rgb), 0.6);
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  align-items: center;
}
#availability_calendar .under_calendar .not-available span {
  display: block;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background-color: var(--cal-blocked);
  border-radius: 50%;
}
#availability_calendar #calendar_options {
  margin-top: 15px;
}
#availability_calendar #calendar_options.error .option_row:not(:last-child) label {
  color: #e5173f;
}
#availability_calendar #calendar_options .option_row {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(var(--cal-border-rgb), 0.15);
  padding-bottom: 18px;
}
#availability_calendar #calendar_options .option_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#availability_calendar #calendar_options .option_row label {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #calendar_options .option_row label {
    font-size: 15px;
  }
}
#availability_calendar #calendar_options .option_row select {
  max-width: 100px;
  cursor: pointer;
  margin-left: 10px;
  text-align: center;
  color: var(--cal-bg);
  -webkit-appearance: none;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  background-color: var(--cal-cream);
  border: 1px solid var(--cal-cream);
  border-radius: 10px;
  padding: 8px 28px 8px 10px;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"><g><path fill="%23181818" d="m9.6021 1.3374-0.51681-0.51681c-0.03379-0.03379-0.07975-0.05272-0.12752-0.05272h-0.00135c-0.04821 4.5e-4 -0.09417 0.01983-0.12797 0.05452l-3.8285 3.9376-3.8285-3.9381c-0.03379-0.03469-0.07975-0.05407-0.12797-0.05452h-0.00135c-0.04776 0-0.09372 0.01892-0.12752 0.05272l-0.51681 0.51681c-0.06984 0.06984-0.07029 0.18248-0.0018 0.25322l4.4747 4.5877c0.03424 0.03514 0.08065 0.05497 0.12932 0.05497 0.04866 0 0.09507-0.01983 0.12887-0.05452l4.4747-4.5877c0.06939-0.07074 0.06849-0.18384-0.00135-0.25322z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}
#availability_calendar #calendar_options .option_row.baby_row span {
  margin-right: auto;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: var(--cal-cream);
}
#availability_calendar #calendar_options .option_row.baby_row .active span {
  color: #e5173f;
}
#availability_calendar #reserve_btn_wrap {
  margin-top: 30px;
}
#availability_calendar #reserve_btn_wrap #reserve_btn_calendar {
  background-color: var(--cal-cream);
  color: var(--cal-bg);
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  border-radius: 35px;
  padding: 18px 25px;
  cursor: pointer;
  border: 1px solid var(--cal-cream);
  transition: color 250ms, background-color 250ms;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar #reserve_btn_wrap #reserve_btn_calendar {
    font-size: 18px;
  }
}
#availability_calendar #reserve_btn_wrap #reserve_btn_calendar:hover:not(:disabled) {
  background-color: transparent;
  color: var(--cal-cream);
}
#availability_calendar #reserve_btn_wrap #reserve_btn_calendar:disabled {
  cursor: not-allowed;
  color: rgba(var(--cal-cream-rgb), 0.3);
  background-color: rgba(var(--cal-cream-rgb), 0.07);
  border-color: rgba(var(--cal-cream-rgb), 0.15);
}
#availability_calendar #reserve_btn_wrap .notices {
  color: rgba(var(--cal-cream-rgb), 0.6);
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
#availability_calendar #reserve_btn_wrap .notices .notice_first {
  color: rgba(var(--cal-cream-rgb), 0.6);
  font-weight: 500;
}
#availability_calendar .calendar_sub_content {
  width: calc(100% + 30px);
  transform: translateX(-15px);
  padding: 20px 15px 0 15px;
  margin-top: 25px;
  border-top: 1px solid rgba(var(--cal-border-rgb), 0.3);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar .calendar_sub_content {
    width: calc(100% + 70px);
    transform: translateX(-35px);
    padding: 25px 35px 0 35px;
  }
}
#availability_calendar .calendar_sub_content .side_image {
  flex-shrink: 0;
  width: 35px;
}
#availability_calendar .calendar_sub_content .side_image svg {
  display: block;
  width: 100%;
  height: auto;
  color: var(--cal-cream);
}
#availability_calendar .calendar_sub_content .side_image svg path,
#availability_calendar .calendar_sub_content .side_image svg rect,
#availability_calendar .calendar_sub_content .side_image svg polygon,
#availability_calendar .calendar_sub_content .side_image svg circle,
#availability_calendar .calendar_sub_content .side_image svg ellipse {
  fill: var(--cal-cream);
}
#availability_calendar .calendar_sub_content .side_content {
  flex: 1;
  min-width: 0;
}
#availability_calendar .calendar_sub_content .side_content .toptitle {
  color: var(--cal-cream);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.85px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar .calendar_sub_content .side_content .toptitle {
    font-size: 15px;
  }
}
#availability_calendar .calendar_sub_content .side_content .title {
  color: rgba(var(--cal-cream-rgb), 0.75);
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  #availability_calendar .calendar_sub_content .side_content .title {
    font-size: 14px;
  }
}
#availability_calendar .calendar_sub_content .side_content .title p {
  line-height: inherit;
}
#availability_calendar .calendar_sub_content .side_content .title p:last-child {
  margin: 0;
}
#availability_calendar .calendar_sub_content .side_content .title a {
  text-decoration: underline;
  color: var(--cal-cream);
  cursor: pointer;
  transition: opacity 200ms;
}
#availability_calendar .calendar_sub_content .side_content .title a:hover {
  opacity: 0.65;
  text-decoration: none;
}

.page-template-template-book .promo_wrapper,
.page-template-template-book .promo_wrapper_v2 {
  display: none !important;
}
.page-template-template-book .section_book_footer {
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
}
.page-template-template-book .section_book_footer.has_bg {
  background: #000;
}
.page-template-template-book .section_book_footer.has_bg .title_wrap {
  color: #fff;
}
.page-template-template-book .section_book_footer.has_bg .items .item .title,
.page-template-template-book .section_book_footer.has_bg .items .item .description {
  color: #fff;
}
.page-template-template-book .section_book_footer .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.page-template-template-book .section_book_footer .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.page-template-template-book .section_book_footer .bg:after {
  content: "";
  background: rgba(43, 53, 62, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-template-book .section_book_footer .grid-container {
  position: relative;
  z-index: 2;
  max-width: 90rem;
}
.page-template-template-book .section_book_footer .title_wrap {
  color: #000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book .section_book_footer .title_wrap {
    margin-bottom: 90px;
    letter-spacing: 1.39px;
    font-size: 22px;
  }
}
.page-template-template-book .section_book_footer .items {
  justify-content: center;
  row-gap: 40px;
}
.page-template-template-book .section_book_footer .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.page-template-template-book .section_book_footer .items .item .icon img {
  max-width: 75px;
  max-height: 75px;
  display: block;
  width: 100%;
  object-fit: contain;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-book .section_book_footer .items .item .icon img {
    max-width: 105px;
    max-height: 105px;
  }
}
.page-template-template-book .section_book_footer .items .item .title {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book .section_book_footer .items .item .title {
    font-size: 22px;
  }
}
.page-template-template-book .section_book_footer .items .item .description {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book .section_book_footer .items .item .description {
    font-size: 18px;
  }
}
.page-template-template-book .section_book_footer .btn_wrap {
  margin-top: 50px;
  text-align: center;
}
.page-template-template-book .section_book_footer .btn_wrap a {
  display: inline-flex;
  padding: 14px 31.44px 16px 27px;
  align-items: center;
  border-radius: 25px;
  border: 1px solid var(--Noir, #000);
  background: var(--Noir, #000);
  color: var(--Blanc, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: color 250ms, background-color 250ms;
}
.page-template-template-book .section_book_footer .btn_wrap a:hover {
  background-color: #fff;
  color: #000;
}
.page-template-template-book .off-canvas-content #main_content {
  margin-bottom: 0;
}
.page-template-template-book .grid-x.promo,
.page-template-template-book .grid-x.standard.no_promos {
  margin-top: 60px;
}
.page-template-template-book #cottage_counter {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.39px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .page-template-template-book #cottage_counter {
    font-size: 22px;
  }
}
.page-template-template-book #cottage_counter strong {
  color: #4e78a4;
}
.page-template-template-book #dataContainerWrap {
  position: relative;
  min-height: 200px;
}
.page-template-template-book #dataContainerWrap .not-found {
  text-align: center;
  width: 90%;
  font-weight: 600;
  padding: 15px 0;
  font-size: 16px;
  color: black;
  border: 1px solid #e5173f;
  max-width: 1024px;
  margin: 50px auto;
  border-radius: 10px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-book #dataContainerWrap .not-found {
    width: 100%;
    font-size: 20px;
  }
}
.page-template-template-book #dataContainer.loading > .cell {
  opacity: 0.2;
}
.page-template-template-book #dataContainer.loading + .loader {
  display: flex;
}
.page-template-template-book .section_testimonies {
  background: var(--Bleu-gris, #2b353e);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-template-book .section_testimonies .main_title .title,
.page-template-template-book .section_testimonies .testimony .sep,
.page-template-template-book .section_testimonies .testimony,
.page-template-template-book .section_testimonies .testimonies_slider .testimony .date_name_wrap .name,
.page-template-template-book .section_testimonies .testimonies_slider .testimony .date_name_wrap .date {
  color: #fff;
}
.page-template-template-book .section_testimonies .testimonies_slider .glide__bullets button {
  border-color: #fff;
}
.page-template-template-book .section_testimonies .testimonies_slider .glide__bullets button.glide__bullet--active {
  border-color: #4e78a4;
}
.page-template-template-book .section_testimonies .glide__arrows button {
  background-color: transparent;
}
.page-template-template-book .section_testimonies .glide__arrows button:hover {
  background-color: #fff;
}
.page-template-template-book .section_testimonies .glide__arrows button:hover svg path {
  fill: #000;
}
@media screen and (min-width: 75em) {
  .page-template-template-book .section_testimonies .testimonies_slider .testimony {
    font-size: 18px;
    line-height: 29px;
  }
}
.page-template-template-book .loader {
  --clock-color: black;
  --clock-width: 4rem;
  --clock-radius: calc(var(--clock-width) / 2);
  --clock-minute-length: calc(var(--clock-width) * 0.4);
  --clock-hour-length: calc(var(--clock-width) * 0.2);
  --clock-thickness: 0.2rem;
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: var(--clock-width);
  height: var(--clock-width);
  border: 3px solid var(--clock-color);
  border-radius: 50%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-template-book .loader::before, .page-template-template-book .loader::after {
  position: absolute;
  content: "";
  top: calc(var(--clock-radius) * 0.25);
  width: var(--clock-thickness);
  background: var(--clock-color);
  border-radius: 10px;
  transform-origin: center calc(100% - var(--clock-thickness) / 2);
  animation: spin infinite linear;
}
.page-template-template-book .loader::before {
  height: var(--clock-minute-length);
  animation-duration: 2s;
}
.page-template-template-book .loader::after {
  top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
  height: var(--clock-hour-length);
  animation-duration: 15s;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

#book_engine {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#book_engine [data-tippy-root] {
  z-index: 9 !important;
}
#book_engine > .title {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  flex: 1 1 100%;
  width: 100%;
  margin: 30px 0 40px 0;
}
#book_engine form {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 1175px;
  min-height: 70px;
  padding: 20px 10px;
  position: relative;
  flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 64em) {
  #book_engine form {
    gap: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #book_engine form {
    background-color: rgba(255, 255, 255, 0.9);
    flex-wrap: nowrap;
    background-color: #ffffff;
    height: 70px;
    border-radius: 82px;
    padding: 0 0 0 30px;
  }
}
#book_engine form .close_x {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
}
#book_engine form.loading {
  pointer-events: none;
  opacity: 0.7;
}
#book_engine form .arrow {
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#book_engine form .arrow svg {
  display: block;
  width: 12px;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  #book_engine form .arrow svg {
    width: 14px;
  }
}
#book_engine form .label-item {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: left;
}
#book_engine form .label-item.label-item-other {
  display: none;
}
#book_engine form .label-item.smaller, #book_engine form .groupes_page_sub .two_col_map .content .label-item.title, .groupes_page_sub .two_col_map .content #book_engine form .label-item.title, #book_engine form .groupes_page_sub .two_col_txt .content .label-item.title, .groupes_page_sub .two_col_txt .content #book_engine form .label-item.title, #book_engine form .groupes_page_sub .two_col_txt_3_img .content .label-item.title, .groupes_page_sub .two_col_txt_3_img .content #book_engine form .label-item.title, #book_engine form #main_content.corpo .label-item.reservation_title, #main_content.corpo #book_engine form .label-item.reservation_title, #book_engine form .home_page .homesliderswrap .label-item.photo_slider_title, .home_page .homesliderswrap #book_engine form .label-item.photo_slider_title, #book_engine form .single-chalet .photo_slider_2col .photo_slider_text_col .label-item.photo_slider_title, .single-chalet .photo_slider_2col .photo_slider_text_col #book_engine form .label-item.photo_slider_title, #book_engine form .onetree .label-item.main_title, .onetree #book_engine form .label-item.main_title {
  font-size: 13px;
}
@media screen and (min-width: 75em) {
  #book_engine form .label-item.smaller, #book_engine form .groupes_page_sub .two_col_map .content .label-item.title, .groupes_page_sub .two_col_map .content #book_engine form .label-item.title, #book_engine form .groupes_page_sub .two_col_txt .content .label-item.title, .groupes_page_sub .two_col_txt .content #book_engine form .label-item.title, #book_engine form .groupes_page_sub .two_col_txt_3_img .content .label-item.title, .groupes_page_sub .two_col_txt_3_img .content #book_engine form .label-item.title, #book_engine form #main_content.corpo .label-item.reservation_title, #main_content.corpo #book_engine form .label-item.reservation_title, #book_engine form .home_page .homesliderswrap .label-item.photo_slider_title, .home_page .homesliderswrap #book_engine form .label-item.photo_slider_title, #book_engine form .single-chalet .photo_slider_2col .photo_slider_text_col .label-item.photo_slider_title, .single-chalet .photo_slider_2col .photo_slider_text_col #book_engine form .label-item.photo_slider_title, #book_engine form .onetree .label-item.main_title, .onetree #book_engine form .label-item.main_title {
    font-size: 16px;
  }
}
#book_engine form .input {
  width: 100%;
  position: relative;
  min-height: 50px;
}
@media print, screen and (min-width: 64em) {
  #book_engine form .input {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#book_engine form .input.options {
  display: none;
  border: none;
}
@media print, screen and (max-width: 39.99875em) {
  #book_engine form .input.options {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .input.options {
    height: 50px;
  }
}
#book_engine form .input > label {
  display: none;
}
#book_engine form .date {
  padding-right: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .date {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 40em) {
  #book_engine form .date {
    max-width: 300px;
  }
}
#book_engine form .date input {
  border: none;
  box-shadow: none;
  height: 100%;
  max-height: none;
  line-height: 1;
  padding: 0 14px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  #book_engine form .date input {
    line-height: 70px;
  }
}
#book_engine form .date input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

#book_engine form .date input:-moz-placeholder {
  opacity: 1;
  color: #000;
}

#book_engine form .date input::-moz-placeholder {
  opacity: 1;
  color: #000;
}

#book_engine form .date input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

#book_engine form .date input[readonly] {
  background-color: transparent;
}
#book_engine form .select {
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  justify-content: center;
}
@media print, screen and (max-width: 39.99875em) {
  #book_engine form .select {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  #book_engine form .select {
    max-width: 350px;
  }
}
#book_engine form .select.groupon > .label-item:not(.label-item-other) {
  display: none;
}
#book_engine form .select.groupon .label-item-other {
  display: inline;
}
#book_engine form .select.groupon #adult_count {
  display: none;
}
#book_engine form .select .count {
  color: #4e78a4;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-right: 25px;
  margin-left: 20px;
}
#book_engine form .select .dropdown {
  cursor: default;
}
#book_engine form .select .dropdown .dropdownitem .max_group_msg {
  display: none;
}
#book_engine form .select .dropdown .dropdownitem.disabled:not(.ignoredisabled) .max_group_msg {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
#book_engine form .select .dropdown .dropdownitem.disabled:not(.ignoredisabled) input {
  display: none;
}
#book_engine form .select .dropdown .dropdownitem.disabled:not(.ignoredisabled) .label-item {
  max-width: calc(100% - 160px);
}
#book_engine form .select .dropdown .dropdownitem.disabled:not(.ignoredisabled) .action-item {
  max-width: 130px;
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .select {
    height: 50px;
    justify-content: center;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
  }
  #book_engine form .select .label-item {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  #book_engine form .select .arrow {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
  }
  #book_engine form .select .count {
    font-size: 15px;
  }
}
#book_engine form .options {
  display: flex;
  cursor: pointer;
  position: static;
}
@media print, screen and (max-width: 39.99875em) {
  #book_engine form .options {
    width: 33.33333%;
  }
}
@media print, screen and (min-width: 40em) {
  #book_engine form .options {
    max-width: 175px;
  }
}
#book_engine form .options > .label-item {
  padding: 0 20px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}
#book_engine form .options.has_options > .label-item {
  font-weight: 600;
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .options {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    border: 1px solid #d5d5d5 !important;
    border-radius: 30px;
  }
  #book_engine form .options .label-item {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
#book_engine form .submit {
  width: 100%;
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
  background-color: #62afdb;
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .submit {
    border-radius: 82px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  #book_engine form .submit {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 40em) {
  #book_engine form .submit {
    max-width: 230px;
  }
}
#book_engine form .submit:hover {
  background-color: #000;
}
#book_engine form .submit:hover input {
  background-color: #000;
}
#book_engine form .submit input {
  width: 100%;
  height: 100%;
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
  background-color: #62afdb;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  background-repeat: no-repeat;
  padding: 0;
  background-position: 20% center;
  transition: background-color 250ms;
}
@media print, screen and (max-width: 63.99875em) {
  #book_engine form .submit input {
    border-radius: 82px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 75em) {
  #book_engine form .submit input {
    font-size: 18px;
    background-image: url("../images/search-icon.svg");
    padding: 0 0 0 20px;
  }
}
#book_engine form .submit input:focus {
  outline: none;
  box-shadow: none;
}
.page-template-template-offers .promo + .gifts .subheader_text {
  margin-top: 0;
}
.page-template-template-offers .promos.subheader_text {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .promos.subheader_text {
    padding: 0 175px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .gifts .promos.subheader_text .share_page {
    right: 1.875rem;
  }
}
.page-template-template-offers .share_page {
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .share_page {
    right: 0;
    top: 10px;
    position: absolute;
    z-index: 2;
    margin-top: 0;
  }
}
.page-template-template-offers .share_page .share_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
  text-transform: none;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .share_page .share_title {
    text-align: left;
  }
}
.page-template-template-offers .share_page ul {
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-offers .share_page ul {
    justify-content: flex-start;
  }
}
.page-template-template-offers .share_page ul li {
  margin-right: 10px;
}
.page-template-template-offers .share_page ul li:last-child {
  margin-right: 0;
}
.page-template-template-offers .share_page ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
  transition: background-color 250ms;
}
.page-template-template-offers .share_page ul li a svg {
  display: block;
  object-fit: contain;
  max-height: 18px;
}
.page-template-template-offers .share_page ul li a svg path {
  fill: #fff;
  transition: fill 250ms;
}
.page-template-template-offers .share_page ul li a:hover {
  background-color: #fff;
}
.page-template-template-offers .share_page ul li a:hover svg path {
  fill: #000;
}
.page-template-template-offers .share_page ul li.email a svg {
  max-height: 16px;
}
.page-template-template-offers .gifts .offer_bg {
  position: relative;
}
.page-template-template-offers .gifts .offer_bg img {
  display: block;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.page-template-template-offers .gifts .offer_bg .gift_wrap {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-offers .gifts .offer_bg .gift_wrap {
    position: absolute;
    z-index: 2;
    left: 10%;
    margin-top: 0;
    bottom: 13%;
  }
}
.page-template-template-offers .gifts .offer_bg .gift_wrap .offers_bg_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1.28px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-offers .gifts .offer_bg .gift_wrap .offers_bg_title {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .page-template-template-offers .gifts .offer_bg .gift_wrap .offers_bg_title {
    font-size: 3.3333vw;
  }
}
.page-template-template-offers .gifts .offer_bg .gift_wrap .btn {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-offers .gifts .offer_bg .gift_wrap .btn {
    text-align: left;
  }
}
.review_form_page .top-bar {
  background-color: #000;
}

.review_form {
  margin-top: 40px;
}
.review_form .main_content_wrap {
  max-width: 103.125rem;
}
@media print, screen and (max-width: 63.99875em) {
  .review_form .main_content_wrap {
    padding-top: 0;
  }
}
.review_form .review_intro {
  padding-top: 0;
}
.review_form .review_intro .review_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.68px;
  line-height: 1.1;
}
@media print, screen and (min-width: 64em) {
  .review_form .review_intro .review_title {
    font-size: 34px;
  }
}
.review_form .image_chalet {
  margin-bottom: 30px;
}
.review_form .image_chalet img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.review_form .acf-fields > .acf-field {
  padding-left: 0;
  padding-right: 0;
}
.review_form .clear-button {
  display: none;
}
.review_form .acf-fields > .acf-field,
.review_form .acf-fields.-border {
  border-left: none;
  border-right: none;
  border-top: none;
}
.review_form .acf-fields.-border {
  border-bottom: none;
}
.review_form .acf-field .acf-label {
  margin: 0;
}
.review_form .comment_box {
  border-bottom: none;
}
.review_form div.field_type-star_rating_field ul.star-rating {
  display: flex;
  margin: 12px 0 0 0;
}
.review_form div.field_type-star_rating_field ul.star-rating li {
  padding-right: 10px;
}
.review_form div.field_type-star_rating_field ul.star-rating li:last-child {
  padding-right: 0;
}
.review_form div.field_type-star_rating_field ul.star-rating li .fa-star svg path {
  fill: #ffc400;
  stroke: #ffc400;
}
.review_form div.field_type-star_rating_field ul.star-rating li .fa-star-half-o svg path {
  fill: url(#grad);
  stroke-dashoffset: 30;
  stroke-dasharray: 70, 98;
}
.review_form div.field_type-star_rating_field ul.star-rating li svg {
  display: block;
  width: 35px;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .review_form div.field_type-star_rating_field ul.star-rating li svg {
    width: 50px;
  }
}
.review_form .global_rating > .acf-label > label,
.review_form .evaluations > .acf-label > label,
.review_form .profil > .acf-label > label,
.review_form .comment_box > .acf-label > label {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.44px;
  line-height: 1.1;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 64em) {
  .review_form .global_rating > .acf-label > label,
  .review_form .evaluations > .acf-label > label,
  .review_form .profil > .acf-label > label,
  .review_form .comment_box > .acf-label > label {
    font-size: 20px;
  }
}
.review_form .global_rating > .acf-label > label + .description,
.review_form .evaluations > .acf-label > label + .description,
.review_form .profil > .acf-label > label + .description,
.review_form .comment_box > .acf-label > label + .description {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.32px;
  line-height: 24px;
}
.review_form .acf-field .acf-field label {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin: 0;
}
.review_form .evaluations .acf-clone-fields {
  display: flex;
  flex-wrap: wrap;
}
.review_form .evaluations .acf-clone-fields > .acf-field {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .review_form .evaluations .acf-clone-fields > .acf-field {
    width: 50%;
  }
}
@media screen and (min-width: 90em) {
  .review_form .evaluations .acf-clone-fields > .acf-field {
    width: 40%;
  }
}
.review_form .evaluations div.field_type-star_rating_field ul.star-rating li svg {
  width: 35px;
}
.review_form .profil input[type=file] {
  cursor: pointer;
  margin: 0;
}
.review_form .profil input[type=file]::-ms-browse {
  border-radius: 17px;
  cursor: pointer;
  border: 1px dashed #707070;
  background-color: rgba(208, 208, 208, 0.25);
  width: 100px;
  height: 100px;
  font-size: 0;
  margin-right: 20px;
  background-image: url("../images/plus-upload.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 250ms;
}
.review_form .profil input[type=file]::-webkit-file-upload-button {
  border-radius: 17px;
  cursor: pointer;
  border: 1px dashed #707070;
  background-color: rgba(208, 208, 208, 0.25);
  width: 100px;
  height: 100px;
  font-size: 0;
  margin-right: 20px;
  background-image: url("../images/plus-upload.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 250ms;
}
.review_form .profil input[type=file]::file-selector-button {
  border-radius: 17px;
  cursor: pointer;
  border: 1px dashed #707070;
  background-color: rgba(208, 208, 208, 0.25);
  width: 100px;
  height: 100px;
  font-size: 0;
  margin-right: 20px;
  background-image: url("../images/plus-upload.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 250ms;
}
.review_form .profil input[type=file]::-ms-browse:hover {
  background-color: rgba(208, 208, 208, 0.75);
}
.review_form .profil input[type=file]::-webkit-file-upload-button:hover {
  background-color: rgba(208, 208, 208, 0.75);
}
.review_form .profil input[type=file]::file-selector-button:hover {
  background-color: rgba(208, 208, 208, 0.75);
}
.review_form .comment_box textarea {
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #000000;
  background-color: #ffffff;
  box-shadow: none;
}
.review_form .acf-form-submit input {
  min-width: 160px;
}
.review_form .acf-notice.-dismiss {
  margin-top: 20px;
}
.review_form .acf-field .acf-notice p {
  margin-bottom: 5px;
}
.review_form .conf {
  font-weight: bold;
  padding: 30px;
  background: rgba(208, 208, 208, 0.25);
  margin-top: 30px;
  text-align: center;
}
.review_form .acf-spinner {
  transform: translateY(-5px);
}

#grad #stopColor1 {
  stop-color: #ffc400;
}

.blog_page.related .grid-x {
  row-gap: 40px;
}
@media print, screen and (min-width: 64em) {
  .blog_page.related .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .title a {
    font-size: 30px;
  }
}
@media screen and (min-width: 90em) {
  .blog_page.related .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .title a {
    font-size: 40px;
  }
}
.blog_page .cat_wrapper_items {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
}
.blog_page .cat_wrapper_items span {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: var(--blanc, #fff);
  color: var(--noir, #000);
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.blog_page .blog_title .grid-x .the_title {
  color: #000;
  padding: 70px 0 50px 0;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -1.619px;
  text-transform: uppercase;
  font-weight: 100;
}
.blog_page .blog_title .grid-x .the_title span {
  font-weight: 600;
}
.blog_page .blog_title + .filters {
  margin-top: 0;
}
.blog_page .latest_featured {
  position: relative;
  z-index: 10;
  max-width: 84.375rem;
  transform: translateY(-58%);
}
.blog_page .latest_featured .latest_bg {
  position: relative;
}
.blog_page .latest_featured .latest_bg video,
.blog_page .latest_featured .latest_bg img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.blog_page .latest_featured .latest_bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.blog_page .latest_featured .postinfo {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  pointer-events: none;
}
.blog_page .latest_featured .postinfo a {
  pointer-events: all;
}
@media print, screen and (min-width: 40em) {
  .blog_page .latest_featured .postinfo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.blog_page .latest_featured .postinfo .cat {
  padding: 15px 15px 0;
}
@media print, screen and (min-width: 40em) {
  .blog_page .latest_featured .postinfo .cat {
    padding: 3% 3% 0;
  }
}
.blog_page .latest_featured .postinfo .bottom_info {
  padding: 0 15px 15px;
}
@media print, screen and (min-width: 40em) {
  .blog_page .latest_featured .postinfo .bottom_info {
    padding: 0 3% 3%;
  }
}
.blog_page .latest_featured .postinfo .bottom_info .meta .author {
  text-transform: none;
  font-weight: 300;
}
.blog_page .latest_featured .postinfo .bottom_info .title {
  max-width: 720px;
}
.blog_page .latest_featured .postinfo .bottom_info .title a {
  text-transform: none;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 40em) {
  .blog_page .latest_featured .postinfo .bottom_info .title a {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.29px;
  }
}
@media print, screen and (min-width: 64em) {
  .blog_page .latest_featured .postinfo .bottom_info .title a {
    letter-spacing: 2.29px;
    font-size: 50px;
    line-height: 58px;
  }
}
.blog_page .latest_featured .postinfo .bottom_info .btn {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .blog_page .latest_featured .postinfo .bottom_info .btn {
    display: block;
  }
}
.blog_page .latest_featured .postinfo .bottom_info .btn a {
  border-color: #ffffff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.11);
}
.blog_page .latest_featured .postinfo .bottom_info .btn a:hover {
  border-color: #000;
}
.blog_page .postinfo {
  display: flex;
  flex-direction: column;
}
.blog_page .postinfo .cat {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.62px;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .blog_page .postinfo .cat {
    font-size: 14px;
  }
}
.blog_page .postinfo .bottom_info {
  margin-top: auto;
}
.blog_page .postinfo .bottom_info .meta {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.62px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  .blog_page .postinfo .bottom_info .meta {
    font-size: 13px;
  }
}
.blog_page .postinfo .bottom_info .title a {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.24px;
  line-height: 26px;
}
@media screen and (min-width: 75em) {
  .blog_page .postinfo .bottom_info .title a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 90em) {
  .blog_page .postinfo .bottom_info .title a {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog_page .postinfo .bottom_info .btn {
  margin-top: 20px;
}
.blog_page .postinfo .bottom_info .btn a {
  border-radius: 25px;
  border: 1px solid #000000;
  display: inline-block;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 25px;
  background-color: #fff;
  transition: background-color 250ms, color 250ms, border-color 250ms;
}
.blog_page .postinfo .bottom_info .btn a:hover {
  background-color: #000;
  color: #fff;
}
.blog_page .noposts {
  text-align: center;
}
.blog_page .filters {
  max-width: 84.375rem;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .blog_page .filters {
    margin-top: 90px;
  }
}
.blog_page .filters .filters_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog_page .filters .filters_items .filter {
  margin: 10px 7px;
}
.blog_page .filters .filters_items .filter a {
  border-radius: 17px;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 1;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 250ms, color 250ms;
}
.blog_page .filters .filters_items .filter a:hover {
  background-color: #000;
  color: #fff;
}
.blog_page .filters .filters_items .filter:first-child {
  margin-left: 0;
}
.blog_page .filters .filters_items .filter:last-child {
  margin-right: 0;
}
.blog_page .filters .filters_items .filter.active a {
  background-color: #000;
  color: #fff;
}
.blog_page .blog_list .pagination-grid {
  margin-top: 70px;
}
.blog_page .blog_list .pagination-grid .pagination {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blog_page .blog_list .blog_items .grid-y {
  gap: 50px;
}
@media print, screen and (min-width: 64em) {
  .blog_page .blog_list .blog_items .grid-y {
    gap: 100px;
  }
}
@media print, screen and (min-width: 64em) {
  .blog_page .blog_list .blog_items .blog_item:nth-child(odd) .blog_item_wrap .image {
    order: 2;
  }
  .blog_page .blog_list .blog_items .blog_item:nth-child(odd) .blog_item_wrap .postinfo {
    order: 1;
  }
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .blog_page .blog_list .blog_items .blog_item .blog_item_wrap {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .image {
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .blog_page .blog_list .blog_items .blog_item .blog_item_wrap .image {
    width: 50%;
    min-width: 50%;
    margin-bottom: 0;
  }
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo {
  width: 100%;
  min-width: 100%;
}
@media print, screen and (min-width: 64em) {
  .blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo {
    width: 50%;
    padding: 0 6vw;
    min-width: 50%;
  }
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .bottom_info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .title a {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(20px, 2.0833333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: clamp(-0.5px, 0.0833333333vw, -1.619px);
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .excerpt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .btn {
  margin: 0;
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .btn a {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
.blog_page .blog_list .blog_items .blog_item .blog_item_wrap .postinfo .btn a:hover {
  background-color: #fff;
  color: #000;
}
.blog_page .main_blog_carousel .glide__slide {
  position: relative;
}
.blog_page .main_blog_carousel .glide__slide .bg {
  position: relative;
}
.blog_page .main_blog_carousel .glide__slide .bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog_page .main_blog_carousel .glide__slide .bg img {
  display: block;
  width: 100%;
  max-width: none;
  height: 800px;
  object-fit: cover;
}
.blog_page .main_blog_carousel .glide__slide .slide_content {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.blog_page .main_blog_carousel .glide__slide .slide_content .grid-x {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 40px;
}
@media print, screen and (min-width: 64em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .grid-x {
    padding: 0 80px;
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content {
  margin: 30px 0;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap img {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-height: 400px;
  max-width: 400px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap img {
    max-height: 610px;
    max-width: 610px;
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .image {
  position: relative;
  z-index: 1;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .image:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 64em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .image:after {
    max-height: 610px;
    max-width: 610px;
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title {
    font-size: 30px;
  }
}
@media screen and (min-width: 75em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title {
    position: absolute;
    margin: 0;
    text-align: left;
    font-size: 40px;
  }
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title.title_1 {
    left: 0;
    top: 10%;
    transform: translateX(-20%);
  }
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title.title_2 {
    right: 0;
    bottom: 10%;
    transform: translateX(20%);
  }
}
@media screen and (min-width: 90em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title.title_1 {
    transform: translateX(-50%);
  }
  .blog_page .main_blog_carousel .glide__slide .slide_content .image_content .image_content_wrap .side_title.title_2 {
    transform: translateX(50%);
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap .icon {
  max-width: 30px;
  margin-right: 15px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap .icon {
    max-width: 40px;
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap .icon img {
  display: block;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap .slide_title {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  .blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_title_wrap .slide_title {
    font-size: 23px;
  }
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_description {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_link {
  margin-top: 15px;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_link a {
  display: inline-block;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 18px;
  border: 1px solid #ffffff;
  transition: background-color 250ms, color 250ms;
}
.blog_page .main_blog_carousel .glide__slide .slide_content .side_content .slide_link a:hover {
  background-color: #fff;
  color: #000;
}

.single-post .blog_page {
  width: 100%;
}
.single-post .related_cottages {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .single-post .related_cottages {
    flex-wrap: nowrap;
    margin-top: 10px;
    justify-content: flex-start;
  }
}
.single-post .related_cottages .related_cottages_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.7px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  white-space: pre;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .single-post .related_cottages .related_cottages_title {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.single-post .related_cottages .related_cottages_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .single-post .related_cottages .related_cottages_list {
    justify-content: flex-start;
  }
}
.single-post .related_cottages .related_cottages_list .item {
  margin: 10px 0;
}
.single-post .related_cottages .related_cottages_list .item a {
  border-radius: 17px;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 1;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 250ms, color 250ms;
}
.single-post .related_cottages .related_cottages_list .item a:hover {
  background-color: #000;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .single-post .related_cottages .related_cottages_list .item {
    margin: 10px 7px;
  }
}
.single-post .related_cottages .related_cottages_list .item:first-child {
  margin-left: 0;
}
.single-post .related_cottages .related_cottages_list .item:last-child {
  margin-right: 0;
}
.single-post .main_content_wrap {
  max-width: 98.75rem;
}
.single-post .main_content_wrap .post-header {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .single-post .main_content_wrap .post-header {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.single-post .main_content_wrap .post-header .first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  gap: 10px;
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.7px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .first {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .single-post .main_content_wrap .post-header .first {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.single-post .main_content_wrap .post-header .first .cat {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .first .cat {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .first .return {
    margin-left: auto;
  }
}
.single-post .main_content_wrap .post-header .first .return svg {
  margin-right: 5px;
}
.single-post .main_content_wrap .post-header .first .return a:hover {
  text-decoration: underline;
}
.single-post .main_content_wrap .post-header .social_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .social_meta {
    justify-content: flex-start;
  }
}
.single-post .main_content_wrap .post-header .social_meta .meta {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.7px;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .social_meta .meta {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.single-post .main_content_wrap .post-header .social_meta .meta .date {
  font-weight: 500;
  text-transform: uppercase;
}
.single-post .main_content_wrap .post-header .social_meta .share_page {
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .post-header .social_meta .share_page {
    margin-left: auto;
    margin-top: 0;
  }
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li {
  margin-right: 10px;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li:last-child {
  margin-right: 0;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 34px;
  width: 34px;
  border: 1px solid #707070;
  background-color: #fff;
  transition: background-color 250ms, border-color 250ms;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li a:hover {
  background-color: #000;
  border-color: #000;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li a:hover svg path {
  fill: #fff;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li a svg {
  display: block;
  width: 100%;
  max-height: 17px;
  max-width: 23px;
}
.single-post .main_content_wrap .post-header .social_meta .share_page .shares li a svg path {
  fill: #000;
  transition: fill 250ms;
}
.single-post .main_content_wrap .post-header .title {
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .single-post .main_content_wrap .post-header .title {
    max-width: 75%;
  }
}
.single-post .main_content_wrap .post-header .title h1 {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3.3px;
  line-height: 1;
}
@media screen and (min-width: 75em) {
  .single-post .main_content_wrap .post-header .title h1 {
    font-size: 75px;
  }
}
.single-post .main_content_wrap .post-header .featured_media {
  margin-top: 25px;
}
@media print, screen and (min-width: 64em) {
  .single-post .main_content_wrap .post-header .featured_media {
    margin-top: 45px;
  }
}
.single-post .main_content_wrap .post-header .featured_media video,
.single-post .main_content_wrap .post-header .featured_media img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-post .main_content_wrap .entry-content {
  max-width: 83.125rem;
  margin: 0 auto 100px auto;
  line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .entry-content {
    font-size: 18px;
  }
}
.single-post .main_content_wrap .entry-content h1,
.single-post .main_content_wrap .entry-content h2,
.single-post .main_content_wrap .entry-content h3,
.single-post .main_content_wrap .entry-content h4,
.single-post .main_content_wrap .entry-content h5,
.single-post .main_content_wrap .entry-content h6 {
  color: #000;
}
.single-post .main_content_wrap .entry-content ol,
.single-post .main_content_wrap .entry-content ul {
  margin-bottom: 1rem;
}
.single-post .main_content_wrap .entry-content a {
  text-decoration: underline;
}
.single-post .main_content_wrap .entry-content a:hover {
  text-decoration: none;
}
.single-post .main_content_wrap .entry-content > .customsublist > li ul li,
.single-post .main_content_wrap .entry-content > .customsublist > li ol li {
  list-style: none;
  margin-bottom: 1rem;
}
.single-post .main_content_wrap .entry-content > .customsublist > li ul li:first-child,
.single-post .main_content_wrap .entry-content > .customsublist > li ol li:first-child {
  margin-top: 1rem;
}
.single-post .main_content_wrap .entry-content > .customsublist > li ul li:last-child,
.single-post .main_content_wrap .entry-content > .customsublist > li ol li:last-child {
  margin-bottom: 0;
}
.single-post .main_content_wrap .entry-content .wp-block-columns {
  margin-bottom: 40px;
  gap: 60px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 63.99875em) {
  .single-post .main_content_wrap .entry-content .wp-block-columns {
    gap: 30px;
  }
  .single-post .main_content_wrap .entry-content .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .single-post .main_content_wrap .entry-content .wp-block-columns .wp-block-column .wp-block-image figure {
    margin: 0;
    float: none;
    display: block;
  }
  .single-post .main_content_wrap .entry-content .wp-block-columns .wp-block-column .wp-block-image figure img {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .single-post .main_content_wrap .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.single-post .main_content_wrap .entry-content .wp-block-columns img {
  display: block;
}
.single-post .main_content_wrap .entry-content .wp-block-columns:not(.are-vertically-aligned-center):not(.are-vertically-aligned-bottom) {
  align-items: flex-start;
}
.single-post .main_content_wrap .entry-content > .wp-block-image {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .entry-content > .wp-block-image {
    margin: 60px 0;
  }
}
.single-post .main_content_wrap .entry-content .wp-block-gallery {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .single-post .main_content_wrap .entry-content .wp-block-gallery {
    margin: 60px 0;
  }
}
.single-post .main_content_wrap .entry-content .wp-block-gallery ul {
  margin: 0;
}
.single-post .main_content_wrap .entry-content .wp-block-gallery ul li {
  margin: 0;
}
.single-post .main_content_wrap .entry-content .wp-block-gallery img {
  display: block;
}
.single-post .related_title {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 26px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2.6px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.page-template-template-whattodo .bg.video:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-template-template-whattodo .bg.video:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-template-template-whattodo #page-header.slider-type .content_wrap .title_wrap h1.title {
  font-weight: 900;
}
@media screen and (min-width: 75em) {
  .page-template-template-whattodo #page-header.slider-type .content_wrap .title_wrap h1.title {
    font-size: 3.4vw;
  }
}
@media (min-width: 120rem) {
  .page-template-template-whattodo #page-header.slider-type .content_wrap .title_wrap h1.title {
    font-size: 65px;
  }
}
.page-template-template-whattodo #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.62px;
  text-transform: uppercase;
  margin-top: 15px;
}
.page-template-template-whattodo #page-header.slider-type .content_wrap .grid-x {
  height: auto;
  margin-top: auto;
}
.page-template-template-whattodo #page-header.slider-type .content_wrap .title_wrap {
  align-self: unset;
}
.page-template-template-whattodo #page-header.slider-type .content_wrap .description_wrap {
  align-self: unset;
  transform: none;
}
@media screen and (min-width: 75em) {
  .page-template-template-whattodo #page-header.slider-type .content_wrap .description_wrap {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 90em) {
  .page-template-template-whattodo #page-header.slider-type .content_wrap .description_wrap .title_desc {
    font-size: 23px;
  }
}
.page-template-template-whattodo .header-counter {
  color: #000;
  padding: 90px 0 50px 0;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -1.619px;
  text-transform: uppercase;
  font-weight: 100;
}
.page-template-template-whattodo .header-counter span {
  font-weight: 600;
}
.page-template-template-whattodo .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 70px 0 0;
  gap: 25px;
}
.page-template-template-whattodo .custom-pagination li a {
  color: var(--noir, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: color 250ms;
}
.page-template-template-whattodo .custom-pagination li a svg path {
  transition: fill 250ms;
}
.page-template-template-whattodo .custom-pagination li a:hover:not(.disabled) {
  color: var(--bleu, #4e78a4);
}
.page-template-template-whattodo .custom-pagination li a.active {
  font-weight: 300;
  cursor: default;
  color: var(--bleu, #4e78a4);
}
.page-template-template-whattodo .custom-pagination li a.disabled {
  cursor: not-allowed;
}
.page-template-template-whattodo .custom-pagination li.prev a, .page-template-template-whattodo .custom-pagination li.next a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: background-color 250ms;
}
.page-template-template-whattodo .custom-pagination li.prev a:hover, .page-template-template-whattodo .custom-pagination li.next a:hover {
  background-color: #000;
}
.page-template-template-whattodo .custom-pagination li.prev a:hover svg path, .page-template-template-whattodo .custom-pagination li.next a:hover svg path {
  fill: #fff;
}
.page-template-template-whattodo .filters_wrap {
  margin-bottom: 50px;
}
.page-template-template-whattodo .filters_wrap .activities_filter_wrap {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-template-template-whattodo .filters_wrap .activities_filter_wrap .filter a {
  color: var(--bleu, #4e78a4);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  transition: color 250ms;
  line-height: 1;
}
.page-template-template-whattodo .filters_wrap .activities_filter_wrap .filter a:hover {
  color: #000;
}
.page-template-template-whattodo .filters_wrap .activities_filter_wrap .filter.active {
  cursor: default;
}
.page-template-template-whattodo .filters_wrap .activities_filter_wrap .filter.active a {
  color: var(--noir, #000);
  font-weight: 400;
  text-decoration-line: underline;
}
.page-template-template-whattodo .activities_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
  min-height: 100px;
  position: relative;
}
.page-template-template-whattodo .activities_list .loader {
  color: #4e78a4;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.page-template-template-whattodo .activities_list.loading .loader {
  display: block;
}
.page-template-template-whattodo .activities_list.loading .activity {
  display: none;
}
.page-template-template-whattodo .activities_list.loading + .pagination-wrap {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-whattodo .activities_list {
    gap: 100px;
  }
}
.page-template-template-whattodo .activities_list .activity {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-whattodo .activities_list .activity {
    width: calc(50% - 25px);
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-whattodo .activities_list .activity {
    width: calc(33.3333% - 77px);
  }
}
@media screen and (min-width: 90em) {
  .page-template-template-whattodo .activities_list .activity {
    width: calc(25% - 75px);
  }
}
.page-template-template-whattodo .activities_list .activity img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.page-template-template-whattodo .activities_list .activity .region {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 13px;
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background-color: #fff;
}
.page-template-template-whattodo .activities_list .activity .title_activity {
  color: #000000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  margin-top: 20px;
}
.page-template-template-whattodo .activities_list .activity .description_activity {
  margin-top: 10px;
}

.page-template-template-groupes .fancybox-slide--html {
  padding: 0;
}
.page-template-template-groupes .fancybox-close-small {
  top: 10px;
}
.page-template-template-groupes .fancybox-close-small svg {
  color: #fff;
}
.page-template-template-groupes .bg.video:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-template-template-groupes .bg.video:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h1.title {
  letter-spacing: 0.3vw;
  margin-bottom: 20px;
}
@media screen and (min-width: 75em) {
  .page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h1.title {
    font-size: 4.2vw;
  }
}
@media (min-width: 120rem) {
  .page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h1.title {
    font-size: 52px;
  }
}
.page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
  letter-spacing: -2.3px;
}
@media screen and (min-width: 75em) {
  .page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
    font-size: 3vw;
  }
}
@media (min-width: 120rem) {
  .page-template-template-groupes #page-header.slider-type .content_wrap .title_wrap h2.subtitle {
    font-size: 60px;
  }
}
.page-template-template-groupes #page-header.slider-type .content_wrap .description_wrap {
  transform: none;
}
@media screen and (min-width: 90em) {
  .page-template-template-groupes #page-header.slider-type .content_wrap .description_wrap .title_desc {
    font-size: 23px;
  }
}
.page-template-template-groupes #reserve_widget {
  width: auto !important;
}
.page-template-template-groupes #reserve_widget .custom_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes #reserve_widget .custom_content {
    flex-wrap: nowrap;
  }
}
.page-template-template-groupes #reserve_widget .custom_content .custom_content_left .c_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-template-template-groupes #reserve_widget .custom_content .custom_content_left .c_description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-template-groupes #reserve_widget .custom_content .c_link a {
  display: inline-flex;
  border-radius: 25px;
  border: 1px solid #000;
  background: #000;
  padding: 11px 27.03px 11px 26px;
  align-items: flex-start;
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: color 250ms, background-color 250ms;
}
.page-template-template-groupes #reserve_widget .custom_content .c_link a:hover {
  background-color: #fff;
  color: #000;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg {
  padding: 0 0 80px;
  color: #000;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg {
    padding: 120px 0;
  }
}
.page-template-template-groupes .groupes_page #items .grid-item-bg a {
  color: #fff;
  border: 1px solid #000;
  background: #000;
  transition: color 250ms, background-color 250ms, border-color 250ms;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg a:hover {
  color: #000;
  background-color: #fff;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg.text-white {
  color: #fff;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg.text-white a {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg.text-white a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg:nth-child(odd) .image {
    order: 2;
  }
  .page-template-template-groupes .groupes_page #items .grid-item-bg:nth-child(odd) .content {
    order: 1;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg:nth-child(odd) .content {
    padding: 0 6vw 0 3vw;
  }
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .image {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg .image {
    margin-bottom: 0;
  }
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content {
  padding: 0 50px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg .content {
    padding: 0 3vw 0 6vw;
  }
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content .toptitle {
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 6.54px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content .title {
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1.619px;
  text-transform: uppercase;
  transform: translateX(-7px);
  margin-bottom: 20px;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.smaller, .page-template-template-groupes .groupes_page #items .grid-item-bg .groupes_page_sub .two_col_map .content .title span.title, .groupes_page_sub .two_col_map .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.title, .page-template-template-groupes .groupes_page #items .grid-item-bg .groupes_page_sub .two_col_txt .content .title span.title, .groupes_page_sub .two_col_txt .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.title, .page-template-template-groupes .groupes_page #items .grid-item-bg .groupes_page_sub .two_col_txt_3_img .content .title span.title, .groupes_page_sub .two_col_txt_3_img .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.title, .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title #main_content.corpo span.reservation_title, #main_content.corpo .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.reservation_title, .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title .home_page .homesliderswrap span.photo_slider_title, .home_page .homesliderswrap .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.photo_slider_title, .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title .single-chalet .photo_slider_2col .photo_slider_text_col span.photo_slider_title, .single-chalet .photo_slider_2col .photo_slider_text_col .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.photo_slider_title, .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title .onetree span.main_title, .onetree .page-template-template-groupes .groupes_page #items .grid-item-bg .content .title span.main_title {
    font-size: 34px;
    line-height: 33px;
    display: inline-block;
  }
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content .link {
  margin-top: 20px;
}
.page-template-template-groupes .groupes_page #items .grid-item-bg .content .link a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  padding: 9px 25px;
  align-items: flex-start;
  border-radius: 25px;
}

.form_box {
  background: var(--bleu-gris, #2b353e);
}
.form_box.popup_link {
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.form_box.popup_link .popup_header {
  padding: 15px 0;
  background-color: #000;
}
.form_box.popup_link .popup_header img {
  width: 175px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.form_box.popup_link .wpcf7 {
  padding: 100px 0;
}
.form_box .form_title {
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -1.619px;
  text-transform: uppercase;
  font-weight: 100;
}
.form_box .form_title span {
  font-weight: 700;
}
.form_box .wpcf7 {
  max-width: 1200px;
  margin: 0 auto;
}
.form_box .wpcf7 .wpcf7-response-output {
  color: #fff;
  font-size: 15px;
}
.form_box .wpcf7 .the_form .cell {
  margin-bottom: 20px;
}
.form_box .wpcf7 .the_form .cell.no-margin {
  margin-bottom: 0;
}
.form_box .wpcf7 .the_form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.form_box .wpcf7 .the_form .submit_wrap {
  margin-top: 20px;
}
.form_box .wpcf7 .the_form .submit_wrap .cell {
  display: flex;
  align-items: center;
}
.form_box .wpcf7 .the_form .submit_wrap input {
  display: inline-flex;
  padding: 11px 19.699px 11.027px 19px;
  justify-content: center;
  align-items: center;
  gap: 10.301px;
  color: var(--blanc, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  border-radius: 60px;
  background: var(--bleu, #4e78a4);
  border: none;
  cursor: pointer;
  transition: color 250ms, background-color 250ms;
}
.form_box .wpcf7 .the_form .submit_wrap input[disabled] {
  cursor: not-allowed;
}
.form_box .wpcf7 .the_form .submit_wrap input:hover:not([disabled]) {
  background-color: #000;
}
.form_box .wpcf7 .the_form fieldset legend {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.form_box .wpcf7 .the_form fieldset legend:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .form_box .wpcf7 .the_form fieldset legend:after {
    left: 30px;
    width: calc(100% - 60px);
  }
}
.form_box .wpcf7 .the_form fieldset legend span {
  background: var(--bleu-gris, #2b353e);
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 25px;
}
.form_box .wpcf7 .the_form fieldset legend.cell {
  margin-bottom: 40px;
}
.form_box .wpcf7 .the_form .wpcf7-list-item {
  margin-left: 0;
}
.form_box .wpcf7 .the_form .wpcf7-list-item-label {
  cursor: pointer;
}
.form_box .wpcf7 .the_form .radiobuttons label {
  display: block;
  margin-bottom: 15px;
}
.form_box .wpcf7 .the_form .radiobuttons .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_box .wpcf7 .the_form .radiobuttons .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.form_box .wpcf7 .the_form .radiobuttons .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_box .wpcf7 .the_form .radiobuttons .wpcf7-radio .wpcf7-list-item label input {
  margin: 0;
}
.form_box .wpcf7 .the_form .checkboxes label {
  display: block;
  margin-bottom: 15px;
}
.form_box .wpcf7 .the_form .checkboxes .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form_box .wpcf7 .the_form .checkboxes .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.form_box .wpcf7 .the_form .checkboxes .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form_box .wpcf7 .the_form .checkboxes .wpcf7-checkbox .wpcf7-list-item label input {
  margin: 0;
}
.form_box .wpcf7 .the_form label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 5px;
}
.form_box .wpcf7 .the_form input:not([type=submit]),
.form_box .wpcf7 .the_form textarea,
.form_box .wpcf7 .the_form select {
  border-radius: 6px;
  border: 1px solid var(--bleu-gris-zenya, #c2cad8);
  background-color: var(--blanc, #fff);
  height: auto;
  color: var(--noir, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 20px 25px;
}
.form_box .wpcf7 .the_form input:not([type=submit]):focus,
.form_box .wpcf7 .the_form textarea:focus,
.form_box .wpcf7 .the_form select:focus {
  box-shadow: none;
}
.form_box .wpcf7 .the_form input:not([type=submit])::-webkit-input-placeholder, .form_box .wpcf7 .the_form textarea::-webkit-input-placeholder, .form_box .wpcf7 .the_form select::-webkit-input-placeholder {
  opacity: 0.7;
  color: black;
}

.form_box .wpcf7 .the_form input:not([type=submit]):-moz-placeholder, .form_box .wpcf7 .the_form textarea:-moz-placeholder, .form_box .wpcf7 .the_form select:-moz-placeholder {
  opacity: 0.7;
  color: black;
}

.form_box .wpcf7 .the_form input:not([type=submit])::-moz-placeholder, .form_box .wpcf7 .the_form textarea::-moz-placeholder, .form_box .wpcf7 .the_form select::-moz-placeholder {
  opacity: 0.7;
  color: black;
}

.form_box .wpcf7 .the_form input:not([type=submit]):-ms-input-placeholder, .form_box .wpcf7 .the_form textarea:-ms-input-placeholder, .form_box .wpcf7 .the_form select:-ms-input-placeholder {
  opacity: 0.7;
  color: black;
}

.groupes_page_sub .section .grid-container {
  max-width: 93.75rem;
}
.groupes_page_sub .slider {
  max-height: 1080px;
  overflow: hidden;
  height: 75vh;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .slider {
    height: 100vh;
  }
}
.groupes_page_sub .slider .section_content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  padding: 75px;
  width: 100%;
  pointer-events: none;
}
.groupes_page_sub .slider .section_content .title {
  margin-bottom: 20px;
}
.groupes_page_sub .slider .section_content .title h1 {
  color: var(--blanc, #fff);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 6.54px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.groupes_page_sub .slider .section_content .subtitle h2 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
  font-style: normal;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -2.134px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .slider .section_content .subtitle h2 {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .slider .section_content .subtitle h2 {
    font-size: 3.75vw;
  }
}
@media (min-width: 120rem) {
  .groupes_page_sub .slider .section_content .subtitle h2 {
    font-size: 72px;
  }
}
.groupes_page_sub .slider .glide {
  height: 100%;
}
.groupes_page_sub .slider .glide .glide__track {
  height: 100%;
}
.groupes_page_sub .slider .glide .glide__track .glide__slides {
  height: 100%;
}
.groupes_page_sub .slider .glide .glide__track .glide__slides .glide__slide {
  height: 100%;
}
.groupes_page_sub .slider .glide .glide__track .glide__slides .glide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.groupes_page_sub .slider .glide .glide__arrows {
  padding: 0 25px;
}
.groupes_page_sub .slider .glide .glide__arrows .glide__arrow {
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-width: 1px;
}
.groupes_page_sub .slider .glide .glide__arrows .glide__arrow:hover {
  background-color: #fff;
}
.groupes_page_sub .slider .glide .glide__arrows .glide__arrow:hover svg path {
  fill: #000;
}
.groupes_page_sub .slider .glide .glide__arrows .glide__arrow svg {
  width: 12px;
  height: 12px;
}
.groupes_page_sub .slider .glide .glide__arrows .glide__arrow svg path {
  transform: fill 250ms;
}
.groupes_page_sub .slider .glide .slider_data {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}
.groupes_page_sub .slider .glide .slider_data .glide__bullets {
  margin-left: 0;
  gap: 5px;
}
.groupes_page_sub .slider .glide .slider_data .glide__bullets button {
  width: 12px;
  height: 12px;
  border-width: 1px;
  min-width: 12px;
  min-height: 12px;
  margin: 0;
  border-color: white;
}
.groupes_page_sub .slider .glide .slider_data .glide__bullets button.glide__bullet--active {
  background-color: #fff;
}
.groupes_page_sub .slider .glide .slider_data .glide__bullets button:not(.glide__bullet--active) {
  background-color: rgba(0, 0, 0, 0.2);
}
.groupes_page_sub .slider .glide .slider_data .count {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.096px;
  text-transform: uppercase;
}
.groupes_page_sub .border .cell {
  height: 0.5px;
  background-color: #000;
  width: 100%;
}
.groupes_page_sub .title_top {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .title_top {
    margin-bottom: 70px;
  }
}
.groupes_page_sub .icons_txt {
  padding: 80px 0;
}
.groupes_page_sub .icons_txt .icons {
  row-gap: 40px;
}
.groupes_page_sub .icons_txt .icons .icon .icon_img {
  margin-bottom: 30px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.groupes_page_sub .icons_txt .icons .icon .icon_img img {
  height: auto;
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.groupes_page_sub .icons_txt .icons .icon .icon_title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .icons_txt .icons .icon .icon_title {
    font-size: 18px;
  }
}
.groupes_page_sub .icons_txt .icons .icon .icon_title span {
  font-size: 16px;
}
.groupes_page_sub .txt-white .title_top {
  color: #fff;
}
.groupes_page_sub .links {
  margin-top: 25px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .links {
    column-gap: 40px;
  }
}
.groupes_page_sub .links .link.type-text a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.groupes_page_sub .links .link.type-text a:hover {
  text-decoration-line: none;
}
.groupes_page_sub .links .link.type-button a {
  display: inline-flex;
  height: 46px;
  padding: 11px 27.03px 11px 26px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  border-radius: 25px;
  border: 1px solid #000;
  background: #000;
  transition: color 250ms, background-color 250ms, border-color 250ms;
}
.groupes_page_sub .txt-white {
  color: #fff;
}
.groupes_page_sub .txt-white a {
  color: #fff;
}
.groupes_page_sub .txt-white .content .title {
  color: #fff;
}
.groupes_page_sub .txt-white .links a {
  color: #fff;
}
.groupes_page_sub .txt-white .links .link.type-button a {
  color: #000;
  background: #fff;
}
.groupes_page_sub .txt-white .links .link.type-button a:hover {
  background-color: #000;
  color: #fff;
}
.groupes_page_sub .txt-black {
  color: #000;
}
.groupes_page_sub .txt-black .links .link.type-button a {
  color: #fff;
}
.groupes_page_sub .txt-black .links .link.type-button a:hover {
  background-color: #fff;
  color: #000;
}
.groupes_page_sub .txt-black .links .link.type-text a {
  color: var(--bleu, #4e78a4);
}
.groupes_page_sub .two_col_txt_3_img {
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img {
    padding: 120px 0;
  }
}
.groupes_page_sub .two_col_txt_3_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.groupes_page_sub .two_col_txt_3_img .images {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .images {
    margin-bottom: 0;
  }
}
.groupes_page_sub .two_col_txt_3_img .images .image1 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .images .image1 {
    margin-top: 0;
    padding: 0;
  }
}
.groupes_page_sub .two_col_txt_3_img .images .image2 {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .images .image2 {
    padding: 0;
  }
  .groupes_page_sub .two_col_txt_3_img .images .image2 img {
    max-width: 850px;
  }
}
@media screen and (min-width: 75em) {
  .groupes_page_sub .two_col_txt_3_img .images .image2 {
    transform: translate3d(-7vw, -45px, 0);
    margin-bottom: -45px;
    margin-top: 0;
  }
}
.groupes_page_sub .two_col_txt_3_img .content {
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .content .content_wrap {
    padding-right: 7vw;
    max-width: 790px;
    margin-left: auto;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .content {
    padding: 0;
  }
}
.groupes_page_sub .two_col_txt_3_img .content .title {
  margin-bottom: 30px;
}
.groupes_page_sub .two_col_txt_3_img .content .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.groupes_page_sub .two_col_txt_3_img .content .description p {
  line-height: inherit;
}
.groupes_page_sub .two_col_txt_3_img .content .description p:last-child {
  margin-bottom: 0;
}
.groupes_page_sub .two_col_txt_3_img .content .image_wrap {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt_3_img .content .image_wrap {
    margin-top: 120px;
  }
  .groupes_page_sub .two_col_txt_3_img .content .image_wrap img {
    max-width: 500px;
  }
}
@media screen and (min-width: 90em) {
  .groupes_page_sub .two_col_txt_3_img .content .image_wrap {
    margin-top: 150px;
  }
}
.groupes_page_sub .two_col_txt {
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt {
    padding: 120px 0;
  }
}
.groupes_page_sub .two_col_txt .image {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image {
    margin-bottom: 0;
    padding: 0;
  }
}
.groupes_page_sub .two_col_txt .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.groupes_page_sub .two_col_txt .image .image_wrap.bigger_ratio > img {
  aspect-ratio: 1.22;
}
.groupes_page_sub .two_col_txt .image .cols .glide__bullets {
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
.groupes_page_sub .two_col_txt .image .cols .glide__bullets button {
  border-color: #fff;
  border-width: 1px;
  margin: 0;
}
.groupes_page_sub .two_col_txt .image .cols .glide__bullets button.glide__bullet--active {
  background-color: #fff;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image .cols {
    padding-left: 30px;
  }
}
.groupes_page_sub .two_col_txt .image .cols .col {
  display: flex;
  width: 100%;
  gap: 30px;
  max-width: 650px;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_txt .image .cols .col {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 75em) {
  .groupes_page_sub .two_col_txt .image .cols .col {
    gap: 60px;
  }
}
.groupes_page_sub .two_col_txt .image .cols .col .col_image {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_txt .image .cols .col .col_image {
    max-width: 250px;
  }
}
@media screen and (min-width: 75em) {
  .groupes_page_sub .two_col_txt .image .cols .col .col_image {
    max-width: 330px;
  }
}
.groupes_page_sub .two_col_txt .image .cols .col .col_image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 330px;
}
.groupes_page_sub .two_col_txt .image .cols .col .col_content {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_txt .image .cols .col .col_content {
    text-align: left;
    width: calc(100% - 310px);
  }
}
@media screen and (min-width: 75em) {
  .groupes_page_sub .two_col_txt .image .cols .col .col_content {
    width: calc(100% - 390px);
  }
}
.groupes_page_sub .two_col_txt .image .cols .col .col_content .col_title {
  font-size: 18px;
  font-weight: 600;
}
.groupes_page_sub .two_col_txt .image .cols .col .col_content .col_subtitle span {
  font-size: 12px;
}
.groupes_page_sub .two_col_txt .image .cols .col .col_content .col_description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.groupes_page_sub .two_col_txt .image .cols .col .col_content .col_link {
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_txt .image .cols .col .col_content .col_link {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image-left .content_wrap {
    padding-left: 90px;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image-right .cols {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image-right .image {
    order: 2;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image-right .content {
    order: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .image-right .content .content_wrap {
    padding-right: 90px;
    margin-left: auto;
    padding-left: 35px;
  }
}
.groupes_page_sub .two_col_txt .content {
  padding: 0 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .content {
    padding: 0;
  }
}
.groupes_page_sub .two_col_txt .content .title {
  margin-bottom: 30px;
}
.groupes_page_sub .two_col_txt .content .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.groupes_page_sub .two_col_txt .content .description p {
  line-height: inherit;
}
.groupes_page_sub .two_col_txt .content .description p:last-child {
  margin-bottom: 0;
}
.groupes_page_sub .two_col_txt .content .description blockquote {
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
}
.groupes_page_sub .two_col_txt .content .description blockquote p {
  line-height: inherit;
  color: inherit;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_txt .content .content_wrap {
    max-width: 790px;
  }
}
.groupes_page_sub .form_module {
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .form_module {
    padding: 120px 0;
  }
}
.groupes_page_sub .table_text {
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .table_text {
    padding: 120px 0;
  }
}
.groupes_page_sub .table_text .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.groupes_page_sub .table_text .description p {
  line-height: inherit;
}
.groupes_page_sub .table_text .description p:last-child {
  margin-bottom: 0;
}
.groupes_page_sub .table_text .rules_wrap {
  margin-top: 30px;
  padding-top: 30px;
  border-top: rgba(0, 0, 0, 0.5);
}
.groupes_page_sub .table_text .table {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .table_text .table {
    margin-top: 0;
  }
}
.groupes_page_sub .table_text .table .table_caption {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: normal;
}
.groupes_page_sub .table_text .table table a {
  color: #4e78a4;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
}
.groupes_page_sub .table_text .table table a:hover {
  text-decoration: underline;
}
.groupes_page_sub .table_text .table table thead {
  background: #000;
  color: #fff;
  border: none;
}
.groupes_page_sub .table_text .table table thead tr:hover {
  background: #000;
}
.groupes_page_sub .table_text .table table thead tr th {
  padding: 20px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.groupes_page_sub .table_text .table table thead tr th:first-child {
  border-top-left-radius: 24px;
  text-align: left;
}
.groupes_page_sub .table_text .table table thead tr th:last-child {
  border-top-right-radius: 24px;
}
.groupes_page_sub .table_text .table table tbody {
  border: none;
}
.groupes_page_sub .table_text .table table tbody tr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-width: 0.5px;
  border-color: #000;
}
.groupes_page_sub .table_text .table table tbody tr td {
  padding: 20px 25px;
  border-left: 0.5px solid #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.groupes_page_sub .table_text .table table tbody tr td:first-child {
  text-align: left;
}
.groupes_page_sub .table_text .table table tbody tr td:last-child {
  border-right: 0.5px solid #000;
}
.groupes_page_sub .table_text .table table tfoot {
  background: #4e78a4;
  color: #fff;
  border: none;
}
.groupes_page_sub .table_text .table table tfoot tr:hover {
  background: #4e78a4;
}
.groupes_page_sub .table_text .table table tfoot tr th {
  padding: 20px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.groupes_page_sub .table_text .table table tfoot tr th:first-child {
  border-bottom-left-radius: 24px;
  text-align: left;
}
.groupes_page_sub .table_text .table table tfoot tr th:last-child {
  border-bottom-right-radius: 24px;
}
.groupes_page_sub .two_col_map {
  background-color: #000;
  padding: 80px 0;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_map {
    padding: 120px 0;
  }
}
.groupes_page_sub .two_col_map .image {
  margin-top: 30px;
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_map .image {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .groupes_page_sub .two_col_map .image .image_wrap {
    width: 115%;
    transform: translateX(-15%);
  }
}
.groupes_page_sub .two_col_map .image .image_wrap img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: auto;
}
.groupes_page_sub .two_col_map .content .title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.groupes_page_sub .two_col_map .content .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.groupes_page_sub .two_col_map .content .description p {
  line-height: inherit;
}
.groupes_page_sub .two_col_map .content .description p:last-child {
  margin-bottom: 0;
}
.groupes_page_sub .two_col_map .content .markers {
  margin: 30px 0 0;
  list-style: none;
  padding: 0;
  column-gap: 15px;
  row-gap: 30px;
  max-width: 470px;
}
@media print, screen and (min-width: 40em) {
  .groupes_page_sub .two_col_map .content .markers .marker {
    width: calc(50% - 8px);
  }
}
.groupes_page_sub .two_col_map .content .markers .marker_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.groupes_page_sub .two_col_map .content .markers .marker_icon img {
  max-width: 35px;
  display: block;
  height: auto;
}
.groupes_page_sub .two_col_map .content .markers .marker_title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

#modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
@media print, screen and (min-width: 40em) {
  #modal {
    padding-top: 0;
    justify-content: center;
  }
}
#modal .modal_content {
  max-width: 1105px;
  border: 1px solid #4e78a4;
}
#modal .modal_content .modal_images {
  position: relative;
  background-color: #000;
  min-height: 440px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images {
    min-height: 515px;
  }
}
#modal .modal_content .modal_images .modal_header {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_header {
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
  }
}
#modal .modal_content .modal_images .modal_header .modal_logo img {
  max-width: 100px;
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_header .modal_logo img {
    max-width: 175px;
  }
}
#modal .modal_content .modal_images .modal_header .modal_close {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#modal .modal_content .modal_images .modal_header .modal_close .close_btn {
  cursor: pointer;
  background-color: #000;
  border-radius: 42px;
  transition: background-color 250ms;
}
#modal .modal_content .modal_images .modal_header .modal_close .close_btn:hover {
  background-color: transparent;
}
#modal .modal_content .modal_images .modal_header .modal_close .close_btn svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_header .modal_close .close_btn svg {
    width: 42px;
    height: 42px;
  }
}
#modal .modal_content .modal_images .modal_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 60px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center {
    padding-top: 80px;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap {
  padding-bottom: 30px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap {
    padding-right: 40px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
    padding-top: 0;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap {
    margin-left: 10%;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .toptitle {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0.9310581684px 0.9310581684px 3.7242326736px rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  gap: 10px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .toptitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .toptitle .line {
  width: 35px;
  height: 1px;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .toptitle .line {
    width: 65px;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .title {
  color: #fff;
  text-align: center;
  text-shadow: 1.1809043884px 1.1809043884px 4.7236175537px rgba(0, 0, 0, 0.7);
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .title {
    font-size: 42px;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .title strong {
  font-weight: 600;
  font-size: 34px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .title strong {
    font-size: 52px;
  }
}
#modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .subtitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_center .modal_center_wrap .modal_center_subwrap .subtitle {
    margin-top: 15px;
  }
}
#modal .modal_content .modal_images .modal_image {
  position: relative;
  z-index: 1;
}
#modal .modal_content .modal_images .modal_image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: auto;
  min-height: 440px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_images .modal_image img {
    min-height: 515px;
  }
}
#modal .modal_content .modal_cols {
  background-color: #000;
  border-top: 1px solid #4e78a4;
}
#modal .modal_content .modal_cols .col {
  padding: 15px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_cols .col {
    padding: 30px 50px;
  }
}
#modal .modal_content .modal_cols .col .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#modal .modal_content .modal_cols .col .description {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_cols .col .description {
    font-size: 14px;
  }
}
#modal .modal_content .modal_cols .col.col1 {
  border-bottom: 1px solid #4e78a4;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_cols .col.col1 {
    border-bottom: none;
    border-right: 1px solid #4e78a4;
  }
}
#modal .modal_content .modal_footer {
  background: #4e78a4;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}
@media print, screen and (min-width: 40em) {
  #modal .modal_content .modal_footer {
    font-size: 12px;
    padding: 20px;
  }
}
#modal.v2 {
  padding: 20px;
}
#modal.v2 .modal_content {
  width: 100%;
  max-width: 1370px;
  border-radius: 40px;
  border: 1px solid var(--bleu, #4e78a4);
  background: var(--Noir, #000);
  box-shadow: 1px 0 34px 0 rgba(0, 0, 0, 0.7);
}
#modal.v2 .modal_content .modal_header {
  padding: 20px 20px 0 20px;
}
#modal.v2 .modal_content .modal_header .modal_title {
  color: #fff;
  font-size: clamp(22px, 1.7361111111vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#modal.v2 .modal_content .modal_header .modal_title strong {
  color: #f74649;
}
#modal.v2 .modal_content .modal_header .modal_title span {
  margin: 0 auto;
}
#modal.v2 .modal_content .modal_header .modal_title .close_btn {
  cursor: pointer;
}
#modal.v2 .modal_content .modal_header .modal_title .close_btn svg {
  display: block;
}
#modal.v2 .modal_content .cols {
  padding: 20px;
  row-gap: 20px;
  margin: 0 -10px;
  justify-content: center;
}
#modal.v2 .modal_content .cols .col {
  padding-left: 10px;
  padding-right: 10px;
}
#modal.v2 .modal_content .cols .col .wrap {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--Bleu-gris, #2b353e);
}
#modal.v2 .modal_content .cols .col .wrap .image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5087719298;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 {
  padding: 30px 0;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .toptitle {
  text-shadow: 1.658px 1.658px 6.63px rgba(0, 0, 0, 0.7);
  font-size: clamp(16px, 1.0416666667vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0 20px;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .toptitle::before, #modal.v2 .modal_content .cols .col .wrap .content.row1 .toptitle::after {
  content: "";
  display: block;
  flex: 1 auto;
  background-color: #fff;
  height: 1.2px;
  max-width: 65px;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .title {
  text-shadow: 1.636px 1.636px 6.545px rgba(0, 0, 0, 0.7);
  font-size: clamp(30px, 2.3148148148vw, 40px);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .title strong {
  font-weight: 900;
  color: #f74649;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .subtitle {
  font-size: clamp(13px, 0.8101851852vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .btn {
  margin-top: 8px;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .btn:not(.haslink) span,
#modal.v2 .modal_content .cols .col .wrap .content.row1 .btn a {
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 0.8101851852vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #f74649;
  border: 1px solid #f74649;
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  transition: background 250ms;
}
#modal.v2 .modal_content .cols .col .wrap .content.row1 .btn a:hover {
  background-color: transparent;
}
#modal.v2 .modal_content .cols .col .wrap .content.row2 {
  border-radius: 0 0 30px 30px;
  background: #1a1a1a;
  margin-top: auto;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  padding: 20px;
  line-height: normal;
}
@media print, screen and (min-width: 64em) {
  #modal.v2 .modal_content .cols .col .wrap .content.row2 {
    aspect-ratio: 2.5;
  }
}
#modal.v2 .modal_content .cols .col .wrap .content.row2 a {
  color: #fff;
  text-decoration: underline;
}
#modal.v2 .modal_content .cols .col .wrap .content.row2 p {
  margin-bottom: 10px;
}
#modal.v2 .modal_content .cols .col .wrap .content.row2 p:last-child {
  margin-bottom: 0;
}

#header-new {
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  z-index: 200;
  background: transparent;
  border-bottom: 1px solid rgba(247, 242, 235, 0.2);
  transition: background-color 280ms ease, backdrop-filter 280ms ease, box-shadow 280ms ease;
}
#header-new .main_notice {
  background-color: rgba(240, 240, 240, 0.95);
  padding: 12px 20px;
  position: relative;
}
#header-new .main_notice .icon {
  display: flex;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#header-new .main_notice .icon svg {
  display: block;
  width: 4px;
  height: auto;
}
#header-new .main_notice .title {
  color: #000;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: normal;
}
#header-new .main_notice .description {
  color: #000;
}
#header-new .main_notice .close_notice {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 250ms;
  transform: translateY(-50%);
  height: 16px;
}
#header-new .main_notice .close_notice svg path {
  fill: #000;
}
#header-new .main_notice .close_notice:hover {
  opacity: 0.6;
}
#header-new.is-scrolled {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
#header-new.is-scrolled.is-scrolled {
  animation-name: fadeInDown;
  animation-duration: 400ms;
  animation-fill-mode: both;
}

.hn-inner {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .hn-inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 75em) {
  .hn-inner {
    height: 72px;
    padding: 0 40px;
  }
}

.hn-logo {
  order: 1;
  position: static;
  transform: none;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 40em) {
  .hn-logo {
    order: 2;
    margin: 0 auto;
  }
}
.hn-logo a {
  display: block;
  line-height: 0;
}
.hn-logo img {
  display: block;
  height: auto;
  width: 100px;
}
@media print, screen and (min-width: 64em) {
  .hn-logo img {
    width: 150px;
  }
}
@media screen and (min-width: 75em) {
  .hn-logo img {
    width: 200px;
  }
}

.hn-left {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 3;
  margin-left: auto;
}
@media print, screen and (min-width: 40em) {
  .hn-left {
    gap: 32px;
    order: 1;
    margin-left: 0;
    width: 100%;
    flex: 1 1 auto;
  }
}

.hn-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  transition: opacity 280ms ease;
}
.hn-trigger:hover, .hn-trigger[aria-expanded=true] {
  opacity: 0.8;
}
.hn-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 4px;
}
.hn-trigger .hn-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.4px solid #ffffff;
  flex-shrink: 0;
  overflow: hidden;
}
.hn-trigger .hn-trigger-icon svg,
.hn-trigger .hn-trigger-icon img {
  display: block;
  width: 20px;
  height: auto;
}
.hn-trigger .hn-trigger-label {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .hn-trigger .hn-trigger-label {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
  }
}

.hn-right {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex: 1 1 auto;
  order: 3;
  justify-content: flex-end;
  width: 100%;
}

.hn-book-label {
  color: #ffffff;
  font-family: "Neue Montreal", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: right;
  margin-right: 14px;
  white-space: nowrap;
}
.hn-book-label br {
  display: block;
}

.hn-dropdown-wrap {
  position: relative;
}

.hn-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1.3px solid #ffffff;
  border-radius: 999px;
  cursor: pointer;
  padding: 5px 20px;
  color: #181818;
  font-family: "Neue Montreal", sans-serif;
  transition: background-color 280ms ease, border-color 280ms ease;
  white-space: nowrap;
  min-width: 140px;
}
.hn-dropdown-trigger:hover, .hn-dropdown-trigger[aria-expanded=true] {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.hn-dropdown-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.hn-dropdown-trigger .hn-trigger-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1 1 auto;
}
.hn-dropdown-trigger .hn-d-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  line-height: 1;
  color: #181818;
}
.hn-dropdown-trigger .hn-d-value {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.92px;
  line-height: 1.2;
  color: #181818;
}
.hn-dropdown-trigger .hn-trigger-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hn-dropdown-trigger .hn-trigger-icon svg {
  display: block;
  width: 16px;
  height: auto;
}
.hn-dropdown-trigger .hn-trigger-icon svg path,
.hn-dropdown-trigger .hn-trigger-icon svg rect,
.hn-dropdown-trigger .hn-trigger-icon svg line,
.hn-dropdown-trigger .hn-trigger-icon svg circle,
.hn-dropdown-trigger .hn-trigger-icon svg polyline {
  stroke: #181818;
}
.hn-dropdown-trigger .hn-trigger-icon path {
  fill: #181818;
}

.hn-dropdown-panel {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  z-index: 210;
  min-width: 280px;
  overflow: hidden;
}
.hn-dropdown-panel.is-open {
  display: block;
  animation: hn-panel-in 200ms ease both;
}

@keyframes hn-panel-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#hn-dates-wrap .hn-date-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  z-index: 0;
}

.hn-flatpickr-calendar {
  border-radius: 14px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22) !important;
  border: none !important;
  font-family: "Neue Montreal", sans-serif;
  animation: hn-panel-in 200ms ease both;
}
.hn-flatpickr-calendar .flatpickr-day.selected, .hn-flatpickr-calendar .flatpickr-day.startRange, .hn-flatpickr-calendar .flatpickr-day.endRange {
  background: #000 !important;
  border-color: #000 !important;
}
.hn-flatpickr-calendar .flatpickr-day.inRange {
  background: rgba(0, 0, 0, 0.08) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.hn-flatpickr-calendar .flatpickr-day.today:not(.selected) {
  border-color: #000 !important;
}

.tippy-box[data-theme~=error] {
  width: 320px;
  max-width: 320px;
}
.tippy-box[data-theme~=error] .tippy-content {
  white-space: normal;
  line-height: 1.5;
}
.tippy-box[data-theme~=error] .tippy-content a {
  color: inherit;
  text-decoration: underline;
}

#hn-people-panel {
  min-width: 300px;
  padding: 4px 0 8px;
}
#hn-people-panel .dropdownitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
}
#hn-people-panel .dropdownitem:last-child {
  border-bottom: none;
}
#hn-people-panel .label-item {
  flex: 1 1 auto;
  font-family: "Neue Montreal", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
}
#hn-people-panel .label-item span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  margin-top: 3px;
}
#hn-people-panel .action-item {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
#hn-people-panel .plusmin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  background: #fff;
  margin-bottom: 0;
  cursor: pointer;
  transition: border-color 200ms, background 200ms;
  padding: 0;
  flex-shrink: 0;
}
#hn-people-panel .plusmin * {
  pointer-events: none;
}
#hn-people-panel .plusmin svg,
#hn-people-panel .plusmin img {
  display: block;
  width: 12px;
  height: 12px;
}
#hn-people-panel .plusmin path {
  fill: #111;
  transition: fill 200ms;
}
#hn-people-panel .plusmin:hover {
  border-color: #111;
  background: #111;
}
#hn-people-panel .plusmin:hover path {
  fill: #fff;
}
#hn-people-panel .plusmin:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}
#hn-people-panel input[type=number].hn_count_people {
  width: 38px;
  text-align: center;
  border: none;
  margin: 0;
  outline: none;
  background: transparent;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  cursor: default;
  pointer-events: none;
  opacity: 1 !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
#hn-people-panel input[type=number].hn_count_people::-webkit-outer-spin-button, #hn-people-panel input[type=number].hn_count_people::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hn-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 6px;
  transition: background-color 280ms ease;
}
.hn-search-btn svg {
  display: block;
  width: 18px;
  height: 18px;
}
.hn-search-btn svg path,
.hn-search-btn svg circle {
  fill: #000;
  transition: fill 280ms ease;
}
.hn-search-btn:hover {
  background: #000;
}
.hn-search-btn:hover svg path,
.hn-search-btn:hover svg circle {
  fill: #fff;
}
.hn-search-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.hn-mobile {
  margin-left: auto;
}
.hn-mobile .menu {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hn-mobile .menu-icon {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}
.hn-mobile .menu-icon, .hn-mobile .menu-icon::before, .hn-mobile .menu-icon::after {
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 2px;
  transition: background-color 200ms;
}
.hn-mobile .menu-icon::before, .hn-mobile .menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.hn-mobile .menu-icon::before {
  top: -7px;
}
.hn-mobile .menu-icon::after {
  top: 7px;
}

@keyframes hn-fullscreen-in-new {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hn-fullscreen-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 250;
}
.hn-fullscreen-menu.is-open {
  display: block;
}
.hn-fullscreen-menu.is-open .hn-fse-panel {
  animation: hn-fullscreen-in-new 350ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hn-fullscreen-menu .hn-menu-close {
  position: absolute;
  top: 24px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 200ms;
  padding: 8px;
}
.hn-fullscreen-menu .hn-menu-close:hover {
  opacity: 1;
}
.hn-fullscreen-menu .hn-menu-close svg {
  display: block;
  width: 20px;
  height: auto;
}

.hn-fullscreen-menu--experience {
  background: transparent;
}
.hn-fullscreen-menu--experience .hn-fse-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hn-fullscreen-menu--experience .hn-fse-panel {
  position: absolute;
  top: 35px;
  left: 35px;
  bottom: 35px;
  width: 100%;
  max-width: 690px;
  height: calc(100dvh - 70px);
  max-height: calc(100dvh - 70px);
  box-sizing: border-box;
  background: rgba(24, 24, 24, 0.9);
  border: 1px solid #f7f2eb;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 44px 50px 44px 60px;
  overflow: hidden;
  z-index: 1;
  animation: hn-panel-in 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media print, screen and (max-width: 39.99875em) {
  .hn-fullscreen-menu--experience .hn-fse-panel {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
    height: calc(100dvh - 30px);
    max-height: calc(100dvh - 30px);
    border-radius: 24px;
    padding: 28px 24px;
  }
}
.hn-fullscreen-menu--experience .hn-fse-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 52px;
  flex-shrink: 0;
}
.hn-fullscreen-menu--experience .hn-fse-close {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 200ms;
}
.hn-fullscreen-menu--experience .hn-fse-close:hover {
  opacity: 0.7;
}
.hn-fullscreen-menu--experience .hn-fse-close-label {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #f7f2eb;
  text-align: right;
  line-height: 1.4;
}
.hn-fullscreen-menu--experience .hn-fse-close-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f2eb;
  border: 1.4px solid #f7f2eb;
  flex-shrink: 0;
}
.hn-fullscreen-menu--experience .hn-fse-close-circle svg {
  display: block;
}
.hn-fullscreen-menu--experience .hn-fse-nav {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 242, 235, 0.25) transparent;
  padding-right: 8px;
}
.hn-fullscreen-menu--experience .hn-fse-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hn-fullscreen-menu--experience .hn-fse-nav-list li {
  display: flex;
  align-items: center;
}
.hn-fullscreen-menu--experience .hn-fse-nav-list li > a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(22px, 1.9675925926vw, 34px);
  font-weight: 500;
  color: #f7f2eb;
  text-decoration: none;
  line-height: 0.68;
  letter-spacing: 0;
  white-space: nowrap;
  transition: color 200ms;
}
.hn-fullscreen-menu--experience .hn-fse-nav-list li > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.hn-fullscreen-menu--experience .hn-fse-nav-list li > a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.hn-fullscreen-menu--experience .hn-fse-nav-list li.current_page_item > a::after,
.hn-fullscreen-menu--experience .hn-fse-nav-list li.current-menu-item > a::after,
.hn-fullscreen-menu--experience .hn-fse-nav-list li.current_page_ancestor > a::after {
  opacity: 1;
  transform: translateX(0);
}
.hn-fullscreen-menu--experience .hn-fse-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.hn-fullscreen-menu--experience .hn-fse-lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.hn-fullscreen-menu--experience .hn-fse-lang li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  background: #f7f2eb;
  border: 1px solid #f7f2eb;
  border-radius: 200px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #181818;
  text-decoration: none;
  white-space: nowrap;
  transition: background 200ms, border-color 200ms, color 200ms;
}
.hn-fullscreen-menu--experience .hn-fse-lang li a:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.hn-fullscreen-menu--experience .hn-fse-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hn-fullscreen-menu--experience .hn-fse-socials-label {
  font-family: "Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #f7f2eb;
  letter-spacing: 1px;
  white-space: nowrap;
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social {
  display: flex;
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social a {
  display: flex;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: var(--chalet-bg-color);
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social a:hover {
  opacity: 0.75;
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social svg path {
  fill: var(--chalet-color);
}
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social svg,
.hn-fullscreen-menu--experience .hn-fse-socials-icons .social img {
  display: block;
  width: auto;
  height: 18px;
  object-fit: contain;
}

@keyframes hn-panel-in {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hn-chalets-slide-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.hn-fullscreen-menu--chalets {
  background: #f7f2eb;
}
.hn-fullscreen-menu--chalets.is-open {
  display: flex;
  flex-direction: column;
  animation: hn-chalets-slide-in 450ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hn-fullscreen-menu--chalets .hn-cc-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 35px 40px 0 40px;
  width: 100%;
}
.hn-fullscreen-menu--chalets .hn-cc-logo svg {
  height: 38px;
  width: auto;
  display: block;
}
.hn-fullscreen-menu--chalets .hn-fse-close {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 200ms;
}
.hn-fullscreen-menu--chalets .hn-fse-close:hover {
  opacity: 0.7;
}
.hn-fullscreen-menu--chalets .hn-fse-close-label {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #181818;
  text-align: right;
  line-height: 1.4;
}
.hn-fullscreen-menu--chalets .hn-fse-close-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #181818;
  border: 1.4px solid #181818;
  flex-shrink: 0;
}
.hn-fullscreen-menu--chalets .hn-fse-close-circle svg {
  display: block;
}
.hn-fullscreen-menu--chalets .hn-cc-wrap {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-width: 480px;
  padding: 0 60px 60px 79px;
  overflow-y: auto;
  flex-shrink: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-regions {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.hn-fullscreen-menu--chalets .hn-cc-region {
  flex: 0 0 auto;
  overflow: hidden;
}
.hn-fullscreen-menu--chalets .hn-cc-region-title {
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(18px, 1.8518518519vw, 32px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #181818;
  line-height: 1;
  margin: 0 0 40px 0;
}
.hn-fullscreen-menu--chalets .hn-cc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hn-fullscreen-menu--chalets .hn-cc-item {
  display: block;
  padding-right: 24px;
}
.hn-fullscreen-menu--chalets .hn-cc-link {
  font-family: "Neue Montreal", sans-serif;
  font-size: clamp(16px, 1.5046296296vw, 26px);
  font-weight: 500;
  color: #181818;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}
.hn-fullscreen-menu--chalets .hn-cc-link::before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
}
.hn-fullscreen-menu--chalets .hn-cc-link::after {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  width: 12px;
  height: 12px;
  background-image: url("../images/arrow-circle-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}
.hn-fullscreen-menu--chalets .hn-cc-link.is-hovered, .hn-fullscreen-menu--chalets .hn-cc-link:hover {
  font-weight: 700;
}
.hn-fullscreen-menu--chalets .hn-cc-link.is-hovered::after, .hn-fullscreen-menu--chalets .hn-cc-link:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.hn-fullscreen-menu--chalets .hn-cc-right {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 40px 35px 20px;
}
.hn-fullscreen-menu--chalets .hn-cc-preview {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 671px;
}
.hn-fullscreen-menu--chalets .hn-cc-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 280ms ease, visibility 280ms ease;
  pointer-events: none;
  border-radius: 40px;
  overflow: hidden;
}
.hn-fullscreen-menu--chalets .hn-cc-card.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hn-fullscreen-menu--chalets .hn-cc-card {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #f7f2eb;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage {
  position: relative;
  width: 100%;
  height: 100%;
  background: #181818;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-image {
  position: absolute;
  inset: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-image a {
  display: block;
  height: 100%;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-image .hn-cc-cottage-image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180.11deg, rgba(0, 0, 0, 0) 65.12%, rgba(24, 24, 24, 0.97) 85.86%);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-image .hn-cc-cottage-image-gradient-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.12%, rgba(24, 24, 24, 0.5) 85.86%);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo {
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 20px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo > img {
  width: 38px;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-top: 4px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  color: #f7f2eb;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_icon svg {
  display: block;
  width: 37px;
  height: 35px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-title {
  font-family: "Neue Montreal", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #f7f2eb;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_timer {
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #f7f2eb;
  opacity: 0.85;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_timer .timer {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #f7f2eb;
  cursor: default;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub .icon {
  display: inline-flex;
  align-items: center;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub .icon svg,
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub .icon img {
  display: block;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub.has_message {
  cursor: pointer;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub.has_message.active .icon {
  transform: rotate(180deg);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 3px 10px;
  border: 1px dashed rgba(247, 242, 235, 0.5);
  border-radius: 4px;
  font-family: "Neue Montreal", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #f7f2eb;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .message_for_promo {
  width: calc(100% - 30px);
  margin-top: 10px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .message_for_promo .message_title {
  font-family: "Neue Montreal", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #f7f2eb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .message_for_promo .message_content {
  font-family: "Neue Montreal", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(247, 242, 235, 0.85);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-promo .message_for_promo .message_content p {
  margin: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 23px;
  background: linear-gradient(180.11deg, rgba(0, 0, 0, 0) 0%, rgba(24, 24, 24, 0.97) 100%);
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-info {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-title {
  font-family: "Neue Montreal", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #f7f2eb;
  margin: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-title a {
  color: inherit;
  text-decoration: none;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-desc {
  font-family: "Neue Montreal", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #f7f2eb;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-amenities {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-amenities img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  filter: brightness(0%) invert(1);
}
.hn-fullscreen-menu--chalets .star_rating {
  --star-size: 25px;
  --star-color: black;
  --star-background: #F7F2EB;
  color: #F7F2EB;
}
.hn-fullscreen-menu--chalets .star_rating .text_rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hn-fullscreen-menu--chalets .star_rating .text_rating .rate_text {
  color: #F7F2EB;
  font-weight: 500;
  font-size: clamp(14px, 0.9837962963vw, 17px);
}
.hn-fullscreen-menu--chalets .star_rating .text_rating .rate_text span {
  font-weight: 700;
}
.hn-fullscreen-menu--chalets .star_rating .text_rating .rate_total {
  color: var(--Couleurs-BK, #F7F2EB);
  font-size: clamp(14px, 0.9837962963vw, 17px);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.hn-fullscreen-menu--chalets .star_rating_title {
  display: none;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-price-reserve {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-price {
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f7f2eb;
  white-space: nowrap;
  text-align: center;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-reserve {
  width: 100%;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-reserve a,
.hn-fullscreen-menu--chalets .hn-cc-cottage-reserve button {
  display: block;
  width: 100%;
  font-family: "Neue Montreal", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #181818;
  background: #f7f2eb;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 200px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 180ms;
}
.hn-fullscreen-menu--chalets .hn-cc-cottage-reserve a:hover,
.hn-fullscreen-menu--chalets .hn-cc-cottage-reserve button:hover {
  opacity: 0.85;
}
@media print, screen and (max-width: 63.99875em) {
  .hn-fullscreen-menu--chalets .hn-cc-right {
    display: none;
  }
  .hn-fullscreen-menu--chalets .hn-cc-left {
    width: 100%;
    min-width: 0;
  }
  .hn-fullscreen-menu--chalets .hn-cc-regions {
    justify-content: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hn-fullscreen-menu--chalets .hn-cc-topbar {
    padding: 20px 20px 20px 30px;
  }
  .hn-fullscreen-menu--chalets .hn-cc-left {
    padding: 10px 30px 40px 30px;
  }
  .hn-fullscreen-menu--chalets .hn-cc-regions {
    flex-direction: column;
    gap: 40px;
  }
  .hn-fullscreen-menu--chalets .hn-cc-region-title {
    font-size: clamp(14px, 1.1574074074vw, 20px);
    margin: 0 0 20px 0;
  }
  .hn-fullscreen-menu--chalets .hn-cc-link {
    font-size: clamp(18px, 1.1574074074vw, 20px);
  }
}

#hn-overlay {
  position: fixed;
  inset: 0;
  z-index: 240;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms;
}
#hn-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}

body.hn-menu-open {
  overflow: hidden;
}
body.hn-menu-open #hn-menu-experience ~ * {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(17px);
}

.hn-body-offset {
  padding-top: 60px;
}
@media screen and (min-width: 75em) {
  .hn-body-offset {
    padding-top: 72px;
  }
}

body.winter {
  background-color: #ebf7f7;
  --chalet-bg-color: #ebf7f7;
  --custom-beige: #EBF7F7;
  --chalet-color: #071028;
}
body.winter #availability_calendar {
  --cal-bg: #071028;
  --cal-cream: #EBF7F7;
  --cal-border: #EBF7F7;
  --cal-blocked: #161F45;
  --cal-selected: #EBF7F7;
  --cal-cream-rgb: 235, 247, 247;
  --cal-border-rgb: 235, 247, 247;
  --cal-blocked-rgb: 22, 31, 69;
  --cal-selected-rgb: 235, 247, 247;
  --cal-muted: rgba(var(--cal-cream-rgb), 0.35);
}
body.winter #sidebar-row3 {
  --cal-bg: #071028;
  --cal-cream: #EBF7F7;
  --cal-cream-rgb: 235, 247, 247;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-backdrop {
  background: rgba(48, 41, 107, 0.2);
}
body.winter .hn-fullscreen-menu--experience .hn-fse-panel {
  background: rgba(7, 16, 40, 0.97);
  border-color: #ebf7f7;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-close-label {
  color: #ebf7f7;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-close-circle {
  background: #ebf7f7;
  border-color: #ebf7f7;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-nav-list li > a {
  color: #ebf7f7;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-nav-list li > a::after {
  background-image: url("../images/arrow-circle-winter.svg");
}
body.winter .hn-fullscreen-menu--experience .hn-fse-socials-label {
  color: #ebf7f7;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-lang li a {
  background: #ebf7f7;
  border-color: #ebf7f7;
  color: #071028;
}
body.winter .hn-fullscreen-menu--experience .hn-fse-lang li a:hover {
  background: transparent;
  border-color: #ebf7f7;
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets {
  background: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-fse-close-label {
  color: #071028;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-fse-close-circle {
  background: #071028;
  border-color: #071028;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-region-title {
  color: #071028;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-link {
  color: #071028;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-link::after {
  background-image: url("../images/arrow-circle-winter-dark.svg");
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-card {
  border-color: transparent;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage {
  background: #071028;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-image .hn-cc-cottage-image-gradient {
  background: linear-gradient(180.11deg, rgba(48, 41, 107, 0) 65.12%, rgba(7, 16, 40, 0.97) 85.86%);
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-image .hn-cc-cottage-image-gradient-top {
  background: linear-gradient(0deg, rgba(48, 41, 107, 0) 65.12%, rgba(7, 16, 40, 0.5) 85.86%);
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_icon {
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-title,
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .hn-cc-cottage-promo-sub,
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_timer,
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_code {
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-promo .promo_code {
  border-color: rgba(235, 247, 247, 0.4);
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-title a {
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-desc {
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-price-reserve {
  border-color: transparent;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-price {
  color: #ebf7f7;
}
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-reserve a,
body.winter body.winter .hn-fullscreen-menu--chalets .hn-cc-cottage-reserve button {
  background: #ebf7f7;
  color: #071028;
  border-color: #071028;
}
body.winter .page-hero {
  color: #EBF7F7;
}
body.winter .page-hero__subtitle,
body.winter .page-hero__title,
body.winter .page-hero__title-line {
  color: #EBF7F7;
}
body.winter .page-hero--standard .g_wrap_header .top,
body.winter .page-hero--standard .g_wrap_header .multiple_photos .n,
body.winter .page-hero--standard .g_wrap_header .multiple_photos .t {
  color: #EBF7F7;
}
body.winter .page-hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.61%, #000 100%), linear-gradient(180deg, rgba(2, 1, 20, 0.6) 0%, rgba(102, 102, 102, 0) 51.53%), linear-gradient(0deg, rgba(2, 1, 20, 0.1) 0%, rgba(2, 1, 20, 0.1) 100%);
}
body.winter .page-hero__play-btn {
  background: rgba(48, 41, 107, 0.3);
  border-color: white;
  color: white;
}
body.winter .page-hero__play-text {
  color: white;
}
body.winter .page-hero__play-icon--summer {
  display: none;
}
body.winter .page-hero__play-icon--winter {
  display: flex;
}
body.winter .chalet_book_form .cf7-booking {
  background-color: #ebf7f7;
}
body.winter .chalet_book_form input[type=text]:not(.flatpickr-input),
body.winter .chalet_book_form input[type=email],
body.winter .chalet_book_form input[type=tel],
body.winter .chalet_book_form textarea {
  background-color: #ffffff;
  border-color: rgba(7, 16, 40, 0.2);
  color: #071028;
}
body.winter .chalet_book_form input[type=text]:not(.flatpickr-input)::placeholder,
body.winter .chalet_book_form input[type=email]::placeholder,
body.winter .chalet_book_form input[type=tel]::placeholder,
body.winter .chalet_book_form textarea::placeholder {
  color: #071028;
}
body.winter .chalet_book_form input[type=text]:not(.flatpickr-input):focus,
body.winter .chalet_book_form input[type=email]:focus,
body.winter .chalet_book_form input[type=tel]:focus,
body.winter .chalet_book_form textarea:focus {
  border-color: rgba(7, 16, 40, 0.45);
}
body.winter .chalet_book_form input.flatpickr-input {
  color: #071028;
}
body.winter .chalet_book_form .cf7-row--dates .cf7-date-field {
  background-color: #ffffff;
  border-color: rgba(7, 16, 40, 0.2);
}
body.winter .chalet_book_form .cf7-row--dates .cf7-date-field label {
  color: #071028;
}
body.winter .chalet_book_form .cf7-row--selects .cf7-select-pill {
  background-color: #ffffff;
  border-color: rgba(7, 16, 40, 0.2);
}
body.winter .chalet_book_form .cf7-row--selects .cf7-select-pill .select-label {
  color: #071028;
}
body.winter .chalet_book_form .cf7-row--selects .cf7-select-pill select {
  color: #071028;
}
body.winter .chalet_book_form .cf7-row--selects .cf7-select-pill::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.93464 0.4886L7.49166 0.04562C7.46269 0.01665 7.4233 0.00043 7.38235 0.00043H7.3812C7.33987 0.00081 7.30048 0.01742 7.27151 0.04716L3.98994 3.42225L0.708367 0.04673C0.679403 0.017 0.640009 0.00038 0.598678 0H0.59752C0.556583 0 0.517189 0.01622 0.488218 0.04519L0.045238 0.48817C-0.014625 0.54803 -0.015001 0.64458 0.043695 0.70521L3.87915 4.63753C3.9085 4.66765 3.94828 4.68465 3.99 4.68465C4.03171 4.68465 4.07149 4.66765 4.10046 4.63791L7.93591 0.7056C7.99539 0.64497 7.9945 0.54807 7.93464 0.4886Z' fill='%23071028'/%3E%3C/svg%3E");
}
body.winter .chalet_book_form .cf7-row--submit input[type=submit] {
  background-color: #071028;
  color: #ebf7f7;
}
body.winter .chalet_book_form .cf7-row--submit input[type=submit]:hover {
  background-color: rgb(13.0765957447, 29.8893617021, 74.7234042553);
}

body.winter .activities_cottages_section .activities_filter .filter a {
  background-color: #071028;
  border-color: #ebf7f7;
  color: #ebf7f7;
}
body.winter .activities_cottages_section .activities_filter .filter a:hover {
  background-color: rgb(13.0765957447, 29.8893617021, 74.7234042553);
}
body.winter .activities_cottages_section .activities_filter .filter.active a {
  background-color: #ebf7f7;
  border-color: rgba(48, 41, 107, 0.1);
  color: #071028;
}
body.winter .activities_cottages_section .activities_filter .filter.active a:hover {
  background-color: rgb(216.7857142857, 239.7142857143, 239.7142857143);
}
/*# sourceMappingURL=style.css.map */