@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  z-index: 9;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #283618;
  background-color: transparent;
  color: #283618;
  border-radius: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu-toggle {
    right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .toggle {
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle .toggle.close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav {
    display: block;
  }
}
.layout-header .header nav .menu {
  display: flex;
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
/* fonts, links and headers */
@font-face {
  font-family: "DINPro";
  src: url(../fonts/DINPro.woff2);
}
@font-face {
  font-family: "DINPRO-Black";
  src: url(../fonts/DINPro-Black.woff2);
}
@font-face {
  font-family: "DINPRO-Bold";
  src: url(../fonts/DINPro-Bold.woff2);
}
@font-face {
  font-family: "DINPRO-Light";
  src: url(../fonts/DINPro-Light.woff2);
}
@font-face {
  font-family: "DINPRO-Medium";
  src: url(../fonts/DINPro-Medium.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedBlack";
  src: url(../fonts/DINPro-CondensedBlack.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedBold";
  src: url(../fonts/DINPro-CondensedBold.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedLight";
  src: url(../fonts/DINPro-CondensedLight.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedMedium";
  src: url(../fonts/DINPro-CondensedMedium.woff2);
}
@font-face {
  font-family: "DINPRO-CondensedRegular";
  src: url(../fonts/DINPro-CondensedRegular.woff2);
}
/* vars */
body {
  font-family: "DINPro", sans-serif;
  background-color: #fffef5;
  color: #283618;
}
body:not(:has(.layout-hero)) {
  padding: 7rem 0 0;
}
@media screen and (min-width: 810px) {
  body:not(:has(.layout-hero)) {
    padding: 9rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-hero)) {
    padding: 10rem 0 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}
h1 {
  font-size: 2.25rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 4rem;
    letter-spacing: -2px;
  }
}
h2 {
  font-size: 1.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0 0 1rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3.25rem;
    margin: 0 0 2rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.0675rem;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.125rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .75rem 2rem;
  }
}
strong a:hover,
a strong:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
em a,
a em {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 1280px) {
  em a,
  a em {
    padding: .75rem 2rem;
  }
}
em a:hover,
a em:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
em a:active,
a em:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.layout-header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.layout-header .sub-menu {
  display: none;
}
.social-pages {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border-radius: .25rem;
}
.social-pages a i {
  color: #ffffff;
}
.social-pages a span {
  display: none;
}
.social-pages a:hover {
  transition: all 0.25s ease;
}
.social-pages a:hover i {
  color: #ffffff;
  transition: all 0.25s ease;
}
.address,
.phone,
.email {
  display: block;
  width: fit-content;
}
.address i,
.phone i,
.email i {
  margin: 0 .25rem 0 0;
}
.layout-header {
  z-index: 999;
}
.layout-header .top-header {
  background-color: #283618;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .top-header {
    background-color: transparent;
  }
}
.layout-header .top-header .container .contact {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #283618;
  color: #ffffff;
  height: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-header .top-header .container .contact {
    height: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .top-header .container .contact {
    width: 83%;
    margin: 0 0 0 auto;
    position: relative;
    isolation: isolate;
    gap: 3rem;
  }
  .layout-header .top-header .container .contact::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #283618;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 810px) {
  .layout-header .top-header .container .contact li a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .layout-header .top-header .container .contact li .email {
    display: none;
  }
}
.layout-header .top-header .container .contact li.language img {
  width: 23px;
}
.layout-header header {
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-header header,
.layout-header header .container {
  height: 5rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-header header,
  .layout-header header .container {
    height: 6rem;
  }
}
.layout-header header .container {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container {
    grid-template-columns: 17% 1fr;
    gap: 0;
  }
}
.layout-header header .container .home {
  height: 3.5rem;
  width: 3.5rem;
  transition: all 0.25s ease;
  background: white;
  border-radius: 100%;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container .menu-and-book {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .menu-and-book {
    box-shadow: 3px -2px 5px #000000;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0 .5rem 3rem;
    border-radius: 0 0 0 3rem;
    height: 100%;
    position: relative;
    isolation: isolate;
  }
  .layout-header header .container .menu-and-book::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #fffef5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .menu-and-book {
    padding: .5rem 0 .5rem 1.5rem;
  }
}
.layout-header header .container .menu-and-book::before {
  border-radius: 0 0 0 4rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .menu-and-book nav .menu {
    gap: 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .menu-and-book nav .menu {
    gap: .75rem;
  }
}
.layout-header header .container .menu-and-book nav .menu li {
  position: relative;
}
.layout-header header .container .menu-and-book nav .menu li > a {
  font-size: 1.125rem;
  font-weight: 700;
  padding: .25rem .5rem;
  background-color: transparent;
  border-radius: .5rem .5rem .5rem 1.5rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .menu-and-book nav .menu li > a {
    font-size: 1.325rem;
    padding: .75rem 2rem;
  }
}
.layout-header header .container .menu-and-book nav .menu li > a:hover {
  color: #ffffff;
  background-color: #616b3b;
}
.layout-header header .container .menu-and-book nav .menu li.menu-item-has-children:hover .sub-menu {
  box-shadow: -2px 2px 4px 0px rgba(55, 54, 54, 0.17);
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  padding: .25rem .5rem;
  background-color: #fffef5;
  border-radius: .2rem .2rem .2rem 1.5rem;
}
.layout-header header .container .menu-and-book nav .menu li.menu-item-has-children:hover .sub-menu li a {
  min-width: 250px;
  color: #616b3b;
  display: block;
  text-decoration: none;
  font-size: 1em;
}
.layout-header header .container .menu-and-book nav .menu li.menu-item-has-children:hover .sub-menu li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.layout-header header .container .menu-and-book .beach {
  color: #fffef5;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  justify-self: center;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .menu-and-book .beach {
    padding: .75rem 2rem;
  }
}
.layout-header header .container .menu-and-book .beach:hover {
  background-color: #fffef5;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-header header .container .menu-and-book .beach:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header header .container .menu-and-book .book {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  justify-self: center;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .menu-and-book .book {
    padding: .75rem 2rem;
  }
}
.layout-header header .container .menu-and-book .book:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
.layout-header header .container .menu-and-book .book:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header header .full-menu-toggle {
  background-color: #fffef5;
}
.layout-header .full-menu {
  background-color: #fffef5;
  padding: 2rem 0;
}
.layout-header .full-menu .container nav .menu li {
  margin: 0 0 2rem;
}
.layout-header .full-menu .container nav .menu li .toggle {
  border: none;
  background: none;
}
.layout-header .full-menu .container nav .menu li > a {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
}
.layout-header .full-menu .container nav .menu li .sub-menu {
  margin-top: 10px;
  padding-left: 20px;
}
.layout-header .full-menu .container nav .menu li .sub-menu li {
  margin: 0 0 0.75rem;
}
.layout-header .full-menu .container nav .menu li .sub-menu li a {
  font-size: 1rem;
  font-weight: normal;
}
.scrolled .layout-header .header,
.scrolled .layout-header .header .container {
  height: 3rem;
}
.scrolled .layout-header .header .container .home {
  height: 2.5rem;
  width: 2.5rem;
}
@media screen and (min-width: 810px) {
  .scrolled .layout-header .header .container .home {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.full-menu-open .layout-header .header {
  background-color: #fffef5;
}
.full-menu-open .layout-header .full-menu {
  top: 7rem;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu {
    top: 9rem;
  }
}
.full-menu-open.scrolled .layout-header .full-menu {
  top: 5rem;
}
.layout-footer {
  padding: 2rem 0 0;
  background-color: #616b3b;
  color: #c7cfd4;
  z-index: 9;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout-footer {
    padding: 3.5rem 0 0;
  }
}
.layout-footer .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-columns: 0.5fr 2fr 0.5fr;
  }
}
.layout-footer .container .text p {
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .text p {
    width: 68%;
    margin: 0 auto 0 2.5rem;
    font-size: 1.125rem;
  }
}
.layout-footer .container .home {
  position: absolute;
  top: -60px;
  left: 15px;
  height: 3.5rem;
  width: 3.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home {
    top: -126px;
    left: 30px;
    height: 7.5rem;
    width: 7.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .home {
    left: 70px;
  }
}
.layout-footer .container .home svg {
  width: 100%;
  height: 100%;
}
.layout-footer .container .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .blocks {
    width: 85%;
    margin: 0 auto;
    gap: 3rem;
  }
}
.layout-footer .container .blocks li p,
.layout-footer .container .blocks li li,
.layout-footer .container .blocks li .email,
.layout-footer .container .blocks li .phone {
  line-height: 1.525;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li p,
  .layout-footer .container .blocks li li,
  .layout-footer .container .blocks li .email,
  .layout-footer .container .blocks li .phone {
    font-size: 1.125rem;
  }
}
.layout-footer .container .blocks li p {
  margin: 0;
}
.layout-footer .container .blocks li h4 {
  margin: 0 0 .5rem;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks li h4 {
    margin: 0 0 1.25rem;
  }
}
.layout-footer .container .blocks li .address i,
.layout-footer .container .blocks li .phone i,
.layout-footer .container .blocks li .email i {
  display: none;
}
.layout-footer .container .blocks li .address {
  margin: 0 0 1rem;
}
.layout-footer .container .image {
  height: 125px;
  align-self: center;
  justify-self: end;
}
.layout-footer .container .image img {
  object-fit: contain;
}
.layout-copyright {
  background-color: #616b3b;
  color: #ffffff;
  padding: 0 0 2rem;
}
.layout-copyright .container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.layout-error404 {
  padding: 2rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-error404 {
    padding: 4.5rem 0;
  }
}
.layout-error404 .container {
  max-width: 1420px;
  text-align: center;
}
.layout-error404 .container p {
  line-height: 1.4;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-error404 .container p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-error404 .container p {
    font-size: 1.25rem;
  }
}
@keyframes subtleZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.layout-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    max-height: 740px;
  }
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(251, 168, 98, 0.35));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-hero .image img {
  transform: scale(1);
  animation: subtleZoom 10s ease-in-out infinite alternate;
}
.layout-hero .text-and-visual {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 12rem 2rem;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 810px) {
  .layout-hero .text-and-visual {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text-and-visual {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    padding-block: 9rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-visual .text-and-links {
    padding: 2rem 0 0;
  }
}
.layout-hero .text-and-visual .text-and-links .text p {
  line-height: 1.25;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-visual .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero .text-and-visual .text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-hero .text-and-visual .text-and-links .links li:nth-child(2) strong a {
  background-color: transparent;
  border-color: transparent;
  backdrop-filter: blur(1rem);
  transition: all 0.25s ease;
  background-color: #616b3b;
  color: #ffffff;
}
.layout-hero .text-and-visual .text-and-links .links li:nth-child(2) strong a:hover {
  background-color: #ffffff;
  border-color: #616b3b;
  color: #616b3b;
}
.layout-hero .text-and-visual .video {
  padding: 60px;
}
.layout-hero .text-and-visual .video img,
.layout-hero .text-and-visual .video iframe {
  border-radius: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-visual .video img,
  .layout-hero .text-and-visual .video iframe {
    border-radius: 2rem;
  }
}
.layout-hero .text-and-visual .video iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.77777778;
}
.layout-hero .text-and-visual .video .play {
  position: relative;
}
.layout-hero .text-and-visual .video .play .icon {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-visual .video .play .icon {
    font-size: 3.5rem;
  }
}
.layout-hero .text-and-visual .video .play .icon:hover {
  color: #fba862;
}
.layout-hero .text-and-visual .visual {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-visual .visual {
    display: block;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-visual .visual.vertical {
    display: flex;
  }
}
.layout-hero .text-and-visual .visual.vertical .image_left,
.layout-hero .text-and-visual .visual.vertical .image_right {
  aspect-ratio: 0.5625;
  width: 300px;
  padding: 15px;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-visual .visual.vertical .image_left,
  .layout-hero .text-and-visual .visual.vertical .image_right {
    width: 350px;
    padding: 60px 15px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-visual .visual.vertical .image_left,
  .layout-hero .text-and-visual .visual.vertical .image_right {
    width: 400px;
  }
}
.layout-hero .text-and-visual .visual.vertical .image_left img,
.layout-hero .text-and-visual .visual.vertical .image_right img {
  border-radius: 2rem;
  box-shadow: 1px 1px 7px #363636;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-visual .visual.vertical .image_left img,
  .layout-hero .text-and-visual .visual.vertical .image_right img {
    border-radius: 2rem;
  }
}
.layout-hero .text-and-visual .visual.vertical .video {
  width: 300px;
  padding: 15px;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-visual .visual.vertical .video {
    width: 350px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-visual .visual.vertical .video {
    width: 400px;
  }
}
.layout-hero .text-and-visual .visual.vertical .video iframe {
  aspect-ratio: 0.5625;
  box-shadow: 1px 1px 7px #363636;
}
.layout-hero .booking-widget {
  transform: translateY(100%);
  z-index: 4;
  align-self: end;
  background-color: #616b3b;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 2rem 1rem;
  position: relative;
  isolation: isolate;
  z-index: 99;
}
@media (min-width: 810px) {
  .layout-hero .booking-widget {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .booking-widget {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.layout-hero .booking-widget::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #616b3b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-hero .booking-widget {
    padding: 2.3725rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .booking-widget {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.layout-hero .booking-widget::before {
  left: 50%;
  transform: translateX(-50%);
}
.layout-hero .booking-text {
  color: #ffffff;
  font-family: "DINPRO-Black", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-hero .booking-text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .booking-text {
    margin: 0;
    max-width: 260px;
    text-align: revert;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook {
    padding: 0;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar {
  display: grid;
  justify-content: revert;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column {
  width: 100%;
  max-width: none;
  padding: 0;
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:first-child .t3-search-bar-area {
  border-radius: .6275rem .6275rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:first-child .t3-search-bar-area {
    border-radius: .6275rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:first-child .t3-search-bar-area {
    border-radius: .6275rem 0 0 .6275rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(2) .t3-search-bar-area {
    border-radius: 0 .6275rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(2) .t3-search-bar-area {
    border-radius: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(3) .t3-search-bar-area {
    border-radius: 0 0 0 .6275rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(3) .t3-search-bar-area {
    border-radius: 0;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(4) .t3-search-bar-area {
  border-radius: 0 0 .6275rem .6275rem;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(4) .t3-search-bar-area {
    border-radius: 0 0 .6275rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:nth-child(4) .t3-search-bar-area {
    border-radius: 0 .6275rem .6275rem 0;
  }
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column:has(.t3-confirm) {
    grid-column: span 2;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area {
  color: #283618;
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area label {
  font-size: 1rem;
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area .t3-placeholder {
  font-size: 1.125rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area .t3-placeholder {
    font-size: 1.25rem;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm {
  margin: 1rem 0 0;
  background-color: transparent;
  border: none;
  width: fit-content;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm {
    margin: 0;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm {
    flex: 1 1 auto;
    align-items: end;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn {
    padding: .75rem 2rem;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn {
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn {
    border-radius: .5rem;
    width: 70%;
    height: 100%;
    margin: 0;
  }
}
.layout-hero:has(div[data-tommy-widget="searchbar"]) .t3-widget-mini-searchbook .t3-search-bar .t3-search-column .t3-search-bar-area.t3-confirm .t3-btn span i {
  display: none;
}
.layout-imageandtext {
  padding: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
}
@media screen and (min-width: calc(1700px + 60px)) {
  .layout-imageandtext {
    grid-template-columns: 1fr calc(1700px / 2) calc(1700px / 2) 1fr;
  }
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .image {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .image {
    max-height: 450px;
  }
}
.layout-imageandtext .text {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  max-width: 80%;
  margin: -2rem auto 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .text {
    grid-column: 2 / 3;
    grid-row: 1 / -1;
    margin: 0;
    align-self: center;
    justify-self: center;
  }
}
@media screen and (min-width: calc(1700px + 60px)) {
  .layout-imageandtext .text {
    grid-column: 3 / 4;
    justify-self: end;
  }
}
.layout-imageandtext .text p {
  line-height: 1.4;
}
.layout-imageandtext .text p > strong + em a {
  margin-left: 15px;
  /* Pas de afstand aan naar wens */
}
.layout-logos {
  padding: 1.5rem 0 2rem;
  background-color: #fffef5;
}
.layout-logos .container {
  max-width: fit-content;
}
.layout-logos .container .title {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-logos .container .title {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-logos .container .title {
    font-size: 2.5rem;
    margin: 0 0 2.75rem;
  }
}
.layout-logos .container .logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.layout-logos .container .logos li .logo {
  height: 70px;
}
@media screen and (min-width: 1280px) {
  .layout-logos .container .logos li .logo {
    height: 100px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-logos .container .logos li .logo {
    height: 120px;
  }
}
.layout-logos .container .logos li .logo img {
  object-fit: contain;
}
.layout-images {
  padding: 1.25rem 0;
  background-color: #fffef5;
}
.layout-images .container ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  grid-template-areas: "first first" "second third" "second fourth";
}
@media screen and (min-width: 1280px) {
  .layout-images .container ul {
    grid-template-columns: 1.33fr 1fr 1fr;
    grid-template-areas: "first second third" "first second fourth";
  }
}
.layout-images .container ul li .image {
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-images .container ul li .image {
    height: 400px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container ul li .image {
    height: 444px;
  }
}
.layout-images .container ul li .image img {
  border-radius: 1rem;
}
.layout-images .container ul li:first-child {
  grid-area: first;
}
.layout-images .container ul li:nth-child(2) {
  grid-area: second;
}
.layout-images .container ul li:nth-child(2) .image {
  width: 100%;
}
.layout-images .container ul li:nth-child(3) .image,
.layout-images .container ul li:nth-child(4) .image {
  height: 142px;
}
.layout-images .container ul li:nth-child(3) {
  grid-area: third;
}
@media screen and (min-width: 1280px) {
  .layout-images .container ul li:nth-child(3) .image {
    height: 220px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container ul li:nth-child(3) .image {
    height: 245px;
  }
}
.layout-images .container ul li:nth-child(4) {
  grid-area: fourth;
}
@media screen and (min-width: 1280px) {
  .layout-images .container ul li:nth-child(4) .image {
    height: 165px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .container ul li:nth-child(4) .image {
    height: calc(444px - 245px - 0.75rem);
  }
}
.layout-textimageandblocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-textimageandblocks > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-textimageandblocks .image {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-textimageandblocks .image {
    height: 580px;
  }
}
.layout-textimageandblocks .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(251, 168, 98, 0.25));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-textimageandblocks .text-and-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 2.5rem;
  color: #ffffff;
}
@media (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textimageandblocks .text-and-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    padding-block: 0;
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textimageandblocks .text-and-blocks .text {
    padding: 0 3rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .text {
    padding: 0 5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .text h2 {
    font-size: 3.5rem;
    margin: 0 0 1rem;
  }
}
.layout-textimageandblocks .text-and-blocks .text p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .layout-textimageandblocks .text-and-blocks .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .text p {
    font-size: 1.25rem;
  }
}
.layout-textimageandblocks .text-and-blocks .text p:has(strong a) {
  margin: 1.5rem 0 0;
}
.layout-textimageandblocks .text-and-blocks .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks .blocks li .block {
    height: 100%;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .block-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
  max-height: 245px;
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .blocks li a.block .block-image {
    height: 245px;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .block-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(251, 168, 98, 0.25));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .block-image img {
  border-radius: 1rem;
  transition: transform 0.5s ease;
  /* vloeiende overgang */
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .block-image:hover img {
  transform: scale(1.05);
  /* kleine zoom van 5% */
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 1rem;
  align-self: end;
  align-items: center;
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more {
    grid-template-columns: 1fr auto;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more .title {
  margin: 0;
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more .more {
  padding: .25rem .5rem;
  border-radius: .25rem;
  background-color: #fba862;
  font-weight: 900;
  transition: all 0.25s ease;
  width: fit-content;
}
@media screen and (min-width: 1660px) {
  .layout-textimageandblocks .text-and-blocks .blocks li a.block .title-and-more .more {
    padding: .3725rem 1rem;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li a.block:hover .more {
  color: #fba862;
  background-color: #ffffff;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block {
  background-color: #616b3b;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    height: 100%;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text h3 {
  margin: 0;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text p {
  line-height: 1.4;
}
@media screen and (min-width: 810px) {
  .layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text p {
    margin: 0;
  }
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text ul li a {
  width: 2.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: .25rem;
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text ul li a i {
  margin: 0;
  font-size: 1.25rem;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text ul li a span {
  display: none;
}
.layout-textimageandblocks .text-and-blocks .blocks li div.block .block-text ul li a:hover {
  background-color: #fba862;
}
.layout-textandtext {
  padding: 2.5rem 0;
  background-color: #fffef5;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext {
    padding: 4rem 0;
  }
}
.layout-textandtext .container {
  max-width: 1100px;
}
.layout-textandtext .container .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .title {
    font-size: 2em;
    color: #616b3b;
  }
}
.layout-textandtext .container .left-and-right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .layout-textandtext .container .left-and-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-textandtext .container .left-and-right p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.25rem;
  }
}
.layout-textandtext .container .left-and-right ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.layout-textandtext .container .left-and-right ul li {
  line-height: 1.25;
  margin: 10px 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right ul li {
    font-size: 1.25rem;
  }
}
.layout-textandtext .container .left-and-right ul li:before {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "\f058";
  margin-right: 8px;
  color: #616b3b;
}
.layout-textandtext .street-postalcode-and-place {
  display: inline-block;
}
.layout-textandtext .street-postalcode-and-place p {
  margin: 0;
}
.layout-textandtext .phone,
.layout-textandtext .email,
.layout-textandtext .address {
  font-size: 1.5em;
  color: #616b3b;
  margin: 20px 0;
  display: block;
  display: flex;
}
.layout-textandtext .phone i,
.layout-textandtext .email i,
.layout-textandtext .address i {
  margin-right: 20px;
}
.layout-textandimage {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding: 4rem 0;
  }
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
.layout-textandimage .container .image {
  min-height: 300px;
  height: 100%;
  max-height: 500px;
}
.layout-textandimage .container .image img {
  border-radius: 1rem;
}
.layout-textandimage .container .text h2 {
  color: #616b3b;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text h2 {
    font-size: 2.5rem;
  }
}
.layout-textandimage .container .text h3 {
  color: #616b3b;
}
.layout-textandimage .container .text p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p {
    font-size: 1.25rem;
  }
}
.layout-textandimage .container .text ul {
  padding-left: 20px;
}
.layout-textandimage .container .text ul li {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text ul li {
    font-size: 1.25rem;
  }
}
.layout-textandimage .container .text ul li:before {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "\f058";
  margin-right: 8px;
  color: #616b3b;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.style-image_left .container .text {
    order: 2;
  }
}
.layout-textandimage.block-background-yellow {
  background-color: #fffef5;
}
.layout-textandform {
  padding: 2.5rem 0;
  background-color: #fffef5;
}
.layout-textandform .container {
  max-width: 1000px;
}
.layout-textandform .container .text {
  text-align: center;
  margin: 0 0 2.5rem;
}
.layout-textandform .container .text p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandform .container .text p {
    font-size: 1.25rem;
  }
}
.layout-textandform .container .image-and-form {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandform .container .image-and-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandform .container .image-and-form {
    gap: 3rem;
  }
}
.layout-textandform .container .image-and-form .image img {
  border-radius: 1rem;
}
.layout-text {
  padding: 2.5rem 0;
  background-color: #fffef5;
}
@media screen and (min-width: 1660px) {
  .layout-text {
    padding: 4rem 0;
  }
}
.layout-text .container {
  max-width: 1100px;
}
.layout-text p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text p {
    font-size: 1.25rem;
  }
}
.layout-text ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.layout-text ul li {
  line-height: 1.25;
  margin: 10px 0;
}
@media screen and (min-width: 1280px) {
  .layout-text ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text ul li {
    font-size: 1.25rem;
  }
}
.layout-text ul li:before {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "\f058";
  margin-right: 8px;
  color: #616b3b;
}
.layout-text .gform_wrapper {
  background: white;
  padding: 30px;
  border: 1px solid #fba862;
  border-radius: 30px;
}
.layout-text .bookprocess {
  background: white;
  padding: 30px;
  border: 1px solid #fba862;
  border-radius: 30px;
}
.layout-text .bookprocess label {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}
.layout-text .bookprocess .display-dayticket button {
  background-color: #616b3b;
}
.layout-text .bookprocess .bpButtonWrapper button {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-text .bookprocess .bpButtonWrapper button {
    padding: .75rem 2rem;
  }
}
.layout-text .bookprocess .bpButtonWrapper button:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
.layout-text .bookprocess .bpButtonWrapper button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text .bookprocess .discountWrapper button {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .layout-text .bookprocess .discountWrapper button {
    padding: .75rem 2rem;
  }
}
.layout-text .bookprocess .discountWrapper button:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-text .bookprocess .discountWrapper button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text .bookprocess input[type="text"],
.layout-text .bookprocess input[type="email"] {
  min-height: 2.5rem;
  border: none;
  border-radius: .5rem;
  padding: 0 1rem;
  border: 1px solid #fba862;
}
@media screen and (min-width: 1660px) {
  .layout-text .bookprocess input[type="text"],
  .layout-text .bookprocess input[type="email"] {
    min-height: 3.5rem;
  }
}
.layout-text .bookprocess input[type="text"]:focus,
.layout-text .bookprocess input[type="email"]:focus {
  background-image: none;
  outline-color: #fba862 !important;
}
@media screen and (min-width: 1660px) {
  .layout-text .bookprocess input[type="text"]::placeholder,
  .layout-text .bookprocess input[type="email"]::placeholder {
    font-size: 1.125rem;
  }
}
.layout-text .bookprocess input[type="number"] {
  border: 1px solid #fba862;
}
.layout-text .bookprocess aside {
  background-color: #eef1e1;
  border-radius: 30px;
  padding: 30px;
  font-size: 1.25em;
}
.layout-text .bookprocess aside h2 {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1660px) {
  .layout-text .bookprocess aside h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 810px) {
  .layout-text .bookprocess aside h2:after {
    font-family: "Font Awesome 6 Sharp";
    font-weight: 900;
    content: "\f078";
    margin-left: 8px;
    color: #616b3b;
    mask-image: none;
  }
}
.layout-text .bookprocess .react-datepicker__day--selected,
.layout-text .bookprocess .react-datepicker__day--in-selecting-range,
.layout-text .bookprocess .react-datepicker__day--in-range,
.layout-text .bookprocess .react-datepicker__month-text--selected,
.layout-text .bookprocess .react-datepicker__month-text--in-selecting-range,
.layout-text .bookprocess .react-datepicker__month-text--in-range,
.layout-text .bookprocess .react-datepicker__quarter-text--selected,
.layout-text .bookprocess .react-datepicker__quarter-text--in-selecting-range,
.layout-text .bookprocess .react-datepicker__quarter-text--in-range,
.layout-text .bookprocess .react-datepicker__year-text--selected,
.layout-text .bookprocess .react-datepicker__year-text--in-selecting-range,
.layout-text .bookprocess .react-datepicker__year-text--in-range {
  background-color: #616b3b;
}
.layout-text .bookprocess .react-datepicker__day--selected:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.layout-text .bookprocess .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: #fba862;
}
.layout-pagesfeatured {
  padding: 2rem 0 1.25rem;
  background-color: #fffef5;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured {
    padding: 4rem 0 3.25rem;
  }
}
.layout-pagesfeatured::before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(../images/bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(100);
  opacity: .05;
}
.layout-pagesfeatured::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(../images/tents.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  filter: grayscale(100);
  opacity: .05;
}
.layout-pagesfeatured .text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.layout-pagesfeatured .text h2 {
  color: #616b3b;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .text h2 {
    margin: 0 0 1rem;
  }
}
.layout-pagesfeatured .text p {
  line-height: 1.4;
  max-width: 1300px;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .text p {
    font-size: 1.25rem;
  }
}
.layout-pagesfeatured .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .pages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .pages {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout-pagesfeatured .pages .page {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  box-shadow: 0px 2px 5px #d5d5d5;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .pages .page {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
  }
}
.layout-pagesfeatured .pages .page:hover {
  box-shadow: 0px 2px 5px #787878;
}
.layout-pagesfeatured .pages .page:hover .image img {
  transform: scale(1.05);
  /* kleine zoom van 5% */
}
.layout-pagesfeatured .pages .page .image {
  height: 250px;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.layout-pagesfeatured .pages .page .image img {
  border-radius: 1rem 1rem 0 0;
  transition: transform 0.5s ease;
  /* vloeiende overgang */
}
.layout-pagesfeatured .pages .page .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .pages .page .title-text-and-more {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: .75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .pages .page .title-text-and-more {
    padding: 1.5rem;
  }
}
.layout-pagesfeatured .pages .page .title-text-and-more .title {
  margin: 0;
}
.layout-pagesfeatured .pages .page .title-text-and-more .page-text p {
  line-height: 1.25;
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .page-text p {
    margin: 0 0 1rem;
  }
}
.layout-pagesfeatured .pages .page .title-text-and-more .page-text ul {
  padding-left: 1px;
  margin-bottom: 30px;
}
.layout-pagesfeatured .pages .page .title-text-and-more .page-text ul li {
  line-height: 1.25;
  margin: 10px 0;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .page-text ul li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .page-text ul li {
    font-size: 1.25rem;
  }
}
.layout-pagesfeatured .pages .page .title-text-and-more .page-text ul li:before {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  content: "\f058";
  margin-right: 8px;
  color: #616b3b;
}
.layout-pagesfeatured .pages .page .title-text-and-more .more {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
  height: max-content;
  border-radius: .3725rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .more {
    padding: .75rem 2rem;
  }
}
.layout-pagesfeatured .pages .page .title-text-and-more .more:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
.layout-pagesfeatured .pages .page .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .more {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .pages .page .title-text-and-more .more {
    padding: .3725rem 1.5rem;
  }
}
.layout-pagesfeatured .link {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  font-size: 1rem;
  font-weight: 900;
  display: block;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .link {
    padding: .75rem 2rem;
  }
}
.layout-pagesfeatured .link:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-pagesfeatured .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .link {
    padding: .85rem 3rem;
  }
}
.layout-blocks {
  padding: 2.25rem 0 1rem;
  background-color: #fffef5;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-blocks {
    padding: 4.25rem 0 3rem;
  }
}
.layout-blocks::before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(../images/bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  filter: grayscale(100);
  opacity: .05;
}
.layout-blocks .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 810px) {
  .layout-blocks .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-blocks .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .text {
    max-width: 1000px;
  }
}
.layout-blocks .text h2 {
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #616b3b;
}
.layout-blocks .text p {
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .text p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .text p {
    font-size: 1.25rem;
  }
}
.layout-blocks .blocks {
  margin: 2.5rem 0 1rem;
}
.layout-blocks .blocks .block {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0px 2px 5px #d5d5d5;
  transition: all 0.25s ease;
}
.layout-blocks .blocks .block:hover {
  box-shadow: 0px 2px 5px #787878;
}
.layout-blocks .blocks .block .image {
  height: 250px;
}
.layout-blocks .blocks .block .image img {
  border-radius: 1rem 1rem 0 0;
}
.layout-blocks .blocks .block .title-text-and-link {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .blocks .block .title-text-and-link {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: .25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .blocks .block .title-text-and-link {
    padding: 1.5rem;
  }
}
.layout-blocks .blocks .block .title-text-and-link .block-title {
  margin: 0;
}
.layout-blocks .blocks .block .title-text-and-link .tag {
  font-family: "DINPRO-Bold", sans-serif;
}
.layout-blocks .blocks .block .title-text-and-link .tag li,
.layout-blocks .blocks .block .title-text-and-link .tag p {
  padding: .3725rem 1rem;
  border-radius: 3rem;
  border: 1px solid #fba862;
  width: fit-content;
  font-size: .85rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .25rem;
}
.layout-blocks .blocks .block .title-text-and-link .tag li:has(img),
.layout-blocks .blocks .block .title-text-and-link .tag p:has(img) {
  padding: .125rem .5rem;
}
.layout-blocks .blocks .block .title-text-and-link .tag li:has(img) img,
.layout-blocks .blocks .block .title-text-and-link .tag p:has(img) img {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
.layout-blocks .blocks .block .title-text-and-link .tag ul {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-blocks .blocks .block .title-text-and-link .block-text p {
  line-height: 1.35;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .blocks .block .title-text-and-link .block-text p {
    margin: 0 0 2rem;
  }
}
.layout-blocks .blocks .block .title-text-and-link .link {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
  height: max-content;
  border-radius: .3725rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .blocks .block .title-text-and-link .link {
    padding: .75rem 2rem;
  }
}
.layout-blocks .blocks .block .title-text-and-link .link:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
.layout-blocks .blocks .block .title-text-and-link .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-blocks .blocks .block .title-text-and-link .link {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .blocks .block .title-text-and-link .link {
    padding: .3725rem 1.5rem;
  }
}
.layout-blocks .main-link {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  font-size: 1rem;
  font-weight: 900;
  display: block;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .main-link {
    padding: .75rem 2rem;
  }
}
.layout-blocks .main-link:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-blocks .main-link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-blocks .main-link {
    padding: .85rem 3rem;
  }
}
.layout-services,
.layout-servicesfeatured {
  padding: 2.25rem 0 1rem;
  background-color: #fffef5;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 1280px) {
  .layout-services,
  .layout-servicesfeatured {
    padding: 4.25rem 0 3rem;
  }
}
.layout-services::before,
.layout-servicesfeatured::before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(../images/bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  filter: grayscale(100);
  opacity: .05;
}
.layout-services .container,
.layout-servicesfeatured .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 810px) {
  .layout-services .container,
  .layout-servicesfeatured .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-services .container,
  .layout-servicesfeatured .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .container,
  .layout-servicesfeatured .container {
    max-width: 1100px;
  }
}
.layout-services .container h2,
.layout-servicesfeatured .container h2 {
  line-height: 1.1;
  margin: 0 0 1.5rem;
  color: #616b3b;
}
.layout-services .container p,
.layout-servicesfeatured .container p {
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (min-width: 1280px) {
  .layout-services .container p,
  .layout-servicesfeatured .container p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .container p,
  .layout-servicesfeatured .container p {
    font-size: 1.25rem;
  }
}
.layout-services .services,
.layout-servicesfeatured .services {
  margin: 2.5rem 0 1rem;
}
.layout-services .services .service,
.layout-servicesfeatured .services .service {
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0px 2px 5px #d5d5d5;
  transition: all 0.25s ease;
}
.layout-services .services .service:hover,
.layout-servicesfeatured .services .service:hover {
  box-shadow: 0px 2px 5px #787878;
}
.layout-services .services .service:hover .image img,
.layout-servicesfeatured .services .service:hover .image img {
  transform: scale(1.05);
  /* kleine zoom van 5% */
}
.layout-services .services .service .image,
.layout-servicesfeatured .services .service .image {
  height: 250px;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.layout-services .services .service .image img,
.layout-servicesfeatured .services .service .image img {
  border-radius: 1rem 1rem 0 0;
  transition: transform 0.5s ease;
  /* vloeiende overgang */
}
.layout-services .services .service .title-text-and-more,
.layout-servicesfeatured .services .service .title-text-and-more {
  padding: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-services .services .service .title-text-and-more,
  .layout-servicesfeatured .services .service .title-text-and-more {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: .25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-services .services .service .title-text-and-more,
  .layout-servicesfeatured .services .service .title-text-and-more {
    padding: 1.5rem;
  }
}
.layout-services .services .service .title-text-and-more .block-title,
.layout-servicesfeatured .services .service .title-text-and-more .block-title {
  margin: 0;
}
.layout-services .services .service .title-text-and-more h3,
.layout-servicesfeatured .services .service .title-text-and-more h3 {
  text-align: left;
  margin-bottom: 10px;
  min-height: 60px;
}
.layout-services .services .service .title-text-and-more .tag,
.layout-servicesfeatured .services .service .title-text-and-more .tag {
  font-family: "DINPRO-Bold", sans-serif;
  padding: .3725rem 1rem;
  border-radius: 3rem;
  border: 1px solid #fba862;
  width: fit-content;
  font-size: .85rem;
  margin: 0;
  margin-bottom: 10px;
}
.layout-services .services .service .title-text-and-more .block-text p,
.layout-servicesfeatured .services .service .title-text-and-more .block-text p {
  line-height: 1.35;
}
@media screen and (min-width: 1660px) {
  .layout-services .services .service .title-text-and-more .block-text p,
  .layout-servicesfeatured .services .service .title-text-and-more .block-text p {
    margin: 0 0 2rem;
  }
}
.layout-services .services .service .title-text-and-more .text,
.layout-servicesfeatured .services .service .title-text-and-more .text {
  line-height: 1.35;
  margin: 0 0 2rem;
  min-height: 130px;
}
@media screen and (min-width: 1660px) {
  .layout-services .services .service .title-text-and-more .text,
  .layout-servicesfeatured .services .service .title-text-and-more .text {
    margin: 0 0 2rem;
    min-height: 100px;
  }
}
.layout-services .services .service .title-text-and-more .more,
.layout-servicesfeatured .services .service .title-text-and-more .more {
  color: #ffffff;
  background-color: #616b3b;
  border: 1px solid #616b3b;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
  height: max-content;
  border-radius: .3725rem;
}
@media screen and (min-width: 1280px) {
  .layout-services .services .service .title-text-and-more .more,
  .layout-servicesfeatured .services .service .title-text-and-more .more {
    padding: .75rem 2rem;
  }
}
.layout-services .services .service .title-text-and-more .more:hover,
.layout-servicesfeatured .services .service .title-text-and-more .more:hover {
  background-color: #ffffff;
  color: #616b3b;
  transition: all 0.25s ease;
}
.layout-services .services .service .title-text-and-more .more:active,
.layout-servicesfeatured .services .service .title-text-and-more .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-services .services .service .title-text-and-more .more,
  .layout-servicesfeatured .services .service .title-text-and-more .more {
    align-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-services .services .service .title-text-and-more .more,
  .layout-servicesfeatured .services .service .title-text-and-more .more {
    padding: .3725rem 1.5rem;
  }
}
.layout-services .main-link,
.layout-servicesfeatured .main-link {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  font-size: 1rem;
  font-weight: 900;
  display: block;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-services .main-link,
  .layout-servicesfeatured .main-link {
    padding: .75rem 2rem;
  }
}
.layout-services .main-link:hover,
.layout-servicesfeatured .main-link:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-services .main-link:active,
.layout-servicesfeatured .main-link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-services .main-link,
  .layout-servicesfeatured .main-link {
    padding: .85rem 3rem;
  }
}
.layout-testimonials {
  padding: 3rem 0 2rem;
  background-color: #283618;
}
.layout-testimonials .container .title {
  color: #ffffff;
  text-align: center;
}
.layout-testimonials .container .wp-gr .grw-review-inner.grw-round {
  border-radius: 15px !important;
}
.layout-testimonials .container ul li .testimonial {
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 1.25rem;
}
.layout-testimonials .container ul li .testimonial .title-score-and-date {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .5rem;
  align-items: center;
  padding: 0 0 .75rem;
  border-bottom: 1px solid #c7cfd4;
}
.layout-testimonials .container ul li .testimonial .title-score-and-date .review-title {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "IBM Plex Sans", sans-serif;
  min-height: 60px;
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container ul li .testimonial .title-score-and-date .review-title {
    min-height: 85px;
  }
}
.layout-testimonials .container ul li .testimonial .title-score-and-date .score {
  padding: .5rem 1rem;
  background-color: #fba862;
  color: #ffffff;
  border-radius: .5rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: .75rem;
  font-weight: 700;
}
.layout-testimonials .container ul li .testimonial .title-score-and-date .date {
  font-size: .575rem;
}
.layout-testimonials .container ul li .testimonial .quote {
  margin: .75rem 0 0;
  min-height: 145px;
  line-height: 1.4;
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .container ul li .testimonial .quote {
    min-height: 185px;
  }
}
.layout-testimonials .container ul li .testimonial .icon-and-name {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-testimonials .container ul li .testimonial .icon-and-name .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #283618;
}
.layout-testimonials .container ul li .testimonial .icon-and-name .name {
  font-style: normal;
  font-size: .55rem;
}
.layout-testimonials .container .link-to-all {
  color: #ffffff;
  background-color: #fba862;
  border: 1px solid #fba862;
  padding: .5rem 1.25rem;
  border-radius: .45rem;
  width: max-content;
  font-size: 1rem;
  font-weight: 900;
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .container .link-to-all {
    padding: .75rem 2rem;
  }
}
.layout-testimonials .container .link-to-all:hover {
  background-color: #ffffff;
  color: #fba862;
  transition: all 0.25s ease;
}
.layout-testimonials .container .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-tomm {
  position: relative;
  isolation: isolate;
  padding: 3rem 0 3rem;
  background-color: #fffef5;
  z-index: 9;
  min-height: 600px;
}
.layout-tomm::before {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  background-image: url(../images/bike.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  filter: grayscale(100);
  opacity: .05;
}
.layout-tomm .container {
  max-width: 1100px;
}
.layout-tomm .container .title {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-tomm .container .title {
    font-size: 2em;
    color: #616b3b;
  }
}
.layout-tomm .container .t3-widget-root .t3-widget-mini-searchbook .t3-row .t3-search-bar,
.layout-tomm .container .t3-widget-matrix .t3-row .t3-search-bar,
.layout-tomm .container .t3-widget-searchbook .t3-row .t3-search-bar {
  background-color: #616b3b;
  padding: 2rem 0;
  position: relative;
  isolation: isolate;
}
.layout-tomm .container .t3-widget-root .t3-widget-mini-searchbook .t3-row .t3-search-bar::before,
.layout-tomm .container .t3-widget-matrix .t3-row .t3-search-bar::before,
.layout-tomm .container .t3-widget-searchbook .t3-row .t3-search-bar::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #616b3b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-tomm .container .t3-widget-root .t3-widget-mini-searchbook .t3-row .t3-search-bar::before,
.layout-tomm .container .t3-widget-matrix .t3-row .t3-search-bar::before,
.layout-tomm .container .t3-widget-searchbook .t3-row .t3-search-bar::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-tomm .container .t3-widget-booking {
  background: white;
  padding: 30px;
  border: 1px solid #fba862;
  border-radius: 30px;
}
.layout-tomm .container .t3-card-content h3 {
  margin-bottom: 0;
}
.layout-tomm .container .t3-card-content p,
.layout-tomm .container .t3-card-content p span {
  font-family: "DINPro", sans-serif !important;
}
.layout-tomm .container .t3-card-image picture {
  height: 100%;
}
@media screen and (max-width: 810px) {
  .layout-tomm .t3-widget-root .t3-matrix-popover {
    left: 5% !important;
  }
}
.layout-tomm:is(.layout-hero + .layout-tomm) .container .t3-widget-root .t3-row .t3-search-bar {
  display: none;
}
.gform_wrapper {
  border-radius: 1rem;
  break-inside: avoid;
}
.gform_wrapper .gform_heading h2 {
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading h2 {
    font-size: 2rem;
  }
}
.gform_wrapper .gform_heading .gform_description {
  margin: .5rem 0 2rem;
  line-height: 1.4;
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    display: flex;
    align-items: center;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 1rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield legend.gform-field-label {
  font-weight: bold;
  font-size: 1.25em;
  color: #616b3b;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  min-height: 2.5rem;
  border: none;
  border-radius: .5rem;
  padding: 0 1rem;
  border: 1px solid #fba862;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    min-height: 3.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  background-image: none;
  outline-color: #fba862 !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
    font-size: 1.125rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input.gfield-choice-input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea.gfield-choice-input {
  min-height: auto;
  width: auto;
  padding: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #input_1_1 {
  background-image: url(../images/user-whiskey.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center right 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #input_1_3 {
  background-image: url(../images/phone-whiskey.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center right 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #input_1_5 {
  background-image: url(../images/envelope-whiskey.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center right 1rem;
}
.gform_wrapper form .gform_footer .gform_button {
  width: 100% !important;
  background-color: #fba862 !important;
  border: 1px solid #fba862 !important;
  text-transform: uppercase !important;
  border-radius: .45rem !important;
  font-weight: 900 !important;
}
.gform_wrapper form .gform_footer .gform_button:hover {
  color: #fba862 !important;
  background-color: #ffffff !important;
}
.slick-slider {
  margin: 0 -1rem;
}
.slick-slider .slick-list {
  overflow: clip visible;
  padding: 0 2rem !important;
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-list {
    padding: 0 5.5rem !important;
  }
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 1rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 3rem;
  width: 2rem;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    height: 6rem;
    width: 3.25rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 2rem;
  height: 3rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    height: 6rem;
    width: 3.25rem;
  }
}
.slick-slider .slick-prev {
  left: calc(50% - 45px);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: -2rem;
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-prev {
    left: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    left: -5rem;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 45px);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: -2rem;
    transform: translateY(-50%) rotateY(180deg);
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-next {
    right: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    right: -5rem;
  }
}
.whatsapp-chat-link {
  display: none;
}
.layout-tomm .container .t3-widget-root .t3-row .t3-search-bar {
  z-index: 99999;
}
.t3-widget-root .t3-breadcrumbs ul li.t3-step-active span,
.t3-widget-root .t3-counter .counters .counter-btn,
.t3-widget-root .t3-counter .counters .counter-btn:hover,
.t3-widget-root .t3-password-input-toggle,
.t3-widget-root .t3-btn-link,
.t3-widget-root .dp__action_cancel,
.t3-widget-root .t3-btn-link:hover,
.t3-widget-root .dp__action_cancel:hover,
.t3-widget-root .t3-breadcrumbs ul li i {
  color: #616b3b !important;
}
.t3-widget-root .t3-breadcrumbs ul li.t3-step-active i,
.t3-widget-root .t3-breadcrumbs ul li:has(~.t3-step-active) i {
  background: #616b3b !important;
  color: #ffffff !important;
}
body .t3-widget-root input:not(.t3-include):focus,
body .t3-widget-root input:not(.t3-include):focus-visible,
body .t3-widget-root input:not(.t3-include):active,
body .t3-widget-root select:focus,
body .t3-widget-root select:focus-visible,
body .t3-widget-root select:active,
body .t3-widget-root textarea:focus,
body .t3-widget-root textarea:focus-visible,
body .t3-widget-root textarea:active {
  border-color: #616b3b !important;
}
.t3-widget-root .t3-switch:after {
  background-color: #616b3b !important;
}
.t3-widget-root .t3-btn-primary {
  background: #616b3b !important;
  border: 1px solid #616b3b !important;
}
.t3-widget-root .t3-btn-outline {
  border: 1px solid #616b3b !important;
  color: #616b3b !important;
}
