@charset "UTF-8";
/* Center with position, parent must be relative */
:root {
  --grid-gutter-width: 20px;
  --total-columns: 12;
  --container-padding: 20px;
  --container-width: 1600px;
  --padding-bottom-p: 20px;
  --color-a: #B58C61;
  --color-b: #3E3E3E;
  --color-c: #8C8C8C;
  --color-d: #F8F4F0;
  --color-black: #3E3E3E;
  --color-white: #FFFFFF;
  --wrapper-fluid: 20px;
  --header-height: 120px;
  --footer-height: 120px; }

@media (min-width: 541px) and (max-width: 1024px) {
  :root {
    --grid-gutter-width: 24px;
    --total-columns: 8;
    --container-padding: 46px;
    --header-height: 80px;
    --footer-height: 120px; } }
  @media (max-width: 540px) {
    :root {
      --grid-gutter-width: 24px;
      --total-columns: 4;
      --container-padding: 24px;
      --header-height: 80px;
      --footer-height: 120px; } }

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0px solid;
  box-sizing: border-box; }
  *:hover, *:active, *:focus, *:visited,
  *:after:hover,
  *:after:active,
  *:after:focus,
  *:after:visited,
  *:before:hover,
  *:before:active,
  *:before:focus,
  *:before:visited {
    outline: 0px solid; }

::-moz-selection {
  color: var(--color-white);
  background-color: var(--color-black); }

::selection {
  color: var(--color-white);
  background-color: var(--color-black); }

html,
body {
  font-size: 18px;
  line-height: 26px;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: auto;
  background-color: var(--color-d); }
  @media (min-width: 541px) {
    html,
    body {
      font-size: 18px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    html,
    body {
      font-size: 21px;
      line-height: 32px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

body {
  transition: background-color 0.8s ease-in-out; }
  body.windows.webkit.windows::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  body.windows.webkit.windows::-webkit-scrollbar-button {
    width: 1px;
    height: 1px; }
  body.windows.webkit.windows::-webkit-scrollbar-thumb {
    background: #707070;
    border: 1px solid #FEFEFE;
    border-radius: 10px; }
  body.windows.webkit.windows::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px; }
  body.windows.webkit.windows::-webkit-scrollbar-corner {
    background: transparent; }
  body.is-debug {
    outline: 1px dotted fuchsia !important; }
    body.is-debug * {
      outline: 1px dotted red !important; }
    body.is-debug * * {
      outline: 1px dotted cyan !important; }
    body.is-debug * * * {
      outline: 1px dotted orange !important; }
    body.is-debug * * * * {
      outline: 1px dotted blue !important; }
    body.is-debug * * * * * {
      outline: 1px solid gray !important; }
    body.is-debug * * * * * * {
      outline: 1px solid purple !important; }
    body.is-debug * * * * * * * {
      outline: 1px solid rosybrown !important; }
    body.is-debug * * * * * * * * {
      outline: 1px solid darkolivegreen !important; }
    body.is-debug * * * * * * * * * {
      outline: 1px dotted fuchsia !important; }
    body.is-debug * * * * * * * * * * {
      outline: 1px dotted red !important; }
    body.is-debug * * * * * * * * * * * {
      outline: 1px dotted cyan !important; }
    body.is-debug * * * * * * * * * * * * {
      outline: 1px dotted orange !important; }
    body.is-debug * * * * * * * * * * * * * {
      outline: 1px dotted blue !important; }
    body.is-debug * * * * * * * * * * * * * * {
      outline: 1px solid gray !important; }
    body.is-debug * * * * * * * * * * * * * * * {
      outline: 1px solid purple !important; }
    body.is-debug * * * * * * * * * * * * * * * * {
      outline: 1px solid rosybrown !important; }
    body.is-debug * * * * * * * * * * * * * * * * * {
      outline: 1px solid darkolivegreen !important; }
  body.overflow-hidden {
    overflow: hidden; }

.rp-scrollable.webkit.windows::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-button {
  width: 1px;
  height: 1px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-thumb {
  background: #707070;
  border: 1px solid #FEFEFE;
  border-radius: 10px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px; }

.rp-scrollable.webkit.windows::-webkit-scrollbar-corner {
  background: transparent; }

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

img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }

h1, h2, h3, h4, h5, h6 {
  color: var(--color-black);
  padding: 0px;
  margin: 0px;
  text-transform: none; }

p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-p);
  margin: 0;
  font-size: inherit;
  line-height: inherit; }
  p img {
    margin: 0 auto;
    display: block; }
  p:last-child {
    padding-bottom: 0px; }
  p:empty {
    display: none; }
  p a {
    text-decoration: none;
    display: inline-block;
    width: auto; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

#cookie-notice {
  background-color: var(--color-b);
  border-top: 0px solid var(--color-white);
  border-bottom: 0px solid var(--color-white);
  bottom: 0px;
  height: auto;
  left: 0px;
  width: 100%;
  padding: 23px 40px;
  visibility: visible;
  z-index: 1000009; }
  @media (max-width: 540px) {
    #cookie-notice {
      padding: 23px; } }

.cookie-notice-container.cookie-notice-container {
  text-align: center;
  display: block; }
  @media (max-width: 540px) {
    .cookie-notice-container.cookie-notice-container {
      padding: 0px; } }
  .cookie-notice-container.cookie-notice-container #cn-notice-text {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-white);
    width: auto;
    margin: 0px;
    display: inline; }
    @media (min-width: 541px) {
      .cookie-notice-container.cookie-notice-container #cn-notice-text {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .cookie-notice-container.cookie-notice-container #cn-notice-text {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .cookie-notice-container.cookie-notice-container #cn-notice-text a {
      color: var(--color-white);
      text-decoration: underline; }
      .cookie-notice-container.cookie-notice-container #cn-notice-text a:hover {
        color: var(--color-white); }

#cn-accept-cookie {
  font-size: 16px;
  line-height: 24px;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  width: auto;
  color: var(--color-a);
  text-decoration: underline;
  margin-left: 5px;
  display: inline; }
  @media (min-width: 541px) {
    #cn-accept-cookie {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    #cn-accept-cookie {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  #cn-accept-cookie:hover {
    color: var(--color-a); }

@keyframes rp_rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.rp-preloader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  background-color: var(--color-a); }
  .rp-preloader__item {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    animation: rp_rotate linear 0.9s infinite;
    border-top-color: var(--color-white);
    position: relative;
    margin: 75px auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    will-change: transform; }

.pswp {
  z-index: 999999; }
  .pswp .pswp__bg {
    background-image: url(../img/bg-1.png);
    background-repeat: repeat; }
  .pswp .pswp__ui--idle .pswp__top-bar {
    opacity: 1;
    background-color: transparent; }
  .pswp .pswp__top-bar {
    opacity: 1;
    background-color: transparent; }
  .pswp .pswp__button--arrow--left {
    margin-right: 10px; }
    @media (max-width: 1050px) {
      .pswp .pswp__button--arrow--left {
        margin-right: 14px; } }
  .pswp .pswp__button--arrow--right {
    margin-left: 10px; }
    @media (max-width: 1050px) {
      .pswp .pswp__button--arrow--right {
        margin-left: 14px; } }
  .pswp .pswp__button--arrow--left,
  .pswp .pswp__button--arrow--right {
    opacity: 1;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
    margin-top: 0px; }
    .pswp .pswp__button--arrow--left::before,
    .pswp .pswp__button--arrow--right::before {
      display: none; }
    @media (max-width: 1050px) {
      .pswp .pswp__button--arrow--left,
      .pswp .pswp__button--arrow--right {
        visibility: visible; } }
  .pswp .pswp__button--arrow--left,
  .pswp .pswp__button--arrow--right {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    opacity: 0.4;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 541px) {
      .pswp .pswp__button--arrow--left,
      .pswp .pswp__button--arrow--right {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .pswp .pswp__button--arrow--left,
      .pswp .pswp__button--arrow--right {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .pswp .pswp__button--arrow--left:hover,
    .pswp .pswp__button--arrow--right:hover {
      opacity: 1; }
  .pswp .pswp__button--close {
    background-image: url(../img/icon-modal-gallery-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 74px;
    height: 84px;
    background-color: transparent; }
    @media (max-width: 540px) {
      .pswp .pswp__button--close {
        background-size: 16px;
        opacity: 1; } }
  .pswp .pswp__caption {
    background-image: url(../img/bg-1.png);
    background-repeat: repeat;
    bottom: auto;
    top: 0px;
    height: 84px; }
  .pswp .pswp__top-bar {
    height: 84px;
    z-index: 99; }
  .pswp .pswp__caption__center {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    max-width: 100%;
    width: calc( ( var(--container-width) ) + ( var(--container-padding) * 2 ));
    padding-left: calc( var(--container-padding) / 2);
    padding-right: calc( var(--container-padding) / 2);
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 30px 25px;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .pswp .pswp__caption__center {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .pswp .pswp__caption__center {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .pswp .rp-pswp-arrows {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 280px;
    height: 127px;
    background-color: #F8F4F0;
    border: 1px solid #B58C61;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 1050px) {
      .pswp .rp-pswp-arrows {
        width: 195px;
        height: 86px; } }

/* Video background */
.videobg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  background: transparent;
  /* bg color, if video is not high enough */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto; }

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden; }

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */ }

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none; }

.rp-parallax-1 {
  /*
	 * Use the same CSS variable as specified in our instance.
	 */
  transform: translateY(var(--rp-parallax-ty));
  /*
	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
	 * before the element is actually changed.
	 */
  will-change: transform; }
  @media (max-width: 1050px) {
    .rp-parallax-1 {
      transform: translateY(calc(var(--rp-parallax-ty)*0.4)); } }

.rp-parallax-2 {
  /*
	 * Use the same CSS variable as specified in our instance.
	 */
  transform: scale(var(--rp-scale-img));
  transition: all 0.2s ease-out;
  /*
	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
	 * before the element is actually changed.
	 */
  will-change: transform; }

.rp-parallax-3 {
  /*
	 * Use the same CSS variable as specified in our instance.
	 */
  transform: translateY(var(--rp-parallax-shadow-ty));
  /*
	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
	 * before the element is actually changed.
	 */
  will-change: transform; }
  @media (max-width: 1050px) {
    .rp-parallax-3 {
      transform: translateY(calc(var(--rp-parallax-shadow-ty)*0.4)); } }

.o-icon::before {
  transition: all 0.3s ease-in-out; }

.o-icon--left {
  padding-left: 2em; }
  .o-icon--left::before {
    left: 0px; }

.o-icon--right {
  padding-right: 2em; }
  .o-icon--right::before {
    right: 0px; }

.o-icon--hover-to-down:hover::before {
  transform: translate(0%, 0%); }

.o-icon--hover-to-right:hover::before {
  transform: translate(50%, -50%); }

.o-icon--hover-to-left:hover::before {
  transform: translate(-50%, -50%); }

.o-icon--arrow-down {
  position: relative; }
  .o-icon--arrow-down::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 14px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.o-icon--download-arrow-down {
  padding-left: 1.5em; }
  .o-icon--download-arrow-down::before {
    height: 1.5em;
    background-position: center bottom; }

.o-icon--download-arrow-down-black {
  position: relative;
  padding-left: 1.5em; }
  .o-icon--download-arrow-down-black::before {
    content: "";
    display: inline-block;
    background-image: url(../img/icon-download-image-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 16px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .o-icon--download-arrow-down-black::before {
    height: 1.5em;
    background-position: center bottom; }

.o-icon--none::before {
  display: none; }

@media (max-width: 540px) {
  .o-icon--none\@phone {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@phone::before {
      display: none; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-icon--none\@tablet {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@tablet::before {
      display: none; } }

@media (min-width: 1025px) {
  .o-icon--none\@desktop {
    padding-left: 0px;
    padding-right: 0px; }
    .o-icon--none\@desktop::before {
      display: none; } }

.o-col__1 {
  width: calc( ( (100% - 0px) / 12 ) * 1);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__1\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 1);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__1\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 1);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__1\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 1);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__2 {
  width: calc( ( (100% - 0px) / 12 ) * 2);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__2\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 2);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__2\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 2);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__2\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 2);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__3 {
  width: calc( ( (100% - 0px) / 12 ) * 3);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__3\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 3);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__3\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 3);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__3\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 3);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__4 {
  width: calc( ( (100% - 0px) / 12 ) * 4);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__4\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 4);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__4\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 4);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__4\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 4);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__5 {
  width: calc( ( (100% - 0px) / 12 ) * 5);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__5\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 5);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__5\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 5);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__5\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 5);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__6 {
  width: calc( ( (100% - 0px) / 12 ) * 6);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__6\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 6);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__6\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 6);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__6\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 6);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__7 {
  width: calc( ( (100% - 0px) / 12 ) * 7);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__7\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 7);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__7\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 7);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__7\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 7);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__8 {
  width: calc( ( (100% - 0px) / 12 ) * 8);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__8\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 8);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__8\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 8);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__8\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 8);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__9 {
  width: calc( ( (100% - 0px) / 12 ) * 9);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__9\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 9);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__9\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 9);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__9\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 9);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__10 {
  width: calc( ( (100% - 0px) / 12 ) * 10);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__10\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 10);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__10\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 10);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__10\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 10);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__11 {
  width: calc( ( (100% - 0px) / 12 ) * 11);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__11\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 11);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__11\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 11);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__11\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 11);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__12 {
  width: calc( ( (100% - 0px) / 12 ) * 12);
  padding-left: calc( var(--grid-gutter-width) / 2);
  padding-right: calc( var(--grid-gutter-width) / 2); }
  @media (max-width: 540px) {
    .o-col__12\@phone {
      width: calc( ( (100% - 0px) / 4 ) * 12);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__12\@tablet {
    width: calc( ( (100% - 0px) / 8 ) * 12);
    padding-left: calc( var(--grid-gutter-width) / 2);
    padding-right: calc( var(--grid-gutter-width) / 2); } }
  @media (min-width: 1025px) {
    .o-col__12\@desktop {
      width: calc( ( (100% - 0px) / 12 ) * 12);
      padding-left: calc( var(--grid-gutter-width) / 2);
      padding-right: calc( var(--grid-gutter-width) / 2); } }

.o-col__push-1 {
  margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-1\@phone {
      margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-1\@tablet {
    margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-1\@desktop {
      margin-left: calc( (1 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-2 {
  margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-2\@phone {
      margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-2\@tablet {
    margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-2\@desktop {
      margin-left: calc( (2 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-3 {
  margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-3\@phone {
      margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-3\@tablet {
    margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-3\@desktop {
      margin-left: calc( (3 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-4 {
  margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-4\@phone {
      margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-4\@tablet {
    margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-4\@desktop {
      margin-left: calc( (4 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-5 {
  margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-5\@phone {
      margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-5\@tablet {
    margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-5\@desktop {
      margin-left: calc( (5 / var(--total-columns) ) * (100% - 0px)); } }

.o-col__push-6 {
  margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); }
  @media (max-width: 540px) {
    .o-col__push-6\@phone {
      margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-col__push-6\@tablet {
    margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }
  @media (min-width: 1025px) {
    .o-col__push-6\@desktop {
      margin-left: calc( (6 / var(--total-columns) ) * (100% - 0px)); } }

.o-main {
  min-height: 100vh; }

.o-fix-bg-color-black {
  background-color: var(--color-black); }

.o-fix-bg-color-black-opacity {
  background-color: rgba(62, 62, 62, 0.02); }

.o-fix-bg-color-white {
  background-color: var(--color-white); }

.o-fix-bg-color-a {
  background-color: var(--color-a); }

.o-fix-bg-color-b {
  background-color: var(--color-b); }

.o-fix-bg-color-c {
  background-color: var(--color-c); }

.o-color-black {
  color: var(--color-black); }

.o-color-white {
  color: var(--color-white); }

.o-color-a {
  color: var(--color-a); }

.o-color-b {
  color: var(--color-b); }

.o-color-c {
  color: var(--color-c); }

@media (max-width: 540px) {
  .o-settings-pt-160\@phone {
    padding-top: 160px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-160\@tablet {
    padding-top: 160px; } }

@media (min-width: 1025px) {
  .o-settings-pt-160\@desktop {
    padding-top: 160px; } }

@media (max-width: 540px) {
  .o-settings-pt-128\@phone {
    padding-top: 128px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-128\@tablet {
    padding-top: 128px; } }

@media (min-width: 1025px) {
  .o-settings-pt-128\@desktop {
    padding-top: 128px; } }

@media (max-width: 540px) {
  .o-settings-pt-96\@phone {
    padding-top: 96px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-96\@tablet {
    padding-top: 96px; } }

@media (min-width: 1025px) {
  .o-settings-pt-96\@desktop {
    padding-top: 96px; } }

@media (max-width: 540px) {
  .o-settings-pt-80\@phone {
    padding-top: 80px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-80\@tablet {
    padding-top: 80px; } }

@media (min-width: 1025px) {
  .o-settings-pt-80\@desktop {
    padding-top: 80px; } }

@media (max-width: 540px) {
  .o-settings-pt-64\@phone {
    padding-top: 64px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-64\@tablet {
    padding-top: 64px; } }

@media (min-width: 1025px) {
  .o-settings-pt-64\@desktop {
    padding-top: 64px; } }

@media (max-width: 540px) {
  .o-settings-pt-48\@phone {
    padding-top: 48px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-48\@tablet {
    padding-top: 48px; } }

@media (min-width: 1025px) {
  .o-settings-pt-48\@desktop {
    padding-top: 48px; } }

@media (max-width: 540px) {
  .o-settings-pt-32\@phone {
    padding-top: 32px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-32\@tablet {
    padding-top: 32px; } }

@media (min-width: 1025px) {
  .o-settings-pt-32\@desktop {
    padding-top: 32px; } }

@media (max-width: 540px) {
  .o-settings-pt-24\@phone {
    padding-top: 24px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-24\@tablet {
    padding-top: 24px; } }

@media (min-width: 1025px) {
  .o-settings-pt-24\@desktop {
    padding-top: 24px; } }

@media (max-width: 540px) {
  .o-settings-pt-16\@phone {
    padding-top: 16px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-16\@tablet {
    padding-top: 16px; } }

@media (min-width: 1025px) {
  .o-settings-pt-16\@desktop {
    padding-top: 16px; } }

@media (max-width: 540px) {
  .o-settings-pt-8\@phone {
    padding-top: 8px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-8\@tablet {
    padding-top: 8px; } }

@media (min-width: 1025px) {
  .o-settings-pt-8\@desktop {
    padding-top: 8px; } }

@media (max-width: 540px) {
  .o-settings-pt-4\@phone {
    padding-top: 4px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-4\@tablet {
    padding-top: 4px; } }

@media (min-width: 1025px) {
  .o-settings-pt-4\@desktop {
    padding-top: 4px; } }

@media (max-width: 540px) {
  .o-settings-pt-0\@phone {
    padding-top: 0px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pt-0\@tablet {
    padding-top: 0px; } }

@media (min-width: 1025px) {
  .o-settings-pt-0\@desktop {
    padding-top: 0px; } }

@media (max-width: 540px) {
  .o-settings-pb-160\@phone {
    padding-bottom: 160px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-160\@tablet {
    padding-bottom: 160px; } }

@media (min-width: 1025px) {
  .o-settings-pb-160\@desktop {
    padding-bottom: 160px; } }

@media (max-width: 540px) {
  .o-settings-pb-128\@phone {
    padding-bottom: 128px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-128\@tablet {
    padding-bottom: 128px; } }

@media (min-width: 1025px) {
  .o-settings-pb-128\@desktop {
    padding-bottom: 128px; } }

@media (max-width: 540px) {
  .o-settings-pb-96\@phone {
    padding-bottom: 96px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-96\@tablet {
    padding-bottom: 96px; } }

@media (min-width: 1025px) {
  .o-settings-pb-96\@desktop {
    padding-bottom: 96px; } }

@media (max-width: 540px) {
  .o-settings-pb-80\@phone {
    padding-bottom: 80px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-80\@tablet {
    padding-bottom: 80px; } }

@media (min-width: 1025px) {
  .o-settings-pb-80\@desktop {
    padding-bottom: 80px; } }

@media (max-width: 540px) {
  .o-settings-pb-64\@phone {
    padding-bottom: 64px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-64\@tablet {
    padding-bottom: 64px; } }

@media (min-width: 1025px) {
  .o-settings-pb-64\@desktop {
    padding-bottom: 64px; } }

@media (max-width: 540px) {
  .o-settings-pb-48\@phone {
    padding-bottom: 48px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-48\@tablet {
    padding-bottom: 48px; } }

@media (min-width: 1025px) {
  .o-settings-pb-48\@desktop {
    padding-bottom: 48px; } }

@media (max-width: 540px) {
  .o-settings-pb-32\@phone {
    padding-bottom: 32px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-32\@tablet {
    padding-bottom: 32px; } }

@media (min-width: 1025px) {
  .o-settings-pb-32\@desktop {
    padding-bottom: 32px; } }

@media (max-width: 540px) {
  .o-settings-pb-24\@phone {
    padding-bottom: 24px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-24\@tablet {
    padding-bottom: 24px; } }

@media (min-width: 1025px) {
  .o-settings-pb-24\@desktop {
    padding-bottom: 24px; } }

@media (max-width: 540px) {
  .o-settings-pb-16\@phone {
    padding-bottom: 16px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-16\@tablet {
    padding-bottom: 16px; } }

@media (min-width: 1025px) {
  .o-settings-pb-16\@desktop {
    padding-bottom: 16px; } }

@media (max-width: 540px) {
  .o-settings-pb-8\@phone {
    padding-bottom: 8px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-8\@tablet {
    padding-bottom: 8px; } }

@media (min-width: 1025px) {
  .o-settings-pb-8\@desktop {
    padding-bottom: 8px; } }

@media (max-width: 540px) {
  .o-settings-pb-4\@phone {
    padding-bottom: 4px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-4\@tablet {
    padding-bottom: 4px; } }

@media (min-width: 1025px) {
  .o-settings-pb-4\@desktop {
    padding-bottom: 4px; } }

@media (max-width: 540px) {
  .o-settings-pb-0\@phone {
    padding-bottom: 0px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-settings-pb-0\@tablet {
    padding-bottom: 0px; } }

@media (min-width: 1025px) {
  .o-settings-pb-0\@desktop {
    padding-bottom: 0px; } }

.o-relative {
  position: relative; }

.o-clearfix:before, .o-clearfix:after {
  display: table;
  content: " "; }

.o-clearfix:after {
  clear: both; }

.o-display--block {
  display: block; }
  .o-display--block__childs * {
    display: block; }

.o-background--cover {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.o-container {
  max-width: 100%;
  width: calc( ( var(--container-width) ) + ( var(--container-padding) * 2 ));
  padding-left: calc( var(--container-padding) / 2);
  padding-right: calc( var(--container-padding) / 2);
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.o-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px calc( var(--wrapper-fluid) - (var(--container-padding) / 2));
  margin: 0 auto; }
  @media (max-width: 1050px) {
    .o-wrapper {
      padding: 0px var(--container-padding); } }

.o-height {
  height: calc(100vh - var(--header-height) - var(--footer-height));
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media (max-width: 1050px) {
    .o-height {
      height: auto; } }

.o-min-height {
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
  display: -ms-flexbox;
  display: flex; }

.o-cols--2 {
  columns: 300px 2; }

.o-overflow-hidden {
  overflow: hidden; }
  @media (max-width: 540px) {
    .o-overflow-hidden\@phone {
      overflow: hidden; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-overflow-hidden\@tablet {
    overflow: hidden; } }
  @media (min-width: 1025px) {
    .o-overflow-hidden\@desktop {
      overflow: hidden; } }

.o-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .o-button.disabled, .o-button:disabled {
    opacity: 0.5; }
  .o-button__svg-circle {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -0.6em;
    left: -5px;
    transform: translateX(-50%); }
    @media (max-width: 1050px) {
      .o-button__svg-circle {
        display: none; } }
  .o-button__circle-1 {
    fill: none;
    stroke: rgba(140, 140, 140, 0.1);
    stroke-width: 1px;
    transform: translateX(10px); }
  .o-button__circle-2 {
    fill: none;
    stroke: var(--color-a);
    stroke-width: 1px;
    stroke-dashoffset: 180;
    stroke-dasharray: 180;
    transition: all 0.4s linear;
    transform-origin: center;
    transform: translateX(10px); }
  .o-button:hover .o-button__circle-2 {
    stroke-dashoffset: 0;
    transition: all 0.6s linear; }
  .o-button__text {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: default;
    outline: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    font-size: 22px;
    line-height: 27px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    width: auto;
    color: var(--color-b);
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    transform: translateX(0px);
    padding-right: 14px; }
    @media (min-width: 541px) {
      .o-button__text {
        font-size: 22px;
        line-height: 27px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .o-button__text {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .o-button__text {
        transform: none; } }
    .o-button__text::after {
      content: "";
      display: inline-block;
      width: auto;
      font-size: 80%;
      transition: all 0.3s ease-in-out;
      margin-left: 10px;
      transform: translateX(0px); }
  .o-button__arrow-right {
    display: none !important; }
  .o-button:hover .o-button__text::after {
    transform: translateX(6px); }
  .o-button__no-circle .o-button__svg-circle {
    display: none;
    visibility: hidden; }
  .o-button__no-circle .o-button__text {
    transform: translateX(0); }
  .o-button__white .o-button__text {
    color: #FFFFFF; }

.o-font-display-1 {
  font-size: 36px;
  line-height: 45px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-display-1 {
      font-size: 42px;
      line-height: 51px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-display-1 {
      font-size: 110px;
      line-height: 135px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-display-2 {
  font-size: 36px;
  line-height: 45px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-display-2 {
      font-size: 42px;
      line-height: 51px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-display-2 {
      font-size: 80px;
      line-height: 98px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-display-3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-display-3 {
      font-size: 28px;
      line-height: 34px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-display-3 {
      font-size: 48px;
      line-height: 59px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-headline {
  font-size: 22px;
  line-height: 32px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-headline {
      font-size: 22px;
      line-height: 32px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-headline {
      font-size: 28px;
      line-height: 42px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-item-menu {
  font-size: 21px;
  line-height: 26px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-item-menu {
      font-size: 21px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-item-menu {
      font-size: 21px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-body {
  font-size: 18px;
  line-height: 26px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-body {
      font-size: 18px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-body {
      font-size: 21px;
      line-height: 32px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-font-caption {
  font-size: 16px;
  line-height: 24px;
  font-family: "freight-big-pro", serif;
  font-weight: 300; }
  @media (min-width: 541px) {
    .o-font-caption {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-font-caption {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }

.o-w-thin {
  font-weight: 100; }

.o-w-xlight {
  font-weight: 200; }

.o-w-light {
  font-weight: 300; }

.o-w-regular {
  font-weight: 400; }

.o-w-medium {
  font-weight: 500; }

.o-w-bold {
  font-weight: 700; }

.o-w-black {
  font-weight: 900; }

.o-bg-solid {
  background-color: #F8F4F0; }

.o-bg-img-1,
.o-bg-light {
  background-image: url(../img/bg-1.png);
  background-repeat: repeat;
  position: relative; }
  .o-bg-img-1::before,
  .o-bg-light::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(222, 219, 211, 0.2); }
  .o-bg-img-1 > *,
  .o-bg-light > * {
    z-index: 2;
    position: relative; }

.o-bg-img-2,
.o-bg-dark {
  background-image: url(../img/bg-2.png);
  background-repeat: repeat; }

.o-family-a {
  font-family: "freight-big-pro", serif;
  font-weight: 400;
  font-style: normal; }

.o-no-padding {
  padding: 0px; }

.o-sup {
  font-size: 16px;
  line-height: 24px;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  vertical-align: super;
  display: inline;
  padding-left: 3px;
  text-transform: capitalize; }
  @media (min-width: 541px) {
    .o-sup {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .o-sup {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  .c-hero .o-sup {
    position: relative;
    top: -10px; }

.o-body-transparent {
  background-color: var(--color-c); }

.o-body-black {
  background-color: var(--color-black); }

.o-body-black-opacity {
  background-color: rgba(62, 62, 62, 0.02); }

.o-body-white {
  background-color: var(--color-white); }

.o-body-color-a {
  background-color: var(--color-a); }

.o-body-color-b {
  background-color: var(--color-b); }

.o-body-color-c {
  background-color: var(--color-c); }

.o-m-block {
  position: relative;
  display: block;
  width: 100%; }
  .o-m-block.pl-1 {
    padding-left: var(--col-1); }
    @media (max-width: 1050px) {
      .o-m-block.pl-1 {
        padding-left: 0px; } }
  .o-m-block.pl-2 {
    padding-left: var(--col-2); }
    @media (max-width: 1050px) {
      .o-m-block.pl-2 {
        padding-left: 0px; } }
  .o-m-block.pr-1 {
    padding-right: var(--col-1); }
    @media (max-width: 1050px) {
      .o-m-block.pr-1 {
        padding-right: 0px; } }
  .o-m-block.pr-2 {
    padding-right: var(--col-2); }
    @media (max-width: 1050px) {
      .o-m-block.pr-2 {
        padding-right: 0px; } }
  .o-m-block.tl-1 {
    transform: translateX(calc( -1 * ( var(--col-1) ))); }
    @media (max-width: 1050px) {
      .o-m-block.tl-1 {
        transform: none; } }
  .o-m-block.tr-1 {
    transform: translateX(calc( 1 * ( var(--col-1) ))); }
    @media (max-width: 1050px) {
      .o-m-block.tr-1 {
        transform: none; } }
  .o-m-block.zi-1 {
    z-index: 1; }
  .o-m-block.zi-2 {
    z-index: 2; }
  .o-m-block.zi-3 {
    z-index: 3; }
  .o-m-block.zi-4 {
    z-index: 4; }
  .o-m-block.zi-5 {
    z-index: 5; }
  @media (max-width: 540px) {
    .o-m-block.pt-160\@phone {
      padding-top: 160px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-160\@tablet {
    padding-top: 160px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-160\@desktop {
      padding-top: 160px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-160\@phone {
      padding-bottom: 160px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-160\@tablet {
    padding-bottom: 160px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-160\@desktop {
      padding-bottom: 160px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-128\@phone {
      padding-top: 128px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-128\@tablet {
    padding-top: 128px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-128\@desktop {
      padding-top: 128px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-128\@phone {
      padding-bottom: 128px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-128\@tablet {
    padding-bottom: 128px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-128\@desktop {
      padding-bottom: 128px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-96\@phone {
      padding-top: 96px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-96\@tablet {
    padding-top: 96px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-96\@desktop {
      padding-top: 96px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-96\@phone {
      padding-bottom: 96px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-96\@tablet {
    padding-bottom: 96px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-96\@desktop {
      padding-bottom: 96px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-80\@phone {
      padding-top: 80px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-80\@tablet {
    padding-top: 80px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-80\@desktop {
      padding-top: 80px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-80\@phone {
      padding-bottom: 80px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-80\@tablet {
    padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-80\@desktop {
      padding-bottom: 80px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-64\@phone {
      padding-top: 64px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-64\@tablet {
    padding-top: 64px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-64\@desktop {
      padding-top: 64px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-64\@phone {
      padding-bottom: 64px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-64\@tablet {
    padding-bottom: 64px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-64\@desktop {
      padding-bottom: 64px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-48\@phone {
      padding-top: 48px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-48\@tablet {
    padding-top: 48px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-48\@desktop {
      padding-top: 48px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-48\@phone {
      padding-bottom: 48px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-48\@tablet {
    padding-bottom: 48px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-48\@desktop {
      padding-bottom: 48px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-32\@phone {
      padding-top: 32px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-32\@tablet {
    padding-top: 32px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-32\@desktop {
      padding-top: 32px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-32\@phone {
      padding-bottom: 32px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-32\@tablet {
    padding-bottom: 32px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-32\@desktop {
      padding-bottom: 32px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-24\@phone {
      padding-top: 24px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-24\@tablet {
    padding-top: 24px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-24\@desktop {
      padding-top: 24px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-24\@phone {
      padding-bottom: 24px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-24\@tablet {
    padding-bottom: 24px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-24\@desktop {
      padding-bottom: 24px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-16\@phone {
      padding-top: 16px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-16\@tablet {
    padding-top: 16px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-16\@desktop {
      padding-top: 16px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-16\@phone {
      padding-bottom: 16px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-16\@tablet {
    padding-bottom: 16px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-16\@desktop {
      padding-bottom: 16px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-8\@phone {
      padding-top: 8px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-8\@tablet {
    padding-top: 8px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-8\@desktop {
      padding-top: 8px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-8\@phone {
      padding-bottom: 8px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-8\@tablet {
    padding-bottom: 8px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-8\@desktop {
      padding-bottom: 8px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-4\@phone {
      padding-top: 4px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-4\@tablet {
    padding-top: 4px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-4\@desktop {
      padding-top: 4px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-4\@phone {
      padding-bottom: 4px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-4\@tablet {
    padding-bottom: 4px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-4\@desktop {
      padding-bottom: 4px; } }
  @media (max-width: 540px) {
    .o-m-block.pt-0\@phone {
      padding-top: 0px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pt-0\@tablet {
    padding-top: 0px; } }
  @media (min-width: 1025px) {
    .o-m-block.pt-0\@desktop {
      padding-top: 0px; } }
  @media (max-width: 540px) {
    .o-m-block.pb-0\@phone {
      padding-bottom: 0px; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .o-m-block.pb-0\@tablet {
    padding-bottom: 0px; } }
  @media (min-width: 1025px) {
    .o-m-block.pb-0\@desktop {
      padding-bottom: 0px; } }

.o-transition-fade-out-to-left {
  transform: none;
  transition: all 1s ease-in-out;
  opacity: 1; }
  .is-animating .o-transition-fade-out-to-left {
    opacity: 0;
    transform: translateX(70vw); }

.o-transition-fade-out {
  transition: all 1s ease-in-out;
  opacity: 1; }
  .is-animating .o-transition-fade-out {
    opacity: 0; }

.is-changing {
  overflow: hidden; }
  .is-changing body {
    overflow: hidden; }

.languages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .languages__button {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-white);
    transition: all 0.4s ease-in-out;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    padding-right: 12px;
    display: block; }
    @media (min-width: 541px) {
      .languages__button {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .languages__button {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .languages__list {
    display: -ms-flexbox;
    display: flex; }
  .languages__lang {
    padding-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .languages__lang:first-child {
      padding-left: 0; }
    .languages__lang a {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.3);
      transition: all 0.4s ease-in-out;
      cursor: pointer;
      text-transform: uppercase; }
      @media (min-width: 541px) {
        .languages__lang a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .languages__lang a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      .languages__lang a:hover {
        color: white; }

.menumobile {
  position: relative;
  z-index: 9996;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: var(--color-d);
  transform: translateY(-101%);
  display: none;
  transition: all 0.8s cubic-bezier(0.19, 0.44, 0.22, 1) 0.1s;
  padding-top: var(--header-height);
  max-height: 100vh; }
  .menumobile::after {
    content: ".menumobile";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .menumobile {
    background-color: transparent; }
    .is-debug .menumobile::after {
      display: block; }
  .menumobile::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    display: none; }
  @media (max-width: 1050px) {
    .menumobile {
      display: block; } }
  .menumobile.is-active {
    transform: translateY(0%);
    transition-delay: 0s; }
    .menumobile.is-active::before {
      display: block; }
    .menumobile.is-active + .header {
      background-color: transparent; }
    .menumobile.is-active + .header .header__brand-logo {
      opacity: 0;
      visibility: hidden; }
    .menumobile.is-active + .header .header__brand-logo-inverted {
      opacity: 1;
      visibility: visible; }
  .menumobile__wrapper-all {
    transition: all 0.8s cubic-bezier(0.19, 0.44, 0.22, 1) 0.2s, border-top-color 0.2s ease-in-out 0s;
    width: 100%;
    transform: translateY(-101%);
    position: relative;
    z-index: 2;
    padding-top: 24px;
    padding-bottom: 34px;
    border-top: 1px solid transparent;
    overflow: auto;
    max-height: calc(100vh - var(--header-height)); }
    .is-active .menumobile__wrapper-all {
      transform: translateY(0px);
      border-top-color: var(--color-a);
      transition: all 0.8s cubic-bezier(0.19, 0.44, 0.22, 1) 0s, border-top-color 0.2s ease-in-out 0.7s; }
  .menumobile__nav {
    width: 100%; }
  .menumobile__menu {
    width: 100%; }
  .menumobile .menu-item-depth-0 {
    position: relative;
    padding-bottom: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menumobile .menu-item-depth-0 > a {
      font-size: 21px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: var(--color-black);
      transition: all 0.3s ease-in-out;
      opacity: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (min-width: 541px) {
        .menumobile .menu-item-depth-0 > a {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .menumobile .menu-item-depth-0 > a {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      .menumobile .menu-item-depth-0 > a span {
        padding-right: 10px;
        display: inline-block; }
    .menumobile .menu-item-depth-0 .walker-icon-down {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .menumobile .menu-item-depth-0 .walker-icon-down svg {
        transition: all 0.4s ease-in-out;
        transform: rotate(0deg); }
    .menumobile .menu-item-depth-0.is-show-sub-menu .walker-icon-down svg {
      transform: rotate(180deg); }
  .menumobile .menu-depth-1 {
    display: none;
    padding-top: 16px;
    padding-bottom: 10px;
    width: 100%;
    padding-left: 22px; }
  .menumobile .menu-item-depth-1 {
    display: block;
    padding-bottom: 8px; }
    .menumobile .menu-item-depth-1:last-child {
      padding-bottom: 0px; }
    .menumobile .menu-item-depth-1 > a {
      font-size: 21px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: var(--color-c);
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      position: relative; }
      @media (min-width: 541px) {
        .menumobile .menu-item-depth-1 > a {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .menumobile .menu-item-depth-1 > a {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
  .menumobile .walker-wrapper-image {
    display: none !important; }

.modal-booking {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999877;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none; }
  .modal-booking::after {
    content: ".modal-booking";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .modal-booking {
    background-color: transparent; }
    .is-debug .modal-booking::after {
      display: block; }
  .modal-booking.is-active {
    pointer-events: all;
    overflow: auto; }
  .modal-booking__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 0.6s cubic-bezier(0.19, 0.66, 0.22, 1) 0s;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2; }
    .is-active .modal-booking__wrapper {
      opacity: 1;
      visibility: visible; }
  .modal-booking__close {
    position: absolute;
    top: var(--grid-gutter-width);
    right: var(--grid-gutter-width);
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    padding-right: 4px; }
    .is-active .modal-booking__close {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.4s; }
  .modal-booking__close-text {
    font-size: 21px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    padding-right: 18px; }
    @media (min-width: 541px) {
      .modal-booking__close-text {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-booking__close-text {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .modal-booking__close-icon {
    width: 22px;
    height: 22px;
    background-color: transparent;
    z-index: 2;
    display: block; }
    .modal-booking__close-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
    .modal-booking__close-icon-stroke {
      transition: all 0.3s ease-in-out 0s;
      stroke: var(--color-a); }
  .modal-booking__close:hover .modal-booking__close-icon-stroke {
    stroke: var(--color-b); }

.modal-newsletter {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999998;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0.4s; }
  .modal-newsletter::after {
    content: ".modal-newsletter";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .modal-newsletter {
    background-color: transparent; }
    .is-debug .modal-newsletter::after {
      display: block; }
  .modal-newsletter.is-active {
    pointer-events: all;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; }
  .modal-newsletter__bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.85; }
  .modal-newsletter__wrapper-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 0.3s ease-in-out, transform 0.4s ease-in-out;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    position: relative;
    z-index: 2;
    cursor: pointer; }
    @media (max-width: 1050px) {
      .modal-newsletter__wrapper-all {
        overflow: auto; } }
    .is-active .modal-newsletter__wrapper-all {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.3s;
      transform: translateY(0px); }
  .modal-newsletter__close {
    position: absolute;
    top: 18px;
    right: 18px;
    background-image: url(../img/icon-close-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s; }
    .is-active .modal-newsletter__close {
      opacity: 1;
      visibility: visible;
      transition-delay: 0.5s; }
    @media (max-width: 1050px) {
      .modal-newsletter__close {
        right: 30px;
        top: 30px;
        background-size: 25px; } }
    @media (max-width: 540px) {
      .modal-newsletter__close {
        right: 26px;
        top: 26px;
        width: 21px;
        height: 21px;
        background-size: 21px; } }
  @media (max-width: 540px) {
    .modal-newsletter__container {
      padding: 0px; } }
  @media (max-width: 540px) {
    .modal-newsletter__col {
      padding: 0px; } }
  .modal-newsletter__inner {
    display: block;
    width: 100%;
    border: 1px solid #B58C61;
    padding: 63px 50px;
    cursor: default; }
    @media (max-width: 540px) {
      .modal-newsletter__inner {
        height: 100vh;
        padding: 42px 24px;
        padding-top: 50px;
        overflow: auto; } }
  .modal-newsletter__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 24px; }
  .modal-newsletter__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black); }
    @media (min-width: 541px) {
      .modal-newsletter__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .modal-newsletter__wrapper-content {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #8C8C8C;
    padding-bottom: 37px; }
    @media (min-width: 541px) {
      .modal-newsletter__wrapper-content {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter__wrapper-content {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .modal-newsletter__wrapper-content a {
      color: #B58C61;
      transition: all 0.3s ease-in-out;
      cursor: pointer; }
      .modal-newsletter__wrapper-content a:hover {
        color: #3E3E3E; }
  .modal-newsletter__wrapper-form {
    display: block;
    width: 100%; }
  .modal-newsletter__wrapper-send {
    width: auto;
    padding-right: var(--grid-gutter-width);
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px; }
  .modal-newsletter__send {
    cursor: pointer; }
  .modal-newsletter__field-acceptance a {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: inline;
    color: #B58C61;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .modal-newsletter__field-acceptance a {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter__field-acceptance a {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .modal-newsletter__field-acceptance a:hover {
      color: #B58C61; }
  .modal-newsletter__field-acceptance span.wpcf7-list-item {
    margin: 0px; }
  .modal-newsletter__field-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .modal-newsletter__field-acceptance label {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    padding-right: 5px; }
    @media (min-width: 541px) {
      .modal-newsletter__field-acceptance label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter__field-acceptance label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .modal-newsletter__field-acceptance label::before, .modal-newsletter__field-acceptance label::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 0px;
      display: block;
      width: 20px;
      height: 20px;
      transition: 0.25s all ease-in-out; }
    .modal-newsletter__field-acceptance label::before {
      border: 1px solid #b58c61;
      border-radius: 0px; }
    .modal-newsletter__field-acceptance label::after {
      content: "";
      top: 3px;
      left: 0px;
      width: 20px;
      height: 20px;
      background-color: transparent;
      background-image: url(../img/icon-checked.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 0px;
      transform: scale(0); }
    .modal-newsletter__field-acceptance label.is-checked::after {
      transform: scale(1); }
  .modal-newsletter__field-receive span.wpcf7-list-item {
    margin: 0px; }
  .modal-newsletter__field-receive input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .modal-newsletter__field-receive .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    padding-right: 5px; }
    @media (min-width: 541px) {
      .modal-newsletter__field-receive .wpcf7-list-item-label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter__field-receive .wpcf7-list-item-label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .modal-newsletter__field-receive .wpcf7-list-item-label::before, .modal-newsletter__field-receive .wpcf7-list-item-label::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 0px;
      display: block;
      width: 20px;
      height: 20px;
      transition: 0.25s all ease-in-out; }
    .modal-newsletter__field-receive .wpcf7-list-item-label::before {
      border: 1px solid #b58c61;
      border-radius: 0px; }
    .modal-newsletter__field-receive .wpcf7-list-item-label::after {
      content: "";
      top: 3px;
      left: 0px;
      width: 20px;
      height: 20px;
      background-color: transparent;
      background-image: url(../img/icon-checked.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 0px;
      transform: scale(0); }
  .modal-newsletter__field-receive.is-checked .wpcf7-list-item-label::after {
    transform: scale(1); }
  .modal-newsletter__wrapper-message {
    display: block;
    width: 100%; }
  .modal-newsletter__message {
    display: block;
    width: 100%; }
  .modal-newsletter .ajax-loader {
    display: none !important; }
  .modal-newsletter span.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    position: static;
    width: auto;
    z-index: 2; }
    @media (min-width: 541px) {
      .modal-newsletter span.wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter span.wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .modal-newsletter div.wpcf7-response-output {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    border: 0px;
    color: #3E3E3E;
    text-align: left;
    margin: 0px;
    margin-top: 40px;
    width: 100%;
    padding-left: 0px; }
    @media (min-width: 541px) {
      .modal-newsletter div.wpcf7-response-output {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .modal-newsletter div.wpcf7-response-output {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.c-booking {
  position: relative;
  position: relative;
  z-index: 991; }
  .c-booking::after {
    content: ".c-booking";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-booking {
    background-color: transparent; }
    .is-debug .c-booking::after {
      display: block; }
  @media (max-width: 1050px) {
    .c-booking {
      display: none; }
      .modal-booking .c-booking {
        display: block; } }

.c-block-title-more {
  position: relative; }
  .c-block-title-more::after {
    content: ".c-block-title-more";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-block-title-more {
    background-color: lightgray; }
    .is-debug .c-block-title-more::after {
      display: block; }
  .c-block-title-more__wrapper-inner {
    position: relative;
    width: 100%;
    display: block; }
  .c-block-title-more__inner {
    position: relative;
    width: 100%;
    display: block;
    z-index: 2; }
  .c-block-title-more__wrapper-seal {
    position: absolute;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    bottom: 0px;
    right: 0px;
    transform: translate(50%, 25%);
    z-index: 1; }
    @media (max-width: 1050px) {
      .c-block-title-more__wrapper-seal {
        position: static;
        transform: none;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: 100%; } }
    @media (max-width: 540px) {
      .c-block-title-more__wrapper-seal {
        padding-top: 30px; } }
  .c-block-title-more__seal {
    position: relative;
    width: 230px;
    height: auto;
    display: block;
    z-index: 2; }
    @media (max-width: 1050px) {
      .c-block-title-more__seal {
        width: 160px; } }
  .c-block-title-more__caption {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-bottom: 12px;
    text-align: center;
    color: var(--color-b);
    margin-bottom: 16px; }
    @media (min-width: 541px) {
      .c-block-title-more__caption {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-block-title-more__caption {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-block-title-more__caption {
        padding-bottom: 12px; } }
    .c-block-title-more__caption i, .c-block-title-more__caption em {
      font-style: italic; }
  .c-block-title-more__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    padding-bottom: 24px;
    text-align: center; }
    @media (min-width: 541px) {
      .c-block-title-more__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-block-title-more__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-block-title-more__title:last-child {
      padding-bottom: 0px; }
    .c-block-title-more__title i, .c-block-title-more__title em {
      font-style: italic; }
  .c-block-title-more__content-1 {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    text-align: center;
    padding-bottom: 49px; }
    @media (min-width: 541px) {
      .c-block-title-more__content-1 {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-block-title-more__content-1 {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-block-title-more__content-1 {
        padding-bottom: 35px; } }
    .c-block-title-more__content-1:last-child {
      padding-bottom: 0px; }
    .c-block-title-more__content-1 i, .c-block-title-more__content-1 em {
      font-style: italic; }
  .c-block-title-more__content-2 {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    text-align: center;
    padding-bottom: 49px; }
    @media (min-width: 541px) {
      .c-block-title-more__content-2 {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-block-title-more__content-2 {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-block-title-more__content-2 {
        padding-bottom: 35px; } }
    .c-block-title-more__content-2:last-child {
      padding-bottom: 0px; }
    .c-block-title-more__content-2 i, .c-block-title-more__content-2 em {
      font-style: italic; }
  .c-block-title-more__wrapper-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 11px;
    margin-right: 0px;
    margin-bottom: 11px; }
  .c-block-title-more__title + .c-block-title-more__wrapper-button {
    padding-top: 21px; }

.c-col-content-col-image {
  position: relative;
  overflow: hidden; }
  .c-col-content-col-image::after {
    content: ".c-col-content-col-image";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-col-content-col-image {
    background-color: transparent; }
    .is-debug .c-col-content-col-image::after {
      display: block; }
  .is-image-content .c-col-content-col-image__container {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .c-col-content-col-image__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-col-content-col-image__col--content {
      position: relative;
      z-index: 2;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (max-width: 540px) {
        .c-col-content-col-image__col--content {
          -ms-flex-order: 2;
              order: 2;
          margin-top: -48px; } }
    .c-col-content-col-image__col--image {
      position: relative;
      z-index: 1;
      min-height: 70vh; }
      @media (max-width: 1050px) {
        .c-col-content-col-image__col--image {
          position: absolute;
          height: 100%;
          right: calc( var(--container-padding) / 2); }
          .is-image-content .c-col-content-col-image__col--image {
            left: calc( -1 * (var(--container-padding) / 2));
            right: auto; } }
      @media (max-width: 540px) {
        .c-col-content-col-image__col--image {
          top: 0px;
          right: 0px;
          position: static;
          -ms-flex-order: 1;
              order: 1;
          transform: translateX(var(--grid-gutter-width));
          min-height: auto; }
          .is-image-content .c-col-content-col-image__col--image {
            left: 0px;
            right: auto;
            transform: translateX(calc( -1 * (var(--grid-gutter-width) ))); } }
  .c-col-content-col-image__wrapper-col-content {
    width: 100%;
    display: block;
    padding: 74px 65px;
    transform: translateX(calc( 1 * ( var(--col-1) )));
    margin-bottom: 136px; }
    .is-image-content .c-col-content-col-image__wrapper-col-content {
      transform: translateX(calc( -1 * ( var(--col-1) ))); }
      @media (max-width: 1050px) {
        .is-image-content .c-col-content-col-image__wrapper-col-content {
          transform: none; } }
    @media (max-width: 1050px) {
      .c-col-content-col-image__wrapper-col-content {
        transform: none;
        margin-bottom: 80px;
        padding: 53px 31px; } }
    @media (max-width: 540px) {
      .c-col-content-col-image__wrapper-col-content {
        padding: 52px 32px;
        margin-bottom: 0px; } }
  .c-col-content-col-image__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    padding-bottom: 36px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-col-content-col-image__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-col-content-col-image__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-col-content-col-image__title:last-child {
      padding-bottom: 0px; }
    @media (max-width: 1050px) {
      .c-col-content-col-image__title {
        padding-bottom: 34px; } }
  .c-col-content-col-image__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #8C8C8C;
    padding-bottom: 52px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-col-content-col-image__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-col-content-col-image__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-col-content-col-image__content {
        padding-bottom: 50px; } }
    .c-col-content-col-image__content:last-child {
      padding-bottom: 0px; }
  .c-col-content-col-image__wrapper-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 11px;
    width: 100%; }
  .c-col-content-col-image__wrapper-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 12px; }
    .c-col-content-col-image__wrapper-button:last-child {
      margin-bottom: 0px; }
  .c-col-content-col-image__wrapper-col-image {
    width: 100%;
    display: block;
    padding-top: 136px; }
    @media (max-width: 1050px) {
      .c-col-content-col-image__wrapper-col-image {
        padding-left: calc( ( var(--grid-gutter-width) / 2 ) + ( var(--container-padding) / 2));
        padding-top: 80px; } }
    @media (max-width: 540px) {
      .c-col-content-col-image__wrapper-col-image {
        padding-left: 0px;
        padding-top: 0px; } }
  .c-col-content-col-image__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%; }
  .c-col-content-col-image__image-box {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    @media (max-width: 540px) {
      .c-col-content-col-image__image-box {
        position: static; } }
  .c-col-content-col-image__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 540px) {
      .c-col-content-col-image__image {
        position: static;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; } }

.c-contact {
  position: relative; }
  .c-contact::after {
    content: ".c-contact";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-contact {
    background-color: transparent; }
    .is-debug .c-contact::after {
      display: block; }
  .c-contact__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-contact__col--content {
      position: relative;
      z-index: 2; }
    .c-contact__col--form {
      position: relative;
      z-index: 1; }
      @media (max-width: 540px) {
        .c-contact__col--form {
          padding-top: 40px; } }
  .c-contact__wrapper-col-content {
    width: 100%;
    display: block; }
    @media (max-width: 1050px) {
      .c-contact__wrapper-col-content {
        transform: none; } }
  .c-contact__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    padding-bottom: 46px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-contact__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-contact__title:last-child {
      padding-bottom: 0px; }
  .c-contact__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #8C8C8C;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-contact__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-contact__wrapper-col-form {
    width: 100%;
    display: block; }
  .c-contact__form {
    display: block;
    width: 100%; }
  .c-contact__field {
    display: block;
    width: 100%;
    padding-bottom: 20px; }
    .c-contact__field .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
      .c-contact__field .wpcf7-form-control-wrap input[type="text"],
      .c-contact__field .wpcf7-form-control-wrap input[type="email"],
      .c-contact__field .wpcf7-form-control-wrap input[type="tel"] {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300;
        background-color: transparent;
        border: 0px solid;
        border-bottom: 1px solid #D0D0D0;
        width: 100%;
        display: block;
        padding: 9px 20px;
        padding-left: 0px;
        color: #3E3E3E; }
        .c-contact__field .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="tel"]::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="tel"]::-moz-placeholder {
          /* Firefox 19+ */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder {
          /* IE 10+ */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="email"]:-moz-placeholder,
        .c-contact__field .wpcf7-form-control-wrap input[type="tel"]:-moz-placeholder {
          /* Firefox 18- */
          color: #8c8c8c; }
        @media (min-width: 541px) {
          .c-contact__field .wpcf7-form-control-wrap input[type="text"],
          .c-contact__field .wpcf7-form-control-wrap input[type="email"],
          .c-contact__field .wpcf7-form-control-wrap input[type="tel"] {
            font-size: 18px;
            line-height: 26px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
        @media (min-width: 1051px) {
          .c-contact__field .wpcf7-form-control-wrap input[type="text"],
          .c-contact__field .wpcf7-form-control-wrap input[type="email"],
          .c-contact__field .wpcf7-form-control-wrap input[type="tel"] {
            font-size: 21px;
            line-height: 32px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
      .c-contact__field .wpcf7-form-control-wrap textarea {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300;
        background-color: transparent;
        border: 0px solid;
        border-bottom: 1px solid #D0D0D0;
        width: 100%;
        display: block;
        padding: 9px 20px;
        padding-left: 0px;
        color: #3E3E3E;
        min-height: 100px;
        height: 100px;
        max-height: 400px;
        resize: vertical; }
        .c-contact__field .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap textarea::-moz-placeholder {
          /* Firefox 19+ */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          /* IE 10+ */
          color: #8c8c8c; }
        .c-contact__field .wpcf7-form-control-wrap textarea:-moz-placeholder {
          /* Firefox 18- */
          color: #8c8c8c; }
        @media (min-width: 541px) {
          .c-contact__field .wpcf7-form-control-wrap textarea {
            font-size: 18px;
            line-height: 26px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
        @media (min-width: 1051px) {
          .c-contact__field .wpcf7-form-control-wrap textarea {
            font-size: 21px;
            line-height: 32px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
  .c-contact__field-acceptance a {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: inline;
    color: #B58C61;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-contact__field-acceptance a {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact__field-acceptance a {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-contact__field-acceptance a:hover {
      color: #B58C61; }
  .c-contact__field-acceptance span.wpcf7-list-item {
    margin: 0px; }
  .c-contact__field-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .c-contact__field-acceptance label {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    padding-right: 5px;
    display: inline; }
    @media (min-width: 541px) {
      .c-contact__field-acceptance label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact__field-acceptance label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-contact__field-acceptance label::before, .c-contact__field-acceptance label::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 0px;
      display: block;
      width: 20px;
      height: 20px;
      transition: 0.25s all ease-in-out; }
    .c-contact__field-acceptance label::before {
      border: 1px solid #b58c61;
      border-radius: 0px; }
    .c-contact__field-acceptance label::after {
      content: "";
      top: 3px;
      left: 0px;
      width: 20px;
      height: 20px;
      background-color: transparent;
      background-image: url(../img/icon-checked.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 0px;
      transform: scale(0); }
    .c-contact__field-acceptance label.is-checked::after {
      transform: scale(1); }
  .c-contact__wrapper-send {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    padding-top: 54px; }
    @media (max-width: 540px) {
      .c-contact__wrapper-send {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .c-contact .ajax-loader {
    display: none !important; }
  .c-contact span.wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    position: static;
    width: auto;
    z-index: 2; }
    @media (min-width: 541px) {
      .c-contact span.wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact span.wpcf7-not-valid-tip {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-contact div.wpcf7-response-output {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    border: 0px;
    color: #3E3E3E;
    text-align: left;
    margin: 0px;
    margin-top: 40px;
    width: 100%;
    padding-left: 0px; }
    @media (min-width: 541px) {
      .c-contact div.wpcf7-response-output {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-contact div.wpcf7-response-output {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.c-experiences {
  position: relative;
  padding-bottom: 88px; }
  .c-experiences::after {
    content: ".c-experiences";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-experiences {
    background-color: transparent; }
    .is-debug .c-experiences::after {
      display: block; }
  .c-experiences__block {
    width: 100%;
    display: block; }
  .c-experiences__block-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .c-experiences__post {
    padding-bottom: 78px;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1051px) {
      .c-experiences__post {
        margin-left: calc( (var(--col-1) - 1px )*1.5);
        margin-right: calc( (var(--col-1) - 1px )*1.5); } }
    @media (max-width: 1050px) {
      .c-experiences__post {
        padding-bottom: 48px; } }
    @media (min-width: 1051px) {
      .c-experiences__post:nth-child(odd) {
        margin-right: calc( (var(--col-1) - 1px )*0.5); } }
    @media (min-width: 1051px) {
      .c-experiences__post:nth-child(even) {
        margin-left: calc( (var(--col-1) - 1px )*0.5); } }
  .c-experiences__post-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
    @media (min-width: 1051px) {
      .c-experiences__post-inner {
        padding-left: 24px;
        padding-right: 24px; } }
  .c-experiences__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .c-experiences__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 129%; }
  .c-experiences__wrapper-image:hover .c-experiences__image-overlay {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1050px) {
      .c-experiences__wrapper-image:hover .c-experiences__image-overlay {
        display: none; } }
  .c-experiences__image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(181, 140, 97, 0.7);
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out; }
  .c-experiences__image {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .c-experiences__wrapper-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .c-experiences__wrapper-inner {
    display: block;
    width: 100%;
    padding: 40px;
    background-color: #F8F4F0; }
  .c-experiences__caption {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-experiences__caption {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-experiences__caption {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-experiences__title-link {
    display: inline-block;
    padding-top: 6px; }
  .c-experiences__title {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: inline-block;
    width: auto;
    color: var(--color-black);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-experiences__title {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-experiences__title {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-experiences__title-link:hover .c-experiences__title {
    color: var(--color-a); }
  .c-experiences__post-content {
    width: 100%;
    display: block;
    padding-top: 88px;
    padding-bottom: 168px; }
  .c-experiences__post-content-inner {
    display: block;
    transform: translateX(calc( (var(--container-padding)/2) * -1));
    max-width: calc(100% + var(--container-padding));
    width: calc(100% + var(--container-padding)); }
  .c-experiences__post-content-bg {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 170px;
    padding-bottom: 170px;
    background-color: #F8F4F0;
    position: relative;
    padding-left: calc(var(--container-padding)/2);
    padding-right: calc(var(--container-padding)/2); }
  .c-experiences__post-content-text {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-left: calc( (var(--grid-gutter-width)/2) + 24px);
    padding-right: calc( (var(--grid-gutter-width)/2) + 24px);
    color: var(--color-black);
    width: calc(var(--col-1) * 8);
    display: block;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 541px) {
      .c-experiences__post-content-text {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-experiences__post-content-text {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-experiences__post-content-text a {
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      color: var(--color-a); }
      .c-experiences__post-content-text a:hover {
        color: var(--color-black); }

.c-featured-items {
  position: relative; }
  .c-featured-items::after {
    content: ".c-featured-items";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-featured-items {
    background-color: transparent; }
    .is-debug .c-featured-items::after {
      display: block; }
  .c-featured-items__wrapper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 540px) {
      .c-featured-items__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .c-featured-items__wrapper-item {
    padding: 0; }
    @media (max-width: 540px) {
      .c-featured-items__wrapper-item {
        padding-bottom: 0px; } }
  .c-featured-items__item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .c-featured-items__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 80vh; }
    .c-featured-items__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 165%; }
    @media (max-width: 540px) {
      .c-featured-items__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 121%; } }
  .c-featured-items__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: rgba(181, 140, 97, 0.7);
    background-blend-mode: multiply;
    transform: scale(1);
    transition: all 1s ease-in-out; }
    .c-featured-items__image::before {
      content: "";
      position: absolute;
      top: 0%;
      left: 0%;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%); }
  .c-featured-items__item:hover .c-featured-items__image {
    transform: scale(1.03); }
  .c-featured-items__wrapper-texts {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    z-index: 3; }
  .c-featured-items__details {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .c-featured-items__inner-details {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-left: 60px;
    padding-right: 50px; }
    @media (max-width: 1050px) {
      .c-featured-items__inner-details {
        padding-left: var(--grid-gutter-width);
        padding-right: var(--grid-gutter-width); } }
  .c-featured-items__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-white);
    width: 100%;
    padding-top: 23px;
    padding-bottom: 6px;
    text-align: left; }
    @media (min-width: 541px) {
      .c-featured-items__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-featured-items__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-featured-items__item:hover .c-featured-items__content {
    opacity: 1;
    visibility: visible; }
  .c-featured-items__wrapper-button {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-top: 0px;
    display: block;
    width: 100%;
    padding-bottom: 43px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    opacity: 0.5;
    transition: all 0.4s ease-in-out 0s; }
    @media (min-width: 541px) {
      .c-featured-items__wrapper-button {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-featured-items__wrapper-button {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 540px) {
      .c-featured-items__wrapper-button {
        padding-bottom: var(--grid-gutter-width); } }
  .c-featured-items__item:hover .c-featured-items__wrapper-button {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s; }
  .c-featured-items__button {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-white);
    width: auto;
    display: block; }
    @media (min-width: 541px) {
      .c-featured-items__button {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-featured-items__button {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.c-gallery-filters {
  position: relative; }
  .c-gallery-filters::after {
    content: ".c-gallery-filters";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-gallery-filters {
    background-color: transparent; }
    .is-debug .c-gallery-filters::after {
      display: block; }
  .c-gallery-filters__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .c-gallery-filters__gutter-sizer {
    width: 0px; }
  .c-gallery-filters__grid-sizer, .c-gallery-filters__item {
    width: calc( ( (100% - 1px) / 3));
    margin-bottom: 70px;
    padding: 35px;
    padding-top: 0px;
    padding-bottom: 0px; }
    @media (max-width: 1050px) {
      .c-gallery-filters__grid-sizer, .c-gallery-filters__item {
        width: calc( ( (100% - 1px) / 2));
        padding: 0px calc(var(--grid-gutter-width)/2);
        margin-bottom: var(--grid-gutter-width); } }
    @media (max-width: 540px) {
      .c-gallery-filters__grid-sizer, .c-gallery-filters__item {
        width: 100%;
        padding: 0px; } }
  .c-gallery-filters__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 3px; }
  .c-gallery-filters__wrapper-image:hover .c-gallery-filters__item-image::after {
    opacity: 1;
    visibility: visible; }
  .c-gallery-filters__item-image {
    position: relative;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden; }
    .c-gallery-filters__item-image:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .c-gallery-filters__item-image::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: rgba(181, 140, 97, 0.7);
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease-in-out;
      z-index: 2; }
  .c-gallery-filters__item-title {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: rgba(62, 62, 62, 0.4);
    width: 100%;
    padding: 0px;
    padding-top: 10px; }
    @media (min-width: 541px) {
      .c-gallery-filters__item-title {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-gallery-filters__item-title {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 540px) {
      .c-gallery-filters__item-title {
        padding-top: 13px;
        text-align: right; } }
  .c-gallery-filters__block-filters {
    display: block;
    width: 100%; }
  .c-gallery-filters__wrapper-filters {
    padding-bottom: 82px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-gallery-filters__filter {
    padding: 0px 20px;
    display: inline-block; }
  .c-gallery-filters__filter-link {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #8C8C8C;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-gallery-filters__filter-link {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-gallery-filters__filter-link {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-gallery-filters__filter-link.is-active {
      color: #3E3E3E; }
  .c-gallery-filters__wrapper-borders {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden; }
  .c-gallery-filters__border {
    position: absolute;
    z-index: 4;
    width: 40px;
    height: 40px;
    background-color: #F8F4F0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; }
    .c-gallery-filters__border::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%; }
    .c-gallery-filters__border--tl {
      top: 0px;
      left: 0px;
      transform: rotate(-45deg) translate(-10px, -40px) scale(2); }
    .c-gallery-filters__border--tr {
      top: 0px;
      right: 0px;
      transform: rotate(-45deg) translate(40px, 10px) scale(2); }
    .c-gallery-filters__border--bl {
      bottom: 0px;
      left: 0px;
      transform: rotate(-45deg) translate(-40px, -10px) scale(2); }
    .c-gallery-filters__border--br {
      bottom: 0px;
      right: 0px;
      transform: rotate(-45deg) translate(10px, 40px) scale(2); }
  .c-gallery-filters__wrapper-image:hover .c-gallery-filters__border--tl {
    transform: rotate(-45deg) translate(-10px, -40px) scale(1.5); }
  .c-gallery-filters__wrapper-image:hover .c-gallery-filters__border--tr {
    transform: rotate(-45deg) translate(40px, 10px) scale(1.5); }
  .c-gallery-filters__wrapper-image:hover .c-gallery-filters__border--bl {
    transform: rotate(-45deg) translate(-40px, -10px) scale(1.5); }
  .c-gallery-filters__wrapper-image:hover .c-gallery-filters__border--br {
    transform: rotate(-45deg) translate(10px, 40px) scale(1.5); }
  .c-gallery-filters__wrapper-shadows {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .c-gallery-filters__shadow {
    position: absolute;
    z-index: 3;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }
    .c-gallery-filters__shadow--tl-t {
      top: 0px;
      left: -1px;
      width: calc(40px + 2px);
      height: 1px; }
    .c-gallery-filters__shadow--tl-l {
      top: -1px;
      left: 0px;
      width: 1px;
      height: calc(40px + 2px); }
    .c-gallery-filters__shadow--tr-t {
      top: 0px;
      right: -1px;
      width: calc(40px + 2px);
      height: 1px; }
    .c-gallery-filters__shadow--tr-r {
      top: -1px;
      right: 0px;
      width: 1px;
      height: calc(40px + 2px); }
    .c-gallery-filters__shadow--bl-b {
      bottom: 0px;
      left: -1px;
      width: calc(40px + 2px);
      height: 1px; }
    .c-gallery-filters__shadow--bl-l {
      bottom: -1px;
      left: 0px;
      width: 1px;
      height: calc(40px + 2px); }
    .c-gallery-filters__shadow--br-b {
      bottom: 0px;
      right: -1px;
      width: calc(40px + 2px);
      height: 1px; }
    .c-gallery-filters__shadow--br-r {
      bottom: -1px;
      right: 0px;
      width: 1px;
      height: calc(40px + 2px); }

.c-hero {
  position: relative; }
  .c-hero::after {
    content: ".c-hero";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-hero {
    background-color: transparent; }
    .is-debug .c-hero::after {
      display: block; }
  .c-hero__wrapper {
    position: relative;
    width: 100%;
    display: block; }
  .c-hero__wrapper-image {
    display: block;
    height: 100vh;
    width: 100%;
    position: relative; }
  .c-hero--half .c-hero__wrapper-image {
    height: 60vh; }
  .c-hero__image {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
  .c-hero__wrapper-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 0px;
    z-index: 2; }
  .c-hero__texts {
    display: block;
    position: relative;
    width: 100%;
    text-align: center; }
  .c-hero__wrapper-caption {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-50%);
    padding-bottom: 32px; }
  .error404 .c-hero__content {
    padding-top: 25px; }
  .c-hero__content i, .c-hero__content span, .c-hero__content em {
    font-style: italic; }
  .c-hero__wrapper-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 39px; }
  .c-hero__button .o-button__circle-1 {
    stroke: rgba(62, 62, 62, 0.1); }
  .c-hero__button .o-button__circle-2 {
    stroke: #FFFFFF; }
  .c-hero__button .o-button__text {
    color: #FFFFFF; }
  .c-hero__button .icon-arrow-right-cls-2 {
    fill: #FFFFFF; }
  .c-hero__wrapper-booking-langs {
    position: fixed;
    top: 50%;
    right: 0px;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    z-index: 999999;
    transform: translateY(-50%); }
    @media (max-width: 1050px) {
      .c-hero__wrapper-booking-langs {
        top: auto;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 220px; } }
  .c-hero__booking-langs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 238px;
    height: 60px;
    transform: rotate(-90deg) translateX(89px) translateY(-60px);
    transform-origin: top right;
    position: relative; }
    @media (max-width: 1050px) {
      .c-hero__booking-langs {
        transform: rotate(0deg);
        transform-origin: center;
        height: 48px;
        width: 220px; } }
  .c-hero__wrapper-booking {
    background-color: var(--color-a);
    padding: 9px 32px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1050px) {
      .c-hero__wrapper-booking {
        padding: 8px 20px; } }
    @media (min-width: 1051px) {
      .c-hero__wrapper-booking:hover {
        background-color: #a07249; } }
  .c-hero__booking {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-white);
    display: block;
    text-align: center; }
    @media (min-width: 541px) {
      .c-hero__booking {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-hero__booking {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-hero__wrapper-langs {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 60px;
    height: 60px; }
    @media (max-width: 1050px) {
      .c-hero__wrapper-langs {
        height: 48px;
        width: 48px; } }
    .c-hero__wrapper-langs .languages__button {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      width: 60px;
      padding: 0;
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: var(--color-white);
      background-color: #a07249;
      transform: rotate(90deg); }
      @media (min-width: 541px) {
        .c-hero__wrapper-langs .languages__button {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .c-hero__wrapper-langs .languages__button {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (max-width: 1050px) {
        .c-hero__wrapper-langs .languages__button {
          transform: rotate(0deg);
          height: 48px;
          width: 48px;
          cursor: pointer; } }
    .c-hero__wrapper-langs .languages__button:hover + .languages__list {
      opacity: 1;
      visibility: visible; }
    .c-hero__wrapper-langs .languages__list {
      position: absolute;
      top: 0px;
      left: 60px;
      width: auto;
      height: auto;
      z-index: 4;
      background-color: #a07249;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1050px) {
        .c-hero__wrapper-langs .languages__list {
          height: auto;
          width: 48px;
          top: 0px;
          left: 0px;
          transform: translateY(-100%);
          display: block;
          cursor: pointer; } }
      .c-hero__wrapper-langs .languages__list:hover {
        opacity: 1;
        visibility: visible; }
    .c-hero__wrapper-langs .languages__lang {
      padding: 0;
      display: block; }
      .c-hero__wrapper-langs .languages__lang a {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 60px;
        height: 60px;
        transform: rotate(90deg);
        color: rgba(255, 255, 255, 0.4);
        transition: all 0.3s ease-in-out; }
        @media (min-width: 541px) {
          .c-hero__wrapper-langs .languages__lang a {
            font-size: 16px;
            line-height: 24px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
        @media (min-width: 1051px) {
          .c-hero__wrapper-langs .languages__lang a {
            font-size: 16px;
            line-height: 24px;
            font-family: "freight-big-pro", serif;
            font-weight: 300; } }
        @media (max-width: 1050px) {
          .c-hero__wrapper-langs .languages__lang a {
            transform: rotate(0deg);
            color: #FFFFFF;
            height: 48px;
            width: 48px; } }
        .c-hero__wrapper-langs .languages__lang a:hover {
          color: #FFFFFF; }

.c-image {
  position: relative; }
  .c-image::after {
    content: ".c-image";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-image {
    background-color: transparent; }
    .is-debug .c-image::after {
      display: block; }
  .c-image__wrapper-image {
    display: block;
    width: 100%;
    position: relative; }
  .c-image__block-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .c-image__image {
    width: 100vw;
    height: auto;
    max-height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0 auto; }
    @media (max-width: 540px) {
      .c-image__image {
        height: 65vw; } }
  .c-image__caption {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding-top: 10px; }
    @media (min-width: 541px) {
      .c-image__caption {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-image__caption {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-image__caption {
        padding-top: 18px; } }
    @media (max-width: 540px) {
      .c-image__caption {
        text-align: right; } }

.c-login-press {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-login-press::after {
    content: ".c-login-press";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-login-press {
    background-color: transparent; }
    .is-debug .c-login-press::after {
      display: block; }
  @media (max-width: 1050px) {
    .c-login-press {
      display: none; } }
  .c-login-press__cols {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 64px;
    padding-bottom: 64px; }
  .c-login-press__col-info {
    width: calc( var(--col-1) * 3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 0px var(--grid-gutter-width);
    padding-left: var(--col-1); }
  .c-login-press__wrapper-info {
    position: relative;
    width: 100%;
    display: block; }
  .c-login-press__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 0px; }
  .c-login-press__title {
    font-size: 21px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-login-press__title {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-login-press__title {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-login-press__col-login {
    width: calc( var(--col-1) * 9);
    display: -ms-flexbox;
    display: flex;
    padding: 0px var(--grid-gutter-width); }
  .c-login-press__wrapper-login {
    padding-bottom: 0px;
    display: block;
    width: 100%;
    position: relative; }
  .c-login-press__form {
    width: 100%; }
    .c-login-press__form #loginform {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 540px) {
        .c-login-press__form #loginform {
          width: 100%; } }
      .c-login-press__form #loginform .login-username,
      .c-login-press__form #loginform .login-password {
        padding-left: 74px;
        padding-bottom: 0px;
        width: calc( (100% - 1px) / 3); }
        @media (max-width: 540px) {
          .c-login-press__form #loginform .login-username,
          .c-login-press__form #loginform .login-password {
            width: 100%;
            padding: 0px;
            padding-bottom: var(--grid-gutter-width); } }
        .c-login-press__form #loginform .login-username input,
        .c-login-press__form #loginform .login-password input {
          font-size: 18px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300;
          width: 100%;
          display: block;
          border: 0px solid;
          border-bottom: 1px solid #D0D0D0;
          text-align: left;
          width: 100%;
          padding: 10px 1px;
          padding-top: 0px;
          color: #3E3E3E;
          cursor: pointer;
          background: transparent; }
          @media (min-width: 541px) {
            .c-login-press__form #loginform .login-username input,
            .c-login-press__form #loginform .login-password input {
              font-size: 18px;
              line-height: 26px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
          @media (min-width: 1051px) {
            .c-login-press__form #loginform .login-username input,
            .c-login-press__form #loginform .login-password input {
              font-size: 21px;
              line-height: 32px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
          .c-login-press__form #loginform .login-username input::-webkit-input-placeholder,
          .c-login-press__form #loginform .login-password input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #8C8C8C; }
          .c-login-press__form #loginform .login-username input::-moz-placeholder,
          .c-login-press__form #loginform .login-password input::-moz-placeholder {
            /* Firefox 19+ */
            color: #8C8C8C; }
          .c-login-press__form #loginform .login-username input:-ms-input-placeholder,
          .c-login-press__form #loginform .login-password input:-ms-input-placeholder {
            /* IE 10+ */
            color: #8C8C8C; }
          .c-login-press__form #loginform .login-username input:-moz-placeholder,
          .c-login-press__form #loginform .login-password input:-moz-placeholder {
            /* Firefox 18- */
            color: #8C8C8C; }
      .c-login-press__form #loginform .login-submit {
        width: calc( ( (100% - 1px) / 3 ) - var(--grid-gutter-width));
        position: relative;
        transition: all 0.3s ease-in-out;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        @media (max-width: 540px) {
          .c-login-press__form #loginform .login-submit {
            padding: 0px;
            display: block;
            width: 100%;
            text-align: right; } }
        .c-login-press__form #loginform .login-submit #wp-submit {
          -moz-appearance: none;
               appearance: none;
          -webkit-appearance: none;
          padding: 0;
          border: 0;
          border-radius: 0;
          background: transparent;
          cursor: default;
          outline: 0;
          margin: 0;
          font-size: inherit;
          font-weight: inherit;
          font-family: inherit;
          color: inherit;
          text-align: inherit;
          font-size: 18px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300;
          padding: 5px 1px;
          padding-top: 0px;
          transition: all 0.3s ease-in-out;
          cursor: pointer;
          border: 0px solid transparent;
          text-align: center;
          color: var(--color-black);
          background-color: transparent;
          border-bottom: 1px solid #D0D0D0;
          width: auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          @media (min-width: 541px) {
            .c-login-press__form #loginform .login-submit #wp-submit {
              font-size: 18px;
              line-height: 26px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
          @media (min-width: 1051px) {
            .c-login-press__form #loginform .login-submit #wp-submit {
              font-size: 21px;
              line-height: 32px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
          .c-login-press__form #loginform .login-submit #wp-submit.disabled, .c-login-press__form #loginform .login-submit #wp-submit:disabled {
            opacity: 0.5; }
  .c-login-press__error {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .c-login-press__error-inner {
      text-align: center;
      display: block;
      width: 68%;
      padding-top: 20px;
      padding-bottom: 20px; }
    .c-login-press__error-info {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: var(--color-black); }
      @media (min-width: 541px) {
        .c-login-press__error-info {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .c-login-press__error-info {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
  .c-login-press__wrapper-welcome {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .c-login-press__welcome {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    width: 68%;
    text-align: center; }
    @media (min-width: 541px) {
      .c-login-press__welcome {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-login-press__welcome {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-login-press__wrapper-welcome-button {
    width: 32%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .c-login-press__wrapper-menu {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 80px 0px; }
    @media (max-width: 1050px) {
      .c-login-press__wrapper-menu {
        display: none; } }
  .c-login-press__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .c-login-press__menu-item {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 16px; }
  .c-login-press__menu-link {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-login-press__menu-link {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-login-press__menu-link {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-login-press__menu-link:hover, .c-login-press__menu-link.is-active {
      color: var(--color-black); }
  .c-login-press #wp-submit {
    display: none !important; }

.c-mosaic {
  position: relative;
  position: relative;
  overflow: hidden; }
  .c-mosaic::after {
    content: ".c-mosaic";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-mosaic {
    background-color: transparent; }
    .is-debug .c-mosaic::after {
      display: block; }
  @media (max-width: 540px) {
    .c-mosaic__col--left {
      padding-left: calc(var(--grid-gutter-width) / 2);
      padding-right: calc(var(--grid-gutter-width) / 2); } }
  @media (max-width: 540px) {
    .c-mosaic__col--right {
      padding-left: calc(var(--grid-gutter-width) / 2);
      padding-right: calc(var(--grid-gutter-width) / 2); } }

.c-newsletter {
  position: relative; }
  .c-newsletter::after {
    content: ".c-newsletter";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-newsletter {
    background-color: transparent; }
    .is-debug .c-newsletter::after {
      display: block; }
  .c-newsletter__wrapper {
    display: block;
    width: 100%;
    position: relative; }
  .c-newsletter__wrapper-inner {
    width: 100%;
    display: block;
    position: relative; }
  .c-newsletter__wrapper-caption {
    display: block;
    width: 100%;
    padding-bottom: 2px; }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-caption {
        padding-bottom: 17px; } }
  .c-newsletter__caption {
    font-size: 21px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-newsletter__caption {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-newsletter__caption {
        font-size: 21px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-newsletter__caption i, .c-newsletter__caption em {
      font-style: italic; }
  .c-newsletter__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 109px; }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-title {
        padding-bottom: 0px; } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-title {
        padding-bottom: 61px; } }
  .c-newsletter__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-newsletter__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-newsletter__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-newsletter__title i, .c-newsletter__title em {
      font-style: italic; }
  .c-newsletter__wrapper-seal {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: var(--col-2);
    width: auto;
    display: block; }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-seal {
        position: static;
        margin-left: auto;
        padding-bottom: 54px; } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-seal {
        display: none; } }
  .c-newsletter__seal {
    display: block;
    width: 220px;
    height: auto; }
    @media (max-width: 540px) {
      .c-newsletter__seal {
        width: 120px; } }
  .c-newsletter__wrapper-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding-bottom: 100px; }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-fields {
        padding-bottom: 34px; } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-fields {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .c-newsletter__wrapper-field {
    display: block;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-field {
        padding: 0px; } }
    .c-newsletter__wrapper-field--name {
      width: calc(var(--col-1)*3); }
      @media (max-width: 1050px) {
        .c-newsletter__wrapper-field--name {
          width: calc( var(--col-1) * 4);
          padding-right: calc(var(--grid-gutter-width)/2); } }
      @media (max-width: 540px) {
        .c-newsletter__wrapper-field--name {
          width: 100%;
          padding-right: 0px;
          padding-bottom: 28px; } }
    .c-newsletter__wrapper-field--email {
      width: calc(var(--col-1)*5); }
      @media (max-width: 1050px) {
        .c-newsletter__wrapper-field--email {
          width: calc(var(--col-1) * 4);
          padding-left: calc(var(--grid-gutter-width)/2); } }
      @media (max-width: 540px) {
        .c-newsletter__wrapper-field--email {
          width: 100%;
          padding-left: 0px; } }
  .c-newsletter__field {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: default;
    outline: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    text-align: inherit;
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    background-color: transparent;
    border: 0px solid;
    border-bottom: 1px solid #D0D0D0;
    width: 100%;
    display: block;
    padding: 4px 27px;
    padding-bottom: 16px;
    padding-left: 0px;
    color: var(--color-black);
    cursor: pointer; }
    .c-newsletter__field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(62, 62, 62, 0.2); }
    .c-newsletter__field::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(62, 62, 62, 0.2); }
    .c-newsletter__field:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(62, 62, 62, 0.2); }
    .c-newsletter__field:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(62, 62, 62, 0.2); }
    @media (min-width: 541px) {
      .c-newsletter__field {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-newsletter__field {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-newsletter__field:-ms-input-placeholder {
      font-size: 28px;
      line-height: 34px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; }
    .c-newsletter__field::placeholder {
      font-size: 28px;
      line-height: 34px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; }
      @media (min-width: 541px) {
        .c-newsletter__field:-ms-input-placeholder {
          font-size: 28px;
          line-height: 34px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; }
        .c-newsletter__field::placeholder {
          font-size: 28px;
          line-height: 34px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .c-newsletter__field:-ms-input-placeholder {
          font-size: 48px;
          line-height: 59px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; }
        .c-newsletter__field::placeholder {
          font-size: 48px;
          line-height: 59px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
  .c-newsletter__wrapper-continue {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-continue {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .c-newsletter__wrapper-next {
    width: calc(var(--col-1)*6);
    padding-right: var(--grid-gutter-width);
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-next {
        width: calc(var(--col-1) * 4);
        padding-right: calc(var(--grid-gutter-width)/2); } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-next {
        width: 100%;
        padding-right: 0px; } }
  .c-newsletter__next {
    cursor: pointer; }
    @media (max-width: 1050px) {
      .c-newsletter__next {
        transform: none; } }
    @media (max-width: 540px) {
      .c-newsletter__next {
        padding-bottom: 59px; } }
  .c-newsletter__wrapper-info {
    width: calc(var(--col-1)*4);
    padding-left: var(--grid-gutter-width);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1050px) {
      .c-newsletter__wrapper-info {
        width: calc(var(--col-1) * 4);
        padding-left: calc(var(--grid-gutter-width)/2); } }
    @media (max-width: 540px) {
      .c-newsletter__wrapper-info {
        width: 100%;
        padding-left: 0px; } }
  .c-newsletter__info {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .c-newsletter__info {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-newsletter__info {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-newsletter__wrapper-error {
    padding-top: 40px; }
  .c-newsletter__error {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    border: 0px;
    color: var(--color-b);
    text-align: center;
    width: 100%; }
    @media (min-width: 541px) {
      .c-newsletter__error {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-newsletter__error {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.c-press-copyright {
  position: relative; }
  .c-press-copyright::after {
    content: ".c-press-copyright";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-press-copyright {
    background-color: transparent; }
    .is-debug .c-press-copyright::after {
      display: block; }
  .c-press-copyright__inner {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding: 150px 0px;
    color: var(--color-c);
    text-align: center; }
    @media (min-width: 541px) {
      .c-press-copyright__inner {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-copyright__inner {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-press-copyright__inner {
        padding: 60px 0px; } }
    @media (max-width: 540px) {
      .c-press-copyright__inner {
        padding-top: 48px 0px; } }
    .c-press-copyright__inner a {
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      color: var(--color-a); }
      .c-press-copyright__inner a:hover {
        color: var(--color-black); }

.c-press-download-files {
  position: relative; }
  .c-press-download-files::after {
    content: ".c-press-download-files";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-press-download-files {
    background-color: transparent; }
    .is-debug .c-press-download-files::after {
      display: block; }
  .c-press-download-files__block-item {
    display: block;
    width: 100%; }
  .c-press-download-files__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px 0px;
    padding-top: 21px;
    background-color: transparent;
    border-bottom: 1px solid rgba(181, 140, 97, 0.5); }
    @media (max-width: 540px) {
      .c-press-download-files__item {
        padding-top: 24px; } }
  .c-press-download-files__item-title {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black); }
    @media (min-width: 541px) {
      .c-press-download-files__item-title {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-download-files__item-title {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-press-download-files__item-wrapper-title {
    width: auto;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    max-width: 100%; }
    @media (max-width: 540px) {
      .c-press-download-files__item-wrapper-title {
        width: 100%;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        padding-right: 0px;
        padding-bottom: 10px; } }
  .c-press-download-files__item-wrapper-extensions {
    width: auto; }
    @media (max-width: 540px) {
      .c-press-download-files__item-wrapper-extensions {
        width: 100%; } }
  .c-press-download-files__item-extensions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 540px) {
      .c-press-download-files__item-extensions {
        width: 100%;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .c-press-download-files__item-extensions-link {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: inline-block;
    padding: 0px;
    margin: 0px 24px;
    color: #8C8C8C;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; }
    @media (min-width: 541px) {
      .c-press-download-files__item-extensions-link {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-download-files__item-extensions-link {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-press-download-files__item-extensions-link:first-child {
      margin-left: 0px; }
    .c-press-download-files__item-extensions-link:last-child {
      margin-right: 0px; }
    .c-press-download-files__item-extensions-link:hover {
      color: #3E3E3E; }

.c-press-download-images {
  position: relative; }
  .c-press-download-images::after {
    content: ".c-press-download-images";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-press-download-images {
    background-color: transparent; }
    .is-debug .c-press-download-images::after {
      display: block; }
  .c-press-download-images__block {
    width: 100%;
    display: block; }
  .c-press-download-images__col {
    padding-bottom: 72px; }
  .c-press-download-images__item {
    display: block;
    width: 100%;
    padding: 0px 28px; }
    @media (max-width: 540px) {
      .c-press-download-images__item {
        padding: 0px; } }
  .c-press-download-images__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .c-press-download-images__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .c-press-download-images__wrapper-image:hover .c-press-download-images__image-overlay {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1050px) {
      .c-press-download-images__wrapper-image:hover .c-press-download-images__image-overlay {
        display: none; } }
  .c-press-download-images__image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(181, 140, 97, 0.7);
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out; }
  .c-press-download-images__image {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .c-press-download-images__wrapper-content {
    display: block;
    width: 100%; }
  .c-press-download-images__wrapper-inner {
    display: block;
    width: 100%; }
  .c-press-download-images__title {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-top: 18px;
    color: var(--color-c);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-press-download-images__title {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-download-images__title {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.c-press-list {
  position: relative;
  position: relative;
  overflow: hidden; }
  .c-press-list::after {
    content: ".c-press-list";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-press-list {
    background-color: transparent; }
    .is-debug .c-press-list::after {
      display: block; }
  .c-press-list__block {
    width: 100%;
    display: block; }
  .c-press-list__block-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .c-press-list__post {
    padding-bottom: 78px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1050px) {
      .c-press-list__post {
        padding-bottom: var(--grid-gutter-width); } }
  .c-press-list__post-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; }
    @media (max-width: 1050px) {
      .c-press-list__post-inner {
        padding-left: 0px;
        padding-right: 0px; } }
  .c-press-list__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(181, 140, 97, 0.2); }
    .c-press-list__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 129%; }
  .c-press-list__wrapper-image:hover .c-press-list__image-overlay {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1050px) {
      .c-press-list__wrapper-image:hover .c-press-list__image-overlay {
        display: none; } }
  .c-press-list__image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(181, 140, 97, 0.7);
    z-index: 2;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out; }
  .c-press-list__image {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    mix-blend-mode: multiply;
    filter: grayscale(100%); }
  .c-press-list__wrapper-content {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .c-press-list__wrapper-inner {
    display: block;
    width: 100%;
    padding: 40px;
    background-color: #F8F4F0; }
    @media (max-width: 540px) {
      .c-press-list__wrapper-inner {
        padding: 32px; } }
  .c-press-list__date {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-press-list__date {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-list__date {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-press-list__title-link {
    display: inline-block;
    padding-top: 6px; }
  .c-press-list__title {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: inline-block;
    width: auto;
    color: var(--color-black);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-press-list__title {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-list__title {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-press-list__title-link:hover .c-press-list__title {
    color: var(--color-a); }
  .c-press-list__post-content {
    width: 100%;
    display: block;
    padding-top: 88px;
    padding-bottom: 168px; }
    @media (max-width: 1050px) {
      .c-press-list__post-content {
        padding-top: 68px;
        padding-bottom: 92px; } }
    @media (max-width: 540px) {
      .c-press-list__post-content {
        padding-top: 48px;
        padding-bottom: 72px; } }
  .c-press-list__post-content-inner {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-top: 170px;
    padding-bottom: 170px;
    padding-left: calc(var(--container-padding)/2);
    padding-right: calc(var(--container-padding)/2); }
    @media (max-width: 1050px) {
      .c-press-list__post-content-inner {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (max-width: 540px) {
      .c-press-list__post-content-inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .c-press-list__post-content-bg {
    width: calc(100% + var(--grid-gutter-width));
    height: 100%;
    display: block;
    background-color: #F8F4F0;
    position: absolute;
    top: 0px;
    left: calc((var(--grid-gutter-width)/2) * -1);
    z-index: 1; }
    @media (max-width: 1050px) {
      .c-press-list__post-content-bg {
        width: calc( 100% + ( var(--grid-gutter-width) * 2 ));
        left: calc((var(--grid-gutter-width)) * -1); } }
  .c-press-list__post-content-text {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-left: calc( (var(--grid-gutter-width)/2) + 24px);
    padding-right: calc( (var(--grid-gutter-width)/2) + 24px);
    color: var(--color-black);
    width: calc(var(--col-1) * 8);
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 541px) {
      .c-press-list__post-content-text {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-press-list__post-content-text {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-press-list__post-content-text {
        width: 100%; } }
    @media (max-width: 540px) {
      .c-press-list__post-content-text {
        padding: 32px; } }
    .c-press-list__post-content-text a {
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      color: var(--color-a); }
      .c-press-list__post-content-text a:hover {
        color: var(--color-black); }

.c-rooms {
  position: relative; }
  .c-rooms::after {
    content: ".c-rooms";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-rooms {
    background-color: transparent; }
    .is-debug .c-rooms::after {
      display: block; }
  .c-rooms__wrapper-room {
    padding-bottom: 202px; }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-room {
        padding-bottom: 144px; } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-room {
        padding-bottom: 64px; } }
  .c-rooms__room {
    position: relative;
    width: 100%;
    display: block; }
  .c-rooms__wrapper-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 100vh; }
    .c-rooms__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 60%; }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 69%; } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-image {
        transform: translateX(calc(var(--grid-gutter-width) * -1)); } }
    .c-rooms__wrapper-room--alt .c-rooms__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 116%; }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-room--alt .c-rooms__wrapper-image:before {
        content: "";
        display: block;
        padding-bottom: 69%; } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-room--alt .c-rooms__wrapper-image {
        transform: translateX(var(--grid-gutter-width)); } }
  .c-rooms__image-box {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
  .c-rooms__image {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
  .c-rooms__wrapper-box {
    position: absolute;
    top: 92px;
    right: calc(var(--col-1) * (-1));
    display: block;
    width: calc(var(--col-1) * 5);
    height: auto;
    padding: 65px;
    padding-bottom: 30px;
    border: 1px solid #B58C61;
    z-index: 5; }
    .c-rooms__wrapper-room--alt .c-rooms__wrapper-box {
      right: auto;
      left: calc(var(--col-1) * (-4)); }
      @media (max-width: 1050px) {
        .c-rooms__wrapper-room--alt .c-rooms__wrapper-box {
          right: auto;
          left: calc(var(--col-1) * (-2)); } }
      @media (max-width: 540px) {
        .c-rooms__wrapper-room--alt .c-rooms__wrapper-box {
          top: 0px;
          right: auto;
          left: 0px;
          position: relative;
          width: 100%;
          z-index: 2; } }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-box {
        top: 80px;
        width: calc(var(--col-1) * 4);
        padding: 48px 28px;
        right: calc(var(--col-1) * (-2)); } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-box {
        top: 0px;
        right: 0px;
        position: relative;
        width: 100%;
        margin-top: -32px;
        z-index: 2; } }
  .c-rooms__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #3E3E3E;
    padding-bottom: 36px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-rooms__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-rooms__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-rooms__title {
        padding-bottom: 20px; } }
    .c-rooms__title:last-child {
      padding-bottom: 0px; }
  .c-rooms__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #8C8C8C;
    padding-bottom: 39px;
    width: 100%;
    display: block; }
    @media (min-width: 541px) {
      .c-rooms__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-rooms__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-rooms__content {
        padding-bottom: 34px; } }
    .c-rooms__content:last-child {
      padding-bottom: 0px; }
  .c-rooms__wrapper-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 11px;
    width: 100%; }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-buttons {
        padding-top: 0px;
        padding-bottom: 32px; } }
    @media (max-width: 540px) {
      .c-rooms__wrapper-buttons {
        padding-bottom: 27px; } }
  .c-rooms__wrapper-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    width: calc(100% - 168px); }
    @media (max-width: 1050px) {
      .c-rooms__wrapper-link {
        width: 100%; } }
  .c-rooms__wrapper-booking {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    display: -ms-flexbox;
    display: flex; }
  .c-rooms__booking {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    background-color: #B58C61;
    color: #FFFFFF;
    padding: 9px 32px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block; }
    @media (min-width: 541px) {
      .c-rooms__booking {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-rooms__booking {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-rooms__booking {
        padding: 8px 25px; } }
    .c-rooms__booking:hover {
      background-color: #3E3E3E; }

.c-single-experience {
  position: relative; }
  .c-single-experience::after {
    content: ".c-single-experience";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-single-experience {
    background-color: transparent; }
    .is-debug .c-single-experience::after {
      display: block; }
  .c-single-experience__wrapper {
    padding: 40px 0px;
    width: 100%;
    padding-bottom: 86px; }
    @media (max-width: 1050px) {
      .c-single-experience__wrapper {
        padding-bottom: 76px; } }
  @media (max-width: 1050px) {
    .c-single-experience__container {
      position: relative; } }
  .c-single-experience__inner {
    min-height: 70vh; }
  .c-single-experience__wrapper-caption {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px; }
  .c-single-experience__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .c-single-experience__caption:hover .c-single-experience__caption-icon::before {
    transform: translateX(-6px); }
  .c-single-experience__caption-icon {
    display: block;
    height: auto; }
    .c-single-experience__caption-icon::before {
      content: "â†œ";
      display: inline-block;
      width: auto;
      font-size: 100%;
      transition: all 0.3s ease-in-out;
      margin-right: 10px;
      transform: translateX(0px); }
  .c-single-experience__caption-text {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-experience__caption-text {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-experience__caption-text {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-experience__caption-text i, .c-single-experience__caption-text em {
      font-style: italic; }
  .c-single-experience__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 79px; }
    @media (max-width: 1050px) {
      .c-single-experience__wrapper-title {
        padding-bottom: 63px; } }
  .c-single-experience__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-experience__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-experience__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-experience__title i, .c-single-experience__title em {
      font-style: italic; }
  .c-single-experience__wrapper-image {
    display: block;
    position: relative;
    width: 100%; }
    @media (max-width: 1050px) {
      .c-single-experience__wrapper-image {
        position: absolute;
        top: 0px;
        left: 0px; } }
    @media (max-width: 540px) {
      .c-single-experience__wrapper-image {
        position: static;
        padding-bottom: 24px; } }
  .c-single-experience__image {
    width: calc( var(--col-1) * 4);
    padding-right: var(--grid-gutter-width);
    display: block;
    position: absolute;
    top: -70px;
    right: calc(var(--grid-gutter-width) * -1);
    transform: translateX(100%); }
    @media (max-width: 1050px) {
      .c-single-experience__image {
        width: calc( var(--col-1) * 4);
        top: 0px;
        right: var(--grid-gutter-width);
        padding-left: calc(var(--grid-gutter-width)/2);
        padding-right: calc(var(--grid-gutter-width)/2);
        transform: none; } }
    @media (max-width: 540px) {
      .c-single-experience__image {
        position: static;
        transform: none;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
  .c-single-experience__texts {
    width: calc( var(--col-1) * 4);
    display: block;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1050px) {
      .c-single-experience__texts {
        width: 100%;
        padding-right: 0px; } }
  .c-single-experience__wrapper-subtitle {
    display: block;
    width: 100%;
    padding-bottom: 31px; }
  .c-single-experience__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-experience__subtitle {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-experience__subtitle {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-experience__subtitle i, .c-single-experience__subtitle em {
      font-style: italic; }
  .c-single-experience__wrapper-content {
    display: block;
    width: 100%;
    padding-bottom: 67px; }
    @media (max-width: 1050px) {
      .c-single-experience__wrapper-content {
        padding-bottom: 47px; } }
  .c-single-experience__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-bottom: 12px;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .c-single-experience__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-experience__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-experience__content i, .c-single-experience__content em {
      font-style: italic; }
    .c-single-experience__content ul, .c-single-experience__content p {
      padding-bottom: 31px; }
    .c-single-experience__content p:last-child {
      padding-bottom: 0px; }
    .c-single-experience__content li {
      padding-left: 0px; }
      .c-single-experience__content li::before {
        content: "Â·";
        display: inline-block;
        padding-right: 10px; }
  .c-single-experience__wi-inner {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding: 150px 0px;
    color: var(--color-black);
    text-align: center; }
    @media (min-width: 541px) {
      .c-single-experience__wi-inner {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-experience__wi-inner {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-experience__wi-inner a {
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      color: var(--color-a); }
      .c-single-experience__wi-inner a:hover {
        color: var(--color-black); }

.c-single-press {
  position: relative;
  min-height: 70vh; }
  .c-single-press::after {
    content: ".c-single-press";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-single-press {
    background-color: transparent; }
    .is-debug .c-single-press::after {
      display: block; }
  .c-single-press__wrapper {
    width: 100%;
    padding-bottom: 300px; }
    @media (max-width: 1050px) {
      .c-single-press__wrapper {
        padding-bottom: 76px; } }
  @media (max-width: 1050px) {
    .c-single-press__container {
      position: relative; } }
  .c-single-press__wrapper-caption {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 24px; }
  .c-single-press__caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .c-single-press__caption:hover .c-single-press__caption-icon::before {
    transform: translateX(-6px); }
  .c-single-press__caption-icon {
    display: block;
    height: auto; }
    .c-single-press__caption-icon::before {
      content: "â†œ";
      display: inline-block;
      width: auto;
      font-size: 100%;
      transition: all 0.3s ease-in-out;
      margin-right: 10px;
      transform: translateX(0px); }
  .c-single-press__caption-text {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-press__caption-text {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-press__caption-text {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-press__caption-text i, .c-single-press__caption-text em {
      font-style: italic; }
  .c-single-press__wrapper-title {
    display: block;
    width: 100%;
    padding-bottom: 74px; }
    @media (max-width: 1050px) {
      .c-single-press__wrapper-title {
        padding-bottom: 63px; } }
  .c-single-press__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-press__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-press__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-press__title i, .c-single-press__title em {
      font-style: italic; }
  .c-single-press__wrapper-image {
    display: block;
    position: relative;
    width: 100%; }
    @media (max-width: 1050px) {
      .c-single-press__wrapper-image {
        position: absolute;
        top: 0px;
        left: 0px; } }
    @media (max-width: 540px) {
      .c-single-press__wrapper-image {
        position: static;
        padding-bottom: 24px; } }
  .c-single-press__image {
    width: calc( var(--col-1) * 3);
    padding-right: var(--grid-gutter-width);
    display: block;
    position: absolute;
    top: -70px;
    right: calc(var(--grid-gutter-width) * -1);
    transform: translateX(100%);
    mix-blend-mode: multiply;
    filter: grayscale(100%); }
    @media (max-width: 1050px) {
      .c-single-press__image {
        width: calc( var(--col-1) * 4);
        top: 0px;
        right: var(--grid-gutter-width);
        padding-left: calc(var(--grid-gutter-width)/2);
        padding-right: calc(var(--grid-gutter-width)/2);
        transform: none; } }
    @media (max-width: 540px) {
      .c-single-press__image {
        position: static;
        transform: none;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
  .c-single-press__texts {
    width: calc( var(--col-1) * 4);
    display: block;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1050px) {
      .c-single-press__texts {
        width: 100%;
        padding-right: 0px; } }
  .c-single-press__wrapper-date {
    display: block;
    width: 100%;
    padding-bottom: 19px; }
  .c-single-press__date {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b); }
    @media (min-width: 541px) {
      .c-single-press__date {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-press__date {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-press__date i, .c-single-press__date em {
      font-style: italic; }
  .c-single-press__wrapper-content {
    display: block;
    width: 100%;
    padding-bottom: 67px; }
    @media (max-width: 1050px) {
      .c-single-press__wrapper-content {
        padding-bottom: 47px; } }
  .c-single-press__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-bottom: 12px;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .c-single-press__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-single-press__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-single-press__content i, .c-single-press__content em {
      font-style: italic; }
  .c-single-press__wrapper-button {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1050px) {
      .c-single-press__wrapper-button {
        transform: none; } }

.c-slider-horizontal {
  position: relative; }
  .c-slider-horizontal::after {
    content: ".c-slider-horizontal";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-slider-horizontal {
    background-color: transparent; }
    .is-debug .c-slider-horizontal::after {
      display: block; }
  .c-slider-horizontal__wrapper {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .c-slider-horizontal__slider {
    width: 100%;
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex; }
  .c-slider-horizontal__wrapper-seal {
    width: calc( var(--col-1) * 4);
    padding-left: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1050px) {
      .c-slider-horizontal__wrapper-seal {
        width: calc( var(--col-1) * 4); } }
    @media (max-width: 540px) {
      .c-slider-horizontal__wrapper-seal {
        width: auto; } }
  .c-slider-horizontal__inner {
    display: -ms-flexbox;
    display: flex;
    width: calc( var(--col-1) * 8); }
    @media (max-width: 1050px) {
      .c-slider-horizontal__inner {
        width: calc( var(--col-1) * 4); } }
  .c-slider-horizontal__slide {
    display: block;
    position: relative;
    padding-right: var(--grid-gutter-width); }
    @media (max-width: 1050px) {
      .c-slider-horizontal__slide {
        padding-right: var(--grid-gutter-width); } }
  .c-slider-horizontal__slide-wrapper-image {
    width: calc( var(--col-1) * 7);
    display: block;
    position: relative; }
    @media (max-width: 1050px) {
      .c-slider-horizontal__slide-wrapper-image {
        width: calc( var(--col-1) * 4); } }
    @media (max-width: 540px) {
      .c-slider-horizontal__slide-wrapper-image {
        width: calc( ( var(--col-1) * 4 ) - var(--grid-gutter-width)); } }
  .c-slider-horizontal__slide-image-link {
    width: 100%;
    display: block;
    max-width: none;
    position: relative;
    max-height: calc(80vh - 73px);
    overflow: hidden; }
    .c-slider-horizontal__slide-image-link:before {
      content: "";
      display: block;
      padding-bottom: 69%; }
  .c-slider-horizontal__slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    z-index: 2; }
  .c-slider-horizontal__book-now {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    width: auto;
    padding: 12px 64px;
    background-color: var(--color-a);
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    @media (min-width: 541px) {
      .c-slider-horizontal__book-now {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-slider-horizontal__book-now {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 540px) {
      .c-slider-horizontal__book-now {
        padding: 8px 24px; } }
    .c-slider-horizontal__book-now:hover {
      background-color: var(--color-black); }
  .c-slider-horizontal__slide-wrapper-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding-top: 14px; }
  .c-slider-horizontal__slide-title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-slider-horizontal__slide-title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-slider-horizontal__slide-title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-slider-horizontal__slide-wrapper-text:hover .c-slider-horizontal__slide-title,
  .c-slider-horizontal__slide-wrapper-text.is-hover .c-slider-horizontal__slide-title {
    color: var(--color-a); }
  .c-slider-horizontal__slide-icon {
    display: block;
    transition: all 0.3s ease-in-out; }
  .c-slider-horizontal__slide-wrapper-text:hover .c-slider-horizontal__slide-icon,
  .c-slider-horizontal__slide-wrapper-text.is-hover .c-slider-horizontal__slide-icon {
    transform: translateX(-10px); }
  .c-slider-horizontal__icon {
    display: block; }

.c-slider-inner {
  position: relative; }
  .c-slider-inner::after {
    content: ".c-slider-inner";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-slider-inner {
    background-color: burlywood; }
    .is-debug .c-slider-inner::after {
      display: block; }
  .c-slider-inner__slide {
    position: relative; }
  .c-slider-inner__wrapper-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    max-height: 80vh; }
    .c-slider-inner__wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 67%; }
  .c-slider-inner__image {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .c-slider-inner__wrapper-controls {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .c-slider-inner__wrapper-pagination {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .c-slider-inner__inner-pagination {
    position: relative;
    width: 100%; }
  .c-slider-inner__pagination {
    font-size: 22px;
    line-height: 32px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    display: block;
    color: var(--color-black); }
    @media (min-width: 541px) {
      .c-slider-inner__pagination {
        font-size: 22px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-slider-inner__pagination {
        font-size: 28px;
        line-height: 42px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-slider-inner__pagination .swiper-pagination-current {
      opacity: 1; }
    .c-slider-inner__pagination .swiper-pagination-label {
      opacity: 0.4;
      display: inline-block;
      padding: 0px 3px; }
    .c-slider-inner__pagination .swiper-pagination-total {
      opacity: 0.4; }
  .c-slider-inner__wrapper-arrows {
    width: 50%;
    display: block; }
  .c-slider-inner__inner-arrows {
    width: 100%; }
  .c-slider-inner__arrows {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .c-slider-inner__prev {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black);
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-slider-inner__prev {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-slider-inner__prev {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-slider-inner__prev:hover {
      opacity: 1; }
  .c-slider-inner__next {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black);
    opacity: 0.4;
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .c-slider-inner__next {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-slider-inner__next {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 540px) {
      .c-slider-inner__next {
        margin-left: 20px; } }
    .c-slider-inner__next:hover {
      opacity: 1; }

.c-texts {
  position: relative;
  overflow: hidden;
  position: relative; }
  .c-texts::after {
    content: ".c-texts";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-texts {
    background-color: transparent; }
    .is-debug .c-texts::after {
      display: block; }
  .c-texts__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 53px; }
    @media (max-width: 1050px) {
      .c-texts__item {
        padding-bottom: 62px; } }
    @media (max-width: 540px) {
      .c-texts__item {
        padding-bottom: 48px; } }
  .c-texts__wrapper-info {
    width: calc(var(--col-1) * 3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 0px;
    padding-right: calc(var(--grid-gutter-width)/2);
    position: relative; }
  .c-texts__wrapper-title {
    display: block;
    width: 100%; }
  .c-texts__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-black);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .c-texts__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-texts__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .c-texts__wrapper-text {
    width: calc(var(--col-1) * 7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 0px;
    padding-left: calc(var(--grid-gutter-width)/2);
    position: relative; }
  .c-texts__text {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: #8C8C8C;
    display: block;
    width: 100%;
    padding-top: 12px; }
    @media (min-width: 541px) {
      .c-texts__text {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-texts__text {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-texts__text:first-child {
      padding-top: 0px; }
    .c-texts__text strong {
      color: #3E3E3E; }
    .c-texts__text p {
      padding-bottom: 29px; }

.c-video {
  position: relative; }
  .c-video::after {
    content: ".c-video";
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    color: #3E3E3E;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7); }
  .is-debug .c-video {
    background-color: burlywood; }
    .is-debug .c-video::after {
      display: block; }
  .c-video__wrapper-video-inner {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .c-video__video {
    width: 100%;
    display: block;
    position: relative;
    max-height: 100vh; }
    .c-video__video:before {
      content: "";
      display: block;
      padding-bottom: 65%; }
    @media (max-width: 540px) {
      .c-video__video:before {
        content: "";
        display: block;
        padding-bottom: 56.25%; } }
    .c-video__video iframe {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      display: block;
      border: 0px; }
  .c-video__wrapper-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .c-video__icon-play {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 540px) {
      .c-video__icon-play {
        width: 48px;
        height: 48px; } }
    .is-play .c-video__icon-play {
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -100%) scale(1); }

.c-m-box {
  display: block;
  width: 100%;
  position: relative; }
  .c-m-box__wrapper {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .c-m-box__shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 48px;
    left: -48px;
    z-index: 1;
    background-color: rgba(62, 62, 62, 0.3);
    opacity: 0.1; }
    @media (max-width: 1050px) {
      .c-m-box__shadow {
        top: 32px;
        left: -32px; } }
    @media (max-width: 540px) {
      .c-m-box__shadow {
        display: none; } }
  .c-m-box__inner {
    display: block;
    width: 100%;
    padding: 64px 64px;
    background-color: var(--color-d);
    border: 1px solid var(--color-a);
    position: relative;
    z-index: 3; }
    @media (max-width: 1050px) {
      .c-m-box__inner {
        padding: 50px 32px; } }
  .c-m-box__title {
    font-size: 28px;
    line-height: 34px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    padding-bottom: 46px; }
    @media (min-width: 541px) {
      .c-m-box__title {
        font-size: 28px;
        line-height: 34px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-m-box__title {
        font-size: 48px;
        line-height: 59px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 540px) {
      .c-m-box__title {
        padding-bottom: 27px; } }
    .c-m-box__title:last-child {
      padding-bottom: 0px; }
    .c-m-box__title i, .c-m-box__title em {
      font-style: italic; }
  .c-m-box__content {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .c-m-box__content {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-m-box__content {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-m-box__content i, .c-m-box__content em {
      font-style: italic; }

.c-m-title-and-content {
  display: block;
  width: 100%;
  position: relative; }
  .c-m-title-and-content__wrapper {
    display: block;
    width: 100%; }
  .c-m-title-and-content__caption {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    padding-bottom: 12px;
    color: var(--color-b);
    margin-bottom: 16px; }
    @media (min-width: 541px) {
      .c-m-title-and-content__caption {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-m-title-and-content__caption {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-m-title-and-content__caption {
        padding-bottom: 12px; } }
    .c-m-title-and-content__caption i, .c-m-title-and-content__caption em {
      font-style: italic; }
  .c-m-title-and-content__title {
    font-size: 36px;
    line-height: 45px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    padding-bottom: 24px; }
    @media (min-width: 541px) {
      .c-m-title-and-content__title {
        font-size: 42px;
        line-height: 51px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-m-title-and-content__title {
        font-size: 80px;
        line-height: 98px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .c-m-title-and-content__title:last-child {
      padding-bottom: 0px; }
    .c-m-title-and-content__title i, .c-m-title-and-content__title em {
      font-style: italic; }
  .c-m-title-and-content__content-1 {
    font-size: 18px;
    line-height: 26px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    padding-bottom: 49px; }
    @media (min-width: 541px) {
      .c-m-title-and-content__content-1 {
        font-size: 18px;
        line-height: 26px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .c-m-title-and-content__content-1 {
        font-size: 21px;
        line-height: 32px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (max-width: 1050px) {
      .c-m-title-and-content__content-1 {
        padding-bottom: 35px; } }
    .c-m-title-and-content__content-1:last-child {
      padding-bottom: 0px; }
    .c-m-title-and-content__content-1 i, .c-m-title-and-content__content-1 em {
      font-style: italic; }

.c-m-image__wrapper {
  display: block;
  width: 100%;
  position: relative; }

.c-m-image__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }

.c-m-image__image-box {
  display: block;
  position: relative;
  width: 100%; }

.c-m-image__image {
  display: block;
  width: 100%; }

.c-m-image__wrapper-text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--container-width);
  max-width: calc(100vw - (var(--grid-gutter-width) * 2));
  text-align: center; }
  @media (max-width: 1050px) {
    .c-m-image__wrapper-text {
      max-width: calc( 100vw - (var(--container-padding) * 1) - (var(--grid-gutter-width) * 1)); } }
  @media (max-width: 540px) {
    .c-m-image__wrapper-text {
      max-width: 100%; } }
  .c-mosaic__col--left .c-m-image__wrapper-text {
    left: 0px; }
  .c-mosaic__col--right .c-m-image__wrapper-text {
    right: 0px; }

.c-m-image__text {
  font-size: 36px;
  line-height: 45px;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  color: var(--color-white);
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: calc( (100% / 12) * 8);
  text-align: center; }
  @media (min-width: 541px) {
    .c-m-image__text {
      font-size: 42px;
      line-height: 51px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (min-width: 1051px) {
    .c-m-image__text {
      font-size: 80px;
      line-height: 98px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; } }
  @media (max-width: 1050px) {
    .c-m-image__text {
      width: calc( (100% / 8) * 6); } }
  @media (max-width: 540px) {
    .c-m-image__text {
      width: 100%; } }

.c-m-button__wrapper-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%; }

.c-m-seal__wrapper {
  display: block;
  width: 100%; }

.c-m-seal__wrapper-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%; }

.c-m-seal__image {
  display: block;
  width: 220px;
  height: auto;
  margin-left: 0px;
  margin-right: auto; }
  .c-mosaic__col--right .c-m-seal__image {
    margin-left: auto;
    margin-right: 0px; }
    @media (max-width: 540px) {
      .c-mosaic__col--right .c-m-seal__image {
        margin-left: 0px;
        margin-right: auto;
        width: 120px; } }

.debug-columns {
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: none; }
  .is-debug .debug-columns {
    opacity: 0.2; }
  .debug-columns__col {
    height: 100vh;
    display: inline-block; }
  .debug-columns__col-content {
    background-color: rgba(144, 238, 144, 0.4);
    width: 100%;
    height: 100%;
    display: block; }

.header {
  --header__color-text: var(--color-white);
  --header__bg-color: transparent;
  --header__current-height: var(--header-height);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  background-color: var(--header__bg-color);
  transition: all 0.3s ease-in-out, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0px); }
  .header--alt {
    --header__color-text: var(--color-b);
    --header__bg-color: var(--color-white);
    --header__current-height: 88px; }
    @media (max-width: 1050px) {
      .header--alt {
        --header__current-height:  var(--header-height); } }
  @media (min-width: 1051px) {
    .header--always-white {
      --header__color-text: var(--color-b);
      --header__bg-color: var(--color-white); } }
  .header.has-transform {
    transform: translateY(-101%); }
  .header.has-submenu-visible {
    --header__color-text: var(--color-b);
    --header__bg-color: var(--color-white);
    --header__current-height: var(--header-height); }
  .header__container {
    display: block;
    width: 100%;
    padding-left: calc( (var(--container-padding)/2) + (var(--grid-gutter-width)/2));
    padding-right: calc( (var(--container-padding)/2) + (var(--grid-gutter-width)/2)); }
  .header__col {
    display: block;
    width: 100%; }
  .header__wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: transparent;
    height: var(--header__current-height);
    transition: height 0.3s ease-in-out; }
    @media (max-width: 1050px) {
      .header__wrapper {
        position: relative; } }
  .header__wrapper-menu {
    width: calc(50% - 255px);
    display: -ms-flexbox;
    display: flex; }
    .header__wrapper-menu:first-child {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    @media (max-width: 1050px) {
      .header__wrapper-menu {
        display: none; } }
  .header__brand {
    position: relative;
    width: 95px;
    margin: 0px 80px;
    padding: 0px;
    cursor: pointer;
    display: block; }
    @media (max-width: 1050px) {
      .header__brand {
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: 72px; } }
  .header__brand-link {
    display: block;
    transition: all 0.2s ease-in-out;
    position: relative;
    width: 100%; }
  .header__brand-logo {
    display: block;
    margin: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
    .header--alt .header__brand-logo {
      opacity: 0;
      visibility: hidden; }
    .header--always-white .header__brand-logo {
      opacity: 0;
      visibility: hidden; }
    .has-submenu-visible .header__brand-logo {
      opacity: 0;
      visibility: hidden;
      transition: all 0s ease-in-out; }
  .header__brand-logo-inverted {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    margin: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2; }
    .header--alt .header__brand-logo-inverted {
      opacity: 0;
      visibility: hidden;
      transition: all 0s ease-in-out 0s; }
      @media (max-width: 1050px) {
        .header--alt .header__brand-logo-inverted {
          opacity: 1;
          visibility: visible; } }
    .header--always-white .header__brand-logo-inverted {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out 0s; }
    .has-submenu-visible .header__brand-logo-inverted {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out 0s; }
    .header--alt.has-submenu-visible .header__brand-logo-inverted {
      transition: all 0.3s ease-in-out 0.3s; }
    .header--always-white.has-submenu-visible .header__brand-logo-inverted {
      transition: all 0.3s ease-in-out 0.3s; }
  .header__brand-logo-sticky {
    top: 10px;
    left: 19px;
    transform: translate(-50%, -50%) scale(0.8);
    position: absolute;
    display: block;
    margin: 0px;
    max-width: 100%;
    width: 24px;
    height: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2; }
    @media (max-width: 1050px) {
      .header__brand-logo-sticky {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important; } }
    .header--alt .header__brand-logo-sticky {
      opacity: 1;
      visibility: visible;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1); }
    .header--always-white .header__brand-logo-sticky {
      opacity: 1;
      visibility: visible;
      top: 10px;
      left: 19px;
      transform: translate(-50%, -50%) scale(0.8); }
    .has-submenu-visible .header__brand-logo-sticky {
      opacity: 1;
      visibility: visible;
      top: 10px;
      left: 19px;
      transform: translate(-50%, -50%) scale(0.8); }
  .header__wrapper-hamburguer {
    position: absolute;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 99999;
    cursor: pointer;
    top: 50%;
    right: -10px;
    transform: translateY(-50%); }
  .header__hamburguer {
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .header__hamburguer-icon {
      transition: all 0.2s ease-in-out;
      width: 20px;
      background-color: #FFFFFF;
      height: 1px;
      border-radius: 0px;
      position: relative;
      display: block; }
      .header--alt .header__hamburguer-icon,
      .is-active .header__hamburguer-icon {
        background-color: var(--color-black); }
      .is-active .header__hamburguer-icon {
        background-color: transparent !important; }
      .header__hamburguer-icon::before, .header__hamburguer-icon::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 20px;
        height: 1px;
        border-radius: 0px;
        background-color: #FFFFFF;
        transition: all 0.2s ease-in-out;
        transform: rotate(0deg);
        transform-origin: center; }
        .header--alt .header__hamburguer-icon::before,
        .is-active .header__hamburguer-icon::before, .header--alt .header__hamburguer-icon::after,
        .is-active .header__hamburguer-icon::after {
          background-color: var(--color-black); }
      .header__hamburguer-icon::before {
        top: -6px;
        opacity: 1;
        visibility: visible; }
        .is-active .header__hamburguer-icon::before {
          top: 0px !important;
          transform: rotate(45deg) !important; }
      .header__hamburguer-icon::after {
        top: 6px;
        opacity: 1;
        visibility: visible; }
        .is-active .header__hamburguer-icon::after {
          top: 0px !important;
          transform: rotate(-45deg) !important; }
  .header .menu-depth-0 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header .menu-item-depth-0 {
    padding: 0px 23px; }
    .header .menu-item-depth-0 > a {
      font-size: 18px;
      line-height: 22px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      position: relative;
      color: var(--header__color-text);
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      @media (min-width: 541px) {
        .header .menu-item-depth-0 > a {
          font-size: 18px;
          line-height: 22px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .header .menu-item-depth-0 > a {
          font-size: 18px;
          line-height: 22px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      .header .menu-item-depth-0 > a:hover {
        color: var(--color-white); }
        .header .menu-item-depth-0 > a:hover .walker-icon-down svg polygon {
          fill: var(--color-white); }
    .header .menu-item-depth-0.menu-item-has-children > a {
      padding-right: 14px; }
    .header .menu-item-depth-0.is-active > a {
      color: var(--color-a); }
      .header .menu-item-depth-0.is-active > a .walker-icon-down svg polygon {
        fill: var(--color-a); }
  .header--alt .menu-item-depth-0 > a:hover,
  .header--always-white .menu-item-depth-0 > a:hover,
  .header.has-submenu-visible .menu-item-depth-0 > a:hover {
    color: var(--color-a); }
    .header--alt .menu-item-depth-0 > a:hover .walker-icon-down svg polygon,
    .header--always-white .menu-item-depth-0 > a:hover .walker-icon-down svg polygon,
    .header.has-submenu-visible .menu-item-depth-0 > a:hover .walker-icon-down svg polygon {
      fill: var(--color-a); }
  .header .walker-icon-down {
    position: absolute;
    top: -3px;
    right: 0px; }
    .header .walker-icon-down svg polygon {
      fill: var(--color-white);
      transition: all 0.3s ease-in-out; }
  .header--alt .walker-icon-down svg polygon,
  .header--always-white .walker-icon-down svg polygon,
  .header.has-submenu-visible .walker-icon-down svg polygon {
    fill: var(--color-b); }
  .header .menu-item-depth-0.is-active .menu-depth-1 {
    opacity: 1;
    visibility: visible; }
  .header .menu-depth-1 {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--color-white);
    border-top: 1px solid rgba(181, 140, 97, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
  .header .menu-item-depth-1 {
    width: calc( (100% - 1px) / 6);
    border-right: 1px solid rgba(181, 140, 97, 0.5);
    text-align: center; }
    .header .menu-item-depth-1:last-child {
      border-right-color: transparent; }
    .header .menu-item-depth-1 a {
      display: block;
      width: 100%;
      padding: 31px 34px; }
      .header .menu-item-depth-1 a:hover span {
        color: var(--color-a); }
    .header .menu-item-depth-1 span {
      font-size: 21px;
      line-height: 26px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      margin-top: 21px;
      color: var(--color-b);
      display: inline-block;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 541px) {
        .header .menu-item-depth-1 span {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .header .menu-item-depth-1 span {
          font-size: 21px;
          line-height: 26px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
  .header .walker-wrapper-image {
    width: 100%;
    position: relative;
    display: block; }
    .header .walker-wrapper-image:before {
      content: "";
      display: block;
      padding-bottom: 118%; }
  .header .walker-image {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }

.footer {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }
  .footer__bg {
    width: 100%;
    height: auto;
    display: block;
    padding: 170px 0px; }
    @media (max-width: 1050px) {
      .footer__bg {
        padding: 62px 0px; } }
  .footer__container {
    position: relative;
    z-index: 2; }
  .footer__temp {
    display: block;
    width: 100%;
    padding-bottom: 82px;
    text-align: center; }
  .footer__socials {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 1050px) {
      .footer__socials {
        padding-bottom: 64px;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media (max-width: 540px) {
      .footer__socials {
        padding-bottom: 46px; } }
  .footer__social {
    display: block;
    margin-right: 31px;
    color: var(--color-b);
    transition: all 0.3s ease-in-out; }
    .footer__social:last-child {
      margin-right: 0px; }
    .footer__social:hover {
      color: var(--color-a); }
  .footer__wrapper-info {
    display: block; }
    @media (max-width: 540px) {
      .footer__wrapper-info {
        padding-top: 36px; } }
  .footer__info {
    font-size: 16px;
    line-height: 33px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c);
    display: block;
    width: 100%; }
    @media (min-width: 541px) {
      .footer__info {
        font-size: 16px;
        line-height: 33px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .footer__info {
        font-size: 16px;
        line-height: 33px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .footer__info a {
      transition: all 0.3s ease-in-out;
      color: var(--color-c); }
      .footer__info a:hover {
        color: var(--color-a); }
  .footer .menu-depth-0 {
    display: block;
    width: 100%; }
  .footer .menu-item-depth-0 {
    padding: 0px 23px; }
    @media (max-width: 1050px) {
      .footer .menu-item-depth-0 {
        padding: 0px;
        padding-bottom: 9px; } }
    .footer .menu-item-depth-0 > a {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: var(--color-b);
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      @media (min-width: 541px) {
        .footer .menu-item-depth-0 > a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .footer .menu-item-depth-0 > a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      .footer .menu-item-depth-0 > a:hover {
        color: var(--color-a); }
  .footer__wrapper-langs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding-top: 16px; }
    @media (max-width: 1050px) {
      .footer__wrapper-langs {
        padding-bottom: 19px; } }
  .footer__langs-label {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    position: relative;
    padding-right: 32px; }
    @media (min-width: 541px) {
      .footer__langs-label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .footer__langs-label {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    .footer__langs-label::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 9px;
      transform: translateY(-50%) scaleY(0.5);
      background-color: var(--color-a);
      height: 1px;
      width: 14px; }
  .footer__langs .languages__button {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-b);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 541px) {
      .footer__langs .languages__button {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .footer__langs .languages__button {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
  .footer__langs .languages__button:hover + .languages__list {
    opacity: 1;
    visibility: visible; }
  .footer__langs .languages__list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 1050px) {
      .footer__langs .languages__list {
        opacity: 1;
        visibility: visible; } }
    .footer__langs .languages__list:hover {
      opacity: 1;
      visibility: visible; }
  .footer__langs .languages__lang {
    display: block; }
    .footer__langs .languages__lang a {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      color: var(--color-b);
      transition: all 0.3s ease-in-out;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 541px) {
        .footer__langs .languages__lang a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        .footer__langs .languages__lang a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      .footer__langs .languages__lang a:hover {
        color: var(--color-a); }
        @media (max-width: 1050px) {
          .footer__langs .languages__lang a:hover {
            color: var(--color-b); } }
  .footer__wrapper-copyright {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 1050px) {
      .footer__wrapper-copyright {
        margin-top: 0px; } }
  .footer__copyright {
    font-size: 16px;
    line-height: 24px;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    color: var(--color-c); }
    @media (min-width: 541px) {
      .footer__copyright {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }
    @media (min-width: 1051px) {
      .footer__copyright {
        font-size: 16px;
        line-height: 24px;
        font-family: "freight-big-pro", serif;
        font-weight: 300; } }

.u-opacity-over {
  position: relative; }
  .u-opacity-over__black {
    position: relative; }
    .u-opacity-over__black:before {
      content: " ";
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      background: rgba(62, 62, 62, 0.3);
      width: 100%;
      height: 100%; }
    .u-opacity-over__black > div {
      position: relative; }

.u-none {
  display: none; }
  @media (max-width: 540px) {
    .u-none\@phone {
      display: none; }
      .u-none\@phone_important {
        display: none !important; } }

@media (min-width: 541px) and (max-width: 1024px) {
  .u-none\@tablet {
    display: none; }
    .u-none\@tablet_important {
      display: none !important; } }
  @media (min-width: 1025px) {
    .u-none\@desktop {
      display: none; }
      .u-none\@desktop_important {
        display: none !important; } }

.u-block {
  display: block; }

#moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar {
  z-index: 9900000;
  background-color: transparent; }
  @media (min-width: 1050px) {
    #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar {
      width: calc(100% - 85px); } }
  #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: var(--color-b);
    border-top: 0px solid var(--color-white);
    border-bottom: 0px solid var(--color-white);
    bottom: 0px;
    height: auto;
    left: 0px;
    width: 100%;
    visibility: visible;
    z-index: 1000009; }
  #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden.moove-gdpr-dark-scheme {
    bottom: -400px; }
  #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    color: #F8F4F0;
    top: auto;
    bottom: 100px;
    margin: 0 auto;
    margin-right: 0px;
    padding: 20px 40px 20px 0px;
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    font-size: 16px;
    line-height: 19px;
    display: block;
    font-weight: 300; }
    #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content {
      display: block; }
      @media (min-width: 769px) {
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content {
          display: -ms-flexbox;
          display: flex; } }
      #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
        width: 100%;
        text-align: left;
        letter-spacing: 0.5px;
        width: 100%;
        display: block;
        padding-left: 10%;
        padding-right: 10%; }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p, #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300;
          color: #F8F4F0;
          font-weight: 300; }
          @media (min-width: 541px) {
            #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p, #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
              font-size: 16px;
              line-height: 24px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
          @media (min-width: 1051px) {
            #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p, #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
              font-size: 16px;
              line-height: 24px;
              font-family: "freight-big-pro", serif;
              font-weight: 300; } }
        @media (min-width: 768px) {
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
            padding-left: 0;
            padding-right: 0; } }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
          color: #FFFFFF;
          text-decoration: underline; }
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a:hover {
            color: #FFFFFF; }
      #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        display: block;
        padding: 0;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding-left: 5px;
        -ms-flex-align: start;
            align-items: flex-start; }
        @media (max-width: 767px) {
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder {
            padding-left: 10%;
            padding-right: 10%; } }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
          position: relative;
          width: auto;
          cursor: pointer;
          display: inline-block;
          transition: all 0.3s ease-in-out;
          display: -ms-inline-flexbox;
          display: inline-flex;
          text-transform: uppercase;
          padding: 18px 28px 18px 30px;
          color: #3E3E3E;
          background-color: #3E3E3E;
          position: relative; }
          @media (min-width: 1050px) {
            #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover {
              color: #3E3E3E;
              background-color: #FFFFFF; } }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn {
          background: transparent;
          color: #3E3E3E; }
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
            color: #FFFFFF; }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all {
          -ms-flex-order: 2;
              order: 2;
          border: 1px solid #3E3E3E;
          color: #B58C61;
          background: transparent;
          padding: 0px 0px;
          border-radius: 0px;
          text-transform: none;
          font-size: 16px;
          line-height: 19px;
          text-decoration: none;
          display: inline-block;
          transition: all 0.3s ease-in-out;
          box-shadow: none;
          opacity: 1;
          border-bottom: 1px solid #B58C61; }
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-allow-all:hover {
            background-color: #3E3E3E;
            color: #FFFFFF;
            border-color: #3E3E3E; }
        #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button {
          border: 1px solid #3E3E3E;
          color: #B58C61;
          background: transparent;
          padding: 0px 0px;
          border-radius: 0px;
          text-transform: none;
          font-size: 16px;
          line-height: 19px;
          text-decoration: none;
          display: inline-block;
          transition: all 0.3s ease-in-out;
          box-shadow: none;
          opacity: 1;
          border-bottom: 1px solid #B58C61; }
          #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover {
            background-color: #3E3E3E;
            color: #FFFFFF;
            border-color: #3E3E3E; }
      #moove_gdpr_cookie_info_bar#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content.moove-gdpr-info-bar-content span.change-settings-button:hover {
        color: #FFFFFF;
        text-decoration: none; }

#moove_gdpr_cookie_modal#moove_gdpr_cookie_modal {
  z-index: 9990000; }
  #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal li button .gdpr-svg-icon {
    display: none; }
    @media (max-width: 540px) {
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal li button .gdpr-svg-icon {
        display: block; } }
  #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    background-color: #F8F4F0 !important;
    border-radius: 0;
    border: 1px solid #B58C61; }
    @media (min-width: 1050px) {
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        width: 55vw;
        max-width: 800px; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content {
      height: auto;
      margin-top: 68px; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
      transform: scale(1); }
    @media (max-width: 1049px) {
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
        max-height: 55vh; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
      -ms-flex-direction: column;
          flex-direction: column;
      padding-right: 0;
      margin-bottom: 30px;
      height: auto; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title > div:first-child {
        -ms-flex-order: 2;
            order: 2;
        text-align: left;
        width: 100%;
        display: none; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        max-width: none; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .cookie-switch .cookie-slider.cookie-round {
      height: 6px;
      width: 20px; }
    @media (min-width: 1050px) {
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main {
        padding-right: 90px; }
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main:first-child {
          padding-left: 0px;
          padding-right: 0px; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content:first-child {
      padding-right: 0px;
      text-align: left;
      font-family: "freight-big-pro", serif;
      color: #3E3E3E; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .tab-title {
      text-transform: none;
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300; }
      @media (min-width: 541px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .tab-title {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .tab-title {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
      padding: 0; }
      @media (max-width: 1050px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
          margin-left: 10px; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .tab-title {
      letter-spacing: 1.5px;
      font-weight: 400;
      color: #8C8C8C;
      text-transform: uppercase; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
      font-size: 16px;
      line-height: 24px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      font-weight: 400;
      color: #8C8C8C;
      margin-bottom: 10px; }
      @media (min-width: 541px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p, #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
          font-size: 16px;
          line-height: 24px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .checkbox-selected .cookie-round {
      background: rgba(62, 62, 62, 0.2); }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content .checkbox-selected .cookie-round:before {
        background-color: #8C8C8C; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
      background: transparent; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        background-color: transparent; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        text-align: center;
        padding-right: 0; }
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
          background-color: transparent;
          margin-right: 0px;
          margin-bottom: 0px; }
          #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
            background-color: #3E3E3E; }
          #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
            position: absolute;
            top: -100vh; }
          #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
            font-size: 21px;
            line-height: 26px;
            font-family: "freight-big-pro", serif;
            font-weight: 300;
            float: none;
            border-radius: 0px;
            display: inline-block;
            z-index: 9;
            width: auto;
            padding: 8px 24px;
            background-color: var(--color-a);
            color: var(--color-white);
            transition: all 0.3s ease-in-out;
            cursor: pointer;
            border-color: #B58C61;
            transform: scale(1); }
            @media (min-width: 541px) {
              #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
                font-size: 21px;
                line-height: 26px;
                font-family: "freight-big-pro", serif;
                font-weight: 300; } }
            @media (min-width: 1051px) {
              #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
                font-size: 21px;
                line-height: 26px;
                font-family: "freight-big-pro", serif;
                font-weight: 300; } }
            #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
              background-color: #3E3E3E;
              color: #FFFFFF;
              border-color: #3E3E3E; }
            @media (min-width: 1050px) {
              #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
                padding: 12px 64px; } }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
      top: 0;
      right: 0; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
        background: transparent;
        border: 0;
        color: #B58C61; }
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
          opacity: .6;
          color: #3E3E3E; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder img {
      display: none; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder:before {
      font-size: 28px;
      line-height: 34px;
      font-family: "freight-big-pro", serif;
      font-weight: 300;
      content: 'Cookies configuration';
      display: inline-block;
      top: 0;
      letter-spacing: 1.5px;
      color: #3E3E3E;
      white-space: nowrap;
      text-align: center; }
      @media (min-width: 541px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder:before {
          font-size: 28px;
          line-height: 34px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (min-width: 1051px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder:before {
          font-size: 48px;
          line-height: 59px;
          font-family: "freight-big-pro", serif;
          font-weight: 300; } }
      @media (max-width: 540px) {
        #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder:before {
          white-space: pre-wrap; } }
    .lang-es #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder:before {
      content: 'ConfiguraciÃ³n de cookies'; }
  #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content {
    background: transparent;
    box-shadow: none; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
      display: none;
      visibility: hidden; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
      background-color: transparent;
      text-align: center; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover {
        background-color: #3E3E3E; }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
        width: auto; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-left-content #moove-gdpr-menu li .menu-item-selected button {
      color: #3E3E3E; }
  #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .moove-gdpr-modal-right-content {
    background: transparent; }
  #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .cookie-switch {
    height: 6px;
    width: 20px; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round {
      background: rgba(181, 140, 97, 0.6); }
      #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before {
        height: 12px;
        width: 12px;
        bottom: -3px;
        left: -5px;
        border: none;
        background: #B58C61;
        box-shadow: none; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after {
      top: -12px;
      color: #3E3E3E; }
    #moove_gdpr_cookie_modal#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before {
      background-color: #3E3E3E; }

.lity.lity {
  background-color: rgba(248, 244, 240, 0.8) !important;
  z-index: 9999000; }

@media (max-width: 540px) {
  .lity-wrap {
    background: #F8F4F0; } }
