@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

strong {
  font-weight: 600;
}

.sans-serif {
  font-family: gotham, sans-serif;
  letter-spacing: 0.02em;
}

.serif {
  font-family: garamond-premier-pro, serif;
}

.special-font {
  font-family: "garamond-premier-pro-display", serif;
  line-height: 1.57 !important;
}

p,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
@media (max-width: 959px) {
  p,
  ul,
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 639px) {
  p,
  ul,
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 0.4rem;
  }
}

h1,
.h1 {
  color: #776C5C;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h1,
  .h1 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h1,
  .h1 {
    font-size: calc(32 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h1,
  .h1 {
    font-size: calc(29 / 430 * 100vw);
  }
}

h2,
.h2 {
  color: #776C5C;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h2,
  .h2 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h2,
  .h2 {
    font-size: calc(32 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h2,
  .h2 {
    font-size: calc(29 / 430 * 100vw);
  }
}

h2.size-xl, h2.size-l {
  margin-bottom: clamp(40px, 2.6vw, 60px) !important;
}

h3,
.h3 {
  color: #776C5C;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h3,
  .h3 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h3,
  .h3 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h3,
  .h3 {
    font-size: calc(32 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h3,
  .h3 {
    font-size: calc(29 / 430 * 100vw);
  }
}

h4,
.h4 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h4,
  .h4 {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h4,
  .h4 {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h4,
  .h4 {
    font-size: calc(22 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h4,
  .h4 {
    font-size: calc(26 / 430 * 100vw);
  }
}

h5,
.h5 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h5,
  .h5 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h5,
  .h5 {
    font-size: calc(32 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h5,
  .h5 {
    font-size: calc(36 / 430 * 100vw);
  }
}

h6,
.h6 {
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  h6,
  .h6 {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h6,
  .h6 {
    font-size: calc(36 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h6,
  .h6 {
    font-size: calc(32 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  h6,
  .h6 {
    font-size: calc(36 / 430 * 100vw);
  }
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-bottom: 1rem !important;
}

@media (max-width: 639px) {
  h1 + h2 + p,
  h2 + h3 + p {
    margin-top: 1.5em;
  }
}

h3:first-child.size-m {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 959px) {
  h3:first-child.size-m {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 639px) {
  h3:first-child.size-m {
    margin-bottom: 1.2em !important;
  }
}

.unlisted-page h1, .unlisted-page h2, .unlisted-page h3, .unlisted-page h4, .unlisted-page h5, .unlisted-page h6 {
  font-family: "garamond-premier-pro-display", serif;
  letter-spacing: 0.02em !important;
  font-weight: 300;
  color: #776C5C;
}
.unlisted-page h1 {
  font-size: 2.2rem;
}
.unlisted-page h2 {
  font-size: 1.7rem;
}
.unlisted-page h3 {
  font-size: 1.4rem;
}
.unlisted-page h4 {
  font-size: 1.2rem;
}
.unlisted-page h5 {
  font-size: 0.875rem;
}
.unlisted-page h6 {
  font-size: 0.75rem;
}

.tipp-text:not(strong, br) {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #000;
  padding: 1em 1.5em;
  margin-top: 1rem;
}

a:not(.slideshow-nav-prev, .slideshow-nav-next, .uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
  position: relative;
  color: #776C5C;
  transition: color 0.25s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: rgba(119, 108, 92, 0.5);
          text-decoration-color: rgba(119, 108, 92, 0.5);
}
a:not(.slideshow-nav-prev, .slideshow-nav-next, .uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a):hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: rgba(119, 108, 92, 0.5);
          text-decoration-color: rgba(119, 108, 92, 0.5);
  color: #776C5C !important;
}

.size-basic {
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  .size-basic {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-basic {
    font-size: clamp(22px, 22px + (0) * (100vw - 640px) / 320, 22px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-basic {
    font-size: 22px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-basic {
    font-size: clamp(22px, 22px + (0) * (100vw - 1367px) / 553, 27.5px);
  }
}
@media (min-width: 1921px) {
  .size-basic {
    font-size: clamp(22px, 22px + (5.5) * (100vw - 1920px) / 1280, 27.5px);
  }
}

.size-xxs {
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .size-xxs {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xxs {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xxs {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xxs {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .size-xxs {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}

.size-xs {
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .size-xs {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xs {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xs {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xs {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .size-xs {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.size-s {
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .size-s {
    font-size: clamp(16px, 16px + (-4) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-s {
    font-size: clamp(12px, 12px + (4) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-s {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-s {
    font-size: clamp(16px, 16px + (0) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  .size-s {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}

.size-m {
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (min-width: 1367px) {
  .size-m {
    font-size: calc(18 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-m {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-m {
    font-size: calc(18 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-m {
    font-size: calc(18 / 430 * 100vw);
  }
}

.size-l {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
  line-height: 1.11;
}
@media (min-width: 1367px) {
  .size-l {
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-l {
    font-size: calc(38.25 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-l {
    font-size: calc(40 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-l {
    font-size: calc(32 / 430 * 100vw);
  }
}

.size-xl {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
  line-height: 1.11;
}
@media (min-width: 1367px) {
  .size-xl {
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xl {
    font-size: calc(38.25 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xl {
    font-size: calc(40 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-xl {
    font-size: calc(32 / 430 * 100vw);
  }
}

.sur-title {
  letter-spacing: 0.2em !important;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .sur-title {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sur-title {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sur-title {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sur-title {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .sur-title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.sub-title {
  letter-spacing: 0.2em !important;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .sub-title {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sub-title {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sub-title {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sub-title {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .sub-title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.lead-text {
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .lead-text {
    font-size: clamp(16px, 16px + (-4) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .lead-text {
    font-size: clamp(12px, 12px + (4) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .lead-text {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .lead-text {
    font-size: clamp(16px, 16px + (0) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  .lead-text {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}

h1.sur-title,
h2.sur-title,
h3.sur-title,
h4.sur-title,
h5.sur-title,
h6.sur-title {
  margin-bottom: 0 !important;
}

sup {
  font-size: 60%;
}

.more-link {
  color: #776C5C;
  padding-left: 40px;
  position: relative;
  transition: padding-left 0.35s ease-in-out !important;
}
.more-link::before {
  content: "";
  text-align: right;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #776C5C;
  transition: width 0.35s ease-in-out !important;
}
.more-link:hover {
  padding-left: 45px;
  text-decoration: none !important;
}
.more-link:hover::before {
  width: 40px;
}

a.more-button,
button.more-button {
  display: inline-block;
  justify-content: center;
  position: relative;
  color: #776C5C;
  font-family: gotham, sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  padding: 1em 4em;
  line-height: 1 !important;
  z-index: 1;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  a.more-button,
  button.more-button {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  a.more-button,
  button.more-button {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  a.more-button,
  button.more-button {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  a.more-button,
  button.more-button {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  a.more-button,
  button.more-button {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
@media (max-width: 639px) {
  a.more-button,
  button.more-button {
    font-size: 12px;
    white-space: nowrap;
    padding: 1em 1.5em;
  }
}
a.more-button:hover,
button.more-button:hover {
  color: #776C5C !important;
  text-decoration: none;
}
a.more-button:hover::before,
button.more-button:hover::before {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.02);
}

.more-button-light {
  color: #fff;
}
.more-button-light::before {
  border: 1px solid #D9D9D9;
}
.more-button-light:hover {
  color: #fff !important;
}
.more-button-light:hover::before {
  border: 1px solid #fff;
}

.appointment-button-nav.more-button {
  margin-top: 0 !important;
}
.appointment-button-nav.more-button::before {
  z-index: -1;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.appointment-button-nav.more-button:hover {
  color: #fff !important;
}
.appointment-button-nav.more-button:hover::before {
  border: 1px solid #000 !important;
  background-color: #776C5C !important;
}
@media (max-width: 959px) {
  .appointment-button-nav.more-button {
    padding: 1em 1.5em;
  }
}

header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button {
  color: #fff !important;
  z-index: 1;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button::before {
  z-index: -1;
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button:hover {
  color: #776C5C !important;
}
header.nav-scroll .navbar-wrapper #navbar .uk-navbar-left .appointment-button-nav.more-button:hover::before {
  border: 1px solid #000 !important;
  background-color: #fff !important;
}

.mobile-appointment-button-nav.more-button {
  position: fixed !important;
  top: inherit !important;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  z-index: 10;
  border: none;
  background-color: #776C5C;
  color: #fff;
  text-align: center;
  padding: 1.5em !important;
  margin: 0 !important;
  z-index: 10 !important;
  height: 48px !important;
}
.mobile-appointment-button-nav.more-button::before {
  display: none !important;
  border: none !important;
}
.mobile-appointment-button-nav.more-button:hover {
  color: #fff !important;
}
.more-icon .animated-circle,
.more-icon .animated-arrow,
.more-icon .animated-line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-opacity: 0;
  transition: stroke-dashoffset 0.6s ease, stroke-opacity 0.3s ease;
}

p:not(:first-of-type):has(.more-button),
p:not(:first-child):has(.more-button) {
  margin-top: 0 !important;
}

p:not(:first-child):has(.more-button) {
  margin-top: 2rem;
}

.sliced-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: 1px solid #776C5C;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem 0.6rem;
  line-height: 1 !important;
  margin-top: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .sliced-button {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sliced-button {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sliced-button {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sliced-button {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .sliced-button {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.sliced-button:hover {
  color: #000;
  text-decoration: none;
}
.sliced-button .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sliced-button .main-link,
.sliced-button .hover-link {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.sliced-button .char {
  display: inline-block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sliced-button .char.space {
  white-space: pre;
}
.sliced-button .main-link {
  color: #776C5C !important;
}
.sliced-button .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #776C5C !important;
}

/* Optional: Fügen Sie hier weitere Stile für den Link hinzu */
ul.big-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.big-line-list li {
  font-family: garamond-premier-pro, serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: 0.02em;
  line-height: 1.11;
}
@media (min-width: 1367px) {
  ul.big-line-list li {
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.big-line-list li {
    font-size: calc(38.25 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.big-line-list li {
    font-size: calc(40 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  ul.big-line-list li {
    font-size: calc(32 / 430 * 100vw);
  }
}
ul.big-line-list li::before {
  display: none;
}

ul.small-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.small-line-list li {
  font-family: garamond-premier-pro, serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  ul.small-line-list li {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.small-line-list li {
    font-size: clamp(22px, 22px + (0) * (100vw - 640px) / 320, 22px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.small-line-list li {
    font-size: 22px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  ul.small-line-list li {
    font-size: clamp(22px, 22px + (0) * (100vw - 1367px) / 553, 27.5px);
  }
}
@media (min-width: 1921px) {
  ul.small-line-list li {
    font-size: clamp(22px, 22px + (5.5) * (100vw - 1920px) / 1280, 27.5px);
  }
}
ul.small-line-list li::before {
  display: none;
}

ul.small-line-list:not(:last-child),
ul.big-line-list:not(:last-child) {
  margin-bottom: 40px !important;
}

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

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0 !important;
}

h1 + h2 + p {
  margin-top: 1.5rem;
}

h3 + h4 + p {
  margin-top: 1.5rem;
}

p + h2 {
  margin-top: 3rem !important;
}

p + ul,
*.size-basic + ul {
  margin-top: 0.5rem !important;
}

.nowrap-numbers {
  white-space: nowrap;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.full-height-section {
  min-height: 100vh;
}
@media (max-width: 959px) {
  .full-height-section {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transsform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* Twelves */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

.uk-child-width-5-6 > * {
  width: 83.3194467589%;
}

.uk-child-width-11-12 > * {
  width: 91.6284881299%;
}

.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@s > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@m > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@l > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@xl > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 1330px;
  max-width: 69.2708333333vw;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1366px) {
  .uk-container {
    max-width: 781px;
    max-width: calc(80.5270863836vw * 0.71);
    min-width: 950px;
  }
}
@media (max-width: 959px) {
  .uk-container {
    max-width: 840px;
    min-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: inherit;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.uk-container-small {
  max-width: 844px;
  max-width: 43.9583333333vw;
}
@media (max-width: 1366px) {
  .uk-container-small {
    max-width: 599.24px;
    max-width: calc(43.9583333333vw * 0.71);
  }
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: 100%;
  }
}

.uk-container-large {
  max-width: 1540px;
  max-width: 80.2083333333vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: inherit;
  }
}

@media (max-width: 959px) {
  .no-container .text-right {
    padding-right: 40px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-right {
    padding-right: 30px !important;
    padding-left: 60px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .no-container .text-left {
    padding-left: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-left {
    padding-left: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 40px;
  }
}

.no-container-right {
  max-width: 1540px;
  max-width: 80.2083333333vw;
  margin-left: auto;
}
@media (max-width: 959px) {
  .no-container-right {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-right {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-right .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.no-container-left {
  max-width: 1540px;
  max-width: 80.2083333333vw;
  margin-right: auto;
}
@media (max-width: 959px) {
  .no-container-left {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-left .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.uk-container-expand {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 959px) {
  .uk-container-expand {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .uk-container-expand {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.uk-section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-top: 5.2083333333vw;
  padding-bottom: 7.8125vw;
}
@media (max-width: 1366px) {
  .uk-section {
    padding-top: 71px;
    padding-bottom: 71px;
    padding-top: calc(5.2083333333vw * 0.71);
    padding-bottom: calc(7.8125vw * 0.71);
  }
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-top: 8.3420229406vw;
    padding-bottom: 10.4275286757vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-top: 13.9534883721vw;
    padding-bottom: 18.6046511628vw;
  }
}

.uk-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 4.1666666667vw;
  padding-bottom: 6.25vw;
}
@media (max-width: 1366px) {
  .uk-section-small {
    padding-top: 56.8px;
    padding-bottom: 56.8px;
    padding-top: calc(4.1666666667vw * 0.71);
    padding-bottom: calc(6.25vw * 0.71);
  }
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-top: 6.2565172054vw;
    padding-bottom: 8.3420229406vw;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-top: 9.3023255814vw;
    padding-bottom: 13.9534883721vw;
  }
}

.uk-section-large {
  padding-top: 280px;
  padding-bottom: 280px;
  padding-top: 14.5833333333vw;
  padding-bottom: 11.875vw;
}
@media (max-width: 1366px) {
  .uk-section-large {
    padding-top: 198.8px;
    padding-bottom: 198.8px;
    padding-top: calc(14.5833333333vw * 0.71);
    padding-bottom: calc(11.875vw * 0.71);
  }
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-top: 16.6840458811vw;
    padding-bottom: 16.6840458811vw;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 140px;
    padding-top: 23.2558139535vw;
    padding-bottom: 32.5581395349vw;
  }
}

.uk-section-xlarge {
  padding-top: 240px;
  padding-bottom: 240px;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-top: 18.7695516163vw;
    padding-bottom: 18.7695516163vw;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-top: 27.9069767442vw;
    padding-bottom: 27.9069767442vw;
  }
}

.first-section {
  padding-top: 300px;
  padding-top: 15.625vw;
}
@media (max-width: 959px) {
  .first-section {
    padding-top: 200px;
    padding-top: 20.8550573514vw;
  }
}
@media (max-width: 639px) {
  .first-section {
    padding-top: 180px;
    padding-top: 41.8604651163vw;
  }
}

@media (max-width: 639px) {
  .mobile-only-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

[class*=uk-animation-] {
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1.2s;
  animation-timing-function: linear;
}

.uk-animation-kenburns {
  animation-duration: 20s;
}

.no-padding-top {
  padding-top: 0;
}

@media (max-width: 639px) {
  .no-padding-top-mobile {
    padding-top: 0px;
  }
}

.no-section-padding-top {
  padding-top: 0px;
}
.no-section-padding-bottom {
  padding-bottom: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom {
    padding-bottom: 0px;
  }
}

* + .uk-grid-margin-large, .uk-grid + .uk-grid-large, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin {
  margin-top: 40px;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-slide-bottom-medium fade;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.uk-flex-first {
  order: -1;
}

.uk-flex-second {
  order: 2;
}

.uk-flex-third {
  order: 3;
}

.uk-flex-fourth {
  order: 4;
}

.uk-flex-fifth {
  order: 5;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-second\@s {
    order: 2;
  }
  .uk-flex-third\@s {
    order: 3;
  }
  .uk-flex-fourth\@s {
    order: 4;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-second\@m {
    order: 2;
  }
  .uk-flex-third\@m {
    order: 3;
  }
  .uk-flex-fourth\@m {
    order: 4;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-second\@l {
    order: 2;
  }
  .uk-flex-third\@l {
    order: 3;
  }
  .uk-flex-fourth\@l {
    order: 4;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-second\@xl {
    order: 2;
  }
  .uk-flex-third\@xl {
    order: 3;
  }
  .uk-flex-fourth\@xl {
    order: 4;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Viewport Height Fix */
.vh-100 {
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

/* Animation Basics */
* {
  outline: none !important;
  box-sizing: border-box !important;
}

html {
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  font-size: 18px;
}

body {
  width: 100%;
  min-height: 100dvh;
  font-family: "garamond-premier-pro-display", serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-weight: 300;
  color: #776C5C;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  body {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body {
    font-size: clamp(22px, 22px + (0) * (100vw - 640px) / 320, 22px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  body {
    font-size: 22px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  body {
    font-size: clamp(22px, 22px + (0) * (100vw - 1367px) / 553, 27.5px);
  }
}
@media (min-width: 1921px) {
  body {
    font-size: clamp(22px, 22px + (5.5) * (100vw - 1920px) / 1280, 27.5px);
  }
}
em {
  color: #776C5C;
}

#site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  background-color: #fff;
}

strong {
  font-weight: 600;
}

section + section {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

#fixed-main {
  width: 100%;
  height: 100%;
}

#navigationContainer {
  position: relative;
  width: 100%;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

table tr td {
  vertical-align: top;
  padding-right: 1em;
}

hr {
  border-top: 2px solid #776C5C;
  margin-bottom: 1em;
}

article,
.text-wrapper {
  position: relative;
}
article ul:not(.border-list),
.text-wrapper ul:not(.border-list) {
  list-style: none;
  padding-left: 15px;
  margin-top: 1rem;
}
article ul:not(.border-list) li,
.text-wrapper ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
}
article ul:not(.border-list) li::before,
.text-wrapper ul:not(.border-list) li::before {
  content: "·";
  position: absolute;
  left: -15px;
  font-size: 1.5em;
  margin-top: -0.25em;
}
article *:last-child,
.text-wrapper *:last-child {
  margin-bottom: 0;
}
article h1:has(+ .lead-text-small),
.text-wrapper h1:has(+ .lead-text-small) {
  margin-bottom: 0.5rem;
}
article p:has(+ ul),
article *.size-basic:has(+ ul),
.text-wrapper p:has(+ ul),
.text-wrapper *.size-basic:has(+ ul) {
  margin-bottom: 0.25em !important;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child),
article h6:not(:first-child),
.text-wrapper h2:not(:first-child),
.text-wrapper h3:not(:first-child),
.text-wrapper h4:not(:first-child),
.text-wrapper h5:not(:first-child),
.text-wrapper h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden;"] h1,
article [style*="overflow: hidden;"] h2,
article [style*="overflow: hidden;"] h3,
article [style*="overflow: hidden;"] h4,
article [style*="overflow: hidden;"] h5,
article [style*="overflow: hidden;"] h6,
.text-wrapper [style*="overflow: hidden;"] h1,
.text-wrapper [style*="overflow: hidden;"] h2,
.text-wrapper [style*="overflow: hidden;"] h3,
.text-wrapper [style*="overflow: hidden;"] h4,
.text-wrapper [style*="overflow: hidden;"] h5,
.text-wrapper [style*="overflow: hidden;"] h6 {
  margin-bottom: 1rem;
}

.google-map {
  height: 500px;
  width: 100%;
  background: #f5f5f5;
}

.map-info-window {
  padding: 15px;
  max-width: 300px;
}

.map-info-window h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.map-info-window p {
  margin: 5px 0;
}

.filler-height-small {
  height: 20px;
}
@media (max-width: 959px) {
  .filler-height-small {
    height: 0px;
  }
}
@media (max-width: 639px) {
  .filler-height-small {
    height: 0px;
  }
}

.filler-height-medium {
  height: 80px;
}
@media (max-width: 959px) {
  .filler-height-medium {
    height: 60px;
  }
}
@media (max-width: 639px) {
  .filler-height-medium {
    height: 0px;
  }
}

.filler-height-large {
  height: 100px;
}
@media (max-width: 959px) {
  .filler-height-large {
    height: 60px;
  }
}
@media (max-width: 639px) {
  .filler-height-large {
    height: 20px;
  }
}

#smooth-wrapper #smooth-content {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.color-1 {
  color: #776C5C;
}
.color-1 ul.small-line-list li, .color-1 ul.big-line-list li {
  border-color: rgba(108, 108, 108, 0.25);
}
.color-1 a:not(.more-button) {
  color: #776C5C;
}
.color-1 a:not(.more-button):hover {
  color: #9d9d9d;
}

.color-2 {
  color: #fff;
}
.color-2 * {
  color: #fff;
}
.color-2 a:not(.more-button) {
  color: #fff;
}
.color-2 a:not(.more-button):hover {
  color: #9d9d9d;
}
.color-2 p {
  color: #fff;
}

.color-red {
  color: #D0081D;
}

.color-blue {
  color: #106EB9;
}

.color-green {
  color: #63b105;
}

.color-pink {
  color: #ff00ff;
}

.color-orange {
  color: #fbb925;
}

.color-grey {
  color: #DBDBD7;
}

.color-fade {
  opacity: 0.6;
}

.background-std {
  background-color: #ffffff;
}

.background-light {
  background-color: #fbfaf7;
}

.background-medium {
  background-color: #F4F3F1;
}

.background-dark {
  background-color: #475956;
}

.background-transparent {
  background-color: transparent;
}

.bottom-color-layer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background-color: #475956;
}
@media (max-width: 639px) {
  .bottom-color-layer {
    display: none;
  }
}

.image-section .image-wrapper .main-image .figcaption,
.single-image-section .image-wrapper .main-image .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 90%;
  }
}
.image-section .image-wrapper .main-image .overlay-wrapper,
.single-image-section .image-wrapper .main-image .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
.single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.image-section .rounded-corners .main-image img,
.image-section .rounded-corners .overlay-image img,
.single-image-section .rounded-corners .main-image img,
.single-image-section .rounded-corners .overlay-image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 15px;
  }
}
.image-section .two-images .main-image,
.single-image-section .two-images .main-image {
  width: 78% !important;
}
.image-section .two-images .overlay-image,
.single-image-section .two-images .overlay-image {
  width: 32% !important;
}
.image-section .two-images .overlay-image.portrait-overlay,
.single-image-section .two-images .overlay-image.portrait-overlay {
  width: 55% !important;
}
.image-section .two-images .uk-position-top-left,
.single-image-section .two-images .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-top-right,
.single-image-section .two-images .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-bottom-left,
.single-image-section .two-images .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-bottom-right,
.single-image-section .two-images .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-center-left,
.single-image-section .two-images .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .uk-position-center-right,
.single-image-section .two-images .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .has-left-sibling,
.single-image-section .two-images .has-left-sibling {
  margin-left: auto !important;
}
.image-section .has-bottom-child,
.single-image-section .has-bottom-child {
  position: relative;
  margin-bottom: 15% !important;
}
.image-section .has-bottom-child .figcaption,
.single-image-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.image-section .has-top-child,
.single-image-section .has-top-child {
  margin-top: 15% !important;
}

.layer-position-top-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-center-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-center .overlay-text {
  width: 100% !important;
  transform-origin: center center !important;
}
.layer-position-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.layer-position-center-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-bottom-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(325deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.overlay-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-slider video {
  filter: grayscale(100%);
}

.video-section .video-wrapper .main-video {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.video-section .video-wrapper .main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-wrapper .main-video .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .figcaption {
    margin-left: inherit;
    margin-right: inherit;
    width: 90%;
  }
}
.video-section .video-wrapper .main-video .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 12.5195618153vw 0;
  }
}
.video-section .rounded-corners .main-video img,
.video-section .rounded-corners .main-video video,
.video-section .rounded-corners .overlay-image img,
.video-section .rounded-corners .overlay-image video {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 15px;
  }
}
.video-section .video-with-image {
  width: 100%;
}
.video-section .video-with-image .main-video {
  position: relative;
  width: 78% !important;
}
.video-section .video-with-image .overlay-image {
  width: 32% !important;
}
.video-section .video-with-image .overlay-image.portrait-overlay {
  width: 55% !important;
}
.video-section .video-with-image .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image [class*=uk-position-top-] {
  transform: translateY(50%);
}
.video-section .video-with-image .has-left-sibling {
  margin-left: auto !important;
}
.video-section .has-bottom-child {
  margin-bottom: 15% !important;
}
.video-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .video-section .has-bottom-child .figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .video-section .has-bottom-child .figcaption {
    left: 0;
    transform: translateX(0);
  }
}
.video-section .has-top-child {
  margin-top: 15% !important;
}

.overlay-image.portrait-overlay {
  /* Add specific styles for portrait orientation */
  width: 60% !important;
}

.overlay-image.landscape-overlay {
  /* Add specific styles for landscape orientation */
  width: 80% !important;
}

/* Transform values for top positioned overlays */
.overlay-image[class*=uk-position-bottom-].portrait-overlay {
  transform: translateY(-70%) !important;
}

.overlay-image[class*=uk-position-top-].portrait-overlay {
  transform: translateY(70%) !important;
}

.rounded-corners .main-image,
.rounded-corners .overlay-image,
.rounded-corners .blog-header-image,
.rounded-corners .image-wrapper,
.rounded-corners .blog-card__image {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 15px;
  }
}
.rounded-corners .main-image img,
.rounded-corners .overlay-image img,
.rounded-corners .blog-header-image img,
.rounded-corners .image-wrapper img,
.rounded-corners .blog-card__image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 15px;
  }
}

.image-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .image-caption {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .image-caption {
    padding: 12.5195618153vw 0;
  }
}
.image-caption .uk-container,
.image-caption .uk-grid {
  height: 100%;
  position: relative;
}

.overlay-text.color-2 * {
  color: #fff;
}

.image-align-vertical {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .full-on-mobile {
    overflow: inherit !important;
    width: 100vw !important;
    transform: translateX(-30px);
  }
  .full-on-mobile .main-image {
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-left {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-left .main-image {
    width: calc(100% + 30px) !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-right {
    overflow: inherit !important;
  }
  .img-align-mobile-right .main-image {
    width: calc(100% + 30px) !important;
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-both {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-both .main-image {
    width: calc(100% + 60px) !important;
    overflow: inherit !important;
  }
}

.single-text-section {
  height: 100%;
}

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

.indent-1-12 {
  padding-left: 8.3333333333vw;
}
@media (max-width: 639px) {
  .indent-1-12 {
    padding-left: 0;
  }
}

.text-indent-1-12 {
  text-indent: -5.2vw;
  margin-left: 5.2vw;
}
@media (max-width: 639px) {
  .text-indent-1-12 {
    text-indent: 0;
    margin-left: 0;
  }
}

.margin-top {
  display: block;
  margin-top: 3.125vw;
}
@media (max-width: 959px) {
  .margin-top {
    margin-top: 6.5104166667vw;
  }
}
@media (max-width: 639px) {
  .margin-top {
    margin-top: 10.2564102564vw;
  }
}

.margin-bottom {
  display: block;
  margin-bottom: 3.125vw !important;
}
@media (max-width: 959px) {
  .margin-bottom {
    margin-bottom: 6.5104166667vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom {
    margin-bottom: 10.2564102564vw !important;
  }
}

.margin-top-small {
  display: block;
  margin-top: 1.0416666667vw !important;
}
@media (max-width: 959px) {
  .margin-top-small {
    margin-top: 1.953125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-top-small {
    margin-top: 5.1282051282vw !important;
  }
}

.margin-bottom-small {
  display: block;
  margin-bottom: 1.0416666667vw !important;
}
@media (max-width: 959px) {
  .margin-bottom-small {
    margin-bottom: 1.953125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom-small {
    margin-bottom: 5.1282051282vw !important;
  }
}

.margin-top-medium {
  display: block;
  margin-top: 3.90625vw !important;
}
@media (max-width: 959px) {
  .margin-top-medium {
    margin-top: 7.8125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-top-medium {
    margin-top: 10.2564102564vw;
  }
}

.margin-bottom-medium {
  display: block;
  margin-bottom: 3.90625vw !important;
}
@media (max-width: 959px) {
  .margin-bottom-medium {
    margin-bottom: 7.8125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom-medium {
    margin-bottom: 10.2564102564vw !important;
  }
}

.margin-top-large {
  display: block;
  margin-top: 4.84375vw !important;
}
@media (max-width: 959px) {
  .margin-top-large {
    margin-top: 7.8125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-top-large {
    margin-top: 10.2564102564vw !important;
  }
}

.margin-bottom-large {
  display: block;
  margin-bottom: 4.84375vw !important;
}
@media (max-width: 959px) {
  .margin-bottom-large {
    margin-bottom: 7.8125vw !important;
  }
}
@media (max-width: 639px) {
  .margin-bottom-large {
    margin-bottom: 10.2564102564vw !important;
  }
}

@media (max-width: 639px) {
  .margin-title-height {
    margin-top: 0 !important;
  }
}

.no-uppercase {
  text-transform: none !important;
}

.center-text-widget .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-text-widget .widget-content .widget-text {
  text-align: center;
}

.numbered-widget {
  counter-reset: item;
  position: relative;
  width: 100%;
}
.numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
  margin-left: -6rem;
}
@media (max-width: 1366px) {
  .numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
    margin-left: -40px;
  }
}
@media (max-width: 959px) {
  .numbered-widget .uk-grid-column-large, .numbered-widget .uk-grid-large {
    margin-left: -40px;
  }
}
.numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
  padding-left: 6rem;
}
@media (max-width: 1366px) {
  .numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
    padding-left: 40px;
  }
}
@media (max-width: 959px) {
  .numbered-widget .uk-grid-column-large > *, .numbered-widget .uk-grid-large > * {
    padding-left: 40px;
  }
}
.numbered-widget .widget-wrapper {
  counter-increment: item;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
  content: counter(item, decimal-leading-zero);
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.02em;
  line-height: 1.11;
}
@media (min-width: 1367px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(38.25 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(40 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper::before {
    font-size: calc(32 / 430 * 100vw);
  }
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper:nth-child(n+10)::before {
  content: counter(item);
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper p {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
  font-family: garamond-premier-pro, serif;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4 !important;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(22 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    font-size: calc(26 / 430 * 100vw);
  }
}
@media (max-width: 639px) {
  .numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
    margin-bottom: 1.5rem;
  }
}
.numbered-widget .color-2 .text-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.numbered-widget .color-2 .text-wrapper::before {
  color: rgba(255, 255, 255, 0.6);
}

.widget-wrapper .image-over-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-over-text img {
  order: 1;
}
.widget-wrapper .image-over-text .text-wrapper {
  margin-top: clamp(100px, 6.77vw, 150px);
  padding-right: 40%;
  order: 2;
}
@media (max-width: 639px) {
  .widget-wrapper .image-over-text .text-wrapper {
    margin-top: 80px;
  }
}
.widget-wrapper .image-under-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-left-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.widget-wrapper .image-left-text .text-wrapper {
  order: 2;
  width: 70%;
}
.widget-wrapper .image-left-text .image-wrapper {
  order: 1;
  width: 30%;
}
.widget-wrapper .image-right-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.widget-wrapper .image-right-text .text-wrapper {
  width: 70%;
}
.widget-wrapper .image-right-text .image-wrapper {
  width: 30%;
  display: flex;
  align-items: flex-end;
}

.icon-widget .widget-wrapper {
  padding-right: 5%;
}
.icon-widget .widget-wrapper .widget-content {
  padding-top: 1.5rem;
  border-top: 1px solid #DBDBD7;
}
.icon-widget .widget-wrapper .widget-content img {
  height: 2.3rem;
  width: auto;
}
.icon-widget .widget-wrapper .widget-content .text-wrapper {
  margin-top: 2rem;
  padding-right: inherit;
}
.icon-widget .color-2 .widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-section .uk-grid-margin,
.widget-section .uk-grid + .uk-grid,
.widget-section .uk-grid > .uk-grid-margin {
  margin-top: 60px;
}

.widget-section.icon-widget .uk-grid-margin,
.widget-section.icon-widget .uk-grid + .uk-grid,
.widget-section.icon-widget .uk-grid > .uk-grid-margin {
  margin-top: 100px;
}

@media (max-width: 639px) {
  .no-container-left .widget-section {
    padding-left: 30px;
  }
}

@media (max-width: 639px) {
  .no-container-right .widget-section {
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .move-image-right-mobile .widget-content .image-wrapper {
    overflow: inherit;
  }
  .move-image-right-mobile .widget-content .image-wrapper img {
    padding-left: 20%;
    transform: translateX(30px);
  }
}

.nowrap {
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}

.contact-widgets .widget-section {
  display: flex;
  justify-content: center;
}
.contact-widgets .widget-section .widget-wrapper {
  width: auto;
}
.contact-widgets .widget-section .widget-wrapper p:not(:last-child) {
  margin-bottom: 1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: 500;
}
table thead tr th {
  font-weight: 600;
}

.number-widget-table {
  width: 100%;
  border-collapse: collapse;
}
.number-widget-table tr td {
  vertical-align: top;
}
.number-widget-table tr td:first-child {
  width: 40%;
}
.number-widget-table tr td:last-child {
  padding-right: 0;
}

.centered-link-table {
  margin: 0 auto;
  width: auto;
}

footer#footer table {
  width: auto;
}
footer#footer table tr {
  border: none;
}
footer#footer table tr td {
  border: none;
  font-size: 10px;
  font-family: gotham, sans-serif;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
footer#footer table tr td p, footer#footer table tr td a {
  font-size: 10px;
  font-family: gotham, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.logos .uk-slider .uk-slider-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 959px) {
  .logos .uk-slider .uk-slider-items {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  .logos .uk-slider .uk-slider-items {
    gap: 5px;
  }
}
.logos .uk-slider .uk-slider-items a img {
  height: 40px;
  width: auto;
  opacity: 1;
  filter: grayscale(100%);
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 959px) {
  .logos .uk-slider .uk-slider-items a img {
    height: 50px;
  }
}
@media (max-width: 639px) {
  .logos .uk-slider .uk-slider-items a img {
    height: 50px;
  }
}
.logos .uk-slider .uk-slider-items a:hover img {
  opacity: 0.6;
}
.logos .marquee {
  position: relative;
  overflow: hidden;
}
.logos .marquee__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll var(--marquee-duration, 40s) linear infinite;
}
.logos .marquee__group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
  gap: 2.6vw;
  padding-inline: 20px;
}
@media (max-width: 959px) {
  .logos .marquee__group {
    gap: 40px;
    padding-inline: 10px;
  }
}
@media (max-width: 639px) {
  .logos .marquee__group {
    gap: 35px;
    padding-inline: 5px;
  }
}
.logos .marquee a {
  display: inline-flex;
  align-items: center;
}
.logos .marquee img {
  height: 40px;
  height: 2.08vw;
  width: auto;
  opacity: 1;
  filter: grayscale(100%);
  transition: opacity 0.25s ease-in-out;
}
@media (max-width: 959px) {
  .logos .marquee img {
    height: 30px;
  }
}
@media (max-width: 639px) {
  .logos .marquee img {
    height: 30px;
  }
}
.logos .marquee a:hover img {
  opacity: 0.6;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.uk-accordion li {
  text-align: left;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 12px 0 10px 0;
}
.uk-accordion li a.uk-accordion-title {
  font-family: gotham, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li a.uk-accordion-title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.uk-accordion li .uk-accordion-content {
  font-family: gotham, sans-serif;
  text-align: left;
  padding: 0 0 1rem 0;
  line-height: 1.5 !important;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(22px, 22px + (0) * (100vw - 640px) / 320, 22px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li .uk-accordion-content {
    font-size: 22px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(22px, 22px + (0) * (100vw - 1367px) / 553, 27.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li .uk-accordion-content {
    font-size: clamp(22px, 22px + (5.5) * (100vw - 1920px) / 1280, 27.5px);
  }
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) {
  list-style: none;
  padding-left: 15px;
  margin-top: 1rem;
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
  border: none;
  padding: 0;
}
.uk-accordion li .uk-accordion-content ul:not(.border-list) li::before {
  content: "·";
  position: absolute;
  left: -15px;
  font-size: 1.5em;
  margin-top: -0.25em;
}
.uk-accordion li.accordion-item {
  border-bottom: none;
}
.uk-accordion li.accordion-item .uk-accordion-title {
  font-family: garamond-premier-pro, serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  line-height: 1.27;
}
@media (min-width: 1367px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(22 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .uk-accordion li.accordion-item .uk-accordion-title {
    font-size: calc(26 / 430 * 100vw);
  }
}
.uk-accordion li.accordion-item .uk-accordion-content {
  font-weight: 400;
  letter-spacing: 0.05em;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(22px, 22px + (0) * (100vw - 640px) / 320, 22px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: 22px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(22px, 22px + (0) * (100vw - 1367px) / 553, 27.5px);
  }
}
@media (min-width: 1921px) {
  .uk-accordion li.accordion-item .uk-accordion-content {
    font-size: clamp(22px, 22px + (5.5) * (100vw - 1920px) / 1280, 27.5px);
  }
}
.uk-accordion li.accordion-item:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.uk-accordion > :nth-child(n+2) {
  margin-top: 0px;
}

.gsap-animation-scale-up {
  will-change: transform, opacity;
}

.gsap-animation-scale-up .animate-2 {
  will-change: transform, opacity;
}

.gsap-animation-slice-in h1,
.gsap-animation-slice-in h2,
.gsap-animation-slice-in h3,
.gsap-animation-slice-in p {
  transform: translateY(100%);
}

.gsap-animation-text-splitter h1,
.gsap-animation-text-splitter h2,
.gsap-animation-text-splitter h3,
.gsap-animation-text-splitter p,
.gsap-animation-text-splitter-line:not(.blog-text) h1,
.gsap-animation-text-splitter-line:not(.blog-text) h2,
.gsap-animation-text-splitter-line:not(.blog-text) h3,
.gsap-animation-text-splitter-line:not(.blog-text) p {
  -webkit-font-kerning: none !important;
          font-kerning: none !important;
}
.gsap-animation-text-splitter .char,
.gsap-animation-text-splitter-line:not(.blog-text) .char {
  display: inline-block;
  will-change: transform, opacity;
}
.gsap-animation-text-splitter [style*="overflow: hidden"]:not(.line-wrapper),
.gsap-animation-text-splitter-line:not(.blog-text) [style*="overflow: hidden"]:not(.line-wrapper) {
  width: 100%;
}
.gsap-animation-text-splitter .line-wrapper p,
.gsap-animation-text-splitter-line:not(.blog-text) .line-wrapper p {
  margin-bottom: 0;
}
.gsap-animation-text-splitter .text-splitter-wrapper h1,
.gsap-animation-text-splitter .text-splitter-wrapper h2,
.gsap-animation-text-splitter .text-splitter-wrapper h3,
.gsap-animation-text-splitter .text-splitter-wrapper h4,
.gsap-animation-text-splitter .text-splitter-wrapper h5,
.gsap-animation-text-splitter .text-splitter-wrapper h6,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h1,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h2,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h3,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h4,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h5,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h6 {
  margin-bottom: 0;
}

article [style*="overflow: hidden"]:not(.line-wrapper),
.overlay-text [style*="overflow: hidden"]:not(.line-wrapper) {
  display: block;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden"]:last-child,
.overlay-text [style*="overflow: hidden"]:last-child {
  margin-bottom: 0;
}

h1 div[style*="display: inline-block; overflow: hidden;"] {
  margin: 0 !important;
}

.gsap-animation-image-scale-in .image-wrapper {
  overflow: hidden;
  overflow: hidden;
}
.gsap-animation-image-scale-in .image-wrapper .animate {
  will-change: transform, opacity;
}

.text-slice-wrapper * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gallery-section * + .uk-grid-margin-small, .gallery-section .uk-grid + .uk-grid-row-small, .gallery-section .uk-grid + .uk-grid-small, .gallery-section .uk-grid-row-small > .uk-grid-margin, .gallery-section .uk-grid-small > .uk-grid-margin {
  margin-top: 15px !important;
}
.gallery-section .gallery-filter {
  margin-bottom: 1rem;
}
.gallery-section .gallery-filter ul li.uk-active a {
  background-color: transparent;
  color: #776c5c;
}
.gallery-section .gallery-filter ul li.uk-active a::before {
  transform-origin: 0 50%;
  transform: scaleX(1);
  height: 1px;
}
.gallery-section .gallery-filter ul li a {
  display: inline-block;
  padding: 0;
  text-transform: none;
  color: rgba(119, 108, 92, 0.5);
  transition: color 0.25s ease-in-out;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(12px, 12px + (-1) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .gallery-section .gallery-filter ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.gallery-section .gallery-filter ul li a:hover {
  background-color: transparent;
  color: #776c5c !important;
}
.gallery-section .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section .gallery-item a {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section .gallery-item a {
    border-radius: 15px;
  }
}
.gallery-section .gallery-item a img {
  transition: transform 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  transform: scale(1);
}
.gallery-section .gallery-item a:hover img {
  transform: scale(1.05);
}

.gallery-section.rounded-corners .gallery-item a img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 15px;
  }
}

.uk-lightbox {
  background-color: #fbfaf7 !important;
  transition: opacity 0.35s cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 1s !important;
}
.uk-lightbox img {
  max-height: 80vh;
}
.uk-lightbox .uk-slidenav, .uk-lightbox .uk-close {
  color: rgba(119, 108, 92, 0.75);
}
.uk-lightbox .uk-slidenav:hover, .uk-lightbox .uk-close:hover {
  color: #776C5C;
}
.uk-lightbox .uk-position-small {
  padding: 40px;
}

.blog-header {
  padding-top: 16.6666666667vw;
}
@media (max-width: 959px) {
  .blog-header {
    padding-top: 26.0688216893vw;
  }
}
@media (max-width: 639px) {
  .blog-header {
    padding-top: 39.1236306729vw;
  }
}
.blog-header .image-wrapper {
  aspect-ratio: 1.975/1;
}
@media (max-width: 639px) {
  .blog-header .image-wrapper {
    aspect-ratio: 1.5/1;
  }
}
.blog-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-title-section p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-content .blog-text-wrapper h1,
.blog-content .blog-text-wrapper h2,
.blog-content .blog-text-wrapper h3,
.blog-content .blog-text-wrapper h4,
.blog-content .blog-text-wrapper h5,
.blog-content .blog-text-wrapper h6 {
  margin-bottom: 2rem;
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card:hover {
  text-decoration: none;
  color: inherit;
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}
.blog-card .blog-card__image {
  position: relative;
  aspect-ratio: 1/1.43;
  overflow: hidden;
}
.blog-card .blog-card__image .blog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease-in-out;
}
.blog-card .blog-card__content {
  padding: 1rem 10% 1.8rem;
  text-align: center;
}
.blog-card .blog-card__date {
  font-size: 0.875rem;
  color: #776C5C;
  margin-bottom: 2rem;
}
.blog-card .blog-card__preview {
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (-4) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-card .blog-card__preview {
    font-size: clamp(12px, 12px + (4) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-card .blog-card__preview {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (0) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}
.blog-card .blog-card__title {
  margin-bottom: 1rem;
  font-family: "garamond-premier-pro-display", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .blog-card .blog-card__title {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-card .blog-card__title {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-card .blog-card__title {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-card .blog-card__title {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .blog-card .blog-card__title {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}

.blog-nav-share-wrapper {
  max-width: 844px;
  max-width: 43.9583333333vw;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .blog-nav-share-wrapper {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 959px) {
  .blog-nav-share-wrapper {
    max-width: 760px;
    max-width: 79.2492179353vw;
  }
}
@media (max-width: 639px) {
  .blog-nav-share-wrapper {
    max-width: 100%;
  }
}

.blog-share-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-share-icons p {
  margin: 0;
  padding-right: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item {
  list-style: none;
  padding-bottom: 0;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item::before {
  display: none;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a svg {
  width: auto;
  height: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a::before {
  display: none;
}

.blog-entry-page h1,
.blog-entry-page h2,
.blog-entry-page h3,
.blog-entry-page h4,
.blog-entry-page h5,
.blog-entry-page h6 {
  margin-bottom: 1em;
}
.blog-entry-page h2 {
  font-family: gotham, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.5em;
}
.blog-entry-page h2.serif {
  letter-spacing: -0.04em !important;
  font-family: garamond-premier-pro, serif;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  .blog-entry-page h2.serif {
    font-size: clamp(18px, 18px + (0) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-entry-page h2.serif {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-entry-page h2.serif {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-entry-page h2.serif {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .blog-entry-page h2.serif {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}
.blog-entry-page h3 {
  font-family: gotham, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.25em;
}
.blog-entry-page h4 {
  font-family: gotham, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.15em;
}
.blog-entry-page h5 {
  font-family: gotham, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1.05em;
}
.blog-entry-page h6 {
  font-family: gotham, sans-serif;
  font-weight: 200;
  letter-spacing: 0.04em !important;
  font-size: 1em;
}
.blog-entry-page .filler {
  height: 2em;
}
.blog-entry-page strong {
  font-weight: 400;
}
.blog-entry-page h1 + h2.size-l {
  letter-spacing: 0.02em;
  line-height: 1.11;
}
@media (min-width: 1367px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(45 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(38.25 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(40 / 1024 * 100vw);
  }
}
@media (max-width: 639px) {
  .blog-entry-page h1 + h2.size-l {
    font-size: calc(32 / 430 * 100vw);
  }
}
.blog-entry-page p:has(+ ul) {
  margin-top: 1.2rem;
}
.blog-entry-page h1 + p,
.blog-entry-page h2 + p,
.blog-entry-page h3 + p,
.blog-entry-page h4 + p,
.blog-entry-page h5 + p,
.blog-entry-page h6 + p {
  margin-top: 0.8rem;
}
.blog-entry-page .more-button:not(.blog-nav-link) {
  margin-top: 3em;
}
.blog-entry-page table.uk-table tr td:first-of-type {
  padding-left: 0 !important;
}
.blog-entry-page table.uk-table tr td:last-of-type {
  padding-right: 0 !important;
}
.blog-entry-page * + .uk-grid-margin-large, .blog-entry-page .uk-grid + .uk-grid-large, .blog-entry-page .uk-grid + .uk-grid-row-large, .blog-entry-page .uk-grid-large > .uk-grid-margin, .blog-entry-page .uk-grid-row-large > .uk-grid-margin {
  margin-top: 3rem;
}
.blog-entry-page .widget-section .uk-grid-margin, .blog-entry-page .widget-section .uk-grid + .uk-grid, .blog-entry-page .widget-section .uk-grid > .uk-grid-margin {
  margin-top: 2rem;
}

.hamburger-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  z-index: 10;
}
#menu-toggle .menu-toggle-wrapper {
  position: relative;
  width: 50px;
  height: 7px;
  display: block;
  transition: height 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 639px) {
  #menu-toggle .menu-toggle-wrapper {
    width: 40px;
  }
}
#menu-toggle .menu-toggle-wrapper .top,
#menu-toggle .menu-toggle-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.35s ease-in-out, transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#menu-toggle .menu-toggle-wrapper .top {
  top: 0;
  transform: rotate(0deg) translateY(0);
}
#menu-toggle .menu-toggle-wrapper .bottom {
  bottom: 0;
  transform: rotate(0deg) translateY(0);
}

.nav-scroll #menu-toggle .menu-toggle-wrapper .top,
.nav-scroll #menu-toggle .menu-toggle-wrapper .bottom {
  background-color: #776C5C !important;
}

.menu-open .menu-toggle-wrapper {
  width: 50px !important;
  height: 42px !important;
}
@media (max-width: 639px) {
  .menu-open .menu-toggle-wrapper {
    width: 40px !important;
    height: 36px !important;
  }
}
.menu-open .menu-toggle-wrapper .top {
  top: calc(50% - 2px) !important;
  transform: rotate(315deg) translateY(-50%) !important;
  background-color: #776C5C !important;
}
.menu-open .menu-toggle-wrapper .bottom {
  bottom: calc(50% + 2px) !important;
  transform: rotate(225deg) translateY(50%) !important;
  background-color: #776C5C !important;
}

.anchor {
  margin-top: -140px;
  padding-top: 140px;
}

header#nav-header-anchors {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.35s ease-in-out;
  z-index: 1000;
}
header#nav-header-anchors .contact-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639px) {
  header#nav-header-anchors .uk-navbar-center {
    width: auto;
  }
}
header#nav-header-anchors .uk-navbar-center .uk-navbar-nav {
  height: 100%;
}
header#nav-header-anchors .uk-navbar-center .uk-navbar-center-left {
  right: 100%;
}
header#nav-header-anchors .uk-navbar-center .uk-navbar-center-right {
  left: 100%;
}
header#nav-header-anchors .logo-wrapper {
  padding: 0 clamp(60px, 3.9vw, 90px);
}
header#nav-header-anchors .uk-logo img,
header#nav-header-anchors .uk-logo svg {
  color: #fff;
  display: block;
  width: 7vw;
  height: auto;
  min-width: 100px;
  z-index: 6;
  transition: width 0.35s ease-in-out, color 0.35s ease-in-out;
}
@media (max-width: 1366px) {
  header#nav-header-anchors .uk-logo img,
  header#nav-header-anchors .uk-logo svg {
    min-width: 80px;
  }
}
@media (max-width: 959px) {
  header#nav-header-anchors .uk-logo img,
  header#nav-header-anchors .uk-logo svg {
    width: 14vw;
  }
}
@media (max-width: 639px) {
  header#nav-header-anchors .uk-logo img,
  header#nav-header-anchors .uk-logo svg {
    width: 24vw;
    min-width: inherit;
  }
}
header#nav-header-anchors .navbar-wrapper {
  padding: 50px 0;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out, padding 0.35s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header-anchors .navbar-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  header#nav-header-anchors .navbar-wrapper {
    padding: 20px 0;
  }
}
header#nav-header-anchors .navbar-wrapper nav#navbar {
  position: relative;
  width: calc(80.2083333333vw + 80px);
  width: 95.8333vw;
  padding: 0 40px;
  margin: 0 auto;
  background-color: transparent;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar {
    width: calc(87.5912408759vw + 80px);
  }
}
@media (max-width: 639px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar {
    width: 100%;
    padding: 0 30px;
  }
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav {
  gap: clamp(60px, 3.9vw, 90px);
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li {
  display: flex;
  align-items: center;
  height: auto;
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
  display: block;
  min-height: inherit;
  position: relative;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
  font-family: gotham, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media (max-width: 639px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(20px, 20px + (6) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(26px, 26px + (-14) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link:hover {
  text-decoration: none;
  color: #fff;
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link:hover::before {
  width: 100%;
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: width 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav li .show-nav-link {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
header#nav-header-anchors .navbar-wrapper nav#navbar ul.uk-navbar-nav .uk-active a.nav-link::before {
  width: 100%;
}

#sidenav {
  width: 100vw;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F3F1;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 639px) {
  #sidenav {
    width: 100vw;
  }
}
#sidenav .sidenav-inner {
  padding: 40px;
  width: auto;
  height: auto;
}
#sidenav .sidenav-inner .uk-nav li {
  text-align: center;
}
#sidenav .sidenav-inner .uk-nav li a.nav-link {
  position: relative;
  display: inline-block;
  font-family: gotham, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal !important;
  color: #776C5C !important;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: clamp(20px, 20px + (6) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: clamp(26px, 26px + (-14) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
#sidenav .sidenav-inner .uk-nav .uk-active {
  position: relative;
}
#sidenav .sidenav-inner .uk-nav .uk-active a.nav-link {
  color: #776C5C !important;
  text-decoration: none;
}
#sidenav .sidenav-inner .uk-nav .uk-active a.nav-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid #776C5C !important;
  transition: width 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner .uk-nav .uk-active a.nav-link::before {
    bottom: 4px;
  }
}

.nav-open {
  transform: translateX(0) !important;
}

.nav-header-dark .nav-link {
  color: #776C5C !important;
}
.nav-header-dark .uk-active a.nav-link {
  color: #776C5C !important;
}
.nav-header-dark .uk-logo svg {
  color: #776C5C !important;
}

.nav-header-dark .language-button .language-selector a {
  color: #9d9d9d !important;
}
.nav-header-dark .language-button .language-selector a:hover {
  color: #776C5C !important;
}
.nav-header-dark .language-button .language-selector a::before {
  border-bottom: 1px solid rgba(119, 108, 92, 0.5);
}
.nav-header-dark .language-button .language-selector .uk-active {
  color: #776C5C !important;
}

.nav-scroll {
  background-color: #fbfaf7;
  height: auto !important;
}
.nav-scroll .navbar-wrapper {
  padding: 10px 0 !important;
}
.nav-scroll .nav-link, .nav-scroll .nav-link a {
  color: #776C5C !important;
}
.nav-scroll .nav-link:hover, .nav-scroll .nav-link a:hover {
  color: #776C5C !important;
}
.nav-scroll .nav-link:hover::before, .nav-scroll .nav-link a:hover::before {
  width: 100%;
}
.nav-scroll .nav-link::before, .nav-scroll .nav-link a::before {
  border-bottom: 1px solid rgba(119, 108, 92, 0.5) !important;
}
.nav-scroll nav#navbar .uk-logo img,
.nav-scroll nav#navbar .uk-logo svg {
  width: 5vw;
  color: #776C5C !important;
  transition: width 0.35s ease-in-out, color 0.35s ease-in-out;
}
@media (max-width: 1366px) {
  .nav-scroll nav#navbar .uk-logo img,
  .nav-scroll nav#navbar .uk-logo svg {
    width: 7vw;
  }
}
@media (max-width: 959px) {
  .nav-scroll nav#navbar .uk-logo img,
  .nav-scroll nav#navbar .uk-logo svg {
    width: 11vw;
  }
}
@media (max-width: 639px) {
  .nav-scroll nav#navbar .uk-logo img,
  .nav-scroll nav#navbar .uk-logo svg {
    width: 18vw;
  }
}
.nav-scroll .nav-item-dark .logo-light {
  display: block !important;
}
.nav-scroll .nav-item-dark .logo-dark {
  display: none !important;
}

@media (max-width: 959px) {
  .contact-link ul.uk-navbar-nav li a.nav-link {
    font-size: 14px !important;
  }
}
@media (max-width: 639px) {
  .contact-link ul.uk-navbar-nav li a.nav-link {
    font-size: 12px !important;
  }
}

.language-button {
  display: inline-block;
  margin: 0 auto;
}
.language-button .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.language-button .language-selector a {
  font-family: gotham, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.35s cubic-bezier(0.75, 0, 0.25, 1);
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media (max-width: 639px) {
  .language-button .language-selector a {
    font-size: clamp(20px, 20px + (6) * (100vw - 320px) / 320, 26px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .language-button .language-selector a {
    font-size: clamp(26px, 26px + (-14) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .language-button .language-selector a {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .language-button .language-selector a {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  .language-button .language-selector a {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
.language-button .language-selector a:hover {
  text-decoration: none;
  color: #fff !important;
}
.language-button .language-selector a:hover::before {
  width: 100%;
}
.language-button .language-selector a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: width 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
.language-button .language-selector .uk-active {
  color: #fff;
  text-decoration: none;
}
.language-button .language-selector .uk-active::before {
  width: 100%;
}
.language-button .show-nav-link {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.language-mobile {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-mobile .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.language-mobile .language-selector a {
  font-family: gotham, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #776C5C;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
@media (max-width: 639px) {
  .language-mobile .language-selector a {
    font-size: clamp(16px, 16px + (-4) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .language-mobile .language-selector a {
    font-size: clamp(12px, 12px + (4) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .language-mobile .language-selector a {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .language-mobile .language-selector a {
    font-size: clamp(16px, 16px + (0) * (100vw - 1367px) / 553, 20px);
  }
}
@media (min-width: 1921px) {
  .language-mobile .language-selector a {
    font-size: clamp(16px, 16px + (4) * (100vw - 1920px) / 1280, 20px);
  }
}
.language-mobile .language-selector a::before {
  border-color: #776C5C;
}
.language-mobile .language-selector .uk-active {
  color: #776C5C;
  text-decoration: none;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-scroll .language-button .language-selector a {
  color: #776C5C !important;
}

.no-opacity {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ajax-content {
  min-height: 100vh;
  transition: opacity 0.3s ease-in-out;
}

#ajax-loader {
  width: 0;
  height: 100svh;
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: clamp(100px, 7.825vw, 200px);
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 959px) {
  #ajax-loader {
    left: 0 !important;
  }
}

#ajax-loader.active {
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  left: clamp(100px, 7.825vw, 200px);
}
@media (max-width: 959px) {
  #ajax-loader.active {
    width: 100vw !important;
    left: 0 !important;
  }
}

#ajax-loader.hide {
  width: 0;
  left: 100vw;
  transition: width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), left 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  #ajax-loader.hide {
    width: 0vw !important;
    left: 100vw !important;
  }
}

#main-container {
  transition: opacity 0.3s ease-in-out;
}

#main-container.is-loading {
  opacity: 0 !important;
  pointer-events: none;
}

#ajax-container {
  transition: opacity 0.3s ease-in-out;
}

#ajax-container.is-loading {
  opacity: 0 !important;
}

.spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #ffffff;
  z-index: 9999;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.spinner .loader {
  display: inline-block;
  width: 90px;
}
.spinner .loader img {
  width: 100%;
}
.spinner #spinner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner #spinner-background .loader-logo {
  width: 100%;
  max-width: 21.26vw;
  min-width: 350px;
}
@media (max-width: 959px) {
  .spinner #spinner-background .loader-logo {
    max-width: 40vw;
    min-width: 250px;
  }
}
@media (max-width: 639px) {
  .spinner #spinner-background .loader-logo {
    max-width: 60vw;
    min-width: 150px;
  }
}
.spinner #spinner-background .loader-logo svg {
  width: 100%;
  height: 100%;
}

footer#kontakt, footer#contact {
  margin-top: auto;
}
footer#kontakt .footer-section, footer#contact .footer-section {
  width: 100%;
  padding-top: 100px;
  padding-top: 5.2083333333vw;
  padding-bottom: 100px;
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 959px) {
  footer#kontakt .footer-section, footer#contact .footer-section {
    padding-top: 80px;
    padding-top: 8.3420229406vw;
    padding-bottom: 80px;
    padding-bottom: 8.3420229406vw;
  }
}
@media (max-width: 639px) {
  footer#kontakt .footer-section, footer#contact .footer-section {
    padding-top: 60px;
    padding-top: 13.9534883721vw;
    padding-bottom: 60px;
    padding-bottom: 13.9534883721vw;
  }
}
footer#kontakt .footer-section .footer-container .footer-widgets .align_center, footer#contact .footer-section .footer-container .footer-widgets .align_center {
  text-align: center;
  margin: 0 auto;
  display: block;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .size-m, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .size-m {
  letter-spacing: 0.01em;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
  display: flex;
  justify-content: center;
  gap: clamp(50px, 5.2083vw, 120px);
  gap: clamp(80px, 4.8958vw, 100px);
}
@media (max-width: 959px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    gap: 50px;
  }
}
@media (max-width: 639px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
  padding-left: 0;
  font-family: gotham, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.2em !important;
  line-height: 1.7 !important;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
    font-size: clamp(12px, 12px + (-2) * (100vw - 320px) / 320, 10px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
    font-size: clamp(10px, 10px + (2) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
    font-size: clamp(12px, 12px + (2) * (100vw - 1367px) / 553, 17.5px);
  }
}
@media (min-width: 1921px) {
  footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item {
    font-size: clamp(14px, 14px + (3.5) * (100vw - 1920px) / 1280, 17.5px);
  }
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item a, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item a {
  text-decoration: none;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item a:hover, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: rgba(119, 108, 92, 0.5);
          text-decoration-color: rgba(119, 108, 92, 0.5);
  color: #776C5C !important;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item *:last-child, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items .f-item *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner *:last-child, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner *:last-child {
  margin-bottom: 0;
}
footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner img, footer#kontakt .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner svg, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner img, footer#contact .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner svg {
  width: 32px;
}
footer#kontakt .uk-grid-margin, footer#kontakt .uk-grid + .uk-grid, footer#kontakt .uk-grid > .uk-grid-margin, footer#contact .uk-grid-margin, footer#contact .uk-grid + .uk-grid, footer#contact .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start;
}
.social-icons a.uk-icon-link {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  transform: scale(1);
  transition: color 0.35s cubic-bezier(0.75, 0, 0.25, 1), transform 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 959px) {
  .social-icons a.uk-icon-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 639px) {
  .social-icons a.uk-icon-link {
    width: 1rem;
    height: 1rem;
  }
}
.social-icons a.uk-icon-link:hover {
  color: #9d9d9d;
  transform: scale(1.1) !important;
}
.social-icons a.uk-icon-link svg {
  width: 100%;
  height: 100%;
}

.sub-footer {
  margin-top: clamp(120px, 7.8125vw, 180px) !important;
}
@media (max-width: 1366px) {
  .sub-footer {
    margin-top: clamp(100px, 7.5vw, 150px) !important;
  }
}

.main-content-wrapper {
  position: relative;
  z-index: 1;
}

.divider {
  position: relative;
}
.divider .divider-wrapper {
  width: 70px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .divider .divider-wrapper {
    width: 50px;
  }
}
@media (max-width: 639px) {
  .divider .divider-wrapper {
    width: 50px;
  }
}
.divider .divider-wrapper svg {
  width: 100%;
  height: auto;
}

.main-slider.uk-slideshow {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 959px) {
  .main-slider.uk-slideshow {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .main-slider.uk-slideshow {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-slider.uk-slideshow .uk-slideshow-items {
  height: 100%;
}
.main-slider.uk-slideshow .uk-slideshow-items .video-wrapper {
  width: 100%;
  height: 100%;
}
.main-slider.uk-slideshow .uk-slideshow-items img,
.main-slider.uk-slideshow .uk-slideshow-items video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#verticalSlideshow .uk-slideshow-items > :not(.uk-active) {
  display: block;
  opacity: 1;
  z-index: -1;
}
#verticalSlideshow .uk-slideshow-items > .uk-active {
  z-index: 1;
}

.uk-slideshow .uk-slideshow-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uk-slider .slider-image {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 959px) {
  .uk-slider .slider-image {
    height: 40vh;
    height: 40svh;
    height: calc(var(--vh, 1vh) * 40);
  }
}
@media (max-width: 639px) {
  .uk-slider .slider-image {
    height: 50vh;
    height: 50svh;
    height: calc(var(--vh, 1vh) * 50);
  }
}

.main-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.header-caption {
  padding: 10.4166666667vw 0;
}
@media (max-width: 959px) {
  .header-caption {
    padding: 10.4275286757vw 0;
  }
}
@media (max-width: 639px) {
  .header-caption {
    padding: 12.5195618153vw 0;
  }
}
.header-caption .header-text p,
.header-caption .header-text h1,
.header-caption .header-text h2,
.header-caption .header-text h3,
.header-caption .header-text h4,
.header-caption .header-text h5,
.header-caption .header-text h6 {
  color: #fff;
}

.caption-wrapper {
  width: 100%;
}
.caption-wrapper p,
.caption-wrapper h1,
.caption-wrapper h2,
.caption-wrapper h3,
.caption-wrapper h4,
.caption-wrapper h5,
.caption-wrapper h6 {
  color: #fff;
}
.caption-wrapper .header-text {
  width: 100%;
}

.header-caption-all,
.header-caption {
  z-index: 1;
}
.header-caption-all img,
.header-caption-all svg,
.header-caption img,
.header-caption svg {
  width: 2.38vw;
  min-width: 35px;
  margin: 0 auto;
}

.header-caption-all {
  padding: 0;
  z-index: 1;
  bottom: clamp(80px, 4.84375vw, 100px);
}
@media (max-width: 639px) {
  .header-caption-all {
    bottom: 50px;
  }
}
.header-caption-all .header-text *:last-child {
  margin-bottom: 0 !important;
}
.header-caption-all .header-text .sub-title {
  letter-spacing: 0.12em !important;
  line-height: 1.57 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uk-dotnav {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D9D9D9;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  transition: 0.2s ease-in-out;
  transition-property: background-color;
}

.uk-dotnav > .uk-active > * {
  background-color: #000000;
  border-color: transparent;
}

.uk-dotnav > * {
  flex: none;
  padding-left: 9px;
}

.uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}

.uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.4);
}

.uk-slidenav svg {
  width: 12px;
}

.slider-section .uk-slideshow .uk-slidenav {
  margin: 0;
  top: inherit;
  transform: translateY(0);
  bottom: -10px;
}

/* eingebaute Dotnav sicherheitshalber ausblenden, falls aktiv */
/* optional: etwas größere Klickflächen */
.tri-dotnav li a {
  width: 6px;
  height: 6px;
  border: none;
}

.custom-dotnav .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
}

.dotnav-wrapper {
  height: 6px;
}
.dotnav-wrapper .uk-dotnav {
  flex-wrap: nowrap;
}

#verticalGsapSlider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#verticalGsapSlider .vs-dotnav {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#verticalGsapSlider .vs-dotnav .dot {
  width: 26px;
  height: 1px;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 0;
}
#verticalGsapSlider .vs-dotnav .dot .dot-inner {
  width: 100%;
  height: 1px;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s;
}
#verticalGsapSlider .vs-dotnav .dot.active .dot-inner {
  background: #fff;
}
#verticalGsapSlider .slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
#verticalGsapSlider .slider-wrapper .vs-slide {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: z-index 0.3s;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container {
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid {
  height: 100%;
  position: relative;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
  width: 80%;
}
@media (max-width: 959px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}
@media (max-width: 639px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}

.vs-caption a,
.text-wrapper a {
  pointer-events: auto;
  position: relative;
}

.FormBuilder form input,
.FormBuilder form .uk-input,
.FormBuilder form .uk-textarea {
  font-family: garamond-premier-pro, serif;
  border: 0;
  border-bottom: 1px solid rgba(52, 49, 47, 0.5);
  padding: 0;
  transition: 0.25s ease-in-out;
  transition-property: color, background-color, border;
  font-size: 16px;
  font-weight: 200;
  color: #776C5C;
  border: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
  color: #776C5C;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
.FormBuilder form input::placeholder,
.FormBuilder form .uk-input::placeholder,
.FormBuilder form .uk-textarea::placeholder {
  color: #776C5C;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: 11px;
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form input[type=text],
.FormBuilder form input[type=email],
.FormBuilder form input[type=tel],
.FormBuilder form input[type=number],
.FormBuilder form input[type=date],
.FormBuilder form input[type=time],
.FormBuilder form input[type=search],
.FormBuilder form input[type=password],
.FormBuilder form input[type=url],
.FormBuilder form input[type=color],
.FormBuilder form input[type=range],
.FormBuilder form input[type=file],
.FormBuilder form .uk-textarea {
  font-family: garamond-premier-pro, serif;
  background-color: transparent;
}
.FormBuilder form .uk-form-label {
  font-family: garamond-premier-pro, serif;
  color: transparent;
  transition: color 0.25s ease-in-out;
}
.FormBuilder form input[type=checkbox],
.FormBuilder form .uk-checkbox {
  font-family: garamond-premier-pro, serif;
  border-radius: 50% !important;
  margin-top: 0 !important;
}
.FormBuilder form .uk-checkbox:checked,
.FormBuilder form .uk-checkbox:indeterminate,
.FormBuilder form .uk-radio:checked {
  font-family: garamond-premier-pro, serif;
  background-color: transparent !important;
  border-color: #A09D9B !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23474747%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.FormBuilder form .uk-checkbox,
.FormBuilder form .uk-radio {
  font-family: garamond-premier-pro, serif;
  border: 1px solid #A09D9B !important;
  color: #776C5C !important;
  margin-right: 10px !important;
}
.FormBuilder form .InputfieldRadiosStacked label,
.FormBuilder form .InputfieldRadiosStacked .uk-label {
  font-family: garamond-premier-pro, serif;
  color: #776C5C !important;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form .pw-no-select {
  font-family: garamond-premier-pro, serif;
  color: #776C5C !important;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .pw-no-select {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form label,
.FormBuilder form .uk-label {
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form button[type=submit] {
  font-family: garamond-premier-pro, serif;
  background-color: transparent;
  text-transform: none;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #776C5C;
  margin-top: 1rem;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: 0.04em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(11px, 11px + (0) * (100vw - 320px) / 320, 11px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(11px, 11px + (0) * (100vw - 640px) / 320, 11px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form button[type=submit] {
    font-size: 11px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(11px, 11px + (0) * (100vw - 1367px) / 553, 13.75px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(11px, 11px + (2.75) * (100vw - 1920px) / 1280, 13.75px);
  }
}
.FormBuilder form button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  transform-origin: left center;
  width: 32px;
  height: 32px;
  background-image: url(../img/button-arrow-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  transition: width 0.25s ease-in-out, right 0.25s ease-in-out;
}
.FormBuilder form button[type=submit]:hover {
  color: #776C5C;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.slide-prev,
.slide-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}
.slide-prev img,
.slide-next img {
  display: block;
  cursor: pointer !important;
  pointer-events: none;
}

.references-section .references-wrapper .references-grid .reference-item .uk-card {
  box-shadow: none;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-slideshow {
  height: 100%;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-slideshow div {
  height: 100%;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-slideshow div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-slideshow-nav {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-media-left .uk-dotnav > * > * {
  background-color: rgba(255, 255, 255, 0.4);
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body {
  height: 100%;
  padding: 56px 40px 40px;
}
@media (max-width: 639px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body {
    padding: 40px 30px 30px;
  }
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #776C5C;
}
.references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
  margin-top: 60px;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 1.36;
}
@media (max-width: 639px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
    font-size: clamp(18px, 18px + (0) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 22.5px);
  }
}
@media (min-width: 1921px) {
  .references-section .references-wrapper .references-grid .reference-item .uk-card .uk-card-body .text-wrapper .content-wrapper {
    font-size: clamp(18px, 18px + (4.5) * (100vw - 1920px) / 1280, 22.5px);
  }
}

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