@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

/* 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 4rem; }

/**
 * 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 */
  color: initial; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.carousel {
  position: relative;
  box-sizing: border-box; }

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

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

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

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

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

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

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

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

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

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

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

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

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

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

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

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

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

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

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

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

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

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

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

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

body,
html {
  font-size: 62.5%;
  background-color: #ebecec;
  max-width: 100vw;
  overflow-x: hidden; }
  body.lock,
  html.lock {
    max-height: 100vh;
    overflow-y: hidden; }

div {
  box-sizing: border-box; }

ul {
  padding-inline-start: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4 {
  margin: 0; }

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4.5rem; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 4rem; } }
  @media screen and (max-width: 639px) {
    .container {
      padding: 0 3rem; } }

.fancybox__container {
  z-index: 9999; }

.gFadeIn {
  opacity: 0;
  visibility: hidden; }

.gFadeInUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.5rem); }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none; }

@font-face {
  font-family: 'Radnika';
  src: url("../../fonts/Radnika-Light.woff2") format("woff2"), url("../../fonts/Radnika-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Radnika';
  src: url("../../fonts/Radnika-Regular.woff2") format("woff2"), url("../../fonts/Radnika-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Radnika';
  src: url("../../fonts/Radnika-Bold.woff2") format("woff2"), url("../../fonts/Radnika-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ivy Mode';
  src: url("../../fonts/IvyMode-Light.woff2") format("woff2"), url("../../fonts/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ivy Mode';
  src: url("../../fonts/IvyMode-Regular.woff2") format("woff2"), url("../../fonts/IvyMode-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

header {
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 9998; }
  @media screen and (max-width: 1919px) {
    header {
      top: 0.75rem; } }
  @media screen and (max-width: 767px) {
    header {
      top: 0.5rem; } }
  header .hamburger {
    margin: 0;
    border: 0.2rem solid #7a7c80;
    border-radius: 100%;
    padding: 2.1rem 1.5rem;
    transform: scale(0.8);
    transform-origin: right center;
    opacity: 1;
    transition: border-color 0.4s ease; }
    @media screen and (max-width: 1919px) {
      header .hamburger {
        transform: scale(0.7); } }
    @media screen and (max-width: 1439px) {
      header .hamburger {
        transform: scale(0.6); } }
    @media screen and (max-width: 767px) {
      header .hamburger {
        transform: scale(0.55) translateY(-5%); } }
    header .hamburger.is-active {
      border-color: white; }
      header .hamburger.is-active .hamburger-inner {
        background-color: white; }
        header .hamburger.is-active .hamburger-inner::before, header .hamburger.is-active .hamburger-inner::after {
          background-color: white; }
    header .hamburger .hamburger-inner {
      background-color: #7a7c80;
      height: 0.3rem;
      border-radius: 0; }
      header .hamburger .hamburger-inner::before, header .hamburger .hamburger-inner::after {
        background-color: #7a7c80;
        height: 0.3rem;
        border-radius: 0; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #255040;
  height: 100%;
  width: 100%;
  z-index: 9997;
  display: flex;
  align-items: center;
  transform: translateY(-100%); }
  nav ul {
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center; }
    nav ul li {
      font-size: 7rem;
      margin: 5rem 0;
      font-family: "Ivy Mode", sans-serif; }
      @media screen and (max-width: 1919px) {
        nav ul li {
          font-size: 6rem;
          margin: 4rem 0; } }
      @media screen and (max-width: 1439px) {
        nav ul li {
          font-size: 5rem;
          margin: 3.5rem 0; } }
      @media screen and (max-width: 767px) {
        nav ul li {
          font-size: 4.4rem; } }
      @media screen and (max-width: 639px) {
        nav ul li {
          font-size: 4rem;
          margin: 3rem 0; } }
      @media screen and (max-width: 500px) {
        nav ul li {
          font-size: 3.6rem;
          margin: 2rem 0; } }
      nav ul li:hover .hover-img {
        opacity: 1; }
      nav ul li:hover a::after {
        width: 100%; }
      nav ul li .hover-img {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        right: 0;
        pointer-events: none;
        z-index: 1;
        border-radius: 1.5rem;
        opacity: 0;
        left: 4rem;
        transition: all 0.4s ease;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      nav ul li a {
        color: white;
        font-weight: 300;
        transition: color 0.4s ease, opacity 0.4s ease;
        position: relative;
        z-index: 2; }
        nav ul li a::after {
          position: absolute;
          left: 0;
          width: 0;
          height: 0.1rem;
          background-color: #fff;
          top: 100%;
          content: '';
          transition: width 0.5s ease; }
        nav ul li a span {
          transition: opacity 0.4s ease; }
        nav ul li a::before {
          content: none;
          font-size: 0.6em;
          position: relative;
          top: -0.2em;
          color: white;
          margin-right: 0.25em;
          width: 3rem;
          display: inline-block;
          font-family: "Radnika", sans-serif;
          font-weight: 300; }

.intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/marble.jpg");
  height: 100vh;
  position: fixed;
  z-index: 9999; }
  .intro .hold {
    position: absolute;
    top: 5rem;
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.3em;
    color: #898b8f;
    width: 20rem;
    right: 0;
    margin: 0 auto;
    font-family: "Radnika", sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 1023px) {
      .intro .hold {
        top: 3rem;
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .intro .hold {
        font-size: 1.4rem; } }
    @media screen and (max-width: 500px) {
      .intro .hold {
        font-size: 1.3rem; } }
    @media screen and (max-width: 500px) {
      .intro .hold {
        top: 2.5rem; } }
    .intro .hold .bar {
      background-color: #255040;
      height: 0.2rem;
      width: 0;
      margin: 0 auto;
      margin-top: 1rem; }
  .intro svg {
    width: 100vw;
    height: 100vh; }
    .intro svg rect {
      width: 100vw;
      height: 100vh; }
      .intro svg rect.fade-layer {
        mask: url("#cursorMask"); }
  .intro .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: none; }
    @media screen and (max-width: 1023px) {
      .intro .content {
        transform: scale(0.9);
        transform-origin: center; } }
    @media screen and (max-width: 767px) {
      .intro .content {
        transform: scale(0.8); } }
    @media screen and (max-width: 639px) {
      .intro .content {
        transform: scale(0.7); } }
    @media screen and (max-width: 500px) {
      .intro .content {
        transform: scale(0.6); } }
    .intro .content h1 {
      width: 46rem;
      margin: 0 0 4rem;
      line-height: 1; }
      @media screen and (max-width: 500px) {
        .intro .content h1 {
          margin-bottom: 3rem; } }
    .intro .content h2 {
      font-size: 2.8rem;
      line-height: 1;
      margin: 0;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #7a7c80;
      font-family: "Radnika", sans-serif;
      font-weight: 300; }

.mobile-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/marble.jpg");
  height: 100vh;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: none;
  /*
  @media screen and (max-width: 1279px) {
    display: block;
  } */ }
  .mobile-intro .hold {
    position: absolute;
    top: 5rem;
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.3em;
    color: #898b8f;
    right: 0;
    margin: 0 auto;
    font-family: "Radnika", sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 1023px) {
      .mobile-intro .hold {
        top: 3rem;
        font-size: 1.6rem; } }
    @media screen and (max-width: 639px) {
      .mobile-intro .hold {
        font-size: 1.4rem; } }
    @media screen and (max-width: 500px) {
      .mobile-intro .hold {
        font-size: 1.3rem; } }
    @media screen and (max-width: 500px) {
      .mobile-intro .hold {
        top: 2.5rem; } }
    .mobile-intro .hold .bar {
      background-color: #255040;
      height: 0.2rem;
      width: 0;
      margin: 0 auto;
      margin-top: 1rem;
      width: 20rem; }
      @media screen and (max-width: 639px) {
        .mobile-intro .hold .bar {
          height: 0.1rem;
          width: 15rem; } }
  .mobile-intro .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: none; }
    @media screen and (max-width: 1023px) {
      .mobile-intro .content {
        transform: scale(0.9);
        transform-origin: center; } }
    @media screen and (max-width: 767px) {
      .mobile-intro .content {
        transform: scale(0.8); } }
    @media screen and (max-width: 639px) {
      .mobile-intro .content {
        transform: scale(0.7); } }
    @media screen and (max-width: 500px) {
      .mobile-intro .content {
        transform: scale(0.6); } }
    .mobile-intro .content h1 {
      width: 46rem;
      margin: 0 0 4rem;
      line-height: 1; }
      @media screen and (max-width: 500px) {
        .mobile-intro .content h1 {
          margin-bottom: 3rem; } }
    .mobile-intro .content h2 {
      font-size: 2.8rem;
      line-height: 1;
      margin: 0;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #7a7c80;
      font-family: "Radnika", sans-serif;
      font-weight: 300; }

section {
  max-width: 100vw;
  overflow-x: hidden;
  padding-top: 5rem; }
  @media screen and (max-width: 1919px) {
    section {
      padding-top: 3rem; } }
  section h2 {
    text-align: center;
    color: #898b8f;
    margin: 0;
    font-family: "Radnika", sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    letter-spacing: 0.3em;
    margin-bottom: 15rem;
    text-transform: uppercase; }
    @media screen and (max-width: 1439px) {
      section h2 {
        font-size: 1.6rem; } }
    @media screen and (max-width: 1023px) {
      section h2 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      section h2 {
        font-size: 1.4rem; } }
    @media screen and (max-width: 500px) {
      section h2 {
        font-size: 1.2rem; } }
  section p {
    font-size: 1.7rem;
    color: #898b8f;
    line-height: 1.3;
    font-family: "Radnika", sans-serif;
    font-weight: 300;
    margin: 0 0 1.5em; }

.first {
  margin-bottom: 20.5rem;
  padding-bottom: 4.5rem; }
  @media screen and (max-width: 1919px) {
    .first {
      margin-bottom: 15.5rem; } }
  @media screen and (max-width: 1599px) {
    .first {
      margin-bottom: 10.5rem; } }
  @media screen and (max-width: 1439px) {
    .first {
      margin-bottom: 7.5rem;
      padding-bottom: -4rem; } }
  @media screen and (max-width: 1279px) {
    .first {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1023px) {
    .first {
      padding-bottom: -4.5rem;
      margin-bottom: 3.5rem; } }
  @media screen and (max-width: 500px) {
    .first {
      padding-bottom: -4rem;
      margin-bottom: 4rem; } }
  .first .container {
    display: flex;
    flex-wrap: wrap; }
    .first .container h2 {
      width: 100%; }
      @media screen and (max-width: 1919px) {
        .first .container h2 {
          margin-bottom: 6.5rem; } }
      @media screen and (max-width: 1023px) {
        .first .container h2 {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 767px) {
        .first .container h2 {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 639px) {
        .first .container h2 {
          margin-bottom: 3.5rem; } }
      @media screen and (max-width: 500px) {
        .first .container h2 {
          margin-bottom: 4rem; } }
    .first .container .text {
      width: 50%;
      padding-right: 7rem; }
      @media screen and (max-width: 1919px) {
        .first .container .text {
          width: 52.5%; } }
      @media screen and (max-width: 1599px) {
        .first .container .text {
          width: 47.5%; } }
      @media screen and (max-width: 1439px) {
        .first .container .text {
          width: 50%; } }
      @media screen and (max-width: 1023px) {
        .first .container .text {
          width: 100%;
          padding-right: 0;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .first .container .text {
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 500px) {
        .first .container .text {
          margin-bottom: 2.5rem; } }
      .first .container .text p {
        width: 65%; }
        @media screen and (max-width: 1919px) {
          .first .container .text p {
            width: 80%; } }
        @media screen and (max-width: 1599px) {
          .first .container .text p {
            width: 90%; } }
        @media screen and (max-width: 1439px) {
          .first .container .text p {
            width: 100%;
            font-size: 1.6rem; } }
        @media screen and (max-width: 1279px) {
          .first .container .text p {
            width: 95%; } }
        @media screen and (max-width: 1023px) {
          .first .container .text p {
            width: 100%;
            font-size: 1.7rem; } }
        @media screen and (max-width: 639px) {
          .first .container .text p {
            font-size: 1.6rem; } }
        @media screen and (max-width: 500px) {
          .first .container .text p {
            font-size: 1.5rem; } }
        .first .container .text p.intro-text {
          font-size: 5rem;
          font-family: "Ivy Mode", sans-serif;
          color: #255040;
          line-height: 1.25;
          margin-bottom: 0.5em;
          width: 100%; }
          @media screen and (max-width: 1919px) {
            .first .container .text p.intro-text {
              font-size: 4.8rem; } }
          @media screen and (max-width: 1599px) {
            .first .container .text p.intro-text {
              font-size: 4rem; } }
          @media screen and (max-width: 1439px) {
            .first .container .text p.intro-text {
              font-size: 3.8rem; } }
          @media screen and (max-width: 1279px) {
            .first .container .text p.intro-text {
              font-size: 3.2rem; } }
          @media screen and (max-width: 767px) {
            .first .container .text p.intro-text {
              font-size: 2.7rem; } }
          @media screen and (max-width: 639px) {
            .first .container .text p.intro-text {
              font-size: 2.8rem; } }
    .first .container .slider-wrapper {
      width: 50%;
      padding-bottom: 50%;
      position: relative; }
      @media screen and (max-width: 1919px) {
        .first .container .slider-wrapper {
          width: 47.5%;
          padding-bottom: 47.5%; } }
      @media screen and (max-width: 1599px) {
        .first .container .slider-wrapper {
          width: 52.5%;
          padding-bottom: 52.5%; } }
      @media screen and (max-width: 1439px) {
        .first .container .slider-wrapper {
          width: 50%;
          padding-bottom: 50%; } }
      @media screen and (max-width: 1023px) {
        .first .container .slider-wrapper {
          width: 90%;
          margin-left: 5%;
          padding-bottom: 90%; } }
      @media screen and (max-width: 639px) {
        .first .container .slider-wrapper {
          width: 80%;
          margin-left: 10%;
          padding-bottom: 80%; } }
      .first .container .slider-wrapper .slider {
        position: absolute;
        top: 0;
        left: -1rem;
        height: 100%;
        width: calc(100% + 2rem);
        cursor: pointer; }
        .first .container .slider-wrapper .slider .slick-dots {
          bottom: -4rem; }
          @media screen and (max-width: 1439px) {
            .first .container .slider-wrapper .slider .slick-dots {
              bottom: -3.5rem; } }
          @media screen and (max-width: 1023px) {
            .first .container .slider-wrapper .slider .slick-dots {
              bottom: -4rem; } }
          @media screen and (max-width: 500px) {
            .first .container .slider-wrapper .slider .slick-dots {
              bottom: -3.5rem;
              transform: scale(0.9);
              transform-origin: center; } }
          .first .container .slider-wrapper .slider .slick-dots li {
            width: 1.2rem;
            height: 1.2rem; }
            .first .container .slider-wrapper .slider .slick-dots li.slick-active button {
              background-color: #255040; }
            .first .container .slider-wrapper .slider .slick-dots li button {
              width: 100%;
              height: 100%;
              border-radius: 100%;
              background: white;
              border: 0.15rem solid #255040; }
              .first .container .slider-wrapper .slider .slick-dots li button:before {
                content: none; }
        .first .container .slider-wrapper .slider .slick-list,
        .first .container .slider-wrapper .slider .slick-track {
          height: 100%; }
        .first .container .slider-wrapper .slider .slick-list {
          clip-path: inset(0 -100rem 0 0);
          overflow: visible; }
          @media screen and (max-width: 1023px) {
            .first .container .slider-wrapper .slider .slick-list {
              clip-path: inset(0 -20rem 0); } }
          .first .container .slider-wrapper .slider .slick-list .slide {
            position: relative;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0 1rem; }
            @media screen and (max-width: 1023px) {
              .first .container .slider-wrapper .slider .slick-list .slide {
                transform: scale(0.925);
                transform-origin: center;
                transition: transform 0.5s ease; } }
            @media screen and (max-width: 500px) {
              .first .container .slider-wrapper .slider .slick-list .slide {
                transform: scale(0.85); } }
            .first .container .slider-wrapper .slider .slick-list .slide.slick-active {
              transform: scale(1); }
            .first .container .slider-wrapper .slider .slick-list .slide:hover .caption {
              opacity: 1; }
              .first .container .slider-wrapper .slider .slick-list .slide:hover .caption h3 {
                transform: none; }
            .first .container .slider-wrapper .slider .slick-list .slide .caption {
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: rgba(255, 255, 255, 0.9);
              opacity: 0;
              transition: opacity 0.4s ease; }
              @media screen and (max-width: 1023px) {
                .first .container .slider-wrapper .slider .slick-list .slide .caption {
                  opacity: 1;
                  background-color: white;
                  top: unset;
                  height: auto;
                  bottom: 0;
                  padding: 1rem 0 1.5rem;
                  backdrop-filter: blur(30px);
                  -webkit-backdrop-filter: blur(30px);
                  background-color: rgba(255, 255, 255, 0); } }
              @media screen and (max-width: 767px) {
                .first .container .slider-wrapper .slider .slick-list .slide .caption {
                  padding: 0.75rem 0 1.25rem; } }
              @media screen and (max-width: 500px) {
                .first .container .slider-wrapper .slider .slick-list .slide .caption {
                  padding: 0.5rem 0 0.9rem; } }
              .first .container .slider-wrapper .slider .slick-list .slide .caption h3 {
                color: #255040;
                font-family: "Ivy Mode", sans-serif;
                font-size: 5rem;
                font-weight: 300;
                margin: 0;
                line-height: 1;
                transform: translateY(1.5rem);
                transition: transform 0.4s ease; }
                @media screen and (max-width: 1023px) {
                  .first .container .slider-wrapper .slider .slick-list .slide .caption h3 {
                    transform: none;
                    font-size: 1.6rem;
                    font-family: "Radnika", sans-serif;
                    color: white; } }
                @media screen and (max-width: 767px) {
                  .first .container .slider-wrapper .slider .slick-list .slide .caption h3 {
                    font-size: 1.5rem; } }
                @media screen and (max-width: 500px) {
                  .first .container .slider-wrapper .slider .slick-list .slide .caption h3 {
                    font-size: 1.4rem; } }

#accommodation {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1279px) {
    #accommodation {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 1023px) {
    #accommodation {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 767px) {
    #accommodation {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 500px) {
    #accommodation {
      margin-bottom: 3rem; } }
  #accommodation .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 1279px) {
      #accommodation .container {
        align-items: center; } }
    #accommodation .container h2 {
      width: 100%; }
      @media screen and (max-width: 1919px) {
        #accommodation .container h2 {
          margin-bottom: 10rem; } }
      @media screen and (max-width: 1023px) {
        #accommodation .container h2 {
          margin-bottom: 7.5rem; } }
      @media screen and (max-width: 639px) {
        #accommodation .container h2 {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 500px) {
        #accommodation .container h2 {
          margin-bottom: 4rem; } }
    #accommodation .container .info {
      width: 25%; }
      @media screen and (max-width: 1023px) {
        #accommodation .container .info {
          width: 32.5%;
          order: 2; } }
      @media screen and (max-width: 767px) {
        #accommodation .container .info {
          width: 35%; } }
      @media screen and (max-width: 639px) {
        #accommodation .container .info {
          width: 100%; } }
      #accommodation .container .info h3 {
        font-size: 5rem;
        font-family: "Ivy Mode", sans-serif;
        color: #255040;
        line-height: 1.25;
        margin-bottom: 0.4em;
        font-weight: 300; }
        @media screen and (max-width: 1919px) {
          #accommodation .container .info h3 {
            font-size: 4.8rem; } }
        @media screen and (max-width: 1599px) {
          #accommodation .container .info h3 {
            font-size: 4rem;
            margin-bottom: 0.5em; } }
        @media screen and (max-width: 1439px) {
          #accommodation .container .info h3 {
            font-size: 3.8rem;
            margin-bottom: 0.6em; } }
        @media screen and (max-width: 1279px) {
          #accommodation .container .info h3 {
            font-size: 3.2rem; } }
        @media screen and (max-width: 767px) {
          #accommodation .container .info h3 {
            font-size: 2.7rem; } }
        @media screen and (max-width: 639px) {
          #accommodation .container .info h3 {
            font-size: 2.8rem; } }
      #accommodation .container .info table {
        text-align: right;
        font-size: 1.4rem;
        font-family: "Radnika", sans-serif;
        border-spacing: 1.5rem 0;
        width: calc(100% + 3rem);
        margin-left: -1.5rem; }
        @media screen and (max-width: 1279px) {
          #accommodation .container .info table {
            font-size: 1.3rem; } }
        @media screen and (max-width: 639px) {
          #accommodation .container .info table {
            font-size: 1.4rem; } }
        #accommodation .container .info table thead tr th,
        #accommodation .container .info table thead tr td,
        #accommodation .container .info table tfoot tr th,
        #accommodation .container .info table tfoot tr td {
          color: #255040;
          font-weight: 700;
          text-transform: uppercase;
          border-bottom: 0.1rem solid #7a7c80;
          padding-bottom: 0.8em; }
          #accommodation .container .info table thead tr th:first-child,
          #accommodation .container .info table thead tr td:first-child,
          #accommodation .container .info table tfoot tr th:first-child,
          #accommodation .container .info table tfoot tr td:first-child {
            text-align: left; }
        #accommodation .container .info table tfoot tr td {
          border-bottom: none;
          padding: 0.8em 0 0; }
        #accommodation .container .info table tbody tr {
          cursor: pointer; }
          #accommodation .container .info table tbody tr.total td {
            color: #255040;
            font-weight: 700;
            text-transform: uppercase;
            border-bottom: 0.1rem solid #7a7c80; }
            #accommodation .container .info table tbody tr.total td:first-child {
              text-align: left; }
          #accommodation .container .info table tbody tr:hover td::before, #accommodation .container .info table tbody tr.hover td::before {
            opacity: 0.3; }
          #accommodation .container .info table tbody tr.let {
            cursor: default;
            pointer-events: none; }
            #accommodation .container .info table tbody tr.let td {
              color: rgba(137, 139, 143, 0.35); }
              #accommodation .container .info table tbody tr.let td::before {
                content: none; }
          #accommodation .container .info table tbody tr:last-child td {
            border-bottom: none; }
          #accommodation .container .info table tbody tr td {
            font-weight: 300;
            color: #898b8f;
            padding: 0.8em 0;
            line-height: 1;
            border-bottom: 0.1rem solid #7a7c80;
            position: relative;
            transition: color 0.5s ease; }
            #accommodation .container .info table tbody tr td span {
              z-index: 2;
              position: relative; }
            #accommodation .container .info table tbody tr td.hover::before {
              opacity: 0.3; }
            #accommodation .container .info table tbody tr td.active {
              color: white; }
              #accommodation .container .info table tbody tr td.active::before {
                opacity: 1; }
            #accommodation .container .info table tbody tr td::before {
              background: #255040;
              opacity: 0;
              position: absolute;
              top: 0;
              height: 100%;
              width: calc(100%);
              content: '';
              z-index: 0;
              left: -1.5rem;
              right: -1.5rem;
              width: calc(100% + 3rem);
              transition: opacity 0.4s ease; }
            #accommodation .container .info table tbody tr td:first-child {
              text-align: left; }
              #accommodation .container .info table tbody tr td:first-child::before {
                left: -1rem;
                right: 0;
                width: calc(100% + 1rem); }
            #accommodation .container .info table tbody tr td:last-child::before {
              left: 0;
              right: -1rem;
              width: calc(100% + 1rem); }
      #accommodation .container .info p {
        font-size: 1.2rem;
        margin-top: 1rem; }
        @media screen and (max-width: 1023px) {
          #accommodation .container .info p {
            font-size: 1.1rem; } }
    #accommodation .container .plan-container {
      width: 40%;
      position: relative; }
      @media screen and (max-width: 1279px) {
        #accommodation .container .plan-container {
          width: 42.5%; } }
      @media screen and (max-width: 1023px) {
        #accommodation .container .plan-container {
          width: 67.5%;
          order: 3; } }
      @media screen and (max-width: 767px) {
        #accommodation .container .plan-container {
          width: 65%; } }
      @media screen and (max-width: 639px) {
        #accommodation .container .plan-container {
          display: none; } }
      #accommodation .container .plan-container.clicked img {
        opacity: 0; }
        #accommodation .container .plan-container.clicked img.hover {
          opacity: 0; }
        #accommodation .container .plan-container.clicked img.active {
          opacity: 1; }
      #accommodation .container .plan-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 75%;
        margin: 0 auto;
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%); }
        #accommodation .container .plan-container img.hover {
          opacity: 0.5; }
        #accommodation .container .plan-container img.active {
          opacity: 1;
          z-index: 2; }
    #accommodation .container .illustration {
      width: 35%;
      position: relative; }
      @media screen and (max-width: 1279px) {
        #accommodation .container .illustration {
          width: 32.5%; } }
      @media screen and (max-width: 1023px) {
        #accommodation .container .illustration {
          width: 100%;
          order: 1;
          margin-bottom: 6.5rem; } }
      @media screen and (max-width: 767px) {
        #accommodation .container .illustration {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 639px) {
        #accommodation .container .illustration {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 639px) {
        #accommodation .container .illustration.clicked svg,
        #accommodation .container .illustration.clicked img.exterior {
          opacity: 0; } }
      @media screen and (max-width: 639px) {
        #accommodation .container .illustration.clicked .plan-slider-container {
          pointer-events: all;
          opacity: 1;
          visibility: visible;
          transition: visibility 0s linear, opacity 0.4s ease; } }
      #accommodation .container .illustration img.exterior {
        transition: opacity 0.4s ease; }
      #accommodation .container .illustration svg {
        transition: opacity 0.4s ease; }
        @media screen and (max-width: 1023px) {
          #accommodation .container .illustration svg {
            margin-left: 5%; } }
        #accommodation .container .illustration svg [data-plan] {
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.4s ease; }
          #accommodation .container .illustration svg [data-plan].hover {
            opacity: 1; }
          #accommodation .container .illustration svg [data-plan].active {
            opacity: 1; }
      #accommodation .container .illustration .plan-slider-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: visibility 0s linear 0.4s, opacity 0.4s ease; }
        #accommodation .container .illustration .plan-slider-container .controls {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 2; }
          #accommodation .container .illustration .plan-slider-container .controls button {
            appearance: none;
            margin: 0 6rem;
            border: none;
            cursor: pointer; }
            #accommodation .container .illustration .plan-slider-container .controls button img {
              height: 3rem;
              transform: translateY(10%); }
        #accommodation .container .illustration .plan-slider-container .plan-slider {
          position: relative;
          z-index: 1; }
          #accommodation .container .illustration .plan-slider-container .plan-slider .plan-slide {
            text-align: center; }
            #accommodation .container .illustration .plan-slider-container .plan-slider .plan-slide h3 {
              color: white;
              display: inline-block;
              background: #255040;
              font-size: 1.4rem;
              padding: 0.75em 0.75em 0.85em;
              margin: 0;
              line-height: 1;
              font-family: "Radnika", sans-serif;
              font-weight: 400; }

#specification {
  margin-bottom: 35rem; }
  @media screen and (max-width: 1919px) {
    #specification {
      margin-bottom: 20rem; } }
  @media screen and (max-width: 1599px) {
    #specification {
      margin-bottom: 15rem; } }
  @media screen and (max-width: 1439px) {
    #specification {
      margin-bottom: 12.5rem; } }
  @media screen and (max-width: 1279px) {
    #specification {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #specification {
      margin-bottom: 7rem; } }
  @media screen and (max-width: 500px) {
    #specification {
      margin-bottom: 5rem; } }
  #specification h2 {
    margin-bottom: 27.5rem; }
    @media screen and (max-width: 1919px) {
      #specification h2 {
        margin-bottom: 15rem; } }
    @media screen and (max-width: 1599px) {
      #specification h2 {
        margin-bottom: 12.5rem; } }
    @media screen and (max-width: 1439px) {
      #specification h2 {
        margin-bottom: 10rem; } }
    @media screen and (max-width: 1023px) {
      #specification h2 {
        margin-bottom: 7.5rem; } }
    @media screen and (max-width: 639px) {
      #specification h2 {
        margin-bottom: 5rem; } }
  #specification h3 {
    font-size: 5rem;
    font-family: "Ivy Mode", sans-serif;
    color: #255040;
    line-height: 1.25;
    margin-bottom: 0.6em;
    font-weight: 300;
    text-align: center; }
    @media screen and (max-width: 1599px) {
      #specification h3 {
        font-size: 4.8rem;
        margin-bottom: 0.95em; } }
    @media screen and (max-width: 1279px) {
      #specification h3 {
        font-size: 4.4rem; } }
    @media screen and (max-width: 639px) {
      #specification h3 {
        font-size: 4rem;
        margin-bottom: 1em; } }
    @media screen and (max-width: 500px) {
      #specification h3 {
        font-size: 3.6rem;
        margin-bottom: 1em; } }
  #specification ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none; }
    @media screen and (max-width: 1023px) {
      #specification ul {
        display: block; } }
    #specification ul li {
      width: 50%;
      font-family: "Radnika", sans-serif;
      font-size: 1.7rem;
      color: #898b8f;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      padding-left: 2rem; }
      @media screen and (max-width: 1279px) {
        #specification ul li {
          font-size: 1.6rem;
          padding-left: 1.5rem; } }
      @media screen and (max-width: 1023px) {
        #specification ul li {
          width: 100%;
          padding-left: 0;
          margin-bottom: 1.5rem; } }
      @media screen and (max-width: 1023px) {
        #specification ul li span {
          order: 2;
          background: white;
          height: 4.5rem;
          display: flex;
          align-items: center;
          width: calc(100% - 6rem);
          justify-content: center;
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
          text-align: center; } }
      @media screen and (max-width: 639px) {
        #specification ul li span {
          font-size: 1.5rem;
          padding: 0 5rem; } }
      @media screen and (max-width: 500px) {
        #specification ul li span {
          font-size: 1.4rem;
          padding: 0 2.5rem; } }
      #specification ul li .icon-container {
        width: 4.4rem;
        margin-right: 2rem; }
        @media screen and (max-width: 1279px) {
          #specification ul li .icon-container {
            width: 4rem;
            margin-right: 1.5rem; } }
        @media screen and (max-width: 1023px) {
          #specification ul li .icon-container {
            background: white;
            width: 4.5rem;
            height: 4.5rem;
            padding: 0.75rem;
            box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15); } }
        @media screen and (max-width: 500px) {
          #specification ul li .icon-container {
            padding: 0.65em; } }
        #specification ul li .icon-container img {
          width: 100%; }
      #specification ul li:nth-child(odd) {
        justify-content: flex-end;
        padding-left: 0;
        padding-right: 2rem; }
        @media screen and (max-width: 1279px) {
          #specification ul li:nth-child(odd) {
            padding-right: 1.5rem; } }
        @media screen and (max-width: 1023px) {
          #specification ul li:nth-child(odd) {
            justify-content: flex-start;
            padding-right: 0;
            padding-left: 0; } }
        #specification ul li:nth-child(odd) .icon-container {
          order: 2;
          margin-right: 0;
          margin-left: 2rem; }
          @media screen and (max-width: 1279px) {
            #specification ul li:nth-child(odd) .icon-container {
              margin-left: 1.5rem; } }
          @media screen and (max-width: 1023px) {
            #specification ul li:nth-child(odd) .icon-container {
              order: 1;
              margin-left: 0;
              margin-right: 1.5rem; } }

#gallery {
  margin-bottom: 11.5rem; }
  @media screen and (max-width: 1599px) {
    #gallery {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 500px) {
    #gallery {
      margin-bottom: 9rem; } }
  @media screen and (max-width: 1919px) {
    #gallery h2 {
      margin-bottom: 12.5rem; } }
  @media screen and (max-width: 1599px) {
    #gallery h2 {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 1279px) {
    #gallery h2 {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    #gallery h2 {
      margin-bottom: 6.5rem; } }
  @media screen and (max-width: 500px) {
    #gallery h2 {
      margin-bottom: 5rem; } }
  #gallery .finish-grid {
    display: flex; }
    @media screen and (max-width: 1279px) {
      #gallery .finish-grid {
        flex-wrap: wrap; } }
    @media screen and (max-width: 639px) {
      #gallery .finish-grid {
        display: none; } }
    #gallery .finish-grid .column {
      flex: 1;
      padding: 0 0.5rem;
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 1279px) {
        #gallery .finish-grid .column {
          flex: 0 1 25%; } }
      #gallery .finish-grid .column.three {
        flex: 3; }
        @media screen and (max-width: 1279px) {
          #gallery .finish-grid .column.three {
            flex: 0 1 75%; } }
      #gallery .finish-grid .column .img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        height: 100%; }
      #gallery .finish-grid .column .split {
        display: flex;
        justify-content: space-between; }
      #gallery .finish-grid .column:first-child .img, #gallery .finish-grid .column:last-child .img {
        padding-bottom: 325%; }
      @media screen and (max-width: 1279px) {
        #gallery .finish-grid .column:first-child, #gallery .finish-grid .column:nth-child(2) {
          margin-bottom: 1rem; } }
      #gallery .finish-grid .column:nth-child(2) .split {
        height: 40%;
        margin-bottom: 1rem; }
        #gallery .finish-grid .column:nth-child(2) .split .img {
          width: calc(66.66666666% - 0.5rem);
          height: 100%; }
          #gallery .finish-grid .column:nth-child(2) .split .img:last-child {
            width: calc(33.3333333333% - 0.5rem); }
      #gallery .finish-grid .column:nth-child(2) .img {
        height: calc(60% - 1rem); }
      #gallery .finish-grid .column:nth-child(3) .img {
        height: calc(72% - 1rem); }
      #gallery .finish-grid .column:nth-child(3) .split {
        height: 28%;
        margin-top: 1rem; }
        #gallery .finish-grid .column:nth-child(3) .split .img {
          width: calc(50% - 0.5rem);
          height: 100%; }
  #gallery .finish-slider-container {
    display: none;
    position: relative;
    width: 80%;
    margin-left: 10%;
    padding-bottom: 80%; }
    @media screen and (max-width: 639px) {
      #gallery .finish-slider-container {
        display: block; } }
    #gallery .finish-slider-container .finish-slider {
      position: absolute;
      top: 0;
      left: -1rem;
      height: 100%;
      width: calc(100% + 2rem);
      cursor: pointer; }
      #gallery .finish-slider-container .finish-slider .slick-dots {
        bottom: -4rem; }
        @media screen and (max-width: 500px) {
          #gallery .finish-slider-container .finish-slider .slick-dots {
            bottom: -3.5rem;
            transform: scale(0.9);
            transform-origin: center; } }
        #gallery .finish-slider-container .finish-slider .slick-dots li {
          width: 1.2rem;
          height: 1.2rem; }
          #gallery .finish-slider-container .finish-slider .slick-dots li.slick-active button {
            background-color: #255040; }
          #gallery .finish-slider-container .finish-slider .slick-dots li button {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background: white;
            border: 0.15rem solid #255040; }
            #gallery .finish-slider-container .finish-slider .slick-dots li button:before {
              content: none; }
      #gallery .finish-slider-container .finish-slider .slick-list,
      #gallery .finish-slider-container .finish-slider .slick-track {
        height: 100%; }
      #gallery .finish-slider-container .finish-slider .slick-list {
        clip-path: inset(0 -20rem 0);
        overflow: visible; }
        #gallery .finish-slider-container .finish-slider .slick-list .img {
          position: relative;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          margin: 0 1rem;
          transform: scale(0.925);
          transform-origin: center;
          transition: transform 0.5s ease; }
          @media screen and (max-width: 500px) {
            #gallery .finish-slider-container .finish-slider .slick-list .img {
              transform: scale(0.85); } }
          #gallery .finish-slider-container .finish-slider .slick-list .img.slick-active {
            transform: scale(1); }
          #gallery .finish-slider-container .finish-slider .slick-list .img:hover .caption {
            opacity: 1; }
            #gallery .finish-slider-container .finish-slider .slick-list .img:hover .caption h3 {
              transform: none; }

#location {
  margin-bottom: 8rem; }
  @media screen and (max-width: 1599px) {
    #location {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 1023px) {
    #location {
      margin-bottom: 5rem; } }
  @media screen and (max-width: 500px) {
    #location {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 1919px) {
    #location h2 {
      margin-bottom: 12.5rem; } }
  @media screen and (max-width: 1599px) {
    #location h2 {
      margin-bottom: 10rem; } }
  @media screen and (max-width: 1279px) {
    #location h2 {
      margin-bottom: 7.5rem; } }
  @media screen and (max-width: 767px) {
    #location h2 {
      margin-bottom: 6.5rem; } }
  @media screen and (max-width: 500px) {
    #location h2 {
      margin-bottom: 5rem; } }
  #location .map-wrapper {
    position: relative; }
    #location .map-wrapper #map {
      padding-bottom: 40%;
      background: grey; }
      @media screen and (max-width: 1599px) {
        #location .map-wrapper #map {
          padding-bottom: 50%; } }
      @media screen and (max-width: 1439px) {
        #location .map-wrapper #map {
          padding-bottom: 60%; } }
      @media screen and (max-width: 1023px) {
        #location .map-wrapper #map {
          padding-bottom: 75%; } }
      @media screen and (max-width: 767px) {
        #location .map-wrapper #map {
          padding-bottom: 100%; } }
      @media screen and (max-width: 639px) {
        #location .map-wrapper #map {
          padding-bottom: 125%; } }
      @media screen and (max-width: 500px) {
        #location .map-wrapper #map {
          padding-bottom: 150%; } }
    #location .map-wrapper .info-content {
      display: flex; }
      #location .map-wrapper .info-content * {
        font-family: "Radnika", sans-serif;
        font-weight: 300;
        color: #898b8f; }
      #location .map-wrapper .info-content h3 {
        text-decoration: underline;
        font-size: 1.7rem;
        margin-bottom: 0.2em; }
        @media screen and (max-width: 1023px) {
          #location .map-wrapper .info-content h3 {
            font-size: 1.6rem; } }
      #location .map-wrapper .info-content p {
        font-size: 1.3rem;
        margin: 0; }
      #location .map-wrapper .info-content .img {
        width: 13.5rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 2rem; }
    #location .map-wrapper .map-info {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      background: white;
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
      padding: 1.5rem 2rem 2.5rem;
      float: left;
      clear: left; }
      @media screen and (max-width: 1023px) {
        #location .map-wrapper .map-info {
          box-shadow: none;
          padding: 0;
          background: transparent;
          position: static;
          float: none;
          clear: none; } }
      #location .map-wrapper .map-info h3 {
        font-size: 5rem;
        font-family: "Ivy Mode", sans-serif;
        color: #255040;
        line-height: 1.25;
        margin-bottom: 0.4em;
        font-weight: 300;
        text-align: left;
        display: inline-block; }
        @media screen and (max-width: 1919px) {
          #location .map-wrapper .map-info h3 {
            font-size: 4.8rem; } }
        @media screen and (max-width: 1599px) {
          #location .map-wrapper .map-info h3 {
            font-size: 4rem; } }
        @media screen and (max-width: 1439px) {
          #location .map-wrapper .map-info h3 {
            font-size: 3.8rem; } }
        @media screen and (max-width: 1279px) {
          #location .map-wrapper .map-info h3 {
            font-size: 3.2rem; } }
        @media screen and (max-width: 1023px) {
          #location .map-wrapper .map-info h3 {
            font-size: 3.6rem; } }
        @media screen and (max-width: 500px) {
          #location .map-wrapper .map-info h3 {
            font-size: 2.6rem; } }
      #location .map-wrapper .map-info p {
        margin: 0;
        width: 0;
        min-width: 100%; }
        @media screen and (max-width: 1279px) {
          #location .map-wrapper .map-info p {
            font-size: 1.5rem; } }
        @media screen and (max-width: 1023px) {
          #location .map-wrapper .map-info p {
            width: auto;
            min-width: 0;
            margin-bottom: 3rem; } }
        @media screen and (max-width: 500px) {
          #location .map-wrapper .map-info p {
            font-size: 1.4rem; } }

#contacts {
  padding-bottom: 7rem; }
  @media screen and (max-width: 767px) {
    #contacts {
      padding-bottom: 5rem; } }
  @media screen and (max-width: 500px) {
    #contacts {
      padding-bottom: 4rem; } }
  #contacts .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media screen and (max-width: 1023px) {
      #contacts .container {
        justify-content: flex-start; } }
    #contacts .container h2 {
      width: 100%; }
      @media screen and (max-width: 1919px) {
        #contacts .container h2 {
          margin-bottom: 12.5rem; } }
      @media screen and (max-width: 1599px) {
        #contacts .container h2 {
          margin-bottom: 10rem; } }
      @media screen and (max-width: 1279px) {
        #contacts .container h2 {
          margin-bottom: 7.5rem; } }
      @media screen and (max-width: 767px) {
        #contacts .container h2 {
          margin-bottom: 6.5rem; } }
      @media screen and (max-width: 500px) {
        #contacts .container h2 {
          margin-bottom: 5rem; } }
    #contacts .container .slider-wrapper {
      width: 100%; }
      @media screen and (max-width: 1023px) {
        #contacts .container .slider-wrapper {
          width: 90%;
          margin-left: 5%;
          order: 2; } }
      @media screen and (max-width: 639px) {
        #contacts .container .slider-wrapper {
          width: 80%;
          margin-left: 10%; } }
      #contacts .container .slider-wrapper .slide-inner {
        padding-bottom: 100%;
        position: relative; }
        #contacts .container .slider-wrapper .slide-inner .slider {
          position: absolute;
          top: 0;
          left: -1rem;
          height: 100%;
          width: calc(100% + 2rem);
          cursor: pointer; }
          #contacts .container .slider-wrapper .slide-inner .slider .slick-dots {
            bottom: -4rem; }
            @media screen and (max-width: 500px) {
              #contacts .container .slider-wrapper .slide-inner .slider .slick-dots {
                bottom: -3.5rem;
                transform: scale(0.9);
                transform-origin: center; } }
            #contacts .container .slider-wrapper .slide-inner .slider .slick-dots li {
              width: 1.2rem;
              height: 1.2rem; }
              #contacts .container .slider-wrapper .slide-inner .slider .slick-dots li.slick-active button {
                background-color: #255040; }
              #contacts .container .slider-wrapper .slide-inner .slider .slick-dots li button {
                width: 100%;
                height: 100%;
                border-radius: 100%;
                background: white;
                border: 0.15rem solid #255040; }
                #contacts .container .slider-wrapper .slide-inner .slider .slick-dots li button:before {
                  content: none; }
          #contacts .container .slider-wrapper .slide-inner .slider .slick-list,
          #contacts .container .slider-wrapper .slide-inner .slider .slick-track {
            height: 100%; }
          #contacts .container .slider-wrapper .slide-inner .slider .slick-list {
            clip-path: inset(0 0 0 -300rem);
            overflow: visible; }
            @media screen and (max-width: 1023px) {
              #contacts .container .slider-wrapper .slide-inner .slider .slick-list {
                clip-path: inset(0 -20rem 0); } }
            #contacts .container .slider-wrapper .slide-inner .slider .slick-list .slide {
              position: relative;
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              margin: 0 1rem; }
              @media screen and (max-width: 1023px) {
                #contacts .container .slider-wrapper .slide-inner .slider .slick-list .slide {
                  transform: scale(0.925);
                  transform-origin: center;
                  transition: transform 0.5s ease; } }
              @media screen and (max-width: 500px) {
                #contacts .container .slider-wrapper .slide-inner .slider .slick-list .slide {
                  transform: scale(0.85); } }
              #contacts .container .slider-wrapper .slide-inner .slider .slick-list .slide.slick-active {
                transform: scale(1); }
    #contacts .container img {
      width: calc(100% - 27rem); }
      @media screen and (max-width: 1279px) {
        #contacts .container img {
          width: calc(100% - 25rem); } }
      @media screen and (max-width: 1023px) {
        #contacts .container img {
          width: 100%;
          order: 2; } }
    #contacts .container .agents {
      width: 27rem;
      padding-left: 3rem; }
      @media screen and (max-width: 1279px) {
        #contacts .container .agents {
          width: 25rem; } }
      @media screen and (max-width: 1023px) {
        #contacts .container .agents {
          width: 100%;
          margin-bottom: 7.5rem;
          order: 1;
          text-align: center;
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        #contacts .container .agents {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 500px) {
        #contacts .container .agents {
          margin-bottom: 4rem; } }
      #contacts .container .agents h3 {
        font-size: 1.7rem;
        font-family: "Radnika", sans-serif;
        text-transform: uppercase;
        margin-bottom: 1.5em; }
        @media screen and (max-width: 1439px) {
          #contacts .container .agents h3 {
            font-size: 1.6rem;
            margin-bottom: 1.25em; } }
        #contacts .container .agents h3 a {
          text-decoration: underline;
          color: #255040; }
      #contacts .container .agents p {
        white-space: nowrap;
        margin-bottom: 1.5em; }
        @media screen and (max-width: 1439px) {
          #contacts .container .agents p {
            margin-bottom: 1em;
            font-size: 1.5rem; } }
        #contacts .container .agents p a {
          color: #898b8f;
          transition: color 0.4s ease; }
          #contacts .container .agents p a:hover {
            color: #255040; }
      #contacts .container .agents #downloads {
        margin-top: 2rem; }
        #contacts .container .agents #downloads h3 {
          margin-bottom: 0.5em;
          color: #255040; }
        #contacts .container .agents #downloads ul {
          margin: 0;
          list-style: none; }
          #contacts .container .agents #downloads ul li a {
            font-size: 1.7rem;
            color: #898b8f;
            line-height: 1.3;
            font-family: "Radnika", sans-serif;
            font-weight: 300;
            margin: 0 0 1.5em;
            transition: color 0.4s ease; }
            @media screen and (max-width: 1439px) {
              #contacts .container .agents #downloads ul li a {
                font-size: 1.5rem; } }
            #contacts .container .agents #downloads ul li a:hover {
              color: #255040; }
      #contacts .container .agents p.misrep {
        font-size: 1.4rem;
        white-space: normal;
        margin-top: 3rem;
        margin-bottom: 0; }
        @media screen and (max-width: 1023px) {
          #contacts .container .agents p.misrep {
            font-size: 1.3rem; } }
        @media screen and (max-width: 500px) {
          #contacts .container .agents p.misrep {
            font-size: 1.2rem; } }
        #contacts .container .agents p.misrep a {
          color: #255040;
          text-decoration: underline; }

