@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

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

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

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Lovelyn';
  font-style: normal;
  font-weight: 400;
  src: url(lovelyn.otf) format('opentype');
}

*,
*:active,
*:focus {
  outline: none; }

::-moz-selection {
  color: inherit;
  background: transparent;
  opacity: 1; }

::selection {
  color: inherit;
  background: transparent;
  opacity: 1; }

html {
  font-size: 18px;
  height: -webkit-fill-available; }
  @media (max-width: 640px) {
    html {
      font-size: 16px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: -webkit-fill-available;
  min-height: 100vh; }

body {
  background: #fff;
  color: #024c45;
  font-family: 'Lovelyn', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 0; }
  @media (max-width: 640px) {
    body {
      line-height: 22px; } }

a {
  color: #024c45;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover {
    color: #8d634b; }

img,
svg {
  height: auto;
  max-width: 100%; }

b, strong, .strong {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1, .h1 {
  font-family: 'Lovelyn', sans-serif;
  font-size: 35px;
  line-height: 44px; }
  @media (max-width: 640px) {
    h1, .h1 {
      font-size: 33px;
      line-height: 42px; } }

h2, .h2 {
  font-family: 'Lovelyn', sans-serif;
  font-size: 35px;
  line-height: 44px; }
  @media (max-width: 640px) {
    h2, .h2 {
      font-size: 33px;
      line-height: 42px; } }

h3, .h3 {
  font-family: 'Lovelyn', sans-serif;
  font-size: 35px;
  line-height: 44px; }
  @media (max-width: 640px) {
    h3, .h3 {
      font-size: 33px;
      line-height: 42px; } }

h4, .h4 {
  font-family: 'Lovelyn', sans-serif;
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 640px) {
    h4, .h4 {
      font-size: 20px;
      line-height: 28px; } }

p {
  margin: 0 0 20px 0; }
  p:last-child {
    margin: 0 !important; }

#app {
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.c-gold {
  color: #8d634b; }

.c-green {
  color: #024c45; }

.c-beige {
  color: #e0dfdb; }

.bg-green {
  background: #024c45; }

.bg-lightgreen {
  background: #b8ccc3; }

.bg-beige {
  background: #e0dfdb; }

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.is-invisible {
  opacity: 0;
  visibility: hidden; }

.relative {
  position: relative; }

.nowrap {
  white-space: nowrap; }

.max-width {
  padding: 0 40px; }
  @media (min-width: 1700px) {
    .max-width {
      margin: 0 auto;
      max-width: 1440px;
      padding: 0; } }
  @media (max-width: 640px) {
    .max-width {
      max-width: none;
      padding: 0 20px; } }

.mw500 {
  margin: 0 auto;
  max-width: 500px; }

.mw700 {
  margin: 0 auto;
  max-width: 700px; }

#content {
  padding: calc(100px + 40px) 0 0 0; }
  @media (max-width: 640px) {
    #content {
      padding: calc(60px + 20px) 0 0 0; } }

.bread {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 79px; }
  @media (max-width: 640px) {
    .bread {
      display: none; } }

.img,
.image {
  line-height: 0; }
  .img img,
  .image img {
    width: 100%; }

.pagetitle .title {
  margin: 0 auto;
  max-width: 300px; }

.pagetitle .icon {
  line-height: 0;
  padding: 25px 0 30px 0;
  text-align: center; }
  .pagetitle .icon img {
    width: 16px; }

.lang span {
  opacity: 0.6; }

.letters {
  bottom: 50px;
  font-size: 300px;
  left: 50%;
  line-height: 1;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1; }
  @media (max-width: 768px) {
    .letters {
      font-size: 200px;
      bottom: -100px; } }
  .letters--wedding .letter:nth-child(1) {
    position: absolute;
    top: 50px;
    left: -50px; }
  .letters--wedding .letter:nth-child(2) {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px); }

.slide__arrow,
.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNmZmZmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
  background-position: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 80px; }

.slider .image.has-video {
  background: #000;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.slider .image video {
  left: 50%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1; }

.delay-1 {
  -webkit-transition-delay: 0.10s !important;
       -o-transition-delay: 0.10s !important;
          transition-delay: 0.10s !important; }
  @media (max-width: 767px) {
    .delay-1 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-2 {
  -webkit-transition-delay: 0.20s !important;
       -o-transition-delay: 0.20s !important;
          transition-delay: 0.20s !important; }
  @media (max-width: 767px) {
    .delay-2 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-3 {
  -webkit-transition-delay: 0.30s !important;
       -o-transition-delay: 0.30s !important;
          transition-delay: 0.30s !important; }
  @media (max-width: 767px) {
    .delay-3 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-4 {
  -webkit-transition-delay: 0.40s !important;
       -o-transition-delay: 0.40s !important;
          transition-delay: 0.40s !important; }
  @media (max-width: 767px) {
    .delay-4 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-5 {
  -webkit-transition-delay: 0.50s !important;
       -o-transition-delay: 0.50s !important;
          transition-delay: 0.50s !important; }
  @media (max-width: 767px) {
    .delay-5 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-6 {
  -webkit-transition-delay: 0.60s !important;
       -o-transition-delay: 0.60s !important;
          transition-delay: 0.60s !important; }
  @media (max-width: 767px) {
    .delay-6 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-7 {
  -webkit-transition-delay: 0.70s !important;
       -o-transition-delay: 0.70s !important;
          transition-delay: 0.70s !important; }
  @media (max-width: 767px) {
    .delay-7 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-8 {
  -webkit-transition-delay: 0.80s !important;
       -o-transition-delay: 0.80s !important;
          transition-delay: 0.80s !important; }
  @media (max-width: 767px) {
    .delay-8 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-9 {
  -webkit-transition-delay: 0.90s !important;
       -o-transition-delay: 0.90s !important;
          transition-delay: 0.90s !important; }
  @media (max-width: 767px) {
    .delay-9 {
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-10 {
  -webkit-transition-delay: 1.00s !important;
       -o-transition-delay: 1.00s !important;
          transition-delay: 1.00s !important; }

.delay-11 {
  -webkit-transition-delay: 1.10s !important;
       -o-transition-delay: 1.10s !important;
          transition-delay: 1.10s !important; }

.delay-12 {
  -webkit-transition-delay: 1.20s !important;
       -o-transition-delay: 1.20s !important;
          transition-delay: 1.20s !important; }

.delay-13 {
  -webkit-transition-delay: 1.30s !important;
       -o-transition-delay: 1.30s !important;
          transition-delay: 1.30s !important; }

.delay-14 {
  -webkit-transition-delay: 1.40s !important;
       -o-transition-delay: 1.40s !important;
          transition-delay: 1.40s !important; }

.delay-15 {
  -webkit-transition-delay: 1.50s !important;
       -o-transition-delay: 1.50s !important;
          transition-delay: 1.50s !important; }

.show-in-view {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-in-view.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-on-load {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s; }
  .show-on-load.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-left {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-left.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.show-from-right {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .show-from-right.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.fade-in-view {
  opacity: 0;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .fade-in-view.animate {
    opacity: 1; }

.image {
  position: relative; }
  .image:after {
    background: #fff;
    bottom: -1px;
    content: '';
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 1.25s ease-in-out;
    -o-transition: all 1.25s ease-in-out;
    transition: all 1.25s ease-in-out;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
  .image.animate:after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }

.image--green:after {
  background: #dac97e; }

.image--beige:after {
  background: #e0dfdb; }

.anim-bg {
  position: relative; }
  .anim-bg:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .anim-bg.animate:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
.text {font-family:'Montserrat';}
.green {
  color: #fff;
  padding: 100px 0; }
  @media (max-width: 768px) {
    .green {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .green {
      padding: 50px 0; } }
  .green .text {
    margin: 0 auto;
    max-width: 700px; }
  .green .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 40px 0; }
    @media (max-width: 414px) {
      .green .buttons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .green .buttons a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: 0 15px;
      padding: 9px 18px 12px 18px;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      white-space: nowrap; }
      @media (max-width: 414px) {
        .green .buttons a {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0 0 15px 0;
          width: 100%; } }
      .green .buttons a span:nth-child(1) {
        display: inline-block;
        margin: 4px 18px 0 0; }
      .green .buttons a svg {
        width: 20px; }
      .green .buttons a path {
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .green .buttons a:hover {
        border-color: #fff;
        color: #fff; }
        .green .buttons a:hover path {
          stroke: #fff; }
  .green .button--1 {
    border: 2px solid #ca9a8e;
    color: #ca9a8e; }
    .green .button--1 path {
      stroke: #ca9a8e; }
  .green .button--2 {
    border: 2px solid #b8ccc3;
    color: #b8ccc3; }
  .green img {
    margin: 30px 0 0 0; }

.lightgreen {
  padding: 100px 0; }
  @media (max-width: 768px) {
    .lightgreen {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .lightgreen {
      padding: 75px 0; } }
  @media (max-width: 512px) {
    .lightgreen {
      padding: 50px 0; } }
  .lightgreen .text {
    margin: 0 auto;
    max-width: 700px; }
    @media (max-width: 768px) {
      .lightgreen .text {
        max-width: none; } }
    @media (max-width: 640px) {
      .lightgreen .text {
        text-align: center; } }
    .lightgreen .text:after {
      background-size: contain;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OS44IiBoZWlnaHQ9IjExLjIiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAyNGM0NSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIj48cGF0aCBkPSJNMCA1LjZoNDkuMU00My44LjRsNS4zIDUuMi01LjMgNS4zIi8+PC9nPjwvc3ZnPg==) no-repeat center;
      display: block;
      margin: 40px 0 0 0;
      width: 50px;
      height: 15px; }
  .lightgreen a {
    font-family: 'Lovelyn', sans-serif; }

.beige {
  padding: 100px 0;
  margin: 40px; }
  @media (max-width: 768px) {
    .beige {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .beige {
      padding: 50px 0;
      margin: 20px; } }
  .beige .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 50px 0; }
    .beige .images div {
      margin: 0 20px; }
      @media (max-width: 414px) {
        .beige .images div {
          margin: 0;
          padding: 0 10px;
          text-align: center;
          width: 50%; } }
    .beige .images img {
      width: 125px; }
  .beige .text {
    margin: 0 auto;
    max-width: 700px; }

.imagefull .imagefull__image {
  height: 0;
  padding-top: 50%; }
  @media (max-width: 640px) {
    .imagefull .imagefull__image {
      padding-top: 65%; } }
  @media (max-width: 414px) {
    .imagefull .imagefull__image {
      padding-top: 100%; } }

.video {
  height: 0;
  padding-top: 41%;
  position: relative;
  overflow: hidden; }
  .video:before {
    background: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0; }
  .video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video .play {
    background: #024c45;
    border-radius: 100%;
    color: #e0dfdb;
    cursor: pointer;
    height: 100px;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 100px;
    z-index: 1; }
    .video .play:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17.5px 0 17.5px 30.3px;
      border-color: transparent transparent transparent #ffffff;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-35%, -50%);
          -ms-transform: translate(-35%, -50%);
              transform: translate(-35%, -50%); }
    .video .play:hover {
      background: #8d634b; }
  .video .pause {
    background: #024c45;
    border-radius: 100%;
    color: #e0dfdb;
    cursor: pointer;
    height: 100px;
    left: 50%;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 100px;
    z-index: 1; }
    .video .pause:before, .video .pause:after {
      background: #fff;
      content: '';
      height: 40px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 5px; }
    .video .pause:before {
      -webkit-transform: translate(calc(-50% - 8px), -50%);
          -ms-transform: translate(calc(-50% - 8px), -50%);
              transform: translate(calc(-50% - 8px), -50%); }
    .video .pause:after {
      -webkit-transform: translate(calc(-50% + 8px), -50%);
          -ms-transform: translate(calc(-50% + 8px), -50%);
              transform: translate(calc(-50% + 8px), -50%); }
    .video .pause:hover {
      background: #8d634b; }

#video {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.imagetext {
  margin: 100px 0; }
  @media (max-width: 768px) {
    .imagetext {
      margin: 75px 0; } }
  @media (max-width: 640px) {
    .imagetext {
      margin: 50px 0 20px 0; } }
  .imagetext .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px 0; }
    @media (max-width: 640px) {
      .imagetext .flex {
        margin: 0; } }
    .imagetext .flex > div {
      width: calc(50% - 20px); }
      @media (max-width: 640px) {
        .imagetext .flex > div {
          width: 100%; } }
      @media (max-width: 640px) {
        .imagetext .flex > div:nth-child(1) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .imagetext .flex > div:nth-child(2) {
        padding: 0 50px;
        position: relative; }
        @media (max-width: 640px) {
          .imagetext .flex > div:nth-child(2) {
            padding: 0 0 30px 0; } }
        .imagetext .flex > div:nth-child(2) a {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; }
  .imagetext .title {
    margin: 0 0 20px 0; }

.imagetext--reverse .flex > div:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.imagetext--reverse .flex > div:nth-child(2) {
  padding: 0 50px 0 0; }
  @media (max-width: 640px) {
    .imagetext--reverse .flex > div:nth-child(2) {
      padding: 0 0 30px 0; } }

.imagetext--reverse .title {
  margin: 0 0 20px 0; }

.hero {
  position: relative; }
  .hero .hero__image {
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    @media (max-width: 640px) {
      .hero .hero__image {
        height: 0;
        padding-top: 100%; } }
  .hero:after {
    background: #024c45;
    bottom: 0;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1; }
@media (min-width: 640px) {.alsoj{text-align: right;}}
.heroslider {
  margin: 0 0 80px 0; }
  @media (max-width: 768px) {
    .heroslider {
      margin: 0 0 40px 0; } }
  @media (max-width: 640px) {
    .heroslider {
      margin: 0;
      position: relative; }
      .heroslider:after {
        background: #a9a9a9;
        bottom: 0;
        content: '';
        height: 75%;
        left: -20px;
        position: absolute;
        right: -20px;
        z-index: -1; } }
  @media (min-width: 1700px) {
    .page-template-template-home .heroslider .max-width {
      max-width: none;
      padding: 0 40px; } }
  .heroslider .slick-list {
    overflow: visible !important; }
  .heroslider .slide {
    position: relative; }
  .heroslider .heroslider__image {
    height: 70vh;
    overflow: hidden;
    position: relative;
    background-color: black; }
    @media (max-width: 1024px) {
      .heroslider .heroslider__image {
        height: 50vh; } }
    @media (max-width: 640px) {
      .heroslider .heroslider__image {
        height: 300px; } }
  .heroslider .slide__image {
    overflow: hidden;
    position: relative; }
    .heroslider .slide__image a {
      display: block; }
  .heroslider .slide__box {
    background: #a9a9a9;
    display: inline-block;
    left: -40px;
    padding: 40px 60px 40px 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 350px;
    z-index: 1; }
    @media (max-width: 640px) {
      .heroslider .slide__box {
        bottom: auto;
        left: auto;
        padding: 30px 60px 100px 0;
        position: relative;
        top: auto;
        width: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
    .heroslider .slide__box a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .heroslider .slide__box:hover .slide__arrow {
      background-position: 0; }
  .heroslider .slide__title {
    margin: 0 0 20px 0; color:white}
  .heroslider .slide__text {font-family:'Montserrat';
    margin: 0 0 40px 0; color:white }
  .heroslider .slide__arrow { color:white;
    margin: 40px 0 0 0; }
  .heroslider .slick-dots {
    bottom: 20px;
    right: 20px;
    left: auto; }
    @media (max-width: 640px) {
      .heroslider .slick-dots {
        bottom: 30px;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        width: 100%; }
        .heroslider .slick-dots li button:before {
          background: #fff; } }
  .heroslider video {
    min-height: 100%;
    left: 50%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1; }

.events {
  margin: 100px 0; }
  @media (max-width: 768px) {
    .events {
      margin: 75px 0; } }
  @media (max-width: 640px) {
    .events {
      margin: 50px 0; } }
  .events .title {
    margin: 0 0 20px 0; color: #dac97e;}
  .events .text {
    margin: 0 auto;
    max-width: 700px; }
  .events .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 200px 0 0 0; }
    @media (max-width: 640px) {
      .events .flex {
        margin: 75px 0 0 0; } }
    .events .flex > div {
      position: relative;
      width: calc(50% - 20px); }
      @media (max-width: 640px) {
        .events .flex > div {
          width: 100%; } }
      .events .flex > div:nth-child(2) {
        margin: 100px 0 0 0; }
      .events .flex > div .letters {
        bottom: auto;
        left: auto;
        right: 40px;
        top: -100px; }
    .events .flex .title {
      margin: 20px 0; }
    .events .flex .text {
      padding: 0 50px 0 0; }
    .events .flex .arrow {
      margin: 40px 0 0 0; }
    .events .flex a {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }

.sapio {
  background: #ca9a8e;
  color: #fff;
  margin: 40px;
  padding: 100px 0 50px 0; }
  @media (max-width: 640px) {
    .sapio {
      margin: 20px;
      padding: 50px 0 50px 0; } }
  @media (max-width: 414px) {
    .sapio {
      padding: 50px 0 30px 0; } }
  .sapio .cta {
    display: inline-block;
    margin: 40px 0 0 0; }

.button--download {
  border-radius: 5px;
  border: 2px solid #024c45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px 10px 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  .button--download span:nth-child(1) {
    display: inline-block;
    margin: 4px 20px 0 0; }
  .button--download svg {
    width: 17px; }
  .button--download path {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .button--download:hover {
    border-color: #8d634b; }
    .button--download:hover path {
      stroke: #8d634b; }

.imagestwo {
  padding: 0 0 100px 0; }
  @media (max-width: 768px) {
    .imagestwo {
      padding: 35px 0 75px 0; } }
  .imagestwo .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .imagestwo .flex > div {
      width: calc(50% - 20px); }
      @media (max-width: 414px) {
        .imagestwo .flex > div {
          width: 100%; } }
      .imagestwo .flex > div:nth-child(2) {
        margin: 25% 0 0 0; }
        @media (max-width: 414px) {
          .imagestwo .flex > div:nth-child(2) {
            margin: 20px 0 0 0; } }
  .imagestwo .title {
    margin: 0 0 20px 0; }
  .imagestwo .text {
    max-width: 500px; }
  .imagestwo .images {
    margin: 75px 0 0 0; }

#header {
  height: 100px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10; background: #fff;}
  @media (max-width: 640px) {
    #header {
      background: #fff;
      height: 60px; } }
  #header > div {
    height: 100%; }
    @media (min-width: 1700px) {
      #header > div {
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
        padding: 0; } }
    @media (min-width: 1700px) {
      .page-template-template-home #header > div {
        max-width: none;
        position: static; } }
  .has-scrolled #header {
    background: white;
    height: 70px; }
    @media (max-width: 640px) {
      .has-scrolled #header {
        height: 60px; } }

.header__bread {
  bottom: 0;
  left: 40px;
  line-height: 1;
  position: absolute; }

.header__logo {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 640px) {
    .header__logo {
      bottom: 50% !important;
      left: 20px;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); } }
  .has-scrolled .header__logo {
    bottom: 65px; }
  .header__logo img:nth-child(1) {
    height: 85px; }
    @media (max-width: 640px) {
      .header__logo img:nth-child(1) {
        display: none; } }
    .has-scrolled .header__logo img:nth-child(1) {
      display: none; }
  .header__logo img:nth-child(2) {
    height: 41px;
    display: none; }
    .has-scrolled .header__logo img:nth-child(2) {
      display: block; }
      @media (max-width: 640px) {
        .has-scrolled .header__logo img:nth-child(2) {
          display: none; } }
  .header__logo img:nth-child(3) {
    display: none; }
    @media (max-width: 640px) {
      .header__logo img:nth-child(3) {
        display: block;
        height: 30px; } }

.header__burger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  position: absolute;
  right: 40px;
  z-index: 2; }
  @media (min-width: 1700px) {
    .header__burger {
      right: 0; } }
  @media (max-width: 640px) {
    .header__burger {
      bottom: 50% !important;
      right: 20px;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); } }
  @media (min-width: 1700px) {
    .page-template-template-home .header__burger {
      right: 40px; } }
  .has-scrolled .header__burger {
    bottom: 25px; }
  .header__burger span {
    background: #024c45;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 40px; }
    .header__burger span:before, .header__burger span:after {
      background: #024c45;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      width: 40px;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
    .header__burger span:before {
      top: -8px; }
    .header__burger span:after {
      top: 8px; }
  .header__burger:hover span:after {
    width: 30px; }
  .header__burger.is-active span {
    background: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .header__burger.is-active span:before {
      background: #fff;
      top: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .header__burger.is-active span:after {
      background: #fff;
      opacity: 0;
      top: 0; }

.header__navigation {
  background: #a9a9a9;
  bottom: 0;
  min-width: 450px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.35s;
       -o-transition-delay: 0.35s;
          transition-delay: 0.35s;
  width: 40%;
  z-index: 1; }
  @media (min-width: 1600px) {
    .header__navigation {
      min-width: 0;
      width: 550px; } }
  @media (max-width: 450px) {
    .header__navigation {
      min-width: 0;
      width: 100%; } }
  .header__navigation > div {
    height: 100%;
    overflow-y: auto;
    padding: 75px 50px 50px 50px; }
    @media (max-width: 450px) {
      .header__navigation > div {
        padding: 30px; } }
  .header__navigation.is-active {
    pointer-events: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .header__navigation.is-active .header__menu > ul > li {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(1) {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(2) {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(3) {
        -webkit-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(4) {
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(5) {
        -webkit-transition-delay: 0.5s;
             -o-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(6) {
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(7) {
        -webkit-transition-delay: 0.7s;
             -o-transition-delay: 0.7s;
                transition-delay: 0.7s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(8) {
        -webkit-transition-delay: 0.8s;
             -o-transition-delay: 0.8s;
                transition-delay: 0.8s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(9) {
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(10) {
        -webkit-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(11) {
        -webkit-transition-delay: 1.1s;
             -o-transition-delay: 1.1s;
                transition-delay: 1.1s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(12) {
        -webkit-transition-delay: 1.2s;
             -o-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(13) {
        -webkit-transition-delay: 1.3s;
             -o-transition-delay: 1.3s;
                transition-delay: 1.3s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(14) {
        -webkit-transition-delay: 1.4s;
             -o-transition-delay: 1.4s;
                transition-delay: 1.4s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(15) {
        -webkit-transition-delay: 1.5s;
             -o-transition-delay: 1.5s;
                transition-delay: 1.5s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(16) {
        -webkit-transition-delay: 1.6s;
             -o-transition-delay: 1.6s;
                transition-delay: 1.6s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(17) {
        -webkit-transition-delay: 1.7s;
             -o-transition-delay: 1.7s;
                transition-delay: 1.7s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(18) {
        -webkit-transition-delay: 1.8s;
             -o-transition-delay: 1.8s;
                transition-delay: 1.8s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(19) {
        -webkit-transition-delay: 1.9s;
             -o-transition-delay: 1.9s;
                transition-delay: 1.9s; }
      .header__navigation.is-active .header__menu > ul > li:nth-of-type(20) {
        -webkit-transition-delay: 2s;
             -o-transition-delay: 2s;
                transition-delay: 2s; }
    .header__navigation.is-active .header__tools {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.9s;
           -o-transition-delay: 0.9s;
              transition-delay: 0.9s; }

.header__menu > ul > li {
  margin: 0 0 10px 0;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  .header__menu > ul > li:last-child {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    margin: 50px 0 0 0;
    padding: 50px 0 0 0; }
    @media (max-width: 450px) {
      .header__menu > ul > li:last-child {
        margin: 30px 0 0 0;
        padding: 30px 0 0 0; } }
    .header__menu > ul > li:last-child a {
      font-size: 17px;
      line-height: 27px; }
      @media (max-width: 640px) {
        .header__menu > ul > li:last-child a {
          font-size: 15px;
          line-height: 25px; } }

.header__menu a {
  color: #fff;
  font-size: 28px;
  line-height: 33px; }
  @media (max-width: 640px) {
    .header__menu a {
      font-size: 26px;
      line-height: 31px; } }
  .header__menu a:hover {
    color: #e0dfdb; }

.header__tools {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .header__tools .social {
    margin: 20px 0; }
  .header__tools .contact {
    margin: 20px 0; }
  .header__tools .lang {
    color: #fff; }
  .header__tools a {
    color: #fff;
    font-size: 17px;
    line-height: 27px; }
    @media (max-width: 640px) {
      .header__tools a {
        font-size: 15px;
        line-height: 25px; } }
    .header__tools a:hover {
      color: #e0dfdb; }

.header__languages {
  bottom: 0;
  left: 40px;
  line-height: 1;
  position: absolute;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  display: none; }
  @media (max-width: 640px) {
    .header__languages {
      display: none; } }
  .has-scrolled .header__languages {
    display: block;
    bottom: 25px; }
  .page-template-template-home .header__languages {
    display: block; }
    @media (max-width: 640px) {
      .page-template-template-home .header__languages {
        display: none; } }

.menu-item-has-children {
  overflow: hidden; }
  .menu-item-has-children > a {
    position: relative; }
    @media (max-width: 640px) {
      .menu-item-has-children > a {
        display: none; } }
    .menu-item-has-children > a:after {
      border-color: #ffffff transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      content: '';
      height: 0;
      left: calc(100% + 10px);
      position: absolute;
      top: 12px;
      width: 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
  .menu-item-has-children ul {
    max-height: 0;
    -webkit-transition: max-height 1s cubic-bezier(0.28, 0, 0.18, 1);
    -o-transition: max-height 1s cubic-bezier(0.28, 0, 0.18, 1);
    transition: max-height 1s cubic-bezier(0.28, 0, 0.18, 1); }
    @media (max-width: 640px) {
      .menu-item-has-children ul {
        max-height: none; } }
    .menu-item-has-children ul li:first-child {
      padding: 10px 0 0 0; }
      @media (max-width: 640px) {
        .menu-item-has-children ul li:first-child {
          padding: 0;
          margin: 0 0 10px 0; } }
    .menu-item-has-children ul li:last-child {
      padding: 0 0 10px 0; }
      @media (max-width: 640px) {
        .menu-item-has-children ul li:last-child {
          padding: 0; } }
    .menu-item-has-children ul a {
      opacity: 0.6; }
      @media (max-width: 640px) {
        .menu-item-has-children ul a {
          opacity: 1; } }
  .menu-item-has-children.is-active > a:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .menu-item-has-children.is-active ul {
    max-height: 200px; }

#footer {
  background: #a9a9a9;
  color: #e0dfdb;
  padding: 94px 0 0 0;
  position: relative; }
  @media (max-width: 640px) {
    #footer {
      padding: 64px 0 0 0; } }
    @media (max-width: 640px) {
      #footer:before {
        height: 64px; } }
  #footer a {
    color: #e0dfdb; }
    #footer a:hover {
      color: #fff; }

.footer__logo {
  padding: 70px 0; }
  @media (max-width: 640px) {
    .footer__logo {
      padding: 50px 0;
      text-align: center; } }
  .footer__logo img {
    height: 45px; }

.footer__top {
  font-size: 20px;
  line-height: 29px;
  overflow: hidden;
  padding: 0 0 70px 0; }
  @media (max-width: 640px) {
    .footer__top {
      padding: 0; } }
  .footer__top > div {
    width: 33.33333%; }
    @media (max-width: 640px) {
      .footer__top > div {
        margin: 0 0 35px 0;
        text-align: center;
        width: 100%; } }

.footer__middle {
  font-size: 20px;
  line-height: 29px;
  overflow: hidden;
  padding: 0 0 70px 0; }
  @media (max-width: 640px) {
    .footer__middle {
      border-bottom: 1px solid rgba(224, 223, 219, 0.25);
      margin: 0 0 30px 0;
      padding: 0 0 30px 0; } }
  .footer__middle > div {
    width: 33.33333%; }
    @media (max-width: 640px) {
      .footer__middle > div {
        text-align: center;
        width: 100%; } }
    @media (max-width: 640px) {
      .footer__middle > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 640px) {
      .footer__middle > div:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .footer__middle > div:nth-child(3) {
      -ms-flex-line-pack: justify;
          align-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 640px) {
        .footer__middle > div:nth-child(3) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      @media (max-width: 640px) {
        .footer__middle > div:nth-child(3) .lang {
          border-bottom: 1px solid rgba(224, 223, 219, 0.25);
          margin: 30px 0;
          padding: 0 0 30px 0; } }
      .footer__middle > div:nth-child(3) > div {
        width: 100%; }

.footer__bottom {
  padding: 0 0 30px 0;
  overflow: hidden; }
  .footer__bottom > div {
    width: 33.33333%; }
    @media (max-width: 640px) {
      .footer__bottom > div {
        text-align: center;
        width: 100%; } }
    @media (max-width: 640px) {
      .footer__bottom > div:nth-child(1) {
        margin: 0 0 10px 0; } }

::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }

::-moz-placeholder {
  color: #fff;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }

:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }

:-moz-placeholder {
  color: #fff;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
.ajnlatkrs{font-family:'Lovelyn';cursor:pointer;
background-color: #a9a9a9;
  color: white;
  font-size: 25px;
    width: 220px;
  margin: 10px auto;
  line-height: 44px;}
input,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;color:white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  -webkit-transition: border-color 0.35s;
  -o-transition: border-color 0.35s;
  transition: border-color 0.35s; }
  @media (max-width: 640px) {
    input,
    textarea,
    select {
      font-size: 20px;
      line-height: 24px; } }

textarea {
  border: 2px solid #024c45;
  height: 300px;
  margin: 20px 0 0 0;
  padding: 20px 20px;
  resize: none; }
  @media (max-width: 512px) {
    textarea {
      height: 200px; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=submit] {
  background: #024c45;
  border-radius: 5px;
  border: 2px solid #024c45;
  color: #e0dfdb;
  cursor: pointer;
  padding: 20px 40px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: auto; }
  @media (max-width: 414px) {
    input[type=submit] {
      width: 100%; } }
  input[type=submit]:hover {
    background: transparent;
    color: #024c45; }

.ajax-loader {
  display: none !important; }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wpcf7-form p {
    margin: 0 0 50px 0;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 414px) {
      .wpcf7-form p {
        margin: 0 0 40px 0; } }
    .wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3), .wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(5) {
      width: calc(50% - 20px); }
      @media (max-width: 512px) {
        .wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3), .wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(5) {
          width: 100%; } }
    .wpcf7-form p:last-of-type {
      text-align: right; }

.wpcf7-form-control-wrap {
  display: block;
  line-height: 0; }

.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 10px 0 0 0;
  padding: 0; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important; }

.is-invalid ::-webkit-input-placeholder {
  color: red !important; }

.is-invalid ::-moz-placeholder {
  color: red !important; }

.is-invalid :-ms-input-placeholder {
  color: red !important; }

.is-invalid :-moz-placeholder {
  color: red !important; }

.is-invalid input,
.is-invalid textarea,
.is-invalid select {
  border-color: red !important; }

.pagination {
  padding: 80px 0; }
  @media (max-width: 640px) {
    .pagination {
      padding: 40px 0; } }
  .pagination > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 640px) {
      .pagination ul {
        display: none; } }
    .pagination ul li {
      margin: 0 10px; }
    .pagination ul a,
    .pagination ul span {
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      -webkit-transition: background-color 0.35s;
      -o-transition: background-color 0.35s;
      transition: background-color 0.35s;
      width: 8px; }
    .pagination ul a {
      background: #e0dfdb; }
      .pagination ul a:hover {
        background: #8d634b; }
    .pagination ul span {
      background: #024c45; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  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: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -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: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

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

.slick-dots {
  bottom: 10px;
  display: block;
  left: -5px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center; }
  @media (max-width: 640px) {
    .slick-dots {
      left: 50%;
      bottom: 30px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20px; }
    .slick-dots li button {
      background: transparent;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 20px;
      line-height: 0;
      outline: none;
      padding: 0;
      width: 20px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:before {
        background: #e0dfdb;
        border-radius: 50%;
        content: '';
        height: 8px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: background-color 0.35s;
        -o-transition: background-color 0.35s;
        transition: background-color 0.35s;
        width: 8px; }
    .slick-dots li.slick-active button:before {
      background: #dac97e; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.home__cafe {
  color: #fff;
  margin: 0;
  padding: 150px 0; }
  @media (max-width: 640px) {
    .home__cafe {
      padding: 50px 0; } }
  .home__cafe .flex {
    margin: 0; }
  .home__cafe .arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MS4zIDExLjIiPjxwYXRoIGQ9Ik0wIDUuNmg4ME03NS4yLjRsNS40IDUuMi01LjQgNS4zIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);
    background-position: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 15px;
    margin: 40px 0 0 0;
    width: 80px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .home__cafe .arrow:before {
      background: #fff; }

.home__cafe__texts:hover .arrow {
  background-position: 0; }

.home__lightgreen {
  margin: 40px; }
  @media (max-width: 640px) {
    .home__lightgreen {
      margin: 20px; } }
  @media (max-width: 512px) {
    .home__lightgreen .text {
      font-family: 'Lovelyn', sans-serif;
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 512px) and (max-width: 640px) {
    .home__lightgreen .text {
      font-size: 20px;
      line-height: 28px; } }
  .home__lightgreen .text:after {
    content: none; }

.home__k {
  margin: 40px;
  padding: 30px 30px 30px 40px; }
  @media (max-width: 768px) {
    .home__k {
      padding: 30px; } }
  @media (max-width: 640px) {
    .home__k {
      margin: 20px; } }
  .home__k .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home__k .flex > div {
      width: 50%; }
      @media (max-width: 768px) {
        .home__k .flex > div {
          width: 100%; } }
      .home__k .flex > div:nth-child(1) {
        padding: 60px 80px 20px 0; }
        @media (max-width: 768px) {
          .home__k .flex > div:nth-child(1) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            padding: 20px 40px 0 0; } }
        @media (max-width: 640px) {
          .home__k .flex > div:nth-child(1) {
            padding: 20px 0 0 0; } }
  .home__k .title {
    margin: 0 0 60px 0; }
    @media (max-width: 768px) {
      .home__k .title {
        margin: 10px 0 30px 0; } }
  .home__k .text {
    margin: 0 0 60px 0; }
  .home__k .image {
    height: 100%;
    min-height: 600px; }
    @media (max-width: 640px) {
      .home__k .image {
        min-height: 400px; } }
  .home__k .link a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #8d634b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .home__k .link a:hover {
      color: #024c45; }
      .home__k .link a:hover path {
        stroke: #024c45; }
  .home__k .link path {
    stroke: #8d634b;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .home__k .link span {
    display: inline-block; }
    .home__k .link span:nth-child(2) {
      margin: 0 0 0 20px; }
  .home__k .link svg {
    width: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.home__wedding {
  margin: 20px 0 20px 0; }
  .home__wedding .flex > div:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .home__wedding .flex > div:nth-child(2) {
    position: relative;
    padding: 30px 0; }
    .home__wedding .flex > div:nth-child(2) a {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .home__wedding .arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMjRjNDU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
    background-position: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 15px;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 80px; }

.home__wedding__texts:hover .arrow {
  background-position: 0; }

.events--home .flex {
  margin: 0; }
  .events--home .flex .text {
    margin: 0; }

.events--home .flex > div:hover .arrow {
  background-position: 0; }

.events--home .flex > div:nth-child(1) {
  margin: 150px 0 0 0; }

.events--home .flex > div:nth-child(2) {
  margin: calc(20% + 150px) 0 0 0; }
  @media (max-width: 640px) {
    .events--home .flex > div:nth-child(2) {
      margin: 150px 0 0 0; } }

.events--home .text {
  margin: 0 auto; color: #a9a9a9;font-size:22px;line-height: 30px;}

.events--home .text a{
  font-weight:bold; text-decoration:underline;color: #a9a9a9;}

.page-template-template-downloads body {
  background: #e0dfdb; }

#downloads {
  padding: 0 0 75px 0; }
  @media (max-width: 640px) {
    #downloads {
      padding: 0 0 50px 0; } }

.download {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0; }
  @media (max-width: 640px) {
    .download {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .download:last-child {
    border-bottom: 2px solid #fff; }
  .download > span:first-child {
    color: #8d634b;
    display: inline-block;
    font-family: 'Lovelyn', sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin: 0 20px 0 0; }
    @media (max-width: 640px) {
      .download > span:first-child {
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin: 0 20px 20px 0;
        width: 100%; } }
  .download .button {
    border-radius: 5px;
    border: 2px solid #024c45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px 10px 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .download .button span:nth-child(1) {
      display: inline-block;
      margin: 4px 20px 0 0; }
    .download .button svg {
      width: 17px; }
    .download .button path {
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .download .button:hover {
      border-color: #8d634b; }
      .download .button:hover path {
        stroke: #8d634b; }

.page-template-template-contact body {
  background: #e0dfdb; }

#contact {
  padding: 0 0 150px 0; }
  @media (max-width: 640px) {
    #contact {
      padding: 0 0 50px 0; } }

.address {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 50px 0; }
  @media (max-width: 700px) {
    .address {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 40px 0; } }
  .address:last-child {
    border-bottom: 2px solid #fff; }
  .address > div {
    width: 33.33333%; }
    @media (max-width: 700px) {
      .address > div {
        width: 100%; } }
    @media (max-width: 700px) {
      .address > div:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .address > div:nth-child(2) a:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMjRjNDU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
      background-position: -30px;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 10px;
      margin: 10px 0 0 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      width: 80px; }
    .address > div:nth-child(2) a:hover:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM4ZDYzNGI7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
      background-position: 0; }
    @media (max-width: 700px) {
      .address > div:nth-child(3) {
        margin: 20px 0; } }

.contact__text {
  padding: 60px 0 100px 0; }
  @media (max-width: 414px) {
    .contact__text {
      padding: 40px 0;
      text-align: left; } }
  .contact__text a {
    font-family: 'Lovelyn', sans-serif; }

.single-post .pagination .max-width,
.single-post .post__intro .max-width,
.single-post .post__content .max-width,
.single-post .post__gallery .max-width {
  max-width: 1024px; }

.tease--post {
  border-top: 2px solid #e0dfdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
  position: relative; }
  @media (max-width: 640px) {
    .tease--post {
      padding: 20px 0; } }
  .tease--post:last-child {
    border-bottom: 2px solid #e0dfdb; }
  .tease--post .left {
    width: 50%; }
    @media (max-width: 768px) {
      .tease--post .left {
        width: 50%; } }
    @media (max-width: 640px) {
      .tease--post .left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 10px 0;
        width: 100%; } }
    .tease--post .left > div {
      padding: 0 70px 0 0; }
      @media (max-width: 414px) {
        .tease--post .left > div {
          padding: 0 40px 0 0; } }
  .tease--post .right {
    min-height: 200px;
    width: 50%; }
    @media (max-width: 768px) {
      .tease--post .right {
        min-height: 0;
        width: 50%; } }
    @media (max-width: 640px) {
      .tease--post .right {
        width: 100%; } }
    .tease--post .right img {
      width: 100%; }
  .tease--post .preview {
    margin: 10px 0 0 0; }
  .tease--post .meta {
    margin: 50px 0 0 0; }
  .tease--post .arrow {
    margin: 20px 0 0 0; }
  .tease--post a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .tease--post:hover .arrow {
    background-position: 0; }

.post__intro {
  padding: 0 0 75px 0; }
  @media (max-width: 640px) {
    .post__intro {
      padding: 0 0 40px 0; } }
  .post__intro .flex > div:nth-child(1) {
    padding: 10px 50px 0 0;
    width: 50%; }
    @media (max-width: 768px) {
      .post__intro .flex > div:nth-child(1) {
        width: 50%; } }
    @media (max-width: 640px) {
      .post__intro .flex > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 20px 40px 0 0;
        width: 100%; } }
  .post__intro .flex > div:nth-child(2) {
    width: 50%; }
    @media (max-width: 768px) {
      .post__intro .flex > div:nth-child(2) {
        width: 50%; } }
    @media (max-width: 640px) {
      .post__intro .flex > div:nth-child(2) {
        width: 100%; } }
    .post__intro .flex > div:nth-child(2) img {
      width: 100%; }
  .post__intro .title {
    margin: 0 0 20px 0; }
  .post__intro .meta {
    margin: 75px 0 0 0; }
    @media (max-width: 640px) {
      .post__intro .meta {
        margin: 40px 0 0 0; } }
  .post__intro .icon {
    margin: 10px 0 0 0; }

.post__content {
  padding: 35px 0 100px 0; }
  @media (max-width: 640px) {
    .post__content {
      padding: 0 0 40px 0; } }
  .post__content .text {
    max-width: 500px; }

.post__gallery .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .post__gallery .flex > div {
    margin: 0 0 50px 0;
    width: calc(50% - 20px); }
    .post__gallery .flex > div:nth-child(3n+1) {
      width: 100%; }

.service__intro {
  padding: 0 0 75px 0; }
  @media (max-width: 768px) {
    .service__intro {
      padding: 0 0 50px 0; } }
  .service__intro .flex > div:nth-child(1) {
    padding: 75px 50px 0 0;
    width: 35%; }
    @media (max-width: 1000px) {
      .service__intro .flex > div:nth-child(1) {
        padding: 35px 30px 0 0;
        width: 50%; } }
    @media (max-width: 768px) {
      .service__intro .flex > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
  .service__intro .flex > div:nth-child(2) {
    width: 65%; }
    @media (max-width: 1000px) {
      .service__intro .flex > div:nth-child(2) {
        width: 50%; } }
    @media (max-width: 768px) {
      .service__intro .flex > div:nth-child(2) {
        width: 100%; } }
    .service__intro .flex > div:nth-child(2) img {
      width: 100%; }
  .service__intro .title {
    margin: 0 0 20px 0; }
  .service__intro .icon {
    margin: 10px 0 0 0; }
    .service__intro .icon img {
      width: 16px; }

.service__more {
  color: #fff;
  padding: 75px 0 100px 0;
  position: relative; }
  @media (max-width: 768px) {
    .service__more {
      padding: 75px 0 200px 0; } }
  .service__more:before {
    background: #024c45;
    bottom: 250px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      .service__more:before {
        bottom: 50%; } }
  .service__more .flex > div {
    width: 50%; }
    @media (max-width: 768px) {
      .service__more .flex > div:nth-child(1) {
        margin: 0 auto;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 75%; } }
    .service__more .flex > div:nth-child(2) {
      padding: 100px 0 0 0; }
      @media (max-width: 768px) {
        .service__more .flex > div:nth-child(2) {
          padding: 0 0 75px 0;
          width: 100%; } }
  .service__more img {
    width: 100%; }
  .service__more .text {
    margin: 0 auto;
    max-width: 400px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .service__more .text {
        max-width: none;
        text-align: center; } }

.service__slider {
  padding: 100px 0 100px 0; }
  @media (max-width: 768px) {
    .service__slider {
      padding: 0 0 75px 0; } }
  @media (max-width: 640px) {
    .service__slider {
      padding: 0; } }
  .service__slider .slider {
    margin: 100px 0 0 0; }
    @media (max-width: 768px) {
      .service__slider .slider {
        margin: 40px 0 0 0; } }
    @media (max-width: 640px) {
      .service__slider .slider {
        margin: 20px 0 0 0; } }
  @media (max-width: 768px) {
    .service__slider .slick-dots {
      width: 100%; } }
  .service__slider .title {
    margin: 0 0 20px 0; }
  .service__slider .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .service__slider .flex > div:nth-child(1) {
      padding: 0 50px 100px 0;
      width: 25%; }
      @media (max-width: 768px) {
        .service__slider .flex > div:nth-child(1) {
          padding: 20px 50px 100px 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; } }
    .service__slider .flex > div:nth-child(2) {
      width: 75%; }
      @media (max-width: 768px) {
        .service__slider .flex > div:nth-child(2) {
          width: 100%; } }

.service__quote {
  margin: 0 40px;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .service__quote {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .service__quote {
      margin: 0 20px; } }
  .service__quote .text {
    margin: 0 auto;
    max-width: 700px;
    text-align: center; }

.service__menu {
  padding: 65px 0 0 0; }
  @media (max-width: 768px) {
    .service__menu {
      padding: 75px 0 0 0; } }
  .service__menu .title {
    margin: 0 0 20px 0; }
  .service__menu .text {
    margin: 0 0 100px 0;
    max-width: 400px; }
  .service__menu .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 75px 0; }
    @media (max-width: 768px) {
      .service__menu .flex {
        margin: 0; } }
    .service__menu .flex > div {
      margin-bottom: 75px;
      width: calc(33.33333% - 20px); }
      @media (max-width: 640px) {
        .service__menu .flex > div {
          margin-bottom: 40px; } }
      @media (max-width: 414px) {
        .service__menu .flex > div {
          width: calc(50% - 20px); } }
      .service__menu .flex > div:nth-child(2) {
        margin-top: 15%; }
        @media (max-width: 640px) {
          .service__menu .flex > div:nth-child(2) {
            margin-top: -75px; } }
        @media (max-width: 414px) {
          .service__menu .flex > div:nth-child(2) {
            margin-top: 0; } }
      @media (max-width: 414px) {
        .service__menu .flex > div:nth-child(3) {
          display: none; } }
  @media (max-width: 640px) {
    .service__menu .imagefull {
      display: none; } }

.service__location {
  padding: 150px 0 150px 0; }
  @media (max-width: 768px) {
    .service__location {
      padding: 75px 0; } }
  .service__location .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .service__location .flex > div {
      width: calc(50% - 20px); }
      @media (max-width: 512px) {
        .service__location .flex > div {
          width: 100%; } }
      .service__location .flex > div:nth-child(2) {
        margin: 25% 0 0 0; }
        @media (max-width: 512px) {
          .service__location .flex > div:nth-child(2) {
            margin: 40px 0 0 0; } }
  .service__location .title {
    margin: 0 0 20px 0; }
  .service__location .text {
    max-width: 400px; }
  .service__location .images {
    margin: 75px 0 0 0; }
    @media (max-width: 512px) {
      .service__location .images {
        margin: 40px 0 0 0; } }

.service__personnel {
  padding: 150px 0 0 0; }
  @media (max-width: 768px) {
    .service__personnel {
      padding: 75px 0 0 0; } }
  .service__personnel .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 100px 0; }
    @media (max-width: 768px) {
      .service__personnel .flex {
        margin: 0 0 75px 0; } }
    @media (max-width: 640px) {
      .service__personnel .flex {
        margin: 0 0 50px 0; } }
    .service__personnel .flex > div {
      width: calc(50% - 20px); }
      @media (max-width: 768px) {
        .service__personnel .flex > div {
          width: 100%; } }
      @media (max-width: 768px) {
        .service__personnel .flex > div:nth-child(1) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .service__personnel .flex > div:nth-child(2) {
        padding: 0 50px; }
        @media (max-width: 768px) {
          .service__personnel .flex > div:nth-child(2) {
            padding: 0 0 50px 0; } }
  .service__personnel .title {
    margin: 0 0 20px 0; }
  .service__personnel .green {
    padding: 150px 0; }
    @media (max-width: 768px) {
      .service__personnel .green {
        padding: 100px 0; } }

@media (max-width: 768px) {
  .service__bonbonniere .imagefull {
    display: none; } }

.service__bonbonniere .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 100px 0; }
  @media (max-width: 768px) {
    .service__bonbonniere .flex {
      margin: 75px 0; } }
  .service__bonbonniere .flex > div {
    width: calc(50% - 20px); }
    @media (max-width: 768px) {
      .service__bonbonniere .flex > div {
        width: 100%; } }
    @media (max-width: 768px) {
      .service__bonbonniere .flex > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .service__bonbonniere .flex > div:nth-child(2) {
      padding: 0 50px; }
      @media (max-width: 768px) {
        .service__bonbonniere .flex > div:nth-child(2) {
          padding: 0 0 50px 0; } }

.service__bonbonniere .title {
  margin: 0 0 20px 0; }

.service__clients {
  padding: 100px 0 75px 0; }
  @media (max-width: 768px) {
    .service__clients {
      padding: 75px 0; } }
  @media (max-width: 640px) {
    .service__clients {
      padding: 50px 0; } }
  .service__clients .title {
    margin: 0 0 20px 0; }
  .service__clients .slide {
    position: relative; }
    .service__clients .slide > div {
      padding: 0 40px; }
      @media (max-width: 640px) {
        .service__clients .slide > div {
          padding: 0 20px; } }
    .service__clients .slide img {
      margin: 0 auto;
      max-width: 200px; }
      @media (max-width: 1024px) {
        .service__clients .slide img {
          max-width: 100%; } }

.service__contact {
  padding: 150px 0; }
  @media (max-width: 768px) {
    .service__contact {
      padding: 75px 0; } }
  .service__contact .text {
    margin: 0 auto;
    max-width: 700px; }
    .service__contact .text:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODEuMyAxMS4yIj48c3R5bGU+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMjRjNDU7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCA1LjZoODBNNzUuMi40bDUuNCA1LjItNS40IDUuMyIvPjwvc3ZnPg==);
      background-position: -30px;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 15px;
      margin: 40px 0 0 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      width: 80px; }
  .service__contact a {
    font-family: 'Lovelyn', sans-serif; }
  .service__contact:hover .text:after {
    background-position: 0; }

.service__greenbox {
  margin: 40px 0; }
  .service__greenbox .text {
    max-width: 700px; }
    .service__greenbox .text:after {
      content: none; }

.store__intro-text {
  color: #fff;
  padding: 150px 0; }

.store__slider {
  padding: 100px 0 100px 0; }
  @media (max-width: 768px) {
    .store__slider {
      padding: 0 0 75px 0; } }
  @media (max-width: 640px) {
    .store__slider {
      padding: 50px 0 0 0; } }
  .store__slider .slider {
    margin: 100px 0 0 0; }
    @media (max-width: 768px) {
      .store__slider .slider {
        margin: 40px 0 0 0; } }
    @media (max-width: 640px) {
      .store__slider .slider {
        margin: 20px 0 0 0; } }
  @media (max-width: 768px) {
    .store__slider .slick-dots {
      width: 100%; } }
  .store__slider .title {
    margin: 0 0 20px 0; }
  .store__slider .flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .store__slider .flex > div:nth-child(1) {
      padding: 0 50px 100px 0;
      width: 25%; }
      @media (max-width: 768px) {
        .store__slider .flex > div:nth-child(1) {
          padding: 20px 50px 100px 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; } }
    .store__slider .flex > div:nth-child(2) {
      width: 75%; }
      @media (max-width: 768px) {
        .store__slider .flex > div:nth-child(2) {
          width: 100%; } }

.store__quality {
  color: #fff;
  margin: 0;
  padding: 75px 0; }
  .store__quality .flex {
    margin: 0; }

.store__catalog {
  margin: 40px;
  padding: 100px 0 50px 0; }
  @media (max-width: 640px) {
    .store__catalog {
      margin: 20px;
      padding: 50px 0 50px 0; } }
  .store__catalog .text {
    max-width: none; }
    @media (max-width: 640px) {
      .store__catalog .text {
        text-align: left; } }
  .store__catalog .cta {
    display: inline-block;
    margin: 40px 0 0 0; }

.store__salamina .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0 100px 0; }
  @media (max-width: 768px) {
    .store__salamina .flex {
      margin: 75px 0; } }
  .store__salamina .flex > div {
    width: calc(50% - 20px); }
    @media (max-width: 768px) {
      .store__salamina .flex > div {
        width: 100%; } }
    @media (max-width: 768px) {
      .store__salamina .flex > div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .store__salamina .flex > div:nth-child(2) {
      padding: 0 50px; }
      @media (max-width: 768px) {
        .store__salamina .flex > div:nth-child(2) {
          padding: 0 0 50px 0; } }

.store__salamina .title {
  margin: 0 0 20px 0; }

.about__greenbanner .text {
  max-width: 700px; }
  @media (max-width: 512px) {
    .about__greenbanner .text {
      font-family: 'Montserrat', sans-serif;
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 512px) and (max-width: 640px) {
    .about__greenbanner .text {
      font-size: 20px;
      line-height: 28px; } }
  .about__greenbanner .text:after {
    content: none; }

.venues {
  margin: 0 0 75px 0; }
  @media (max-width: 640px) {
    .venues {
      margin: 0 0 50px 0; } }
  .venues > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .venues .border {
    border-bottom: 2px solid #8d634b;
    width: 100%; }

.tease--venue {
  border-bottom: 2px solid #8d634b;
  margin: 40px 0 0 0;
  padding: 0 0 30px 0;
  width: calc(50% - 15px); }
  @media (max-width: 640px) {
    .tease--venue {
      margin: 20px 0 0 0;
      padding: 0 0 40px 0;
      width: 100%; } }
  .tease--venue .img {
    margin: 0 0 20px 0;
    overflow: hidden;
    max-height: 450px; }
  .tease--venue .title {
    margin: 0 0 5px 0; }
  .tease--venue .text {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px 0;
    max-width: 400px; }
    @media (max-width: 640px) {
      .tease--venue .text {
        font-size: 20px;
        line-height: 24px; } }
    @media (max-width: 414px) {
      .tease--venue .text {
        margin: 0 40px 30px 0; } }
  .tease--venue .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0; }
  .tease--venue .link a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #8d634b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tease--venue .link a:hover {
      color: #024c45; }
      .tease--venue .link a:hover path {
        stroke: #024c45; }
  .tease--venue .link path {
    stroke: #8d634b;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .tease--venue .link span {
    display: inline-block; }
    .tease--venue .link span:nth-child(2) {
      margin: 0 0 0 20px; }
  .tease--venue .link svg {
    width: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }


.header__languages {
        display: block;
      }

      @media (max-width: 640px) {
        .header__languages {
          display: none !important;
        }
      }

      .bread {
        display: none !important;
      }

      .header__burger {
        transition: all 0.35s;
      }

      @media (max-width: 640px) {
        .service__quote .text {
          font-size: 20px;
          line-height: 28px;
        }
      }

      @media (min-width: 1700px) {
        .header__languages {
          left: 0;
        }

        .page-template-template-home .header__languages {
          left: 40px;
        }

        .header__burger {}

        .header__burger.is-active {
          position: fixed;
          top: 40px;
          right: 30px;
        }
      }

