.container,
.footer,
.header {
  visibility: hidden;
}

:root {
  --color-normal: #0a3d60;
  --color-normal-light: #8bc0b6;
  --color-normal-light-2: #87b1a9;
  --color-normal-dark: #184e47;
  --color-highlight: #0084ae;
  --color-highlight-dark: #877055;
  --color-white: #fff;
  --color-red: #db595e;
  --color-pink: #ee849f;
  --color-black: #222;
  --color-grey: #646875;
  --color-grey-light: #aaa;
  --color-light: #ddd;
  --color-white-grey: #efefef;
  --color-bg: #ececec;
  --color-bg-black: #000;
  --color-text-scroll: #f2f2f2;
  --color-blue: #14799e;
  --color-orange: #dc6f27;
  --color-white-alpha: rgba(255, 255, 255, 0.5);
  --color-black-alpha: rgba(0, 0, 0, 0.5);
  --color-normal-alpha-03: rgba(10, 61, 96, 0.3);
  --color-normal-alpha-05: rgba(10, 61, 96, 0.5);
  --color-dark-alpha: rgba(24, 78, 71, 0.5);
  --color-highlight-alpha: rgba(171, 135, 104, 0.5);
  --color-white-zero: rgba(255, 255, 255, 0);
  --color-white-alpha-01: rgba(255, 255, 255, 0.1);
  --color-white-alpha-02: rgba(255, 255, 255, 0.2);
  --color-white-alpha-03: rgba(255, 255, 255, 0.3);
  --color-white-alpha-04: rgba(255, 255, 255, 0.4);
  --color-white-alpha-05: rgba(255, 255, 255, 0.5);
  --color-white-alpha-06: rgba(255, 255, 255, 0.6);
  --color-white-alpha-07: rgba(255, 255, 255, 0.7);
  --color-white-alpha-08: rgba(255, 255, 255, 0.8);
  --color-white-alpha-09: rgba(255, 255, 255, 0.9);
  --color-black-zero: rgba(0, 0, 0, 0);
  --color-black-alpha-01: rgba(0, 0, 0, 0.1);
  --color-black-alpha-02: rgba(0, 0, 0, 0.2);
  --color-black-alpha-03: rgba(0, 0, 0, 0.3);
  --color-black-alpha-04: rgba(0, 0, 0, 0.4);
  --color-black-alpha-05: rgba(0, 0, 0, 0.5);
  --color-black-alpha-06: rgba(0, 0, 0, 0.6);
  --color-black-alpha-07: rgba(0, 0, 0, 0.7);
  --color-black-alpha-08: rgba(0, 0, 0, 0.8);
  --color-black-alpha-09: rgba(0, 0, 0, 0.9);
  --color-bg-hide: linear-gradient(90deg, rgba(17, 74, 90, 1) 30%, rgba(17, 74, 90, 0) 80%);
  --color-black-alpha: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  --color-hide-top: linear-gradient(0deg, rgba(5, 44, 56, 0) 15%, rgba(5, 44, 56, 0.8) 40%, rgba(5, 44, 56, 0.8) 70%);
  --color-bg-banner: linear-gradient(0deg, rgba(17, 74, 90, 1) 0%, rgba(17, 74, 90, 0.3) 100%);
  --color-block-hide: linear-gradient(0deg, rgba(24, 78, 71, 0) 20%, rgba(24, 78, 71, 1) 100%);
  --color-black-thumb: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  --color-border: linear-gradient(0deg, #184e47 0%, #8bc0b6 50%, #ab8768 100%);
  --color-black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  --color-banner-hide: linear-gradient(0deg, rgba(10, 61, 96, 1) 10%, rgba(10, 61, 96, 0) 60%);
  --color-border-gradient: linear-gradient(135deg, #ab8768 0%, rgba(255, 255, 255, 0) 50%, #e1cab0 100%);
  --color-mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  --color-dot: linear-gradient(135deg, #ab8768 0%, #dc6f27 100%);
  --color-dot-2: linear-gradient(135deg, #cb4600 0%, #7f1417 100%);
  --color-text-gradient: linear-gradient(90deg, #c69b77 0%, #62b9d3 30%, #fff 70%, #7b9164 100%);
  --color-text-red: linear-gradient(90deg, #fff 0%, #8bc0b6 30%, #fff 50%, #ab8768 80%, #dc6f27 100%);
  --color-bg-news: linear-gradient(0deg, #8bc0b6 0%, #184e47 50%, #0a3d60 100%);
  --color-bg-blur: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  --color-bg-gradient: linear-gradient(135deg, #ab8768 0%, #877055 50%, #ab8768 100%);
  --color-bg-gradient-2: linear-gradient(135deg, #8bc0b6 0%, #184e47 50%, #8bc0b6 100%);
  --block-A: #184e47;
  --block-B: #877055;
  --office: #6b90b8;
  --shophouse: #c9b8a6;
  --trendy: #dfdc8e;
  --classy: #ffd57e;
  --morden: #f37477;
  --morden-1: #beddd8;
  --morden-2: #81ccba;
  --morden-3: #ffd1d1;
  --morden-4: #f5acac;
  --elegant: #9ea2cc;
  --font-note: "Oswald";
}

img:not([src]) {
  visibility: hidden;
}

.splitting .char,
.splitting .word {
  display: inline-block;
}

.splitting .char {
  position: relative;
}

.splitting .char::after,
.splitting .char::before {
  content: attr(data-char);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.contact-intro .image-wrapper {
  position: relative;
  z-index: 1;
}
.contact-intro .box-form {
  z-index: 2;
}
.contact-intro .form-title {
  display: inline-block;
  width: 100%;
  background: linear-gradient(97.36deg, #c76400 8.99%, #2b3580 51%, #0084ae 91.42%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: VLNEWPARISHEADLINE, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.contact-intro .form-detail {
  margin: 0;
  color: #737373;
}
.contact-intro .box-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.contact-intro .box-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.contact-intro .box-copy {
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0.6;
}
.contact-intro .box-copy strong {
  color: #c76400;
}
@media print, (min-width: 768px) {
  .contact-intro.group-central {
    height: 100vh;
  }
  .contact-intro .box-wrapper::before {
    right: 0;
    max-width: 15.54rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(251, 244, 237, 0)), color-stop(63.71%, #fbf4ed));
    background: linear-gradient(90deg, rgba(251, 244, 237, 0) 0%, #fbf4ed 63.71%);
  }
  .contact-intro .box-form {
    position: absolute;
    top: 2.5rem;
    right: 0;
    width: 8.16rem;
    padding-right: 1.6rem;
  }
  .contact-intro .box-image {
    max-width: 15.64rem;
    height: 100%;
  }
  .contact-intro .form-title {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .contact-intro .form-title p {
    margin-bottom: 0.12rem;
  }
  .contact-intro .form-viewport {
    padding-right: 0.4rem;
  }
  .contact-intro .form-detail {
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .contact-intro .form-wrapper {
    margin-bottom: 0.4rem;
  }
  .contact-intro .form-controller {
    margin-top: -0.1rem;
  }
  .contact-intro .textarea-common {
    height: 1.05rem;
  }
  .contact-intro .box-copy {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-intro .box-wrapper {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf4ed), color-stop(63.71%, #fbf4ed));
    background: linear-gradient(180deg, #fbf4ed 0%, #fbf4ed 63.71%);
    padding-bottom: 0.3rem;
  }
  .contact-intro .box-wrapper::before {
    top: 1rem;
    right: 0;
    height: 4.2rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 244, 237, 0)), color-stop(63.71%, #fbf4ed));
    background: linear-gradient(180deg, rgba(251, 244, 237, 0) 0%, #fbf4ed 63.71%);
  }
  .contact-intro .box-form {
    margin: -0.32rem 0 0.4rem;
    padding: 0 0.28rem;
    position: relative;
  }
  .contact-intro .box-image {
    height: 3.72rem;
  }
  .contact-intro .form-title {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .contact-intro .form-title p {
    margin-bottom: 0.09rem;
  }
  .contact-intro .form-detail {
    padding: 0.01rem 0.03rem 0.21rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
    text-align: justify;
  }
  .contact-intro .form-wrapper {
    margin-bottom: 0.14rem;
  }
  .contact-intro .form-controller {
    margin-top: 0.2rem;
  }
  .contact-intro .button-common-primary {
    padding: 0.11rem 0.66rem 0.09rem 0.3rem;
  }
  .contact-intro .button-common-primary::after {
    width: 0.15rem;
    height: 0.15rem;
  }
  .contact-intro .box-copy {
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
  .contact-intro .box-copy strong {
    display: block;
  }
}
/*# sourceMappingURL=contact.css.map */