/*
  Table of Content
==================================================

  01. Normalize
  02. Reset
  03. Font
  04. Plugin
  05. Datepicker
  06. Wrapper
  07. Header
  08. Footer
  09. Banner
  10. Nav
  11. Menu
  12. Popup
  13. Section
  14. Intro
  15. Room
  16. Package
  17. Offer

*/

/**
--------------------------------------------------
  Normalize
--------------------------------------------------
**/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
          text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
--------------------------------------------------
  Reset
--------------------------------------------------
**/
html {
  font-family: "Libre Franklin Light", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #000;
}
html.dark-mode {
  background-color: #383838;
  color: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

img,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
  -webkit-transition: fill 0.25s ease-out;
          transition: fill 0.25s ease-out;
}

a,
button,
input,
textarea {
  outline: none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  vertical-align: top;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input {
  line-height: normal;
}

textarea {
  resize: none;
}

/**
--------------------------------------------------
  Font
--------------------------------------------------
**/
@font-face {
  font-family: "Libre Franklin Light";
  src: url("../font/LibreFranklin-Light.woff2") format("woff2"), url("../font/LibreFranklin-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Libre Franklin Light";
  src: url("../font/LibreFranklin-LightItalic.woff2") format("woff2"), url("../font/LibreFranklin-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("../font/ACaslonPro-Regular.woff2") format("woff2"), url("../font/ACaslonPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("../font/ACaslonPro-Italic.woff2") format("woff2"), url("../font/ACaslonPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("../font/ACaslonPro-Bold.woff2") format("woff2"), url("../font/ACaslonPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/**
--------------------------------------------------
  Plugin
--------------------------------------------------
**/
.backstretch {
  overflow: hidden;
  background-color: #383838;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backstretch img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mfp-container::before {
  display: inline-block;
  height: 100%;
  pointer-events: none;
  content: "";
  vertical-align: middle;
}

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

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

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

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

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

.mfp-black .mfp-popup {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
}

.mfp-black.mfp-ready .mfp-popup {
  opacity: 1;
}

.mfp-black.mfp-removing .mfp-popup {
  opacity: 0;
}

.mfp-black.mfp-bg {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}

.mfp-black.mfp-ready.mfp-bg {
  opacity: 0.3;
}

.mfp-black.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-white .mfp-popup {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
}

.mfp-white.mfp-ready .mfp-popup {
  opacity: 1;
}

.mfp-white.mfp-removing .mfp-popup {
  opacity: 0;
}

.mfp-white.mfp-bg {
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}

.mfp-white.mfp-ready.mfp-bg {
  opacity: 0.95;
}

.mfp-white.mfp-removing.mfp-bg {
  opacity: 0;
}

.owl-carousel,
.owl-stage,
.owl-stage-outer,
.owl-item {
  position: relative;
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor:         grab;
}

.owl-stage {
  -ms-touch-action: pan-Y;
      touch-action: manipulation;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.owl-stage::after {
  display: table;
  clear: both;
  pointer-events: none;
  content: "";
}

.owl-stage-outer {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.owl-wrapper,
.owl-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.owl-item {
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-prev,
.owl-next,
.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-dot {
  padding: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
}
.owl-dot span {
  display: none;
}
.owl-dot.active {
  background-color: #fff;
}

.owl-height {
  -webkit-transition: height 0.15s ease-out;
          transition: height 0.15s ease-out;
}

/* mobile -tablet */
@media (max-width: 1279px) {
  .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .owl-dot {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
}

/**
--------------------------------------------------
  Datepicker
--------------------------------------------------
**/
.datepicker-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 210px;
  direction: ltr;
  font-size: 12px;
  line-height: 30px;
  background-color: #fff;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before,
.datepicker-container::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  top: -5px;
  left: 10px;
  border-top: 0;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  top: -4px;
  border-bottom-color: #fff;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  bottom: -4px;
  border-top-color: #fff;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul {
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  display: table;
  content: "";
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  width: 52.5px;
  height: 52.5px;
  line-height: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/**
--------------------------------------------------
  Wrapper
--------------------------------------------------
**/
.wrapper {
  position: relative;
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.hidden {
  display: none !important;
}

/* mobile */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-tablet {
    display: none !important;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .hidden-desktop {
    display: none !important;
  }
}

/**
--------------------------------------------------
  Header
--------------------------------------------------
**/
.header {
  position: relative;
}
.header-image,
.header-video {
  position: relative;
  z-index: 1;
}
.header-image {
  max-height: 700px;
}
.header-video video {
  display: block;
  width: 100%;
  height: auto;
}
.header-logo,
.header-indicator,
.header-partner {
  position: absolute;
  z-index: 2;
  line-height: 1;
  color: #fff;
}
.header-logo {
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.header-indicator {
  right: 0;
  bottom: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 14px;
  font-style: italic;
}
.header-indicator span {
  display: block;
  margin-left: 15px;
}
.header-partner {
  bottom: 40px;
  left: 40px;
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .header-image {
    height: calc(100vh - 60px);
  }
  .header-logo {
    padding: 20px 0;
  }
  .header-logo svg {
    width: 210px;
    height: 80px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .header-image {
    height: calc(100vh - 100px);
  }
  .header-logo {
    padding: 30px 0;
  }
  .header-logo svg {
    width: 263px;
    height: 100px;
  }
}

/**
--------------------------------------------------
  Footer
--------------------------------------------------
**/
.footer {
  text-align: center;
}
.footer-icon {
  line-height: 1;
}
.footer-info {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.5;
  border-top: currentColor solid 1px;
}
.footer-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-info a {
  display: block;
  color: currentColor;
}
.footer-button {
  display: block;
  padding: 10px 10px 8px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.25;
  border: #000 solid 1px;
  color: #000;
}
.footer-button:hover {
  background-color: #000;
  color: #fff;
}
.footer-link,
.footer-text {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25;
  color: currentColor;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.footer-social a,
.footer-social span {
  display: block;
}
.footer-social a {
  margin: 0 10px;
  color: currentColor;
}
.footer-social span {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 18px;
  font-style: italic;
}
.dark-mode .footer-button {
  border: #fff solid 1px;
  color: #fff;
}
.dark-mode .footer-button:hover {
  background-color: #fff;
  color: #000;
}

/* mobile */
@media (max-width: 767px) {
  .footer {
    padding: 50px 20px;
  }
  .footer-icon {
    margin-bottom: 100px;
  }
  .footer-icon svg {
    width: 20px;
    height: 20px;
  }
  .footer-info {
    padding-top: 60px;
  }
  .footer-info ul {
    margin: 0 -20px;
  }
  .footer-info a {
    padding: 5px 20px;
  }
  .footer-cta,
  .footer-social,
  .footer-logo {
    margin-top: 30px;
  }
  .footer-cta ul {
    max-width: 240px;
    margin: 0 auto;
  }
  .footer-cta li {
    margin-bottom: 20px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .footer {
    padding: 70px 60px;
  }
  .footer-icon {
    margin-bottom: 140px;
  }
  .footer-icon svg {
    width: 30px;
    height: 30px;
  }
  .footer-info {
    padding-top: 100px;
  }
  .footer-info ul {
    margin: 0 -40px;
  }
  .footer-info li {
    padding: 0 40px;
  }
  .footer-info a {
    padding: 5px 35px;
  }
  .footer-cta,
  .footer-social,
  .footer-logo {
    margin-top: 60px;
  }
  .footer-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px;
  }
  .footer-cta li {
    width: 240px;
    padding: 20px;
  }
}

/**
--------------------------------------------------
  Banner
--------------------------------------------------
**/
.banner-image {
  height: 375px;
}

.banner-video video {
  display: block;
  width: 100%;
  height: auto;
}

/**
--------------------------------------------------
  Nav
--------------------------------------------------
**/
.nav {
  position: relative;
  z-index: 10;
}
.nav-logo {
  overflow: hidden;
  line-height: 1;
}
.nav-button,
.nav-cta {
  position: absolute;
}
.nav-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
  color: currentColor;
}
.nav-cta a {
  display: block;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  border: #000 solid 1px;
  color: #000;
}
.nav-cta a:hover {
  background-color: #000;
  color: #fff;
}
.nav-wrapper {
  position: relative;
  background-color: #fff;
}
.nav-wrapper::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  height: 10px;
  pointer-events: none;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
}
.nav.sticky .nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.dark-mode .nav-cta a {
  border: #fff solid 1px;
  color: #fff;
}
.dark-mode .nav-cta a:hover {
  background-color: #fff;
  color: #000;
}
.dark-mode .nav-wrapper {
  background-color: #383838;
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .nav-logo {
    height: 18px;
  }
  .nav-logo svg {
    width: 123px;
    height: 47px;
    color: #000;
  }
  .nav-button {
    top: 15px;
    left: 20px;
  }
  .nav-cta {
    top: 10px;
    right: 20px;
  }
  .nav-cta a {
    padding: 13px 20px 9px;
  }
  .nav-wrapper {
    padding: 21px 70px;
  }
  .nav.sticky {
    height: 60px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .nav-logo {
    height: 44px;
    text-align: center;
  }
  .nav-logo svg {
  	color: #000;
    width: 177px;
    height: 67px;
  }
  html.dark-mode .nav-logo svg {
  	color: #fff;
  }
  .nav-button {
    top: 35px;
    left: 60px;
  }
  .nav-cta {
    top: 30px;
    right: 160px;
  }
  .nav-cta a {
    position: relative;
    padding: 13px 20px 9px 50px;
  }
  .nav-cta svg {
    position: absolute;
    top: 11px;
    left: 17px;
    width: 16px;
    height: 16px;
  }
  .nav-lang {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 80px;
    font-family: "Adobe Caslon Pro", serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  .nav-lang a,
  .nav-lang button {
    padding: 10px 15px;
    line-height: 20px;
  }
  .nav-lang a {
    display: block;
    background-color: #f1f1f1;
    color: #000;
  }
  .nav-lang a:hover {
    background-color: #f9f9f9;
  }
  .nav-lang button {
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: 0;
  }
  .nav-lang button:hover {
    background-color: #fafafa;
  }
  .nav-lang button::before,
  .nav-lang button::after {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    content: "";
    border-color: transparent;
    border-style: solid;
    -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
  }
  .nav-lang button::before {
    border-width: 10px 7px 0 7px;
    border-top-color: #000;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav-lang button::after {
    border-width: 0 7px 10px 7px;
    border-bottom-color: #000;
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .nav-lang ul {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    background-color: #fafafa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out;
  }
  .nav-lang.active button {
    background-color: #fafafa;
  }
  .nav-lang.active button:hover {
    background-color: #f1f1f1;
  }
  .nav-lang.active button::before {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .nav-lang.active button::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav-lang.active ul {
    opacity: 1;
    visibility: visible;
  }
  .nav-wrapper {
    padding: 28px 0;
  }
  .nav.sticky {
    height: 100px;
  }
  .nav.sticky .nav-lang ul {
    top: 100%;
    bottom: auto;
  }
}

/**
--------------------------------------------------
  Menu
--------------------------------------------------
**/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.menu-button {
  position: absolute;
}
.menu-button button {
  padding: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
.menu-wrapper {
  text-align: center;
}
.menu-logo,
.menu-icon {
  line-height: 1;
}
.menu-icon svg {
  width: 14px;
  height: 14px;
}
.menu-list {
  font-family: "Adobe Caslon Pro", serif;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.menu-list::after {
  display: block;
  width: 110px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
  content: "";
  background-color: #000;
}
.menu-list a {
  display: block;
  color: #000;
}
.menu-list a:hover {
  background-color: #fafafa;
}
.menu-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.menu-lang a,
.menu-lang span {
  margin: 0 5px;
  padding: 10px 15px;
  line-height: 20px;
}
.menu-lang a {
  display: block;
  background-color: #f1f1f1;
  color: #000;
  text-transform: uppercase;
}
.menu-lang a:hover {
  background-color: #f9f9f9;
}
.menu-lang span {
  background-color: #fafafa;
  color: #383838;
  text-transform: uppercase;
}
.menu.active {
  opacity: 1;
  visibility: visible;
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .menu-button {
    top: 20px;
    left: 20px;
  }
  .menu-button svg {
    width: 20px;
    height: 20px;
  }
  .menu-wrapper {
    padding: 30px 0;
  }
  .menu-logo {
    margin-bottom: 20px;
  }
  .menu-logo svg {
    width: 158px;
    height: 60px;
  }
  .menu-icon {
    margin-top: 30px;
  }
  .menu-list {
    font-size: 14px;
  }
  .menu-list::after {
    margin-top: 20px;
  }
  .menu-list a {
    padding: 15px 0;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .menu-button {
    top: 35px;
    left: 60px;
  }
  .menu-button svg {
    width: 26px;
    height: 26px;
  }
  .menu-wrapper {
    padding: 60px 0;
  }
  .menu-logo {
    margin-bottom: 40px;
  }
  .menu-logo svg {
    width: 210px;
    height: 80px;
  }
  .menu-icon {
    margin-top: 60px;
  }
  .menu-list {
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
  }
  .menu-list::after {
    margin-top: 30px;
  }
  .menu-list a {
    padding: 25px 0;
  }
}

/**
--------------------------------------------------
  Popup
--------------------------------------------------
**/
.popup {
  position: relative;
  margin: 0 auto;
  color: #000;
}
.popup-header,
.popup-footer {
  background-color: #fafafa;
}
.popup-body {
  background-color: #fff;
}
.popup-title,
.popup-subtitle {
  font-family: "Adobe Caslon Pro", serif;
  font-weight: normal;
  line-height: 1;
}
.popup-title {
  letter-spacing: 2px;
}
.popup-subtitle {
  font-size: 24px;
  text-align: center;
}
.popup-close {
  position: absolute;
  z-index: 5;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
.popup-icon {
  line-height: 1;
  text-align: center;
}
.popup-label,
.popup-input {
  font-size: 12px;
  line-height: 1.25;
}
.popup-label.center,
.popup-input.center {
  text-align: center;
}
.popup-label {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: "Adobe Caslon Pro", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.popup-input {
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: #000 solid 1px;
  border-radius: 0;
  color: #000;
}
.popup-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.popup-input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.popup-input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.popup-input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.popup-input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.popup-radio,
.popup-checkbox {
  position: relative;
  overflow: hidden;
}
.popup-radio input,
.popup-checkbox input {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
}
.popup-radio label,
.popup-checkbox label {
  position: relative;
  display: block;
  padding: 9px 0 9px 45px;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
}
.popup-radio label::before,
.popup-radio label::after,
.popup-checkbox label::before,
.popup-checkbox label::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border-color: #000;
  border-style: solid;
}
.popup-radio label::before,
.popup-checkbox label::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-width: 2px;
}
.popup-radio label::after,
.popup-checkbox label::after {
  -webkit-transform: rotate(-45deg) translate(-1px, 14px);
          transform: rotate(-45deg) translate(-1px, 14px);
  width: 12px;
  height: 6px;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
}
.popup-radio input:checked + label,
.popup-checkbox input:checked + label {
  opacity: 1;
}
.popup-radio input:checked + label::after,
.popup-checkbox input:checked + label::after {
  opacity: 1;
}
.popup-button {
  text-align: center;
}
.popup-button button {
  width: 200px;
  height: 40px;
  padding: 0;
  font-family: "Adobe Caslon Pro", serif;
  font-style: italic;
  line-height: 1;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
}
.popup-button button:hover {
  background-color: #000;
  color: #fff;
}
.popup-note,
.popup-info {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}
.popup-note {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 14px;
}
.popup-info {
  font-size: 10px;
  opacity: 0.5;
}
.popup-center,
.popup-contact {
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
}
.popup-center a,
.popup-center strong {
  display: block;
}
.popup-center a {
  font-size: 16px;
  color: #000;
}
.popup-center strong {
  margin-bottom: 25px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 20px;
  font-weight: normal;
}
.popup-center br {
  display: none;
}
.popup-contact {
  margin-top: 30px;
}
.popup-contact::before {
  display: block;
  width: 110px;
  height: 1px;
  margin: 0 auto 30px;
  pointer-events: none;
  content: "";
  background-color: #000;
}
.popup-contact a,
.popup-contact span,
.popup-contact strong {
  display: block;
}
.popup-contact a,
.popup-contact span {
  margin-top: 10px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 12px;
  font-style: italic;
}
.popup-contact a {
  color: #000;
}
.popup-contact strong {
  font-size: 10px;
  font-weight: normal;
}
.popup-contact br {
  display: none;
}
.popup-captcha {
  margin-right: auto;
  margin-left: auto;
}
.popup-service {
  text-align: center;
}
.popup-service--title {
  font-family: "Adobe Caslon Pro", serif;
  font-weight: normal;
}
.popup-service--info {
  font-family: "Adobe Caslon Pro", serif;
  letter-spacing: 1px;
  line-height: 30px;
}
.popup-service--container {
  position: relative;
}
.popup-service .owl-prev,
.popup-service .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
  color: #000;
}
.popup-service .owl-prev.disabled,
.popup-service .owl-next.disabled {
  opacity: 0.3;
}
.popup-gallery {
  position: relative;
}
.popup-gallery--image {
  text-align: center;
}
.popup-gallery--image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.popup-gallery--image.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.popup-gallery--summary {
  font-family: "Adobe Caslon Pro", serif;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
.popup-gallery .owl-prev,
.popup-gallery .owl-next {
  position: absolute;
  padding: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
  color: #000;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.popup-gallery .owl-prev.disabled,
.popup-gallery .owl-next.disabled {
  opacity: 0.3;
}

/* mobile */
@media (max-width: 767px) {
  .popup {
    max-width: 460px;
  }
  .popup-header {
    padding: 20px;
  }
  .popup-footer {
    padding: 30px 20px;
  }
  .popup-body {
    padding: 45px 20px;
  }
  .popup-title {
    font-size: 24px;
  }
  .popup-subtitle {
    margin-top: 30px;
  }
  .popup-close {
    top: 22px;
    right: 20px;
  }
  .popup-close svg {
    width: 20px;
    height: 20px;
  }
  .popup-icon {
    margin-top: 70px;
  }
  .popup-icon svg {
    width: 20px;
    height: 20px;
  }
  .popup-grid.i1 .popup-group {
    margin-top: 40px;
  }
  .popup-grid.i1 .popup-group:first-child {
    margin-top: 0;
  }
  .popup-grid.i2 .popup-group {
    margin-top: 40px;
  }
  .popup-grid.i3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .popup-grid.i3 .popup-group {
    padding: 0 10px;
  }
  .popup-grid.i4 .popup-group {
    margin-top: 15px;
  }
  .popup-grid.i4 .popup-group:first-child {
    margin-top: 0;
  }
  .popup-grid.i5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .popup-block {
    margin-top: 40px;
  }
  .popup-block:first-child {
    margin-top: 0;
  }
  .popup-center {
    margin-top: 60px;
  }
  .popup-captcha {
    margin-bottom: 30px;
  }
  .popup-service--title {
    font-size: 22px;
  }
  .popup-service--type {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
  }
  .popup-service--info {
    margin-top: 25px;
    font-size: 18px;
  }
  .popup-service--container {
    margin-top: 35px;
  }
  .popup-service--image {
    height: 265px;
  }
  .popup-service--container {
    padding: 0 34px;
  }
  .popup-service .owl-prev {
    left: -34px;
  }
  .popup-service .owl-next {
    right: -34px;
  }
  .popup-gallery--image.center {
    height: calc(100vh - 86px);
  }
  .popup-gallery--summary {
    margin-top: 20px;
    padding: 0 20px;
  }
  .popup-gallery--slider {
    min-height: 100vh;
    padding-bottom: 86px;
  }
  .popup-gallery .owl-prev,
  .popup-gallery .owl-next {
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-gallery .owl-prev span,
  .popup-gallery .owl-next span {
    display: block;
    font-size: 12px;
  }
  .popup-gallery .owl-prev {
    left: 20px;
  }
  .popup-gallery .owl-prev span {
    margin-left: 10px;
  }
  .popup-gallery .owl-next {
    right: 20px;
  }
  .popup-gallery .owl-next span {
    margin-right: 10px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .popup.w1 {
    max-width: 620px;
  }
  .popup.w2 {
    max-width: 768px;
  }
  .popup.w3 {
    max-width: 1308px;
  }
  .popup-header {
    padding: 50px;
  }
  .popup-footer {
    padding: 60px 50px;
  }
  .popup-body {
    padding: 90px 100px;
  }
  .popup-title {
    font-size: 30px;
  }
  .popup-subtitle {
    margin-top: 60px;
  }
  .popup-close {
    top: 52px;
    right: 50px;
  }
  .popup-close svg {
    width: 26px;
    height: 26px;
  }
  .popup-icon {
    margin-top: 140px;
  }
  .popup-icon svg {
    width: 30px;
    height: 30px;
  }
  .popup-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup-grid.i1 {
    margin: 0 -10px;
  }
  .popup-grid.i1 .popup-group {
    width: 50%;
    padding: 0 10px;
  }
  .popup-grid.i2 {
    margin: 80px -10px 0;
  }
  .popup-grid.i2 .popup-group {
    width: 50%;
    padding: 0 10px;
  }
  .popup-grid.i3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }
  .popup-grid.i3 .popup-group {
    padding: 0 10px;
  }
  .popup-grid.i4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup-grid.i4 .popup-group {
    padding: 0 20px;
  }
  .popup-grid.i4 .popup-group:nth-child(1),
  .popup-grid.i4 .popup-group:nth-child(3) {
    width: 220px;
  }
  .popup-grid.i4 .popup-group:nth-child(2),
  .popup-grid.i4 .popup-group:nth-child(4) {
    width: 160px;
  }
  .popup-grid.i4 .popup-group:nth-child(3),
  .popup-grid.i4 .popup-group:nth-child(4) {
    margin-top: 25px;
  }
  .popup-grid.i5 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .popup-block {
    margin-top: 80px;
  }
  .popup-block:first-child {
    margin-top: 0;
  }
  .popup-center {
    margin-top: 100px;
  }
  .popup-captcha {
    margin-bottom: 60px;
  }
  .popup-captcha .g-recaptcha {
  	width: max-content;
  	margin: auto;
  }
  .popup-service--title {
    font-size: 28px;
  }
  .popup-service--type {
    margin-top: 50px;
    font-size: 18px;
    line-height: 35px;
  }
  .popup-service--info {
    margin-top: 35px;
    font-size: 20px;
  }
  .popup-service--container {
    margin-top: 50px;
  }
  .popup-service--image {
    height: 410px;
    margin-top: 50px;
  }
  .popup-service .owl-prev {
    left: -57px;
  }
  .popup-service .owl-next {
    right: -57px;
  }
  .popup-gallery {
    padding: 0 114px;
  }
  .popup-gallery--image.center {
    height: 100vh;
  }
  .popup-gallery--summary {
    padding: 35px 0;
    font-size: 20px;
  }
  .popup-gallery .owl-prev,
  .popup-gallery .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .popup-gallery .owl-prev {
    left: -64px;
  }
  .popup-gallery .owl-next {
    right: -64px;
  }
}

/**
--------------------------------------------------
  Section
--------------------------------------------------
**/
.section-logo,
.section-icon,
.section-title {
  line-height: 1;
  text-align: center;
}

.section-title {
  font-family: "Adobe Caslon Pro", serif;
  font-weight: normal;
}

.section-summary {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 1px;
  text-align: center;
}
.section-summary p {
  margin-top: 35px;
}
.section-summary p:first-child {
  margin-top: 0;
}
.section-content li {
	margin-left: 40px;
}
.section-content ul li {
	list-style: disc;
}
.section-content ol li {
	list-style: decimal;
}

.section.grey {
  background-color: #fafafa;
}

/* mobile */
@media (max-width: 767px) {
  .section {
    padding: 100px 20px 50px;
  }
  .section-logo svg {
    width: 219px;
    height: 90px;
  }
  .section-icon {
    margin-bottom: 100px;
  }
  .section-icon svg {
    width: 20px;
    height: 20px;
  }
  .section-title {
    font-size: 34px;
    letter-spacing: 2px;
  }
  .section-summary {
    margin-top: 60px;
    font-size: 14px;
    line-height: 30px;
  }
  .section-body {
    margin-top: 100px;
  }
  .section.grey {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .section {
    padding: 140px 60px 70px;
  }
  .section-logo svg {
    width: 307px;
    height: 126px;
  }
  .section-icon {
    margin-bottom: 140px;
  }
  .section-icon svg {
    width: 30px;
    height: 30px;
  }
  .section-title {
    font-size: 46px;
    letter-spacing: 3px;
  }
  .section-summary {
    margin-top: 100px;
    font-size: 18px;
    line-height: 35px;
  }
  .section-body {
    margin-top: 140px;
  }
  .section.grey {
    margin-top: 70px;
    padding-bottom: 140px;
  }
}

/**
--------------------------------------------------
  Intro
--------------------------------------------------
**/
.intro-icon {
  line-height: 1;
  text-align: center;
}

.intro-grid--media {
  position: relative;
  z-index: 1;
  height: 410px;
  overflow: hidden;
  background-color: #383838;
}
.intro-grid--media img,
.intro-grid--media video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  min-width: 100%;
}

.intro-grid--body {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  font-family: "Adobe Caslon Pro", serif;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, transform;
          transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.intro-grid--index,
.intro-grid--title,
.intro-grid--summary,
.intro-grid--button {
  max-width: 100%;
}

.intro-grid--index {
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.intro-grid--title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

.intro-grid--summary {
  font-size: 18px;
  line-height: 30px;
}
.intro-grid--summary::before {
  display: block;
  width: 110px;
  height: 1px;
  margin: 30px auto;
  pointer-events: none;
  content: "";
  background-color: #000;
}

.intro-grid--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.intro-grid--button a {
  display: block;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
}
.intro-grid--button a:hover {
  background-color: #000;
  color: #fff;
}

.intro-grid--item {
  position: relative;
}

.intro-grid--item:hover .intro-grid--body {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* mobile */
@media (max-width: 767px) {
  .intro-icon {
    margin-bottom: 100px;
  }
  .intro-icon svg {
    width: 20px;
    height: 20px;
  }
  .intro-grid {
    margin: 0 -20px;
  }
  .intro-grid--list {
    max-width: 410px;
    margin: 0 auto;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .intro-icon {
    margin-bottom: 140px;
  }
  .intro-icon svg {
    width: 30px;
    height: 30px;
  }
  .intro-grid--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .intro-grid--item {
    width: 410px;
  }
}

/**
--------------------------------------------------
  Room
--------------------------------------------------
**/
.room-intro {
  font-family: "Adobe Caslon Pro", serif;
}
.room-intro:first-child {
  margin-top: 0;
}
.room-intro:first-child .room-intro--icon {
  display: none;
}
.room-intro--icon,
.room-intro--title {
  line-height: 1;
}
.room-intro--title {
  font-weight: normal;
}
.room-intro--line {
  display: inline-block;
  width: 110px;
  height: 1px;
  margin-top: 40px;
  background-color: #000;
}
.room-intro--info,
.room-intro--summary {
  line-height: 30px;
}
.room-intro--info {
  margin-top: 30px;
}
.room-intro--button,
.room-intro--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room-intro--button a,
.room-intro--link a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
}
.room-intro--button a:hover,
.room-intro--link a:hover {
  background-color: #000;
  color: #fff;
}
.room-intro--button {
  margin-top: 35px;
}
.room-intro--button a {
  padding: 14px 20px;
}
.room-intro--link {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, -webkit-transform;
          transition-property: opacity, visibility, transform;
          transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.room-intro--link a {
  padding: 14px 30px;
}
.room-intro--slider {
  position: relative;
  z-index: 1;
}
.room-intro--slider img {
  display: block;
  width: 100%;
  height: auto;
}
.room-intro--gallery {
  position: relative;
  padding: 14px;
  border: #000 solid 1px;
}
.room-intro--gallery:hover .room-intro--link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.room-detail {
  text-align: center;
}
.room-detail--icon {
  line-height: 1;
}
.room-detail--line {
  display: inline-block;
  background-color: #000;
}
.room-detail--list,
.room-detail--button {
  font-family: "Adobe Caslon Pro", serif;
}
.room-detail--list {
  line-height: 40px;
}
.room-detail--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.room-detail--button a {
  display: block;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
}
.room-detail--button a:hover {
  background-color: #000;
  color: #fff;
}

/* mobile */
@media (max-width: 767px) {
  .room-intro {
    margin-top: 60px;
  }
  .room-intro--icon {
    margin-bottom: 60px;
  }
  .room-intro--icon svg {
    width: 20px;
    height: 20px;
  }
  .room-intro--title {
    font-size: 24px;
  }
  .room-intro--info,
  .room-intro--summary {
    font-size: 16px;
  }
  .room-intro--container {
    margin: 0 -10px;
  }
  .room-detail--icon {
    margin-bottom: 100px;
  }
  .room-detail--icon svg {
    width: 20px;
    height: 20px;
  }
  .room-detail--image {
    height: 270px;
  }
  .room-detail--slider {
    margin: 0 -20px;
  }
  .room-detail--list {
    font-size: 18px;
  }
  .room-detail--body,
  .room-detail--button {
    margin-top: 100px;
  }
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .room-intro {
    max-width: 410px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .room-intro--header {
    margin-bottom: 40px;
  }
  .room-intro--body {
    margin-top: 40px;
  }
  .room-intro--gallery {
    max-width: 410px;
    margin: 0 auto;
  }
  .room-intro--button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .room-detail--line {
    width: 80px;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .room-intro {
    margin-top: 100px;
  }
  .room-intro--icon {
    margin-bottom: 100px;
  }
  .room-intro--icon svg {
    width: 30px;
    height: 30px;
  }
  .room-intro--title {
    font-size: 30px;
  }
  .room-intro--info,
  .room-intro--summary {
    font-size: 18px;
  }
  .room-detail--icon {
    margin-bottom: 140px;
  }
  .room-detail--icon svg {
    width: 30px;
    height: 30px;
  }
  .room-detail--image {
    height: 540px;
  }
  .room-detail--slider,
  .room-detail--body {
    max-width: 1230px;
    margin: 0 auto;
  }
  .room-detail--list {
    font-size: 22px;
  }
  .room-detail--body,
  .room-detail--button {
    margin-top: 140px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .room-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .room-intro--header,
  .room-intro--body {
    width: 370px;
  }
  .room-intro--header {
    margin-right: 40px;
    text-align: right;
  }
  .room-intro--body {
    margin-left: 40px;
    text-align: left;
  }
  .room-intro--container {
    width: 410px;
  }
  .room-detail--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .room-detail--line {
    display: block;
    width: 1px;
    height: 80px;
    margin: 0 100px;
  }
  .room-detail--list {
    width: 410px;
  }
}

/**
--------------------------------------------------
  Package
--------------------------------------------------
**/
.package-icon,
.package-spa {
  line-height: 1;
  text-align: center;
}

.package-frame--container,
.package-frame--item {
  padding: 14px;
  border: currentColor solid 1px;
}

.package-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.package-grid {
  margin: 0 auto;
}
.package-grid--item {
  position: relative;
}
.package-grid--media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #383838;
}
.package-grid--media img,
.package-grid--media video {
  position: absolute;
}
.package-grid--body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.package-grid--title,
.package-grid--logo,
.package-grid--summary,
.package-grid--button {
  max-width: 100%;
}
.package-grid--title,
.package-grid--logo {
  line-height: 1;
}
.package-grid--title {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 28px;
  font-weight: normal;
}
.package-grid--title::after {
  display: block;
  width: 150px;
  height: 1px;
  margin: 30px auto;
  pointer-events: none;
  content: "";
  background-color: #000;
}
.package-grid--logo {
  margin-bottom: 45px;
}
.package-grid--summary {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 18px;
  line-height: 30px;
}
.package-grid--button {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
.package-grid--button::before {
  display: block;
  width: 150px;
  height: 1px;
  margin: 30px auto;
  pointer-events: none;
  content: "";
  background-color: #000;
}
.package-grid--button a {
  display: block;
  color: #000;
}

.package-image img {
  display: block;
  width: 100%;
  height: auto;
}

.package-video {
  position: relative;
}
.package-video video {
  display: block;
  width: 100%;
  height: auto;
}

.package-premium,
.package-activity,
.package-bar,
.package-extra {
  text-align: center;
}

.package-premium--intro {
  max-width: 820px;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  font-family: "Adobe Caslon Pro", serif;
  line-height: 30px;
  text-transform: uppercase;
}

.package-premium--list,
.package-premium--info {
  letter-spacing: 1px;
  line-height: 35px;
}

.package-premium--list strong {
  display: block;
  margin-bottom: 35px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 18px;
  font-weight: normal;
}

.package-premium--list li {
  padding-top: 15px;
}

.package-premium--list span,
.package-premium--info {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 14px;
}

.package-activity--title {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
}

.package-activity--list,
.package-activity--info {
  margin-top: 70px;
  letter-spacing: 1px;
  line-height: 35px;
}

.package-bar,
.package-extra {
  font-family: "Adobe Caslon Pro", serif;
}

.package-bar--item {
  position: relative;
  height: 310px;
  padding: 75px 0;
  border: #000 solid 1px;
}

.package-bar--title,
.package-bar--icon {
  line-height: 1;
}

.package-bar--title {
  font-size: 24px;
  font-weight: normal;
}

.package-bar--icon {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.package-bar--icon svg {
  width: 14px;
  height: 14px;
}

.package-bar--info {
  font-size: 14px;
  line-height: 20px;
}
.package-bar--info::before {
  display: block;
  width: 110px;
  height: 1px;
  margin: 30px auto;
  pointer-events: none;
  content: "";
  background-color: #000;
}

.package-extra--logo {
  line-height: 1;
}

.package-extra--summary {
  margin-top: 45px;
}

.package-gallery {
  margin: 0 auto;
}
.package-gallery--sizer {
  width: 33.333333%;
}
.package-gallery--item.w1 {
  width: 33.333333%;
}
.package-gallery--item.w2 {
  width: 66.666667%;
}
.package-gallery--item.w3 {
  width: 100%;
}
.package-gallery--media {
  position: relative;
}
.package-gallery--media video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}

/* mobile */
@media (max-width: 767px) {
  .package-gap {
    height: 100px;
  }
  .package-icon svg {
    width: 20px;
    height: 20px;
  }
  .package-spa img {
    width: 200px;
    height: 45px;
  }
  .package-frame {
    margin: 0 -10px;
  }
  .package-container {
    margin: 0 -20px;
  }
  .package-premium--intro {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .package-premium--list {
    margin-top: 100px;
  }
  .package-premium--list ul {
    font-size: 12px;
  }
  .package-premium--info {
    margin-top: 60px;
  }
  .package-activity--title {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .package-activity--list,
  .package-activity--info {
    margin-top: 50px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  .package-extra--summary {
    font-size: 14px;
    line-height: 20px;
  }
  .package-gallery {
    max-width: 410px;
  }
  .package-gallery--media.h1 {
    height: 140px;
  }
  .package-gallery--media.h2 {
    height: 280px;
  }
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .package-line {
    margin: 60px auto;
    max-width: 290px;
    height: 1px;
    background-color: #000;
  }
  .package-frame--list,
  .package-frame--container {
    max-width: 410px;
    margin: 0 auto;
  }
  .package-frame--item {
    margin-top: 30px;
  }
  .package-frame--item:first-child {
    margin-top: 0;
  }
  .package-grid {
    max-width: 410px;
  }
  .package-grid--sizer,
  .package-grid--item {
    width: 100%;
  }
  .package-grid--media {
    height: 410px;
  }
  .package-grid--media img,
  .package-grid--media video {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .package-bar,
  .package-extra {
    max-width: 410px;
    margin: 0 auto;
  }
  .package-bar--item:nth-child(2) {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .package-extra--item {
    margin-top: 100px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .package-gap {
    height: 140px;
  }
  .package-icon svg {
    width: 30px;
    height: 30px;
  }
  .package-spa img {
    width: 300px;
    height: 68px;
  }
  .package-image {
    margin: 0 -60px;
  }
  .package-video {
    max-width: 1230px;
    margin: 0 auto;
  }
  .package-premium--intro {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .package-premium--list {
    margin-top: 140px;
  }
  .package-premium--list ul {
    font-size: 14px;
  }
  .package-premium--list span,
  .package-premium--info {
    margin-top: 100px;
  }
  .package-activity--title {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .package-activity--list,
  .package-activity--info {
    font-size: 18px;
    line-height: 35px;
  }
  .package-extra--item {
    margin-top: 140px;
  }
  .package-extra--summary {
    font-size: 18px;
    line-height: 30px;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .package-gallery {
    max-width: 648px;
  }
  .package-gallery--media.h1 {
    height: 216px;
  }
  .package-gallery--media.h2 {
    height: 432px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .package-line {
    height: 140px;
  }
  .package-frame {
    max-width: 1230px;
    margin: 0 auto;
  }
  .package-frame--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .package-frame--item {
    width: 32%;
    max-width: 380px;
  }
  .package-grid {
    max-width: 1230px;
  }
  .package-grid--sizer {
    width: 33.333333%;
  }
  .package-grid--item.w1 {
    width: 33.333333%;
  }
  .package-grid--item.w2 {
    width: 66.666667%;
  }
  .package-grid--item.w3 {
    width: 100%;
  }
  .package-grid--media.h1 {
    height: 410px;
  }
  .package-grid--media.h2 {
    height: 820px;
  }
  .package-grid--item.w1 .package-grid--media.h1 img,
  .package-grid--item.w1 .package-grid--media.h1 video,
  .package-grid--item.w2 .package-grid--media.h2 img,
  .package-grid--item.w2 .package-grid--media.h2 video,
  .package-grid--item.w3 .package-grid--media.h3 img,
  .package-grid--item.w3 .package-grid--media.h3 video {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .package-grid--item.w2 .package-grid--media.h1 img,
  .package-grid--item.w2 .package-grid--media.h1 video,
  .package-grid--item.w3 .package-grid--media.h1 img,
  .package-grid--item.w3 .package-grid--media.h1 video,
  .package-grid--item.w3 .package-grid--media.h2 img,
  .package-grid--item.w3 .package-grid--media.h2 video {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
  .package-premium--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .package-premium--list strong {
    width: 100%;
  }
  .package-premium--list ul {
    width: 50%;
    padding: 0 20px;
  }
  .package-premium--list ul:nth-child(2) {
    text-align: right;
  }
  .package-premium--list ul:nth-child(3) {
    text-align: left;
  }
  .package-activity--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .package-activity--list ul {
    width: 50%;
    padding: 0 20px;
  }
  .package-activity--list ul:nth-child(1) {
    text-align: right;
  }
  .package-activity--list ul:nth-child(2) {
    text-align: left;
  }
  .package-bar,
  .package-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .package-bar--item {
    width: 310px;
  }
  .package-bar--item:nth-child(2) {
    margin-right: -1px;
    margin-left: -1px;
  }
  .package-extra--item {
    width: 410px;
    margin-right: 100px;
    margin-left: 100px;
  }
  .package-gallery {
    max-width: 1230px;
  }
  .package-gallery--media.h1 {
    height: 410px;
  }
  .package-gallery--media.h2 {
    height: 820px;
  }
}

/**
--------------------------------------------------
  Offer
--------------------------------------------------
**/
.offer-listing a {
  position: relative;
  display: block;
  color: #fff;
}

.offer-listing img {
  width: 100%;
  height: auto;
}

.offer-listing span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  padding: 25px 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  border-top: currentColor solid 1px;
}

.offer-detail {
  position: relative;
}
.offer-detail--title {
  position: relative;
  z-index: 3;
  font-family: "Adobe Caslon Pro", serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.offer-detail--body {
  position: relative;
  z-index: 2;
}
.offer-detail--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.offer-detail--content {
  font-family: "Adobe Caslon Pro", serif;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
}
.offer-detail--content p {
  margin-top: 30px;
}
.offer-detail--content p:first-child {
  margin-top: 0;
}
.offer-detail--form {
  background-color: rgba(255, 255, 255, 0.9);
}

.offer-form--grid {
  margin-top: 60px;
}
.offer-form--grid:first-child {
  margin-top: 0;
}

.offer-form--group label,
.offer-form--group input,
.offer-form--group select {
  font-size: 12px;
  line-height: 1.25;
}

.offer-form--group label {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: "Adobe Caslon Pro", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.offer-form--group input,
.offer-form--group select {
  width: 100%;
  height: 36px;
  padding: 9px 10px;
  background-color: transparent;
  border: 0;
  border-bottom: #000 solid 1px;
  border-radius: 0;
  color: #000;
}

.offer-form--info {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
}

.offer-form--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-form--button button {
  display: block;
  padding: 14px 20px;
  font-family: "Adobe Caslon Pro", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: #000 solid 1px;
  color: #000;
}
.offer-form--button button:hover {
  background-color: #000;
  color: #fff;
}

/* mobile */
@media (max-width: 767px) {
  .offer-listing {
    margin: 0 -10px;
  }
  .offer-listing ul {
    max-width: 410px;
    margin: 0 auto;
  }
  .offer-listing li {
    margin-top: 40px;
  }
  .offer-listing li:first-child {
    margin-top: 0;
  }
  .offer-detail {
    margin: 0 -20px 40px;
    padding: 80px 10px 30px;
  }
  .offer-detail--title {
    font-size: 22px;
    letter-spacing: 5px;
  }
  .offer-detail--body {
    margin-top: 80px;
  }
  .offer-detail--content {
    padding: 30px 20px;
    font-size: 14px;
  }
  .offer-detail--form {
    margin-top: 20px;
    padding: 60px 0;
  }
  .offer-form--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .offer-form--group {
    width: 50%;
    padding: 0 10px;
  }
  .offer-form--button {
    margin-top: 60px;
  }
}

/* tablet - desktop */
@media (min-width: 768px) {
  .offer-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px -30px;
  }
  .offer-listing li {
    width: 440px;
    padding: 0 15px 30px;
  }
  .offer-detail {
    margin: 0 -60px 80px;
  }
  .offer-detail--title {
    font-size: 36px;
    letter-spacing: 9px;
  }
  .offer-detail--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 140px;
  }
  .offer-detail--content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 20px;
    font-size: 18px;
  }
  .offer-detail--form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .offer-form--group {
    margin-top: 40px;
  }
  .offer-form--group:first-child {
    margin-top: 0;
  }
  .offer-form--button {
    margin-top: 40px;
  }
}

/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .offer-detail {
    padding: 140px 20px 100px;
  }
  .offer-detail--content,
  .offer-detail--form {
    padding: 60px 35px;
  }
  .offer-detail--form {
    width: 280px;
  }
}

/* desktop */
@media (min-width: 1280px) {
  .offer-detail {
    padding: 140px 60px 100px;
  }
  .offer-detail--content {
    padding: 60px 70px;
  }
  .offer-detail--form {
    padding: 60px 45px;
    width: 300px;
  }
}


/**
--------------------------------------------------
  Form
--------------------------------------------------
**/

form {
	position: relative;
}
form .loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.8);
}
form .loader > img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
}
form .popup-body > p {
	text-align: center;
}
[data-test-id="ChatWidgetButton"] {
	display: none !important;
}
